* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}header,footer {
    width: 100%;
}svg {
    width: 30px;
    height: 30px;
}.r-layer-container {
    min-height: 100%;
    display: flex;
    height: 100%;
    flex-direction: column;
}.t-nav-skill {
    flex: 1 0 auto;
}.container {
    width: 1137px;
    margin: auto;
    max-width: 100%;
}.b-transcript {
    flex: 0 0 auto;
}a {
    color: inherit;
    text-decoration: none;
}html,body {
    min-height: 100%;
    height: 100%;
    auto
contain
    scroll-behavior: auto;
    color: #000000;
    font-family: Arial, sans-serif;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.u-course-beneficiaries {
    position: relative;
    color: #ffffff;
    overflow: hidden;
    background-color: #000000;
    background-size: 60px 60px;
    padding: 100px 0;
}.u-course-beneficiaries::before {
    content: '';
    position: absolute;
    height: 200%;
    background-image: 
        radial-gradient(circle at 50% 50%, rgb(176,192,213,0.5) 0%, transparent 35%),
        radial-gradient(circle at 80% 20%, rgb(137,162,188,0.5) 0%, transparent 25%);
    left: -50%;
    pointer-events: none;
    opacity: 0.4;
    animation: rotateBackground 60s linear infinite;
    width: 200%;
    top: -50%;
}@keyframes rotateBackground {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.u-course-beneficiaries::after {
    left: 0;
    content: '';
    height: 100%;
    box-shadow: inset 0 0 150px 50px rgba(0, 0, 0, 0.8);
    width: 100%;
    position: absolute;
    top: 0;
    pointer-events: none;
}.u-course-beneficiaries .container {
    max-width: 1140px;
    padding: 0 15px;
    position: relative;
    margin: 0 auto;
    z-index: 5;
}.u-course-beneficiaries .h-impact-numbers {
    position: relative;
    overflow: visible;
    padding: 0;
}.u-course-beneficiaries h4 {
    text-align: center;
    text-transform: uppercase;
    font-size: calc(35px * 1.2);
    padding-bottom: 20px;
    color: #ffffff;
    font-weight: 700;
    position: relative;
    text-shadow: 0 0 15px rgb(176,192,213,0.5), 0 0 30px rgb(176,192,213,0.5);
    margin: 0 0 70px;
    letter-spacing: 3px;
}.u-course-beneficiaries h4::before {
    width: 120px;
    height: 3px;
    left: 50%;
    box-shadow: 0 0 10px 2px rgb(176,192,213);
    bottom: 0;
    background: rgb(176,192,213);
    position: absolute;
    transform: translateX(-50%);
    content: '';
}.u-course-beneficiaries h4::after {
    background: rgb(137,162,188,0.5);
    left: 50%;
    width: 200px;
    position: absolute;
    height: 1px;
    transform: translateX(-50%);
    bottom: -5px;
    content: '';
}.u-course-beneficiaries div > div {
    gap: 30px;
    margin: 0 -50px;
    display: grid;
    perspective: 1500px;
    grid-template-columns: repeat(3, 1fr);
}.u-course-beneficiaries p {
    box-shadow: 
        0 0 20px rgb(176,192,213,0.5),
        inset 0 0 10px rgb(176,192,213,0.5);
    margin: 0;
    backdrop-filter: blur(5px);
    display: flex;
    line-height: 1.7;
    background: rgba(0, 0, 0, 0.5);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.3s ease;
    z-index: 1;
    border-radius: 0;
    border: 1px solid rgb(176,192,213,0.5);
    overflow: visible;
    clip-path: polygon(
        0% 0%, 
        100% 0%, 
        100% 80%, 
        85% 100%, 
        0% 100%
    );
    font-size: calc(15px * 1.05);
    padding: 30px 35px;
    align-items: flex-start;
    position: relative;
}.u-course-beneficiaries p::before {
    opacity: 0.7;
    bottom: 0;
    right: 0;
    height: 30px;
    content: '';
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    position: absolute;
    background: rgb(176,192,213);
    width: 30px;
    transition: opacity 0.3s ease;
}.u-course-beneficiaries p::after {
    position: absolute;
    top: -15px;
    font-weight: 700;
    color: rgb(137,162,188);
    font-size: calc(44px * 1.2);
    transition: all 0.3s ease;
    right: 25px;
    opacity: 0.15;
    content: attr(data-number);
    z-index: -1;
}.u-course-beneficiaries p:nth-child(1)::after {
    content: '01';
}.u-course-beneficiaries p:nth-child(2)::after {
    content: '02';
}.u-course-beneficiaries p:nth-child(3)::after {
    content: '03';
}.u-course-beneficiaries p:nth-child(4)::after {
    content: '04';
}.u-course-beneficiaries p:nth-child(5)::after {
    content: '05';
}.u-course-beneficiaries p:nth-child(6)::after {
    content: '06';
}.u-course-beneficiaries p:nth-child(7)::after {
    content: '07';
}.u-course-beneficiaries p:nth-child(8)::after {
    content: '08';
}.u-course-beneficiaries p:nth-child(9)::after {
    content: '09';
}.u-course-beneficiaries p:nth-child(10)::after {
    content: '10';
}.u-course-beneficiaries p:hover {
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.5),
        0 0 30px rgb(176,192,213,0.5),
        inset 0 0 15px rgb(176,192,213);
    border-color: rgb(176,192,213);
    z-index: 10;
    transform: translateY(-15px) rotateX(5deg);
}.u-course-beneficiaries p:hover::before {
    opacity: 1;
}.u-course-beneficiaries p:hover::after {
    opacity: 0.3;
    transform: translateY(-10px) scale(1.2);
}.u-course-beneficiaries p:nth-child(3n+1) {
    transform: translateX(-30px);
}.u-course-beneficiaries p:nth-child(3n+3) {
    transform: translateX(30px);
}.u-course-beneficiaries p:nth-child(3n+1):hover {
    transform: translateX(-30px) translateY(-15px) rotateX(5deg) rotateY(-5deg);
}.u-course-beneficiaries p:nth-child(3n+3):hover {
    transform: translateX(30px) translateY(-15px) rotateX(5deg) rotateY(5deg);
}.u-course-beneficiaries p svg {
    margin-right: 20px;
    transition: transform 0.3s ease;
    height: 36px;
    flex-shrink: 0;
    width: 36px;
    filter: drop-shadow(0 0 8px rgb(176,192,213,0.5));
}.u-course-beneficiaries p:hover svg {
    transform: scale(1.2) rotate(15deg);
}.u-course-beneficiaries p svg path {
    fill: rgb(176,192,213);
    transition: fill 0.3s ease;
}.u-course-beneficiaries p:hover svg path {
    fill: rgb(137,162,188);
}.u-course-beneficiaries .h-impact-numbers::before {
    border-radius: 50%;
    filter: blur(2px);
    width: 200px;
    background: 
        linear-gradient(45deg, transparent 48%, rgb(137,162,188) 49%, rgb(137,162,188) 51%, transparent 52%) 0 0/20px 20px,
        linear-gradient(-45deg, transparent 48%, rgb(137,162,188) 49%, rgb(137,162,188) 51%, transparent 52%) 0 0/20px 20px;
    position: absolute;
    height: 200px;
    left: -100px;
    content: '';
    top: -70px;
    opacity: 0.2;
    animation: rotateMesh 30s linear infinite;
}.u-course-beneficiaries .h-impact-numbers::after {
    right: -70px;
    animation: rotateMesh 30s linear infinite reverse;
    width: 150px;
    opacity: 0.2;
    position: absolute;
    background: 
        linear-gradient(45deg, transparent 48%, rgb(176,192,213) 49%, rgb(176,192,213) 51%, transparent 52%) 0 0/15px 15px,
        linear-gradient(-45deg, transparent 48%, rgb(176,192,213) 49%, rgb(176,192,213) 51%, transparent 52%) 0 0/15px 15px;
    content: '';
    border-radius: 50%;
    filter: blur(2px);
    bottom: -70px;
    height: 150px;
}

@keyframes rotateMesh {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 1199px) {.u-course-beneficiaries div > div {
    margin: 0 -30px;
}
}

@media (max-width: 991px) {.u-course-beneficiaries {
    padding: 80px 0;
}.u-course-beneficiaries h4 {
    font-size: calc(35px * 1.1);
    margin-bottom: 60px;
}.u-course-beneficiaries div > div {
    gap: 25px;
    grid-template-columns: repeat(2, 1fr);
    margin: 0 -20px;
}.u-course-beneficiaries p {
    padding: 25px 30px;
}.u-course-beneficiaries p svg {
    margin-right: 15px;
    width: 32px;
    height: 32px;
}.u-course-beneficiaries p:nth-child(3n+1),
    .u-course-beneficiaries p:nth-child(3n+3) {
    transform: none;
}.u-course-beneficiaries p:nth-child(odd) {
    transform: translateX(-20px);
}.u-course-beneficiaries p:nth-child(even) {
    transform: translateX(20px);
}.u-course-beneficiaries p:nth-child(odd):hover {
    transform: translateX(-20px) translateY(-15px) rotateX(5deg);
}.u-course-beneficiaries p:nth-child(even):hover {
    transform: translateX(20px) translateY(-15px) rotateX(5deg);
}
}

@media (max-width: 767px) {.u-course-beneficiaries {
    padding: 70px 0;
}.u-course-beneficiaries h4 {
    letter-spacing: 2px;
    margin-bottom: 50px;
    font-size: 35px;
}.u-course-beneficiaries div > div {
    gap: 25px;
    grid-template-columns: 1fr;
    margin: 0;
}.u-course-beneficiaries p {
    transform: none !important;
    padding: 25px;
}.u-course-beneficiaries p:hover {
    transform: translateY(-10px) !important;
}.u-course-beneficiaries .h-impact-numbers::before {
    height: 120px;
    width: 120px;
    top: -50px;
    left: -60px;
}.u-course-beneficiaries .h-impact-numbers::after {
    right: -50px;
    height: 100px;
    bottom: -50px;
    width: 100px;
}
}

@media (max-width: 480px) {.u-course-beneficiaries {
    padding: 60px 0;
}.u-course-beneficiaries h4 {
    font-size: calc(35px * 0.85);
    letter-spacing: 1px;
    margin-bottom: 40px;
}.u-course-beneficiaries p {
    font-size: 15px;
    padding: 20px;
}.u-course-beneficiaries p svg {
    width: 28px;
    height: 28px;
    margin-right: 12px;
}.u-course-beneficiaries p::after {
    font-size: 44px;
    top: -10px;
    right: 15px;
}}.g-service-contact {
    isolation: isolate;
    position: relative;
    padding: 6rem 0;
    background: linear-gradient(120deg, rgb(215,222,236) 0%, rgb(176,192,213,0.5) 40%, rgb(215,222,236) 100%);
    overflow: hidden;
}.g-service-contact::before {
    position: absolute;
    z-index: -1;
    content: "";
    inset: 0;
    background: 
        repeating-linear-gradient(0deg, transparent, transparent 5px, rgba(255, 255, 255, 0.03) 5px, rgba(255, 255, 255, 0.03) 10px),
        repeating-linear-gradient(90deg, transparent, transparent 5px, rgba(255, 255, 255, 0.03) 5px, rgba(255, 255, 255, 0.03) 10px);
}.g-service-contact::after {
    top: 0;
    left: 0;
    background: radial-gradient(circle at 30% 50%, rgb(176,192,213,0.5) 0%, transparent 50%);
    width: 100%;
    height: 100%;
    position: absolute;
    animation: pulseGlow 15s infinite alternate;
    content: "";
    z-index: -2;
    opacity: 0.4;
}@keyframes pulseGlow {
    0% {
        opacity: 0.2;
        transform: scale(0.8);
    }
    100% {
        opacity: 0.5;
        transform: scale(1.2);
    }
}

.g-service-contact .container {
    padding: 0 2rem;
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
}.g-service-contact .container::before {
    background: rgb(137,162,188,0.5);
    height: 400px;
    border-radius: 50%;
    right: -200px;
    content: "";
    z-index: -1;
    position: absolute;
    opacity: 0.1;
    filter: blur(100px);
    width: 400px;
    top: -200px;
}.g-service-contact .v-learn-talk {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 3rem 2rem;
    position: relative;
    grid-template-rows: auto auto;
}.g-service-contact .m-course-info {
    background: rgba(255, 255, 255, 0.03);
    padding: 2.5rem;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
    backdrop-filter: blur(10px);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.4s ease;
}.g-service-contact .m-course-info:nth-child(1) {
    flex-direction: column;
    display: flex;
    grid-row: 1 / 3;
    grid-column: 1 / 2;
    justify-content: space-between;
}.g-service-contact .m-course-info:nth-child(2) {
    padding: 0;
    grid-column: 2 / 3;
    overflow: hidden;
    border: none;
    aspect-ratio: 16/9;
    position: relative;
    grid-row: 1 / 2;
}.g-service-contact .m-course-info:nth-child(3) {
    grid-row: 2 / 3;
    grid-column: 2 / 3;
}.g-service-contact .m-course-info::before {
    width: 2px;
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
    content: "";
    height: 100%;
    left: 0;
    transform: scaleY(0.6);
    top: 0;
    position: absolute;
    background: linear-gradient(to bottom, transparent, rgb(176,192,213), transparent);
}.g-service-contact .m-course-info:hover::before {
    opacity: 1;
    transform: scaleY(1);
}.g-service-contact .m-course-info:hover {
    transform: translateY(-5px) translateX(5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}.g-service-contact .m-course-info h2 {
    display: inline-block;
    font-weight: 700;
    margin-bottom: 2rem;
    position: relative;
    color: #ffffff;
    font-size: 32px;
}.g-service-contact .m-course-info h2::after {
    width: 40px;
    background: rgb(176,192,213);
    left: 0;
    position: absolute;
    height: 3px;
    bottom: -10px;
    content: "";
    transition: width 0.3s ease;
}.g-service-contact .m-course-info:hover h2::after {
    width: 100%;
}.g-service-contact .A-contact-list {
    position: relative;
    padding-left: 15px;
    margin-bottom: 1.5rem;
    font-size: calc(14px * 1.3);
    color: rgb(137,162,188);
    font-weight: 600;
}.g-service-contact .A-contact-list::before {
    transform: translateY(-50%);
    height: 8px;
    position: absolute;
    background: rgb(176,192,213);
    top: 50%;
    left: 0;
    width: 8px;
    border-radius: 50%;
    content: "";
}.g-service-contact .y-get-contact {
    position: relative;
    line-height: 1.8;
    max-width: 90%;
    margin-bottom: 2.5rem;
    font-size: 14px;
    color: #000000;
}.g-service-contact .m-course-info p {
    align-items: center;
    margin-bottom: 1.5rem;
    display: flex;
    font-size: 14px;
    color: #000000;
}.g-service-contact .m-course-info p span {
    font-weight: 600;
    padding-bottom: 2px;
    margin-left: 0.5rem;
    position: relative;
    color: #ffffff;
    transition: color 0.3s ease;
}.g-service-contact .m-course-info p span::after {
    transition: width 0.3s ease;
    width: 0;
    position: absolute;
    height: 1px;
    left: 0;
    bottom: 0;
    content: "";
    background: rgb(176,192,213);
}.g-service-contact .m-course-info p:hover span::after {
    width: 100%;
}.g-service-contact .C-contact-us {
    background: rgba(0, 0, 0, 0.1);
    margin-top: 2.5rem;
    border-left: 3px solid rgb(137,162,188);
    position: relative;
    padding: 1.5rem;
    border-radius: 10px;
}.g-service-contact .C-contact-us::before {
    background: linear-gradient(to right, transparent, rgb(137,162,188,0.5));
    width: 30%;
    height: 1px;
    content: "";
    right: 0;
    top: 0;
    position: absolute;
}.g-service-contact .C-contact-us::after {
    height: 1px;
    left: 0;
    position: absolute;
    background: linear-gradient(to right, rgb(137,162,188,0.5), transparent);
    width: 30%;
    bottom: 0;
    content: "";
}.g-service-contact .C-contact-us h3 {
    font-weight: 600;
    margin-bottom: 1.2rem;
    color: rgb(137,162,188);
    display: flex;
    align-items: center;
    font-size: 19px;
}.g-service-contact .C-contact-us h3::before {
    background: 
        linear-gradient(45deg, rgb(176,192,213) 0%, rgb(176,192,213) 40%, transparent 40%),
        linear-gradient(-45deg, rgb(137,162,188) 0%, rgb(137,162,188) 40%, transparent 40%);
    border-radius: 50%;
    margin-right: 8px;
    display: inline-block;
    height: 18px;
    width: 18px;
    content: "";
}.g-service-contact .y-contact-form {
    flex-wrap: wrap;
    display: flex;
    gap: 0.8rem;
}.g-service-contact .y-contact-form span {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    padding: 0.6rem 1rem;
    overflow: hidden;
    color: #000000;
    position: relative;
    transition: all 0.3s ease;
    font-size: calc(14px * 0.85);
}.g-service-contact .y-contact-form span::before {
    content: "";
    top: 0;
    transition: opacity 0.3s ease;
    position: absolute;
    opacity: 0;
    left: 0;
    background: rgb(176,192,213);
    height: 100%;
    width: 100%;
    z-index: -1;
}.g-service-contact .y-contact-form span:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    color: #ffffff;
}.g-service-contact .y-contact-form span:hover::before {
    opacity: 0.1;
}.g-service-contact .m-course-info .j-photo-card {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}.g-service-contact .m-course-info .j-photo-card::after {
    position: absolute;
    height: 100%;
    mix-blend-mode: overlay;
    background: 
        linear-gradient(135deg, rgb(176,192,213,0.5) 0%, transparent 100%),
        linear-gradient(45deg, transparent 70%, rgb(137,162,188,0.5) 100%);
    top: 0;
    z-index: 1;
    width: 100%;
    content: "";
    left: 0;
}.g-service-contact .m-course-info .j-photo-card::before {
    bottom: 0;
    content: "";
    position: absolute;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
    left: 0;
    width: 100%;
    z-index: 2;
    height: 50%;
}.g-service-contact .n-edu-query {
    align-content: center;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    height: 100%;
    gap: 1rem;
}.g-service-contact .n-edu-query a {
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.4s ease;
    padding: 1.2rem;
    position: relative;
    text-decoration: none;
    background: rgba(0, 0, 0, 0.15);
    align-items: center;
    display: flex;
    grid-column: span 3;
}.g-service-contact .n-edu-query a::before {
    transition: width 0.3s ease;
    position: absolute;
    background: rgb(176,192,213);
    height: 100%;
    top: 0;
    width: 3px;
    left: 0;
    content: "";
}.g-service-contact .n-edu-query a::after {
    height: 100%;
    top: 0;
    position: absolute;
    left: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
    content: "";
    background: rgb(176,192,213);
    width: 100%;
    z-index: -1;
}.g-service-contact .n-edu-query a:hover {
    transform: translateX(5px);
}.g-service-contact .n-edu-query a:hover::before {
    width: 6px;
}.g-service-contact .n-edu-query a:hover::after {
    opacity: 0.05;
}.g-service-contact .n-edu-query a span {
    display: inline-block;
    font-weight: 600;
    font-size: calc(14px * 0.9);
    margin-right: 2rem;
    width: 80px;
    color: rgb(137,162,188);
}.g-service-contact .n-edu-query a p {
    font-size: 14px;
    flex-grow: 1;
    margin: 0;
    transition: transform 0.3s ease;
    color: #ffffff;
}.g-service-contact .n-edu-query a:hover p {
    transform: translateX(5px);
}.g-service-contact svg {
    transition: all 0.3s ease;
    margin-right: 1rem;
    height: 22px;
    width: 22px;
}.g-service-contact svg path {
    fill: rgb(137,162,188);
    transition: fill 0.3s ease;
}.g-service-contact .n-edu-query a:hover svg {
    transform: scale(1.1) rotate(5deg);
}.g-service-contact .n-edu-query a:hover svg path {
    fill: rgb(176,192,213);
}

@media (max-width: 1024px) {.g-service-contact .v-learn-talk {
    grid-template-columns: 1fr;
    gap: 2rem;
    grid-template-rows: auto auto auto;
}.g-service-contact .m-course-info:nth-child(1) {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
}.g-service-contact .m-course-info:nth-child(2) {
    grid-column: 1 / 2;
    aspect-ratio: 21/9;
    grid-row: 2 / 3;
}.g-service-contact .m-course-info:nth-child(3) {
    grid-row: 3 / 4;
    grid-column: 1 / 2;
}.g-service-contact .n-edu-query {
    grid-template-columns: repeat(2, 1fr);
}.g-service-contact .n-edu-query a {
    grid-column: span 1;
}.g-service-contact .n-edu-query a:last-child {
    grid-column: span 2;
}
}

@media (max-width: 768px) {.g-service-contact {
    padding: 4rem 0;
}.g-service-contact .v-learn-talk {
    gap: 1.5rem;
}.g-service-contact .m-course-info {
    padding: 2rem;
}.g-service-contact .m-course-info:nth-child(2) {
    aspect-ratio: 16/9;
}.g-service-contact .n-edu-query {
    grid-template-columns: 1fr;
}.g-service-contact .n-edu-query a {
    grid-column: span 1;
}.g-service-contact .n-edu-query a:last-child {
    grid-column: span 1;
}.g-service-contact .y-contact-form {
    gap: 0.6rem;
}.g-service-contact .y-contact-form span {
    padding: 0.5rem 0.8rem;
}
}

@media (max-width: 480px) {.g-service-contact {
    padding: 3rem 0;
}.g-service-contact .v-learn-talk {
    gap: 1.2rem;
}.g-service-contact .m-course-info {
    padding: 1.5rem;
}.g-service-contact .m-course-info h2 {
    margin-bottom: 1.5rem;
    font-size: calc(32px * 0.9);
}.g-service-contact .A-contact-list {
    font-size: 14px;
}.g-service-contact .y-get-contact {
    margin-bottom: 1.5rem;
}.g-service-contact .C-contact-us {
    margin-top: 1.5rem;
    padding: 1rem;
}.g-service-contact .n-edu-query a {
    padding: 1rem;
}.g-service-contact .n-edu-query a span {
    width: 60px;
    margin-right: 1rem;
}}

.g-service-contact .container::after {
    background: 
        radial-gradient(circle at center, rgba(255, 255, 255, 0.1) 0%, transparent 60%),
        repeating-conic-gradient(from 0deg, rgba(255, 255, 255, 0.03) 0deg, rgba(255, 255, 255, 0) 5deg, rgba(255, 255, 255, 0.03) 10deg);
    height: 200px;
    bottom: -100px;
    width: 200px;
    animation: rotate 30s linear infinite;
    left: -100px;
    border-radius: 50%;
    z-index: -1;
    content: "";
    position: absolute;
}@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}.K-user-reviews {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(215,222,236) 0%, rgba(rgb(137,162,188,0.5), 0.05) 100%);
    padding: 120px 0 80px;
}.K-user-reviews::before {
    z-index: 1;
    background: radial-gradient(circle at 20% 30%, rgba(rgb(176,192,213,0.5), 0.07) 0%, transparent 60%);
    width: 100%;
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
}.K-user-reviews::after {
    height: 30%;
    background: radial-gradient(circle, rgba(rgb(137,162,188,0.5), 0.1) 0%, transparent 70%);
    position: absolute;
    width: 30%;
    content: "";
    bottom: -5%;
    z-index: 1;
    right: -5%;
}.K-user-reviews .container {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
    z-index: 2;
}.K-user-reviews h2 {
    text-align: left;
    color: #000000;
    font-size: 29px;
    font-weight: 700;
    margin-bottom: 50px;
    letter-spacing: -0.5px;
    transform: translateX(5px);
    position: relative;
}.K-user-reviews h2::after {
    position: absolute;
    background: linear-gradient(90deg, rgb(176,192,213) 0%, rgb(137,162,188) 100%);
    width: 80px;
    content: "";
    transform-origin: left center;
    height: 3px;
    left: 0;
    animation: pulse 3s infinite alternate;
    bottom: -12px;
}.K-user-reviews .M-user-review {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 30px;
    list-style: none;
    margin: 0;
    padding: 0;
}.K-user-reviews .w-review-spot {
    overflow: hidden;
    padding: 30px 25px;
    background: #ffffff;
    box-shadow: 0 8px 30px rgba(rgba(0, 0, 0, 0.5), 0.05);
    position: relative;
    border-radius: 10px;
    z-index: 1;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.4s ease;
    isolation: isolate;
}.K-user-reviews .w-review-spot:hover {
    box-shadow: 0 15px 40px rgba(rgba(0, 0, 0, 0.5), 0.1);
    transform: translateY(-10px);
}.K-user-reviews .w-review-spot::before {
    right: 20px;
    font-family: serif;
    content: "";
    z-index: -1;
    top: -20px;
    line-height: 1;
    color: rgba(rgb(176,192,213,0.5), 0.05);
    position: absolute;
    font-size: 150px;
}.K-user-reviews .w-review-spot::after {
    bottom: 0;
    left: 0;
    content: "";
    transform: scaleX(0);
    background: linear-gradient(90deg, rgb(176,192,213) 0%, rgb(137,162,188) 100%);
    width: 100%;
    transform-origin: left;
    transition: transform 0.4s ease-out;
    position: absolute;
    height: 4px;
}.K-user-reviews .w-review-spot:hover::after {
    transform: scaleX(1);
}.K-user-reviews .w-review-spot div {
    align-items: center;
    display: flex;
    margin-bottom: 20px;
}.K-user-reviews .w-review-spot img {
    width: 60px;
    transition: transform 0.3s ease;
    object-fit: cover;
    box-shadow: 0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.1);
    height: 60px;
    border: 3px solid #ffffff;
    border-radius: 50%;
}.K-user-reviews .w-review-spot:hover img {
    transform: scale(1.1);
}.K-user-reviews .w-review-spot h4 {
    font-size: 20px;
    font-weight: 600;
    position: relative;
    margin: 0 0 0 15px;
    color: #000000;
    letter-spacing: 0.5px;
}.K-user-reviews .w-review-spot h4::after {
    width: 0;
    bottom: -5px;
    position: absolute;
    background-color: rgb(137,162,188);
    transition: width 0.3s ease;
    content: "";
    left: 0;
    height: 2px;
}.K-user-reviews .w-review-spot:hover h4::after {
    width: 100%;
}.K-user-reviews .w-review-spot .description {
    margin: 0;
    transition: transform 0.3s ease;
    line-height: 1.6;
    color: #000000;
    position: relative;
    font-size: 13px;
}.K-user-reviews .w-review-spot:hover .description {
    transform: translateY(-3px);
}.K-user-reviews a {
    font-size: 18px;
    color: #ffffff;
    transition: all 0.3s ease;
    text-decoration: none;
    position: relative;
    display: inline-block;
    margin-top: 50px;
    background: linear-gradient(135deg, rgb(176,192,213) 0%, rgb(137,162,188) 100%);
    border-radius: 10px;
    padding: 14px 32px;
    overflow: hidden;
    z-index: 1;
    box-shadow: 0 8px 25px rgba(rgb(176,192,213,0.5), 0.3);
    font-weight: 600;
}.K-user-reviews a::before {
    opacity: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    left: 0;
    top: 0;
    transition: opacity 0.4s ease;
    background: linear-gradient(135deg, rgb(137,162,188) 0%, rgb(176,192,213) 100%);
    position: absolute;
    content: "";
}.K-user-reviews a:hover {
    box-shadow: 0 12px 30px rgba(rgb(176,192,213,0.5), 0.4);
    transform: translateY(-5px);
}.K-user-reviews a:hover::before {
    opacity: 1;
}

