* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}.recycle-info {
    flex: 0 0 auto;
}::-webkit-scrollbar {
    width: 19px;
    padding: 4px;
    background: rgb(163,200,193,0.5);
}::-webkit-scrollbar-track {
    background: rgb(255, 255, 255, 0.5);
}::-webkit-scrollbar-thumb {
    box-shadow: -2px 0px 11px 1px rgba(0, 0, 0, 0.3);
    background: repeating-radial-gradient(circle at center, rgb(163,200,193,0.5), rgb(163,200,193,0.5) 7px, rgb(255, 255, 255, 0.5) 7px, rgb(255, 255, 255, 0.5) 17px);
    border-radius: 18.3em;
}::-webkit-scrollbar-thumb:active {
    box-shadow: inset -2px -4px 15px -1px rgba(0, 0, 0, 0.5);
    background: rgb(255, 255, 255, 0.5);
}::-webkit-scrollbar-corner {
    background: rgb(213,226,223);
}* {
    scrollbar-width: auto;
    scrollbar-color: #ffffff rgb(163,200,193,0.5);
}.wrapper-padding {
    flex-direction: column;
    height: 100%;
    display: flex;
    min-height: 100%;
}a {
    color: inherit;
    text-decoration: none;
}.header-pagewrap {
    flex: 1 0 auto;
}header,footer {
    width: 100%;
}.container {
    width: 1215px;
    margin: auto;
    max-width: 100%;
}svg {
    height: 30px;
    width: 30px;
}html,body {
    scroll-behavior: smooth;
    height: 100%;
    font-family: Arial, sans-serif;
    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;
}}
.academic-expertise {
    background: linear-gradient(135deg, rgb(213,226,223) 0%, #ffffff 100%);
    position: relative;
    padding: 5rem 0;
    overflow: hidden;
}.academic-expertise::before {
    content: "";
    clip-path: polygon(0 0, 100% 0, 75% 100%, 0% 100%);
    height: 200px;
    width: 200px;
    top: -50px;
    position: absolute;
    z-index: 1;
    background: rgb(163,200,193,0.5);
    transform: rotate(-15deg);
    left: -50px;
}.academic-expertise::after {
    background: rgb(100,180,167,0.5);
    z-index: 1;
    bottom: -50px;
    content: "";
    right: -50px;
    width: 250px;
    position: absolute;
    height: 250px;
    clip-path: polygon(25% 0, 100% 0, 100% 100%, 0% 100%);
    transform: rotate(15deg);
}.academic-expertise .container {
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
}.academic-expertise .alumni-quotes {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 15px 30px rgba(0,0,0,0.08);
    grid-template-columns: 1fr;
    background: linear-gradient(to right, rgba(255,255,255,0.9), rgba(255,255,255,0.7));
    padding: 2.5rem;
    display: grid;
    transform: perspective(1000px) rotateX(2deg);
    gap: 2rem;
    position: relative;
}.academic-expertise .alumni-quotes:hover {
    box-shadow: 0 20px 40px rgba(0,0,0,0.12);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.academic-expertise .alumni-quotes > div:first-child {
    position: relative;
    overflow: hidden;
    transform: translateZ(0);
}.academic-expertise .alumni-quotes .image-stack {
    width: 100%;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    position: relative;
    height: 300px;
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    transform: scale(1);
}.academic-expertise .alumni-quotes:hover .image-stack {
    transform: scale(1.02);
}.academic-expertise .alumni-quotes .image-stack::after {
    content: "";
    opacity: 0;
    right: 0;
    top: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.2), transparent);
    transition: opacity 0.5s ease;
}.academic-expertise .alumni-quotes:hover .image-stack::after {
    opacity: 1;
}.academic-expertise .alumni-quotes > div:nth-child(2) {
    border-left: 3px solid rgb(163,200,193);
    position: relative;
    transition: transform 0.4s ease;
    transform: translateX(0);
    padding-left: 20px;
}.academic-expertise .alumni-quotes:hover > div:nth-child(2) {
    transform: translateX(5px);
}.academic-expertise .name {
    margin: 0 0 0.5rem;
    color: #000000;
    position: relative;
    font-weight: 700;
    display: inline-block;
    font-size: 18px;
}.academic-expertise .name::after {
    left: 0;
    position: absolute;
    content: "";
    height: 2px;
    width: 0;
    bottom: -3px;
    background: rgb(163,200,193);
    transition: width 0.4s ease-out;
}.academic-expertise .alumni-quotes:hover .name::after {
    width: 100%;
}.academic-expertise .alumni-quotes > div:nth-child(2) > div {
    font-size: calc(13px * 0.95);
    opacity: 0.85;
    color: rgb(100,180,167);
    font-weight: 600;
    margin-bottom: 0.5rem;
    font-style: italic;
}.academic-expertise .work-skills {
    padding-left: 1.5rem;
    position: relative;
    line-height: 1.7;
    color: #000000;
    font-size: 13px;
    margin: 0;
    font-family: Arial, sans-serif;
}.academic-expertise .work-skills::before {
    font-family: serif;
    left: 0;
    font-size: 60px;
    position: absolute;
    line-height: 1;
    content: "";
    top: -10px;
    color: rgb(163,200,193,0.5);
}

@media (min-width: 768px) {.academic-expertise {
    padding: 7rem 0;
}.academic-expertise .alumni-quotes {
    grid-template-columns: 300px 1fr;
    gap: 3rem;
    align-items: center;
    padding: 3rem;
    transform: perspective(1000px) rotateX(2deg) rotateY(-1deg);
}.academic-expertise .alumni-quotes:hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) translateY(-10px);
}.academic-expertise .alumni-quotes > div:nth-child(2) {
    grid-row: 1;
    grid-column: 2;
}.academic-expertise .alumni-quotes > div:nth-child(3) {
    grid-column: 1 / -1;
    grid-row: 2;
}
}

@media (min-width: 992px) {.academic-expertise .alumni-quotes {
    grid-template-columns: 350px 1fr;
    grid-template-rows: auto 1fr;
    gap: 2.5rem 4rem;
}.academic-expertise .image-stack {
    height: 400px;
}.academic-expertise .work-skills {
    padding-left: 2rem;
    font-size: calc(13px * 1.05);
}.academic-expertise .work-skills::before {
    font-size: 80px;
}
}

@media (min-width: 1200px) {.academic-expertise .alumni-quotes {
    padding: 4rem;
    grid-template-columns: 400px 1fr;
}.academic-expertise .image-stack {
    height: 450px;
}.academic-expertise .name {
    font-size: calc(18px * 1.1);
}.academic-expertise .alumni-quotes > div:nth-child(2) > div {
    font-size: 13px;
}.academic-expertise .work-skills {
    line-height: 1.8;
}
}

@media (max-width: 767px) {.academic-expertise {
    padding: 4rem 0;
}.academic-expertise .alumni-quotes {
    padding: 1.5rem;
}.academic-expertise .image-stack {
    margin-bottom: 1.5rem;
    height: 250px;
}.academic-expertise .name {
    font-size: calc(18px * 0.95);
}.academic-expertise .work-skills {
    line-height: 1.6;
    font-size: calc(13px * 0.95);
}}.potential-learners {
    background-color: rgb(213,226,223);
    overflow: hidden;
    z-index: 1;
    position: relative;
    padding: 5rem 0;
}.potential-learners::before,
.potential-learners::after {
    position: absolute;
    animation: beamScan 8s infinite ease-out;
    top: 0;
    z-index: -1;
    width: 1px;
    opacity: 0;
    content: '';
    background: linear-gradient(to bottom, 
        transparent 20%, 
        rgb(163,200,193) 50%, 
        transparent 80%);
    height: 100%;
}.potential-learners::before {
    animation-delay: 0s;
    left: 25%;
}.potential-learners::after {
    animation-delay: 4s;
    right: 25%;
}.potential-learners .knowledge-lab {
    margin: 0 auto;
    z-index: 2;
    max-width: 1000px;
    position: relative;
    padding: 0 2rem;
}.potential-learners .knowledge-lab::before,
.potential-learners .knowledge-lab::after {
    background: linear-gradient(to right, 
        transparent 10%, 
        rgb(100,180,167) 50%, 
        transparent 90%);
    width: 100%;
    opacity: 0;
    z-index: -1;
    content: '';
    animation: horizontalBeam 10s infinite ease-out;
    left: 0;
    position: absolute;
    height: 1px;
}.potential-learners .knowledge-lab::before {
    animation-delay: 2s;
    top: 30%;
}.potential-learners .knowledge-lab::after {
    bottom: 30%;
    animation-delay: 6s;
}.potential-learners h3 {
    font-weight: 600;
    color: rgb(163,200,193);
    letter-spacing: 1px;
    position: relative;
    text-align: center;
    margin-bottom: 3.5rem;
    font-size: 32px;
}.potential-learners h3::after {
    transform: translateX(-50%) scaleX(0.3);
    bottom: -15px;
    content: '';
    position: absolute;
    width: 100px;
    background: rgb(163,200,193);
    left: 50%;
    opacity: 0.7;
    animation: pulseLine 4s infinite ease-in-out;
    height: 2px;
}.potential-learners ul {
    padding: 0;
    gap: 1.2rem;
    display: flex;
    margin: 0;
    list-style: none;
    flex-direction: column;
}.potential-learners ul li {
    transition: all 0.3s ease;
    position: relative;
    display: flex;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    padding: 1.3rem 1.5rem;
    align-items: center;
    overflow: hidden;
}.potential-learners ul li::before {
    position: absolute;
    transition: transform 0.4s ease;
    width: 3px;
    background: linear-gradient(to bottom, 
        rgb(100,180,167,0.5), 
        rgb(163,200,193,0.5));
    height: 100%;
    transform: scaleY(0);
    content: '';
    top: 0;
    transform-origin: top;
    left: 0;
    opacity: 0.5;
}.potential-learners ul li::after {
    left: 0;
    position: absolute;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(163,200,193,0.5) 20%, 
        transparent 80%);
    transition: transform 0.5s ease;
    top: 0;
    content: '';
    height: 100%;
    transform: translateX(-100%);
    z-index: -1;
    opacity: 0;
    width: 100%;
}.potential-learners ul li:hover {
    color: #000000;
    background-color: rgba(255, 255, 255, 0.05);
}.potential-learners ul li:hover::before {
    transform: scaleY(1);
}.potential-learners ul li:hover::after {
    transform: translateX(100%);
    opacity: 0.15;
}.potential-learners ul li svg {
    position: relative;
    flex-shrink: 0;
    transition: all 0.4s ease;
    width: 28px;
    margin-right: 1.5rem;
    height: 28px;
    z-index: 1;
}.potential-learners ul li:hover svg {
    transform: translateY(-2px);
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));
}.potential-learners ul li svg path {
    fill: rgb(163,200,193);
    transition: fill 0.4s ease;
}.potential-learners ul li:hover svg path {
    fill: rgb(100,180,167);
    animation: flashIcon 1s ease;
}@keyframes beamScan {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }
    20%, 35% {
        opacity: 0.8;
    }
    80%, 100% {
        opacity: 0;
        transform: translateY(100%);
    }
}

