* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}.container {
    width: 1185px;
    max-width: 100%;
    margin: auto;
}svg {
    height: 30px;
    width: 30px;
}.JMR_footer_subscribe {
    flex: 0 0 auto;
}.Tnw_panel-container {
    height: 100%;
    min-height: 100%;
    flex-direction: column;
    display: flex;
}html,body {
    height: 100%;
    font-family: Arial, sans-serif;
    color: #000000;
    min-height: 100%;
    scroll-behavior: smooth;
}.NEs_site_header {
    flex: 1 0 auto;
}header,footer {
    width: 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;
}}
.fdX_prospective_members {
    position: relative;
    padding: 120px 0;
    background: #f9f9f9;
    overflow: hidden;
}.fdX_prospective_members::before {
    width: 6px;
    top: 0;
    z-index: 1;
    transform: translateX(-50%);
    bottom: 0;
    left: 50%;
    background-color: rgb(164,178,211,0.5);
    position: absolute;
    content: '';
}.fdX_prospective_members .ehU_virtual_track {
    z-index: 10;
    max-width: 1000px;
    padding: 0 30px;
    position: relative;
    margin: 0 auto;
    text-align: center;
}.fdX_prospective_members h3 {
    position: relative;
    color: #000000;
    border-radius: 50px;
    margin-bottom: 80px;
    font-size: 28px;
    font-weight: 700;
    display: inline-block;
    background-color: #f9f9f9;
    border: 3px solid rgb(164,178,211,0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    padding: 0 30px;
}.fdX_prospective_members ul {
    margin: 0;
    flex-direction: column;
    align-items: center;
    list-style: none;
    position: relative;
    gap: 50px;
    display: flex;
    padding: 0;
}.fdX_prospective_members ul li {
    z-index: 2;
    align-items: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    max-width: 500px;
    display: flex;
    position: relative;
    width: 100%;
    transition: all 0.4s ease;
    padding: 30px;
    background-color: #ffffff;
    text-align: left;
    border-radius: 20px;
    gap: 20px;
}.fdX_prospective_members ul li::before {
    transition: all 0.4s ease;
    border-radius: 50%;
    content: '';
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    width: 50px;
    top: -25px;
    border: 6px solid rgb(164,178,211,0.5);
    transform: translateX(-50%);
    z-index: 5;
    left: 50%;
    position: absolute;
    height: 50px;
    background-color: #ffffff;
}.fdX_prospective_members ul li:nth-child(even) {
    text-align: right;
    flex-direction: row-reverse;
}.fdX_prospective_members ul li:hover {
    transform: scale(1.05);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}.fdX_prospective_members ul li:hover::before {
    background-color: rgb(164,178,211,0.5);
    border-color: #ffffff;
}.fdX_prospective_members ul li svg {
    background-color: rgb(164,178,211,0.5);
    width: 60px;
    padding: 12px;
    height: 60px;
    flex-shrink: 0;
    transition: all 0.4s ease;
    border-radius: 50%;
}.fdX_prospective_members ul li:hover svg {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: rotate(360deg);
    background-color: #ffffff;
}.fdX_prospective_members ul li svg path {
    fill: #ffffff;
    transition: fill 0.4s ease;
}.fdX_prospective_members ul li:hover svg path {
    fill: rgb(164,178,211);
}@keyframes fadeInFromTop {
    from {
        opacity: 0;
        transform: translateY(-50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fdX_prospective_members ul li {
    animation: fadeInFromTop 0.6s ease forwards;
    opacity: 0;
}.fdX_prospective_members ul li:nth-child(1) {
    animation-delay: 0.1s;
}.fdX_prospective_members ul li:nth-child(2) {
    animation-delay: 0.3s;
}.fdX_prospective_members ul li:nth-child(3) {
    animation-delay: 0.5s;
}.fdX_prospective_members ul li:nth-child(4) {
    animation-delay: 0.7s;
}.fdX_prospective_members ul li:nth-child(5) {
    animation-delay: 0.9s;
}.fdX_prospective_members ul li:nth-child(6) {
    animation-delay: 1.1s;
}

@media (max-width: 992px) {.fdX_prospective_members {
    padding: 90px 0;
}.fdX_prospective_members h3 {
    margin-bottom: 60px;
}.fdX_prospective_members ul {
    gap: 60px;
}.fdX_prospective_members ul li {
    padding: 25px;
}.fdX_prospective_members ul li svg {
    padding: 10px;
    width: 50px;
    height: 50px;
}
}

@media (max-width: 768px) {.fdX_prospective_members ul li,
    .fdX_prospective_members ul li:nth-child(even) {
    text-align: center;
    flex-direction: column;
    align-items: center;
}.fdX_prospective_members ul li::before {
    top: -30px;
}
}

@media (max-width: 576px) {.fdX_prospective_members {
    padding: 70px 0;
}.fdX_prospective_members h3 {
    font-size: calc(28px * 0.85);
    margin-bottom: 50px;
    padding: 0 20px;
}.fdX_prospective_members ul {
    gap: 50px;
}.fdX_prospective_members ul li {
    padding: 20px;
}.fdX_prospective_members ul li::before {
    width: 40px;
    height: 40px;
    top: -25px;
}.fdX_prospective_members ul li svg {
    height: 45px;
    width: 45px;
    padding: 8px;
}
}

@media (prefers-reduced-motion: reduce) {.fdX_prospective_members ul li {
    animation: none;
    opacity: 1;
}.fdX_prospective_members ul li:hover {
    transform: none;
}.fdX_prospective_members ul li:hover svg {
    transform: none;
}}.hIf_who_we_are {
    padding: 100px 0;
    color: #ffffff;
    overflow: hidden;
    position: relative;
}.hIf_who_we_are::before {
    backdrop-filter: blur(5px);
    background: linear-gradient(135deg, 
        rgba(18, 36, 72, 0.85) 0%,
        rgba(42, 57, 80, 0.75) 50%,
        rgba(18, 36, 72, 0.85) 100%);
    z-index: 1;
    bottom: 0;
    right: 0;
    left: 0;
    content: "";
    top: 0;
    position: absolute;
}.hIf_who_we_are::after {
    pointer-events: none;
    top: -10%;
    height: 70%;
    content: "";
    transform: rotate(-15deg);
    width: 50%;
    right: -10%;
    position: absolute;
    background: linear-gradient(135deg, rgb(164,178,211,0.5), transparent);
    z-index: 2;
}.hIf_who_we_are .container {
    z-index: 5;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
}.hIf_who_we_are .YQh_description_card {
    transform: perspective(1000px) rotateY(-2deg);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    position: relative;
    padding: 3rem;
    backdrop-filter: blur(10px);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.12));
    border-left: 4px solid rgb(164,178,211);
}.hIf_who_we_are .YQh_description_card:hover {
    box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.3);
    transform: perspective(1000px) rotateY(0deg);
}.hIf_who_we_are .YQh_description_card::before {
    transform: skewX(-25deg);
    content: "";
    z-index: -1;
    top: -10px;
    height: 30px;
    right: -10px;
    background: rgb(117,136,184);
    position: absolute;
    width: 30%;
}.hIf_who_we_are h1 {
    font-weight: 700;
    font-size: 46px;
    letter-spacing: 1px;
    margin-bottom: 2rem;
    animation: slideInTitle 0.8s forwards 0.2s ease-out;
    opacity: 0;
    position: relative;
    transform: translateX(-20px);
    color: #ffffff;
}.hIf_who_we_are h1::after {
    transform: scaleX(0);
    animation: lineExpand 0.6s forwards 0.8s ease-out;
    left: 0;
    content: "";
    transform-origin: left;
    width: 80px;
    bottom: -15px;
    position: absolute;
    height: 4px;
    background: rgb(164,178,211);
}.hIf_who_we_are ul {
    margin: 0;
    padding: 0;
    list-style: none;
}.hIf_who_we_are ul li {
    margin-bottom: 1.5rem;
    opacity: 0;
    animation: fadeInUp 0.8s forwards 0.4s ease-out;
    transform: translateY(20px);
}.hIf_who_we_are ul li:nth-child(2) {
    animation-delay: 0.6s;
}.hIf_who_we_are h4 {
    display: inline-block;
    color: rgb(164,178,211);
    font-weight: 600;
    margin-bottom: 1rem;
    font-size: 22px;
    position: relative;
}.hIf_who_we_are h4::before {
    transform: translateY(-50%);
    width: 6px;
    left: -15px;
    height: 6px;
    border-radius: 10px;
    top: 50%;
    background: rgb(117,136,184);
    content: "";
    position: absolute;
}.hIf_who_we_are span {
    overflow-y: auto;
    font-size: 17px;
    color: #ffffff;
    border-left: 2px solid rgba(255, 255, 255, 0.1);
    display: block;
    padding-left: 0.5rem;
    padding-right: 1rem;
    line-height: 1.8;
    max-height: 300px;
    position: relative;
}.hIf_who_we_are span::-webkit-scrollbar {
    width: 6px;
}.hIf_who_we_are span::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.05);
}.hIf_who_we_are span::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(164,178,211,0.5);
}.hIf_who_we_are span::first-letter {
    float: left;
    font-size: 2em;
    color: rgb(117,136,184);
    font-weight: 700;
    margin-right: 3px;
    line-height: 1;
}

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

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

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

@media (max-width: 992px) {.hIf_who_we_are {
    padding: 80px 0;
}.hIf_who_we_are .YQh_description_card {
    transform: perspective(800px) rotateY(-1deg);
    padding: 2.5rem;
}.hIf_who_we_are h1 {
    font-size: calc(46px * 0.9);
}.hIf_who_we_are span {
    max-height: 250px;
}
}

