* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}@keyframes pulse_scrollbar { 0% { opacity: 1; } 50% { opacity: 0.7; } 100% { opacity: 1; } }

::-webkit-scrollbar {
    width: 6px;
}::-webkit-scrollbar-track {
    background: repeating-linear-gradient(45deg, #ffffff, #ffffff 11px, rgb(164,162,197) 11px, rgb(164,162,197) 16px);
    box-shadow: inset -5px -5px 11px 5px rgba(0, 0, 0, 0.8);
    border-radius: 14vw;
}::-webkit-scrollbar-thumb {
    animation: pulse_scrollbar 4.4s ease-out 2;
    transition: background, border-radius 3.3s ease;
    background: rgb(197,193,219);
}::-webkit-scrollbar-thumb:active {
    background: rgb(255, 255, 255, 0.5);
}* {
    scrollbar-color: #ffffff rgb(164,162,197,0.5);
    scrollbar-width: auto;
}header,footer {
    width: 100%;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1221px;
}.inner-containergM4wZ {
    display: flex;
    min-height: 100%;
    height: 100%;
    flex-direction: column;
}svg {
    width: 30px;
    height: 30px;
}a {
    text-decoration: none;
    color: inherit;
}.citationQrjbH {
    flex: 0 0 auto;
}html,body {
    height: 100%;
    min-height: 100%;
    color: #000000;
    scroll-behavior: auto;
    font-family: Arial, sans-serif;
}.main_pagebarODM52 {
    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;
}}
.academic_expertise5VztJ {
    position: relative;
    padding: 6rem 2rem;
    overflow: hidden;
    background: rgb(225,223,238);
}.academic_expertise5VztJ::before {
    animation: lineExpand 5s ease-in-out infinite alternate;
    left: 0;
    background: linear-gradient(to right, transparent, rgb(197,193,219,0.5), transparent);
    height: 1px;
    top: 40%;
    width: 40%;
    transform-origin: left center;
    position: absolute;
    content: "";
}.academic_expertise5VztJ::after {
    height: 1px;
    width: 40%;
    background: linear-gradient(to left, transparent, rgb(164,162,197,0.5), transparent);
    bottom: 40%;
    position: absolute;
    right: 0;
    animation: lineExpand 5s ease-in-out infinite alternate 2.5s;
    transform-origin: right center;
    content: "";
}.academic_expertise5VztJ .user_ratings23wCN {
    position: relative;
    max-width: 1100px;
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 4rem;
    z-index: 1;
    margin: 0 auto;
}.academic_expertise5VztJ .img_border_boxBbuXA {
    filter: grayscale(100%);
    overflow: hidden;
    transform: scale(1);
    border-radius: 0;
    transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    clip-path: polygon(0 10%, 100% 0%, 85% 100%, 0% 90%);
    width: 100%;
    position: relative;
    height: 400px;
}.academic_expertise5VztJ .img_border_boxBbuXA::after {
    left: 0;
    content: "";
    background: linear-gradient(135deg, rgb(197,193,219,0.5) 0%, transparent 50%);
    width: 100%;
    position: absolute;
    mix-blend-mode: overlay;
    top: 0;
    transition: all 0.7s ease;
    height: 100%;
    opacity: 0.5;
}.academic_expertise5VztJ .exp_projectsyVv2k {
    display: flex;
    justify-content: center;
    position: relative;
    flex-direction: column;
    transition: all 0.7s ease;
    opacity: 0.9;
}.academic_expertise5VztJ .exp_projectsyVv2k::before {
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5), transparent);
    top: 15%;
    left: -2rem;
    content: "";
    width: 1px;
    position: absolute;
    height: 70%;
}.academic_expertise5VztJ .name {
    transition: all 0.5s ease;
    font-size: calc(42px * 1.2);
    font-weight: 700;
    margin-bottom: 1rem;
    position: relative;
    transform: translateX(0);
    color: #000000;
}.academic_expertise5VztJ .name::after {
    width: 50px;
    transform: scaleX(0);
    content: "";
    transition: transform 0.5s ease 0.2s;
    bottom: -0.5rem;
    position: absolute;
    background: rgb(197,193,219);
    height: 2px;
    transform-origin: left;
    left: 0;
}.academic_expertise5VztJ .exp_projectsyVv2k div:nth-child(2) {
    font-size: 17px;
    margin-bottom: 3rem;
    transform: translateX(0);
    transition: all 0.5s ease 0.1s;
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgb(164,162,197);
}.academic_expertise5VztJ .exp_highlightssXWwH {
    line-height: 1.8;
    position: relative;
    color: #000000;
    padding-left: 2rem;
    font-weight: 300;
    transform: translateX(0);
    font-size: 20px;
    transition: all 0.5s ease 0.2s;
}.academic_expertise5VztJ .exp_highlightssXWwH::before {
    line-height: 1;
    position: absolute;
    top: -1rem;
    content: "";
    font-size: 4rem;
    font-family: serif;
    color: rgb(197,193,219,0.5);
    left: 0;
}.academic_expertise5VztJ .user_ratings23wCN:hover .img_border_boxBbuXA {
    filter: grayscale(0%);
    transform: scale(1.05);
}.academic_expertise5VztJ .user_ratings23wCN:hover .img_border_boxBbuXA::after {
    opacity: 0.3;
}.academic_expertise5VztJ .user_ratings23wCN:hover .name {
    transform: translateX(10px);
}.academic_expertise5VztJ .user_ratings23wCN:hover .name::after {
    transform: scaleX(1);
}.academic_expertise5VztJ .user_ratings23wCN:hover .exp_projectsyVv2k div:nth-child(2) {
    transform: translateX(20px);
}.academic_expertise5VztJ .user_ratings23wCN:hover .exp_highlightssXWwH {
    transform: translateX(5px);
}

@keyframes lineExpand {
    0% {
        transform: scaleX(0.3);
        opacity: 0.3;
    }
    100% {
        transform: scaleX(1);
        opacity: 1;
    }
}

