* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}header,footer {
    width: 100%;
}html,body {
    font-family: Arial, sans-serif;
    color: #000000;
    height: 100%;
    scroll-behavior: auto;
    min-height: 100%;
}.inner-container37942 {
    height: 100%;
    display: flex;
    min-height: 100%;
    flex-direction: column;
}.nav_sitebar61379 {
    flex: 1 0 auto;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1243px;
}a {
    color: inherit;
    text-decoration: none;
}svg {
    height: 30px;
    width: 30px;
}.debate_club67089 {
    flex: 0 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.tariff_container56893 {
    padding: 7rem 0;
    position: relative;
    background: #ffffff;
    overflow: hidden;
}.tariff_container56893::before {
    background: linear-gradient(135deg, rgb(180,180,207,0.5), transparent);
    width: 400px;
    z-index: 1;
    content: '';
    height: 400px;
    position: absolute;
    right: -100px;
    opacity: 0.6;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    filter: blur(30px);
    top: -150px;
    animation: float 15s ease-in-out infinite alternate;
}.tariff_container56893::after {
    filter: blur(25px);
    left: -50px;
    border-radius: 30% 70% 50% 50% / 30% 30% 70% 70%;
    width: 300px;
    height: 300px;
    position: absolute;
    z-index: 1;
    animation: float 18s ease-in-out infinite alternate-reverse;
    background: linear-gradient(135deg, rgb(144,138,177,0.5), transparent);
    content: '';
    bottom: -100px;
    opacity: 0.5;
}.tariff_container56893 .container {
    padding: 0 15px;
    max-width: 1200px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
}.tariff_container56893 .lesson_rates35046 {
    display: flex;
    flex-direction: column;
}.tariff_container56893 .edu_deals95487 {
    text-align: center;
    transform: translateY(20px);
    animation: fadeUp 0.8s ease-out 0.2s forwards;
    margin-bottom: 3rem;
    opacity: 0;
}.tariff_container56893 .edu_deals95487 h2 {
    color: #000000;
    font-size: 37px;
    position: relative;
    display: inline-block;
    font-weight: 700;
    margin-bottom: 1rem;
}.tariff_container56893 .edu_deals95487 h2::after {
    height: 3px;
    position: absolute;
    background: rgb(180,180,207);
    left: 50%;
    bottom: -10px;
    content: '';
    width: 80px;
    transform: translateX(-50%);
}.tariff_container56893 .value_deals65297 {
    max-width: 700px;
    margin: 1.5rem auto 0;
    font-size: 12px;
    color: #000000;
    line-height: 1.6;
}.tariff_container56893 .learning_rates25138 {
    gap: 2rem;
    margin-top: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
}.tariff_container56893 .monthly_plan31294 {
    transform: translateY(30px);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    animation: fadeUp 0.8s ease-out 0.4s forwards;
    text-decoration: none;
    opacity: 0;
    display: block;
    position: relative;
}.tariff_container56893 .monthly_plan31294:nth-child(2) {
    animation-delay: 0.5s;
}.tariff_container56893 .monthly_plan31294:nth-child(3) {
    animation-delay: 0.6s;
}.tariff_container56893 .monthly_plan31294:nth-child(4) {
    animation-delay: 0.7s;
}.tariff_container56893 .monthly_plan31294:hover {
    transform: translateY(-10px);
}.tariff_container56893 .payment_plans09631 {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.06), 
                0 5px 15px rgba(0, 0, 0, 0.04);
    background: linear-gradient(140deg, #ffffff, #f8f9fa);
    overflow: hidden;
    transition: all 0.4s ease;
    border-radius: 4px;
    display: flex;
    position: relative;
    height: 100%;
    flex-direction: column;
}.tariff_container56893 .monthly_plan31294:hover .payment_plans09631 {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 
                0 10px 20px rgba(0, 0, 0, 0.08);
}.tariff_container56893 .pricing_offers13926 {
    padding: 2.5rem 2rem;
    position: relative;
    z-index: 2;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}.tariff_container56893 .pricing_offers13926 h3 {
    color: #000000;
    position: relative;
    font-size: calc(22px + 2px);
    transition: color 0.3s ease;
    font-weight: 700;
    margin-bottom: 1rem;
}.tariff_container56893 .monthly_plan31294:hover .pricing_offers13926 h3 {
    color: rgb(180,180,207);
}.tariff_container56893 .bundle_offer52184 {
    position: relative;
    font-size: calc(22px + 4px);
    display: inline-block;
    color: rgb(180,180,207);
    margin-bottom: 1.5rem;
    font-weight: 700;
    padding-bottom: 10px;
}.tariff_container56893 .bundle_offer52184::after {
    content: '';
    left: 0;
    transition: width 0.3s ease;
    height: 2px;
    width: 40px;
    background: rgb(180,180,207,0.5);
    bottom: 0;
    position: absolute;
}.tariff_container56893 .monthly_plan31294:hover .bundle_offer52184::after {
    width: 80px;
}.tariff_container56893 .pricing_offers13926 p {
    hyphens: auto;
    line-height: 1.6;
    margin-bottom: 2rem;
    color: #000000;
    word-wrap: break-word;
    font-size: 12px;
    white-space: normal;
    overflow-wrap: break-word;
    flex-grow: 1;
}.tariff_container56893 .image_showcase58631 {
    position: relative;
    transition: all 0.5s ease;
    overflow: hidden;
    height: 200px;
    width: 100%;
}.tariff_container56893 .image_showcase58631::after {
    position: absolute;
    top: 0;
    content: '';
    opacity: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.3), transparent);
    left: 0;
    bottom: 0;
    right: 0;
    transition: opacity 0.4s ease;
}.tariff_container56893 .monthly_plan31294:hover .image_showcase58631::after {
    opacity: 1;
}

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

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

@media (min-width: 992px) {.tariff_container56893 .lesson_rates35046 {
    flex-direction: row-reverse;
}.tariff_container56893 .edu_deals95487 {
    padding-right: 3rem;
    display: flex;
    flex-direction: column;
    text-align: left;
    justify-content: center;
    width: 35%;
}.tariff_container56893 .edu_deals95487 h2 {
    text-align: left;
}.tariff_container56893 .edu_deals95487 h2::after {
    left: 0;
    transform: none;
}.tariff_container56893 .value_deals65297 {
    margin: 1.5rem 0 0;
}.tariff_container56893 .learning_rates25138 {
    width: 65%;
    gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 0;
}
}

@media (max-width: 991px) {.tariff_container56893 {
    padding: 5rem 0;
}.tariff_container56893 .edu_deals95487 {
    margin-bottom: 2rem;
}.tariff_container56893 .learning_rates25138 {
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}
}

@media (max-width: 767px) {.tariff_container56893 {
    padding: 4rem 0;
}.tariff_container56893 .pricing_offers13926 {
    padding: 2rem 1.5rem;
}.tariff_container56893 .image_showcase58631 {
    height: 180px;
}
}

@media (max-width: 575px) {.tariff_container56893 {
    padding: 3rem 0;
}.tariff_container56893 .edu_deals95487 h2 {
    font-size: calc(37px - 4px);
}.tariff_container56893 .learning_rates25138 {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.tariff_container56893 .pricing_offers13926 {
    padding: 1.5rem 1.25rem;
}.tariff_container56893 .image_showcase58631 {
    height: 160px;
}
}

@media (hover: none) {.tariff_container56893 .monthly_plan31294:hover {
    transform: none;
}.tariff_container56893 .monthly_plan31294:hover .payment_plans09631 {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.06), 
                    0 5px 15px rgba(0, 0, 0, 0.04);
}.tariff_container56893 .monthly_plan31294:hover .image_showcase58631::after {
    opacity: 0;
}.tariff_container56893 .monthly_plan31294:hover .bundle_offer52184::after {
    width: 40px;
}}.cookieNotificationBox94371 {
    animation: fadeInUp 0.5s ease-out;
    padding: 20px 0;
    background-color: rgb(217,217,231);
    z-index: 1000;
    box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.1);
    bottom: 0;
    position: fixed;
    width: 100%;
    border-top: 1px solid rgb(180,180,207);
}.cookieNotificationBox94371 .data_consent90725 {
    margin-right: 20px;
    transform-origin: center;
    flex-shrink: 0;
    animation: logoScale 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}.cookieNotificationBox94371 .data_consent90725 svg {
    fill: rgb(180,180,207);
    width: 60px;
    height: 60px;
}@keyframes logoScale {
    0% {
        transform: scale(0);
    }
    80% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
.cookieNotificationBox94371 .visitor_confirm30895 {
    flex-grow: 1;
}.cookieNotificationBox94371 .visitor_confirm30895 h5 {
    font-size: 22px;
    margin-bottom: 6px;
    color: rgb(180,180,207);
}.cookieNotificationBox94371 .visitor_confirm30895 p {
    font-size: 14px;
    color: #000000;
    margin: 0;
    line-height: 1.5;
}.cookieNotificationBox94371 .consent_learn72589 {
    background-color: rgb(180,180,207);
    margin-top: 20px;
    padding: 10px 20px;
    margin-right: 15px;
    text-decoration: none;
    transition: transform 0.3s, box-shadow 0.3s;
    display: inline-block;
    font-size: 16px;
    border-radius: 5px;
    color: #ffffff;
}.cookieNotificationBox94371 .consent_learn72589:hover {
    transform: translateY(-3px);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}.cookieNotificationBox94371 .consent_learn72589:active {
    transform: translateY(1px);
    box-shadow: none;
}
@media (max-width: 768px) {.cookieNotificationBox94371 .data_consent90725 {
    margin-right: 0;
    margin-bottom: 15px;
}.cookieNotificationBox94371 .consent_learn72589 {
    text-align: center;
    width: 48%;
    margin-left: 0;
}}
#policyAlertWindow93024 {
    display: none;
}#policyAlertWindow93024:checked ~ .cookieNotificationBox94371 {
    visibility: hidden;
    opacity: 0;
}.course_overview09438 {
    position: relative;
    background: linear-gradient(145deg, rgb(217,217,231) 0%, rgb(180,180,207,0.5) 100%);
    padding: 6rem 0;
    overflow: hidden;
}.course_overview09438::before {
    height: 100%;
    background: repeating-linear-gradient(
        -45deg,
        rgb(180,180,207,0.5),
        rgb(180,180,207,0.5) 2px,
        transparent 2px,
        transparent 12px
    );
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0.04;
    content: "";
}.course_overview09438 .container {
    z-index: 2;
    position: relative;
}.course_overview09438 .program_map92317 {
    grid-template-columns: 1fr;
    display: grid;
    position: relative;
    gap: 0;
}.course_overview09438 .text_cloud10392 {
    transform: translateY(0);
    position: relative;
    background: #ffffff;
    z-index: 3;
    padding: 2.5rem;
    transition: transform 0.4s ease;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    border-radius: 25px;
}.course_overview09438 .text_cloud10392:hover {
    transform: translateY(-10px);
}.course_overview09438 .text_cloud10392::before {
    height: 8rem;
    border-radius: 50%;
    opacity: 0.6;
    content: "";
    width: 8rem;
    right: 3rem;
    background: rgb(144,138,177,0.5);
    top: -4rem;
    z-index: -1;
    position: absolute;
}.course_overview09438 .text_cloud10392 h2 {
    margin-bottom: 2rem;
    font-weight: 700;
    animation: fadeInUp 0.8s ease forwards;
    font-size: 35px;
    display: inline-block;
    position: relative;
    color: rgb(180,180,207);
}@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.course_overview09438 .text_cloud10392 h2::after {
    height: 4px;
    bottom: -10px;
    content: "";
    width: 3rem;
    border-radius: 10px;
    background: rgb(144,138,177);
    transition: width 0.4s ease;
    left: 0;
    position: absolute;
}.course_overview09438 .text_cloud10392:hover h2::after {
    width: 100%;
}.course_overview09438 .text_cloud10392 .description {
    opacity: 0;
    animation-delay: 0.2s;
    color: #000000;
    line-height: 1.7;
    font-size: 18px;
    position: relative;
    animation: fadeInUp 0.8s ease forwards;
    margin-bottom: 1.2rem;
    padding-left: 1rem;
}.course_overview09438 .text_cloud10392 .description:last-of-type {
    animation-delay: 0.4s;
    margin-bottom: 0;
    font-weight: 600;
}.course_overview09438 .text_cloud10392 .description::before {
    left: 0;
    position: absolute;
    background: rgb(144,138,177);
    height: 4px;
    top: 0.5rem;
    border-radius: 50%;
    content: "";
    width: 4px;
}.course_overview09438 .image_showcase58631 {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    height: 320px;
    position: relative;
    margin-top: -2rem;
    border-radius: 0;
    transition: transform 0.5s ease;
    transform: perspective(1000px) rotateX(5deg) rotateY(-5deg);
    clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
    z-index: 2;
}.course_overview09438 .image_showcase58631:hover {
    transform: perspective(1000px) rotateX(0) rotateY(0);
}.course_overview09438 .image_showcase58631::after {
    left: 0;
    top: 0;
    position: absolute;
    content: "";
    height: 100%;
    background: linear-gradient(
        to bottom right,
        rgb(180,180,207,0.5) 0%,
        transparent 40%
    );
    width: 100%;
}

