﻿* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}a {
    color: inherit;
    text-decoration: none;
}.container {
    max-width: 100%;
    width: 1243px;
    margin: auto;
}header,footer {
    width: 100%;
}.eng_center {
    flex: 0 0 auto;
}.wrapper-segment {
    min-height: 100%;
    flex-direction: column;
    display: flex;
    height: 100%;
}svg {
    width: 30px;
    height: 30px;
}html,body {
    min-height: 100%;
    scroll-behavior: auto;
    scroll-snap-type: none;
    color: #000000;
    auto
contain
touch-action: none;
    height: 100%;
    font-family: Arial, sans-serif;
}::-webkit-scrollbar {
    width: 9px;
    padding: 2px;
}::-webkit-scrollbar-track {
    margin: 1px 0;
    background: linear-gradient(248deg, #ffffff 55%, rgb(255, 255, 255, 0.5) 89%, rgb(116,115,122,0.5) 13%, rgb(148,147,154) 88%, rgb(148,147,154,0.5) 55%);
}::-webkit-scrollbar-track:active {
    background: rgb(148,147,154,0.5);
}::-webkit-scrollbar-thumb {
    box-shadow: -1px 5px 13px 0px rgba(0, 0, 0, 0.2);
    border-radius: 8.4rem;
    background: rgb(182,182,187);
    min-height: 88px;
}::-webkit-scrollbar-thumb:hover {
    background: rgb(255, 255, 255, 0.5);
    box-shadow: -1px 2px 2px 7px rgba(0, 0, 0, 0.1);
}::-webkit-scrollbar-thumb:active {
    box-shadow: inset -5px 2px 2px 8px rgba(0, 0, 0, 0.3);
    background: rgb(116,115,122,0.5);
}* {
    scrollbar-color: #ffffff rgb(255, 255, 255, 0.5);
    scrollbar-width: auto;
}.main_start {
    flex: 1 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
footer {
    position: relative;
    width: 100%;
}.eng_center {
    font-family: Arial, sans-serif;
    padding: 0 0 30px;
    overflow: hidden;
    position: relative;
}footer .about_learn {
    z-index: 1;
    position: relative;
}footer .get_connected {
    flex-wrap: wrap;
    position: relative;
    gap: 20px;
    padding: 40px 20px;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    justify-content: center;
    display: flex;
    background-color: rgb(116,115,122);
    margin-bottom: 70px;
    color: #ffffff;
}footer .get_connected::after {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    pointer-events: none;
    content: "";
    left: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
}footer .info_item {
    flex: 1 1 200px;
    padding: 10px 20px;
    background-color: rgba(0, 0, 0, 0.2);
    max-width: 300px;
    border-radius: 10px;
    align-items: center;
    display: flex;
    transition: all 0.3s ease;
}footer .info_item:hover {
    transform: translateY(-5px);
    background-color: rgba(0, 0, 0, 0.3);
}footer .info_item svg {
    width: 22px;
    flex-shrink: 0;
    margin-right: 15px;
    height: 22px;
    fill: #ffffff;
}footer .info_item p,
footer .info_item a {
    text-decoration: none;
    font-size: 14px;
    color: #ffffff;
}footer .info_item a:hover {
    text-decoration: underline;
}footer .text_main_holder {
    grid-template-columns: 1fr;
    margin-top: -30px;
    position: relative;
    display: grid;
    gap: 40px;
}footer .text_main_holder::before {
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 100%);
    background-color: #ffffff;
    z-index: -1;
    position: absolute;
}footer .top_skill {
    text-align: center;
    padding-top: 60px;
}footer .top_skill svg {
    width: auto;
    height: 45px;
    margin-bottom: 15px;
}footer .debate_club {
    margin: 0 auto;
    font-size: 13px;
    text-align: center;
    line-height: 1.6;
    color: #000000;
    max-width: 350px;
}footer .nav_wrap {
    background-color: rgb(182,182,187);
    position: relative;
    margin: 0 20px;
    padding: 30px;
    clip-path: polygon(5% 0, 100% 0, 95% 100%, 0% 100%);
}footer .nav_wrap h5 {
    display: inline-block;
    margin-bottom: 25px;
    font-size: 21px;
    color: #000000;
    font-weight: 600;
    position: relative;
}footer .nav_wrap h5::after {
    width: 100%;
    content: "";
    bottom: -8px;
    height: 2px;
    background: linear-gradient(90deg, rgb(148,147,154), transparent);
    left: 0;
    position: absolute;
}footer .page_nav {
    flex-direction: column;
    display: flex;
    gap: 10px 30px;
    flex-wrap: wrap;
    margin-bottom: 25px;
}footer .page_nav a {
    font-size: 14px;
    transition: all 0.3s ease;
    flex: 1 0 calc(50% - 30px);
    color: #000000;
    position: relative;
    padding: 8px 0;
    text-decoration: none;
}footer .page_nav a::after {
    width: 0;
    background-color: rgb(148,147,154);
    content: "";
    position: absolute;
    left: 0;
    transition: width 0.3s ease;
    height: 1px;
    bottom: 0;
}footer .page_nav a:hover {
    padding-left: 5px;
    color: rgb(148,147,154);
}footer .page_nav a:hover::after {
    width: 100%;
}footer .subscribe_holder {
    background-color: rgb(148,147,154);
    padding: 30px;
    position: relative;
    color: #ffffff;
    margin: 0 20px;
    clip-path: polygon(0 0, 95% 0, 100% 100%, 5% 100%);
}footer .subscribe_holder::before {
    height: 100%;
    top: 0;
    content: "";
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.1) 0%, transparent 50%);
    pointer-events: none;
    width: 100%;
    position: absolute;
    left: 0;
}footer .subscribe_holder h5 {
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 21px;
}footer .subscribe_holder p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
    margin-bottom: 25px;
}footer .input_holder {
    position: relative;
    flex-direction: column;
    gap: 15px;
    display: flex;
}footer .input_holder input[type="email"] {
    font-size: 14px;
    transition: all 0.3s ease;
    border-radius: 10px;
    padding: 15px;
    border: none;
}footer .input_holder input[type="email"]:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3);
}footer .sub_promo {
    border: none;
    font-weight: 600;
    background-color: #000000;
    color: #ffffff;
    padding: 15px;
    border-radius: 10px;
    font-size: 19px;
    transition: all 0.3s ease;
    cursor: pointer;
}footer .sub_promo:hover {
    background-color: rgb(116,115,122);
}footer .access_help {
    padding-top: 20px;
    border-top: 1px dashed rgba(0, 0, 0, 0.1);
    margin-top: 60px;
}footer .cloud_lab {
    text-align: center;
    font-size: 13px;
    color: #000000;
}

@media (min-width: 768px) {footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .sub_promo {
    white-space: nowrap;
}footer .top_skill {
    padding-top: 80px;
}
}

@media (max-width: 767px) {footer .get_connected {
    padding: 30px 15px 50px;
}footer .nav_wrap, footer .subscribe_holder {
    padding: 25px 20px;
    margin: 0 10px;
}footer .access_help {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .get_connected {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}footer .nav_wrap h5, footer .subscribe_holder h5 {
    font-size: calc(21px - 2px);
}footer .page_nav a {
    flex: 1 0 100%;
}footer .input_holder input[type="email"],
    footer .sub_promo {
    padding: 12px;
}}.price_pack {
    position: relative;
    background: rgb(182,182,187);
    overflow: hidden;
    padding: 100px 0;
}.price_pack::before {
    right: -50px;
    filter: blur(80px);
    content: "";
    width: 300px;
    z-index: 0;
    top: -50px;
    position: absolute;
    animation: float-effect 12s infinite alternate ease-in-out;
    background: rgb(148,147,154,0.5);
    height: 300px;
}.price_pack::after {
    width: 250px;
    content: "";
    animation: float-effect 15s infinite alternate-reverse ease-in-out;
    background: rgb(116,115,122,0.5);
    z-index: 0;
    height: 250px;
    position: absolute;
    bottom: -50px;
    filter: blur(60px);
    left: -50px;
}.price_pack .container {
    margin: 0 auto;
    padding: 0 15px;
    z-index: 1;
    position: relative;
    max-width: 1200px;
}.price_pack .pricing_options {
    flex-direction: column;
    display: flex;
    gap: 60px;
}.price_pack .plan_options {
    margin: 0 auto;
    text-align: center;
    position: relative;
    padding: 0 20px;
    order: -1;
    max-width: 700px;
}.price_pack .plan_options h2 {
    display: inline-block;
    position: relative;
    font-size: 38px;
    color: #000000;
    font-weight: 700;
    margin-bottom: 20px;
}.price_pack .plan_options h2::after {
    height: 3px;
    content: "";
    position: absolute;
    bottom: -10px;
    transform: translateX(-50%);
    background: rgb(148,147,154);
    left: 50%;
    width: 80px;
}.price_pack .learning_fees {
    line-height: 1.6;
    font-size: 16px;
    color: #000000;
    opacity: 0.85;
    margin-bottom: 0;
}.price_pack .program_rate {
    gap: 30px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    perspective: 1000px;
}.price_pack .annual_plan {
    perspective: 1000px;
    position: relative;
    height: 100%;
    text-decoration: none;
    transform-style: preserve-3d;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    color: inherit;
}.price_pack .annual_plan:hover {
    transform: translateY(-10px) scale(1.02);
}.price_pack .value_plan {
    flex-direction: column;
    transform-style: preserve-3d;
    display: flex;
    border-radius: 10px;
    background: #ffffff;
    position: relative;
    height: 100%;
    transition: box-shadow 0.4s ease;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}.price_pack .annual_plan:hover .value_plan {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12), 0 0 20px rgb(148,147,154,0.5);
}.price_pack .rate_choice {
    flex-grow: 1;
    overflow: hidden;
    z-index: 2;
    flex-direction: column;
    padding: 30px;
    display: flex;
    position: relative;
}.price_pack .rate_choice::before {
    left: 0;
    right: 0;
    height: 5px;
    position: absolute;
    transform-origin: left;
    background: linear-gradient(90deg, rgb(148,147,154), rgb(116,115,122));
    transform: scaleX(0);
    content: "";
    top: 0;
    transition: transform 0.5s ease;
}.price_pack .annual_plan:hover .rate_choice::before {
    transform: scaleX(1);
}.price_pack .rate_choice h3 {
    white-space: normal;
    transition: transform 0.4s ease, color 0.3s ease;
    margin-bottom: 10px;
    font-weight: 700;
    color: #000000;
    word-break: break-word;
    font-size: calc(21px + 2px);
    overflow-wrap: break-word;
}.price_pack .annual_plan:hover .rate_choice h3 {
    transform: translateX(5px);
    color: rgb(148,147,154);
}.price_pack .pricing_card {
    white-space: normal;
    word-break: break-word;
    font-size: 21px;
    margin: 10px 0 20px;
    color: rgb(116,115,122);
    display: block;
    font-weight: 700;
    overflow-wrap: break-word;
    transition: transform 0.4s ease;
    position: relative;
}.price_pack .pricing_card::before {
    width: 40px;
    background: rgb(116,115,122,0.5);
    height: 2px;
    content: "";
    position: absolute;
    left: 0;
    transition: width 0.4s ease;
    bottom: -8px;
}.price_pack .annual_plan:hover .pricing_card::before {
    width: 80px;
}.price_pack .rate_choice p {
    line-height: 1.6;
    word-break: break-word;
    color: #000000;
    flex-grow: 1;
    font-size: calc(16px - 1px);
    white-space: normal;
    margin-bottom: 0;
    transition: color 0.3s ease;
    overflow-wrap: break-word;
}.price_pack .img_caption {
    transition: transform 0.6s ease, filter 0.6s ease;
    position: relative;
    overflow: hidden;
    transform: translateZ(-10px);
    height: 200px;
}.price_pack .img_caption::after {
    opacity: 0.6;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    transition: opacity 0.5s ease;
    inset: 0;
    position: absolute;
    content: "";
}.price_pack .annual_plan:hover .img_caption {
    transform: translateZ(0);
    filter: brightness(1.1) contrast(1.05);
}.price_pack .annual_plan:hover .img_caption::after {
    opacity: 0.4;
}.price_pack .annual_plan::after {
    z-index: -1;
    opacity: 0;
    content: "";
    position: absolute;
    left: 30px;
    border-radius: 50%;
    top: 100%;
    height: 15px;
    background: rgb(148,147,154,0.5);
    right: 30px;
    filter: blur(10px);
    transition: opacity 0.4s ease;
}.price_pack .annual_plan:hover::after {
    opacity: 0.5;
}