@keyframes horizontalBeam {
    0% {
        opacity: 0;
        transform: translateX(-100%);
    }
    20%, 35% {
        opacity: 0.5;
    }
    80%, 100% {
        opacity: 0;
        transform: translateX(100%);
    }
}

@keyframes pulseLine {
    0%, 100% {
        opacity: 0.5;
        transform: translateX(-50%) scaleX(0.3);
    }
    50% {
        opacity: 1;
        transform: translateX(-50%) scaleX(1);
    }
}

@keyframes flashIcon {
    0% {
        filter: brightness(1);
    }
    25% {
        filter: brightness(1.5);
    }
    100% {
        filter: brightness(1);
    }
}

.potential-learners::before :nth-child(1) {
    animation-delay: 1s;
}.potential-learners::before :nth-child(2) {
    animation-delay: 3s;
}.potential-learners::before :nth-child(3) {
    animation-delay: 5s;
}.potential-learners ul::before {
    border: 1px solid rgb(163,200,193,0.5);
    width: 50px;
    content: '';
    position: absolute;
    opacity: 0.2;
    height: 50px;
    border-radius: 50%;
    right: 20px;
    top: 20px;
}.potential-learners ul::after {
    content: '';
    height: 30px;
    opacity: 0.2;
    width: 30px;
    border: 1px solid rgb(100,180,167,0.5);
    left: 20px;
    position: absolute;
    bottom: 20px;
    border-radius: 50%;
}

@media (max-width: 992px) {.potential-learners {
    padding: 4rem 0;
}.potential-learners h3 {
    font-size: calc(32px * 0.9);
}.potential-learners ul {
    gap: 1rem;
}.potential-learners ul li {
    padding: 1.1rem 1.3rem;
}
}