@keyframes pulse {
    0%, 100% {
        transform: scaleX(1);
    }
    50% {
        transform: scaleX(1.2);
    }
}

@media (max-width: 1200px) {.K-user-reviews {
    padding: 100px 0 70px;
}.K-user-reviews .M-user-review {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 25px;
}
}

@media (max-width: 992px) {.K-user-reviews {
    padding: 80px 0 60px;
}.K-user-reviews h2 {
    margin-bottom: 40px;
    font-size: calc(29px * 0.9);
}.K-user-reviews .M-user-review {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 20px;
}.K-user-reviews .w-review-spot {
    padding: 25px 20px;
}
}

@media (max-width: 768px) {.K-user-reviews {
    padding: 70px 0 50px;
}.K-user-reviews h2 {
    font-size: calc(29px * 0.8);
    margin-bottom: 35px;
}.K-user-reviews .M-user-review {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
}.K-user-reviews .w-review-spot {
    padding: 20px 18px;
}.K-user-reviews .w-review-spot div {
    margin-bottom: 15px;
}.K-user-reviews .w-review-spot img {
    height: 50px;
    width: 50px;
}.K-user-reviews a {
    margin-top: 40px;
    padding: 12px 26px;
}
}

@media (max-width: 576px) {.K-user-reviews {
    padding: 60px 0 40px;
}.K-user-reviews h2 {
    margin-bottom: 30px;
    font-size: calc(29px * 0.7);
}.K-user-reviews .w-review-spot {
    padding: 18px 15px;
}.K-user-reviews .w-review-spot img {
    width: 45px;
    height: 45px;
}.K-user-reviews .w-review-spot h4 {
    font-size: calc(20px * 0.9);
}.K-user-reviews .w-review-spot .description {
    font-size: calc(13px * 0.95);
}.K-user-reviews a {
    padding: 10px 22px;
    font-size: calc(18px * 0.9);
}}.w-pricing-feature {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}.w-pricing-feature::before {
    width: 100%;
    content: "";
    left: 0;
    z-index: 1;
    background: linear-gradient(135deg, rgba(18, 36, 66, 0.92), rgba(39, 55, 89, 0.85));
    top: 0;
    position: absolute;
    height: 100%;
}.w-pricing-feature .container {
    padding: 0 15px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
    max-width: 1320px;
}.z-learn-rates {
    position: relative;
}.w-pricing-feature h2 {
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
    transform: translateY(0);
    color: #ffffff;
    font-size: 31px;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
}.w-pricing-feature h2::after {
    background: rgb(176,192,213);
    bottom: -12px;
    transform: translateX(-50%);
    content: "";
    height: 3px;
    width: 80px;
    position: absolute;
    left: 50%;
}.w-pricing-feature .i-rate-plans {
    text-align: center;
    margin: 0 auto 50px;
    opacity: 0.9;
    color: #ffffff;
    line-height: 1.6;
    font-size: 18px;
    max-width: 760px;
}.w-pricing-feature .t-pricing-list {
    gap: 30px;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    list-style: none;
    margin: 0;
}.w-pricing-feature .z-promo-rates {
    text-decoration: none;
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
    height: 100%;
    display: block;
}.w-pricing-feature .R-cost-plan {
    transition: all 0.4s ease;
    position: relative;
    height: 100%;
    padding: 30px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03));
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    height: 100%;
    flex-direction: column;
    min-height: 380px;
    display: flex;
    backdrop-filter: blur(10px);
    justify-content: space-between;
}.w-pricing-feature .R-cost-plan::before {
    opacity: 0;
    transition: opacity 0.5s ease;
    left: 0;
    width: 100%;
    top: 0;
    background: linear-gradient(to bottom right, 
        rgb(176,192,213,0.5), 
        transparent,
        rgba(255, 255, 255, 0.05));
    content: "";
    height: 100%;
    position: absolute;
}.w-pricing-feature .W-price-schemes {
    z-index: 2;
    height: 100%;
    flex-direction: column;
    display: flex;
    position: relative;
}.w-pricing-feature .z-promo-rates h4 {
    color: #ffffff;
    padding-bottom: 15px;
    margin-bottom: 20px;
    transition: transform 0.4s ease;
    position: relative;
    font-weight: 600;
    font-size: 22px;
}.w-pricing-feature .z-promo-rates h4::after {
    content: "";
    position: absolute;
    width: 40px;
    transition: width 0.4s ease;
    height: 2px;
    bottom: 0;
    left: 0;
    background: rgb(176,192,213);
}.w-pricing-feature .z-promo-rates p {
    flex-grow: 1;
    overflow-wrap: break-word;
    font-size: 15px;
    word-break: break-word;
    white-space: normal;
    margin-bottom: 25px;
    color: #ffffff;
    line-height: 1.7;
    opacity: 0.85;
}.w-pricing-feature .Y-fee-board {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    position: relative;
    display: inline-block;
    font-weight: 700;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    font-size: 28px;
    padding: 10px 20px;
    background: linear-gradient(135deg, rgb(176,192,213), rgb(137,162,188));
    color: #ffffff;
    border-radius: 10px;
    align-self: flex-start;
    margin-top: auto;
}.w-pricing-feature .Y-fee-board::before {
    height: 100%;
    position: absolute;
    width: 100%;
    transform: translateX(-100%);
    transition: transform 0.6s ease;
    left: 0;
    top: 0;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    content: "";
}.w-pricing-feature .z-promo-rates:hover {
    transform: translateY(-10px);
}.w-pricing-feature .z-promo-rates:hover .R-cost-plan {
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.25);
}.w-pricing-feature .z-promo-rates:hover .R-cost-plan::before {
    opacity: 1;
}.w-pricing-feature .z-promo-rates:hover h4 {
    transform: translateX(5px);
}.w-pricing-feature .z-promo-rates:hover h4::after {
    width: 60px;
}.w-pricing-feature .z-promo-rates:hover .Y-fee-board {
    transform: scale(1.05);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}.w-pricing-feature .z-promo-rates:hover .Y-fee-board::before {
    transform: translateX(100%);
}

