﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}a {
    text-decoration: none;
    color: inherit;
}html,body {
    font-family: Arial, sans-serif;
    color: #000000;
    auto
contain
touch-action: none;
    auto
    scroll-behavior: smooth;
    height: 100%;
    scroll-snap-type: none;
    min-height: 100%;
}header,footer {
    width: 100%;
}.goal-footer-6 {
    flex: 0 0 auto;
}.main-class-9 {
    flex: 1 0 auto;
}svg {
    width: 30px;
    height: 30px;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1163px;
}.wrapper-capsule-4 {
    height: 100%;
    flex-direction: column;
    display: flex;
    min-height: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.get-in-touch-6 {
    position: relative;
    overflow: hidden;
    background: #000000;
    color: #ffffff;
    padding: 100px 0;
}.get-in-touch-6::before {
    left: 0;
    top: 0;
    z-index: 1;
    opacity: 0.2;
    position: absolute;
    background: linear-gradient(135deg, rgb(162,210,171,0.5) 0%, transparent 50%, rgb(125,176,135,0.5) 100%);
    height: 100%;
    width: 100%;
    content: "";
}.get-in-touch-6::after {
    content: "";
    bottom: 0;
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    background: linear-gradient(90deg, transparent, rgb(162,210,171), transparent);
}.get-in-touch-6 .header-image-8 {
    filter: saturate(0.6) contrast(1.3);
    width: 100%;
    opacity: 0.15;
    height: 100%;
    mix-blend-mode: luminosity;
    position: absolute;
    left: 0;
    z-index: 0;
    top: 0;
}.get-in-touch-6 .container {
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
    position: relative;
    padding: 0 20px;
}.get-in-touch-6 h3 {
    text-shadow: 0 0 10px rgb(162,210,171,0.5), 0 0 20px rgb(162,210,171,0.5);
    margin-bottom: 60px;
    font-size: 39px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 3px;
}.get-in-touch-6 h3::before {
    content: "";
    bottom: -20px;
    width: 200px;
    left: calc(50% - 100px);
    height: 3px;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
    background: rgb(162,210,171);
    box-shadow: 0 0 10px rgb(162,210,171), 0 0 20px rgb(162,210,171);
    position: absolute;
}.get-in-touch-6 .message-list-3 {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5), 0 0 15px rgb(162,210,171,0.5);
    clip-path: polygon(
        0 0, 
        calc(100% - 20px) 0, 
        100% 20px, 
        100% calc(100% - 20px), 
        calc(100% - 20px) 100%, 
        20px 100%, 
        0 calc(100% - 20px)
    );
    flex-wrap: wrap;
    border: 1px solid rgb(162,210,171,0.5);
    background: rgba(15, 15, 20, 0.8);
    overflow: hidden;
    display: flex;
    position: relative;
    border-radius: 0;
}.get-in-touch-6 .message-list-3::before {
    height: 2px;
    background: linear-gradient(90deg, transparent, rgb(162,210,171), transparent);
    position: absolute;
    top: 0;
    z-index: 3;
    content: "";
    left: 0;
    right: 0;
}.get-in-touch-6 .message-list-3::after {
    background: linear-gradient(90deg, transparent, rgb(125,176,135), transparent);
    height: 2px;
    content: "";
    z-index: 3;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}.get-in-touch-6 .request-widget-4 {
    flex: 1 1 60%;
    z-index: 2;
    position: relative;
    padding: 50px;
}.get-in-touch-6 .request-widget-4 h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 30px;
    letter-spacing: 1px;
    text-align: left;
    text-shadow: none;
    text-transform: uppercase;
    color: rgb(162,210,171);
}.get-in-touch-6 .request-widget-4 h3::before {
    display: none;
}.get-in-touch-6 .request-widget-4 input[type="text"],
.get-in-touch-6 .request-widget-4 textarea {
    border: 1px solid rgb(162,210,171,0.5);
    border-left: 3px solid rgb(162,210,171);
    background: rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    color: #ffffff;
    padding: 16px 20px;
    font-family: Arial, sans-serif;
    border-radius: 0;
    margin-bottom: 20px;
    width: 100%;
    font-size: 14px;
}.get-in-touch-6 .request-widget-4 input[type="text"]::placeholder,
.get-in-touch-6 .request-widget-4 textarea::placeholder {
    color: rgba(255, 255, 255, 0.4);
}.get-in-touch-6 .request-widget-4 input[type="text"]:focus,
.get-in-touch-6 .request-widget-4 textarea:focus {
    box-shadow: 0 0 15px rgb(162,210,171,0.5);
    border-color: rgb(162,210,171);
    outline: none;
    background: rgba(0, 0, 0, 0.5);
}.get-in-touch-6 .request-widget-4 textarea {
    min-height: 150px;
    resize: vertical;
}.get-in-touch-6 .request-widget-4 .query-card-6 {
    align-items: flex-start;
    display: flex;
    margin-bottom: 25px;
}.get-in-touch-6 .request-widget-4 .query-card-6 input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.get-in-touch-6 .request-widget-4 .query-card-6 label {
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    position: relative;
    padding-left: 35px;
    line-height: 1.6;
    cursor: pointer;
}.get-in-touch-6 .request-widget-4 .query-card-6 label::before {
    transition: all 0.3s ease;
    height: 20px;
    background: rgba(0, 0, 0, 0.3);
    left: 0;
    content: "";
    border: 1px solid rgb(162,210,171,0.5);
    top: 2px;
    width: 20px;
    position: absolute;
}.get-in-touch-6 .request-widget-4 .query-card-6 input[type="checkbox"]:checked + label::before {
    border-color: rgb(162,210,171);
    background: rgb(162,210,171);
    box-shadow: 0 0 10px rgb(162,210,171,0.5);
}.get-in-touch-6 .request-widget-4 .query-card-6 input[type="checkbox"]:checked + label::after {
    content: "";
    border: solid #ffffff;
    position: absolute;
    transform: rotate(45deg);
    height: 12px;
    left: 7px;
    border-width: 0 2px 2px 0;
    top: 4px;
    width: 6px;
}.get-in-touch-6 .request-widget-4 .query-card-6 a {
    transition: all 0.3s ease;
    font-weight: 600;
    color: rgb(162,210,171);
    text-decoration: none;
    border-bottom: 1px solid rgb(162,210,171,0.5);
}.get-in-touch-6 .request-widget-4 .query-card-6 a:hover {
    border-bottom-color: rgb(125,176,135);
    text-shadow: 0 0 5px rgb(125,176,135);
    color: rgb(125,176,135);
}.get-in-touch-6 .request-widget-4 .help-support-4 {
    transition: all 0.3s ease;
    letter-spacing: 1px;
    clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 10px);
    font-size: 16px;
    color: #ffffff;
    border: none;
    background: rgb(162,210,171);
    padding: 16px 30px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    text-transform: uppercase;
    font-weight: 600;
}.get-in-touch-6 .request-widget-4 .help-support-4::before {
    transition: all 0.5s ease;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    width: 100%;
    position: absolute;
    height: 100%;
    left: -100%;
    content: "";
    top: 0;
}.get-in-touch-6 .request-widget-4 .help-support-4:hover {
    background: rgb(125,176,135);
    box-shadow: 0 0 20px rgb(125,176,135,0.5);
    transform: translateY(-2px);
}.get-in-touch-6 .request-widget-4 .help-support-4:hover::before {
    left: 100%;
}.get-in-touch-6 .query-feedback-0 {
    background: rgba(0, 0, 0, 0.4);
    padding: 50px;
    border-left: 1px solid rgb(162,210,171,0.5);
    position: relative;
    z-index: 2;
    flex: 1 1 35%;
}.get-in-touch-6 .query-feedback-0 h4 {
    position: relative;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 35px;
    letter-spacing: 1px;
    color: rgb(125,176,135);
    font-size: 18px;
}.get-in-touch-6 .query-feedback-0 h4::after {
    content: "";
    height: 2px;
    box-shadow: 0 0 10px rgb(125,176,135);
    width: 50px;
    position: absolute;
    background: rgb(125,176,135);
    left: 0;
    bottom: -10px;
}.get-in-touch-6 .query-feedback-0 .connect-map-8 {
    list-style: none;
    padding: 0;
    margin: 0;
}.get-in-touch-6 .query-feedback-0 .connect-map-8 li {
    clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 15px, 100% 100%, 15px 100%, 0 calc(100% - 15px));
    display: flex;
    background: rgba(0, 0, 0, 0.3);
    padding: 15px;
    position: relative;
    transition: all 0.3s ease;
    align-items: center;
    border: 1px solid rgb(125,176,135,0.5);
    margin-bottom: 20px;
}.get-in-touch-6 .query-feedback-0 .connect-map-8 li::after {
    opacity: 0.7;
    left: 0;
    content: "";
    position: absolute;
    background: rgb(125,176,135);
    top: 0;
    height: 100%;
    width: 3px;
}.get-in-touch-6 .query-feedback-0 .connect-map-8 li:hover {
    box-shadow: 0 0 15px rgb(125,176,135,0.5);
    border-color: rgb(125,176,135);
    transform: translateX(5px);
}.get-in-touch-6 .query-feedback-0 .connect-map-8 li svg {
    height: 22px;
    width: 22px;
    transition: all 0.3s ease;
    margin-right: 15px;
}.get-in-touch-6 .query-feedback-0 .connect-map-8 li:hover svg {
    transform: scale(1.1);
}.get-in-touch-6 .query-feedback-0 .connect-map-8 li svg path {
    fill: rgb(125,176,135);
    transition: all 0.3s ease;
}.get-in-touch-6 .query-feedback-0 .connect-map-8 li:hover svg path {
    fill: #ffffff;
    filter: drop-shadow(0 0 3px rgb(125,176,135));
}.get-in-touch-6 .query-feedback-0 .connect-map-8 li span {
    color: #ffffff;
    font-size: 14px;
}.get-in-touch-6 .query-feedback-0 .connect-map-8 li a {
    text-decoration: none;
    transition: all 0.3s ease;
    color: #ffffff;
}.get-in-touch-6 .query-feedback-0 .connect-map-8 li a:hover {
    color: rgb(125,176,135);
    text-shadow: 0 0 5px rgb(125,176,135,0.5);
}

@keyframes flicker {
    0% { opacity: 1; }
    3% { opacity: 0.8; }
    6% { opacity: 1; }
    7% { opacity: 0.9; }
    9% { opacity: 1; }
    11% { opacity: 0.7; }
    20% { opacity: 1; }
    80% { opacity: 1; }
    83% { opacity: 0.8; }
    87% { opacity: 1; }
    100% { opacity: 1; }
}