@media screen and (max-width: 991px) {.academic_expertise5VztJ .user_ratings23wCN {
    gap: 3rem;
    grid-template-columns: 1fr;
}.academic_expertise5VztJ .img_border_boxBbuXA {
    clip-path: polygon(0 5%, 100% 0%, 95% 100%, 0% 95%);
    width: 80%;
    height: 350px;
    margin: 0 auto;
}.academic_expertise5VztJ .exp_projectsyVv2k::before {
    background: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.5), transparent);
    top: -1.5rem;
    height: 1px;
    width: 60%;
    left: 20%;
}.academic_expertise5VztJ .user_ratings23wCN:hover .name,
    .academic_expertise5VztJ .user_ratings23wCN:hover .exp_projectsyVv2k div:nth-child(2),
    .academic_expertise5VztJ .user_ratings23wCN:hover .exp_highlightssXWwH {
    transform: translateX(0);
}}.location_infonDQOq {
    perspective: 1000px;
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(225,223,238) 0%, rgba(rgb(197,193,219), 0.05) 100%);
}.location_infonDQOq::before {
    position: absolute;
    height: 110%;
    pointer-events: none;
    background: repeating-linear-gradient(
        45deg,
        rgba(rgb(197,193,219), 0.01),
        rgba(rgb(197,193,219), 0.02) 2px,
        transparent 2px,
        transparent 8px
    );
    z-index: 0;
    top: -5%;
    width: 110%;
    content: "";
    transform: rotateX(45deg) rotateZ(-2deg);
    left: -5%;
}.location_infonDQOq .container {
    position: relative;
    margin: 0 auto;
    z-index: 1;
    padding: 0 2rem;
    max-width: 1200px;
}.location_infonDQOq .support_infostQ2J {
    backdrop-filter: blur(10px);
    padding: 3rem;
    grid-template-columns: 1fr;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    display: grid;
    gap: 2.5rem;
    background: rgba(#ffffff, 0.9);
    transform: translateZ(0);
    box-shadow: 0 20px 40px rgba(#000000, 0.08), 
                0 0 0 1px rgba(rgb(197,193,219), 0.05),
                0 4px 0 rgba(rgb(197,193,219), 0.3);
}.location_infonDQOq .support_infostQ2J:hover {
    box-shadow: 0 25px 50px rgba(#000000, 0.1), 
                0 0 0 1px rgba(rgb(197,193,219), 0.08),
                0 6px 0 rgba(rgb(197,193,219), 0.4);
    transform: translateY(-5px) translateZ(10px);
}.location_infonDQOq h3 {
    padding-bottom: 0.75rem;
    margin: 0 0 1.5rem;
    font-size: calc(29px * 1.2);
    font-weight: 700;
    position: relative;
    transition: transform 0.3s ease-out;
    transform-origin: left center;
    color: #000000;
}.location_infonDQOq h3::after {
    width: 4rem;
    transform-origin: left;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    background: rgb(197,193,219);
    transform: scaleX(1);
    content: "";
    left: 0;
    height: 4px;
    position: absolute;
    bottom: 0;
}.location_infonDQOq .support_infostQ2J:hover h3::after {
    transform: scaleX(1.5);
}.location_infonDQOq p {
    font-size: 17px;
    color: #000000;
    margin-bottom: 1.5rem;
    transition: transform 0.3s ease-out;
    line-height: 1.7;
}.location_infonDQOq div > p {
    transform: translateZ(5px);
}.location_infonDQOq h5 {
    font-weight: 600;
    align-items: center;
    font-size: 20px;
    text-transform: capitalize;
    display: flex;
    color: #000000;
    margin-bottom: 0.5rem;
}.location_infonDQOq h5 svg {
    transform: translateY(0);
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    margin-left: 0.75rem;
}.location_infonDQOq h5:hover svg {
    transform: translateY(-3px);
}.location_infonDQOq svg {
    flex-shrink: 0;
    height: 24px;
    width: 24px;
}.location_infonDQOq svg path {
    transition: fill 0.3s ease, transform 0.3s ease;
    fill: rgb(197,193,219);
}.location_infonDQOq .write_page8J1Qt {
    list-style: none;
    gap: 1.25rem;
    flex-direction: column;
    display: flex;
    padding: 0;
    margin: 1.5rem 0 0;
}.location_infonDQOq .learn_formeO0Zo {
    align-items: center;
    text-decoration: none;
    font-size: calc(17px * 1.05);
    font-weight: 600;
    transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    background: rgba(rgb(197,193,219), 0.05);
    display: flex;
    color: #000000;
    padding: 0.75rem 1.25rem;
    border-left: 3px solid rgb(197,193,219);
    transform: translateX(0);
}.location_infonDQOq .learn_formeO0Zo:hover {
    border-left: 6px solid rgb(197,193,219);
    background: rgba(rgb(197,193,219), 0.1);
    transform: translateX(5px);
}.location_infonDQOq .learn_formeO0Zo svg {
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    transform: rotate(0);
    margin-left: auto;
}.location_infonDQOq .learn_formeO0Zo:hover svg {
    transform: rotate(15deg) scale(1.1);
}.location_infonDQOq .learn_formeO0Zo:hover svg path {
    fill: rgb(164,162,197);
}.location_infonDQOq .learn_formeO0Zo:active {
    transform: translateX(5px) scale(0.98);
}

@media (min-width: 768px) {.location_infonDQOq {
    padding: 8rem 0;
}.location_infonDQOq .support_infostQ2J {
    padding: 4rem;
    gap: 3rem;
    grid-template-columns: 2fr 1fr;
}.location_infonDQOq h3 {
    grid-column: 1 / -1;
    font-size: calc(29px * 1.4);
}.location_infonDQOq .write_page8J1Qt {
    margin: 0;
    grid-column: 2 / 3;
    grid-row: 2 / 4;
}.location_infonDQOq::after {
    border-radius: 50%;
    position: absolute;
    opacity: 0.6;
    background: linear-gradient(135deg, rgba(rgb(197,193,219), 0.2), rgba(rgb(164,162,197), 0.1));
    top: 20%;
    width: 300px;
    right: -5%;
    z-index: 0;
    height: 300px;
    content: "";
    filter: blur(60px);
}
}

@media (min-width: 992px) {.location_infonDQOq .support_infostQ2J {
    grid-template-columns: 3fr 2fr;
    gap: 4rem;
}.location_infonDQOq h3 {
    font-size: calc(44px * 0.9);
}.location_infonDQOq .learn_formeO0Zo {
    padding: 1rem 1.5rem;
    font-size: calc(17px * 1.1);
}.location_infonDQOq::before {
    transform: rotateX(55deg) rotateZ(-5deg);
}.location_infonDQOq .support_infostQ2J {
    transform-style: preserve-3d;
}.location_infonDQOq .support_infostQ2J > div:not(:first-child) {
    transform: translateZ(10px);
}@keyframes float {
        0%, 100% { transform: translateY(0); }
        50% { transform: translateY(-10px); }
    }
    
    .location_infonDQOq .write_page8J1Qt {
    position: relative;
}.location_infonDQOq .write_page8J1Qt::before {
    content: "";
    z-index: -1;
    inset: -20px;
    border-radius: 18px;
    transform: translateZ(-5px);
    position: absolute;
    background: linear-gradient(45deg, rgba(rgb(197,193,219), 0.03), rgba(rgb(164,162,197), 0.02));
}
}

@media (max-width: 767px) {.location_infonDQOq {
    padding: 4rem 0;
}.location_infonDQOq .support_infostQ2J {
    padding: 2rem;
}.location_infonDQOq h3 {
    font-size: calc(29px * 1.1);
}.location_infonDQOq .learn_formeO0Zo {
    padding: 0.75rem 1rem;
}
}

@media (hover: hover) {.location_infonDQOq .learn_formeO0Zo:hover svg path {
    animation: pulse 1s infinite alternate;
}@keyframes pulse {
        0% { fill: rgb(197,193,219); }
        100% { fill: rgb(164,162,197); }
    }
}footer {
    background-color: #000000;
    position: relative;
    margin-top: 0;
}footer::before {
    position: absolute;
    background: linear-gradient(to right,
    #000000 0%,
    rgb(197,193,219,0.5) 50%,
    #000000 100%);
    height: 100%;
    z-index: 1;
    content: "";
    opacity: 0.9;
    top: 0;
    width: 100%;
    left: 0;
}.citationQrjbH {
    background-color: transparent;
    z-index: 5;
    position: relative;
    padding: 60px 0 40px;
}.citationQrjbH .container {
    display: grid;
    position: relative;
    grid-gap: 30px;
    grid-template-columns: repeat(12, 1fr);
}.citationQrjbH .company_holder {
    padding: 30px;
    grid-column: span 4;
    position: relative;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.03);
}.citationQrjbH .company_holder h3 {
    display: inline-block;
    font-size: 34px;
    margin-bottom: 20px;
    position: relative;
    font-weight: 700;
    color: #ffffff;
}.citationQrjbH .company_holder h3::after {
    background: rgb(197,193,219);
    position: absolute;
    width: 100%;
    content: "";
    bottom: -8px;
    height: 2px;
    left: 0;
}.citationQrjbH .cheat_sheetw1OBb {
    opacity: 0.8;
    line-height: 1.6;
    font-size: 13px;
    color: #ffffff;
}.citationQrjbH .footer_disclaimert9Zd6 {
    display: grid;
    grid-column: span 8;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
}.citationQrjbH .top_pagebarFfRQT {
    position: relative;
    background-color: rgba(255, 255, 255, 0.03);
    padding: 30px;
    border-radius: 10px;
}.citationQrjbH .top_pagebarFfRQT h5 {
    font-weight: 600;
    color: #ffffff;
    font-size: 20px;
    position: relative;
    margin-bottom: 20px;
    display: inline-block;
}.citationQrjbH .top_pagebarFfRQT h5::after {
    background: rgb(164,162,197);
    left: 0;
    bottom: -8px;
    position: absolute;
    height: 2px;
    width: 100%;
    content: "";
}.citationQrjbH .top_pagebarFfRQT .main_headseAPO {
    display: grid;
    grid-gap: 15px;
}.citationQrjbH .top_pagebarFfRQT .main_headseAPO a {
    display: block;
    text-decoration: none;
    position: relative;
    opacity: 0.8;
    padding-left: 15px;
    font-size: 13px;
    color: #ffffff;
    transition: color 0.3s ease, transform 0.3s ease;
}.citationQrjbH .top_pagebarFfRQT .main_headseAPO a::before {
    border-radius: 50%;
    left: 0;
    top: 50%;
    height: 6px;
    width: 6px;
    transform: translateY(-50%);
    background: rgb(164,162,197);
    position: absolute;
    content: "";
}.citationQrjbH .top_pagebarFfRQT .main_headseAPO a:hover {
    transform: translateX(5px);
    opacity: 1;
    color: rgb(197,193,219);
}.template_ctaYMEoV {
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 5;
    position: relative;
    padding: 25px 0;
    margin-top: 40px;
}.template_ctaYMEoV .container {
    justify-content: center;
    display: flex;
    align-items: center;
}.template_ctaYMEoV .job_boardLj2go {
    text-align: center;
    color: #ffffff;
    font-size: 13px;
    opacity: 0.7;
}

@media (max-width: 991px) {.citationQrjbH .container {
    grid-gap: 30px;
    grid-template-columns: 1fr;
}.citationQrjbH .company_holder {
    grid-column: span 12;
}.citationQrjbH .footer_disclaimert9Zd6 {
    grid-column: span 12;
    grid-template-columns: 1fr 1fr;
}
}

@media (max-width: 767px) {.citationQrjbH {
    padding: 40px 0 30px;
}.citationQrjbH .footer_disclaimert9Zd6 {
    grid-template-columns: 1fr;
}.citationQrjbH .company_holder {
    padding: 25px;
}.citationQrjbH .top_pagebarFfRQT {
    padding: 25px;
}.citationQrjbH .company_holder h3 {
    font-size: calc(34px - 2px);
}.citationQrjbH .top_pagebarFfRQT h5 {
    font-size: calc(20px - 1px);
}
}

@media (max-width: 575px) {.citationQrjbH {
    padding: 30px 0 20px;
}.citationQrjbH .company_holder,
  .citationQrjbH .top_pagebarFfRQT {
    padding: 20px;
}.citationQrjbH .company_holder h3 {
    font-size: calc(34px - 4px);
}.template_ctaYMEoV {
    padding: 20px 0;
}}

.citationQrjbH .company_holder:hover,
.citationQrjbH .top_pagebarFfRQT:hover {
    transition: background-color 0.3s ease;
    background-color: rgba(255, 255, 255, 0.05);
}.citationQrjbH .container::before {
    top: 0;
    z-index: -1;
    opacity: 0.05;
    background: 
    linear-gradient(to right, rgb(197,193,219,0.5) 1px, transparent 1px) 0 0 / 40px 100%,
    linear-gradient(to bottom, rgb(197,193,219,0.5) 1px, transparent 1px) 0 0 / 100% 40px;
    pointer-events: none;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    content: "";
}.citationQrjbH .company_holder::before {
    height: 100%;
    width: 5px;
    position: absolute;
    opacity: 0.5;
    content: "";
    top: 0;
    left: 0;
    background: rgb(197,193,219);
}.citationQrjbH .top_pagebarFfRQT::before {
    left: 0;
    top: 0;
    width: 5px;
    position: absolute;
    height: 100%;
    content: "";
    opacity: 0.5;
    background: rgb(164,162,197);
}footer::after {
    left: 0;
    width: 100%;
    content: "";
    bottom: 0;
    background: linear-gradient(to right,
    rgb(197,193,219),
    rgb(164,162,197),
    rgb(197,193,219));
    opacity: 0.3;
    z-index: 2;
    position: absolute;
    height: 5px;
}.citationQrjbH .main_headseAPO {
    position: relative;
}.citationQrjbH .main_headseAPO::after {
    opacity: 0.2;
    position: absolute;
    background: rgb(164,162,197,0.5);
    bottom: -15px;
    width: 100%;
    height: 1px;
    left: 0;
    content: "";
}.citationQrjbH .top_pagebarFfRQT h5,
.citationQrjbH .company_holder h3 {
    letter-spacing: 1px;
    text-transform: uppercase;
}.citationQrjbH .top_pagebarFfRQT:nth-child(1) {
    grid-row: 1;
    grid-column: 1;
}.citationQrjbH .top_pagebarFfRQT:nth-child(2) {
    grid-row: 1;
    grid-column: 2;
}.template_ctaYMEoV .job_boardLj2go {
    position: relative;
    display: inline-block;
}.template_ctaYMEoV .job_boardLj2go::before {
    height: 1px;
    transform: translateY(-50%);
    left: -40px;
    content: "";
    background: rgb(197,193,219);
    top: 50%;
    width: 30px;
    position: absolute;
    opacity: 0.5;
}.template_ctaYMEoV .job_boardLj2go::after {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    content: "";
    background: rgb(197,193,219);
    height: 1px;
    opacity: 0.5;
    right: -40px;
    width: 30px;
}.plan_selection6A2qm {
    position: relative;
    overflow: hidden;
    color: #ffffff;
    padding: 100px 0;
}.plan_selection6A2qm::before {
    left: 0;
    position: absolute;
    background: linear-gradient(135deg, rgba(20, 30, 48, 0.85), rgba(36, 59, 85, 0.92));
    content: "";
    width: 100%;
    top: 0;
    z-index: 1;
    height: 100%;
}.plan_selection6A2qm::after {
    background: radial-gradient(circle at 75% 25%, rgba(rgb(197,193,219,0.5), 0.15) 0%, transparent 50%);
    left: 0;
    z-index: 2;
    top: 0;
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
}.plan_selection6A2qm .container {
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
    z-index: 3;
    margin: 0 auto;
}.plan_selection6A2qm .trial_pricingruoRN {
    position: relative;
}.plan_selection6A2qm h2 {
    opacity: 1;
    font-size: 28px;
    transition: transform 0.5s ease, opacity 0.5s ease;
    transform: translateY(0);
    text-align: center;
    font-weight: 700;
    color: #ffffff;
    position: relative;
    margin-bottom: 20px;
}.plan_selection6A2qm h2::after {
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    content: "";
    bottom: -10px;
    height: 3px;
    background: linear-gradient(90deg, rgb(197,193,219), rgb(164,162,197));
    position: absolute;
}.plan_selection6A2qm .rate_panelSWLPN {
    color: #ffffff;
    margin: 0 auto 40px;
    max-width: 700px;
    text-align: center;
    font-size: calc(17px + 2px);
    line-height: 1.6;
    opacity: 0.9;
}.plan_selection6A2qm .plan_detailsG15lm {
    gap: 30px;
    list-style: none;
    margin: 0;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    display: grid;
    padding: 0;
}.plan_selection6A2qm .plan_detailsG15lm li {
    perspective: 1000px;
    display: flex;
}.plan_selection6A2qm .cost_matrixh4IPn {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03));
    width: 100%;
    display: flex;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.1);
    height: 100%;
    -webkit-backdrop-filter: blur(8px);
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2);
    flex-direction: column;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.5s ease;
    backdrop-filter: blur(8px);
    text-decoration: none;
    z-index: 1;
    overflow: hidden;
}.plan_selection6A2qm .cost_matrixh4IPn::before {
    background: radial-gradient(circle at 30% 30%, rgb(197,193,219,0.5), transparent 75%);
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
    opacity: 0;
    width: 100%;
    content: "";
    height: 100%;
    transition: opacity 0.5s ease;
}.plan_selection6A2qm .cost_matrixh4IPn:hover {
    box-shadow: 0 25px 35px rgba(0, 0, 0, 0.25);
    transform: translateY(-10px) rotateX(5deg);
}.plan_selection6A2qm .cost_matrixh4IPn:hover::before {
    opacity: 0.15;
}.plan_selection6A2qm .study_offersWpSXi {
    padding: 30px;
    display: flex;
    position: relative;
    flex-direction: column;
    flex-grow: 1;
}.plan_selection6A2qm .price_panel8SzGf {
    flex-direction: column;
    display: flex;
    height: 100%;
}.plan_selection6A2qm .price_panel8SzGf h4 {
    margin: 0 0 20px;
    font-size: calc(20px + 2px);
    color: #ffffff;
    position: relative;
    transition: transform 0.3s ease;
}.plan_selection6A2qm .cost_matrixh4IPn:hover .price_panel8SzGf h4 {
    transform: translateY(-5px);
}.plan_selection6A2qm .price_panel8SzGf h4::after {
    bottom: -8px;
    content: "";
    background: rgb(164,162,197);
    position: absolute;
    left: 0;
    height: 2px;
    width: 40px;
    transition: width 0.3s ease;
}.plan_selection6A2qm .cost_matrixh4IPn:hover .price_panel8SzGf h4::after {
    width: 60px;
}.plan_selection6A2qm .price_panel8SzGf p {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
    font-size: 17px;
    word-break: break-word;
    flex-grow: 1;
    overflow-wrap: break-word;
    margin: 0 0 25px;
}.plan_selection6A2qm .training_subzJpKF {
    padding: 10px 20px;
    position: relative;
    font-size: calc(20px + 4px);
    transition: transform 0.3s ease;
    margin-top: auto;
    align-self: flex-start;
    background: linear-gradient(90deg, rgb(197,193,219,0.5), transparent);
    font-weight: 700;
    border-radius: 10px;
    overflow: hidden;
    color: #ffffff;
}.plan_selection6A2qm .training_subzJpKF::before {
    height: 100%;
    transition: left 0.5s ease;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    top: 0;
    width: 100%;
    position: absolute;
    left: -100%;
}.plan_selection6A2qm .cost_matrixh4IPn:hover .training_subzJpKF {
    transform: scale(1.05);
}.plan_selection6A2qm .cost_matrixh4IPn:hover .training_subzJpKF::before {
    left: 100%;
}