@media (max-width: 1200px) {.w-pricing-feature {
    padding: 100px 0;
}.w-pricing-feature .t-pricing-list {
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 25px;
}.w-pricing-feature .R-cost-plan {
    padding: 25px;
    min-height: 360px;
}.w-pricing-feature h2 {
    font-size: calc(31px - 2px);
}
}

@media (max-width: 992px) {.w-pricing-feature {
    padding: 80px 0;
}.w-pricing-feature .t-pricing-list {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}.w-pricing-feature .R-cost-plan {
    min-height: 340px;
    padding: 22px;
}.w-pricing-feature .z-promo-rates h4 {
    font-size: 20px;
}.w-pricing-feature .z-promo-rates p {
    font-size: 14px;
    line-height: 1.6;
}.w-pricing-feature .Y-fee-board {
    padding: 8px 16px;
    font-size: 24px;
}
}

@media (max-width: 768px) {.w-pricing-feature {
    padding: 60px 0;
}.w-pricing-feature .t-pricing-list {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    gap: 20px;
}.w-pricing-feature .R-cost-plan {
    padding: 25px;
    min-height: auto;
}.w-pricing-feature h2 {
    font-size: calc(31px - 4px);
}.w-pricing-feature .i-rate-plans {
    font-size: 16px;
    margin-bottom: 40px;
}
}

@media (max-width: 576px) {.w-pricing-feature {
    padding: 50px 0;
}.w-pricing-feature h2 {
    font-size: calc(31px - 6px);
}.w-pricing-feature .i-rate-plans {
    font-size: 15px;
    margin-bottom: 30px;
}.w-pricing-feature .R-cost-plan {
    padding: 20px;
}.w-pricing-feature .z-promo-rates h4 {
    padding-bottom: 12px;
    font-size: 18px;
    margin-bottom: 15px;
}.w-pricing-feature .z-promo-rates p {
    font-size: 14px;
    margin-bottom: 20px;
}.w-pricing-feature .Y-fee-board {
    padding: 8px 14px;
    font-size: 22px;
}}.e-our-background {
    padding: 120px 0 80px;
    overflow: hidden;
    isolation: isolate;
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
}.e-our-background::before {
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    content: "";
    background: linear-gradient(135deg, rgb(176,192,213,0.5), rgba(0, 0, 0, 0.5) 80%);
    width: 100%;
    position: absolute;
}.e-our-background::after {
    animation: floatBackground 20s ease-in-out infinite alternate;
    position: absolute;
    bottom: -20px;
    transform: skewY(-12deg);
    z-index: -1;
    right: -20px;
    opacity: 0.15;
    height: 70%;
    content: "";
    width: 60%;
    background: linear-gradient(225deg, rgb(137,162,188) 0%, transparent 70%);
}.e-our-background .container {
    position: relative;
    margin: 0 auto;
    transform: perspective(1000px) rotateX(2deg);
    padding: 0 20px;
    max-width: 1200px;
    z-index: 1;
    transform-origin: center top;
}.e-our-background h2 {
    color: #ffffff;
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 40px;
    letter-spacing: 1.5px;
    position: relative;
    text-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    transform: translateZ(30px);
    display: inline-block;
}.e-our-background h2::before {
    position: absolute;
    background: rgb(137,162,188);
    content: "";
    transform-origin: left;
    bottom: -12px;
    left: 0;
    width: 80px;
    animation: lineExpand 1.2s 0.3s forwards cubic-bezier(0.19, 1, 0.22, 1);
    transform: scaleX(0);
    height: 4px;
}.e-our-background h2::after {
    position: absolute;
    left: 0;
    height: 4px;
    animation: lineExpandSecondary 1.2s 0.6s forwards cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateX(80px) scaleX(0);
    transform-origin: left;
    content: "";
    width: 40px;
    background: rgb(176,192,213);
    bottom: -12px;
}.e-our-background .b-content-column {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25), 
                0 -5px 20px rgba(255, 255, 255, 0.1);
    overflow: hidden;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.95);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: perspective(1000px) translateZ(0);
    backdrop-filter: blur(10px);
    padding: 60px 50px;
    position: relative;
}.e-our-background .b-content-column::before {
    left: 0;
    transform-origin: center;
    background: linear-gradient(to bottom, rgb(176,192,213), rgb(137,162,188));
    animation: pulseBar 8s infinite alternate cubic-bezier(0.445, 0.05, 0.55, 0.95);
    top: 0;
    height: 100%;
    width: 6px;
    transform: scaleY(0.8);
    position: absolute;
    content: "";
}.e-our-background .b-content-column::after {
    animation: pulseBar 12s infinite alternate cubic-bezier(0.445, 0.05, 0.55, 0.95);
    width: 100%;
    position: absolute;
    transform: scaleX(0.9);
    height: 6px;
    transform-origin: center;
    top: 0;
    background: linear-gradient(to right, rgb(176,192,213), rgb(137,162,188));
    right: 0;
    content: "";
}.e-our-background .b-content-column > div {
    z-index: 1;
    position: relative;
}.e-our-background .b-content-column p {
    color: rgb(176,192,213);
    opacity: 0;
    transform: translateY(20px);
    font-weight: 600;
    animation: slideUpFade 0.8s 0.3s forwards cubic-bezier(0.19, 1, 0.22, 1);
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
    font-size: calc(20px - 2px);
}.e-our-background .b-content-column p::after {
    left: 0;
    transform: scaleX(0);
    height: 2px;
    width: 40px;
    background: rgb(137,162,188);
    position: absolute;
    content: "";
    bottom: -8px;
    transform-origin: left;
    animation: lineGrow 1s 0.6s forwards cubic-bezier(0.19, 1, 0.22, 1);
}.e-our-background .b-content-column div div {
    color: #000000;
    opacity: 0;
    column-gap: 40px;
    font-size: 13px;
    column-count: 1;
    font-family: Arial, sans-serif;
    line-height: 1.8;
    animation: slideUpFade 1s 0.5s forwards cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(30px);
}


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