@media (max-width: 992px) {.get-in-touch-6 {
    padding: 70px 0;
}.get-in-touch-6 h3 {
    font-size: calc(39px * 0.8);
}.get-in-touch-6 .message-list-3 {
    flex-direction: column;
    clip-path: polygon(
            0 0, 
            calc(100% - 20px) 0, 
            100% 20px, 
            100% calc(100% - 10px), 
            calc(100% - 10px) 100%, 
            10px 100%, 
            0 calc(100% - 10px)
        );
}.get-in-touch-6 .query-feedback-0 {
    border-top: 1px solid rgb(125,176,135,0.5);
    border-left: none;
}
}

@media (max-width: 768px) {.get-in-touch-6 {
    padding: 60px 0;
}.get-in-touch-6 h3 {
    font-size: calc(39px * 0.7);
    margin-bottom: 40px;
}.get-in-touch-6 h3::before {
    width: 150px;
    left: calc(50% - 75px);
    bottom: -15px;
}.get-in-touch-6 .request-widget-4,
    .get-in-touch-6 .query-feedback-0 {
    padding: 40px 30px;
}.get-in-touch-6 .request-widget-4 input[type="text"],
    .get-in-touch-6 .request-widget-4 textarea {
    padding: 14px 16px;
}.get-in-touch-6 .query-feedback-0 .connect-map-8 li {
    padding: 12px;
}
}

@media (max-width: 576px) {.get-in-touch-6 {
    padding: 50px 0;
}.get-in-touch-6 h3 {
    margin-bottom: 35px;
    font-size: calc(39px * 0.5);
}.get-in-touch-6 h3::before {
    bottom: -12px;
    width: 100px;
    height: 2px;
    left: calc(50% - 50px);
}.get-in-touch-6 .message-list-3 {
    clip-path: polygon(
            0 0, 
            calc(100% - 15px) 0, 
            100% 15px, 
            100% calc(100% - 10px), 
            calc(100% - 10px) 100%, 
            10px 100%, 
            0 calc(100% - 10px)
        );
}.get-in-touch-6 .request-widget-4,
    .get-in-touch-6 .query-feedback-0 {
    padding: 30px 20px;
}.get-in-touch-6 .request-widget-4 input[type="text"],
    .get-in-touch-6 .request-widget-4 textarea {
    margin-bottom: 15px;
    padding: 12px 15px;
}.get-in-touch-6 .request-widget-4 .query-card-6 label {
    font-size: calc(16px * 0.9);
}.get-in-touch-6 .request-widget-4 .help-support-4 {
    padding: 14px 20px;
    width: 100%;
}.get-in-touch-6 .query-feedback-0 .connect-map-8 li {
    margin-bottom: 15px;
    padding: 10px;
    clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 10px 100%, 0 calc(100% - 10px));
}}.cookie-message-popup-6 {
    z-index: 90;
    border-top: 2px solid rgb(162,210,171);
    bottom: 0;
    width: 100%;
    position: fixed;
    background: rgb(198,237,207);
}#privacyModalWindow-9 {
    display: none;
}#privacyModalWindow-9:checked ~ .cookie-message-popup-6 {
    visibility: hidden;
    opacity: 0;
}.visitor-controls-9 {
    align-items: center;
    padding: 20px 0;
    justify-content: space-between;
    display: flex;
}.cookie-message-popup-6 h5 {
    margin-bottom: 6px;
    font-size: 22px;
}.cookie-message-popup-6 p {
    font-size: 18px;
}.track-bar-4 {
    margin-right: 10px;
    flex-shrink: 0;
}.track-bar-4 svg, .track-bar-4 svg path, .track-bar-4 img {
    fill: rgb(162,210,171);
    width: 100px;
    height: 100px;
}.consent-ack-1 {
    text-decoration: none;
    border-bottom: 2px solid rgb(162,210,171);
    line-height: 35px;
    font-size: 24px;
    flex-shrink: 0;
    min-width: 120px;
    margin-left: 10px;
    white-space: nowrap;
    text-align: center;
    color: rgb(162,210,171);
    cursor: pointer;
}.cookie-message-popup-6 p a {
    color: rgb(162,210,171);
    text-decoration: none;
}
@media only screen and (max-width: 1200px) {.cookie-message-popup-6 {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.track-bar-4 {
    display: none;
}.visitor-controls-9 {
    align-items: center;
    justify-content: center;
    flex-direction: column;
}.cookie-message-popup-6 h5 {
    text-align: center;
}.cookie-message-popup-6 p {
    text-align: center;
}.privacy-notify-2 {
    margin-bottom: 20px;
}body .wrapper-capsule-4 .consent-ack-1 {
    margin-bottom: 10px;
    margin-left: 0;
}}
.wrapper-capsule-4 .cookie-message-popup-6 {
    box-shadow: rgb(125,176,135,0.5) 0px 0px 10px 10px;
    background: rgb(162,210,171);
}.wrapper-capsule-4 .visitor-controls-9 {
    justify-content: space-between;
    padding: 40px 0;
}.wrapper-capsule-4 .consent-ack-1 {
    color: rgb(162,210,171);
    background: #ffffff;
    font-size: 20px;
    margin-left: 30px;
    padding: 10px;
    border: none;
}.wrapper-capsule-4 .privacy-notify-2 {
    color: #ffffff;
    text-align: left;
}.wrapper-capsule-4 .privacy-notify-2 h5 {
    font-weight: 700;
}.wrapper-capsule-4 .privacy-notify-2 h5, .wrapper-capsule-4 .privacy-notify-2 p {
    color: #ffffff;
}.wrapper-capsule-4 .cookie-message-popup-6 p a {
    color: rgb(125,176,135);
    text-decoration: underline;
}.company-info-2 {
    padding: 120px 0 100px;
    position: relative;
    overflow: hidden;
    isolation: isolate;
}.company-info-2::before {
    background: linear-gradient(135deg, rgb(125,176,135,0.5), rgba(0, 0, 0, 0.5) 70%);
    width: 100%;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    z-index: -1;
}.company-info-2::after {
    position: absolute;
    content: "";
    animation: float 15s infinite ease-in-out;
    height: 300px;
    z-index: -1;
    right: -50px;
    opacity: 0.1;
    filter: blur(30px);
    width: 300px;
    transform: rotate(45deg);
    background: rgb(162,210,171);
    bottom: -50px;
}.company-info-2 .container {
    padding: 0 30px;
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
}.company-info-2 h2 {
    display: inline-block;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 1.5px;
    padding-bottom: 12px;
    margin-bottom: 60px;
    position: relative;
    transform: translateX(-10px);
    font-size: 28px;
}.company-info-2 h2::after {
    background: rgb(162,210,171);
    width: 80px;
    bottom: 0;
    position: absolute;
    transform-origin: left;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    height: 4px;
    transform: scaleX(1);
    content: "";
    left: 0;
}.company-info-2 h2:hover::after {
    transform: scaleX(1.5);
}.company-info-2 .snippet-wrap-5 {
    max-width: 900px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: relative;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 40px), calc(100% - 40px) 100%, 0 100%);
    background: rgba(255, 255, 255, 0.92);
    margin-left: auto;
    padding: 50px;
    transform: translateY(0);
}.company-info-2 .snippet-wrap-5:hover {
    transform: translateY(-5px);
}.company-info-2 .snippet-wrap-5::before {
    opacity: 0.15;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    left: -90px;
    z-index: -1;
    position: absolute;
    top: -90px;
    content: "";
    border: 3px solid rgb(125,176,135);
}.company-info-2 .snippet-wrap-5 > div {
    position: relative;
}.company-info-2 .snippet-wrap-5 p {
    font-size: calc(19px * 1.1);
    margin-bottom: 20px;
    color: rgb(162,210,171);
    transition: color 0.3s ease;
    font-weight: 600;
    position: relative;
    padding-right: 50px;
    display: inline-block;
}.company-info-2 .snippet-wrap-5 p::after {
    content: "";
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 2px;
    transition: width 0.3s ease;
    background: rgb(162,210,171);
    position: absolute;
    width: 40px;
}.company-info-2 .snippet-wrap-5 div > div {
    text-align: justify;
    column-count: 1;
    color: #000000;
    opacity: 0.9;
    hyphens: auto;
    line-height: 1.8;
    font-size: 17px;
    position: relative;
    column-gap: 40px;
}.company-info-2 .snippet-wrap-5 div > div::first-letter {
    font-size: 1.8em;
    color: rgb(162,210,171);
    padding: 5px 10px 0 0;
    line-height: 1;
    font-weight: 700;
    float: left;
}

@keyframes float {
    0%, 100% {
        transform: rotate(45deg) translate(0, 0);
    }
    50% {
        transform: rotate(45deg) translate(20px, -20px);
    }
}

@media (min-width: 768px) {.company-info-2 {
    padding: 150px 0 130px;
}.company-info-2 .snippet-wrap-5 {
    padding: 60px 70px;
}.company-info-2 .snippet-wrap-5 div > div {
    column-count: 2;
}.company-info-2 h2 {
    transform: translateX(-20px);
    margin-bottom: 80px;
}
}

@media (min-width: 992px) {.company-info-2::before {
    background: linear-gradient(135deg, rgb(125,176,135,0.5), transparent 90%);
}.company-info-2 .container {
    padding: 0 50px;
}.company-info-2 .snippet-wrap-5 {
    padding: 70px 80px;
    width: 85%;
    margin-left: 15%;
}.company-info-2 h2 {
    font-size: calc(28px * 1.2);
    margin-bottom: 70px;
}.company-info-2 .snippet-wrap-5::before {
    width: 250px;
    left: -125px;
    top: -125px;
    height: 250px;
}
}

@media (max-width: 767px) {.company-info-2 {
    padding: 80px 0 60px;
}.company-info-2 .snippet-wrap-5 {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%);
    padding: 30px 25px;
}.company-info-2 h2 {
    margin-bottom: 40px;
    font-size: calc(28px * 0.9);
}.company-info-2 .snippet-wrap-5 p {
    padding-right: 30px;
    font-size: calc(19px * 0.9);
}.company-info-2 .snippet-wrap-5 p::after {
    width: 25px;
}
}

@media (hover: hover) {.company-info-2 .snippet-wrap-5:hover p {
    color: rgb(125,176,135);
}.company-info-2 .snippet-wrap-5:hover p::after {
    width: 60px;
    background: rgb(125,176,135);
}
}

