﻿* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}header,footer {
    width: 100%;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1167px;
}svg {
    height: 30px;
    width: 30px;
}.outer-container97 {
    flex-direction: column;
    height: 100%;
    min-height: 100%;
    display: flex;
}.top_mainbar74 {
    flex: 1 0 auto;
}.trial_offer56 {
    flex: 0 0 auto;
}html,body {
    min-height: 100%;
    scroll-behavior: auto;
    color: #000000;
    font-family: Arial, sans-serif;
    height: 100%;
}a {
    color: inherit;
    text-decoration: none;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.tariff_option82 {
    padding: 100px 0;
    overflow: hidden;
    position: relative;
}.tariff_option82::before {
    right: 0;
    top: 0;
    position: absolute;
    left: 0;
    z-index: 1;
    content: "";
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.6) 100%);
    bottom: 0;
}.tariff_option82 .container {
    z-index: 2;
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
}.tariff_option82 .deal_grid15 {
    position: relative;
}.tariff_option82 h2 {
    margin-bottom: 20px;
    transform: perspective(1000px) translateZ(0);
    text-align: center;
    overflow: hidden;
    font-size: 34px;
    color: #ffffff;
    position: relative;
    font-weight: 700;
}.tariff_option82 h2::after {
    content: "";
    height: 3px;
    left: 50%;
    position: absolute;
    bottom: -10px;
    width: 80px;
    background: rgb(179,199,210);
    transform: translateX(-50%);
}.tariff_option82 .class_rates17 {
    color: rgb(255, 255, 255, 0.5);
    margin: 0 auto 50px;
    font-size: 18px;
    max-width: 700px;
    text-align: center;
    line-height: 1.6;
}.tariff_option82 .learn_deals83 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 30px;
    padding: 0;
    margin: 0;
    list-style: none;
}.tariff_option82 .learn_deals83 li {
    transform-style: preserve-3d;
    perspective: 1000px;
}.tariff_option82 .monthly_plan92 {
    border: 1px solid rgba(255,255,255,0.1);
    -webkit-backdrop-filter: blur(10px);
    display: block;
    border-left: 3px solid rgb(179,199,210);
    position: relative;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), 
                box-shadow 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    overflow: hidden;
    text-decoration: none;
    background: linear-gradient(145deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.03) 100%);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    height: 100%;
}.tariff_option82 .monthly_plan92:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    transform: translateY(-10px) scale(1.02);
}.tariff_option82 .monthly_plan92::before {
    left: 0;
    position: absolute;
    height: 100%;
    top: 0;
    background: linear-gradient(45deg, transparent 0%, rgba(rgb(179,199,210), 0.05) 100%);
    content: "";
    z-index: -1;
    width: 100%;
}.tariff_option82 .fee_schemes68 {
    height: 100%;
    padding: 35px 25px;
}.tariff_option82 .enroll_cost47 {
    height: 100%;
    z-index: 2;
    display: flex;
    flex-direction: column;
    position: relative;
}.tariff_option82 .enroll_cost47 h4 {
    font-weight: 700;
    font-size: calc(24px * 1.2);
    margin: 0 0 20px;
    position: relative;
    padding-bottom: 15px;
    overflow-wrap: break-word;
    word-break: break-word;
    color: #ffffff;
}.tariff_option82 .enroll_cost47 h4::after {
    position: absolute;
    height: 2px;
    transition: width 0.3s ease;
    left: 0;
    content: "";
    bottom: 0;
    background: rgb(179,199,210);
    width: 40px;
}.tariff_option82 .monthly_plan92:hover .enroll_cost47 h4::after {
    width: 60px;
}.tariff_option82 .enroll_cost47 p {
    line-height: 1.6;
    margin: 0 0 25px;
    font-size: 18px;
    word-break: break-word;
    flex-grow: 1;
    max-height: 250px;
    scrollbar-color: rgb(179,199,210) transparent;
    overflow-y: auto;
    scrollbar-width: thin;
    overflow-wrap: break-word;
    color: rgb(255, 255, 255, 0.5);
}.tariff_option82 .enroll_cost47 p::-webkit-scrollbar {
    width: 4px;
}.tariff_option82 .enroll_cost47 p::-webkit-scrollbar-thumb {
    background-color: rgb(179,199,210);
    border-radius: 10px;
}.tariff_option82 .plan_deals54 {
    padding: 10px 25px;
    align-self: flex-start;
    font-size: calc(24px * 1.5);
    display: inline-block;
    margin-top: auto;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    font-weight: 700;
    color: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    background: linear-gradient(135deg, rgb(179,199,210) 0%, rgb(140,164,184) 100%);
    transform: translateZ(10px);
}.tariff_option82 .monthly_plan92:hover .plan_deals54 {
    transform: translateZ(20px) scale(1.05);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

@media (max-width: 991px) {.tariff_option82 {
    padding: 80px 0;
}.tariff_option82 .learn_deals83 {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 20px;
}.tariff_option82 .fee_schemes68 {
    padding: 25px 20px;
}.tariff_option82 .enroll_cost47 h4 {
    font-size: 24px;
}.tariff_option82 .plan_deals54 {
    font-size: 24px;
    padding: 8px 20px;
}
}

@media (max-width: 767px) {.tariff_option82 {
    padding: 60px 0;
}.tariff_option82 h2 {
    font-size: calc(34px * 0.85);
}.tariff_option82 .class_rates17 {
    margin-bottom: 40px;
    font-size: calc(18px * 0.95);
}.tariff_option82 .learn_deals83 {
    max-width: 450px;
    margin: 0 auto;
    grid-template-columns: 1fr;
}.tariff_option82 .enroll_cost47 p {
    max-height: 180px;
}
}

@media (max-width: 480px) {.tariff_option82 {
    padding: 50px 0;
}.tariff_option82 h2 {
    font-size: calc(34px * 0.75);
}.tariff_option82 .fee_schemes68 {
    padding: 20px 15px;
}.tariff_option82 .enroll_cost47 h4 {
    font-size: calc(24px * 0.9);
    padding-bottom: 10px;
    margin-bottom: 15px;
}.tariff_option82 .enroll_cost47 p {
    font-size: calc(18px * 0.9);
    margin-bottom: 20px;
    max-height: 150px;
}.tariff_option82 .plan_deals54 {
    padding: 8px 15px;
    font-size: calc(24px * 0.9);
}}.cookie_warning_popup34 {
    width: 100%;
    padding: 20px 0;
    transition: transform 0.3s ease-in-out;
    bottom: 0;
    animation: slideUp 0.5s forwards;
    background: rgb(140,164,184);
    border-top: 3px solid rgb(140,164,184);
    transform: translateY(100%);
    position: fixed;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
    z-index: 90;
}@keyframes slideUp {
    to {
        transform: translateY(0);
    }
}
#panelPrivacyPolicy20 {
    display: none;
}#panelPrivacyPolicy20:checked ~ .cookie_warning_popup34 {
    opacity: 0;
    visibility: hidden;
}.cookie_layer04 {
    padding: 20px 5%;
    gap: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}.cookie_warning_popup34 h5 {
    text-transform: uppercase;
    color: #ffffff;
    font-family: Arial, sans-serif;
    letter-spacing: 1px;
    font-size: 24px;
    font-weight: 700;
}.cookie_warning_popup34 p {
    font-size: 16px;
    color: #ffffff;
    font-family: Arial, sans-serif;
    line-height: 1.5;
}.cookie_necessary69 {
    filter: drop-shadow(0 0 10px rgb(179,199,210));
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    display: flex;
    margin-right: 15px;
}.cookie_necessary69 svg {
    width: 80px;
    transition: transform 0.3s ease-in-out;
    height: 80px;
    fill: rgb(179,199,210);
}.cookie_necessary69:hover svg {
    transform: scale(1.1);
}.cookie_check68 {
    background: linear-gradient(90deg, rgb(179,199,210), rgb(140,164,184));
    flex-shrink: 0;
    border-radius: 14px;
    color: #000000;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    box-shadow: 0 0 15px rgb(179,199,210);
    white-space: nowrap;
    cursor: pointer;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    min-width: 140px;
    padding: 10px 20px;
    text-decoration: none;
    margin-left: 10px;
}.cookie_check68:hover {
    box-shadow: 0 0 20px rgb(140,164,184);
}.cookie_button.gdpr_banner96 {
    border: 2px solid rgb(140,164,184);
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
}.cookie_button.gdpr_banner96:hover {
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 15px rgb(140,164,184);
}.cookie_warning_popup34 p a {
    text-decoration: none;
    color: rgb(179,199,210);
    transition: color 0.3s ease;
}.cookie_warning_popup34 p a:hover {
    color: rgb(140,164,184);
}
@media only screen and (max-width: 1200px) {.cookie_warning_popup34 {
    padding: 15px 0;
}.cookie_layer04 {
    padding: 15px 5%;
}
}
@media only screen and (max-width: 800px) {.cookie_necessary69 {
    display: none;
}.cookie_layer04 {
    align-items: center;
    flex-direction: column;
    text-align: center;
}.cookie_warning_popup34 h5 {
    font-size: 19px;
    margin-bottom: 5px;
}.data_opt90 {
    margin-bottom: 15px;
}.cookie_check68 {
    margin: 10px 0;
    min-width: 100%;
}}
.program_overview35 {
    position: relative;
    padding: 100px 0 120px;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(223,232,236) 0%, rgba(245, 247, 250, 1) 100%);
}.program_overview35::before {
    left: 0;
    top: 0;
    width: 100%;
    animation: patternFloat 60s linear infinite;
    z-index: 0;
    height: 100%;
    background-image: 
        linear-gradient(30deg, rgba(rgb(179,199,210,0.5), 0.03) 1px, transparent 1px),
        linear-gradient(120deg, rgba(rgb(179,199,210,0.5), 0.03) 1px, transparent 1px);
    position: absolute;
    content: "";
    background-size: 30px 30px;
}.program_overview35::after {
    position: absolute;
    background: linear-gradient(135deg, rgba(rgb(179,199,210,0.5), 0.08) 0%, rgba(rgb(140,164,184,0.5), 0.05) 100%);
    transform: rotate(-15deg);
    z-index: 0;
    top: -50%;
    height: 200%;
    width: 70%;
    right: -20%;
    content: "";
}.program_overview35 .container {
    z-index: 1;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
}.program_overview35 h2 {
    text-align: center;
    margin-left: auto;
    color: #000000;
    margin-right: auto;
    line-height: 1.3;
    position: relative;
    font-weight: 700;
    transform: perspective(1000px) rotateX(0deg);
    font-size: 28px;
    max-width: 800px;
    margin-bottom: 50px;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}.program_overview35 h2::after {
    background: linear-gradient(90deg, rgb(179,199,210) 0%, rgb(140,164,184) 100%);
    transition: width 0.3s ease;
    transform: translateX(-50%);
    height: 3px;
    width: 80px;
    content: "";
    position: absolute;
    left: 50%;
    bottom: -15px;
}.program_overview35 h2:hover {
    transform: perspective(1000px) rotateX(2deg);
}.program_overview35 h2:hover::after {
    width: 120px;
}.program_overview35 .learn_track79 {
    position: relative;
    transform-style: preserve-3d;
    gap: 40px;
    grid-template-columns: 1fr 1.5fr;
    display: grid;
    align-items: center;
    perspective: 1000px;
}.program_overview35 .img_card94 {
    overflow: hidden;
    transform: translateZ(20px);
    border-radius: 3px;
    height: 500px;
    box-shadow: 0 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.15);
    position: relative;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.program_overview35 .img_card94::before {
    opacity: 0.7;
    z-index: 1;
    content: "";
    top: 0;
    transition: opacity 0.3s ease;
    height: 100%;
    position: absolute;
    width: 100%;
    background: linear-gradient(
        to bottom,
        rgba(rgb(179,199,210,0.5), 0.2),
        rgba(rgba(0, 0, 0, 0.5), 0.4)
    );
    left: 0;
}.program_overview35 .img_card94:hover {
    transform: translateZ(30px) scale(1.02);
}.program_overview35 .img_card94:hover::before {
    opacity: 0.5;
}.program_overview35 .text_drawer46 {
    max-height: 500px;
    padding-right: 15px;
    position: relative;
    overflow-y: auto;
    scrollbar-width: thin;
    transform: translateZ(10px);
    scrollbar-color: rgb(179,199,210) rgba(rgb(223,232,236), 0.5);
}.program_overview35 .text_drawer46::-webkit-scrollbar {
    width: 6px;
}.program_overview35 .text_drawer46::-webkit-scrollbar-track {
    border-radius: 3px;
    background: rgba(rgb(223,232,236), 0.5);
}.program_overview35 .text_drawer46::-webkit-scrollbar-thumb {
    background-color: rgb(179,199,210);
    border-radius: 3px;
}.program_overview35 .description {
    font-size: 17px;
    margin-bottom: 24px;
    transition: transform 0.3s ease;
    color: #000000;
    line-height: 1.8;
    position: relative;
}.program_overview35 .description:first-of-type {
    border-left: 3px solid rgb(179,199,210);
    position: relative;
    padding-left: 20px;
}.program_overview35 .description:last-of-type {
    position: relative;
    border-left: 3px solid rgb(140,164,184);
    padding-left: 20px;
}.program_overview35 .description:first-of-type::before {
    width: 3px;
    background: linear-gradient(to bottom, rgb(179,199,210), rgb(140,164,184));
    top: 0;
    content: "";
    left: -3px;
    transition: height 1.5s ease;
    position: absolute;
    height: 0;
}.program_overview35 .description:first-of-type:hover::before {
    height: 100%;
}