@keyframes lineExpandSecondary {
    0% { transform: translateX(80px) scaleX(0); }
    100% { transform: translateX(80px) scaleX(1); }
}

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

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

@keyframes pulseBar {
    0%, 100% {
        transform: scaleY(0.8);
    }
    50% {
        transform: scaleY(1);
    }
}

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


@media (min-width: 768px) {.e-our-background {
    padding: 150px 0 100px;
}.e-our-background .container {
    transform: perspective(1200px) rotateX(3deg);
}.e-our-background h2 {
    font-size: calc(28px + 4px);
    margin-bottom: 60px;
}.e-our-background .b-content-column {
    border-radius: 6px;
    transform: perspective(1000px) translateZ(10px) rotateY(-1deg);
    margin-left: 40px;
    padding: 70px 60px;
}.e-our-background .b-content-column div div {
    column-count: 2;
}
}

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

@media (min-width: 1200px) {.e-our-background .container {
    transform: perspective(2000px) rotateX(4deg);
    padding: 0 40px;
}.e-our-background .b-content-column {
    transform: perspective(1000px) translateZ(30px) rotateY(-2deg);
    margin-left: 80px;
    padding: 90px 80px;
}.e-our-background .b-content-column div div {
    column-count: 2;
    column-gap: 60px;
}
}

@media (max-width: 767px) {.e-our-background {
    padding: 100px 0 60px;
}.e-our-background .container {
    padding: 0 15px;
    transform: perspective(800px) rotateX(1deg);
}.e-our-background h2 {
    font-size: 28px;
    margin-bottom: 30px;
}.e-our-background .b-content-column {
    padding: 40px 25px;
    margin-left: 0;
    border-radius: 4px;
}.e-our-background .b-content-column::before {
    width: 4px;
}.e-our-background .b-content-column::after {
    height: 4px;
}.e-our-background .b-content-column div div {
    font-size: 13px;
    line-height: 1.7;
}}.V-confidential-zone {
    color: #000000;
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.5);
    font-family: Arial, sans-serif;
    background-color: rgb(215,222,236);
    overflow: hidden;
    padding: 50px;
    position: relative;
    line-height: 1.8;
}.V-confidential-zone::before, .V-confidential-zone::after {
    content: '';
    position: absolute;
    opacity: 0.3;
    border-radius: 50%;
}.V-confidential-zone::before {
    top: -50px;
    right: -50px;
    width: 150px;
    background: rgb(176,192,213);
    height: 150px;
}.V-confidential-zone::after {
    left: -30px;
    height: 100px;
    bottom: -30px;
    background: rgb(137,162,188);
    width: 100px;
}.V-confidential-zone h1 {
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 15px;
    font-weight: 700;
    font-size: 46px;
    z-index: 1;
    color: rgb(176,192,213);
    border-bottom: 3px solid rgb(176,192,213);
}.V-confidential-zone h2 {
    position: relative;
    margin-bottom: 20px;
    font-size: 38px;
    margin-top: 35px;
    z-index: 1;
    color: rgb(137,162,188);
    font-weight: 600;
}.V-confidential-zone h3,
.V-confidential-zone h4,
.V-confidential-zone h5,
.V-confidential-zone h6 {
    color: rgb(176,192,213);
    margin-top: 30px;
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
    font-weight: 400;
}.V-confidential-zone h3 {
    font-size: calc(18px - 0.2rem);
}.V-confidential-zone h4 {
    font-size: 18px;
}.V-confidential-zone h5 {
    font-size: calc(18px - 0.2rem);
}.V-confidential-zone h6 {
    font-size: 22px;
}.V-confidential-zone ul {
    margin-top: 15px;
    position: relative;
    padding-left: 25px;
    list-style-type: disc;
    z-index: 1;
}.V-confidential-zone ol {
    position: relative;
    list-style-type: decimal;
    padding-left: 25px;
    margin-top: 15px;
    z-index: 1;
}.V-confidential-zone li {
    padding-left: 10px;
    border-left: 3px solid rgb(137,162,188);
    z-index: 1;
    margin-bottom: 15px;
    position: relative;
    line-height: 1.7;
}.V-confidential-zone li::marker {
    font-weight: 600;
    color: rgb(176,192,213);
}.V-confidential-zone div {
    z-index: 1;
    position: relative;
    margin-bottom: 25px;
}.V-confidential-zone p {
    margin-bottom: 25px;
    position: relative;
    font-size: 15px;
    z-index: 1;
}.V-confidential-zone span {
    font-weight: 600;
    color: rgb(176,192,213);
}
@media only screen and (max-width: 800px) {.V-confidential-zone {
    border-radius: 10px;
    padding: 25px;
}.V-confidential-zone h1 {
    font-size: calc(18px - 0.5rem);
}.V-confidential-zone h2 {
    font-size: calc(18px - 0.4rem);
}.V-confidential-zone p {
    font-size: calc(15px - 0.2rem);
}}
.V-confidential-zone::before {
    display: block;
    margin-bottom: 25px;
    border-radius: 10px;
    content: '';
    height: 6px;
    width: 60px;
    background-color: rgb(176,192,213);
}.V-confidential-zone ul li::marker,
.V-confidential-zone ol li::marker {
    font-weight: 700;
    color: rgb(137,162,188);
}.V-confidential-zone h2 {
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text !important;
    background: linear-gradient(to right, rgb(176,192,213), rgb(137,162,188));
}.V-confidential-zone section {
    margin: 50px 0;
    padding-top: 25px;
    border-top: 2px solid rgba(0, 0, 0, 0.5);
}.V-confidential-zone hr {
    height: 1px;
    border: none;
    margin: 40px 0;
    background: rgba(0, 0, 0, 0.5);
}.C-thxPage {
    position: relative;
    overflow: hidden;
    padding: 120px 0 100px;
    background: linear-gradient(135deg, rgb(215,222,236) 0%, rgba(245, 247, 250, 0.95) 100%);
}.C-thxPage::before {
    filter: blur(80px);
    top: -50px;
    right: -50px;
    background: linear-gradient(45deg, rgb(137,162,188,0.5) 0%, rgb(176,192,213,0.5) 100%);
    animation: float 15s ease-in-out infinite;
    content: "";
    height: 300px;
    z-index: 1;
    width: 300px;
    position: absolute;
    opacity: 0.4;
}.C-thxPage::after {
    animation: float 18s ease-in-out infinite reverse;
    content: "";
    height: 250px;
    opacity: 0.3;
    filter: blur(60px);
    position: absolute;
    width: 250px;
    left: -30px;
    bottom: -30px;
    z-index: 1;
    background: linear-gradient(225deg, rgb(176,192,213,0.5) 0%, rgb(137,162,188,0.5) 80%);
}.C-thxPage .container {
    padding: 0 20px;
    z-index: 5;
    max-width: 1140px;
    position: relative;
    margin: 0 auto;
}.C-thxPage h2 {
    margin-bottom: 40px;
    position: relative;
    opacity: 0;
    color: #000000;
    animation: slideUp 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    transform: translateY(20px);
    font-family: Arial, sans-serif;
    font-weight: 700;
    font-size: 30px;
}.C-thxPage h2::after {
    position: absolute;
    height: 3px;
    animation: expandLine 0.6s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.4s;
    transform-origin: left center;
    width: 80px;
    content: "";
    transform: scaleX(0);
    background: linear-gradient(90deg, rgb(176,192,213) 0%, rgb(137,162,188) 100%);
    left: 0;
    bottom: -12px;
}.C-thxPage .h-impact-numbers {
    transform: translateY(30px);
    border-radius: 13px;
    padding: 50px;
    animation: slideUp 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.3s;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.07), 0 5px 15px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    overflow: hidden;
    position: relative;
    opacity: 0;
}.C-thxPage .h-impact-numbers::before {
    left: 0;
    top: 0;
    width: 6px;
    transform-origin: top center;
    animation: expandHeight 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.6s;
    position: absolute;
    background: linear-gradient(to bottom, rgb(137,162,188), rgb(176,192,213));
    height: 100%;
    transform: scaleY(0);
    content: "";
}.C-thxPage ul {
    list-style: none;
    margin: 0;
    padding: 0;
}.C-thxPage li {
    padding-left: 25px;
    position: relative;
}.C-thxPage li::before {
    left: 0;
    width: 10px;
    background: linear-gradient(135deg, rgb(176,192,213) 0%, rgb(137,162,188) 100%);
    content: "";
    height: 10px;
    position: absolute;
    transform: scale(0);
    border-radius: 50%;
    top: 8px;
    animation: popIn 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) forwards 1s;
}.C-thxPage span {
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: calc(13px * 1.05);
    opacity: 0;
    display: block;
    animation: fadeText 0.8s ease forwards 0.8s;
    transform: translateY(15px);
    line-height: 1.7;
}

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

@keyframes expandLine {
    to {
        transform: scaleX(1);
    }
}

@keyframes expandHeight {
    to {
        transform: scaleY(1);
    }
}

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

