* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}a {
    text-decoration: none;
    color: inherit;
}html,body {
    font-family: Arial, sans-serif;
    color: #000000;
    scroll-behavior: smooth;
    min-height: 100%;
    height: 100%;
    auto
contain
touch-action: none;
}@keyframes slide_scrollbar { 0% { background-position: 0% 50%; } 100% { background-position: 100% 50%; } }

::-webkit-scrollbar {
    width: 2%;
    background: #ffffff;
    height: 4px;
}::-webkit-scrollbar-button {
    width: 12px;
    height: 4px;
    border-radius: 5px;
    background: rgb(207,221,221);
}::-webkit-scrollbar-track {
    background: rgb(95,130,165);
    border-radius: 12.6rem;
}::-webkit-scrollbar-track:active {
    background: rgb(95,130,165);
}::-webkit-scrollbar-thumb {
    transition: all, border-radius 3.3s cubic-bezier(0.42, 0, 0.58, 1);
    background: #ffffff;
    min-height: 67px;
    animation: slide_scrollbar 5.2s linear infinite;
}::-webkit-scrollbar-thumb:hover {
    background: rgb(207,221,221);
    box-shadow: -4px 5px 8px 5px rgba(0, 0, 0, 0.6);
}::-webkit-scrollbar-thumb:active {
    background: rgb(207,221,221);
}html {
    scrollbar-width: auto;
    scrollbar-color: rgb(148,188,188,0.5) rgb(148,188,188,0.5);
}header,footer {
    width: 100%;
}.top_pagewrapnw12ovL {
    flex: 1 0 auto;
}svg {
    height: 30px;
    width: 30px;
}.container {
    width: 1182px;
    max-width: 100%;
    margin: auto;
}.grant_info4v5i8zP {
    flex: 0 0 auto;
}.wrapper-skeletonPERMjoW {
    display: flex;
    min-height: 100%;
    height: 100%;
    flex-direction: column;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.secure_protectiondrG6aeo {
    width: 100%;
    border: 2px solid rgb(148,188,188);
    overflow: hidden;
    height: auto;
    color: #ffffff;
    padding: 40px;
    box-shadow: 0 0 15px rgb(148,188,188,0.5);
    font-family: Arial, sans-serif;
}.secure_protectiondrG6aeo h1 {
    border-bottom: 2px solid rgb(148,188,188);
    padding-bottom: 10px;
    margin-top: 30px;
    font-size: 46px;
    text-transform: uppercase;
    color: rgb(148,188,188);
    font-weight: 700;
    text-shadow: 0 0 10px rgb(148,188,188,0.5);
    margin-bottom: 20px;
}.secure_protectiondrG6aeo h2 {
    padding-bottom: 5px;
    text-shadow: 0 0 10px rgb(95,130,165,0.5);
    margin-bottom: 15px;
    color: rgb(95,130,165);
    margin-top: 25px;
    font-weight: 600;
    border-bottom: 1px solid rgb(95,130,165);
    font-size: 34px;
}.secure_protectiondrG6aeo h3, .secure_protectiondrG6aeo h4, .secure_protectiondrG6aeo h5, .secure_protectiondrG6aeo h6 {
    text-shadow: 0 0 5px rgb(148,188,188,0.5);
    margin-bottom: 10px;
    font-weight: 600;
    margin-top: 20px;
    color: rgb(148,188,188);
    font-size: 18px;
}.secure_protectiondrG6aeo li {
    font-weight: 400;
    position: relative;
    font-size: 16px;
    color: #000000;
    line-height: 1.6;
    margin-bottom: 15px;
}.secure_protectiondrG6aeo li::before {
    position: absolute;
    color: rgb(148,188,188);
    top: 0;
    content: "▸";
    left: -15px;
}.secure_protectiondrG6aeo section {
    box-shadow: 0 0 15px rgb(148,188,188,0.5);
    border-radius: 10px;
    padding: 20px;
    margin-top: 20px;
}.secure_protectiondrG6aeo p, .secure_protectiondrG6aeo span, .secure_protectiondrG6aeo div {
    line-height: 1.8;
    font-weight: 300;
    font-size: 16px;
    text-shadow: 0 0 5px rgb(148,188,188,0.5);
    color: #000000;
    margin-bottom: 10px;
}

@media only screen and (max-width: 800px) {.secure_protectiondrG6aeo {
    padding: 20px 10px;
}.secure_protectiondrG6aeo h1 {
    font-size: calc(18px * 0.8);
}.secure_protectiondrG6aeo h2 {
    font-size: calc(18px * 0.8);
}.secure_protectiondrG6aeo h3, .secure_protectiondrG6aeo h4, .secure_protectiondrG6aeo h5, .secure_protectiondrG6aeo h6 {
    font-size: calc(18px * 0.8);
}.secure_protectiondrG6aeo p, .secure_protectiondrG6aeo span, .secure_protectiondrG6aeo div {
    font-size: calc(16px * 0.9);
}}.instructor_profilejGqRDL5 {
    overflow: hidden;
    padding: 4rem 2rem;
    background: linear-gradient(135deg, rgb(207,221,221) 0%, rgb(148,188,188,0.5) 100%);
    position: relative;
    border-radius: 12px;
}.instructor_profilejGqRDL5::before {
    top: -10%;
    background: rgb(95,130,165,0.5);
    height: 120%;
    left: -10%;
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
    position: absolute;
    width: 70%;
    z-index: 1;
    animation: pulse 8s infinite alternate;
    transform: rotate(-15deg);
    content: "";
}.instructor_profilejGqRDL5 .user_feedbackdUqRvjk {
    position: relative;
    gap: 2rem;
    grid-template-columns: 1fr 1.2fr;
    display: grid;
    z-index: 2;
    transform: perspective(1000px) rotateY(5deg);
    transition: transform 0.5s ease;
}.instructor_profilejGqRDL5 .user_feedbackdUqRvjk:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-10px);
}.instructor_profilejGqRDL5 .article_imagekar0tQm {
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    height: 400px;
    transform: rotate(-3deg) translateY(20px);
}.instructor_profilejGqRDL5 .article_imagekar0tQm::after {
    content: "";
    border-radius: 10px;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    position: absolute;
    background: linear-gradient(45deg, rgb(148,188,188,0.5) 0%, transparent 70%);
}.instructor_profilejGqRDL5 .user_feedbackdUqRvjk:hover .article_imagekar0tQm {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5);
    transform: rotate(0deg) translateY(0);
}.instructor_profilejGqRDL5 .work_cardSPnpOIs {
    transform: translateY(30px) rotate(2deg);
    background: #ffffff;
    transition: transform 0.5s ease;
    position: relative;
    z-index: 3;
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}.instructor_profilejGqRDL5 .user_feedbackdUqRvjk:hover .work_cardSPnpOIs {
    transform: translateY(0) rotate(0deg);
}.instructor_profilejGqRDL5 .name {
    font-size: 38px;
    font-weight: 700;
    position: relative;
    color: rgb(148,188,188);
    font-family: Arial, sans-serif;
    margin-bottom: 0.5rem;
}.instructor_profilejGqRDL5 .name::after {
    transform: scaleX(0.6);
    background: linear-gradient(90deg, rgb(95,130,165) 0%, rgb(148,188,188) 100%);
    left: 0;
    bottom: -8px;
    transition: transform 0.3s ease;
    width: 60px;
    position: absolute;
    content: "";
    height: 3px;
    transform-origin: left;
}.instructor_profilejGqRDL5 .user_feedbackdUqRvjk:hover .name::after {
    transform: scaleX(1);
}.instructor_profilejGqRDL5 .work_cardSPnpOIs > div:nth-child(2) {
    transform: translateX(5px);
    margin-bottom: 1.5rem;
    opacity: 0.8;
    color: rgb(95,130,165);
    transition: all 0.3s ease;
    font-weight: 600;
    font-size: 18px;
}.instructor_profilejGqRDL5 .user_feedbackdUqRvjk:hover .work_cardSPnpOIs > div:nth-child(2) {
    transform: translateX(0);
    opacity: 1;
}.instructor_profilejGqRDL5 .work_exp2FhnOKX {
    font-weight: 400;
    color: #000000;
    font-size: 12px;
    line-height: 1.6;
    padding-left: 1.5rem;
    font-style: italic;
    position: relative;
}.instructor_profilejGqRDL5 .work_exp2FhnOKX::before {
    content: "";
    background: linear-gradient(to bottom, rgb(148,188,188), rgb(95,130,165));
    width: 3px;
    left: 0;
    position: absolute;
    top: 0;
    height: 100%;
}

@keyframes pulse {
    0% {
        opacity: 0.2;
    }
    50% {
        opacity: 0.3;
    }
    100% {
        opacity: 0.1;
    }
}

@media (max-width: 768px) {.instructor_profilejGqRDL5 .user_feedbackdUqRvjk {
    grid-template-columns: 1fr;
}.instructor_profilejGqRDL5 .article_imagekar0tQm {
    height: 300px;
}}.program_overviewpl21un3 {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(207,221,221) 0%, rgba(245, 247, 250, 0.95) 100%);
    position: relative;
    padding: 5rem 0;
}.program_overviewpl21un3::before {
    top: -5%;
    transform: rotate(15deg);
    width: 250px;
    content: "";
    right: -5%;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    background: linear-gradient(225deg, rgb(148,188,188) 0%, rgb(148,188,188,0.5) 70%);
    opacity: 0.1;
    height: 250px;
    animation: float 12s ease-in-out infinite;
    position: absolute;
    z-index: 0;
}.program_overviewpl21un3::after {
    left: -3%;
    height: 200px;
    clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
    transform: rotate(-15deg);
    position: absolute;
    bottom: -3%;
    opacity: 0.1;
    z-index: 0;
    width: 200px;
    content: "";
    background: linear-gradient(135deg, rgb(95,130,165) 0%, rgb(95,130,165,0.5) 80%);
    animation: float 15s ease-in-out infinite reverse;
}.program_overviewpl21un3 .container {
    z-index: 1;
    padding: 0 1.5rem;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}.program_overviewpl21un3 h2 {
    text-align: center;
    font-size: 31px;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    margin-bottom: 3rem;
    position: relative;
    font-weight: 700;
    transform: perspective(1000px) rotateX(0deg);
    color: #000000;
}.program_overviewpl21un3 h2::after {
    width: 80px;
    left: 50%;
    background: linear-gradient(90deg, rgb(148,188,188) 0%, rgb(95,130,165) 100%);
    transform: translateX(-50%);
    height: 3px;
    bottom: -0.75rem;
    position: absolute;
    content: "";
}.program_overviewpl21un3 h2:hover {
    transform: perspective(1000px) rotateX(2deg) translateY(-5px);
}.program_overviewpl21un3 .learn_skills2hKolec {
    border-radius: 5px;
    background: #ffffff;
    gap: 2.5rem;
    display: grid;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    grid-template-columns: 1fr;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    transform: translateY(0);
}.program_overviewpl21un3 .learn_skills2hKolec:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
    transform: translateY(-10px);
}.program_overviewpl21un3 .article_imagekar0tQm {
    transform: scale(1);
    overflow: hidden;
    position: relative;
    height: 350px;
    transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}.program_overviewpl21un3 .article_imagekar0tQm::after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    background: linear-gradient(180deg, transparent 70%, rgba(0, 0, 0, 0.2) 100%);
    height: 100%;
    content: "";
}.program_overviewpl21un3 .article_imagekar0tQm:hover {
    transform: scale(1.03);
}.program_overviewpl21un3 .statement_holderDBtS986 {
    position: relative;
    padding: 2rem 2.5rem 2.5rem;
}.program_overviewpl21un3 .statement_holderDBtS986::before {
    width: 90%;
    content: "";
    transform: translateX(-50%);
    top: 0;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(95,130,165,0.5), transparent);
    height: 1px;
    left: 50%;
}.program_overviewpl21un3 .description {
    position: relative;
    font-size: 16px;
    max-height: 340px;
    color: #000000;
    margin-bottom: 1.5rem;
    overflow-y: auto;
    line-height: 1.8;
    padding-right: 15px;
}.program_overviewpl21un3 .description:last-child {
    margin-bottom: 0;
}.program_overviewpl21un3 .description::-webkit-scrollbar {
    width: 4px;
}.program_overviewpl21un3 .description::-webkit-scrollbar-track {
    background: rgb(207,221,221);
    border-radius: 10px;
}.program_overviewpl21un3 .description::-webkit-scrollbar-thumb {
    background: rgb(148,188,188,0.5);
    border-radius: 10px;
}.program_overviewpl21un3 .description::-webkit-scrollbar-thumb:hover {
    background: rgb(148,188,188);
}.program_overviewpl21un3 .description::first-letter {
    font-size: 1.5em;
    color: rgb(148,188,188);
    font-weight: 600;
}