@media (max-width: 1200px) {.plan_selection6A2qm {
    padding: 80px 0;
}.plan_selection6A2qm .plan_detailsG15lm {
    gap: 25px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
}

@media (max-width: 992px) {.plan_selection6A2qm h2 {
    font-size: calc(28px - 4px);
}.plan_selection6A2qm .rate_panelSWLPN {
    font-size: 17px;
    margin-bottom: 30px;
}.plan_selection6A2qm .study_offersWpSXi {
    padding: 25px;
}
}

@media (max-width: 768px) {.plan_selection6A2qm {
    padding: 60px 0;
}.plan_selection6A2qm .plan_detailsG15lm {
    margin: 0 auto;
    max-width: 450px;
    grid-template-columns: 1fr;
}.plan_selection6A2qm .price_panel8SzGf h4 {
    font-size: 20px;
}.plan_selection6A2qm .training_subzJpKF {
    font-size: 20px;
}
}

@media (max-width: 576px) {.plan_selection6A2qm {
    padding: 50px 0;
}.plan_selection6A2qm h2 {
    font-size: calc(28px - 6px);
}.plan_selection6A2qm .rate_panelSWLPN {
    font-size: calc(17px - 1px);
}.plan_selection6A2qm .study_offersWpSXi {
    padding: 20px;
}.plan_selection6A2qm .price_panel8SzGf p {
    font-size: calc(17px - 1px);
}}.who_we_are3INdn {
    background: rgb(225,223,238);
    padding: 140px 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
}.who_we_are3INdn::before {
    z-index: -1;
    width: 100%;
    animation: gradientFlow 15s ease infinite;
    top: 0;
    transform-origin: center center;
    background: 
        linear-gradient(217deg, rgb(197,193,219,0.5), transparent 70%),
        linear-gradient(127deg, rgb(164,162,197,0.5), transparent 70%),
        linear-gradient(336deg, rgb(197,193,219,0.5), transparent 70%);
    height: 100%;
    opacity: 0.15;
    left: 0;
    position: absolute;
    content: "";
    filter: blur(20px);
}@keyframes gradientFlow {
    0% {
        background-position: 0% 0%;
        filter: blur(20px) brightness(1);
    }
    50% {
        background-position: 100% 100%;
        filter: blur(15px) brightness(1.1);
    }
    100% {
        background-position: 0% 0%;
        filter: blur(20px) brightness(1);
    }
}

.who_we_are3INdn::after {
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(197,193,219,0.5) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgb(164,162,197,0.5) 0%, transparent 50%);
    top: 0;
    position: absolute;
    left: 0;
    content: "";
    z-index: -2;
    opacity: 0.2;
    animation: pulsateBackground 20s ease-in-out infinite alternate;
    height: 100%;
    width: 100%;
}@keyframes pulsateBackground {
    0% {
        opacity: 0.1;
        background-size: 100% 100%;
    }
    50% {
        opacity: 0.2;
        background-size: 120% 120%;
    }
    100% {
        opacity: 0.1;
        background-size: 100% 100%;
    }
}

.who_we_are3INdn .container {
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
}.who_we_are3INdn .container::before {
    filter: blur(80px);
    right: -100px;
    top: -100px;
    border-radius: 50%;
    animation: float 15s ease-in-out infinite alternate;
    background: rgb(197,193,219,0.5);
    height: 200px;
    content: "";
    width: 200px;
    position: absolute;
    opacity: 0.1;
}@keyframes float {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(-30px, 20px);
    }
    100% {
        transform: translate(0, 0);
    }
}

.who_we_are3INdn .why_chooseQ63Na {
    flex-direction: column;
    position: relative;
    display: flex;
    gap: 60px;
    justify-content: center;
    align-items: center;
}.who_we_are3INdn .why_chooseQ63Na::before {
    animation: scanline 4s ease-in-out infinite;
    height: 1px;
    content: "";
    left: 30%;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(197,193,219), transparent);
    width: 40%;
    top: 50%;
    opacity: 0.4;
}@keyframes scanline {
    0% {
        opacity: 0;
        transform: scaleX(0.5);
    }
    50% {
        opacity: 0.4;
        transform: scaleX(1);
    }
    100% {
        opacity: 0;
        transform: scaleX(0.5);
    }
}

.who_we_are3INdn .study_hub2XhzO {
    display: flex;
    perspective: 1000px;
    position: relative;
    padding: 50px 35px;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    border: 1px solid rgba(255, 255, 255, 0.05);
    max-width: 500px;
    margin-bottom: 20px;
    transform-style: preserve-3d;
    width: 100%;
    backdrop-filter: blur(15px);
    flex-direction: column;
    background: rgba(255, 255, 255, 0.02);
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.1);
    align-items: center;
    border-radius: 10px;
    z-index: 3;
}.who_we_are3INdn .study_hub2XhzO:hover {
    transform: translateY(-15px) rotateX(5deg);
    box-shadow: 0 35px 60px rgba(0, 0, 0, 0.12), 0 0 30px rgb(197,193,219,0.5);
    border-color: rgb(197,193,219,0.5);
}.who_we_are3INdn .study_hub2XhzO::before {
    transition: opacity 0.4s ease;
    inset: 0;
    position: absolute;
    border-radius: 10px;
    opacity: 0.07;
    background: linear-gradient(135deg, transparent 0%, rgb(197,193,219,0.5) 100%);
    z-index: -1;
    content: "";
}.who_we_are3INdn .study_hub2XhzO:hover::before {
    opacity: 0.12;
}.who_we_are3INdn .study_hub2XhzO::after {
    animation: borderGlow 4s linear infinite;
    background: linear-gradient(90deg, transparent, rgb(197,193,219,0.5), transparent);
    position: absolute;
    content: "";
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: -2;
    border-radius: calc(10px + 1px);
    inset: -1px;
}@keyframes borderGlow {
    0% {
        opacity: 0;
        background-position: 0% 50%;
    }
    50% {
        opacity: 0.5;
        background-position: 100% 50%;
    }
    100% {
        opacity: 0;
        background-position: 0% 50%;
    }
}

