* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}.wrapping-container_0738 {
    height: 100%;
    min-height: 100%;
    flex-direction: column;
    display: flex;
}.biz_learnings_4089 {
    flex: 0 0 auto;
}header,footer {
    width: 100%;
}a {
    text-decoration: none;
    color: inherit;
}.header_page_5910 {
    flex: 1 0 auto;
}svg {
    height: 30px;
    width: 30px;
}html,body {
    min-height: 100%;
    color: #000000;
    font-family: Arial, sans-serif;
    height: 100%;
}.container {
    width: 1183px;
    max-width: 100%;
    margin: 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;
}}
.appDiv_5971 {
    background: linear-gradient(135deg, rgb(161,155,181,0.5) 0%, rgb(196,193,205) 100%);
    overflow: hidden;
    padding: 120px 0 80px;
    position: relative;
}.appDiv_5971::before {
    content: "";
    width: 100%;
    left: 0;
    z-index: 1;
    top: 0;
    height: 100%;
    animation: pulse 15s infinite alternate ease-in-out;
    position: absolute;
    opacity: 0.7;
    background: radial-gradient(circle at 70% 30%, rgb(104,95,149,0.5) 0%, transparent 60%);
}.appDiv_5971::after {
    content: "";
    right: -50px;
    filter: blur(40px);
    position: absolute;
    bottom: -50px;
    height: 300px;
    z-index: 0;
    background: linear-gradient(225deg, rgb(161,155,181) 0%, transparent 70%);
    opacity: 0.2;
    width: 300px;
}.appDiv_5971 .container {
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
}.appDiv_5971 .learning_track_7029 {
    display: flex;
    position: relative;
    padding: 60px 40px;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    transform: perspective(1000px) rotateY(-2deg);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    background: #ffffff;
    flex-direction: column;
}.appDiv_5971 .learning_track_7029::before {
    left: 0;
    background: linear-gradient(to bottom, rgb(161,155,181), rgb(104,95,149));
    transform: scaleY(1.02);
    width: 5px;
    top: 0;
    content: "";
    position: absolute;
    height: 100%;
}.appDiv_5971 .learning_track_7029::after {
    animation: float 8s infinite ease-in-out;
    z-index: -1;
    content: "";
    background: rgb(104,95,149,0.5);
    height: 80px;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    width: 80px;
    position: absolute;
    top: -15px;
    right: 40px;
    transform: rotate(15deg);
}.appDiv_5971 .learning_track_7029:hover {
    transform: perspective(1000px) rotateY(0deg);
}.appDiv_5971 h5 {
    padding-bottom: 20px;
    color: #000000;
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    position: relative;
}.appDiv_5971 h5::after {
    transition: width 0.3s ease;
    width: 80px;
    background: linear-gradient(90deg, rgb(161,155,181), rgb(104,95,149));
    height: 3px;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
}.appDiv_5971 .learning_track_7029:hover h5::after {
    width: 120px;
}.appDiv_5971 p {
    color: #000000;
    margin-bottom: 0;
    z-index: 2;
    position: relative;
    font-size: 17px;
    transition: color 0.3s ease;
    line-height: 1.8;
}.appDiv_5971 a {
    overflow: hidden;
    padding: 5px 0;
    text-decoration: none;
    display: block;
    position: relative;
}.appDiv_5971 a::before {
    background: linear-gradient(90deg, rgb(161,155,181,0.5), transparent);
    position: absolute;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    content: "";
    bottom: 0;
    left: 0;
    transform: scaleX(0);
    width: 100%;
    height: 1px;
    transform-origin: left;
}.appDiv_5971 a:hover::before {
    transform: scaleX(1);
}.appDiv_5971 a:hover p {
    color: rgb(161,155,181);
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.7;
        transform: scale(1);
    }
    50% {
        opacity: 0.9;
        transform: scale(1.05);
    }
}

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

@media (min-width: 768px) {.appDiv_5971 {
    padding: 140px 0 100px;
}.appDiv_5971 .learning_track_7029 {
    padding: 80px 60px;
    margin: 0 auto;
    max-width: 900px;
}.appDiv_5971 h5 {
    padding-bottom: 25px;
    margin-bottom: 40px;
    font-size: calc(18px * 1.2);
}.appDiv_5971 p {
    line-height: 1.9;
    font-size: calc(17px * 1.05);
}.appDiv_5971 .learning_track_7029::after {
    right: 60px;
    height: 100px;
    width: 100px;
}
}

@media (min-width: 992px) {.appDiv_5971 {
    padding: 160px 0 120px;
}.appDiv_5971 .learning_track_7029 {
    padding: 100px 80px;
    margin: 0 auto;
    max-width: 1000px;
    transform: perspective(1200px) rotateY(-3deg);
}.appDiv_5971 .learning_track_7029::before {
    width: 8px;
}.appDiv_5971 h5 {
    font-size: calc(18px * 1.3);
    max-width: 80%;
}.appDiv_5971 p {
    max-width: 90%;
}.appDiv_5971 .learning_track_7029::after {
    right: 80px;
    width: 120px;
    height: 120px;
    top: -20px;
}
}

@media (max-width: 767px) {.appDiv_5971 {
    padding: 80px 0 60px;
}.appDiv_5971 .learning_track_7029 {
    padding: 40px 25px;
    transform: perspective(800px) rotateY(-1deg);
}.appDiv_5971 h5 {
    padding-bottom: 15px;
    margin-bottom: 25px;
    font-size: calc(18px * 0.9);
}.appDiv_5971 p {
    font-size: calc(17px * 0.95);
    line-height: 1.7;
}.appDiv_5971 .learning_track_7029::before {
    width: 3px;
}.appDiv_5971 .learning_track_7029::after {
    height: 60px;
    top: -10px;
    right: 20px;
    width: 60px;
}
}

@media (max-width: 480px) {.appDiv_5971 {
    padding: 60px 0 40px;
}.appDiv_5971 .learning_track_7029 {
    transform: none;
    padding: 30px 20px;
}.appDiv_5971 h5 {
    margin-bottom: 20px;
    font-size: calc(18px * 0.85);
    padding-bottom: 15px;
}.appDiv_5971 .learning_track_7029::after {
    display: none;
}}.secure_citadel_1824 {
    color: #000000;
    transition: background-color 0.3s, box-shadow 0.3s;
    padding: 40px;
    overflow: hidden;
    width: 100%;
    height: auto;
    font-family: Arial, sans-serif;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
}.secure_citadel_1824 h1 {
    font-size: 40px;
    font-weight: 700;
    padding-bottom: 10px;
    margin-top: 40px;
    color: rgb(161,155,181);
    text-transform: uppercase;
    margin-bottom: 25px;
    border-bottom: 2px solid rgb(161,155,181);
}.secure_citadel_1824 h2 {
    padding-bottom: 5px;
    font-size: 33px;
    color: rgb(104,95,149);
    font-weight: 600;
    margin-bottom: 20px;
    border-bottom: 1px solid rgb(104,95,149);
    margin-top: 30px;
}.secure_citadel_1824 h3, .secure_citadel_1824 h4, .secure_citadel_1824 h5, .secure_citadel_1824 h6 {
    font-weight: 600;
    font-size: 19px;
    margin-bottom: 15px;
    color: rgb(161,155,181);
    margin-top: 25px;
}.secure_citadel_1824 li {
    color: #000000;
    font-size: 17px;
    margin-bottom: 15px;
    font-weight: 400;
    line-height: 1.6;
}.secure_citadel_1824 section {
    padding: 20px;
    background: rgb(196,193,205);
    border-radius: 10px;
    margin-top: 20px;
}.secure_citadel_1824 p, .secure_citadel_1824 span, .secure_citadel_1824 div {
    font-weight: 300;
    color: #000000;
    line-height: 1.8;
    margin-bottom: 10px;
    font-size: 17px;
}

@media only screen and (max-width: 800px) {.secure_citadel_1824 {
    padding: 20px 10px;
}.secure_citadel_1824 h1 {
    font-size: calc(19px * 0.8);
}.secure_citadel_1824 h2 {
    font-size: calc(19px * 0.8);
}.secure_citadel_1824 h3, .secure_citadel_1824 h4, .secure_citadel_1824 h5, .secure_citadel_1824 h6 {
    font-size: calc(19px * 0.8);
}.secure_citadel_1824 p, .secure_citadel_1824 span, .secure_citadel_1824 div {
    font-size: calc(17px * 0.9);
}}.company_info_7431 {
    padding: 120px 0;
    overflow: hidden;
    background-color: rgb(104,95,149,0.5);
    position: relative;
    color: #ffffff;
}.company_info_7431::before {
    height: 100%;
    top: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
    content: "";
    animation: gridGlow 4s infinite alternate;
    background: 
        linear-gradient(90deg, transparent 95%, rgb(161,155,181,0.5) 95%, rgb(161,155,181,0.5) 96%, transparent 96%) 0 0 / 20px 100%,
        linear-gradient(0deg, transparent 95%, rgb(161,155,181,0.5) 95%, rgb(161,155,181,0.5) 96%, transparent 96%) 0 0 / 100% 20px;
    left: 0;
}.company_info_7431::after {
    background: 
        repeating-linear-gradient(
            to right,
            transparent,
            transparent 49.5%,
            rgb(161,155,181,0.5) 49.5%,
            rgb(161,155,181,0.5) 50.5%,
            transparent 50.5%,
            transparent 100%
        );
    left: 0;
    content: "";
    z-index: 0;
    animation: scanlines 10s linear infinite;
    height: 400%;
    position: absolute;
    opacity: 0.2;
    width: 100%;
    top: 0;
}.company_info_7431 .container {
    position: relative;
    z-index: 2;
}.company_info_7431 .learning_track_7029 {
    display: grid;
    gap: 40px;
    grid-template-columns: 1fr 1fr;
    position: relative;
}.company_info_7431 .learning_track_7029 h3 {
    position: relative;
    color: rgb(161,155,181);
    margin-bottom: 50px;
    grid-column: 1 / -1;
    text-transform: uppercase;
    align-items: center;
    font-size: 31px;
    letter-spacing: 3px;
    display: flex;
    border-bottom: 1px solid rgb(161,155,181,0.5);
    font-weight: 700;
    padding-bottom: 20px;
}.company_info_7431 .learning_track_7029 h3::before {
    height: 8px;
    animation: rotate 3s linear infinite;
    background: rgb(161,155,181);
    width: 8px;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    margin-right: 15px;
    display: block;
    content: "";
}.company_info_7431 .learning_track_7029 h3::after {
    animation: scanRight 4s ease-in-out infinite;
    content: "";
    background: rgb(161,155,181);
    position: absolute;
    width: 100px;
    left: 0;
    bottom: -1px;
    height: 3px;
}.company_info_7431 .learn_experts_9238 {
    border-left: 1px solid rgb(161,155,181,0.5);
    display: flex;
    position: relative;
    padding-left: 30px;
    flex-direction: column;
}.company_info_7431 .learn_experts_9238::before {
    position: absolute;
    left: -8px;
    height: 16px;
    background-color: rgb(161,155,181);
    top: 0;
    width: 16px;
    animation: blinkSlow 4s infinite alternate;
    content: "";
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}.company_info_7431 .learn_experts_9238 span {
    margin-bottom: 20px;
    font-weight: 600;
    color: rgb(104,95,149);
    width: fit-content;
    font-size: 18px;
    position: relative;
    border-bottom: 1px dashed rgb(104,95,149,0.5);
    padding: 5px 0;
}.company_info_7431 .learn_experts_9238 p {
    line-height: 1.8;
    font-size: 13px;
    margin-bottom: 30px;
    color: #ffffff;
    position: relative;
}.company_info_7431 .learn_experts_9238 .img_box_9732 {
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
    transition: all 0.4s ease;
    position: relative;
    height: 340px;
}.company_info_7431 .learn_experts_9238 .img_box_9732::before {
    inset: 0;
    position: absolute;
    background: linear-gradient(135deg, transparent 0%, rgb(161,155,181,0.5) 100%);
    opacity: 0.5;
    z-index: 1;
    content: "";
}.company_info_7431 .learn_experts_9238 .img_box_9732::after {
    border-top: 2px solid rgb(161,155,181);
    height: 60px;
    opacity: 0.8;
    bottom: 0;
    z-index: 2;
    width: 60px;
    border-left: 2px solid rgb(161,155,181);
    content: "";
    right: 0;
    position: absolute;
}.company_info_7431 .smart_track_7095 {
    position: relative;
    padding-right: 30px;
    display: flex;
    border-right: 1px solid rgb(104,95,149,0.5);
    flex-direction: column;
}.company_info_7431 .smart_track_7095::before {
    right: -8px;
    animation: blinkSlow 4s infinite alternate 1s;
    background-color: rgb(104,95,149);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    width: 16px;
    bottom: 0;
    content: "";
    position: absolute;
    height: 16px;
}.company_info_7431 .smart_track_7095 p {
    color: #ffffff;
    margin-bottom: 30px;
    position: relative;
    order: 2;
    line-height: 1.8;
    font-size: 13px;
}.company_info_7431 .smart_track_7095 .training_classes_4196 {
    width: 100%;
    order: 1;
    margin-bottom: 30px;
    transition: all 0.4s ease;
    height: 340px;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 15% 100%, 0 85%);
}.company_info_7431 .smart_track_7095 .training_classes_4196::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgb(104,95,149,0.5) 0%, transparent 100%);
    opacity: 0.5;
    z-index: 1;
}.company_info_7431 .smart_track_7095 .training_classes_4196::after {
    content: "";
    border-right: 2px solid rgb(104,95,149);
    width: 60px;
    opacity: 0.8;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    height: 60px;
    border-top: 2px solid rgb(104,95,149);
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes blinkSlow {
    0%, 90% {
        opacity: 1;
    }
    95% {
        opacity: 0.3;
    }
    100% {
        opacity: 1;
    }
}

@keyframes scanRight {
    0%, 100% {
        left: 0;
        width: 100px;
    }
    45%, 55% {
        left: calc(100% - 100px);
        width: 100px;
    }
    50% {
        left: calc(100% - 100px);
        width: 40px;
    }
}

@keyframes gridGlow {
    0% {
        opacity: 0.1;
    }
    100% {
        opacity: 0.3;
    }
}

@keyframes scanlines {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-75%);
    }
}