@keyframes float-effect {
    0% {
        transform: translate(0, 0) scale(1);
    }
    50% {
        transform: translate(20px, 20px) scale(1.1);
    }
    100% {
        transform: translate(-20px, -20px) scale(0.9);
    }
}

@media (min-width: 992px) {.price_pack .pricing_options {
    align-items: center;
    flex-direction: row;
}.price_pack .plan_options {
    text-align: left;
    padding-right: 40px;
    flex: 0 0 30%;
    order: 0;
}.price_pack .plan_options h2::after {
    transform: none;
    left: 0;
}.price_pack .program_rate {
    grid-template-columns: repeat(2, 1fr);
    flex: 0 0 70%;
}
}

@media (min-width: 1200px) {.price_pack .program_rate {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}.price_pack .rate_choice {
    padding: 35px;
}.price_pack .img_caption {
    height: 220px;
}
}

@media (max-width: 991px) {.price_pack {
    padding: 80px 0;
}.price_pack .plan_options {
    margin-bottom: 20px;
}
}

@media (max-width: 767px) {.price_pack {
    padding: 60px 0;
}.price_pack .program_rate {
    grid-template-columns: 1fr;
    gap: 25px;
}.price_pack .plan_options h2 {
    font-size: calc(38px - 4px);
}.price_pack .img_caption {
    height: 180px;
}.price_pack .rate_choice {
    padding: 25px;
}
}

@media (max-width: 480px) {.price_pack {
    padding: 50px 0;
}.price_pack .rate_choice h3 {
    font-size: 21px;
}.price_pack .pricing_card {
    font-size: calc(21px - 2px);
}.price_pack .img_caption {
    height: 160px;
}.price_pack .rate_choice {
    padding: 20px;
}}.about_this {
    background: rgb(182,182,187);
    position: relative;
    padding: 100px 0;
    overflow: hidden;
}.about_this::before {
    z-index: 1;
    content: "";
    left: 0;
    opacity: 0.15;
    width: 100%;
    position: absolute;
    top: 0;
    background: linear-gradient(135deg, rgb(148,147,154,0.5) 0%, transparent 50%, rgb(116,115,122,0.5) 100%);
    height: 100%;
}.about_this .container {
    position: relative;
    z-index: 2;
}.about_this .master_track {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}.about_this h3 {
    font-size: 29px;
    color: #000000;
    width: 100%;
    letter-spacing: 2px;
    margin-bottom: 60px;
    text-align: center;
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
}.about_this h3::after {
    transform: translateX(-50%);
    position: absolute;
    width: 50px;
    left: 50%;
    content: "";
    height: 3px;
    bottom: -15px;
    background: rgb(148,147,154);
}.about_this .promise_block,
.about_this .edu_beliefs {
    width: calc(50% - 30px);
    margin-bottom: 30px;
    position: relative;
}.about_this .promise_block {
    padding-right: 30px;
    margin-right: 60px;
}.about_this .promise_block span {
    font-size: 22px;
    font-weight: 600;
    position: relative;
    color: rgb(148,147,154);
    border-bottom: 2px solid rgb(148,147,154,0.5);
    margin-bottom: 20px;
    padding-bottom: 10px;
    display: inline-block;
}.about_this .promise_block p,
.about_this .edu_beliefs p {
    line-height: 1.8;
    color: #000000;
    font-size: 13px;
    margin-bottom: 30px;
}.about_this .img_caption,
.about_this .team_culture {
    transition: all 0.4s ease;
    overflow: hidden;
    border-radius: 28px 28px 0 28px;
    position: relative;
    height: 320px;
}.about_this .img_caption:hover,
.about_this .team_culture:hover {
    transform: scale(1.02);
}.about_this .img_caption::after,
.about_this .team_culture::after {
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0.5));
    content: "";
    position: absolute;
    top: 0;
    z-index: 1;
}.about_this .img_caption::before,
.about_this .team_culture::before {
    position: absolute;
    opacity: 0;
    border: 8px solid transparent;
    border-bottom-color: rgb(148,147,154,0.5);
    border-left-color: rgb(148,147,154,0.5);
    border-radius: 28px 28px 0 28px;
    top: 0;
    transition: opacity 0.4s ease;
    box-sizing: border-box;
    height: 100%;
    left: 0;
    z-index: 2;
    width: 100%;
    content: "";
}.about_this .team_culture::before {
    border-left-color: rgb(116,115,122,0.5);
    border-bottom-color: rgb(116,115,122,0.5);
}.about_this .img_caption:hover::before,
.about_this .team_culture:hover::before {
    opacity: 1;
}.about_this .master_track::before {
    transform: translate(-50%, -50%);
    content: "";
    width: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 70%;
    background: linear-gradient(to bottom, rgb(148,147,154,0.5), rgb(116,115,122,0.5));
}.about_this .master_track::after {
    background: #ffffff;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    width: 20px;
    left: 50%;
    border: 2px solid rgb(148,147,154);
    position: absolute;
    top: 50%;
    content: "";
    height: 20px;
}

@media (max-width: 1200px) {.about_this {
    padding: 80px 0;
}.about_this h3 {
    margin-bottom: 50px;
}.about_this .promise_block,
    .about_this .edu_beliefs {
    width: calc(50% - 20px);
}.about_this .promise_block {
    margin-right: 40px;
}.about_this .img_caption,
    .about_this .team_culture {
    height: 280px;
}
}

@media (max-width: 992px) {.about_this h3 {
    margin-bottom: 40px;
}.about_this .promise_block,
    .about_this .edu_beliefs {
    width: 100%;
    padding-right: 0;
    margin-right: 0;
}.about_this .edu_beliefs {
    margin-top: 50px;
}.about_this .master_track::before,
    .about_this .master_track::after {
    display: none;
}
}

@media (max-width: 768px) {.about_this {
    padding: 60px 0;
}.about_this h3 {
    letter-spacing: 1px;
    font-size: calc(29px * 0.9);
}.about_this .promise_block span {
    font-size: calc(22px * 0.95);
}.about_this .img_caption,
    .about_this .team_culture {
    height: 260px;
}
}

@media (max-width: 576px) {.about_this {
    padding: 50px 0;
}.about_this h3 {
    font-size: calc(29px * 0.85);
    margin-bottom: 35px;
}.about_this .promise_block span {
    font-size: calc(22px * 0.9);
    margin-bottom: 15px;
}.about_this .promise_block p,
    .about_this .edu_beliefs p {
    font-size: calc(13px * 0.95);
    margin-bottom: 25px;
    line-height: 1.7;
}.about_this .img_caption,
    .about_this .team_culture {
    height: 220px;
}.about_this .img_caption::before,
    .about_this .team_culture::before {
    border-width: 6px;
}}

.about_this .edu_beliefs p {
    position: relative;
    padding-left: 25px;
}.about_this .edu_beliefs p::before {
    width: 4px;
    border-radius: 10px;
    position: absolute;
    top: 5px;
    left: 0;
    content: "";
    bottom: 5px;
    background: rgb(116,115,122,0.5);
}.about_this .promise_block::after {
    content: "";
    left: -10px;
    border-left: 3px solid rgb(148,147,154);
    position: absolute;
    opacity: 0.7;
    top: -10px;
    width: 50px;
    border-top: 3px solid rgb(148,147,154);
    height: 50px;
}.about_this .edu_beliefs::after {
    border-right: 3px solid rgb(116,115,122);
    position: absolute;
    width: 50px;
    bottom: -10px;
    opacity: 0.7;
    border-bottom: 3px solid rgb(116,115,122);
    height: 50px;
    right: -10px;
    content: "";
}.privacy_fort {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(182,182,187) 0%, rgba(rgb(148,147,154,0.5), 0.05) 100%);
    padding: 5rem 2rem;
    font-family: Arial, sans-serif;
}.privacy_fort::before {
    animation: slidein 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    position: absolute;
    height: 5px;
    top: 0;
    content: "";
    left: 0;
    transform-origin: left center;
    width: 100%;
    background: linear-gradient(90deg, rgb(148,147,154) 0%, rgb(116,115,122) 100%);
}.privacy_fort::after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 30% 0);
    height: 100%;
    background: linear-gradient(to bottom, rgba(rgb(148,147,154,0.5), 0.03), transparent);
    width: 30%;
    z-index: 0;
}.privacy_fort .container {
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}.privacy_fort h1 {
    letter-spacing: -0.5px;
    position: relative;
    font-size: 44px;
    opacity: 0;
    transform: translateY(10px);
    color: #000000;
    margin-bottom: 2.5rem;
    font-weight: 700;
    animation: fadeup 0.5s ease-out 0.2s forwards;
}.privacy_fort h1::after {
    transform-origin: left;
    background: rgb(148,147,154);
    animation: scaleIn 0.6s ease-out 0.6s forwards;
    transform: scaleX(0);
    position: absolute;
    height: 3px;
    content: "";
    width: 60px;
    left: 0;
    bottom: -12px;
}.privacy_fort h2 {
    position: relative;
    opacity: 0;
    animation: fadeup 0.5s ease-out 0.3s forwards;
    margin: 2.5rem 0 1.5rem;
    font-size: 35px;
    transform: translateY(10px);
    padding-left: 1rem;
    color: #000000;
    font-weight: 600;
}.privacy_fort h2::before {
    background: rgb(116,115,122);
    transform: scaleY(0.7);
    top: 0;
    height: 100%;
    opacity: 0.8;
    position: absolute;
    content: "";
    left: 0;
    width: 3px;
}.privacy_fort h3 {
    color: #000000;
    animation: fadeup 0.5s ease-out 0.3s forwards;
    opacity: 0;
    font-size: calc(35px * 0.85);
    margin: 2rem 0 1rem;
    font-weight: 600;
    transform: translateY(10px);
}.privacy_fort h4 {
    font-size: calc(35px * 0.75);
    font-weight: 600;
    margin: 1.5rem 0 1rem;
    transform: translateY(10px);
    opacity: 0.85;
    animation: fadeup 0.5s ease-out 0.3s forwards;
    color: #000000;
    opacity: 0;
}.privacy_fort p {
    max-width: 95%;
    line-height: 1.75;
    margin-bottom: 1.5rem;
    transform: translateY(10px);
    color: #000000;
    opacity: 0;
    animation: fadeup 0.5s ease-out 0.4s forwards;
    font-size: 12px;
}.privacy_fort p strong {
    font-weight: 600;
    color: #000000;
    position: relative;
    display: inline-block;
}.privacy_fort p strong::after {
    height: 1px;
    left: 0;
    position: absolute;
    content: "";
    bottom: -2px;
    background: rgb(148,147,154);
    width: 100%;
    opacity: 0.5;
}.privacy_fort span {
    display: block;
    color: #000000;
    position: relative;
    padding-left: 1rem;
    animation: fadeup 0.5s ease-out 0.4s forwards;
    opacity: 0;
    font-size: 12px;
    margin-bottom: 1.5rem;
    transform: translateY(10px);
    line-height: 1.75;
}.privacy_fort span::before {
    content: "";
    opacity: 0.3;
    background: rgb(116,115,122);
    top: 0.5rem;
    width: 3px;
    position: absolute;
    height: calc(100% - 1rem);
    left: 0;
}.privacy_fort ul {
    border-left: 3px solid rgb(148,147,154);
    border-radius: 0 10px 10px 0;
    padding-left: 0;
    background: rgba(rgb(255, 255, 255, 0.5), 0.5);
    margin: 1.5rem 0 2rem;
    list-style: none;
    position: relative;
    transform: translateX(-10px);
    opacity: 0;
    padding: 1.5rem 2rem;
    animation: slidein 0.6s ease-out 0.5s forwards;
}.privacy_fort ul::before {
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    z-index: -1;
    content: "";
    background: linear-gradient(to right, rgba(rgb(148,147,154,0.5), 0.05), transparent);
    position: absolute;
}.privacy_fort li {
    padding-left: 1.75rem;
    margin-bottom: 1rem;
    color: #000000;
    font-size: 12px;
    line-height: 1.6;
    position: relative;
}.privacy_fort li:last-child {
    margin-bottom: 0;
}.privacy_fort li::before {
    width: 8px;
    background: rgb(116,115,122);
    transform: rotate(45deg);
    content: "";
    left: 0;
    height: 8px;
    top: 0.5rem;
    position: absolute;
    border-radius: 1px;
}

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

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

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