@media (min-width: 768px) {.course_overview09438 .program_map92317 {
    gap: 2rem;
    grid-template-columns: 1.2fr 0.8fr;
}.course_overview09438 .text_cloud10392 {
    align-self: center;
    margin-right: -4rem;
    grid-column: 1 / 2;
}.course_overview09438 .image_showcase58631 {
    grid-column: 2 / 3;
    height: 400px;
    transform: perspective(1000px) rotateX(8deg) rotateY(-8deg);
    margin-top: 0;
}.course_overview09438 .image_showcase58631::before {
    background: rgb(144,138,177);
    content: "";
    left: 20px;
    bottom: -20px;
    filter: blur(15px);
    width: 60%;
    z-index: -1;
    height: 20px;
    opacity: 0.4;
    position: absolute;
}
}

@media (min-width: 992px) {.course_overview09438 .program_map92317 {
    grid-template-columns: 1.2fr 0.8fr;
}.course_overview09438 .text_cloud10392 {
    padding: 3rem;
}.course_overview09438 .image_showcase58631 {
    margin-top: 3rem;
    height: 450px;
}.course_overview09438 .text_cloud10392::after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 25%;
    background: rgb(180,180,207,0.5);
    bottom: -3rem;
    opacity: 0.4;
    width: 6rem;
    height: 6rem;
    border-radius: 50%;
}
}

@media (max-width: 767px) {.course_overview09438 {
    padding: 4rem 0;
}.course_overview09438 .image_showcase58631 {
    transform: perspective(1000px) rotateX(3deg) rotateY(-3deg);
    margin-bottom: 2rem;
}}.gratitudeHub67839 {
    background: linear-gradient(135deg, rgb(217,217,231) 0%, rgb(144,138,177,0.5) 100%);
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}.gratitudeHub67839::before {
    z-index: 1;
    background: 
    radial-gradient(circle at 10% 20%, rgb(180,180,207,0.5) 5%, transparent 60%),
    radial-gradient(circle at 90% 80%, rgb(144,138,177,0.5) 10%, transparent 50%);
    content: "";
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    width: 100%;
    opacity: 0.4;
    position: absolute;
}.gratitudeHub67839::after {
    opacity: 0.08;
    position: absolute;
    background: rgb(255, 255, 255, 0.5);
    height: 90%;
    right: -50%;
    content: "";
    transform: rotate(-15deg);
    z-index: 1;
    filter: blur(80px);
    width: 90%;
    pointer-events: none;
    top: -50%;
}.gratitudeHub67839 .container {
    padding: 0 20px;
    z-index: 2;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}.gratitudeHub67839 .learn_experts12438 {
    padding: 60px 50px;
    backdrop-filter: blur(10px);
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
              0 5px 12px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateX(2deg);
    border-left: 4px solid rgb(180,180,207);
    animation: slideIn 0.8s cubic-bezier(0.17, 0.67, 0.45, 1.09) forwards;
    background: #ffffff;
}.gratitudeHub67839 .learn_experts12438::before {
    bottom: 20px;
    position: absolute;
    border: 1px solid rgb(144,138,177,0.5);
    left: 20px;
    opacity: 0.2;
    transition: transform 0.5s ease;
    top: 20px;
    pointer-events: none;
    content: "";
    right: 20px;
    transform: scale(0.97);
    border-radius: 10px;
}.gratitudeHub67839 .learn_experts12438:hover::before {
    transform: scale(1);
}.gratitudeHub67839 .learn_experts12438 > div:first-child {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 25px;
}.gratitudeHub67839 .learn_experts12438 > div:first-child::after {
    bottom: 0;
    left: 0;
    content: "";
    width: 80px;
    position: absolute;
    animation: lineExpand 1s ease-out 0.3s forwards;
    height: 3px;
    transform-origin: left center;
    background: linear-gradient(90deg, rgb(180,180,207) 0%, rgb(144,138,177) 100%);
}.gratitudeHub67839 h5 {
    font-size: 19px;
    opacity: 0;
    margin: 0;
    font-weight: 700;
    color: #000000;
    line-height: 1.4;
    transform: translateY(15px);
    animation: fadeUp 0.7s ease-out 0.2s forwards;
}.gratitudeHub67839 p {
    font-size: 15px;
    transform: translateY(15px);
    opacity: 0;
    line-height: 1.8;
    color: #000000;
    font-weight: 400;
    animation: fadeUp 0.7s ease-out 0.4s forwards;
    margin: 0;
}.gratitudeHub67839 a {
    color: inherit;
    transition: transform 0.4s cubic-bezier(0.17, 0.67, 0.45, 1.09);
    position: relative;
    text-decoration: none;
    display: block;
}.gratitudeHub67839 a:hover {
    transform: translateY(-5px);
}.gratitudeHub67839 a::after {
    transform: scaleX(0.3);
    position: absolute;
    height: 1px;
    transform-origin: left;
    bottom: -8px;
    transition: transform 0.5s ease, opacity 0.5s ease;
    background: linear-gradient(90deg, rgb(180,180,207,0.5) 0%, transparent 100%);
    left: 0;
    content: "";
    width: 100%;
    opacity: 0;
}.gratitudeHub67839 a:hover::after {
    opacity: 1;
    transform: scaleX(1);
}

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

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

@keyframes slideIn {
  0% {
    transform: perspective(1000px) translateY(50px) rotateX(8deg);
    opacity: 0;
  }
  100% {
    transform: perspective(1000px) translateY(0) rotateX(2deg);
    opacity: 1;
  }
}

@media (max-width: 992px) {.gratitudeHub67839 {
    padding: 80px 0;
}.gratitudeHub67839 .learn_experts12438 {
    padding: 50px 40px;
}.gratitudeHub67839 h5 {
    font-size: calc(19px - 2px);
}
}

@media (max-width: 768px) {.gratitudeHub67839 {
    padding: 60px 0;
}.gratitudeHub67839 .learn_experts12438 {
    transform: perspective(1000px) rotateX(1deg);
    padding: 40px 30px;
}.gratitudeHub67839 .learn_experts12438::before {
    left: 15px;
    top: 15px;
    bottom: 15px;
    right: 15px;
}.gratitudeHub67839 .learn_experts12438 > div:first-child {
    margin-bottom: 25px;
    padding-bottom: 20px;
}.gratitudeHub67839 h5 {
    font-size: calc(19px - 4px);
}.gratitudeHub67839 p {
    font-size: calc(15px - 1px);
    line-height: 1.7;
}
}