@keyframes patternFloat {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

@media screen and (max-width: 992px) {.program_overview35 {
    padding: 80px 0 100px;
}.program_overview35 h2 {
    font-size: calc(28px * 0.9);
    margin-bottom: 40px;
}.program_overview35 .learn_track79 {
    grid-template-columns: 1fr;
    gap: 30px;
}.program_overview35 .img_card94 {
    order: -1;
    height: 400px;
}.program_overview35 .text_drawer46 {
    max-height: 450px;
}
}

@media screen and (max-width: 768px) {.program_overview35 {
    padding: 60px 0 80px;
}.program_overview35 h2 {
    margin-bottom: 30px;
    font-size: calc(28px * 0.8);
}.program_overview35 h2::after {
    bottom: -12px;
    width: 60px;
}.program_overview35 .img_card94 {
    height: 320px;
}.program_overview35 .text_drawer46 {
    max-height: 400px;
}.program_overview35 .description {
    font-size: calc(17px * 0.95);
    line-height: 1.7;
}
}

@media screen and (max-width: 576px) {.program_overview35 {
    padding: 50px 0 70px;
}.program_overview35 h2 {
    margin-bottom: 25px;
    font-size: calc(28px * 0.7);
}.program_overview35 h2::after {
    bottom: -10px;
    width: 50px;
}.program_overview35 .img_card94 {
    height: 250px;
}.program_overview35 .text_drawer46 {
    max-height: 350px;
}.program_overview35 .description {
    padding-left: 15px;
    line-height: 1.6;
    font-size: calc(17px * 0.9);
}
}

@media (hover: none) {.program_overview35 h2:hover,
    .program_overview35 .img_card94:hover {
    transform: none;
}.program_overview35 h2:hover::after {
    width: 80px;
}}.mentorship_profile06 {
    padding: 6rem 2rem;
    background-color: rgb(223,232,236);
    position: relative;
    overflow: hidden;
}.mentorship_profile06::before {
    content: "";
    right: 0;
    z-index: 1;
    background: linear-gradient(90deg, transparent, rgb(179,199,210,0.5));
    height: 100%;
    position: absolute;
    width: 40%;
    top: 0;
}.mentorship_profile06 .student_opinions10 {
    margin: 0 auto;
    position: relative;
    z-index: 2;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
    display: flex;
    max-width: 1200px;
}.mentorship_profile06 .img_card94 {
    transform: rotate(-2deg);
    width: 45%;
    transition: all 0.5s ease;
    height: 480px;
    position: relative;
    box-shadow: 15px 15px 0 rgb(179,199,210,0.5);
    border-radius: 0;
}.mentorship_profile06 .work_tasks47 {
    justify-content: center;
    display: flex;
    padding: 3rem 0 3rem 4rem;
    position: relative;
    flex-direction: column;
    width: 55%;
}.mentorship_profile06 .work_tasks47::before {
    width: 1px;
    position: absolute;
    left: 2.5rem;
    height: 100%;
    content: "";
    top: 0;
    background: linear-gradient(to bottom, rgb(140,164,184,0.5), transparent);
}.mentorship_profile06 .name {
    font-weight: 700;
    font-size: calc(47px * 1.2);
    position: relative;
    line-height: 1.1;
    margin-bottom: 1rem;
    color: #000000;
}.mentorship_profile06 .work_tasks47 > div:nth-child(2) {
    background-color: rgb(140,164,184);
    margin-bottom: 2.5rem;
    font-size: 16px;
    letter-spacing: 1px;
    transform: translateX(-10px);
    font-weight: 600;
    padding: 0.5rem 1.5rem;
    display: inline-block;
    border-radius: 10px;
    color: #ffffff;
}.mentorship_profile06 .employee_progress29 {
    line-height: 1.8;
    padding-left: 0;
    position: relative;
    max-width: 90%;
    color: #000000;
    font-size: 16px;
}.mentorship_profile06 .employee_progress29::before {
    top: -1.5rem;
    position: absolute;
    content: "";
    height: 3px;
    background-color: rgb(179,199,210);
    width: 60px;
    left: 0;
}.mentorship_profile06 .student_opinions10:hover .img_card94 {
    transform: rotate(0deg);
    box-shadow: 10px 10px 0 rgb(140,164,184);
}

@media (max-width: 992px) {.mentorship_profile06::before {
    width: 100%;
    background: linear-gradient(180deg, rgb(179,199,210,0.5), transparent);
    right: 0;
    top: 0;
    height: 40%;
}.mentorship_profile06 .student_opinions10 {
    max-width: 90%;
    align-items: center;
    flex-direction: column;
}.mentorship_profile06 .img_card94 {
    height: 400px;
    width: 90%;
}.mentorship_profile06 .work_tasks47 {
    padding: 3rem 1rem 1rem;
    width: 100%;
}.mentorship_profile06 .work_tasks47::before {
    display: none;
}.mentorship_profile06 .employee_progress29 {
    max-width: 100%;
}
}

@media (max-width: 576px) {.mentorship_profile06 {
    padding: 4rem 1rem;
}.mentorship_profile06 .img_card94 {
    height: 320px;
}.mentorship_profile06 .name {
    font-size: 36px;
}.mentorship_profile06 .work_tasks47 > div:nth-child(2) {
    font-size: 15px;
}.mentorship_profile06 .employee_progress29 {
    font-size: calc(16px * 0.95);
    line-height: 1.6;
}}.get_support86 {
    background: rgb(223,232,236);
    position: relative;
    padding: 100px 0;
    overflow: hidden;
}.get_support86::before {
    z-index: 0;
    opacity: 0.4;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgb(179,199,210,0.5) 0%, transparent 70%);
    content: "";
}.get_support86::after {
    content: "";
    top: 0;
    opacity: 0.06;
    background-image: linear-gradient(rgb(223,232,236) 1px, transparent 1px),
                      linear-gradient(90deg, rgb(223,232,236) 1px, transparent 1px);
    background-size: 20px 20px;
    z-index: 0;
    background-position: center center;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}.get_support86 .container {
    max-width: 1200px;
    margin: 0 auto;
    z-index: 1;
    position: relative;
    padding: 0 20px;
}.get_support86 .help_desk18 {
    display: grid;
    position: relative;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}.get_support86 .get_support25 {
    transition: all 0.4s ease;
    background: #ffffff;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    border-radius: 0;
    padding: 0;
    overflow: hidden;
    position: relative;
}.get_support86 .get_support25:first-child {
    padding: 40px;
    display: flex;
    flex-direction: column;
}.get_support86 .get_support25:first-child::before {
    width: 100%;
    background: linear-gradient(90deg, rgb(179,199,210), rgb(140,164,184));
    height: 6px;
    content: "";
    top: 0;
    left: 0;
    position: absolute;
}.get_support86 .get_support25:hover {
    transform: translateY(-5px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
}.get_support86 h2 {
    font-weight: 700;
    margin-bottom: 30px;
    letter-spacing: -0.02em;
    color: #000000;
    font-size: 38px;
    position: relative;
}.get_support86 h2::after {
    background: rgb(179,199,210);
    height: 2px;
    transition: width 0.3s ease;
    bottom: -15px;
    left: 0;
    position: absolute;
    content: "";
    width: 30px;
}.get_support86 .get_support25:hover h2::after {
    width: 50px;
}.get_support86 h3 {
    margin-bottom: 15px;
    font-size: 19px;
    font-weight: 600;
    color: #000000;
}.get_support86 p {
    font-size: 16px;
    color: #000000;
    line-height: 1.6;
    margin-bottom: 15px;
}.get_support86 .get_help40 {
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 700;
    color: rgb(179,199,210);
    font-size: calc(16px * 1.2);
    letter-spacing: 0.05em;
}.get_support86 .course_faq30 {
    padding-left: 15px;
    border-left: 2px solid rgb(179,199,210,0.5);
    margin-bottom: 30px;
}.get_support86 .join_us95 {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    padding-top: 30px;
    margin-top: auto;
}.get_support86 .join_us95 h3 {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}.get_support86 .join_us95 h3::before {
    margin-right: 10px;
    background: rgb(179,199,210);
    height: 16px;
    width: 16px;
    display: block;
    content: "";
}.get_support86 .get_helpdesk29 {
    gap: 10px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
}.get_support86 .get_helpdesk29 span {
    border-left: 3px solid rgb(179,199,210);
    font-size: calc(16px * 0.85);
    color: #000000;
    padding: 8px 10px;
    background: rgb(223,232,236);
    transition: all 0.3s ease;
    display: block;
    text-align: center;
}.get_support86 .get_helpdesk29 span:hover {
    background: rgb(179,199,210);
    color: #ffffff;
    transform: translateX(3px);
}.get_support86 .get_support25 .img_card94 {
    min-height: 100%;
    transition: transform 0.5s ease;
    width: 100%;
    position: relative;
    height: 100%;
}.get_support86 .get_support25:hover .img_card94 {
    transform: scale(1.05);
}.get_support86 .contact_question03 {
    padding: 40px;
    gap: 20px;
    flex-direction: column;
    display: flex;
}.get_support86 .contact_question03 a {
    position: relative;
    padding-bottom: 20px;
    transition: all 0.3s ease;
    align-items: flex-start;
    display: flex;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    text-decoration: none;
}.get_support86 .contact_question03 a:last-child {
    padding-bottom: 0;
    border-bottom: none;
}.get_support86 .contact_question03 a:hover {
    transform: translateX(5px);
}.get_support86 .contact_question03 a::before {
    height: 100%;
    background: rgb(179,199,210);
    position: absolute;
    top: 0;
    width: 0;
    transition: width 0.3s ease;
    content: "";
    left: -40px;
}.get_support86 .contact_question03 a:hover::before {
    width: 3px;
}.get_support86 .contact_question03 a span {
    color: #000000;
    display: block;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 400;
}.get_support86 .contact_question03 a p {
    margin: 0;
    font-size: calc(16px * 1.1);
    font-weight: 600;
    color: #000000;
}.get_support86 svg {
    margin-top: 5px;
    width: 24px;
    transition: transform 0.3s ease;
    fill: rgb(179,199,210);
    height: 24px;
    margin-right: 15px;
    flex-shrink: 0;
}.get_support86 svg path {
    transition: fill 0.3s ease;
    fill: rgb(179,199,210);
}.get_support86 .contact_question03 a:hover svg {
    transform: scale(1.2);
}.get_support86 .contact_question03 a:hover svg,
.get_support86 .contact_question03 a:hover svg path {
    fill: rgb(140,164,184);
}

@media (max-width: 992px) {.get_support86 {
    padding: 70px 0;
}.get_support86 .help_desk18 {
    grid-template-columns: 1fr 1fr;
}.get_support86 .get_support25:last-child {
    grid-column: span 2;
}
}

@media (max-width: 768px) {.get_support86 {
    padding: 50px 0;
}.get_support86 .help_desk18 {
    grid-template-columns: 1fr;
}.get_support86 .get_support25:last-child {
    grid-column: span 1;
}.get_support86 .get_support25 .img_card94 {
    height: 300px;
}.get_support86 .get_support25:first-child {
    order: 1;
}.get_support86 .get_support25:nth-child(2) {
    order: 3;
}.get_support86 .get_support25:last-child {
    order: 2;
}
}

@media (max-width: 576px) {.get_support86 {
    padding: 40px 0;
}.get_support86 .get_support25:first-child,
    .get_support86 .contact_question03 {
    padding: 30px 20px;
}.get_support86 .get_support25 .img_card94 {
    height: 220px;
}.get_support86 .get_helpdesk29 {
    grid-template-columns: 1fr 1fr;
}}

.get_support86::before {
    animation: gradient-shift 15s ease infinite alternate;
}@keyframes gradient-shift {
    0% {
        opacity: 0.3;
        transform: translateX(-5%) translateY(-5%) rotate(0deg);
    }
    100% {
        opacity: 0.5;
        transform: translateX(5%) translateY(5%) rotate(2deg);
    }
}

.get_support86 .get_support25:first-child {
    position: relative;
    overflow: hidden;
}.get_support86 .get_support25:first-child::after {
    right: -50%;
    z-index: -1;
    transition: transform 0.5s ease;
    height: 100%;
    content: "";
    transform: rotate(45deg);
    top: -50%;
    width: 100%;
    background: linear-gradient(135deg, transparent 0%, rgb(179,199,210,0.5) 100%);
    position: absolute;
    opacity: 0.05;
}.get_support86 .get_support25:first-child:hover::after {
    transform: rotate(45deg) scale(1.2);
}.get_support86 .contact_question03 a:nth-child(1) {
    animation-delay: 0.1s;
}.get_support86 .contact_question03 a:nth-child(2) {
    animation-delay: 0.2s;
}.get_support86 .contact_question03 a:nth-child(3) {
    animation-delay: 0.3s;
}.get_support86 .get_support25:nth-child(2) .img_card94::after {
    inset: 0;
    z-index: 1;
    position: absolute;
    content: "";
    background: linear-gradient(180deg, transparent 70%, rgba(0, 0, 0, 0.5) 100%);
}.get_support86 .get_helpdesk29 span:hover {
    animation: pulse 1s ease;
}@keyframes pulse {
    0% {
        transform: translateX(3px);
    }
    50% {
        transform: translateX(6px);
    }
    100% {
        transform: translateX(3px);
    }
}.contact56 {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(223,232,236) 0%, rgba(16, 22, 47, 0.95) 100%);
    padding: 120px 0;
    position: relative;
}.contact56::before {
    content: "";
    animation: gridMove 20s linear infinite;
    width: 100%;
    position: absolute;
    left: 0;
    height: 100%;
    background-size: 20px 20px, 20px 20px;
    top: 0;
    background: 
        linear-gradient(90deg, transparent 0%, rgba(rgb(179,199,210), 0.03) 50%, transparent 100%),
        linear-gradient(180deg, transparent 0%, rgba(rgb(140,164,184), 0.04) 50%, transparent 100%);
}.contact56::after {
    height: 100%;
    opacity: 0.6;
    background: radial-gradient(
        circle at 20% 30%, 
        rgba(rgb(179,199,210), 0.15) 0%, 
        transparent 50%
    ), radial-gradient(
        circle at 80% 70%, 
        rgba(rgb(140,164,184), 0.15) 0%, 
        transparent 50%
    );
    content: "";
    left: 0;
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 0;
}@keyframes gridMove {
    0% {
        background-position: 0 0, 0 0;
    }
    100% {
        background-position: 40px 0, 0 40px;
    }
}