@media (prefers-reduced-motion) {.company-info-2::after {
    animation: none;
}.company-info-2 .snippet-wrap-5:hover {
    transform: none;
}.company-info-2 h2:hover::after {
    transform: scaleX(1);
}}.goal-footer-6 {
    color: #ffffff;
    padding: 0;
    font-family: Arial, sans-serif;
    background-color: rgb(125,176,135);
    position: relative;
}.goal-footer-6 .container {
    z-index: 2;
    position: relative;
}.goal-footer-6 .study-group-8 {
    display: flex;
    flex-direction: column;
}.goal-footer-6 .reach-team-4 {
    position: relative;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    padding: 3rem 1.5rem 5rem;
    z-index: 3;
    display: grid;
    background-color: rgb(162,210,171);
    margin-bottom: -2rem;
    grid-template-columns: repeat(4, 1fr);
}.goal-footer-6 .reach-team-4::before {
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 10px,
        rgba(255, 255, 255, 0.03) 10px,
        rgba(255, 255, 255, 0.03) 20px
    );
    width: 100%;
    top: 0;
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    height: 100%;
}.goal-footer-6 .info_item {
    padding: 0.5rem 1rem;
    position: relative;
    transition: transform 0.3s ease;
}.goal-footer-6 .info_item:hover {
    transform: translateX(10px);
}.goal-footer-6 .info_item p,
.goal-footer-6 .info_item a {
    color: #ffffff;
    font-size: 12px;
    gap: 0.75rem;
    transition: all 0.3s ease;
    display: flex;
    text-decoration: none;
    align-items: center;
}.goal-footer-6 .info_item svg {
    fill: #ffffff;
    transition: transform 0.3s ease;
    width: 20px;
    height: 20px;
}.goal-footer-6 .info_item:hover svg {
    transform: scale(1.2);
}.goal-footer-6 .text_main_holder {
    grid-template-columns: 1fr 1.5fr 1fr;
    position: relative;
    z-index: 2;
    display: grid;
    gap: 0;
}.goal-footer-6 .header-edu-2 {
    position: relative;
    clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 90%);
    z-index: 4;
    gap: 1.5rem;
    background-color: rgb(125,176,135);
    display: flex;
    flex-direction: column;
    padding: 4rem 2rem 3rem;
}.goal-footer-6 .header-edu-2 svg {
    filter: brightness(0) invert(1);
    transition: all 0.3s ease;
    max-width: 150px;
    height: auto;
}.goal-footer-6 .header-edu-2:hover svg {
    transform: scale(1.05);
}.goal-footer-6 .partner-logo-2 {
    line-height: 1.6;
    color: #ffffff;
    opacity: 0.9;
    font-size: 16px;
}.goal-footer-6 .top-pro-8 {
    clip-path: polygon(0 5%, 100% 0, 100% 95%, 0 100%);
    padding: 5rem 2rem 3rem;
    flex-direction: column;
    position: relative;
    z-index: 2;
    gap: 2rem;
    display: flex;
    background-color: #000000;
}.goal-footer-6 .top-pro-8::before {
    z-index: -1;
    content: '';
    top: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, transparent 100%);
    width: 100%;
    position: absolute;
    left: 0;
    height: 100%;
}.goal-footer-6 .top-pro-8 h5 {
    color: #ffffff;
    font-size: 21px;
    margin-bottom: 1.5rem;
    display: inline-block;
    font-weight: 600;
    position: relative;
}.goal-footer-6 .top-pro-8 h5::after {
    bottom: -0.5rem;
    left: 0;
    background-color: rgb(162,210,171);
    height: 3px;
    width: 40px;
    content: '';
    position: absolute;
}.goal-footer-6 .nav-learn-4 {
    gap: 1rem;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
}.goal-footer-6 .nav-learn-4:not(:last-child) {
    margin-bottom: 1rem;
}.goal-footer-6 .nav-learn-4 a {
    padding: 0.5rem 0;
    transition: all 0.3s ease;
    font-size: 12px;
    opacity: 0.8;
    color: #ffffff;
    text-decoration: none;
    position: relative;
}.goal-footer-6 .nav-learn-4 a::before {
    bottom: 0;
    height: 2px;
    position: absolute;
    content: '';
    left: 0;
    width: 0;
    background-color: rgb(162,210,171);
    transition: width 0.3s ease;
}.goal-footer-6 .nav-learn-4 a:hover {
    padding-left: 10px;
    opacity: 1;
}.goal-footer-6 .nav-learn-4 a:hover::before {
    width: 30px;
}.goal-footer-6 .subscribe_holder {
    flex-direction: column;
    gap: 1.5rem;
    padding: 4rem 2rem 3rem;
    z-index: 3;
    position: relative;
    display: flex;
    background-color: rgb(125,176,135);
}.goal-footer-6 .subscribe_holder::before {
    z-index: -1;
    left: 0;
    top: 0;
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(0, 0, 0, 0.05) 10px,
        rgba(0, 0, 0, 0.05) 20px
    );
}.goal-footer-6 .subscribe_holder h5 {
    margin-bottom: 1rem;
    font-weight: 600;
    font-size: 21px;
    color: #ffffff;
}.goal-footer-6 .subscribe_holder p {
    margin-bottom: 1rem;
    opacity: 0.9;
    line-height: 1.6;
    font-size: 12px;
    color: #ffffff;
}.goal-footer-6 .input_holder {
    display: flex;
    gap: 1rem;
    flex-direction: column;
}.goal-footer-6 .input_holder input[type="email"] {
    background-color: rgba(255, 255, 255, 0.15);
    border-radius: 10px;
    font-size: 12px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #ffffff;
    transition: all 0.3s ease;
    padding: 1rem 1.25rem;
}.goal-footer-6 .input_holder input[type="email"]:focus {
    border-color: rgba(255, 255, 255, 0.3);
    outline: none;
    background-color: rgba(255, 255, 255, 0.2);
}.goal-footer-6 .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}.goal-footer-6 .mail-section-4 {
    overflow: hidden;
    padding: 1rem 1.25rem;
    font-weight: 600;
    border-radius: 10px;
    font-size: 18px;
    border: none;
    color: #ffffff;
    background-color: rgb(162,210,171);
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
}.goal-footer-6 .mail-section-4::before {
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    transition: left 0.5s ease;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    left: -100%;
}.goal-footer-6 .mail-section-4:hover {
    background-color: rgb(162,210,171,0.5);
}.goal-footer-6 .mail-section-4:hover::before {
    left: 100%;
}.goal-footer-6 .digital-res-3 {
    margin-top: 0;
    z-index: 1;
    position: relative;
    clip-path: polygon(0 30%, 100% 0, 100% 100%, 0 100%);
    text-align: center;
    padding: 6rem 0 2rem;
    background-color: rgb(125,176,135);
}.goal-footer-6 .digital-res-3::before {
    top: 0;
    z-index: -1;
    content: '';
    position: absolute;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, transparent 70%);
    width: 100%;
    left: 0;
    height: 100%;
}.goal-footer-6 .law-res-7 {
    color: #ffffff;
    opacity: 0.7;
    font-size: 16px;
}

@media (max-width: 1200px) {.goal-footer-6 .reach-team-4 {
    gap: 1.5rem;
    grid-template-columns: repeat(2, 1fr);
}.goal-footer-6 .text_main_holder {
    grid-template-columns: 1fr 1.5fr;
}.goal-footer-6 .subscribe_holder {
    grid-column: 1 / -1;
}
}

@media (max-width: 991px) {.goal-footer-6 .text_main_holder {
    grid-template-columns: 1fr;
}.goal-footer-6 .header-edu-2,
    .goal-footer-6 .top-pro-8,
    .goal-footer-6 .subscribe_holder {
    clip-path: none;
}.goal-footer-6 .top-pro-8 {
    padding: 3rem 2rem;
}.goal-footer-6 .header-edu-2 {
    align-items: center;
    text-align: center;
    padding: 3rem 2rem;
}.goal-footer-6 .subscribe_holder {
    padding: 3rem 2rem;
}.goal-footer-6 .digital-res-3 {
    padding: 3rem 0 2rem;
    clip-path: none;
}
}

@media (max-width: 768px) {.goal-footer-6 .reach-team-4 {
    clip-path: none;
    margin-bottom: 0;
    padding: 2.5rem 1.5rem 3rem;
    grid-template-columns: 1fr;
}.goal-footer-6 .nav-learn-4 {
    grid-template-columns: 1fr;
}.goal-footer-6 .top-pro-8 h5,
    .goal-footer-6 .subscribe_holder h5 {
    text-align: center;
    display: block;
}.goal-footer-6 .top-pro-8 h5::after {
    left: 50%;
    transform: translateX(-50%);
}.goal-footer-6 .subscribe_holder p {
    text-align: center;
}
}