@media (min-width: 768px) {.program_overviewpl21un3 {
    padding: 6rem 0;
}.program_overviewpl21un3 .learn_skills2hKolec {
    gap: 0;
    grid-template-columns: 1fr 1.5fr;
}.program_overviewpl21un3 .article_imagekar0tQm {
    height: 100%;
    clip-path: polygon(0 0, 100% 0, 92% 100%, 0% 100%);
}.program_overviewpl21un3 .statement_holderDBtS986 {
    padding: 3rem 3.5rem;
}.program_overviewpl21un3 .statement_holderDBtS986::before {
    left: 0;
    transform: translateY(-50%);
    height: 90%;
    top: 50%;
    width: 1px;
    background: linear-gradient(180deg, transparent, rgb(95,130,165,0.5), transparent);
}.program_overviewpl21un3 h2 {
    margin-bottom: 4rem;
    font-size: calc(31px * 1.1);
}.program_overviewpl21un3 .description {
    columns: 2;
    column-gap: 2.5rem;
    max-height: 400px;
}
}

@media (min-width: 992px) {.program_overviewpl21un3 {
    padding: 7rem 0;
}.program_overviewpl21un3 h2 {
    font-size: calc(31px * 1.2);
}.program_overviewpl21un3 .learn_skills2hKolec {
    grid-template-columns: 1fr 2fr;
}.program_overviewpl21un3 .description {
    max-height: 450px;
    font-size: calc(16px * 1.05);
    line-height: 1.85;
}
}

@media (min-width: 1200px) {.program_overviewpl21un3 .description {
    columns: 2;
    column-gap: 3rem;
}
}

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

@media (prefers-reduced-motion: reduce) {.program_overviewpl21un3::before,
    .program_overviewpl21un3::after {
    animation: none;
}.program_overviewpl21un3 .learn_skills2hKolec:hover {
    transform: none;
}.program_overviewpl21un3 .article_imagekar0tQm:hover {
    transform: none;
}.program_overviewpl21un3 h2:hover {
    transform: none;
}}.appPagedbak2SF {
    overflow: hidden;
    padding: 8rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(207,221,221) 0%, #ffffff 100%);
}.appPagedbak2SF::before {
    right: 0;
    top: 0;
    content: "";
    position: absolute;
    width: 100%;
    z-index: 0;
    height: 100%;
    background: 
        radial-gradient(circle at 15% 15%, rgb(148,188,188,0.5) 0%, transparent 35%),
        radial-gradient(circle at 85% 85%, rgb(95,130,165,0.5) 0%, transparent 45%);
}.appPagedbak2SF::after {
    content: "";
    width: 80%;
    background: linear-gradient(90deg, transparent, rgb(95,130,165) 50%, transparent);
    position: absolute;
    animation: lineExpand 1.2s ease-out 0.8s forwards;
    height: 1px;
    bottom: 20%;
    transform-origin: left;
    left: 10%;
    transform: scaleX(0);
}.appPagedbak2SF .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
    z-index: 1;
    opacity: 0;
    animation: fadeUpIn 0.8s ease-out 0.3s forwards;
    transform: translateY(30px);
}.appPagedbak2SF h2 {
    line-height: 1.3;
    text-shadow: 0 1px 2px rgba(0,0,0,0.05);
    transform: translateY(20px);
    animation: fadeUpIn 0.8s ease-out 0.5s forwards;
    opacity: 0;
    position: relative;
    max-width: 90%;
    margin-bottom: 2.5rem;
    color: rgb(148,188,188);
    font-weight: 700;
    font-size: 34px;
}.appPagedbak2SF h2::after {
    animation: lineExpand 0.6s ease-out 1s forwards;
    position: absolute;
    height: 4px;
    transform: scaleX(0);
    bottom: -12px;
    left: 0;
    width: 80px;
    background: linear-gradient(90deg, rgb(95,130,165), transparent);
    transform-origin: left;
    content: "";
}.appPagedbak2SF .path_impactRfT7q3d {
    background: linear-gradient(135deg, #ffffff 0%, rgba(255,255,255,0.9) 100%);
    border-left: 4px solid rgb(95,130,165);
    animation: cardAppear 1s cubic-bezier(0.23, 1, 0.32, 1) 0.7s forwards;
    transform: translateY(30px) perspective(1000px) rotateX(2deg);
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.05),
        0 5px 15px rgba(0,0,0,0.03);
    position: relative;
    padding: 3rem;
    opacity: 0;
}.appPagedbak2SF .path_impactRfT7q3d::before {
    width: 60px;
    right: 20px;
    height: 60px;
    transform: scale(0);
    top: 20px;
    position: absolute;
    border-radius: 50%;
    opacity: 0.5;
    content: "";
    animation: pulseIn 1.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1.2s forwards;
    background: linear-gradient(135deg, rgb(95,130,165,0.5) 0%, transparent 70%);
}.appPagedbak2SF ul {
    list-style: none;
    margin: 0;
    padding: 0;
}.appPagedbak2SF li {
    transform: translateY(15px);
    position: relative;
    opacity: 0;
    animation: fadeUpIn 0.8s ease-out 0.9s forwards;
}.appPagedbak2SF li::before {
    content: "";
    transform: rotate(45deg) scale(0);
    width: 0.5rem;
    background-color: rgb(95,130,165);
    position: absolute;
    height: 0.5rem;
    left: -1.5rem;
    top: 0.5rem;
    animation: diamondAppear 0.5s ease-out 1.2s forwards;
}.appPagedbak2SF li span {
    line-height: 1.7;
    font-family: Arial, sans-serif;
    font-size: calc(15px * 1.1);
    color: #000000;
    display: block;
    letter-spacing: 0.01em;
    position: relative;
}

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

@keyframes cardAppear {
    from {
        opacity: 0;
        transform: translateY(30px) perspective(1000px) rotateX(2deg);
    }
    to {
        opacity: 1;
        transform: translateY(0) perspective(1000px) rotateX(0);
    }
}

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

@keyframes diamondAppear {
    from {
        transform: rotate(45deg) scale(0);
    }
    to {
        transform: rotate(45deg) scale(1);
    }
}

@keyframes pulseIn {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    50% {
        transform: scale(1.2);
        opacity: 0.7;
    }
    100% {
        transform: scale(1);
        opacity: 0.5;
    }
}

@media (max-width: 991px) {.appPagedbak2SF {
    padding: 6rem 0;
}.appPagedbak2SF h2 {
    max-width: 100%;
    font-size: calc(34px * 0.9);
}.appPagedbak2SF .path_impactRfT7q3d {
    padding: 2.5rem;
}
}

@media (max-width: 767px) {.appPagedbak2SF {
    padding: 5rem 0;
}.appPagedbak2SF h2 {
    font-size: calc(34px * 0.8);
    margin-bottom: 2rem;
}.appPagedbak2SF .path_impactRfT7q3d {
    padding: 2rem;
}.appPagedbak2SF li span {
    font-size: 15px;
}.appPagedbak2SF .path_impactRfT7q3d::before {
    right: 15px;
    top: 15px;
    width: 45px;
    height: 45px;
}
}

@media (max-width: 575px) {.appPagedbak2SF {
    padding: 4rem 0;
}.appPagedbak2SF .container {
    padding: 0 1.5rem;
}.appPagedbak2SF h2 {
    font-size: calc(34px * 0.7);
    margin-bottom: 1.75rem;
}.appPagedbak2SF .path_impactRfT7q3d {
    padding: 1.5rem;
}.appPagedbak2SF li::before {
    height: 0.4rem;
    left: -1.25rem;
    width: 0.4rem;
}}.contact_form_boxV8YbBxi {
    padding: 100px 0;
    overflow: hidden;
    background: linear-gradient(120deg, rgb(207,221,221), rgba(rgb(148,188,188), 0.03));
    position: relative;
}.contact_form_boxV8YbBxi::before {
    left: 0;
    top: 0;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgba(rgb(148,188,188), 0.05) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(rgb(95,130,165), 0.05) 0%, transparent 50%);
    content: "";
    position: absolute;
    z-index: 1;
    width: 100%;
}.contact_form_boxV8YbBxi::after {
    top: 0;
    height: 100%;
    position: absolute;
    content: "";
    background-image: 
        linear-gradient(90deg, rgba(rgb(148,188,188), 0.03) 1px, transparent 1px),
        linear-gradient(rgba(rgb(148,188,188), 0.03) 1px, transparent 1px),
        radial-gradient(circle at 50% 50%, rgba(rgb(95,130,165), 0.05) 0%, transparent 25%),
        radial-gradient(circle at 80% 20%, rgba(rgb(148,188,188), 0.04) 0%, transparent 30%),
        radial-gradient(circle at 20% 80%, rgba(rgb(95,130,165), 0.04) 0%, transparent 30%);
    background-size: 30px 30px, 30px 30px, 600px 600px, 400px 400px, 300px 300px;
    background-position: center center;
    width: 100%;
    animation: backgroundShift 30s linear infinite;
    left: 0;
    z-index: 1;
}@keyframes backgroundShift {
    0% {
        background-position: 0px 0px, 0px 0px, center center, 80% 20%, 20% 80%;
    }
    100% {
        background-position: 30px 30px, 30px 30px, center center, 85% 15%, 15% 85%;
    }
}

.contact_form_boxV8YbBxi .container {
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    padding: 0 30px;
}.contact_form_boxV8YbBxi h2 {
    color: #000000;
    left: 50%;
    font-size: 30px;
    position: relative;
    letter-spacing: 1px;
    perspective: 1000px;
    display: inline-block;
    margin-bottom: 15px;
    font-weight: 700;
    transform: translateX(-50%);
    text-align: center;
}.contact_form_boxV8YbBxi h2::before {
    background: linear-gradient(90deg, transparent, rgb(148,188,188), transparent);
    content: "";
    height: 2px;
    width: 100%;
    bottom: -10px;
    left: 0;
    position: absolute;
}.contact_form_boxV8YbBxi .request_feedbackXTrmC2f {
    perspective: 1000px;
    transform-style: preserve-3d;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
    position: relative;
    background: #ffffff;
    overflow: hidden;
    margin-top: 60px;
    display: flex;
    border-radius: 16px;
}.contact_form_boxV8YbBxi .request_feedbackXTrmC2f::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    z-index: 3;
    background: linear-gradient(90deg, rgb(148,188,188), rgb(95,130,165));
    height: 5px;
    width: 100%;
}.contact_form_boxV8YbBxi .article_imagekar0tQm {
    transform: translateZ(0);
    overflow: hidden;
    flex: 0 0 45%;
    position: relative;
    min-height: 500px;
}.contact_form_boxV8YbBxi .article_imagekar0tQm::before {
    mix-blend-mode: multiply;
    position: absolute;
    background: linear-gradient(210deg, rgba(rgb(148,188,188), 0.5), rgba(rgb(95,130,165), 0.5));
    z-index: 1;
    inset: 0;
    content: "";
}.contact_form_boxV8YbBxi .article_imagekar0tQm::after {
    animation: shine 6s infinite ease-in-out;
    position: absolute;
    z-index: 2;
    top: -100%;
    background: linear-gradient(45deg, transparent 45%, rgba(255, 255, 255, 0.1) 50%, transparent 55%);
    content: "";
    width: 300%;
    left: -100%;
    height: 300%;
}@keyframes shine {
    0% { transform: translateX(-100%) translateY(-100%) rotate(45deg); }
    30%, 100% { transform: translateX(100%) translateY(100%) rotate(45deg); }
}