.who_we_are3INdn .study_hub2XhzO:hover::after {
    opacity: 1;
}.who_we_are3INdn .img_border_boxBbuXA {
    transition: all 0.5s ease;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    margin-bottom: 30px;
    z-index: 2;
    width: 220px;
    position: relative;
    border-radius: 50%;
    border: 5px solid rgba(255, 255, 255, 0.8);
    height: 220px;
}.who_we_are3INdn .img_border_boxBbuXA::before {
    animation: rotate 8s linear infinite;
    inset: -3px;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    padding: 3px;
    mask-composite: exclude;
    position: absolute;
    -webkit-mask-composite: xor;
    border-radius: 50%;
    background: conic-gradient(rgb(197,193,219), rgb(164,162,197), rgb(197,193,219));
    content: "";
}.who_we_are3INdn .img_border_boxBbuXA::after {
    opacity: 0.5;
    border: 1px dashed rgb(197,193,219,0.5);
    border-radius: 50%;
    animation: rotateReverse 20s linear infinite;
    content: "";
    inset: -10px;
    position: absolute;
}@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotateReverse {
    0% {
        transform: rotate(360deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

.who_we_are3INdn .learn_studioZxofE {
    width: 100%;
    text-align: center;
    padding-top: 15px;
    position: relative;
}.who_we_are3INdn .learn_studioZxofE::before {
    position: absolute;
    content: "";
    top: 0;
    height: 2px;
    opacity: 0.8;
    background: linear-gradient(90deg, transparent, rgb(197,193,219), transparent);
    left: 50%;
    width: 70px;
    transform: translateX(-50%);
}.who_we_are3INdn .master_programaUwA6 {
    position: relative;
    margin-bottom: 10px;
    font-size: calc(20px * 1.15);
    font-weight: 700;
    display: inline-block;
    letter-spacing: 0.5px;
    color: #000000;
}.who_we_are3INdn .master_programaUwA6::after {
    position: absolute;
    height: 2px;
    left: 50%;
    width: 0;
    transform: translateX(-50%);
    background: rgb(197,193,219);
    transition: width 0.4s ease;
    content: "";
    bottom: -4px;
}.who_we_are3INdn .study_hub2XhzO:hover .master_programaUwA6::after {
    width: 80%;
}.who_we_are3INdn .expert_learningsaIcGf {
    transition: all 0.3s ease;
    color: rgb(197,193,219);
    font-size: calc(17px * 1.05);
    letter-spacing: 0.5px;
    font-weight: 600;
    opacity: 0.9;
    margin-bottom: 0;
}.who_we_are3INdn .study_hub2XhzO:hover .expert_learningsaIcGf {
    opacity: 1;
    transform: translateY(2px);
    color: rgb(164,162,197);
}.who_we_are3INdn .post_containerGl1uY {
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.05);
    padding: 50px 45px;
    overflow: hidden;
    backdrop-filter: blur(10px);
    border-radius: 10px;
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.03);
    position: relative;
    background: rgba(255, 255, 255, 0.01);
}.who_we_are3INdn .post_containerGl1uY:hover {
    border-color: rgb(164,162,197,0.5);
    transform: translateY(-10px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.08), 0 0 30px rgb(164,162,197,0.5);
}.who_we_are3INdn .post_containerGl1uY::before,
.who_we_are3INdn .post_containerGl1uY::after {
    background: rgb(197,193,219,0.5);
    width: 500px;
    filter: blur(60px);
    border-radius: 45% 55% 50% 50% / 55% 45% 55% 45%;
    z-index: -1;
    transition: all 0.8s ease;
    position: absolute;
    height: 500px;
    animation: blobAnimation 25s infinite alternate;
    opacity: 0.03;
    content: "";
}@keyframes blobAnimation {
    0% {
        border-radius: 45% 55% 50% 50% / 55% 45% 55% 45%;
        transform: translate(0, 0) rotate(0deg) scale(1);
    }
    33% {
        border-radius: 60% 40% 55% 45% / 45% 65% 35% 55%;
        transform: translate(-20px, 10px) rotate(60deg) scale(1.05);
    }
    66% {
        border-radius: 50% 50% 35% 65% / 50% 50% 65% 35%;
        transform: translate(20px, -10px) rotate(120deg) scale(0.95);
    }
    100% {
        border-radius: 45% 55% 50% 50% / 55% 45% 55% 45%;
        transform: translate(0, 0) rotate(180deg) scale(1);
    }
}

.who_we_are3INdn .post_containerGl1uY::before {
    right: -250px;
    top: -250px;
}.who_we_are3INdn .post_containerGl1uY::after {
    left: -250px;
    background: rgb(164,162,197,0.5);
    animation-delay: -15s;
    bottom: -250px;
}.who_we_are3INdn .post_containerGl1uY:hover::before,
.who_we_are3INdn .post_containerGl1uY:hover::after {
    filter: blur(40px);
    opacity: 0.08;
}.who_we_are3INdn .fast_studyXNLgS {
    font-weight: 600;
    color: rgb(197,193,219);
    gap: 16px;
    margin-bottom: 25px;
    align-items: center;
    font-size: calc(16px * 1.2);
    display: flex;
    position: relative;
    transition: all 0.3s ease;
}.who_we_are3INdn .fast_studyXNLgS::after {
    left: 0;
    height: 1px;
    bottom: -8px;
    transition: width 0.4s ease;
    background: linear-gradient(90deg, rgb(197,193,219), transparent);
    width: 0;
    position: absolute;
    content: "";
}.who_we_are3INdn .post_containerGl1uY:hover .fast_studyXNLgS::after {
    width: 50%;
}.who_we_are3INdn .fast_studyXNLgS svg {
    height: 48px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    width: 48px;
    fill: rgb(197,193,219);
    transition: all 0.4s ease;
}.who_we_are3INdn .fast_studyXNLgS svg path {
    transition: fill 0.4s ease;
}.who_we_are3INdn .fast_studyXNLgS:hover svg {
    transform: rotateY(180deg);
    fill: rgb(164,162,197);
}.who_we_are3INdn .fast_studyXNLgS:hover svg path {
    fill: rgb(164,162,197);
}.who_we_are3INdn .post_containerGl1uY h2 {
    letter-spacing: 0.5px;
    font-weight: 700;
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 30px;
    transition: all 0.4s ease;
    color: #000000;
    font-size: calc(33px * 1.1);
}.who_we_are3INdn .post_containerGl1uY:hover h2 {
    transform: translateX(5px);
}.who_we_are3INdn .post_containerGl1uY h2::after {
    border-radius: 10px;
    background: linear-gradient(90deg, rgb(197,193,219), rgb(164,162,197,0.5), transparent);
    position: absolute;
    content: "";
    left: 0;
    transition: width 0.5s ease;
    height: 3px;
    width: 100px;
    bottom: 0;
}.who_we_are3INdn .post_containerGl1uY:hover h2::after {
    width: 150px;
}.who_we_are3INdn .post_containerGl1uY p {
    font-size: calc(17px * 1.05);
    transition: all 0.4s ease;
    margin-bottom: 0;
    position: relative;
    line-height: 1.9;
    color: #000000;
}.who_we_are3INdn .post_containerGl1uY:hover p {
    transform: translateY(3px);
}.who_we_are3INdn .post_containerGl1uY::before,
.who_we_are3INdn .post_containerGl1uY::after,
.who_we_are3INdn .study_hub2XhzO::before,
.who_we_are3INdn .study_hub2XhzO::after,
.who_we_are3INdn .img_border_boxBbuXA::before,
.who_we_are3INdn .img_border_boxBbuXA::after {
    pointer-events: none;
}.who_we_are3INdn .why_chooseQ63Na::after {
    left: 0;
    opacity: 0.03;
    content: "";
    width: 100%;
    pointer-events: none;
    background-image: 
        radial-gradient(rgb(197,193,219,0.5) 1px, transparent 1px),
        radial-gradient(rgb(164,162,197,0.5) 1px, transparent 1px);
    top: 0;
    background-position: 0 0, 20px 20px;
    z-index: -1;
    height: 100%;
    background-size: 40px 40px;
    position: absolute;
}.who_we_are3INdn .why_chooseQ63Na::after {
    width: 2px;
    animation: pulseHeight 3s infinite;
    z-index: 0;
    left: 50%;
    position: absolute;
    top: 350px;
    height: 40px;
    background: linear-gradient(to bottom, rgb(197,193,219), transparent);
    content: "";
}

@keyframes pulseHeight {
    0%, 100% {
        height: 40px;
        opacity: 0.6;
    }
    50% {
        height: 60px;
        opacity: 0.8;
    }
}

@media (max-width: 1199px) {.who_we_are3INdn {
    padding: 120px 0;
}.who_we_are3INdn .why_chooseQ63Na {
    gap: 50px;
}.who_we_are3INdn .post_containerGl1uY {
    padding: 40px 35px;
}.who_we_are3INdn .study_hub2XhzO {
    padding: 40px 30px;
}.who_we_are3INdn .why_chooseQ63Na::after {
    top: 320px;
}
}

@media (max-width: 991px) {.who_we_are3INdn {
    padding: 100px 0;
}.who_we_are3INdn .why_chooseQ63Na {
    gap: 50px;
}.who_we_are3INdn .post_containerGl1uY {
    padding: 40px 30px;
}.who_we_are3INdn .study_hub2XhzO {
    padding: 40px 30px;
}.who_we_are3INdn .post_containerGl1uY h2 {
    font-size: 33px;
}.who_we_are3INdn .why_chooseQ63Na::after {
    top: 300px;
}
}

@media (max-width: 767px) {.who_we_are3INdn {
    padding: 80px 0;
}.who_we_are3INdn .img_border_boxBbuXA {
    height: 180px;
    width: 180px;
}.who_we_are3INdn .study_hub2XhzO {
    padding: 35px 25px;
}.who_we_are3INdn .post_containerGl1uY {
    padding: 35px 25px;
}.who_we_are3INdn .post_containerGl1uY h2 {
    margin-bottom: 25px;
    font-size: calc(33px * 0.9);
    padding-bottom: 15px;
}.who_we_are3INdn .master_programaUwA6 {
    font-size: 20px;
}.who_we_are3INdn .expert_learningsaIcGf {
    font-size: 17px;
}.who_we_are3INdn .fast_studyXNLgS {
    font-size: 16px;
}.who_we_are3INdn .fast_studyXNLgS svg {
    width: 40px;
    height: 40px;
}.who_we_are3INdn .why_chooseQ63Na::after {
    top: 280px;
}
}

@media (max-width: 575px) {.who_we_are3INdn {
    padding: 60px 0;
}.who_we_are3INdn .img_border_boxBbuXA {
    width: 150px;
    margin-bottom: 20px;
    height: 150px;
}.who_we_are3INdn .study_hub2XhzO {
    padding: 30px 20px;
}.who_we_are3INdn .post_containerGl1uY {
    padding: 30px 20px;
}.who_we_are3INdn .fast_studyXNLgS {
    font-size: calc(16px * 0.95);
}.who_we_are3INdn .fast_studyXNLgS svg {
    height: 35px;
    width: 35px;
}.who_we_are3INdn .post_containerGl1uY h2 {
    font-size: calc(33px * 0.8);
    margin-bottom: 20px;
}.who_we_are3INdn .post_containerGl1uY p {
    font-size: 17px;
    line-height: 1.8;
}.who_we_are3INdn .master_programaUwA6 {
    font-size: calc(20px * 0.95);
}.who_we_are3INdn .expert_learningsaIcGf {
    font-size: calc(17px * 0.95);
}.who_we_are3INdn .why_chooseQ63Na::after {
    top: 250px;
}}.program_outcomesvqPWp {
    position: relative;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(225,223,238) 0%, rgba(245, 247, 251, 0.85) 100%);
    overflow: hidden;
}.program_outcomesvqPWp::before {
    width: 40%;
    transform: rotate(-15deg);
    content: "";
    background: linear-gradient(225deg, rgb(164,162,197,0.5) 0%, transparent 70%);
    position: absolute;
    z-index: 1;
    filter: blur(40px);
    top: -10%;
    right: -5%;
    height: 30%;
}.program_outcomesvqPWp::after {
    filter: blur(50px);
    width: 60%;
    left: -10%;
    transform: rotate(10deg);
    content: "";
    position: absolute;
    background: linear-gradient(45deg, rgb(197,193,219,0.5) 0%, transparent 80%);
    z-index: 1;
    bottom: -5%;
    height: 15%;
}.program_outcomesvqPWp .container {
    position: relative;
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
    padding: 0 20px;
}.program_outcomesvqPWp .why_chooseQ63Na {
    display: flex;
    position: relative;
    gap: 40px;
    align-items: center;
    justify-content: space-between;
}.program_outcomesvqPWp .post_containerGl1uY {
    padding: 40px 0;
    position: relative;
    flex: 1;
}.program_outcomesvqPWp .post_containerGl1uY::before {
    top: 0;
    transform: scaleY(0.9);
    content: "";
    filter: drop-shadow(0 0 10px rgba(rgb(197,193,219,0.5), 0.3));
    position: absolute;
    left: -20px;
    height: 100%;
    background: linear-gradient(to bottom, rgb(197,193,219) 0%, rgb(164,162,197) 100%);
    width: 5px;
}.program_outcomesvqPWp h4 {
    position: relative;
    line-height: 1.4;
    margin-bottom: 30px;
    color: #000000;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateX(0);
    font-size: calc(24px * 1.1);
    font-weight: 700;
}.program_outcomesvqPWp h4::after {
    bottom: -8px;
    transform-origin: left;
    content: "";
    position: absolute;
    width: 80px;
    transform: scaleX(1);
    left: 0;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
    background: rgb(164,162,197);
    height: 3px;
}.program_outcomesvqPWp .post_containerGl1uY:hover h4 {
    transform: translateX(5px);
}.program_outcomesvqPWp .post_containerGl1uY:hover h4::after {
    transform: scaleX(1.2);
}.program_outcomesvqPWp .post_containerGl1uY > div {
    gap: 30px;
    margin-top: 20px;
    display: flex;
}.program_outcomesvqPWp ul {
    margin: 0;
    list-style: none;
    flex: 1;
    padding: 0;
}.program_outcomesvqPWp li {
    transform: translateY(0);
    transition: transform 0.4s ease;
    margin-bottom: 25px;
    position: relative;
}.program_outcomesvqPWp li:hover {
    transform: translateY(-5px);
}.program_outcomesvqPWp li p {
    border-left: 3px solid rgb(164,162,197);
    display: flex;
    margin: 0;
    box-shadow: 0 8px 20px rgba(rgba(0, 0, 0, 0.5), 0.05);
    padding: 15px 20px;
    transition: all 0.3s ease;
    background: rgba(#ffffff, 0.9);
    align-items: flex-start;
    border-radius: 10px;
    backdrop-filter: blur(5px);
    gap: 15px;
}.program_outcomesvqPWp li:hover p {
    box-shadow: 0 12px 25px rgba(rgba(0, 0, 0, 0.5), 0.08);
    border-left-width: 5px;
}.program_outcomesvqPWp li p span:first-child {
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    display: flex;
    justify-content: center;
    border-radius: 50%;
    height: 40px;
    background: linear-gradient(135deg, rgb(164,162,197,0.5) 0%, rgba(255, 255, 255, 0.7) 100%);
    align-items: center;
    flex-shrink: 0;
    width: 40px;
    padding: 8px;
}.program_outcomesvqPWp li:hover p span:first-child {
    transform: scale(1.1);
}.program_outcomesvqPWp li p span:last-child {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
    color: #000000;
}.program_outcomesvqPWp svg {
    transition: transform 0.3s ease;
    height: 24px;
    width: 24px;
}.program_outcomesvqPWp li:hover svg {
    transform: rotate(15deg);
}.program_outcomesvqPWp svg path {
    fill: rgb(164,162,197);
    transition: fill 0.3s ease;
}.program_outcomesvqPWp li:hover svg path {
    fill: rgb(197,193,219);
}.program_outcomesvqPWp .img_border_boxBbuXA {
    transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    max-width: 45%;
    position: relative;
    flex: 0 0 45%;
    border-radius: 2px;
    box-shadow: 25px 25px 50px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateY(-3deg) rotateX(2deg);
    z-index: 3;
}.program_outcomesvqPWp .img_border_boxBbuXA:hover {
    transform: perspective(1000px) rotateY(0deg) rotateX(0deg);
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.15);
}.program_outcomesvqPWp .img_border_boxBbuXA::before {
    content: "";
    z-index: 2;
    inset: 0;
    position: absolute;
    background: linear-gradient(45deg, rgba(rgb(197,193,219,0.5), 0.2), transparent);
    transition: opacity 0.5s ease;
    mix-blend-mode: overlay;
}.program_outcomesvqPWp .img_border_boxBbuXA:hover::before {
    opacity: 0.7;
}.program_outcomesvqPWp .img_border_boxBbuXA::after {
    transition: all 0.5s ease;
    content: "";
    filter: blur(40px);
    position: absolute;
    width: 80%;
    height: 80%;
    background: linear-gradient(135deg, transparent 0%, rgba(rgb(164,162,197,0.5), 0.1) 100%);
    right: -20px;
    bottom: -20px;
    z-index: -1;
}.program_outcomesvqPWp .img_border_boxBbuXA:hover::after {
    filter: blur(30px);
    transform: translate(-10px, -10px);
}