@keyframes fadeText {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

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

@media (max-width: 991px) {.C-thxPage {
    padding: 90px 0 70px;
}.C-thxPage h2 {
    margin-bottom: 35px;
    font-size: calc(30px * 0.9);
}.C-thxPage .h-impact-numbers {
    padding: 40px 35px;
}.C-thxPage h2::after {
    width: 70px;
}
}

@media (max-width: 767px) {.C-thxPage {
    padding: 70px 0 50px;
}.C-thxPage h2 {
    line-height: 1.4;
    font-size: calc(30px * 0.8);
    margin-bottom: 30px;
}.C-thxPage .h-impact-numbers {
    padding: 35px 25px;
}.C-thxPage span {
    line-height: 1.6;
    font-size: 13px;
}.C-thxPage h2::after {
    height: 2px;
    width: 60px;
}
}

@media (max-width: 575px) {.C-thxPage {
    padding: 60px 0 40px;
}.C-thxPage h2 {
    margin-bottom: 25px;
    font-size: calc(30px * 0.7);
}.C-thxPage .h-impact-numbers {
    padding: 30px 20px;
}.C-thxPage li {
    padding-left: 20px;
}.C-thxPage li::before {
    height: 8px;
    width: 8px;
    top: 9px;
}.C-thxPage h2::after {
    width: 50px;
}
}

@media (hover: hover) {.C-thxPage .h-impact-numbers:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1), 0 10px 20px rgba(0, 0, 0, 0.06);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.4s ease;
    transform: translateY(-5px);
}.C-thxPage .h-impact-numbers:hover::before {
    background: linear-gradient(to bottom, rgb(176,192,213), rgb(137,162,188));
    transition: background 0.5s ease;
}}.g-academic-experience {
    position: relative;
    padding: 4rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(215,222,236) 0%, rgb(137,162,188,0.5) 100%);
}.g-academic-experience::before {
    opacity: 0.3;
    content: "";
    background-image: 
        radial-gradient(circle at 10% 10%, rgb(137,162,188,0.5) 5%, transparent 5.5%),
        radial-gradient(circle at 90% 20%, rgb(137,162,188,0.5) 2%, transparent 2.5%),
        radial-gradient(circle at 30% 80%, rgb(137,162,188,0.5) 3%, transparent 3.5%),
        radial-gradient(circle at 70% 90%, rgb(137,162,188,0.5) 4%, transparent 4.5%);
    left: 0;
    z-index: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
}.g-academic-experience .container {
    position: relative;
    padding: 0 2rem;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 1;
}.g-academic-experience .w-review-spot {
    border-radius: 10px;
    box-shadow: 
        0 20px 40px rgba(0,0,0,0.08),
        0 5px 15px rgba(0,0,0,0.05),
        0 0 0 1px rgba(0,0,0,0.02);
    padding: 2.5rem;
    grid-template-columns: 1fr;
    display: grid;
    position: relative;
    gap: 2rem;
    background: linear-gradient(145deg, rgba(255,255,255,0.95), rgba(255,255,255,0.85));
    transform: perspective(1000px) rotateX(2deg);
    backdrop-filter: blur(10px);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}.g-academic-experience .w-review-spot:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 
        0 25px 50px rgba(0,0,0,0.12),
        0 10px 20px rgba(0,0,0,0.07),
        0 0 0 1px rgba(0,0,0,0.03);
}.g-academic-experience .w-review-spot > div:first-child {
    position: relative;
    justify-self: center;
}.g-academic-experience .j-photo-card {
    overflow: hidden;
    position: relative;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    height: 150px;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
    border-radius: 0;
    width: 150px;
    box-shadow: 
        0 10px 20px rgba(0,0,0,0.1),
        0 5px 10px rgba(0,0,0,0.05);
}.g-academic-experience .j-photo-card::before {
    left: 0;
    position: absolute;
    transition: opacity 0.4s ease;
    height: 100%;
    content: "";
    background: linear-gradient(to bottom, transparent 50%, rgb(176,192,213,0.5) 100%);
    top: 0;
    width: 100%;
    opacity: 0.6;
}.g-academic-experience .w-review-spot:hover .j-photo-card {
    box-shadow: 
        0 15px 30px rgba(0,0,0,0.15),
        0 8px 15px rgba(0,0,0,0.08);
    transform: scale(1.05) translateY(-5px);
}.g-academic-experience .w-review-spot:hover .j-photo-card::before {
    opacity: 0.8;
}.g-academic-experience .w-review-spot > div:nth-child(2) {
    position: relative;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}.g-academic-experience .name {
    display: inline-block;
    font-weight: 700;
    color: #000000;
    margin: 0 0 0.5rem;
    position: relative;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    font-size: calc(23px * 1.1);
}.g-academic-experience .name::after {
    left: 0;
    bottom: -4px;
    transition: width 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    width: 0;
    content: "";
    background: rgb(176,192,213);
    position: absolute;
    height: 2px;
}.g-academic-experience .w-review-spot:hover .name::after {
    width: 100%;
}.g-academic-experience .w-review-spot > div:nth-child(2) > div {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    padding: 0.35rem 1rem;
    font-size: calc(14px * 0.95);
    color: rgb(137,162,188);
    margin-top: 0.25rem;
    font-weight: 600;
    transform: translateY(0);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    letter-spacing: 0.03em;
    background: linear-gradient(to right, rgba(rgb(137,162,188,0.5), 0.1), transparent);
    position: relative;
}.g-academic-experience .w-review-spot:hover > div:nth-child(2) > div {
    transform: translateY(3px) scale(1.03);
}.g-academic-experience .p-emp-exp {
    text-align: justify;
    font-size: 14px;
    padding: 0.5rem 0;
    margin: 0;
    color: #000000;
    position: relative;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    line-height: 1.7;
}.g-academic-experience .p-emp-exp::before {
    opacity: 0.2;
    content: "";
    position: absolute;
    transition: all 0.4s ease;
    top: -25px;
    font-size: 4rem;
    left: -10px;
    color: rgb(176,192,213,0.5);
}.g-academic-experience .p-emp-exp::after {
    transition: all 0.4s ease;
    font-size: 4rem;
    right: -10px;
    color: rgb(176,192,213,0.5);
    bottom: -50px;
    opacity: 0.2;
    content: "";
    position: absolute;
}.g-academic-experience .w-review-spot:hover .p-emp-exp::before,
.g-academic-experience .w-review-spot:hover .p-emp-exp::after {
    transform: scale(1.1);
    opacity: 0.4;
}

@media (min-width: 768px) {.g-academic-experience {
    padding: 6rem 0;
}.g-academic-experience .w-review-spot {
    align-items: start;
    grid-template-columns: auto 1fr 2fr;
    gap: 2.5rem;
    padding: 3rem;
}.g-academic-experience .w-review-spot > div:nth-child(2) {
    align-items: flex-start;
    text-align: left;
}.g-academic-experience .j-photo-card {
    width: 180px;
    height: 180px;
}.g-academic-experience .p-emp-exp {
    padding: 0 1rem 0 0;
}.g-academic-experience .container {
    padding: 0 4rem;
}
}

@media (min-width: 992px) {.g-academic-experience .w-review-spot {
    margin: 0 3rem;
}.g-academic-experience .j-photo-card {
    width: 220px;
    height: 220px;
}.g-academic-experience .name {
    font-size: calc(23px * 1.2);
}.g-academic-experience .w-review-spot > div:nth-child(2) > div {
    font-size: 14px;
}.g-academic-experience .p-emp-exp {
    line-height: 1.8;
    font-size: calc(14px * 1.05);
}
}

@media (max-width: 767px) {.g-academic-experience .w-review-spot {
    text-align: center;
    padding: 2rem 1.5rem;
}.g-academic-experience .p-emp-exp {
    text-align: left;
}.g-academic-experience .p-emp-exp::before {
    font-size: 3rem;
    top: -20px;
    left: 0;
}.g-academic-experience .p-emp-exp::after {
    font-size: 3rem;
    right: 0;
    bottom: -40px;
}
}

@media (max-width: 480px) {.g-academic-experience {
    padding: 3rem 0;
}.g-academic-experience .container {
    padding: 0 1rem;
}.g-academic-experience .j-photo-card {
    width: 120px;
    height: 120px;
}.g-academic-experience .name {
    font-size: 23px;
}.g-academic-experience .w-review-spot > div:nth-child(2) > div {
    font-size: calc(14px * 0.9);
}.g-academic-experience .p-emp-exp {
    font-size: calc(14px * 0.95);
    line-height: 1.6;
    padding: 0;
}}.T-program-assets {
    position: relative;
    padding: 5rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(255,255,255,0.92), rgba(248,249,250,0.97));
}.T-program-assets::before {
    content: "";
    z-index: 0;
    background-size: 20px 20px;
    position: absolute;
    top: 0;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    opacity: 0.07;
    left: 0;
    height: 100%;
    background-image: 
    linear-gradient(45deg, rgb(137,162,188,0.5) 25%, transparent 25%),
    linear-gradient(-45deg, rgb(137,162,188,0.5) 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, rgb(137,162,188,0.5) 75%),
    linear-gradient(-45deg, transparent 75%, rgb(137,162,188,0.5) 75%);
    width: 100%;
}.T-program-assets .container {
    max-width: 1200px;
    grid-template-columns: 1fr;
    z-index: 1;
    padding: 0 1.5rem;
    margin: 0 auto;
    display: grid;
    gap: 3rem;
    position: relative;
}.T-program-assets .j-photo-card {
    transition: transform 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
    object-fit: cover;
    clip-path: polygon(0 5%, 100% 0, 100% 95%, 0% 100%);
    width: 100%;
    transform: perspective(1000px) rotateY(-3deg);
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
    height: auto;
}.T-program-assets .j-photo-card:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-10px);
}.T-program-assets .h-impact-numbers {
    position: relative;
}.T-program-assets .b-content-column {
    padding: 2rem;
    background: linear-gradient(135deg, #ffffff, rgba(255,255,255,0.85));
    position: relative;
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.05);
}.T-program-assets .b-content-column::before {
    top: 0;
    opacity: 0.1;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgb(176,192,213,0.5) 0%, transparent 100%);
    content: "";
    position: absolute;
}.T-program-assets h1 {
    line-height: 1.3;
    font-size: 39px;
    position: relative;
    transform: translateX(-5px);
    color: #000000;
    font-weight: 700;
    margin-bottom: 2rem;
}.T-program-assets h1::after {
    bottom: -10px;
    background: rgb(176,192,213);
    transition: transform 0.5s ease;
    position: absolute;
    left: 0;
    width: 60px;
    transform-origin: left;
    height: 3px;
    content: "";
    transform: scaleX(0.7);
}.T-program-assets:hover h1::after {
    transform: scaleX(1);
}.T-program-assets ul {
    list-style: none;
    display: grid;
    margin: 0;
    padding: 0;
    grid-template-columns: 1fr;
    gap: 1.2rem;
}.T-program-assets li {
    padding-left: 2.5rem;
    transition: transform 0.3s ease;
    position: relative;
}.T-program-assets li:hover {
    transform: translateX(5px);
}.T-program-assets li p {
    margin: 0;
    color: #000000;
    font-size: calc(13px * 1.05);
    font-weight: 400;
    line-height: 1.6;
}.T-program-assets li svg {
    width: 1.5rem;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    left: 0;
    transform: scale(0.9);
    position: absolute;
    height: 1.5rem;
    top: 0.1rem;
}.T-program-assets li:hover svg {
    transform: scale(1.1) rotate(5deg);
}.T-program-assets svg path {
    fill: rgb(176,192,213);
    transition: fill 0.3s ease;
}.T-program-assets li:hover svg path {
    fill: rgb(137,162,188);
}

@media (min-width: 768px) {.T-program-assets {
    padding: 6rem 0;
}.T-program-assets .container {
    align-items: center;
    grid-template-columns: 1fr 1fr;
}.T-program-assets .j-photo-card {
    max-height: 600px;
    height: 100%;
}.T-program-assets ul {
    grid-template-columns: repeat(2, 1fr);
}.T-program-assets .b-content-column {
    padding: 3rem;
}
}

@media (min-width: 992px) {.T-program-assets {
    padding: 8rem 0;
}.T-program-assets .container {
    gap: 5rem;
}.T-program-assets h1 {
    margin-bottom: 2.5rem;
    font-size: calc(39px * 1.1);
}.T-program-assets li p {
    font-size: calc(13px * 1.1);
}.T-program-assets .b-content-column {
    padding: 4rem;
}
}

@media (max-width: 767px) {.T-program-assets h1 {
    font-size: calc(39px * 0.85);
}.T-program-assets li {
    padding-left: 2rem;
}.T-program-assets li svg {
    transform: scale(0.8);
}.T-program-assets .b-content-column {
    padding: 1.5rem;
}
}

@media (hover: hover) {.T-program-assets .container:hover .j-photo-card {
    transform: perspective(1000px) rotateY(-5deg) translateY(-10px);
}}.E-title-greeting {
    align-items: center;
    min-height: 100vh;
    position: relative;
    display: flex;
    overflow: hidden;
    background: linear-gradient(135deg, #f0f4f8 0%, #e8ecf0 100%);
    padding: 5rem 2rem;
    justify-content: center;
}.E-title-greeting::before {
    left: 0;
    height: 100%;
    z-index: 1;
    position: absolute;
    background: linear-gradient(110deg, rgb(176,192,213,0.5) 15%, transparent 50%);
    top: 0;
    content: "";
    width: 100%;
}.E-title-greeting::after {
    background: linear-gradient(210deg, rgb(137,162,188,0.5) 0%, transparent 90%);
    content: "";
    height: 30%;
    bottom: 0;
    position: absolute;
    z-index: 1;
    right: 0;
    width: 40%;
}.E-title-greeting .Z-start-intro {
    transform: translateY(-2vh);
    width: 100%;
    animation: fadeSlideUp 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    position: relative;
    z-index: 2;
    max-width: 1200px;
}.E-title-greeting .Z-start-intro > div {
    display: grid;
    gap: 3rem;
    grid-template-columns: 1fr;
}.E-title-greeting h3 {
    font-size: calc(21px * 1.1);
    position: relative;
    line-height: 1.5;
    transform: translateX(-10px);
    opacity: 0;
    margin-bottom: 1.5rem;
    color: #000000;
    padding-left: 2rem;
    animation: slideInLeft 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s forwards;
    font-weight: 600;
    max-width: 90%;
}.E-title-greeting h3::before {
    content: "";
    border-radius: 10px;
    width: 5px;
    position: absolute;
    top: 0.2em;
    left: 0;
    background: linear-gradient(to bottom, rgb(176,192,213), rgb(137,162,188));
    height: calc(100% - 0.4em);
}.E-title-greeting .D-learning-track {
    transform: translateY(20px);
    border-radius: 1.5rem;
    align-items: center;
    position: relative;
    opacity: 0;
    display: flex;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 0 10px 15px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    min-height: 450px;
    animation: fadeSlideUp 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s forwards;
}.E-title-greeting .D-learning-track::before {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    background: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.7) 0%,
        rgba(0, 0, 0, 0.5) 40%,
        rgba(0, 0, 0, 0.3) 100%
    );
    left: 0;
    content: "";
}.E-title-greeting .D-learning-track > div {
    padding: 3rem;
    width: 100%;
    display: flex;
    position: relative;
    flex-direction: column;
    gap: 1.5rem;
    z-index: 2;
}.E-title-greeting .D-learning-track p {
    color: #ffffff;
    max-width: 80%;
    animation: slideInLeft 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s forwards;
    opacity: 0;
    transform: translateX(-15px);
    position: relative;
    padding-bottom: 1rem;
    font-size: calc(15px * 1.2);
    line-height: 1.6;
    font-weight: 400;
}.E-title-greeting .D-learning-track p::after {
    width: 80px;
    height: 2px;
    animation: growWidth 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.5s forwards;
    bottom: 0;
    content: "";
    position: absolute;
    transform-origin: left;
    transform: scaleX(0);
    left: 0;
    background: #ffffff;
}.E-title-greeting .title_style_header {
    position: relative;
    font-weight: 700;
    font-size: clamp(2.5rem, 5vw, 41px);
    letter-spacing: -0.03em;
    opacity: 0;
    color: #ffffff;
    animation: fadeSlideUp 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.2s forwards;
    margin-top: 0.5rem;
    transform: translateY(20px);
    line-height: 1.2;
}@keyframes fadeSlideUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

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

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


