﻿* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}.recycle-info-RJ {
    flex: 0 0 auto;
}a {
    text-decoration: none;
    color: inherit;
}svg {
    height: 30px;
    width: 30px;
}.viewport-container-Gx {
    height: 100%;
    flex-direction: column;
    display: flex;
    min-height: 100%;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1167px;
}header,footer {
    width: 100%;
}.head-know-xz {
    flex: 1 0 auto;
}html,body {
    height: 100%;
    font-family: Arial, sans-serif;
    scroll-behavior: auto;
    min-height: 100%;
    color: #000000;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.title-welcome-jn {
    overflow: hidden;
    background-color: rgb(210,215,234);
    min-height: 650px;
    position: relative;
    width: 100%;
    height: 100vh;
}.title-welcome-jn .learn-growth-iD {
    justify-content: center;
    position: relative;
    width: 100%;
    height: 100%;
    align-items: center;
    display: flex;
}.title-welcome-jn .page-home-JS {
    height: 100%;
    position: absolute;
    overflow: hidden;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}.title-welcome-jn .page-home-JS::before {
    height: 100%;
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    opacity: 0.65;
    background: linear-gradient(
        225deg,
        #000000 0%,
        rgb(166,179,213,0.5) 30%,
        rgba(0, 0, 0, 0.5) 70%,
        rgb(119,138,188,0.5) 100%
    );
    z-index: 2;
    top: 0;
}.title-welcome-jn .page-home-JS::after {
    width: 100%;
    top: 0;
    content: '';
    left: 0;
    z-index: 2;
    opacity: 0.8;
    height: 100%;
    background: linear-gradient(
        0deg,
        #000000 0%,
        rgba(0, 0, 0, 0.5) 25%,
        transparent 50%,
        rgba(0, 0, 0, 0.5) 75%,
        #000000 100%
    );
    position: absolute;
}.title-welcome-jn .study-express-Lk {
    display: flex;
    animation: slide-sequence 35s linear infinite;
    height: 100%;
}.title-welcome-jn .edu-open-Kk {
    flex: 0 0 100%;
    position: relative;
    overflow: hidden;
    height: 100%;
}.title-welcome-jn .edu-open-Kk img {
    width: 100%;
    animation: zoom-pan 30s ease alternate infinite;
    height: 100%;
    object-fit: cover;
    filter: saturate(1.1) contrast(1.05);
}.title-welcome-jn .edu-open-Kk:nth-child(2n) img {
    animation-direction: alternate-reverse;
}.title-welcome-jn .edu-open-Kk::before {
    background: radial-gradient(
        circle at center,
        transparent 40%,
        rgba(0, 0, 0, 0.5) 100%
    );
    inset: 0;
    content: '';
    mix-blend-mode: multiply;
    position: absolute;
    z-index: 1;
    opacity: 0.3;
}.title-welcome-jn .message-wrap-ln {
    border: 1px solid #000000;
    position: relative;
    border-radius: 11px;
    width: 90%;
    transform: translateZ(0);
    padding: 3rem;
    text-align: center;
    box-shadow: 0 10px 30px #000000;
    z-index: 10;
    backdrop-filter: blur(3px);
    background: linear-gradient(
        135deg,
        rgba(0, 0, 0, 0.5) 0%,
        rgb(166,179,213,0.5) 80%,
        rgba(0, 0, 0, 0.5) 100%
    );
    border-color: rgba(255, 255, 255, 0.1);
    max-width: 750px;
    opacity: 0.85;
}.title-welcome-jn .message-wrap-ln::before {
    animation: border-glow 6s ease-in-out infinite alternate;
    content: '';
    opacity: 0.4;
    background: linear-gradient(
        45deg,
        #000000 0%,
        rgb(166,179,213,0.5) 50%,
        #000000 100%
    );
    position: absolute;
    inset: -3px;
    z-index: -1;
    border-radius: calc(11px + 3px);
}.title-welcome-jn .message-wrap-ln h1 {
    margin-bottom: 1.5rem;
    font-size: 47px;
    font-weight: 700;
    position: relative;
    color: #ffffff;
    display: inline-block;
}.title-welcome-jn .message-wrap-ln h1::after {
    content: '';
    width: 100%;
    position: absolute;
    bottom: -10px;
    height: 2px;
    left: 0;
    background: linear-gradient(
        to right,
        transparent,
        rgb(166,179,213,0.5),
        transparent
    );
}.title-welcome-jn .message-wrap-ln p {
    color: #ffffff;
    opacity: 0.95;
    font-size: 16px;
    margin-bottom: 2rem;
    line-height: 1.8;
}.title-welcome-jn .message-wrap-ln .query-box-hF {
    padding: 0.8rem 2.2rem;
    color: #ffffff;
    transition: all 0.3s ease;
    overflow: hidden;
    position: relative;
    font-size: 16px;
    text-decoration: none;
    border-radius: 10px;
    background: linear-gradient(
        90deg,
        rgb(166,179,213) 0%,
        #000000 100%
    );
    box-shadow: 0 5px 15px #000000;
    font-weight: 600;
    display: inline-block;
    z-index: 1;
}.title-welcome-jn .message-wrap-ln .query-box-hF::before {
    z-index: -1;
    background: linear-gradient(
        90deg,
        #000000 0%,
        rgb(166,179,213) 100%
    );
    transition: opacity 0.5s ease;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0;
    position: absolute;
    content: '';
}.title-welcome-jn .message-wrap-ln .query-box-hF:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px #000000;
}.title-welcome-jn .message-wrap-ln .query-box-hF:hover::before {
    opacity: 1;
}

@keyframes slide-sequence {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-100% * var(--image-count, 5)));
    }
}

@keyframes zoom-pan {
    0% {
        transform: scale(1.05) translate(0, 0);
    }
    25% {
        transform: scale(1.1) translate(5px, -5px);
    }
    50% {
        transform: scale(1.15) translate(0, 0);
    }
    75% {
        transform: scale(1.1) translate(-5px, 5px);
    }
    100% {
        transform: scale(1.05) translate(0, 0);
    }
}

@keyframes border-glow {
    0% {
        opacity: 0.2;
        filter: blur(3px);
    }
    100% {
        opacity: 0.4;
        filter: blur(1px);
    }
}

@media (max-width: 1200px) {.title-welcome-jn .message-wrap-ln {
    max-width: 700px;
    padding: 2.5rem;
}.title-welcome-jn .message-wrap-ln h1 {
    font-size: calc(47px * 0.9);
}
}

@media (max-width: 992px) {.title-welcome-jn .message-wrap-ln {
    max-width: 600px;
    padding: 2rem;
}.title-welcome-jn .message-wrap-ln h1 {
    font-size: 47px;
}.title-welcome-jn .message-wrap-ln p {
    font-size: calc(16px * 0.95);
}
    
}

@media (max-width: 768px) {.title-welcome-jn {
    height: 90vh;
}.title-welcome-jn .message-wrap-ln {
    max-width: 500px;
    width: 85%;
    padding: 1.8rem;
}.title-welcome-jn .message-wrap-ln h1 {
    margin-bottom: 1.2rem;
}.title-welcome-jn .message-wrap-ln h1::after {
    bottom: -8px;
}.title-welcome-jn .message-wrap-ln p {
    margin-bottom: 1.5rem;
    line-height: 1.7;
}.title-welcome-jn .message-wrap-ln .query-box-hF {
    padding: 0.7rem 2rem;
}

}

@media (max-width: 576px) {.title-welcome-jn {
    height: 80vh;
}.title-welcome-jn .message-wrap-ln {
    padding: 1.5rem;
    width: 90%;
}.title-welcome-jn .message-wrap-ln h1 {
    font-size: calc(47px * 0.9);
    margin-bottom: 1rem;
}.title-welcome-jn .message-wrap-ln h1::after {
    height: 1px;
    bottom: -6px;
}.title-welcome-jn .message-wrap-ln p {
    margin-bottom: 1.2rem;
    font-size: calc(16px * 0.9);
    line-height: 1.6;
}.title-welcome-jn .message-wrap-ln .query-box-hF {
    padding: 0.6rem 1.8rem;
    font-size: calc(16px * 0.95);
}
}

@media (max-width: 420px) {.title-welcome-jn {
    height: 70vh;
}.title-welcome-jn .message-wrap-ln {
    padding: 1.2rem;
}.title-welcome-jn .message-wrap-ln h1 {
    font-size: calc(47px * 0.8);
}.title-welcome-jn .message-wrap-ln p {
    font-size: calc(16px * 0.85);
    margin-bottom: 1rem;
}.title-welcome-jn .message-wrap-ln .query-box-hF {
    padding: 0.5rem 1.5rem;
    font-size: calc(16px * 0.9);
}
    
}

@media (max-height: 600px) {.title-welcome-jn {
    min-height: 450px;
    height: auto;
}.title-welcome-jn .message-wrap-ln {
    padding: 1.5rem;
}.title-welcome-jn .message-wrap-ln h1 {
    margin-bottom: 0.8rem;
}.title-welcome-jn .message-wrap-ln p {
    margin-bottom: 1rem;
}
}

@supports ((-webkit-backdrop-filter: blur(3px)) or (backdrop-filter: blur(3px))) {.title-welcome-jn .message-wrap-ln {
    -webkit-backdrop-filter: blur(3px);
    background: linear-gradient(
            135deg,
            rgba(0, 0, 0, 0.5) 0%,
            rgb(166,179,213,0.5) 80%,
            rgba(0, 0, 0, 0.5) 100%
        );
    backdrop-filter: blur(3px);
}}