.contact56 .container {
    padding: 0 20px;
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
    position: relative;
}.contact56 h2 {
    position: relative;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 36px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 15px;
    font-family: Arial, sans-serif;
    color: #ffffff;
}.contact56 h2::after {
    left: 50%;
    height: 3px;
    border-radius: 1.5px;
    transform: translateX(-50%);
    bottom: -15px;
    width: 80px;
    content: "";
    position: absolute;
    background: linear-gradient(90deg, rgb(179,199,210), rgb(140,164,184));
}.contact56 .request_feedback43 {
    gap: 30px;
    position: relative;
    grid-template-columns: 1fr 1fr;
    display: grid;
    margin-top: 60px;
}.contact56 .request_feedback43::before {
    border: 1px solid rgba(rgb(179,199,210), 0.2);
    left: -8px;
    height: 100%;
    content: "";
    position: absolute;
    border-radius: 25px;
    z-index: -1;
    width: 100%;
    top: -8px;
}.contact56 .request_feedback43::after {
    bottom: -8px;
    width: 100%;
    content: "";
    border-radius: 25px;
    right: -8px;
    height: 100%;
    position: absolute;
    border: 1px solid rgba(rgb(140,164,184), 0.2);
    z-index: -1;
}.contact56 .img_card94 {
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    min-height: 550px;
    position: relative;
    height: 100%;
}.contact56 .img_card94::before {
    z-index: 1;
    background: linear-gradient(to bottom, transparent 40%, rgba(0, 0, 0, 0.6));
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
}.contact56 .img_card94::after {
    height: 60px;
    top: 20px;
    position: absolute;
    z-index: 2;
    border-top: 2px solid rgba(rgb(179,199,210), 0.6);
    width: 60px;
    right: 20px;
    content: "";
    border-right: 2px solid rgba(rgb(179,199,210), 0.6);
}.contact56 .request_box86 {
    padding: 50px;
    position: relative;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 25px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(10px);
}.contact56 .request_box86::before {
    left: 20px;
    bottom: 20px;
    content: "";
    width: 60px;
    border-bottom: 2px solid rgba(rgb(140,164,184), 0.6);
    border-left: 2px solid rgba(rgb(140,164,184), 0.6);
    position: absolute;
    height: 60px;
}.contact56 form {
    width: 100%;
}.contact56 form h3 {
    padding-left: 20px;
    font-size: 23px;
    font-family: Arial, sans-serif;
    margin-bottom: 30px;
    position: relative;
    font-weight: 600;
    color: #ffffff;
}.contact56 form h3::before {
    left: 0;
    width: 3px;
    position: absolute;
    height: 100%;
    background: rgb(179,199,210);
    content: "";
    top: 0;
    border-radius: 10px;
}.contact56 form input[type="text"] {
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.05);
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
    margin-bottom: 25px;
    padding: 18px 25px;
    border-radius: 10px;
    font-family: Arial, sans-serif;
    font-size: 17px;
}.contact56 form input[type="text"]:focus {
    outline: none;
    background: rgba(255, 255, 255, 0.08);
    border-color: rgb(179,199,210);
    box-shadow: 0 0 15px rgba(rgb(179,199,210), 0.2);
}.contact56 form input[type="text"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}.contact56 .help_inquiry90 {
    margin-bottom: 30px;
    align-items: flex-start;
    display: flex;
}.contact56 .help_inquiry90 input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.contact56 .help_inquiry90 label {
    position: relative;
    cursor: pointer;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
    padding-left: 35px;
    line-height: 1.5;
}.contact56 .help_inquiry90 label::before {
    height: 22px;
    position: absolute;
    background: rgba(255, 255, 255, 0.05);
    content: "";
    left: 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    top: 2px;
    transition: all 0.3s ease;
    width: 22px;
}.contact56 .help_inquiry90 input[type="checkbox"]:checked + label::before {
    border-color: rgb(179,199,210);
    background: rgb(179,199,210);
}.contact56 .help_inquiry90 input[type="checkbox"]:checked + label::after {
    border-bottom: 2px solid #ffffff;
    position: absolute;
    height: 10px;
    border-right: 2px solid #ffffff;
    width: 6px;
    transform: rotate(45deg);
    top: 6px;
    content: "";
    left: 8px;
}.contact56 .help_inquiry90 label a {
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    font-weight: 600;
    color: rgb(179,199,210);
}.contact56 .help_inquiry90 label a:hover {
    color: rgb(140,164,184);
}.contact56 form .query_section03 {
    overflow: hidden;
    font-weight: 600;
    border-radius: 10px;
    font-size: 16px;
    position: relative;
    display: inline-block;
    color: #ffffff;
    font-family: Arial, sans-serif;
    padding: 16px 40px;
    cursor: pointer;
    transition: all 0.4s ease;
    z-index: 1;
    background: linear-gradient(45deg, rgb(179,199,210), rgb(140,164,184));
    border: none;
}.contact56 form .query_section03::before {
    transition: all 0.4s ease;
    z-index: -1;
    content: "";
    top: 0;
    left: -100%;
    width: 100%;
    position: absolute;
    background: linear-gradient(45deg, rgb(140,164,184), rgb(179,199,210));
    height: 100%;
}.contact56 form .query_section03:hover::before {
    left: 0;
}.contact56 form .query_section03:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}.contact56 svg {
    height: 22px;
    fill: rgb(179,199,210);
    width: 22px;
}.contact56 svg path {
    transition: fill 0.3s ease;
    fill: rgb(179,199,210);
}