@media (min-width: 768px) {.privacy_fort {
    padding: 6rem 3rem;
}.privacy_fort h1 {
    margin-bottom: 3rem;
    font-size: calc(44px * 1.15);
}.privacy_fort h1::after {
    width: 80px;
}.privacy_fort p, .privacy_fort span {
    max-width: 85%;
}.privacy_fort ul {
    max-width: 90%;
    margin-left: 1rem;
}
}

@media (min-width: 992px) {.privacy_fort {
    padding: 7rem 4rem;
}.privacy_fort::after {
    width: 40%;
}.privacy_fort h1 {
    font-size: calc(44px * 1.3);
}.privacy_fort h2 {
    padding-left: 1.5rem;
}.privacy_fort p, .privacy_fort span {
    max-width: 80%;
    font-size: calc(12px * 1.05);
}.privacy_fort ul {
    padding: 2rem 2.5rem;
}.privacy_fort li {
    font-size: calc(12px * 1.05);
}
}

@media (max-width: 767px) {.privacy_fort {
    padding: 4rem 1.5rem;
}.privacy_fort h1 {
    font-size: calc(44px * 0.9);
}.privacy_fort h2 {
    font-size: calc(35px * 0.9);
}.privacy_fort h3 {
    font-size: calc(35px * 0.8);
}.privacy_fort h4 {
    font-size: calc(35px * 0.7);
}.privacy_fort p, .privacy_fort span {
    max-width: 100%;
}.privacy_fort ul {
    padding: 1.25rem 1.5rem;
}}.title_welcome {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 100vh;
}.title_welcome .learn_hero {
    width: 100%;
    justify-content: center;
    display: flex;
    position: absolute;
    align-items: center;
    height: 100%;
    left: 0;
    top: 0;
}.title_welcome .learn_hero::before {
    z-index: 1;
    top: 0;
    content: "";
    position: absolute;
    bottom: 0;
    background: linear-gradient(135deg, rgb(148,147,154,0.5), rgba(0, 0, 0, 0.5) 70%);
    left: 0;
    right: 0;
}.title_welcome .why_choose {
    position: relative;
    max-width: 1200px;
    transform: translateY(-2vh);
    grid-template-columns: 1fr;
    gap: 2rem;
    z-index: 2;
    width: 90%;
    padding: 3rem;
    animation: fadeUp 1.2s ease-out forwards;
    display: grid;
}.title_welcome .why_choose > div {
    position: relative;
    overflow: hidden;
}.title_welcome .why_choose > div:nth-child(1) {
    position: relative;
    animation: slideInLeft 0.8s ease-out 0.3s forwards;
    opacity: 0;
    transform: translateX(-5%);
}.title_welcome .why_choose > div:nth-child(2) {
    opacity: 0;
    position: relative;
    transform: translateX(5%);
    animation: slideInRight 0.8s ease-out 0.6s forwards;
}.title_welcome .why_choose > div:nth-child(3) {
    animation: fadeUp 0.8s ease-out 0.9s forwards;
    transform: translateY(20px);
    opacity: 0;
    position: relative;
}.title_welcome p {
    font-size: calc(12px * 1.2);
    backdrop-filter: blur(4px);
    margin: 0;
    font-weight: 400;
    transition: transform 0.3s ease;
    transform: translateX(0);
    line-height: 1.6;
    letter-spacing: 0.5px;
    font-family: Arial, sans-serif;
    color: #ffffff;
    max-width: 90%;
    padding: 0.5rem 1rem;
    border-left: 4px solid rgb(116,115,122);
    background: linear-gradient(90deg, rgb(148,147,154,0.5), transparent);
}.title_welcome p:hover {
    transform: translateX(10px);
}.title_welcome .title_style_header {
    padding-bottom: 1rem;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
    margin: 0;
    transform: scale(1);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 1px;
    color: #ffffff;
    transition: transform 0.4s ease;
    position: relative;
    font-size: calc(46px * 1.3);
}.title_welcome .title_style_header:hover {
    transform: scale(1.02);
}.title_welcome .title_style_header::after {
    left: 0;
    animation: lineGrow 1.5s ease-out 1.2s forwards;
    height: 3px;
    position: absolute;
    content: "";
    bottom: 0;
    background: linear-gradient(90deg, rgb(116,115,122), transparent);
    width: 0;
}.title_welcome h3 {
    letter-spacing: 0.3px;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
    transition: transform 0.3s ease;
    color: #ffffff;
    padding: 1rem;
    max-width: 95%;
    line-height: 1.5;
    transform: translateY(0);
    font-weight: 600;
    margin: 0;
    backdrop-filter: blur(3px);
    font-size: calc(19px * 1.1);
    border-radius: 10px;
}.title_welcome h3:hover {
    transform: translateY(-5px);
}

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

@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-5%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(5%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes lineGrow {
  0% {
    width: 0;
  }
  100% {
    width: 80%;
  }
}

@media (min-width: 768px) {.title_welcome .why_choose {
    grid-template-columns: 1fr;
    padding: 4rem;
    gap: 3rem;
}.title_welcome p {
    font-size: calc(12px * 1.3);
    max-width: 70%;
}.title_welcome .title_style_header {
    font-size: calc(46px * 1.5);
}.title_welcome h3 {
    font-size: calc(19px * 1.2);
    max-width: 85%;
}
}

@media (min-width: 992px) {.title_welcome .why_choose {
    gap: 4rem;
    padding: 5rem;
}.title_welcome p {
    font-size: calc(12px * 1.4);
    padding: 0.8rem 1.5rem;
    max-width: 60%;
}.title_welcome .title_style_header {
    font-size: calc(46px * 1.8);
}.title_welcome h3 {
    max-width: 75%;
    padding: 1.5rem;
    font-size: calc(19px * 1.3);
}
}

@media (max-width: 767px) {.title_welcome {
    height: auto;
    min-height: 100vh;
}.title_welcome .why_choose {
    gap: 1.5rem;
    padding: 2rem 1.5rem;
}.title_welcome p {
    font-size: 12px;
    max-width: 100%;
    padding: 0.5rem;
}.title_welcome .title_style_header {
    font-size: calc(46px * 1.1);
}.title_welcome h3 {
    font-size: 19px;
    padding: 0.8rem;
    max-width: 100%;
}
}

@media (max-width: 480px) {.title_welcome .why_choose {
    padding: 1.5rem 1rem;
    gap: 1.2rem;
}.title_welcome p {
    font-size: calc(12px * 0.9);
}.title_welcome .title_style_header {
    font-size: 46px;
}.title_welcome h3 {
    font-size: calc(19px * 0.9);
}}.contact {
    overflow: hidden;
    padding: 6rem 0;
    position: relative;
}.contact::before {
    content: "";
    bottom: 0;
    position: absolute;
    z-index: 1;
    right: 0;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
}.contact::after {
    position: absolute;
    top: -50%;
    width: 200%;
    left: -50%;
    background: linear-gradient(45deg, 
        transparent 65%, 
        rgba(255, 255, 255, 0.08) 70%, 
        transparent 75%);
    height: 200%;
    z-index: 2;
    animation: shine 8s linear infinite;
    content: "";
}.contact .container {
    z-index: 3;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
    position: relative;
}.contact .query_formqeD {
    gap: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.03), rgba(0, 0, 0, 0.3));
    flex-wrap: wrap;
    padding: 2rem;
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2), 
                0 5px 10px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    display: flex;
    border-radius: 16px;
}.contact .query_formqeD::before {
    height: 1px;
    content: "";
    top: 0;
    width: 200%;
    left: -50%;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(148,147,154), 
        transparent);
    position: absolute;
}.contact .query_formqeD::after {
    position: absolute;
    width: 200%;
    bottom: 0;
    content: "";
    right: -50%;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(116,115,122), 
        transparent);
    height: 1px;
}.contact .connect_request {
    border-radius: 10px;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
    transform: translateZ(0);
    background: linear-gradient(135deg, 
        rgb(148,147,154,0.5), 
        rgba(0, 0, 0, 0.2));
    backdrop-filter: blur(5px);
    flex: 1 1 300px;
    position: relative;
    padding: 2rem;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.05);
}.contact .connect_request::before {
    height: 200%;
    z-index: -1;
    width: 200%;
    position: absolute;
    animation: pulse 15s infinite linear;
    left: -50%;
    top: -50%;
    background: radial-gradient(
        circle at center, 
        rgba(255, 255, 255, 0.05) 0%, 
        transparent 70%);
    content: "";
}.contact .connect_request h3 {
    position: relative;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    font-size: 20px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}.contact .connect_request h3::after {
    background: rgb(116,115,122);
    left: 0;
    bottom: 0;
    width: 50px;
    content: "";
    height: 2px;
    box-shadow: 0 0 8px rgb(116,115,122);
    position: absolute;
}.contact .connect_request div {
    display: flex;
    align-items: center;
    position: relative;
    transition: all 0.3s ease;
    padding-left: 10px;
    margin-bottom: 1.5rem;
}.contact .connect_request div:hover {
    transform: translateX(5px);
}.contact .connect_request div::before {
    left: 0;
    background: rgb(116,115,122);
    top: 50%;
    width: 3px;
    position: absolute;
    content: "";
    height: 0;
    transition: height 0.3s ease;
}.contact .connect_request div:hover::before {
    height: 80%;
    top: 10%;
}.contact .connect_request div svg {
    height: 20px;
    width: 20px;
    margin-right: 15px;
    flex-shrink: 0;
}.contact .connect_request div svg path {
    fill: rgb(116,115,122);
    transition: all 0.3s ease;
}.contact .connect_request div:hover svg path {
    filter: drop-shadow(0 0 2px rgb(148,147,154));
    fill: rgb(148,147,154);
}.contact .connect_request div span {
    color: #ffffff;
    letter-spacing: 0.5px;
    font-size: calc(14px - 2px);
}.contact .connect_request div span a {
    transition: all 0.3s ease;
    text-decoration: none;
    color: #ffffff;
}.contact .connect_request div span a:hover {
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.2);
    color: rgb(116,115,122);
}.contact .connect_inquiry {
    position: relative;
    padding: 2rem;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(8px);
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.05), 
        rgba(0, 0, 0, 0.1));
    flex: 1 1 400px;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.05);
}.contact .connect_inquiry::before {
    top: -100px;
    border-radius: 50%;
    content: "";
    right: -100px;
    opacity: 0.3;
    position: absolute;
    width: 200px;
    height: 200px;
    background: radial-gradient(
        circle, 
        rgb(148,147,154,0.5) 0%, 
        transparent 70%);
}.contact .connect_inquiry form {
    display: flex;
    gap: 1.2rem;
    flex-direction: column;
}.contact .connect_inquiry h3 {
    text-align: center;
    font-size: 17px;
    color: #ffffff;
    margin-bottom: 1.5rem;
    position: relative;
    font-weight: 600;
}.contact .connect_inquiry h3::after {
    height: 2px;
    background: rgb(116,115,122);
    content: "";
    box-shadow: 0 0 8px rgb(116,115,122);
    transform: translateX(-50%);
    left: 50%;
    bottom: -10px;
    width: 50px;
    position: absolute;
}.contact .connect_inquiry input[type="text"],
.contact .connect_inquiry input[type="email"] {
    border-radius: 10px;
    transition: all 0.3s ease;
    padding: 12px 15px;
    outline: none;
    color: #ffffff;
    width: 100%;
    font-size: 14px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}.contact .connect_inquiry input[type="text"]:focus,