@media (max-width: 576px) {.goal-footer-6 .header-edu-2,
    .goal-footer-6 .top-pro-8,
    .goal-footer-6 .subscribe_holder {
    padding: 2.5rem 1.5rem;
}.goal-footer-6 .digital-res-3 {
    padding: 2.5rem 0 1.5rem;
}.goal-footer-6 .info_item {
    padding: 0.5rem 0;
}.goal-footer-6 .info_item p,
    .goal-footer-6 .info_item a {
    justify-content: center;
}}.access-now-3 {
    position: relative;
    padding: 110px 0;
    background: linear-gradient(150deg, #ffffff 0%, rgb(198,237,207) 100%);
    overflow: hidden;
}.access-now-3::before {
    position: absolute;
    transform: rotate(-10deg);
    height: 120%;
    top: -10%;
    background: rgb(162,210,171);
    z-index: 1;
    opacity: 0.05;
    width: 60%;
    right: -10%;
    content: '';
}.access-now-3::after {
    width: 70%;
    position: absolute;
    opacity: 0.05;
    top: -20%;
    transform: rotate(-15deg);
    content: '';
    right: -15%;
    height: 140%;
    z-index: 1;
    background: rgb(162,210,171);
}.access-now-3 .learn-identity-1 {
    position: relative;
    z-index: 10;
}.access-now-3 .container {
    gap: 40px;
    grid-template-columns: 1fr 1fr;
    display: grid;
    align-items: center;
}.access-now-3 .container p {
    line-height: 1.4;
    z-index: 5;
    border-left: 5px solid rgb(162,210,171);
    color: #000000;
    padding-left: 25px;
    position: relative;
    margin: 0;
    font-size: 37px;
    font-weight: 700;
}.access-now-3 .help-support-4 {
    justify-self: end;
    z-index: 5;
    transition: all 0.4s ease;
    font-size: 14px;
    position: relative;
    text-decoration: none;
    border-radius: 0;
    overflow: hidden;
    padding: 18px 40px;
    color: rgb(162,210,171);
    border: 2px solid rgb(162,210,171);
    font-weight: 600;
    background: #ffffff;
}.access-now-3 .help-support-4::before {
    transform: translate(-50%, -50%) scale(0);
    left: 50%;
    content: '';
    z-index: -1;
    width: 300px;
    background: rgb(162,210,171);
    height: 300px;
    position: absolute;
    border-radius: 50%;
    transition: transform 0.6s ease;
    top: 50%;
}.access-now-3 .help-support-4:hover {
    color: #ffffff;
}.access-now-3 .help-support-4:hover::before {
    transform: translate(-50%, -50%) scale(1);
}.access-now-3 .container::before {
    content: '';
    height: 1px;
    width: 100%;
    background: linear-gradient(90deg, rgb(162,210,171) 0%, transparent 100%);
    left: 0;
    position: absolute;
    bottom: -20px;
}.access-now-3 .container::after {
    content: '';
    position: absolute;
    width: 10px;
    left: 0;
    border-radius: 50%;
    bottom: -25px;
    background: rgb(162,210,171);
    height: 10px;
}.access-now-3 .learn-identity-1::before {
    background: 
        radial-gradient(circle at 20% 80%, rgb(162,210,171,0.5) 0%, transparent 60%),
        radial-gradient(circle at 80% 20%, rgb(125,176,135,0.5) 0%, transparent 60%);
    position: absolute;
    left: 0;
    opacity: 0.1;
    width: 100%;
    content: '';
    top: 0;
    z-index: -1;
    height: 100%;
}

@media (max-width: 991px) {.access-now-3 {
    padding: 90px 0;
}.access-now-3 .container {
    gap: 30px;
}.access-now-3 .container p {
    padding-left: 20px;
    font-size: calc(23px * 1.2);
}.access-now-3 .help-support-4 {
    padding: 15px 35px;
}
}

@media (max-width: 767px) {.access-now-3 {
    padding: 70px 0;
}.access-now-3 .container {
    gap: 40px;
    grid-template-columns: 1fr;
}.access-now-3 .container p {
    padding-left: 15px;
    border-left-width: 4px;
    font-size: 23px;
}.access-now-3 .help-support-4 {
    justify-self: start;
    padding: 14px 30px;
}.access-now-3 .container::before {
    width: 70%;
}
}

@media (max-width: 480px) {.access-now-3 {
    padding: 50px 0;
}.access-now-3 .container {
    gap: 30px;
}.access-now-3 .container p {
    padding-left: 12px;
    font-size: calc(13px * 1.2);
    border-left-width: 3px;
}.access-now-3 .help-support-4 {
    font-size: calc(14px * 0.9);
    padding: 12px 25px;
}.access-now-3 .container::before {
    bottom: -15px;
    width: 50%;
}.access-now-3 .container::after {
    bottom: -19px;
    height: 8px;
    width: 8px;
}}.opening-page-7 {
    position: relative;
    min-height: 100vh;
    width: 100%;
    overflow: hidden;
}.opening-page-7 .page-front-3 {
    align-items: center;
    position: relative;
    display: flex;
    width: 100%;
    height: 100vh;
    justify-content: center;
}.opening-page-7 .page-front-3::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
    background: linear-gradient(135deg, 
    rgb(162,210,171,0.5) 0%,
    rgb(125,176,135,0.5) 100%);
    left: 0;
    top: 0;
}.opening-page-7 .learning-lab-6 {
    background: linear-gradient(to right,
    rgba(255, 255, 255, 0.1),
    rgba(255, 255, 255, 0.2));
    transition: transform 0.5s ease;
    z-index: 2;
    backdrop-filter: blur(10px);
    width: 90%;
    transform: perspective(1000px) rotateX(2deg);
    max-width: 1200px;
    transform-origin: center bottom;
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    padding: 3rem;
}.opening-page-7 .learning-lab-6:hover {
    transform: perspective(1000px) rotateX(0deg);
}.opening-page-7 .learning-lab-6 > div:first-child {
    animation: fadeSlideUp 0.8s ease forwards;
    margin-bottom: 2.5rem;
    padding-bottom: 1.5rem;
    position: relative;
}.opening-page-7 .learning-lab-6 > div:first-child::after {
    left: 0;
    height: 3px;
    bottom: 0;
    width: 60%;
    transform-origin: left;
    animation: lineGrow 1.2s ease forwards 0.4s;
    background: linear-gradient(to right, 
    rgb(162,210,171) 0%,
    rgb(125,176,135) 100%);
    position: absolute;
    content: "";
}.opening-page-7 .learning-lab-6 > div:last-child {
    position: relative;
    transform: translateY(20px);
    opacity: 0;
    animation: fadeSlideUp 0.8s ease forwards 0.3s;
}.opening-page-7 .title_style_header {
    line-height: 1.2;
    margin-bottom: 1rem;
    font-size: 39px;
    color: #ffffff;
    position: relative;
    text-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
    font-weight: 700;
}.opening-page-7 .title_style_header::before {
    width: 50px;
    border-left: 4px solid rgb(162,210,171);
    position: absolute;
    opacity: 0;
    top: -15px;
    animation: fadeIn 0.5s ease forwards 1s;
    left: -30px;
    border-top: 4px solid rgb(162,210,171);
    content: "";
    height: 50px;
}.opening-page-7 h3 {
    font-size: calc(24px * 1.1);
    font-weight: 600;
    color: #ffffff;
    line-height: 1.5;
    margin-bottom: 1.5rem;
}.opening-page-7 p {
    position: relative;
    color: #ffffff;
    border-left: 3px solid rgb(125,176,135);
    font-size: 16px;
    padding-left: 1rem;
    margin-bottom: 2rem;
    line-height: 1.8;
    max-width: 90%;
}

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

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

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

@media (max-width: 1200px) {.opening-page-7 .learning-lab-6 {
    padding: 2.5rem;
    width: 85%;
}.opening-page-7 .title_style_header {
    font-size: calc(39px * 0.9);
}.opening-page-7 h3 {
    font-size: 24px;
}
}

@media (max-width: 992px) {.opening-page-7 .learning-lab-6 {
    padding: 2rem;
    width: 90%;
    transform: perspective(800px) rotateX(1deg);
}.opening-page-7 .title_style_header {
    font-size: calc(39px * 0.8);
}.opening-page-7 .title_style_header::before {
    width: 40px;
    height: 40px;
    left: -20px;
    top: -10px;
}.opening-page-7 h3 {
    font-size: calc(24px * 0.95);
}.opening-page-7 p {
    font-size: calc(16px * 0.95);
}
}

@media (max-width: 768px) {.opening-page-7 .learning-lab-6 {
    width: 95%;
    transform: none;
    padding: 1.8rem;
}.opening-page-7 .learning-lab-6:hover {
    transform: none;
}.opening-page-7 .title_style_header {
    font-size: calc(28px * 1.1);
}.opening-page-7 .title_style_header::before {
    display: none;
}.opening-page-7 h3 {
    font-size: calc(24px * 0.9);
}.opening-page-7 p {
    max-width: 100%;
}
}

@media (max-width: 576px) {.opening-page-7 .page-front-3 {
    min-height: 100vh;
    padding: 3rem 0;
    height: auto;
}.opening-page-7 .learning-lab-6 {
    padding: 1.5rem;
}.opening-page-7 .title_style_header {
    font-size: 28px;
}.opening-page-7 h3 {
    margin-bottom: 1rem;
    font-size: 21px;
}.opening-page-7 p {
    font-size: calc(16px * 0.9);
    border-left: 2px solid rgb(125,176,135);
    padding-left: 0.8rem;
}.opening-page-7 .learning-lab-6 > div:first-child {
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
}.opening-page-7 .learning-lab-6 > div:first-child::after {
    height: 2px;
}}.pricing-option-4 {
    overflow: hidden;
    position: relative;
    padding: 100px 0;
}.pricing-option-4::before {
    right: 0;
    top: 0;
    left: 0;
    position: absolute;
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.85) 0%,
        rgba(20, 20, 40, 0.75) 100%);
    content: "";
    bottom: 0;
    z-index: 1;
}.pricing-option-4 .container {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    z-index: 2;
    padding: 0 20px;
}.pricing-option-4 .study-price-3 {
    perspective: 1000px;
}.pricing-option-4 h2 {
    font-size: 38px;
    margin-bottom: 20px;
    text-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
    font-weight: 700;
    transform: translateZ(30px);
    color: #ffffff;
    letter-spacing: 0.5px;
    text-align: center;
}.pricing-option-4 .monthly-plan-4 {
    opacity: 0.9;
    text-align: center;
    text-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
    font-size: 18px;
    line-height: 1.6;
    font-weight: 400;
    margin: 0 auto 50px;
    color: #ffffff;
    max-width: 700px;
    transform: translateZ(20px);
}.pricing-option-4 .basic-rates-9 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    margin: 0;
    list-style: none;
    padding: 0;
    gap: 30px;
}.pricing-option-4 .basic-rates-9 li {
    transform-style: preserve-3d;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}.pricing-option-4 .learning-rates-1 {
    text-decoration: none;
    height: 100%;
    transition: all 0.4s ease;
    transform-style: preserve-3d;
    position: relative;
    display: block;
}.pricing-option-4 .skill-offers-2 {
    overflow: hidden;
    background: linear-gradient(145deg, 
        rgba(255, 255, 255, 0.07) 0%,
        rgba(255, 255, 255, 0.03) 100%);
    height: 100%;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), 
                box-shadow 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    transform-style: preserve-3d;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2),
                0 5px 15px rgba(0, 0, 0, 0.1),
                inset 0 1px 1px rgba(255, 255, 255, 0.1);
}.pricing-option-4 .skill-offers-2::before {
    transform-origin: left;
    position: absolute;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    background: linear-gradient(90deg, 
        rgb(162,210,171) 0%,
        rgb(125,176,135) 100%);
    transform: scaleX(0.92);
    height: 5px;
    left: 0;
    top: 0;
    right: 0;
    content: "";
}.pricing-option-4 .skill-offers-2::after {
    transform-origin: bottom;
    left: 10px;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1),
                opacity 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    position: absolute;
    right: 10px;
    opacity: 0.7;
    background: linear-gradient(90deg, 
        rgb(125,176,135,0.5) 0%,
        rgb(162,210,171,0.5) 100%);
    height: 2px;
    bottom: -2px;
    content: "";
}.pricing-option-4 .tuition-grid-4 {
    transform: translateZ(10px);
    padding: 35px 30px;
}.pricing-option-4 .tuition-grid-4 h4 {
    margin: 0 0 20px;
    color: #ffffff;
    font-size: calc(21px * 1.1);
    transform: translateZ(5px);
    font-weight: 700;
    display: inline-block;
    position: relative;
}.pricing-option-4 .tuition-grid-4 h4::after {
    transition: width 0.3s cubic-bezier(0.22, 1, 0.36, 1);
    bottom: -8px;
    transform-origin: left;
    content: "";
    left: 0;
    background: rgb(162,210,171);
    position: absolute;
    width: 40px;
    height: 3px;
}.pricing-option-4 .tuition-grid-4 p {
    max-height: 250px;
    padding-right: 5px;
    font-size: 18px;
    color: #ffffff;
    word-wrap: break-word;
    hyphens: auto;
    margin: 0 0 25px;
    overflow-wrap: break-word;
    line-height: 1.6;
    font-weight: 400;
    opacity: 0.85;
    overflow-y: auto;
}.pricing-option-4 .tuition-grid-4 p::-webkit-scrollbar {
    width: 4px;
}.pricing-option-4 .tuition-grid-4 p::-webkit-scrollbar-thumb {
    background: rgb(162,210,171,0.5);
    border-radius: 10px;
}.pricing-option-4 .plan-fees-4 {
    color: #ffffff;
    font-size: calc(21px * 1.2);
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    display: block;
    font-weight: 700;
    transform: translateZ(15px);
    text-align: right;
    margin-top: 20px;
}.pricing-option-4 .plan-fees-4::before {
    transform: translateY(-2px);
    width: 10px;
    box-shadow: 0 0 15px rgb(162,210,171);
    border-radius: 50%;
    content: "";
    background: rgb(162,210,171);
    margin-right: 8px;
    height: 10px;
    display: inline-block;
}.pricing-option-4 .basic-rates-9 li:hover {
    transform: translateY(-5px) scale(1.02);
}.pricing-option-4 .basic-rates-9 li:hover .skill-offers-2 {
    transform: translateZ(20px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.3),
                0 10px 25px rgba(0, 0, 0, 0.2),
                inset 0 1px 1px rgba(255, 255, 255, 0.15);
}.pricing-option-4 .basic-rates-9 li:hover .skill-offers-2::before {
    transform: scaleX(1);
}.pricing-option-4 .basic-rates-9 li:hover .skill-offers-2::after {
    opacity: 0.9;
    transform: scaleY(1.5);
}.pricing-option-4 .basic-rates-9 li:hover .tuition-grid-4 h4::after {
    width: 100%;
}

