﻿* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}svg {
    width: 30px;
    height: 30px;
}a {
    text-decoration: none;
    color: inherit;
}header,footer {
    width: 100%;
}html,body {
    height: 100%;
    min-height: 100%;
    font-family: Arial, sans-serif;
    auto
contain
    scroll-behavior: smooth;
    color: #000000;
}.core-container_796 {
    flex-direction: column;
    display: flex;
    min-height: 100%;
    height: 100%;
}.container {
    width: 1193px;
    max-width: 100%;
    margin: auto;
}.online_tools_930 {
    flex: 0 0 auto;
}.main_guide_871 {
    flex: 1 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
header {
    position: relative;
    padding: 1rem 0;
    width: 100%;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    background: rgb(231,242,241);
    z-index: 100;
}header::before {
    width: 100%;
    height: 100%;
    opacity: 0.4;
    background: linear-gradient(to right, 
        rgb(200,217,216,0.5) 0%, 
        transparent 20%, 
        transparent 80%, 
        rgb(164,185,184,0.5) 100%);
    position: absolute;
    top: 0;
    z-index: 0;
    left: 0;
    content: '';
}header .container {
    max-width: 100%;
    z-index: 1;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0 2%;
}header .site_main_293 {
    display: grid;
    grid-template-areas:
        "logo logo logo"
        "left menu right";
    gap: 1rem;
    grid-template-columns: 1fr 3fr 1fr;
    align-items: center;
}header .head_expert_573 {
    text-decoration: none;
    justify-content: center;
    grid-area: logo;
    display: flex;
    padding: 0.5rem 1rem;
    align-items: center;
    position: relative;
}header .head_expert_573::after {
    left: 50%;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(200,217,216), 
        rgb(164,185,184), 
        rgb(200,217,216), 
        transparent);
    position: absolute;
    content: '';
    transform: translateX(-50%);
    height: 2px;
    bottom: 0;
    width: 50%;
}header .head_expert_573 svg {
    height: auto;
    transition: all 0.3s ease;
    width: 160px;
}header .head_expert_573:hover svg {
    filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.1));
    transform: translateY(-3px);
}header .nav_sitewrap_397 {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
    justify-content: center;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.5);
    align-items: center;
    display: flex;
    gap: 0.5rem;
    padding: 0.6rem;
    grid-area: menu;
}header .nav_header_984 {
    position: relative;
    border-radius: 10px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
    font-size: 19px;
    font-weight: 400;
    text-align: center;
    background: #ffffff;
    color: #000000;
    font-family: Arial, sans-serif;
    text-decoration: none;
    padding: 0.4rem 0.8rem;
    transition: all 0.3s ease;
}header .nav_header_984:hover {
    box-shadow: 0 3px 8px rgb(200,217,216,0.5);
    transform: translateY(-2px);
    color: #ffffff;
    background: linear-gradient(135deg, rgb(200,217,216), rgb(164,185,184));
}

@media (max-width: 991px) {header .head_expert_573 svg {
    width: 140px;
}header .nav_sitewrap_397 {
    padding: 0.5rem;
    gap: 0.4rem;
}header .nav_header_984 {
    font-size: calc(19px - 1px);
    padding: 0.35rem 0.6rem;
}
}

@media (max-width: 767px) {header .site_main_293 {
    grid-template-areas:
            "logo"
            "nav_sitewrap_397";
    grid-template-columns: 1fr;
}header .head_expert_573 {
    padding: 0.4rem;
}header .head_expert_573 svg {
    width: 130px;
}header .nav_sitewrap_397 {
    padding: 0.4rem;
    flex-wrap: wrap;
}header .nav_header_984 {
    font-size: calc(19px - 1px);
    padding: 0.3rem 0.5rem;
}
}

@media (max-width: 480px) {header {
    padding: 0.8rem 0;
}header .head_expert_573 svg {
    width: 120px;
}header .nav_sitewrap_397 {
    overflow-x: auto;
    padding: 0.4rem;
    justify-content: flex-start;
    flex-wrap: nowrap;
}header .nav_sitewrap_397::-webkit-scrollbar {
    height: 2px;
}header .nav_sitewrap_397::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(200,217,216);
}header .nav_header_984 {
    white-space: nowrap;
    flex-shrink: 0;
}}footer {
    position: relative;
    z-index: 1;
}footer::before {
    top: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to right, rgb(164,185,184), rgb(200,217,216));
    opacity: 0.9;
    z-index: -2;
    bottom: 0;
    content: "";
    position: absolute;
}footer::after {
    left: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.05) 10px,
        transparent 10px,
        transparent 20px
    );
    position: absolute;
    content: "";
    right: 0;
    z-index: -1;
    top: 0;
    bottom: 0;
}.online_tools_930 {
    color: #ffffff;
    padding: 5rem 0 2rem;
    position: relative;
}.online_tools_930::before {
    height: 10px;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, rgb(200,217,216), rgb(164,185,184), rgb(200,217,216));
    width: 100%;
    content: "";
}.online_tools_930 .container {
    gap: 2rem;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    position: relative;
}.online_tools_930 .company_holder {
    position: relative;
    padding: 0;
    grid-column: span 5;
}.online_tools_930 .company_holder h3 {
    margin: 0 0 1.5rem;
    padding-bottom: 1rem;
    font-weight: 700;
    position: relative;
    color: #ffffff;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    font-size: 31px;
}.online_tools_930 .company_holder h3::after {
    height: 2px;
    position: absolute;
    background: #ffffff;
    content: "";
    bottom: -2px;
    width: 80px;
    left: 0;
}.online_tools_930 .discuss_cta_180 {
    padding: 0 0 0 1.5rem;
    margin-top: 1.5rem;
    color: #ffffff;
    font-size: 18px;
    line-height: 1.7;
    position: relative;
    border-left: 3px solid rgba(255, 255, 255, 0.3);
}.online_tools_930 .template_cta_085 {
    grid-column: span 7;
}.online_tools_930 .head_train_530 {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    gap: 2rem;
}.online_tools_930 .nav_sitewrap_397 {
    position: relative;
}.online_tools_930 .nav_sitewrap_397 h5 {
    font-size: 24px;
    font-weight: 600;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    color: #ffffff;
    padding-bottom: 0.8rem;
    margin: 0 0 1.5rem;
    position: relative;
}.online_tools_930 .nav_sitewrap_397 h5::after {
    position: absolute;
    content: "";
    background: #ffffff;
    height: 2px;
    bottom: -2px;
    width: 40px;
    left: 0;
}.online_tools_930 .nav_sitewrap_397 .head_train_530 {
    gap: 1rem;
    display: grid;
}.online_tools_930 .nav_sitewrap_397 .head_train_530 a {
    position: relative;
    color: rgba(255, 255, 255, 0.8);
    font-size: 18px;
    display: flex;
    transition: all 0.3s ease;
    text-decoration: none;
    align-items: center;
}.online_tools_930 .nav_sitewrap_397 .head_train_530 a::after {
    transform: translateX(-5px);
    content: "\2192";
    opacity: 0;
    transition: all 0.3s ease;
    margin-left: 0.5rem;
}.online_tools_930 .nav_sitewrap_397 .head_train_530 a:hover {
    color: #ffffff;
    padding-left: 0.5rem;
}.online_tools_930 .nav_sitewrap_397 .head_train_530 a:hover::after {
    transform: translateX(0);
    opacity: 1;
}.footer_classes_431 {
    margin-top: 4rem;
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 2rem 0;
    background: rgba(0, 0, 0, 0.1);
}.footer_classes_431 .container {
    align-items: center;
    justify-content: center;
    display: flex;
}.footer_classes_431 .program_foot_430 {
    opacity: 0.9;
    color: #ffffff;
    padding: 0 1rem;
    font-size: 12px;
    position: relative;
    text-align: center;
}.online_tools_930::after {
    content: "";
    border-right: 2px solid rgba(255, 255, 255, 0.2);
    height: 50px;
    top: 2rem;
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    position: absolute;
    width: 50px;
    right: 2rem;
}.online_tools_930 .company_holder::before {
    content: "";
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    border-left: 2px solid rgba(255, 255, 255, 0.2);
    top: 0;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
}.online_tools_930 .company_holder::after {
    left: 0;
    width: 50px;
    height: 50px;
    position: absolute;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    content: "";
    border-left: 2px solid rgba(255, 255, 255, 0.2);
    bottom: 0;
}.online_tools_930 .template_cta_085::after {
    border-right: 2px solid rgba(255, 255, 255, 0.2);
    height: 50px;
    content: "";
    bottom: 0;
    right: 0;
    position: absolute;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    width: 50px;
}

@media (max-width: 1200px) {.online_tools_930 .container {
    gap: 1.5rem;
}
}

@media (max-width: 992px) {.online_tools_930 {
    padding: 4rem 0 2rem;
}.online_tools_930 .container {
    grid-template-columns: 1fr;
}.online_tools_930 .company_holder,
    .online_tools_930 .template_cta_085 {
    grid-column: span 12;
}.online_tools_930 .company_holder {
    margin-bottom: 2rem;
}.online_tools_930::after,
    .online_tools_930 .company_holder::before,
    .online_tools_930 .company_holder::after,
    .online_tools_930 .template_cta_085::after {
    display: none;
}
}

@media (max-width: 768px) {.online_tools_930 {
    padding: 3rem 0 1.5rem;
}.online_tools_930 .head_train_530 {
    gap: 1.5rem;
}.online_tools_930 .company_holder h3 {
    font-size: calc(31px - 2px);
}.footer_classes_431 {
    margin-top: 3rem;
}
}

@media (max-width: 576px) {.online_tools_930 {
    padding: 2.5rem 0 1rem;
}.online_tools_930 .head_train_530 {
    gap: 2rem;
    grid-template-columns: 1fr;
}.online_tools_930 .discuss_cta_180 {
    padding-left: 1rem;
}.footer_classes_431 {
    margin-top: 2rem;
}
}