.contact .connect_inquiry input[type="email"]:focus {
    box-shadow: 0 0 0 2px rgb(148,147,154,0.5);
    border-color: rgb(148,147,154);
    background: rgba(0, 0, 0, 0.3);
}.contact .connect_inquiry input[type="text"]::placeholder,
.contact .connect_inquiry input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}.contact .connect_inquiry .reach_feedback {
    align-items: flex-start;
    margin: 0.5rem 0;
    gap: 10px;
    display: flex;
}.contact .connect_inquiry .reach_feedback input[type="checkbox"] {
    transition: all 0.3s ease;
    flex-shrink: 0;
    -webkit-appearance: none;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(0, 0, 0, 0.2);
    position: relative;
    appearance: none;
    height: 18px;
    cursor: pointer;
    margin-top: 3px;
    width: 18px;
    border-radius: 3px;
}.contact .connect_inquiry .reach_feedback input[type="checkbox"]:checked {
    border-color: rgb(116,115,122);
    background: rgb(116,115,122);
}.contact .connect_inquiry .reach_feedback input[type="checkbox"]:checked::before {
    left: 50%;
    font-size: 12px;
    content: "✓";
    color: #ffffff;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}.contact .connect_inquiry .reach_feedback label {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.5;
    font-size: calc(14px - 2px);
}.contact .connect_inquiry .reach_feedback label a {
    color: rgb(116,115,122);
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
}.contact .connect_inquiry .reach_feedback label a::after {
    height: 1px;
    left: 0;
    bottom: -2px;
    transition: width 0.3s ease;
    width: 0;
    position: absolute;
    background: rgb(116,115,122);
    content: "";
}.contact .connect_inquiry .reach_feedback label a:hover::after {
    width: 100%;
}.contact .connect_inquiry .connect_support {
    font-weight: 600;
    transition: all 0.3s ease;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    border: none;
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 1rem;
    background: linear-gradient(135deg, 
        rgb(148,147,154), 
        rgb(116,115,122));
    position: relative;
    padding: 12px 20px;
}.contact .connect_inquiry .connect_support::before {
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.2), 
        transparent);
    width: 100%;
    position: absolute;
    left: -100%;
    top: 0;
    height: 100%;
    transition: all 0.6s ease;
    content: "";
}.contact .connect_inquiry .connect_support:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
    transform: translateY(-3px);
}.contact .connect_inquiry .connect_support:hover::before {
    left: 100%;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.05);
        opacity: 0.5;
    }
    100% {
        transform: scale(1);
        opacity: 0.3;
    }
}

@keyframes shine {
    0% {
        transform: translateX(-100%) translateY(-100%) rotate(45deg);
    }
    100% {
        transform: translateX(100%) translateY(100%) rotate(45deg);
    }
}

@media screen and (max-width: 992px) {.contact {
    padding: 5rem 0;
}.contact .query_formqeD {
    flex-direction: column;
    gap: 2rem;
}.contact .connect_request,
    .contact .connect_inquiry {
    flex: 1 1 100%;
}
}

@media screen and (max-width: 768px) {.contact {
    padding: 4rem 0;
}.contact .query_formqeD {
    padding: 1.5rem;
}.contact .connect_request,
    .contact .connect_inquiry {
    padding: 1.5rem;
}.contact .connect_request div svg {
    width: 18px;
    margin-right: 10px;
    height: 18px;
}.contact .connect_request h3,
    .contact .connect_inquiry h3 {
    font-size: calc(17px - 2px);
}
}

@media screen and (max-width: 576px) {.contact {
    padding: 3rem 0;
}.contact .query_formqeD {
    padding: 1rem;
    gap: 1.5rem;
}.contact .connect_request,
    .contact .connect_inquiry {
    padding: 1rem;
}.contact .connect_request div {
    margin-bottom: 1rem;
}.contact .connect_inquiry form {
    gap: 1rem;
}.contact .connect_inquiry input[type="text"],
    .contact .connect_inquiry input[type="email"] {
    padding: 10px 12px;
}.contact .connect_inquiry .connect_support {
    padding: 10px 16px;
}}.course_program {
    background: rgb(148,147,154);
    display: flex;
    overflow: hidden;
    position: relative;
    align-items: center;
    min-height: 100vh;
    padding: 100px 0;
    perspective: 1500px;
}.course_program::before {
    opacity: 0.08;
    z-index: 1;
    left: 0;
    top: 0;
    background: 
        linear-gradient(90deg, transparent 49.9%, rgb(148,147,154,0.5) 50%, rgb(148,147,154,0.5) 50.1%, transparent 50.2%) 0 0 / 100px 100%,
        linear-gradient(0deg, transparent 49.9%, rgb(148,147,154,0.5) 50%, rgb(148,147,154,0.5) 50.1%, transparent 50.2%) 0 0 / 100% 100px;
    position: absolute;
    animation: gridPulse 8s linear infinite;
    height: 100%;
    width: 100%;
    content: "";
}.course_program::after {
    content: "";
    height: 100%;
    opacity: 0.2;
    left: 0;
    mix-blend-mode: screen;
    background: 
        radial-gradient(circle at 30% 20%, rgb(148,147,154,0.5) 0%, transparent 50%),
        radial-gradient(circle at 70% 80%, rgb(116,115,122,0.5) 0%, transparent 50%);
    z-index: 2;
    width: 100%;
    top: 0;
    position: absolute;
}.course_program .container {
    width: 100%;
    padding: 0 30px;
    position: relative;
    margin: 0 auto;
    max-width: 1600px;
    z-index: 5;
}.course_program .education_map {
    display: grid;
    transform-style: preserve-3d;
    position: relative;
    grid-template-columns: 2fr 3fr;
    grid-gap: 0;
}.course_program .text_row {
    transform: translateZ(50px);
    border-radius: 0;
    padding: 60px;
    position: relative;
    backdrop-filter: blur(20px);
    z-index: 15;
    background: rgba(0, 0, 0, 0.7);
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);
    border-left: 3px solid rgb(148,147,154);
    box-shadow: 
        0 20px 50px rgba(0, 0, 0, 0.3),
        0 0 30px rgb(148,147,154,0.5);
}.course_program .text_row::before {
    opacity: 0.05;
    left: 0;
    background: 
        linear-gradient(45deg, transparent 49.9%, rgb(148,147,154,0.5) 50%, rgb(148,147,154,0.5) 50.1%, transparent 50.2%) 0 0 / 30px 30px;
    content: "";
    height: 100%;
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);
    z-index: -1;
    position: absolute;
    top: 0;
}.course_program .text_row::after {
    background: 
        conic-gradient(from 0deg, rgb(148,147,154,0.5) 0deg, transparent 120deg);
    bottom: 0;
    animation: rotateConic 10s linear infinite;
    content: "";
    border-radius: 50%;
    opacity: 0.2;
    transform: translate(50%, 50%);
    height: 150px;
    width: 150px;
    position: absolute;
    right: 0;
}.course_program .text_row h2 {
    font-weight: 700;
    text-shadow: 0 0 15px rgb(148,147,154,0.5);
    font-size: 40px;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 40px;
    color: #ffffff;
    padding-bottom: 20px;
}.course_program .text_row h2::after {
    position: absolute;
    left: 0;
    content: "";
    height: 3px;
    background: rgb(148,147,154);
    bottom: 0;
    width: 100px;
    box-shadow: 0 0 15px rgb(148,147,154);
}.course_program .text_row .description {
    opacity: 0.9;
    color: #ffffff;
    line-height: 1.9;
    font-size: 17px;
    padding-left: 20px;
    position: relative;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    margin-bottom: 30px;
}.course_program .text_row .description::before {
    color: rgb(116,115,122);
    left: 0;
    position: absolute;
    opacity: 0.7;
    content: ">";
}.course_program .text_row .description:last-child {
    margin-bottom: 0;
}.course_program .hud-element {
    border: 1px solid rgb(148,147,154,0.5);
    position: absolute;
    z-index: 5;
    opacity: 0.2;
}.course_program .img_caption {
    box-shadow: -20px 0 50px rgba(0, 0, 0, 0.4);
    transform-origin: right center;
    position: relative;
    height: 650px;
    overflow: hidden;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%);
    transform: translateZ(0) rotateY(-10deg);
    width: 100%;
    border-radius: 0;
    z-index: 10;
}.course_program .img_caption::before {
    content: "";
    left: 0;
    z-index: 1;
    height: 100%;
    position: absolute;
    width: 100%;
    background: 
        linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, transparent 15%, transparent 85%, rgba(0, 0, 0, 0.5) 100%),
        linear-gradient(to right, #000000 0%, transparent 20%);
    top: 0;
}.course_program .img_caption::after {
    top: 0;
    position: absolute;
    left: 0;
    width: 100%;
    mix-blend-mode: overlay;
    z-index: 2;
    content: "";
    opacity: 0.1;
    background: 
        repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(rgb(148,147,154), 0.1) 2px, rgba(rgb(148,147,154), 0.1) 4px);
    height: 100%;
    animation: scanlines 8s linear infinite;
}

@keyframes gridPulse {
    0% {
        opacity: 0.05;
        background-size: 100px 100%, 100% 100px;
    }
    50% {
        opacity: 0.1;
        background-size: 110px 110%, 110% 110px;
    }
    100% {
        opacity: 0.05;
        background-size: 100px 100%, 100% 100px;
    }
}

@keyframes rotateConic {
    0% {
        transform: translate(50%, 50%) rotate(0deg);
    }
    100% {
        transform: translate(50%, 50%) rotate(360deg);
    }
}

@keyframes scanlines {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 0 100%;
    }
}

@keyframes dataFlow {
    0% {
        left: -100%;
    }
    100% {
        left: 100%;
    }
}
@media screen and (max-width: 1200px) {.course_program {
    padding: 80px 0;
}.course_program .text_row {
    padding: 40px;
}.course_program .img_caption {
    height: 550px;
}
}

@media screen and (max-width: 991px) {.course_program {
    padding: 60px 0;
    min-height: auto;
}.course_program .education_map {
    grid-gap: 40px;
    grid-template-columns: 1fr;
}.course_program .text_row {
    clip-path: polygon(0 0, 100% 0, 97% 100%, 0 100%);
    transform: translateZ(0);
    padding: 30px;
}.course_program .img_caption {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 3% 100%);
    transform: translateZ(0) rotateY(0);
    height: 450px;
}
}

@media screen and (max-width: 767px) {.course_program {
    padding: 50px 0;
}.course_program .container {
    padding: 0 20px;
}.course_program .text_row {
    padding: 25px;
}.course_program .text_row h2 {
    margin-bottom: 30px;
    padding-bottom: 15px;
    font-size: calc(40px * 0.8);
}.course_program .text_row .description {
    padding-left: 15px;
    margin-bottom: 20px;
    font-size: calc(17px * 0.95);
}.course_program .img_caption {
    height: 350px;
}
}