@media screen and (max-width: 991px) {.contact56 {
    padding: 90px 0;
}.contact56 .request_feedback43 {
    grid-template-columns: 1fr;
    gap: 40px;
}.contact56 .img_card94 {
    min-height: 400px;
}.contact56 .request_box86 {
    padding: 40px 30px;
}
}

@media screen and (max-width: 767px) {.contact56 {
    padding: 70px 0;
}.contact56 h2 {
    font-size: calc(36px * 0.9);
}.contact56 .img_card94 {
    min-height: 350px;
}.contact56 .img_card94::after,
    .contact56 .request_box86::before {
    width: 40px;
    height: 40px;
}
}

@media screen and (max-width: 576px) {.contact56 {
    padding: 50px 0;
}.contact56 h2 {
    font-size: calc(36px * 0.8);
}.contact56 .request_feedback43 {
    margin-top: 40px;
}.contact56 .img_card94 {
    min-height: 250px;
}.contact56 .request_box86 {
    padding: 30px 20px;
}.contact56 form h3 {
    font-size: calc(23px * 0.9);
    margin-bottom: 25px;
}.contact56 form input[type="text"] {
    padding: 15px 20px;
    margin-bottom: 20px;
}.contact56 form .query_section03 {
    width: 100%;
    padding: 15px 20px;
}}.company_overview23 {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}.company_overview23::before {
    top: 0;
    position: absolute;
    content: "";
    width: 100%;
    z-index: 1;
    backdrop-filter: blur(5px);
    background: linear-gradient(135deg, rgb(179,199,210,0.5), rgba(0, 0, 0, 0.5));
    height: 100%;
    left: 0;
}.company_overview23::after {
    animation: floatBackground 30s infinite alternate ease-in-out;
    height: 100%;
    background: rgb(140,164,184);
    opacity: 0.08;
    right: -50%;
    top: -50%;
    content: "";
    width: 100%;
    transform: rotate(35deg) skewX(-15deg);
    position: absolute;
    z-index: 0;
}.company_overview23 .container {
    z-index: 2;
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
    transform: perspective(1000px) rotateX(3deg);
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    margin: 0 auto;
    transform-origin: center top;
}.company_overview23 .container:hover {
    transform: perspective(1000px) rotateX(0deg);
}.company_overview23 .text_drawer46 {
    border-left: 5px solid rgb(179,199,210);
    background: rgba(255, 255, 255, 0.9);
    animation: slideUp 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    backdrop-filter: blur(10px);
    padding: 3.5rem;
    transform: translateZ(0);
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15), 0 5px 15px rgba(0, 0, 0, 0.07);
}.company_overview23 .text_drawer46::before {
    content: "";
    pointer-events: none;
    top: 20px;
    right: 20px;
    z-index: -1;
    bottom: 20px;
    opacity: 0;
    border: 1px solid rgb(140,164,184,0.5);
    transition: opacity 0.6s ease, transform 0.6s ease;
    transform: scale(0.95);
    position: absolute;
    left: 20px;
}.company_overview23 .text_drawer46:hover::before {
    opacity: 1;
    transform: scale(1);
}.company_overview23 h1 {
    font-weight: 700;
    position: relative;
    opacity: 0;
    color: rgb(179,199,210);
    margin-bottom: 2rem;
    animation: slideRight 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0.3s forwards;
    padding-bottom: 0.75rem;
    font-size: 41px;
    transform: translateX(-10px);
}.company_overview23 h1::after {
    left: 0;
    transform-origin: left;
    background: linear-gradient(to right, rgb(179,199,210), rgb(140,164,184));
    position: absolute;
    transform: scaleX(0);
    bottom: 0;
    content: "";
    height: 4px;
    width: 80px;
    animation: expandWidth 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.8s forwards;
}.company_overview23 ul {
    padding: 0;
    margin: 0;
    list-style: none;
}.company_overview23 li {
    transform: translateY(20px);
    opacity: 0;
    animation: fadeUp 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0.6s forwards;
    margin-bottom: 0.75rem;
}.company_overview23 li:first-child {
    animation-delay: 0.5s;
}.company_overview23 li:last-child {
    animation-delay: 0.7s;
}.company_overview23 h4 {
    display: inline-block;
    position: relative;
    margin-bottom: 1rem;
    font-weight: 600;
    color: #000000;
    font-size: calc(22px * 1.2);
}.company_overview23 h4::before {
    transform: scaleX(0);
    background: rgb(140,164,184);
    content: "";
    left: 0;
    height: 3px;
    animation: expandWidth 0.8s cubic-bezier(0.22, 1, 0.36, 1) 1s forwards;
    bottom: -8px;
    position: absolute;
    width: 40px;
    transform-origin: left;
}.company_overview23 span {
    hyphens: auto;
    color: #000000;
    font-size: 13px;
    column-count: 1;
    display: block;
    max-width: 100%;
    text-align: justify;
    font-family: Arial, sans-serif;
    line-height: 1.8;
    column-gap: 3rem;
}