.contact_form_boxV8YbBxi .connect_boxiIBPu75 {
    padding: 60px 50px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.95));
    position: relative;
    backdrop-filter: blur(10px);
    flex: 0 0 55%;
}.contact_form_boxV8YbBxi .connect_boxiIBPu75::before {
    border-radius: 50%;
    z-index: 0;
    background: 
        radial-gradient(circle, rgba(rgb(148,188,188), 0.03) 0%, transparent 70%);
    opacity: 0.5;
    content: "";
    width: 500px;
    top: 0;
    position: absolute;
    right: 0;
    height: 500px;
}.contact_form_boxV8YbBxi form {
    position: relative;
    z-index: 3;
}.contact_form_boxV8YbBxi form h3 {
    color: #000000;
    position: relative;
    font-size: 19px;
    margin-bottom: 35px;
    font-weight: 600;
    letter-spacing: 0.5px;
}.contact_form_boxV8YbBxi form h3::after {
    background: rgb(148,188,188);
    content: "";
    bottom: -15px;
    height: 2px;
    position: absolute;
    width: 30px;
    left: 0;
}.contact_form_boxV8YbBxi form input[type="text"] {
    font-size: 18px;
    margin-bottom: 25px;
    backdrop-filter: blur(5px);
    padding: 18px 25px;
    background: rgba(rgb(207,221,221), 0.5);
    border: 1px solid rgba(rgb(148,188,188), 0.1);
    color: #000000;
    border-radius: 8px;
    transition: all 0.3s ease;
    width: 100%;
}.contact_form_boxV8YbBxi form input[type="text"]:focus {
    outline: none;
    background: rgba(#ffffff, 0.9);
    box-shadow: 0 0 0 4px rgba(rgb(148,188,188), 0.1);
    border-color: rgb(148,188,188);
}.contact_form_boxV8YbBxi form input[type="text"]::placeholder {
    color: rgba(#000000, 0.5);
    transition: all 0.3s ease;
}.contact_form_boxV8YbBxi form input[type="text"]:focus::placeholder {
    transform: translateX(5px);
    opacity: 0.7;
}.contact_form_boxV8YbBxi .query_helpR1LwEl8 {
    position: relative;
    margin-bottom: 30px;
    display: flex;
}.contact_form_boxV8YbBxi .query_helpR1LwEl8 input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.contact_form_boxV8YbBxi .query_helpR1LwEl8 label {
    cursor: pointer;
    padding-left: 35px;
    color: #000000;
    position: relative;
    line-height: 1.5;
    font-size: 16px;
}.contact_form_boxV8YbBxi .query_helpR1LwEl8 label::before {
    left: 0;
    position: absolute;
    border: 1px solid rgba(rgb(148,188,188), 0.3);
    content: "";
    width: 22px;
    height: 22px;
    border-radius: 4px;
    transition: all 0.3s ease;
    top: 0;
    background: rgba(#ffffff, 0.6);
}.contact_form_boxV8YbBxi .query_helpR1LwEl8 input[type="checkbox"]:checked + label::before {
    background: rgb(148,188,188);
    border-color: rgb(148,188,188);
}.contact_form_boxV8YbBxi .query_helpR1LwEl8 input[type="checkbox"]:checked + label::after {
    left: 8px;
    position: absolute;
    content: "";
    height: 12px;
    border-width: 0 2px 2px 0;
    top: 4px;
    border: solid #ffffff;
    width: 6px;
    transform: rotate(45deg);
}.contact_form_boxV8YbBxi .query_helpR1LwEl8 label a {
    transition: all 0.3s ease;
    font-weight: 600;
    color: rgb(148,188,188);
    position: relative;
    text-decoration: none;
}.contact_form_boxV8YbBxi .query_helpR1LwEl8 label a::after {
    transform-origin: right;
    left: 0;
    content: "";
    transform: scaleX(0);
    background: rgb(148,188,188);
    height: 1px;
    transition: transform 0.3s ease;
    position: absolute;
    bottom: -2px;
    width: 100%;
}.contact_form_boxV8YbBxi .query_helpR1LwEl8 label a:hover {
    color: rgb(95,130,165);
}.contact_form_boxV8YbBxi .query_helpR1LwEl8 label a:hover::after {
    background: rgb(95,130,165);
    transform-origin: left;
    transform: scaleX(1);
}.contact_form_boxV8YbBxi .feedback_mapsnA0o86 {
    border: none;
    position: relative;
    font-weight: 600;
    letter-spacing: 0.5px;
    z-index: 1;
    cursor: pointer;
    transition: all 0.3s ease;
    overflow: hidden;
    font-size: 16px;
    color: #ffffff;
    padding: 16px 40px;
    border-radius: 8px;
    background: rgb(148,188,188);
}.contact_form_boxV8YbBxi .feedback_mapsnA0o86::before {
    height: 100%;
    transition: opacity 0.3s ease;
    top: 0;
    background: linear-gradient(45deg, rgb(148,188,188), rgb(95,130,165));
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    opacity: 0;
    z-index: -1;
}.contact_form_boxV8YbBxi .feedback_mapsnA0o86:hover::before {
    opacity: 1;
}.contact_form_boxV8YbBxi .feedback_mapsnA0o86::after {
    border-radius: 50%;
    transition: all 0.5s ease;
    background: rgba(255, 255, 255, 0.3);
    z-index: -1;
    left: -10px;
    width: 50px;
    top: -50%;
    position: absolute;
    transform: scale(0);
    height: 50px;
    content: "";
}.contact_form_boxV8YbBxi .feedback_mapsnA0o86:hover::after {
    opacity: 0;
    transform: scale(4);
}.contact_form_boxV8YbBxi svg {
    height: 22px;
    stroke: rgb(148,188,188);
    stroke-width: 2;
    transition: all 0.3s ease;
    fill: none;
    width: 22px;
    filter: drop-shadow(0 2px 2px rgba(rgb(148,188,188), 0.3));
}.contact_form_boxV8YbBxi svg path {
    stroke-width: 2;
    stroke: rgb(148,188,188);
    transition: all 0.3s ease;
}.contact_form_boxV8YbBxi svg:hover,
.contact_form_boxV8YbBxi svg:hover path {
    transform: translateY(-2px);
    stroke: rgb(95,130,165);
}.contact_form_boxV8YbBxi form input {
    border: 1px solid rgb(148,188,188);
}

@media (max-width: 1024px) {.contact_form_boxV8YbBxi {
    padding: 80px 0;
}.contact_form_boxV8YbBxi .request_feedbackXTrmC2f {
    margin-top: 50px;
}.contact_form_boxV8YbBxi .article_imagekar0tQm {
    min-height: 450px;
}.contact_form_boxV8YbBxi .connect_boxiIBPu75 {
    padding: 50px 40px;
}
}

@media (max-width: 768px) {.contact_form_boxV8YbBxi {
    padding: 60px 0;
}.contact_form_boxV8YbBxi .request_feedbackXTrmC2f {
    margin-top: 40px;
    flex-direction: column;
}.contact_form_boxV8YbBxi .article_imagekar0tQm {
    min-height: 300px;
    width: 100%;
}.contact_form_boxV8YbBxi .connect_boxiIBPu75 {
    width: 100%;
    padding: 40px 30px;
}.contact_form_boxV8YbBxi form h3 {
    margin-bottom: 30px;
}.contact_form_boxV8YbBxi form input[type="text"] {
    padding: 15px 20px;
    margin-bottom: 20px;
}.contact_form_boxV8YbBxi .query_helpR1LwEl8 {
    margin-bottom: 25px;
}.contact_form_boxV8YbBxi .feedback_mapsnA0o86 {
    width: 100%;
    padding: 14px 30px;
}
}

@media (max-width: 480px) {.contact_form_boxV8YbBxi {
    padding: 50px 0;
}.contact_form_boxV8YbBxi h2 {
    font-size: calc(30px * 0.85);
}.contact_form_boxV8YbBxi .request_feedbackXTrmC2f {
    border-radius: 12px;
    margin-top: 30px;
}.contact_form_boxV8YbBxi .article_imagekar0tQm {
    min-height: 220px;
}.contact_form_boxV8YbBxi .connect_boxiIBPu75 {
    padding: 30px 20px;
}.contact_form_boxV8YbBxi form h3 {
    margin-bottom: 25px;
    font-size: calc(19px * 0.9);
}.contact_form_boxV8YbBxi form input[type="text"] {
    margin-bottom: 15px;
    padding: 12px 15px;
}.contact_form_boxV8YbBxi .query_helpR1LwEl8 {
    margin-bottom: 20px;
}.contact_form_boxV8YbBxi .query_helpR1LwEl8 label {
    font-size: calc(16px * 0.9);
}.contact_form_boxV8YbBxi .feedback_mapsnA0o86 {
    padding: 12px 20px;
}}.statistical_overviewf3UACex {
    overflow: hidden;
    padding: 120px 0 90px;
    background-color: rgb(207,221,221);
    z-index: 1;
    position: relative;
}.statistical_overviewf3UACex::before {
    background: 
        linear-gradient(0deg, rgb(207,221,221) 0%, transparent 100%),
        radial-gradient(circle at 20% 30%, rgb(148,188,188,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 70%, rgb(95,130,165,0.5) 0%, transparent 30%);
    left: 0;
    z-index: -1;
    content: "";
    opacity: 0.8;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}.statistical_overviewf3UACex::after {
    background-position: -1px -1px;
    position: absolute;
    background-image: 
        linear-gradient(rgb(148,188,188,0.5) 1px, transparent 1px),
        linear-gradient(90deg, rgb(148,188,188,0.5) 1px, transparent 1px);
    z-index: -1;
    left: 0;
    content: "";
    opacity: 0.15;
    width: 100%;
    top: 0;
    background-size: 40px 40px;
    height: 100%;
}.statistical_overviewf3UACex .container {
    z-index: 5;
    position: relative;
    margin: 0 auto;
    max-width: 1400px;
    padding: 0 30px;
}.statistical_overviewf3UACex h2 {
    text-align: center;
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0.5px;
    position: relative;
    margin: 0 0 70px;
}.statistical_overviewf3UACex h2::before {
    height: 3px;
    transform: translateX(-50%);
    position: absolute;
    content: "";
    background: rgb(148,188,188);
    bottom: -15px;
    left: 50%;
    width: 60px;
}.statistical_overviewf3UACex h2::after {
    background: rgb(148,188,188);
    border-radius: 50%;
    content: "";
    bottom: -19px;
    height: 12px;
    transform: translateX(-50%);
    left: 50%;
    width: 12px;
    box-shadow: 0 0 0 4px rgb(207,221,221), 0 0 0 6px rgb(148,188,188,0.5);
    position: absolute;
}.statistical_overviewf3UACex ul {
    display: flex;
    justify-content: center;
    padding: 0;
    list-style: none;
    gap: 30px;
    margin: 0;
    flex-wrap: wrap;
}.statistical_overviewf3UACex .pro_statisticsVRN6qcS {
    border-radius: 19px;
    min-width: 250px;
    padding: 40px 30px;
    position: relative;
    backdrop-filter: blur(10px);
    flex: 1;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.05),
        0 1px 1px rgba(255, 255, 255, 0.2) inset,
        0 -1px 1px rgba(0, 0, 0, 0.05) inset;
    z-index: 1;
    overflow: hidden;
    max-width: calc(25% - 30px);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.9));
}.statistical_overviewf3UACex .pro_statisticsVRN6qcS::before {
    background: linear-gradient(90deg, rgb(148,188,188), rgb(95,130,165));
    height: 5px;
    top: 0;
    z-index: 3;
    position: absolute;
    left: 0;
    right: 0;
    content: "";
}.statistical_overviewf3UACex .pro_statisticsVRN6qcS::after {
    background-position: 0 0, 10px 10px;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.4s ease;
    background: 
        linear-gradient(45deg, transparent 48%, rgba(255, 255, 255, 0.4) 48%, rgba(255, 255, 255, 0.4) 52%, transparent 52%),
        linear-gradient(-45deg, transparent 48%, rgba(255, 255, 255, 0.4) 48%, rgba(255, 255, 255, 0.4) 52%, transparent 52%);
    background-size: 20px 20px;
    content: "";
    inset: 0;
    position: absolute;
}.statistical_overviewf3UACex .pro_statisticsVRN6qcS:hover::after {
    opacity: 0.3;
}.statistical_overviewf3UACex .pro_statisticsVRN6qcS p {
    transition: transform 0.3s ease;
    text-align: center;
    color: rgb(148,188,188);
    font-weight: 700;
    font-size: calc(42px * 1.1);
    margin: 0;
}.statistical_overviewf3UACex .pro_statisticsVRN6qcS:hover p {
    transform: translateY(-5px);
}.statistical_overviewf3UACex .pro_statisticsVRN6qcS span {
    color: #000000;
    display: block;
    margin-top: 10px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    transition: transform 0.3s ease 0.1s;
}.statistical_overviewf3UACex .pro_statisticsVRN6qcS:hover span {
    transform: translateY(-5px);
}.statistical_overviewf3UACex svg {
    top: 15px;
    fill: rgb(95,130,165);
    position: absolute;
    right: 15px;
    opacity: 0.6;
    transition: transform 0.3s ease;
    width: 20px;
    height: 20px;
}.statistical_overviewf3UACex svg path {
    fill: rgb(95,130,165);
}.statistical_overviewf3UACex .pro_statisticsVRN6qcS:hover svg {
    opacity: 1;
    transform: rotate(20deg);
}

@media (max-width: 1200px) {.statistical_overviewf3UACex {
    padding: 100px 0 70px;
}.statistical_overviewf3UACex .pro_statisticsVRN6qcS {
    min-width: 220px;
    padding: 35px 25px;
}.statistical_overviewf3UACex .pro_statisticsVRN6qcS p {
    font-size: 28px;
}
}

@media (max-width: 991px) {.statistical_overviewf3UACex {
    padding: 80px 0 60px;
}.statistical_overviewf3UACex h2 {
    margin-bottom: 60px;
}.statistical_overviewf3UACex ul {
    gap: 20px;
}.statistical_overviewf3UACex .pro_statisticsVRN6qcS {
    min-width: 200px;
    max-width: calc(50% - 20px);
}
}

@media (max-width: 768px) {.statistical_overviewf3UACex {
    padding: 60px 0 50px;
}.statistical_overviewf3UACex h2 {
    margin-bottom: 50px;
    font-size: calc(28px * 0.9);
}.statistical_overviewf3UACex .pro_statisticsVRN6qcS {
    padding: 30px 20px;
    max-width: 100%;
}
}

@media (max-width: 576px) {.statistical_overviewf3UACex {
    padding: 50px 0 40px;
}.statistical_overviewf3UACex h2 {
    margin-bottom: 40px;
}.statistical_overviewf3UACex .container {
    padding: 0 15px;
}.statistical_overviewf3UACex ul {
    gap: 15px;
}.statistical_overviewf3UACex .pro_statisticsVRN6qcS {
    padding: 25px 15px;
}.statistical_overviewf3UACex .pro_statisticsVRN6qcS p {
    font-size: calc(28px * 0.9);
}.statistical_overviewf3UACex .pro_statisticsVRN6qcS span {
    font-size: calc(16px * 0.9);
}}.welcome_boardejphrom {
    min-height: 100vh;
    perspective: 1000px;
    z-index: 1;
    overflow: hidden;
    align-items: center;
    position: relative;
    justify-content: center;
    display: flex;
}.welcome_boardejphrom::before {
    bottom: 0;
    z-index: -1;
    background: linear-gradient(
    135deg,
    rgba(0, 0, 0, 0.85) 0%,
    rgba(0, 0, 0, 0.7) 35%,
    rgba(0, 0, 0, 0.5) 100%
  );
    right: 0;
    top: 0;
    position: absolute;
    left: 0;
    content: "";
}.welcome_boardejphrom::after {
    opacity: 0.3;
    width: 200%;
    z-index: -1;
    left: -50%;
    position: absolute;
    height: 200%;
    transform: translateZ(-10px);
    content: "";
    animation: pulse 8s infinite alternate ease-in-out;
    top: -50%;
    background: radial-gradient(
    circle at center,
    rgb(148,188,188,0.5) 0%,
    transparent 65%
  );
}.welcome_boardejphrom > div {
    position: relative;
    flex-direction: column;
    align-items: flex-start;
    max-width: 1200px;
    padding: 3rem 2rem;
    gap: 2rem;
    display: flex;
    transform-style: preserve-3d;
    width: 90%;
}.welcome_boardejphrom > div::before {
    background: linear-gradient(
    90deg,
    rgb(95,130,165,0.5) 0%,
    transparent 100%
  );
    content: "";
    opacity: 0.1;
    clip-path: polygon(0 0, 100% 10%, 85% 90%, 0 100%);
    top: 0;
    transform: translateZ(-5px) skewX(-15deg);
    height: 100%;
    width: 40%;
    position: absolute;
    left: 0;
}.welcome_boardejphrom .title_style_header {
    text-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    position: relative;
    font-size: clamp(2rem, 6vw, 45px);
    margin: 0;
    max-width: 80%;
    color: #ffffff;
    animation: fadeSlideIn 1.2s cubic-bezier(0.22, 1, 0.36, 1) both;
    border-left: 5px solid rgb(148,188,188);
    transform: translateZ(30px);
    padding-left: 1.5rem;
    font-weight: 700;
}.welcome_boardejphrom .title_style_header::after {
    transform: scaleX(0);
    width: 30%;
    position: absolute;
    bottom: -15px;
    transform-origin: left;
    height: 3px;
    left: 0;
    content: "";
    background: linear-gradient(
    90deg,
    rgb(148,188,188) 0%,
    rgb(95,130,165) 100%
  );
    animation: lineGrow 1.5s cubic-bezier(0.22, 1, 0.36, 1) 0.5s forwards;
}.welcome_boardejphrom .edu_pageB6LUzJl {
    gap: 1.5rem;
    width: 100%;
    margin-left: 3rem;
    transform: translateZ(20px);
    position: relative;
    flex-direction: column;
    max-width: 700px;
    animation: fadeSlideIn 1.2s cubic-bezier(0.22, 1, 0.36, 1) 0.3s both;
    display: flex;
}.welcome_boardejphrom .edu_pageB6LUzJl::before {
    height: 20px;
    width: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    left: -30px;
    position: absolute;
    transform: rotate(45deg) translateZ(10px);
    background: rgb(148,188,188);
    content: "";
    top: -10px;
}.welcome_boardejphrom .virtual_studyPWb0hU5 {
    border-radius: 10px;
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    transform: perspective(1000px) rotateX(5deg);
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.1) 0%,
    rgba(255, 255, 255, 0.05) 100%
  );
    overflow: hidden;
    position: relative;
    padding: 2rem;
}.welcome_boardejphrom .virtual_studyPWb0hU5::after {
    transform: translateZ(-5px);
    background: radial-gradient(
    circle at center,
    rgba(255, 255, 255, 0.2) 0%,
    transparent 70%
  );
    animation: shimmer 8s infinite linear;
    position: absolute;
    content: "";
    top: -50%;
    width: 200%;
    height: 200%;
    left: -50%;
    opacity: 0.1;
}.welcome_boardejphrom .virtual_studyPWb0hU5 h3 {
    z-index: 2;
    line-height: 1.4;
    margin: 0;
    font-weight: 600;
    position: relative;
    color: #ffffff;
    font-size: clamp(1.2rem, 3vw, 1.8rem);
}.welcome_boardejphrom .edu_pageB6LUzJl > div:last-child {
    transform: translateZ(10px);
    position: relative;
    margin-left: 2rem;
    margin-top: 1rem;
}.welcome_boardejphrom .edu_pageB6LUzJl > div:last-child::before {
    left: -2rem;
    transform: translateY(-50%);
    height: 2px;
    width: 1rem;
    top: 50%;
    content: "";
    background: rgb(95,130,165);
    position: absolute;
}.welcome_boardejphrom .edu_pageB6LUzJl span {
    position: relative;
    display: inline-block;
    border-left: 3px solid rgb(95,130,165);
    transform: skewX(-5deg);
    background: rgb(95,130,165,0.5);
    padding: 1rem 1.5rem;
}.welcome_boardejphrom .edu_pageB6LUzJl p {
    font-weight: 400;
    font-size: clamp(1rem, 2vw, 16px);
    margin: 0;
    color: #ffffff;
    transform: skewX(5deg);
}

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

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