@media (max-width: 768px) {.hIf_who_we_are {
    padding: 60px 0;
}.hIf_who_we_are .YQh_description_card {
    padding: 2rem;
    transform: none;
}.hIf_who_we_are .YQh_description_card::before {
    width: 25%;
}.hIf_who_we_are h1 {
    margin-bottom: 1.5rem;
    font-size: calc(46px * 0.8);
}.hIf_who_we_are h1::after {
    bottom: -10px;
    height: 3px;
    width: 60px;
}.hIf_who_we_are h4 {
    font-size: calc(22px * 0.9);
}.hIf_who_we_are span {
    max-height: 200px;
    line-height: 1.7;
    font-size: calc(17px * 0.95);
}
}

@media (max-width: 576px) {.hIf_who_we_are {
    padding: 50px 0;
}.hIf_who_we_are .YQh_description_card {
    border-left-width: 3px;
    padding: 1.5rem;
}.hIf_who_we_are .YQh_description_card::before {
    display: none;
}.hIf_who_we_are h1 {
    margin-bottom: 1.25rem;
    font-size: calc(46px * 0.7);
}.hIf_who_we_are h1::after {
    width: 50px;
}.hIf_who_we_are h4 {
    font-size: calc(22px * 0.85);
}.hIf_who_we_are span {
    border-left-width: 1px;
    font-size: calc(17px * 0.9);
    line-height: 1.6;
    padding-left: 0.25rem;
}.hIf_who_we_are span::first-letter {
    font-size: 1.5em;
}}.mGB_thanksCard {
    overflow: hidden;
    position: relative;
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(209,214,233) 0%, rgb(164,178,211,0.5) 100%);
}.mGB_thanksCard::before {
    width: 40%;
    position: absolute;
    content: "";
    clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%);
    right: 0;
    z-index: 1;
    height: 100%;
    background: linear-gradient(230deg, rgb(117,136,184,0.5) 10%, transparent 80%);
    top: 0;
}.mGB_thanksCard::after {
    border-radius: 50%;
    left: -5rem;
    z-index: 0;
    height: 20rem;
    bottom: -5rem;
    background: linear-gradient(45deg, rgb(164,178,211,0.5) 0%, transparent 70%);
    position: absolute;
    width: 20rem;
    filter: blur(30px);
    animation: pulse 8s infinite ease-in-out;
    content: "";
}.mGB_thanksCard .container {
    position: relative;
    padding: 0 2rem;
    transform: perspective(1000px) rotateX(2deg);
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
}.mGB_thanksCard h2 {
    font-weight: 700;
    position: relative;
    transform-origin: left center;
    max-width: 90%;
    animation: slideInTitle 0.8s ease-out forwards;
    margin-bottom: 3rem;
    font-family: Arial, sans-serif;
    color: #000000;
    line-height: 1.3;
    font-size: 37px;
}.mGB_thanksCard h2::after {
    bottom: -1rem;
    left: 0;
    height: 0.3rem;
    transform: scaleX(0);
    width: 6rem;
    position: absolute;
    background: linear-gradient(90deg, rgb(164,178,211) 0%, rgb(117,136,184) 100%);
    content: "";
    transform-origin: left;
    animation: expandLine 1s 0.5s forwards cubic-bezier(0.19, 1, 0.22, 1);
}.mGB_thanksCard .ehU_virtual_track {
    padding: 3rem;
    box-shadow: 0 1.5rem 3rem rgba(0, 0, 0, 0.08);
    opacity: 0;
    transform: translateY(20px);
    position: relative;
    animation: fadeInUp 0.8s 0.3s forwards cubic-bezier(0.19, 1, 0.22, 1);
    background: #ffffff;
}.mGB_thanksCard .ehU_virtual_track::before {
    left: 0;
    content: "";
    height: 100%;
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 80%, 95% 100%, 0 100%);
    top: 0;
    position: absolute;
    z-index: -1;
    background: linear-gradient(135deg, #ffffff 0%, #ffffff 60%, rgb(117,136,184,0.5) 150%);
}.mGB_thanksCard ul {
    padding: 0;
    list-style: none;
    margin: 0;
}.mGB_thanksCard li {
    padding-left: 2rem;
    position: relative;
}.mGB_thanksCard li::before {
    height: 0.6rem;
    position: absolute;
    background: rgb(164,178,211);
    top: 0.5rem;
    transform: rotate(45deg) scale(0);
    animation: scaleIn 0.5s 0.8s forwards cubic-bezier(0.19, 1, 0.22, 1);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    content: "";
    width: 0.6rem;
    left: 0;
}.mGB_thanksCard span {
    display: block;
    line-height: 1.8;
    font-family: Arial, sans-serif;
    color: #000000;
    position: relative;
    font-size: 18px;
}

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

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

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

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

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.2);
        opacity: 0.5;
    }
}

@media (max-width: 992px) {.mGB_thanksCard {
    padding: 4rem 0;
}.mGB_thanksCard h2 {
    max-width: 100%;
    font-size: calc(37px * 0.9);
}.mGB_thanksCard .ehU_virtual_track {
    padding: 2.5rem;
}.mGB_thanksCard::before {
    width: 30%;
}
}

@media (max-width: 768px) {.mGB_thanksCard {
    padding: 3.5rem 0;
}.mGB_thanksCard h2 {
    font-size: calc(37px * 0.8);
    line-height: 1.4;
    margin-bottom: 2.5rem;
}.mGB_thanksCard .ehU_virtual_track {
    padding: 2rem;
}.mGB_thanksCard .container {
    transform: perspective(1000px) rotateX(1deg);
}.mGB_thanksCard::before {
    width: 25%;
}.mGB_thanksCard li::before {
    top: 0.4rem;
}
}

@media (max-width: 576px) {.mGB_thanksCard {
    padding: 3rem 0;
}.mGB_thanksCard h2 {
    margin-bottom: 2rem;
    font-size: calc(37px * 0.7);
}.mGB_thanksCard h2::after {
    bottom: -0.75rem;
    width: 5rem;
    height: 0.25rem;
}.mGB_thanksCard .ehU_virtual_track {
    padding: 1.5rem;
}.mGB_thanksCard .container {
    transform: none;
    padding: 0 1.5rem;
}.mGB_thanksCard::before {
    display: none;
}.mGB_thanksCard li {
    padding-left: 1.5rem;
}.mGB_thanksCard li::before {
    top: 0.4rem;
    height: 0.5rem;
    width: 0.5rem;
}.mGB_thanksCard span {
    line-height: 1.7;
    font-size: calc(18px * 0.95);
}}.DTu_offer_selection {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}.DTu_offer_selection::before {
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.65) 100%);
    height: 100%;
    left: 0;
    z-index: 1;
    width: 100%;
    position: absolute;
    content: "";
    top: 0;
}.DTu_offer_selection .container {
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
    z-index: 2;
    max-width: 1200px;
}.HMC_pricing_offers {
    position: relative;
}.DTu_offer_selection h2 {
    position: relative;
    color: #ffffff;
    letter-spacing: 0.5px;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
}.DTu_offer_selection h2::after {
    position: absolute;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(164,178,211), rgb(117,136,184));
    bottom: -12px;
    width: 80px;
    height: 3px;
}.DTu_offer_selection .mAb_fee_choices {
    opacity: 0.9;
    font-size: 14px;
    max-width: 800px;
    line-height: 1.6;
    text-align: center;
    color: #ffffff;
    margin: 0 auto 50px;
}.DTu_offer_selection .TVk_plan_fee {
    list-style: none;
    gap: 30px;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    padding: 0;
}.DTu_offer_selection .pkn_learn_deals {
    text-decoration: none;
    height: 100%;
    position: relative;
    will-change: transform;
    transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    display: block;
}.DTu_offer_selection .pkn_learn_deals:hover {
    transform: translateY(-8px);
}.DTu_offer_selection .VXv_package_rates {
    border-radius: 4px;
    -webkit-backdrop-filter: blur(10px);
    overflow: hidden;
    height: 100%;
    border: 1px solid rgba(255,255,255,0.1);
    background: linear-gradient(145deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.03) 100%);
    backdrop-filter: blur(10px);
    transition: box-shadow 0.3s ease, border 0.3s ease;
    box-shadow: 0 15px 30px rgba(0,0,0,0.15), 0 5px 15px rgba(0,0,0,0.1);
    position: relative;
}.DTu_offer_selection .pkn_learn_deals:hover .VXv_package_rates {
    border-color: rgba(255,255,255,0.2);
    box-shadow: 0 20px 40px rgba(0,0,0,0.2), 0 10px 20px rgba(0,0,0,0.15);
}.DTu_offer_selection .BrY_learn_fees {
    position: relative;
    display: flex;
    z-index: 2;
    padding: 35px 30px;
    height: 100%;
    flex-direction: column;
}.DTu_offer_selection .VXv_package_rates::before {
    content: "";
    background: linear-gradient(90deg, rgb(164,178,211), rgb(117,136,184));
    width: 100%;
    height: 5px;
    left: 0;
    top: 0;
    z-index: 1;
    position: absolute;
}.DTu_offer_selection .BrY_learn_fees h4 {
    margin: 0 0 20px;
    padding-bottom: 15px;
    font-weight: 600;
    color: #ffffff;
    position: relative;
    font-size: calc(20px + 2px);
}.DTu_offer_selection .BrY_learn_fees h4::after {
    background-color: rgb(117,136,184);
    width: 40px;
    content: "";
    bottom: 0;
    height: 2px;
    position: absolute;
    left: 0;
}.DTu_offer_selection .BrY_learn_fees p {
    white-space: normal;
    color: #ffffff;
    word-wrap: break-word;
    line-height: 1.6;
    overflow-wrap: break-word;
    flex-grow: 1;
    margin: 0 0 25px;
    font-size: 14px;
    hyphens: auto;
    opacity: 0.85;
}.DTu_offer_selection .yLf_sub_options {
    display: inline-block;
    border-radius: 3px;
    z-index: 1;
    position: relative;
    padding: 10px 20px;
    font-weight: 700;
    font-size: calc(20px + 4px);
    letter-spacing: 0.5px;
    background: linear-gradient(135deg, rgb(164,178,211,0.5) 0%, rgb(117,136,184,0.5) 100%);
    color: #ffffff;
}.DTu_offer_selection .yLf_sub_options::before {
    border-radius: 3px;
    content: "";
    background: linear-gradient(135deg, rgb(164,178,211,0.5) 0%, rgb(117,136,184,0.5) 100%);
    position: absolute;
    opacity: 0.6;
    inset: 0;
    z-index: -1;
    transition: opacity 0.3s ease;
}.DTu_offer_selection .pkn_learn_deals:hover .yLf_sub_options::before {
    opacity: 1;
}.DTu_offer_selection li:nth-child(even) .VXv_package_rates::before {
    background: linear-gradient(90deg, rgb(117,136,184), rgb(164,178,211));
}

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