@media (max-width: 576px) {.gratitudeHub67839 {
    padding: 50px 0;
}.gratitudeHub67839 .learn_experts12438 {
    transform: none;
    border-left: 3px solid rgb(180,180,207);
    padding: 30px 20px;
}.gratitudeHub67839 .learn_experts12438::before {
    display: none;
}.gratitudeHub67839 .learn_experts12438 > div:first-child {
    padding-bottom: 15px;
    margin-bottom: 20px;
}.gratitudeHub67839 .learn_experts12438 > div:first-child::after {
    width: 60px;
    height: 2px;
}.gratitudeHub67839 h5 {
    font-size: calc(19px - 6px);
}.gratitudeHub67839 p {
    font-size: calc(15px - 2px);
    line-height: 1.6;
}}.newsletter_subscription92185 {
    overflow: hidden;
    padding: 5rem 2rem;
    background: linear-gradient(135deg, rgb(144,138,177,0.5), rgb(180,180,207));
    position: relative;
    isolation: isolate;
}.newsletter_subscription92185::before {
    position: absolute;
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 15px,
        rgba(255, 255, 255, 0.03) 15px,
        rgba(255, 255, 255, 0.03) 30px
    );
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    content: "";
    width: 100%;
}.newsletter_subscription92185::after {
    height: 100%;
    animation: pulseGlow 15s infinite alternate ease-in-out;
    width: 100%;
    top: -50%;
    opacity: 0.15;
    z-index: -1;
    content: "";
    position: absolute;
    background: radial-gradient(circle, rgb(144,138,177) 0%, transparent 70%);
    right: -50%;
}.newsletter_subscription92185 .container {
    margin: 0 auto;
    max-width: 1200px;
    z-index: 1;
    position: relative;
}.newsletter_subscription92185 .learn_experts12438 {
    padding: 3rem 2rem;
    align-items: center;
    flex-direction: column;
    background: rgba(255, 255, 255, 0.08);
    clip-path: polygon(
        0 5%,
        3% 0,
        97% 0,
        100% 5%,
        100% 95%,
        97% 100%,
        3% 100%,
        0 95%
    );
    backdrop-filter: blur(10px);
    transform: perspective(1000px) rotateX(2deg);
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 3px 10px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    display: flex;
    gap: 2.5rem;
}.newsletter_subscription92185 h3 {
    animation: fadeSlideUp 0.8s ease-out;
    letter-spacing: 0.02em;
    font-size: clamp(1.5rem, 2.5vw, 2.2rem);
    color: #ffffff;
    transform: translateY(0);
    font-family: Arial, sans-serif;
    font-weight: 600;
    max-width: 90%;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    opacity: 1;
    text-align: center;
    margin: 0;
    line-height: 1.4;
}.newsletter_subscription92185 .input_holder {
    max-width: 550px;
    gap: 1.5rem;
    display: flex;
    width: 100%;
    flex-direction: column;
}.newsletter_subscription92185 .input_holder div {
    position: relative;
    width: 100%;
}.newsletter_subscription92185 .input_holder div::before {
    background: rgb(144,138,177);
    position: absolute;
    z-index: 1;
    height: 2px;
    transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    width: 0;
    left: 0;
    bottom: -5px;
    content: "";
}.newsletter_subscription92185 .input_holder div:focus-within::before {
    width: 100%;
}.newsletter_subscription92185 input[type="email"] {
    background: rgba(255, 255, 255, 0.12);
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    border-radius: 10px;
    font-size: 18px;
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #ffffff;
    backdrop-filter: blur(5px);
    padding: 1.2rem 1.5rem;
    outline: none;
}.newsletter_subscription92185 input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.7);
}.newsletter_subscription92185 input[type="email"]:focus {
    transform: translateY(-2px);
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.18);
}.newsletter_subscription92185 .sub_material62841 {
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    letter-spacing: 0.03em;
    font-weight: 600;
    font-size: 17px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    border: none;
    color: #ffffff;
    border-radius: 10px;
    padding: 1.1rem 2.5rem;
    position: relative;
    align-self: center;
    background: rgb(144,138,177);
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    cursor: pointer;
}.newsletter_subscription92185 .sub_material62841::before {
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    left: -100%;
    transition: 0.5s;
    top: 0;
}.newsletter_subscription92185 .sub_material62841:hover {
    box-shadow: 0 7px 20px rgba(0, 0, 0, 0.2);
    background: rgb(180,180,207);
    transform: translateY(-3px) scale(1.02);
}.newsletter_subscription92185 .sub_material62841:hover::before {
    left: 100%;
}.newsletter_subscription92185 .sub_material62841:active {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    transform: translateY(1px) scale(0.98);
}

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

@keyframes pulseGlow {
    0%, 100% {
        transform: scale(1);
        opacity: 0.15;
    }
    50% {
        transform: scale(1.2);
        opacity: 0.25;
    }
}

@media (min-width: 768px) {.newsletter_subscription92185 {
    padding: 7rem 3rem;
}.newsletter_subscription92185 .learn_experts12438 {
    gap: 3rem;
    padding: 4rem 3rem;
}.newsletter_subscription92185 .input_holder {
    flex-direction: row;
    align-items: stretch;
}.newsletter_subscription92185 .input_holder div {
    flex: 1;
}.newsletter_subscription92185 .sub_material62841 {
    align-self: stretch;
    padding: 0 2.5rem;
}
}

@media (min-width: 992px) {.newsletter_subscription92185 {
    padding: 8rem 4rem;
}.newsletter_subscription92185 .learn_experts12438 {
    padding: 5rem 4rem;
    transform: perspective(1000px) rotateX(2deg) translateZ(0);
}.newsletter_subscription92185 h3 {
    max-width: 80%;
    font-size: 23px;
}.newsletter_subscription92185 input[type="email"] {
    padding: 1.3rem 1.8rem;
}
}

@media (max-width: 767px) {.newsletter_subscription92185 {
    padding: 4rem 1.5rem;
}.newsletter_subscription92185 .learn_experts12438 {
    gap: 2rem;
    padding: 2.5rem 1.5rem;
}.newsletter_subscription92185 h3 {
    font-size: 1.3rem;
    max-width: 100%;
}
}

@media (max-width: 480px) {.newsletter_subscription92185 .learn_experts12438 {
    clip-path: polygon(
            0 2%,
            2% 0,
            98% 0,
            100% 2%,
            100% 98%,
            98% 100%,
            2% 100%,
            0 98%
        );
    padding: 2rem 1.2rem;
}.newsletter_subscription92185 input[type="email"] {
    padding: 1rem 1.2rem;
}.newsletter_subscription92185 .sub_material62841 {
    font-size: 0.9rem;
    padding: 1rem 1.5rem;
}}header {
    background: linear-gradient(120deg, rgb(180,180,207) 0%, rgb(144,138,177) 100%);
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 15px), 
        calc(100% - 15px) 100%, 
        15px 100%, 
        0 calc(100% - 15px)
    );
    margin-top: 0;
    position: relative;
    z-index: 100;
    overflow: visible;
    padding: 0;
}header::before {
    right: 2px;
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.05) 0px,
        rgba(255, 255, 255, 0.05) 1px,
        transparent 1px,
        transparent 10px
    );
    content: '';
    position: absolute;
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 15px), 
        calc(100% - 15px) 100%, 
        15px 100%, 
        0 calc(100% - 15px)
    );
    left: 2px;
    z-index: -1;
    bottom: 2px;
    top: 2px;
}header .header_lead68317 {
    justify-content: space-between;
    padding: 1.2rem 3rem;
    position: relative;
    align-items: center;
    z-index: 5;
    display: flex;
}header .header_wrap03759 {
    background: rgba(255, 255, 255, 0.15);
    padding: 0.7rem 1.2rem 0.7rem 1rem;
    margin-right: 2rem;
    transition: all 0.3s ease;
    flex: 0 0 auto;
    clip-path: polygon(
        0 0,
        calc(100% - 10px) 0,
        100% 10px,
        100% 100%,
        10px 100%,
        0 calc(100% - 10px)
    );
    position: relative;
}header .header_wrap03759::before {
    border: 1px dashed rgba(255, 255, 255, 0.3);
    right: 3px;
    position: absolute;
    left: 3px;
    top: 3px;
    content: '';
    bottom: 3px;
    z-index: -1;
    clip-path: polygon(
        0 0,
        calc(100% - 10px) 0,
        100% 10px,
        100% 100%,
        10px 100%,
        0 calc(100% - 10px)
    );
}header .header_wrap03759:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-3px) scale(1.03);
}header .top_lesson05836 {
    transition: all 0.3s ease;
    z-index: 1;
    display: block;
    position: relative;
}header .top_lesson05836 img {
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
    max-height: 40px;
}header .header_navbar19365 {
    list-style: none;
    position: relative;
    margin: 0;
    padding: 0;
    display: flex;
    z-index: 2;
}header .header_edu09726 {
    position: relative;
    margin: 0 0.5rem;
}header .header_edu09726 a {
    color: #ffffff;
    font-size: 15px;
    align-items: center;
    border: 1px solid transparent;
    background: rgba(255, 255, 255, 0.1);
    clip-path: polygon(
        10px 0,
        calc(100% - 10px) 0,
        100% 10px,
        100% calc(100% - 10px),
        calc(100% - 10px) 100%,
        10px 100%,
        0 calc(100% - 10px),
        0 10px
    );
    display: flex;
    height: 40px;
    overflow: hidden;
    text-decoration: none;
    font-weight: 600;
    justify-content: center;
    transition: all 0.3s ease;
    padding: 0 1.2rem;
    position: relative;
}header .header_edu09726 a::before {
    left: -100%;
    top: 0;
    height: 100%;
    position: absolute;
    width: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    content: '';
    transition: left 0.7s ease;
}header .header_edu09726 a:hover {
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    border-color: #ffffff;
    transform: translateY(-3px);
}header .header_edu09726 a:hover::before {
    left: 100%;
}header .header_edu09726::after {
    left: 50%;
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -5px;
    transform: translateX(-50%);
    content: '';
    transition: width 0.3s ease;
    background: #ffffff;
}header .header_edu09726:hover::after {
    width: 80%;
}header .header_lead68317::before {
    opacity: 0.5;
    border-bottom: none;
    right: 10px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    content: '';
    position: absolute;
    top: 10px;
    width: 40px;
    border-right: none;
    height: 40px;
}header .header_lead68317::after {
    height: 40px;
    left: 10px;
    bottom: 10px;
    position: absolute;
    border-left: none;
    border-top: none;
    border: 2px solid rgba(255, 255, 255, 0.3);
    opacity: 0.5;
    width: 40px;
    content: '';
}header .nav_sitebar61379 {
    padding-top: 2rem;
    z-index: 1;
    margin-top: -15px;
    position: relative;
    background: rgb(217,217,231);
}@keyframes pulse {
    0%, 100% { opacity: 0.5; }
    50% { opacity: 1; }
}

header::after {
    position: absolute;
    animation: pulse 2s infinite;
    content: '';
    background: #ffffff;
    box-shadow: 0 0 10px #ffffff;
    border-radius: 50%;
    top: 15px;
    height: 8px;
    width: 8px;
    right: 15px;
}

@media (min-width: 1400px) {header .header_lead68317 {
    max-width: 1320px;
    margin: 0 auto;
}header .header_edu09726 {
    margin: 0 0.7rem;
}header .header_edu09726 a {
    padding: 0 1.5rem;
}
}

@media (max-width: 991px) {header {
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 10px), 
            calc(100% - 10px) 100%, 
            10px 100%, 
            0 calc(100% - 10px)
        );
}header .header_lead68317 {
    padding: 1rem 2rem;
    flex-wrap: wrap;
}header .header_wrap03759 {
    margin-bottom: 0;
    margin-right: 0;
}header .header_navbar19365 {
    margin-top: 1rem;
    flex-basis: 100%;
    justify-content: flex-end;
}header .header_edu09726 a {
    height: 35px;
    padding: 0 1rem;
    font-size: calc(15px - 1px);
}header .header_lead68317::before,
    header .header_lead68317::after {
    display: none;
}.nav_sitebar61379 {
    margin-top: -10px;
}
}