@keyframes pulse {
  0%, 100% {
    opacity: 0.3;
  }
  50% {
    opacity: 0.5;
  }
}

@keyframes shimmer {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@media (max-width: 992px) {.welcome_boardejphrom > div {
    gap: 1.5rem;
    padding: 2rem 1.5rem;
    width: 95%;
}.welcome_boardejphrom .title_style_header {
    max-width: 90%;
}.welcome_boardejphrom .edu_pageB6LUzJl {
    margin-left: 1.5rem;
}
}

@media (max-width: 768px) {.welcome_boardejphrom > div {
    padding: 1.5rem 1rem;
    gap: 1.2rem;
}.welcome_boardejphrom .title_style_header {
    padding-left: 1rem;
    font-size: clamp(1.8rem, 5vw, 2.5rem);
    max-width: 100%;
}.welcome_boardejphrom .edu_pageB6LUzJl {
    margin-left: 0;
}.welcome_boardejphrom .virtual_studyPWb0hU5 {
    transform: perspective(1000px) rotateX(3deg);
    padding: 1.5rem;
}.welcome_boardejphrom .edu_pageB6LUzJl > div:last-child {
    margin-left: 1rem;
}.welcome_boardejphrom .edu_pageB6LUzJl > div:last-child::before {
    left: -1rem;
    width: 0.7rem;
}
}

@media (max-width: 576px) {.welcome_boardejphrom > div {
    gap: 1rem;
    padding: 1.2rem 0.8rem;
}.welcome_boardejphrom .title_style_header {
    font-size: clamp(1.5rem, 4vw, 2rem);
    border-left-width: 3px;
    padding-left: 0.8rem;
}.welcome_boardejphrom .virtual_studyPWb0hU5 {
    padding: 1.2rem;
    transform: none;
}.welcome_boardejphrom .edu_pageB6LUzJl span {
    padding: 0.8rem 1rem;
}}.future_membersElqwfju {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(207,221,221) 0%, rgba(0, 0, 0, 0.5) 100%);
}.future_membersElqwfju::before {
    height: 100%;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(148,188,188,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(95,130,165,0.5) 0%, transparent 40%);
    top: 0;
    opacity: 0.6;
    left: 0;
    z-index: 0;
    position: absolute;
    content: "";
    width: 100%;
}.future_membersElqwfju::after {
    content: "";
    z-index: 0;
    width: 100%;
    opacity: 0.03;
    background-image: 
        linear-gradient(45deg, #000000 25%, transparent 25%),
        linear-gradient(-45deg, #000000 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, #000000 25%),
        linear-gradient(-45deg, transparent 75%, #000000 25%);
    left: 0;
    position: absolute;
    top: 0;
    background-position: 0 0, 0 60px, 60px -60px, -60px 0px;
    background-size: 120px 120px;
    height: 100%;
}.future_membersElqwfju .container {
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    max-width: 1200px;
}.future_membersElqwfju .path_impactRfT7q3d {
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    overflow: hidden;
    padding: 50px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(12px);
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 3px 10px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    transform: translateY(0);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 18px;
}.future_membersElqwfju .path_impactRfT7q3d:hover {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.15),
        0 5px 15px rgba(0, 0, 0, 0.08),
        0 0 0 1px rgba(255, 255, 255, 0.15) inset;
    transform: translateY(-10px);
}.future_membersElqwfju .path_impactRfT7q3d::before {
    position: absolute;
    right: -100px;
    width: 200px;
    filter: blur(30px);
    height: 200px;
    animation: pulse-effect 8s infinite alternate ease-in-out;
    border-radius: 50%;
    content: "";
    top: -100px;
    opacity: 0.1;
    background: linear-gradient(45deg, rgb(148,188,188) 0%, rgb(95,130,165) 100%);
}.future_membersElqwfju .path_impactRfT7q3d::after {
    height: 150px;
    left: -75px;
    background: linear-gradient(225deg, rgb(95,130,165) 0%, rgb(148,188,188) 100%);
    filter: blur(25px);
    animation: pulse-effect 8s infinite alternate-reverse ease-in-out;
    opacity: 0.1;
    bottom: -75px;
    width: 150px;
    border-radius: 50%;
    position: absolute;
    content: "";
}@keyframes pulse-effect {
    0% {
        transform: scale(1);
        opacity: 0.1;
    }
    50% {
        transform: scale(1.5);
        opacity: 0.2;
    }
    100% {
        transform: scale(1);
        opacity: 0.1;
    }
}

.future_membersElqwfju h4 {
    padding-bottom: 15px;
    font-size: 28px;
    margin-bottom: 40px;
    color: #ffffff;
    font-weight: 700;
    position: relative;
    text-align: center;
}.future_membersElqwfju h4::after {
    position: absolute;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    border-radius: 10px;
    left: 50%;
    content: "";
    height: 4px;
    background: linear-gradient(90deg, rgb(148,188,188) 0%, rgb(95,130,165) 100%);
}.future_membersElqwfju div p {
    background: rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
    display: flex;
    padding: 15px 20px;
    border-radius: 10px;
    border-left: 3px solid rgb(148,188,188);
    position: relative;
    backdrop-filter: blur(5px);
    color: #ffffff;
    margin-bottom: 25px;
    align-items: center;
    font-size: calc(14px + 2px);
}.future_membersElqwfju div p:last-child {
    margin-bottom: 0;
}.future_membersElqwfju div p:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateX(5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}.future_membersElqwfju div p svg {
    width: 24px;
    filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.2));
    transition: transform 0.3s ease;
    margin-right: 15px;
    height: 24px;
    min-width: 24px;
}.future_membersElqwfju div p:hover svg {
    transform: scale(1.2) rotate(5deg);
}.future_membersElqwfju div p svg path {
    fill: rgb(148,188,188);
}.future_membersElqwfju div p::after {
    width: 0;
    position: absolute;
    bottom: 0;
    transition: width 0.5s ease;
    background: linear-gradient(90deg, rgb(148,188,188) 0%, transparent 100%);
    height: 1px;
    left: 0;
    content: "";
}.future_membersElqwfju div p:hover::after {
    width: 100%;
}

