.nav_sitewrap_xez {
    flex: 1 0 auto;
}

.wrapper-container_POs {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}


.newsletter_signup_XVz {
    padding: 6rem 2rem;
    position: relative;
    background: rgb(192,188,200);
    overflow: hidden;
    font-family: Arial, sans-serif;
}

.newsletter_signup_XVz h3 {
    border-radius: 14px 14px 0 0;
    color: #000000;
    align-self: center;
    font-weight: 700;
    padding: 1.5rem 2rem;
    box-shadow: 0 -15px 25px rgba(0, 0, 0, 0.1);
    z-index: 3;
    font-size: 33px;
    margin-bottom: 2rem;
    background: #ffffff;
    text-align: center;
    transform: translateY(0) translateZ(30px);
    width: 80%;
    position: relative;
}

.newsletter_signup_XVz input[type="email"]::placeholder {
    opacity: 0.7;
    color: #000000;
}

.newsletter_signup_XVz .news_alert_MIU {
    transform: translateY(50%) translateZ(20px);
    background: rgb(151,146,175);
    position: relative;
    width: 80%;
    padding: 1.2rem;
    color: #ffffff;
    align-self: center;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease;
    border-radius: 10px;
    border: none;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.program_overview_LzC .knowledge_hub_niA {
    grid-template-columns: 45% 55%;
    grid-template-areas: 
        "photo info"
        "photo info";
    min-height: 500px;
    position: relative;
    display: grid;
    gap: 0;
}

.program_overview_LzC .study_route_ghB::after {
    opacity: 0.1;
    position: absolute;
    height: 200%;
    width: 200%;
    content: "";
    top: -50%;
    z-index: -1;
    background: radial-gradient(
        circle at center,
        rgb(151,146,175,0.5) 0%,
        transparent 60%
    );
    animation: rotateRadial 30s linear infinite;
    left: -50%;
    transform-origin: center;
}

.program_overview_LzC .top_head_BPK svg {
    filter: drop-shadow(0 0 8px rgb(151,146,175,0.5));
    transform: translate(-50%, -50%);
    width: 50px;
    position: absolute;
    left: 50%;
    animation: floatLogo 6s ease-in-out infinite;
    top: 50%;
    height: 50px;
}

.program_overview_LzC h3::after {
    position: absolute;
    height: 1px;
    bottom: -15px;
    width: 80px;
    left: 0;
    background: linear-gradient(to right, rgb(151,146,175), transparent);
    content: "";
}

.program_overview_LzC .img_img_pPa::after {
    content: "";
    position: absolute;
    background: linear-gradient(
        to top,
        #000000 0%,
        transparent 100%
    );
    left: 0;
    width: 100%;
    z-index: 2;
    bottom: 0;
    opacity: 0.7;
    height: 50%;
}

.program_overview_LzC .top_head_BPK:hover svg path {
    fill: rgb(101,93,142);
}

.title_opener_SNo .quick_skill_ycj {
    margin-bottom: 3rem;
    position: relative;
}

.title_opener_SNo .start_primary_AaS {
    padding-bottom: 1.5rem;
    color: #000000;
    font-size: 40px;
    font-weight: 700;
    transform: translateX(20px);
    margin: 0;
    position: relative;
    line-height: 1.2;
}

.title_opener_SNo .learn_head_tWk::before {
    position: absolute;
    z-index: 0;
    content: "";
    background: linear-gradient(145deg, rgb(151,146,175,0.5), rgba(0, 0, 0, 0.5));
    opacity: 0.85;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
}

.title_opener_SNo .learn_head_tWk h3 {
    margin: 0;
    transition: transform 0.3s ease, background 0.3s ease;
    line-height: 1.5;
    padding: 1rem 1.5rem;
    border-radius: 0 10px 10px 0;
    background: linear-gradient(90deg, rgb(101,93,142,0.5), transparent);
    font-weight: 600;
    font-size: calc(18px * 1.2);
    backdrop-filter: blur(3px);
    transform: translateX(0);
    color: #ffffff;
    max-width: 95%;
}

.appSpot_PCg h2::after {
    bottom: -15px;
    left: 50%;
    position: absolute;
    height: 4px;
    transform: translateX(-50%) scaleX(0);
    content: "";
    width: 80px;
    animation: expandLine 1.2s 0.6s forwards cubic-bezier(0.19, 1, 0.22, 1);
    background: linear-gradient(90deg, rgb(151,146,175), rgb(101,93,142));
}

.appSpot_PCg ul {
    list-style: none;
    margin: 0;
    position: relative;
    padding: 0;
}

.appSpot_PCg li::before {
    box-shadow: 0 5px 15px -5px rgb(101,93,142,0.5);
    content: "";
    height: 32px;
    transform: scale(0);
    opacity: 0;
    width: 32px;
    left: -40px;
    top: -5px;
    animation: popIn 0.4s 1.2s forwards cubic-bezier(0.25, 1.8, 0.5, 1);
    position: absolute;
    border-radius: 50%;
    background: linear-gradient(135deg, rgb(101,93,142) 0%, rgb(151,146,175) 100%);
}

.user_reviews_lZX .container.knowledge_hub_niA {
    padding: 0 20px;
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}

.user_reviews_lZX .opinion_showcase_azl {
    gap: 25px;
    grid-template-columns: repeat(1, 1fr);
    display: grid;
}

.user_reviews_lZX .review_carousel_lTZ::after {
    left: 0;
    transition: transform 0.4s ease-out;
    content: "";
    transform: scaleX(0.8);
    position: absolute;
    width: 100%;
    bottom: 0;
    transform-origin: center;
    background: linear-gradient(90deg, rgb(151,146,175), rgb(101,93,142));
    height: 5px;
}

.user_reviews_lZX .review_carousel_lTZ:hover h3::before {
    width: 40px;
}

.user_reviews_lZX .review_carousel_lTZ div {
    position: relative;
    transform: translateZ(0);
    width: 50px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    z-index: 2;
    transition: transform 0.3s ease;
    border-radius: 50%;
    height: 50px;
}

.potential_enrollees_amR::after {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    background: linear-gradient(135deg, #ffffff 0%, transparent 100%);
    top: 0;
    opacity: 0.1;
    left: 0;
    z-index: 1;
}

.potential_enrollees_amR ul {
    list-style-type: none;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    gap: 2.5rem;
    padding: 0;
    margin: 0;
}

.potential_enrollees_amR li::before {
    background: 
        radial-gradient(circle at 90% 10%, rgb(151,146,175,0.5) 0%, transparent 30%),
        radial-gradient(circle at 10% 90%, rgb(101,93,142,0.5) 0%, transparent 30%);
    content: '';
    position: absolute;
    left: 0;
    opacity: 0.1;
    z-index: -1;
    transition: opacity 0.5s ease;
    width: 100%;
    height: 100%;
    top: 0;
}

.potential_enrollees_amR li:hover svg {
    filter: drop-shadow(0 8px 15px rgb(151,146,175,0.5));
    transform: translateY(-5px);
    fill: rgb(151,146,175);
}

.potential_enrollees_amR li:nth-child(2) {
    animation-delay: 0.3s;
}

.about_this_aYw::before {
    height: 100%;
    right: 0;
    z-index: 1;
    position: absolute;
    background-color: rgb(151,146,175,0.5);
    width: 40%;
    top: 0;
    content: "";
    clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.about_this_aYw .img_img_pPa {
    transition: transform 0.4s ease;
    width: 100%;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    height: 400px;
    position: relative;
}

.about_this_aYw .expert_team_rUw {
    margin: 0;
    font-size: 17px;
    font-weight: 400;
    color: rgb(151,146,175);
    font-family: Arial, sans-serif;
}

.about_this_aYw h2 {
    margin: 0 0 5px 0;
    position: relative;
    display: inline-block;
    font-family: Arial, sans-serif;
    font-weight: 700;
    font-size: 38px;
    color: #000000;
}

.media_kit_jCy .company_holder {
    flex: 0 0 30%;
    position: relative;
    padding-right: 30px;
}

.media_kit_jCy .company_holder h3:hover::after {
    width: 100%;
}

.media_kit_jCy .gdpr_block_Wmh {
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.08);
    padding: 15px;
    line-height: 1.6;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    font-size: 16px;
    color: #ffffff;
    margin-top: 15px;
    border-radius: 10px;
    backdrop-filter: blur(5px);
    transform: translateZ(0);
}

.media_kit_jCy .head_site_ARC h5 {
    font-size: 19px;
    position: relative;
    font-weight: 600;
    color: #ffffff;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.media_kit_jCy .head_site_ARC:hover h5::after {
    width: 70px;
    box-shadow: 0 0 8px rgb(151,146,175), 0 0 16px rgb(151,146,175,0.5);
}

.media_kit_jCy .head_site_ARC .nav_main_RAt a:hover::before {
    box-shadow: 0 0 5px rgb(151,146,175,0.5);
    width: 100%;
}

.site_map_wuE::before {
    content: '';
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    background: linear-gradient(90deg, transparent, rgb(151,146,175,0.5), transparent);
    top: 0;
}

footer::after {
    right: 0;
    z-index: 0;
    background-size: 50px 50px;
    content: '';
    opacity: 0.3;
    top: 0;
    bottom: 0;
    background-image: 
        linear-gradient(0deg, transparent 24%, rgba(255, 255, 255, .05) 25%, rgba(255, 255, 255, .05) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, .05) 75%, rgba(255, 255, 255, .05) 76%, transparent 77%, transparent),
        linear-gradient(90deg, transparent 24%, rgba(255, 255, 255, .05) 25%, rgba(255, 255, 255, .05) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, .05) 75%, rgba(255, 255, 255, .05) 76%, transparent 77%, transparent);
    left: 0;
    position: absolute;
}