@media (max-width: 991px) {.DTu_offer_selection {
    padding: 80px 0;
}.DTu_offer_selection .TVk_plan_fee {
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
}.DTu_offer_selection .BrY_learn_fees {
    padding: 30px 25px;
}
}

@media (max-width: 767px) {.DTu_offer_selection {
    padding: 60px 0;
}.DTu_offer_selection h2 {
    font-size: calc(30px - 4px);
}.DTu_offer_selection .mAb_fee_choices {
    margin-bottom: 40px;
    font-size: calc(14px - 1px);
}.DTu_offer_selection .TVk_plan_fee {
    grid-template-columns: 1fr;
    margin: 0 auto;
    max-width: 450px;
}.DTu_offer_selection .BrY_learn_fees h4 {
    font-size: 20px;
}.DTu_offer_selection .yLf_sub_options {
    font-size: 20px;
}
}

@media (max-width: 480px) {.DTu_offer_selection {
    padding: 50px 0;
}.DTu_offer_selection .BrY_learn_fees {
    padding: 25px 20px;
}.DTu_offer_selection h2 {
    font-size: calc(30px - 6px);
}.DTu_offer_selection .mAb_fee_choices {
    font-size: calc(14px - 2px);
}}.wCo_privacy_frame {
    font-family: Arial, sans-serif;
    border: 1px solid rgba(0, 0, 0, 0.5);
    color: #000000;
    padding: 50px;
    position: relative;
    overflow: hidden;
    background-color: rgb(209,214,233);
}.wCo_privacy_frame::before,
.wCo_privacy_frame::after {
    position: absolute;
    border-radius: 50%;
    content: '';
    opacity: 0.1;
    background: rgb(164,178,211,0.5);
}.wCo_privacy_frame::before {
    height: 200px;
    top: -50px;
    width: 200px;
    left: -50px;
}.wCo_privacy_frame::after {
    bottom: -100px;
    height: 300px;
    right: -100px;
    width: 300px;
}.wCo_privacy_frame h1,
.wCo_privacy_frame h2 {
    margin: 20px 0;
    padding-left: 40px;
    letter-spacing: 2px;
    position: relative;
    text-transform: uppercase;
}.wCo_privacy_frame h1::before,
.wCo_privacy_frame h2::before {
    content: '';
    position: absolute;
    height: 30px;
    width: 30px;
    left: 0;
    background: rgb(164,178,211);
    border-radius: 50%;
}.wCo_privacy_frame h1 {
    color: rgb(164,178,211);
    font-size: 45px;
    font-weight: 700;
}.wCo_privacy_frame h2 {
    color: rgb(117,136,184);
    font-weight: 600;
    font-size: 35px;
}.wCo_privacy_frame ul {
    padding: 0;
    counter-reset: custom-counter;
    margin: 20px 0;
    list-style-type: none;
}.wCo_privacy_frame ul li {
    padding-left: 40px;
    font-weight: 400;
    font-size: 17px;
    position: relative;
    color: #000000;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}.wCo_privacy_frame ul li::before {
    position: absolute;
    border-radius: 50%;
    counter-increment: custom-counter;
    left: 0;
    display: flex;
    justify-content: center;
    top: 50%;
    width: 30px;
    height: 30px;
    color: #ffffff;
    background: rgb(117,136,184);
    font-weight: 700;
    transform: translateY(-50%);
    align-items: center;
    content: counter(custom-counter);
}.wCo_privacy_frame p {
    color: #000000;
    margin: 20px 0;
    line-height: 1.8;
    font-size: 17px;
    border-left: 4px solid rgb(164,178,211);
    padding-left: 15px;
    position: relative;
    font-weight: 300;
}.wCo_privacy_frame p::before {
    top: 0;
    background: rgb(164,178,211);
    content: '';
    width: 10px;
    transform: translate(-50%, -50%);
    height: 10px;
    border-radius: 50%;
    position: absolute;
    left: 0;
}.wCo_privacy_frame .container div {
    margin: 20px 0;
    border-radius: 10px;
    position: relative;
    padding: 20px;
    border: 1px dashed rgb(117,136,184,0.5);
}.wCo_privacy_frame .container div::before {
    background: rgb(117,136,184);
    opacity: 0.5;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    content: '';
    left: -10px;
    top: -10px;
    position: absolute;
}.wCo_privacy_frame .container div::after {
    content: '';
    background: rgb(117,136,184);
    right: -10px;
    width: 20px;
    position: absolute;
    height: 20px;
    border-radius: 50%;
    bottom: -10px;
    opacity: 0.5;
}
@media only screen and (max-width: 800px) {.wCo_privacy_frame {
    padding: 30px;
}.wCo_privacy_frame h1 {
    font-size: calc(19px - 8px);
}.wCo_privacy_frame h2 {
    font-size: calc(19px - 8px);
}.wCo_privacy_frame ul li {
    font-size: calc(17px - 2px);
}.wCo_privacy_frame p {
    font-size: calc(17px - 2px);
}}
.cDX_leadership_profile {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(209,214,233) 0%, #ffffff 100%);
    padding: 5rem 0;
    position: relative;
}.cDX_leadership_profile::before {
    opacity: 0.4;
    width: 30%;
    top: -10%;
    content: "";
    height: 80%;
    transform: rotate(-15deg);
    background: linear-gradient(45deg, rgb(117,136,184,0.5) 0%, rgb(164,178,211,0.5) 100%);
    position: absolute;
    z-index: 0;
    filter: blur(40px);
    right: -5%;
}.cDX_leadership_profile::after {
    width: 40%;
    filter: blur(50px);
    background: linear-gradient(-45deg, rgb(164,178,211,0.5) 0%, rgb(117,136,184,0.5) 100%);
    left: -5%;
    height: 70%;
    content: "";
    bottom: -10%;
    position: absolute;
    transform: rotate(10deg);
    opacity: 0.3;
    z-index: 0;
}.cDX_leadership_profile .container {
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
    position: relative;
}.cDX_leadership_profile .MCm_feedback_cloud {
    transform: perspective(1000px) rotateY(-2deg);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    border-left: 4px solid rgb(117,136,184);
    gap: 2rem;
    display: grid;
    grid-template-columns: 1fr;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.05);
    background: rgba(255, 255, 255, 0.85);
    padding: 2rem;
    backdrop-filter: blur(10px);
}.cDX_leadership_profile .MCm_feedback_cloud:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 
                0 10px 20px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateY(0deg) translateY(-5px);
}.cDX_leadership_profile .cEJ_img_circular {
    border-radius: 10px;
    margin: 0 auto;
    transition: all 0.4s ease-out;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    width: 180px;
    transform: rotate(-3deg);
    height: 180px;
    position: relative;
}.cDX_leadership_profile .cEJ_img_circular:hover {
    transform: rotate(0deg) scale(1.03);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}.cDX_leadership_profile .cEJ_img_circular::after {
    border-radius: 5px;
    right: 10px;
    pointer-events: none;
    content: "";
    border: 2px solid rgba(255, 255, 255, 0.3);
    left: 10px;
    bottom: 10px;
    top: 10px;
    position: absolute;
}.cDX_leadership_profile .name {
    font-weight: 700;
    margin-bottom: 0.5rem;
    display: inline-block;
    font-size: 21px;
    position: relative;
    color: #000000;
}.cDX_leadership_profile .name::after {
    height: 3px;
    background: linear-gradient(90deg, rgb(117,136,184) 0%, transparent 100%);
    position: absolute;
    width: 40%;
    bottom: -5px;
    left: 0;
    content: "";
    transition: width 0.3s ease;
}.cDX_leadership_profile .MCm_feedback_cloud:hover .name::after {
    width: 70%;
}.cDX_leadership_profile .eTl_exp_section {
    position: relative;
    line-height: 1.7;
    border-left: 2px solid rgb(117,136,184,0.5);
    padding-left: 1.5rem;
    color: #000000;
    margin: 0;
    font-size: 18px;
}.cDX_leadership_profile .eTl_exp_section::before {
    color: rgb(117,136,184,0.5);
    content: "";
    top: -20px;
    font-size: 5rem;
    font-family: serif;
    position: absolute;
    opacity: 0.3;
    left: -10px;
}

@media (min-width: 768px) {.cDX_leadership_profile {
    padding: 7rem 0;
}.cDX_leadership_profile .MCm_feedback_cloud {
    gap: 2.5rem;
    padding: 3rem;
    grid-template-rows: auto 1fr;
    grid-template-columns: 220px 1fr;
}.cDX_leadership_profile .MCm_feedback_cloud > div:nth-child(1) {
    grid-row: 1 / 3;
}.cDX_leadership_profile .cEJ_img_circular {
    height: 280px;
    margin: 0;
    width: 220px;
}.cDX_leadership_profile .eTl_exp_section {
    font-size: calc(18px + 0.1rem);
    padding-left: 2rem;
}
}

@media (min-width: 992px) {.cDX_leadership_profile .MCm_feedback_cloud {
    gap: 3rem;
    grid-template-columns: 300px 1fr;
    padding: 4rem;
}.cDX_leadership_profile .cEJ_img_circular {
    height: 350px;
    width: 280px;
}.cDX_leadership_profile .name {
    font-size: calc(21px + 0.2rem);
}.cDX_leadership_profile .eTl_exp_section {
    line-height: 1.8;
    padding-left: 2.5rem;
    font-size: calc(18px + 0.2rem);
}
}