@keyframes gradient-animation {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@media (max-width: 991px) {.future_membersElqwfju {
    padding: 80px 0;
}.future_membersElqwfju .path_impactRfT7q3d {
    padding: 40px 30px;
}.future_membersElqwfju h4 {
    font-size: calc(28px - 2px);
    margin-bottom: 30px;
}.future_membersElqwfju div p {
    padding: 12px 15px;
    font-size: 14px;
    margin-bottom: 20px;
}
}

@media (max-width: 767px) {.future_membersElqwfju {
    padding: 60px 0;
}.future_membersElqwfju .path_impactRfT7q3d {
    padding: 30px 20px;
}.future_membersElqwfju h4 {
    padding-bottom: 12px;
    margin-bottom: 25px;
    font-size: calc(28px - 4px);
}.future_membersElqwfju h4::after {
    height: 3px;
    width: 60px;
}.future_membersElqwfju div p {
    font-size: calc(14px - 1px);
    padding: 10px 12px;
    margin-bottom: 15px;
}.future_membersElqwfju div p svg {
    height: 20px;
    width: 20px;
    min-width: 20px;
    margin-right: 10px;
}.future_membersElqwfju::before,
    .future_membersElqwfju::after {
    opacity: 0.05;
}
}

@media (max-width: 479px) {.future_membersElqwfju {
    padding: 40px 0;
}.future_membersElqwfju .path_impactRfT7q3d {
    padding: 25px 15px;
}.future_membersElqwfju h4 {
    font-size: calc(28px - 6px);
}.future_membersElqwfju div p {
    font-size: calc(14px - 2px);
    padding: 8px 10px;
}.future_membersElqwfju div p svg {
    min-width: 18px;
    height: 18px;
    margin-right: 8px;
    width: 18px;
}}footer {
    z-index: 1;
    position: relative;
}footer::before {
    right: 0;
    left: 0;
    z-index: -2;
    top: 0;
    background: linear-gradient(120deg, rgb(148,188,188) 0%, rgb(95,130,165) 100%);
    content: "";
    opacity: 0.85;
    bottom: 0;
    position: absolute;
}footer::after {
    bottom: 0;
    z-index: -1;
    left: 0;
    right: 0;
    background-image: 
        linear-gradient(to right, rgba(255,255,255,0.07) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(255,255,255,0.07) 1px, transparent 1px);
    position: absolute;
    content: "";
    background-size: 20px 20px;
    top: 0;
}.grant_info4v5i8zP {
    position: relative;
    padding: 4rem 0 2.5rem;
    color: #ffffff;
}.grant_info4v5i8zP::before {
    position: absolute;
    left: 0;
    clip-path: polygon(
        0% 0%, 4% 100%, 8% 0%, 12% 100%, 16% 0%, 20% 100%, 
        24% 0%, 28% 100%, 32% 0%, 36% 100%, 40% 0%, 44% 100%, 
        48% 0%, 52% 100%, 56% 0%, 60% 100%, 64% 0%, 68% 100%, 
        72% 0%, 76% 100%, 80% 0%, 84% 100%, 88% 0%, 92% 100%, 
        96% 0%, 100% 100%
    );
    height: 10px;
    opacity: 0.2;
    background: #ffffff;
    width: 100%;
    top: 0;
    content: "";
}.grant_info4v5i8zP .container {
    gap: 3rem;
    display: flex;
    justify-content: space-between;
    position: relative;
    flex-wrap: wrap;
}.grant_info4v5i8zP .company_holder {
    flex: 1 1 400px;
    background: rgba(255, 255, 255, 0.1);
    padding: 2.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    clip-path: polygon(
        0% 0%, 100% 0%, 95% 100%, 5% 100%
    );
}.grant_info4v5i8zP .company_holder h3 {
    display: inline-block;
    background: rgba(255, 255, 255, 0.15);
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 1px;
    text-transform: uppercase;
    clip-path: polygon(0% 0%, 100% 0%, 95% 100%, 5% 100%);
    padding: 0.5rem 2rem;
    margin: 0 0 1.5rem;
    font-size: 32px;
}.grant_info4v5i8zP .lesson_ctaIm4yuL8 {
    color: #ffffff;
    margin: 0 1rem;
    line-height: 1.6;
    font-size: 12px;
    background: rgba(0, 0, 0, 0.15);
    clip-path: polygon(3% 0%, 97% 0%, 100% 100%, 0% 100%);
    padding: 1.5rem;
}.grant_info4v5i8zP .media_kitIquJ2XC {
    flex: 1 1 calc(100% - 480px);
    display: flex;
    flex-direction: column;
    gap: 2rem;
    min-width: 400px;
}.grant_info4v5i8zP .header_start36zl2Lq {
    flex-wrap: wrap;
    gap: 2.5rem;
    display: flex;
}.grant_info4v5i8zP .head_coreEmOTX9f {
    flex: 1 1 calc(50% - 1.25rem);
    position: relative;
    min-width: 200px;
}.grant_info4v5i8zP .head_coreEmOTX9f h5 {
    margin: 0 0 1.5rem;
    color: #ffffff;
    padding: 0.5rem 1.5rem;
    font-size: 18px;
    display: inline-block;
    font-weight: 600;
    position: relative;
    clip-path: polygon(0% 0%, 95% 0%, 100% 100%, 5% 100%);
    background: rgba(255, 255, 255, 0.15);
}.grant_info4v5i8zP .head_coreEmOTX9f .header_start36zl2Lq {
    clip-path: polygon(2% 0%, 98% 0%, 100% 95%, 0% 100%);
    flex-direction: column;
    display: flex;
    background: rgba(0, 0, 0, 0.15);
    gap: 0.8rem;
    padding: 1.5rem;
}.grant_info4v5i8zP .head_coreEmOTX9f .header_start36zl2Lq a {
    font-size: 12px;
    transition: all 0.3s ease;
    padding: 0.6rem 1rem;
    background: rgba(255, 255, 255, 0.05);
    display: block;
    position: relative;
    text-decoration: none;
    clip-path: polygon(0% 0%, 97% 0%, 100% 100%, 3% 100%);
    color: #ffffff;
}.grant_info4v5i8zP .head_coreEmOTX9f .header_start36zl2Lq a:hover {
    transform: translateX(5px);
    background: rgba(255, 255, 255, 0.15);
}.grant_info4v5i8zP .head_coreEmOTX9f .header_start36zl2Lq a::before {
    height: 100%;
    background: #ffffff;
    top: 0;
    content: "";
    left: 0;
    position: absolute;
    opacity: 0;
    width: 3px;
    transition: all 0.3s ease;
}.grant_info4v5i8zP .head_coreEmOTX9f .header_start36zl2Lq a:hover::before {
    opacity: 0.7;
}.study_groupM6fFamQ {
    position: relative;
    margin-top: 3rem;
    padding: 2rem 0;
    clip-path: polygon(0% 20%, 2% 0%, 98% 0%, 100% 20%, 100% 100%, 0% 100%);
    background: rgba(255, 255, 255, 0.1);
}.study_groupM6fFamQ .container {
    display: flex;
    justify-content: center;
    align-items: center;
}.study_groupM6fFamQ .footer_workshopsC13PFNt {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.05);
    text-align: center;
    padding: 0.7rem 2rem;
    font-size: 15px;
    position: relative;
    clip-path: polygon(5% 0%, 95% 0%, 100% 100%, 0% 100%);
}