@media screen and (max-width: 480px) {.course_program {
    padding: 40px 0;
}.course_program .container {
    padding: 0 15px;
}.course_program .text_row {
    padding: 20px;
}.course_program .text_row h2 {
    margin-bottom: 20px;
    font-size: calc(40px * 0.7);
}.course_program .text_row h2::before {
    top: -20px;
    font-size: 14px;
}.course_program .img_caption {
    height: 280px;
}}header {
    z-index: 99;
    position: relative;
    width: 100%;
    overflow: visible;
    background: linear-gradient(135deg, rgb(148,147,154,0.5) 0%, rgb(116,115,122) 100%);
}header::before {
    height: 100%;
    width: 100%;
    top: 0;
    background: linear-gradient(145deg, rgb(116,115,122,0.5) 0%, transparent 70%);
    z-index: -1;
    position: absolute;
    left: 0;
    content: "";
}header .page_header {
    padding: 20px 15px;
    align-items: center;
    transform: none;
    display: flex;
    justify-content: space-between;
    position: relative;
    flex-direction: row;
    z-index: 5;
}header .page_header .top_skill {
    transform: translateX(0);
    margin-right: 10px;
    transition: transform 0.4s ease;
}header .page_header .top_skill:hover {
    transform: scale(1.05);
}header .page_header .top_skill .head_core {
    display: inline-block;
}header .page_header .top_skill .head_core svg {
    width: auto;
    height: 50px;
}header .page_header .nav_wrap {
    background: rgba(0, 0, 0, 0.5);
    position: relative;
    margin: 0;
    display: flex;
    padding: 20px 30px;
    transform: none;
    border-radius: 29px;
    list-style: none;
    flex-wrap: wrap;
    padding: 0;
}header .page_header .nav_wrap::before {
    transform: rotate(-2deg) scale(1.03);
    left: 0;
    top: 0;
    position: absolute;
    content: "";
    border-radius: 29px;
    height: 100%;
    z-index: -1;
    width: 100%;
    background: linear-gradient(135deg, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
}header .page_header .nav_wrap .top_primary {
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    margin: 0 12px;
}header .page_header .nav_wrap .top_primary:hover {
    transform: translateY(-3px) scale(1.05);
}header .page_header .nav_wrap .top_primary a {
    display: block;
    overflow: hidden;
    font-weight: 600;
    font-size: 13px;
    text-decoration: none;
    color: #ffffff;
    font-family: Arial, sans-serif;
    padding: 8px 5px;
    position: relative;
}header .page_header .nav_wrap .top_primary a::after {
    transition: transform 0.4s ease;
    content: "";
    position: absolute;
    bottom: 0;
    height: 2px;
    left: 0;
    background: linear-gradient(90deg, transparent, rgb(116,115,122), transparent);
    transform: translateX(-100%);
    width: 100%;
}header .page_header .nav_wrap .top_primary:hover a::after {
    transform: translateX(0);
}

@media (max-width: 992px) {header .page_header {
    align-items: center;
    flex-direction: column;
}header .page_header .top_skill {
    margin-right: 0;
    margin-bottom: 15px;
}header .page_header .nav_wrap {
    width: 100%;
    justify-content: center;
    padding: 15px;
}header .page_header .nav_wrap .top_primary {
    margin: 5px 15px 5px 0;
}header .page_header .nav_wrap .top_primary a {
    padding: 5px;
    font-size: calc(13px - 2px);
}}.course_rewards {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(182,182,187) 0%, rgb(148,147,154,0.5) 100%);
    padding: 120px 0;
}.course_rewards::before {
    left: 0;
    content: '';
    background-image: linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
                      linear-gradient(to right, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
    z-index: 0;
    height: 100%;
    width: 100%;
    background-size: 40px 40px;
    position: absolute;
    top: 0;
}.course_rewards::after {
    height: 160%;
    transform: rotate(-30deg);
    background: radial-gradient(ellipse at center, rgb(116,115,122,0.5) 0%, transparent 70%);
    z-index: 0;
    content: '';
    position: absolute;
    right: -20%;
    width: 80%;
    opacity: 0.3;
    top: -30%;
}.course_rewards .master_track {
    max-width: 1280px;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    padding: 0 20px;
}.course_rewards h2 {
    color: #ffffff;
    font-size: 41px;
    font-weight: 700;
    display: inline-block;
    position: relative;
    margin: 0 0 30px;
}.course_rewards h2::after {
    content: '';
    left: 0;
    width: 100%;
    background: linear-gradient(90deg, rgb(116,115,122) 0%, transparent 100%);
    height: 3px;
    bottom: -10px;
    position: absolute;
}.course_rewards .main_start {
    display: grid;
    grid-template-rows: repeat(4, auto);
    gap: 30px;
    grid-template-columns: repeat(12, 1fr);
    margin-top: 50px;
}.course_rewards .img_caption {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    z-index: 1;
    grid-row: 1 / 5;
    min-height: 600px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
    grid-column: 1 / 8;
}.course_rewards .img_caption::before {
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1;
    content: '';
    background: linear-gradient(135deg, rgb(148,147,154,0.5) 0%, transparent 60%);
    left: 0;
    position: absolute;
}.course_rewards .img_caption::after {
    height: 30%;
    z-index: 2;
    bottom: 0;
    position: absolute;
    left: 0;
    content: '';
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    width: 100%;
}.course_rewards .text_main_holder {
    display: contents;
}.course_rewards .text_main_holder > div {
    padding: 30px;
    z-index: 2;
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    display: flex;
    transition: all 0.3s ease;
    gap: 20px;
    position: relative;
    align-items: flex-start;
    background: rgba(255, 255, 255, 0.07);
    transform: translateY(0);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}.course_rewards .text_main_holder > div:nth-child(1) {
    grid-column: 7 / 13;
    grid-row: 1 / 2;
}.course_rewards .text_main_holder > div:nth-child(2) {
    grid-column: 7 / 13;
    grid-row: 2 / 3;
}.course_rewards .text_main_holder > div:nth-child(3) {
    grid-column: 7 / 13;
    grid-row: 3 / 4;
}.course_rewards .text_main_holder > div:nth-child(4) {
    grid-column: 7 / 13;
    grid-row: 4 / 5;
}.course_rewards .text_main_holder > div:nth-child(2n) {
    transform: translateX(30px);
}.course_rewards .text_main_holder > div:hover {
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    transform: translateY(-10px);
}.course_rewards .text_main_holder > div:nth-child(2n):hover {
    transform: translateX(30px) translateY(-10px);
}.course_rewards .text_main_holder > div::before {
    width: 100%;
    top: 0;
    z-index: -1;
    border-radius: 12px;
    opacity: 0;
    background: linear-gradient(135deg, rgb(116,115,122,0.5) 0%, transparent 100%);
    height: 100%;
    left: 0;
    content: '';
    position: absolute;
    transition: opacity 0.3s ease;
}.course_rewards .text_main_holder > div:hover::before {
    opacity: 0.1;
}.course_rewards .text_main_holder svg {
    padding: 9px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.07);
    transition: all 0.3s ease;
    height: 45px;
    width: 45px;
    flex-shrink: 0;
    filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.2));
}.course_rewards .text_main_holder > div:hover svg {
    background: rgb(148,147,154,0.5);
    transform: scale(1.1);
}.course_rewards .text_main_holder svg path {
    fill: rgb(116,115,122);
    transition: fill 0.3s ease;
}.course_rewards .text_main_holder > div:hover svg path {
    fill: #ffffff;
}.course_rewards .text_main_holder p {
    font-size: 17px;
    color: #ffffff;
    line-height: 1.6;
    margin: 0;
}

@media (max-width: 1200px) {.course_rewards .img_caption {
    grid-column: 1 / 9;
}.course_rewards .text_main_holder > div:nth-child(1),
    .course_rewards .text_main_holder > div:nth-child(2),
    .course_rewards .text_main_holder > div:nth-child(3),
    .course_rewards .text_main_holder > div:nth-child(4) {
    grid-column: 8 / 13;
}
}

@media (max-width: 992px) {.course_rewards .main_start {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    gap: 30px;
}.course_rewards .img_caption {
    min-height: 400px;
    grid-column: 1;
    grid-row: 1;
}.course_rewards .text_main_holder > div:nth-child(1),
    .course_rewards .text_main_holder > div:nth-child(2),
    .course_rewards .text_main_holder > div:nth-child(3),
    .course_rewards .text_main_holder > div:nth-child(4) {
    grid-column: 1;
    grid-row: auto;
}.course_rewards .text_main_holder > div:nth-child(2n) {
    transform: translateX(0);
}.course_rewards .text_main_holder > div:nth-child(2n):hover {
    transform: translateY(-10px);
}
}

@media (max-width: 768px) {.course_rewards {
    padding: 80px 0;
}.course_rewards h2 {
    font-size: calc(41px * 0.8);
}.course_rewards .img_caption {
    min-height: 350px;
}.course_rewards .text_main_holder > div {
    padding: 25px;
}
}