@media (min-width: 1200px) {.cDX_leadership_profile .container {
    padding: 0 2rem;
}.cDX_leadership_profile .MCm_feedback_cloud {
    grid-template-columns: 350px 1fr;
    gap: 4rem;
    padding: 5rem;
    transform: perspective(1500px) rotateY(-3deg);
}.cDX_leadership_profile .cEJ_img_circular {
    width: 320px;
    height: 400px;
}
}

@media (max-width: 767px) {.cDX_leadership_profile .MCm_feedback_cloud > div:nth-child(2) {
    text-align: center;
}.cDX_leadership_profile .name::after {
    left: 50%;
    transform: translateX(-50%);
}.cDX_leadership_profile .eTl_exp_section {
    padding: 1.5rem;
    text-align: left;
}}.Emv_customer_comments {
    position: relative;
    background: linear-gradient(135deg, rgb(209,214,233) 0%, rgb(209,214,233) 85%, rgb(164,178,211,0.5) 100%);
    padding: 5rem 0;
    overflow: hidden;
}.Emv_customer_comments::before {
    z-index: 0;
    width: 300px;
    opacity: 0.3;
    content: "";
    height: 300px;
    top: -10%;
    position: absolute;
    right: -5%;
    background: radial-gradient(circle, rgb(164,178,211,0.5) 0%, transparent 70%);
}.Emv_customer_comments::after {
    height: 250px;
    content: "";
    left: -5%;
    width: 250px;
    z-index: 0;
    opacity: 0.2;
    bottom: -10%;
    position: absolute;
    background: radial-gradient(circle, rgb(117,136,184,0.5) 0%, transparent 70%);
}.Emv_customer_comments .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
    z-index: 1;
    position: relative;
}.Emv_customer_comments h2 {
    transform: perspective(1000px) rotateX(3deg);
    font-size: 37px;
    margin-bottom: 3rem;
    transform-origin: center bottom;
    position: relative;
    color: #000000;
    font-weight: 700;
    text-align: center;
}.Emv_customer_comments h2::after {
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    content: "";
    height: 3px;
    background: linear-gradient(90deg, rgb(164,178,211) 0%, rgb(117,136,184) 100%);
    width: 80px;
    bottom: -15px;
}.Emv_customer_comments .drm_user_reviews {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    list-style: none;
    display: grid;
    gap: 30px;
    padding: 0;
    margin: 0;
}.Emv_customer_comments .MCm_feedback_cloud {
    border-radius: 3px;
    z-index: 1;
    padding: 25px;
    transition: transform 0.3s ease, box-shadow 0.4s ease;
    position: relative;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 
                0 1px 5px rgba(0, 0, 0, 0.03),
                0 5px 20px rgba(rgb(164,178,211,0.5), 0.1);
    overflow: hidden;
}.Emv_customer_comments .MCm_feedback_cloud::before {
    content: "";
    position: absolute;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    top: 0;
    height: 3px;
    width: 100%;
    z-index: 1;
    left: 0;
    transform-origin: left;
    background: linear-gradient(90deg, rgb(164,178,211) 0%, rgb(117,136,184) 100%);
    transform: scaleX(0);
}.Emv_customer_comments .MCm_feedback_cloud:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 10px 30px rgba(rgb(164,178,211,0.5), 0.15);
}.Emv_customer_comments .MCm_feedback_cloud:hover::before {
    transform: scaleX(1);
}.Emv_customer_comments .MCm_feedback_cloud div {
    align-items: center;
    display: flex;
    margin-bottom: 15px;
}.Emv_customer_comments .MCm_feedback_cloud img {
    margin-right: 15px;
    height: 60px;
    transition: transform 0.3s ease, border-color 0.3s ease;
    width: 60px;
    border: 3px solid rgba(rgb(164,178,211,0.5), 0.1);
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}.Emv_customer_comments .MCm_feedback_cloud:hover img {
    transform: scale(1.05);
    border-color: rgb(164,178,211,0.5);
}.Emv_customer_comments .MCm_feedback_cloud h4 {
    margin: 0;
    transition: color 0.3s ease;
    color: #000000;
    font-weight: 600;
    font-size: 23px;
}.Emv_customer_comments .MCm_feedback_cloud:hover h4 {
    color: rgb(164,178,211);
}.Emv_customer_comments .MCm_feedback_cloud .description {
    padding-left: 25px;
    font-size: 15px;
    line-height: 1.6;
    position: relative;
    color: #000000;
    margin: 0;
}.Emv_customer_comments .MCm_feedback_cloud .description::before {
    top: -5px;
    font-size: 48px;
    content: "";
    left: 0;
    position: absolute;
    line-height: 1;
    opacity: 0.6;
    color: rgb(164,178,211,0.5);
}.Emv_customer_comments a {
    padding: 12px 28px;
    font-weight: 600;
    background: linear-gradient(135deg, rgb(164,178,211) 0%, rgb(117,136,184) 100%);
    display: inline-block;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    color: #ffffff;
    font-size: 18px;
    position: relative;
    z-index: 1;
    text-decoration: none;
    border-radius: 2px;
    margin-top: 3rem;
    box-shadow: 0 5px 15px rgba(rgb(164,178,211,0.5), 0.2);
    overflow: hidden;
}.Emv_customer_comments a::before {
    content: "";
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: -1;
    left: 0;
    background: linear-gradient(135deg, rgb(117,136,184) 0%, rgb(164,178,211) 100%);
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}.Emv_customer_comments a:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(rgb(164,178,211,0.5), 0.3);
}.Emv_customer_comments a:hover::before {
    opacity: 1;
}.Emv_customer_comments .ehU_virtual_track {
    display: flex;
    flex-direction: column;
    align-items: center;
}@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.Emv_customer_comments .MCm_feedback_cloud {
    animation: fadeInUp 0.6s ease forwards;
    opacity: 0;
}.Emv_customer_comments .MCm_feedback_cloud:nth-child(1) {
    animation-delay: 0.1s;
}.Emv_customer_comments .MCm_feedback_cloud:nth-child(2) {
    animation-delay: 0.2s;
}.Emv_customer_comments .MCm_feedback_cloud:nth-child(3) {
    animation-delay: 0.3s;
}.Emv_customer_comments .MCm_feedback_cloud:nth-child(4) {
    animation-delay: 0.4s;
}.Emv_customer_comments .MCm_feedback_cloud:nth-child(5) {
    animation-delay: 0.5s;
}.Emv_customer_comments .MCm_feedback_cloud:nth-child(6) {
    animation-delay: 0.6s;
}.Emv_customer_comments .MCm_feedback_cloud:nth-child(7) {
    animation-delay: 0.7s;
}


@media (max-width: 1200px) {.Emv_customer_comments {
    padding: 4rem 0;
}.Emv_customer_comments .drm_user_reviews {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 25px;
}.Emv_customer_comments h2 {
    font-size: calc(37px * 0.95);
}
}

@media (max-width: 992px) {.Emv_customer_comments {
    padding: 3.5rem 0;
}.Emv_customer_comments h2 {
    font-size: calc(37px * 0.9);
    margin-bottom: 2.5rem;
}.Emv_customer_comments .drm_user_reviews {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
}.Emv_customer_comments .MCm_feedback_cloud {
    padding: 20px;
}.Emv_customer_comments .MCm_feedback_cloud img {
    width: 55px;
    height: 55px;
}
}

@media (max-width: 768px) {.Emv_customer_comments {
    padding: 3rem 0;
}.Emv_customer_comments h2 {
    font-size: calc(37px * 0.85);
    transform: none;
    margin-bottom: 2rem;
}.Emv_customer_comments .drm_user_reviews {
    gap: 15px;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}.Emv_customer_comments .MCm_feedback_cloud {
    padding: 18px;
}.Emv_customer_comments .MCm_feedback_cloud img {
    margin-right: 12px;
    width: 50px;
    height: 50px;
}.Emv_customer_comments .MCm_feedback_cloud::before {
    height: 2px;
}.Emv_customer_comments .MCm_feedback_cloud .description {
    font-size: calc(15px * 0.95);
    padding-left: 20px;
}.Emv_customer_comments .MCm_feedback_cloud .description::before {
    font-size: 40px;
}
}

@media (max-width: 576px) {.Emv_customer_comments {
    padding: 2.5rem 0;
}.Emv_customer_comments h2 {
    text-align: left;
    width: 100%;
    font-size: calc(37px * 0.8);
    margin-bottom: 1.5rem;
}.Emv_customer_comments h2::after {
    transform: none;
    width: 60px;
    left: 0;
}.Emv_customer_comments .drm_user_reviews {
    gap: 15px;
    grid-template-columns: 1fr;
}.Emv_customer_comments .MCm_feedback_cloud {
    padding: 15px;
}.Emv_customer_comments .MCm_feedback_cloud img {
    margin-right: 10px;
    width: 45px;
    height: 45px;
}.Emv_customer_comments .MCm_feedback_cloud h4 {
    font-size: calc(23px * 0.9);
}.Emv_customer_comments .MCm_feedback_cloud .description {
    font-size: calc(15px * 0.9);
    padding-left: 18px;
}.Emv_customer_comments .MCm_feedback_cloud .description::before {
    font-size: 36px;
}.Emv_customer_comments a {
    font-size: calc(18px * 0.95);
    padding: 10px 22px;
    margin-top: 2rem;
}.Emv_customer_comments .ehU_virtual_track {
    align-items: flex-start;
}}.JMR_footer_subscribe {
    z-index: 1;
    color: #ffffff;
    padding: 5rem 0 3rem;
    position: relative;
}.JMR_footer_subscribe::before {
    content: "";
    z-index: -1;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85) 0%, rgb(164,178,211,0.5) 100%);
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    backdrop-filter: blur(8px);
    position: absolute;
}.JMR_footer_subscribe .container {
    position: relative;
    grid-template-columns: 1.5fr 2fr;
    display: grid;
    gap: 3rem;
}.JMR_footer_subscribe .company_holder {
    position: relative;
    animation: borderPulse 4s infinite alternate;
    border-left: 2px solid rgb(164,178,211);
    padding-left: 2rem;
}@keyframes borderPulse {
    0% {
        border-left-color: rgb(164,178,211);
    }
    50% {
        border-left-color: rgb(117,136,184);
    }
    100% {
        border-left-color: rgb(164,178,211);
    }
}