@media (max-width: 576px) {.potential-learners {
    padding: 3rem 0;
}.potential-learners .knowledge-lab {
    padding: 0 1.5rem;
}.potential-learners h3 {
    font-size: calc(32px * 0.8);
    margin-bottom: 2.5rem;
}.potential-learners ul {
    gap: 0.8rem;
}.potential-learners ul li {
    padding: 1rem;
}.potential-learners ul li svg {
    width: 24px;
    height: 24px;
    margin-right: 1rem;
}}.contact-panel {
    position: relative;
    padding: 100px 0;
}.contact-panel::before {
    bottom: 0;
    background-color: rgb(213,226,223);
    z-index: 1;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    right: 0;
}.contact-panel .container {
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}.contact-panel .connect-links {
    display: flex;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    position: relative;
    flex-wrap: wrap;
    overflow: hidden;
}.contact-panel .help-links {
    position: relative;
    padding: 60px 40px;
    overflow: hidden;
    width: 40%;
    background: rgb(163,200,193);
}.contact-panel .help-links::before {
    background: rgb(100,180,167);
    border-radius: 50%;
    opacity: 0.3;
    width: 200px;
    right: -10%;
    top: -10%;
    content: "";
    height: 200px;
    position: absolute;
}.contact-panel .help-links::after {
    height: 200px;
    position: absolute;
    content: "";
    bottom: -10%;
    background: rgb(100,180,167);
    width: 200px;
    border-radius: 50%;
    left: -10%;
    opacity: 0.3;
}.contact-panel .help-links h3 {
    position: relative;
    margin-bottom: 40px;
    color: #ffffff;
    z-index: 1;
    font-size: 33px;
    font-weight: 700;
}.contact-panel .help-links div {
    padding-left: 15px;
    align-items: center;
    display: flex;
    transition: all 0.3s ease;
    margin-bottom: 25px;
    border-left: 3px solid #ffffff;
    z-index: 1;
    position: relative;
}.contact-panel .help-links div:hover {
    border-left-color: rgb(100,180,167);
    transform: translateX(5px);
}.contact-panel .help-links div svg {
    width: 24px;
    margin-right: 15px;
    height: 24px;
}.contact-panel .help-links div svg path {
    fill: #ffffff;
    transition: fill 0.3s ease;
}.contact-panel .help-links div:hover svg path {
    fill: rgb(100,180,167);
}.contact-panel .help-links div span {
    color: #ffffff;
    font-size: 13px;
}.contact-panel .help-links div span a {
    transition: color 0.3s ease;
    color: #ffffff;
    text-decoration: none;
}.contact-panel .help-links div span a:hover {
    color: rgb(100,180,167);
}.contact-panel .feedback-feedback {
    padding: 60px 40px;
    width: 60%;
    background: #ffffff;
}.contact-panel .feedback-feedback h3 {
    font-weight: 600;
    color: #000000;
    margin-bottom: 30px;
    font-size: 21px;
}.contact-panel form {
    flex-direction: column;
    display: flex;
}.contact-panel form input[type="text"],
.contact-panel form input[type="email"] {
    transition: all 0.3s ease;
    margin-bottom: 20px;
    border: 2px solid #EFEFEF;
    border-radius: 10px;
    padding: 15px 20px;
    font-size: 13px;
}.contact-panel form input[type="text"]:focus,
.contact-panel form input[type="email"]:focus {
    outline: none;
    border-color: rgb(163,200,193);
}.contact-panel form input::placeholder {
    color: #BBBBBB;
}.contact-panel .query-formyEkoe {
    align-items: flex-start;
    display: flex;
    margin-bottom: 25px;
}.contact-panel .query-formyEkoe input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.contact-panel .query-formyEkoe label {
    font-size: 14px;
    color: #000000;
    cursor: pointer;
    line-height: 1.6;
    position: relative;
    padding-left: 35px;
}.contact-panel .query-formyEkoe label::before {
    left: 0;
    border-radius: 10px;
    content: "";
    top: 2px;
    position: absolute;
    height: 20px;
    transition: all 0.3s ease;
    border: 2px solid #EFEFEF;
    width: 20px;
}.contact-panel .query-formyEkoe input[type="checkbox"]:checked + label::before {
    border-color: rgb(163,200,193);
    background-color: rgb(163,200,193);
}.contact-panel .query-formyEkoe input[type="checkbox"]:checked + label::after {
    left: 7px;
    height: 12px;
    position: absolute;
    content: "";
    top: 4px;
    width: 6px;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    border: solid white;
}.contact-panel .query-formyEkoe label a {
    transition: all 0.3s ease;
    text-decoration: none;
    color: rgb(163,200,193);
}.contact-panel .query-formyEkoe label a:hover {
    text-decoration: underline;
}.contact-panel form .request-links {
    align-self: flex-start;
    cursor: pointer;
    border-radius: 10px;
    font-weight: 600;
    position: relative;
    padding: 15px 30px;
    font-size: 15px;
    background-color: rgb(163,200,193);
    border: none;
    transition: all 0.3s ease;
    color: #ffffff;
    overflow: hidden;
}.contact-panel form .request-links::after {
    background: rgba(255, 255, 255, 0.2);
    content: "";
    transform: translate3d(-50%, -50%, 0);
    transform-style: flat;
    height: 0;
    border-radius: 100%;
    left: 50%;
    transition: width 0.3s ease, height 0.3s ease;
    position: absolute;
    width: 0;
    top: 50%;
}.contact-panel form .request-links:hover {
    background-color: rgb(100,180,167);
}.contact-panel form .request-links:active::after {
    height: 200px;
    width: 200px;
}@keyframes slideInLeft {
    from {
        transform: translateX(-20px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.contact-panel .help-links div {
    animation: slideInLeft 0.5s forwards;
    opacity: 0;
}.contact-panel .help-links div:nth-child(2) {
    animation-delay: 0.1s;
}.contact-panel .help-links div:nth-child(3) {
    animation-delay: 0.2s;
}.contact-panel .help-links div:nth-child(4) {
    animation-delay: 0.3s;
}.contact-panel .help-links div:nth-child(5) {
    animation-delay: 0.4s;
}

@media screen and (max-width: 992px) {.contact-panel .help-links,
    .contact-panel .feedback-feedback {
    padding: 40px 30px;
    width: 100%;
}.contact-panel .help-links {
    order: 2;
}.contact-panel .feedback-feedback {
    order: 1;
}
}

@media screen and (max-width: 576px) {.contact-panel {
    padding: 60px 0;
}.contact-panel .container {
    width: 90%;
}.contact-panel .help-links,
    .contact-panel .feedback-feedback {
    padding: 30px 20px;
}.contact-panel .help-links h3 {
    font-size: calc(33px * 0.8);
}.contact-panel form .request-links {
    width: 100%;
}}.client-testimonials {
    padding: 6rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(213,226,223) 0%, #ffffff 100%);
    position: relative;
}.client-testimonials::before {
    top: -10%;
    right: -5%;
    opacity: 0.4;
    z-index: 0;
    width: 40%;
    background: linear-gradient(120deg, rgb(163,200,193,0.5) 0%, rgb(100,180,167,0.5) 100%);
    height: 60%;
    content: "";
    filter: blur(80px);
    position: absolute;
    transform: rotate(-15deg);
}.client-testimonials::after {
    bottom: -10%;
    transform: rotate(12deg);
    position: absolute;
    height: 50%;
    width: 30%;
    content: "";
    z-index: 0;
    filter: blur(60px);
    left: -5%;
    opacity: 0.3;
    background: linear-gradient(45deg, rgb(100,180,167,0.5) 0%, rgb(163,200,193,0.5) 100%);
}.client-testimonials .container {
    max-width: 1200px;
    z-index: 2;
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
}.client-testimonials h2 {
    letter-spacing: -0.02em;
    margin-bottom: 3rem;
    font-weight: 700;
    transform: perspective(1000px) rotateX(2deg);
    text-align: center;
    font-size: 32px;
    color: #000000;
    position: relative;
}.client-testimonials h2::after {
    background: linear-gradient(90deg, rgb(163,200,193) 0%, rgb(100,180,167) 100%);
    content: "";
    height: 4px;
    bottom: -15px;
    transform: translateX(-50%);
    width: 60px;
    position: absolute;
    left: 50%;
}.client-testimonials .feedback-track {
    gap: 2.5rem;
    list-style: none;
    margin: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    padding: 0;
    display: grid;
}.client-testimonials .alumni-quotes {
    position: relative;
    background: #ffffff;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform: translateY(0);
    border: 1px solid rgba(0, 0, 0, 0.05);
    z-index: 1;
    padding: 2rem;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
}.client-testimonials .alumni-quotes::before {
    top: 10px;
    right: 20px;
    position: absolute;
    font-size: 6rem;
    content: "";
    opacity: 0.2;
    z-index: -1;
    line-height: 1;
    font-family: serif;
    color: rgb(100,180,167,0.5);
}.client-testimonials .alumni-quotes:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}.client-testimonials .alumni-quotes:nth-child(odd) {
    transform: translateY(5px);
}.client-testimonials .alumni-quotes:nth-child(odd):hover {
    transform: translateY(-5px);
}.client-testimonials .alumni-quotes div {
    display: flex;
    align-items: center;
    margin-bottom: 1.2rem;
}.client-testimonials .alumni-quotes img {
    border-radius: 50%;
    border: 3px solid #ffffff;
    width: 60px;
    margin-right: 1rem;
    transition: all 0.3s ease;
    height: 60px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    object-fit: cover;
}.client-testimonials .alumni-quotes:hover img {
    border-color: rgb(163,200,193,0.5);
    transform: scale(1.05);
}.client-testimonials .alumni-quotes h4 {
    margin: 0;
    font-weight: 600;
    color: #000000;
    transition: all 0.3s ease;
    font-size: 22px;
}.client-testimonials .alumni-quotes:hover h4 {
    color: rgb(163,200,193);
}.client-testimonials .alumni-quotes .description {
    font-style: italic;
    position: relative;
    margin: 0;
    line-height: 1.6;
    color: #000000;
    font-size: 15px;
    z-index: 2;
}.client-testimonials a {
    transition: all 0.4s ease;
    overflow: hidden;
    text-align: center;
    background: linear-gradient(90deg, rgb(163,200,193) 0%, rgb(100,180,167) 100%);
    margin-top: 3rem;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    text-decoration: none;
    font-weight: 600;
    color: #ffffff;
    font-size: 20px;
    display: inline-block;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
    padding: 0.8rem 2rem;
    z-index: 1;
    border: none;
}.client-testimonials a::before {
    height: 100%;
    content: "";
    opacity: 0;
    width: 100%;
    top: 0;
    left: 0;
    transition: opacity 0.4s ease;
    z-index: -1;
    background: linear-gradient(90deg, rgb(100,180,167) 0%, rgb(163,200,193) 100%);
    position: absolute;
}.client-testimonials a:hover {
    transform: translateX(-50%) translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}.client-testimonials a:hover::before {
    opacity: 1;
}

@media (max-width: 991px) {.client-testimonials {
    padding: 4rem 0;
}.client-testimonials h2 {
    font-size: calc(32px * 0.9);
    margin-bottom: 2.5rem;
}.client-testimonials .feedback-track {
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
}

@media (max-width: 767px) {.client-testimonials {
    padding: 3rem 0;
}.client-testimonials h2 {
    font-size: calc(32px * 0.8);
    margin-bottom: 2rem;
}.client-testimonials .feedback-track {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.client-testimonials .alumni-quotes {
    padding: 1.5rem;
}.client-testimonials .alumni-quotes:nth-child(odd) {
    transform: translateY(0);
}.client-testimonials .alumni-quotes:hover,
    .client-testimonials .alumni-quotes:nth-child(odd):hover {
    transform: translateY(-5px);
}.client-testimonials a {
    padding: 0.7rem 1.8rem;
    margin-top: 2rem;
}
}

@media (max-width: 480px) {.client-testimonials {
    padding: 2.5rem 0;
}.client-testimonials h2 {
    margin-bottom: 1.5rem;
    font-size: calc(32px * 0.7);
}.client-testimonials .alumni-quotes {
    padding: 1.2rem;
}.client-testimonials .alumni-quotes img {
    height: 50px;
    width: 50px;
}.client-testimonials a {
    padding: 0.6rem 1.5rem;
    width: 100%;
}
}

@media (min-width: 1200px) {.client-testimonials .container {
    padding: 0 40px;
}.client-testimonials .feedback-track {
    grid-template-columns: repeat(4, 1fr);
}.client-testimonials .alumni-quotes:nth-child(4n-3) {
    transform: translateY(-10px);
}.client-testimonials .alumni-quotes:nth-child(4n-2) {
    transform: translateY(10px);
}.client-testimonials .alumni-quotes:nth-child(4n-1) {
    transform: translateY(-5px);
}.client-testimonials .alumni-quotes:nth-child(4n) {
    transform: translateY(5px);
}.client-testimonials .alumni-quotes:hover {
    transform: translateY(-10px) scale(1.02);
}}.cookieNotificationBanner {
    width: 100%;
    position: fixed;
    padding: 20px 0;
    border-top: 3px solid rgb(163,200,193);
    z-index: 90;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
    background: rgb(213,226,223);
    bottom: 0;
}.data-settings {
    justify-content: space-between;
    padding: 0 20px;
    flex-wrap: nowrap;
    display: flex;
    max-width: 1200px;
    margin: auto;
    align-items: center;
}#cookie-announcement {
    display: none;
}#cookie-announcement:checked ~ .cookieNotificationBanner {
    visibility: hidden;
    opacity: 0;
}.cookieNotificationBanner h5 {
    font-weight: 700;
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 6px;
    color: rgb(163,200,193);
}.cookieNotificationBanner p {
    font-size: 17px;
    max-width: 500px;
    color: #000000;
}.learn-cookies {
    flex-shrink: 0;
    margin-right: 20px;
}.learn-cookies svg, .learn-cookies svg path {
    fill: rgb(163,200,193);
    height: 80px;
    width: 80px;
}.track-optin {
    transition: border 0.2s;
    min-width: 140px;
    text-align: center;
    background: rgb(163,200,193);
    margin-left: 10px;
    border: 2px solid transparent;
    font-size: 19px;
    font-weight: 600;
    border-radius: 10px;
    color: #ffffff;
    padding: 12px 24px;
    text-decoration: none;
    text-transform: uppercase;
    flex-shrink: 0;
}.cookie_button.privacy-switch {
    background: rgb(163,200,193);
}.cookie_button.digital-consent {
    background: rgb(100,180,167);
}.track-optin:hover {
    border: 2px solid #ffffff;
}.cookieNotificationBanner p a {
    color: rgb(163,200,193);
    text-decoration: underline;
    font-weight: 700;
}
@media only screen and (max-width: 1200px) {.data-settings {
    padding: 0 10px;
}
}
@media only screen and (max-width: 800px) {.learn-cookies {
    display: none;
}.data-settings {
    align-items: center;
    flex-direction: column;
    text-align: center;
    justify-content: center;
}.cookieNotificationBanner h5, .cookieNotificationBanner p {
    text-align: center;
}.user-status {
    margin-bottom: 20px;
}.track-optin {
    margin-left: 0;
    width: 100%;
    margin-top: 10px;
    max-width: 300px;
}}
.wrapper-padding .cookieNotificationBanner {
    padding: 30px 0;
    background: rgb(100,180,167);
    border: none;
}.wrapper-padding .track-optin {
    background: rgb(163,200,193);
    color: #ffffff;
    border-radius: 10px;
    font-size: 19px;
    border: none;
    font-weight: 600;
    margin-left: 0;
}.wrapper-padding .user-status h5, .wrapper-padding .user-status p {
    color: #ffffff;
}.title-section {
    min-height: 100vh;
    background: linear-gradient(135deg, rgb(213,226,223) 0%, #ffffff 100%);
    overflow: hidden;
    perspective: 1000px;
    position: relative;
    align-items: center;
    display: flex;
}.title-section .knowledge-lab {
    z-index: 2;
    gap: 2rem;
    grid-template-columns: 1fr;
    position: relative;
    display: grid;
    margin: 0 auto;
    padding: 2rem;
    max-width: 1400px;
    width: 100%;
}.title-section .textual-box {
    position: relative;
    padding: 2.5rem;
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    border-left: 5px solid rgb(163,200,193);
    animation: fadeInUp 0.8s ease-out forwards;
    background: rgba(255, 255, 255, 0.85);
    transform: translateZ(0);
}.title-section h1 {
    transform: translateY(0);
    font-size: 34px;
    font-weight: 700;
    position: relative;
    margin-bottom: 1.5rem;
    transition: transform 0.3s ease;
    color: #000000;
}.title-section h1::after {
    bottom: -10px;
    transform: scaleX(0.3);
    transform-origin: left;
    left: 0;
    content: '';
    height: 4px;
    transition: transform 0.5s ease;
    position: absolute;
    background: linear-gradient(90deg, rgb(163,200,193) 0%, rgb(100,180,167) 100%);
    width: 80px;
}.title-section .textual-box:hover h1::after {
    transform: scaleX(1);
}.title-section .start-head {
    margin-bottom: 2rem;
    flex-direction: column;
    gap: 1.5rem;
    position: relative;
    display: flex;
}.title-section svg {
    transform: rotate(-5deg);
    width: 100px;
    filter: drop-shadow(0 4px 8px rgba(94, 170, 168, 0.3));
    height: 100px;
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    align-self: center;
}.title-section .textual-box:hover svg {
    transform: rotate(2deg) scale(1.05);
}.title-section svg path {
    transition: fill 0.4s ease;
    fill: rgb(163,200,193);
}.title-section svg text {
    transition: fill 0.4s ease, transform 0.4s ease;
    font-family: Arial, sans-serif;
}.title-section .textual-box:hover svg path {
    fill: rgb(100,180,167);
}.title-section .start-head p {
    position: relative;
    color: #000000;
    transform: translateY(0);
    font-size: calc(17px * 1.1);
    text-align: center;
    transition: transform 0.4s ease;
    line-height: 1.6;
}.title-section .start-head p::before {
    font-size: 4rem;
    top: -2rem;
    color: rgb(163,200,193,0.5);
    left: -1rem;
    position: absolute;
    opacity: 0.2;
    content: '"';
}.title-section .start-head p::after {
    content: '"';
    color: rgb(163,200,193,0.5);
    font-size: 4rem;
    bottom: -2.5rem;
    position: absolute;
    opacity: 0.2;
    right: -1rem;
}.title-section ul {
    padding: 0;
    justify-content: center;
    list-style: none;
    display: flex;
    margin: 1.5rem 0 0;
}.title-section ul li {
    animation-delay: 0.6s;
    animation: fadeInRight 0.8s ease-out forwards;
    position: relative;
    margin: 0;
    opacity: 0;
}.title-section .request-links {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    border: none;
    box-shadow: 0 4px 15px rgba(94, 170, 168, 0.3);
    transition: all 0.3s ease;
    padding: 1rem 2rem;
    text-decoration: none;
    background: linear-gradient(135deg, rgb(163,200,193) 0%, rgb(100,180,167) 100%);
    transform: translateZ(0);
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 1;
}.title-section .request-links::before {
    transition: transform 0.6s cubic-bezier(0.65, 0, 0.35, 1);
    height: 100%;
    background: linear-gradient(135deg, rgb(100,180,167) 0%, rgb(163,200,193) 100%);
    width: 100%;
    z-index: -1;
    position: absolute;
    top: 0;
    content: '';
    left: -100%;
}.title-section .request-links:hover {
    box-shadow: 0 8px 20px rgba(94, 170, 168, 0.4);
    transform: translateY(-3px);
}.title-section .request-links:hover::before {
    transform: translateX(100%);
}.title-section .image-stack {
    animation: fadeInUp 0.8s ease-out forwards;
    transform-style: preserve-3d;
    transform: translateZ(30px) rotateX(2deg);
    overflow: hidden;
    opacity: 0;
    transition: transform 0.6s ease;
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    animation-delay: 0.3s;
    height: 350px;
}.title-section .image-stack::before {
    left: 0;
    z-index: 1;
    width: 100%;
    transition: opacity 0.6s ease;
    background: linear-gradient(45deg, rgb(163,200,193,0.5) 0%, transparent 100%);
    content: '';
    opacity: 0.4;
    top: 0;
    height: 100%;
    position: absolute;
}.title-section .image-stack:hover {
    transform: translateZ(40px) rotateX(0deg);
}.title-section .image-stack:hover::before {
    opacity: 0.2;
}

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

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

@media (min-width: 768px) {.title-section .knowledge-lab {
    gap: 3rem;
    padding: 4rem 2rem;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}.title-section .image-stack {
    height: 500px;
}.title-section h1 {
    font-size: calc(34px * 1.1);
}.title-section .textual-box {
    padding: 3rem;
    clip-path: polygon(0 0, 100% 0, 96% 100%, 0% 100%);
}.title-section svg {
    width: 120px;
    height: 120px;
}
}

@media (min-width: 992px) {.title-section .knowledge-lab {
    gap: 4rem;
}.title-section .textual-box {
    padding: 4rem;
}.title-section .image-stack {
    height: 600px;
    clip-path: polygon(8% 0, 100% 0, 100% 100%, 0% 100%);
}.title-section h1 {
    font-size: calc(34px * 1.2);
}.title-section .start-head p {
    font-size: calc(17px * 1.2);
}.title-section svg {
    height: 140px;
    width: 140px;
}
}

@media (min-width: 1200px) {.title-section .knowledge-lab {
    padding: 0 2rem;
}.title-section .textual-box {
    transform: perspective(1000px) rotateY(-2deg);
}.title-section .image-stack {
    height: 650px;
    transform: perspective(1000px) rotateY(2deg);
}.title-section .textual-box:hover {
    transform: perspective(1000px) rotateY(0deg);
}.title-section .image-stack:hover {
    transform: perspective(1000px) rotateY(0deg);
}
}

@media (max-width: 767px) {.title-section {
    padding: 4rem 0;
    min-height: auto;
}.title-section .knowledge-lab {
    padding: 1.5rem;
}.title-section .textual-box {
    padding: 2rem;
}.title-section h1 {
    font-size: calc(34px * 0.9);
}.title-section .start-head p {
    font-size: 17px;
}.title-section svg {
    height: 90px;
    width: 90px;
}.title-section .request-links {
    padding: 0.8rem 1.6rem;
}
}

@media (prefers-reduced-motion: reduce) {.title-section .textual-box,
    .title-section .image-stack,
    .title-section ul li {
    opacity: 1;
    animation: none;
}.title-section .request-links::before,
    .title-section h1::after,
    .title-section svg,
    .title-section .textual-box,
    .title-section .image-stack {
    transition: none;
}}.recycle-info {
    position: relative;
    background-color: rgb(213,226,223);
    font-family: Arial, sans-serif;
    padding: 5rem 0 2rem;
    color: #000000;
}.recycle-info::before {
    content: '';
    opacity: 0.05;
    left: 0;
    z-index: 0;
    position: absolute;
    right: 0;
    height: 250px;
    bottom: 0;
    background: linear-gradient(180deg, transparent 0%, rgb(163,200,193,0.5) 100%);
}.recycle-info .container {
    position: relative;
    z-index: 1;
}.recycle-info .terms-legal {
    gap: 4rem;
    display: flex;
    flex-direction: column;
}.recycle-info .get-in-touch {
    padding-bottom: 2.5rem;
    display: grid;
    border-bottom: 1px solid rgb(100,180,167,0.5);
    gap: 1.5rem;
    position: relative;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}.recycle-info .get-in-touch::after {
    content: '';
    position: absolute;
    width: 60px;
    height: 3px;
    background-color: rgb(163,200,193);
    bottom: -1px;
    left: 0;
}.recycle-info .info_item {
    padding: 0.5rem;
    transition: transform 0.3s ease-out;
}.recycle-info .info_item:hover {
    transform: translateX(5px);
}.recycle-info .info_item p,
.recycle-info .info_item a {
    text-decoration: none;
    display: flex;
    gap: 0.75rem;
    font-weight: 400;
    transition: color 0.3s ease;
    color: #000000;
    align-items: center;
    font-size: 12px;
}.recycle-info .info_item a:hover {
    color: rgb(163,200,193);
}.recycle-info .info_item svg {
    width: 20px;
    fill: rgb(163,200,193);
    flex-shrink: 0;
    height: 20px;
}.recycle-info .text_main_holder {
    grid-template-columns: 1.2fr 1fr 1.2fr;
    gap: 3rem;
    display: grid;
}.recycle-info .head-bar {
    gap: 1.25rem;
    flex-direction: column;
    display: flex;
}.recycle-info .head-bar svg {
    height: auto;
    max-width: 160px;
    transition: opacity 0.3s ease;
}.recycle-info .head-bar svg:hover {
    opacity: 0.8;
}.recycle-info .referral-prog {
    font-size: 14px;
    opacity: 0.8;
    line-height: 1.6;
    color: #000000;
    max-width: 300px;
}.recycle-info .nav-study {
    gap: 1.5rem;
    display: flex;
    flex-direction: column;
}.recycle-info .nav-study h5 {
    position: relative;
    margin-bottom: 0.5rem;
    font-size: 23px;
    font-weight: 600;
    color: #000000;
}.recycle-info .top-pro {
    gap: 1rem;
    display: flex;
    flex-direction: column;
}.recycle-info .top-pro a {
    padding-left: 0;
    font-size: 12px;
    position: relative;
    text-decoration: none;
    color: #000000;
    transition: color 0.3s ease, padding-left 0.3s ease;
}.recycle-info .top-pro a::before {
    transform: translateY(-50%);
    height: 1px;
    content: '';
    background-color: rgb(163,200,193);
    left: -10px;
    width: 0;
    transition: width 0.3s ease, left 0.3s ease;
    top: 50%;
    position: absolute;
}.recycle-info .top-pro a:hover {
    color: rgb(163,200,193);
    padding-left: 12px;
}.recycle-info .top-pro a:hover::before {
    left: 0;
    width: 10px;
}.recycle-info .subscribe_holder {
    flex-direction: column;
    border-radius: 14px;
    background-color: #ffffff;
    padding: 2rem;
    display: flex;
    gap: 1.5rem;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
}.recycle-info .subscribe_holder h5 {
    color: #000000;
    font-size: 23px;
    font-weight: 600;
}.recycle-info .subscribe_holder p {
    line-height: 1.6;
    font-size: 12px;
    color: #000000;
}.recycle-info .input_holder {
    gap: 0.5rem;
    position: relative;
    display: flex;
}.recycle-info .input_holder input[type="email"] {
    flex: 1;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    padding: 1rem 1.25rem;
    background-color: transparent;
    font-size: 12px;
    border: 1px solid rgb(100,180,167,0.5);
    border-radius: 10px;
    color: #000000;
}.recycle-info .input_holder input[type="email"]:focus {
    border-color: rgb(163,200,193);
    box-shadow: 0 0 0 3px rgb(163,200,193,0.5);
    outline: none;
}.recycle-info .input_holder input[type="email"]::placeholder {
    opacity: 0.5;
    color: #000000;
}.recycle-info .email-join {
    border-radius: 10px;
    cursor: pointer;
    color: #ffffff;
    border: none;
    padding: 1rem 1.5rem;
    font-size: 17px;
    font-weight: 600;
    transition: background-color 0.3s ease, transform 0.3s ease;
    background-color: rgb(163,200,193);
}.recycle-info .email-join:hover {
    background-color: rgb(100,180,167);
    transform: translateY(-2px);
}.recycle-info .debate-club {
    margin-top: 3rem;
    padding-top: 1.5rem;
    text-align: center;
    border-top: 1px solid rgb(100,180,167,0.5);
}.recycle-info .case-study {
    opacity: 0.8;
    color: #000000;
    font-size: 14px;
}.recycle-info .top-pro:first-child {
    margin-bottom: 1.5rem;
    position: relative;
}.recycle-info .top-pro:first-child::after {
    left: 0;
    background-color: rgb(100,180,167,0.5);
    content: '';
    position: absolute;
    height: 1px;
    bottom: -0.75rem;
    width: 30px;
}.recycle-info {
    background-image: 
        linear-gradient(rgb(100,180,167,0.5) 1px, transparent 1px),
        linear-gradient(to right, rgb(100,180,167,0.5) 1px, transparent 1px);
    background-attachment: fixed;
    background-size: 40px 40px;
    background-repeat: repeat;
    background-blend-mode: overlay;
    background-position: center;
}

@media (max-width: 1024px) {.recycle-info {
    padding: 4rem 0 2rem;
}.recycle-info .text_main_holder {
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
}.recycle-info .subscribe_holder {
    grid-column: span 2;
}
}

@media (max-width: 768px) {.recycle-info {
    padding: 3.5rem 0 1.5rem;
}.recycle-info .text_main_holder {
    gap: 3rem;
    grid-template-columns: 1fr;
}.recycle-info .subscribe_holder {
    grid-column: auto;
}.recycle-info .get-in-touch {
    grid-template-columns: 1fr 1fr;
}.recycle-info .info_item:hover {
    transform: translateX(0) translateY(-5px);
}
}

@media (max-width: 576px) {.recycle-info {
    padding: 3rem 0 1.5rem;
}.recycle-info .get-in-touch {
    grid-template-columns: 1fr;
}.recycle-info .input_holder {
    flex-direction: column;
}.recycle-info .email-join {
    width: 100%;
}.recycle-info .head-bar,
    .recycle-info .nav-study h5,
    .recycle-info .top-pro,
    .recycle-info .top-pro a {
    text-align: center;
    align-items: center;
}.recycle-info .head-bar svg {
    margin: 0 auto;
}.recycle-info .referral-prog {
    max-width: 100%;
    text-align: center;
}.recycle-info .top-pro:first-child::after {
    left: 50%;
    transform: translateX(-50%);
}.recycle-info .get-in-touch::after {
    transform: translateX(-50%);
    left: 50%;
}.recycle-info .top-pro a::before {
    display: none;
}.recycle-info .top-pro a:hover {
    padding-left: 0;
}}.thxWrap {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(213,226,223) 0%, rgb(100,180,167,0.5) 100%);
    padding: 4rem 0;
}.thxWrap::before {
    z-index: 1;
    height: 100%;
    left: 0;
    pointer-events: none;
    top: 0;
    content: "";
    position: absolute;
    width: 100%;
    background: radial-gradient(circle at 75% 25%, rgb(163,200,193,0.5) 0%, transparent 50%);
}.thxWrap::after {
    height: 15rem;
    bottom: -5rem;
    transform: rotate(-15deg);
    content: "";
    background: linear-gradient(225deg, rgb(100,180,167) 0%, transparent 70%);
    right: -5rem;
    opacity: 0.15;
    z-index: 0;
    position: absolute;
    width: 15rem;
}.thxWrap .container {
    padding: 0 1.5rem;
    margin: 0 auto;
    z-index: 2;
    position: relative;
    max-width: 1200px;
}.thxWrap .knowledge-lab {
    gap: 2.5rem;
    animation: slide-in 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    display: flex;
    flex-direction: column;
    opacity: 0;
    position: relative;
    transform: translateX(-20px);
}.thxWrap .knowledge-lab > div:first-child {
    position: relative;
    transition: transform 0.5s ease;
    transform: perspective(1000px) rotateX(0deg);
}.thxWrap .knowledge-lab > div:first-child::before {
    height: 50%;
    width: 0.5rem;
    transform: translateY(-50%);
    left: -2rem;
    top: 50%;
    content: "";
    position: absolute;
    background: rgb(163,200,193);
}.thxWrap .knowledge-lab > div:last-child {
    animation: fade-up 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.3s forwards;
    background: rgba(255, 255, 255, 0.9);
    opacity: 0;
    padding: 2.5rem;
    position: relative;
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 
                0 1px 4px rgba(0, 0, 0, 0.1), 
                0 20px 40px -20px rgba(0, 0, 0, 0.15);
    transform: translateY(15px);
}.thxWrap .knowledge-lab > div:last-child::after {
    background: linear-gradient(90deg, rgb(163,200,193), rgb(100,180,167));
    width: 100%;
    transform-origin: left;
    transform: scaleX(0);
    left: 0;
    bottom: 0;
    position: absolute;
    content: "";
    transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
    height: 4px;
    animation: line-grow 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.8s forwards;
}.thxWrap h5 {
    padding-left: 1rem;
    color: #000000;
    position: relative;
    font-weight: 700;
    margin: 0;
    transform: translateY(0);
    transition: transform 0.4s ease;
    font-size: 22px;
    line-height: 1.4;
}.thxWrap p {
    line-height: 1.8;
    font-size: 13px;
    margin: 0;
    font-family: Arial, sans-serif;
    position: relative;
    color: #000000;
}.thxWrap a {
    display: block;
    text-decoration: none;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.thxWrap a:hover {
    transform: translateY(-5px);
}.thxWrap a:hover p {
    color: rgb(163,200,193);
}.thxWrap a:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgb(163,200,193,0.5);
}

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

@keyframes fade-up {
    0% {
        transform: translateY(15px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes line-grow {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

@media (min-width: 768px) {.thxWrap {
    padding: 6rem 0;
}.thxWrap .knowledge-lab {
    gap: 3.5rem;
}.thxWrap .knowledge-lab > div:first-child::before {
    height: 70%;
    width: 0.6rem;
}.thxWrap h5 {
    padding-left: 1.5rem;
    font-size: calc(22px * 1.2);
}.thxWrap .knowledge-lab > div:last-child {
    margin-left: 3rem;
    padding: 3rem;
    max-width: 90%;
}
}

@media (min-width: 992px) {.thxWrap {
    padding: 8rem 0;
}.thxWrap .container {
    padding: 0 2rem;
}.thxWrap .knowledge-lab {
    gap: 4rem;
}.thxWrap .knowledge-lab > div:first-child {
    padding-left: 2rem;
}.thxWrap .knowledge-lab > div:first-child::before {
    width: 0.7rem;
    left: 0;
}.thxWrap h5 {
    font-size: calc(22px * 1.4);
    padding-left: 2rem;
}.thxWrap .knowledge-lab > div:last-child {
    padding: 4rem;
    margin-left: 6rem;
    max-width: 80%;
}.thxWrap p {
    line-height: 1.9;
    font-size: calc(13px * 1.1);
}
}

@media (min-width: 1200px) {.thxWrap .knowledge-lab > div:last-child {
    padding: 4.5rem;
    max-width: 75%;
    margin-left: 8rem;
}.thxWrap h5 {
    font-size: calc(22px * 1.5);
}
}

@media (max-width: 767px) {.thxWrap {
    padding: 3rem 0;
}.thxWrap .knowledge-lab > div:first-child::before {
    width: 0.4rem;
    left: -1rem;
}.thxWrap h5 {
    padding-left: 0.75rem;
    font-size: calc(22px * 0.9);
}.thxWrap .knowledge-lab > div:last-child {
    padding: 1.75rem;
}}.privacy-box {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.5);
    background-color: #ffffff;
    overflow: hidden;
    padding: 30px;
    height: 100%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}.privacy-box h1 {
    color: rgb(163,200,193);
    margin-top: 30px;
    font-family: Arial, sans-serif;
    margin-bottom: 20px;
    border-bottom: 2px solid rgb(163,200,193);
    font-weight: 700;
    padding-bottom: 10px;
    font-size: 46px;
    text-align: center;
}.privacy-box h2 {
    margin-bottom: 15px;
    font-family: Arial, sans-serif;
    color: rgb(100,180,167);
    text-align: left;
    font-size: 32px;
    margin-top: 25px;
    border-bottom: 1px solid rgb(100,180,167);
    font-weight: 600;
    padding-bottom: 5px;
}.privacy-box h3, .privacy-box h4, .privacy-box h5, .privacy-box h6 {
    font-weight: 400;
    font-size: 21px;
    color: #000000;
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: Arial, sans-serif;
}.privacy-box ul, .privacy-box ol {
    color: #000000;
    padding-left: 0;
    font-size: 12px;
    list-style-position: inside;
    padding: 10px 0;
    font-family: Arial, sans-serif;
    list-style: none;
}.privacy-box li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 20px;
}.privacy-box li::before {
    color: rgb(163,200,193);
    line-height: 1em;
    font-size: 1.2em;
    content: "•";
    top: 0;
    position: absolute;
    left: 0;
}.privacy-box section {
    background: none;
}.privacy-box p, .privacy-box span, .privacy-box div {
    color: #000000;
    line-height: 1.5;
    margin-bottom: 15px;
    font-size: 12px;
    font-family: Arial, sans-serif;
}

@media only screen and (max-width: 800px) {.privacy-box {
    padding: 20px 10px;
}.privacy-box h1 {
    margin-bottom: 15px;
    font-size: calc(21px - 4px);
    margin-top: 20px;
}.privacy-box h2 {
    font-size: calc(21px - 4px);
    margin-bottom: 10px;
    margin-top: 20px;
}.privacy-box ul, .privacy-box ol {
    padding-left: 10px;
}.privacy-box li {
    padding-left: 15px;
}}.program-overview {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
    background-image: 
        radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.15) 0%, transparent 20%),
        radial-gradient(circle at 90% 80%, rgba(255, 255, 255, 0.15) 0%, transparent 20%),
        radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.08) 0%, transparent 30%),
        repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.03) 0px, rgba(255, 255, 255, 0.03) 1px, transparent 1px, transparent 15px),
        repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.03) 0px, rgba(255, 255, 255, 0.03) 1px, transparent 1px, transparent 15px);
    background: rgb(213,226,223);
}.program-overview::before {
    content: "";
    height: 100%;
    top: 0;
    animation: backgroundShift 15s infinite alternate;
    width: 100%;
    background: linear-gradient(135deg, rgb(163,200,193,0.5) 0%, transparent 50%, rgb(100,180,167,0.5) 100%);
    opacity: 0.7;
    left: 0;
    z-index: 1;
    position: absolute;
}.program-overview::after {
    top: 0;
    animation: pulse 8s infinite alternate;
    height: 100%;
    z-index: 2;
    background: 
        repeating-conic-gradient(rgba(255, 255, 255, 0.03) 0%, transparent 0.5%, transparent 1%, rgba(255, 255, 255, 0.03) 1.5%) 50% 50% / 30px 30px,
        radial-gradient(circle at 70% 30%, rgb(163,200,193,0.5) 0%, transparent 70%);
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
}.program-overview .container {
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 5;
    position: relative;
}.program-overview .education-plan {
    grid-template-columns: 1.5fr 1fr;
    display: grid;
    gap: 40px;
    perspective: 1000px;
    position: relative;
}.program-overview .education-plan::before {
    transform: rotateY(5deg) rotateX(2deg);
    z-index: -1;
    border-radius: 23px;
    transform-style: preserve-3d;
    top: -30px;
    animation: borderPulse 4s infinite alternate;
    border: 1px solid rgb(163,200,193,0.5);
    height: calc(100% + 60px);
    width: calc(100% + 60px);
    position: absolute;
    left: -30px;
    content: "";
}.program-overview .textual-box {
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.03);
    flex-direction: column;
    display: flex;
    transform: translateZ(0);
    gap: 30px;
    border-radius: 23px;
    width: 100%;
    animation: floatPanel 8s ease-in-out infinite;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), 
                inset 0 0 20px rgba(255, 255, 255, 0.05);
    position: relative;
    padding: 35px;
}.program-overview .textual-box h2 {
    border-left: 2px solid rgb(100,180,167);
    color: #ffffff;
    padding: 15px 20px;
    margin-bottom: 25px;
    border-radius: 10px;
    background: linear-gradient(to right, rgb(163,200,193) 0%, rgb(100,180,167) 100%);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3), 0 0 10px rgb(163,200,193,0.5);
    position: relative;
    border-bottom: 2px solid rgb(163,200,193);
    display: inline-block;
    border-radius: 8px 0 8px 0;
    transform: translateY(-10px);
    max-width: fit-content;
    -webkit-background-clip: text !important;
    font-size: 28px;
    letter-spacing: 1.5px;
    background-clip: text !important;
    -webkit-text-fill-color: transparent;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    font-weight: 700;
}.program-overview .textual-box .description {
    font-weight: 400;
    text-align: justify;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    border-left: 3px solid rgb(163,200,193,0.5);
    backdrop-filter: blur(4px);
    letter-spacing: 0.5px;
    font-size: 14px;
    margin-bottom: 25px;
    position: relative;
    padding: 18px;
    z-index: 2;
    color: #000000;
    transform: translateZ(0);
    line-height: 1.9;
    background: rgba(255, 255, 255, 0.07);
    border-radius: 10px;
    transition: all 0.5s ease;
}.program-overview .textual-box .description:first-of-type {
    border-left-color: rgb(163,200,193);
}.program-overview .textual-box .description:last-of-type {
    margin-bottom: 0;
    border-left-color: rgb(100,180,167);
}.program-overview .textual-box .description::before {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.05), transparent);
    position: absolute;
    z-index: -1;
    height: 100%;
    content: "";
    left: 0;
    top: 0;
    border-radius: 10px;
    width: 100%;
}.program-overview .textual-box .description:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}.program-overview .image-stack {
    animation: floatImage 6s ease-in-out infinite alternate;
    border-radius: 23px;
    align-self: flex-start;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(255, 255, 255, 0.1);
    transform: translateZ(0) rotateY(-5deg);
    height: 450px;
    transition: all 0.5s cubic-bezier(0.215, 0.610, 0.355, 1);
    transform-style: preserve-3d;
    overflow: hidden;
    position: relative;
    background-position: center;
    background-size: cover;
    z-index: 4;
}.program-overview .image-stack:hover {
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3), 0 0 0 2px rgb(163,200,193,0.5);
    transform: scale(1.02) translateY(-5px) rotateY(0deg);
}