.title-welcome-jn .study-express-Lk {
    animation-duration: calc(var(--image-count, 5) * 7s);
    --image-count: 5;
}.title-welcome-jn:has(.edu-open-Kk:nth-child(2)) .study-express-Lk {
    --image-count: 2;
}.title-welcome-jn:has(.edu-open-Kk:nth-child(3)):not(.edu-open-Kk:nth-child(4)) .study-express-Lk {
    --image-count: 3;
}.title-welcome-jn:has(.edu-open-Kk:nth-child(4)):not(.edu-open-Kk:nth-child(5)) .study-express-Lk {
    --image-count: 4;
}.title-welcome-jn:has(.edu-open-Kk:nth-child(5)) .study-express-Lk {
    --image-count: 5;
}.course-overview-lx {
    background: linear-gradient(135deg, rgb(119,138,188,0.5), rgb(210,215,234));
    overflow: hidden;
    padding: 6rem 0;
    position: relative;
}.course-overview-lx::before {
    background: repeating-linear-gradient(
    45deg,
    rgb(166,179,213,0.5) 0px,
    transparent 1px,
    transparent 10px,
    rgb(166,179,213,0.5) 11px
  );
    content: "";
    height: 100%;
    z-index: 1;
    top: 0;
    position: absolute;
    opacity: 0.07;
    width: 100%;
    left: 0;
}.course-overview-lx .container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 0 2rem;
    z-index: 2;
}.course-overview-lx .program-map-Dk {
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    display: flex;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    background: #ffffff;
    flex-direction: column;
    transform: perspective(1000px) rotateY(-1deg);
}.course-overview-lx .program-map-Dk:hover {
    transform: perspective(1000px) rotateY(0);
}.course-overview-lx .img-shadow-box-uS {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    position: relative;
    height: 350px;
}.course-overview-lx .img-shadow-box-uS::after {
    background: linear-gradient(to bottom, 
    transparent 50%, 
    rgb(166,179,213,0.5) 100%
  );
    position: absolute;
    inset: 0;
    content: "";
}.course-overview-lx .message-wrap-ln {
    padding: 2.5rem 2.5rem 3rem;
    background: linear-gradient(
    135deg,
    #ffffff 0%,
    rgba(245, 248, 255, 0.9) 100%
  );
    position: relative;
}.course-overview-lx h3 {
    font-weight: 700;
    font-size: calc(22px * 1.1);
    transform: translateY(0);
    color: #000000;
    margin-bottom: 1.5rem;
    position: relative;
    font-family: Arial, sans-serif;
    transition: transform 0.3s ease;
}.course-overview-lx h3::after {
    position: absolute;
    content: "";
    transform: scaleX(0.7);
    background: rgb(166,179,213);
    left: 0;
    transform-origin: left;
    height: 3px;
    width: 60px;
    bottom: -0.5rem;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.course-overview-lx .program-map-Dk:hover h3::after {
    transform: scaleX(1);
}.course-overview-lx p.description {
    color: #000000;
    font-size: 12px;
    padding-right: 1rem;
    font-family: Arial, sans-serif;
    line-height: 1.7;
    overflow-y: auto;
    max-height: 250px;
    display: block;
    margin-bottom: 1.5rem;
}.course-overview-lx p.description::-webkit-scrollbar {
    width: 4px;
}.course-overview-lx p.description::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.05);
}.course-overview-lx p.description::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(166,179,213,0.5);
}.course-overview-lx span.description {
    display: none;
}.course-overview-lx .message-wrap-ln::before {
    right: 30px;
    opacity: 0.9;
    transform: rotate(45deg);
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    top: -30px;
    background: rgb(166,179,213);
    content: "";
    height: 60px;
    width: 60px;
    position: absolute;
    clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
    z-index: 3;
}.course-overview-lx .program-map-Dk:hover .message-wrap-ln::before {
    transform: rotate(225deg);
}

@media (min-width: 768px) {.course-overview-lx .program-map-Dk {
    flex-direction: row;
    align-items: stretch;
    height: 550px;
}.course-overview-lx .img-shadow-box-uS {
    width: 50%;
    height: auto;
    clip-path: polygon(0 0, 90% 0, 100% 100%, 0 100%);
}.course-overview-lx .message-wrap-ln {
    justify-content: center;
    display: flex;
    width: 50%;
    flex-direction: column;
    padding: 3rem;
}.course-overview-lx h3 {
    font-size: calc(22px * 1.2);
    margin-bottom: 2rem;
}.course-overview-lx p.description {
    max-height: 350px;
}
}

@media (min-width: 992px) {.course-overview-lx .program-map-Dk {
    height: 600px;
}.course-overview-lx h3 {
    font-size: calc(30px * 0.75);
}.course-overview-lx .message-wrap-ln {
    padding: 4rem;
}.course-overview-lx p.description {
    max-height: 380px;
    line-height: 1.75;
    font-size: calc(12px * 1.05);
}
}

@media (max-width: 767px) {.course-overview-lx {
    padding: 4rem 0;
}.course-overview-lx .container {
    padding: 0 1.5rem;
}.course-overview-lx .program-map-Dk {
    transform: none;
}.course-overview-lx .img-shadow-box-uS {
    height: 250px;
}.course-overview-lx .message-wrap-ln {
    padding: 2rem;
}.course-overview-lx h3 {
    margin-bottom: 1rem;
    font-size: calc(22px * 0.95);
}.course-overview-lx p.description {
    font-size: calc(12px * 0.95);
    line-height: 1.6;
    max-height: 300px;
}
}

@media (hover: none) {.course-overview-lx .program-map-Dk,
  .course-overview-lx .program-map-Dk:hover {
    transform: none;
}.course-overview-lx h3::after {
    transform: scaleX(1);
}.course-overview-lx .message-wrap-ln::before,
  .course-overview-lx .program-map-Dk:hover .message-wrap-ln::before {
    transform: rotate(45deg);
}
}

@media (prefers-reduced-motion) {.course-overview-lx .program-map-Dk,
  .course-overview-lx h3::after,
  .course-overview-lx .message-wrap-ln::before {
    transition: none;
}}.experience-trial-LV {
    position: relative;
    z-index: 1;
    background: linear-gradient(135deg, rgb(166,179,213) 0%, rgb(119,138,188) 100%);
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    padding: 4rem 2rem;
}.experience-trial-LV::before {
    transform: skewY(-3deg) translateY(20px);
    background-size: 50px 50px;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    z-index: -1;
    position: absolute;
    left: 0;
    height: 100%;
    content: "";
    width: 100%;
    opacity: 0.2;
    top: 0;
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, 
                transparent 50%, rgba(255, 255, 255, 0.1) 50%, 
                rgba(255, 255, 255, 0.1) 75%, transparent 75%);
}.experience-trial-LV::after {
    pointer-events: none;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.2) 0%, transparent 70%);
    height: 70%;
    width: 50%;
    transform: rotate(-15deg);
    right: -10%;
    z-index: -1;
    filter: blur(20px);
    position: absolute;
    top: -10%;
    content: "";
}.experience-trial-LV:hover::before {
    transform: skewY(-5deg) translateY(10px);
}.experience-trial-LV .container {
    justify-content: center;
    z-index: 2;
    perspective: 1000px;
    margin: 0 auto;
    gap: 2.5rem;
    display: flex;
    flex-direction: column;
    transform-style: preserve-3d;
    max-width: 1200px;
    position: relative;
    align-items: center;
}.experience-trial-LV h6 {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin: 0;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
    font-size: calc(21px * 1.2);
    line-height: 1.5;
    max-width: 800px;
    letter-spacing: 0.025em;
    padding-bottom: 1.5rem;
    position: relative;
    transform: translateZ(20px);
}.experience-trial-LV h6::after {
    width: 60px;
    content: "";
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #ffffff;
    border-radius: 1px;
    height: 3px;
    position: absolute;
    opacity: 0.7;
}.experience-trial-LV div div {
    display: flex;
    justify-content: center;
    position: relative;
    transform: translateZ(30px);
}.experience-trial-LV div span {
    display: inline-block;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: perspective(800px) rotateX(0deg);
    position: relative;
}.experience-trial-LV div span:hover {
    transform: perspective(800px) rotateX(10deg) translateY(-5px);
}.experience-trial-LV .query-box-hF {
    padding: 1.2rem 2.5rem;
    align-items: center;
    transition: all 0.3s ease;
    background: #ffffff;
    color: rgb(166,179,213);
    text-decoration: none;
    position: relative;
    justify-content: center;
    display: inline-flex;
    font-weight: 700;
    overflow: hidden;
    font-size: 17px;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1), 
                0 6px 6px rgba(0, 0, 0, 0.05),
                0 0 0 6px rgba(255, 255, 255, 0.1);
    isolation: isolate;
}.experience-trial-LV .query-box-hF::before {
    transition: left 0.6s ease;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    height: 100%;
    width: 100%;
    content: "";
    top: 0;
    position: absolute;
    left: -100%;
}.experience-trial-LV .query-box-hF:hover {
    background: #ffffff;
    color: rgb(119,138,188);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15), 
                0 10px 10px rgba(0, 0, 0, 0.05),
                0 0 0 8px rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
}.experience-trial-LV .query-box-hF:hover::before {
    left: 100%;
}.experience-trial-LV .query-box-hF:active {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1), 
                0 3px 3px rgba(0, 0, 0, 0.05),
                0 0 0 4px rgba(255, 255, 255, 0.1);
    transform: translateY(1px);
}.experience-trial-LV .query-box-hF span {
    z-index: 2;
    display: block;
    transition: transform 0.3s ease;
    position: relative;
}.experience-trial-LV .query-box-hF:hover span {
    transform: scale(1.05);
}


@media (max-width: 991px) {.experience-trial-LV {
    padding: 3.5rem 1.5rem;
}.experience-trial-LV h6 {
    font-size: calc(21px * 1.1);
}.experience-trial-LV .container {
    gap: 2rem;
}
}

@media (max-width: 767px) {.experience-trial-LV {
    padding: 3rem 1rem;
}.experience-trial-LV::before {
    background-size: 30px 30px;
}.experience-trial-LV h6 {
    padding-bottom: 1.25rem;
    font-size: 21px;
}.experience-trial-LV h6::after {
    width: 50px;
    height: 2px;
}.experience-trial-LV .container {
    gap: 1.75rem;
}.experience-trial-LV .query-box-hF {
    padding: 1rem 2rem;
}
}

@media (max-width: 480px) {.experience-trial-LV {
    padding: 2.5rem 0.75rem;
}.experience-trial-LV h6 {
    padding-bottom: 1rem;
    font-size: calc(21px * 0.9);
}.experience-trial-LV h6::after {
    width: 40px;
}.experience-trial-LV .container {
    gap: 1.5rem;
}.experience-trial-LV .query-box-hF {
    padding: 0.9rem 1.75rem;
    font-size: calc(17px * 0.9);
}
}