.educational_yield_nQU h4::after {
    transform-origin: left;
    height: 3px;
    width: 70px;
    background: rgb(151,146,175);
    display: block;
    transform: scaleX(1);
    margin-top: 15px;
    transition: transform 0.5s ease;
    content: '';
}

.educational_yield_nQU li p span:first-child {
    margin-top: 3px;
    flex-shrink: 0;
}

.educational_yield_nQU svg path {
    fill: rgb(151,146,175);
    transition: fill 0.3s ease;
}

.educational_yield_nQU .img_img_pPa:hover {
    transform: translateY(-10px) rotate(-1deg);
}

header .top_primary_bMh::before {
    background: linear-gradient(90deg, rgb(151,146,175), transparent);
    height: 5px;
    width: 30%;
    content: "";
    top: -10px;
    position: absolute;
    filter: blur(5px);
    left: 10%;
}

header .top_primary_bMh .top_head_BPK::before {
    background: linear-gradient(135deg, rgb(151,146,175), rgb(101,93,142));
    left: -5px;
    opacity: 0;
    width: calc(100% + 10px);
    z-index: -1;
    content: "";
    transition: opacity 0.3s ease;
    top: -5px;
    height: calc(100% + 10px);
    position: absolute;
    filter: blur(15px);
}

header .top_primary_bMh .head_site_ARC .nav_master_hGL a::after {
    content: "";
    position: absolute;
    opacity: 0;
    background: radial-gradient(circle, #ffffff 0%, transparent 70%);
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    height: 150%;
    width: 150%;
    transition: transform 0.5s ease, opacity 0.5s ease;
    top: 50%;
    z-index: -1;
}

.contact_LsA {
    padding: 80px 0;
    background: linear-gradient(135deg, rgb(192,188,200) 0%, rgb(151,146,175,0.5) 100%);
    overflow: hidden;
    position: relative;
}

.contact_LsA .form_learn_ZRx {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    position: relative;
    gap: 30px;
}

.contact_LsA .get_helpdesk_vjB::before {
    transform: translateY(-100%);
    position: absolute;
    background: linear-gradient(90deg, rgb(151,146,175) 0%, rgb(101,93,142) 100%);
    height: 5px;
    transition: transform 0.3s ease;
    content: '';
    left: 0;
    width: 100%;
    top: 0;
}

.contact_LsA .support_request_eWH {
    font-size: calc(13px * 1.2);
    font-weight: 600;
    color: rgb(101,93,142);
    margin-bottom: 20px;
}

.contact_LsA .get_help_zmf {
    background: rgba(0, 0, 0, 0.05);
    padding: 20px;
    margin-top: 30px;
    border-left: 3px solid rgb(151,146,175);
    border-radius: 10px;
    position: relative;
}

.contact_LsA .contact_form_TGY a {
    text-decoration: none;
    padding-left: 40px;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 20px;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.contact_LsA .contact_form_TGY a:hover p {
    color: rgb(151,146,175);
    transform: translateX(5px);
}

.contact_LsA .get_helpdesk_vjB .img_img_pPa::before {
    width: 100%;
    top: 0;
    transition: opacity 0.5s ease;
    left: 0;
    content: '';
    opacity: 0;
    z-index: 1;
    background: radial-gradient(
        circle at center,
        rgba(255, 255, 255, 0.1) 0%,
        transparent 70%
    );
    position: absolute;
    height: 100%;
}

.privacy_refuge_msD {
    grid-template-columns: 1fr;
    color: rgb(255, 255, 255, 0.5);
    background: linear-gradient(135deg, rgb(101,93,142) 25%, rgb(151,146,175) 75%);
    width: 100%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    height: auto;
    padding: 60px;
    grid-gap: 30px;
    display: grid;
}

.privacy_refuge_msD ul, .privacy_refuge_msD ol {
    list-style-position: inside;
    color: #ffffff;
    list-style: none;
    font-size: 13px;
    border-radius: 10px;
    padding: 10px;
    margin: 15px 0;
    padding-left: 20px;
    font-family: Arial, sans-serif;
    line-height: 1.8;
}

.education_history_JRN::after {
    z-index: 0;
    height: 140%;
    width: 50%;
    top: -20%;
    filter: blur(60px);
    content: "";
    transform: rotate(-15deg);
    background: rgb(151,146,175,0.5);
    position: absolute;
    right: -10%;
}

.education_history_JRN .emp_block_Ovr {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    background: #ffffff;
    transform-style: preserve-3d;
    padding: 3rem 3rem 3rem 5rem;
    flex-direction: column;
    display: flex;
    transition: all 0.7s ease;
    justify-content: center;
    position: relative;
    transform: translateZ(10px);
    z-index: 1;
    margin-left: -3rem;
}

.education_history_JRN .review_carousel_lTZ:hover .emp_block_Ovr {
    transform: translateZ(30px) translateX(20px);
}

.education_history_JRN .review_carousel_lTZ:hover .emp_block_Ovr div:nth-child(2) {
    transform: translateZ(35px);
}

.pricing_cluster_XWs .container {
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1320px;
    position: relative;
}

.pricing_cluster_XWs h2 {
    z-index: 2;
    margin-bottom: 20px;
    text-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    color: #ffffff;
    position: relative;
    font-weight: 700;
    text-align: center;
    font-size: 38px;
}

.pricing_cluster_XWs .rate_panel_alv li {
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    display: flex;
}

.pricing_cluster_XWs .pricing_offers_WKF {
    display: flex;
    width: 100%;
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1),
                0 5px 15px rgba(0, 0, 0, 0.07);
    text-decoration: none;
    flex-direction: column;
    border-radius: 12px;
    overflow: hidden;
    height: 100%;
}

.pricing_cluster_XWs .cost_rates_tKZ::before {
    bottom: 0;
    background: linear-gradient(to top, rgba(rgb(151,146,175), 0.03), transparent);
    height: 40%;
    content: "";
    width: 100%;
    z-index: -1;
    position: absolute;
    left: 0;
}

.pricing_cluster_XWs .learning_fees_zpk {
    margin-top: auto;
    font-size: calc(22px + 6px);
    box-shadow: 
        6px 6px 12px rgba(0, 0, 0, 0.05),
        -6px -6px 12px rgba(255, 255, 255, 0.8),
        inset 1px 1px 2px rgba(255, 255, 255, 0.6);
    position: relative;
    padding: 10px 20px;
    align-self: flex-start;
    color: rgb(151,146,175);
    transition: all 0.3s ease;
    font-weight: 700;
    display: inline-block;
    backdrop-filter: blur(4px);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.4));
    border-radius: 8px;
}