@media (max-width: 991px) {.pricing-option-4 {
    padding: 80px 0;
}.pricing-option-4 h2 {
    font-size: calc(38px * 0.9);
}.pricing-option-4 .basic-rates-9 {
    gap: 25px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}.pricing-option-4 .tuition-grid-4 {
    padding: 30px 25px;
}
}

@media (max-width: 767px) {.pricing-option-4 {
    padding: 60px 0;
}.pricing-option-4 h2 {
    margin-bottom: 15px;
    font-size: calc(38px * 0.8);
}.pricing-option-4 .monthly-plan-4 {
    margin-bottom: 40px;
    font-size: calc(18px * 0.95);
}.pricing-option-4 .basic-rates-9 {
    max-width: 450px;
    margin: 0 auto;
    grid-template-columns: 1fr;
}.pricing-option-4 .tuition-grid-4 {
    padding: 25px 20px;
}.pricing-option-4 .tuition-grid-4 h4 {
    font-size: 21px;
}.pricing-option-4 .plan-fees-4 {
    font-size: calc(21px * 1.1);
}
}

@media (max-width: 480px) {.pricing-option-4 {
    padding: 50px 0;
}.pricing-option-4 h2 {
    font-size: calc(38px * 0.7);
}.pricing-option-4 .monthly-plan-4 {
    font-size: calc(18px * 0.9);
}.pricing-option-4 .tuition-grid-4 {
    padding: 20px 15px;
}.pricing-option-4 .tuition-grid-4 p {
    font-size: calc(18px * 0.9);
    max-height: 200px;
    line-height: 1.5;
}}.secure-stockade-5 {
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    font-family: Arial, sans-serif;
    background: rgb(162,210,171,0.5);
    color: #000000;
    padding: 40px;
    width: 100%;
}.secure-stockade-5 h1 {
    color: #000000;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 46px;
    margin-top: 30px;
}.secure-stockade-5 h2 {
    font-weight: 600;
    color: rgb(125,176,135);
    font-size: 28px;
    padding-bottom: 5px;
    border-bottom: 2px solid rgb(125,176,135,0.5);
    margin-bottom: 15px;
    margin-top: 25px;
}.secure-stockade-5 ul, .secure-stockade-5 ol {
    margin-bottom: 20px;
    padding-top: 10px;
    list-style-type: disc;
    padding-left: 20px;
}.secure-stockade-5 li {
    line-height: 1.6;
    font-size: 12px;
    margin-bottom: 10px;
}.secure-stockade-5 div {
    margin-bottom: 20px;
    padding: 20px;
    background: #ffffff;
    line-height: 1.8;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

@media only screen and (max-width: 800px) {.secure-stockade-5 {
    box-shadow: none;
    padding: 20px;
}.secure-stockade-5 h1 {
    font-size: calc(22px - 10px);
}.secure-stockade-5 h2 {
    font-size: calc(22px - 5px);
}}

.secure-stockade-5 h3, .secure-stockade-5 h4, .secure-stockade-5 h5, .secure-stockade-5 h6 {
    color: rgb(162,210,171);
    margin-bottom: 10px;
    margin-top: 20px;
    font-size: 1.2em;
    font-weight: 600;
}.secure-stockade-5 p, .secure-stockade-5 span {
    font-size: 12px;
    line-height: 1.6;
    margin-bottom: 10px;
    color: #000000;
}.secure-stockade-5 a {
    font-weight: 400;
    text-decoration: none;
    transition: color 0.3s ease;
    color: rgb(125,176,135);
}.secure-stockade-5 a:hover {
    text-decoration: underline;
    color: rgb(162,210,171);
}.secure-stockade-5 button {
    color: #ffffff;
    border: none;
    font-size: 15px;
    cursor: pointer;
    padding: 10px 20px;
    border-radius: 10px;
    background: rgb(125,176,135);
    transition: background 0.3s ease;
}.secure-stockade-5 button:hover {
    background: rgb(162,210,171);
}header {
    overflow: visible;
    background: rgb(198,237,207);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    padding: 0;
    z-index: 100;
    margin-top: 0;
    position: relative;
}header::before {
    background: 
        linear-gradient(135deg, transparent 25%, rgba(rgb(162,210,171), 0.03) 25%) 0 0 / 20px 20px,
        linear-gradient(225deg, transparent 25%, rgba(rgb(162,210,171), 0.03) 25%) 0 0 / 20px 20px,
        linear-gradient(315deg, transparent 25%, rgba(rgb(162,210,171), 0.03) 25%) 0 0 / 20px 20px,
        linear-gradient(45deg, transparent 25%, rgba(rgb(162,210,171), 0.03) 25%) 0 0 / 20px 20px;
    width: 100%;
    z-index: 0;
    content: '';
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
}header::after {
    content: '';
    transform: scaleX(0.7);
    transform-origin: center;
    left: 0;
    background: linear-gradient(to right, 
        rgb(162,210,171), 
        rgb(125,176,135), 
        rgb(162,210,171)
    );
    bottom: 0;
    transition: transform 0.5s ease;
    width: 100%;
    height: 5px;
    position: absolute;
}header:hover::after {
    transform: scaleX(1);
}header .head-expert-7 {
    align-items: center;
    justify-content: space-between;
    padding: 1.3rem 2.5rem;
    position: relative;
    z-index: 5;
    display: flex;
}header .header-edu-2 {
    position: relative;
    margin-right: 2rem;
    flex: 0 0 auto;
    perspective: 800px;
}header .nav-info-8 {
    position: relative;
    display: block;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform-style: preserve-3d;
}header .nav-info-8:hover {
    transform: rotateY(10deg) rotateX(5deg);
}header .nav-info-8::before {
    position: absolute;
    top: 0;
    width: 100%;
    background: rgb(162,210,171);
    opacity: 0.1;
    left: 0;
    filter: blur(10px);
    content: '';
    transform: translateZ(-10px);
    height: 100%;
}header .nav-info-8 img {
    transform: translateZ(20px);
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.2));
    max-height: 40px;
}header .top-pro-8 {
    perspective: 1000px;
    margin: 0;
    transform-style: preserve-3d;
    position: relative;
    display: flex;
    list-style: none;
    padding: 0;
}header .top-pro-8::before {
    height: 10px;
    position: absolute;
    top: 100%;
    content: '';
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.05));
    left: 0;
    transform-origin: top;
    transform: rotateX(90deg);
    width: 100%;
}header .head-prime-6 {
    margin: 0 0.3rem;
    position: relative;
    transform-style: preserve-3d;
}header .head-prime-6 a {
    align-items: center;
    font-weight: 600;
    border-radius: 10px;
    font-size: 13px;
    background: #ffffff;
    color: #000000;
    transform: translateZ(0);
    transition: all 0.4s ease;
    transform-style: preserve-3d;
    text-decoration: none;
    position: relative;
    justify-content: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    padding: 0.7rem 1.2rem;
    display: flex;
}header .head-prime-6 a::before {
    top: 0;
    position: absolute;
    height: 100%;
    background: linear-gradient(135deg, 
        rgb(162,210,171,0.5) 0%, 
        rgb(125,176,135,0.5) 100%
    );
    width: 100%;
    content: '';
    border-radius: 10px;
    transform: translateZ(-5px);
    left: 0;
    opacity: 0;
    transition: opacity 0.4s ease;
}header .head-prime-6 a:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    transform: translateZ(15px);
}header .head-prime-6 a:hover::before {
    opacity: 1;
}header .head-prime-6 a::after {
    right: 5px;
    background: rgb(162,210,171);
    transform: translateZ(-10px);
    bottom: -5px;
    position: absolute;
    transition: all 0.4s ease;
    left: 5px;
    opacity: 0;
    height: 5px;
    content: '';
}header .head-prime-6 a:hover::after {
    opacity: 0.3;
    bottom: -8px;
}header .head-expert-7::before {
    position: absolute;
    height: 1px;
    content: '';
    background: linear-gradient(to right, 
        transparent, 
        rgb(162,210,171), 
        transparent
    );
    top: 0;
    left: 35%;
    width: 30%;
}.main-class-9 {
    padding-top: 2rem;
    background: #ffffff;
    z-index: 1;
    position: relative;
}

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
}

@media (min-width: 1400px) {header .head-expert-7 {
    max-width: 1320px;
    margin: 0 auto;
}header .head-prime-6 {
    margin: 0 0.5rem;
}header .head-prime-6 a {
    padding: 0.7rem 1.5rem;
}
}