@media (max-width: 767px) {header {
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 5px), 
            calc(100% - 5px) 100%, 
            5px 100%, 
            0 calc(100% - 5px)
        );
    padding: 0;
}header .header_lead68317 {
    padding: 0.8rem 1.5rem;
}header .header_wrap03759 {
    clip-path: polygon(
            0 0,
            calc(100% - 5px) 0,
            100% 5px,
            100% 100%,
            5px 100%,
            0 calc(100% - 5px)
        );
    padding: 0.5rem 0.8rem;
}header .top_lesson05836 img {
    max-height: 35px;
}header .header_navbar19365 {
    overflow-x: auto;
    justify-content: flex-start;
    margin-top: 0.8rem;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 0.5rem;
}header .header_navbar19365::-webkit-scrollbar {
    height: 3px;
}header .header_navbar19365::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 10px;
}header .header_edu09726 {
    flex: 0 0 auto;
    margin: 0 0.25rem;
}header .header_edu09726 a {
    height: 32px;
    clip-path: polygon(
            5px 0,
            calc(100% - 5px) 0,
            100% 5px,
            100% calc(100% - 5px),
            calc(100% - 5px) 100%,
            5px 100%,
            0 calc(100% - 5px),
            0 5px
        );
    font-size: calc(15px - 2px);
    padding: 0 0.8rem;
    white-space: nowrap;
}header .header_edu09726::after {
    display: none;
}header::after {
    width: 5px;
    height: 5px;
    top: 10px;
    right: 10px;
}.nav_sitebar61379 {
    margin-top: -5px;
}
}

@media (max-width: 479px) {header .header_lead68317 {
    padding: 0.7rem 1.2rem;
}header .header_wrap03759 {
    padding: 0.4rem 0.6rem;
    max-width: 120px;
}header .header_edu09726 a {
    height: 30px;
    padding: 0 0.6rem;
    font-size: calc(15px - 3px);
}}.title_board35416 {
    width: 100%;
    font-family: Arial, sans-serif;
    overflow: hidden;
    position: relative;
    min-height: 100vh;
}.title_board35416 .main_home17892 {
    justify-content: center;
    height: 100vh;
    width: 100%;
    position: relative;
    align-items: center;
    display: flex;
}.title_board35416 .main_home17892::before {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    content: "";
    left: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.4) 100%);
}.title_board35416 .legacy_edu19073 {
    z-index: 2;
    backdrop-filter: blur(8px);
    width: 85%;
    transition: transform 0.5s ease-out;
    background: linear-gradient(145deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.02) 100%);
    max-width: 1200px;
    transform: perspective(1000px) rotateX(2deg);
    padding: 3rem;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    position: relative;
}.title_board35416 .legacy_edu19073:hover {
    transform: perspective(1000px) rotateX(0deg);
}.title_board35416 .legacy_edu19073 div {
    margin-bottom: 2rem;
    transition: transform 0.4s ease;
    position: relative;
    transform: translateX(0);
}.title_board35416 .legacy_edu19073 div:nth-child(1) {
    animation: fadeSlideIn 0.7s 0.2s forwards;
    transform: translateX(-20px);
    opacity: 0;
}.title_board35416 .legacy_edu19073 div:nth-child(2) {
    opacity: 0;
    transform: translateX(-20px);
    animation: fadeSlideIn 0.7s 0.4s forwards;
}.title_board35416 .legacy_edu19073 div:nth-child(3) {
    animation: fadeSlideIn 0.7s 0.6s forwards;
    opacity: 0;
    transform: translateX(-20px);
}.title_board35416 .legacy_edu19073 p {
    position: relative;
    letter-spacing: 0.03em;
    border-left: 3px solid rgb(180,180,207);
    padding-left: 20px;
    color: #ffffff;
    line-height: 1.6;
    margin-bottom: 0.5rem;
    font-weight: 600;
    font-size: calc(18px * 1.2);
}.title_board35416 .title_style_header {
    letter-spacing: 0.02em;
    margin: 0;
    color: #ffffff;
    font-weight: 700;
    position: relative;
    font-size: calc(46px * 1.3);
    text-transform: uppercase;
    line-height: 1.2;
    display: inline-block;
}.title_board35416 .title_style_header::after {
    height: 4px;
    bottom: -12px;
    background: rgb(180,180,207);
    transform: scaleX(1);
    position: absolute;
    left: 0;
    transform-origin: left;
    width: 80px;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
}.title_board35416 .legacy_edu19073:hover .title_style_header::after {
    transform: scaleX(1.5);
}.title_board35416 .legacy_edu19073 h3 {
    margin-top: 0;
    font-size: 19px;
    position: relative;
    max-width: 90%;
    color: rgb(255, 255, 255, 0.5);
    font-weight: 400;
    line-height: 1.5;
}

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

@media (max-width: 1200px) {.title_board35416 .legacy_edu19073 {
    width: 90%;
    padding: 2.5rem;
}.title_board35416 .title_style_header {
    font-size: calc(46px * 1.1);
}
}

@media (max-width: 992px) {.title_board35416 .legacy_edu19073 {
    padding: 2rem;
    width: 92%;
}.title_board35416 .title_style_header {
    font-size: 46px;
}.title_board35416 .legacy_edu19073 p {
    font-size: 18px;
}
}

@media (max-width: 768px) {.title_board35416 .main_home17892 {
    min-height: 100vh;
    height: auto;
    padding: 4rem 0;
}.title_board35416 .legacy_edu19073 {
    padding: 1.5rem;
    transform: perspective(1000px) rotateX(0deg);
    width: 95%;
}.title_board35416 .title_style_header {
    font-size: calc(33px * 1.1);
}.title_board35416 .legacy_edu19073 h3 {
    font-size: calc(18px * 1.1);
    max-width: 100%;
}
}

@media (max-width: 576px) {.title_board35416 .legacy_edu19073 {
    padding: 1.25rem;
}.title_board35416 .title_style_header {
    font-size: 33px;
}.title_board35416 .legacy_edu19073 p {
    font-size: calc(18px * 0.95);
    padding-left: 15px;
}.title_board35416 .legacy_edu19073 h3 {
    font-size: 18px;
}.title_board35416 .title_style_header::after {
    height: 3px;
    width: 60px;
}
}

@media (max-width: 480px) {.title_board35416 .legacy_edu19073 {
    padding: 1rem;
}.title_board35416 .legacy_edu19073 div {
    margin-bottom: 1.5rem;
}.title_board35416 .title_style_header {
    font-size: calc(33px * 0.9);
}}.secure_protection69071 {
    width: 100%;
    padding: 40px;
    height: auto;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    transition: all 0.3s ease;
}.secure_protection69071 h1 {
    text-align: center;
    margin-top: 40px;
    color: #ffffff;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    margin-bottom: 25px;
    font-size: 45px;
    font-weight: 700;
}.secure_protection69071 h2 {
    margin-top: 35px;
    font-family: Arial, sans-serif;
    color: #ffffff;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 32px;
    text-align: left;
}.secure_protection69071 h4,.secure_protection69071 h3, .secure_protection69071 h5 {
    color: #ffffff;
}.secure_protection69071 ul {
    list-style-type: none;
    padding-left: 0;
}.secure_protection69071 li {
    margin-bottom: 15px;
    padding: 10px;
    font-family: Arial, sans-serif;
    line-height: 1.6;
    font-size: 14px;
    background: rgb(180,180,207,0.5);
    border-radius: 10px;
    transition: background 0.3s ease;
    color: #000000;
}.secure_protection69071 li:hover {
    color: #ffffff;
    background: rgb(180,180,207);
}.secure_protection69071 div {
    font-size: 14px;
    border-radius: 20px;
    padding: 15px;
    font-family: Arial, sans-serif;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
    color: #000000;
    margin-bottom: 20px;
    background: rgb(217,217,231);
    line-height: 1.8;
}.secure_protection69071 p, .secure_protection69071 span {
    margin-bottom: 10px;
    color: rgb(255, 255, 255, 0.5);
    line-height: 1.8;
}
@media only screen and (max-width: 800px) {.secure_protection69071 {
    padding: 20px;
}.secure_protection69071 h1 {
    font-size: calc(22px - 4px);
    margin-bottom: 20px;
    margin-top: 30px;
}.secure_protection69071 h2 {
    font-size: calc(22px - 4px);
    margin-bottom: 15px;
    margin-top: 25px;
}.secure_protection69071 li {
    margin-bottom: 10px;
    padding: 8px;
}.secure_protection69071 div {
    padding: 10px;
}}.contact_panel21497 {
    background: linear-gradient(125deg, rgb(217,217,231) 0%, rgb(217,217,231) 60%, rgb(180,180,207,0.5) 100%);
    padding: 110px 0;
    overflow: hidden;
    position: relative;
}.contact_panel21497::before {
    width: 50%;
    background: repeating-radial-gradient(
        circle at 80% 50%,
        rgb(180,180,207,0.5),
        rgb(180,180,207,0.5) 1px,
        transparent 1px,
        transparent 15px
    );
    position: absolute;
    opacity: 0.05;
    right: 0;
    content: "";
    top: 0;
    height: 100%;
}.contact_panel21497 .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 1;
    padding: 0 20px;
}.contact_panel21497 h2 {
    font-size: 32px;
    text-align: center;
    font-family: Arial, sans-serif;
    font-weight: 700;
    margin-bottom: 50px;
    position: relative;
    color: #000000;
}.contact_panel21497 h2::before {
    height: 4px;
    transform: translateX(-50%);
    border-radius: 2px;
    width: 60px;
    position: absolute;
    content: "";
    background: rgb(180,180,207);
    bottom: -15px;
    left: 50%;
}.contact_panel21497 .inquiry_card27819 {
    grid-template-columns: 1fr 450px;
    background: transparent;
    position: relative;
    display: grid;
    gap: 40px;
    align-items: center;
}.contact_panel21497 .image_showcase58631 {
    overflow: hidden;
    position: relative;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    border-radius: 23px;
    transform: perspective(1000px) rotateY(-5deg);
    height: 550px;
    transition: transform 0.5s ease;
}.contact_panel21497 .image_showcase58631:hover {
    transform: perspective(1000px) rotateY(0deg);
}.contact_panel21497 .query_section74510 {
    transition: transform 0.5s ease;
    border-radius: 23px;
    background: #ffffff;
    position: relative;
    padding: 50px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    transform: perspective(1000px) rotateY(5deg);
}.contact_panel21497 .query_section74510:hover {
    transform: perspective(1000px) rotateY(0deg);
}.contact_panel21497 form {
    width: 100%;
}.contact_panel21497 form h3 {
    font-family: Arial, sans-serif;
    font-weight: 600;
    color: #000000;
    margin-bottom: 30px;
    font-size: 23px;
}.contact_panel21497 form input[type="text"] {
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 16px 20px;
    font-family: Arial, sans-serif;
    background: rgb(217,217,231);
    width: 100%;
    transition: all 0.3s ease;
    font-size: 17px;
    color: #000000;
    border: none;
}.contact_panel21497 form input[type="text"]:focus {
    box-shadow: 0 0 0 2px rgb(180,180,207);
    outline: none;
}.contact_panel21497 form input[type="text"]::placeholder {
    color: #000000;
    opacity: 0.5;
}.contact_panel21497 .inquiry_support31298 {
    margin-bottom: 30px;
    align-items: flex-start;
    display: flex;
}.contact_panel21497 .inquiry_support31298 input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.contact_panel21497 .inquiry_support31298 label {
    cursor: pointer;
    line-height: 1.5;
    font-size: 16px;
    color: #000000;
    padding-left: 35px;
    position: relative;
}.contact_panel21497 .inquiry_support31298 label::before {
    height: 22px;
    position: absolute;
    border-radius: 4px;
    left: 0;
    content: "";
    transition: all 0.3s ease;
    background: rgb(217,217,231);
    width: 22px;
    top: 2px;
}.contact_panel21497 .inquiry_support31298 input[type="checkbox"]:checked + label::before {
    background: rgb(180,180,207);
}.contact_panel21497 .inquiry_support31298 input[type="checkbox"]:checked + label::after {
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    left: 8px;
    width: 6px;
    position: absolute;
    top: 6px;
    content: "";
    height: 10px;
    transform: rotate(45deg);
}.contact_panel21497 .inquiry_support31298 label a {
    transition: all 0.3s ease;
    color: rgb(180,180,207);
    text-decoration: none;
}.contact_panel21497 .inquiry_support31298 label a:hover {
    color: rgb(144,138,177);
}.contact_panel21497 form .help_links51729 {
    border: none;
    font-family: Arial, sans-serif;
    background: rgb(180,180,207);
    cursor: pointer;
    padding: 16px 35px;
    font-weight: 600;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    font-size: 16px;
    color: #ffffff;
    transition: all 0.3s ease;
}.contact_panel21497 form .help_links51729::after {
    z-index: 0;
    content: "";
    transition: width 0.3s ease;
    position: absolute;
    height: 100%;
    right: 0;
    width: 0;
    top: 0;
    background: rgb(144,138,177);
}.contact_panel21497 form .help_links51729:hover::after {
    right: auto;
    left: 0;
    width: 100%;
}.contact_panel21497 form .help_links51729 span {
    position: relative;
    z-index: 1;
}.contact_panel21497 svg {
    height: 22px;
    fill: rgb(180,180,207);
    width: 22px;
}.contact_panel21497 svg path {
    fill: rgb(180,180,207);
    transition: fill 0.3s ease;
}