@media (max-width: 576px) {.course_rewards {
    padding: 60px 0;
}.course_rewards h2 {
    font-size: 29px;
}.course_rewards .img_caption {
    min-height: 280px;
}.course_rewards .text_main_holder > div {
    padding: 20px;
    gap: 15px;
}.course_rewards .text_main_holder svg {
    height: 38px;
    padding: 7px;
    width: 38px;
}}#cookie_info_window {
    display: none;
}#cookie_info_window:checked ~ .panelTrackingNotice {
    visibility: hidden;
    opacity: 0;
}.panelTrackingNotice {
    z-index: 90;
    background: rgb(116,115,122);
    position: fixed;
    bottom: 0;
    border-top: 3px solid rgb(148,147,154);
    font-family: Arial, sans-serif;
    box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.5);
    width: 100%;
    padding: 20px 0;
}.user_default {
    gap: 20px;
    display: flex;
    border: 2px dashed rgb(148,147,154);
    justify-content: space-between;
    padding: 20px 5%;
    background: rgba(0, 0, 0, 0.5);
    align-items: center;
    border-radius: 19px;
}.panelTrackingNotice h5 {
    font-size: 19px;
    text-transform: uppercase;
    color: rgb(148,147,154);
    font-weight: 700;
    margin: 0;
    letter-spacing: 1.5px;
}.panelTrackingNotice p {
    position: relative;
    color: #ffffff;
    line-height: 1.5;
    font-size: 17px;
    margin: 0;
}.cookie_gate {
    background: rgb(148,147,154,0.5);
    flex-shrink: 0;
    margin-right: 20px;
    align-items: center;
    padding: 10px;
    border-radius: 19px;
    justify-content: center;
    display: flex;
}.cookie_gate svg {
    height: 60px;
    fill: rgb(148,147,154);
    width: 60px;
}.cookie_ack {
    line-height: 40px;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    border-radius: 10px;
    background: rgb(148,147,154);
    color: #000000;
    padding: 10px 20px;
    flex-shrink: 0;
    min-width: 140px;
    margin-left: 10px;
    border: 2px solid rgb(148,147,154);
    text-align: center;
    text-decoration: none;
    font-size: 15px;
    white-space: nowrap;
    cursor: pointer;
}.cookie_ack:hover {
    background-color: rgb(116,115,122);
    box-shadow: 0 0 10px rgb(116,115,122);
}.cookie_button.cookie_verify {
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    border: 2px solid rgb(116,115,122);
}.cookie_button.cookie_verify:hover {
    box-shadow: 0 0 10px rgb(116,115,122);
}.panelTrackingNotice p a {
    transition: color 0.3s ease;
    border-bottom: 1px dashed rgb(148,147,154);
    text-decoration: none;
    color: rgb(148,147,154);
}.panelTrackingNotice p a:hover {
    color: rgb(116,115,122);
}
@media only screen and (max-width: 1200px) {.panelTrackingNotice {
    padding: 15px 0;
}.user_default {
    padding: 15px 5%;
}.cookie_gate {
    display: none;
}.user_default {
    align-items: center;
    text-align: center;
    flex-direction: column;
}.panelTrackingNotice h5 {
    font-size: 16px;
    margin-bottom: 10px;
}.privacy_learn {
    margin-bottom: 15px;
}.cookie_ack {
    min-width: 100%;
    margin: 10px 0;
}}
.potential_enrollees {
    padding: 100px 0;
    overflow: hidden;
    color: #ffffff;
    background-size: 60px 60px;
    position: relative;
    background-color: #000000;
}.potential_enrollees::before {
    animation: rotateBackground 60s linear infinite;
    pointer-events: none;
    left: -50%;
    width: 200%;
    height: 200%;
    position: absolute;
    background-image: 
        radial-gradient(circle at 50% 50%, rgb(148,147,154,0.5) 0%, transparent 35%),
        radial-gradient(circle at 80% 20%, rgb(116,115,122,0.5) 0%, transparent 25%);
    top: -50%;
    opacity: 0.4;
    content: '';
}@keyframes rotateBackground {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.potential_enrollees::after {
    box-shadow: inset 0 0 150px 50px rgba(0, 0, 0, 0.8);
    pointer-events: none;
    width: 100%;
    left: 0;
    content: '';
    position: absolute;
    height: 100%;
    top: 0;
}.potential_enrollees .container {
    z-index: 5;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
}.potential_enrollees .master_track {
    overflow: visible;
    padding: 0;
    position: relative;
}.potential_enrollees h4 {
    margin: 0 0 70px;
    color: #ffffff;
    font-weight: 700;
    position: relative;
    letter-spacing: 3px;
    font-size: calc(31px * 1.2);
    padding-bottom: 20px;
    text-shadow: 0 0 15px rgb(148,147,154,0.5), 0 0 30px rgb(148,147,154,0.5);
    text-align: center;
    text-transform: uppercase;
}.potential_enrollees h4::before {
    content: '';
    transform: translateX(-50%);
    height: 3px;
    left: 50%;
    bottom: 0;
    background: rgb(148,147,154);
    position: absolute;
    width: 120px;
    box-shadow: 0 0 10px 2px rgb(148,147,154);
}.potential_enrollees h4::after {
    bottom: -5px;
    left: 50%;
    height: 1px;
    width: 200px;
    background: rgb(116,115,122,0.5);
    position: absolute;
    content: '';
    transform: translateX(-50%);
}.potential_enrollees div > div {
    perspective: 1500px;
    grid-template-columns: repeat(3, 1fr);
    margin: 0 -50px;
    gap: 30px;
    display: grid;
}.potential_enrollees p {
    border: 1px solid rgb(148,147,154,0.5);
    padding: 30px 35px;
    font-size: calc(15px * 1.05);
    backdrop-filter: blur(5px);
    background: rgba(0, 0, 0, 0.5);
    margin: 0;
    border-radius: 0;
    overflow: visible;
    display: flex;
    line-height: 1.7;
    z-index: 1;
    position: relative;
    align-items: flex-start;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.3s ease;
    box-shadow: 
        0 0 20px rgb(148,147,154,0.5),
        inset 0 0 10px rgb(148,147,154,0.5);
    clip-path: polygon(
        0% 0%, 
        100% 0%, 
        100% 80%, 
        85% 100%, 
        0% 100%
    );
}.potential_enrollees p::before {
    bottom: 0;
    opacity: 0.7;
    width: 30px;
    right: 0;
    content: '';
    height: 30px;
    transition: opacity 0.3s ease;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    position: absolute;
    background: rgb(148,147,154);
}.potential_enrollees p::after {
    content: attr(data-number);
    color: rgb(116,115,122);
    transition: all 0.3s ease;
    right: 25px;
    top: -15px;
    opacity: 0.15;
    z-index: -1;
    font-size: calc(48px * 1.2);
    font-weight: 700;
    position: absolute;
}.potential_enrollees p:nth-child(1)::after {
    content: '01';
}.potential_enrollees p:nth-child(2)::after {
    content: '02';
}.potential_enrollees p:nth-child(3)::after {
    content: '03';
}.potential_enrollees p:nth-child(4)::after {
    content: '04';
}.potential_enrollees p:nth-child(5)::after {
    content: '05';
}.potential_enrollees p:nth-child(6)::after {
    content: '06';
}.potential_enrollees p:nth-child(7)::after {
    content: '07';
}.potential_enrollees p:nth-child(8)::after {
    content: '08';
}.potential_enrollees p:nth-child(9)::after {
    content: '09';
}.potential_enrollees p:nth-child(10)::after {
    content: '10';
}.potential_enrollees p:hover {
    transform: translateY(-15px) rotateX(5deg);
    z-index: 10;
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.5),
        0 0 30px rgb(148,147,154,0.5),
        inset 0 0 15px rgb(148,147,154);
    border-color: rgb(148,147,154);
}.potential_enrollees p:hover::before {
    opacity: 1;
}.potential_enrollees p:hover::after {
    transform: translateY(-10px) scale(1.2);
    opacity: 0.3;
}.potential_enrollees p:nth-child(3n+1) {
    transform: translateX(-30px);
}.potential_enrollees p:nth-child(3n+3) {
    transform: translateX(30px);
}.potential_enrollees p:nth-child(3n+1):hover {
    transform: translateX(-30px) translateY(-15px) rotateX(5deg) rotateY(-5deg);
}.potential_enrollees p:nth-child(3n+3):hover {
    transform: translateX(30px) translateY(-15px) rotateX(5deg) rotateY(5deg);
}.potential_enrollees p svg {
    flex-shrink: 0;
    filter: drop-shadow(0 0 8px rgb(148,147,154,0.5));
    transition: transform 0.3s ease;
    width: 36px;
    height: 36px;
    margin-right: 20px;
}.potential_enrollees p:hover svg {
    transform: scale(1.2) rotate(15deg);
}.potential_enrollees p svg path {
    fill: rgb(148,147,154);
    transition: fill 0.3s ease;
}.potential_enrollees p:hover svg path {
    fill: rgb(116,115,122);
}.potential_enrollees .master_track::before {
    opacity: 0.2;
    height: 200px;
    animation: rotateMesh 30s linear infinite;
    top: -70px;
    position: absolute;
    width: 200px;
    filter: blur(2px);
    background: 
        linear-gradient(45deg, transparent 48%, rgb(116,115,122) 49%, rgb(116,115,122) 51%, transparent 52%) 0 0/20px 20px,
        linear-gradient(-45deg, transparent 48%, rgb(116,115,122) 49%, rgb(116,115,122) 51%, transparent 52%) 0 0/20px 20px;
    border-radius: 50%;
    content: '';
    left: -100px;
}.potential_enrollees .master_track::after {
    opacity: 0.2;
    bottom: -70px;
    background: 
        linear-gradient(45deg, transparent 48%, rgb(148,147,154) 49%, rgb(148,147,154) 51%, transparent 52%) 0 0/15px 15px,
        linear-gradient(-45deg, transparent 48%, rgb(148,147,154) 49%, rgb(148,147,154) 51%, transparent 52%) 0 0/15px 15px;
    width: 150px;
    right: -70px;
    border-radius: 50%;
    animation: rotateMesh 30s linear infinite reverse;
    filter: blur(2px);
    position: absolute;
    height: 150px;
    content: '';
}

@keyframes rotateMesh {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 1199px) {.potential_enrollees div > div {
    margin: 0 -30px;
}
}

@media (max-width: 991px) {.potential_enrollees {
    padding: 80px 0;
}.potential_enrollees h4 {
    font-size: calc(31px * 1.1);
    margin-bottom: 60px;
}.potential_enrollees div > div {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    margin: 0 -20px;
}.potential_enrollees p {
    padding: 25px 30px;
}.potential_enrollees p svg {
    width: 32px;
    height: 32px;
    margin-right: 15px;
}.potential_enrollees p:nth-child(3n+1),
    .potential_enrollees p:nth-child(3n+3) {
    transform: none;
}.potential_enrollees p:nth-child(odd) {
    transform: translateX(-20px);
}.potential_enrollees p:nth-child(even) {
    transform: translateX(20px);
}.potential_enrollees p:nth-child(odd):hover {
    transform: translateX(-20px) translateY(-15px) rotateX(5deg);
}.potential_enrollees p:nth-child(even):hover {
    transform: translateX(20px) translateY(-15px) rotateX(5deg);
}
}

@media (max-width: 767px) {.potential_enrollees {
    padding: 70px 0;
}.potential_enrollees h4 {
    font-size: 31px;
    letter-spacing: 2px;
    margin-bottom: 50px;
}.potential_enrollees div > div {
    grid-template-columns: 1fr;
    margin: 0;
    gap: 25px;
}.potential_enrollees p {
    padding: 25px;
    transform: none !important;
}.potential_enrollees p:hover {
    transform: translateY(-10px) !important;
}.potential_enrollees .master_track::before {
    width: 120px;
    top: -50px;
    left: -60px;
    height: 120px;
}.potential_enrollees .master_track::after {
    width: 100px;
    bottom: -50px;
    height: 100px;
    right: -50px;
}
}