@media (max-width: 991px) {header .head-expert-7 {
    padding: 1rem 2rem;
    flex-wrap: wrap;
}header .header-edu-2 {
    margin-bottom: 0;
    margin-right: 0;
}header .top-pro-8 {
    margin-top: 1rem;
    flex-basis: 100%;
    justify-content: flex-end;
}header .head-prime-6 a {
    padding: 0.6rem 1rem;
    font-size: calc(13px - 1px);
}
}

@media (max-width: 767px) {header {
    padding: 0;
}header .head-expert-7 {
    padding: 0.8rem 1.5rem;
}header .header-edu-2 {
    max-width: 140px;
}header .nav-info-8 img {
    max-height: 35px;
}header .top-pro-8 {
    padding-bottom: 0.5rem;
    margin-top: 0.8rem;
    -webkit-overflow-scrolling: touch;
    justify-content: flex-start;
    scrollbar-width: thin;
    overflow-x: auto;
}header .top-pro-8::-webkit-scrollbar {
    height: 3px;
}header .top-pro-8::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(162,210,171,0.5);
}header .head-prime-6 {
    margin: 0 0.2rem;
    flex: 0 0 auto;
}header .head-prime-6 a {
    font-size: calc(13px - 2px);
    padding: 0.5rem 0.8rem;
    white-space: nowrap;
}
}

@media (max-width: 479px) {header .head-expert-7 {
    padding: 0.7rem 1.2rem;
}header .header-edu-2 {
    max-width: 120px;
}header .head-prime-6 a {
    padding: 0.4rem 0.6rem;
    font-size: calc(13px - 3px);
}header::after {
    height: 3px;
}
}

@supports not (transform-style: preserve-3d) {header .nav-info-8:hover {
    transform: translateY(-3px);
}header .head-prime-6 a:hover {
    transform: translateY(-3px);
}}.academic-expertise-2 {
    background: rgb(198,237,207);
    overflow: hidden;
    position: relative;
    padding: 140px 0;
}.academic-expertise-2::before {
    content: "";
    inset: 0;
    position: absolute;
    animation: backgroundShift 30s linear infinite;
    background: 
        linear-gradient(135deg, transparent 0%, rgb(162,210,171,0.5) 100%),
        repeating-linear-gradient(45deg, rgb(125,176,135,0.5) 0, rgb(125,176,135,0.5) 1px, transparent 1px, transparent 15px);
    opacity: 0.1;
    z-index: 0;
}.academic-expertise-2::after {
    opacity: 0.3;
    width: 200%;
    top: -50%;
    animation: pulseBackground 15s ease-in-out infinite alternate;
    background: 
        radial-gradient(circle at 30% 30%, rgb(162,210,171,0.5) 0%, transparent 40%),
        radial-gradient(circle at 70% 70%, rgb(125,176,135,0.5) 0%, transparent 40%);
    position: absolute;
    filter: blur(60px);
    content: "";
    left: -50%;
    height: 200%;
    z-index: 0;
}.academic-expertise-2 .container {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    padding: 0 40px;
    max-width: 1200px;
}.academic-expertise-2 .success-stories-6 {
    max-width: 1000px;
    border-radius: 25px;
    margin: 0 auto;
    background: #ffffff;
    display: grid;
    transform: perspective(1200px) rotateY(0deg);
    grid-template-rows: auto auto;
    overflow: hidden;
    backdrop-filter: blur(10px);
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    grid-template-columns: 1fr 1fr;
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.15),
        0 15px 25px rgba(0, 0, 0, 0.1);
}.academic-expertise-2 .success-stories-6:hover {
    transform: perspective(1200px) rotateY(2deg);
}.academic-expertise-2 .header-image-8 {
    grid-row: 1 / span 2;
    min-height: 450px;
    position: relative;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    height: 100%;
    grid-column: 1;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
    z-index: 1;
}.academic-expertise-2 .header-image-8::before {
    opacity: 0;
    z-index: 2;
    transition: opacity 0.5s ease;
    mix-blend-mode: multiply;
    background: linear-gradient(135deg, rgb(162,210,171,0.5) 0%, transparent 100%);
    position: absolute;
    inset: 0;
    content: "";
}.academic-expertise-2 .success-stories-6:hover .header-image-8::before {
    opacity: 0.4;
}.academic-expertise-2 .name {
    font-weight: 700;
    position: relative;
    font-size: 18px;
    transform: translateY(0);
    grid-column: 2;
    z-index: 2;
    align-self: end;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 0 50px 5px 70px;
    grid-row: 1;
    margin: 0;
    color: #000000;
    font-family: Arial, sans-serif;
}.academic-expertise-2 .success-stories-6:hover .name {
    transform: translateY(-5px);
}.academic-expertise-2 .success-stories-6 span:not(.name) {
    font-weight: 300;
    margin: 0;
    transform: translateY(0);
    font-size: 15px;
    padding: 35px 50px 40px 70px;
    font-family: Arial, sans-serif;
    position: relative;
    z-index: 2;
    grid-column: 2;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.05s;
    align-self: end;
    color: rgb(125,176,135);
    grid-row: 1;
}.academic-expertise-2 .success-stories-6:hover span:not(.name) {
    transform: translateY(-5px);
}.academic-expertise-2 .success-stories-6 span:not(.name)::after {
    transform: scaleX(0);
    bottom: 30px;
    position: absolute;
    background: rgb(162,210,171);
    height: 2px;
    left: 70px;
    content: "";
    width: 40px;
    transform-origin: left;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
}.academic-expertise-2 .success-stories-6:hover span:not(.name)::after {
    transform: scaleX(1);
}.academic-expertise-2 .employee-view-6 {
    font-family: Arial, sans-serif;
    margin: 0;
    grid-row: 2;
    font-size: 15px;
    z-index: 2;
    font-weight: 400;
    transform: translateY(0);
    position: relative;
    padding: 0 50px 50px 70px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
    grid-column: 2;
    line-height: 1.8;
    color: #000000;
}.academic-expertise-2 .success-stories-6:hover .employee-view-6 {
    transform: translateY(-5px);
}

@keyframes backgroundShift {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

@keyframes pulseBackground {
    0% {
        opacity: 0.2;
        transform: scale(1);
    }
    100% {
        opacity: 0.3;
        transform: scale(1.1);
    }
}

@media (max-width: 992px) {.academic-expertise-2 {
    padding: 120px 0;
}.academic-expertise-2 .success-stories-6 {
    grid-template-columns: 1fr 1.2fr;
}.academic-expertise-2 .header-image-8 {
    min-height: 400px;
}.academic-expertise-2 .name {
    padding: 0 40px 5px 50px;
    font-size: calc(18px * 0.9);
}.academic-expertise-2 .success-stories-6 span:not(.name) {
    padding: 30px 40px 35px 50px;
}.academic-expertise-2 .success-stories-6 span:not(.name)::after {
    bottom: 25px;
    left: 50px;
}.academic-expertise-2 .employee-view-6 {
    padding: 0 40px 40px 50px;
}
}

@media (max-width: 768px) {.academic-expertise-2 {
    padding: 100px 0;
}.academic-expertise-2 .container {
    padding: 0 30px;
}.academic-expertise-2 .success-stories-6 {
    grid-template-rows: 300px auto auto auto;
    grid-template-columns: 1fr;
}.academic-expertise-2 .header-image-8 {
    grid-column: 1;
    grid-row: 1;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    min-height: 300px;
}.academic-expertise-2 .name {
    padding: 40px 30px 5px 30px;
    grid-column: 1;
    text-align: left;
    grid-row: 2;
}.academic-expertise-2 .success-stories-6 span:not(.name) {
    text-align: left;
    grid-column: 1;
    padding: 10px 30px 40px 30px;
    grid-row: 3;
}.academic-expertise-2 .success-stories-6 span:not(.name)::after {
    left: 30px;
    bottom: 30px;
}.academic-expertise-2 .employee-view-6 {
    grid-row: 4;
    grid-column: 1;
    padding: 0 30px 40px 30px;
}
}

@media (max-width: 480px) {.academic-expertise-2 {
    padding: 80px 0;
}.academic-expertise-2 .container {
    padding: 0 20px;
}.academic-expertise-2 .header-image-8 {
    min-height: 250px;
}.academic-expertise-2 .name {
    padding: 30px 25px 5px 25px;
    font-size: calc(18px * 0.85);
}.academic-expertise-2 .success-stories-6 span:not(.name) {
    font-size: calc(15px * 0.95);
    padding: 10px 25px 30px 25px;
}.academic-expertise-2 .success-stories-6 span:not(.name)::after {
    left: 25px;
    bottom: 20px;
    width: 30px;
}.academic-expertise-2 .employee-view-6 {
    line-height: 1.7;
    padding: 0 25px 30px 25px;
    font-size: calc(15px * 0.95);
}}.course-program-details-1 {
    background: rgb(198,237,207);
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}.course-program-details-1::before {
    background: rgb(162,210,171,0.5);
    content: "";
    top: -100px;
    filter: blur(120px);
    left: -100px;
    z-index: 0;
    width: 300px;
    position: absolute;
    opacity: 0.4;
    height: 300px;
    animation: floatEffect 15s infinite alternate ease-in-out;
}.course-program-details-1::after {
    z-index: 0;
    opacity: 0.3;
    background: rgb(125,176,135,0.5);
    position: absolute;
    bottom: -100px;
    height: 350px;
    width: 350px;
    content: "";
    right: -100px;
    animation: floatEffect 18s infinite alternate-reverse ease-in-out;
    filter: blur(150px);
}.course-program-details-1 .container {
    z-index: 1;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
}.course-program-details-1 .grow-skills-3 {
    position: relative;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.05),
                -20px -20px 60px rgba(255, 255, 255, 0.8);
    display: flex;
    background: #ffffff;
    overflow: hidden;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    border: 1px solid rgba(255, 255, 255, 0.1);
    flex-direction: column;
}.course-program-details-1 .grow-skills-3:hover {
    transform: translateY(-10px);
    box-shadow: 25px 25px 70px rgba(0, 0, 0, 0.08),
                -25px -25px 70px rgba(255, 255, 255, 0.9);
}.course-program-details-1 .header-image-8 {
    height: 280px;
    width: 100%;
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
}.course-program-details-1 .header-image-8::after {
    position: absolute;
    inset: 0;
    transition: opacity 0.5s ease;
    content: "";
    opacity: 0.7;
    background: linear-gradient(
        135deg,
        rgb(162,210,171,0.5) 0%,
        transparent 100%
    );
}.course-program-details-1 .grow-skills-3:hover .header-image-8 {
    transform: scale(1.05);
}.course-program-details-1 .grow-skills-3:hover .header-image-8::after {
    opacity: 0.5;
}.course-program-details-1 .snippet-wrap-5 {
    margin: 0 15px;
    transform: translateY(-30px);
    position: relative;
    box-shadow: 0 -15px 30px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    padding: 40px;
}.course-program-details-1 .snippet-wrap-5::before {
    left: 20px;
    position: absolute;
    background: rgb(162,210,171);
    height: 4px;
    content: "";
    top: -8px;
    width: 40px;
}.course-program-details-1 .snippet-wrap-5 h3 {
    animation: slideIn 0.7s 0.2s forwards cubic-bezier(0.19, 1, 0.22, 1);
    font-family: Arial, sans-serif;
    transform: translateX(-10px);
    position: relative;
    margin-bottom: 25px;
    font-weight: 700;
    font-size: calc(21px * 1.05);
    opacity: 0;
    color: #000000;
    line-height: 1.4;
}.course-program-details-1 .snippet-wrap-5 p.description {
    overflow-y: auto;
    padding-right: 15px;
    font-weight: 400;
    color: #000000;
    animation: fadeUp 0.7s 0.4s forwards cubic-bezier(0.19, 1, 0.22, 1);
    max-height: 200px;
    position: relative;
    font-size: 18px;
    line-height: 1.7;
    opacity: 0;
    font-family: Arial, sans-serif;
    transform: translateY(10px);
    margin-bottom: 20px;
}.course-program-details-1 .snippet-wrap-5 p.description::-webkit-scrollbar {
    width: 4px;
}.course-program-details-1 .snippet-wrap-5 p.description::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
}.course-program-details-1 .snippet-wrap-5 p.description::-webkit-scrollbar-thumb {
    background: rgb(162,210,171,0.5);
    transition: background 0.3s ease;
}.course-program-details-1 .snippet-wrap-5 p.description::-webkit-scrollbar-thumb:hover {
    background: rgb(162,210,171);
}.course-program-details-1 .snippet-wrap-5 span.description {
    display: none;
}.course-program-details-1 .snippet-wrap-5 div {
    position: relative;
}.course-program-details-1 .snippet-wrap-5 div::after {
    height: 50px;
    bottom: 0;
    left: 0;
    pointer-events: none;
    position: absolute;
    background: linear-gradient(to top, #ffffff 0%, transparent 100%);
    content: "";
    width: 100%;
}

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

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

@keyframes floatEffect {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(40px, 40px);
    }
}