@media (min-width: 992px) {.company_overview23 span {
    column-count: 2;
}.company_overview23 .text_drawer46 {
    margin: 0 8%;
    padding: 5rem;
}
}

@media (min-width: 1200px) {.company_overview23 .text_drawer46 {
    transform: translateX(50px) translateZ(0);
    margin: 0;
}.company_overview23 span {
    column-count: 2;
}
}

@media (max-width: 991px) {.company_overview23 {
    padding: 80px 0;
}.company_overview23 .text_drawer46 {
    padding: 2.5rem;
}.company_overview23 h1 {
    font-size: calc(34px * 1.1);
}
}

@media (max-width: 767px) {.company_overview23 {
    padding: 60px 0;
}.company_overview23 .text_drawer46 {
    padding: 2rem;
}.company_overview23 h1 {
    font-size: 34px;
}.company_overview23 h1::after {
    width: 60px;
}.company_overview23 h4 {
    font-size: 22px;
}
}

@media (max-width: 575px) {.company_overview23 {
    padding: 40px 0;
}.company_overview23 .text_drawer46 {
    padding: 1.5rem;
}.company_overview23 .container {
    transform: perspective(800px) rotateX(1deg);
}}

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

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

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

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

@keyframes floatBackground {
    0% {
        transform: rotate(35deg) skewX(-15deg) translate(0, 0);
    }
    50% {
        transform: rotate(38deg) skewX(-12deg) translate(-5%, 5%);
    }
    100% {
        transform: rotate(35deg) skewX(-15deg) translate(0, 0);
    }
}footer {
    width: 100%;
    position: relative;
}footer .trial_offer56 {
    position: relative;
    font-family: Arial, sans-serif;
    color: #ffffff;
    background: linear-gradient(135deg, rgb(179,199,210), rgb(140,164,184));
    padding: 80px 0 30px;
}footer .trial_offer56::before {
    position: absolute;
    width: 100%;
    background-image: radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.1) 0%, transparent 20%),
                      radial-gradient(circle at 85% 60%, rgba(255, 255, 255, 0.15) 0%, transparent 25%),
                      radial-gradient(circle at 40% 90%, rgba(255, 255, 255, 0.08) 0%, transparent 15%);
    content: "";
    top: 0;
    left: 0;
    height: 100%;
}footer .cookie_ctrl47 {
    position: relative;
    z-index: 1;
}footer .contact_question03 {
    margin-bottom: 60px;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    display: flex;
}footer .info_item {
    align-items: center;
    justify-content: center;
    background-color: rgb(179,199,210,0.5);
    border-radius: 50%;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    height: 220px;
    z-index: 1;
    padding: 20px;
    position: relative;
    backdrop-filter: blur(5px);
    display: flex;
    transition: all 0.4s ease;
    flex: 0 1 220px;
}footer .info_item:nth-child(1) {
    transform: translateY(-20px);
}footer .info_item:nth-child(2) {
    transform: translateY(20px);
}footer .info_item:nth-child(3) {
    transform: translateY(-10px);
}footer .info_item:nth-child(4) {
    transform: translateY(10px);
}footer .info_item:hover {
    background-color: rgb(140,164,184,0.5);
    z-index: 2;
    transform: scale(1.05) translateY(0);
}footer .info_item svg {
    flex-shrink: 0;
    fill: #ffffff;
    height: 24px;
    margin-right: 10px;
    width: 24px;
}footer .info_item p,
footer .info_item a {
    font-size: 16px;
    text-align: center;
    max-width: 80%;
    color: #ffffff;
    text-decoration: none;
}footer .info_item a:hover {
    text-decoration: underline;
}footer .text_main_holder {
    justify-content: center;
    position: relative;
    flex-wrap: wrap;
    display: flex;
    gap: 30px;
}footer .main_page24, footer .first_section03, footer .subscribe_holder {
    text-align: center;
    border-radius: 24px;
    align-items: center;
    max-width: 400px;
    background-color: rgb(179,199,210,0.5);
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    display: flex;
    transition: all 0.3s ease;
    flex-direction: column;
    position: relative;
    padding: 30px;
    flex: 1 1 300px;
}footer .main_page24:hover, footer .first_section03:hover, footer .subscribe_holder:hover {
    background-color: rgb(140,164,184,0.5);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px);
}footer .main_page24::before, footer .first_section03::before, footer .subscribe_holder::before {
    border-radius: 50%;
    height: 150px;
    content: "";
    opacity: 0.1;
    z-index: -1;
    position: absolute;
    width: 150px;
}footer .main_page24::before {
    top: -50px;
    left: -50px;
    background-color: rgb(179,199,210);
}footer .first_section03::before {
    right: -50px;
    bottom: -50px;
    background-color: rgb(140,164,184);
}footer .subscribe_holder::before {
    bottom: -50px;
    left: -50px;
    background-color: rgb(179,199,210);
}footer .main_page24 svg {
    filter: brightness(0) invert(1);
    height: 50px;
    width: auto;
    margin-bottom: 20px;
}footer .grant_cta85 {
    line-height: 1.6;
    max-width: 300px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 12px;
}footer .first_section03 h5, footer .subscribe_holder h5 {
    display: inline-block;
    font-weight: 600;
    position: relative;
    color: #ffffff;
    margin-bottom: 20px;
    font-size: 21px;
}footer .first_section03 h5::after, footer .subscribe_holder h5::after {
    height: 2px;
    position: absolute;
    content: "";
    transform: translateX(-50%);
    background-color: #ffffff;
    transition: width 0.3s ease;
    left: 50%;
    bottom: -8px;
    width: 40px;
}footer .first_section03:hover h5::after, footer .subscribe_holder:hover h5::after {
    width: 80px;
}footer .top_pro93 {
    gap: 10px;
    max-width: 300px;
    flex-wrap: wrap;
    display: flex;
    margin-bottom: 20px;
    justify-content: center;
}footer .top_pro93 a {
    padding: 8px 15px;
    background-color: rgb(179,199,210,0.5);
    text-decoration: none;
    color: #ffffff;
    transition: all 0.3s ease;
    border-radius: 10px;
    font-size: 16px;
}footer .top_pro93 a:hover {
    transform: translateY(-3px);
    background-color: rgb(140,164,184,0.5);
}footer .subscribe_holder p {
    line-height: 1.6;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 25px;
    max-width: 300px;
}footer .input_holder {
    align-items: center;
    gap: 15px;
    flex-direction: column;
    display: flex;
    width: 100%;
    max-width: 300px;
}footer .input_holder input[type="email"] {
    border: none;
    font-size: 16px;
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.2);
    width: 100%;
    text-align: center;
    border-radius: 10px;
    transition: all 0.3s ease;
    padding: 15px 20px;
}footer .input_holder input[type="email"]:focus {
    box-shadow: 0 0 0 3px rgb(179,199,210,0.5);
    background-color: rgba(255, 255, 255, 0.3);
    outline: none;
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}footer .sub_status02 {
    background-color: rgb(179,199,210);
    border-radius: 10px;
    width: 100%;
    color: #ffffff;
    padding: 15px 20px;
    font-size: 16px;
    border: none;
    transition: all 0.3s ease;
    cursor: pointer;
    font-weight: 600;
}footer .sub_status02:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background-color: rgb(140,164,184);
}footer .footer_account92 {
    text-align: center;
    margin-top: 60px;
    position: relative;
}footer .achieve_cta19 {
    font-size: 12px;
    background-color: rgb(179,199,210,0.5);
    padding: 8px 20px;
    color: rgba(255, 255, 255, 0.7);
    border-radius: 10px;
    backdrop-filter: blur(5px);
    display: inline-block;
}

@media (min-width: 992px) {footer .text_main_holder {
    flex-wrap: nowrap;
}
}

@media (max-width: 991px) {footer .info_item {
    flex: 0 1 180px;
    height: 180px;
}footer .info_item:nth-child(1),
    footer .info_item:nth-child(2),
    footer .info_item:nth-child(3),
    footer .info_item:nth-child(4) {
    transform: none;
}
}