.JMR_footer_subscribe .company_holder h3 {
    font-weight: 700;
    -webkit-text-fill-color: transparent;
    font-size: calc(33px * 1.2);
    margin-bottom: 1.5rem;
    background: linear-gradient(to right, #ffffff, rgb(117,136,184));
    -webkit-background-clip: text !important;
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
}.JMR_footer_subscribe .Xxq_brainstorm {
    line-height: 1.6;
    opacity: 0.8;
    color: #ffffff;
    font-size: 13px;
    margin-top: 1rem;
}.JMR_footer_subscribe .yVA_review_block {
    display: flex;
    justify-content: flex-end;
}.JMR_footer_subscribe .QXS_main_learn {
    display: flex;
    gap: 4rem;
}.JMR_footer_subscribe .sAq_main_know {
    position: relative;
}.JMR_footer_subscribe .sAq_main_know::before {
    content: "";
    top: -10px;
    opacity: 0.4;
    border-left: 1px solid rgb(164,178,211);
    position: absolute;
    width: 40px;
    border-top: 1px solid rgb(164,178,211);
    left: -20px;
    height: 40px;
}.JMR_footer_subscribe .sAq_main_know::after {
    position: absolute;
    content: "";
    height: 40px;
    opacity: 0.4;
    width: 40px;
    bottom: -10px;
    border-right: 1px solid rgb(164,178,211);
    border-bottom: 1px solid rgb(164,178,211);
    right: -20px;
}.JMR_footer_subscribe .sAq_main_know h5 {
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 1px;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    color: rgb(117,136,184);
}.JMR_footer_subscribe .sAq_main_know .QXS_main_learn {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}.JMR_footer_subscribe .sAq_main_know .QXS_main_learn a {
    font-size: 13px;
    transition: all 0.3s ease;
    color: #ffffff;
    text-decoration: none;
    padding-left: 1rem;
    opacity: 0.8;
    position: relative;
}.JMR_footer_subscribe .sAq_main_know .QXS_main_learn a::before {
    border-radius: 50%;
    background-color: rgb(164,178,211);
    content: "";
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    height: 5px;
    left: 0;
    width: 5px;
    transition: all 0.3s ease;
}.JMR_footer_subscribe .sAq_main_know .QXS_main_learn a:hover {
    transform: translateX(5px);
    opacity: 1;
    color: rgb(164,178,211);
}.JMR_footer_subscribe .sAq_main_know .QXS_main_learn a:hover::before {
    width: 7px;
    background-color: rgb(117,136,184);
    height: 7px;
}.sVT_credit_info {
    background-color: rgba(0, 0, 0, 0.5);
    margin-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    padding: 1.5rem 0;
}.sVT_credit_info::before {
    height: 1px;
    background: linear-gradient(to right, transparent, rgb(164,178,211), transparent);
    width: 100%;
    opacity: 0.5;
    left: 0;
    position: absolute;
    content: "";
    top: 0;
}.sVT_credit_info .container {
    display: flex;
    justify-content: center;
    align-items: center;
}.sVT_credit_info .dRD_peer_help {
    font-size: 13px;
    color: #ffffff;
    text-align: center;
    opacity: 0.7;
}

@media screen and (max-width: 992px) {.JMR_footer_subscribe .container {
    grid-template-columns: 1fr;
    gap: 2rem;
}.JMR_footer_subscribe .company_holder {
    padding-left: 1rem;
    margin-bottom: 2rem;
}.JMR_footer_subscribe .yVA_review_block {
    justify-content: flex-start;
}.JMR_footer_subscribe .QXS_main_learn {
    gap: 2rem;
}
}

@media screen and (max-width: 768px) {.JMR_footer_subscribe {
    padding: 3rem 0 2rem;
}.JMR_footer_subscribe .QXS_main_learn {
    gap: 2rem;
    flex-direction: column;
}.JMR_footer_subscribe .sAq_main_know::before,
    .JMR_footer_subscribe .sAq_main_know::after {
    display: none;
}.JMR_footer_subscribe .sAq_main_know {
    margin-bottom: 1.5rem;
}.sVT_credit_info {
    padding: 1rem 0;
}
}

@media screen and (max-width: 576px) {.JMR_footer_subscribe .company_holder h3 {
    font-size: 33px;
}.JMR_footer_subscribe .sAq_main_know h5 {
    font-size: calc(18px * 1.1);
}.JMR_footer_subscribe .sAq_main_know .QXS_main_learn a {
    font-size: calc(13px * 0.9);
}}.UjI_course_summary {
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(209,214,233) 0%, rgba(245, 247, 250, 0.92) 100%);
    position: relative;
    overflow: hidden;
}.UjI_course_summary::before {
    background: linear-gradient(225deg, rgb(164,178,211,0.5) 0%, rgb(117,136,184,0.5) 100%);
    right: -5%;
    content: "";
    z-index: 1;
    position: absolute;
    filter: blur(20px);
    height: 70%;
    top: -10%;
    transform: rotate(-15deg) translateZ(0);
    opacity: 0.5;
    width: 35%;
}.UjI_course_summary::after {
    transform: rotate(10deg) translateZ(0);
    background: linear-gradient(45deg, rgb(117,136,184,0.5) 0%, rgb(164,178,211,0.5) 100%);
    z-index: 1;
    opacity: 0.4;
    bottom: -5%;
    content: "";
    height: 50%;
    position: absolute;
    width: 25%;
    filter: blur(15px);
    left: -2%;
}.UjI_course_summary .container {
    z-index: 2;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
}.UjI_course_summary .vJf_learn_network {
    display: grid;
    gap: 2rem;
    background: #ffffff;
    grid-template-columns: 1fr;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.08);
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
}.UjI_course_summary .cEJ_img_circular {
    transform-origin: top center;
    position: relative;
    height: 300px;
    overflow: hidden;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}.UjI_course_summary .cEJ_img_circular::before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0) 60%, rgba(0,0,0,0.6) 100%);
    position: absolute;
    z-index: 1;
}.UjI_course_summary .cEJ_img_circular::after {
    opacity: 0.2;
    width: 100%;
    left: 0;
    position: absolute;
    background: rgb(164,178,211);
    content: "";
    height: 100%;
    mix-blend-mode: overlay;
    top: 0;
}.UjI_course_summary .YQh_description_card {
    transform: translateY(-40px);
    background: #ffffff;
    clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 100%);
    position: relative;
    padding: 2.5rem 2rem;
}.UjI_course_summary .YQh_description_card h3 {
    position: relative;
    color: #000000;
    margin-bottom: 1.5rem;
    line-height: 1.4;
    font-size: calc(24px * 1.1);
    opacity: 0;
    transform: translateY(0);
    animation: slideUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    animation-delay: 0.3s;
    font-weight: 700;
}.UjI_course_summary .YQh_description_card h3::after {
    margin-top: 1rem;
    background: rgb(164,178,211);
    display: block;
    transform-origin: left;
    height: 3px;
    animation-delay: 0.6s;
    transform: scaleX(0);
    animation: expandLine 1s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    width: 60px;
    content: "";
}.UjI_course_summary .YQh_description_card p.description {
    margin-bottom: 1.5rem;
    color: #000000;
    animation-delay: 0.5s;
    animation: slideUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    font-size: 16px;
    line-height: 1.7;
    transform: translateY(20px);
    opacity: 0;
}.UjI_course_summary .YQh_description_card span.description {
    display: none;
}.UjI_course_summary .YQh_description_card div {
    position: relative;
    overflow-y: auto;
    padding-right: 10px;
    max-height: 300px;
}.UjI_course_summary .YQh_description_card div::-webkit-scrollbar {
    width: 6px;
}.UjI_course_summary .YQh_description_card div::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.04);
}.UjI_course_summary .YQh_description_card div::-webkit-scrollbar-thumb {
    transition: background 0.3s ease;
    background: rgb(164,178,211,0.5);
}.UjI_course_summary .YQh_description_card div::-webkit-scrollbar-thumb:hover {
    background: rgb(164,178,211);
}

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

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

@media (min-width: 768px) {.UjI_course_summary {
    padding: 7rem 0;
}.UjI_course_summary .vJf_learn_network {
    transition: transform 0.5s ease;
    gap: 0;
    transform: perspective(1200px) rotateY(-2deg);
    grid-template-columns: 45% 55%;
}.UjI_course_summary .vJf_learn_network:hover {
    transform: perspective(1200px) rotateY(0deg);
}.UjI_course_summary .cEJ_img_circular {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
    height: 100%;
}.UjI_course_summary .YQh_description_card {
    padding: 3.5rem 3rem 3.5rem 4rem;
    transform: translateY(0) translateX(-50px);
    clip-path: none;
}.UjI_course_summary .YQh_description_card h3 {
    font-size: 37px;
    margin-bottom: 2rem;
}.UjI_course_summary .YQh_description_card div {
    max-height: 350px;
}
}

@media (min-width: 992px) {.UjI_course_summary {
    padding: 8rem 0;
}.UjI_course_summary .vJf_learn_network {
    grid-template-columns: 40% 60%;
}.UjI_course_summary .cEJ_img_circular {
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
}.UjI_course_summary .cEJ_img_circular:hover {
    transform: scale(1.03);
}.UjI_course_summary .YQh_description_card {
    transform: translateX(-70px);
    padding: 4rem 5rem 4rem 5rem;
}.UjI_course_summary .YQh_description_card h3 {
    margin-bottom: 2.5rem;
}.UjI_course_summary .YQh_description_card div {
    max-height: 400px;
}
}