@media (hover: none) {.experience-trial-LV div span {
    transform: none !important;
}.experience-trial-LV .query-box-hF:hover {
    transform: none;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1), 
                    0 6px 6px rgba(0, 0, 0, 0.05),
                    0 0 0 6px rgba(255, 255, 255, 0.1);
}.experience-trial-LV .query-box-hF:active {
    transform: translateY(1px);
}}.client-comments-Ut {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, rgb(210,215,234) 0%, #ffffff 100%);
}.client-comments-Ut::before {
    height: 100%;
    opacity: 0.2;
    content: "";
    position: absolute;
    transform-origin: center top;
    top: 0;
    width: 100%;
    background: 
        linear-gradient(90deg, rgb(166,179,213,0.5) 0.5px, transparent 1px),
        linear-gradient(0deg, rgb(166,179,213,0.5) 0.5px, transparent 1px);
    background-size: 20px 20px;
    z-index: 1;
    transform: perspective(500px) rotateX(30deg) scale(1.5);
    left: 0;
}.client-comments-Ut .learn-growth-iD {
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
    z-index: 2;
    max-width: 1200px;
}.client-comments-Ut h4 {
    color: #000000;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 80px;
    font-size: 35px;
    letter-spacing: 2px;
    position: relative;
    font-weight: 700;
}.client-comments-Ut h4::after {
    position: absolute;
    width: 100px;
    transform: translateX(-50%);
    border-radius: 10px;
    content: "";
    height: 3px;
    left: 50%;
    background: linear-gradient(90deg, rgb(166,179,213), rgb(119,138,188));
    bottom: -15px;
}.client-comments-Ut .feedback-story-Re {
    perspective: 1000px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px 30px;
    transform-style: preserve-3d;
}.client-comments-Ut .client-opinions-UD {
    background: #ffffff;
    z-index: 2;
    transform-style: preserve-3d;
    position: relative;
    padding: 30px;
    border-radius: 29px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transform: rotateX(10deg) rotateY(-10deg);
}.client-comments-Ut .client-opinions-UD::before {
    content: "";
    opacity: 0;
    transition: opacity 0.5s ease;
    position: absolute;
    background: linear-gradient(135deg, rgb(119,138,188,0.5), rgb(166,179,213,0.5));
    border-radius: 29px;
    z-index: -1;
    inset: 0;
}.client-comments-Ut .client-opinions-UD:hover::before {
    opacity: 0.7;
}.client-comments-Ut .client-opinions-UD::after {
    border: 1px solid #ffffff;
    opacity: 0;
    transition: all 0.5s ease;
    content: "";
    z-index: -1;
    position: absolute;
    right: 5px;
    transform: scale(0.9) translateZ(10px);
    bottom: 5px;
    top: 5px;
    left: 5px;
    border-radius: calc(29px - 5px);
}.client-comments-Ut .client-opinions-UD:hover::after {
    opacity: 0.3;
    transform: scale(1) translateZ(10px);
}.client-comments-Ut .client-opinions-UD:hover {
    transform: rotateX(0) rotateY(0) translateZ(30px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1);
    z-index: 3;
}.client-comments-Ut .img-shadow-box-uS {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateZ(20px);
    border: 3px solid #ffffff;
    border-radius: 29px;
    height: 90px;
    width: 90px;
    transition: all 0.5s ease;
    margin: 0 auto 20px;
}.client-comments-Ut .client-opinions-UD:hover .img-shadow-box-uS {
    transform: translateZ(40px);
    border-color: rgb(166,179,213,0.5);
    border-radius: 50%;
}.client-comments-Ut .client-opinions-UD span {
    transform: translateZ(15px);
    text-align: center;
    font-weight: 600;
    color: #000000;
    display: block;
    margin-bottom: 15px;
    font-size: 22px;
    transition: all 0.5s ease;
}.client-comments-Ut .client-opinions-UD:hover span {
    color: #ffffff;
    transform: translateZ(30px);
}.client-comments-Ut .client-opinions-UD p {
    line-height: 1.7;
    color: #000000;
    padding-top: 15px;
    text-align: center;
    transform: translateZ(10px);
    position: relative;
    font-size: 17px;
    transition: all 0.5s ease;
}.client-comments-Ut .client-opinions-UD p::before {
    transition: all 0.5s ease;
    height: 2px;
    content: "";
    position: absolute;
    transform: translateX(-50%);
    width: 30px;
    top: 0;
    left: 50%;
    background: rgb(166,179,213,0.5);
}.client-comments-Ut .client-opinions-UD:hover p {
    transform: translateZ(20px);
    color: #ffffff;
}.client-comments-Ut .client-opinions-UD:hover p::before {
    background: #ffffff;
    width: 50px;
}.client-comments-Ut .client-opinions-UD:nth-child(3n+1) {
    animation-delay: 0.1s;
    animation: floatIn 0.7s ease-out both;
}.client-comments-Ut .client-opinions-UD:nth-child(3n+2) {
    animation: floatIn 0.7s ease-out both;
    animation-delay: 0.3s;
}.client-comments-Ut .client-opinions-UD:nth-child(3n) {
    animation: floatIn 0.7s ease-out both;
    animation-delay: 0.5s;
}

@keyframes floatIn {
    from {
        opacity: 0;
        transform: rotateX(20deg) rotateY(-20deg) translateY(50px);
    }
    to {
        opacity: 1;
        transform: rotateX(10deg) rotateY(-10deg) translateY(0);
    }
}

@media (max-width: 1024px) {.client-comments-Ut {
    padding: 90px 0;
}.client-comments-Ut .feedback-story-Re {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 30px;
}.client-comments-Ut h4 {
    font-size: calc(35px * 0.9);
    margin-bottom: 60px;
}.client-comments-Ut .client-opinions-UD {
    padding: 25px;
}.client-comments-Ut .img-shadow-box-uS {
    width: 80px;
    height: 80px;
}
}

@media (max-width: 768px) {.client-comments-Ut {
    padding: 70px 0;
}.client-comments-Ut::before {
    transform: perspective(500px) rotateX(20deg) scale(2);
}.client-comments-Ut h4 {
    margin-bottom: 50px;
    font-size: calc(35px * 0.8);
}.client-comments-Ut .feedback-story-Re {
    gap: 40px;
    grid-template-columns: 1fr;
}.client-comments-Ut .client-opinions-UD {
    transform: rotateX(5deg) rotateY(-5deg);
    max-width: 350px;
    padding: 20px;
    margin: 0 auto;
}.client-comments-Ut .client-opinions-UD:hover {
    transform: rotateX(0) rotateY(0) translateZ(20px);
}.client-comments-Ut .img-shadow-box-uS {
    height: 70px;
    width: 70px;
}.client-comments-Ut .client-opinions-UD span {
    font-size: calc(22px * 0.9);
}.client-comments-Ut .client-opinions-UD p {
    font-size: calc(17px * 0.95);
}}.stay-connected-bK {
    background: linear-gradient(135deg, var(--newsletter-background), rgba(20, 30, 60, 0.95));
    padding: 6rem 0;
    perspective: var(--perspective-depth);
    --newsletter-background: #000000;
    --newsletter-shadow: rgba(0, 0, 0, 0.25);
    --newsletter-text-color: #ffffff;
    --newsletter-accent: rgb(166,179,213);
    overflow: hidden;
    position: relative;
    --animation-time: 0.5s;
    color: var(--newsletter-text-color);
    font-family: Arial, sans-serif;
    --perspective-depth: 1000px;
    --input-focus-scale: 1.02;
}.stay-connected-bK::before {
    width: 100%;
    z-index: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.03),
        rgba(255, 255, 255, 0.03) 15px,
        transparent 15px,
        transparent 30px
    );
    left: 0;
    height: 100%;
    transform: translateZ(-50px);
    top: 0;
    content: "";
    position: absolute;
}.stay-connected-bK::after {
    width: 70%;
    height: 200%;
    background: radial-gradient(
        ellipse at center,
        rgba(rgb(166,179,213,0.5), 0.15),
        transparent 70%
    );
    position: absolute;
    top: -50%;
    pointer-events: none;
    transform: rotate(-15deg);
    z-index: 1;
    content: "";
    right: -20%;
}.stay-connected-bK .container {
    padding: 0 2rem;
    position: relative;
    z-index: 2;
    transform-style: preserve-3d;
    max-width: 1200px;
    margin: 0 auto;
}.stay-connected-bK .learn-growth-iD {
    gap: 2.5rem;
    animation: float 7s ease-in-out infinite;
    transform: translateZ(0);
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}.stay-connected-bK h4 {
    line-height: 1.3;
    text-shadow: 0 4px 12px var(--newsletter-shadow);
    max-width: 800px;
    margin: 0;
    transform: translateZ(30px);
    color: var(--newsletter-text-color);
    font-weight: 600;
    position: relative;
    font-size: min(2.2rem, 5vw);
}.stay-connected-bK h4::after {
    height: 3px;
    background: var(--newsletter-accent);
    transition: transform var(--animation-time) cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: 80px;
    transform-origin: left;
    bottom: -15px;
    left: 0;
    content: "";
    transform: scaleX(0.8);
    position: absolute;
}.stay-connected-bK .learn-growth-iD:hover h4::after {
    transform: scaleX(1);
}.stay-connected-bK .input_holder {
    gap: 1rem;
    position: relative;
    filter: drop-shadow(0 10px 20px var(--newsletter-shadow));
    width: 100%;
    transform: translateZ(50px);
    display: flex;
}.stay-connected-bK .input_holder span {
    display: flex;
    position: relative;
    transform-style: preserve-3d;
}.stay-connected-bK .input_holder span:first-child {
    flex: 1;
    min-width: 0;
}.stay-connected-bK .input_holder input {
    border-radius: 4px;
    color: #000000;
    font-size: 1rem;
    outline: none;
    width: 100%;
    transform: translateZ(0);
    background: rgba(255, 255, 255, 0.9);
    border: none;
    padding: 1.2rem 1.5rem;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
    transition: all var(--animation-time) cubic-bezier(0.34, 1.56, 0.64, 1);
}.stay-connected-bK .input_holder input[type="email"] {
    border-left: 3px solid var(--newsletter-accent);
}.stay-connected-bK .input_holder input[type="email"]:focus {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    background: #ffffff;
    transform: scale(var(--input-focus-scale)) translateZ(20px);
}.stay-connected-bK .input_holder input[type="email"]::placeholder {
    color: rgba(rgba(0, 0, 0, 0.5), 0.6);
    transition: opacity 0.3s;
}.stay-connected-bK .input_holder input[type="email"]:focus::placeholder {
    opacity: 0.5;
}.stay-connected-bK .input_holder input[type="submit"] {
    cursor: pointer;
    letter-spacing: 0.5px;
    overflow: hidden;
    background: var(--newsletter-accent);
    transition: all var(--animation-time) cubic-bezier(0.34, 1.56, 0.64, 1);
    color: #ffffff;
    border-radius: 4px;
    font-weight: 600;
    white-space: nowrap;
    text-transform: uppercase;
    position: relative;
}.stay-connected-bK .input_holder input[type="submit"]:hover {
    transform: scale(1.05) translateZ(20px);
    box-shadow: 0 10px 25px rgba(rgb(166,179,213,0.5), 0.4);
}.stay-connected-bK .input_holder input[type="submit"]:active {
    transform: scale(0.98) translateZ(5px);
}.stay-connected-bK .input_holder input[type="submit"]::before {
    width: 200%;
    transform: scale(0);
    top: -50%;
    left: -50%;
    position: absolute;
    content: "";
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    background: radial-gradient(circle, rgba(255,255,255,0.3) 0%, transparent 70%);
    height: 200%;
}.stay-connected-bK .input_holder input[type="submit"]:hover::before {
    transform: scale(1);
}

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