@media (max-width: 480px) {.potential_enrollees {
    padding: 60px 0;
}.potential_enrollees h4 {
    font-size: calc(31px * 0.85);
    letter-spacing: 1px;
    margin-bottom: 40px;
}.potential_enrollees p {
    font-size: 15px;
    padding: 20px;
}.potential_enrollees p svg {
    margin-right: 12px;
    width: 28px;
    height: 28px;
}.potential_enrollees p::after {
    top: -10px;
    font-size: 48px;
    right: 15px;
}}.user_reviews {
    position: relative;
    overflow: hidden;
    padding: 8rem 0;
    background: rgb(182,182,187);
}.user_reviews::before {
    content: "";
    position: absolute;
    left: 0;
    background-position: 0 0, 30px 30px;
    background: linear-gradient(45deg, rgb(148,147,154,0.5) 25%, transparent 25%, transparent 75%, rgb(148,147,154,0.5) 75%),
    linear-gradient(45deg, rgb(148,147,154,0.5) 25%, transparent 25%, transparent 75%, rgb(148,147,154,0.5) 75%);
    width: 100%;
    opacity: 0.05;
    background-size: 60px 60px;
    z-index: 0;
    top: 0;
    height: 100%;
}.user_reviews::after {
    left: 0;
    top: 0;
    height: 100%;
    position: absolute;
    opacity: 0.1;
    background: rgb(148,147,154,0.5);
    transform: skewX(-20deg) translateX(-20%);
    z-index: 0;
    content: "";
    width: 60%;
}.user_reviews .container {
    z-index: 1;
    position: relative;
}.user_reviews h2 {
    transform: translateX(-50%);
    display: inline-block;
    padding: 1rem 3rem;
    position: relative;
    color: #000000;
    left: 50%;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    font-size: 28px;
    transform: perspective(500px) rotateX(5deg);
    text-align: center;
    margin-bottom: 5rem;
    font-weight: 700;
    background: linear-gradient(180deg, transparent, rgb(148,147,154,0.5));
}.user_reviews h2::after {
    width: 100%;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(148,147,154), transparent);
    height: 5px;
    left: 0;
    position: absolute;
    bottom: -10px;
}.user_reviews .feedback_cloud {
    transform-style: preserve-3d;
    perspective: 1000px;
    gap: 3rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}.user_reviews .testimonial_sharing {
    flex-direction: column;
    transform-style: preserve-3d;
    position: relative;
    box-shadow: 
        -5px 5px 15px rgba(0, 0, 0, 0.1),
        inset 1px 1px 0 rgba(255, 255, 255, 0.8),
        inset -1px -1px 0 rgba(0, 0, 0, 0.05);
    display: flex;
    transform: rotateY(10deg) rotateX(5deg);
    transform-origin: center center;
    padding: 2.5rem;
    background-color: #ffffff;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    align-items: center;
}.user_reviews .testimonial_sharing:nth-child(2n) {
    transform: rotateY(-10deg) rotateX(-5deg);
}.user_reviews .testimonial_sharing:nth-child(3n) {
    transform: rotateY(0) rotateX(-7deg);
}.user_reviews .testimonial_sharing::before {
    height: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    content: "";
    opacity: 0.5;
    transform: translateZ(-10px);
    background: #ffffff;
    position: absolute;
}.user_reviews .testimonial_sharing::after {
    right: 0;
    border-width: 0 0 30px 30px;
    border-style: solid;
    position: absolute;
    height: 0;
    width: 0;
    bottom: 0;
    border-color: transparent transparent rgb(116,115,122,0.5) transparent;
    content: "";
    transition: all 0.3s ease;
    transform: translateZ(5px);
}.user_reviews .testimonial_sharing:hover {
    transform: rotateY(0) rotateX(0) translateZ(20px) scale(1.05);
    z-index: 10;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.15),
        inset 1px 1px 0 rgba(255, 255, 255, 1),
        inset -1px -1px 0 rgba(0, 0, 0, 0.1);
}.user_reviews .testimonial_sharing:hover::after {
    border-width: 0 0 50px 50px;
    border-color: transparent transparent rgb(116,115,122) transparent;
}.user_reviews .testimonial_sharing img {
    transform: translateZ(15px);
    clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    object-fit: cover;
    height: 80px;
    border: 2px solid #ffffff;
    margin-bottom: 1.5rem;
    border-radius: 0;
    width: 80px;
    transition: all 0.5s ease;
}.user_reviews .testimonial_sharing:hover img {
    transform: translateZ(30px) rotate(360deg);
}.user_reviews .testimonial_sharing p {
    transform: translateZ(10px);
    font-size: 22px;
    font-weight: 600;
    transition: all 0.3s ease;
    color: #000000;
    margin-bottom: 0.5rem;
    text-align: center;
}.user_reviews .testimonial_sharing:hover p {
    color: rgb(148,147,154);
    transform: translateZ(25px);
}.user_reviews .testimonial_sharing .description {
    line-height: 1.6;
    color: #000000;
    transform: translateZ(5px);
    padding: 1rem;
    transition: all 0.3s ease;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    position: relative;
}.user_reviews .testimonial_sharing:hover .description {
    transform: translateZ(20px);
}.user_reviews .testimonial_sharing .description::before {
    top: 0;
    transition: all 0.3s ease;
    height: 20px;
    content: "";
    border-top: 2px solid rgb(148,147,154,0.5);
    position: absolute;
    width: 20px;
    left: 0;
    border-left: 2px solid rgb(148,147,154,0.5);
}.user_reviews .testimonial_sharing:hover .description::before {
    height: 30px;
    border-color: rgb(148,147,154);
    width: 30px;
}.user_reviews .testimonial_sharing .description::after {
    transition: all 0.3s ease;
    position: absolute;
    right: 0;
    bottom: 0;
    border-right: 2px solid rgb(116,115,122,0.5);
    content: "";
    border-bottom: 2px solid rgb(116,115,122,0.5);
    width: 20px;
    height: 20px;
}.user_reviews .testimonial_sharing:hover .description::after {
    border-color: rgb(116,115,122);
    height: 30px;
    width: 30px;
}.user_reviews .testimonial_sharing:nth-child(3n+1)::before {
    background: linear-gradient(135deg, #ffffff, rgb(182,182,187));
}.user_reviews .testimonial_sharing:nth-child(3n+2)::before {
    background: linear-gradient(45deg, #ffffff, rgb(182,182,187));
}.user_reviews .master_track::before {
    width: 200px;
    content: "";
    left: -50px;
    height: 200px;
    z-index: -1;
    clip-path: polygon(0% 0%, 100% 0%, 0% 100%);
    opacity: 0.1;
    background: rgb(148,147,154,0.5);
    position: absolute;
    bottom: -50px;
}.user_reviews .master_track::after {
    z-index: -1;
    clip-path: polygon(100% 0%, 100% 100%, 0% 100%);
    top: -50px;
    position: absolute;
    background: rgb(116,115,122,0.5);
    width: 200px;
    height: 200px;
    right: -50px;
    opacity: 0.1;
    content: "";
}

@keyframes fold {
    0%, 100% { transform: rotateY(0) rotateX(0); }
    50% { transform: rotateY(5deg) rotateX(5deg); }
}

@media (max-width: 992px) {.user_reviews .feedback_cloud {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 768px) {.user_reviews {
    padding: 5rem 0;
}.user_reviews h2 {
    padding: 0;
    transform: none;
    font-size: calc(28px * 0.9);
    clip-path: none;
    background: none;
    margin-bottom: 3rem;
}.user_reviews .feedback_cloud {
    gap: 3rem;
    grid-template-columns: 1fr;
}.user_reviews .testimonial_sharing,
    .user_reviews .testimonial_sharing:nth-child(2n),
    .user_reviews .testimonial_sharing:nth-child(3n) {
    transform: none;
    animation: fold 10s infinite alternate ease-in-out;
}.user_reviews .testimonial_sharing:hover {
    transform: translateY(-10px);
}.user_reviews .testimonial_sharing:hover img {
    transform: translateZ(10px) rotate(360deg);
}.user_reviews .testimonial_sharing img,
    .user_reviews .testimonial_sharing p,
    .user_reviews .testimonial_sharing .description,
    .user_reviews .testimonial_sharing:hover p,
    .user_reviews .testimonial_sharing:hover .description {
    transform: none;
}}.statistical_report {
    overflow: hidden;
    z-index: 1;
    background: rgb(182,182,187);
    padding: 100px 0;
    position: relative;
}.statistical_report::before {
    width: 100%;
    position: absolute;
    left: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgb(148,147,154,0.5) 0,
        rgb(148,147,154,0.5) 1px,
        transparent 1px,
        transparent 30px
    );
    height: 100%;
    content: "";
    opacity: 0.05;
    z-index: -1;
    top: 0;
}.statistical_report::after {
    height: 100%;
    left: 0;
    width: 100%;
    opacity: 0.05;
    content: "";
    top: 0;
    z-index: -1;
    position: absolute;
    background: repeating-linear-gradient(
        45deg,
        rgb(116,115,122,0.5) 0,
        rgb(116,115,122,0.5) 1px,
        transparent 1px,
        transparent 30px
    );
}.statistical_report .container {
    position: relative;
    display: flex;
    flex-direction: column;
}.statistical_report h2 {
    color: #000000;
    position: relative;
    text-align: left;
    margin: 0 0 70px;
    font-size: 33px;
    padding-left: 20px;
    font-weight: 700;
    border-left: 5px solid rgb(148,147,154);
}.statistical_report h2::after {
    bottom: -15px;
    position: absolute;
    background: rgb(116,115,122);
    left: 0;
    content: "";
    width: 100px;
    height: 2px;
}.statistical_report ul {
    list-style: none;
    gap: 25px;
    padding: 0;
    margin: 0;
    flex-direction: column;
    display: flex;
    position: relative;
}.statistical_report ul::before {
    z-index: 0;
    height: 100%;
    width: 2px;
    content: "";
    top: 0;
    left: 25px;
    background: linear-gradient(to bottom, rgb(148,147,154,0.5), rgb(116,115,122,0.5));
    position: absolute;
}.statistical_report .boost_statistics {
    position: relative;
    padding: 30px;
    grid-template-columns: 80px 1fr auto;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    margin-left: 50px;
    transition: all 0.3s ease;
    background: #ffffff;
    overflow: hidden;
    border-radius: 19px;
    display: grid;
    z-index: 1;
    align-items: center;
}.statistical_report .boost_statistics::before {
    z-index: 1;
    position: absolute;
    background: linear-gradient(to right, rgb(148,147,154,0.5), rgb(148,147,154));
    width: 50px;
    content: "";
    left: -25px;
    transform: translateY(-50%);
    top: 50%;
    height: 3px;
}.statistical_report .boost_statistics::after {
    background: #ffffff;
    z-index: 2;
    position: absolute;
    border: 3px solid rgb(148,147,154);
    border-radius: 50%;
    left: -35px;
    height: 20px;
    transform: translateY(-50%);
    top: 50%;
    content: "";
    width: 20px;
}.statistical_report .boost_statistics:nth-child(1)::after {
    border-color: #ffffff;
    background: rgb(148,147,154);
}.statistical_report .boost_statistics:nth-child(2)::after {
    background: rgb(116,115,122);
    border-color: #ffffff;
}.statistical_report .boost_statistics:nth-child(3)::after {
    background: rgb(148,147,154);
    border-color: #ffffff;
}.statistical_report .boost_statistics:nth-child(4)::after {
    border-color: #ffffff;
    background: rgb(116,115,122);
}.statistical_report .boost_statistics:nth-child(even)::before {
    background: linear-gradient(to right, rgb(116,115,122,0.5), rgb(116,115,122));
}.statistical_report .boost_statistics:hover {
    transform: translateX(15px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}.statistical_report .boost_statistics p {
    grid-row: 1;
    text-align: center;
    margin: 0;
    position: relative;
    color: rgb(148,147,154);
    font-weight: 700;
    font-size: 2.8rem;
    padding: 0;
    grid-column: 1;
}.statistical_report .boost_statistics:nth-child(even) p {
    color: rgb(116,115,122);
}.statistical_report .boost_statistics span {
    padding: 0 0 0 25px;
    margin: 0;
    position: relative;
    position: relative;
    grid-row: 1;
    grid-column: 2;
    font-size: 15px;
    color: #000000;
    font-weight: 600;
}.statistical_report .boost_statistics span::before {
    height: 10px;
    border-radius: 50%;
    left: 0;
    transform: translateY(-50%);
    content: "";
    position: absolute;
    width: 10px;
    background: rgb(148,147,154,0.5);
    top: 50%;
}.statistical_report .boost_statistics:nth-child(even) span::before {
    background: rgb(116,115,122,0.5);
}.statistical_report svg {
    grid-column: 3;
    transition: transform 0.3s ease;
    margin-left: 20px;
    fill: rgb(148,147,154);
    height: 40px;
    grid-row: 1;
    width: 40px;
}.statistical_report .boost_statistics:nth-child(even) svg {
    fill: rgb(116,115,122);
}.statistical_report svg path {
    transition: fill 0.3s ease;
    fill: inherit;
}.statistical_report .boost_statistics:hover svg {
    transform: scale(1.2);
}@keyframes floatBackground {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.statistical_report .boost_statistics:nth-child(1) {
    animation-delay: 0.1s;
}.statistical_report .boost_statistics:nth-child(2) {
    animation-delay: 0.2s;
}.statistical_report .boost_statistics:nth-child(3) {
    animation-delay: 0.3s;
}.statistical_report .boost_statistics:nth-child(4) {
    animation-delay: 0.4s;
}

@media (min-width: 992px) {.statistical_report .boost_statistics:nth-child(even) {
    margin-left: 100px;
}.statistical_report .boost_statistics:nth-child(odd) {
    margin-left: 50px;
}
}

@media (max-width: 991px) {.statistical_report h2 {
    padding-left: 0;
    border-left: none;
    text-align: center;
    border-bottom: 3px solid rgb(148,147,154);
    padding-bottom: 15px;
}.statistical_report h2::after {
    left: 50%;
    transform: translateX(-50%);
}.statistical_report ul::before {
    left: 15px;
}.statistical_report .boost_statistics {
    margin-left: 40px;
}.statistical_report .boost_statistics::after {
    left: -25px;
    height: 15px;
    width: 15px;
}.statistical_report .boost_statistics::before {
    left: -20px;
    width: 40px;
}
}

@media (max-width: 768px) {.statistical_report {
    padding: 70px 0;
}.statistical_report .boost_statistics {
    grid-template-rows: auto auto;
    grid-template-columns: 60px 1fr;
    gap: 10px;
}.statistical_report svg {
    grid-row: 2;
    grid-column: 1;
    margin-left: 0;
    justify-self: center;
}.statistical_report .boost_statistics p {
    font-size: 2.5rem;
}.statistical_report .boost_statistics span {
    grid-column: 2;
    grid-row: 2;
}
}

@media (max-width: 480px) {.statistical_report {
    padding: 50px 0;
}.statistical_report h2 {
    margin-bottom: 50px;
    font-size: calc(33px * 0.8);
}.statistical_report ul::before {
    left: 10px;
}.statistical_report .boost_statistics {
    margin-left: 30px;
    gap: 10px;
    padding: 20px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
}.statistical_report .boost_statistics::after {
    height: 12px;
    width: 12px;
    left: -20px;
}.statistical_report .boost_statistics::before {
    width: 30px;
    left: -18px;
}.statistical_report svg {
    margin-bottom: 10px;
    grid-column: 1;
    grid-row: 1;
    justify-self: center;
}.statistical_report .boost_statistics p {
    text-align: center;
    grid-row: 2;
    font-size: 2.2rem;
    grid-column: 1;
}.statistical_report .boost_statistics span {
    text-align: center;
    grid-row: 3;
    padding: 0;
    grid-column: 1;
}.statistical_report .boost_statistics span::before {
    display: none;
}.statistical_report .boost_statistics:hover {
    transform: translateX(5px);
}}

.statistical_report::before {
    animation: patternMove1 30s linear infinite;
}.statistical_report::after {
    animation: patternMove2 30s linear infinite;
}@keyframes patternMove1 {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 30px 30px;
    }
}

@keyframes patternMove2 {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: -30px -30px;
    }
}

.statistical_report .container::before {
    top: 50%;
    opacity: 0.5;
    position: absolute;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgb(148,147,154,0.5) 0%, transparent 70%);
    right: -100px;
    z-index: -1;
    animation: pulseGlow 10s infinite alternate;
    content: "";
    filter: blur(50px);
    border-radius: 50%;
}@keyframes pulseGlow {
    0% {
        transform: scale(0.9);
        opacity: 0.3;
    }
    100% {
        transform: scale(1.1);
        opacity: 0.5;
    }
}.appSpotlight {
    overflow: hidden;
    padding: 100px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(182,182,187) 0%, rgb(148,147,154,0.5) 30%, rgb(182,182,187) 70%, rgb(116,115,122,0.5) 100%);
}.appSpotlight::before {
    left: 0;
    height: 100%;
    background: radial-gradient(circle at 30% 50%, rgb(148,147,154,0.5) 0%, transparent 60%);
    animation: pulseGlow 10s ease-in-out infinite;
    position: absolute;
    content: "";
    top: 0;
    z-index: 0;
    width: 100%;
}.appSpotlight::after {
    position: absolute;
    height: 100%;
    background: 
        radial-gradient(2px 2px at 85% 15%, #ffffff 50%, transparent 60%),
        radial-gradient(2px 2px at 10% 75%, #ffffff 50%, transparent 60%),
        radial-gradient(2px 2px at 20% 20%, #ffffff 50%, transparent 60%),
        radial-gradient(2px 2px at 70% 80%, #ffffff 50%, transparent 60%),
        radial-gradient(2px 2px at 90% 60%, #ffffff 50%, transparent 60%);
    opacity: 0.7;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    content: "";
}.appSpotlight .container {
    max-width: 1200px;
    z-index: 1;
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
}.appSpotlight .master_track {
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
    padding: 3.5rem;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.7) 100%);
    flex-direction: column;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.1),
        inset 0 0 30px rgba(255, 255, 255, 0.2);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    gap: 2.5rem;
    display: flex;
    backdrop-filter: blur(10px);
}.appSpotlight .master_track::before {
    width: 80%;
    left: 50%;
    background: linear-gradient(90deg, transparent, rgb(148,147,154) 50%, transparent);
    opacity: 0.6;
    border-radius: 10px;
    position: absolute;
    top: -5px;
    content: "";
    transform: translateX(-50%);
    height: 10px;
}.appSpotlight .master_track::after {
    opacity: 0.6;
    content: "";
    width: 80%;
    bottom: -5px;
    background: linear-gradient(90deg, transparent, rgb(116,115,122) 50%, transparent);
    position: absolute;
    left: 50%;
    border-radius: 10px;
    height: 10px;
    transform: translateX(-50%);
}.appSpotlight .master_track > div:first-child {
    position: relative;
    padding-bottom: 1.5rem;
}.appSpotlight .master_track > div:first-child::after {
    height: 3px;
    bottom: 0;
    animation: expandLine 1.5s ease-out forwards;
    background: rgb(148,147,154);
    transform-origin: left;
    content: "";
    position: absolute;
    width: 60px;
    left: 0;
}.appSpotlight h5 {
    font-size: 20px;
    font-weight: 700;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    transform: translateY(0);
    margin: 0;
    position: relative;
    color: #000000;
    transition: transform 0.3s ease;
    line-height: 1.4;
}.appSpotlight a {
    overflow: hidden;
    transition: all 0.3s ease;
    position: relative;
    text-decoration: none;
    display: block;
}.appSpotlight a::before {
    left: -30px;
    content: "";
    background: linear-gradient(to right, transparent, rgb(148,147,154,0.5), transparent);
    animation: shine 3s infinite;
    width: 10px;
    opacity: 0;
    transition: opacity 0.3s ease;
    transform: skewX(-20deg);
    top: 0;
    position: absolute;
    height: 100%;
}.appSpotlight a:hover::before {
    opacity: 1;
}.appSpotlight p {
    padding: 0.5rem 1rem;
    border-left: 3px solid rgb(116,115,122,0.5);
    font-size: 12px;
    margin: 0;
    line-height: 1.7;
    transition: all 0.3s ease;
    position: relative;
    color: #000000;
}.appSpotlight a:hover p {
    transform: translateX(5px);
    color: rgb(148,147,154);
}.appSpotlight .master_track:hover {
    transform: perspective(1000px) rotateX(0deg);
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(255, 255, 255, 0.2),
        inset 0 0 50px rgba(255, 255, 255, 0.3);
}

@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.2;
        transform: scale(1);
    }
    50% {
        opacity: 0.5;
        transform: scale(1.1);
    }
}