@media (max-width: 767px) {footer .trial_offer56 {
    padding: 60px 0 30px;
}footer .contact_question03 {
    flex-direction: column;
    margin-bottom: 40px;
}footer .info_item {
    height: 100px;
    padding: 15px;
    flex: 0 1 100px;
}footer .main_page24, footer .first_section03, footer .subscribe_holder {
    padding: 25px 20px;
}footer .footer_account92 {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .trial_offer56 {
    padding: 50px 0 20px;
}footer .info_item {
    flex: 0 1 90px;
    height: 90px;
}footer .info_item p, footer .info_item a {
    font-size: calc(16px - 1px);
}footer .first_section03 h5, footer .subscribe_holder h5 {
    font-size: calc(21px - 2px);
}footer .top_pro93 a {
    font-size: calc(16px - 1px);
    padding: 6px 12px;
}footer .input_holder input[type="email"],
    footer .sub_status02 {
    padding: 12px 15px;
}footer .achieve_cta19 {
    padding: 6px 15px;
}}.program_assets59 {
    padding: 120px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(223,232,236) 0%, rgba(245, 245, 250, 0.9) 100%);
    overflow: hidden;
}.program_assets59::before {
    transform: rotate(-15deg) skewX(20deg);
    content: "";
    right: -5%;
    z-index: 1;
    height: 70%;
    top: -10%;
    position: absolute;
    filter: blur(60px);
    background: linear-gradient(225deg, rgb(179,199,210,0.5) 0%, transparent 70%);
    width: 35%;
}.program_assets59::after {
    transform: rotate(15deg) skewX(-10deg);
    bottom: -5%;
    z-index: 1;
    width: 40%;
    content: "";
    background: linear-gradient(45deg, rgb(140,164,184,0.5) 0%, transparent 70%);
    height: 50%;
    position: absolute;
    left: -5%;
    filter: blur(40px);
}.program_assets59 h5 {
    position: relative;
    transition: all 0.3s ease;
    color: #000000;
    font-size: 22px;
    z-index: 2;
    font-weight: 700;
    text-align: center;
    max-width: 900px;
    margin-bottom: 60px;
    margin-right: auto;
    margin-left: auto;
}.program_assets59 h5::after {
    content: "";
    position: absolute;
    height: 3px;
    left: 50%;
    background: linear-gradient(90deg, rgb(179,199,210) 0%, rgb(140,164,184) 100%);
    width: 80px;
    z-index: 2;
    bottom: -15px;
    transform: translateX(-50%);
}.program_assets59 .container {
    z-index: 3;
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
}.program_assets59 .master_program54 {
    align-items: center;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    background: rgba(255, 255, 255, 0.85);
    padding: 40px;
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    transform: translateY(0);
    position: relative;
    display: flex;
    flex-direction: column;
    z-index: 4;
}.program_assets59 .master_program54:hover {
    box-shadow: 0 25px 40px rgba(0, 0, 0, 0.12);
    transform: translateY(-10px);
}.program_assets59 .img_card94 {
    transition: transform 0.7s ease, box-shadow 0.7s ease;
    object-fit: cover;
    width: 100%;
    transform: rotateY(0deg) perspective(1000px);
    max-width: 500px;
    border-radius: 8px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    height: auto;
}.program_assets59 .img_card94:hover {
    transform: rotateY(5deg) perspective(1000px);
    box-shadow: -15px 15px 30px rgba(0, 0, 0, 0.15);
}.program_assets59 .text_drawer46 {
    width: 100%;
    margin-top: 40px;
}.program_assets59 ul {
    padding: 0;
    grid-gap: 25px;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    display: grid;
    list-style: none;
}.program_assets59 li {
    border-left: 3px solid rgb(179,199,210);
    transform: translateX(0);
    position: relative;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    background: rgba(255, 255, 255, 0.9);
    padding: 20px 25px;
}.program_assets59 li:hover {
    transform: translateX(5px);
    border-left: 3px solid rgb(140,164,184);
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}.program_assets59 li:nth-child(odd) {
    border-left: 3px solid rgb(140,164,184);
}.program_assets59 li:nth-child(odd):hover {
    border-left: 3px solid rgb(179,199,210);
}.program_assets59 li div {
    width: 100%;
}.program_assets59 li p {
    align-items: flex-start;
    display: flex;
    color: #000000;
    font-size: calc(12px - 1px);
    line-height: 1.6;
    margin: 0;
}.program_assets59 svg {
    margin-right: 15px;
    margin-top: 2px;
    transform: scale(1);
    transition: transform 0.3s ease;
    min-width: 24px;
}.program_assets59 li:hover svg {
    transform: scale(1.1);
}.program_assets59 svg path {
    transition: fill 0.3s ease;
    fill: rgb(179,199,210);
}.program_assets59 li:hover svg path {
    fill: rgb(140,164,184);
}.program_assets59 li:nth-child(odd) svg path {
    fill: rgb(140,164,184);
}.program_assets59 li:nth-child(odd):hover svg path {
    fill: rgb(179,199,210);
}

@media (min-width: 992px) {.program_assets59 .master_program54 {
    flex-direction: row;
    gap: 50px;
    padding: 60px;
    align-items: stretch;
}.program_assets59 .text_drawer46 {
    margin-top: 0;
}.program_assets59 .img_card94 {
    max-width: 45%;
}.program_assets59 li {
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
}

@media (max-width: 991px) {.program_assets59 {
    padding: 80px 0;
}.program_assets59 h5 {
    font-size: calc(22px - 2px);
    margin-bottom: 40px;
}.program_assets59 .master_program54 {
    padding: 30px;
}.program_assets59 ul {
    grid-template-columns: 1fr;
}
}

@media (max-width: 768px) {.program_assets59 {
    padding: 60px 0;
}.program_assets59 h5 {
    font-size: calc(22px - 4px);
    margin-bottom: 30px;
}.program_assets59 h5::after {
    width: 60px;
    bottom: -10px;
}.program_assets59 .master_program54 {
    padding: 25px 20px;
}.program_assets59 li {
    padding: 15px 20px;
}
}

@media (max-width: 576px) {.program_assets59 {
    padding: 50px 0;
}.program_assets59 h5 {
    font-size: calc(22px - 6px);
}.program_assets59 .container {
    padding: 0 15px;
}.program_assets59 .master_program54 {
    padding: 20px 15px;
}.program_assets59 li {
    padding: 15px;
}.program_assets59 li p {
    font-size: calc(12px - 2px);
}.program_assets59 svg {
    transform: scale(0.9);
    margin-right: 10px;
}}.study_process35 {
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(223,232,236), #ffffff);
    position: relative;
    overflow: hidden;
}.study_process35::before {
    z-index: 1;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    background-image: repeating-linear-gradient(
        45deg,
        rgba(rgb(179,199,210,0.5), 0.03),
        rgba(rgb(179,199,210,0.5), 0.03) 1px,
        transparent 1px,
        transparent 10px
    );
}.study_process35::after {
    height: 200px;
    transform: rotate(15deg);
    z-index: 0;
    position: absolute;
    border: 1px solid rgba(rgb(179,199,210,0.5), 0.2);
    top: -50px;
    right: -50px;
    width: 200px;
    content: "";
}.study_process35 .container.master_program54 {
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
    padding: 0 2rem;
    position: relative;
}.study_process35 .container.master_program54 > div {
    position: relative;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.5s ease;
    padding: 3.5rem 4rem;
    transform: translateY(0);
    background-color: #ffffff;
    box-shadow: 0 15px 40px rgba(rgba(0, 0, 0, 0.5), 0.08);
}.study_process35 .container.master_program54 > div:hover {
    box-shadow: 0 25px 50px rgba(rgba(0, 0, 0, 0.5), 0.12);
    transform: translateY(-10px);
}.study_process35 .container.master_program54 > div::before {
    width: 5px;
    transition: height 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    content: "";
    height: 0;
    background: linear-gradient(to bottom, rgb(179,199,210), rgb(140,164,184));
    left: 0;
    position: absolute;
    top: 0;
}.study_process35 .container.master_program54 > div:hover::before {
    height: 100%;
}.study_process35 .container.master_program54 > div::after {
    position: absolute;
    background: linear-gradient(45deg, transparent 48%, rgb(140,164,184) 48%, rgb(140,164,184) 52%, transparent 52%);
    opacity: 0.2;
    height: 40px;
    content: "";
    width: 40px;
    transform: rotate(45deg);
    bottom: 2rem;
    right: 2rem;
}.study_process35 h3 {
    font-size: 2.2rem;
    font-family: Arial, sans-serif;
    margin-bottom: 1.5rem;
    position: relative;
    color: #000000;
    padding-bottom: 1rem;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: -0.02em;
}.study_process35 h3::after {
    height: 3px;
    bottom: 0;
    background: linear-gradient(90deg, rgb(179,199,210), rgb(140,164,184));
    left: 0;
    transition: width 0.4s ease;
    content: "";
    position: absolute;
    width: 80px;
}.study_process35 .container.master_program54 > div:hover h3::after {
    width: 120px;
}.study_process35 p {
    margin: 0;
    font-family: Arial, sans-serif;
    line-height: 1.8;
    transition: transform 0.3s ease;
    position: relative;
    font-size: 12px;
    color: #000000;
}.study_process35 p span {
    display: block;
    padding-left: 1rem;
    border-left: 1px dashed rgba(rgb(179,199,210,0.5), 0.3);
    position: relative;
}

@media (min-width: 992px) {.study_process35 .container.master_program54 > div {
    display: grid;
    grid-template-columns: 1fr;
    margin-left: 3rem;
    padding: 4rem 5rem;
}.study_process35 h3 {
    font-size: 2.6rem;
    margin-bottom: 2rem;
}.study_process35 p {
    font-size: calc(12px + 0.1rem);
    line-height: 1.9;
}
}

@media (min-width: 1200px) {.study_process35 {
    padding: 7rem 0;
}.study_process35 .container.master_program54 > div {
    margin-left: 5rem;
    padding: 5rem 6rem;
}.study_process35 h3 {
    font-size: 2.8rem;
}.study_process35 p span {
    padding-left: 1.5rem;
}
}

@media (max-width: 991px) {.study_process35 {
    padding: 4rem 0;
}.study_process35 .container.master_program54 {
    padding: 0 1.5rem;
}.study_process35 .container.master_program54 > div {
    padding: 2.5rem 2rem;
}.study_process35 h3 {
    font-size: 1.8rem;
    padding-bottom: 0.8rem;
    margin-bottom: 1.2rem;
}.study_process35 h3::after {
    width: 60px;
    height: 2px;
}
}

@media (max-width: 767px) {.study_process35 {
    padding: 3rem 0;
}.study_process35 .container.master_program54 > div {
    padding: 2rem 1.5rem;
}.study_process35 h3 {
    font-size: 1.6rem;
}.study_process35 p {
    font-size: calc(12px - 0.1rem);
    line-height: 1.7;
}.study_process35 p span {
    padding-left: 0.75rem;
}
}

@media (max-width: 575px) {.study_process35 .container.master_program54 > div {
    padding: 1.75rem 1.25rem;
}.study_process35 .container.master_program54 > div::after {
    display: none;
}.study_process35 h3 {
    margin-bottom: 1rem;
    font-size: 1.5rem;
    padding-bottom: 0.6rem;
}.study_process35 h3::after {
    width: 50px;
}}.thankYouWeb37 {
    background: linear-gradient(135deg, rgb(140,164,184,0.5) 0%, rgb(179,199,210,0.5) 100%);
    overflow: hidden;
    padding: 5rem 2rem;
    position: relative;
}.thankYouWeb37::before {
    content: "";
    top: -10%;
    height: 70%;
    animation: float 12s ease-in-out infinite;
    opacity: 0.1;
    position: absolute;
    z-index: 1;
    clip-path: polygon(0 0, 100% 0, 80% 100%, 20% 100%);
    width: 50%;
    background: linear-gradient(120deg, rgb(140,164,184) 0%, rgb(179,199,210) 100%);
    pointer-events: none;
    transform: rotate(-15deg) skew(10deg);
    right: -5%;
}.thankYouWeb37::after {
    height: 60%;
    pointer-events: none;
    bottom: -5%;
    content: "";
    width: 40%;
    animation: float 15s ease-in-out infinite reverse;
    transform: rotate(10deg) skew(-5deg);
    opacity: 0.08;
    z-index: 1;
    position: absolute;
    left: -5%;
    background: linear-gradient(210deg, rgb(179,199,210) 0%, rgb(140,164,184) 100%);
    clip-path: polygon(20% 0, 100% 20%, 80% 100%, 0 80%);
}.thankYouWeb37 .container {
    position: relative;
    flex-direction: column;
    display: flex;
    z-index: 2;
    margin: 0 auto;
    align-items: flex-start;
    max-width: 1200px;
}.thankYouWeb37 h2 {
    font-family: Arial, sans-serif;
    margin-bottom: 2.5rem;
    max-width: 90%;
    line-height: 1.3;
    opacity: 0;
    font-weight: 700;
    animation: slideIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    position: relative;
    color: #000000;
    font-size: 31px;
    transform: translateX(-10px);
}.thankYouWeb37 h2::after {
    content: "";
    animation: expandLine 1.2s 0.4s cubic-bezier(0.17, 0.67, 0.43, 0.99) forwards;
    background: linear-gradient(90deg, rgb(179,199,210) 0%, rgb(140,164,184) 100%);
    transform: scaleX(0);
    width: 120px;
    height: 4px;
    left: 0;
    transform-origin: left;
    position: absolute;
    bottom: -15px;
}.thankYouWeb37 .master_program54 {
    opacity: 0;
    animation: riseUp 1s 0.6s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    background: #ffffff;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.04), 0 5px 15px rgba(0, 0, 0, 0.05);
    padding: 3rem;
    border: 1px solid rgba(0, 0, 0, 0.06);
    width: 100%;
    transform: translateY(20px);
    position: relative;
}.thankYouWeb37 .master_program54::before {
    height: 5px;
    animation: expandLine 1.5s 1s cubic-bezier(0.17, 0.67, 0.43, 0.99) forwards;
    left: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(140,164,184) 0%, rgb(179,199,210) 100%);
    content: "";
    right: 0;
    transform-origin: left;
    transform: scaleX(0);
    top: 0;
}.thankYouWeb37 ul {
    margin: 0;
    list-style: none;
    padding: 0;
}.thankYouWeb37 li {
    padding-left: 1.5rem;
    position: relative;
}.thankYouWeb37 li::before {
    content: "";
    top: 0.5rem;
    width: 8px;
    transform: rotate(45deg) scale(0);
    height: 8px;
    opacity: 0;
    position: absolute;
    background: rgb(140,164,184);
    left: 0;
    animation: popIn 0.5s 1.4s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}.thankYouWeb37 span {
    font-size: 17px;
    transform: translateY(15px);
    display: block;
    font-family: Arial, sans-serif;
    animation: fadeIn 1s 1.2s ease-out forwards;
    opacity: 0;
    line-height: 1.7;
    color: #000000;
}