@keyframes pulse {
    0% {
        opacity: 0.3;
        transform: scale(0.98);
    }
    100% {
        opacity: 0.7;
        transform: scale(1.02);
    }
}

@keyframes borderPulse {
    0% {
        border-color: rgb(163,200,193,0.5);
        transform: rotateY(5deg) rotateX(2deg);
    }
    100% {
        border-color: rgb(100,180,167,0.5);
        transform: rotateY(3deg) rotateX(0deg);
    }
}

@keyframes glowPulse {
    0% {
        opacity: 0.7;
        box-shadow: 0 0 10px rgb(163,200,193,0.5);
    }
    100% {
        opacity: 1;
        box-shadow: 0 0 20px rgb(163,200,193);
    }
}

@keyframes floatPanel {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

@keyframes floatImage {
    0%, 100% {
        transform: translateZ(0) rotateY(-5deg) translateY(0);
    }
    50% {
        transform: translateZ(50px) rotateY(-3deg) translateY(-10px);
    }
}

@keyframes shine {
    0% {
        left: -100px;
    }
    20%, 100% {
        left: 120%;
    }
}

@keyframes expand {
    0% {
        width: 20px;
    }
    100% {
        width: 100%;
    }
}

@keyframes glow {
    0% {
        opacity: 0.5;
        box-shadow: 0 0 10px rgb(163,200,193,0.5);
    }
    100% {
        opacity: 1;
        box-shadow: 0 0 20px rgb(163,200,193);
    }
}

@keyframes backgroundShift {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

@media screen and (max-width: 1200px) {.program-overview {
    padding: 100px 0;
}.program-overview .education-plan {
    gap: 30px;
}.program-overview .textual-box {
    padding: 30px;
}.program-overview .textual-box h2 {
    font-size: calc(28px * 0.9);
    padding: 12px 18px;
}.program-overview .textual-box .description {
    padding: 15px;
}
}

@media screen and (max-width: 991px) {.program-overview {
    padding: 80px 0;
}.program-overview .education-plan {
    grid-template-columns: 1fr;
    gap: 40px;
}.program-overview .education-plan::before {
    transform: none;
    height: calc(100% + 40px);
    top: -20px;
    width: calc(100% + 40px);
    left: -20px;
}.program-overview .textual-box {
    animation: none;
    order: 2;
    transform: none;
}.program-overview .image-stack {
    min-height: 400px;
    transform: none;
    order: 1;
    animation: pulse 8s infinite alternate;
}.program-overview .image-stack:hover {
    transform: scale(1.02) translateY(-5px);
}.program-overview .textual-box h2 {
    margin-right: auto;
    display: block;
    margin-left: auto;
    text-align: center;
    max-width: 100%;
}.program-overview .textual-box .description {
    text-align: left;
}
}

@media screen and (max-width: 767px) {.program-overview {
    padding: 60px 0;
}.program-overview .education-plan {
    gap: 30px;
}.program-overview .textual-box {
    padding: 25px;
    gap: 20px;
}.program-overview .textual-box h2 {
    font-size: calc(28px * 0.8);
    padding: 10px 15px;
    margin-bottom: 15px;
}.program-overview .textual-box .description {
    margin-bottom: 15px;
    line-height: 1.7;
    font-size: calc(14px * 0.95);
    padding: 12px;
}.program-overview .image-stack {
    min-height: 350px;
}.program-overview .education-plan::before {
    display: none;
}
}

@media screen and (max-width: 480px) {.program-overview {
    padding: 40px 0;
}.program-overview .textual-box {
    gap: 15px;
    padding: 20px;
}.program-overview .textual-box h2 {
    letter-spacing: 1px;
    padding: 8px 12px;
    font-size: calc(28px * 0.7);
}.program-overview .textual-box .description {
    line-height: 1.6;
    font-size: calc(14px * 0.9);
    padding: 10px;
}.program-overview .image-stack {
    min-height: 280px;
}}.tariff-option {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
    background: rgb(213,226,223);
}.tariff-option::before {
    content: "";
    height: 100%;
    position: absolute;
    left: 0;
    background: linear-gradient(135deg, rgb(163,200,193,0.5) 0%, transparent 70%);
    z-index: 1;
    width: 100%;
    top: 0;
}.tariff-option .container {
    z-index: 2;
    position: relative;
    padding: 0 15px;
    max-width: 1320px;
    margin: 0 auto;
}.tariff-option .deal-board {
    flex-direction: column-reverse;
    gap: 60px;
    display: flex;
}.tariff-option .fee-pricing {
    margin: 0 auto;
    max-width: 800px;
    animation: fadeInUp 0.8s ease-out forwards;
    text-align: center;
    transform: translateY(-10px);
}.tariff-option .fee-pricing h2 {
    position: relative;
    font-size: 35px;
    margin-bottom: 20px;
    display: inline-block;
    font-weight: 700;
    color: #000000;
}.tariff-option .fee-pricing h2::after {
    content: "";
    background: rgb(163,200,193);
    transform: translateX(-50%);
    position: absolute;
    height: 3px;
    left: 50%;
    width: 80px;
    bottom: -10px;
}.tariff-option .edu-packages {
    color: #000000;
    margin: 0 auto;
    line-height: 1.7;
    margin-bottom: 0;
    max-width: 600px;
    word-break: break-word;
    overflow-wrap: break-word;
    font-size: 13px;
}.tariff-option .price-plan {
    gap: 30px;
    display: grid;
    width: 100%;
    grid-template-columns: 1fr;
}.tariff-option .cost-deals {
    opacity: 0;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    animation-delay: calc(var(--index, 0) * 0.1s);
    text-decoration: none;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    display: block;
    transform: translateY(20px);
    animation: fadeInUp 0.8s ease-out forwards;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}.tariff-option .cost-deals:nth-child(1) {
    --index: 1;
}.tariff-option .cost-deals:nth-child(2) {
    --index: 2;
}.tariff-option .cost-deals:nth-child(3) {
    --index: 3;
}.tariff-option .cost-deals:nth-child(4) {
    --index: 4;
}.tariff-option .cost-deals:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px) scale(1.02);
}.tariff-option .price-sheet {
    box-sizing: border-box;
    flex-direction: column;
    height: 100%;
    display: flex;
    background: linear-gradient(145deg, #ffffff, #f5f8ff);
    overflow: hidden;
    position: relative;
}.tariff-option .price-sheet::before {
    position: absolute;
    background: linear-gradient(90deg, rgb(163,200,193), rgb(100,180,167));
    left: 0;
    width: 100%;
    height: 5px;
    top: 0;
    content: "";
}.tariff-option .learn-price {
    padding: 40px 30px;
    display: flex;
    box-sizing: border-box;
    flex-direction: column;
    flex: 1;
}.tariff-option .learn-price h3 {
    font-size: 20px;
    overflow-wrap: break-word;
    font-weight: 700;
    margin-bottom: 15px;
    color: #000000;
    margin-top: 0;
    position: relative;
    word-break: break-word;
}.tariff-option .learn-price h3::after {
    left: 0;
    content: "";
    height: 2px;
    bottom: -8px;
    transition: width 0.3s ease;
    background-color: rgb(163,200,193);
    position: absolute;
    width: 40px;
}.tariff-option .cost-deals:hover .learn-price h3::after {
    width: 70px;
}.tariff-option .sub-options {
    display: inline-block;
    margin: 10px 0 20px;
    border-radius: 10px;
    font-weight: 700;
    position: relative;
    word-break: break-word;
    color: rgb(163,200,193);
    overflow-wrap: break-word;
    background: linear-gradient(to right, rgba(var(--primary-color-rgb), 0.1), rgba(var(--primary-color-rgb), 0.05));
    font-size: calc(20px * 1.2);
    padding: 8px 16px;
}.tariff-option .learn-price p {
    word-break: break-word;
    flex-grow: 1;
    font-size: 13px;
    margin-bottom: 0;
    overflow-wrap: break-word;
    line-height: 1.7;
    color: #000000;
    white-space: normal;
}.tariff-option .image-stack {
    height: 200px;
    width: 100%;
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), filter 0.6s ease;
}.tariff-option .cost-deals:hover .image-stack {
    filter: brightness(1.05);
    transform: scale(1.05);
}

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