@keyframes pulse {
    0%, 100% {
        opacity: 0.8;
    }
    50% {
        opacity: 1;
    }
}

@media (min-width: 768px) {.stay-connected-bK .learn-growth-iD {
    gap: 3rem;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
}.stay-connected-bK h4 {
    max-width: 60%;
}.stay-connected-bK .input_holder {
    max-width: 50%;
}
}

@media (max-width: 767px) {.stay-connected-bK {
    padding: 4rem 0;
}.stay-connected-bK .learn-growth-iD {
    text-align: center;
    align-items: center;
}.stay-connected-bK h4 {
    font-size: clamp(1.5rem, 5vw, 2rem);
}.stay-connected-bK h4::after {
    left: 50%;
    transform: translateX(-50%) scaleX(0.8);
}.stay-connected-bK .learn-growth-iD:hover h4::after {
    transform: translateX(-50%) scaleX(1);
}.stay-connected-bK .input_holder {
    width: 100%;
    flex-direction: column;
}.stay-connected-bK .input_holder span {
    width: 100%;
}
}

@media (max-width: 480px) {.stay-connected-bK {
    padding: 3rem 0;
}.stay-connected-bK h4 {
    font-size: 1.3rem;
}.stay-connected-bK .input_holder input {
    padding: 1rem;
}}.contact-form-section-GB {
    overflow: hidden;
    z-index: 1;
    position: relative;
    padding: 120px 0;
}.contact-form-section-GB::before {
    position: absolute;
    content: '';
    background-color: rgb(166,179,213,0.5);
    width: 100%;
    z-index: -1;
    left: 0;
    top: 0;
    height: 100%;
}.contact-form-section-GB .container {
    padding: 0 15px;
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
}.contact-form-section-GB .request-grid-oN {
    display: flex;
    margin: 0 auto;
    position: relative;
    flex-direction: column;
    border-radius: 19px;
    overflow: hidden;
}.contact-form-section-GB .query-info-El {
    order: 1;
    border-radius: 19px 19px 0 0;
    padding: 50px 30px;
    width: 100%;
    z-index: 2;
    position: relative;
    background-color: #ffffff;
}.contact-form-section-GB .query-info-El h3 {
    font-size: 21px;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 30px;
    position: relative;
    color: #000000;
}.contact-form-section-GB .query-info-El h3::after {
    height: 3px;
    position: absolute;
    left: 0;
    content: '';
    background-color: rgb(119,138,188);
    width: 50%;
    bottom: -8px;
}.contact-form-section-GB .query-info-El form {
    gap: 20px;
    flex-wrap: wrap;
    display: flex;
}.contact-form-section-GB .query-info-El input[type="text"],
.contact-form-section-GB .query-info-El input[type="email"] {
    border-radius: 10px;
    flex: 1 0 100%;
    padding: 0 20px;
    border: none;
    color: #000000;
    font-size: 12px;
    background-color: rgb(210,215,234);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.5);
    height: 60px;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}.contact-form-section-GB .query-info-El input[type="text"]:focus,
.contact-form-section-GB .query-info-El input[type="email"]:focus {
    transform: translateY(-2px);
    outline: none;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.5), 0 0 0 3px rgb(119,138,188,0.5);
}.contact-form-section-GB .query-info-El input::placeholder {
    opacity: 0.6;
    color: #000000;
}.contact-form-section-GB .query-info-El .connect-message-nO {
    flex: 1 0 100%;
    align-items: flex-start;
    display: flex;
    margin-top: 10px;
}.contact-form-section-GB .query-info-El .connect-message-nO input[type="checkbox"] {
    background-color: rgb(210,215,234);
    flex-shrink: 0;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.5);
    width: 24px;
    margin-right: 10px;
    height: 24px;
    position: relative;
    margin-top: 2px;
    transition: background-color 0.3s ease;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    border-radius: 10px;
}.contact-form-section-GB .query-info-El .connect-message-nO input[type="checkbox"]:checked {
    background-color: rgb(119,138,188);
}.contact-form-section-GB .query-info-El .connect-message-nO input[type="checkbox"]:checked::before {
    border-width: 0 2px 2px 0;
    position: absolute;
    content: '';
    top: 6px;
    transform: rotate(45deg);
    height: 10px;
    border: solid #ffffff;
    left: 9px;
    width: 6px;
}.contact-form-section-GB .query-info-El .connect-message-nO label {
    line-height: 1.6;
    color: #000000;
    font-size: 14px;
}.contact-form-section-GB .query-info-El .connect-message-nO label a {
    text-decoration: none;
    color: rgb(166,179,213);
    font-weight: 600;
    position: relative;
}.contact-form-section-GB .query-info-El .connect-message-nO label a::after {
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.3s ease;
    bottom: -2px;
    width: 100%;
    background-color: rgb(166,179,213);
    content: '';
    height: 1px;
    position: absolute;
    left: 0;
}.contact-form-section-GB .query-info-El .connect-message-nO label a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}.contact-form-section-GB .query-info-El .query-box-hF {
    position: relative;
    border: none;
    height: 60px;
    font-weight: 600;
    margin-top: 15px;
    overflow: hidden;
    cursor: pointer;
    font-size: 19px;
    border-radius: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    flex: 1 0 100%;
    box-shadow: 0 4px 10px rgb(119,138,188,0.5);
    transition: all 0.3s ease;
    z-index: 1;
    color: #ffffff;
    background-color: rgb(119,138,188);
}.contact-form-section-GB .query-info-El .query-box-hF::before {
    transition: transform 0.5s ease;
    border-radius: 10px;
    left: 0;
    top: 0;
    height: 100%;
    z-index: -1;
    transform-origin: right;
    content: '';
    transform: scaleX(0);
    width: 100%;
    background: rgb(166,179,213);
    position: absolute;
}.contact-form-section-GB .query-info-El .query-box-hF:hover {
    box-shadow: 0 6px 15px rgb(166,179,213,0.5);
}.contact-form-section-GB .query-info-El .query-box-hF:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}.contact-form-section-GB .support-inquiry-fO {
    flex-direction: column;
    align-items: center;
    display: flex;
    order: 2;
    border-radius: 0 0 19px 19px;
    position: relative;
    width: 100%;
    color: #ffffff;
    background-color: rgb(166,179,213);
    padding: 50px 30px;
}.contact-form-section-GB .support-inquiry-fO::before {
    position: absolute;
    top: 0;
    background: rgb(166,179,213);
    height: 30px;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    left: 0;
    width: 100%;
    content: '';
    transform: translateY(-15px);
}.contact-form-section-GB .support-inquiry-fO h3 {
    color: #ffffff;
    font-weight: 700;
    position: relative;
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
    font-size: 30px;
}.contact-form-section-GB .support-inquiry-fO h3::after {
    bottom: -15px;
    content: '';
    left: 50%;
    width: 60px;
    height: 3px;
    position: absolute;
    transform: translateX(-50%);
    background-color: rgb(119,138,188);
}.contact-form-section-GB .support-inquiry-fO div {
    position: relative;
    max-width: 400px;
    width: 100%;
    align-items: center;
    margin-bottom: 30px;
    padding: 0;
    display: flex;
}.contact-form-section-GB .support-inquiry-fO div::before {
    content: '';
    left: 0;
    width: 100%;
    opacity: 0.2;
    position: absolute;
    bottom: -10px;
    background: linear-gradient(to right, transparent, #ffffff, transparent);
    height: 1px;
}.contact-form-section-GB .support-inquiry-fO div:last-child::before {
    display: none;
}.contact-form-section-GB .support-inquiry-fO div svg {
    width: 32px;
    padding: 6px;
    box-shadow: 0 4px 10px rgb(119,138,188,0.5);
    background-color: rgb(119,138,188);
    margin-right: 20px;
    border-radius: 50%;
    height: 32px;
}.contact-form-section-GB .support-inquiry-fO div svg path {
    fill: #ffffff;
}.contact-form-section-GB .support-inquiry-fO div span {
    font-weight: 400;
    color: #ffffff;
    font-size: 12px;
}.contact-form-section-GB .support-inquiry-fO div span a {
    transition: color 0.3s ease;
    position: relative;
    color: #ffffff;
    text-decoration: none;
}.contact-form-section-GB .support-inquiry-fO div span a::after {
    bottom: -2px;
    transform-origin: right;
    transform: scaleX(0);
    position: absolute;
    width: 100%;
    left: 0;
    content: '';
    transition: transform 0.3s ease;
    background-color: #ffffff;
    height: 1px;
}.contact-form-section-GB .support-inquiry-fO div span a:hover::after {
    transform-origin: left;
    transform: scaleX(1);
}

@media screen and (min-width: 992px) {.contact-form-section-GB .request-grid-oN {
    flex-direction: row;
    align-items: stretch;
}.contact-form-section-GB .query-info-El {
    border-radius: 19px 0 0 19px;
    padding: 60px;
    order: 1;
    width: 60%;
}.contact-form-section-GB .support-inquiry-fO {
    justify-content: center;
    padding: 60px 40px;
    width: 40%;
    border-radius: 0 19px 19px 0;
    order: 2;
}.contact-form-section-GB .support-inquiry-fO::before {
    width: 30px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 0);
    height: 100%;
    left: 0;
    top: 0;
    transform: translateX(-15px);
}.contact-form-section-GB .query-info-El input#email {
    flex: 1 0 100%;
}
}