@media (max-width: 1024px) {.company_info_7431 {
    padding: 80px 0;
}.company_info_7431 .learning_track_7029 {
    gap: 30px;
}.company_info_7431 .learning_track_7029 h3 {
    margin-bottom: 40px;
    letter-spacing: 2px;
}.company_info_7431 .learn_experts_9238,
    .company_info_7431 .smart_track_7095 {
    padding-left: 20px;
    padding-right: 20px;
}.company_info_7431 .learn_experts_9238 .img_box_9732,
    .company_info_7431 .smart_track_7095 .training_classes_4196 {
    height: 280px;
}
}

@media (max-width: 768px) {.company_info_7431 {
    padding: 60px 0;
}.company_info_7431 .learning_track_7029 {
    gap: 50px;
    grid-template-columns: 1fr;
}.company_info_7431 .learning_track_7029 h3 {
    margin-bottom: 30px;
    letter-spacing: 1px;
    font-size: calc(31px * 0.85);
}.company_info_7431 .learn_experts_9238 {
    border-top: 1px solid rgb(161,155,181,0.5);
    padding-left: 0;
    border-left: none;
    padding-top: 30px;
}.company_info_7431 .learn_experts_9238::before {
    top: -8px;
    left: 0;
}.company_info_7431 .smart_track_7095 {
    border-bottom: 1px solid rgb(104,95,149,0.5);
    padding-bottom: 30px;
    border-right: none;
    padding-right: 0;
}.company_info_7431 .smart_track_7095::before {
    bottom: -8px;
    right: 0;
}.company_info_7431 .learn_experts_9238 .img_box_9732,
    .company_info_7431 .smart_track_7095 .training_classes_4196 {
    height: 300px;
}
}

@media (max-width: 576px) {.company_info_7431 {
    padding: 50px 0;
}.company_info_7431 .learning_track_7029 {
    gap: 40px;
}.company_info_7431 .learning_track_7029 h3 {
    padding-bottom: 15px;
    font-size: calc(31px * 0.75);
    margin-bottom: 25px;
    letter-spacing: 1px;
}.company_info_7431 .learning_track_7029 h3::before {
    width: 6px;
    height: 6px;
    margin-right: 10px;
}.company_info_7431 .learn_experts_9238 {
    padding-top: 20px;
}.company_info_7431 .smart_track_7095 {
    padding-bottom: 20px;
}.company_info_7431 .learn_experts_9238 span {
    font-size: calc(18px * 0.9);
}.company_info_7431 .learn_experts_9238 p,
    .company_info_7431 .smart_track_7095 p {
    line-height: 1.6;
    margin-bottom: 20px;
    font-size: calc(13px * 0.95);
}.company_info_7431 .learn_experts_9238 .img_box_9732,
    .company_info_7431 .smart_track_7095 .training_classes_4196 {
    height: 240px;
}.company_info_7431 .learn_experts_9238 .img_box_9732::after,
    .company_info_7431 .smart_track_7095 .training_classes_4196::after {
    width: 40px;
    height: 40px;
}}.data_statistics_2397 {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(196,193,205) 0%, rgb(161,155,181,0.5) 100%);
    padding: 4rem 0;
}.data_statistics_2397::before {
    top: 0;
    position: absolute;
    height: 100%;
    left: 0;
    background: repeating-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.03) 0px,
        rgba(255, 255, 255, 0.03) 2px,
        transparent 2px,
        transparent 10px
    );
    z-index: 1;
    width: 100%;
    content: "";
}.data_statistics_2397 .container {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 1.5rem;
}.data_statistics_2397 ul {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    margin: 0 0 3rem 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 2rem;
}.data_statistics_2397 .key_pros_2305 {
    background: linear-gradient(
        to right bottom,
        rgba(255, 255, 255, 0.9),
        rgba(255, 255, 255, 0.5)
    );
    padding: 2rem 1.5rem;
    transform: translateY(0);
    position: relative;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275),
                box-shadow 0.4s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08), 
                inset 0 1px 1px rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(8px);
    border-left: 3px solid rgb(161,155,181);
}.data_statistics_2397 .key_pros_2305:nth-child(2n) {
    border-left: 3px solid rgb(104,95,149);
}.data_statistics_2397 .key_pros_2305:nth-child(3n) {
    border-left: 3px solid rgba(0, 0, 0, 0.5);
}.data_statistics_2397 .key_pros_2305:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12), 
                inset 0 1px 1px rgba(255, 255, 255, 0.8);
    transform: translateY(-8px) scale(1.03);
}.data_statistics_2397 .key_pros_2305::after {
    content: "";
    right: 0;
    width: 30%;
    transition: width 0.4s ease;
    opacity: 0.6;
    height: 4px;
    background: linear-gradient(to right, transparent, rgb(161,155,181));
    bottom: 0;
    position: absolute;
}.data_statistics_2397 .key_pros_2305:hover::after {
    width: 85%;
}.data_statistics_2397 .key_pros_2305 div {
    z-index: 2;
    position: relative;
}.data_statistics_2397 .key_pros_2305 p {
    transition: transform 0.3s ease;
    font-weight: 700;
    display: inline-block;
    margin: 0 0 0.5rem 0;
    font-size: calc(28px * 1.2);
    line-height: 1;
    position: relative;
    color: rgb(161,155,181);
}.data_statistics_2397 .key_pros_2305:nth-child(2n) p {
    color: rgb(104,95,149);
}.data_statistics_2397 .key_pros_2305:nth-child(3n) p {
    color: #000000;
}.data_statistics_2397 .key_pros_2305 p::before {
    left: 0;
    content: "";
    height: 5px;
    transform-origin: left;
    opacity: 0.3;
    bottom: -5px;
    position: absolute;
    transform: scaleX(0);
    background: currentColor;
    width: 60%;
    transition: transform 0.4s ease-out 0.1s;
}.data_statistics_2397 .key_pros_2305:hover p {
    transform: translateY(-5px);
}.data_statistics_2397 .key_pros_2305:hover p::before {
    transform: scaleX(1);
}.data_statistics_2397 .key_pros_2305 span {
    transition: transform 0.3s ease 0.1s;
    position: relative;
    font-size: 12px;
    margin-top: 1rem;
    font-weight: 600;
    display: block;
    color: #000000;
}.data_statistics_2397 .key_pros_2305:hover span {
    transform: translateX(8px);
}.data_statistics_2397 h4 {
    font-weight: 600;
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0.8),
        rgba(255, 255, 255, 0.4)
    );
    margin: 1rem auto;
    padding: 0.5rem 2rem;
    position: relative;
    font-size: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    color: #000000;
    display: inline-block;
    text-align: center;
}.data_statistics_2397 h4::before,
.data_statistics_2397 h4::after {
    top: 50%;
    width: 120px;
    background: linear-gradient(to right, rgb(161,155,181), transparent);
    position: absolute;
    content: "";
    height: 1px;
}.data_statistics_2397 h4::before {
    right: 100%;
    margin-right: 20px;
}.data_statistics_2397 h4::after {
    left: 100%;
    background: linear-gradient(to left, rgb(161,155,181), transparent);
    margin-left: 20px;
}

@media (min-width: 768px) {.data_statistics_2397 {
    padding: 6rem 0;
}.data_statistics_2397 ul {
    gap: 2.5rem;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}.data_statistics_2397 .key_pros_2305 {
    padding: 2.5rem 2rem;
}.data_statistics_2397 .key_pros_2305 div {
    position: relative;
}.data_statistics_2397 .key_pros_2305 p {
    font-size: calc(28px * 1.5);
}.data_statistics_2397 h4 {
    font-size: calc(20px * 1.2);
    padding: 0.75rem 3rem;
}.data_statistics_2397 h4::before,
    .data_statistics_2397 h4::after {
    width: 180px;
}
}

@media (max-width: 767px) {.data_statistics_2397 {
    padding: 3rem 0;
}.data_statistics_2397 ul {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.data_statistics_2397 .key_pros_2305 {
    margin-bottom: 1rem;
}.data_statistics_2397 h4::before,
    .data_statistics_2397 h4::after {
    width: 60px;
}
}

@media (min-width: 1200px) {.data_statistics_2397 .container {
    padding: 0;
}.data_statistics_2397 ul {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}.data_statistics_2397 h4::before,
    .data_statistics_2397 h4::after {
    width: 220px;
}
}

@media (prefers-reduced-motion: reduce) {.data_statistics_2397 .key_pros_2305,
    .data_statistics_2397 .key_pros_2305 p,
    .data_statistics_2397 .key_pros_2305 span,
    .data_statistics_2397 .key_pros_2305::after,
    .data_statistics_2397 .key_pros_2305 p::before {
    transition: none;
}.data_statistics_2397 .key_pros_2305:hover {
    transform: none;
}}.course_program_0613 {
    flex-direction: column;
    display: flex;
    overflow: hidden;
    background: rgb(196,193,205);
    min-height: 100vh;
    position: relative;
}.course_program_0613 .class_map_6251 {
    width: 100%;
    left: 0;
    position: absolute;
    height: 100%;
    top: 0;
    z-index: 1;
}.course_program_0613 .class_map_6251::after {
    position: absolute;
    content: "";
    height: 100%;
    background: radial-gradient(
        circle at center,
        transparent 30%,
        rgb(196,193,205) 90%
    );
    z-index: 2;
    width: 100%;
    top: 0;
    left: 0;
}.course_program_0613 .pro_skills_2934 {
    animation: carousel-zoom 25s ease-in-out infinite;
    width: 100%;
    display: flex;
    height: 100%;
}.course_program_0613 .class_map_6251:hover .pro_skills_2934 {
    animation-play-state: paused;
}.course_program_0613 .career_ready_9381 {
    height: 100%;
    flex-shrink: 0;
    width: 100%;
    position: relative;
}.course_program_0613 .career_ready_9381 img {
    object-fit: cover;
    height: 100%;
    transform-origin: center;
    width: 100%;
    filter: brightness(0.9) saturate(1.2);
}.course_program_0613 .container {
    align-items: center;
    justify-content: center;
    height: 100%;
    z-index: 3;
    padding: 2rem;
    position: relative;
    display: flex;
    width: 100%;
}.course_program_0613 .learning_track_7029 {
    max-width: 800px;
    position: relative;
    width: 100%;
}.course_program_0613 .career_learn_3748 {
    text-align: center;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05), 
                0 5px 10px rgba(0, 0, 0, 0.05);
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    position: relative;
    border-radius: 23px;
    padding: 3rem;
    transform: perspective(1000px) rotateX(0deg);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}.course_program_0613 .career_learn_3748:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 
                0 5px 15px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateX(2deg);
}.course_program_0613 .career_learn_3748::before {
    position: absolute;
    content: "";
    border-radius: 10px;
    opacity: 0.3;
    top: 20px;
    border: 1px solid rgb(161,155,181);
    right: 20px;
    pointer-events: none;
    bottom: 20px;
    left: 20px;
}.course_program_0613 .career_learn_3748 h3 {
    font-size: 33px;
    margin-bottom: 0.5rem;
    position: relative;
    display: inline-block;
    font-weight: 700;
    color: rgb(161,155,181);
}.course_program_0613 .career_learn_3748 h3::after {
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
    height: 2px;
    content: "";
    background: rgb(161,155,181);
    position: absolute;
    width: 80px;
}.course_program_0613 .career_learn_3748 p {
    margin: 0 auto 2rem;
    color: #000000;
    line-height: 1.7;
    max-width: 90%;
    font-size: 13px;
}.course_program_0613 .career_learn_3748 .inquiry_info_2189 {
    border-radius: 23px;
    overflow: hidden;
    font-size: 20px;
    color: #ffffff;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    text-decoration: none;
    display: inline-block;
    background: rgb(161,155,181);
    z-index: 1;
    position: relative;
    font-weight: 600;
    padding: 0.9rem 2.5rem;
}.course_program_0613 .career_learn_3748 .inquiry_info_2189::before {
    width: 120%;
    transform: skewX(-25deg) translateX(-100%);
    height: 100%;
    position: absolute;
    top: 0;
    content: "";
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
    left: -10%;
    z-index: -1;
    transition: all 0.6s ease;
}.course_program_0613 .career_learn_3748 .inquiry_info_2189:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    transform: translateY(-3px);
}.course_program_0613 .career_learn_3748 .inquiry_info_2189:hover::before {
    transform: skewX(-25deg) translateX(100%);
}