@keyframes hexagonPulse {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

@media (max-width: 1200px) {.grant_info4v5i8zP .container {
    gap: 2rem;
}.grant_info4v5i8zP .company_holder {
    flex: 1 1 380px;
}.grant_info4v5i8zP .media_kitIquJ2XC {
    flex: 1 1 calc(100% - 430px);
    min-width: 380px;
}
}

@media (max-width: 992px) {.grant_info4v5i8zP {
    padding: 3.5rem 0 2rem;
}.grant_info4v5i8zP .container {
    flex-direction: column;
    gap: 2.5rem;
}.grant_info4v5i8zP .company_holder,
    .grant_info4v5i8zP .media_kitIquJ2XC {
    min-width: 100%;
    flex: 1 1 100%;
}.grant_info4v5i8zP .head_coreEmOTX9f {
    flex: 1 1 calc(50% - 1.25rem);
    min-width: 200px;
}
}

@media (max-width: 768px) {.grant_info4v5i8zP {
    padding: 3rem 0 1.5rem;
}.grant_info4v5i8zP .company_holder {
    padding: 2rem;
}.grant_info4v5i8zP .company_holder h3 {
    font-size: calc(32px - 2px);
}.grant_info4v5i8zP .header_start36zl2Lq {
    gap: 1.5rem;
}.study_groupM6fFamQ {
    margin-top: 2rem;
}
}

@media (max-width: 576px) {.grant_info4v5i8zP {
    padding: 2.5rem 0 1rem;
}.grant_info4v5i8zP .head_coreEmOTX9f {
    flex: 1 1 100%;
    min-width: 100%;
}.grant_info4v5i8zP .header_start36zl2Lq {
    gap: 1rem;
}.study_groupM6fFamQ {
    clip-path: polygon(0% 10%, 2% 0%, 98% 0%, 100% 10%, 100% 100%, 0% 100%);
    margin-top: 1.5rem;
    padding: 1.5rem 0;
}.grant_info4v5i8zP::before {
    height: 5px;
}
}

@media (max-width: 420px) {.grant_info4v5i8zP .company_holder {
    padding: 1.5rem;
    clip-path: polygon(0% 0%, 100% 0%, 97% 100%, 3% 100%);
}.grant_info4v5i8zP .company_holder h3 {
    padding: 0.4rem 1rem;
}.grant_info4v5i8zP .head_coreEmOTX9f h5 {
    padding: 0.4rem 1rem;
}.grant_info4v5i8zP .head_coreEmOTX9f .header_start36zl2Lq {
    padding: 1rem;
}.grant_info4v5i8zP .head_coreEmOTX9f .header_start36zl2Lq a:hover {
    transform: translateX(3px);
}.study_groupM6fFamQ .footer_workshopsC13PFNt {
    padding: 0.6rem 1.5rem;
    width: 90%;
}}.newsletterGhHefti {
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    background: linear-gradient(135deg, rgb(148,188,188,0.5), rgb(95,130,165));
    padding: 5rem 2rem;
    position: relative;
}.newsletterGhHefti::before {
    background: radial-gradient(circle at 30% 40%, rgb(255, 255, 255, 0.5) 0%, transparent 60%);
    transform: rotate(-12deg);
    position: absolute;
    top: -50%;
    left: -50%;
    content: '';
    height: 200%;
    opacity: 0.05;
    pointer-events: none;
    z-index: 1;
    width: 200%;
}.newsletterGhHefti::after {
    bottom: -5px;
    content: '';
    position: absolute;
    filter: blur(3px);
    background: linear-gradient(90deg, rgb(148,188,188), rgb(95,130,165), rgb(148,188,188));
    left: 0;
    opacity: 0.7;
    width: 100%;
    z-index: 2;
    height: 10px;
}.newsletterGhHefti .container {
    z-index: 5;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}.newsletterGhHefti .path_impactRfT7q3d {
    backdrop-filter: blur(5px);
    gap: 2rem;
    display: grid;
    transform-origin: center bottom;
    grid-template-columns: 1fr;
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
}.newsletterGhHefti h4 {
    margin: 0;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transform: translateY(0);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    font-weight: 600;
    position: relative;
    font-size: 22px;
    color: #ffffff;
    line-height: 1.4;
}.newsletterGhHefti .path_impactRfT7q3d:hover h4 {
    transform: translateY(-5px);
}.newsletterGhHefti .path_impactRfT7q3d > div {
    position: relative;
    padding: 0.5rem 0;
}.newsletterGhHefti .path_impactRfT7q3d > div::before {
    transform: translateY(-50%);
    background: #ffffff;
    position: absolute;
    width: 5px;
    height: 0;
    left: -20px;
    transition: height 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    top: 50%;
    content: '';
    border-radius: 10px;
    opacity: 0.7;
}.newsletterGhHefti .path_impactRfT7q3d:hover > div::before {
    height: 80%;
}.newsletterGhHefti .input_holder {
    gap: 1rem;
    grid-template-columns: 1fr auto;
    z-index: 10;
    position: relative;
    display: grid;
}.newsletterGhHefti .input_holder span {
    position: relative;
    display: inline-block;
    overflow: hidden;
}.newsletterGhHefti .input_holder span::after {
    background: #ffffff;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    bottom: 0;
    position: absolute;
    height: 2px;
    transform-origin: right;
    left: 0;
    transform: scaleX(0);
    content: '';
    width: 100%;
}.newsletterGhHefti .input_holder span:hover::after,
.newsletterGhHefti .input_holder span:focus-within::after {
    transform-origin: left;
    transform: scaleX(1);
}.newsletterGhHefti input[type="email"] {
    font-size: 13px;
    width: 100%;
    padding: 1rem 1.5rem;
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    transition: all 0.3s ease;
    color: #ffffff;
    font-family: Arial, sans-serif;
    background: rgba(255, 255, 255, 0.1);
}.newsletterGhHefti input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
    transition: opacity 0.3s ease, transform 0.3s ease;
}.newsletterGhHefti input[type="email"]:focus {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    outline: none;
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.4);
}.newsletterGhHefti input[type="email"]:focus::placeholder {
    transform: translateX(10px);
    opacity: 0.5;
}.newsletterGhHefti .achieve_successKBwaXQz {
    z-index: 1;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    background: #ffffff;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    border-radius: 4px;
    color: rgb(148,188,188);
    padding: 1rem 2rem;
    font-size: 20px;
}.newsletterGhHefti .achieve_successKBwaXQz::before {
    z-index: -1;
    width: 100%;
    height: 100%;
    transition: all 0.6s ease;
    left: -100%;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    content: '';
    top: 0;
}.newsletterGhHefti .achieve_successKBwaXQz:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(-3px);
    color: rgb(95,130,165);
    background: linear-gradient(to right, #ffffff, rgb(255, 255, 255, 0.5));
}.newsletterGhHefti .achieve_successKBwaXQz:hover::before {
    left: 100%;
}.newsletterGhHefti .achieve_successKBwaXQz:active {
    transform: translateY(1px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

@media (min-width: 768px) {.newsletterGhHefti {
    padding: 6rem 3rem;
}.newsletterGhHefti .path_impactRfT7q3d {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 3rem;
}.newsletterGhHefti h4 {
    font-size: calc(22px * 1.2);
}.newsletterGhHefti .path_impactRfT7q3d > div::before {
    left: -30px;
}.newsletterGhHefti .input_holder {
    gap: 1.5rem;
}
}

@media (max-width: 767px) {.newsletterGhHefti {
    padding: 4rem 1.5rem;
}.newsletterGhHefti .input_holder {
    grid-template-columns: 1fr;
}.newsletterGhHefti h4 {
    margin-bottom: 1rem;
    text-align: center;
}.newsletterGhHefti .path_impactRfT7q3d {
    transform: perspective(1000px) rotateX(0);
}.newsletterGhHefti .path_impactRfT7q3d > div::before {
    width: 50px;
    left: 0;
    top: -10px;
    height: 3px;
    transform: none;
}.newsletterGhHefti .path_impactRfT7q3d:hover > div::before {
    height: 3px;
    width: 80px;
}.newsletterGhHefti .achieve_successKBwaXQz {
    width: 100%;
    margin-top: 0.5rem;
}
}

@media (max-width: 480px) {.newsletterGhHefti {
    padding: 3rem 1rem;
}.newsletterGhHefti h4 {
    font-size: calc(22px * 0.9);
}.newsletterGhHefti input[type="email"] {
    padding: 0.9rem 1.2rem;
}.newsletterGhHefti .achieve_successKBwaXQz {
    padding: 0.9rem 1.2rem;
}}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.03); }
    100% { transform: scale(1); }
}

.newsletterGhHefti:hover .path_impactRfT7q3d {
    animation: pulse 6s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}header {
    position: relative;
    margin-top: 0;
    padding: 0;
    z-index: 100;
    overflow: visible;
    background: rgb(207,221,221);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}header::before {
    height: 100%;
    left: 0;
    content: '';
    background: 
        linear-gradient(135deg, transparent 25%, rgba(rgb(148,188,188), 0.03) 25%) 0 0 / 20px 20px,
        linear-gradient(225deg, transparent 25%, rgba(rgb(148,188,188), 0.03) 25%) 0 0 / 20px 20px,
        linear-gradient(315deg, transparent 25%, rgba(rgb(148,188,188), 0.03) 25%) 0 0 / 20px 20px,
        linear-gradient(45deg, transparent 25%, rgba(rgb(148,188,188), 0.03) 25%) 0 0 / 20px 20px;
    top: 0;
    width: 100%;
    z-index: 0;
    position: absolute;
}header::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(to right, 
        rgb(148,188,188), 
        rgb(95,130,165), 
        rgb(148,188,188)
    );
    width: 100%;
    height: 5px;
    transform-origin: center;
    transform: scaleX(0.7);
    transition: transform 0.5s ease;
}header:hover::after {
    transform: scaleX(1);
}header .head_baseO8rsBtq {
    padding: 1.3rem 2.5rem;
    display: flex;
    position: relative;
    align-items: center;
    z-index: 5;
    justify-content: space-between;
}header .main_skill3nPHBdy {
    flex: 0 0 auto;
    margin-right: 2rem;
    position: relative;
    perspective: 800px;
}header .nav_topw9uhzVT {
    display: block;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform-style: preserve-3d;
}header .nav_topw9uhzVT:hover {
    transform: rotateY(10deg) rotateX(5deg);
}header .nav_topw9uhzVT::before {
    opacity: 0.1;
    position: absolute;
    top: 0;
    width: 100%;
    transform: translateZ(-10px);
    height: 100%;
    filter: blur(10px);
    content: '';
    left: 0;
    background: rgb(148,188,188);
}header .nav_topw9uhzVT img {
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.2));
    transform: translateZ(20px);
    max-height: 40px;
}header .head_coreEmOTX9f {
    display: flex;
    transform-style: preserve-3d;
    margin: 0;
    list-style: none;
    position: relative;
    perspective: 1000px;
    padding: 0;
}header .head_coreEmOTX9f::before {
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.05));
    transform-origin: top;
    height: 10px;
    transform: rotateX(90deg);
    content: '';
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%;
}header .nav_base8LdxEK5 {
    transform-style: preserve-3d;
    position: relative;
    margin: 0 0.3rem;
}header .nav_base8LdxEK5 a {
    position: relative;
    justify-content: center;
    transition: all 0.4s ease;
    color: #000000;
    font-size: 13px;
    text-decoration: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    transform: translateZ(0);
    transform-style: preserve-3d;
    font-weight: 600;
    display: flex;
    border-radius: 10px;
    background: #ffffff;
    padding: 0.7rem 1.2rem;
    align-items: center;
}header .nav_base8LdxEK5 a::before {
    position: absolute;
    background: linear-gradient(135deg, 
        rgb(148,188,188,0.5) 0%, 
        rgb(95,130,165,0.5) 100%
    );
    width: 100%;
    border-radius: 10px;
    transform: translateZ(-5px);
    height: 100%;
    transition: opacity 0.4s ease;
    left: 0;
    content: '';
    top: 0;
    opacity: 0;
}header .nav_base8LdxEK5 a:hover {
    color: #ffffff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateZ(15px);
}header .nav_base8LdxEK5 a:hover::before {
    opacity: 1;
}header .nav_base8LdxEK5 a::after {
    position: absolute;
    opacity: 0;
    left: 5px;
    background: rgb(148,188,188);
    right: 5px;
    transform: translateZ(-10px);
    height: 5px;
    transition: all 0.4s ease;
    bottom: -5px;
    content: '';
}header .nav_base8LdxEK5 a:hover::after {
    opacity: 0.3;
    bottom: -8px;
}header .head_baseO8rsBtq::before {
    position: absolute;
    top: 0;
    left: 35%;
    width: 30%;
    background: linear-gradient(to right, 
        transparent, 
        rgb(148,188,188), 
        transparent
    );
    content: '';
    height: 1px;
}.top_pagewrapnw12ovL {
    z-index: 1;
    padding-top: 2rem;
    position: relative;
    background: #ffffff;
}

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
}

@media (min-width: 1400px) {header .head_baseO8rsBtq {
    margin: 0 auto;
    max-width: 1320px;
}header .nav_base8LdxEK5 {
    margin: 0 0.5rem;
}header .nav_base8LdxEK5 a {
    padding: 0.7rem 1.5rem;
}
}

@media (max-width: 991px) {header .head_baseO8rsBtq {
    padding: 1rem 2rem;
    flex-wrap: wrap;
}header .main_skill3nPHBdy {
    margin-bottom: 0;
    margin-right: 0;
}header .head_coreEmOTX9f {
    justify-content: flex-end;
    margin-top: 1rem;
    flex-basis: 100%;
}header .nav_base8LdxEK5 a {
    font-size: calc(13px - 1px);
    padding: 0.6rem 1rem;
}
}

@media (max-width: 767px) {header {
    padding: 0;
}header .head_baseO8rsBtq {
    padding: 0.8rem 1.5rem;
}header .main_skill3nPHBdy {
    max-width: 140px;
}header .nav_topw9uhzVT img {
    max-height: 35px;
}header .head_coreEmOTX9f {
    justify-content: flex-start;
    padding-bottom: 0.5rem;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    margin-top: 0.8rem;
    overflow-x: auto;
}header .head_coreEmOTX9f::-webkit-scrollbar {
    height: 3px;
}header .head_coreEmOTX9f::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(148,188,188,0.5);
}header .nav_base8LdxEK5 {
    margin: 0 0.2rem;
    flex: 0 0 auto;
}header .nav_base8LdxEK5 a {
    white-space: nowrap;
    font-size: calc(13px - 2px);
    padding: 0.5rem 0.8rem;
}
}

@media (max-width: 479px) {header .head_baseO8rsBtq {
    padding: 0.7rem 1.2rem;
}header .main_skill3nPHBdy {
    max-width: 120px;
}header .nav_base8LdxEK5 a {
    font-size: calc(13px - 3px);
    padding: 0.4rem 0.6rem;
}header::after {
    height: 3px;
}
}