@media (max-width: 420px) {.online_tools_930 .company_holder h3::after,
    .online_tools_930 .nav_sitewrap_397 h5::after {
    width: 30px;
}.online_tools_930 .nav_sitewrap_397 .head_train_530 a:hover {
    padding-left: 0.3rem;
}}.contact_form_section_905 {
    padding: 90px 0;
    position: relative;
    overflow: hidden;
    background: rgb(231,242,241);
}.contact_form_section_905::before {
    width: 400px;
    position: absolute;
    height: 400px;
    filter: blur(70px);
    background: linear-gradient(45deg, rgb(200,217,216,0.5), rgb(164,185,184,0.5));
    top: -150px;
    z-index: 1;
    right: -150px;
    border-radius: 50%;
    content: "";
}.contact_form_section_905::after {
    position: absolute;
    content: "";
    width: 300px;
    filter: blur(60px);
    z-index: 1;
    border-radius: 50%;
    bottom: -100px;
    background: linear-gradient(225deg, rgb(164,185,184,0.5), rgb(200,217,216,0.5));
    left: -100px;
    height: 300px;
}.contact_form_section_905 .container {
    margin: 0 auto;
    position: relative;
    padding: 0 30px;
    z-index: 2;
    max-width: 1200px;
}.contact_form_section_905 h2 {
    font-weight: 700;
    color: #000000;
    text-align: center;
    position: relative;
    font-size: 33px;
    margin-bottom: 60px;
}.contact_form_section_905 h2::before {
    z-index: -1;
    top: -25px;
    position: absolute;
    height: 50px;
    content: "";
    width: 50px;
    left: calc(50% - 120px);
    border-radius: 50%;
    background: rgb(200,217,216,0.5);
}.contact_form_section_905 h2::after {
    bottom: -15px;
    z-index: -1;
    height: 30px;
    border-radius: 50%;
    width: 30px;
    background: rgb(164,185,184,0.5);
    content: "";
    position: absolute;
    right: calc(50% - 100px);
}.contact_form_section_905 .help_grid_145 {
    border-radius: 20px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    background: #ffffff;
    position: relative;
    display: flex;
}.contact_form_section_905 .help_grid_145::before {
    z-index: 0;
    pointer-events: none;
    background: radial-gradient(
        circle at 0% 0%,
        transparent 98%,
        rgb(200,217,216,0.5) 99%
    ), radial-gradient(
        circle at 100% 100%,
        transparent 98%,
        rgb(164,185,184,0.5) 99%
    );
    position: absolute;
    inset: 0;
    content: "";
}.contact_form_section_905 .icon_image_367 {
    transition: transform 0.5s ease;
    min-height: 500px;
    flex: 0 0 45%;
    position: relative;
}.contact_form_section_905 .icon_image_367::before {
    z-index: 1;
    inset: 0;
    content: "";
    position: absolute;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.5));
}.contact_form_section_905 .icon_image_367::after {
    position: absolute;
    pointer-events: none;
    bottom: 20px;
    content: "";
    left: 20px;
    z-index: 2;
    top: 20px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    right: 20px;
}.contact_form_section_905 .connect_links_365 {
    flex-direction: column;
    position: relative;
    padding: 60px;
    flex: 0 0 55%;
    justify-content: center;
    display: flex;
}.contact_form_section_905 form {
    position: relative;
    z-index: 3;
}.contact_form_section_905 form h3 {
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 23px;
    color: #000000;
}.contact_form_section_905 form input[type="text"] {
    background: rgb(231,242,241);
    font-size: 13px;
    width: 100%;
    border: none;
    margin-bottom: 25px;
    border-radius: 12px;
    padding: 18px 25px;
    transition: all 0.3s ease;
    color: #000000;
}.contact_form_section_905 form input[type="text"]:focus {
    border: 1px solid transparent;
    outline: none;
    box-shadow: 0 5px 15px rgba(rgb(200,217,216), 0.1);
    background: linear-gradient(rgb(231,242,241), rgb(231,242,241)) padding-box,
                linear-gradient(to right, rgb(200,217,216), rgb(164,185,184)) border-box;
}.contact_form_section_905 form input[type="text"]::placeholder {
    color: rgba(#000000, 0.5);
}.contact_form_section_905 .inquiry_list_642 {
    margin-bottom: 30px;
    position: relative;
}.contact_form_section_905 .inquiry_list_642 input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.contact_form_section_905 .inquiry_list_642 label {
    font-size: 13px;
    display: flex;
    cursor: pointer;
    position: relative;
    align-items: center;
    padding-left: 35px;
    color: #000000;
}.contact_form_section_905 .inquiry_list_642 label::before {
    border-radius: 6px;
    left: 0;
    background: rgb(231,242,241);
    width: 22px;
    top: 0;
    content: "";
    height: 22px;
    transition: all 0.3s ease;
    position: absolute;
}.contact_form_section_905 .inquiry_list_642 input[type="checkbox"]:checked + label::before {
    background: linear-gradient(135deg, rgb(200,217,216), rgb(164,185,184));
}.contact_form_section_905 .inquiry_list_642 input[type="checkbox"]:checked + label::after {
    content: "";
    position: absolute;
    left: 8px;
    top: 4px;
    transform: rotate(45deg);
    border: solid #ffffff;
    width: 6px;
    border-width: 0 2px 2px 0;
    height: 12px;
}.contact_form_section_905 .inquiry_list_642 label a {
    color: rgb(200,217,216);
    transition: color 0.3s ease;
    text-decoration: none;
    font-weight: 600;
}.contact_form_section_905 .inquiry_list_642 label a:hover {
    color: rgb(164,185,184);
}.contact_form_section_905 .help_section_306 {
    padding: 20px;
    position: relative;
    z-index: 1;
    font-size: 15px;
    border: none;
    transition: all 0.5s ease;
    width: 100%;
    cursor: pointer;
    border-radius: 12px;
    color: #ffffff;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(200,217,216), rgb(164,185,184));
    font-weight: 600;
}.contact_form_section_905 .help_section_306::before {
    transition: transform 0.5s ease;
    width: 100%;
    transform: scaleX(0);
    left: 0;
    top: 0;
    z-index: -1;
    background: linear-gradient(135deg, rgb(164,185,184), rgb(200,217,216));
    transform-origin: right;
    position: absolute;
    content: "";
    height: 100%;
}.contact_form_section_905 .help_section_306:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}.contact_form_section_905 svg {
    margin-right: 12px;
    stroke: rgb(200,217,216);
    height: 24px;
    width: 24px;
    transition: all 0.3s ease;
    fill: none;
}.contact_form_section_905 svg path {
    transition: all 0.3s ease;
    stroke: rgb(200,217,216);
    stroke-width: 2;
    fill: none;
}.contact_form_section_905 svg:hover,
.contact_form_section_905 svg:hover path {
    stroke: rgb(164,185,184);
}

@media (max-width: 1024px) {.contact_form_section_905 {
    padding: 70px 0;
}.contact_form_section_905 .connect_links_365 {
    padding: 45px;
}.contact_form_section_905 .icon_image_367 {
    min-height: 450px;
}
}

@media (max-width: 768px) {.contact_form_section_905 {
    padding: 60px 0;
}.contact_form_section_905 h2 {
    margin-bottom: 40px;
}.contact_form_section_905 .help_grid_145 {
    flex-direction: column;
}.contact_form_section_905 .icon_image_367 {
    min-height: 300px;
    width: 100%;
    flex: 0 0 300px;
}.contact_form_section_905 .connect_links_365 {
    padding: 40px 30px;
    flex: 0 0 auto;
}.contact_form_section_905 form h3 {
    margin-bottom: 25px;
}.contact_form_section_905 form input[type="text"] {
    padding: 15px 20px;
    margin-bottom: 20px;
}
}

@media (max-width: 480px) {.contact_form_section_905 {
    padding: 50px 0;
}.contact_form_section_905 h2 {
    margin-bottom: 30px;
    font-size: calc(33px * 0.9);
}.contact_form_section_905 .icon_image_367 {
    min-height: 220px;
}.contact_form_section_905 .connect_links_365 {
    padding: 30px 20px;
}.contact_form_section_905 form h3 {
    margin-bottom: 20px;
    font-size: calc(23px * 0.9);
}.contact_form_section_905 form input[type="text"] {
    margin-bottom: 16px;
    padding: 14px 16px;
    font-size: calc(13px * 0.95);
}.contact_form_section_905 .help_section_306 {
    padding: 16px;
}.contact_form_section_905 .inquiry_list_642 label {
    font-size: calc(13px * 0.95);
}}.find_support_157 {
    padding: 80px 0;
    font-family: Arial, sans-serif;
    position: relative;
    background: linear-gradient(135deg, rgb(231,242,241) 0%, rgba(240, 248, 255, 0.95) 100%);
    overflow: hidden;
}.find_support_157::before {
    position: absolute;
    left: -50%;
    background: radial-gradient(circle at center, rgba(var(--primary-color-opacity), 0.03) 0%, transparent 50%);
    top: -50%;
    content: "";
    animation: rotate 60s linear infinite;
    width: 200%;
    z-index: 0;
    height: 200%;
}.find_support_157::after {
    z-index: 0;
    background: radial-gradient(ellipse at right, rgba(var(--secondary-color-opacity), 0.05) 0%, transparent 70%);
    width: 50%;
    height: 100%;
    content: "";
    top: 0;
    right: 0;
    position: absolute;
}.find_support_157 .container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    padding: 0 20px;
}.find_support_157 .get_contactform_542 {
    transform: perspective(1000px) rotateY(-2deg);
    background: rgba(#ffffff, 0.92);
    padding: 40px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08), 
                0 5px 15px rgba(var(--primary-color-opacity), 0.05);
    flex-direction: column;
    backdrop-filter: blur(10px);
    display: flex;
    position: relative;
    border-left: 4px solid rgb(200,217,216);
}.find_support_157 .get_contactform_542::before {
    width: 60px;
    content: "";
    top: -15px;
    border-radius: 50%;
    z-index: -1;
    background: rgb(200,217,216);
    position: absolute;
    opacity: 0.1;
    height: 60px;
    left: 20px;
}.find_support_157 .get_contactform_542 h3 {
    font-size: 28px;
    margin-bottom: 20px;
    color: rgb(200,217,216);
    position: relative;
    font-weight: 700;
    transform: translateX(-15px);
}.find_support_157 .get_contactform_542 h3::after {
    background: linear-gradient(90deg, rgb(200,217,216) 0%, transparent 100%);
    left: 0;
    content: "";
    position: absolute;
    width: 80px;
    height: 3px;
    bottom: -10px;
}.find_support_157 .get_contactform_542 > div {
    margin-bottom: 30px;
    padding-left: 10px;
    position: relative;
}.find_support_157 .get_contactform_542 > div p {
    font-size: 15px;
    transition: transform 0.3s ease;
    color: #000000;
    max-width: 600px;
    line-height: 1.6;
}.find_support_157 .get_contactform_542 > div p:hover {
    transform: translateX(5px);
}.find_support_157 .get_contactform_542 h5 {
    color: #000000;
    display: flex;
    margin-bottom: 10px;
    font-size: 24px;
    align-items: center;
    font-weight: 600;
}.find_support_157 .get_contactform_542 svg {
    height: 24px;
    width: 24px;
    transition: transform 0.3s ease;
    transform: translateY(-1px);
    margin-left: 10px;
}.find_support_157 .get_contactform_542 svg:hover {
    transform: translateY(-1px) scale(1.1);
}.find_support_157 .get_contactform_542 svg path {
    fill: rgb(200,217,216);
    transition: fill 0.3s ease;
}.find_support_157 .edu_tutor_659 {
    padding: 0;
    flex-wrap: wrap;
    list-style: none;
    margin-top: 20px;
    gap: 20px;
    display: flex;
}.find_support_157 .edu_tutor_659 li {
    transition: transform 0.3s ease;
    position: relative;
}.find_support_157 .edu_tutor_659 li:hover {
    transform: translateY(-5px);
}.find_support_157 .ask_form_302 {
    font-size: calc(15px - 1px);
    transition: all 0.3s ease;
    align-items: center;
    display: flex;
    border-radius: 15px;
    text-decoration: none;
    color: #000000;
    border-bottom: 2px solid transparent;
    font-weight: 600;
    padding: 8px 15px;
    background: rgba(var(--secondary-color-opacity), 0.05);
}.find_support_157 .ask_form_302:hover {
    background: rgba(var(--primary-color-opacity), 0.1);
    border-bottom: 2px solid rgb(200,217,216);
}.find_support_157 .ask_form_302:hover svg path {
    fill: rgb(164,185,184);
}.find_support_157 .ask_form_302 svg {
    margin-left: 8px;
}