.E-title-greeting .D-learning-track:hover {
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15), 0 12px 20px rgba(0, 0, 0, 0.07);
    transform: translateY(-5px) scale(1.01);
}.E-title-greeting .D-learning-track:hover::before {
    transition: all 0.5s ease;
    background: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.75) 0%,
        rgba(0, 0, 0, 0.55) 40%,
        rgba(0, 0, 0, 0.35) 100%
    );
}.E-title-greeting .D-learning-track:hover .title_style_header {
    transition: all 0.4s ease;
    transform: translateY(-3px);
}


@media (min-width: 768px) {.E-title-greeting {
    padding: 5rem 3rem;
}.E-title-greeting .Z-start-intro > div {
    grid-template-columns: 1fr 1.5fr;
    align-items: center;
    gap: 4rem;
}.E-title-greeting h3 {
    margin-bottom: 0;
    font-size: calc(21px * 1.2);
}.E-title-greeting .D-learning-track {
    min-height: 500px;
}.E-title-greeting .D-learning-track > div {
    justify-content: center;
    padding: 4rem;
}.E-title-greeting .title_style_header {
    font-size: clamp(3rem, 6vw, calc(41px * 1.2));
}
}

@media (min-width: 1024px) {.E-title-greeting {
    padding: 5rem 4rem;
}.E-title-greeting .Z-start-intro > div {
    gap: 5rem;
}.E-title-greeting h3 {
    padding-left: 3rem;
    transform: perspective(1000px) rotateY(-5deg);
    transition: transform 0.5s ease;
}.E-title-greeting h3:hover {
    transform: perspective(1000px) rotateY(0);
}.E-title-greeting h3::before {
    width: 8px;
}.E-title-greeting .D-learning-track {
    transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform: perspective(1000px) rotateY(2deg);
}.E-title-greeting .D-learning-track:hover {
    transform: perspective(1000px) rotateY(0) translateY(-8px);
}.E-title-greeting .D-learning-track > div {
    padding: 5rem;
}
}

@media (max-width: 767px) {.E-title-greeting {
    padding: 4rem 1.5rem;
}.E-title-greeting h3 {
    max-width: 100%;
    padding-left: 1.5rem;
    font-size: calc(21px * 1);
}.E-title-greeting .D-learning-track {
    min-height: 400px;
}.E-title-greeting .D-learning-track > div {
    padding: 2rem;
}.E-title-greeting .D-learning-track p {
    font-size: 15px;
    max-width: 100%;
}}.N-privacyConsentPanel {
    bottom: 0;
    border-top: 2px solid rgb(176,192,213);
    width: 100%;
    z-index: 90;
    background: rgb(215,222,236);
    position: fixed;
}.N-policy-opt {
    padding: 20px 0;
    justify-content: space-between;
    display: flex;
    align-items: center;
}.N-privacyConsentPanel h5 {
    margin-bottom: 6px;
    font-size: 22px;
}.N-privacyConsentPanel p {
    font-size: 18px;
}.X-data-approval {
    flex-shrink: 0;
    margin-right: 10px;
}.X-data-approval svg, .X-data-approval svg path, .X-data-approval img {
    height: 100px;
    fill: rgb(176,192,213);
    width: 100px;
}.L-privacy-gate {
    border-bottom: 2px solid rgb(176,192,213);
    cursor: pointer;
    flex-shrink: 0;
    text-decoration: none;
    text-align: center;
    margin-left: 10px;
    white-space: nowrap;
    color: rgb(176,192,213);
    line-height: 35px;
    min-width: 120px;
    font-size: 24px;
}.N-privacyConsentPanel p a {
    text-decoration: none;
    color: rgb(176,192,213);
}#P-cookiePromptPanel {
    display: none;
}#P-cookiePromptPanel:checked ~ .N-privacyConsentPanel {
    opacity: 0;
    visibility: hidden;
}
@media only screen and (max-width: 1200px) {.N-privacyConsentPanel {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.X-data-approval {
    display: none;
}.N-policy-opt {
    justify-content: center;
    align-items: center;
    flex-direction: column;
}.N-privacyConsentPanel h5 {
    text-align: center;
}.N-privacyConsentPanel p {
    text-align: center;
}.h-cookie-necessary {
    margin-bottom: 20px;
}body .r-layer-container .L-privacy-gate {
    margin-left: 0;
}}
.r-layer-container .N-policy-opt {
    justify-content: flex-end;
}.r-layer-container .L-privacy-gate {
    background: rgb(176,192,213);
    color: #ffffff;
    margin-left: 30px;
    padding: 10px;
    font-size: 20px;
}.r-layer-container .h-cookie-necessary {
    text-align: right;
}
@media only screen and (max-width: 800px)  {.r-layer-container .L-privacy-gate {
    margin-bottom: 10px;
    margin-left: 0;
}}.b-transcript {
    color: #ffffff;
    position: relative;
    padding: 6rem 0 4rem;
    z-index: 1;
}.b-transcript::before {
    top: 0;
    z-index: -1;
    background: #000000;
    height: 100%;
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    opacity: 0.85;
}.b-transcript::after {
    opacity: 0.15;
    left: 0;
    animation: gridAnimate 15s linear infinite;
    position: absolute;
    background-position: center;
    background: 
        linear-gradient(rgba(rgb(176,192,213), 0.2) 1px, transparent 1px),
        linear-gradient(90deg, rgba(rgb(176,192,213), 0.2) 1px, transparent 1px);
    z-index: -1;
    background-size: 30px 30px;
    height: 100%;
    content: "";
    top: 0;
    width: 100%;
}@keyframes gridAnimate {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 30px 30px;
    }
}

.b-transcript .container {
    grid-gap: 2rem;
    grid-template-columns: repeat(12, 1fr);
    display: grid;
}.b-transcript .company_holder {
    position: relative;
    grid-column: 1 / 5;
    grid-row: 1;
}.b-transcript .company_holder::before {
    border-top: 2px solid rgb(176,192,213);
    position: absolute;
    border-left: 2px solid rgb(176,192,213);
    width: 60px;
    content: "";
    height: 60px;
    opacity: 0.7;
    left: -20px;
    top: -20px;
}.b-transcript .company_holder::after {
    height: 60px;
    right: -20px;
    opacity: 0.7;
    position: absolute;
    content: "";
    border-bottom: 2px solid rgb(176,192,213);
    bottom: -20px;
    border-right: 2px solid rgb(176,192,213);
    width: 60px;
}.b-transcript .company_holder h3 {
    font-size: 32px;
    position: relative;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(90deg, #ffffff, rgb(176,192,213));
    margin-bottom: 1.5rem;
    font-weight: 700;
    display: inline-block;
}.b-transcript .company_holder h3::after {
    width: 30%;
    background: rgb(176,192,213);
    bottom: -5px;
    box-shadow: 0 0 10px rgb(176,192,213);
    content: "";
    height: 2px;
    position: absolute;
    left: 0;
}.b-transcript .F-badge-case {
    margin-top: 1.5rem;
    color: #ffffff;
    opacity: 0.8;
    font-size: 17px;
    line-height: 1.6;
}.b-transcript .K-res-connect {
    grid-column: 6 / 13;
    justify-content: flex-end;
    display: flex;
    grid-row: 1;
}.b-transcript .A-main-train {
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    gap: 3rem;
    display: grid;
}.b-transcript .d-main-core {
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(4px);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    border-radius: 10px;
    padding: 1.5rem;
    position: relative;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
}.b-transcript .d-main-core:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.02) 100%);
}.b-transcript .d-main-core::before {
    transition: height 0.3s ease;
    background: rgb(176,192,213);
    width: 3px;
    position: absolute;
    top: 0;
    height: 0;
    content: "";
    left: 0;
}.b-transcript .d-main-core:hover::before {
    height: 100%;
}.b-transcript .d-main-core h5 {
    margin-bottom: 1.5rem;
    padding-left: 1rem;
    position: relative;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 18px;
    color: rgb(137,162,188);
}.b-transcript .d-main-core h5::before {
    height: 5px;
    width: 5px;
    transform: translateY(-50%);
    background: rgb(176,192,213);
    top: 50%;
    left: 0;
    position: absolute;
    content: "";
    box-shadow: 0 0 10px rgb(176,192,213);
    border-radius: 50%;
}.b-transcript .d-main-core .A-main-train {
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
}.b-transcript .d-main-core .A-main-train a {
    padding: 0.4rem 1rem;
    overflow: hidden;
    border-radius: 10px;
    text-decoration: none;
    opacity: 0.7;
    color: #ffffff;
    transition: all 0.3s ease;
    z-index: 1;
    position: relative;
    font-size: 17px;
}.b-transcript .d-main-core .A-main-train a::before {
    left: 0;
    height: 100%;
    content: "";
    transform: translateX(-100%);
    background: linear-gradient(90deg, rgba(rgb(176,192,213,0.5), 0.1), transparent);
    top: 0;
    z-index: -1;
    transition: transform 0.3s ease;
    position: absolute;
    width: 100%;
}.b-transcript .d-main-core .A-main-train a:hover {
    opacity: 1;
    color: #ffffff;
    padding-left: 1.5rem;
}.b-transcript .d-main-core .A-main-train a:hover::before {
    transform: translateX(0);
}.W-linkedin-ref {
    position: relative;
    margin-top: 4rem;
    padding: 1.5rem 0;
    background: rgba(0, 0, 0, 0.5);
    grid-row: 2;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    grid-column: 1 / 13;
}.W-linkedin-ref::before {
    content: "";
    height: 1px;
    left: 50%;
    background: linear-gradient(90deg, transparent, rgb(176,192,213), transparent);
    transform: translateX(-50%);
    top: 0;
    position: absolute;
    width: 60%;
}.W-linkedin-ref .container {
    align-items: center;
    display: flex;
    justify-content: center;
}.W-linkedin-ref .b-referral-prog {
    color: #ffffff;
    opacity: 0.7;
    font-size: 12px;
    text-align: center;
    letter-spacing: 0.5px;
}

@media screen and (max-width: 992px) {.b-transcript .container {
    grid-template-columns: repeat(1, 1fr);
}.b-transcript .company_holder {
    grid-row: 1;
    grid-column: 1;
}.b-transcript .K-res-connect {
    grid-column: 1;
    grid-row: 2;
    margin-top: 2rem;
}.W-linkedin-ref {
    margin-top: 3rem;
    grid-row: 3;
}
}

@media screen and (max-width: 768px) {.b-transcript {
    padding: 4rem 0 3rem;
}.b-transcript .A-main-train {
    gap: 2rem;
    grid-template-columns: 1fr;
}.b-transcript .d-main-core {
    padding: 1.2rem;
}.b-transcript .d-main-core h5 {
    font-size: calc(18px * 0.9);
}.b-transcript .company_holder::before,
    .b-transcript .company_holder::after {
    width: 40px;
    height: 40px;
}
}