@supports not (transform-style: preserve-3d) {header .nav_topw9uhzVT:hover {
    transform: translateY(-3px);
}header .nav_base8LdxEK5 a:hover {
    transform: translateY(-3px);
}}.company_info1JlQSTz {
    overflow: hidden;
    display: flex;
    position: relative;
    justify-content: center;
    min-height: 100vh;
    align-items: center;
}.company_info1JlQSTz::before {
    position: absolute;
    z-index: 1;
    content: "";
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.85) 0%,
        rgba(0, 0, 0, 0.65) 50%,
        rgba(0, 0, 0, 0.75) 100%);
}.company_info1JlQSTz::after {
    height: 70%;
    animation: pulseGlow 8s infinite alternate ease-in-out;
    content: "";
    background: rgb(148,188,188);
    filter: blur(70px);
    transform: rotate(-15deg);
    right: -10%;
    position: absolute;
    z-index: 2;
    width: 70%;
    top: -10%;
    opacity: 0.15;
}.company_info1JlQSTz .container {
    backdrop-filter: blur(10px);
    z-index: 5;
    clip-path: polygon(
        0 0,
        100% 0,
        100% calc(100% - 2rem),
        calc(100% - 2rem) 100%,
        0 100%
    );
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
    background: linear-gradient(
        145deg,
        rgba(255, 255, 255, 0.03) 0%,
        rgba(255, 255, 255, 0.08) 100%
    );
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.05) inset;
    max-width: 1200px;
    transform: perspective(1000px) rotateY(-2deg);
    padding: 3rem;
    width: 90%;
}.company_info1JlQSTz .container:hover {
    transform: perspective(1000px) rotateY(0);
}.company_info1JlQSTz .statement_holderDBtS986 {
    max-width: 100%;
    gap: 1.5rem;
    display: grid;
    grid-template-columns: 1fr;
}.company_info1JlQSTz .statement_holderDBtS986 > div:first-child {
    margin-bottom: 0.5rem;
    position: relative;
}.company_info1JlQSTz .statement_holderDBtS986 > div:first-child::before {
    background: rgb(148,188,188);
    animation: pulse 3s infinite;
    position: absolute;
    left: -1.5rem;
    height: 0.75rem;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 0.75rem;
    content: "";
}.company_info1JlQSTz .statement_holderDBtS986 > div:first-child::after {
    position: absolute;
    animation: lineGrow 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    left: -3rem;
    width: calc(100% + 4rem);
    background: linear-gradient(
        90deg,
        rgb(148,188,188) 0%,
        rgb(95,130,165) 50%,
        transparent 100%
    );
    transform-origin: left;
    bottom: -0.5rem;
    height: 1px;
    content: "";
}.company_info1JlQSTz h5 {
    margin: 0;
    transition: transform 0.4s ease;
    position: relative;
    font-weight: 700;
    font-size: 22px;
    padding-left: 1rem;
    color: #ffffff;
    transform: translateX(0);
    letter-spacing: 1.5px;
    text-transform: uppercase;
}.company_info1JlQSTz .statement_holderDBtS986 > div:first-child:hover h5 {
    transform: translateX(0.5rem);
}.company_info1JlQSTz .statement_holderDBtS986 > div:nth-child(2) {
    position: relative;
}.company_info1JlQSTz .statement_holderDBtS986 > div:nth-child(2) p {
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
    background-clip: text !important;
    transform: translateY(0);
    line-height: 1.2;
    margin: 0;
    transition: transform 0.4s ease, filter 0.4s ease;
    letter-spacing: -0.5px;
    color: #ffffff;
    font-size: calc(22px * 1.5);
    background: linear-gradient(
        to right,
        #ffffff 0%,
        rgb(95,130,165) 100%
    );
    -webkit-background-clip: text !important;
    font-weight: 700;
    -webkit-text-fill-color: transparent;
}.company_info1JlQSTz .statement_holderDBtS986 > div:nth-child(2):hover p {
    transform: translateY(-0.25rem);
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.4));
}.company_info1JlQSTz ol {
    counter-reset: about-counter;
    position: relative;
    padding: 0;
    margin: 2rem 0 0;
    list-style: none;
}.company_info1JlQSTz ol::before {
    z-index: 1;
    content: "";
    position: absolute;
    height: calc(100% + 2rem);
    background: linear-gradient(
        to bottom,
        transparent 0%,
        rgb(148,188,188,0.5) 15%,
        rgb(148,188,188) 50%,
        rgb(148,188,188,0.5) 85%,
        transparent 100%
    );
    top: -1rem;
    width: 1px;
    left: -2rem;
}.company_info1JlQSTz ol li {
    text-align: justify;
    padding: 1.5rem 2rem;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(255, 255, 255, 0.05) inset;
    font-size: 17px;
    margin-bottom: 1.5rem;
    color: #ffffff;
    border-left: 3px solid rgb(148,188,188);
    background: linear-gradient(
        145deg,
        rgba(255, 255, 255, 0.03) 0%,
        rgba(255, 255, 255, 0.01) 100%
    );
    border-radius: 0 10px 10px 0;
    position: relative;
    line-height: 1.8;
    counter-increment: about-counter;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}.company_info1JlQSTz ol li::before {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: #000000;
    position: absolute;
    content: "";
    z-index: 2;
    display: flex;
    height: 2rem;
    justify-content: center;
    border: 2px solid rgb(148,188,188);
    border-radius: 50%;
    top: 1.5rem;
    width: 2rem;
    align-items: center;
    box-shadow: 0 0 15px rgb(148,188,188,0.5);
    left: -2.5rem;
}.company_info1JlQSTz ol li:hover {
    transform: translateX(0.5rem);
    box-shadow: 
        0 15px 40px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.1) inset;
}.company_info1JlQSTz ol li:hover::before {
    transform: scale(1.2);
    box-shadow: 0 0 25px rgb(148,188,188);
}

@keyframes pulse {
    0%, 100% { transform: translateY(-50%) rotate(45deg) scale(1); }
    50% { transform: translateY(-50%) rotate(45deg) scale(1.2); }
}

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

@keyframes pulseGlow {
    0% { opacity: 0.1; transform: rotate(-15deg) scale(1); }
    50% { opacity: 0.2; transform: rotate(-12deg) scale(1.05); }
    100% { opacity: 0.1; transform: rotate(-15deg) scale(1); }
}

@media (max-width: 991px) {.company_info1JlQSTz .container {
    padding: 2rem;
    transform: perspective(1000px) rotateY(-1deg);
    width: 95%;
}.company_info1JlQSTz h5 {
    font-size: calc(22px * 0.9);
}.company_info1JlQSTz .statement_holderDBtS986 > div:nth-child(2) p {
    font-size: calc(22px * 1.3);
}.company_info1JlQSTz ol li {
    padding: 1.25rem 1.5rem;
}
}

@media (max-width: 767px) {.company_info1JlQSTz {
    padding: 4rem 0;
    min-height: auto;
}.company_info1JlQSTz .container {
    padding: 1.5rem;
    clip-path: polygon(
            0 0,
            100% 0,
            100% calc(100% - 1rem),
            calc(100% - 1rem) 100%,
            0 100%
        );
    transform: none;
}.company_info1JlQSTz .statement_holderDBtS986 > div:first-child::before {
    left: -1rem;
    height: 0.5rem;
    width: 0.5rem;
}.company_info1JlQSTz .statement_holderDBtS986 > div:first-child::after {
    left: -1.5rem;
    width: calc(100% + 2rem);
}.company_info1JlQSTz h5 {
    font-size: calc(22px * 0.8);
}.company_info1JlQSTz .statement_holderDBtS986 > div:nth-child(2) p {
    font-size: calc(22px * 1.1);
}.company_info1JlQSTz ol::before {
    left: -1.25rem;
}.company_info1JlQSTz ol li {
    line-height: 1.6;
    padding: 1rem;
    font-size: calc(17px * 0.9);
}.company_info1JlQSTz ol li::before {
    top: 1rem;
    width: 1.5rem;
    left: -1.75rem;
    height: 1.5rem;
}
}