@media (max-width: 1024px) {.program_outcomesvqPWp {
    padding: 100px 0;
}.program_outcomesvqPWp .why_chooseQ63Na {
    gap: 30px;
}.program_outcomesvqPWp .img_border_boxBbuXA {
    flex: 0 0 40%;
    max-width: 40%;
}
}

@media (max-width: 900px) {.program_outcomesvqPWp .post_containerGl1uY > div {
    gap: 0;
    flex-direction: column;
}.program_outcomesvqPWp ul {
    margin-bottom: 20px;
}
}

@media (max-width: 768px) {.program_outcomesvqPWp {
    padding: 80px 0;
}.program_outcomesvqPWp .why_chooseQ63Na {
    flex-direction: column-reverse;
    gap: 50px;
}.program_outcomesvqPWp .post_containerGl1uY {
    width: 100%;
}.program_outcomesvqPWp .img_border_boxBbuXA {
    max-width: 80%;
    align-self: center;
    transform: perspective(1000px) rotateY(-3deg) rotateX(2deg) scale(0.95);
}.program_outcomesvqPWp h4 {
    font-size: calc(24px * 1.05);
    text-align: center;
}.program_outcomesvqPWp h4::after {
    transform: translateX(-50%) scaleX(1);
    left: 50%;
}.program_outcomesvqPWp .post_containerGl1uY::before {
    top: -20px;
    width: 100px;
    height: 5px;
    transform: translateX(-50%);
    left: 50%;
}.program_outcomesvqPWp .post_containerGl1uY:hover h4 {
    transform: translateY(-3px);
}
}

@media (max-width: 576px) {.program_outcomesvqPWp {
    padding: 60px 0;
}.program_outcomesvqPWp .img_border_boxBbuXA {
    max-width: 95%;
}.program_outcomesvqPWp li p {
    padding: 12px 15px;
}.program_outcomesvqPWp li p span:first-child {
    width: 35px;
    height: 35px;
}.program_outcomesvqPWp h4 {
    font-size: 24px;
}.program_outcomesvqPWp li p span:last-child {
    font-size: calc(16px * 0.95);
}
}

@media (max-width: 480px) {.program_outcomesvqPWp .post_containerGl1uY > div {
    gap: 0;
}.program_outcomesvqPWp li {
    margin-bottom: 15px;
}.program_outcomesvqPWp li p {
    gap: 10px;
}.program_outcomesvqPWp li p span:first-child {
    width: 30px;
    height: 30px;
}.program_outcomesvqPWp svg {
    width: 20px;
    height: 20px;
}}.join_nowXf79A {
    position: relative;
    background: linear-gradient(120deg, rgb(225,223,238) 0%, rgb(197,193,219,0.5) 100%);
    overflow: hidden;
    padding: 120px 0;
}.join_nowXf79A::before {
    height: 100%;
    width: 100%;
    z-index: 1;
    top: 0;
    content: '';
    background: linear-gradient(to right, transparent 0%, #ffffff 50%, transparent 100%);
    transform: skewY(-5deg);
    opacity: 0.1;
    position: absolute;
    left: 0;
}.join_nowXf79A::after {
    left: 0;
    height: 40%;
    position: absolute;
    bottom: 0;
    z-index: 1;
    background: linear-gradient(to top, rgb(197,193,219,0.5) 0%, transparent 100%);
    width: 100%;
    opacity: 0.2;
    content: '';
}.join_nowXf79A .why_chooseQ63Na {
    background: #ffffff;
    overflow: hidden;
    align-items: center;
    display: flex;
    z-index: 10;
    border-radius: 25px;
    position: relative;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}.join_nowXf79A .container p {
    line-height: 1.4;
    color: #000000;
    margin: 0;
    z-index: 5;
    font-size: 38px;
    flex: 1;
    padding: 60px;
    font-weight: 700;
    position: relative;
}.join_nowXf79A .query_mapfNL5B {
    height: 100%;
    position: relative;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    background: linear-gradient(135deg, rgb(197,193,219) 0%, rgb(164,162,197) 100%);
    text-decoration: none;
    z-index: 5;
    transition: all 0.4s ease;
    color: #ffffff;
    align-items: center;
    display: flex;
    padding: 50px;
    flex: 0 0 300px;
    font-size: 16px;
    justify-content: center;
}.join_nowXf79A .container p::after {
    content: '';
    position: absolute;
    bottom: 40px;
    height: 4px;
    border-radius: 10px;
    background: linear-gradient(to right, rgb(197,193,219), rgb(164,162,197));
    width: 60px;
    left: 60px;
}.join_nowXf79A .query_mapfNL5B::before {
    z-index: -1;
    content: '';
    left: 0;
    position: absolute;
    height: 100%;
    background: linear-gradient(135deg, rgb(164,162,197) 0%, rgb(197,193,219) 100%);
    top: 0;
    transition: opacity 0.4s ease;
    opacity: 0;
    width: 100%;
}.join_nowXf79A .query_mapfNL5B:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}.join_nowXf79A .query_mapfNL5B:hover::before {
    opacity: 1;
}.join_nowXf79A .why_chooseQ63Na::before {
    top: 0;
    left: 0;
    content: '';
    background: linear-gradient(to right, rgb(197,193,219), rgb(164,162,197));
    position: absolute;
    z-index: 2;
    height: 6px;
    width: 100%;
}.join_nowXf79A .why_chooseQ63Na::after {
    z-index: 1;
    left: 0;
    content: '';
    opacity: 0.05;
    background: 
        radial-gradient(circle at 10% 90%, rgb(197,193,219,0.5) 0%, transparent 30%),
        radial-gradient(circle at 90% 10%, rgb(164,162,197,0.5) 0%, transparent 30%);
    height: 100%;
    position: absolute;
    width: 100%;
    bottom: 0;
}

@media (max-width: 991px) {.join_nowXf79A {
    padding: 90px 0;
}.join_nowXf79A .container p {
    padding: 40px;
    font-size: calc(20px * 1.2);
}.join_nowXf79A .query_mapfNL5B {
    flex: 0 0 200px;
    padding: 40px 20px;
}.join_nowXf79A .container p::after {
    bottom: 30px;
    width: 50px;
    left: 40px;
}
}

@media (max-width: 767px) {.join_nowXf79A {
    padding: 70px 0;
}.join_nowXf79A .why_chooseQ63Na {
    flex-direction: column;
}.join_nowXf79A .container p {
    text-align: center;
    padding: 30px;
    font-size: 20px;
}.join_nowXf79A .query_mapfNL5B {
    padding: 20px;
    width: 100%;
    flex: none;
}.join_nowXf79A .container p::after {
    left: 50%;
    transform: translateX(-50%);
    bottom: 15px;
}
}