@media (min-width: 768px) {.tariff-option .price-plan {
    grid-template-columns: repeat(2, 1fr);
}.tariff-option .learn-price {
    padding: 40px;
}.tariff-option .image-stack {
    height: 220px;
}
}

@media (min-width: 992px) {.tariff-option .deal-board {
    flex-direction: row;
    align-items: center;
    gap: 50px;
}.tariff-option .price-plan {
    width: 65%;
    grid-template-columns: repeat(2, 1fr);
}.tariff-option .fee-pricing {
    text-align: left;
    margin: 0;
    width: 35%;
}.tariff-option .fee-pricing h2::after {
    left: 0;
    transform: none;
}.tariff-option .edu-packages {
    margin: 0;
}
}

@media (min-width: 1200px) {.tariff-option .price-plan {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}.tariff-option .learn-price h3 {
    font-size: calc(20px * 1.1);
}.tariff-option .sub-options {
    font-size: calc(20px * 1.3);
}.tariff-option .image-stack {
    height: 240px;
}
}

@media (max-width: 767px) {.tariff-option {
    padding: 80px 0;
}.tariff-option .learn-price {
    padding: 30px 20px;
}.tariff-option .sub-options {
    padding: 6px 12px;
    font-size: 20px;
}.tariff-option .image-stack {
    height: 180px;
}
}