.cookie_button.consent_panel_HeK {
    background: rgb(101,93,142);
}

.cookieAlertContainer_Rrp p a:hover {
    color: rgb(101,93,142);
}

.wrapper-container_POs .cookieAlertContainer_Rrp {
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 40px 39px;
    background: rgb(101,93,142);
    padding: 40px 0;
    border: none;
}

#cookieConsentAlert_gKZ:checked ~ .cookieAlertContainer_Rrp {
    visibility: hidden;
    opacity: 0;
}

.contact_panel_HEw::after {
    top: 0;
    background-size: 30px 30px, 30px 30px, 600px 600px, 400px 400px, 300px 300px;
    height: 100%;
    position: absolute;
    content: "";
    width: 100%;
    animation: backgroundShift 30s linear infinite;
    z-index: 1;
    background-image: 
        linear-gradient(90deg, rgba(rgb(151,146,175), 0.03) 1px, transparent 1px),
        linear-gradient(rgba(rgb(151,146,175), 0.03) 1px, transparent 1px),
        radial-gradient(circle at 50% 50%, rgba(rgb(101,93,142), 0.05) 0%, transparent 25%),
        radial-gradient(circle at 80% 20%, rgba(rgb(151,146,175), 0.04) 0%, transparent 30%),
        radial-gradient(circle at 20% 80%, rgba(rgb(101,93,142), 0.04) 0%, transparent 30%);
    background-position: center center;
    left: 0;
}