@media (min-width: 768px) {.course-program-details-1 .grow-skills-3 {
    align-items: stretch;
    max-height: 500px;
    flex-direction: row;
}.course-program-details-1 .header-image-8 {
    height: auto;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
    flex: 0 0 45%;
}.course-program-details-1 .snippet-wrap-5 {
    flex-direction: column;
    transform: translateY(0) translateX(-30px);
    margin: 30px 30px 30px 0;
    display: flex;
    justify-content: center;
    flex: 0 0 55%;
}.course-program-details-1 .snippet-wrap-5::before {
    height: 40px;
    width: 4px;
    left: -8px;
    top: 20px;
}.course-program-details-1 .snippet-wrap-5 h3 {
    font-size: 21px;
}.course-program-details-1 .snippet-wrap-5 p.description {
    max-height: 330px;
}
}

@media (min-width: 992px) {.course-program-details-1 .grow-skills-3 {
    max-height: 450px;
}.course-program-details-1 .header-image-8 {
    flex: 0 0 40%;
}.course-program-details-1 .snippet-wrap-5 {
    flex: 0 0 60%;
    padding: 50px;
}.course-program-details-1 .snippet-wrap-5 h3 {
    font-size: calc(21px * 1.1);
    margin-bottom: 30px;
}.course-program-details-1 .snippet-wrap-5 p.description {
    line-height: 1.8;
    max-height: 250px;
}
}

@media (min-width: 1200px) {.course-program-details-1 {
    padding: 150px 0;
}.course-program-details-1 .grow-skills-3 {
    max-height: 480px;
}.course-program-details-1 .header-image-8 {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
}.course-program-details-1 .snippet-wrap-5 {
    padding: 60px;
}.course-program-details-1 .snippet-wrap-5 h3 {
    margin-bottom: 35px;
    font-size: calc(21px * 1.2);
}.course-program-details-1 .snippet-wrap-5 p.description {
    max-height: 280px;
}
}

@media (max-width: 767px) {.course-program-details-1 {
    padding: 80px 0;
}.course-program-details-1 .snippet-wrap-5 {
    padding: 30px 25px;
}.course-program-details-1 .snippet-wrap-5 h3 {
    margin-bottom: 20px;
    font-size: calc(21px * 1.2);
}.course-program-details-1 .snippet-wrap-5 p.description {
    max-height: 180px;
    font-size: calc(18px * 0.95);
    line-height: 1.6;
}}.thxDiv-6 {
    background: linear-gradient(135deg, rgb(198,237,207), rgb(198,237,207) 60%, rgba(rgb(162,210,171,0.5), 0.1));
    overflow: hidden;
    position: relative;
    padding: 5rem 0;
}.thxDiv-6::before {
    top: -20%;
    height: 80%;
    transform: rotate(-15deg) skewX(15deg);
    width: 60%;
    content: "";
    position: absolute;
    z-index: 0;
    background: linear-gradient(145deg, rgba(rgb(125,176,135,0.5), 0.08), rgba(rgb(125,176,135,0.5), 0.03));
    filter: blur(20px);
    right: -10%;
}.thxDiv-6::after {
    left: -5%;
    height: 40%;
    content: "";
    transform: rotate(10deg) skewX(-10deg);
    z-index: 0;
    bottom: -10%;
    width: 50%;
    position: absolute;
    background: linear-gradient(210deg, rgba(rgb(162,210,171,0.5), 0.09), transparent);
}.thxDiv-6 .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    padding: 0 1.5rem;
    z-index: 2;
}.thxDiv-6 .learn-identity-1 {
    gap: 2.5rem;
    grid-template-columns: 1fr;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    display: grid;
    transform: perspective(1000px) rotateX(2deg);
    background: linear-gradient(170deg, 
        rgba(rgb(255, 255, 255, 0.5), 0.95), 
        rgba(rgb(255, 255, 255, 0.5), 0.85)
    );
    backdrop-filter: blur(10px);
    box-shadow: 
        0 20px 50px -15px rgba(rgba(0, 0, 0, 0.5), 0.12),
        0 30px 70px -25px rgba(rgba(0, 0, 0, 0.5), 0.1),
        0 2px 5px rgba(rgb(162,210,171,0.5), 0.05),
        0 0 0 1px rgba(rgb(162,210,171,0.5), 0.08);
    position: relative;
    padding: 3rem;
}.thxDiv-6 .learn-identity-1:hover {
    box-shadow: 
        0 25px 55px -15px rgba(rgba(0, 0, 0, 0.5), 0.15),
        0 35px 75px -25px rgba(rgba(0, 0, 0, 0.5), 0.12),
        0 2px 5px rgba(rgb(162,210,171,0.5), 0.08),
        0 0 0 1px rgba(rgb(162,210,171,0.5), 0.1);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.thxDiv-6 .learn-identity-1 > div:first-child {
    transform: translateX(-1rem);
    position: relative;
}.thxDiv-6 .learn-identity-1 > div:first-child::before {
    width: 4px;
    content: "";
    height: 60%;
    background: linear-gradient(to bottom, rgb(162,210,171), rgb(125,176,135));
    position: absolute;
    top: 50%;
    left: -2rem;
    transform: translateY(-50%);
}.thxDiv-6 h5 {
    font-weight: 700;
    position: relative;
    font-size: 18px;
    color: #000000;
    display: inline-block;
    margin: 0;
    line-height: 1.4;
}.thxDiv-6 h5::after {
    width: 40%;
    left: 0;
    height: 3px;
    bottom: -0.5rem;
    position: absolute;
    background: linear-gradient(90deg, rgb(125,176,135), transparent);
    content: "";
}.thxDiv-6 .learn-identity-1 > div:last-child {
    padding-left: 1.5rem;
    border-left: 1px solid rgba(rgb(125,176,135,0.5), 0.2);
    position: relative;
}.thxDiv-6 a {
    overflow: hidden;
    display: block;
    transition: transform 0.3s ease;
    position: relative;
    text-decoration: none;
}.thxDiv-6 a:hover {
    transform: translateX(5px);
}.thxDiv-6 a::before {
    width: 100%;
    transition: opacity 0.4s ease, transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    content: "";
    transform-origin: left;
    left: 0;
    background: linear-gradient(90deg, 
        rgba(rgb(162,210,171,0.5), 0.03), 
        rgba(rgb(125,176,135,0.5), 0.05)
    );
    z-index: -1;
    opacity: 0;
    position: absolute;
    transform: scaleX(0.8) translateX(-10%);
    top: 0;
    height: 100%;
}.thxDiv-6 a:hover::before {
    transform: scaleX(1) translateX(0);
    opacity: 1;
}.thxDiv-6 p {
    font-weight: 400;
    margin: 0;
    line-height: 1.7;
    color: #000000;
    transition: color 0.3s ease;
    font-size: 18px;
}.thxDiv-6 a:hover p {
    color: #000000;
}

@media (min-width: 768px) {.thxDiv-6 {
    padding: 7rem 0;
}.thxDiv-6 .learn-identity-1 {
    grid-template-columns: 1fr 1.5fr;
    gap: 3rem;
    padding: 4rem;
    align-items: center;
}.thxDiv-6 .learn-identity-1 > div:first-child {
    transform: translateX(0);
}.thxDiv-6 .learn-identity-1 > div:last-child {
    border-left: 2px solid rgba(rgb(125,176,135,0.5), 0.15);
    padding-left: 3rem;
}.thxDiv-6 h5 {
    font-size: calc(18px * 1.1);
}.thxDiv-6 p {
    font-size: calc(18px * 1.05);
}
}

@media (min-width: 992px) {.thxDiv-6 {
    padding: 9rem 0;
}.thxDiv-6 .container {
    padding: 0 2rem;
}.thxDiv-6 .learn-identity-1 {
    grid-template-columns: 1fr 1.8fr;
    padding: 5rem;
    gap: 4rem;
}.thxDiv-6 h5 {
    font-size: calc(18px * 1.2);
}.thxDiv-6 h5::after {
    height: 4px;
    width: 50%;
}.thxDiv-6 .learn-identity-1 > div:last-child {
    padding-left: 4rem;
}.thxDiv-6 a {
    padding: 1rem 0;
}
}

@media (max-width: 767px) {.thxDiv-6 {
    padding: 4rem 0;
}.thxDiv-6 .learn-identity-1 {
    padding: 2rem;
    gap: 2rem;
}.thxDiv-6 h5 {
    font-size: calc(18px * 0.9);
}.thxDiv-6 p {
    font-size: calc(18px * 0.95);
}.thxDiv-6 .learn-identity-1 > div:last-child {
    padding-left: 1rem;
}
}

@media (max-width: 480px) {.thxDiv-6 {
    padding: 3rem 0;
}.thxDiv-6 .learn-identity-1 {
    gap: 1.5rem;
    padding: 1.5rem;
}.thxDiv-6 .learn-identity-1 > div:first-child::before {
    left: -1.5rem;
    height: 50%;
}.thxDiv-6 h5 {
    font-size: calc(18px * 0.85);
}.thxDiv-6 p {
    font-size: calc(18px * 0.9);
}.thxDiv-6 .learn-identity-1 > div:last-child {
    padding-left: 0.75rem;
}}.data-insights-8 {
    overflow: hidden;
    position: relative;
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(198,237,207) 0%, rgba(245, 247, 250, 0.95) 100%);
}.data-insights-8::before {
    height: 25rem;
    transform: rotate(-15deg) skew(20deg);
    top: -10%;
    opacity: 0.08;
    width: 25rem;
    position: absolute;
    background: linear-gradient(120deg, rgb(162,210,171,0.5) 0%, transparent 80%);
    pointer-events: none;
    content: "";
    z-index: 1;
    right: -5%;
}.data-insights-8::after {
    pointer-events: none;
    background: linear-gradient(220deg, rgb(125,176,135,0.5) 0%, transparent 70%);
    left: -10%;
    transform: rotate(10deg) skew(-15deg);
    position: absolute;
    z-index: 1;
    height: 20rem;
    bottom: -5%;
    opacity: 0.1;
    width: 30rem;
    content: "";
}.data-insights-8 .container {
    position: relative;
    padding: 0 2rem;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
}.data-insights-8 ul {
    display: grid;
    list-style: none;
    gap: 2.5rem;
    padding: 0;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    margin: 0 0 3.5rem;
}.data-insights-8 .boost-statistics-3 {
    position: relative;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
    cursor: pointer;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), 
              box-shadow 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    overflow: hidden;
    transform: translateY(0);
    background: #ffffff;
}.data-insights-8 .boost-statistics-3:hover {
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.09);
    transform: translateY(-10px);
}.data-insights-8 .boost-statistics-3::before {
    height: 100%;
    left: 0;
    top: 0;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    background: linear-gradient(to bottom, rgb(162,210,171), rgb(125,176,135));
    transform: scaleY(0);
    width: 5px;
    position: absolute;
    transform-origin: bottom;
    content: "";
}.data-insights-8 .boost-statistics-3:hover::before {
    transform: scaleY(1);
}.data-insights-8 .boost-statistics-3 div {
    display: flex;
    position: relative;
    align-items: flex-start;
    z-index: 2;
    padding: 2.5rem 2rem;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}.data-insights-8 .boost-statistics-3 div::after {
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    z-index: -1;
    height: 60px;
    width: 60px;
    content: "";
    right: 0;
    position: absolute;
    bottom: 0;
    background: linear-gradient(135deg, transparent 50%, rgba(245, 247, 250, 0.6) 50%);
}.data-insights-8 .boost-statistics-3:hover div::after {
    transform: scale(2.5);
}.data-insights-8 .boost-statistics-3 p {
    font-weight: 700;
    color: rgb(162,210,171);
    margin: 0 0 0.75rem;
    position: relative;
    line-height: 1;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    font-size: 3.5rem;
}.data-insights-8 .boost-statistics-3:hover p {
    transform: translateX(0.5rem);
}.data-insights-8 .boost-statistics-3 p::after {
    content: "";
    height: 3px;
    bottom: -0.5rem;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
    left: 0;
    width: 2.5rem;
    transform-origin: left;
    transform: scaleX(0.5);
    position: absolute;
    background: rgb(125,176,135);
}.data-insights-8 .boost-statistics-3:hover p::after {
    transform: scaleX(1);
}.data-insights-8 .boost-statistics-3 span {
    color: #000000;
    line-height: 1.4;
    max-width: 85%;
    opacity: 0.9;
    font-size: 13px;
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    font-weight: 600;
    display: block;
}.data-insights-8 .boost-statistics-3:hover span {
    opacity: 1;
    transform: translateX(0.5rem);
}.data-insights-8 h4 {
    padding-bottom: 1rem;
    text-align: center;
    font-size: 18px;
    transform: translateX(-50%);
    display: inline-block;
    left: 50%;
    position: relative;
    margin: 0;
    color: #000000;
}.data-insights-8 h4::before {
    width: 50%;
    content: "";
    position: absolute;
    bottom: 0;
    height: 2px;
    left: 25%;
    background: linear-gradient(to right, transparent, rgb(162,210,171), transparent);
}