@media (min-width: 1200px) {.UjI_course_summary .vJf_learn_network {
    grid-template-columns: 45% 55%;
}.UjI_course_summary .YQh_description_card {
    transform: translateX(-100px);
    padding: 5rem 6rem 5rem 7rem;
}
}

@media (max-width: 767px) {.UjI_course_summary .vJf_learn_network:hover .cEJ_img_circular {
    transform: scale(1.05);
}}.DlC_greeting_page {
    width: 100%;
    display: flex;
    position: relative;
    background: linear-gradient(140deg, rgb(209,214,233) 55%, rgb(117,136,184,0.5) 100%);
    justify-content: center;
    overflow: hidden;
    min-height: 100vh;
    align-items: center;
}.DlC_greeting_page .ehU_virtual_track {
    grid-template-columns: 1fr 1fr;
    max-width: 1400px;
    position: relative;
    display: grid;
    width: 100%;
    gap: 3rem;
    padding: 2rem;
}.DlC_greeting_page .ehU_virtual_track::before {
    height: 3px;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgb(164,178,211), transparent);
    transform: translateY(-1rem);
    opacity: 0.7;
    content: "";
    top: 0;
    position: absolute;
    left: 0;
}.DlC_greeting_page .YQh_description_card {
    padding: 2rem;
    position: relative;
    flex-direction: column;
    z-index: 1;
    display: flex;
    justify-content: center;
    animation: fadeSlideIn 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}.DlC_greeting_page .YQh_description_card::before {
    border-left: 4px solid rgb(117,136,184);
    content: "";
    transform: translate(-1rem, -1rem);
    z-index: -1;
    height: 120px;
    left: 0;
    border-top: 4px solid rgb(117,136,184);
    opacity: 0.8;
    width: 120px;
    top: 0;
    position: absolute;
}.DlC_greeting_page .YQh_description_card::after {
    border-right: 4px solid rgb(117,136,184);
    height: 120px;
    position: absolute;
    content: "";
    width: 120px;
    right: 0;
    opacity: 0.8;
    border-bottom: 4px solid rgb(117,136,184);
    z-index: -1;
    transform: translate(1rem, 1rem);
    bottom: 0;
}.DlC_greeting_page h1 {
    line-height: 1.2;
    margin-bottom: 1.5rem;
    color: rgb(164,178,211);
    position: relative;
    transition: transform 0.5s ease;
    font-weight: 700;
    transform: perspective(1000px) translateZ(0);
    font-size: max(calc(35px * 1.2), 2.5rem);
}.DlC_greeting_page h1::after {
    left: 0;
    background: linear-gradient(90deg, rgb(117,136,184), transparent);
    height: 3px;
    position: absolute;
    width: 100px;
    content: "";
    bottom: -0.5rem;
}.DlC_greeting_page .Nps_course_head {
    margin-bottom: 2rem;
    position: relative;
    grid-template-columns: auto 1fr;
    align-items: center;
    display: grid;
    gap: 1.5rem;
}.DlC_greeting_page .Nps_course_head svg {
    width: 80px;
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    height: 80px;
    margin-right: 1rem;
}.DlC_greeting_page .Nps_course_head:hover svg {
    transform: scale(1.08) rotate(5deg);
}.DlC_greeting_page .Nps_course_head svg path {
    transition: fill 0.3s ease;
    fill: rgb(117,136,184);
}.DlC_greeting_page .Nps_course_head:hover svg path {
    fill: rgb(164,178,211);
}.DlC_greeting_page .Nps_course_head svg text {
    transition: fill 0.3s ease;
    font-family: Arial, sans-serif;
}.DlC_greeting_page .Nps_course_head:hover svg text {
    fill: rgb(164,178,211);
}.DlC_greeting_page .Nps_course_head p {
    font-size: calc(16px * 1.1);
    max-width: 90%;
    color: #000000;
    margin: 0;
    position: relative;
    line-height: 1.6;
}.DlC_greeting_page ul {
    margin: 2rem 0 0;
    padding: 0;
    list-style: none;
    display: flex;
}.DlC_greeting_page ul li {
    margin-right: 1rem;
}.DlC_greeting_page .rzj_feedback_query {
    border: none;
    transition: all 0.3s ease;
    text-decoration: none;
    padding: 1rem 2rem;
    position: relative;
    display: inline-block;
    color: #ffffff;
    font-weight: 600;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(94, 170, 168, 0.2);
    transform: translateY(0);
    background: linear-gradient(135deg, rgb(117,136,184), rgb(164,178,211));
    font-size: 16px;
}.DlC_greeting_page .rzj_feedback_query::before {
    left: -100%;
    transition: left 0.6s ease;
    height: 100%;
    content: "";
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    top: 0;
    position: absolute;
}.DlC_greeting_page .rzj_feedback_query:hover {
    box-shadow: 0 8px 25px rgba(94, 170, 168, 0.3);
    transform: translateY(-3px);
}.DlC_greeting_page .rzj_feedback_query:hover::before {
    left: 100%;
}.DlC_greeting_page .cEJ_img_circular {
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    animation: photoSlideIn 1s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    border-radius: 0;
    clip-path: polygon(0 5%, 100% 0, 100% 95%, 0 100%);
    height: 500px;
}.DlC_greeting_page .cEJ_img_circular::before {
    background: linear-gradient(135deg, rgb(117,136,184,0.5), transparent);
    z-index: 1;
    content: "";
    inset: 0;
    position: absolute;
    opacity: 0.6;
}.DlC_greeting_page .cEJ_img_circular::after {
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgb(117,136,184,0.5),
        rgb(117,136,184,0.5) 5px,
        transparent 5px,
        transparent 10px
    );
    z-index: 2;
    height: 100%;
    opacity: 0.1;
    top: 0;
}

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

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

@media (max-width: 992px) {.DlC_greeting_page .ehU_virtual_track {
    grid-template-columns: 1fr;
    gap: 2rem;
}.DlC_greeting_page h1 {
    font-size: calc(35px * 1.1);
}.DlC_greeting_page .cEJ_img_circular {
    order: -1;
    height: 400px;
    clip-path: polygon(0 0, 100% 5%, 100% 100%, 0 95%);
}.DlC_greeting_page .YQh_description_card {
    padding: 1.5rem;
}
}

@media (max-width: 768px) {.DlC_greeting_page {
    min-height: auto;
    padding: 4rem 0;
}.DlC_greeting_page .ehU_virtual_track {
    padding: 1rem;
}.DlC_greeting_page h1 {
    font-size: 35px;
}.DlC_greeting_page .Nps_course_head {
    grid-template-columns: 1fr;
    text-align: center;
}.DlC_greeting_page .Nps_course_head svg {
    margin: 0 auto 1rem;
}.DlC_greeting_page .Nps_course_head p {
    max-width: 100%;
}.DlC_greeting_page ul {
    justify-content: center;
}.DlC_greeting_page .YQh_description_card::before,
    .DlC_greeting_page .YQh_description_card::after {
    width: 80px;
    height: 80px;
}.DlC_greeting_page .cEJ_img_circular {
    height: 300px;
    clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%);
}
}

@media (max-width: 576px) {.DlC_greeting_page {
    padding: 3rem 0;
}.DlC_greeting_page h1 {
    font-size: calc(35px * 0.9);
}.DlC_greeting_page .Nps_course_head p {
    font-size: 16px;
}.DlC_greeting_page .cEJ_img_circular {
    height: 250px;
}.DlC_greeting_page .rzj_feedback_query {
    padding: 0.8rem 1.5rem;
}.DlC_greeting_page .YQh_description_card::before,
    .DlC_greeting_page .YQh_description_card::after {
    width: 60px;
    height: 60px;
}
}

@media (min-width: 1600px) {.DlC_greeting_page .ehU_virtual_track {
    max-width: 1600px;
}.DlC_greeting_page h1 {
    font-size: calc(35px * 1.5);
}.DlC_greeting_page .cEJ_img_circular {
    height: 600px;
}}header .ARM_top_sitewrap {
    justify-content: space-between;
    border-bottom-right-radius: 0;
    align-items: center;
    z-index: 100;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    position: relative;
    left: 0;
    border-bottom-left-radius: 15px;
    display: flex;
    padding: 1.5rem 2rem;
    width: 100%;
    background: linear-gradient(135deg, rgb(164,178,211,0.5) 0%, rgb(117,136,184) 100%);
    overflow: visible;
}header .ARM_top_sitewrap .zOX_header_mentor {
    z-index: 2;
    position: relative;
    transform: skewX(5deg);
}header .ARM_top_sitewrap .zOX_header_mentor .NmG_main_start {
    transition: transform 0.3s ease-in-out;
    display: block;
}header .ARM_top_sitewrap .zOX_header_mentor .NmG_main_start:hover {
    transform: translateY(-8px) rotate(0deg);
}header .ARM_top_sitewrap .zOX_header_mentor svg {
    height: auto;
    width: 80px;
}header .ARM_top_sitewrap .sAq_main_know {
    gap: 1rem;
    padding: 0;
    position: relative;
    margin: 0;
    list-style: none;
    display: flex;
}header .ARM_top_sitewrap .sAq_main_know::before {
    z-index: -1;
    top: -10px;
    height: calc(100% + 20px);
    border-radius: 10px;
    transition: opacity 0.3s ease, transform 0.3s ease;
    background: linear-gradient(45deg, transparent 0%, rgb(164,178,211,0.5) 100%);
    left: -20px;
    content: "";
    opacity: 0;
    width: calc(100% + 40px);
    position: absolute;
}header .ARM_top_sitewrap .JMS_top_mainwrap {
    transition: transform 0.3s ease;
    position: relative;
}header .ARM_top_sitewrap .JMS_top_mainwrap a {
    font-size: 20px;
    text-decoration: none;
    font-family: Arial, sans-serif;
    display: block;
    padding: 0.5rem 1rem;
    font-weight: 600;
    color: #ffffff;
    transition: color 0.3s ease;
    position: relative;
}header .ARM_top_sitewrap .JMS_top_mainwrap a::before {
    bottom: 0;
    transform-origin: right;
    height: 2px;
    transform: scaleX(0) rotate(-2deg);
    width: 100%;
    background: rgb(117,136,184);
    position: absolute;
    transition: transform 0.3s ease;
    content: "";
    left: 0;
}header .ARM_top_sitewrap .JMS_top_mainwrap a:hover {
    color: rgb(117,136,184);
}header .ARM_top_sitewrap .JMS_top_mainwrap a:hover::before {
    transform: scaleX(1) rotate(-2deg);
    transform-origin: left;
}