@media (max-width: 480px) {.join_nowXf79A {
    padding: 50px 0;
}.join_nowXf79A .container p {
    font-size: calc(12px * 1.2);
    padding: 25px 20px;
}.join_nowXf79A .query_mapfNL5B {
    font-size: calc(16px * 0.9);
    padding: 15px;
}}.welcomeHb5Px {
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(225,223,238) 0%, rgb(164,162,197,0.5) 100%);
    overflow: hidden;
    position: relative;
}.welcomeHb5Px::before {
    left: 0;
    content: "";
    height: 100%;
    top: 0;
    width: 100%;
    z-index: 1;
    position: absolute;
    background: linear-gradient(45deg, rgb(197,193,219,0.5) 0%, transparent 70%);
}.welcomeHb5Px::after {
    right: 0;
    bottom: 0;
    content: "";
    height: 40%;
    position: absolute;
    width: 70%;
    z-index: 1;
    background: linear-gradient(225deg, rgb(164,162,197,0.5) 0%, transparent 80%);
}.welcomeHb5Px > div {
    max-width: 1200px;
    padding: 0 20px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}.welcomeHb5Px > div > div:first-child {
    margin-bottom: 60px;
    position: relative;
}.welcomeHb5Px .learn_introdl7j3 {
    animation: slideInTitle 0.8s ease-out forwards;
    position: relative;
    margin-bottom: 20px;
    color: #000000;
    font-size: 45px;
    transform: translateX(-10px);
    font-weight: 700;
    opacity: 0;
}.welcomeHb5Px .learn_introdl7j3::after {
    left: 0;
    transform-origin: left;
    height: 4px;
    content: "";
    transform: scaleX(0);
    width: 80px;
    animation: expandLine 1s ease-out 0.8s forwards;
    position: absolute;
    background: rgb(197,193,219);
    bottom: -10px;
}.welcomeHb5Px p {
    font-size: calc(14px * 1.2);
    line-height: 1.6;
    opacity: 0;
    color: #000000;
    animation: fadeUp 0.8s ease-out 0.3s forwards;
    max-width: 680px;
    transform: translateY(10px);
}.welcomeHb5Px .edu_onlineVABXK {
    position: relative;
    justify-content: flex-end;
    display: flex;
    margin-top: 30px;
}.welcomeHb5Px .fast_learningbrvTV {
    transform: translateY(20px);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    width: 90%;
    border-radius: 19px;
    position: relative;
    opacity: 0;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    animation: fadeIn 1s ease-out 0.6s forwards;
}.welcomeHb5Px .fast_learningbrvTV::before {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 1;
    background: linear-gradient(to bottom, transparent 30%, rgba(0, 0, 0, 0.5) 100%);
    content: "";
}.welcomeHb5Px .fast_learningbrvTV:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    transform: translateY(-10px);
}.welcomeHb5Px .fast_learningbrvTV span {
    padding: 180px 40px 40px;
    display: block;
    position: relative;
    z-index: 2;
}.welcomeHb5Px .fast_learningbrvTV h3 {
    line-height: 1.5;
    font-size: calc(19px);
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    font-weight: 600;
}@keyframes slideInTitle {
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

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

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

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


.welcomeHb5Px .fast_learningbrvTV {
    cursor: pointer;
}


@media (min-width: 768px) {.welcomeHb5Px > div {
    flex-direction: row;
    gap: 30px;
    align-items: center;
}.welcomeHb5Px > div > div:first-child {
    margin-bottom: 0;
    flex: 1;
}.welcomeHb5Px .edu_onlineVABXK {
    flex: 1.2;
    margin-top: 0;
}.welcomeHb5Px .learn_introdl7j3 {
    font-size: calc(45px * 1.1);
}
}

@media (max-width: 767px) {.welcomeHb5Px {
    padding: 80px 0;
}.welcomeHb5Px .learn_introdl7j3 {
    font-size: calc(45px * 0.8);
}.welcomeHb5Px p {
    font-size: 14px;
}.welcomeHb5Px .fast_learningbrvTV {
    width: 100%;
}.welcomeHb5Px .fast_learningbrvTV span {
    padding: 140px 30px 30px;
}.welcomeHb5Px .fast_learningbrvTV h3 {
    font-size: calc(19px * 0.9);
}
}

@media (max-width: 480px) {.welcomeHb5Px {
    padding: 60px 0;
}.welcomeHb5Px .learn_introdl7j3 {
    font-size: calc(45px * 0.7);
}.welcomeHb5Px .fast_learningbrvTV span {
    padding: 100px 20px 20px;
}.welcomeHb5Px .fast_learningbrvTV h3 {
    font-size: calc(19px * 0.8);
}}header {
    backdrop-filter: blur(20px);
    width: 100%;
    background: rgb(197,193,219,0.5);
    position: fixed;
    -webkit-backdrop-filter: blur(20px);
    left: 0;
    top: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: 1000;
}header:before {
    content: '';
    width: 100%;
    position: absolute;
    animation: shimmer 8s infinite linear;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.1) 25%,
        rgba(255, 255, 255, 0.05) 50%,
        transparent 75%
    );
    left: 0;
    height: 100%;
    pointer-events: none;
    top: 0;
}header:after {
    background: linear-gradient(
        90deg,
        rgb(164,162,197) 0%,
        rgb(197,193,219) 50%,
        rgb(164,162,197) 100%
    );
    width: 100%;
    content: '';
    bottom: 0;
    left: 0;
    height: 3px;
    opacity: 0.8;
    filter: blur(1px);
    position: absolute;
}header .top_headbvHns {
    position: relative;
    overflow: hidden;
}header .top_headbvHns:before {
    width: 100%;
    left: 0;
    height: 100%;
    opacity: 0.15;
    top: 0;
    mix-blend-mode: overlay;
    pointer-events: none;
    content: '';
    background: 
        radial-gradient(circle at 10% 20%, rgb(197,193,219,0.5) 0%, transparent 40%),
        radial-gradient(circle at 90% 80%, rgb(164,162,197,0.5) 0%, transparent 40%);
    position: absolute;
}header .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    padding: 16px 25px;
}header .container:before {
    width: 100%;
    height: 1px;
    left: 0;
    opacity: 0.5;
    position: absolute;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
    content: '';
    bottom: -1px;
}header .nav_expertQdFs6 {
    align-items: center;
    display: flex;
    justify-content: space-between;
    position: relative;
}header .top_pagebarFfRQT {
    position: relative;
    gap: 35px;
    display: flex;
    align-items: center;
}header .top_pagebarFfRQT:before {
    top: 50%;
    height: 35px;
    left: 0;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    transform: translateY(-50%) scaleX(0.8);
    content: '';
    position: absolute;
    transition: all 0.4s ease;
    opacity: 0;
}header .top_pagebarFfRQT:hover:before {
    opacity: 1;
    transform: translateY(-50%) scaleX(1);
}header .nav_basei6det {
    font-weight: 400;
    transition: all 0.3s ease;
    font-size: 15px;
    text-decoration: none;
    font-family: Arial, sans-serif;
    position: relative;
    padding: 5px 0;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
}header .nav_basei6det:before {
    bottom: 0;
    position: absolute;
    left: 0;
    height: 1px;
    content: '';
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    width: 100%;
    transform-origin: right;
    transform: scaleX(0);
    background: linear-gradient(
        90deg,
        transparent,
        #ffffff,
        transparent
    );
}header .nav_basei6det:after {
    top: 0;
    opacity: 0;
    left: 0;
    transform: scaleY(0);
    content: '';
    width: 100%;
    z-index: -1;
    position: absolute;
    background: linear-gradient(
        180deg,
        transparent,
        rgb(197,193,219,0.5),
        transparent
    );
    height: 100%;
    transition: all 0.3s ease;
}header .nav_basei6det:hover {
    color: #ffffff;
    text-shadow: 0 0 5px #ffffff;
}header .nav_basei6det:hover:before {
    transform-origin: left;
    transform: scaleX(1);
}header .nav_basei6det:hover:after {
    opacity: 0.15;
    transform: scaleY(1);
}header .nav_master7VEud {
    text-decoration: none;
    position: relative;
    padding: 5px;
    transition: all 0.4s ease;
    display: flex;
    align-items: center;
}header .nav_master7VEud:before {
    z-index: -1;
    background: radial-gradient(
        circle,
        rgb(197,193,219,0.5) 0%,
        transparent 70%
    );
    height: calc(100% + 20px);
    opacity: 0;
    position: absolute;
    left: -10px;
    transition: opacity 0.5s ease;
    width: calc(100% + 20px);
    content: '';
    top: -10px;
}header .nav_master7VEud:after {
    position: absolute;
    top: 0;
    opacity: 0;
    width: 100%;
    border: 1px solid transparent;
    content: '';
    border-image: linear-gradient(
        to right,
        transparent,
        rgb(197,193,219),
        transparent
    ) 1;
    height: 100%;
    left: 0;
    transition: all 0.3s ease;
}header .nav_master7VEud:hover:before {
    animation: pulse 2s infinite;
    opacity: 0.15;
}header .nav_master7VEud:hover:after {
    opacity: 0.7;
}header .nav_master7VEud svg {
    height: 45px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    filter: drop-shadow(0 0 3px rgb(197,193,219,0.5));
    width: auto;
}header .nav_master7VEud:hover svg {
    transform: scale(1.05);
    filter: drop-shadow(0 0 5px rgb(197,193,219));
}

@keyframes shimmer {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.15;
    }
    50% {
        opacity: 0.3;
    }
}

@keyframes glowEffect {
    0%, 100% {
        opacity: 0.7;
        filter: blur(1px);
    }
    50% {
        opacity: 1;
        filter: blur(1.5px);
    }
}

@media (max-width: 991px) {header .container {
    padding: 14px 20px;
}header .top_pagebarFfRQT {
    gap: 20px;
}header .nav_master7VEud svg {
    height: 38px;
}
}