@media screen and (max-width: 991px) {.contact-form-section-GB {
    padding: 80px 0;
}.contact-form-section-GB .support-inquiry-fO div {
    max-width: 100%;
}
}

@media screen and (max-width: 767px) {.contact-form-section-GB {
    padding: 60px 0;
}.contact-form-section-GB .query-info-El,
    .contact-form-section-GB .support-inquiry-fO {
    padding: 40px 25px;
}.contact-form-section-GB .query-info-El h3,
    .contact-form-section-GB .support-inquiry-fO h3 {
    font-size: calc(21px + 2px);
}.contact-form-section-GB .query-info-El input[type="text"],
    .contact-form-section-GB .query-info-El input[type="email"],
    .contact-form-section-GB .query-info-El .query-box-hF {
    height: 55px;
}
}

@media screen and (max-width: 480px) {.contact-form-section-GB {
    padding: 40px 0;
}.contact-form-section-GB .query-info-El,
    .contact-form-section-GB .support-inquiry-fO {
    padding: 30px 20px;
}.contact-form-section-GB .support-inquiry-fO div svg {
    width: 28px;
    margin-right: 15px;
    height: 28px;
}}header {
    z-index: 1000;
    background-color: rgb(210,215,234);
    position: relative;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 97% 100%, 3% 100%, 0 85%);
    padding: 1.2rem 0;
}header::before {
    background: 
        linear-gradient(90deg, transparent 49.5%, rgb(166,179,213,0.5) 49.5%, rgb(166,179,213,0.5) 50.5%, transparent 50.5%) 0 0 / 20px 100%,
        linear-gradient(0deg, transparent 49.5%, rgb(119,138,188,0.5) 49.5%, rgb(119,138,188,0.5) 50.5%, transparent 50.5%) 0 0 / 100% 20px;
    top: 0;
    opacity: 0.15;
    position: absolute;
    height: 100%;
    content: '';
    left: 0;
    z-index: -1;
    width: 100%;
    animation: gridMove 40s linear infinite;
}header::after {
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    content: '';
    background: linear-gradient(90deg, 
        rgb(166,179,213) 0%, 
        rgb(119,138,188) 50%, 
        rgb(166,179,213) 100%);
    z-index: 1;
    bottom: 0;
}header .container {
    max-width: 1200px;
    padding: 0 1.5rem;
    position: relative;
    margin: 0 auto;
}header .nav-sitebar-eL {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}header .nav-class-rV {
    border-radius: 19px;
    background: rgba(0, 0, 0, 0.2);
    padding: 5px;
    backdrop-filter: blur(10px);
    position: relative;
    gap: 0.5rem;
    display: flex;
}header .top-wrap-BM {
    font-size: 16px;
    padding: 0.7rem 1.2rem;
    transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
    font-weight: 400;
    position: relative;
    text-decoration: none;
    border-radius: 10px;
    color: #ffffff;
    font-family: Arial, sans-serif;
}header .top-wrap-BM::before {
    transition: all 0.3s ease;
    background: linear-gradient(45deg, rgb(166,179,213), rgb(119,138,188));
    position: absolute;
    border-radius: calc(10px + 2px);
    content: '';
    top: -2px;
    opacity: 0;
    right: -2px;
    bottom: -2px;
    left: -2px;
    z-index: -1;
    transform: scale(0.95);
}header .top-wrap-BM::after {
    content: '';
    bottom: 0;
    border-radius: 10px;
    left: 0;
    right: 0;
    background: rgb(166,179,213);
    position: absolute;
    top: 0;
    z-index: -1;
}header .top-wrap-BM:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    color: #ffffff;
    transform: translateY(-3px);
}header .top-wrap-BM:hover::before {
    transform: scale(1);
    opacity: 1;
}header .header-navbar-vn {
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    position: relative;
    align-items: center;
    padding: 0.5rem 1rem;
    transition: all 0.3s ease;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.03);
}header .header-navbar-vn::before {
    width: 100%;
    top: 0;
    height: 100%;
    transition: 0.5s;
    content: '';
    position: absolute;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.1),
        transparent
    );
    left: -100%;
}header .header-navbar-vn:hover::before {
    left: 100%;
}header .header-navbar-vn svg {
    height: auto;
    position: relative;
    width: 160px;
    z-index: 2;
}

@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 20px 20px;
    }
}

@media (max-width: 991px) {header {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 95% 100%, 5% 100%, 0 90%);
}header .nav-class-rV {
    gap: 0.3rem;
}header .top-wrap-BM {
    padding: 0.6rem 0.8rem;
    font-size: calc(16px - 1px);
}header .header-navbar-vn svg {
    width: 140px;
}
}

@media (max-width: 767px) {header {
    clip-path: polygon(0 0, 100% 0, 100% 95%, 90% 100%, 10% 100%, 0 95%);
    padding: 1rem 0 1.5rem;
}header .nav-sitebar-eL {
    flex-direction: column;
}header .nav-class-rV {
    flex-wrap: wrap;
    padding: 10px;
    width: 100%;
    order: 2;
    gap: 0.5rem;
    margin-top: 1rem;
    justify-content: center;
}header .top-wrap-BM {
    padding: 0.5rem 0.7rem;
    font-size: calc(16px - 2px);
}header .header-navbar-vn {
    order: 1;
    margin-bottom: 0.5rem;
}header .header-navbar-vn svg {
    width: 130px;
}
}

@media (max-width: 480px) {header {
    padding: 0.8rem 0 1.2rem;
}header .nav-class-rV {
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
}header .nav-class-rV::-webkit-scrollbar {
    height: 3px;
}header .nav-class-rV::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(166,179,213);
}header .top-wrap-BM {
    white-space: nowrap;
}header .header-navbar-vn svg {
    width: 110px;
}}.cookieNoticePromptPanel-YP {
    font-family: Arial, sans-serif;
    padding: 15px 20px;
    background: #ffffff;
    border-top: 3px solid rgb(166,179,213);
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.1);
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 1050;
    transition: all 0.3s ease-in-out;
}.user-choices-Gm {
    align-items: center;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}.cookie-ack-il {
    flex-shrink: 0;
    margin-right: 15px;
}.cookie-ack-il svg {
    fill: rgb(166,179,213);
    height: 50px;
    width: 50px;
    transition: fill 0.3s ease-in-out;
}.data-comply-cb {
    flex-grow: 1;
    margin-right: 15px;
}.data-comply-cb h5 {
    color: rgb(166,179,213);
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 5px;
}.data-comply-cb p {
    color: #000000;
    font-size: 13px;
    margin-bottom: 0;
}.privacy-gate-UA {
    white-space: nowrap;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    user-select: none;
    font-size: 20px;
    line-height: 1.5;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    text-decoration: none;
    margin-left: 10px;
    vertical-align: middle;
    text-align: center;
    border-radius: 10px;
}.cookie_button.privacy-opt-mU {
    color: #ffffff;
    border-color: rgb(166,179,213);
    background-color: rgb(166,179,213);
}#cookieAlertMessage-qI {
    display: none;
}#cookieAlertMessage-qI:checked ~ .cookieNoticePromptPanel-YP {
    opacity: 0;
    visibility: hidden;
}.cookie_button.privacy-opt-mU:hover {
    border-color: rgba(0, 0, 0, 0.5);
    background-color: rgba(0, 0, 0, 0.5);
    color: #ffffff;
}.cookie_button.user-alert-rU {
    border-color: rgb(119,138,188);
    background-color: rgb(119,138,188);
    color: #000000;
}.cookie_button.user-alert-rU:hover {
    color: #ffffff;
    border-color: rgb(166,179,213);
    background-color: rgb(166,179,213);
}.cookieNoticePromptPanel-YP p a {
    text-decoration: underline;
    color: rgb(166,179,213);
}.cookieNoticePromptPanel-YP p a:hover {
    color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 1200px) {.data-comply-cb h5 {
    font-size: calc(20px - 2px);
}.data-comply-cb p {
    font-size: calc(13px - 2px);
}.privacy-gate-UA {
    font-size: calc(20px - 2px);
}
}
@media (max-width: 800px) {.user-choices-Gm {
    align-items: center;
    flex-direction: column;
}.cookie-ack-il {
    margin-bottom: 10px;
}.data-comply-cb {
    text-align: center;
    margin-bottom: 15px;
}.privacy-gate-UA {
    margin-left: 0;
    width: 100%;
    margin-top: 10px;
}}
.our-mission-RY {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    color: #ffffff;
}.our-mission-RY::before {
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.85) 0%, 
        rgba(0, 0, 0, 0.65) 50%,
        rgba(0, 0, 0, 0.75) 100%);
    left: 0;
    top: 0;
    content: '';
}.our-mission-RY .container {
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    z-index: 2;
}.our-mission-RY .message-wrap-ln {
    backdrop-filter: blur(8px);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    background: linear-gradient(135deg, 
        rgba(rgb(166,179,213), 0.1) 0%,
        rgba(rgb(119,138,188), 0.15) 100%);
    transform: perspective(1000px) rotateY(-2deg);
    padding: 40px;
    border-left: 4px solid rgb(166,179,213);
    position: relative;
}.our-mission-RY .message-wrap-ln:hover {
    transform: perspective(1000px) rotateY(0deg);
}.our-mission-RY .message-wrap-ln::before {
    height: 70px;
    position: absolute;
    right: -10px;
    top: -10px;
    border-top: 2px solid rgb(119,138,188);
    content: '';
    width: 70px;
    opacity: 0.8;
    border-right: 2px solid rgb(119,138,188);
}.our-mission-RY .message-wrap-ln::after {
    position: absolute;
    left: -10px;
    bottom: -10px;
    content: '';
    border-bottom: 2px solid rgb(119,138,188);
    opacity: 0.8;
    height: 70px;
    width: 70px;
    border-left: 2px solid rgb(119,138,188);
}.our-mission-RY h5 {
    margin: 0 0 20px;
    font-weight: 700;
    position: relative;
    color: #ffffff;
    padding-bottom: 10px;
    display: inline-block;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 21px;
}.our-mission-RY h5::after {
    position: absolute;
    bottom: 0;
    content: '';
    left: 0;
    background: linear-gradient(90deg, rgb(166,179,213), transparent);
    width: 60%;
    height: 2px;
}.our-mission-RY p {
    margin: 0 0 20px;
    font-weight: 400;
    font-size: calc(12px * 1.1);
    color: #ffffff;
}.our-mission-RY p b {
    display: block;
    font-weight: 700;
    margin-bottom: 10px;
    padding-left: 15px;
    font-size: calc(12px * 1.4);
    animation: slideIn 0.8s forwards 0.3s;
    opacity: 0;
    color: rgb(119,138,188);
    position: relative;
    transform: translateX(-15px);
}.our-mission-RY p b::before {
    content: '';
    height: 8px;
    background-color: rgb(166,179,213);
    left: 0;
    width: 8px;
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
}.our-mission-RY ol {
    counter-reset: item;
    list-style: none;
    padding: 0;
    margin: 0;
}.our-mission-RY ol li {
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    color: rgba(255, 255, 255, 0.9);
    padding: 0 0 0 15px;
    column-gap: 40px;
    font-size: 12px;
    column-count: 1;
    position: relative;
    text-align: justify;
    animation: fadeIn 1s forwards;
    hyphens: auto;
    line-height: 1.8;
}.our-mission-RY ol li::first-letter {
    font-size: 1.4em;
    font-weight: 700;
    color: rgb(166,179,213);
}