@media (min-width: 768px) {.find_support_157 .get_contactform_542 {
    transform: perspective(1000px) rotateY(-1deg);
    padding: 50px;
}.find_support_157 .edu_tutor_659 {
    flex-direction: row;
}.find_support_157 .get_contactform_542 h3 {
    font-size: calc(28px + 4px);
}
}

@media (max-width: 767px) {.find_support_157 {
    padding: 50px 0;
}.find_support_157 .get_contactform_542 {
    transform: none;
    padding: 30px 20px;
}.find_support_157 .edu_tutor_659 {
    gap: 10px;
    flex-direction: column;
}.find_support_157 .get_contactform_542 h3 {
    transform: none;
}.find_support_157 .ask_form_302 {
    padding: 8px 10px;
}}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}.course_features_078 {
    overflow: hidden;
    padding: 80px 0;
    position: relative;
    background: linear-gradient(135deg, #000000 0%, rgba(0, 0, 0, 0.5) 50%, rgb(200,217,216,0.5) 100%);
}.course_features_078::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    background: 
        radial-gradient(circle at 10% 20%, rgb(200,217,216,0.5) 0%, transparent 50%),
        radial-gradient(circle at 90% 80%, rgb(164,185,184,0.5) 0%, transparent 40%);
    bottom: 0;
    z-index: 1;
}.course_features_078::after {
    content: '';
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    opacity: 0.1;
    top: 0;
    background: 
        linear-gradient(45deg, transparent 48%, rgb(200,217,216,0.5) 49%, rgb(200,217,216,0.5) 51%, transparent 52%) 0 0 / 20px 20px,
        linear-gradient(-45deg, transparent 48%, rgb(164,185,184,0.5) 49%, rgb(164,185,184,0.5) 51%, transparent 52%) 10px 0 / 20px 20px;
    animation: backgroundShift 30s linear infinite;
    position: absolute;
}@keyframes backgroundShift {
    0% {
        background-position: 0 0, 10px 0;
    }
    100% {
        background-position: 500px 500px, 510px 500px;
    }
}

.course_features_078 .container {
    max-width: 1200px;
    position: relative;
    z-index: 2;
    padding: 0 15px;
    margin: 0 auto;
}.course_features_078 .mentor_values_270 {
    position: relative;
    display: grid;
    background: linear-gradient(145deg, 
                rgba(255, 255, 255, 0.05) 0%, 
                rgba(255, 255, 255, 0.02) 100%);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2), 
                0 0 0 1px rgb(200,217,216,0.5),
                inset 0 0 20px rgb(200,217,216,0.5);
    backdrop-filter: blur(5px);
    overflow: hidden;
    border-radius: 17px;
    transition: all 0.5s ease;
    padding: 40px;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}.course_features_078 .mentor_values_270::before {
    border-radius: 50%;
    content: '';
    background: radial-gradient(circle, rgb(200,217,216) 0%, transparent 70%);
    opacity: 0.2;
    top: -100px;
    right: -100px;
    filter: blur(20px);
    animation: pulseLight 8s ease-in-out infinite;
    position: absolute;
    height: 200px;
    width: 200px;
}.course_features_078 .mentor_values_270::after {
    border-radius: 50%;
    position: absolute;
    width: 200px;
    content: '';
    opacity: 0.2;
    filter: blur(20px);
    background: radial-gradient(circle, rgb(164,185,184) 0%, transparent 70%);
    height: 200px;
    animation: pulseLight 8s ease-in-out infinite 4s;
    left: -100px;
    bottom: -100px;
}@keyframes pulseLight {
    0% {
        transform: scale(1);
        opacity: 0.2;
    }
    50% {
        transform: scale(1.5);
        opacity: 0.3;
    }
    100% {
        transform: scale(1);
        opacity: 0.2;
    }
}

.course_features_078 .training_guide_054 {
    position: relative;
    padding-right: 20px;
    z-index: 3;
    justify-content: center;
    display: flex;
    flex-direction: column;
}.course_features_078 .top_bar_982 {
    position: relative;
    transform: perspective(1000px) rotateY(5deg);
    margin-bottom: 25px;
    display: inline-block;
    transition: transform 0.5s ease;
}.course_features_078 .top_bar_982:hover {
    transform: perspective(1000px) rotateY(0deg);
}.course_features_078 .top_bar_982 svg {
    height: 50px;
    width: 50px;
    filter: drop-shadow(0 5px 15px rgb(200,217,216,0.5));
    transition: all 0.3s ease;
}.course_features_078 .top_bar_982 svg path {
    transition: fill 0.3s ease;
    fill: rgb(200,217,216);
}.course_features_078 .top_bar_982:hover svg path {
    fill: rgb(164,185,184);
}.course_features_078 h3 {
    backface-visibility: hidden;
    color: #ffffff;
    margin-bottom: 25px;
    transform: translateZ(0);
    font-family: Arial, sans-serif;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    letter-spacing: 0.5px;
    font-weight: 700;
    font-size: 30px;
    padding-bottom: 15px;
    position: relative;
}.course_features_078 h3::after {
    border-radius: 10px;
    content: '';
    left: 0;
    background: linear-gradient(90deg, rgb(200,217,216) 0%, rgb(164,185,184) 100%);
    animation: lineExpand 4s ease-in-out infinite;
    width: 60px;
    position: absolute;
    height: 3px;
    bottom: 0;
}@keyframes lineExpand {
    0% {
        width: 60px;
        opacity: 1;
    }
    50% {
        width: 100px;
        opacity: 0.8;
    }
    100% {
        width: 60px;
        opacity: 1;
    }
}

.course_features_078 p {
    font-family: Arial, sans-serif;
    color: #ffffff;
    line-height: 1.7;
    font-weight: 400;
    z-index: 2;
    margin-bottom: 0;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    position: relative;
    font-size: 13px;
}.course_features_078 .icon_image_367 {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.3),
        0 0 0 1px rgb(200,217,216,0.5),
        inset 0 0 30px rgba(0, 0, 0, 0.4);
    height: 350px;
    position: relative;
    border-radius: calc(17px * 1.5);
    transition: all 0.5s ease;
    overflow: hidden;
    transform: perspective(1000px) rotateY(-5deg);
}.course_features_078 .icon_image_367:hover {
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.4),
        0 0 0 1px rgb(200,217,216),
        inset 0 0 30px rgba(0, 0, 0, 0.4);
    transform: perspective(1000px) rotateY(0deg) scale(1.02);
}.course_features_078 .icon_image_367::before {
    width: 100%;
    z-index: 1;
    left: 0;
    content: '';
    background: linear-gradient(
        135deg,
        transparent 0%,
        rgba(0, 0, 0, 0.3) 100%
    );
    position: absolute;
    height: 100%;
    top: 0;
}.course_features_078 .icon_image_367::after {
    animation: scanlines 10s linear infinite;
    position: absolute;
    content: '';
    opacity: 0.5;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 2;
    width: 100%;
    background: 
        linear-gradient(45deg, transparent 40%, rgba(255, 255, 255, 0.1) 45%, transparent 50%) 0 0 / 30px 30px,
        linear-gradient(-45deg, transparent 40%, rgba(255, 255, 255, 0.1) 45%, transparent 50%) 15px 0 / 30px 30px;
}

@keyframes scanlines {
    0% {
        background-position: 0 0, 15px 0;
    }
    100% {
        background-position: 300px 300px, 315px 300px;
    }
}


@media (max-width: 991px) {.course_features_078 {
    padding: 60px 0;
}.course_features_078 .mentor_values_270 {
    grid-template-columns: 1fr;
    padding: 30px;
    gap: 30px;
}.course_features_078 .training_guide_054 {
    padding-right: 0;
    text-align: center;
}.course_features_078 h3::after {
    left: 50%;
    transform: translateX(-50%);
}.course_features_078 .icon_image_367 {
    min-height: 300px;
}
}

@media (max-width: 767px) {.course_features_078 {
    padding: 40px 0;
}.course_features_078 .mentor_values_270 {
    padding: 25px;
    gap: 25px;
}.course_features_078 h3 {
    font-size: calc(30px * 0.85);
    margin-bottom: 20px;
}.course_features_078 p {
    font-size: calc(13px * 0.95);
}.course_features_078 .icon_image_367 {
    clip-path: polygon(
            0% 5%, 
            5% 0%, 
            95% 0%, 
            100% 5%, 
            100% 95%, 
            95% 100%, 
            5% 100%, 
            0% 95%
        );
    min-height: 250px;
}
}