@media (max-width: 992px) {header .ARM_top_sitewrap {
    width: 100vw;
    box-sizing: border-box;
    flex-direction: column;
    transform: skewX(0);
    padding: 1rem;
    margin-left: calc(-50vw + 50%);
}header .ARM_top_sitewrap .zOX_header_mentor {
    transform: skewX(0);
    margin-bottom: 1rem;
}header .ARM_top_sitewrap .sAq_main_know {
    justify-content: center;
    transform: skewX(0);
    flex-wrap: wrap;
    width: 100%;
}header .ARM_top_sitewrap .sAq_main_know::before {
    transform: skewX(0);
}header .ARM_top_sitewrap .sAq_main_know:hover::before {
    transform: skewX(0);
}header .ARM_top_sitewrap .JMS_top_mainwrap {
    margin: 0.25rem;
}header .ARM_top_sitewrap .JMS_top_mainwrap:nth-child(odd),
  header .ARM_top_sitewrap .JMS_top_mainwrap:nth-child(even) {
    transform: translateY(0);
}
}

@media (max-width: 576px) {header .ARM_top_sitewrap {
    padding: 0.75rem;
}header .ARM_top_sitewrap .sAq_main_know {
    flex-direction: column;
    align-items: center;
}header .ARM_top_sitewrap .JMS_top_mainwrap {
    text-align: center;
    width: 100%;
}header .ARM_top_sitewrap .zOX_header_mentor svg {
    width: 100px;
}}.dWc_consentSettingsDialog {
    width: 100%;
    position: fixed;
    animation: slideIn 0.5s ease-in-out;
    border-top: 2px solid rgb(164,178,211);
    box-shadow: 0 -10px 30px rgb(164,178,211,0.5);
    z-index: 90;
    bottom: 0;
    background: rgb(117,136,184);
}@keyframes slideIn {
    from {
        bottom: -100px;
        opacity: 0;
    }
    to {
        bottom: 0;
        opacity: 1;
    }
}
.Yxm_consent_learn {
    box-shadow: 0 0 20px rgb(164,178,211,0.5);
    background: linear-gradient(135deg, rgb(117,136,184) 0%, rgba(0, 0, 0, 0.5) 100%);
    flex-wrap: wrap;
    padding: 20px 5%;
    justify-content: space-between;
    align-items: center;
    display: flex;
}.cmM_data_approve {
    overflow: hidden;
    background: rgba(0, 0, 0, 0.5);
    margin-right: 20px;
    padding: 10px;
    border-radius: 27px;
    flex-shrink: 0;
    box-shadow: 0 0 15px rgb(164,178,211);
}.cmM_data_approve svg, .cmM_data_approve svg path {
    width: 60px;
    fill: rgb(164,178,211);
    height: 60px;
    transition: transform 0.3s ease;
}.cmM_data_approve:hover svg {
    transform: rotate(20deg);
}.dJy_cookie_check {
    color: #ffffff;
    min-width: 300px;
    flex: 1;
}.dJy_cookie_check h5 {
    text-shadow: 0 0 10px rgb(164,178,211);
    color: rgb(164,178,211);
    font-size: 19px;
    margin-bottom: 10px;
    font-weight: 700;
}.dJy_cookie_check p {
    text-shadow: 0 0 5px rgb(164,178,211,0.5);
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 0;
}.spo_data_control {
    transition: background 0.3s ease, box-shadow 0.3s ease;
    font-size: 18px;
    color: #000000;
    padding: 12px 25px;
    margin-left: 10px;
    cursor: pointer;
    border-radius: 10px;
    background: rgb(164,178,211);
    white-space: nowrap;
    box-shadow: 0 0 10px rgb(164,178,211,0.5);
    text-decoration: none;
}.spo_data_control:hover {
    background: rgb(117,136,184);
    box-shadow: 0 0 20px rgb(117,136,184,0.5);
}.dWc_consentSettingsDialog p a {
    color: rgb(164,178,211);
    text-decoration: underline;
    transition: color 0.3s ease;
}.dWc_consentSettingsDialog p a:hover {
    color: rgb(117,136,184);
}#Cce_cookieNoticeAlert {
    display: none;
}#Cce_cookieNoticeAlert:checked ~ .dWc_consentSettingsDialog {
    opacity: 0;
    visibility: hidden;
}
@media only screen and (max-width: 1200px) {.dWc_consentSettingsDialog {
    padding: 20px;
}.Yxm_consent_learn {
    padding: 20px 2%;
}
}
@media only screen and (max-width: 800px) {.cmM_data_approve {
    display: none;
}.Yxm_consent_learn {
    align-items: center;
    flex-direction: column;
    justify-content: center;
}.dJy_cookie_check {
    margin-bottom: 20px;
    text-align: center;
}.dWc_consentSettingsDialog h5, .dWc_consentSettingsDialog p {
    text-align: center;
}.spo_data_control {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
    text-align: center;
}}
.yOo_contact_form_section {
    padding: 90px 0;
    overflow: hidden;
    background: linear-gradient(120deg, rgb(209,214,233) 0%, #1a1e2e 100%);
    position: relative;
}.yOo_contact_form_section::before {
    background: 
        radial-gradient(circle at 20% 50%, rgba(0, 0, 0, 0.4) 0%, transparent 40%),
        linear-gradient(0deg, transparent 80%, rgba(rgb(164,178,211), 0.05) 100%);
    content: "";
    height: 100%;
    top: 0;
    z-index: 0;
    left: 0;
    position: absolute;
    width: 100%;
}.yOo_contact_form_section::after {
    background: 
        repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.03) 0px, rgba(255, 255, 255, 0.03) 1px, transparent 1px, transparent 20px);
    content: "";
    height: 100px;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    z-index: 1;
}.yOo_contact_form_section .container {
    padding: 0 20px;
    z-index: 2;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}.yOo_contact_form_section h2 {
    position: relative;
    letter-spacing: 2px;
    margin-bottom: 70px;
    font-size: 28px;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
}.yOo_contact_form_section h2::before {
    content: "";
    width: 30px;
    left: calc(50% - 50px);
    height: 2px;
    background: rgb(164,178,211);
    bottom: -20px;
    position: absolute;
}.yOo_contact_form_section h2::after {
    height: 2px;
    background: rgb(164,178,211);
    content: "";
    position: absolute;
    bottom: -20px;
    width: 70px;
    left: calc(50% - 10px);
}.yOo_contact_form_section .oIz_help_reach {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(10px);
    grid-template-columns: 6fr 4fr;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 13px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    overflow: hidden;
    display: grid;
}.yOo_contact_form_section .cEJ_img_circular {
    min-height: 100%;
    position: relative;
}.yOo_contact_form_section .cEJ_img_circular::before {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));
    z-index: 1;
    height: 100%;
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}.yOo_contact_form_section .cEJ_img_circular::after {
    animation: scanLines 5s linear infinite;
    height: 100%;
    background: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(rgb(164,178,211), 0.1) 10px, rgba(rgb(164,178,211), 0.1) 11px);
    content: "";
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
}@keyframes scanLines {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

.yOo_contact_form_section .ykn_contact_request {
    padding: 50px;
    position: relative;
}.yOo_contact_form_section .ykn_contact_request::before {
    position: absolute;
    background: radial-gradient(circle at 50% 30%, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
    width: 100%;
    top: 0;
    left: 0;
    content: "";
    height: 100%;
    z-index: -1;
}.yOo_contact_form_section #contact {
    gap: 25px;
    flex-direction: column;
    display: flex;
}.yOo_contact_form_section h3 {
    letter-spacing: 1px;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 23px;
    margin-bottom: 30px;
    position: relative;
    font-weight: 700;
    display: inline-block;
}.yOo_contact_form_section h3::after {
    height: 2px;
    width: 50px;
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    background: rgb(164,178,211);
}.yOo_contact_form_section input[type="text"] {
    transition: all 0.3s ease;
    background: rgba(0, 0, 0, 0.2);
    font-size: 16px;
    position: relative;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 16px 20px;
    width: 100%;
}.yOo_contact_form_section input[type="text"]:focus {
    border-color: rgb(164,178,211);
    box-shadow: 0 0 15px rgba(rgb(164,178,211), 0.2);
    outline: none;
    background: rgba(0, 0, 0, 0.3);
}.yOo_contact_form_section input[type="text"]::placeholder {
    color: rgba(255, 255, 255, 0.4);
}.yOo_contact_form_section .yQV_feedback_inquiry {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-top: 5px;
}.yOo_contact_form_section .yQV_feedback_inquiry input[type="checkbox"] {
    background: rgba(0, 0, 0, 0.2);
    position: relative;
    border-radius: 3px;
    width: 24px;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.1);
    appearance: none;
    height: 24px;
    margin-top: 2px;
}.yOo_contact_form_section .yQV_feedback_inquiry input[type="checkbox"]:checked {
    background: rgb(164,178,211);
    border-color: rgb(164,178,211);
}.yOo_contact_form_section .yQV_feedback_inquiry input[type="checkbox"]:checked::after {
    transform: rotate(45deg);
    height: 10px;
    position: absolute;
    border-width: 0 2px 2px 0;
    left: 9px;
    width: 6px;
    content: "";
    border: solid #ffffff;
    top: 6px;
}.yOo_contact_form_section .yQV_feedback_inquiry label {
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.7);
    font-size: calc(16px - 2px);
}.yOo_contact_form_section .yQV_feedback_inquiry a {
    position: relative;
    transition: all 0.3s ease;
    text-decoration: none;
    color: rgb(164,178,211);
}.yOo_contact_form_section .yQV_feedback_inquiry a:hover {
    color: #ffffff;
}.yOo_contact_form_section .yQV_feedback_inquiry a::after {
    position: absolute;
    height: 1px;
    content: "";
    background: rgb(164,178,211);
    transition: all 0.3s ease;
    bottom: -2px;
    width: 100%;
    left: 0;
}.yOo_contact_form_section .yQV_feedback_inquiry a:hover::after {
    background: #ffffff;
}.yOo_contact_form_section .rzj_feedback_query {
    align-self: flex-start;
    text-transform: uppercase;
    position: relative;
    transition: all 0.3s ease;
    border-radius: 10px;
    font-size: 19px;
    border: none;
    margin-top: 10px;
    overflow: hidden;
    padding: 16px 35px;
    cursor: pointer;
    color: #ffffff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    background: rgb(164,178,211);
    letter-spacing: 1px;
    font-weight: 600;
}.yOo_contact_form_section .rzj_feedback_query::before {
    top: 0;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    left: -100%;
    transition: all 0.5s ease;
    content: "";
    position: absolute;
    height: 100%;
}.yOo_contact_form_section .rzj_feedback_query:hover {
    transform: translateY(-3px);
    background: rgb(117,136,184);
}.yOo_contact_form_section .rzj_feedback_query:hover::before {
    left: 100%;
}.yOo_contact_form_section svg {
    transition: all 0.3s ease;
    fill: rgb(164,178,211);
    height: 22px;
    width: 22px;
    filter: drop-shadow(0 0 5px rgba(rgb(164,178,211), 0.5));
}.yOo_contact_form_section svg path {
    fill: rgb(164,178,211);
    transition: all 0.3s ease;
}.yOo_contact_form_section svg:hover {
    transform: scale(1.1);
    fill: #ffffff;
}.yOo_contact_form_section svg:hover path {
    fill: #ffffff;
}