@media screen and (max-width: 576px) {.b-transcript {
    padding: 3rem 0 2rem;
}.b-transcript .company_holder h3 {
    font-size: calc(32px * 0.9);
}.b-transcript .F-badge-case {
    font-size: calc(17px * 0.9);
}.b-transcript .d-main-core .A-main-train a {
    font-size: calc(17px * 0.9);
}.W-linkedin-ref {
    padding: 1rem 0;
    margin-top: 2rem;
}}.l-learning-process {
    overflow: hidden;
    background: rgb(215,222,236);
    position: relative;
    padding: 6rem 2rem;
}.l-learning-process::before {
    position: absolute;
    animation: gridMove 50s linear infinite;
    left: 0;
    bottom: 0;
    background-size: 40px 40px;
    background-position: -1px -1px;
    opacity: 0.2;
    top: 0;
    content: "";
    right: 0;
    background-image: 
        linear-gradient(90deg, rgb(176,192,213,0.5) 1px, transparent 1px),
        linear-gradient(0deg, rgb(176,192,213,0.5) 1px, transparent 1px);
}.l-learning-process::after {
    background: rgb(176,192,213,0.5);
    position: absolute;
    height: 300px;
    top: -150px;
    border-radius: 50%;
    filter: blur(100px);
    right: -150px;
    opacity: 0.5;
    content: "";
    animation: pulseGlow 8s ease-in-out infinite alternate;
    width: 300px;
}.l-learning-process .h-impact-numbers {
    grid-template-columns: 1fr;
    position: relative;
    margin: 0 auto;
    display: grid;
    max-width: 1000px;
    gap: 3rem;
}.l-learning-process .h-impact-numbers::before,
.l-learning-process .h-impact-numbers::after {
    z-index: 1;
    width: 200px;
    height: 200px;
    position: absolute;
    border: 2px solid rgb(176,192,213,0.5);
    content: "";
    opacity: 0.6;
}.l-learning-process .h-impact-numbers::before {
    animation: rotate 15s linear infinite, float 8s ease-in-out infinite alternate;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    top: -50px;
    left: -100px;
}.l-learning-process .h-impact-numbers::after {
    animation: rotate 10s linear infinite reverse, float 10s ease-in-out infinite alternate-reverse;
    border-radius: 70% 30% 30% 70% / 70% 70% 30% 30%;
    bottom: -100px;
    right: -50px;
}.l-learning-process h3 {
    display: inline-block;
    position: relative;
    font-weight: 700;
    font-size: 30px;
    padding-bottom: 1.5rem;
    margin-bottom: 1rem;
    width: 100%;
    text-align: center;
    color: #000000;
}.l-learning-process h3::before,
.l-learning-process h3::after {
    left: 50%;
    content: "";
    transform: translateX(-50%);
    height: 4px;
    position: absolute;
    border-radius: 10px;
    width: 100px;
    background: linear-gradient(to right, rgb(176,192,213), transparent);
}.l-learning-process h3::before {
    bottom: 0;
    animation: slideWidth 3s ease-in-out infinite alternate;
}.l-learning-process h3::after {
    animation: slideWidth 3s ease-in-out infinite alternate-reverse;
    bottom: 0;
    background: linear-gradient(to left, rgb(137,162,188), transparent);
}.l-learning-process span {
    background: rgba(255, 255, 255, 0.1);
    line-height: 1.8;
    display: block;
    padding: 2rem;
    max-width: 100%;
    border-radius: 11px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    color: #000000;
    text-align: center;
    backdrop-filter: blur(5px);
    z-index: 2;
    font-size: 12px;
    position: relative;
}.l-learning-process span::before,
.l-learning-process span::after {
    z-index: -1;
    background: linear-gradient(135deg, rgb(176,192,213,0.5), rgb(137,162,188,0.5));
    content: "";
    position: absolute;
    transform-origin: center;
    border-radius: inherit;
    opacity: 0.5;
}.l-learning-process span::before {
    right: 10px;
    top: 10px;
    bottom: 10px;
    filter: blur(5px);
    left: 10px;
    animation: pulse 4s ease-in-out infinite alternate;
}.l-learning-process span::after {
    animation: pulse 4s ease-in-out 2s infinite alternate-reverse;
    filter: blur(15px);
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
}

@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 40px 40px;
    }
}

@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.4;
        transform: scale(1);
    }
    50% {
        opacity: 0.7;
        transform: scale(1.2);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-30px);
    }
}

@keyframes slideWidth {
    0% {
        width: 50px;
    }
    100% {
        width: 150px;
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.4;
    }
    50% {
        opacity: 0.7;
    }
}

@media (max-width: 992px) {.l-learning-process {
    padding: 5rem 1.5rem;
}.l-learning-process::before {
    background-size: 30px 30px;
}.l-learning-process h3 {
    font-size: calc(30px * 0.9);
}.l-learning-process .h-impact-numbers::before {
    top: -30px;
    width: 150px;
    height: 150px;
    left: -70px;
}.l-learning-process .h-impact-numbers::after {
    bottom: -70px;
    height: 150px;
    right: -30px;
    width: 150px;
}
}

@media (max-width: 768px) {.l-learning-process {
    padding: 4rem 1rem;
}.l-learning-process::before {
    background-size: 20px 20px;
}.l-learning-process h3 {
    font-size: calc(30px * 0.8);
}.l-learning-process span {
    font-size: calc(12px * 0.95);
    padding: 1.5rem;
}.l-learning-process .h-impact-numbers::before {
    top: -20px;
    left: -40px;
    height: 100px;
    width: 100px;
}.l-learning-process .h-impact-numbers::after {
    bottom: -40px;
    right: -20px;
    height: 100px;
    width: 100px;
}}.U-contact-panel {
    padding: 6rem 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(
        -45deg, 
        rgb(215,222,236) 0%, 
        rgb(137,162,188,0.5) 100%
    );
}.U-contact-panel .container {
    margin: 0 auto;
    max-width: 1400px;
    padding: 0 1rem;
}.U-contact-panel .l-message-inquiry {
    align-items: stretch;
    box-shadow: 0 25px 50px rgb(176,192,213,0.5);
    position: relative;
    overflow: hidden;
    display: flex;
    border-radius: 18px;
    background: rgb(137,162,188,0.5);
}.U-contact-panel .j-photo-card {
    margin-left: -5%;
    min-height: 600px;
    transform: skew(-10deg);
    z-index: 2;
    flex: 0 0 45%;
    position: relative;
}.U-contact-panel .j-photo-card::before {
    z-index: 1;
    transform: skew(10deg);
    content: '';
    opacity: 0.7;
    left: 0;
    top: 0;
    width: 120%;
    position: absolute;
    height: 100%;
    background: linear-gradient(
        135deg, 
        rgb(176,192,213,0.5) 0%, 
        rgb(137,162,188,0.5) 100%
    );
}.U-contact-panel .r-feedback-card {
    display: flex;
    padding: 4rem 3rem 4rem 10%;
    flex-direction: column;
    justify-content: center;
    position: relative;
    flex: 0 0 55%;
    z-index: 3;
}.U-contact-panel h2 {
    color: #ffffff;
    text-align: left;
    font-weight: 700;
    position: relative;
    font-size: 47px;
    padding-left: 2rem;
    margin-bottom: 2.5rem;
}.U-contact-panel h2::before {
    box-shadow: 0 0 15px rgb(176,192,213,0.5);
    left: 0;
    height: 1rem;
    content: '';
    background: rgb(176,192,213);
    transform: translateY(-50%);
    top: 50%;
    border-radius: 50%;
    width: 1rem;
    position: absolute;
}.U-contact-panel .r-feedback-card h3 {
    margin-bottom: 2rem;
    position: relative;
    padding-bottom: 1rem;
    font-size: 28px;
    font-weight: 600;
    color: #ffffff;
}.U-contact-panel .r-feedback-card h3::after {
    background: rgb(176,192,213);
    height: 3px;
    content: '';
    bottom: 0;
    position: absolute;
    width: 50px;
    left: 0;
}.U-contact-panel .r-feedback-card form {
    display: grid;
    gap: 1.5rem;
}.U-contact-panel .r-feedback-card input:not([type="checkbox"]):not([type="submit"]) {
    font-size: 14px;
    border-radius: 10px;
    padding: 1rem 1.5rem;
    transition: all 0.3s ease;
    border: 1px solid rgb(176,192,213,0.5);
    width: 100%;
    background: rgb(137,162,188,0.5);
    position: relative;
    color: #ffffff;
    outline: none;
}.U-contact-panel .r-feedback-card input:not([type="checkbox"]):not([type="submit"])::after {
    height: 2px;
    left: 0;
    background: rgb(176,192,213);
    content: '';
    transition: width 0.3s ease;
    position: absolute;
    bottom: -2px;
    width: 0;
}.U-contact-panel .r-feedback-card input:not([type="checkbox"]):not([type="submit"]):focus {
    border-color: rgb(176,192,213);
    box-shadow: 0 0 15px rgb(176,192,213,0.5);
}.U-contact-panel .r-feedback-card input:not([type="checkbox"]):not([type="submit"]):focus::after {
    width: 100%;
}.U-contact-panel .r-feedback-card .y-message-feedback {
    gap: 1rem;
    align-items: center;
    display: flex;
}.U-contact-panel .r-feedback-card .y-message-feedback input[type="checkbox"] {
    position: relative;
    border: 2px solid rgb(176,192,213,0.5);
    border-radius: 10px;
    appearance: none;
    height: 22px;
    width: 22px;
    cursor: pointer;
    background: rgb(137,162,188,0.5);
    transition: all 0.3s ease;
}.U-contact-panel .r-feedback-card .y-message-feedback input[type="checkbox"]:checked {
    border-color: rgb(176,192,213);
    background: rgb(176,192,213);
}.U-contact-panel .r-feedback-card .y-message-feedback input[type="checkbox"]:checked::after {
    content: '✔';
    left: 50%;
    top: 50%;
    font-size: 0.8rem;
    color: #ffffff;
    transform: translate(-50%, -50%);
    position: absolute;
}.U-contact-panel .r-feedback-card .y-message-feedback label {
    font-size: 14px;
    display: flex;
    color: #ffffff;
    align-items: center;
}.U-contact-panel .r-feedback-card .y-message-feedback a {
    text-decoration: none;
    transition: color 0.3s ease;
    margin-left: 0.3rem;
    color: rgb(176,192,213);
}.U-contact-panel .r-feedback-card .y-message-feedback a:hover {
    text-decoration: underline;
}.U-contact-panel .r-feedback-card .I-contact-reach {
    width: 100%;
    transition: all 0.3s ease;
    border: none;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    font-size: 14px;
    border-radius: 10px;
    overflow: hidden;
    background: rgb(176,192,213);
    cursor: pointer;
    color: #ffffff;
    padding: 1rem;
}.U-contact-panel .r-feedback-card .I-contact-reach::before {
    height: 200%;
    opacity: 0;
    background: linear-gradient(
        135deg, 
        transparent, 
        rgb(176,192,213,0.5), 
        transparent
    );
    transition: all 0.5s ease;
    content: '';
    position: absolute;
    width: 200%;
    transform: rotate(-45deg);
    left: -50%;
    top: -50%;
}.U-contact-panel .r-feedback-card .I-contact-reach:hover::before {
    opacity: 1;
}.U-contact-panel .r-feedback-card .I-contact-reach:hover {
    box-shadow: 0 10px 20px rgb(176,192,213,0.5);
    transform: translateY(-3px);
}

@media screen and (max-width: 1200px) {.U-contact-panel .j-photo-card {
    margin-left: -3%;
}
}

@media screen and (max-width: 1024px) {.U-contact-panel .l-message-inquiry {
    flex-direction: column;
}.U-contact-panel .j-photo-card {
    margin-left: 0;
    transform: none;
    min-height: 300px;
    flex: 0 0 100%;
}.U-contact-panel .j-photo-card::before {
    width: 100%;
    transform: none;
}.U-contact-panel .r-feedback-card {
    flex: 0 0 100%;
    padding: 3rem 2rem;
}
}

@media screen and (max-width: 768px) {.U-contact-panel {
    padding: 3rem 0;
}.U-contact-panel h2 {
    padding-left: 1.5rem;
    font-size: calc(47px * 0.8);
    margin-bottom: 1.5rem;
}.U-contact-panel h2::before {
    width: 0.8rem;
    height: 0.8rem;
}.U-contact-panel .r-feedback-card h3 {
    margin-bottom: 1.5rem;
    font-size: calc(28px * 0.9);
}.U-contact-panel .r-feedback-card input:not([type="checkbox"]):not([type="submit"]) {
    padding: 0.8rem 1.2rem;
}
}