@media (max-width: 767px) {header .top_pagebarFfRQT {
    -webkit-backdrop-filter: blur(15px);
    transition: right 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    position: fixed;
    height: 100vh;
    background: rgb(197,193,219);
    max-width: 320px;
    z-index: 1001;
    backdrop-filter: blur(15px);
    box-shadow: -5px 0 25px rgba(0, 0, 0, 0.2);
    width: 80%;
    gap: 20px;
    background: linear-gradient(
            135deg,
            rgb(197,193,219) 0%,
            rgb(197,193,219,0.5) 100%
        );
    flex-direction: column;
    top: 0;
    padding: 80px 30px 30px;
    right: -100%;
}header .top_pagebarFfRQT:before {
    display: none;
}header .menu.active {
    right: 0;
}header .nav_basei6det {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 12px 5px;
    width: 100%;
}header .nav_basei6det:last-child {
    border-bottom: none;
}header .nav_master7VEud {
    margin: 0 auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 12px 15px;
}header .nav_master7VEud svg {
    height: 35px;
}}.thxSectionzfA6j {
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(225,223,238) 0%, rgb(197,193,219,0.5) 100%);
    position: relative;
    overflow: hidden;
}.thxSectionzfA6j::before {
    width: 100%;
    top: 0;
    animation: pulse 15s infinite alternate ease-in-out;
    background: radial-gradient(circle at 70% 30%, rgb(164,162,197,0.5) 0%, transparent 60%);
    content: "";
    position: absolute;
    left: 0;
    opacity: 0.4;
    z-index: 1;
    height: 100%;
}.thxSectionzfA6j::after {
    bottom: -10px;
    filter: blur(20px);
    height: 40%;
    opacity: 0.05;
    right: -10px;
    content: "";
    background: linear-gradient(225deg, rgb(197,193,219) 0%, transparent 80%);
    z-index: 0;
    width: 40%;
    transform: rotate(-5deg);
    position: absolute;
}.thxSectionzfA6j .container {
    position: relative;
    margin: 0 auto;
    padding: 0 2rem;
    animation: slideUp 0.8s forwards 0.2s cubic-bezier(0.19, 1, 0.22, 1);
    z-index: 2;
    transform: translateY(20px);
    opacity: 0;
    max-width: 1200px;
}.thxSectionzfA6j h2 {
    color: #000000;
    margin-bottom: 3rem;
    position: relative;
    margin-right: auto;
    line-height: 1.3;
    font-size: 37px;
    font-weight: 700;
    margin-left: auto;
    text-align: center;
    max-width: 900px;
    letter-spacing: -0.02em;
}.thxSectionzfA6j h2::after {
    background: linear-gradient(90deg, rgb(197,193,219), rgb(164,162,197));
    width: 80px;
    bottom: -15px;
    height: 3px;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    border-radius: 10px;
    position: absolute;
}.thxSectionzfA6j .why_chooseQ63Na {
    border-radius: 10px;
    position: relative;
    padding: 3rem;
    overflow: hidden;
    transform: translateY(0);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08), 
                0 5px 10px rgba(0, 0, 0, 0.05),
                0 1px 3px rgba(0, 0, 0, 0.03);
    transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    background: #ffffff;
}.thxSectionzfA6j .why_chooseQ63Na::before {
    width: 6px;
    left: 0;
    content: "";
    background: linear-gradient(to bottom, rgb(197,193,219), rgb(164,162,197));
    height: 100%;
    position: absolute;
    top: 0;
}.thxSectionzfA6j .why_chooseQ63Na::after {
    opacity: 0.2;
    right: 10px;
    width: 120px;
    background: radial-gradient(circle, rgb(197,193,219,0.5) 0%, transparent 70%);
    border-radius: 50%;
    position: absolute;
    top: 10px;
    z-index: 0;
    content: "";
    height: 120px;
}.thxSectionzfA6j .why_chooseQ63Na:hover {
    transform: translateY(-5px);
}.thxSectionzfA6j ul {
    z-index: 1;
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
}.thxSectionzfA6j li {
    position: relative;
    padding-left: 2rem;
}.thxSectionzfA6j li::before {
    background: rgb(197,193,219);
    opacity: 0;
    left: 0;
    border-radius: 50%;
    animation: appearDot 0.4s forwards 1s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    top: 8px;
    content: "";
    height: 8px;
    transform: scale(0);
    width: 8px;
}.thxSectionzfA6j li span {
    display: block;
    font-size: 14px;
    position: relative;
    line-height: 1.8;
    opacity: 0;
    font-family: Arial, sans-serif;
    color: #000000;
    animation: fadeIn 0.8s forwards 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(10px);
}

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

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

@keyframes appearDot {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    50% {
        transform: scale(1.5);
        opacity: 0.7;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes pulse {
    0% {
        opacity: 0.2;
        transform: scale(1);
    }
    50% {
        opacity: 0.4;
        transform: scale(1.05);
    }
    100% {
        opacity: 0.2;
        transform: scale(1);
    }
}

@media (max-width: 991px) {.thxSectionzfA6j {
    padding: 4rem 0;
}.thxSectionzfA6j h2 {
    margin-bottom: 2.5rem;
    font-size: calc(37px * 0.9);
}.thxSectionzfA6j .why_chooseQ63Na {
    padding: 2.5rem;
}
}

@media (max-width: 767px) {.thxSectionzfA6j {
    padding: 3rem 0;
}.thxSectionzfA6j h2 {
    font-size: calc(37px * 0.8);
    line-height: 1.4;
    margin-bottom: 2rem;
}.thxSectionzfA6j h2::after {
    bottom: -12px;
    width: 60px;
}.thxSectionzfA6j .why_chooseQ63Na {
    padding: 2rem 1.5rem;
}.thxSectionzfA6j .why_chooseQ63Na::after {
    width: 80px;
    height: 80px;
}.thxSectionzfA6j li {
    padding-left: 1.5rem;
}
}

@media (max-width: 480px) {.thxSectionzfA6j {
    padding: 2.5rem 0;
}.thxSectionzfA6j .container {
    padding: 0 1.25rem;
}.thxSectionzfA6j h2 {
    margin-bottom: 1.5rem;
    font-size: calc(37px * 0.7);
}.thxSectionzfA6j h2::after {
    width: 50px;
    bottom: -10px;
    height: 2px;
}.thxSectionzfA6j .why_chooseQ63Na {
    padding: 1.5rem 1.25rem;
}.thxSectionzfA6j li span {
    font-size: calc(14px * 0.95);
    line-height: 1.7;
}}.secure_cache4P3o7 {
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
    height: 100%;
    font-family: Arial, sans-serif;
    color: #ffffff;
    width: 100%;
    padding: 30px;
    background-color: rgb(164,162,197);
}.secure_cache4P3o7 h1 {
    margin-top: 30px;
    text-shadow: 0 0 8px rgb(197,193,219);
    padding-bottom: 10px;
    font-weight: 700;
    color: #ffffff;
    border-bottom: 2px solid rgb(164,162,197);
    margin-bottom: 20px;
    font-size: 48px;
}.secure_cache4P3o7 h2 {
    margin-top: 25px;
    font-size: 37px;
    color: #ffffff;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 15px;
    text-shadow: 0 0 5px rgb(164,162,197);
    font-weight: 600;
}.secure_cache4P3o7 h3, .secure_cache4P3o7 h4, .secure_cache4P3o7 h5, .secure_cache4P3o7 h6 {
    text-shadow: 0 0 5px rgb(197,193,219,0.5);
    color: #ffffff;
    font-size: 20px;
    margin-top: 20px;
    font-weight: 400;
    margin-bottom: 10px;
}.secure_cache4P3o7 ul, .secure_cache4P3o7 ol {
    border-radius: 10px;
    padding-left: 0;
    list-style-position: inside;
    padding: 10px 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    background-color: rgba(0, 0, 0, 0.5);
}.secure_cache4P3o7 li {
    padding-left: 20px;
    position: relative;
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 10px;
    color: #ffffff;
}.secure_cache4P3o7 section {
    background: rgba(0, 0, 0, 0.5);
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    border-radius: 23px;
}.secure_cache4P3o7 p, .secure_cache4P3o7 span, .secure_cache4P3o7 div {
    box-shadow: 0 0 8px rgb(197,193,219,0.5);
    color: #ffffff;
    font-weight: 300;
    margin-bottom: 10px;
    font-size: 17px;
    padding: 5px 10px;
    border-left: 3px solid rgb(197,193,219);
    border-radius: 10px;
    line-height: 1.8;
    background-color: rgb(197,193,219,0.5);
}

@media only screen and (max-width: 800px) {.secure_cache4P3o7 {
    padding: 20px;
}.secure_cache4P3o7 h1 {
    font-size: calc(20px - 10%);
}.secure_cache4P3o7 h2 {
    font-size: calc(20px - 10%);
}.secure_cache4P3o7 h3, .secure_cache4P3o7 h4, .secure_cache4P3o7 h5, .secure_cache4P3o7 h6 {
    font-size: calc(20px - 10%);
}.secure_cache4P3o7 li {
    font-size: calc(17px - 10%);
}}.course_program_description8GZyR {
    overflow: hidden;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(225,223,238) 0%, rgba(245, 245, 245, 0.9) 100%);
    position: relative;
}.course_program_description8GZyR::before {
    left: 0;
    content: "";
    background: linear-gradient(45deg, rgb(197,193,219,0.5) 0%, transparent 40%);
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    pointer-events: none;
    position: absolute;
}.course_program_description8GZyR::after {
    bottom: -50px;
    content: "";
    border: 4px solid rgb(164,162,197,0.5);
    pointer-events: none;
    transform: rotate(-15deg);
    width: 300px;
    right: -50px;
    position: absolute;
    height: 300px;
    z-index: 0;
}.course_program_description8GZyR .container {
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
}.course_program_description8GZyR .job_success8ivN9 {
    transform: translateY(30px);
    flex-direction: column;
    opacity: 0;
    display: flex;
    animation: fadeInUp 0.8s ease-out forwards;
    gap: 40px;
}.course_program_description8GZyR .img_border_boxBbuXA {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    position: relative;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.2);
    transition: transform 0.5s ease-out, box-shadow 0.5s ease-out;
    transform: translateX(-20px);
    height: 380px;
}.course_program_description8GZyR .img_border_boxBbuXA::before {
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    top: 0;
    z-index: 1;
    background: linear-gradient(to bottom, transparent 60%, rgb(197,193,219,0.5) 100%);
}.course_program_description8GZyR .img_border_boxBbuXA::after {
    right: -20px;
    height: 80px;
    z-index: -1;
    background: rgb(164,162,197);
    top: 20px;
    width: 80px;
    animation: float 6s ease-in-out infinite;
    content: "";
    position: absolute;
    transform: rotate(15deg);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}.course_program_description8GZyR .post_containerGl1uY {
    background: #ffffff;
    position: relative;
    transform: translateY(20px);
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.1);
    transition: transform 0.4s ease-out, box-shadow 0.4s ease-out;
    padding: 30px;
}.course_program_description8GZyR .post_containerGl1uY::before {
    height: 0;
    background: linear-gradient(to bottom, rgb(197,193,219), rgb(164,162,197));
    top: 0;
    position: absolute;
    transition: height 0.6s ease-out;
    width: 5px;
    content: "";
    left: 0;
}.course_program_description8GZyR .post_containerGl1uY:hover::before {
    height: 100%;
}.course_program_description8GZyR h3 {
    font-size: 32px;
    margin-bottom: 25px;
    padding-bottom: 15px;
    color: #000000;
    transition: transform 0.4s ease-out;
    position: relative;
    transform: translateX(0);
    font-weight: 700;
}.course_program_description8GZyR h3::after {
    left: 0;
    content: "";
    width: 80px;
    position: absolute;
    transition: width 0.4s ease-out;
    bottom: 0;
    background: rgb(197,193,219);
    height: 3px;
}.course_program_description8GZyR .post_containerGl1uY:hover h3 {
    transform: translateX(15px);
}.course_program_description8GZyR .post_containerGl1uY:hover h3::after {
    width: 120px;
}.course_program_description8GZyR p.description {
    color: #000000;
    position: relative;
    font-size: 13px;
    display: block;
    opacity: 1;
    margin-bottom: 20px;
    line-height: 1.75;
}.course_program_description8GZyR span.description {
    display: none;
}.course_program_description8GZyR .job_success8ivN9:hover .img_border_boxBbuXA {
    box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.25);
    transform: translateX(0) scale(1.02);
}

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

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

@media (min-width: 768px) {.course_program_description8GZyR .job_success8ivN9 {
    align-items: center;
    flex-direction: row;
    gap: 60px;
}.course_program_description8GZyR .img_border_boxBbuXA {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    flex: 1;
    height: 450px;
    transform: translateX(-40px) perspective(1000px) rotateY(-5deg);
}.course_program_description8GZyR .post_containerGl1uY {
    flex: 1.2;
    transform: perspective(1000px) rotateY(2deg);
    padding: 40px;
}.course_program_description8GZyR .job_success8ivN9:hover .img_border_boxBbuXA {
    transform: translateX(-20px) perspective(1000px) rotateY(-2deg) scale(1.03);
}.course_program_description8GZyR .job_success8ivN9:hover .post_containerGl1uY {
    transform: perspective(1000px) rotateY(0deg);
}
}