@media screen and (max-width: 1100px) {.contact_panel21497 .inquiry_card27819 {
    gap: 30px;
    grid-template-columns: 1fr 400px;
}.contact_panel21497 .image_showcase58631 {
    height: 500px;
}.contact_panel21497 .query_section74510 {
    padding: 40px;
}
}

@media screen and (max-width: 991px) {.contact_panel21497 {
    padding: 80px 0;
}.contact_panel21497 .inquiry_card27819 {
    gap: 40px;
    grid-template-columns: 1fr;
}.contact_panel21497 .image_showcase58631 {
    transform: perspective(1000px) rotateY(0deg);
    height: 400px;
}.contact_panel21497 .query_section74510 {
    transform: perspective(1000px) rotateY(0deg);
}
}

@media screen and (max-width: 767px) {.contact_panel21497 {
    padding: 60px 0;
}.contact_panel21497 h2 {
    margin-bottom: 40px;
}.contact_panel21497 .image_showcase58631 {
    height: 350px;
}
}

@media screen and (max-width: 576px) {.contact_panel21497 {
    padding: 50px 0;
}.contact_panel21497 h2 {
    font-size: calc(32px * 0.85);
}.contact_panel21497 .image_showcase58631 {
    height: 250px;
}.contact_panel21497 .query_section74510 {
    padding: 30px 25px;
}.contact_panel21497 form h3 {
    font-size: calc(23px * 0.9);
}.contact_panel21497 form .help_links51729 {
    width: 100%;
}}.company_overview38069 {
    padding: 100px 0;
    background: rgb(217,217,231);
    position: relative;
    overflow: hidden;
}.company_overview38069::before {
    content: "";
    opacity: 0.6;
    z-index: 0;
    left: 0;
    position: absolute;
    width: 100%;
    background-image: 
        radial-gradient(circle at 10% 10%, rgb(180,180,207,0.5) 0%, transparent 40%),
        radial-gradient(circle at 90% 90%, rgb(144,138,177,0.5) 0%, transparent 40%);
    top: 0;
    height: 100%;
}.company_overview38069 .container {
    position: relative;
    z-index: 1;
}.company_overview38069 .learn_experts12438 {
    position: relative;
}.company_overview38069 h3 {
    text-align: center;
    font-weight: 700;
    position: relative;
    transform: translateX(-50%);
    font-size: 36px;
    display: inline-block;
    margin-bottom: 50px;
    color: #000000;
    left: 50%;
}.company_overview38069 h3::after {
    background: rgb(180,180,207);
    transform: translateX(-50%);
    height: 3px;
    left: 50%;
    width: 60px;
    bottom: -15px;
    position: absolute;
    content: "";
}.company_overview38069 .team_bios18305 {
    flex-direction: column;
    display: flex;
    position: relative;
    margin-bottom: 70px;
}.company_overview38069 .team_bios18305 span {
    font-size: 18px;
    color: rgb(180,180,207);
    display: block;
    font-weight: 600;
    margin-bottom: 20px;
}.company_overview38069 .team_bios18305 p {
    width: 60%;
    line-height: 1.7;
    font-size: 17px;
    margin-bottom: 30px;
    color: #000000;
}.company_overview38069 .team_bios18305 .image_showcase58631 {
    height: 100%;
    border-radius: 23px;
    width: 35%;
    box-shadow: -15px 15px 0 rgb(180,180,207,0.5);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    top: 0;
    right: 0;
    position: absolute;
}.company_overview38069 .team_bios18305 .image_showcase58631:hover {
    box-shadow: -20px 20px 0 rgb(180,180,207,0.5);
    transform: translate(5px, -5px);
}.company_overview38069 .success_path18354 {
    margin-top: 50px;
    flex-direction: column;
    display: flex;
    position: relative;
}.company_overview38069 .success_path18354 p {
    width: 60%;
    margin-bottom: 30px;
    line-height: 1.7;
    margin-left: auto;
    color: #000000;
    font-size: 17px;
}.company_overview38069 .success_path18354 .training_experts21346 {
    box-shadow: 15px 15px 0 rgb(144,138,177,0.5);
    top: 0;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    left: 0;
    width: 35%;
    border-radius: 23px;
    height: 100%;
    position: absolute;
}.company_overview38069 .success_path18354 .training_experts21346:hover {
    box-shadow: 20px 20px 0 rgb(144,138,177,0.5);
    transform: translate(-5px, -5px);
}.company_overview38069 .learn_experts12438::before {
    top: -100px;
    width: 200px;
    content: "";
    border: 2px dashed rgb(180,180,207,0.5);
    left: -100px;
    border-radius: 50%;
    animation: rotate 30s infinite linear;
    position: absolute;
    height: 200px;
    z-index: -1;
}.company_overview38069 .learn_experts12438::after {
    width: 150px;
    border-radius: 50%;
    content: "";
    animation: rotate 20s infinite linear reverse;
    right: -75px;
    z-index: -1;
    position: absolute;
    height: 150px;
    bottom: -75px;
    border: 2px dashed rgb(144,138,177,0.5);
}@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.company_overview38069 .team_bios18305::after {
    background: linear-gradient(to right, rgb(180,180,207,0.5), transparent);
    bottom: -35px;
    content: "";
    position: absolute;
    height: 1px;
    left: 0;
    width: 50%;
}.company_overview38069 .team_bios18305 svg {
    position: absolute;
    left: -45px;
    top: 10px;
    opacity: 0.7;
    color: rgb(180,180,207);
    height: 30px;
    width: 30px;
}.company_overview38069 .team_bios18305 svg path {
    fill: rgb(180,180,207);
}.company_overview38069 .success_path18354 svg {
    right: -45px;
    opacity: 0.7;
    top: 10px;
    width: 30px;
    position: absolute;
    height: 30px;
    color: rgb(144,138,177);
}.company_overview38069 .success_path18354 svg path {
    fill: rgb(144,138,177);
}.company_overview38069 .container::before {
    z-index: -1;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    background-size: 20px 20px;
    opacity: 0.05;
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-image: linear-gradient(45deg, rgb(217,217,231) 25%, transparent 25%),
                      linear-gradient(-45deg, rgb(217,217,231) 25%, transparent 25%),
                      linear-gradient(45deg, transparent 75%, rgb(217,217,231) 75%),
                      linear-gradient(-45deg, transparent 75%, rgb(217,217,231) 75%);
}

@media screen and (max-width: 1024px) {.company_overview38069 {
    padding: 80px 0;
}.company_overview38069 h3 {
    margin-bottom: 40px;
    font-size: calc(36px * 0.9);
}.company_overview38069 .team_bios18305 p,
    .company_overview38069 .success_path18354 p {
    width: 55%;
}.company_overview38069 .team_bios18305 .image_showcase58631,
    .company_overview38069 .success_path18354 .training_experts21346 {
    width: 40%;
}
}

@media screen and (max-width: 768px) {.company_overview38069 {
    padding: 60px 0;
}.company_overview38069 h3 {
    font-size: calc(36px * 0.8);
    margin-bottom: 35px;
}.company_overview38069 .team_bios18305 {
    margin-bottom: 50px;
}.company_overview38069 .team_bios18305 p,
    .company_overview38069 .success_path18354 p {
    width: 100%;
    margin-bottom: 230px;
}.company_overview38069 .team_bios18305 .image_showcase58631,
    .company_overview38069 .success_path18354 .training_experts21346 {
    right: auto;
    position: relative;
    left: auto;
    top: auto;
    margin-bottom: 20px;
    height: 200px;
    width: 100%;
}.company_overview38069 .team_bios18305 .image_showcase58631 {
    margin-top: -230px;
}.company_overview38069 .success_path18354 .training_experts21346 {
    order: -1;
    margin-bottom: 20px;
}.company_overview38069 .success_path18354 {
    flex-direction: column;
    display: flex;
}.company_overview38069 .team_bios18305 svg,
    .company_overview38069 .success_path18354 svg {
    position: static;
    margin-bottom: 10px;
    display: block;
}
}