@keyframes carousel-zoom {
    0%, 20% {
        transform: scale(1);
    }
    25%, 45% {
        transform: scale(1.1) translateX(-5%);
    }
    50%, 70% {
        transform: scale(1) translateY(3%);
    }
    75%, 95% {
        transform: scale(1.05) translateX(5%);
    }
    100% {
        transform: scale(1);
    }
}

@media (min-width: 768px) and (max-width: 991px) {.course_program_0613 .class_map_6251::after {
    background: radial-gradient(
            circle at center,
            transparent 20%,
            rgb(196,193,205) 85%
        );
}.course_program_0613 .pro_skills_2934 {
    animation-duration: 20s;
}.course_program_0613 .learning_track_7029 {
    max-width: 600px;
}.course_program_0613 .career_learn_3748 {
    padding: 2.5rem;
}.course_program_0613 .career_learn_3748 h3 {
    font-size: calc(33px * 0.9);
}.course_program_0613 .career_learn_3748 p {
    max-width: 95%;
}
}

@media (max-width: 767px) {.course_program_0613 {
    padding: 4rem 0;
    min-height: auto;
}.course_program_0613 .class_map_6251 {
    position: fixed;
    z-index: 0;
}.course_program_0613 .class_map_6251::after {
    background: radial-gradient(
            circle at center,
            transparent 0%,
            rgb(196,193,205) 70%
        );
}.course_program_0613 .pro_skills_2934 {
    animation-duration: 15s;
}.course_program_0613 .learning_track_7029 {
    max-width: 100%;
}.course_program_0613 .career_learn_3748 {
    padding: 2rem 1.5rem;
}.course_program_0613 .career_learn_3748::before {
    top: 10px;
    right: 10px;
    left: 10px;
    bottom: 10px;
}.course_program_0613 .career_learn_3748 h3 {
    font-size: 23px;
}.course_program_0613 .career_learn_3748 h3::after {
    width: 60px;
}.course_program_0613 .career_learn_3748 p {
    max-width: 100%;
    margin-bottom: 1.5rem;
    line-height: 1.6;
    font-size: calc(13px * 0.9);
}.course_program_0613 .career_learn_3748 .inquiry_info_2189 {
    width: 100%;
    padding: 0.8rem 1.5rem;
}}.educational_gains_6501 {
    background: linear-gradient(135deg, rgb(196,193,205) 0%, #ffffff 100%);
    overflow: hidden;
    padding: 6rem 0;
    position: relative;
}.educational_gains_6501::before {
    top: 0;
    background: linear-gradient(45deg, rgb(161,155,181,0.5) 0%, transparent 60%);
    pointer-events: none;
    height: 100%;
    position: absolute;
    left: 0;
    content: "";
    width: 100%;
    z-index: 1;
}.educational_gains_6501 .container {
    margin: 0 auto;
    padding: 0 2rem;
    z-index: 2;
    max-width: 1200px;
    position: relative;
}.educational_gains_6501 .learning_track_7029 {
    gap: 2.5rem;
    display: grid;
    position: relative;
    grid-template-columns: 1fr;
    transform: perspective(1000px) rotateX(2deg);
}.educational_gains_6501 .info_card_5972 {
    background: rgba(255, 255, 255, 0.92);
    transform: translateZ(30px);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    border-left: 4px solid rgb(161,155,181);
    padding: 2.5rem;
}.educational_gains_6501 .info_card_5972:hover {
    transform: translateZ(50px) translateY(-5px);
}.educational_gains_6501 h4 {
    font-size: 22px;
    line-height: 1.3;
    margin-bottom: 1.8rem;
    transition: transform 0.3s ease-out;
    font-weight: 700;
    color: #000000;
    transform: translateX(0);
    padding-bottom: 1rem;
    position: relative;
}.educational_gains_6501 h4::after {
    content: "";
    transition: width 0.4s ease-in-out;
    bottom: 0;
    width: 60px;
    position: absolute;
    height: 3px;
    left: 0;
    background: rgb(161,155,181);
}.educational_gains_6501 .info_card_5972:hover h4::after {
    width: 120px;
}.educational_gains_6501 .info_card_5972 > div {
    gap: 1.5rem;
    display: flex;
    flex-direction: column;
}.educational_gains_6501 ul {
    margin: 0;
    padding: 0;
    list-style: none;
}.educational_gains_6501 li {
    transition: transform 0.3s ease-out, opacity 0.3s ease-out;
    transform: translateX(0);
    opacity: 0.9;
    margin-bottom: 1.2rem;
}.educational_gains_6501 li:hover {
    opacity: 1;
    transform: translateX(8px);
}.educational_gains_6501 li p {
    line-height: 1.6;
    align-items: flex-start;
    gap: 1rem;
    margin: 0;
    color: #000000;
    font-size: 16px;
    display: flex;
}.educational_gains_6501 li p span:first-child {
    margin-top: 0.2rem;
    flex-shrink: 0;
}.educational_gains_6501 li p span:last-child {
    position: relative;
    z-index: 1;
}.educational_gains_6501 li p span:last-child::before {
    z-index: -1;
    bottom: -2px;
    width: 0;
    left: 0;
    height: 2px;
    content: "";
    background: rgb(104,95,149);
    transition: width 0.4s ease;
    position: absolute;
}.educational_gains_6501 li:hover p span:last-child::before {
    width: 100%;
}.educational_gains_6501 svg {
    transition: transform 0.3s ease;
    fill: none;
    height: 24px;
    width: 24px;
}.educational_gains_6501 li:hover svg {
    transform: rotate(-10deg) scale(1.1);
}.educational_gains_6501 svg path {
    fill: rgb(161,155,181);
    transition: fill 0.3s ease;
}.educational_gains_6501 li:hover svg path {
    fill: rgb(104,95,149);
}.educational_gains_6501 .img_box_9732 {
    object-fit: cover;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    transform: translateZ(20px) rotate(-1deg);
    width: 100%;
    height: auto;
    border-radius: 13px;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), box-shadow 0.5s ease;
    filter: saturate(1.1) contrast(1.05);
}.educational_gains_6501 .img_box_9732:hover {
    transform: translateZ(40px) rotate(0deg);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
}

@media (min-width: 768px) {.educational_gains_6501 {
    padding: 8rem 0;
}.educational_gains_6501 .learning_track_7029 {
    grid-template-columns: 3fr 2fr;
    align-items: center;
    gap: 4rem;
}.educational_gains_6501 .info_card_5972 > div {
    flex-direction: row;
    gap: 2rem;
}.educational_gains_6501 h4 {
    font-size: calc(22px * 1.1);
}.educational_gains_6501 li p {
    font-size: calc(16px * 1.05);
}.educational_gains_6501 .img_box_9732 {
    height: 100%;
    max-height: 500px;
}
}

@media (min-width: 992px) {.educational_gains_6501 {
    padding: 10rem 0;
}.educational_gains_6501 .learning_track_7029 {
    transform: perspective(1200px) rotateX(3deg);
}.educational_gains_6501 .info_card_5972 {
    padding: 3rem;
}.educational_gains_6501 h4 {
    margin-bottom: 2.5rem;
    font-size: calc(22px * 1.2);
}.educational_gains_6501 .img_box_9732 {
    max-height: 600px;
}
}

@media (max-width: 767px) {.educational_gains_6501 {
    padding: 4rem 0;
}.educational_gains_6501 .learning_track_7029 {
    transform: perspective(800px) rotateX(1deg);
}.educational_gains_6501 .info_card_5972 {
    padding: 1.8rem;
}.educational_gains_6501 h4 {
    font-size: calc(22px * 0.95);
    margin-bottom: 1.5rem;
}.educational_gains_6501 li {
    margin-bottom: 1rem;
}.educational_gains_6501 li p {
    font-size: calc(16px * 0.95);
    gap: 0.7rem;
    line-height: 1.5;
}.educational_gains_6501 svg {
    width: 20px;
    height: 20px;
}.educational_gains_6501 .img_box_9732 {
    max-height: 300px;
}
}

@media (max-width: 480px) {.educational_gains_6501 {
    padding: 3rem 0;
}.educational_gains_6501 .learning_track_7029 {
    transform: none;
}.educational_gains_6501 .info_card_5972 {
    padding: 1.5rem;
}.educational_gains_6501 h4 {
    font-size: calc(22px * 0.9);
    padding-bottom: 0.8rem;
}.educational_gains_6501 li p {
    font-size: calc(16px * 0.9);
    line-height: 1.4;
}.educational_gains_6501 svg {
    width: 18px;
    height: 18px;
}}.academic_experience_2604 {
    padding: 8rem 0;
    min-height: 700px;
    background: linear-gradient(160deg, rgb(196,193,205) 0%, #000000 100%);
    position: relative;
    overflow: hidden;
}.academic_experience_2604::before {
    top: 0;
    opacity: 0.4;
    position: absolute;
    content: "";
    left: 0;
    background: 
        radial-gradient(circle at 80% 20%, rgb(161,155,181,0.5) 0%, transparent 35%),
        radial-gradient(circle at 20% 80%, rgb(104,95,149,0.5) 0%, transparent 35%);
    height: 100%;
    filter: blur(70px);
    z-index: 1;
    width: 100%;
    animation: breatheGlow 15s ease-in-out infinite alternate;
}.academic_experience_2604 .container {
    margin: 0 auto;
    position: relative;
    padding: 0 2rem;
    max-width: 1200px;
    z-index: 2;
}.academic_experience_2604 .rating_praise_2134 {
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    padding: 3rem;
    gap: 30px;
    backdrop-filter: blur(15px);
    grid-template-columns: 1.2fr 0.8fr;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.3) 100%);
    min-height: 580px;
    grid-template-rows: auto 1fr;
    display: grid;
}.academic_experience_2604 .rating_praise_2134::before {
    opacity: 0.2;
    background: linear-gradient(135deg, transparent, rgb(161,155,181,0.5), transparent);
    background-size: 200% 200%;
    animation: shimmerEffect 10s ease-in-out infinite;
    content: "";
    top: 0;
    position: absolute;
    z-index: -1;
    width: 100%;
    left: 0;
    height: 100%;
}.academic_experience_2604 .img_box_9732 {
    transform: scale(1) rotate(0deg);
    height: 100%;
    z-index: 3;
    grid-column: 2;
    position: relative;
    grid-row: 1 / span 2;
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.4);
    filter: contrast(1.1) brightness(1.05);
    border-radius: 10px;
    transition: all 0.7s cubic-bezier(0.2, 1, 0.3, 1);
}.academic_experience_2604 .rating_praise_2134:hover .img_box_9732 {
    transform: scale(1.05) rotate(2deg);
    box-shadow: 30px 30px 60px rgba(0, 0, 0, 0.5);
}.academic_experience_2604 .img_box_9732::before {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    content: "";
    height: 100%;
    box-sizing: border-box;
    left: 0;
    z-index: 1;
    position: absolute;
    top: 0;
    border-radius: inherit;
}.academic_experience_2604 .name {
    margin: 0;
    transform: translateX(0);
    position: relative;
    transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
    grid-column: 1;
    font-size: 28px;
    font-weight: 700;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    grid-row: 1;
    color: #ffffff;
    z-index: 4;
}.academic_experience_2604 .rating_praise_2134:hover .name {
    transform: translateX(10px);
}.academic_experience_2604 .name::after {
    position: absolute;
    bottom: -10px;
    width: 0;
    content: "";
    transition: width 0.6s ease;
    left: 0;
    background: linear-gradient(90deg, rgb(161,155,181), rgb(104,95,149));
    height: 3px;
}.academic_experience_2604 .rating_praise_2134:hover .name::after {
    width: 120px;
}.academic_experience_2604 .rating_praise_2134 span:not(.name) {
    color: rgb(104,95,149);
    font-size: 22px;
    width: max-content;
    margin-top: 4rem;
    font-weight: 600;
    grid-column: 1;
    backdrop-filter: blur(10px);
    transform: translateX(0);
    padding: 0.7rem 1.5rem;
    grid-row: 1;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.2);
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
    z-index: 3;
    transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
}.academic_experience_2604 .rating_praise_2134:hover span:not(.name) {
    transform: translateX(10px);
    background: rgba(0, 0, 0, 0.3);
}.academic_experience_2604 .experience_data_0756 {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.2) 100%);
    overflow: hidden;
    grid-column: 1;
    backdrop-filter: blur(10px);
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.3);
    color: #ffffff;
    padding: 2rem;
    border-radius: 10px;
    line-height: 1.8;
    position: relative;
    font-size: 15px;
    transform: translateY(0);
    transition: all 0.7s cubic-bezier(0.2, 1, 0.3, 1);
    z-index: 2;
    grid-row: 2;
    border-left: 4px solid rgb(104,95,149);
}.academic_experience_2604 .rating_praise_2134:hover .experience_data_0756 {
    transform: translateY(-10px);
    box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.4);
}.academic_experience_2604 .experience_data_0756::before {
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    left: 0;
    content: "";
    width: 100%;
    position: absolute;
    animation: shimmerEffect 5s ease-in-out infinite;
    z-index: -1;
    height: 100%;
    background-size: 200% 200%;
    top: 0;
}.academic_experience_2604 .container::after {
    content: "";
    bottom: -200px;
    width: 400px;
    background: conic-gradient(from 135deg, rgb(161,155,181,0.5) 0%, rgb(104,95,149,0.5) 50%, rgb(161,155,181,0.5) 100%);
    z-index: -1;
    filter: blur(80px);
    border-radius: 50%;
    left: -200px;
    opacity: 0.2;
    height: 400px;
    position: absolute;
    animation: rotateGlow 25s linear infinite;
}