.contact_panel_HEw .inquiry_support_Tel::before {
    background: 
        radial-gradient(circle, rgba(rgb(151,146,175), 0.03) 0%, transparent 70%);
    position: absolute;
    right: 0;
    height: 500px;
    top: 0;
    width: 500px;
    content: "";
    border-radius: 50%;
    opacity: 0.5;
    z-index: 0;
}

.contact_panel_HEw form input[type="text"]:focus::placeholder {
    opacity: 0.7;
    transform: translateX(5px);
}

.contact_panel_HEw .help_widget_dYA input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.contact_panel_HEw .help_widget_dYA input[type="checkbox"]:checked + label::after {
    left: 8px;
    position: absolute;
    height: 12px;
    transform: rotate(45deg);
    border-width: 0 2px 2px 0;
    content: "";
    top: 4px;
    border: solid #ffffff;
    width: 6px;
}

.contact_panel_HEw .reach_map_qXr {
    overflow: hidden;
    border-radius: 8px;
    color: #ffffff;
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
    padding: 16px 40px;
    font-size: 16px;
    border: none;
    background: rgb(151,146,175);
    z-index: 1;
    position: relative;
    cursor: pointer;
    font-weight: 600;
}

.contact_panel_HEw svg:hover,
.contact_panel_HEw svg:hover path {
    stroke: rgb(101,93,142);
    transform: translateY(-2px);
}