@media (max-width: 576px) {.course_features_078 {
    padding: 30px 0;
}.course_features_078 .mentor_values_270 {
    gap: 20px;
    padding: 20px;
}.course_features_078 .top_bar_982 {
    margin-bottom: 15px;
}.course_features_078 h3 {
    font-size: calc(30px * 0.7);
    margin-bottom: 15px;
    padding-bottom: 10px;
}.course_features_078 p {
    font-size: calc(13px * 0.9);
}.course_features_078 .icon_image_367 {
    min-height: 200px;
}}
.get_updates_345 {
    overflow: hidden;
    transform: perspective(1000px) rotateX(5deg);
    padding: 6rem 2rem;
    position: relative;
    background: linear-gradient(135deg, #ffffff 0%, rgb(231,242,241) 100%);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
    transform-origin: center bottom;
}.get_updates_345::before {
    height: 200%;
    top: -50%;
    position: absolute;
    left: -50%;
    opacity: 0.03;
    background: repeating-linear-gradient(
        45deg,
        rgba(0, 0, 0, 0.5) 0,
        rgba(0, 0, 0, 0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    width: 200%;
    animation: gridMove 30s linear infinite;
    z-index: 0;
    content: "";
}.get_updates_345::after {
    transform: translate(30%, 30%) rotate(30deg) skewX(-30deg) scale(1, 0.866);
    width: 50%;
    bottom: 0;
    content: "";
    position: absolute;
    z-index: 0;
    height: 50%;
    background: rgb(200,217,216,0.5);
    opacity: 0.05;
    right: 0;
}.get_updates_345 .container {
    max-width: 1140px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
}.get_updates_345 .mentor_values_270 {
    grid-template-columns: 1fr 1fr;
    display: grid;
    position: relative;
    gap: 4rem;
    transform-style: preserve-3d;
}.get_updates_345 .mentor_values_270::before {
    transform: skewY(30deg) rotate(10deg) translateZ(-50px);
    position: absolute;
    top: 20%;
    height: 100%;
    left: -10%;
    opacity: 0.1;
    background: rgb(164,185,184);
    width: 50%;
    content: "";
    filter: blur(20px);
}.get_updates_345 .mentor_values_270::after {
    height: 40%;
    top: -20%;
    opacity: 0.1;
    background: rgb(200,217,216);
    width: 40%;
    position: absolute;
    filter: blur(15px);
    transform: skewY(-20deg) rotate(-10deg) translateZ(-30px);
    content: "";
    right: 10%;
}.get_updates_345 p {
    position: relative;
    color: #000000;
    transform: translateZ(20px);
    transform-style: preserve-3d;
    font-family: Arial, sans-serif;
    font-size: 35px;
    margin: 0;
    font-weight: 700;
    line-height: 1.3;
}.get_updates_345 p::before {
    top: -30px;
    opacity: 0.1;
    left: -30px;
    position: absolute;
    background: rgb(200,217,216);
    content: "";
    z-index: -1;
    height: 80px;
    width: 80px;
    transform: translateZ(-10px) rotate(45deg);
}.get_updates_345 p::after {
    background: linear-gradient(90deg, rgb(200,217,216) 0%, transparent 100%);
    position: absolute;
    bottom: -15px;
    height: 2px;
    left: 0;
    width: 60%;
    content: "";
}.get_updates_345 .input_holder {
    display: flex;
    transform: translateZ(40px) translateX(20px) rotate(-2deg);
    transform-style: preserve-3d;
    position: relative;
    gap: 0;
    flex-direction: column;
}.get_updates_345 .input_holder::before {
    top: 10px;
    content: "";
    position: absolute;
    transform: translateZ(-10px);
    height: 100%;
    left: -10px;
    opacity: 0.03;
    width: 100%;
    z-index: -1;
    background: #000000;
}.get_updates_345 .online_lessons_674 {
    outline: none;
    background: #ffffff;
    font-size: 15px;
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-bottom: none;
    transform: translateZ(10px);
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    color: #000000;
    padding: 1.5rem;
    position: relative;
}.get_updates_345 .online_lessons_674:focus {
    box-shadow: 0 0 0 2px rgb(200,217,216,0.5);
    border-color: rgb(200,217,216);
}.get_updates_345 .help_section_306 {
    cursor: pointer;
    padding: 1.5rem;
    overflow: hidden;
    background: #000000;
    border: none;
    transition: all 0.3s ease;
    transform: translateZ(20px);
    color: #ffffff;
    font-weight: 600;
    position: relative;
    font-size: 16px;
    font-family: Arial, sans-serif;
}.get_updates_345 .help_section_306::before {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    transform: translateY(100%);
    height: 100%;
    background: rgb(200,217,216);
    transition: transform 0.3s ease;
    content: "";
    z-index: -1;
}.get_updates_345 .help_section_306:hover {
    color: #ffffff;
}.get_updates_345 .help_section_306:hover::before {
    transform: translateY(0);
}.get_updates_345 .input_holder:hover {
    transform: translateZ(40px) translateX(20px) rotate(0deg);
}

@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

@media (max-width: 992px) {.get_updates_345 {
    transform: perspective(1000px) rotateX(3deg);
    padding: 5rem 1.5rem;
}.get_updates_345 .mentor_values_270 {
    gap: 3rem;
    grid-template-columns: 1fr;
}.get_updates_345 .input_holder {
    transform: translateZ(30px) translateX(0) rotate(-2deg);
}.get_updates_345 .input_holder:hover {
    transform: translateZ(30px) translateX(0) rotate(0deg);
}.get_updates_345 p::before {
    left: -20px;
    width: 60px;
    height: 60px;
    top: -20px;
}
}

@media (max-width: 768px) {.get_updates_345 {
    transform: perspective(1000px) rotateX(2deg);
    padding: 4rem 1.5rem;
}.get_updates_345 p {
    font-size: calc(35px * 0.8);
}.get_updates_345 .input_holder {
    transform: translateZ(20px) translateX(0) rotate(-1deg);
}.get_updates_345 .input_holder:hover {
    transform: translateZ(20px) translateX(0) rotate(0deg);
}
}

@media (max-width: 576px) {.get_updates_345 {
    padding: 3rem 1rem;
    margin: 4rem 0;
    transform: none;
}.get_updates_345 p {
    font-size: 19px;
    transform: none;
}.get_updates_345 .input_holder {
    transform: none;
}.get_updates_345 .input_holder:hover {
    transform: none;
}.get_updates_345 .online_lessons_674,
    .get_updates_345 .help_section_306 {
    padding: 1.2rem 1rem;
    transform: none;
}.get_updates_345 p::before,
    .get_updates_345 .mentor_values_270::before,
    .get_updates_345 .mentor_values_270::after {
    display: none;
}}.education_history_294 {
    position: relative;
    background: rgb(231,242,241);
    overflow: hidden;
    padding: 120px 0;
}.education_history_294::before {
    left: 0;
    top: 0;
    content: "";
    background: repeating-linear-gradient(
        45deg,
        rgb(200,217,216,0.5) 0,
        rgb(200,217,216,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    position: absolute;
    opacity: 0.05;
    height: 100%;
    width: 100%;
    z-index: 1;
}.education_history_294 .container {
    max-width: 1200px;
    padding: 0 30px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
}.education_history_294 .alumni_ratings_106 {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 10px 20px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    margin: 0 auto;
    display: grid;
    border-radius: 20px;
    position: relative;
    grid-template-columns: 350px 1fr;
    gap: 50px;
    overflow: hidden;
    max-width: 1000px;
}.education_history_294 .icon_image_367 {
    overflow: hidden;
    height: 100%;
    position: relative;
    border-radius: 0;
    min-height: 400px;
    width: 100%;
}.education_history_294 .icon_image_367::before {
    z-index: 1;
    position: absolute;
    height: 50%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
    width: 100%;
    bottom: 0;
    content: "";
    left: 0;
}.education_history_294 .icon_image_367::after {
    content: "";
    background: rgb(200,217,216);
    opacity: 0.15;
    top: 0;
    transition: opacity 0.4s ease;
    width: 100%;
    position: absolute;
    left: 0;
    height: 100%;
}.education_history_294 .icon_image_367:hover::after {
    opacity: 0;
}.education_history_294 .name {
    font-weight: 700;
    transition: transform 0.3s ease;
    font-size: 21px;
    padding-bottom: 0;
    color: #ffffff;
    position: absolute;
    z-index: 2;
    font-family: Arial, sans-serif;
    bottom: 60px;
    left: 30px;
    margin: 0;
}.education_history_294 .alumni_ratings_106 span:not(.name) {
    font-weight: 400;
    bottom: 30px;
    z-index: 2;
    color: #ffffff;
    left: 30px;
    font-family: Arial, sans-serif;
    transition: transform 0.3s ease;
    position: absolute;
    font-size: 14px;
    opacity: 0.85;
    margin: 0;
}.education_history_294 .icon_image_367:hover ~ .name,
.education_history_294 .icon_image_367:hover ~ span:not(.name) {
    transform: translateX(5px);
}.education_history_294 .work_wrap_548 {
    font-family: Arial, sans-serif;
    display: flex;
    justify-content: center;
    margin: 0;
    font-size: 14px;
    color: #000000;
    position: relative;
    font-weight: 400;
    flex-direction: column;
    line-height: 1.8;
    padding: 50px 40px;
}.education_history_294 .work_wrap_548::before {
    left: 40px;
    height: 30px;
    background: linear-gradient(to right bottom, 
        rgb(200,217,216) 0%, 
        rgb(200,217,216) 50%, 
        transparent 50%, 
        transparent 100%);
    top: 40px;
    position: absolute;
    opacity: 0.2;
    content: "";
    width: 40px;
}.education_history_294 .work_wrap_548::after {
    position: absolute;
    width: 40px;
    bottom: 40px;
    background: linear-gradient(to left top, 
        rgb(164,185,184) 0%, 
        rgb(164,185,184) 50%, 
        transparent 50%, 
        transparent 100%);
    right: 40px;
    height: 30px;
    content: "";
    opacity: 0.2;
}

@media (max-width: 992px) {.education_history_294 {
    padding: 100px 0;
}.education_history_294 .alumni_ratings_106 {
    grid-template-columns: 300px 1fr;
    gap: 40px;
}.education_history_294 .icon_image_367 {
    min-height: 350px;
}.education_history_294 .work_wrap_548 {
    padding: 40px 30px;
}.education_history_294 .work_wrap_548::before {
    left: 30px;
    width: 30px;
    top: 30px;
    height: 24px;
}.education_history_294 .work_wrap_548::after {
    right: 30px;
    height: 24px;
    bottom: 30px;
    width: 30px;
}
}

@media (max-width: 768px) {.education_history_294 {
    padding: 80px 0;
}.education_history_294 .container {
    padding: 0 20px;
}.education_history_294 .alumni_ratings_106 {
    grid-template-columns: 1fr;
    gap: 0;
}.education_history_294 .icon_image_367 {
    height: 300px;
    min-height: 300px;
}.education_history_294 .work_wrap_548 {
    padding: 35px 25px;
}.education_history_294 .name {
    left: 25px;
    bottom: 50px;
    font-size: calc(21px * 0.9);
}.education_history_294 .alumni_ratings_106 span:not(.name) {
    left: 25px;
    font-size: calc(14px * 0.95);
    bottom: 25px;
}.education_history_294 .work_wrap_548::before {
    top: 25px;
    height: 20px;
    width: 24px;
    left: 25px;
}.education_history_294 .work_wrap_548::after {
    height: 20px;
    right: 25px;
    width: 24px;
    bottom: 25px;
}
}

@media (max-width: 480px) {.education_history_294 {
    padding: 60px 0;
}.education_history_294 .icon_image_367 {
    height: 250px;
    min-height: 250px;
}.education_history_294 .work_wrap_548 {
    font-size: calc(14px * 0.9);
    padding: 30px 20px;
}.education_history_294 .name {
    left: 20px;
    font-size: calc(21px * 0.85);
    bottom: 45px;
}.education_history_294 .alumni_ratings_106 span:not(.name) {
    bottom: 20px;
    left: 20px;
    font-size: calc(14px * 0.9);
}.education_history_294 .work_wrap_548::before,
    .education_history_294 .work_wrap_548::after {
    height: 16px;
    width: 20px;
}}.privacy_fort_196 {
    font-family: Arial, sans-serif;
    position: relative;
    background: linear-gradient(145deg, rgb(231,242,241) 0%, rgba(245, 248, 250, 0.95) 100%);
    padding: 5rem 2rem;
    overflow: hidden;
    color: #000000;
}.privacy_fort_196::before {
    background: linear-gradient(135deg, transparent 40%, rgba(rgb(200,217,216,0.5), 0.05) 100%);
    z-index: 1;
    height: 100%;
    clip-path: polygon(100% 0, 100% 100%, 30% 100%, 70% 0);
    right: 0;
    width: 30%;
    content: "";
    top: 0;
    position: absolute;
}.privacy_fort_196::after {
    z-index: 0;
    left: 0;
    background: linear-gradient(180deg, transparent 40%, rgba(rgb(164,185,184,0.5), 0.03) 100%);
    bottom: 0;
    width: 100%;
    position: absolute;
    height: 60%;
    content: "";
}.privacy_fort_196 .container {
    max-width: 1140px;
    margin: 0 auto;
    z-index: 2;
    padding: 0 15px;
    position: relative;
}.privacy_fort_196 h1 {
    color: #000000;
    position: relative;
    margin-bottom: 2rem;
    transform: translateX(-8px);
    font-weight: 700;
    font-size: 47px;
    padding-bottom: 1.5rem;
}.privacy_fort_196 h1::before {
    transform-origin: left;
    bottom: 0;
    content: "";
    background: linear-gradient(90deg, rgb(200,217,216) 0%, rgb(164,185,184) 100%);
    height: 4px;
    left: 0;
    animation: scaleIn 0.8s ease-out forwards;
    width: 120px;
    position: absolute;
}.privacy_fort_196 h2 {
    font-weight: 600;
    padding-left: 1.5rem;
    color: #000000;
    font-size: 34px;
    margin: 3rem 0 1.5rem;
    position: relative;
}.privacy_fort_196 h2::before {
    left: 0;
    top: 50%;
    content: "";
    height: 70%;
    width: 8px;
    position: absolute;
    background: rgb(200,217,216);
    transform: translateY(-50%);
}.privacy_fort_196 h3 {
    padding-left: 1.25rem;
    margin: 2.5rem 0 1.25rem;
    font-weight: 600;
    font-size: calc(34px * 0.85);
    position: relative;
    color: #000000;
}.privacy_fort_196 h3::before {
    background: rgb(164,185,184);
    width: 6px;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    left: 0;
    height: 60%;
    content: "";
}.privacy_fort_196 h4 {
    color: #000000;
    padding-left: 1rem;
    margin: 2rem 0 1rem;
    font-size: calc(34px * 0.7);
    position: relative;
    font-weight: 600;
}.privacy_fort_196 h4::before {
    height: 50%;
    content: "";
    left: 0;
    width: 4px;
    background: rgb(164,185,184);
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
    opacity: 0.7;
}.privacy_fort_196 p {
    line-height: 1.8;
    max-width: 95%;
    font-size: 18px;
    color: #000000;
    margin-bottom: 1.5rem;
}.privacy_fort_196 ul {
    padding-left: 1.5rem;
    list-style: none;
    margin: 1.5rem 0 2rem 1rem;
}.privacy_fort_196 li {
    padding-left: 1.75rem;
    position: relative;
    line-height: 1.7;
    margin-bottom: 1rem;
    font-size: 18px;
}.privacy_fort_196 li::before {
    border: 2px solid rgb(200,217,216);
    content: "";
    top: 0.6rem;
    left: 0;
    transition: transform 0.3s ease;
    border-radius: 10px;
    position: absolute;
    height: 10px;
    width: 10px;
    transform: rotate(45deg);
}.privacy_fort_196 li:hover::before {
    transform: rotate(135deg);
    background-color: rgba(rgb(200,217,216,0.5), 0.1);
}.privacy_fort_196 strong {
    display: inline-block;
    position: relative;
    color: #000000;
    font-weight: 600;
}.privacy_fort_196 span {
    padding-left: 1rem;
    line-height: 1.7;
    border-left: 2px solid rgba(rgb(164,185,184,0.5), 0.3);
    color: #000000;
    display: block;
    font-size: 18px;
    margin-bottom: 2rem;
}

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

@media (min-width: 768px) {.privacy_fort_196 {
    padding: 7rem 3rem;
}.privacy_fort_196 .container {
    padding: 0 30px;
}.privacy_fort_196 h1 {
    transform: translateX(-15px);
    margin-bottom: 3rem;
    font-size: calc(47px * 1.2);
}.privacy_fort_196 h1::before {
    height: 5px;
    width: 180px;
}.privacy_fort_196 h2 {
    margin: 4rem 0 2rem;
    padding-left: 2rem;
}.privacy_fort_196 h2::before {
    width: 10px;
}.privacy_fort_196 p {
    max-width: 85%;
}.privacy_fort_196 ul {
    margin-left: 2rem;
}.privacy_fort_196 span {
    padding-left: 1.5rem;
}
}

@media (min-width: 992px) {.privacy_fort_196 {
    padding: 8rem 4rem;
}.privacy_fort_196::before {
    width: 40%;
}.privacy_fort_196 h1 {
    transform: translateX(-25px);
}.privacy_fort_196 h1::before {
    width: 220px;
}.privacy_fort_196 p {
    max-width: 75%;
}.privacy_fort_196 li::before {
    width: 12px;
    height: 12px;
}.privacy_fort_196 span {
    padding-left: 2rem;
    border-left: 3px solid rgba(rgb(164,185,184,0.5), 0.3);
}
}

@media (max-width: 767px) {.privacy_fort_196 {
    padding: 4rem 1.5rem;
}.privacy_fort_196::before {
    width: 50%;
}.privacy_fort_196 h1 {
    padding-bottom: 1rem;
    font-size: calc(47px * 0.9);
}.privacy_fort_196 h2 {
    font-size: calc(34px * 0.9);
    margin: 2.5rem 0 1.25rem;
}.privacy_fort_196 h3 {
    font-size: calc(34px * 0.75);
}.privacy_fort_196 h4 {
    font-size: calc(34px * 0.65);
}.privacy_fort_196 p, .privacy_fort_196 span, .privacy_fort_196 li {
    font-size: calc(18px * 0.95);
}
}

@media (max-width: 480px) {.privacy_fort_196 {
    padding: 3rem 1rem;
}.privacy_fort_196 h1 {
    font-size: calc(47px * 0.8);
}.privacy_fort_196 h2 {
    font-size: calc(34px * 0.8);
    padding-left: 1.25rem;
}.privacy_fort_196 h3 {
    padding-left: 1rem;
    font-size: calc(34px * 0.7);
}.privacy_fort_196 h4 {
    padding-left: 0.75rem;
    font-size: calc(34px * 0.6);
}.privacy_fort_196 p, .privacy_fort_196 span, .privacy_fort_196 li {
    line-height: 1.6;
    font-size: calc(18px * 0.9);
}.privacy_fort_196 li {
    padding-left: 1.5rem;
}.privacy_fort_196 span {
    padding-left: 0.75rem;
}}.company_info_137 {
    overflow: hidden;
    position: relative;
    color: #ffffff;
    padding: 150px 0;
    background: linear-gradient(135deg, rgb(200,217,216) 0%, #000000 100%);
}.company_info_137::before {
    position: absolute;
    z-index: 1;
    opacity: 0.1;
    animation: rotate-slow 120s linear infinite;
    top: -50%;
    left: -50%;
    width: 200%;
    background: repeating-conic-gradient(
        #000000 0deg 10deg,
        rgba(0, 0, 0, 0.5) 10deg 15deg
    );
    content: "";
    height: 200%;
}.company_info_137::after {
    top: 0;
    position: absolute;
    left: 0;
    background: radial-gradient(circle at center, transparent 0%, rgba(0, 0, 0, 0.8) 70%);
    height: 100%;
    content: "";
    z-index: 2;
    width: 100%;
}@keyframes rotate-slow {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.company_info_137 .container {
    z-index: 5;
    position: relative;
}.company_info_137 h2 {
    font-weight: 700;
    margin-bottom: 80px;
    letter-spacing: 5px;
    position: relative;
    color: rgb(200,217,216);
    text-align: center;
    font-size: 42px;
    text-transform: uppercase;
}.company_info_137 h2::before {
    position: absolute;
    content: "";
    height: 1px;
    transform: translateX(-50%);
    bottom: -20px;
    width: 100px;
    left: 50%;
    background-color: rgb(200,217,216);
}.company_info_137 .knowledge_pro_938 {
    position: relative;
    display: flex;
    justify-content: center;
    gap: 0;
    flex-wrap: wrap;
}.company_info_137 .path_creators_915 {
    perspective: 1000px;
    padding: 20px;
    position: relative;
    overflow: hidden;
    flex: 0 0 50%;
}.company_info_137 .path_creators_915:first-child {
    animation: card-in-left 1s ease-out forwards;
    transform-origin: right center;
}.company_info_137 .path_creators_915:last-child {
    transform-origin: left center;
    animation: card-in-right 1s ease-out forwards;
}@keyframes card-in-left {
    0% {
        transform: translateX(-100%) rotateY(90deg);
        opacity: 0;
    }
    100% {
        transform: translateX(0) rotateY(0);
        opacity: 1;
    }
}

@keyframes card-in-right {
    0% {
        transform: translateX(100%) rotateY(-90deg);
        opacity: 0;
    }
    100% {
        transform: translateX(0) rotateY(0);
        opacity: 1;
    }
}

.company_info_137 .path_creators_915 h3 {
    margin: 0 0 20px 0;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
    font-size: 22px;
    text-transform: uppercase;
    position: relative;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    letter-spacing: 2px;
}.company_info_137 .path_creators_915 p {
    padding: 0 40px;
    margin: 0;
    opacity: 1;
    font-size: 17px;
    position: relative;
    color: #ffffff;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    text-align: center;
    line-height: 1.8;
}.company_info_137 .path_creators_915::before {
    background: rgba(0, 0, 0, 0.7);
    height: 100%;
    transform: skewY(0deg);
    width: 100%;
    content: "";
    z-index: -1;
    left: 0;
    transition: transform 0.5s ease;
    position: absolute;
    top: 0;
}.company_info_137 .path_creators_915:hover::before {
    transform: skewY(-2deg);
}.company_info_137 .path_creators_915::after {
    left: 0;
    top: 0;
    opacity: 0.1;
    width: 100%;
    position: absolute;
    background: linear-gradient(135deg, rgb(200,217,216,0.5) 0%, transparent 100%);
    content: "";
    transition: opacity 0.5s ease;
    height: 100%;
    z-index: -1;
}.company_info_137 .path_creators_915:hover::after {
    opacity: 0.2;
}.company_info_137 .path_creators_915 h3::before {
    transform: translateX(-50%);
    height: 1px;
    content: "";
    width: 30px;
    left: 50%;
    position: absolute;
    bottom: -10px;
    background-color: rgb(164,185,184);
}.company_info_137 .path_creators_915:first-child::before {
    border-right: 1px solid rgb(200,217,216,0.5);
}.company_info_137 .path_creators_915:last-child::before {
    border-left: 1px solid rgb(164,185,184,0.5);
}.company_info_137 .knowledge_pro_938::before {
    height: 40px;
    animation: pulse-circle 2s infinite;
    content: "";
    border-radius: 50%;
    width: 40px;
    box-shadow: 0 0 20px rgb(200,217,216,0.5);
    transform: translate(-50%, -50%);
    z-index: 10;
    position: absolute;
    left: 50%;
    background-color: rgb(200,217,216);
    top: 50%;
}.company_info_137 .knowledge_pro_938::after {
    border-radius: 50%;
    top: 50%;
    position: absolute;
    content: "";
    z-index: 11;
    left: 50%;
    width: 20px;
    background-color: rgb(164,185,184);
    height: 20px;
    transform: translate(-50%, -50%);
}@keyframes pulse-circle {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
    50% {
        transform: translate(-50%, -50%) scale(1.3);
        opacity: 0.7;
    }
    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
}

.company_info_137 .container::before {
    animation: float-element 10s ease-in-out infinite;
    width: 200px;
    content: "";
    position: absolute;
    height: 200px;
    border-radius: 20px;
    left: -100px;
    opacity: 0.2;
    top: -100px;
    transform: rotate(45deg);
    border: 1px solid rgb(200,217,216,0.5);
}.company_info_137 .container::after {
    bottom: -100px;
    right: -100px;
    opacity: 0.2;
    content: "";
    transform: rotate(45deg);
    border-radius: 20px;
    border: 1px solid rgb(164,185,184,0.5);
    height: 200px;
    animation: float-element 10s ease-in-out infinite reverse;
    position: absolute;
    width: 200px;
}

@keyframes float-element {
    0%, 100% {
        transform: rotate(45deg) translate(0, 0);
    }
    50% {
        transform: rotate(60deg) translate(20px, 20px);
    }
}

@media screen and (max-width: 992px) {.company_info_137 {
    padding: 100px 0;
}.company_info_137 .path_creators_915 {
    flex: 0 0 100%;
    padding: 40px 0;
}.company_info_137 .path_creators_915:first-child {
    animation: card-in-top 1s ease-out forwards;
}.company_info_137 .path_creators_915:last-child {
    animation: card-in-bottom 1s ease-out forwards;
}@keyframes card-in-top {
        0% {
            transform: translateY(-100%);
            opacity: 0;
        }
        100% {
            transform: translateY(0);
            opacity: 1;
        }
    }
    
    @keyframes card-in-bottom {
        0% {
            transform: translateY(100%);
            opacity: 0;
        }
        100% {
            transform: translateY(0);
            opacity: 1;
        }
    }
    
    .company_info_137 .knowledge_pro_938::before,
    .company_info_137 .knowledge_pro_938::after {
    display: none;
}.company_info_137 .path_creators_915:first-child::before {
    border-bottom: 1px solid rgb(200,217,216,0.5);
    border-right: none;
}.company_info_137 .path_creators_915:last-child::before {
    border-top: 1px solid rgb(164,185,184,0.5);
    border-left: none;
}
}

@media screen and (max-width: 768px) {.company_info_137 {
    padding: 80px 0;
}.company_info_137 h2 {
    font-size: calc(42px * 0.8);
    letter-spacing: 3px;
    margin-bottom: 60px;
}.company_info_137 .path_creators_915 h3 {
    letter-spacing: 1px;
    font-size: calc(22px * 0.9);
}.company_info_137 .path_creators_915 p {
    padding: 0 30px;
}.company_info_137 .container::before,
    .company_info_137 .container::after {
    width: 150px;
    height: 150px;
}
}

@media screen and (max-width: 576px) {.company_info_137 {
    padding: 60px 0;
}.company_info_137 h2 {
    letter-spacing: 2px;
    font-size: calc(42px * 0.7);
    margin-bottom: 40px;
}.company_info_137 h2::before {
    width: 80px;
    bottom: -15px;
}.company_info_137 .path_creators_915 {
    padding: 30px 0;
}.company_info_137 .path_creators_915 h3 {
    margin-bottom: 15px;
    font-size: calc(22px * 0.85);
}.company_info_137 .path_creators_915 h3::before {
    bottom: -8px;
    width: 25px;
}.company_info_137 .path_creators_915 p {
    line-height: 1.6;
    padding: 0 20px;
    font-size: calc(17px * 0.9);
}.company_info_137 .container::before,
    .company_info_137 .container::after {
    width: 100px;
    height: 100px;
}}.title_greeting_894 {
    background: linear-gradient(135deg, rgb(231,242,241) 0%, rgba(245, 247, 250, 0.92) 100%);
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}.title_greeting_894::before {
    top: 0;
    content: "";
    position: absolute;
    pointer-events: none;
    width: 100%;
    z-index: 1;
    height: 100%;
    left: 0;
    background: linear-gradient(45deg, rgb(200,217,216,0.5) 0%, transparent 40%);
}.title_greeting_894::after {
    z-index: 0;
    transform: rotate(-15deg);
    right: -50px;
    background: linear-gradient(to right, rgb(164,185,184,0.5) 10%, transparent 70%);
    opacity: 0.5;
    width: 300px;
    height: 300px;
    filter: blur(60px);
    position: absolute;
    content: "";
    bottom: -50px;
}.title_greeting_894 > div {
    padding: 0 25px;
    gap: 40px;
    z-index: 2;
    max-width: 1200px;
    display: grid;
    grid-template-columns: 1fr;
    position: relative;
    margin: 0 auto;
}.title_greeting_894 .master_expert_235 {
    margin-bottom: 20px;
    font-weight: 700;
    position: relative;
    line-height: 1.2;
    font-size: 43px;
    display: inline-block;
    color: #000000;
    transform: translateX(-5px);
}.title_greeting_894 .master_expert_235::after {
    height: 6px;
    transform: skewX(-15deg);
    bottom: -12px;
    content: "";
    width: 60%;
    position: absolute;
    background: rgb(200,217,216);
    left: 0;
}.title_greeting_894 p {
    font-size: calc(15px * 1.2);
    position: relative;
    max-width: 90%;
    padding-left: 15px;
    color: #000000;
    margin-top: 30px;
    line-height: 1.6;
}.title_greeting_894 p::before {
    background: rgb(164,185,184);
    left: 0;
    height: 100%;
    top: 0;
    width: 3px;
    content: "";
    transform: scaleY(0.9);
    position: absolute;
}.title_greeting_894 .edu_open_201 {
    transform: translateY(10px);
    margin-top: 30px;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.title_greeting_894 .edu_open_201:hover {
    transform: translateY(0);
}.title_greeting_894 .pro_track_130 {
    position: relative;
    height: 400px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 3px 10px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    transition: all 0.4s ease-in-out;
    overflow: hidden;
}.title_greeting_894 .pro_track_130::before {
    width: 100%;
    position: absolute;
    z-index: 1;
    height: 100%;
    transition: opacity 0.4s ease;
    top: 0;
    content: "";
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.7));
    left: 0;
}.title_greeting_894 .pro_track_130:hover::before {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.8));
}.title_greeting_894 .pro_track_130 span {
    bottom: 0;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 30px;
    width: 100%;
    position: absolute;
    left: 0;
    transform: translateY(10px);
    z-index: 2;
}.title_greeting_894 .pro_track_130:hover span {
    transform: translateY(0);
}.title_greeting_894 .pro_track_130 h3 {
    font-size: 22px;
    font-weight: 600;
    color: #ffffff;
    padding-bottom: 15px;
    line-height: 1.5;
    margin: 0;
    position: relative;
}.title_greeting_894 .pro_track_130 h3::after {
    transform: scaleX(0.7);
    bottom: 0;
    left: 0;
    width: 70px;
    transform-origin: left;
    position: absolute;
    height: 3px;
    content: "";
    background: rgb(200,217,216);
    transition: transform 0.4s ease;
}.title_greeting_894 .pro_track_130:hover h3::after {
    transform: scaleX(1);
}

@media (min-width: 992px) {.title_greeting_894 {
    padding: 160px 0 120px;
}.title_greeting_894 > div {
    align-items: center;
    gap: 60px;
    grid-template-columns: 1fr 1fr;
}.title_greeting_894 .master_expert_235 {
    max-width: 90%;
    font-size: calc(43px * 1.1);
}.title_greeting_894 p {
    font-size: calc(15px * 1.3);
    max-width: 85%;
}.title_greeting_894 .edu_open_201 {
    margin-top: 0;
}.title_greeting_894 .pro_track_130 {
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    height: 450px;
    transform: perspective(1000px) rotateY(-2deg);
}.title_greeting_894 .pro_track_130:hover {
    transform: perspective(1000px) rotateY(0);
}
}

@media (max-width: 991px) {.title_greeting_894 {
    padding: 100px 0 80px;
}.title_greeting_894 > div {
    gap: 40px;
    grid-template-columns: 1fr;
}.title_greeting_894 .master_expert_235 {
    font-size: calc(43px * 0.9);
}.title_greeting_894 p {
    max-width: 100%;
    font-size: 15px;
}
}

@media (max-width: 767px) {.title_greeting_894 {
    padding: 80px 0 60px;
}.title_greeting_894 .master_expert_235 {
    font-size: calc(43px * 0.8);
}.title_greeting_894 .pro_track_130 {
    height: 350px;
}.title_greeting_894 .pro_track_130 h3 {
    font-size: calc(22px * 0.9);
}
}

@media (max-width: 576px) {.title_greeting_894 {
    padding: 60px 0 40px;
}.title_greeting_894 > div {
    padding: 0 15px;
}.title_greeting_894 .master_expert_235 {
    font-size: calc(43px * 0.7);
}.title_greeting_894 .pro_track_130 {
    height: 300px;
}.title_greeting_894 .pro_track_130 span {
    padding: 20px;
}.title_greeting_894 .pro_track_130 h3 {
    font-size: calc(22px * 0.8);
}}.plan_box_846 {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}.plan_box_846::before {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(135deg, rgba(18, 46, 101, 0.85), rgba(44, 62, 80, 0.9));
    content: "";
    top: 0;
    z-index: 1;
}.plan_box_846 .container {
    padding: 0 20px;
    max-width: 1200px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
}.payment_plans_241 {
    position: relative;
}.plan_box_846 h2 {
    position: relative;
    margin-bottom: 25px;
    animation: titleFadeIn 0.8s ease-out forwards;
    font-weight: 700;
    transform: translateY(0);
    font-size: 36px;
    color: #ffffff;
    text-align: center;
}.plan_box_846 .cost_plan_839 {
    animation: fadeIn 0.8s ease-out 0.3s forwards;
    color: #ffffff;
    font-size: 18px;
    max-width: 700px;
    text-align: center;
    margin: 0 auto 60px;
    line-height: 1.6;
    opacity: 0;
    position: relative;
}.plan_box_846 .cost_matrix_086 {
    display: grid;
    padding: 0;
    gap: 30px;
    margin: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    list-style: none;
}.plan_box_846 .cost_matrix_086 li {
    transform-style: preserve-3d;
    perspective: 1000px;
}.plan_box_846 .rate_card_370 {
    transform: translateZ(0);
    text-decoration: none;
    height: 100%;
    display: block;
    transition: transform 0.5s cubic-bezier(0.33, 1, 0.68, 1);
}.plan_box_846 .rate_card_370:hover {
    transform: translateY(-10px) scale(1.02);
}.plan_box_846 .cost_levels_419 {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.4s ease;
    overflow: hidden;
    height: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 96%, 96% 100%, 0 100%);
    position: relative;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(240, 240, 240, 0.85));
}.plan_box_846 .rate_card_370:hover .cost_levels_419 {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(240, 240, 240, 0.9));
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 0 10px 20px rgba(0, 0, 0, 0.1);
}.plan_box_846 .cost_levels_419::before {
    left: 0;
    transform: scaleX(0);
    top: 0;
    height: 6px;
    position: absolute;
    width: 100%;
    transform-origin: left;
    transition: transform 0.4s cubic-bezier(0.33, 1, 0.68, 1);
    background: linear-gradient(90deg, rgb(200,217,216), rgb(164,185,184));
    content: "";
}.plan_box_846 .rate_card_370:hover .cost_levels_419::before {
    transform: scaleX(1);
}.plan_box_846 .premium_grid_241 {
    flex-direction: column;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    padding: 35px 30px;
}.plan_box_846 .premium_grid_241 h4 {
    transition: color 0.3s ease;
    margin: 0 0 20px;
    color: #000000;
    font-weight: 700;
    padding-bottom: 15px;
    position: relative;
    font-size: calc(18px * 1.1);
}.plan_box_846 .rate_card_370:hover .premium_grid_241 h4 {
    color: rgb(200,217,216);
}.plan_box_846 .premium_grid_241 h4::after {
    content: "";
    height: 3px;
    position: absolute;
    background: rgb(200,217,216);
    bottom: 0;
    left: 0;
    width: 40px;
    transition: width 0.4s ease;
}.plan_box_846 .rate_card_370:hover .premium_grid_241 h4::after {
    width: 60px;
}.plan_box_846 .premium_grid_241 p {
    word-break: break-word;
    margin: 0 0 25px;
    flex-grow: 1;
    color: #000000;
    font-size: calc(18px * 0.95);
    line-height: 1.6;
    overflow-wrap: break-word;
}.plan_box_846 .fee_structure_279 {
    padding: 12px 25px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    border-radius: 50px;
    font-size: calc(18px * 1.4);
    align-self: flex-start;
    overflow: hidden;
    display: inline-block;
    position: relative;
    background: linear-gradient(135deg, rgba(240, 240, 240, 0.8), rgba(255, 255, 255, 0.9));
    font-weight: 700;
    color: #000000;
}.plan_box_846 .rate_card_370:hover .fee_structure_279 {
    box-shadow: 0 8px 20px rgba(var(--primary-color-rgb), 0.3);
    color: #ffffff;
    background: linear-gradient(135deg, rgb(200,217,216,0.5), rgb(200,217,216));
}.plan_box_846 .fee_structure_279::before {
    left: -100%;
    top: 0;
    position: absolute;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.7s ease;
    content: "";
    width: 100%;
}.plan_box_846 .rate_card_370:hover .fee_structure_279::before {
    left: 100%;
}

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

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

@media (max-width: 1200px) {.plan_box_846 {
    padding: 100px 0;
}.plan_box_846 .cost_matrix_086 {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
}
}

@media (max-width: 991px) {.plan_box_846 {
    padding: 80px 0;
}.plan_box_846 h2 {
    font-size: calc(36px * 0.9);
}.plan_box_846 .cost_plan_839 {
    font-size: calc(18px * 0.95);
    margin-bottom: 50px;
}.plan_box_846 .cost_matrix_086 {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}.plan_box_846 .premium_grid_241 {
    padding: 30px 25px;
}
}

@media (max-width: 767px) {.plan_box_846 {
    padding: 70px 0;
}.plan_box_846 h2 {
    margin-bottom: 20px;
    font-size: calc(36px * 0.85);
}.plan_box_846 .cost_plan_839 {
    font-size: calc(18px * 0.9);
    margin-bottom: 40px;
}.plan_box_846 .cost_matrix_086 {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    gap: 25px;
}.plan_box_846 .premium_grid_241 h4 {
    font-size: 18px;
}.plan_box_846 .premium_grid_241 p {
    font-size: calc(18px * 0.9);
    margin-bottom: 20px;
}.plan_box_846 .fee_structure_279 {
    font-size: calc(18px * 1.3);
    padding: 10px 20px;
}
}

@media (max-width: 480px) {.plan_box_846 {
    padding: 60px 0;
}.plan_box_846 h2 {
    font-size: calc(36px * 0.8);
}.plan_box_846 .cost_plan_839 {
    margin-bottom: 35px;
    font-size: calc(18px * 0.85);
}.plan_box_846 .premium_grid_241 {
    padding: 25px 20px;
}.plan_box_846 .premium_grid_241 h4 {
    padding-bottom: 12px;
    margin-bottom: 15px;
}.plan_box_846 .premium_grid_241 p {
    line-height: 1.5;
    font-size: calc(18px * 0.85);
}.plan_box_846 .fee_structure_279 {
    padding: 8px 18px;
    font-size: calc(18px * 1.2);
}}.id_thankbox_623 {
    position: relative;
    background: linear-gradient(135deg, rgb(231,242,241) 0%, rgba(245, 247, 250, 0.95) 100%);
    padding: 120px 0 100px;
    overflow: hidden;
}.id_thankbox_623::before {
    opacity: 0.4;
    position: absolute;
    top: -50px;
    width: 300px;
    background: linear-gradient(45deg, rgb(164,185,184,0.5) 0%, rgb(200,217,216,0.5) 100%);
    z-index: 1;
    content: "";
    animation: float 15s ease-in-out infinite;
    height: 300px;
    right: -50px;
    filter: blur(80px);
}.id_thankbox_623::after {
    content: "";
    background: linear-gradient(225deg, rgb(200,217,216,0.5) 0%, rgb(164,185,184,0.5) 80%);
    left: -30px;
    width: 250px;
    filter: blur(60px);
    opacity: 0.3;
    z-index: 1;
    height: 250px;
    bottom: -30px;
    position: absolute;
    animation: float 18s ease-in-out infinite reverse;
}.id_thankbox_623 .container {
    max-width: 1140px;
    padding: 0 20px;
    z-index: 5;
    margin: 0 auto;
    position: relative;
}.id_thankbox_623 h2 {
    opacity: 0;
    font-family: Arial, sans-serif;
    color: #000000;
    margin-bottom: 40px;
    animation: slideUp 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    position: relative;
    font-size: 29px;
    font-weight: 700;
    transform: translateY(20px);
}.id_thankbox_623 h2::after {
    transform: scaleX(0);
    animation: expandLine 0.6s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.4s;
    position: absolute;
    left: 0;
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, rgb(200,217,216) 0%, rgb(164,185,184) 100%);
    content: "";
    transform-origin: left center;
    bottom: -12px;
}.id_thankbox_623 .mentor_values_270 {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.07), 0 5px 15px rgba(0, 0, 0, 0.05);
    border-radius: 30px;
    position: relative;
    transform: translateY(30px);
    animation: slideUp 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.3s;
    opacity: 0;
    background: #ffffff;
    overflow: hidden;
    padding: 50px;
}.id_thankbox_623 .mentor_values_270::before {
    width: 6px;
    background: linear-gradient(to bottom, rgb(164,185,184), rgb(200,217,216));
    transform-origin: top center;
    top: 0;
    left: 0;
    animation: expandHeight 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.6s;
    height: 100%;
    transform: scaleY(0);
    content: "";
    position: absolute;
}.id_thankbox_623 ul {
    padding: 0;
    list-style: none;
    margin: 0;
}.id_thankbox_623 li {
    position: relative;
    padding-left: 25px;
}.id_thankbox_623 li::before {
    transform: scale(0);
    height: 10px;
    background: linear-gradient(135deg, rgb(200,217,216) 0%, rgb(164,185,184) 100%);
    width: 10px;
    top: 8px;
    left: 0;
    position: absolute;
    animation: popIn 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) forwards 1s;
    content: "";
    border-radius: 50%;
}.id_thankbox_623 span {
    display: block;
    line-height: 1.7;
    animation: fadeText 0.8s ease forwards 0.8s;
    font-size: calc(13px * 1.05);
    font-family: Arial, sans-serif;
    color: #000000;
    opacity: 0;
    transform: translateY(15px);
}

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

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

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

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

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

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