@keyframes breatheGlow {
    0%, 100% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.5;
    }
}

@keyframes shimmerEffect {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}

@keyframes rotateGlow {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 992px) {.academic_experience_2604 .rating_praise_2134 {
    padding: 2rem;
    grid-template-columns: 1fr;
    gap: 20px;
    grid-template-rows: auto auto auto;
}.academic_experience_2604 .img_box_9732 {
    height: 350px;
    grid-row: 1;
    grid-column: 1;
}.academic_experience_2604 .name {
    grid-column: 1;
    grid-row: 2;
    margin: 0;
}.academic_experience_2604 .rating_praise_2134 span:not(.name) {
    grid-row: 2;
    margin-top: 3.5rem;
    grid-column: 1;
}.academic_experience_2604 .experience_data_0756 {
    grid-column: 1;
    grid-row: 3;
}.academic_experience_2604 .rating_praise_2134:hover .name,
    .academic_experience_2604 .rating_praise_2134:hover span:not(.name) {
    transform: translateY(-5px);
}
}

@media (max-width: 576px) {.academic_experience_2604 {
    padding: 5rem 0;
}.academic_experience_2604 .rating_praise_2134 {
    padding: 1.5rem;
}.academic_experience_2604 .img_box_9732 {
    height: 250px;
}.academic_experience_2604 .name {
    font-size: 22px;
}.academic_experience_2604 .rating_praise_2134 span:not(.name) {
    font-size: 15px;
    margin-top: 3rem;
    padding: 0.6rem 1rem;
}.academic_experience_2604 .experience_data_0756 {
    padding: 1.5rem;
    font-size: calc(15px * 0.9);
    line-height: 1.6;
}}.trackingNoticeModal_6081 {
    position: fixed;
    z-index: 90;
    bottom: 0;
    border-top: 2px solid rgb(161,155,181);
    width: 100%;
    background: rgb(196,193,205);
}.cookie_explained_7962 {
    align-items: center;
    padding: 20px 0;
    justify-content: space-between;
    display: flex;
}.trackingNoticeModal_6081 h5 {
    font-size: 22px;
    margin-bottom: 6px;
}.trackingNoticeModal_6081 p {
    font-size: 18px;
}.accept_cookies_4167 {
    margin-right: 10px;
    flex-shrink: 0;
}.accept_cookies_4167 svg, .accept_cookies_4167 svg path, .accept_cookies_4167 img {
    width: 100px;
    fill: rgb(161,155,181);
    height: 100px;
}.privacy_opt_8109 {
    white-space: nowrap;
    text-align: center;
    border-bottom: 2px solid rgb(161,155,181);
    cursor: pointer;
    text-decoration: none;
    min-width: 120px;
    line-height: 35px;
    color: rgb(161,155,181);
    font-size: 24px;
    margin-left: 10px;
    flex-shrink: 0;
}.trackingNoticeModal_6081 p a {
    color: rgb(161,155,181);
    text-decoration: none;
}
@media only screen and (max-width: 1200px) {.trackingNoticeModal_6081 {
    padding: 20px;
}}
#windowConsentAlert_1267 {
    display: none;
}#windowConsentAlert_1267:checked ~ .trackingNoticeModal_6081 {
    visibility: hidden;
    opacity: 0;
}
@media only screen and (max-width: 800px) {.accept_cookies_4167 {
    display: none;
}.cookie_explained_7962 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}.trackingNoticeModal_6081 h5 {
    text-align: center;
}.trackingNoticeModal_6081 p {
    text-align: center;
}.cookie_controls_9753 {
    margin-bottom: 20px;
}body .wrapping-container_0738 .privacy_opt_8109 {
    margin-left: 0;
}}header {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 97% 100%, 3% 100%, 0 85%);
    padding: 1.2rem 0;
    z-index: 1000;
    position: relative;
    background-color: rgb(196,193,205);
}header::before {
    top: 0;
    width: 100%;
    opacity: 0.15;
    position: absolute;
    animation: gridMove 40s linear infinite;
    content: '';
    height: 100%;
    z-index: -1;
    background: 
        linear-gradient(90deg, transparent 49.5%, rgb(161,155,181,0.5) 49.5%, rgb(161,155,181,0.5) 50.5%, transparent 50.5%) 0 0 / 20px 100%,
        linear-gradient(0deg, transparent 49.5%, rgb(104,95,149,0.5) 49.5%, rgb(104,95,149,0.5) 50.5%, transparent 50.5%) 0 0 / 100% 20px;
    left: 0;
}header::after {
    height: 4px;
    width: 100%;
    background: linear-gradient(90deg, 
        rgb(161,155,181) 0%, 
        rgb(104,95,149) 50%, 
        rgb(161,155,181) 100%);
    content: '';
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
}header .container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 1.5rem;
    position: relative;
}header .nav_main_0491 {
    justify-content: space-between;
    position: relative;
    align-items: center;
    display: flex;
}header .top_start_1093 {
    position: relative;
    background: rgba(0, 0, 0, 0.2);
    display: flex;
    gap: 0.5rem;
    backdrop-filter: blur(10px);
    padding: 5px;
    border-radius: 18px;
}header .top_nav_9628 {
    color: #ffffff;
    text-decoration: none;
    position: relative;
    font-size: 15px;
    border-radius: 10px;
    transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
    padding: 0.7rem 1.2rem;
    font-weight: 400;
    font-family: Arial, sans-serif;
}header .top_nav_9628::before {
    transition: all 0.3s ease;
    transform: scale(0.95);
    background: linear-gradient(45deg, rgb(161,155,181), rgb(104,95,149));
    z-index: -1;
    opacity: 0;
    left: -2px;
    content: '';
    border-radius: calc(10px + 2px);
    position: absolute;
    right: -2px;
    bottom: -2px;
    top: -2px;
}header .top_nav_9628::after {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    border-radius: 10px;
    z-index: -1;
    content: '';
    background: rgb(161,155,181);
}header .top_nav_9628:hover {
    color: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    transform: translateY(-3px);
}header .top_nav_9628:hover::before {
    transform: scale(1);
    opacity: 1;
}header .nav_top_0127 {
    position: relative;
    padding: 0.5rem 1rem;
    border-radius: 10px;
    text-decoration: none;
    align-items: center;
    transition: all 0.3s ease;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.03);
    display: flex;
}header .nav_top_0127::before {
    top: 0;
    position: absolute;
    transition: 0.5s;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.1),
        transparent
    );
    width: 100%;
    left: -100%;
    height: 100%;
    content: '';
}header .nav_top_0127:hover::before {
    left: 100%;
}header .nav_top_0127 svg {
    height: auto;
    width: 160px;
    position: relative;
    z-index: 2;
}

@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 20px 20px;
    }
}

@media (max-width: 991px) {header {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 95% 100%, 5% 100%, 0 90%);
}header .top_start_1093 {
    gap: 0.3rem;
}header .top_nav_9628 {
    padding: 0.6rem 0.8rem;
    font-size: calc(15px - 1px);
}header .nav_top_0127 svg {
    width: 140px;
}
}

@media (max-width: 767px) {header {
    padding: 1rem 0 1.5rem;
    clip-path: polygon(0 0, 100% 0, 100% 95%, 90% 100%, 10% 100%, 0 95%);
}header .nav_main_0491 {
    flex-direction: column;
}header .top_start_1093 {
    padding: 10px;
    gap: 0.5rem;
    justify-content: center;
    flex-wrap: wrap;
    order: 2;
    margin-top: 1rem;
    width: 100%;
}header .top_nav_9628 {
    padding: 0.5rem 0.7rem;
    font-size: calc(15px - 2px);
}header .nav_top_0127 {
    order: 1;
    margin-bottom: 0.5rem;
}header .nav_top_0127 svg {
    width: 130px;
}
}

@media (max-width: 480px) {header {
    padding: 0.8rem 0 1.2rem;
}header .top_start_1093 {
    flex-wrap: nowrap;
    overflow-x: auto;
    justify-content: flex-start;
}header .top_start_1093::-webkit-scrollbar {
    height: 3px;
}header .top_start_1093::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(161,155,181);
}header .top_nav_9628 {
    white-space: nowrap;
}header .nav_top_0127 svg {
    width: 110px;
}}.get_updates_6741 {
    background: rgb(196,193,205);
    overflow: hidden;
    isolation: isolate;
    padding: 4rem;
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
}.get_updates_6741::before {
    z-index: -1;
    inset: 0;
    content: "";
    opacity: 0.3;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(161,155,181,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(104,95,149,0.5) 0%, transparent 40%);
    position: absolute;
}.get_updates_6741::after {
    opacity: 0.05;
    top: 0;
    position: absolute;
    content: "";
    z-index: -1;
    background-image: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgb(161,155,181,0.5) 10px, rgb(161,155,181,0.5) 11px),
        repeating-linear-gradient(135deg, transparent, transparent 10px, rgb(104,95,149,0.5) 10px, rgb(104,95,149,0.5) 11px);
    left: 0;
    width: 100%;
    height: 100%;
}.get_updates_6741 .learning_track_7029 {
    grid-template-columns: 1fr 1.2fr;
    gap: 3rem;
    align-items: center;
    display: grid;
    position: relative;
}.get_updates_6741 .learning_track_7029::before {
    top: -30px;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    width: 100px;
    background: rgb(161,155,181);
    position: absolute;
    height: 100px;
    opacity: 0.15;
    right: -30px;
    content: "";
    animation: rotate-shape 20s linear infinite;
}.get_updates_6741 .learning_track_7029::after {
    content: "";
    clip-path: polygon(0 0, 100% 0, 0 100%);
    animation: rotate-shape 20s linear infinite reverse;
    width: 100px;
    position: absolute;
    opacity: 0.15;
    left: -30px;
    bottom: -30px;
    height: 100px;
    background: rgb(104,95,149);
}.get_updates_6741 p {
    margin: 0;
    font-family: Arial, sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    line-height: 1.6;
    z-index: 1;
    position: relative;
}.get_updates_6741 p::before {
    animation: square-pulse 5s infinite alternate;
    border: 2px solid rgb(161,155,181,0.5);
    opacity: 0.5;
    top: -15px;
    height: 50px;
    position: absolute;
    z-index: -1;
    left: -15px;
    content: "";
    width: 50px;
}.get_updates_6741 p::after {
    left: 20px;
    z-index: -1;
    background: rgb(104,95,149);
    height: 3px;
    content: "";
    width: 50px;
    animation: line-extend 3s infinite alternate;
    position: absolute;
    bottom: -10px;
}.get_updates_6741 .input_holder {
    height: 60px;
    position: relative;
    perspective: 1000px;
    align-items: stretch;
    display: flex;
}.get_updates_6741 .input_holder::before {
    bottom: -10px;
    transform: rotateX(10deg) rotateY(-10deg);
    position: absolute;
    left: -10px;
    content: "";
    z-index: -1;
    top: -10px;
    opacity: 0.2;
    border-radius: 10px;
    right: -10px;
    background: linear-gradient(45deg, transparent, rgb(161,155,181,0.5), transparent);
    filter: blur(5px);
}.get_updates_6741 .sub_agreement_8975 {
    background: #ffffff;
    transition: all 0.3s ease;
    border: 1px solid transparent;
    border-top-left-radius: 10px;
    font-family: Arial, sans-serif;
    border-bottom-left-radius: 10px;
    color: #000000;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    height: 100%;
    font-size: 13px;
    flex: 1;
    padding: 0 1.5rem;
}.get_updates_6741 .sub_agreement_8975:focus {
    border-color: rgb(161,155,181);
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
    outline: none;
}.get_updates_6741 .sub_agreement_8975::placeholder {
    opacity: 0.6;
    color: #000000;
}.get_updates_6741 .sub_banner_6751 {
    border: none;
    background: rgb(161,155,181);
    overflow: hidden;
    font-size: 18px;
    height: 100%;
    isolation: isolate;
    color: #ffffff;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    font-weight: 600;
    position: relative;
    cursor: pointer;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    padding: 0 2rem;
}.get_updates_6741 .sub_banner_6751::before {
    inset: 0;
    position: absolute;
    content: "";
    transition: transform 0.3s ease;
    transform: translateY(100%);
    background: rgb(104,95,149);
    z-index: -1;
}.get_updates_6741 .sub_banner_6751:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}.get_updates_6741 .sub_banner_6751:hover::before {
    transform: translateY(0);
}