@keyframes slideIn {
    0% {
        transform: translateX(-10px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

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

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

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

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

@keyframes float {
    0% {
        transform: rotate(-15deg) skew(10deg) translateY(0);
    }
    50% {
        transform: rotate(-13deg) skew(12deg) translateY(-15px);
    }
    100% {
        transform: rotate(-15deg) skew(10deg) translateY(0);
    }
}

@media (max-width: 991px) {.thankYouWeb37 {
    padding: 4rem 1.5rem;
}.thankYouWeb37 h2 {
    max-width: 100%;
    font-size: calc(31px * 0.9);
}.thankYouWeb37 .master_program54 {
    padding: 2.5rem 2rem;
}
}

@media (max-width: 767px) {.thankYouWeb37 {
    padding: 3.5rem 1.25rem;
}.thankYouWeb37 h2 {
    font-size: calc(31px * 0.8);
    margin-bottom: 2rem;
}.thankYouWeb37 h2::after {
    height: 3px;
    width: 100px;
}.thankYouWeb37 .master_program54 {
    padding: 2rem 1.5rem;
}.thankYouWeb37 span {
    line-height: 1.6;
    font-size: calc(17px * 0.95);
}
}

@media (max-width: 480px) {.thankYouWeb37 {
    padding: 3rem 1rem;
}.thankYouWeb37 h2 {
    margin-bottom: 1.5rem;
    font-size: calc(31px * 0.7);
}.thankYouWeb37 h2::after {
    width: 80px;
    height: 3px;
    bottom: -10px;
}.thankYouWeb37 .master_program54 {
    padding: 1.5rem 1.25rem;
}.thankYouWeb37 li {
    padding-left: 1.25rem;
}.thankYouWeb37 li::before {
    height: 6px;
    width: 6px;
}.thankYouWeb37 span {
    font-size: calc(17px * 0.9);
    line-height: 1.5;
}}header {
    overflow: visible;
    position: relative;
    background: linear-gradient(to right, rgb(140,164,184) 0%, rgba(0, 0, 0, 0.5) 100%);
    z-index: 99;
    width: 100%;
}header::before {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -1;
    content: '';
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgb(179,199,210,0.5) 10px,
        rgb(179,199,210,0.5) 11px
    );
    opacity: 0.1;
    top: 0;
    left: 0;
}header .header_bar62 {
    position: relative;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    display: flex;
    padding: 15px;
}header .header_bar62::after {
    box-shadow: 0 0 10px rgb(140,164,184), 0 0 20px rgb(140,164,184,0.5);
    height: 1px;
    width: 90%;
    position: absolute;
    content: '';
    left: 5%;
    bottom: 0;
    background: linear-gradient(
        90deg,
        transparent,
        rgb(179,199,210),
        rgb(140,164,184),
        rgb(179,199,210),
        transparent
    );
}header .header_bar62 .main_page24 {
    padding: 5px 10px;
    margin-right: 20px;
    position: relative;
    z-index: 2;
}header .header_bar62 .main_page24::before {
    box-shadow: 0 0 15px rgb(140,164,184,0.5);
    left: 0;
    transition: opacity 0.4s ease;
    top: 0;
    position: absolute;
    opacity: 0;
    border-radius: 10px;
    content: '';
    width: 100%;
    border: 1px solid rgb(140,164,184,0.5);
    height: 100%;
}header .header_bar62 .main_page24:hover::before {
    opacity: 1;
}header .header_bar62 .main_page24 .top_base76 {
    transition: transform 0.3s ease;
    display: block;
}header .header_bar62 .main_page24:hover .top_base76 {
    transform: scale(1.05);
}header .header_bar62 .main_page24 .top_base76 svg {
    width: auto;
    filter: drop-shadow(0 0 5px rgb(140,164,184,0.5));
    height: 45px;
}header .header_bar62 .first_section03 {
    margin: 0;
    flex-wrap: wrap;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.2);
    justify-content: flex-end;
    display: flex;
    position: relative;
    list-style: none;
    padding: 15px 20px;
}header .header_bar62 .first_section03::before {
    opacity: 0.2;
    border-radius: 10px;
    left: 0;
    content: '';
    width: 100%;
    top: 0;
    height: 100%;
    background: radial-gradient(
        ellipse at center,
        rgb(140,164,184,0.5) 0%,
        transparent 70%
    );
    position: absolute;
}header .header_bar62 .first_section03 .main_mainbar23 {
    margin: 0;
    position: relative;
}header .header_bar62 .first_section03 .main_mainbar23::after {
    content: '';
    width: 0;
    height: 2px;
    background: rgb(179,199,210);
    transition: width 0.3s ease, left 0.3s ease;
    bottom: -5px;
    box-shadow: 0 0 8px rgb(179,199,210);
    position: absolute;
    left: 50%;
}header .header_bar62 .first_section03 .main_mainbar23:hover::after {
    left: 10%;
    width: 80%;
}header .header_bar62 .first_section03 .main_mainbar23 a {
    padding: 10px 15px;
    font-weight: 400;
    font-family: Arial, sans-serif;
    font-size: 12px;
    position: relative;
    display: block;
    letter-spacing: 1px;
    transition: color 0.3s ease, text-shadow 0.3s ease;
    text-decoration: none;
    color: #ffffff;
    text-transform: uppercase;
}header .header_bar62 .first_section03 .main_mainbar23:hover a {
    color: rgb(179,199,210);
    text-shadow: 0 0 5px rgb(179,199,210,0.5);
}

@media (max-width: 992px) {header .header_bar62 {
    flex-direction: column;
}header .header_bar62 .main_page24 {
    margin: 0 0 15px 0;
    align-self: center;
}header .header_bar62 .first_section03 {
    width: 100%;
    justify-content: center;
}header .header_bar62 .first_section03 .main_mainbar23 a {
    font-size: calc(12px - 1px);
    padding: 10px 15px;
}}.title_greeting95 {
    overflow: hidden;
    width: 100%;
    min-height: 90vh;
    position: relative;
}.title_greeting95 .page_entry91 {
    display: flex;
    position: relative;
    height: 100%;
    justify-content: center;
    min-height: 90vh;
    width: 100%;
    align-items: center;
}.title_greeting95 .page_entry91::before {
    backdrop-filter: blur(3px);
    top: 0;
    content: "";
    height: 100%;
    background: linear-gradient(135deg, rgb(140,164,184,0.5), rgba(0, 0, 0, 0.5) 80%);
    width: 100%;
    left: 0;
    z-index: 1;
    position: absolute;
}.title_greeting95 .learn_online56 {
    max-width: 1140px;
    transform: perspective(1000px) rotateX(2deg);
    backdrop-filter: blur(10px);
    z-index: 2;
    padding: 4rem 2rem;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    border-left: 3px solid rgb(179,199,210);
    position: relative;
    display: grid;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.05));
    width: 90%;
}.title_greeting95 .learn_online56::before {
    transition: width 0.6s ease-out;
    position: absolute;
    content: "";
    transform: translateX(10px);
    left: 20px;
    width: 40%;
    background: rgb(179,199,210);
    height: 5px;
    top: -15px;
}.title_greeting95 .learn_online56::after {
    height: 5px;
    width: 40%;
    position: absolute;
    transition: width 0.6s ease-out;
    transform: translateX(-10px);
    right: 20px;
    bottom: -15px;
    background: rgb(140,164,184);
    content: "";
}.title_greeting95 .learn_online56:hover::before,
.title_greeting95 .learn_online56:hover::after {
    width: 60%;
}.title_greeting95 .learn_online56 > div {
    flex-direction: column;
    display: flex;
    justify-content: center;
    position: relative;
    transition: transform 0.4s ease;
}.title_greeting95 .learn_online56 > div:first-child {
    transform: translateY(-15px);
}.title_greeting95 .learn_online56 > div:last-child {
    transform: translateY(15px);
}.title_greeting95 .learn_online56:hover > div:first-child {
    transform: translateY(-10px);
}.title_greeting95 .learn_online56:hover > div:last-child {
    transform: translateY(10px);
}.title_greeting95 .title_style_header {
    transition: transform 0.5s ease;
    position: relative;
    letter-spacing: -0.5px;
    line-height: 1.2;
    color: #ffffff;
    font-weight: 700;
    text-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
    transform: translateZ(50px);
    font-size: calc(48px * 1.2);
    margin-bottom: 1.5rem;
}.title_greeting95 .title_style_header::after {
    width: 80px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    transition: width 0.5s ease;
    bottom: -15px;
    background: rgb(179,199,210);
}.title_greeting95 .learn_online56:hover .title_style_header::after {
    width: 120px;
}.title_greeting95 h3 {
    font-weight: 600;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    transition: transform 0.5s ease;
    color: #ffffff;
    margin-bottom: 1.2rem;
    font-size: calc(22px * 1.1);
    line-height: 1.4;
}.title_greeting95 p {
    padding-left: 15px;
    position: relative;
    color: #ffffff;
    transition: transform 0.5s ease, opacity 0.5s ease;
    line-height: 1.6;
    opacity: 0.9;
    font-size: 14px;
    font-weight: 400;
}.title_greeting95 p::before {
    left: 0;
    content: "";
    opacity: 0.7;
    height: 100%;
    width: 3px;
    background: rgb(140,164,184);
    top: 0;
    position: absolute;
}.title_greeting95 .learn_online56:hover p {
    opacity: 1;
    transform: translateX(5px);
}