@media (max-width: 991px) {.id_thankbox_623 {
    padding: 90px 0 70px;
}.id_thankbox_623 h2 {
    margin-bottom: 35px;
    font-size: calc(29px * 0.9);
}.id_thankbox_623 .mentor_values_270 {
    padding: 40px 35px;
}.id_thankbox_623 h2::after {
    width: 70px;
}
}

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

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

@media (hover: hover) {.id_thankbox_623 .mentor_values_270:hover {
    transform: translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1), 0 10px 20px rgba(0, 0, 0, 0.06);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.4s ease;
}.id_thankbox_623 .mentor_values_270:hover::before {
    background: linear-gradient(to bottom, rgb(200,217,216), rgb(164,185,184));
    transition: background 0.5s ease;
}}.potential_students_182 {
    padding: 100px 0;
    background-color: #edf0f8;
    position: relative;
    overflow: hidden;
}.potential_students_182::before {
    left: 0;
    width: 100%;
    z-index: 1;
    opacity: 0.4;
    background: 
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 10px,
            rgba(228, 232, 243, 0.8) 10px,
            rgba(228, 232, 243, 0.8) 11px
        ),
        repeating-linear-gradient(
            90deg,
            transparent,
            transparent 10px,
            rgba(228, 232, 243, 0.8) 10px,
            rgba(228, 232, 243, 0.8) 11px
        );
    height: 100%;
    content: '';
    top: 0;
    position: absolute;
}.potential_students_182 .mentor_values_270 {
    margin: 0 auto;
    z-index: 10;
    position: relative;
    max-width: 1200px;
    padding: 0 30px;
    text-align: center;
}.potential_students_182 h3 {
    margin-bottom: 60px;
    padding: 20px 40px;
    display: inline-block;
    border-radius: 15px;
    font-size: 28px;
    font-weight: 700;
    color: #000000;
    box-shadow: 
        10px 10px 20px rgba(166, 180, 208, 0.7),
        -10px -10px 20px rgba(255, 255, 255, 0.8);
    background-color: #edf0f8;
    position: relative;
}.potential_students_182 h3::after {
    background: linear-gradient(90deg, rgb(200,217,216), rgb(164,185,184));
    position: absolute;
    width: 60px;
    content: '';
    transform: translateX(-50%);
    bottom: -15px;
    border-radius: 10px;
    height: 5px;
    left: 50%;
}.potential_students_182 ul {
    display: flex;
    padding: 0;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    gap: 35px;
    margin: 0;
}.potential_students_182 ul li {
    align-items: flex-start;
    position: relative;
    text-align: left;
    min-width: 280px;
    box-shadow: 
        10px 10px 20px rgba(166, 180, 208, 0.5),
        -10px -10px 20px rgba(255, 255, 255, 0.8);
    display: flex;
    transition: all 0.4s ease;
    padding: 35px 30px;
    gap: 20px;
    background-color: #edf0f8;
    width: calc(33.333% - 24px);
    border-radius: 20px;
}.potential_students_182 ul li:hover {
    transform: translateY(-5px);
    box-shadow: 
        inset 5px 5px 10px rgba(166, 180, 208, 0.4),
        inset -5px -5px 10px rgba(255, 255, 255, 0.8);
}.potential_students_182 ul li::before {
    right: 15px;
    border-radius: 50%;
    top: 15px;
    transition: opacity 0.3s ease;
    content: '';
    opacity: 0.5;
    position: absolute;
    height: 12px;
    width: 12px;
    background: linear-gradient(135deg, rgb(200,217,216), rgb(164,185,184));
}.potential_students_182 ul li:hover::before {
    opacity: 1;
}.potential_students_182 ul li svg {
    box-shadow: 
        5px 5px 10px rgba(166, 180, 208, 0.5),
        -5px -5px 10px rgba(255, 255, 255, 0.8);
    border-radius: 12px;
    width: 50px;
    transition: all 0.4s ease;
    padding: 10px;
    background: linear-gradient(135deg, #edf0f8, #e2e6f3);
    height: 50px;
    flex-shrink: 0;
}.potential_students_182 ul li:hover svg {
    box-shadow: 
        inset 3px 3px 6px rgba(166, 180, 208, 0.4),
        inset -3px -3px 6px rgba(255, 255, 255, 0.8);
    transform: scale(1.05);
}.potential_students_182 ul li svg path {
    transition: fill 0.4s ease;
    fill: rgb(200,217,216);
}.potential_students_182 ul li:hover svg path {
    fill: rgb(164,185,184);
}@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.potential_students_182 ul li {
    animation: fadeInUp 0.6s ease forwards;
    opacity: 0;
}.potential_students_182 ul li:nth-child(1) {
    animation-delay: 0.1s;
}.potential_students_182 ul li:nth-child(2) {
    animation-delay: 0.2s;
}.potential_students_182 ul li:nth-child(3) {
    animation-delay: 0.3s;
}.potential_students_182 ul li:nth-child(4) {
    animation-delay: 0.4s;
}.potential_students_182 ul li:nth-child(5) {
    animation-delay: 0.5s;
}.potential_students_182 ul li:nth-child(6) {
    animation-delay: 0.6s;
}

@media (max-width: 992px) {.potential_students_182 {
    padding: 80px 0;
}.potential_students_182 h3 {
    padding: 15px 30px;
    margin-bottom: 50px;
}.potential_students_182 ul {
    gap: 25px;
}.potential_students_182 ul li {
    width: calc(50% - 13px);
    padding: 30px 25px;
}
}

@media (max-width: 768px) {.potential_students_182 ul li {
    max-width: 400px;
    width: 100%;
}
}

@media (max-width: 576px) {.potential_students_182 {
    padding: 60px 0;
}.potential_students_182 h3 {
    margin-bottom: 40px;
    padding: 15px 20px;
    font-size: calc(28px * 0.85);
}.potential_students_182 ul li {
    gap: 15px;
    padding: 25px 20px;
}.potential_students_182 ul li svg {
    width: 40px;
    padding: 8px;
    height: 40px;
}
}

@media (prefers-reduced-motion: reduce) {.potential_students_182 ul li {
    animation: none;
    opacity: 1;
}.potential_students_182 ul li:hover {
    transform: none;
}}.cookieNotificationPanel_378 {
    transition: all 0.3s ease-in-out;
    bottom: 0;
    width: 100%;
    padding: 20px 0;
    position: fixed;
    border-top: 2px solid rgb(200,217,216);
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 20px 0px;
    background: rgb(164,185,184);
    z-index: 90;
}.privacy_ctrl_147 {
    padding: 20px 30px;
    justify-content: space-between;
    margin: auto;
    display: flex;
    align-items: center;
    max-width: 1200px;
    flex-wrap: wrap;
}.cookieNotificationPanel_378 h5 {
    transition: color 0.3s ease-in-out;
    font-weight: 700;
    color: #ffffff;
    font-size: 21px;
    margin-bottom: 6px;
}.cookieNotificationPanel_378 p {
    font-size: 15px;
    color: #ffffff;
    max-width: 500px;
}.manage_tracking_038 {
    margin-right: 20px;
    flex-shrink: 0;
}.manage_tracking_038 svg, .manage_tracking_038 svg path {
    width: 80px;
    height: 80px;
    transition: transform 0.3s ease-in-out;
    fill: rgb(200,217,216);
}.manage_tracking_038:hover svg {
    transform: rotate(10deg);
}.track_cookies_836 {
    font-size: 18px;
    border-radius: 12px;
    margin-left: 20px;
    background: rgb(200,217,216);
    box-shadow: rgb(200,217,216,0.5) 0px 4px 10px 0px;
    cursor: pointer;
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
    color: #ffffff;
    text-decoration: none;
    line-height: 35px;
    padding: 10px 20px;
}.cookie_button.data_approval_268 {
    background: rgb(200,217,216);
}.cookie_button.cookie_ack_423 {
    background: rgb(164,185,184);
}.track_cookies_836:hover {
    transform: scale(1.05);
    box-shadow: rgb(200,217,216,0.5) 0px 6px 15px 0px;
}.cookieNotificationPanel_378 p a {
    text-decoration: none;
    transition: color 0.3s ease-in-out;
    font-weight: 600;
    color: rgb(200,217,216);
}.cookieNotificationPanel_378 p a:hover {
    color: rgb(164,185,184);
}.core-container_796 .cookieNotificationPanel_378 {
    border: none;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 40px 39px;
    padding: 40px 0;
    background: rgb(164,185,184);
}.core-container_796 .track_cookies_836 {
    background: rgb(200,217,216);
    border-radius: 10px;
    padding: 10px;
    font-weight: 400;
    color: #ffffff;
    margin-left: 30px;
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
    font-size: 18px;
    border: none;
}.core-container_796 .cookies_tracking_564 h5, .core-container_796 .cookies_tracking_564 p {
    color: #ffffff;
}
@media only screen and (max-width: 1200px) {.cookieNotificationPanel_378 {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.manage_tracking_038 {
    display: none;
}.privacy_ctrl_147 {
    justify-content: center;
    flex-direction: column;
    align-items: center;
}.cookieNotificationPanel_378 h5 {
    text-align: center;
}.cookieNotificationPanel_378 p {
    text-align: center;
}.cookies_tracking_564 {
    text-align: center;
    margin-bottom: 20px;
}.track_cookies_836 {
    width: 100%;
    max-width: 300px;
    margin-left: 0;
    margin-top: 10px;
}}
#policyAlertWindow_943 {
    display: none;
}#policyAlertWindow_943:checked ~ .cookieNotificationPanel_378 {
    opacity: 0;
    visibility: hidden;
}