@media screen and (max-width: 480px) {.company_overview38069 {
    padding: 40px 0;
}.company_overview38069 h3 {
    font-size: calc(36px * 0.7);
    margin-bottom: 30px;
}.company_overview38069 h3::after {
    width: 40px;
    bottom: -10px;
}.company_overview38069 .team_bios18305 {
    margin-bottom: 40px;
}.company_overview38069 .team_bios18305 p,
    .company_overview38069 .success_path18354 p {
    font-size: calc(17px * 0.9);
    margin-bottom: 180px;
}.company_overview38069 .team_bios18305 .image_showcase58631,
    .company_overview38069 .success_path18354 .training_experts21346 {
    height: 160px;
}.company_overview38069 .team_bios18305 .image_showcase58631 {
    margin-top: -180px;
    box-shadow: -8px 8px 0 rgb(180,180,207,0.5);
}.company_overview38069 .success_path18354 .training_experts21346 {
    box-shadow: 8px 8px 0 rgb(144,138,177,0.5);
}.company_overview38069 .team_bios18305 .image_showcase58631:hover {
    transform: translate(3px, -3px);
    box-shadow: -10px 10px 0 rgb(180,180,207,0.5);
}.company_overview38069 .success_path18354 .training_experts21346:hover {
    transform: translate(-3px, -3px);
    box-shadow: 10px 10px 0 rgb(144,138,177,0.5);
}.company_overview38069 .team_bios18305 span {
    margin-bottom: 15px;
    font-size: calc(18px * 0.9);
}.company_overview38069 .learn_experts12438::before,
    .company_overview38069 .learn_experts12438::after {
    width: 100px;
    height: 100px;
}}.training_structure80935 {
    position: relative;
    background: linear-gradient(145deg, rgb(217,217,231), rgb(144,138,177,0.5));
    overflow: hidden;
    padding: 6rem 2rem;
    isolation: isolate;
}.training_structure80935::before {
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    background: radial-gradient(circle at 75% 25%, rgb(180,180,207,0.5) 0%, transparent 50%);
    mix-blend-mode: overlay;
    content: "";
    z-index: -1;
}.training_structure80935::after {
    transition: transform 0.8s ease-out;
    transform: rotate(-15deg) skew(20deg);
    opacity: 0.1;
    right: -5%;
    filter: blur(20px);
    bottom: -10%;
    position: absolute;
    height: 70%;
    width: 40%;
    content: "";
    background: linear-gradient(210deg, rgb(144,138,177) 0%, transparent 70%);
    z-index: -1;
}.training_structure80935:hover::after {
    transform: rotate(-5deg) skew(10deg) translateY(-10px);
}.training_structure80935 .learn_experts12438 {
    z-index: 1;
    transform: perspective(1000px) rotateX(2deg);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 3px 10px rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(10px);
    position: relative;
    padding: 2rem;
    max-width: 1200px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.2));
    margin: 0 auto;
}.training_structure80935 .learn_experts12438::before {
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    left: 0;
    transform-origin: left center;
    background: linear-gradient(to bottom, rgb(180,180,207), rgb(144,138,177));
    height: 100%;
    width: 5px;
    top: 0;
    position: absolute;
    content: "";
}.training_structure80935 .learn_experts12438:hover::before {
    transform: scaleY(1.05) scaleX(1.5);
}.training_structure80935 h2 {
    display: inline-block;
    position: relative;
    font-weight: 700;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transform: translateZ(0);
    font-size: 36px;
    color: #000000;
    letter-spacing: 0.02em;
    margin-bottom: 2rem;
}.training_structure80935 h2::after {
    transform: scaleX(0.9);
    left: 0;
    width: 80%;
    transition: transform 0.5s ease-out;
    content: "";
    height: 3px;
    transform-origin: left;
    background: linear-gradient(90deg, rgb(180,180,207), transparent);
    bottom: -10px;
    position: absolute;
}.training_structure80935 .learn_experts12438:hover h2::after {
    transform: scaleX(1);
}.training_structure80935 .text_cloud10392 {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.5s ease;
    transform: translateY(0);
    border-left: 1px solid rgb(180,180,207,0.5);
    position: relative;
    padding: 1.5rem;
    margin-top: 1.5rem;
    background: linear-gradient(to bottom right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7));
}.training_structure80935 .text_cloud10392:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}.training_structure80935 .text_cloud10392::before {
    height: 30%;
    top: 0;
    opacity: 0.15;
    transform: translate(5%, -5%);
    content: "";
    z-index: -1;
    right: 0;
    background: linear-gradient(135deg, transparent, rgb(144,138,177,0.5));
    width: 30%;
    transition: transform 0.6s ease;
    position: absolute;
}.training_structure80935 .text_cloud10392:hover::before {
    transform: translate(2%, -2%) scale(1.1);
}.training_structure80935 p {
    position: relative;
    color: #000000;
    font-size: 14px;
    line-height: 1.7;
    z-index: 1;
    transition: color 0.3s ease;
    font-weight: 400;
}.training_structure80935 .text_cloud10392:hover p {
    color: #000000;
}

@media (max-width: 991px) {.training_structure80935 {
    padding: 4rem 1.5rem;
}.training_structure80935 .learn_experts12438 {
    transform: perspective(800px) rotateX(1deg);
    padding: 1.5rem;
}.training_structure80935 h2 {
    font-size: calc(36px * 0.9);
}.training_structure80935 .text_cloud10392 {
    padding: 1.25rem;
}
}

@media (max-width: 767px) {.training_structure80935 {
    padding: 3rem 1rem;
}.training_structure80935 .learn_experts12438 {
    transform: none;
    padding: 1.25rem;
}.training_structure80935 h2 {
    font-size: calc(36px * 0.8);
    margin-bottom: 1.5rem;
}.training_structure80935 .text_cloud10392 {
    padding: 1rem;
    margin-top: 1rem;
}.training_structure80935 p {
    font-size: calc(14px * 0.95);
    line-height: 1.6;
}
}

@media (max-width: 480px) {.training_structure80935 {
    padding: 2.5rem 0.75rem;
}.training_structure80935 .learn_experts12438 {
    padding: 1rem;
}.training_structure80935 h2 {
    margin-bottom: 1.25rem;
    font-size: calc(36px * 0.7);
}.training_structure80935 .text_cloud10392 {
    padding: 0.75rem;
}.training_structure80935 p {
    font-size: calc(14px * 0.9);
    line-height: 1.5;
}
}

@media (min-width: 1200px) {.training_structure80935 .learn_experts12438 {
    transform: perspective(1200px) rotateX(2deg);
    padding: 3rem;
}.training_structure80935 h2 {
    font-size: calc(36px * 1.1);
}.training_structure80935 .text_cloud10392 {
    padding: 2rem;
}
}

@media (prefers-reduced-motion: reduce) {.training_structure80935 .learn_experts12438,
    .training_structure80935 .text_cloud10392,
    .training_structure80935 h2::after,
    .training_structure80935 .learn_experts12438::before,
    .training_structure80935::after {
    transform: none;
    transition: none;
}.training_structure80935 .learn_experts12438:hover::before,
    .training_structure80935 .text_cloud10392:hover,
    .training_structure80935 .learn_experts12438:hover h2::after,
    .training_structure80935:hover::after,
    .training_structure80935 .text_cloud10392:hover::before {
    transform: none;
}}.education_experience35841 {
    overflow: hidden;
    position: relative;
    padding: 80px 0;
    background-color: rgb(217,217,231);
}.education_experience35841::before {
    z-index: 1;
    top: -10%;
    opacity: 0.07;
    background: linear-gradient(135deg, rgb(180,180,207,0.5) 0%, transparent 70%);
    width: 120%;
    left: -5%;
    height: 120%;
    position: absolute;
    content: "";
    transform: rotate(-3deg);
}.education_experience35841::after {
    width: 50%;
    position: absolute;
    opacity: 0.05;
    background: radial-gradient(circle at bottom right, rgb(144,138,177,0.5) 0%, transparent 70%);
    right: -5%;
    bottom: -5%;
    height: 70%;
    z-index: 1;
    content: "";
}.education_experience35841 .container {
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
}.education_experience35841 .alumni_ratings15487 {
    box-shadow: 0 15px 35px rgba(0,0,0,0.05), 0 5px 15px rgba(0,0,0,0.03);
    transform: perspective(1000px) rotateX(1deg);
    position: relative;
    display: grid;
    background: linear-gradient(to right, rgba(255,255,255,0.95), rgba(255,255,255,0.98));
    gap: 30px;
    grid-template-columns: 1fr;
    padding: 40px;
}.education_experience35841 .alumni_ratings15487::before {
    opacity: 0.04;
    width: 100%;
    content: "";
    left: 0;
    background: linear-gradient(45deg, rgb(180,180,207,0.5) 0%, transparent 100%);
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
}.education_experience35841 .alumni_ratings15487 > div:first-child {
    transform: translateY(-10px);
    margin: 0 auto;
    width: 180px;
    height: 180px;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}.education_experience35841 .alumni_ratings15487 > div:first-child:hover {
    transform: translateY(-15px) scale(1.02);
}.education_experience35841 .image_showcase58631 {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    height: 100%;
    width: 100%;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1), 0 5px 10px rgba(0,0,0,0.05);
}.education_experience35841 .image_showcase58631::after {
    position: absolute;
    top: 0;
    content: "";
    background: linear-gradient(to bottom, transparent 70%, rgba(0,0,0,0.2));
    width: 100%;
    height: 100%;
    left: 0;
}.education_experience35841 .alumni_ratings15487 > div:nth-child(2) {
    animation: fadeIn 0.8s ease-out forwards;
    position: relative;
    text-align: center;
}.education_experience35841 .name {
    position: relative;
    letter-spacing: 0.4px;
    font-size: calc(19px * 1.1);
    font-weight: 700;
    margin-bottom: 8px;
    color: rgb(180,180,207);
    display: inline-block;
}.education_experience35841 .name::after {
    left: 50%;
    bottom: -5px;
    opacity: 0.7;
    content: "";
    position: absolute;
    transform: translateX(-50%);
    background: linear-gradient(to right, rgb(180,180,207,0.5), rgb(144,138,177,0.5));
    width: 40%;
    height: 2px;
    transition: width 0.3s ease;
}.education_experience35841 .alumni_ratings15487 > div:nth-child(2):hover .name::after {
    width: 70%;
}.education_experience35841 .alumni_ratings15487 > div:nth-child(2) > div {
    font-style: italic;
    font-size: calc(13px * 0.95);
    margin-top: 10px;
    color: #000000;
    opacity: 0.9;
}.education_experience35841 .alumni_ratings15487 > div:nth-child(3) {
    margin-top: 15px;
    position: relative;
}.education_experience35841 .job_wrap86413 {
    padding: 0 15px;
    font-size: 13px;
    line-height: 1.8;
    position: relative;
    color: #000000;
}.education_experience35841 .job_wrap86413::before,
.education_experience35841 .job_wrap86413::after {
    color: rgb(180,180,207);
    font-size: 60px;
    content: "";
    opacity: 0.1;
    position: absolute;
    font-family: Georgia, serif;
}.education_experience35841 .job_wrap86413::before {
    top: -20px;
    left: -15px;
}.education_experience35841 .job_wrap86413::after {
    content: "";
    right: -15px;
    bottom: -50px;
}

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