@media (max-width: 480px) {.tariff-option {
    padding: 60px 0;
}.tariff-option .fee-pricing h2 {
    font-size: calc(35px * 0.85);
}.tariff-option .learn-price h3 {
    font-size: calc(20px * 0.95);
}.tariff-option .image-stack {
    height: 160px;
}}header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    left: 0;
    z-index: 1000;
    background: linear-gradient(120deg, 
        rgb(163,200,193) 0%, 
        rgb(163,200,193,0.5) 100%
    );
    width: 100%;
    top: 0;
    position: fixed;
}header:before {
    content: '';
    position: absolute;
    top: 0;
    opacity: 0.1;
    pointer-events: none;
    width: 100%;
    height: 100%;
    left: 0;
}header:after {
    position: absolute;
    background-size: 100px 100px;
    left: 0;
    height: 100%;
    top: 0;
    content: '';
    pointer-events: none;
    background-image: 
        linear-gradient(to right, 
            transparent 20%, 
            rgba(255, 255, 255, 0.05) 40%, 
            rgba(255, 255, 255, 0.05) 60%, 
            transparent 80%
        ),
        linear-gradient(to bottom, 
            transparent 20%, 
            rgba(255, 255, 255, 0.05) 40%, 
            rgba(255, 255, 255, 0.05) 60%, 
            transparent 80%
        );
    width: 100%;
}header .main-master {
    position: relative;
}header .main-master:before {
    bottom: -1px;
    content: '';
    background: linear-gradient(to right, 
        transparent, 
        #ffffff, 
        transparent
    );
    width: 100%;
    opacity: 0.3;
    left: 0;
    height: 2px;
    position: absolute;
}header .main-master:after {
    width: 60px;
    content: '';
    opacity: 0.5;
    left: 0;
    background-image: radial-gradient(
        circle,
        rgba(255, 255, 255, 0.1) 0%,
        transparent 70%
    );
    transform: translateY(-50%);
    pointer-events: none;
    position: absolute;
    filter: blur(8px);
    height: 60px;
    top: 50%;
}header .container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 15px 25px;
}header .container:before {
    background-image: 
        linear-gradient(90deg, transparent 50%, rgba(255, 255, 255, 0.1) 50%),
        linear-gradient(90deg, transparent 50%, rgba(255, 255, 255, 0.1) 50%);
    height: 30px;
    right: 20px;
    pointer-events: none;
    content: '';
    width: 50px;
    position: absolute;
    background-position: 0 0, 0 10px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.5;
    background-size: 6px 2px, 6px 2px;
    background-repeat: repeat-x;
}header .top-know {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: space-between;
}header .top-know:before {
    width: 20px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    left: 0;
    height: 20px;
    position: absolute;
    opacity: 0.5;
    top: 50%;
    transform: translateY(-50%) translateX(-40px);
    content: '';
}header .top-know:after {
    top: 50%;
    right: 0;
    border-radius: 50%;
    opacity: 0.5;
    border: 1px solid rgba(255, 255, 255, 0.2);
    content: '';
    transform: translateY(-50%) translateX(40px);
    height: 20px;
    position: absolute;
    width: 20px;
}header .nav-study {
    gap: 30px;
    position: relative;
    align-items: center;
    display: flex;
}header .nav-study:before {
    opacity: 0;
    left: 0;
    bottom: -10px;
    content: '';
    transition: opacity 0.4s ease;
    background: linear-gradient(to right, 
        transparent, 
        rgba(255, 255, 255, 0.3), 
        transparent
    );
    position: absolute;
    height: 2px;
    width: 100%;
}header .nav-study:hover:before {
    opacity: 0.7;
}header .top-main {
    color: #ffffff;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 13px;
    position: relative;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
    padding: 8px 0;
}header .top-main:before {
    width: 6px;
    left: -12px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease;
    content: '';
    opacity: 0;
    border-radius: 50%;
    height: 6px;
    position: absolute;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
    background: #ffffff;
}header .top-main:after {
    left: -30px;
    height: 1px;
    position: absolute;
    background: rgba(255, 255, 255, 0.5);
    content: '';
    transform-origin: right;
    transform: translateY(-50%) scaleX(0);
    width: 20px;
    top: 50%;
    transition: all 0.3s ease;
}header .top-main:hover {
    color: #ffffff;
    transform: translateX(5px);
}header .top-main:hover:before {
    opacity: 1;
    left: -20px;
}header .top-main:hover:after {
    transform: translateY(-50%) scaleX(1);
}header .top-lead {
    transition: all 0.3s ease;
    text-decoration: none;
    padding: 5px;
    position: relative;
    align-items: center;
    display: flex;
}header .top-lead:before {
    border: 1px solid rgba(255, 255, 255, 0.2);
    content: '';
    width: calc(100% + 20px);
    left: -10px;
    opacity: 0;
    position: absolute;
    top: -10px;
    transition: all 0.3s ease;
    height: calc(100% + 20px);
    border-radius: 10px;
}header .top-lead:after {
    height: 10px;
    position: absolute;
    transition: all 0.3s ease;
    content: '';
    left: -5px;
    background: #ffffff;
    top: -5px;
    opacity: 0;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    width: 10px;
}header .top-lead:hover:before {
    opacity: 1;
}header .top-lead:hover:after {
    animation: circuit 3s infinite;
    opacity: 1;
}header .top-lead svg {
    height: 40px;
    width: auto;
    transition: all 0.3s ease;
}header .top-lead:hover svg {
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
}