@media (min-width: 992px) {.course_program_description8GZyR {
    padding: 150px 0;
}.course_program_description8GZyR .job_success8ivN9 {
    gap: 80px;
}.course_program_description8GZyR .img_border_boxBbuXA {
    height: 520px;
}.course_program_description8GZyR .post_containerGl1uY {
    padding: 50px;
}.course_program_description8GZyR h3 {
    margin-bottom: 30px;
    font-size: calc(32px * 1.1);
}
}

@media (max-width: 767px) {.course_program_description8GZyR {
    padding: 80px 0;
}.course_program_description8GZyR h3 {
    font-size: calc(32px * 0.85);
}.course_program_description8GZyR p.description {
    font-size: calc(13px * 0.95);
}.course_program_description8GZyR .post_containerGl1uY {
    padding: 25px 20px;
}
}

@media (hover: hover) {.course_program_description8GZyR .post_containerGl1uY:hover {
    box-shadow: 0 15px 40px -10px rgba(0, 0, 0, 0.15);
    transform: translateY(10px);
}}.contact_panel4pLyD {
    padding: 110px 0;
    background: linear-gradient(125deg, rgb(225,223,238) 0%, rgb(225,223,238) 60%, rgb(197,193,219,0.5) 100%);
    position: relative;
    overflow: hidden;
}.contact_panel4pLyD::before {
    width: 50%;
    position: absolute;
    right: 0;
    background: repeating-radial-gradient(
        circle at 80% 50%,
        rgb(197,193,219,0.5),
        rgb(197,193,219,0.5) 1px,
        transparent 1px,
        transparent 15px
    );
    height: 100%;
    opacity: 0.05;
    top: 0;
    content: "";
}.contact_panel4pLyD .container {
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
    z-index: 1;
}.contact_panel4pLyD h2 {
    color: #000000;
    text-align: center;
    font-size: 38px;
    position: relative;
    font-family: Arial, sans-serif;
    margin-bottom: 50px;
    font-weight: 700;
}.contact_panel4pLyD h2::before {
    bottom: -15px;
    position: absolute;
    transform: translateX(-50%);
    background: rgb(197,193,219);
    height: 4px;
    left: 50%;
    width: 60px;
    border-radius: 2px;
    content: "";
}.contact_panel4pLyD .connect_boxRke5u {
    display: grid;
    background: transparent;
    grid-template-columns: 1fr 450px;
    align-items: center;
    position: relative;
    gap: 40px;
}.contact_panel4pLyD .img_border_boxBbuXA {
    border-radius: 25px;
    overflow: hidden;
    transition: transform 0.5s ease;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    transform: perspective(1000px) rotateY(-5deg);
    height: 550px;
    position: relative;
}.contact_panel4pLyD .img_border_boxBbuXA:hover {
    transform: perspective(1000px) rotateY(0deg);
}.contact_panel4pLyD .support_inquiryBfz9G {
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    border-radius: 25px;
    transition: transform 0.5s ease;
    background: #ffffff;
    padding: 50px;
    transform: perspective(1000px) rotateY(5deg);
}.contact_panel4pLyD .support_inquiryBfz9G:hover {
    transform: perspective(1000px) rotateY(0deg);
}.contact_panel4pLyD form {
    width: 100%;
}.contact_panel4pLyD form h3 {
    margin-bottom: 30px;
    font-family: Arial, sans-serif;
    font-size: 19px;
    font-weight: 600;
    color: #000000;
}.contact_panel4pLyD form input[type="text"] {
    color: #000000;
    margin-bottom: 20px;
    background: rgb(225,223,238);
    padding: 16px 20px;
    width: 100%;
    transition: all 0.3s ease;
    border-radius: 10px;
    border: none;
    font-size: 18px;
    font-family: Arial, sans-serif;
}.contact_panel4pLyD form input[type="text"]:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgb(197,193,219);
}.contact_panel4pLyD form input[type="text"]::placeholder {
    color: #000000;
    opacity: 0.5;
}.contact_panel4pLyD .reach_listZzIME {
    align-items: flex-start;
    margin-bottom: 30px;
    display: flex;
}.contact_panel4pLyD .reach_listZzIME input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.contact_panel4pLyD .reach_listZzIME label {
    padding-left: 35px;
    line-height: 1.5;
    cursor: pointer;
    position: relative;
    font-size: 13px;
    color: #000000;
}.contact_panel4pLyD .reach_listZzIME label::before {
    transition: all 0.3s ease;
    position: absolute;
    left: 0;
    content: "";
    background: rgb(225,223,238);
    top: 2px;
    width: 22px;
    height: 22px;
    border-radius: 4px;
}.contact_panel4pLyD .reach_listZzIME input[type="checkbox"]:checked + label::before {
    background: rgb(197,193,219);
}.contact_panel4pLyD .reach_listZzIME input[type="checkbox"]:checked + label::after {
    left: 8px;
    position: absolute;
    width: 6px;
    height: 10px;
    top: 6px;
    border-bottom: 2px solid #ffffff;
    content: "";
    border-right: 2px solid #ffffff;
    transform: rotate(45deg);
}.contact_panel4pLyD .reach_listZzIME label a {
    transition: all 0.3s ease;
    text-decoration: none;
    color: rgb(197,193,219);
}.contact_panel4pLyD .reach_listZzIME label a:hover {
    color: rgb(164,162,197);
}.contact_panel4pLyD form .query_mapfNL5B {
    border: none;
    cursor: pointer;
    padding: 16px 35px;
    overflow: hidden;
    font-family: Arial, sans-serif;
    color: #ffffff;
    font-weight: 600;
    border-radius: 10px;
    font-size: 16px;
    background: rgb(197,193,219);
    transition: all 0.3s ease;
    position: relative;
}.contact_panel4pLyD form .query_mapfNL5B::after {
    width: 0;
    position: absolute;
    transition: width 0.3s ease;
    z-index: 0;
    background: rgb(164,162,197);
    top: 0;
    height: 100%;
    right: 0;
    content: "";
}.contact_panel4pLyD form .query_mapfNL5B:hover::after {
    width: 100%;
    right: auto;
    left: 0;
}.contact_panel4pLyD form .query_mapfNL5B span {
    position: relative;
    z-index: 1;
}.contact_panel4pLyD svg {
    fill: rgb(197,193,219);
    width: 22px;
    height: 22px;
}.contact_panel4pLyD svg path {
    fill: rgb(197,193,219);
    transition: fill 0.3s ease;
}

@media screen and (max-width: 1100px) {.contact_panel4pLyD .connect_boxRke5u {
    grid-template-columns: 1fr 400px;
    gap: 30px;
}.contact_panel4pLyD .img_border_boxBbuXA {
    height: 500px;
}.contact_panel4pLyD .support_inquiryBfz9G {
    padding: 40px;
}
}

@media screen and (max-width: 991px) {.contact_panel4pLyD {
    padding: 80px 0;
}.contact_panel4pLyD .connect_boxRke5u {
    gap: 40px;
    grid-template-columns: 1fr;
}.contact_panel4pLyD .img_border_boxBbuXA {
    height: 400px;
    transform: perspective(1000px) rotateY(0deg);
}.contact_panel4pLyD .support_inquiryBfz9G {
    transform: perspective(1000px) rotateY(0deg);
}
}

@media screen and (max-width: 767px) {.contact_panel4pLyD {
    padding: 60px 0;
}.contact_panel4pLyD h2 {
    margin-bottom: 40px;
}.contact_panel4pLyD .img_border_boxBbuXA {
    height: 350px;
}
}

@media screen and (max-width: 576px) {.contact_panel4pLyD {
    padding: 50px 0;
}.contact_panel4pLyD h2 {
    font-size: calc(38px * 0.85);
}.contact_panel4pLyD .img_border_boxBbuXA {
    height: 250px;
}.contact_panel4pLyD .support_inquiryBfz9G {
    padding: 30px 25px;
}.contact_panel4pLyD form h3 {
    font-size: calc(19px * 0.9);
}.contact_panel4pLyD form .query_mapfNL5B {
    width: 100%;
}}.cookie_message_paneltDxkh {
    bottom: 0;
    border-top: 2px solid rgb(197,193,219);
    width: 100%;
    position: fixed;
    z-index: 90;
    background: rgb(225,223,238);
}.cookie_overview0aZo1 {
    justify-content: space-between;
    display: flex;
    padding: 20px 0;
    align-items: center;
}#cookieNoticeBoardPZHFQ {
    display: none;
}#cookieNoticeBoardPZHFQ:checked ~ .cookie_message_paneltDxkh {
    visibility: hidden;
    opacity: 0;
}.cookie_message_paneltDxkh h5 {
    margin-bottom: 6px;
    font-size: 22px;
}.cookie_message_paneltDxkh p {
    font-size: 18px;
}.track_ack0jzec {
    margin-right: 10px;
    flex-shrink: 0;
}.track_ack0jzec svg, .track_ack0jzec svg path, .track_ack0jzec img {
    height: 100px;
    fill: rgb(197,193,219);
    width: 100px;
}.visitor_controlsDKpnv {
    line-height: 35px;
    text-align: center;
    font-size: 24px;
    text-decoration: none;
    margin-left: 10px;
    white-space: nowrap;
    flex-shrink: 0;
    color: rgb(197,193,219);
    min-width: 120px;
    border-bottom: 2px solid rgb(197,193,219);
    cursor: pointer;
}.cookie_message_paneltDxkh p a {
    text-decoration: none;
    color: rgb(197,193,219);
}
@media only screen and (max-width: 1200px) {.cookie_message_paneltDxkh {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.track_ack0jzec {
    display: none;
}.cookie_overview0aZo1 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}.cookie_message_paneltDxkh h5 {
    text-align: center;
}.cookie_message_paneltDxkh p {
    text-align: center;
}.privacy_ackRUq2K {
    margin-bottom: 20px;
}body .inner-containergM4wZ .visitor_controlsDKpnv {
    margin-bottom: 10px;
    margin-left: 0;
}}
.inner-containergM4wZ .cookie_message_paneltDxkh {
    border: none;
    box-shadow: rgb(197,193,219,0.5) 0px 0px 40px 39px;
    background: #ffffff;
}.inner-containergM4wZ .visitor_controlsDKpnv {
    margin-left: 30px;
    border: none;
    background: rgb(197,193,219);
    padding: 10px;
    font-weight: 400;
    font-size: 20px;
    color: #ffffff;
}.inner-containergM4wZ .track_ack0jzec {
    background:rgb(197,193,219);
    height: 80px;
    width: 80px;
    align-items: center;
    border-radius: 50%;
    justify-content: center;
    display: flex;
}.inner-containergM4wZ .track_ack0jzec svg, .inner-containergM4wZ .track_ack0jzec svg path, .inner-containergM4wZ .track_ack0jzec img {
    height: 40px;
    width: 40px;
    fill:#000000;
}.inner-containergM4wZ .privacy_ackRUq2K h5, .inner-containergM4wZ .privacy_ackRUq2K p {
    color: #000000;
}
@media only screen and (max-width: 800px){.inner-containergM4wZ .track_ack0jzec {
    margin-bottom: 14px;
    margin: 0;
}
}