@media (min-width: 768px) {.education_experience35841 {
    padding: 100px 0;
}.education_experience35841 .alumni_ratings15487 {
    padding: 60px;
    grid-template-columns: 200px 1fr;
    grid-template-rows: auto 1fr;
}.education_experience35841 .alumni_ratings15487 > div:first-child {
    height: 200px;
    margin: 0;
    grid-row: 1 / 3;
    width: 200px;
}.education_experience35841 .alumni_ratings15487 > div:nth-child(2) {
    padding-left: 30px;
    text-align: left;
}.education_experience35841 .name::after {
    transform: none;
    left: 0;
}.education_experience35841 .alumni_ratings15487 > div:nth-child(3) {
    padding-left: 30px;
    grid-column: 2;
    margin-top: 0;
}
}

@media (min-width: 992px) {.education_experience35841 .alumni_ratings15487 {
    grid-template-columns: 250px 1fr;
    padding: 70px;
    gap: 40px;
}.education_experience35841 .alumni_ratings15487 > div:first-child {
    width: 250px;
    height: 300px;
}.education_experience35841 .name {
    font-size: calc(19px * 1.2);
}.education_experience35841 .job_wrap86413 {
    font-size: calc(13px * 1.05);
    line-height: 1.9;
}
}

@media (min-width: 1200px) {.education_experience35841 .alumni_ratings15487 {
    max-width: 1100px;
    margin: 0 auto;
    transform: perspective(1200px) rotateX(1deg) rotateY(-0.5deg);
}.education_experience35841 .job_wrap86413 {
    padding: 0 25px;
}
}

@media (max-width: 767px) {.education_experience35841 {
    padding: 60px 0;
}.education_experience35841 .alumni_ratings15487 {
    padding: 30px;
}.education_experience35841 .job_wrap86413 {
    line-height: 1.7;
    font-size: calc(13px * 0.95);
}}.find_us67430 {
    background: linear-gradient(135deg, rgb(217,217,231) 40%, rgba(rgb(180,180,207,0.5), 0.05) 100%);
    font-family: Arial, sans-serif;
    overflow: hidden;
    padding: 6rem 2rem;
    position: relative;
}.find_us67430::before {
    border-radius: 50%;
    height: 25rem;
    z-index: 0;
    right: -5%;
    width: 25rem;
    position: absolute;
    animation: pulse 12s infinite alternate ease-in-out;
    top: -10%;
    background: radial-gradient(circle, rgba(rgb(144,138,177,0.5), 0.08) 0%, rgba(rgb(144,138,177,0.5), 0) 70%);
    content: "";
}.find_us67430::after {
    animation: pulse 15s infinite alternate-reverse ease-in-out;
    position: absolute;
    height: 15rem;
    z-index: 0;
    background: radial-gradient(circle, rgba(rgb(180,180,207,0.5), 0.06) 0%, rgba(rgb(180,180,207,0.5), 0) 70%);
    bottom: -5%;
    border-radius: 50%;
    left: -2%;
    width: 15rem;
    content: "";
}.find_us67430 h1 {
    position: relative;
    font-weight: 700;
    color: #000000;
    transform: translateY(-5px);
    font-size: 38px;
    text-align: center;
    margin-bottom: 3rem;
}.find_us67430 h1::after {
    width: 80px;
    bottom: -15px;
    background: linear-gradient(90deg, rgb(180,180,207), rgb(144,138,177));
    transform: translateX(-50%);
    left: 50%;
    content: "";
    height: 3px;
    position: absolute;
}.find_us67430 .container {
    margin: 0 auto;
    position: relative;
    z-index: 1;
    max-width: 1200px;
}.find_us67430 .help_desk78614 {
    box-shadow: 0 8px 30px rgba(rgba(0, 0, 0, 0.5), 0.08);
    padding: 3rem;
    position: relative;
    gap: 2.5rem;
    background: #ffffff;
    display: grid;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(0);
    grid-template-columns: 1fr;
}.find_us67430 .help_desk78614:hover {
    transform: translateY(-5px);
}.find_us67430 .help_desk78614 > div {
    position: relative;
}.find_us67430 .help_desk78614 > div:first-child {
    line-height: 1.7;
    font-size: 1.1rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid rgba(rgba(0, 0, 0, 0.5), 0.08);
    color: #000000;
}.find_us67430 .help_desk78614 > div:first-child::before {
    content: "";
    font-family: serif;
    color: rgba(rgb(180,180,207,0.5), 0.1);
    position: absolute;
    left: -10px;
    font-size: 5rem;
    top: -30px;
}.find_us67430 h6 {
    color: #000000;
    gap: 0.5rem;
    margin-bottom: 0.75rem;
    font-size: 19px;
    align-items: center;
    display: flex;
    font-weight: 600;
}.find_us67430 h6 svg {
    transform: translateY(-1px);
    width: 20px;
    height: 20px;
}.find_us67430 span {
    font-size: 13px;
    margin-top: -5px;
    margin-left: 28px;
    display: block;
    color: #000000;
}.find_us67430 .msg_info09163 {
    display: flex;
    flex-direction: column;
    margin-top: 0.5rem;
    gap: 1.5rem;
}.find_us67430 .talk_answer65219 {
    font-weight: 600;
    gap: 0.5rem;
    position: relative;
    align-items: center;
    display: flex;
    transition: color 0.3s ease, transform 0.3s ease;
    font-size: 13px;
    text-decoration: none;
    color: #000000;
}.find_us67430 .talk_answer65219::before {
    width: 0;
    position: absolute;
    bottom: -4px;
    left: 0;
    background: linear-gradient(90deg, rgb(180,180,207), rgb(144,138,177));
    content: "";
    transition: width 0.3s ease;
    height: 2px;
}.find_us67430 .talk_answer65219:hover {
    color: rgb(180,180,207);
    transform: translateX(5px);
}.find_us67430 .talk_answer65219:hover::before {
    width: 100%;
}.find_us67430 .talk_answer65219 svg {
    height: 20px;
    transition: transform 0.3s ease;
    width: 20px;
}.find_us67430 .talk_answer65219:hover svg {
    transform: scale(1.1) rotate(5deg);
}.find_us67430 svg path {
    fill: #000000;
    transition: fill 0.3s ease;
}.find_us67430 .talk_answer65219:hover svg path {
    fill: rgb(180,180,207);
}

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

@media (min-width: 768px) {.find_us67430 {
    padding: 8rem 3rem;
}.find_us67430 .help_desk78614 {
    padding: 4rem;
    gap: 3rem;
    grid-template-columns: 2fr 1fr 1fr;
}.find_us67430 .help_desk78614 > div:first-child {
    border-right: 1px solid rgba(rgba(0, 0, 0, 0.5), 0.08);
    border-bottom: none;
    padding-right: 2rem;
    padding-bottom: 0;
}.find_us67430 h1 {
    font-size: calc(38px * 1.1);
    margin-bottom: 4rem;
}.find_us67430 h1::after {
    width: 120px;
}
}

@media (min-width: 992px) {.find_us67430 {
    padding: 10rem 4rem;
}.find_us67430 .help_desk78614 {
    padding: 5rem;
    gap: 4rem;
}.find_us67430 h1 {
    font-size: calc(38px * 1.2);
}.find_us67430 .help_desk78614 > div:first-child {
    padding-right: 3rem;
}.find_us67430 .msg_info09163 {
    gap: 2rem;
}
}

@media (max-width: 767px) {.find_us67430 {
    padding: 4rem 1.5rem;
}.find_us67430 .help_desk78614 {
    padding: 2rem;
}.find_us67430 h1 {
    margin-bottom: 2rem;
}
}