@media (max-width: 1024px) {.data-insights-8 {
    padding: 4rem 0;
}.data-insights-8 ul {
    gap: 2rem;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}.data-insights-8 .boost-statistics-3 div {
    padding: 2rem 1.75rem;
}.data-insights-8 .boost-statistics-3 p {
    font-size: 3rem;
}
}

@media (max-width: 768px) {.data-insights-8 {
    padding: 3.5rem 0;
}.data-insights-8 ul {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.75rem;
    margin-bottom: 3rem;
}.data-insights-8 .boost-statistics-3 div {
    padding: 1.75rem 1.5rem;
}.data-insights-8 .boost-statistics-3 p {
    font-size: 2.75rem;
}.data-insights-8 .boost-statistics-3 span {
    max-width: 100%;
}
}

@media (max-width: 576px) {.data-insights-8 {
    padding: 3rem 0;
}.data-insights-8 .container {
    padding: 0 1.5rem;
}.data-insights-8 ul {
    margin-bottom: 2.5rem;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.data-insights-8 .boost-statistics-3 div {
    padding: 1.5rem;
}.data-insights-8 .boost-statistics-3 p {
    font-size: 2.5rem;
}.data-insights-8 h4 {
    font-size: calc(18px * 0.9);
}
}

@media (hover: none) {.data-insights-8 .boost-statistics-3:hover {
    transform: translateY(0);
}.data-insights-8 .boost-statistics-3 div::after,
  .data-insights-8 .boost-statistics-3::before,
  .data-insights-8 .boost-statistics-3 p::after {
    display: none;
}.data-insights-8 .boost-statistics-3 p,
  .data-insights-8 .boost-statistics-3 span {
    transform: none !important;
}}.receive-updates-6 {
    background: rgb(198,237,207);
    overflow: hidden;
    padding: 100px 0;
    position: relative;
}.receive-updates-6::before {
    width: 100%;
    opacity: 0.3;
    top: 0;
    position: absolute;
    background: linear-gradient(
        135deg,
        transparent 20%,
        rgb(162,210,171,0.5) 20%, 
        rgb(162,210,171,0.5) 22%,
        transparent 22%,
        transparent 80%,
        rgb(125,176,135,0.5) 80%,
        rgb(125,176,135,0.5) 82%,
        transparent 82%
    );
    left: 0;
    height: 100%;
    content: "";
}.receive-updates-6 .learn-identity-1 {
    position: relative;
    padding: 0 20px;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
}.receive-updates-6 .feedback-support-7 {
    gap: 10% 5%;
    grid-template-columns: 1fr 1fr;
    position: relative;
    display: grid;
}.receive-updates-6 h3 {
    font-size: clamp(22px, 5vw, 47px);
    color: #000000;
    margin-bottom: 40px;
    position: relative;
    grid-column: 1 / -1;
    font-weight: 700;
    line-height: 1.1;
    max-width: 80%;
}.receive-updates-6 h3::first-letter {
    font-weight: 700;
    font-size: 1.5em;
    color: rgb(162,210,171);
}.receive-updates-6 .input_holder {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    grid-column: 1 / -1;
}.receive-updates-6 input[type="email"] {
    border: none;
    color: #000000;
    background: transparent;
    font-family: Arial, sans-serif;
    padding: 0;
    border-bottom: 2px solid rgba(0, 0, 0, 0.5);
    flex: 2;
    font-size: 12px;
    transition: all 0.3s ease;
    height: 50px;
}.receive-updates-6 input[type="email"]::placeholder {
    opacity: 0.7;
    transition: all 0.3s ease;
    color: #000000;
}.receive-updates-6 input[type="email"]:focus {
    outline: none;
    border-color: rgb(162,210,171);
}.receive-updates-6 input[type="email"]:focus::placeholder {
    opacity: 0;
    transform: translateY(-10px);
}.receive-updates-6 .mail-section-4 {
    overflow: hidden;
    border: 1px solid #000000;
    border-radius: 0;
    letter-spacing: 2px;
    cursor: pointer;
    flex: 1;
    position: relative;
    font-weight: 400;
    transition: all 0.3s ease;
    font-size: 18px;
    background: transparent;
    height: 50px;
    font-family: Arial, sans-serif;
    color: #000000;
    text-transform: uppercase;
}.receive-updates-6 .mail-section-4::before {
    background: rgb(162,210,171);
    left: 0;
    width: 0;
    position: absolute;
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    top: 0;
    height: 100%;
    content: "";
    z-index: -1;
}.receive-updates-6 .mail-section-4:hover {
    color: #ffffff;
    border-color: rgb(162,210,171);
}.receive-updates-6 .mail-section-4:hover::before {
    width: 100%;
}.receive-updates-6::after {
    position: absolute;
    height: 1px;
    content: "";
    bottom: 60px;
    left: 20%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(0, 0, 0, 0.5),
        transparent
    );
    width: 60%;
}

@keyframes floatText {
    0% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
    100% { transform: translateY(0); }
}

@media (max-width: 768px) {.receive-updates-6 {
    padding: 80px 0 100px;
}.receive-updates-6 .feedback-support-7 {
    grid-template-columns: 1fr;
    gap: 20px;
}.receive-updates-6 h3 {
    margin-bottom: 30px;
    max-width: 100%;
}.receive-updates-6 .input_holder {
    flex-direction: column;
}.receive-updates-6 input[type="email"],
    .receive-updates-6 .mail-section-4 {
    width: 100%;
}.receive-updates-6 .mail-section-4 {
    margin-top: 20px;
}.receive-updates-6::after {
    bottom: 50px;
    width: 80%;
    left: 10%;
}
}

@media (max-width: 480px) {.receive-updates-6 {
    padding: 60px 0 80px;
}.receive-updates-6 h3 {
    margin-bottom: 25px;
    font-size: 22px;
}.receive-updates-6 input[type="email"] {
    font-size: calc(12px * 0.9);
}.receive-updates-6 .mail-section-4 {
    font-size: calc(18px * 0.9);
    letter-spacing: 1px;
}.receive-updates-6::after {
    bottom: 40px;
}
}