@keyframes expandLine {
    0% {
        width: 0;
    }
    100% {
        width: 60px;
    }
}

@keyframes shine {
    0% {
        left: -30px;
    }
    20% {
        left: 120%;
    }
    100% {
        left: 120%;
    }
}

@media (min-width: 768px) {.appSpotlight {
    padding: 150px 0;
}.appSpotlight .master_track {
    margin: 0 auto;
    max-width: 85%;
    padding: 4rem 5rem;
    transform: perspective(1000px) rotateX(2deg) rotateY(1deg);
}.appSpotlight .master_track:hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg);
}.appSpotlight h5 {
    font-size: calc(20px * 1.2);
}.appSpotlight p {
    padding: 1rem 1.5rem;
    line-height: 1.8;
    font-size: calc(12px * 1.1);
}
}

@media (min-width: 992px) {.appSpotlight .master_track {
    gap: 3rem;
    max-width: 75%;
}.appSpotlight .master_track > div:first-child::after {
    width: 80px;
}
    
    @keyframes expandLine {
        0% {
            width: 0;
        }
        100% {
            width: 80px;
        }
    }
}

@media (max-width: 767px) {.appSpotlight {
    padding: 60px 0;
}.appSpotlight .master_track {
    gap: 1.5rem;
    padding: 2.5rem 1.5rem;
}.appSpotlight h5 {
    font-size: calc(20px * 0.9);
}.appSpotlight p {
    padding: 0.5rem;
    border-left-width: 2px;
}
}

@media (max-width: 480px) {.appSpotlight {
    padding: 40px 0;
}.appSpotlight .master_track {
    transform: perspective(1000px) rotateX(1deg);
    padding: 2rem 1.25rem;
}.appSpotlight h5 {
    font-size: calc(20px * 0.8);
}.appSpotlight p {
    font-size: calc(12px * 0.9);
    line-height: 1.6;
}}.education_experience {
    background: linear-gradient(90deg, rgb(182,182,187) 30%, rgb(116,115,122,0.5) 100%);
    position: relative;
    padding: 6rem 2rem;
    overflow: hidden;
    perspective: 1000px;
}.education_experience::before {
    left: 0;
    position: absolute;
    width: 100%;
    content: "";
    opacity: 0.1;
    top: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgb(148,147,154,0.5) 0,
        rgb(148,147,154,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    height: 100%;
}.education_experience::after {
    position: absolute;
    top: -20%;
    right: -10%;
    z-index: 0;
    height: 140%;
    content: "";
    transform: rotate(-15deg);
    width: 50%;
    filter: blur(60px);
    background: rgb(148,147,154,0.5);
}.education_experience .testimonial_sharing {
    grid-template-columns: 1fr 1.2fr;
    display: grid;
    transform: rotateX(5deg) rotateZ(-1deg);
    margin: 0 auto;
    transform-style: preserve-3d;
    max-width: 1100px;
    gap: 0;
    position: relative;
    z-index: 1;
}.education_experience .img_caption {
    transition: all 0.7s ease;
    transform: translateZ(30px);
    position: relative;
    clip-path: polygon(0 0, 100% 15%, 100% 100%, 0% 85%);
    transform-style: preserve-3d;
    border-radius: 0;
    box-shadow: 25px 25px 50px rgba(0, 0, 0, 0.5);
    height: 450px;
    z-index: 2;
}.education_experience .emp_achievements {
    transform: translateZ(10px);
    background: #ffffff;
    z-index: 1;
    justify-content: center;
    margin-left: -3rem;
    transition: all 0.7s ease;
    padding: 3rem 3rem 3rem 5rem;
    transform-style: preserve-3d;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    flex-direction: column;
    display: flex;
    position: relative;
}.education_experience .emp_achievements::before {
    position: absolute;
    transform: translateY(-50%);
    width: 10px;
    left: 0;
    top: 50%;
    height: 60%;
    background: linear-gradient(to bottom, rgb(148,147,154), rgb(116,115,122));
    content: "";
}.education_experience .name {
    color: #000000;
    transform: translateZ(20px);
    transition: transform 0.5s ease;
    font-weight: 700;
    margin-bottom: 0.5rem;
    font-size: calc(37px * 1.2);
}.education_experience .emp_achievements div:nth-child(2) {
    transition: transform 0.5s ease 0.1s;
    font-size: 22px;
    transform: translateZ(15px);
    font-weight: 600;
    margin-bottom: 2rem;
    color: rgb(116,115,122);
}.education_experience .emp_section {
    position: relative;
    transition: transform 0.5s ease 0.2s;
    font-size: 14px;
    transform: translateZ(10px);
    font-style: italic;
    line-height: 1.7;
    color: #000000;
}.education_experience .emp_section::after {
    font-size: 5rem;
    right: 0;
    font-family: serif;
    content: "";
    bottom: -2rem;
    line-height: 0;
    color: rgb(148,147,154,0.5);
    position: absolute;
}.education_experience .testimonial_sharing:hover .img_caption {
    transform: translateZ(50px) translateX(-20px);
}.education_experience .testimonial_sharing:hover .emp_achievements {
    transform: translateZ(30px) translateX(20px);
}.education_experience .testimonial_sharing:hover .name {
    transform: translateZ(40px);
}.education_experience .testimonial_sharing:hover .emp_achievements div:nth-child(2) {
    transform: translateZ(35px);
}.education_experience .testimonial_sharing:hover .emp_section {
    transform: translateZ(30px);
}

@media screen and (max-width: 991px) {.education_experience .testimonial_sharing {
    grid-template-columns: 1fr;
    transform: none;
}.education_experience .img_caption {
    margin-bottom: -2rem;
    transform: none;
    height: 350px;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}.education_experience .emp_achievements {
    margin-left: 0;
    z-index: 3;
    transform: none;
    padding: 3rem 2rem 2rem;
}.education_experience .emp_achievements::before {
    top: 0;
    transform: translateX(-50%);
    width: 50%;
    left: 50%;
    height: 5px;
}.education_experience .testimonial_sharing:hover .img_caption,
    .education_experience .testimonial_sharing:hover .emp_achievements,
    .education_experience .testimonial_sharing:hover .name,
    .education_experience .testimonial_sharing:hover .emp_achievements div:nth-child(2),
    .education_experience .testimonial_sharing:hover .emp_section {
    transform: none;
}
}