@keyframes square-pulse {
    0% {
        transform: scale(1);
        opacity: 0.3;
    }
    100% {
        transform: scale(1.2);
        opacity: 0.5;
    }
}

@keyframes line-extend {
    0% {
        width: 50px;
    }
    100% {
        width: 100px;
    }
}

@keyframes rotate-shape {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 768px) {.get_updates_6741 {
    padding: 3rem 1.5rem;
}.get_updates_6741 .learning_track_7029 {
    gap: 2rem;
    grid-template-columns: 1fr;
}.get_updates_6741 p {
    font-size: 17px;
}.get_updates_6741 .input_holder {
    flex-direction: column;
    height: auto;
}.get_updates_6741 .sub_agreement_8975 {
    border-radius: 10px;
    height: 60px;
    width: 100%;
    margin-bottom: 1rem;
}.get_updates_6741 .sub_banner_6751 {
    width: 100%;
    height: 60px;
    border-radius: 10px;
}}.reach_out_8421 {
    overflow: hidden;
    position: relative;
    background-color: rgb(196,193,205);
    padding: 100px 0;
}.reach_out_8421::before {
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(120deg, rgb(161,155,181,0.5) 0%, transparent 75%);
    opacity: 0.15;
    position: absolute;
    content: "";
}.reach_out_8421::after {
    background: linear-gradient(240deg, rgb(104,95,149,0.5) 0%, transparent 70%);
    position: absolute;
    height: 70%;
    right: 0;
    content: "";
    bottom: 0;
    opacity: 0.1;
    width: 70%;
}.reach_out_8421 .container {
    padding: 0 30px;
    margin: 0 auto;
    z-index: 1;
    max-width: 1200px;
    position: relative;
}.reach_out_8421 h2 {
    position: relative;
    text-align: center;
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 28px;
    font-family: Arial, sans-serif;
    color: #000000;
}.reach_out_8421 .query_card_6750 {
    overflow: hidden;
    display: flex;
    border-radius: 18px;
    background: #ffffff;
    margin-top: 50px;
    flex-direction: row-reverse;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    flex-wrap: wrap;
}.reach_out_8421 .img_box_9732 {
    overflow: hidden;
    flex: 0 0 40%;
    position: relative;
    min-height: 500px;
}.reach_out_8421 .img_box_9732::after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background: linear-gradient(to bottom, transparent 30%, rgba(0, 0, 0, 0.4));
    top: 0;
}.reach_out_8421 .help_query_8310 {
    padding: 60px;
    position: relative;
    flex: 0 0 60%;
}.reach_out_8421 .help_query_8310::before {
    position: absolute;
    border-radius: 2.5px;
    top: 40px;
    background: linear-gradient(to bottom, rgb(161,155,181), rgb(104,95,149));
    content: "";
    left: 0;
    width: 5px;
    height: calc(100% - 80px);
}.reach_out_8421 form {
    padding-left: 25px;
    width: 100%;
}.reach_out_8421 form h3 {
    font-weight: 600;
    margin-bottom: 35px;
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 21px;
}.reach_out_8421 form input[type="text"] {
    padding: 18px 25px;
    transition: all 0.3s ease;
    background: rgb(196,193,205);
    font-size: 16px;
    border-radius: 10px;
    font-family: Arial, sans-serif;
    border: none;
    color: #000000;
    margin-bottom: 20px;
    width: 100%;
}.reach_out_8421 form input[type="text"]:focus {
    background: rgba(rgb(161,155,181), 0.05);
    box-shadow: 0 0 0 2px rgb(161,155,181,0.5);
    outline: none;
}.reach_out_8421 form input[type="text"]::placeholder {
    color: rgba(#000000, 0.4);
}.reach_out_8421 .feedback_links_4237 {
    margin: 10px 0 30px;
    align-items: flex-start;
    display: flex;
}.reach_out_8421 .feedback_links_4237 input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.reach_out_8421 .feedback_links_4237 label {
    cursor: pointer;
    color: #000000;
    line-height: 1.5;
    font-size: 16px;
    padding-left: 35px;
    position: relative;
}.reach_out_8421 .feedback_links_4237 label::before {
    top: 2px;
    width: 22px;
    content: "";
    border-radius: 10px;
    height: 22px;
    position: absolute;
    border: 2px solid rgb(161,155,181,0.5);
    left: 0;
    transition: all 0.2s ease;
}.reach_out_8421 .feedback_links_4237 input[type="checkbox"]:checked + label::before {
    background-color: rgb(161,155,181);
    border-color: rgb(161,155,181);
}.reach_out_8421 .feedback_links_4237 input[type="checkbox"]:checked + label::after {
    border-right: 2px solid #ffffff;
    top: 9px;
    left: 8px;
    height: 11px;
    content: "";
    position: absolute;
    width: 6px;
    border-bottom: 2px solid #ffffff;
    transform: rotate(45deg);
}.reach_out_8421 .feedback_links_4237 label a {
    color: rgb(161,155,181);
    text-decoration: none;
    transition: all 0.3s ease;
}.reach_out_8421 .feedback_links_4237 label a:hover {
    color: rgb(104,95,149);
    text-decoration: underline;
}.reach_out_8421 form .inquiry_info_2189 {
    font-family: Arial, sans-serif;
    color: #ffffff;
    font-size: 16px;
    transition: all 0.3s ease;
    position: relative;
    border: none;
    display: inline-block;
    background: linear-gradient(45deg, rgb(161,155,181), rgb(104,95,149));
    border-radius: 10px;
    padding: 15px 35px;
    overflow: hidden;
    cursor: pointer;
    font-weight: 600;
}.reach_out_8421 form .inquiry_info_2189::before {
    top: -10%;
    position: absolute;
    transform: rotate(45deg) translateX(-200%);
    content: "";
    width: 120%;
    transition: all 0.4s ease;
    background: rgba(255, 255, 255, 0.2);
    height: 120%;
    left: -10%;
}.reach_out_8421 form .inquiry_info_2189:hover {
    box-shadow: 0 8px 15px rgba(rgb(161,155,181), 0.3);
    transform: translateY(-2px);
}.reach_out_8421 form .inquiry_info_2189:hover::before {
    transform: rotate(45deg) translateX(200%);
}.reach_out_8421 svg {
    fill: rgb(161,155,181);
    width: 22px;
    height: 22px;
}.reach_out_8421 svg path {
    fill: rgb(161,155,181);
    transition: fill 0.3s ease;
}

@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.05;
    }
    50% {
        opacity: 0.1;
    }
}

@media screen and (max-width: 1024px) {.reach_out_8421 .help_query_8310 {
    padding: 50px 40px;
}
}

@media screen and (max-width: 991px) {.reach_out_8421 .img_box_9732 {
    min-height: 300px;
    flex: 0 0 100%;
}.reach_out_8421 .help_query_8310 {
    flex: 0 0 100%;
}.reach_out_8421 .help_query_8310::before {
    width: calc(100% - 80px);
    left: 40px;
    top: 0;
    background: linear-gradient(to right, rgb(161,155,181), rgb(104,95,149));
    height: 5px;
}.reach_out_8421 form {
    padding-top: 25px;
    padding-left: 0;
}
}

@media screen and (max-width: 767px) {.reach_out_8421 {
    padding: 70px 0;
}.reach_out_8421 .img_box_9732 {
    min-height: 250px;
}.reach_out_8421 .help_query_8310 {
    padding: 40px 30px;
}.reach_out_8421 .help_query_8310::before {
    left: 30px;
    width: calc(100% - 60px);
}
}

@media screen and (max-width: 480px) {.reach_out_8421 {
    padding: 50px 0;
}.reach_out_8421 h2 {
    font-size: calc(28px * 0.8);
}.reach_out_8421 .img_box_9732 {
    min-height: 200px;
}.reach_out_8421 .help_query_8310 {
    padding: 30px 20px;
}.reach_out_8421 .help_query_8310::before {
    left: 20px;
    width: calc(100% - 40px);
}.reach_out_8421 form h3 {
    margin-bottom: 25px;
    font-size: calc(21px * 0.9);
}.reach_out_8421 form input[type="text"] {
    padding: 15px 20px;
}.reach_out_8421 form .inquiry_info_2189 {
    text-align: center;
    width: 100%;
}}.customer_support_6214 {
    padding: 5rem 2rem;
    background: linear-gradient(135deg, rgb(196,193,205) 0%, rgb(161,155,181,0.5) 100%);
    position: relative;
    font-family: Arial, sans-serif;
    overflow: hidden;
}.customer_support_6214::before {
    position: absolute;
    background: radial-gradient(circle at 70% 30%, rgb(161,155,181,0.5) 0%, transparent 60%);
    content: "";
    height: 100%;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
}.customer_support_6214::after {
    left: -50px;
    position: absolute;
    width: 300px;
    z-index: 0;
    border-radius: 50%;
    content: "";
    filter: blur(40px);
    bottom: -50px;
    height: 300px;
    background: linear-gradient(225deg, rgb(104,95,149,0.5) 0%, transparent 70%);
    animation: pulseGlow 8s infinite alternate ease-in-out;
}.customer_support_6214 h1 {
    letter-spacing: 0.05em;
    position: relative;
    margin-bottom: 3rem;
    opacity: 0.9;
    text-align: center;
    z-index: 1;
    transform: translateY(0);
    transition: all 0.5s ease;
    font-weight: 700;
    color: #000000;
    font-size: 41px;
}.customer_support_6214 h1::after {
    width: 80px;
    position: absolute;
    left: 50%;
    background: linear-gradient(90deg, rgb(161,155,181) 0%, rgb(104,95,149) 100%);
    bottom: -15px;
    height: 3px;
    transform: translateX(-50%);
    content: "";
}.customer_support_6214 h1:hover {
    opacity: 1;
    transform: translateY(-5px);
}.customer_support_6214 .container {
    z-index: 1;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}.customer_support_6214 .reach_team_7824 {
    background: rgba(255, 255, 255, 0.85);
    padding: 2.5rem;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    grid-template-columns: 1fr;
    gap: 2.5rem;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
    display: grid;
    transform: perspective(1000px) rotateX(0deg);
    backdrop-filter: blur(10px);
}.customer_support_6214 .reach_team_7824:hover {
    transform: perspective(1000px) rotateX(2deg);
}.customer_support_6214 .reach_team_7824 > div {
    position: relative;
    padding-left: 1.5rem;
    transition: all 0.4s ease;
    border-left: 2px solid rgb(161,155,181,0.5);
}.customer_support_6214 .reach_team_7824 > div:hover {
    border-left-color: rgb(161,155,181);
    transform: translateX(5px);
}.customer_support_6214 .reach_team_7824 > div:first-child {
    font-size: 17px;
    color: #000000;
    padding-bottom: 1rem;
    line-height: 1.6;
}.customer_support_6214 .reach_team_7824 > div:first-child::before {
    left: -7px;
    top: 0;
    background: rgb(161,155,181);
    height: 12px;
    position: absolute;
    content: "";
    width: 12px;
    border-radius: 50%;
}.customer_support_6214 h6 {
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: #000000;
    align-items: center;
    font-size: 19px;
    text-transform: capitalize;
    display: flex;
}.customer_support_6214 h6 svg {
    margin-left: 0.5rem;
    transform: scale(0.9);
    transition: transform 0.3s ease;
}.customer_support_6214 h6:hover svg {
    transform: scale(1.1);
}.customer_support_6214 span {
    margin-top: 0.25rem;
    color: #000000;
    display: block;
    padding-left: 0.5rem;
    font-size: calc(17px - 1px);
}.customer_support_6214 .course_faq_7614 {
    flex-direction: column;
    gap: 1.2rem;
    display: flex;
}.customer_support_6214 .course_faq_7614 > div {
    position: relative;
}.customer_support_6214 .reach_team_5281 {
    color: #000000;
    transition: all 0.3s ease;
    padding: 0.5rem 0;
    align-items: center;
    position: relative;
    text-decoration: none;
    font-size: calc(17px - 1px);
    display: flex;
    font-weight: 400;
}.customer_support_6214 .reach_team_5281::before {
    background: rgb(161,155,181);
    content: "";
    width: 0;
    left: 0;
    bottom: 0;
    position: absolute;
    height: 1px;
    transition: width 0.4s cubic-bezier(0.65, 0, 0.35, 1);
}.customer_support_6214 .reach_team_5281:hover {
    color: rgb(161,155,181);
    transform: translateX(5px);
}.customer_support_6214 .reach_team_5281:hover::before {
    width: 100%;
}.customer_support_6214 .reach_team_5281 svg {
    transition: all 0.4s ease;
    transform: scale(0.9);
    margin-left: 0.5rem;
}.customer_support_6214 .reach_team_5281:hover svg {
    transform: scale(1.1) rotate(10deg);
}.customer_support_6214 svg path {
    transition: fill 0.3s ease;
}.customer_support_6214 .reach_team_5281:hover svg path {
    fill: rgb(161,155,181);
}