@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}



@media screen and (max-width: 992px) {.program_overview_LzC {
    padding: 5rem 0;
}.program_overview_LzC .knowledge_hub_niA {
    grid-template-areas:
            "img_img_pPa"
            "connect_list_OJX";
    grid-template-columns: 1fr;
    min-height: auto;
}.program_overview_LzC .img_img_pPa {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    height: 350px;
    transform: perspective(1000px) rotateX(5deg);
    border-radius: 21px 21px 0 0;
}.program_overview_LzC .study_route_ghB {
    border-radius: 0 0 21px 21px;
    transform: translateY(-40px);
    padding: 3rem 2.5rem;
}.program_overview_LzC .knowledge_hub_niA:hover .img_img_pPa {
    transform: perspective(1000px) rotateX(8deg);
}.program_overview_LzC .knowledge_hub_niA:hover .study_route_ghB {
    transform: translateY(-50px);
}
}



@media (max-width: 992px) {.appSpot_PCg {
    padding: 5rem 0;
}.appSpot_PCg h2 {
    margin-bottom: 2.5rem;
    font-size: calc(28px * 0.9);
}.appSpot_PCg .knowledge_hub_niA {
    padding: 2.5rem;
}
}



@media (max-width: 768px) {.appSpot_PCg {
    padding: 4rem 0;
}.appSpot_PCg h2 {
    font-size: calc(28px * 0.8);
    line-height: 1.4;
    margin-bottom: 2rem;
}.appSpot_PCg .knowledge_hub_niA {
    transform: perspective(1000px) rotateX(1deg);
    padding: 2rem;
}.appSpot_PCg ul::before {
    left: -15px;
}.appSpot_PCg li::before {
    width: 24px;
    height: 24px;
    left: -30px;
}
}



@media (min-width: 992px) {.user_reviews_lZX .opinion_showcase_azl {
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
}.user_reviews_lZX h2 {
    font-size: calc(37px * 1.1);
}.user_reviews_lZX .review_carousel_lTZ {
    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);
}.user_reviews_lZX .review_carousel_lTZ:nth-child(odd):hover {
    transform: perspective(1000px) translateY(-10px) rotateY(2deg);
}.user_reviews_lZX .review_carousel_lTZ:nth-child(even):hover {
    transform: perspective(1000px) translateY(-10px) rotateY(-2deg);
}
}