@media (hover: none) {.find_us67430 .help_desk78614:hover {
    transform: none;
}.find_us67430 .talk_answer65219:hover {
    transform: none;
}}footer {
    width: 100%;
    position: relative;
}footer .debate_club67089 {
    font-family: Arial, sans-serif;
    padding: 100px 0 30px;
    position: relative;
    color: #000000;
    background-color: rgb(217,217,231);
}footer .debate_club67089::before {
    z-index: 0;
    content: "";
    background-image: 
        radial-gradient(circle at 10% 20%, rgb(180,180,207,0.5) 0%, transparent 20%),
        radial-gradient(circle at 90% 80%, rgb(144,138,177,0.5) 0%, transparent 20%);
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0.3;
    left: 0;
    position: absolute;
}footer .trial_offer83920 {
    z-index: 1;
    position: relative;
}footer .assist_experts56082 {
    margin: auto;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    border-radius: 28px;
    gap: 15px;
    z-index: 3;
    flex-wrap: wrap;
    width: 85%;
    background-color: #ffffff;
    padding: 25px;
    justify-content: space-between;
    display: flex;
}footer .info_item {
    align-items: center;
    border-radius: 10px;
    flex: 1 1 200px;
    background-color: rgb(217,217,231);
    transition: all 0.3s ease;
    display: flex;
    padding: 15px;
}footer .info_item:hover {
    background-color: #ffffff;
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}footer .info_item svg {
    height: 22px;
    fill: rgb(180,180,207);
    transition: transform 0.3s ease;
    margin-right: 12px;
    width: 22px;
}footer .info_item:hover svg {
    transform: scale(1.2);
}footer .info_item p,
footer .info_item a {
    transition: all 0.3s ease;
    color: #000000;
    text-decoration: none;
    font-size: 14px;
}footer .info_item a:hover {
    color: rgb(180,180,207);
}footer .text_main_holder {
    display: flex;
    position: relative;
    margin-top: 40px;
    flex-direction: column;
    gap: 20px;
    perspective: 2000px;
}footer .header_wrap03759, footer .header_navbar19365, footer .subscribe_holder {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    border-radius: 28px;
    transform-origin: center center;
    transition: all 0.5s ease;
    transform-style: preserve-3d;
    padding: 30px;
    position: relative;
}footer .header_wrap03759 {
    transform: translateZ(0) scale(1);
    background-color: #ffffff;
    z-index: 2;
}footer .header_wrap03759:hover {
    transform: translateZ(30px) scale(1.02);
}footer .header_navbar19365 {
    z-index: 1;
    margin-right: 20px;
    transform: translateZ(-10px) scale(0.98);
    margin-top: -20px;
    margin-left: 20px;
    background-color: rgb(144,138,177);
    color: #ffffff;
}footer .subscribe_holder {
    background-color: rgb(180,180,207);
    margin-left: 40px;
    margin-right: 40px;
    color: #ffffff;
    margin-top: -20px;
    transform: translateZ(-20px) scale(0.96);
    z-index: 0;
}footer .subscribe_holder:hover {
    transform: translateZ(10px) scale(0.98);
}footer .header_wrap03759::after, footer .header_navbar19365::after, footer .subscribe_holder::after {
    content: "";
    transition: opacity 0.3s ease;
    width: 100%;
    border-radius: 28px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    position: absolute;
    height: 100%;
}footer .header_wrap03759:hover::after, footer .header_navbar19365:hover::after, footer .subscribe_holder:hover::after {
    opacity: 1;
}footer .header_wrap03759 svg {
    margin-bottom: 20px;
    width: auto;
    display: block;
    height: 45px;
}footer .milestone_cta73524 {
    color: #000000;
    line-height: 1.6;
    font-size: 16px;
}footer .header_navbar19365 h5 {
    font-size: 22px;
    color: #ffffff;
    display: inline-block;
    font-weight: 600;
    position: relative;
    margin-bottom: 20px;
}footer .header_navbar19365 h5::after {
    width: 40px;
    background: linear-gradient(90deg, rgb(180,180,207), transparent);
    transition: width 0.3s ease;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -8px;
    content: "";
}footer .header_navbar19365 h5:hover::after {
    width: 100%;
}footer .main_class06251 {
    gap: 15px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    margin-bottom: 20px;
}footer .main_class06251 a {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
    padding: 5px 0;
    font-size: 14px;
    position: relative;
    transition: all 0.3s ease;
    display: inline-block;
}footer .main_class06251 a::before {
    background-color: rgb(180,180,207);
    transition: width 0.3s ease;
    left: 0;
    width: 0;
    bottom: 0;
    height: 1px;
    content: "";
    position: absolute;
}footer .main_class06251 a:hover {
    transform: translateX(5px);
    color: #ffffff;
}footer .main_class06251 a:hover::before {
    width: 100%;
}footer .subscribe_holder h5 {
    margin-bottom: 15px;
    color: #ffffff;
    font-size: 22px;
    font-weight: 600;
}footer .subscribe_holder p {
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 25px;
    font-size: 14px;
    line-height: 1.6;
}footer .input_holder {
    display: flex;
    gap: 15px;
    flex-direction: column;
}footer .input_holder input[type="email"] {
    color: #ffffff;
    transition: all 0.3s ease;
    font-size: 14px;
    padding: 14px 16px;
    background-color: rgba(255, 255, 255, 0.1);
    border: none;
    border-radius: 10px;
}footer .input_holder input[type="email"]:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.2);
    background-color: rgba(255, 255, 255, 0.2);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}footer .sub_material62841 {
    font-weight: 600;
    color: rgb(180,180,207);
    background-color: #ffffff;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 14px 20px;
    text-align: center;
    border-radius: 10px;
    border: none;
    font-size: 17px;
}footer .sub_material62841:hover {
    background-color: rgb(144,138,177);
    transform: translateY(-3px);
    color: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}footer .template_cta65410 {
    text-align: center;
    position: relative;
    margin-top: 60px;
}footer .eng_center36548 {
    font-size: 16px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    color: #000000;
    border-radius: 30px;
    display: inline-block;
    background-color: #ffffff;
    padding: 8px 20px;
}

@media (min-width: 992px) {footer .text_main_holder {
    flex-direction: row;
    align-items: stretch;
}footer .header_wrap03759, footer .header_navbar19365, footer .subscribe_holder {
    flex-direction: column;
    margin-top: 0;
    flex: 1;
    display: flex;
}footer .header_wrap03759 {
    margin-right: -20px;
}footer .header_navbar19365 {
    margin-left: 0;
    z-index: 1;
    margin-right: -20px;
}footer .subscribe_holder {
    margin-right: 0;
    margin-left: 0;
}
}

@media (max-width: 991px) {footer .assist_experts56082 {
    width: 90%;
    padding: 20px;
}footer .text_main_holder {
    margin-top: 80px;
}
}

@media (max-width: 767px) {footer .debate_club67089 {
    padding: 80px 0 30px;
}footer .assist_experts56082 {
    width: 95%;
    padding: 15px;
}footer .info_item {
    flex: 1 1 100%;
}footer .header_wrap03759, footer .header_navbar19365, footer .subscribe_holder {
    margin-left: 0;
    margin-right: 0;
    padding: 25px 20px;
}footer .header_navbar19365, footer .subscribe_holder {
    margin-top: -10px;
}footer .template_cta65410 {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .debate_club67089 {
    padding: 70px 0 20px;
}footer .assist_experts56082 {
    padding: 10px;
}footer .info_item {
    padding: 10px;
}footer .text_main_holder {
    margin-top: 60px;
}footer .header_wrap03759, footer .header_navbar19365, footer .subscribe_holder {
    padding: 20px 15px;
}footer .header_navbar19365 h5, footer .subscribe_holder h5 {
    font-size: calc(22px - 2px);
}footer .main_class06251 {
    grid-template-columns: 1fr;
}footer .input_holder input[type="email"],
    footer .sub_material62841 {
    padding: 12px;
}}.course_benefits76945 {
    background: linear-gradient(120deg, rgb(217,217,231) 0%, rgb(180,180,207,0.5) 100%);
    overflow: hidden;
    position: relative;
    padding: 90px 0;
}.course_benefits76945::before {
    width: 100%;
    opacity: 0.4;
    position: absolute;
    height: 100%;
    content: "";
    top: 0;
    left: 0;
    background: repeating-radial-gradient(
        circle at 90% 20%,
        rgb(144,138,177,0.5) 0,
        transparent 100px
    );
}.course_benefits76945 .container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
}.course_benefits76945 .learn_experts12438 {
    align-items: center;
    display: flex;
    gap: 50px;
}.course_benefits76945 .image_showcase58631 {
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 0 0 5px rgb(217,217,231),
        0 0 0 8px rgb(180,180,207,0.5);
    flex: 0 0 40%;
    transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
    z-index: 1;
    border-radius: 20px;
    transform: rotate(-2deg);
    max-width: 40%;
}.course_benefits76945 .image_showcase58631:hover {
    transform: rotate(0deg) scale(1.02);
}.course_benefits76945 .text_cloud10392 {
    flex: 0 0 52%;
    position: relative;
    z-index: 2;
}.course_benefits76945 .text_cloud10392::before {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    position: absolute;
    background: #ffffff;
    inset: -20px;
    border-radius: 20px;
    content: "";
    z-index: -1;
}.course_benefits76945 .text_cloud10392::after {
    border-radius: 50%;
    opacity: 0.7;
    position: absolute;
    animation: float 10s infinite alternate ease-in-out;
    width: 70px;
    height: 70px;
    content: "";
    z-index: -2;
    left: 30px;
    background: linear-gradient(135deg, rgb(180,180,207,0.5), rgb(144,138,177,0.5));
    top: -35px;
}.course_benefits76945 h3 {
    color: #000000;
    font-size: 30px;
    position: relative;
    margin-bottom: 35px;
    font-weight: 700;
}.course_benefits76945 h3::after {
    left: 0;
    width: 30px;
    height: 4px;
    content: "";
    bottom: -12px;
    background: rgb(180,180,207);
    position: absolute;
    border-radius: 10px;
}.course_benefits76945 ul {
    padding: 0;
    display: flex;
    list-style: none;
    margin: 0;
    gap: 16px;
    flex-direction: column;
}.course_benefits76945 li {
    transition: all 0.3s ease;
    padding-left: 10px;
    position: relative;
}.course_benefits76945 li::before {
    height: 10px;
    opacity: 0;
    left: -5px;
    background: rgb(180,180,207,0.5);
    transition: all 0.3s ease;
    content: "";
    transform: translateY(-50%);
    border-radius: 50%;
    width: 10px;
    top: 50%;
    position: absolute;
}.course_benefits76945 li:hover {
    transform: translateX(10px);
}.course_benefits76945 li:hover::before {
    opacity: 1;
    left: -10px;
}.course_benefits76945 li p {
    gap: 16px;
    display: flex;
    align-items: center;
    background: rgb(217,217,231);
    font-size: 13px;
    line-height: 1.5;
    font-weight: 400;
    border-radius: 12px;
    padding: 16px 20px;
    color: #000000;
    margin: 0;
    transition: all 0.3s ease;
}.course_benefits76945 li:hover p {
    background: linear-gradient(to right, rgb(180,180,207,0.5), rgb(217,217,231));
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}.course_benefits76945 svg {
    flex-shrink: 0;
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    height: 24px;
    transition: all 0.3s ease;
    padding: 5px;
    align-items: center;
    justify-content: center;
    width: 24px;
    background: #ffffff;
}.course_benefits76945 svg path {
    transition: fill 0.3s ease;
    fill: rgb(180,180,207);
}.course_benefits76945 li:hover svg {
    transform: scale(1.1) rotate(10deg);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}.course_benefits76945 li:hover svg path {
    fill: rgb(144,138,177);
}

@keyframes float {
    0% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(10px, -10px) scale(1.1); }
    100% { transform: translate(0, 0) scale(1); }
}

@media (max-width: 992px) {.course_benefits76945 {
    padding: 70px 0;
}.course_benefits76945 .learn_experts12438 {
    gap: 70px;
    flex-direction: column;
}.course_benefits76945 .image_showcase58631 {
    max-width: 60%;
    flex: none;
    margin: 0 auto;
}.course_benefits76945 .text_cloud10392 {
    width: 80%;
    margin: 0 auto;
    flex: none;
}.course_benefits76945 .text_cloud10392::after {
    left: 50%;
    transform: translateX(-50%);
    top: -60px;
}
}

@media (max-width: 576px) {.course_benefits76945 {
    padding: 50px 0;
}.course_benefits76945 .image_showcase58631 {
    max-width: 80%;
}.course_benefits76945 .text_cloud10392 {
    width: 100%;
}.course_benefits76945 .text_cloud10392::before {
    inset: -15px;
}.course_benefits76945 h3 {
    font-size: 18px;
    margin-bottom: 30px;
}.course_benefits76945 ul {
    gap: 12px;
}.course_benefits76945 li p {
    padding: 12px 15px;
}.course_benefits76945 svg {
    padding: 4px;
    width: 22px;
    height: 22px;
}
}