@keyframes pulseGlow {
    0% {
        opacity: 0.3;
        transform: scale(0.9);
    }
    100% {
        opacity: 0.7;
        transform: scale(1.2);
    }
}

@media (min-width: 768px) {.customer_support_6214 {
    padding: 6rem 3rem;
}.customer_support_6214 .reach_team_7824 {
    padding: 3rem;
    grid-template-columns: repeat(2, 1fr);
}.customer_support_6214 .reach_team_7824 > div:first-child {
    grid-column: span 2;
}.customer_support_6214 h1 {
    margin-bottom: 4rem;
}.customer_support_6214 h1::after {
    width: 120px;
}
}

@media (min-width: 992px) {.customer_support_6214 {
    padding: 7rem 4rem;
}.customer_support_6214 .reach_team_7824 {
    grid-template-columns: 2fr 1fr 1fr;
}.customer_support_6214 .reach_team_7824 > div:first-child {
    grid-column: span 1;
}.customer_support_6214 h1 {
    font-size: calc(41px + 0.5rem);
}.customer_support_6214 .reach_team_7824 > div {
    border-left-width: 3px;
}
}

@media (hover: hover) {.customer_support_6214 .reach_team_5281 {
    cursor: pointer;
}.customer_support_6214 .reach_team_5281::after {
    height: 100%;
    opacity: 0;
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: radial-gradient(circle at var(--x, 50%) var(--y, 50%), rgb(161,155,181,0.5) 0%, transparent 70%);
    transition: opacity 0.4s ease;
    z-index: -1;
}.customer_support_6214 .reach_team_5281:hover::after {
    opacity: 0.3;
}}.title_intro_0398 {
    align-items: center;
    background: linear-gradient(135deg, rgb(196,193,205), rgba(0, 0, 0, 0.5));
    padding: 0;
    display: flex;
    min-height: 100vh;
    overflow: hidden;
    width: 100%;
    position: relative;
    justify-content: center;
}.title_intro_0398 .course_intro_3658 {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    padding: 2rem;
}.title_intro_0398 .course_intro_3658 > div {
    grid-template-columns: 1fr;
    gap: 2.5rem;
    display: grid;
}.title_intro_0398 .course_intro_3658 > div > div:first-child {
    position: relative;
    animation: slideInLeft 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    opacity: 0;
    transform: translateX(-100%);
}.title_intro_0398 .course_intro_3658 h3 {
    letter-spacing: 0.02em;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateX(2deg);
    color: #ffffff;
    backdrop-filter: blur(5px);
    font-weight: 600;
    font-size: calc(22px * 1.1);
    padding: 1.5rem 2rem;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    margin: 0;
    background: linear-gradient(120deg, rgb(161,155,181), rgb(104,95,149));
    line-height: 1.6;
}.title_intro_0398 .student_voice_3265 {
    transform: translateX(100%);
    position: relative;
    animation: slideInRight 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s forwards;
    max-height: 600px;
    height: 70vh;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    opacity: 0;
}.title_intro_0398 .student_voice_3265::before {
    z-index: 1;
    height: 100%;
    background: linear-gradient(
    to bottom,
    transparent 40%,
    rgba(0, 0, 0, 0.5) 100%
  );
    content: "";
    width: 100%;
    top: 0;
    position: absolute;
    left: 0;
}.title_intro_0398 .student_voice_3265::after {
    animation: pulse 15s infinite alternate;
    mix-blend-mode: overlay;
    position: absolute;
    height: 200%;
    opacity: 0.6;
    top: -50%;
    width: 200%;
    z-index: 2;
    content: "";
    left: -50%;
    background: radial-gradient(
    circle at center,
    rgb(161,155,181,0.5) 0%,
    transparent 70%
  );
}.title_intro_0398 .student_voice_3265 > div {
    width: 100%;
    transform: translateY(20px);
    left: 0;
    bottom: 0;
    z-index: 3;
    padding: 3rem;
    position: absolute;
    animation: floatUp 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.8s forwards;
}.title_intro_0398 .student_voice_3265 p {
    margin-bottom: 1rem;
    color: #ffffff;
    font-size: calc(18px * 1.1);
    position: relative;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    font-weight: 400;
    transform: translateY(20px);
    padding-left: 2rem;
    animation: fadeUp 0.6s ease 1.2s forwards;
    opacity: 0;
}.title_intro_0398 .student_voice_3265 p::before {
    top: 50%;
    height: 2px;
    transform: translateY(-50%);
    width: 1.2rem;
    background: rgb(104,95,149);
    content: "";
    position: absolute;
    left: 0;
}.title_intro_0398 .title_style_header {
    opacity: 0;
    letter-spacing: 0.05em;
    color: #ffffff;
    position: relative;
    font-weight: 700;
    line-height: 1.2;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    font-size: 47px;
    transform: translateY(20px);
    margin: 0;
    animation: fadeUp 0.6s ease 1.4s forwards;
}.title_intro_0398 .title_style_header::after {
    width: 0;
    background: linear-gradient(90deg, rgb(104,95,149), transparent);
    position: absolute;
    content: "";
    left: 0;
    height: 3px;
    bottom: -0.8rem;
    animation: lineGrow 1s ease 1.6s forwards;
}

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

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

@keyframes floatUp {
  0% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0);
  }
}

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

@keyframes lineGrow {
  0% {
    width: 0;
  }
  100% {
    width: 8rem;
  }
}

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

@media (min-width: 768px) {.title_intro_0398 .course_intro_3658 {
    padding: 3rem;
}.title_intro_0398 .course_intro_3658 > div {
    gap: 3rem;
    grid-template-columns: 0.4fr 0.6fr;
}.title_intro_0398 .course_intro_3658 > div > div:first-child {
    align-items: center;
    display: flex;
}.title_intro_0398 h3 {
    font-size: calc(22px * 1.2);
}.title_intro_0398 .student_voice_3265 {
    height: 80vh;
}.title_intro_0398 .student_voice_3265 > div {
    padding: 4rem;
}.title_intro_0398 .title_style_header {
    font-size: calc(47px * 1.2);
}
}

@media (min-width: 1024px) {.title_intro_0398 .course_intro_3658 {
    padding: 4rem;
}.title_intro_0398 .course_intro_3658 > div {
    grid-template-columns: 0.35fr 0.65fr;
    gap: 4rem;
}.title_intro_0398 h3 {
    transform: perspective(1000px) rotateX(2deg) translateZ(20px);
    transition: transform 0.4s ease;
    font-size: calc(22px * 1.3);
}.title_intro_0398 h3:hover {
    transform: perspective(1000px) rotateX(0) translateZ(30px);
}.title_intro_0398 .student_voice_3265 {
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
}.title_intro_0398 .student_voice_3265:hover {
    transform: scale(1.02);
}.title_intro_0398 .student_voice_3265 p {
    font-size: calc(18px * 1.2);
}.title_intro_0398 .title_style_header {
    font-size: calc(47px * 1.4);
}.title_intro_0398 .title_style_header::after {
    height: 4px;
}
}

@media (min-width: 1440px) {.title_intro_0398 .course_intro_3658 {
    max-width: 1400px;
}.title_intro_0398 .course_intro_3658 > div {
    grid-template-columns: 0.3fr 0.7fr;
    gap: 5rem;
}.title_intro_0398 h3 {
    padding: 2rem 2.5rem;
    font-size: calc(22px * 1.4);
}.title_intro_0398 .student_voice_3265 > div {
    padding: 5rem;
}.title_intro_0398 .student_voice_3265 p {
    padding-left: 2.5rem;
    font-size: calc(18px * 1.3);
}.title_intro_0398 .student_voice_3265 p::before {
    width: 1.8rem;
}.title_intro_0398 .title_style_header {
    font-size: calc(47px * 1.6);
}.title_intro_0398 .title_style_header::after {
    bottom: -1rem;
    height: 5px;
}
}

@media (max-width: 767px) {.title_intro_0398 {
    min-height: auto;
    padding: 4rem 0;
}.title_intro_0398 .course_intro_3658 {
    padding: 1.5rem;
}.title_intro_0398 h3 {
    padding: 1.2rem 1.5rem;
    font-size: 22px;
}.title_intro_0398 .student_voice_3265 {
    height: 60vh;
    clip-path: polygon(0 0, 100% 0, 100% 93%, 0 100%);
}.title_intro_0398 .student_voice_3265 > div {
    padding: 2rem;
}.title_intro_0398 .student_voice_3265 p {
    padding-left: 1.5rem;
    font-size: 18px;
}.title_intro_0398 .student_voice_3265 p::before {
    width: 1rem;
}.title_intro_0398 .title_style_header {
    font-size: calc(36px * 1.1);
}}.sign_up_now_9231 {
    position: relative;
    overflow: hidden;
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(104,95,149,0.5), rgb(161,155,181));
    perspective: 1000px;
}.sign_up_now_9231::before {
    content: "";
    z-index: 1;
    width: 100%;
    position: absolute;
    height: 100%;
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 20px,
        rgba(255, 255, 255, 0.03) 20px,
        rgba(255, 255, 255, 0.03) 40px
    );
    top: 0;
    left: 0;
}.sign_up_now_9231::after {
    right: -5%;
    height: 70%;
    content: "";
    position: absolute;
    filter: blur(40px);
    transform: rotate(-15deg);
    background: radial-gradient(ellipse at center, rgb(161,155,181,0.5) 0%, transparent 70%);
    top: -10%;
    width: 50%;
    z-index: 0;
}.sign_up_now_9231 .container {
    z-index: 2;
    margin: 0 auto;
    padding: 0 2rem;
    transform-style: preserve-3d;
    position: relative;
    max-width: 1200px;
}.sign_up_now_9231 h2 {
    font-family: Arial, sans-serif;
    margin-bottom: 2.5rem;
    color: #ffffff;
    transform: translateZ(20px);
    font-size: 33px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    font-weight: 700;
}.sign_up_now_9231 .learning_track_7029 {
    gap: 2rem;
    transform: translateZ(30px) rotateX(2deg);
    border-left: 4px solid rgb(161,155,181);
    align-items: center;
    padding: 2rem;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), box-shadow 0.5s ease;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), 0 5px 15px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    display: flex;
    background: rgba(255, 255, 255, 0.9);
}.sign_up_now_9231 .learning_track_7029:hover {
    transform: translateZ(40px) rotateX(0deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25), 0 10px 20px rgba(0, 0, 0, 0.15);
}.sign_up_now_9231 svg {
    flex-shrink: 0;
    transform: rotate(-5deg);
    width: 48px;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    height: 48px;
}.sign_up_now_9231 svg:hover {
    transform: rotate(0deg) scale(1.1);
}.sign_up_now_9231 svg path {
    fill: rgb(161,155,181);
    transition: fill 0.3s ease;
}.sign_up_now_9231 .learning_track_7029:hover svg path {
    fill: rgb(104,95,149);
}.sign_up_now_9231 .learning_track_7029 div {
    display: flex;
    flex-grow: 1;
    justify-content: flex-end;
}.sign_up_now_9231 .inquiry_info_2189 {
    letter-spacing: 1px;
    display: inline-block;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    overflow: hidden;
    border: none;
    padding: 0.875rem 2rem;
    position: relative;
    font-weight: 600;
    font-family: Arial, sans-serif;
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    background: linear-gradient(135deg, rgb(161,155,181), rgb(104,95,149));
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    transform: skewX(-5deg);
}.sign_up_now_9231 .inquiry_info_2189::before {
    height: 100%;
    left: -100%;
    position: absolute;
    width: 100%;
    transition: all 0.5s ease;
    top: 0;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
}.sign_up_now_9231 .inquiry_info_2189:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    transform: skewX(-5deg) translateY(-3px);
}.sign_up_now_9231 .inquiry_info_2189:hover::before {
    left: 100%;
}.sign_up_now_9231 .container:hover h2 {
    transform: translateZ(25px);
}