@media (min-width: 992px) {.title_greeting95 .learn_online56 {
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}.title_greeting95 .learn_online56:hover {
    transform: perspective(1000px) rotateX(1deg) scale(1.02);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}
}

@media (max-width: 991px) {.title_greeting95 .learn_online56 {
    gap: 2rem;
    padding: 3rem 1.5rem;
    grid-template-columns: 1fr;
}.title_greeting95 .title_style_header {
    font-size: calc(48px * 1.1);
}.title_greeting95 h3 {
    font-size: 22px;
}
}

@media (max-width: 767px) {.title_greeting95 {
    min-height: 80vh;
}.title_greeting95 .page_entry91 {
    min-height: 80vh;
}.title_greeting95 .learn_online56 {
    width: 95%;
    padding: 2.5rem 1.5rem;
}.title_greeting95 .title_style_header {
    font-size: 48px;
}.title_greeting95 .learn_online56 > div:first-child,
  .title_greeting95 .learn_online56 > div:last-child,
  .title_greeting95 .learn_online56:hover > div:first-child,
  .title_greeting95 .learn_online56:hover > div:last-child {
    transform: none;
}
}

@media (max-width: 576px) {.title_greeting95 {
    min-height: 70vh;
}.title_greeting95 .page_entry91 {
    min-height: 70vh;
}.title_greeting95 .learn_online56 {
    border-left-width: 2px;
    padding: 2rem 1.25rem;
}.title_greeting95 .title_style_header {
    font-size: calc(32px * 0.9);
}.title_greeting95 h3 {
    font-size: calc(21px * 1.1);
}.title_greeting95 p {
    font-size: calc(14px * 0.9);
}.title_greeting95 .learn_online56::before,
  .title_greeting95 .learn_online56::after {
    height: 3px;
}}.secure_safe07 {
    color: #000000;
    background: rgb(223,232,236);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    line-height: 1.6;
    font-family: Arial, sans-serif;
    padding: 40px;
}.secure_safe07 h1 {
    font-size: 47px;
    -webkit-background-clip: text !important;
    padding-bottom: 10px;
    background: linear-gradient(to right, rgb(179,199,210), rgb(179,199,210,0.5));
    font-weight: 700;
    margin-bottom: 20px;
    color: rgb(179,199,210);
    -webkit-text-fill-color: transparent;
    border-bottom: 2px solid rgb(179,199,210,0.5);
}.secure_safe07 h2 {
    margin-bottom: 15px;
    -webkit-text-fill-color: transparent;
    font-size: 32px;
    -webkit-background-clip: text !important;
    font-weight: 600;
    margin-top: 30px;
    color: rgb(140,164,184);
    background: linear-gradient(to right, rgb(140,164,184), rgb(140,164,184,0.5));
}.secure_safe07 h3,
.secure_safe07 h4,
.secure_safe07 h5,
.secure_safe07 h6 {
    -webkit-background-clip: text !important;
    background: linear-gradient(to right, rgb(140,164,184), rgb(140,164,184,0.5));
    color: rgb(140,164,184,0.5);
    font-weight: 400;
    margin-top: 20px;
    -webkit-text-fill-color: transparent;
}.secure_safe07 ul {
    margin: 20px 0;
    padding: 0;
    list-style: none;
}.secure_safe07 ul li {
    padding: 15px;
    background: linear-gradient(to right, #ffffff, rgb(179,199,210,0.5));
    border-left: 4px solid rgb(179,199,210);
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    margin-bottom: 10px;
}.secure_safe07 ol {
    margin: 20px 0;
    list-style: none;
    padding: 0;
    counter-reset: li;
}.secure_safe07 ol li {
    position: relative;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    background: linear-gradient(to right, #ffffff, rgb(140,164,184,0.5));
    border-radius: 10px;
    padding: 10px 15px 10px 40px;
    margin-bottom: 10px;
}.secure_safe07 ol li:before {
    justify-content: center;
    color: #ffffff;
    border-radius: 50%;
    width: 25px;
    left: 10px;
    background-color: rgb(179,199,210);
    content: counter(li);
    display: flex;
    position: absolute;
    counter-increment: li;
    height: 25px;
    transform: translateY(-50%);
    align-items: center;
    top: 50%;
}.secure_safe07 p {
    margin-bottom: 15px;
    font-size: 15px;
    font-weight: 300;
}.secure_safe07 span {
    color: rgb(179,199,210);
    font-weight: 600;
}.secure_safe07 div {
    margin-bottom: 20px;
}
@media only screen and (max-width: 800px) {.secure_safe07 {
    padding: 20px;
}.secure_safe07 h1 {
    font-size: calc(23px * 0.8);
}.secure_safe07 h2 {
    font-size: calc(23px * 0.8);
}.secure_safe07 ul li,
    .secure_safe07 ol li {
    padding: 10px;
}.secure_safe07 ol li:before {
    height: 20px;
    font-size: 0.8em;
    width: 20px;
}.secure_safe07 p {
    font-size: calc(15px * 0.9);
}
}