@media (max-width: 576px) {.about_this_aYw {
    padding: 50px 0;
}.about_this_aYw .knowledge_hub_niA {
    gap: 60px;
}.about_this_aYw .skill_lab_fdh {
    max-width: 100%;
}.about_this_aYw .img_img_pPa {
    height: 280px;
}.about_this_aYw .skill_lab_fdh::before {
    left: 15px;
    top: 15px;
}.about_this_aYw .skill_studio_qed {
    padding: 15px;
    min-width: 180px;
    right: -15px;
    bottom: -20px;
}.about_this_aYw .success_metric_ULH svg {
    width: 40px;
    height: 40px;
}.about_this_aYw h2 {
    font-size: calc(38px * 0.8);
}.about_this_aYw h2::after {
    width: 50px;
    height: 3px;
    bottom: -8px;
}.about_this_aYw p {
    font-size: calc(17px * 0.95);
    line-height: 1.7;
}}



@media (max-width: 767px) {.educational_yield_nQU {
    padding: 80px 0;
}.educational_yield_nQU .text_wrapper_qyA {
    padding: 30px 25px;
}.educational_yield_nQU h4 {
    font-size: calc(19px * 0.9);
    margin-bottom: 20px;
}.educational_yield_nQU li p {
    font-size: calc(15px * 0.95);
}.educational_yield_nQU svg {
    width: 20px;
    height: 20px;
}
}



@media (max-width: 1200px) {.contact_LsA {
    padding: 60px 0;
}.contact_LsA .form_learn_ZRx {
    grid-template-columns: 1fr 1fr;
}.contact_LsA .get_helpdesk_vjB:first-child {
    grid-column: 1 / 3;
}.contact_LsA .get_helpdesk_vjB {
    padding: 30px;
}
}



@media only screen and (max-width: 800px) {.privacy_refuge_msD {
    grid-template-columns: 1fr;
    padding: 30px;
}.privacy_refuge_msD h1 {
    font-size: calc(19px - 8px);
}.privacy_refuge_msD h2 {
    font-size: calc(19px - 6px);
}.privacy_refuge_msD h3, .privacy_refuge_msD h4, .privacy_refuge_msD h5, .privacy_refuge_msD h6 {
    font-size: calc(19px - 4px);
}.privacy_refuge_msD ul, .privacy_refuge_msD ol {
    padding-left: 15px;
    font-size: calc(13px - 2px);
}.privacy_refuge_msD section {
    grid-template-columns: 1fr;
}}



@media (max-width: 768px) {.pricing_cluster_XWs {
    padding: 60px 0;
}.pricing_cluster_XWs .rate_panel_alv {
    max-width: 500px;
    grid-template-columns: 1fr;
    margin: 0 auto;
}.pricing_cluster_XWs h2 {
    font-size: calc(38px - 4px);
}.pricing_cluster_XWs .cost_rates_tKZ h4 {
    font-size: 22px;
}.pricing_cluster_XWs .cost_rates_tKZ p {
    font-size: calc(13px - 1px);
}
}



@media (max-width: 1024px) {.contact_panel_HEw {
    padding: 80px 0;
}.contact_panel_HEw .request_block_ZNL {
    margin-top: 50px;
}.contact_panel_HEw .img_img_pPa {
    min-height: 450px;
}.contact_panel_HEw .inquiry_support_Tel {
    padding: 50px 40px;
}
}



@keyframes movePattern {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}



@keyframes floatGradient {
    0% {
        opacity: 0.5;
        transform: rotate(-15deg) translateY(-5%);
    }
    50% {
        opacity: 0.7;
        transform: rotate(-12deg) translateY(0);
    }
    100% {
        opacity: 0.5;
        transform: rotate(-18deg) translateY(5%);
    }
}



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



@keyframes growHeight {
    from {
        height: 0;
    }
    to {
        height: 100%;
    }
}



@keyframes patternShift {
    from {
        transform: rotate(-5deg) translateX(0);
    }
    to {
        transform: rotate(-5deg) translateX(100px);
    }
}



@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(rgb(151,146,175), 0.7);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(rgb(151,146,175), 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(rgb(151,146,175), 0);
    }
}

@keyframes shine {
    0% { transform: translateX(-100%) translateY(-100%) rotate(45deg); }
    30%, 100% { transform: translateX(100%) translateY(100%) rotate(45deg); }
}