@media (max-width: 992px) {.sign_up_now_9231 {
    padding: 4rem 0;
}.sign_up_now_9231 h2 {
    font-size: calc(33px * 0.9);
    margin-bottom: 2rem;
}.sign_up_now_9231 .learning_track_7029 {
    gap: 1.5rem;
    padding: 1.75rem;
}
}

@media (max-width: 768px) {.sign_up_now_9231 {
    padding: 3.5rem 0;
}.sign_up_now_9231 h2 {
    font-size: calc(33px * 0.8);
    text-align: center;
}.sign_up_now_9231 .learning_track_7029 {
    gap: 1.5rem;
    transform: translateZ(20px) rotateX(0deg);
    padding: 2rem 1.5rem;
    text-align: center;
    align-items: center;
    flex-direction: column;
}.sign_up_now_9231 svg {
    width: 40px;
    height: 40px;
}.sign_up_now_9231 .learning_track_7029 div {
    justify-content: center;
    width: 100%;
}
}

@media (max-width: 576px) {.sign_up_now_9231 {
    padding: 3rem 0;
}.sign_up_now_9231 h2 {
    font-size: calc(33px * 0.7);
    margin-bottom: 1.5rem;
}.sign_up_now_9231 .learning_track_7029 {
    gap: 1.25rem;
    padding: 1.5rem 1.25rem;
}.sign_up_now_9231 .inquiry_info_2189 {
    padding: 0.75rem 1.5rem;
    font-size: calc(16px * 0.9);
}}.teaching_process_8297 {
    padding: 170px 0;
    background: linear-gradient(150deg, rgb(196,193,205) 0%, rgba(0, 0, 0, 0.5) 100%);
    overflow: visible;
    position: relative;
}.teaching_process_8297::before {
    opacity: 0.15;
    position: absolute;
    content: '';
    width: 100%;
    background: 
        radial-gradient(circle at 15% 20%, rgb(161,155,181,0.5) 0%, transparent 40%),
        radial-gradient(circle at 85% 80%, rgb(104,95,149,0.5) 0%, transparent 40%);
    z-index: 1;
    height: 100%;
    left: 0;
    top: 0;
}.teaching_process_8297 .learning_track_7029 {
    align-items: center;
    padding: 0 20px;
    justify-content: center;
    margin: 0 auto;
    display: flex;
    z-index: 2;
    max-width: 1200px;
    position: relative;
}.teaching_process_8297 .info_card_5972 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 80%;
    position: relative;
}.teaching_process_8297 .info_card_5972 h2 {
    text-transform: uppercase;
    position: relative;
    font-weight: 700;
    color: #ffffff;
    padding: 0;
    margin-bottom: 100px;
    letter-spacing: 2px;
    text-align: center;
    z-index: 4;
    font-size: 30px;
}.teaching_process_8297 .info_card_5972 p {
    background: rgba(255, 255, 255, 0.05);
    z-index: 3;
    backdrop-filter: blur(15px);
    font-size: 17px;
    line-height: 1.8;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
    max-width: 80%;
    position: relative;
    color: #ffffff;
    padding: 60px;
}.teaching_process_8297 .info_card_5972::before {
    height: 100%;
    position: absolute;
    z-index: 1;
    opacity: 0.05;
    transform: skewY(-3deg);
    content: '';
    top: 50px;
    width: 90%;
    background: rgb(161,155,181,0.5);
    left: 5%;
}.teaching_process_8297 .info_card_5972::after {
    width: 95%;
    position: absolute;
    transform: skewY(-6deg);
    opacity: 0.05;
    height: 100%;
    content: '';
    left: 2.5%;
    z-index: 0;
    top: 25px;
    background: rgb(104,95,149,0.5);
}.teaching_process_8297 .info_card_5972 h2::before {
    height: 2px;
    bottom: -30px;
    position: absolute;
    left: -25%;
    content: '';
    z-index: 5;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(161,155,181,0.5) 20%, 
        rgb(161,155,181) 50%, 
        rgb(161,155,181,0.5) 80%, 
        transparent 100%
    );
    width: 150%;
    opacity: 0.6;
}.teaching_process_8297 .info_card_5972 h2::after {
    transform: rotate(45deg);
    box-shadow: 0 0 20px rgb(161,155,181);
    margin-left: -15px;
    position: absolute;
    bottom: -50px;
    z-index: 6;
    animation: pulse-rotate 8s infinite linear;
    height: 30px;
    opacity: 0.7;
    background: rgb(161,155,181);
    width: 30px;
    content: '';
    left: 50%;
}.teaching_process_8297 .info_card_5972 p::before {
    top: 0;
    width: 100%;
    z-index: -1;
    left: 0;
    content: '';
    height: 100%;
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.1);
}.teaching_process_8297 .info_card_5972 p::after {
    opacity: 0.4;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(104,95,149,0.5) 20%, 
        rgb(104,95,149) 50%, 
        rgb(104,95,149,0.5) 80%, 
        transparent 100%
    );
    height: 1px;
    bottom: -50px;
    position: absolute;
    z-index: 5;
    left: -10%;
    width: 120%;
    content: '';
}.teaching_process_8297::after {
    height: 200px;
    content: '';
    z-index: 0;
    width: 100%;
    left: 0;
    position: absolute;
    background: linear-gradient(to bottom, rgb(196,193,205), transparent);
    top: -100px;
}.teaching_process_8297 .learning_track_7029::before {
    top: -175px;
    opacity: 0.03;
    position: absolute;
    background: rgb(161,155,181);
    width: 350px;
    filter: blur(100px);
    right: -175px;
    height: 350px;
    border-radius: 50%;
    z-index: 0;
    content: '';
}.teaching_process_8297 .learning_track_7029::after {
    opacity: 0.03;
    background: rgb(104,95,149);
    position: absolute;
    border-radius: 50%;
    z-index: 0;
    bottom: -150px;
    height: 300px;
    filter: blur(80px);
    content: '';
    left: -150px;
    width: 300px;
}@keyframes pulse-rotate {
    0% {
        transform: rotate(45deg) scale(1);
        opacity: 0.7;
    }
    50% {
        transform: rotate(225deg) scale(1.2);
        opacity: 0.9;
    }
    100% {
        transform: rotate(405deg) scale(1);
        opacity: 0.7;
    }
}