@media (max-width: 992px) {.yOo_contact_form_section {
    padding: 70px 0;
}.yOo_contact_form_section .oIz_help_reach {
    grid-template-columns: 1fr;
}.yOo_contact_form_section .cEJ_img_circular {
    min-height: 300px;
}.yOo_contact_form_section .ykn_contact_request {
    padding: 40px 30px 50px;
}
}

@media (max-width: 768px) {.yOo_contact_form_section {
    padding: 50px 0;
}.yOo_contact_form_section h2 {
    margin-bottom: 50px;
    font-size: calc(28px - 4px);
}.yOo_contact_form_section .cEJ_img_circular {
    min-height: 250px;
}
}

@media (max-width: 576px) {.yOo_contact_form_section {
    padding: 40px 0;
}.yOo_contact_form_section .container {
    padding: 0 15px;
}.yOo_contact_form_section h2 {
    margin-bottom: 40px;
    font-size: calc(28px - 6px);
}.yOo_contact_form_section h2::before {
    left: calc(50% - 35px);
    width: 20px;
}.yOo_contact_form_section h2::after {
    width: 50px;
}.yOo_contact_form_section .ykn_contact_request {
    padding: 30px 20px 40px;
}.yOo_contact_form_section #contact {
    gap: 20px;
}.yOo_contact_form_section .rzj_feedback_query {
    width: 100%;
}.yOo_contact_form_section .cEJ_img_circular {
    min-height: 200px;
}}.ziH_location_details {
    overflow: hidden;
    padding: 5rem 0;
    perspective: 1000px;
    background: linear-gradient(135deg, rgb(209,214,233) 0%, #ffffff 100%);
    position: relative;
}.ziH_location_details::before {
    z-index: 0;
    top: -10%;
    height: 70%;
    background: linear-gradient(
        225deg, 
        rgb(117,136,184,0.5) 10%,
        transparent 70%
    );
    width: 50%;
    content: "";
    filter: blur(15px);
    transform: rotate(-15deg) translateZ(-10px);
    right: -10%;
    position: absolute;
}.ziH_location_details::after {
    filter: blur(20px);
    transform: rotate(10deg) translateZ(-5px);
    width: 40%;
    z-index: 0;
    position: absolute;
    background: linear-gradient(
        45deg, 
        rgb(164,178,211,0.5) 0%,
        transparent 80%
    );
    left: -5%;
    bottom: -5%;
    height: 60%;
    content: "";
}.ziH_location_details .container {
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
    z-index: 2;
    margin: 0 auto;
}.ziH_location_details .zBi_msg_support {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08), 
                0 5px 10px rgba(0, 0, 0, 0.05);
    display: flex;
    transform: translateZ(20px) rotateX(2deg);
    background: #ffffff;
    transform-style: preserve-3d;
    position: relative;
    flex-direction: column;
    padding: 3rem;
}.ziH_location_details .zBi_msg_support:hover {
    transform: translateZ(30px) rotateX(0deg);
}.ziH_location_details h3 {
    transform: translateX(-10px);
    font-size: 29px;
    margin-bottom: 1.5rem;
    display: inline-block;
    color: rgb(164,178,211);
    font-weight: 700;
    position: relative;
}.ziH_location_details h3::after {
    width: 60px;
    transition: transform 0.3s ease;
    transform-origin: left;
    position: absolute;
    transform: scaleX(0.6);
    bottom: -8px;
    background: rgb(117,136,184);
    left: 0;
    content: "";
    height: 3px;
}.ziH_location_details .zBi_msg_support:hover h3::after {
    transform: scaleX(1);
}.ziH_location_details p {
    margin-bottom: 1.5rem;
    position: relative;
    color: #000000;
    max-width: 90%;
    font-size: 17px;
    line-height: 1.6;
}.ziH_location_details h5 {
    margin-bottom: 0.5rem;
    transition: transform 0.3s ease;
    color: #000000;
    transform: translateX(-5px);
    display: flex;
    margin-top: 1.5rem;
    align-items: center;
    font-weight: 600;
    font-size: 23px;
}.ziH_location_details h5:hover {
    color: rgb(164,178,211);
    transform: translateX(0);
}.ziH_location_details h5 svg {
    transform: translateY(2px);
    margin-left: 10px;
    transition: transform 0.3s ease;
}.ziH_location_details h5:hover svg {
    transform: translateY(0) scale(1.1);
}.ziH_location_details svg {
    height: 24px;
    margin-left: 5px;
    transition: all 0.3s ease;
    width: 24px;
}.ziH_location_details svg path {
    transition: fill 0.3s ease;
    fill: rgb(117,136,184);
}.ziH_location_details .DCh_connect_experts {
    display: flex;
    list-style: none;
    flex-direction: column;
    padding: 0;
    transform: translateZ(10px);
    margin: 1.5rem 0 0;
    position: relative;
    gap: 1rem;
}.ziH_location_details .DCh_connect_experts li {
    position: relative;
    transition: transform 0.3s ease;
    padding-left: 10px;
}.ziH_location_details .DCh_connect_experts li:hover {
    transform: translateX(5px);
}.ziH_location_details .DCh_connect_experts li::before {
    left: 0;
    height: 5px;
    border-radius: 50%;
    opacity: 0;
    position: absolute;
    width: 5px;
    content: "";
    background: rgb(164,178,211);
    transition: opacity 0.3s ease;
    transform: translateY(-50%);
    top: 50%;
}.ziH_location_details .DCh_connect_experts li:hover::before {
    opacity: 1;
}.ziH_location_details .AYN_get_in_touch {
    color: #000000;
    display: flex;
    font-size: 17px;
    text-decoration: none;
    transition: all 0.3s ease;
    align-items: center;
}.ziH_location_details .AYN_get_in_touch:hover {
    color: rgb(164,178,211);
}.ziH_location_details .AYN_get_in_touch:hover svg path {
    fill: rgb(164,178,211);
}.ziH_location_details .AYN_get_in_touch svg {
    transform: scale(0.9);
}.ziH_location_details .AYN_get_in_touch:hover svg {
    transform: scale(1);
}

@media (min-width: 768px) {.ziH_location_details .zBi_msg_support {
    max-width: 90%;
    padding: 4rem;
    margin: 0 auto;
}.ziH_location_details .DCh_connect_experts {
    gap: 2rem;
    flex-wrap: wrap;
    flex-direction: row;
}
}

@media (min-width: 992px) {.ziH_location_details {
    padding: 7rem 0;
}.ziH_location_details .zBi_msg_support {
    max-width: 80%;
    display: grid;
    grid-gap: 3rem;
    align-items: start;
    grid-template-columns: 1fr 1fr;
}.ziH_location_details h3 {
    font-size: calc(29px * 1.1);
    grid-column: 1 / 3;
}.ziH_location_details .zBi_msg_support > div:nth-child(2) {
    grid-column: 1 / 3;
}.ziH_location_details .DCh_connect_experts {
    grid-column: 1 / 3;
    justify-content: flex-start;
    margin-top: 2rem;
}
}

@media (max-width: 767px) {.ziH_location_details {
    padding: 3rem 0;
}.ziH_location_details .zBi_msg_support {
    padding: 2rem;
    transform: translateZ(10px) rotateX(1deg);
}.ziH_location_details h3 {
    font-size: calc(29px * 0.9);
}.ziH_location_details p {
    max-width: 100%;
}.ziH_location_details .DCh_connect_experts li {
    margin-bottom: 0.5rem;
}
}