@keyframes slideIn {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@media (min-width: 768px) {.our-mission-RY {
    padding: 150px 0;
}.our-mission-RY .message-wrap-ln {
    margin: 0 auto;
    padding: 60px;
    max-width: 90%;
}.our-mission-RY ol li {
    column-count: 2;
    padding: 0 0 0 25px;
}
}

@media (min-width: 992px) {.our-mission-RY .message-wrap-ln {
    max-width: 80%;
}.our-mission-RY h5 {
    font-size: calc(21px * 1.2);
}.our-mission-RY p b {
    font-size: calc(12px * 1.6);
}.our-mission-RY ol li {
    column-count: 3;
    column-gap: 60px;
}
}

@media (max-width: 767px) {.our-mission-RY {
    padding: 80px 0;
}.our-mission-RY .message-wrap-ln {
    padding: 30px 20px;
    transform: perspective(1000px) rotateY(0);
}.our-mission-RY h5 {
    font-size: calc(21px * 0.9);
}.our-mission-RY p b {
    font-size: calc(12px * 1.2);
}.our-mission-RY .message-wrap-ln::before,
    .our-mission-RY .message-wrap-ln::after {
    width: 40px;
    height: 40px;
}
}

@media (max-width: 480px) {.our-mission-RY {
    padding: 60px 0;
}.our-mission-RY .message-wrap-ln {
    padding: 25px 15px;
}.our-mission-RY ol li {
    font-size: calc(12px * 0.9);
    line-height: 1.6;
}
}

@media (hover: hover) {.our-mission-RY .message-wrap-ln:hover::before,
    .our-mission-RY .message-wrap-ln:hover::after {
    height: 90px;
    transition: all 0.4s ease-out;
    width: 90px;
}
}

@media (prefers-reduced-motion: reduce) {.our-mission-RY .message-wrap-ln,
    .our-mission-RY p b,
    .our-mission-RY ol li {
    transition: none;
    transform: none;
    animation: none;
}}.teaching-history-Hk {
    background: linear-gradient(125deg, #000000 0%, rgb(210,215,234) 100%);
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}.teaching-history-Hk::before {
    height: 100%;
    background: 
    radial-gradient(circle at 20% 30%, rgb(166,179,213,0.5) 0%, transparent 25%),
    radial-gradient(circle at 80% 70%, rgb(119,138,188,0.5) 0%, transparent 30%);
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    top: 0;
    animation: pulse 20s infinite alternate;
}.teaching-history-Hk .container {
    padding: 0 20px;
    perspective: 1200px;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    z-index: 2;
}.teaching-history-Hk .client-opinions-UD {
    grid-template-columns: 1.2fr 0.8fr;
    transform: rotateY(-10deg);
    position: relative;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    display: grid;
    grid-template-areas:
    "quote photo"
    "quote name"
    "quote job";
    transform-style: preserve-3d;
    gap: 10px 30px;
    grid-template-rows: auto auto auto;
}.teaching-history-Hk .client-opinions-UD:hover {
    transform: rotateY(0deg) translateZ(10px);
}.teaching-history-Hk .exp-section-MI {
    border-radius: 29px;
    grid-area: quote;
    background: linear-gradient(135deg, #000000 0%, rgba(0, 0, 0, 0.5) 100%);
    backdrop-filter: blur(10px);
    padding: 50px 40px;
    font-weight: 300;
    color: #ffffff;
    z-index: 1;
    line-height: 1.7;
    margin: 0;
    transform: translateZ(20px);
    box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.5),
    0 0 0 1px rgb(166,179,213,0.5);
    font-size: 17px;
    position: relative;
}.teaching-history-Hk .exp-section-MI::before {
    font-size: calc(45px * 2);
    top: 15px;
    line-height: 1;
    color: rgb(166,179,213);
    content: "";
    left: 20px;
    position: absolute;
}.teaching-history-Hk .img-shadow-box-uS {
    height: 280px;
    transform: translateZ(40px);
    border-radius: 10px;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    grid-area: photo;
    box-shadow: 
    10px 10px 20px rgba(0, 0, 0, 0.5),
    -5px -5px 30px rgb(166,179,213,0.5);
    clip-path: polygon(0 0, 100% 0, 100% 85%, 90% 100%, 0 100%);
}.teaching-history-Hk .client-opinions-UD:hover .img-shadow-box-uS {
    box-shadow: 
    15px 15px 25px rgba(0, 0, 0, 0.5),
    -8px -8px 35px rgb(166,179,213,0.5);
    transform: translateZ(60px) translateX(-10px);
}.teaching-history-Hk .name {
    font-size: 22px;
    background: rgb(166,179,213);
    margin: 0;
    padding: 15px 20px;
    border-radius: 10px;
    z-index: 2;
    transform: translateZ(30px);
    font-weight: 700;
    grid-area: name;
    transition: transform 0.3s ease;
    color: #ffffff;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
}.teaching-history-Hk .client-opinions-UD:hover .name {
    transform: translateZ(45px) translateY(-5px);
}.teaching-history-Hk .client-opinions-UD > span:not(.name) {
    border-radius: 10px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
    background: #ffffff;
    z-index: 2;
    transition: transform 0.3s ease;
    grid-area: job;
    font-size: 17px;
    padding: 10px 15px;
    font-weight: 600;
    transform: translateZ(25px);
    color: rgb(119,138,188);
}.teaching-history-Hk .client-opinions-UD:hover > span:not(.name) {
    transform: translateZ(35px) translateY(-5px);
}

@keyframes pulse {
  0%, 100% {
    opacity: 0.8;
    transform: scale(1);
  }
  50% {
    opacity: 0.5;
    transform: scale(1.1);
  }
}

@media (max-width: 992px) {.teaching-history-Hk {
    padding: 80px 0;
}.teaching-history-Hk .client-opinions-UD {
    grid-template-rows: auto auto auto auto;
    transform: none;
    grid-template-columns: 1fr;
    grid-template-areas:
      "img-shadow-box-uS"
      "name"
      "career-box-MR"
      "exp-section-MI";
    gap: 15px;
}.teaching-history-Hk .exp-section-MI,
  .teaching-history-Hk .img-shadow-box-uS,
  .teaching-history-Hk .name,
  .teaching-history-Hk .client-opinions-UD > span:not(.name) {
    transform: none;
}.teaching-history-Hk .client-opinions-UD:hover .exp-section-MI,
  .teaching-history-Hk .client-opinions-UD:hover .img-shadow-box-uS,
  .teaching-history-Hk .client-opinions-UD:hover .name,
  .teaching-history-Hk .client-opinions-UD:hover > span:not(.name) {
    transform: none;
}.teaching-history-Hk .img-shadow-box-uS {
    height: 240px;
    margin: 0 auto;
    width: 90%;
}.teaching-history-Hk .exp-section-MI {
    padding: 30px;
}.teaching-history-Hk .name,
  .teaching-history-Hk .client-opinions-UD > span:not(.name) {
    margin: 0 auto;
    width: 90%;
    text-align: center;
}
}

@media (max-width: 576px) {.teaching-history-Hk {
    padding: 60px 0;
}.teaching-history-Hk .img-shadow-box-uS {
    height: 200px;
    width: 100%;
}.teaching-history-Hk .exp-section-MI {
    padding: 25px 20px;
    font-size: calc(17px * 0.95);
}.teaching-history-Hk .name {
    font-size: calc(22px * 0.9);
}.teaching-history-Hk .client-opinions-UD > span:not(.name) {
    font-size: calc(17px * 0.9);
}}.secure-grotto-NS {
    flex-direction: column;
    align-items: center;
    border: 2px solid rgb(166,179,213);
    display: flex;
    width: 100%;
    height: 100%;
    background: #ffffff;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    padding: 50px;
}.secure-grotto-NS h1 {
    font-size: 45px;
    width: 100%;
    color: rgb(166,179,213);
    margin-bottom: 30px;
    padding-bottom: 10px;
    font-weight: 700;
    margin-top: 20px;
    border-bottom: 3px solid rgb(119,138,188);
    text-align: center;
}.secure-grotto-NS h2 {
    border-bottom: 2px solid rgb(166,179,213);
    margin-top: 30px;
    font-size: 29px;
    color: rgb(119,138,188);
    padding-bottom: 5px;
    font-weight: 600;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}.secure-grotto-NS ul, .secure-grotto-NS ol {
    border-bottom: 2px solid #000000;
    font-family: Arial, sans-serif;
    margin: 20px 0;
    padding: 0;
    width: 100%;
    font-size: 14px;
    border-top: 2px solid #000000;
    list-style: none;
    text-align: left;
    color: #000000;
}.secure-grotto-NS li {
    border-bottom: 1px solid rgb(119,138,188,0.5);
    padding: 10px 0;
}.secure-grotto-NS section {
    background: none;
}.secure-grotto-NS p, .secure-grotto-NS span, .secure-grotto-NS div {
    text-align: left;
    width: 100%;
    color: #000000;
    margin-bottom: 20px;
    line-height: 1.8;
    font-family: Arial, sans-serif;
    font-size: 14px;
}

@media only screen and (max-width: 800px) {.secure-grotto-NS {
    padding: 30px;
    border-radius: 10px;
}.secure-grotto-NS h1 {
    font-size: calc(22px - 5px);
}.secure-grotto-NS h2 {
    font-size: calc(22px - 3px);
}.secure-grotto-NS ul, .secure-grotto-NS ol {
    margin: 15px 0;
}.secure-grotto-NS li {
    padding: 8px 0;
}.secure-grotto-NS p, .secure-grotto-NS span, .secure-grotto-NS div {
    margin-bottom: 15px;
}}footer {
    width: 100%;
    position: relative;
}footer .recycle-info-RJ {
    position: relative;
    font-family: Arial, sans-serif;
    padding: 80px 0 30px;
    background-color: rgb(119,138,188);
    color: #ffffff;
    overflow: hidden;
}footer .recycle-info-RJ::before {
    content: "";
    top: -50px;
    position: absolute;
    background-color: rgb(119,138,188);
    right: 0;
    z-index: 0;
    clip-path: polygon(0 50%, 100% 50%, 100% 100%, 0 100%);
    height: 100px;
    left: 0;
    transform: skewY(-3deg);
}footer .cert-display-ji {
    position: relative;
    z-index: 1;
}footer .reach-contact-TP {
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 60px;
    display: flex;
}footer .info_item {
    padding: 15px 20px 15px 25px;
    position: relative;
    border-radius: 0 5px 5px 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background-color: rgb(119,138,188,0.5);
    overflow: hidden;
    transition: all 0.3s ease;
    flex: 1 1 200px;
    max-width: 300px;
}footer .info_item::before {
    position: absolute;
    background-color: rgb(166,179,213);
    width: 5px;
    top: 0;
    content: "";
    left: 0;
    height: 100%;
}footer .info_item::after {
    position: absolute;
    z-index: -1;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.05) 0%, transparent 50%);
    left: 0;
}footer .info_item:nth-child(even) {
    background-color: rgb(166,179,213,0.5);
}footer .info_item:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px) translateX(5px);
}footer .info_item svg {
    top: -1px;
    position: relative;
    fill: rgb(166,179,213);
    height: 20px;
    vertical-align: middle;
    margin-right: 12px;
    width: 20px;
}footer .info_item p,
footer .info_item a {
    vertical-align: middle;
    transition: color 0.3s ease;
    display: inline-block;
    font-size: 15px;
    text-decoration: none;
    color: #ffffff;
}footer .info_item a:hover {
    color: rgb(166,179,213);
}footer .text_main_holder {
    display: grid;
    grid-template-columns: 1fr;
    position: relative;
    gap: 30px;
}footer .main-start-lV {
    background-color: rgb(119,138,188,0.5);
    padding: 30px;
    border-radius: 22px;
    position: relative;
}footer .main-start-lV::before {
    pointer-events: none;
    right: 15px;
    content: "";
    border-radius: calc(22px - 8px);
    left: 15px;
    top: 15px;
    position: absolute;
    bottom: 15px;
    border: 1px dashed rgba(255, 255, 255, 0.1);
}footer .main-start-lV svg {
    height: 45px;
    width: auto;
    filter: brightness(0) invert(1);
    display: block;
    margin-bottom: 20px;
}footer .debate-club-KO {
    color: rgba(255, 255, 255, 0.7);
    font-size: 15px;
    line-height: 1.6;
}footer .nav-class-rV {
    position: relative;
}footer .nav-class-rV h5 {
    display: inline-block;
    position: relative;
    color: #ffffff;
    margin-bottom: 25px;
    padding-left: 15px;
    font-weight: 600;
    font-size: 18px;
}footer .nav-class-rV h5::before {
    top: 0;
    left: 0;
    background-color: rgb(166,179,213);
    content: "";
    position: absolute;
    width: 3px;
    height: 100%;
}footer .head-page-vX {
    margin-bottom: 25px;
    position: relative;
}footer .head-page-vX a {
    font-size: 15px;
    background-color: rgb(119,138,188,0.5);
    margin: 0 10px 10px 0;
    border-radius: 0 5px 5px 0;
    text-decoration: none;
    padding: 10px 15px;
    position: relative;
    color: rgba(255, 255, 255, 0.8);
    transition: all 0.3s ease;
    display: inline-block;
}footer .head-page-vX a::before {
    height: 100%;
    position: absolute;
    content: "";
    top: 0;
    background-color: rgb(166,179,213);
    width: 3px;
    left: 0;
    transition: width 0.3s ease;
}footer .head-page-vX a:hover {
    color: #ffffff;
    transform: translateX(5px);
    background-color: rgb(166,179,213,0.5);
}footer .head-page-vX a:hover::before {
    width: 5px;
}footer .subscribe_holder {
    position: relative;
    padding: 30px;
    border-radius: 22px;
    background-color: rgb(119,138,188,0.5);
}footer .subscribe_holder::before {
    position: absolute;
    bottom: 15px;
    right: 15px;
    left: 15px;
    top: 15px;
    content: "";
    border: 1px dashed rgba(255, 255, 255, 0.1);
    pointer-events: none;
    border-radius: calc(22px - 8px);
}footer .subscribe_holder h5 {
    font-weight: 600;
    padding-left: 15px;
    position: relative;
    font-size: 18px;
    margin-bottom: 15px;
    color: #ffffff;
}footer .subscribe_holder h5::before {
    left: 0;
    top: 0;
    width: 3px;
    content: "";
    height: 100%;
    background-color: rgb(166,179,213);
    position: absolute;
}footer .subscribe_holder p {
    line-height: 1.6;
    font-size: 15px;
    margin-bottom: 25px;
    color: rgba(255, 255, 255, 0.7);
}footer .input_holder {
    gap: 15px;
    flex-direction: column;
    display: flex;
}footer .input_holder input[type="email"] {
    font-size: 15px;
    color: #ffffff;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
    padding: 14px 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}footer .input_holder input[type="email"]:focus {
    outline: none;
    background-color: rgba(255, 255, 255, 0.1);
    border-color: rgb(166,179,213);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}footer .sub-solution-mi {
    position: relative;
    border-radius: 10px;
    cursor: pointer;
    border: none;
    font-weight: 600;
    overflow: hidden;
    font-size: 18px;
    background-color: rgb(166,179,213);
    padding: 14px 20px;
    color: #ffffff;
    transition: all 0.3s ease;
}footer .sub-solution-mi::after {
    transform: rotate(30deg);
    left: -100%;
    width: 200%;
    background: rgba(255, 255, 255, 0.1);
    content: "";
    height: 200%;
    transition: all 0.5s ease;
    top: -50%;
    position: absolute;
}footer .sub-solution-mi:hover {
    background-color: rgb(119,138,188);
}footer .sub-solution-mi:hover::after {
    left: 100%;
}footer .workshop-cta-NW {
    margin-top: 50px;
    text-align: center;
    position: relative;
}footer .workshop-cta-NW::before {
    height: 1px;
    top: -25px;
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    width: 50px;
}footer .diversity-pv {
    color: rgba(255, 255, 255, 0.6);
    display: inline-block;
    position: relative;
    font-size: 15px;
}