.teaching_process_8297 .info_card_5972 p {
    position: relative;
    overflow: hidden;
}.teaching_process_8297 .info_card_5972 p span {
    z-index: 2;
    position: relative;
}.teaching_process_8297 .info_card_5972 p::before {
    width: 200%;
    animation: rotate-slow 30s linear infinite;
    top: -50%;
    content: '';
    background: radial-gradient(circle at center, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
    z-index: 0;
    left: -50%;
    position: absolute;
    height: 200%;
    opacity: 0.3;
}@keyframes rotate-slow {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.teaching_process_8297 .layer-element {
    right: -30px;
    top: -30px;
    border: 2px solid rgb(161,155,181,0.5);
    opacity: 0.1;
    transform: rotate(15deg);
    width: 150px;
    height: 150px;
    position: absolute;
    animation: float-layer 15s infinite alternate;
    z-index: 1;
}.teaching_process_8297 .layer-element::before {
    height: 50%;
    position: absolute;
    opacity: 0.2;
    top: 25%;
    background: rgb(161,155,181);
    width: 50%;
    left: 25%;
    content: '';
}

@keyframes float-layer {
    0% {
        transform: rotate(15deg) translateY(0);
    }
    100% {
        transform: rotate(20deg) translateY(-20px);
    }
}

@media screen and (max-width: 1200px) {.teaching_process_8297 .info_card_5972 {
    width: 90%;
}.teaching_process_8297 .info_card_5972 p {
    max-width: 90%;
    padding: 50px;
}.teaching_process_8297 .layer-element {
    width: 120px;
    height: 120px;
}
}

@media screen and (max-width: 992px) {.teaching_process_8297 {
    padding: 140px 0;
}.teaching_process_8297 .info_card_5972 {
    width: 100%;
}.teaching_process_8297 .info_card_5972 h2 {
    margin-bottom: 80px;
}.teaching_process_8297 .info_card_5972 p {
    max-width: 95%;
    padding: 40px;
}.teaching_process_8297 .layer-element {
    height: 100px;
    width: 100px;
}
}

@media screen and (max-width: 768px) {.teaching_process_8297 {
    overflow: hidden;
    padding: 120px 0;
}.teaching_process_8297 .info_card_5972 h2 {
    margin-bottom: 60px;
    font-size: calc(30px * 0.9);
}.teaching_process_8297 .info_card_5972 p {
    max-width: 100%;
    font-size: calc(17px * 0.95);
    padding: 30px;
}.teaching_process_8297 .info_card_5972 h2::after {
    width: 25px;
    height: 25px;
    margin-left: -12.5px;
    bottom: -40px;
}.teaching_process_8297 .layer-element {
    display: none;
}
}

@media screen and (max-width: 480px) {.teaching_process_8297 {
    padding: 100px 0;
}.teaching_process_8297 .info_card_5972 h2 {
    font-size: calc(30px * 0.8);
    letter-spacing: 1px;
    margin-bottom: 50px;
}.teaching_process_8297 .info_card_5972 p {
    padding: 25px;
    font-size: calc(17px * 0.9);
}.teaching_process_8297 .info_card_5972 h2::before {
    bottom: -20px;
}.teaching_process_8297 .info_card_5972 h2::after {
    width: 20px;
    bottom: -35px;
    margin-left: -10px;
    height: 20px;
}.teaching_process_8297 .info_card_5972 p::after {
    bottom: -30px;
}}.pricing_suite_9257 {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
    background-color: rgb(196,193,205);
}.pricing_suite_9257::before {
    z-index: 0;
    content: "";
    width: 110%;
    top: -10%;
    left: -5%;
    transform: rotate(-3deg);
    background: linear-gradient(135deg, 
        rgba(var(--secondary-color-rgb), 0.03) 0%,
        rgba(var(--secondary-color-rgb), 0.01) 40%, 
        rgba(var(--primary-color-rgb), 0.02) 60%, 
        rgba(var(--primary-color-rgb), 0.05) 100%);
    position: absolute;
    height: 120%;
}.pricing_suite_9257 .container {
    z-index: 1;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    padding: 0 20px;
}.pricing_suite_9257 .study_packages_0859 {
    display: flex;
    flex-direction: column;
}.pricing_suite_9257 .learning_fee_1402 {
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    order: 1;
}.pricing_suite_9257 .learning_fee_1402 h2 {
    -webkit-background-clip: text !important;
    margin-bottom: 15px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    font-weight: 700;
    color: #000000;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(120deg, rgb(104,95,149), rgb(161,155,181));
    transform: translateY(0);
    font-size: 36px;
}.pricing_suite_9257 .learning_fee_1402:hover h2 {
    transform: translateY(-5px);
}.pricing_suite_9257 .fee_plan_4192 {
    color: #000000;
    font-size: 16px;
    margin: 0 auto;
    max-width: 700px;
    line-height: 1.6;
    position: relative;
}.pricing_suite_9257 .fee_plan_4192::after {
    content: "";
    height: 3px;
    position: absolute;
    width: 100px;
    transition: transform 0.5s ease;
    background: linear-gradient(90deg, rgb(104,95,149), rgb(161,155,181));
    transform: translateX(-50%) scaleX(0.7);
    left: 50%;
    bottom: -15px;
}.pricing_suite_9257 .learning_fee_1402:hover .fee_plan_4192::after {
    transform: translateX(-50%) scaleX(1);
}.pricing_suite_9257 .fee_chart_3749 {
    width: 100%;
    gap: 30px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    order: 2;
}.pricing_suite_9257 .price_panel_3758 {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    text-decoration: none;
    position: relative;
    z-index: 1;
    background-color: #ffffff;
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), 
                box-shadow 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    overflow: hidden;
    display: block;
    transform-style: preserve-3d;
    perspective: 1000px;
    border-radius: 27px;
}.pricing_suite_9257 .price_panel_3758::before {
    z-index: 2;
    width: 100%;
    content: "";
    left: 0;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: scaleX(0.85);
    background: linear-gradient(90deg, rgb(104,95,149), rgb(161,155,181));
    height: 5px;
    transform-origin: left;
    top: 0;
    position: absolute;
}.pricing_suite_9257 .price_panel_3758:hover {
    box-shadow: 0 15px 30px rgba(var(--secondary-color-rgb), 0.12);
    transform: translateY(-10px);
}.pricing_suite_9257 .price_panel_3758:hover::before {
    transform: scaleX(1);
}.pricing_suite_9257 .discount_plan_6812 {
    display: flex;
    flex-direction: column;
    height: 100%;
}.pricing_suite_9257 .cost_matrix_5468 {
    overflow: hidden;
    padding: 30px;
    flex-direction: column;
    position: relative;
    flex-grow: 1;
    display: flex;
    z-index: 1;
}.pricing_suite_9257 .cost_matrix_5468::before {
    z-index: -1;
    height: 100%;
    position: absolute;
    background: linear-gradient(135deg, 
        rgba(var(--white-color-rgb), 0.7) 0%, 
        rgba(var(--white-color-rgb), 1) 60%);
    top: 0;
    width: 100%;
    left: 0;
    content: "";
}.pricing_suite_9257 .cost_matrix_5468 h3 {
    color: #000000;
    transition: transform 0.4s ease;
    font-size: calc(21px + 2px);
    font-weight: 700;
    margin-bottom: 15px;
    position: relative;
}.pricing_suite_9257 .price_panel_3758:hover .cost_matrix_5468 h3 {
    transform: translateX(5px);
}.pricing_suite_9257 .payment_plans_0546 {
    padding: 5px 10px;
    margin-bottom: 20px;
    font-weight: 700;
    display: inline-block;
    position: relative;
    color: rgb(161,155,181);
    transition: transform 0.4s ease, color 0.4s ease;
    font-size: calc(21px + 8px);
}.pricing_suite_9257 .payment_plans_0546::before {
    transform-origin: left;
    transform: scaleX(0.3);
    width: 100%;
    position: absolute;
    height: 2px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    bottom: 0;
    background: linear-gradient(90deg, rgb(104,95,149), rgb(161,155,181));
    left: 0;
    content: "";
}.pricing_suite_9257 .price_panel_3758:hover .payment_plans_0546 {
    transform: translateY(-5px);
    color: rgb(104,95,149);
}.pricing_suite_9257 .price_panel_3758:hover .payment_plans_0546::before {
    transform: scaleX(1);
}.pricing_suite_9257 .cost_matrix_5468 p {
    max-width: 100%;
    line-height: 1.6;
    color: #000000;
    font-size: 16px;
    margin-bottom: 0;
    overflow-wrap: break-word;
    word-wrap: break-word;
    hyphens: auto;
    flex-grow: 1;
}.pricing_suite_9257 .img_box_9732 {
    overflow: hidden;
    transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
    height: 200px;
    width: 100%;
    position: relative;
}.pricing_suite_9257 .img_box_9732::after {
    left: 0;
    background: linear-gradient(0deg, 
        rgba(var(--dark-color-rgb), 0.4) 0%, 
        rgba(var(--dark-color-rgb), 0) 40%);
    z-index: 1;
    top: 0;
    width: 100%;
    position: absolute;
    content: "";
    height: 100%;
}.pricing_suite_9257 .price_panel_3758:hover .img_box_9732 {
    transform: scale(1.05);
}

@media (min-width: 768px) {.pricing_suite_9257 .fee_chart_3749 {
    grid-template-columns: repeat(2, 1fr);
}.pricing_suite_9257 .cost_matrix_5468 {
    padding: 35px;
}.pricing_suite_9257 .img_box_9732 {
    height: 220px;
}
}

@media (min-width: 992px) {.pricing_suite_9257 .study_packages_0859 {
    align-items: center;
    flex-direction: row;
    gap: 60px;
}.pricing_suite_9257 .learning_fee_1402 {
    margin-bottom: 0;
    order: 2;
    text-align: left;
    flex: 0 0 30%;
}.pricing_suite_9257 .fee_chart_3749 {
    order: 1;
    grid-template-columns: repeat(2, 1fr);
    flex: 0 0 65%;
}.pricing_suite_9257 .fee_plan_4192::after {
    transform: translateX(0) scaleX(0.7);
    left: 0;
}.pricing_suite_9257 .learning_fee_1402:hover .fee_plan_4192::after {
    transform: translateX(0) scaleX(1);
}
}

@media (min-width: 1200px) {.pricing_suite_9257 {
    padding: 150px 0;
}.pricing_suite_9257 .fee_chart_3749 {
    gap: 40px;
}.pricing_suite_9257 .price_panel_3758 {
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), 
                    box-shadow 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}.pricing_suite_9257 .price_panel_3758:hover {
    transform: translateY(-15px) scale(1.02);
}.pricing_suite_9257 .price_panel_3758:nth-child(even) {
    transform: translateY(15px);
}.pricing_suite_9257 .price_panel_3758:nth-child(even):hover {
    transform: translateY(0) scale(1.02);
}.pricing_suite_9257 .img_box_9732 {
    height: 250px;
}}footer {
    z-index: 1;
    position: relative;
}footer::before {
    content: "";
    bottom: 0;
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    position: absolute;
    opacity: 0.92;
    background: linear-gradient(135deg, rgb(161,155,181,0.5) 0%, rgb(104,95,149,0.5) 100%);
}footer {
    background-size: cover !important;
    background-position: center !important;
}.biz_learnings_4089 {
    color: #ffffff;
    padding: 5rem 0 2rem;
    position: relative;
}.biz_learnings_4089::before {
    left: 0;
    top: 0;
    height: 15px;
    background: rgb(161,155,181);
    content: "";
    position: absolute;
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 96% 100%, 4% 100%);
}.biz_learnings_4089 .container {
    gap: 0;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}.biz_learnings_4089 .company_holder {
    position: relative;
    padding: 0 3rem 2rem 0;
    margin-bottom: 2rem;
    flex: 0 0 40%;
}.biz_learnings_4089 .company_holder::after {
    right: 1.5rem;
    top: 0;
    opacity: 0.3;
    height: 100%;
    background: linear-gradient(to bottom, #ffffff, transparent);
    position: absolute;
    content: "";
    width: 1px;
}.biz_learnings_4089 .company_holder h3 {
    text-transform: uppercase;
    padding-bottom: 1rem;
    transform: skewX(-10deg);
    position: relative;
    color: #ffffff;
    font-weight: 700;
    margin: 0 0 1.5rem;
    letter-spacing: 1px;
    font-size: 34px;
}.biz_learnings_4089 .company_holder h3::after {
    background: rgb(161,155,181);
    left: 0;
    height: 3px;
    bottom: 0;
    position: absolute;
    box-shadow: 0 0 10px rgb(161,155,181);
    width: 80px;
    content: "";
}.biz_learnings_4089 .peer_help_7364 {
    background: rgba(0, 0, 0, 0.2);
    transform-origin: left top;
    line-height: 1.6;
    padding: 1.5rem;
    color: #ffffff;
    border-left: 3px solid rgb(161,155,181);
    font-size: 16px;
    transform: skewX(-5deg);
}.biz_learnings_4089 .gdpr_block_5730 {
    display: flex;
    flex: 0 0 60%;
    flex-wrap: wrap;
    gap: 0;
}.biz_learnings_4089 .top_sitewrap_6254 {
    gap: 0;
    display: flex;
    flex-wrap: wrap;
    flex: 1;
}.biz_learnings_4089 .top_start_1093 {
    position: relative;
    padding: 0 1rem 2rem 1rem;
    flex: 0 0 50%;
}.biz_learnings_4089 .top_start_1093 h5 {
    position: relative;
    font-weight: 600;
    font-size: 23px;
    color: #ffffff;
    padding-left: 1rem;
    margin: 0 0 1.5rem;
    transform: skewX(-5deg);
}.biz_learnings_4089 .top_start_1093 h5::before {
    top: 0;
    position: absolute;
    background: rgb(161,155,181);
    left: 0;
    width: 3px;
    transform: skewX(5deg);
    bottom: 0;
    content: "";
}.biz_learnings_4089 .top_start_1093 .top_sitewrap_6254 {
    flex-direction: column;
    display: flex;
    gap: 0.8rem;
}.biz_learnings_4089 .top_start_1093 .top_sitewrap_6254 a {
    transition: all 0.3s ease;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.05);
    transform: skewX(-5deg);
    position: relative;
    color: #ffffff;
    display: block;
    padding: 0.7rem 1rem;
    font-size: 16px;
    text-decoration: none;
}.biz_learnings_4089 .top_start_1093 .top_sitewrap_6254 a::before {
    transition: all 0.5s ease;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    position: absolute;
    height: 100%;
    content: "";
    width: 100%;
    top: 0;
    left: -100%;
}.biz_learnings_4089 .top_start_1093 .top_sitewrap_6254 a:hover {
    background: rgba(255, 255, 255, 0.1);
    padding-left: 1.5rem;
    transform: skewX(-5deg) translateX(5px);
    color: #ffffff;
}.biz_learnings_4089 .top_start_1093 .top_sitewrap_6254 a:hover::before {
    left: 100%;
}.license_cta_8694 {
    position: relative;
    background: rgba(0, 0, 0, 0.15);
    clip-path: polygon(0 0, 100% 0, 98% 100%, 2% 100%);
    padding: 1.5rem 0;
    margin-top: 2rem;
}.license_cta_8694 .container {
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: center;
}.license_cta_8694 .guide_section_2415 {
    color: #ffffff;
    width: 100%;
    transform: skewX(-5deg);
    text-align: center;
    font-size: 12px;
}

@media (max-width: 1200px) {.biz_learnings_4089 .company_holder {
    padding-right: 2rem;
    flex: 0 0 35%;
}.biz_learnings_4089 .gdpr_block_5730 {
    flex: 0 0 65%;
}
}

@media (max-width: 992px) {.biz_learnings_4089 {
    padding: 4rem 0 2rem;
}.biz_learnings_4089 .container {
    flex-direction: column;
}.biz_learnings_4089 .company_holder {
    margin-bottom: 3rem;
    padding-right: 0;
    flex: 0 0 100%;
}.biz_learnings_4089 .company_holder::after {
    display: none;
}.biz_learnings_4089 .gdpr_block_5730 {
    flex: 0 0 100%;
}.biz_learnings_4089 .top_start_1093 {
    padding-bottom: 1.5rem;
}
}

@media (max-width: 768px) {.biz_learnings_4089 {
    padding: 3.5rem 0 1.5rem;
}.biz_learnings_4089::before {
    height: 10px;
}.biz_learnings_4089 .company_holder h3 {
    font-size: calc(34px - 2px);
}.biz_learnings_4089 .peer_help_7364 {
    transform: skewX(-3deg);
    padding: 1.2rem;
}.biz_learnings_4089 .top_start_1093 h5, 
    .biz_learnings_4089 .top_start_1093 .top_sitewrap_6254 a {
    transform: skewX(-3deg);
}.biz_learnings_4089 .top_start_1093 .top_sitewrap_6254 a:hover {
    transform: skewX(-3deg) translateX(5px);
}.license_cta_8694 {
    clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%);
}.license_cta_8694 .guide_section_2415 {
    transform: skewX(-3deg);
}
}

@media (max-width: 576px) {.biz_learnings_4089 {
    padding: 3rem 0 1rem;
}.biz_learnings_4089::before {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
}.biz_learnings_4089 .top_start_1093 {
    padding: 0 0 2rem 0;
    flex: 0 0 100%;
}.biz_learnings_4089 .company_holder {
    margin-bottom: 2rem;
}.biz_learnings_4089 .top_start_1093 .top_sitewrap_6254 a {
    padding: 0.6rem 0.8rem;
}.biz_learnings_4089 .top_start_1093 .top_sitewrap_6254 a:hover {
    padding-left: 1.2rem;
}.license_cta_8694 {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    margin-top: 1rem;
}
}

@media (max-width: 420px) {.biz_learnings_4089 .company_holder h3 {
    transform: skewX(-5deg);
}.biz_learnings_4089 .company_holder h3::after {
    width: 60px;
}.biz_learnings_4089 .peer_help_7364 {
    transform: none;
}.biz_learnings_4089 .top_start_1093 h5 {
    transform: none;
}.biz_learnings_4089 .top_start_1093 h5::before {
    transform: none;
}.biz_learnings_4089 .top_start_1093 .top_sitewrap_6254 a,
    .biz_learnings_4089 .top_start_1093 .top_sitewrap_6254 a:hover,
    .license_cta_8694 .guide_section_2415 {
    transform: none;
}
}