@keyframes circuit {
    0%, 100% {
        top: -5px;
        left: -5px;
    }
    25% {
        top: -5px;
        left: calc(100% - 5px);
    }
    50% {
        top: calc(100% - 5px);
        left: calc(100% - 5px);
    }
    75% {
        top: calc(100% - 5px);
        left: -5px;
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
}

@media (max-width: 991px) {header .container {
    padding: 12px 20px;
}header .nav-study {
    gap: 20px;
}header .top-lead svg {
    height: 35px;
}
}

@media (max-width: 767px) {header .nav-study {
    position: fixed;
    top: 0;
    z-index: 1001;
    height: 100vh;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    max-width: 320px;
    box-shadow: -5px 0 20px rgba(0, 0, 0, 0.2);
    padding: 80px 30px 30px;
    flex-direction: column;
    width: 80%;
    gap: 25px;
    right: -100%;
    background: rgb(163,200,193);
}header .nav-study:before {
    left: 10%;
    width: 80%;
    bottom: auto;
    top: 60px;
}header .nav-study:after {
    pointer-events: none;
    content: '';
    height: 30px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    position: absolute;
    right: 20px;
    width: 30px;
    border-radius: 50%;
    top: 20px;
}header .menu.active {
    right: 0;
}header .top-main {
    width: 100%;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}header .top-main:hover {
    transform: translateX(0);
}header .top-main:last-child {
    border-bottom: none;
}header .top-lead {
    margin: 0 auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 10px 15px;
}header .top-lead svg {
    height: 30px;
}}.our-story {
    overflow: hidden;
    padding: 100px 0;
    z-index: 1;
    position: relative;
}.our-story::before {
    backdrop-filter: blur(5px);
    z-index: -1;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(135deg, 
        rgb(163,200,193,0.5) 0%, 
        rgba(255, 255, 255, 0.85) 55%, 
        rgb(100,180,167,0.5) 100%);
    content: "";
    position: absolute;
    top: 0;
}.our-story .container {
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
    z-index: 2;
}.our-story .textual-box {
    box-shadow: 
        20px 20px 40px rgba(0, 0, 0, 0.1),
        -10px -10px 30px rgba(255, 255, 255, 0.8),
        inset 5px 5px 10px rgba(255, 255, 255, 0.5),
        inset -5px -5px 15px rgba(0, 0, 0, 0.05);
    background: linear-gradient(to right bottom, 
        rgba(255, 255, 255, 0.9), 
        rgba(255, 255, 255, 0.7));
    position: relative;
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: perspective(1000px) rotateX(2deg);
    padding: 40px;
}.our-story .textual-box:hover {
    transform: perspective(1000px) rotateX(0deg);
    box-shadow: 
        25px 25px 50px rgba(0, 0, 0, 0.15),
        -15px -15px 35px rgba(255, 255, 255, 0.9),
        inset 3px 3px 8px rgba(255, 255, 255, 0.6),
        inset -3px -3px 8px rgba(0, 0, 0, 0.03);
}.our-story h1 {
    color: rgb(163,200,193);
    display: inline-block;
    position: relative;
    margin-bottom: 30px;
    transition: transform 0.4s ease-out;
    font-size: 46px;
    transform: translateZ(30px);
    font-weight: 700;
}.our-story h1::after {
    transform: scaleX(1);
    left: 0;
    height: 4px;
    background: linear-gradient(90deg, rgb(163,200,193), transparent);
    position: absolute;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform-origin: left;
    width: 60%;
    content: "";
    bottom: -10px;
}.our-story .textual-box:hover h1::after {
    transform: scaleX(1.5);
}.our-story ul {
    padding: 0;
    list-style: none;
    margin: 0;
}.our-story li {
    opacity: 0;
    margin-bottom: 15px;
    transform: translateY(20px);
    animation: fadeIn 0.8s ease-out forwards;
}.our-story li:nth-child(1) {
    animation-delay: 0.3s;
}.our-story li:nth-child(2) {
    animation-delay: 0.5s;
}.our-story h4 {
    font-size: calc(19px * 1.2);
    color: rgb(100,180,167);
    position: relative;
    font-weight: 600;
    margin-bottom: 15px;
    display: inline-block;
    padding-left: 15px;
}.our-story h4::before {
    left: 0;
    width: 8px;
    height: 8px;
    position: absolute;
    background: rgb(163,200,193);
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1),
                -2px -2px 4px rgba(255, 255, 255, 0.8);
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    content: "";
}.our-story span {
    position: relative;
    column-count: 2;
    padding: 5px 0;
    line-height: 1.7;
    font-size: 17px;
    column-gap: 40px;
    text-align: justify;
    font-weight: 400;
    color: #000000;
    display: block;
}.our-story span::first-letter {
    font-size: 1.5em;
    color: rgb(163,200,193);
    font-weight: 700;
}