@media (min-width: 768px) {footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .sub-solution-mi {
    white-space: nowrap;
}
}

@media (max-width: 767px) {footer .recycle-info-RJ {
    padding: 60px 0 30px;
}footer .reach-contact-TP {
    margin-bottom: 40px;
}footer .main-start-lV, footer .subscribe_holder {
    padding: 25px 20px;
}footer .head-page-vX a {
    margin: 0 5px 8px 0;
    padding: 8px 12px;
}footer .workshop-cta-NW {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .recycle-info-RJ {
    padding: 50px 0 20px;
}footer .nav-class-rV h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
    font-size: calc(18px - 2px);
}footer .main-start-lV::before, footer .subscribe_holder::before {
    right: 10px;
    bottom: 10px;
    top: 10px;
    left: 10px;
}footer .input_holder input[type="email"],
    footer .sub-solution-mi {
    padding: 12px;
}}.pricing-wrapper-qb {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}.pricing-wrapper-qb::before {
    right: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.6) 100%);
    content: "";
    z-index: 1;
    bottom: 0;
    left: 0;
    top: 0;
    position: absolute;
}.pricing-wrapper-qb .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    z-index: 2;
    padding: 0 20px;
}.pricing-options-kh {
    position: relative;
}.pricing-wrapper-qb h2 {
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.6s ease;
    opacity: 1;
    text-align: center;
    position: relative;
    transform: translateY(0);
    letter-spacing: 0.5px;
    margin-bottom: 25px;
    font-size: 30px;
    color: #ffffff;
    text-shadow: 0 2px 10px rgba(0,0,0,0.2);
    font-weight: 700;
}.pricing-wrapper-qb h2::after {
    content: "";
    transform: scaleX(1);
    margin: 20px auto 0;
    height: 3px;
    transition: transform 0.4s ease;
    width: 80px;
    background: linear-gradient(90deg, rgb(119,138,188), rgb(166,179,213));
    display: block;
}.pricing-wrapper-qb:hover h2::after {
    transform: scaleX(1.2);
}.pricing-wrapper-qb .package-deal-jh {
    opacity: 0.9;
    max-width: 800px;
    color: #ffffff;
    text-align: center;
    font-size: calc(17px + 2px);
    text-shadow: 0 1px 3px rgba(0,0,0,0.2);
    margin: 0 auto 60px;
    line-height: 1.6;
}.pricing-wrapper-qb .price-sheet-Dc {
    padding: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
    margin: 0;
    list-style: none;
    gap: 30px;
}.pricing-wrapper-qb .price-sheet-Dc li {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    margin: 0;
}.pricing-wrapper-qb .price-sheet-Dc li:hover {
    transform: translateY(-10px);
    z-index: 10;
}.pricing-wrapper-qb .promo-rates-RI {
    height: 100%;
    border: 1px solid rgba(255,255,255,0.1);
    display: block;
    text-decoration: none;
    background: linear-gradient(145deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.02) 100%);
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    -webkit-backdrop-filter: blur(10px);
    position: relative;
    transition: all 0.4s ease;
    backdrop-filter: blur(10px);
    overflow: hidden;
}.pricing-wrapper-qb .promo-rates-RI::before {
    top: 0;
    background: linear-gradient(230deg, rgb(119,138,188,0.5) 0%, transparent 80%);
    opacity: 0;
    left: 0;
    width: 100%;
    transition: opacity 0.5s ease;
    position: absolute;
    content: "";
    height: 100%;
}.pricing-wrapper-qb .promo-rates-RI:hover {
    border-color: rgba(255,255,255,0.2);
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}.pricing-wrapper-qb .promo-rates-RI:hover::before {
    opacity: 0.2;
}.pricing-wrapper-qb .annual-fee-HE {
    padding: 40px 30px;
    z-index: 2;
    position: relative;
}.pricing-wrapper-qb .pricing-fees-Bu {
    flex-direction: column;
    height: 100%;
    display: flex;
}.pricing-wrapper-qb .pricing-fees-Bu h4 {
    color: #ffffff;
    margin-top: 0;
    position: relative;
    font-size: calc(23px + 2px);
    transition: transform 0.3s ease;
    margin-bottom: 20px;
    padding-bottom: 15px;
    font-weight: 600;
}.pricing-wrapper-qb .pricing-fees-Bu h4::after {
    height: 2px;
    bottom: 0;
    width: 40px;
    transition: width 0.4s ease;
    position: absolute;
    left: 0;
    background: rgb(166,179,213);
    content: "";
}.pricing-wrapper-qb .promo-rates-RI:hover .pricing-fees-Bu h4::after {
    width: 60px;
}.pricing-wrapper-qb .pricing-fees-Bu p {
    font-size: 17px;
    color: rgba(255,255,255,0.85);
    margin-bottom: 30px;
    position: relative;
    transition: color 0.3s ease;
    flex-grow: 1;
    line-height: 1.6;
}.pricing-wrapper-qb .promo-rates-RI:hover .pricing-fees-Bu p {
    color: #ffffff;
}.pricing-wrapper-qb .class-rates-ME {
    position: relative;
    font-size: calc(23px + 4px);
    display: inline-block;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    background: linear-gradient(90deg, rgb(119,138,188) 0%, rgb(166,179,213) 100%);
    -webkit-text-fill-color: transparent;
    padding: 10px 0;
    color: #ffffff;
    margin-top: auto;
    transition: transform 0.3s ease;
    font-weight: 700;
}.pricing-wrapper-qb .class-rates-ME::before {
    height: 1px;
    bottom: 0;
    position: absolute;
    content: "";
    left: 0;
    background: linear-gradient(90deg, rgb(119,138,188) 0%, transparent 100%);
    width: 100%;
}.pricing-wrapper-qb .promo-rates-RI:hover .class-rates-ME {
    transform: scale(1.05);
}