@media screen and (max-width: 480px) {.U-contact-panel .l-message-inquiry {
    border-radius: 0;
}.U-contact-panel .r-feedback-card {
    padding: 2rem 1.5rem;
}}header .c-site-navbar {
    background: linear-gradient(120deg, rgb(215,222,236) 0%, rgb(176,192,213,0.5) 100%);
    z-index: 100;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    position: relative;
    overflow: hidden;
}header .c-site-navbar::before {
    left: 0;
    height: 100%;
    animation: slidePattern 25s linear infinite;
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 10px,
        rgb(137,162,188,0.5) 10px,
        rgb(137,162,188,0.5) 11px
    );
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0.1;
}header .c-site-navbar::after {
    background: rgb(176,192,213);
    height: 100px;
    left: -25%;
    top: -50px;
    opacity: 0.1;
    z-index: -2;
    content: "";
    width: 150%;
    position: absolute;
    transform: rotate(-2deg);
}header .container {
    padding: 1.5rem 2rem;
    position: relative;
}header .t-site-header {
    grid-template-columns: auto 1fr;
    align-items: center;
    display: grid;
    gap: 2rem;
}header .M-top-wrap {
    z-index: 2;
    position: relative;
}header .o-top-page {
    padding: 15px;
    box-shadow: 5px 5px 0 rgb(176,192,213,0.5);
    background: #ffffff;
    display: block;
    transform: rotate(-3deg);
    border-radius: 10px;
    position: relative;
    transition: all 0.3s ease;
}header .o-top-page::before {
    left: -5px;
    bottom: -5px;
    top: -5px;
    opacity: 0;
    transition: all 0.3s ease;
    border-radius: 10px;
    right: -5px;
    border: 2px dashed rgb(176,192,213,0.5);
    content: "";
    position: absolute;
}header .o-top-page:hover {
    box-shadow: 8px 8px 0 rgb(176,192,213);
    transform: rotate(0deg) translateY(-5px);
}header .o-top-page:hover::before {
    opacity: 1;
    right: -8px;
    left: -8px;
    bottom: -8px;
    top: -8px;
}header .o-top-page svg {
    filter: drop-shadow(2px 2px 0 rgba(0, 0, 0, 0.5));
    width: auto;
    height: 45px;
}header .d-main-core {
    position: relative;
    list-style: none;
    margin: 0;
    align-items: center;
    flex-wrap: wrap;
    display: flex;
    padding: 0;
    justify-content: flex-end;
}header .d-main-core::before {
    top: 0;
    width: 85%;
    transition: width 0.3s ease;
    background: linear-gradient(90deg, transparent, rgb(137,162,188,0.5) 100%);
    border-radius: 0 29px 29px 0;
    z-index: -1;
    position: absolute;
    bottom: 0;
    opacity: 0.15;
    content: "";
    right: 0;
}header .d-main-core:hover::before {
    width: 100%;
}header .N-site-head {
    margin: 5px 3px;
    position: relative;
}header .N-site-head:nth-child(odd) {
    transform: translateY(-3px);
}header .N-site-head:nth-child(even) {
    transform: translateY(3px);
}header .N-site-head a {
    transition: all 0.3s ease;
    position: relative;
    font-size: 12px;
    padding: 8px 16px;
    overflow: hidden;
    color: #000000;
    border-left: 3px solid transparent;
    border-radius: 0 10px 0 10px;
    font-weight: 600;
    display: block;
    font-family: Arial, sans-serif;
    background: #ffffff;
    text-decoration: none;
}header .N-site-head a::before {
    transition: transform 0.3s ease;
    background: rgb(176,192,213);
    transform-origin: top;
    width: 5px;
    right: 0;
    content: "";
    height: 100%;
    transform: scaleY(0);
    top: 0;
    position: absolute;
}header .N-site-head a::after {
    left: 0;
    bottom: 0;
    background: linear-gradient(90deg, rgb(176,192,213) 0%, rgb(137,162,188) 100%);
    transform-origin: left;
    content: "";
    transform: scaleX(0);
    width: 100%;
    height: 2px;
    transition: transform 0.3s ease 0.1s;
    position: absolute;
}header .N-site-head a:hover {
    box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.5);
    border-left-color: rgb(176,192,213);
    transform: translateX(5px);
    color: rgb(176,192,213);
}header .N-site-head a:hover::before {
    transform: scaleY(1);
}header .N-site-head a:hover::after {
    transform: scaleX(1);
}

@keyframes slidePattern {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 500px 500px;
    }
}

@media (max-width: 991px) {header .t-site-header {
    gap: 1.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
}header .M-top-wrap {
    justify-self: center;
}header .d-main-core {
    justify-content: center;
}header .d-main-core::before {
    background: rgb(137,162,188,0.5);
    opacity: 0.1;
    width: 100%;
}
}

@media (max-width: 767px) {header .container {
    padding: 1.2rem 1rem;
}header .d-main-core {
    flex-direction: column;
    width: 100%;
}header .N-site-head {
    width: 100%;
    transform: none !important;
    margin: 3px 0;
}header .N-site-head a {
    border-bottom: 3px solid transparent;
    text-align: center;
    border-radius: 10px;
    border-left: none;
}header .N-site-head a:hover {
    border-left-color: transparent;
    border-bottom-color: rgb(176,192,213);
    transform: translateY(-3px);
}header .N-site-head a::before {
    top: auto;
    transform: scaleX(0);
    bottom: 0;
    right: auto;
    height: 5px;
    left: 0;
    width: 100%;
}header .N-site-head a:hover::before {
    transform: scaleX(1);
}
}

@media (max-width: 480px) {header .o-top-page {
    transform: none;
    padding: 10px;
}header .o-top-page svg {
    height: 40px;
}header .o-top-page:hover {
    transform: translateY(-3px);
}}.P-course-highlights {
    overflow: hidden;
    background: linear-gradient(135deg, #000000 0%, rgba(0, 0, 0, 0.5) 50%, rgb(176,192,213,0.5) 100%);
    position: relative;
    padding: 80px 0;
}.P-course-highlights::before {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    content: '';
    left: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 10% 20%, rgb(176,192,213,0.5) 0%, transparent 50%),
        radial-gradient(circle at 90% 80%, rgb(137,162,188,0.5) 0%, transparent 40%);
}.P-course-highlights::after {
    z-index: 1;
    animation: backgroundShift 30s linear infinite;
    content: '';
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0.1;
    background: 
        linear-gradient(45deg, transparent 48%, rgb(176,192,213,0.5) 49%, rgb(176,192,213,0.5) 51%, transparent 52%) 0 0 / 20px 20px,
        linear-gradient(-45deg, transparent 48%, rgb(137,162,188,0.5) 49%, rgb(137,162,188,0.5) 51%, transparent 52%) 10px 0 / 20px 20px;
    position: absolute;
}@keyframes backgroundShift {
    0% {
        background-position: 0 0, 10px 0;
    }
    100% {
        background-position: 500px 500px, 510px 500px;
    }
}

.P-course-highlights .container {
    position: relative;
    z-index: 2;
    padding: 0 15px;
    margin: 0 auto;
    max-width: 1200px;
}.P-course-highlights .h-impact-numbers {
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
    border-radius: 15px;
    gap: 40px;
    background: linear-gradient(145deg, 
                rgba(255, 255, 255, 0.05) 0%, 
                rgba(255, 255, 255, 0.02) 100%);
    position: relative;
    backdrop-filter: blur(5px);
    transition: all 0.5s ease;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2), 
                0 0 0 1px rgb(176,192,213,0.5),
                inset 0 0 20px rgb(176,192,213,0.5);
    display: grid;
    padding: 40px;
}.P-course-highlights .h-impact-numbers::before {
    top: -100px;
    content: '';
    animation: pulseLight 8s ease-in-out infinite;
    right: -100px;
    opacity: 0.2;
    height: 200px;
    border-radius: 50%;
    width: 200px;
    background: radial-gradient(circle, rgb(176,192,213) 0%, transparent 70%);
    position: absolute;
    filter: blur(20px);
}.P-course-highlights .h-impact-numbers::after {
    border-radius: 50%;
    opacity: 0.2;
    left: -100px;
    content: '';
    animation: pulseLight 8s ease-in-out infinite 4s;
    filter: blur(20px);
    background: radial-gradient(circle, rgb(137,162,188) 0%, transparent 70%);
    bottom: -100px;
    position: absolute;
    width: 200px;
    height: 200px;
}@keyframes pulseLight {
    0% {
        transform: scale(1);
        opacity: 0.2;
    }
    50% {
        transform: scale(1.5);
        opacity: 0.3;
    }
    100% {
        transform: scale(1);
        opacity: 0.2;
    }
}

.P-course-highlights .B-learn-work {
    display: flex;
    flex-direction: column;
    z-index: 3;
    justify-content: center;
    padding-right: 20px;
    position: relative;
}.P-course-highlights .M-top-wrap {
    display: inline-block;
    margin-bottom: 25px;
    transition: transform 0.5s ease;
    position: relative;
    transform: perspective(1000px) rotateY(5deg);
}.P-course-highlights .M-top-wrap:hover {
    transform: perspective(1000px) rotateY(0deg);
}.P-course-highlights .M-top-wrap svg {
    width: 50px;
    transition: all 0.3s ease;
    height: 50px;
    filter: drop-shadow(0 5px 15px rgb(176,192,213,0.5));
}.P-course-highlights .M-top-wrap svg path {
    transition: fill 0.3s ease;
    fill: rgb(176,192,213);
}.P-course-highlights .M-top-wrap:hover svg path {
    fill: rgb(137,162,188);
}.P-course-highlights h3 {
    font-weight: 700;
    color: #ffffff;
    backface-visibility: hidden;
    margin-bottom: 25px;
    font-size: 37px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    transform: translateZ(0);
    padding-bottom: 15px;
    font-family: Arial, sans-serif;
    position: relative;
    letter-spacing: 0.5px;
}.P-course-highlights h3::after {
    background: linear-gradient(90deg, rgb(176,192,213) 0%, rgb(137,162,188) 100%);
    height: 3px;
    width: 60px;
    animation: lineExpand 4s ease-in-out infinite;
    content: '';
    border-radius: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
}@keyframes lineExpand {
    0% {
        width: 60px;
        opacity: 1;
    }
    50% {
        width: 100px;
        opacity: 0.8;
    }
    100% {
        width: 60px;
        opacity: 1;
    }
}

.P-course-highlights p {
    font-family: Arial, sans-serif;
    position: relative;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 1.7;
    z-index: 2;
}.P-course-highlights .j-photo-card {
    border-radius: calc(15px * 1.5);
    transition: all 0.5s ease;
    transform: perspective(1000px) rotateY(-5deg);
    position: relative;
    overflow: hidden;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.3),
        0 0 0 1px rgb(176,192,213,0.5),
        inset 0 0 30px rgba(0, 0, 0, 0.4);
    height: 350px;
}.P-course-highlights .j-photo-card:hover {
    transform: perspective(1000px) rotateY(0deg) scale(1.02);
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.4),
        0 0 0 1px rgb(176,192,213),
        inset 0 0 30px rgba(0, 0, 0, 0.4);
}.P-course-highlights .j-photo-card::before {
    content: '';
    background: linear-gradient(
        135deg,
        transparent 0%,
        rgba(0, 0, 0, 0.3) 100%
    );
    left: 0;
    position: absolute;
    z-index: 1;
    width: 100%;
    top: 0;
    height: 100%;
}.P-course-highlights .j-photo-card::after {
    background: 
        linear-gradient(45deg, transparent 40%, rgba(255, 255, 255, 0.1) 45%, transparent 50%) 0 0 / 30px 30px,
        linear-gradient(-45deg, transparent 40%, rgba(255, 255, 255, 0.1) 45%, transparent 50%) 15px 0 / 30px 30px;
    z-index: 2;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.5;
    animation: scanlines 10s linear infinite;
}

@keyframes scanlines {
    0% {
        background-position: 0 0, 15px 0;
    }
    100% {
        background-position: 300px 300px, 315px 300px;
    }
}


@media (max-width: 991px) {.P-course-highlights {
    padding: 60px 0;
}.P-course-highlights .h-impact-numbers {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 30px;
}.P-course-highlights .B-learn-work {
    padding-right: 0;
    text-align: center;
}.P-course-highlights h3::after {
    left: 50%;
    transform: translateX(-50%);
}.P-course-highlights .j-photo-card {
    min-height: 300px;
}
}

@media (max-width: 767px) {.P-course-highlights {
    padding: 40px 0;
}.P-course-highlights .h-impact-numbers {
    padding: 25px;
    gap: 25px;
}.P-course-highlights h3 {
    margin-bottom: 20px;
    font-size: calc(37px * 0.85);
}.P-course-highlights p {
    font-size: calc(18px * 0.95);
}.P-course-highlights .j-photo-card {
    clip-path: polygon(
            0% 5%, 
            5% 0%, 
            95% 0%, 
            100% 5%, 
            100% 95%, 
            95% 100%, 
            5% 100%, 
            0% 95%
        );
    min-height: 250px;
}
}

@media (max-width: 576px) {.P-course-highlights {
    padding: 30px 0;
}.P-course-highlights .h-impact-numbers {
    gap: 20px;
    padding: 20px;
}.P-course-highlights .M-top-wrap {
    margin-bottom: 15px;
}.P-course-highlights h3 {
    margin-bottom: 15px;
    font-size: calc(37px * 0.7);
    padding-bottom: 10px;
}.P-course-highlights p {
    font-size: calc(18px * 0.9);
}.P-course-highlights .j-photo-card {
    min-height: 200px;
}
}