@media (max-width: 992px) {.our-story {
    padding: 80px 0;
}.our-story .textual-box {
    padding: 30px;
    transform: perspective(800px) rotateX(1deg);
}.our-story h1 {
    font-size: calc(46px * 0.9);
}.our-story span {
    column-count: 1;
}
}

@media (max-width: 768px) {.our-story {
    padding: 60px 0;
}.our-story .textual-box {
    transform: perspective(600px) rotateX(0.5deg);
    box-shadow: 
            15px 15px 30px rgba(0, 0, 0, 0.1),
            -8px -8px 20px rgba(255, 255, 255, 0.8),
            inset 3px 3px 8px rgba(255, 255, 255, 0.5),
            inset -3px -3px 10px rgba(0, 0, 0, 0.05);
    padding: 25px;
}.our-story h1 {
    font-size: calc(46px * 0.8);
    margin-bottom: 20px;
}.our-story h4 {
    font-size: 19px;
}.our-story span {
    font-size: calc(17px * 0.95);
    line-height: 1.6;
}
}

@media (max-width: 576px) {.our-story {
    padding: 40px 0;
}.our-story .textual-box {
    box-shadow: 
            10px 10px 20px rgba(0, 0, 0, 0.1),
            -5px -5px 15px rgba(255, 255, 255, 0.8),
            inset 2px 2px 5px rgba(255, 255, 255, 0.5),
            inset -2px -2px 5px rgba(0, 0, 0, 0.05);
    transform: none;
    padding: 20px;
}.our-story h1 {
    margin-bottom: 15px;
    font-size: calc(46px * 0.7);
}.our-story h1::after {
    height: 3px;
}.our-story h4 {
    margin-bottom: 10px;
    font-size: calc(19px * 0.9);
}.our-story span {
    line-height: 1.5;
    font-size: calc(17px * 0.9);
}
}

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