@media (max-width: 992px) {.pricing-wrapper-qb {
    padding: 90px 0;
}.pricing-wrapper-qb .price-sheet-Dc {
    grid-template-columns: repeat(2, 1fr);
}.pricing-wrapper-qb .annual-fee-HE {
    padding: 30px 25px;
}
}

@media (max-width: 768px) {.pricing-wrapper-qb {
    padding: 70px 0;
}.pricing-wrapper-qb h2 {
    font-size: calc(30px - 4px);
}.pricing-wrapper-qb .package-deal-jh {
    margin-bottom: 40px;
    font-size: 17px;
}.pricing-wrapper-qb .price-sheet-Dc {
    gap: 20px;
    grid-template-columns: 1fr;
}.pricing-wrapper-qb .annual-fee-HE {
    padding: 25px 20px;
}.pricing-wrapper-qb .class-rates-ME {
    font-size: calc(23px + 2px);
}
}

@media (max-width: 480px) {.pricing-wrapper-qb {
    padding: 60px 0;
}.pricing-wrapper-qb h2 {
    font-size: calc(30px - 6px);
}.pricing-wrapper-qb .pricing-fees-Bu h4 {
    font-size: 23px;
}.pricing-wrapper-qb .pricing-fees-Bu p {
    font-size: calc(17px - 1px);
}}.thanksNexus-NJ {
    background: linear-gradient(145deg, rgb(166,179,213,0.5), rgb(119,138,188,0.5));
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}.thanksNexus-NJ::before {
    position: absolute;
    width: 50%;
    pointer-events: none;
    opacity: 0.03;
    left: -5%;
    top: -10%;
    content: "";
    height: 70%;
    transform: rotate(-15deg) skew(15deg);
    background: #ffffff;
}.thanksNexus-NJ::after {
    right: -5%;
    opacity: 0.05;
    height: 80%;
    background: rgb(119,138,188);
    pointer-events: none;
    width: 40%;
    bottom: -10%;
    position: absolute;
    content: "";
    transform: rotate(25deg) skew(-15deg);
}.thanksNexus-NJ .container {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
}.thanksNexus-NJ .learn-growth-iD {
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    padding: 60px 50px;
    display: flex;
    background: #ffffff;
    flex-direction: column;
}.thanksNexus-NJ .learn-growth-iD:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.thanksNexus-NJ .learn-growth-iD::before {
    transform-origin: left center;
    top: 0;
    transform: scaleY(0);
    content: "";
    position: absolute;
    left: 0;
    width: 6px;
    height: 100%;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    background: linear-gradient(to bottom, rgb(166,179,213), rgb(119,138,188));
}.thanksNexus-NJ .learn-growth-iD:hover::before {
    transform: scaleY(1);
}.thanksNexus-NJ .learn-growth-iD > div:first-child {
    overflow: hidden;
    margin-bottom: 30px;
    position: relative;
}.thanksNexus-NJ h5 {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    margin: 0;
    position: relative;
    font-size: 24px;
    line-height: 1.4;
    transform: translateY(0);
    font-weight: 700;
    color: #000000;
}.thanksNexus-NJ .learn-growth-iD:hover h5 {
    transform: translateY(-5px);
}.thanksNexus-NJ h5::after {
    left: 0;
    content: "";
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: absolute;
    width: 80px;
    transform-origin: left center;
    bottom: -8px;
    background: linear-gradient(90deg, rgb(166,179,213), rgb(119,138,188));
    transform: scaleX(0.7);
    height: 3px;
}.thanksNexus-NJ .learn-growth-iD:hover h5::after {
    transform: scaleX(1);
}.thanksNexus-NJ a {
    transition: transform 0.4s ease;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    display: block;
}.thanksNexus-NJ a:hover {
    transform: translateX(5px);
}.thanksNexus-NJ p {
    transition: color 0.3s ease;
    font-family: Arial, sans-serif;
    line-height: 1.8;
    font-size: 16px;
    margin: 0;
    position: relative;
    font-weight: 400;
    color: #000000;
}.thanksNexus-NJ a:hover p {
    color: rgb(166,179,213);
}.thanksNexus-NJ a::before {
    top: 0;
    transform: skewX(-15deg);
    background: linear-gradient(90deg, #ffffff, rgb(119,138,188,0.5), #ffffff);
    left: -100%;
    width: 100%;
    position: absolute;
    content: "";
    transition: left 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    opacity: 0.3;
    pointer-events: none;
    height: 100%;
}.thanksNexus-NJ a:hover::before {
    left: 200%;
}

@media (min-width: 992px) {.thanksNexus-NJ {
    padding: 150px 0;
}.thanksNexus-NJ .learn-growth-iD {
    padding: 80px 70px;
    margin: 0 auto;
    transform: perspective(1000px) rotateX(2deg);
    max-width: 85%;
}.thanksNexus-NJ h5 {
    line-height: 1.3;
    font-size: calc(24px * 1.15);
}.thanksNexus-NJ p {
    font-size: calc(16px * 1.1);
    line-height: 1.9;
}.thanksNexus-NJ h5::after {
    width: 100px;
}
}

@media (min-width: 1200px) {.thanksNexus-NJ .learn-growth-iD {
    max-width: 75%;
}
}

@media (max-width: 991px) {.thanksNexus-NJ {
    padding: 100px 0;
}.thanksNexus-NJ .learn-growth-iD {
    padding: 50px 40px;
}
}

@media (max-width: 767px) {.thanksNexus-NJ {
    padding: 80px 0;
}.thanksNexus-NJ .learn-growth-iD {
    padding: 40px 30px;
    transform: perspective(1000px) rotateX(1deg);
}.thanksNexus-NJ h5 {
    font-size: calc(24px * 0.9);
}
}

@media (max-width: 575px) {.thanksNexus-NJ {
    padding: 60px 0;
}.thanksNexus-NJ .learn-growth-iD {
    padding: 30px 20px;
    transform: none;
}.thanksNexus-NJ h5 {
    line-height: 1.5;
    font-size: calc(24px * 0.85);
}.thanksNexus-NJ p {
    line-height: 1.7;
    font-size: calc(16px * 0.95);
}.thanksNexus-NJ h5::after {
    height: 2px;
    width: 60px;
}
}