@media (max-width: 480px) {.company_info1JlQSTz {
    padding: 3rem 0;
}.company_info1JlQSTz .container {
    padding: 1rem;
}.company_info1JlQSTz .statement_holderDBtS986 {
    gap: 1rem;
}.company_info1JlQSTz h5 {
    font-size: calc(22px * 0.7);
}.company_info1JlQSTz .statement_holderDBtS986 > div:nth-child(2) p {
    font-size: 22px;
}.company_info1JlQSTz ol li {
    line-height: 1.5;
    padding: 0.75rem;
    font-size: calc(17px * 0.85);
}}.locatec0PtoYe {
    box-shadow: inset 0 5px 15px rgba(0,0,0,0.05);
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}.locatec0PtoYe::before {
    background: rgb(95,130,165,0.5);
    transform: rotate(-15deg);
    content: '';
    height: 300px;
    width: 300px;
    position: absolute;
    opacity: 0.04;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    top: -10%;
    right: -5%;
    z-index: 0;
}.locatec0PtoYe::after {
    content: '';
    bottom: -10%;
    height: 250px;
    z-index: 0;
    background: rgb(148,188,188,0.5);
    position: absolute;
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    width: 250px;
    transform: rotate(15deg);
    opacity: 0.05;
    left: -5%;
}.locatec0PtoYe .container {
    max-width: 1200px;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    padding: 0 15px;
}.locatec0PtoYe .reach_outbDILp9Z {
    max-width: 800px;
    padding: 40px;
    transform: perspective(1000px) rotateX(2deg);
    background: #ffffff;
    position: relative;
    box-shadow: 12px 12px 24px rgba(0,0,0,0.03), 
               -12px -12px 24px rgba(255,255,255,0.8);
    margin: 0 auto;
    border: 1px solid rgba(200,200,200,0.1);
}.locatec0PtoYe .reach_outbDILp9Z::before {
    border-radius: 2px;
    inset: 1px;
    z-index: -1;
    filter: blur(3px);
    background: linear-gradient(to bottom right, 
                rgba(255,255,255,0.8), 
                rgba(255,255,255,0.3));
    content: '';
    position: absolute;
}.locatec0PtoYe h3 {
    font-weight: 700;
    font-size: calc(36px * 0.9);
    margin-bottom: 30px;
    position: relative;
    display: inline-block;
    color: rgb(95,130,165);
}.locatec0PtoYe h3::after {
    transition: transform 0.3s ease-out;
    content: '';
    height: 3px;
    transform-origin: left;
    bottom: -10px;
    position: absolute;
    left: 0;
    width: 60px;
    transform: scaleX(1);
    background: rgb(148,188,188);
}.locatec0PtoYe h3:hover::after {
    transform: scaleX(1.5);
}.locatec0PtoYe p {
    color: #000000;
    line-height: 1.6;
    font-family: Arial, sans-serif;
    font-size: 12px;
    margin-bottom: 25px;
}.locatec0PtoYe h5 {
    display: flex;
    color: #000000;
    font-size: 18px;
    margin-bottom: 10px;
    align-items: center;
    text-transform: capitalize;
    font-weight: 600;
}.locatec0PtoYe svg {
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease;
    margin-left: 10px;
}.locatec0PtoYe svg:hover {
    transform: scale(1.2);
}.locatec0PtoYe svg path {
    fill: rgb(95,130,165);
    transition: fill 0.3s ease;
}.locatec0PtoYe .learn_chatf5nJ4XO {
    gap: 15px;
    flex-direction: column;
    padding: 0;
    margin: 30px 0 0 0;
    list-style: none;
    display: flex;
}.locatec0PtoYe .learn_chatf5nJ4XO li {
    margin-bottom: 5px;
    transform: translateX(0);
    transition: transform 0.3s ease;
}.locatec0PtoYe .learn_chatf5nJ4XO li:hover {
    transform: translateX(10px);
}.locatec0PtoYe .get_in_touch64SpIMv {
    background: linear-gradient(145deg, #ffffff, #f0f0f0);
    color: #000000;
    border-radius: 4px;
    font-size: calc(12px * 0.95);
    box-shadow: 5px 5px 10px rgba(0,0,0,0.05), 
               -5px -5px 10px rgba(255,255,255,0.8);
    transition: all 0.3s ease;
    padding: 10px 15px;
    text-decoration: none;
    align-items: center;
    display: flex;
    font-weight: 400;
}.locatec0PtoYe .get_in_touch64SpIMv:hover {
    box-shadow: inset 4px 4px 8px rgba(0,0,0,0.05), 
                inset -4px -4px 8px rgba(255,255,255,0.9);
    color: rgb(148,188,188);
}.locatec0PtoYe .get_in_touch64SpIMv:hover svg path {
    fill: rgb(148,188,188);
}

@media (min-width: 768px) {.locatec0PtoYe .reach_outbDILp9Z {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}.locatec0PtoYe h3 {
    grid-column: 1 / -1;
}.locatec0PtoYe .learn_chatf5nJ4XO {
    align-self: start;
    margin-top: 0;
    grid-column: 2;
    grid-row: 2 / 4;
}
}

@media (max-width: 767px) {.locatec0PtoYe {
    padding: 60px 0;
}.locatec0PtoYe .reach_outbDILp9Z {
    transform: perspective(1000px) rotateX(1deg);
    padding: 30px;
}.locatec0PtoYe h3 {
    margin-bottom: 20px;
    font-size: calc(36px * 0.8);
}.locatec0PtoYe .learn_chatf5nJ4XO {
    margin-top: 20px;
}.locatec0PtoYe .get_in_touch64SpIMv {
    padding: 8px 12px;
}
}

@media (max-width: 480px) {.locatec0PtoYe {
    padding: 40px 0;
}.locatec0PtoYe .reach_outbDILp9Z {
    transform: none;
    padding: 20px;
    box-shadow: 8px 8px 16px rgba(0,0,0,0.03), 
                   -8px -8px 16px rgba(255,255,255,0.7);
}.locatec0PtoYe h3 {
    font-size: calc(36px * 0.7);
}.locatec0PtoYe p {
    margin-bottom: 20px;
    font-size: calc(12px * 0.95);
}.locatec0PtoYe svg {
    width: 18px;
    height: 18px;
}}.educational_gainsCp2U3RE {
    background: linear-gradient(135deg, rgb(207,221,221) 0%, #ffffff 75%);
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}.educational_gainsCp2U3RE::before {
    opacity: 0.05;
    background-image: repeating-linear-gradient(
        -45deg,
        rgb(148,188,188,0.5) 0px,
        transparent 2px,
        transparent 10px,
        rgb(148,188,188,0.5) 12px
    );
    pointer-events: none;
    top: 0;
    z-index: 1;
    height: 100%;
    left: 0;
    width: 100%;
    content: "";
    position: absolute;
}.educational_gainsCp2U3RE::after {
    background: linear-gradient(135deg, rgb(148,188,188,0.5) 0%, transparent 70%);
    position: absolute;
    opacity: 0.07;
    right: -20%;
    top: -50%;
    content: "";
    width: 60%;
    height: 200%;
    transform: rotate(15deg);
    z-index: 0;
}.educational_gainsCp2U3RE .container {
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 2;
    max-width: 1200px;
}.educational_gainsCp2U3RE .path_impactRfT7q3d {
    transform-style: preserve-3d;
    align-items: center;
    flex-direction: column-reverse;
    gap: 50px;
    display: flex;
    perspective: 1000px;
}.educational_gainsCp2U3RE .statement_holderDBtS986 {
    backdrop-filter: blur(10px);
    flex: 1;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateZ(20px);
    border-left: 4px solid rgb(148,188,188);
    padding: 40px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06), 
                0 5px 15px rgba(0, 0, 0, 0.04),
                0 3px 5px rgb(148,188,188,0.5);
    background: rgba(255, 255, 255, 0.85);
}.educational_gainsCp2U3RE .statement_holderDBtS986:hover {
    transform: translateZ(30px) translateX(5px);
}.educational_gainsCp2U3RE h4 {
    line-height: 1.4;
    color: #000000;
    margin: 0 0 30px;
    font-weight: 700;
    position: relative;
    font-size: 23px;
}.educational_gainsCp2U3RE h4::after {
    content: "";
    transform-origin: left;
    left: 0;
    position: absolute;
    height: 3px;
    width: 70px;
    bottom: -10px;
    background: rgb(148,188,188);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: scaleX(1);
}.educational_gainsCp2U3RE .statement_holderDBtS986:hover h4::after {
    transform: scaleX(1.5);
}.educational_gainsCp2U3RE .statement_holderDBtS986 > div {
    display: flex;
    flex-direction: column;
    gap: 20px;
}.educational_gainsCp2U3RE ul {
    list-style: none;
    margin: 0;
    padding: 0;
}.educational_gainsCp2U3RE li {
    margin-bottom: 18px;
    transform: translateX(0);
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}.educational_gainsCp2U3RE li:hover {
    transform: translateX(10px);
}.educational_gainsCp2U3RE li p {
    align-items: flex-start;
    display: flex;
    color: #000000;
    font-size: 16px;
    gap: 15px;
    line-height: 1.6;
    margin: 0;
}.educational_gainsCp2U3RE li p span:first-child {
    margin-top: 2px;
    flex-shrink: 0;
}.educational_gainsCp2U3RE li p span:last-child {
    flex-grow: 1;
}.educational_gainsCp2U3RE svg {
    transform: translateY(0);
    width: 20px;
    height: 20px;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}.educational_gainsCp2U3RE li:hover svg {
    transform: translateY(-3px) scale(1.1);
}.educational_gainsCp2U3RE svg path {
    transition: fill 0.3s ease;
    fill: rgb(148,188,188);
}.educational_gainsCp2U3RE li:hover svg path {
    fill: rgb(95,130,165);
}.educational_gainsCp2U3RE .article_imagekar0tQm {
    box-shadow: 30px 30px 60px rgba(0, 0, 0, 0.1),
                15px 15px 30px rgba(0, 0, 0, 0.07),
                5px 5px 10px rgb(148,188,188,0.5);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    border-radius: 3px;
    filter: saturate(1.1) contrast(1.05);
    height: auto;
    object-fit: cover;
    max-width: 100%;
    transform: perspective(1000px) rotateY(-8deg) rotateX(5deg) translateZ(0);
}.educational_gainsCp2U3RE .article_imagekar0tQm:hover {
    box-shadow: 40px 40px 80px rgba(0, 0, 0, 0.12),
                20px 20px 40px rgba(0, 0, 0, 0.08),
                8px 8px 15px rgb(148,188,188,0.5);
    transform: perspective(1000px) rotateY(-3deg) rotateX(2deg) translateZ(20px);
}

@media (min-width: 768px) {.educational_gainsCp2U3RE .path_impactRfT7q3d {
    flex-direction: row;
    gap: 60px;
    align-items: center;
}.educational_gainsCp2U3RE .statement_holderDBtS986 {
    flex: 0 0 55%;
}.educational_gainsCp2U3RE .statement_holderDBtS986 > div {
    flex-direction: row;
    gap: 30px;
}.educational_gainsCp2U3RE .statement_holderDBtS986 > div > div {
    flex: 1;
}.educational_gainsCp2U3RE h4 {
    font-size: calc(23px * 1.1);
}.educational_gainsCp2U3RE li p span:last-child {
    font-size: calc(16px * 1.05);
}
}

@media (min-width: 992px) {.educational_gainsCp2U3RE {
    padding: 150px 0;
}.educational_gainsCp2U3RE .path_impactRfT7q3d {
    gap: 80px;
}.educational_gainsCp2U3RE .statement_holderDBtS986 {
    flex: 0 0 50%;
    padding: 50px;
}.educational_gainsCp2U3RE h4 {
    margin-bottom: 40px;
    font-size: calc(23px * 1.2);
}.educational_gainsCp2U3RE h4::after {
    width: 90px;
}.educational_gainsCp2U3RE .article_imagekar0tQm {
    max-width: 45%;
}.educational_gainsCp2U3RE li {
    margin-bottom: 22px;
}@keyframes floatAnimation {
        0% { transform: translateY(0) rotateY(-8deg) rotateX(5deg); }
        50% { transform: translateY(-10px) rotateY(-7deg) rotateX(3deg); }
        100% { transform: translateY(0) rotateY(-8deg) rotateX(5deg); }
    }
    
    .educational_gainsCp2U3RE .article_imagekar0tQm {
    animation: floatAnimation 8s ease-in-out infinite;
}.educational_gainsCp2U3RE .article_imagekar0tQm:hover {
    animation-play-state: paused;
}
}

@media (min-width: 1200px) {.educational_gainsCp2U3RE .path_impactRfT7q3d {
    gap: 100px;
}.educational_gainsCp2U3RE .statement_holderDBtS986 {
    flex: 0 0 45%;
    padding: 60px;
}.educational_gainsCp2U3RE h4 {
    font-size: calc(23px * 1.3);
}.educational_gainsCp2U3RE li p {
    font-size: calc(16px * 1.1);
}.educational_gainsCp2U3RE svg {
    height: 24px;
    width: 24px;
}
}

@media (max-width: 767px) {.educational_gainsCp2U3RE {
    padding: 80px 0;
}.educational_gainsCp2U3RE .statement_holderDBtS986 {
    padding: 30px;
}.educational_gainsCp2U3RE h4 {
    font-size: calc(23px * 0.9);
    margin-bottom: 25px;
}.educational_gainsCp2U3RE li {
    margin-bottom: 15px;
}.educational_gainsCp2U3RE li p {
    font-size: calc(16px * 0.95);
}.educational_gainsCp2U3RE .article_imagekar0tQm {
    transform: perspective(1000px) rotateY(-5deg) rotateX(3deg);
    width: 90%;
}}.cookie_popup_displaymL4UtlA {
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.1);
    position: fixed;
    padding: 15px 20px;
    width: 100%;
    bottom: 0;
    border-top: 3px solid rgb(148,188,188);
    z-index: 1050;
    transition: all 0.3s ease-in-out;
    font-family: Arial, sans-serif;
    background: #ffffff;
}.cookies_trackingAkpOT5X {
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    display: flex;
}.consent_learnTmv9cFE {
    margin-right: 15px;
    flex-shrink: 0;
}.consent_learnTmv9cFE svg {
    transition: fill 0.3s ease-in-out;
    width: 50px;
    height: 50px;
    fill: rgb(148,188,188);
}.cookie_user3zMCmW6 {
    flex-grow: 1;
    margin-right: 15px;
}.cookie_user3zMCmW6 h5 {
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 5px;
    color: rgb(148,188,188);
}.cookie_user3zMCmW6 p {
    font-size: 16px;
    color: #000000;
    margin-bottom: 0;
}.data_approve6SHvZky {
    vertical-align: middle;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    line-height: 1.5;
    text-align: center;
    border: 1px solid transparent;
    text-decoration: none;
    padding: 0.375rem 0.75rem;
    font-size: 19px;
    user-select: none;
    margin-left: 10px;
    white-space: nowrap;
    border-radius: 10px;
}.cookie_button.policy_ackE9cHvm2 {
    color: #ffffff;
    border-color: rgb(148,188,188);
    background-color: rgb(148,188,188);
}#cookie_alert_infot7QPlLB {
    display: none;
}#cookie_alert_infot7QPlLB:checked ~ .cookie_popup_displaymL4UtlA {
    visibility: hidden;
    opacity: 0;
}.cookie_button.policy_ackE9cHvm2:hover {
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.5);
}.cookie_button.online_trackingBZ8dvgT {
    color: #000000;
    border-color: rgb(95,130,165);
    background-color: rgb(95,130,165);
}.cookie_button.online_trackingBZ8dvgT:hover {
    color: #ffffff;
    background-color: rgb(148,188,188);
    border-color: rgb(148,188,188);
}.cookie_popup_displaymL4UtlA p a {
    text-decoration: underline;
    color: rgb(148,188,188);
}.cookie_popup_displaymL4UtlA p a:hover {
    color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 1200px) {.cookie_user3zMCmW6 h5 {
    font-size: calc(21px - 2px);
}.cookie_user3zMCmW6 p {
    font-size: calc(16px - 2px);
}.data_approve6SHvZky {
    font-size: calc(19px - 2px);
}
}
@media (max-width: 800px) {.cookies_trackingAkpOT5X {
    align-items: center;
    flex-direction: column;
}.consent_learnTmv9cFE {
    margin-bottom: 10px;
}.cookie_user3zMCmW6 {
    text-align: center;
    margin-bottom: 15px;
}.data_approve6SHvZky {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
}
}
