﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}header,footer {
    width: 100%;
}.nav_base_92764 {
    flex: 1 0 auto;
}.container {
    margin: auto;
    width: 1174px;
    max-width: 100%;
}html,body {
    min-height: 100%;
    color: #000000;
    scroll-behavior: smooth;
    height: 100%;
    font-family: Arial, sans-serif;
    auto
contain
touch-action: none;
}::-webkit-scrollbar {
    background: #ffffff;
    width: 5px;
    height: 6px;
}::-webkit-scrollbar-track {
    background: radial-gradient(circle at top right, #ffffff 20%, rgb(255, 255, 255, 0.5) 82%, rgb(97,122,117) 38%, rgb(97,122,117,0.5) 90%, rgb(128,153,151) 49%, rgb(128,153,151,0.5) 51%, rgb(159,186,186) 97%);
}::-webkit-scrollbar-thumb {
    transition: border-radius, transform 2.9s ease-out;
    border-radius: 0.1vw;
    background: rgb(255, 255, 255, 0.5);
    border: 3px groove rgb(97,122,117,0.5);
}::-webkit-scrollbar-thumb:hover {
    background: rgb(128,153,151,0.5);
}::-webkit-scrollbar-thumb:active {
    background: rgb(97,122,117,0.5);
    box-shadow: inset 0px -3px 9px 7px rgba(0, 0, 0, 0.6);
}::-webkit-scrollbar-corner {
    border: 1px dotted rgb(255, 255, 255, 0.5);
    border-radius: 6px;
}html {
    scrollbar-color: rgb(128,153,151,0.5) rgb(255, 255, 255, 0.5);
    scrollbar-width: none;
}.conduct_code_72153 {
    flex: 0 0 auto;
}svg {
    height: 30px;
    width: 30px;
}a {
    color: inherit;
    text-decoration: none;
}.wrapping-container_12347 {
    min-height: 100%;
    display: flex;
    height: 100%;
    flex-direction: column;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
header {
    z-index: 99;
    width: 100%;
    overflow: visible;
    background: linear-gradient(to right, rgb(97,122,117) 0%, rgba(0, 0, 0, 0.5) 100%);
    position: relative;
}header::before {
    position: absolute;
    opacity: 0.1;
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgb(128,153,151,0.5) 10px,
        rgb(128,153,151,0.5) 11px
    );
    height: 100%;
    z-index: -1;
}header .top_master_81247 {
    display: flex;
    justify-content: space-between;
    padding: 15px;
    align-items: center;
    position: relative;
    width: 100%;
}header .top_master_81247::after {
    bottom: 0;
    content: '';
    left: 5%;
    position: absolute;
    background: linear-gradient(
        90deg,
        transparent,
        rgb(128,153,151),
        rgb(97,122,117),
        rgb(128,153,151),
        transparent
    );
    box-shadow: 0 0 10px rgb(97,122,117), 0 0 20px rgb(97,122,117,0.5);
    width: 90%;
    height: 1px;
}header .top_master_81247 .head_pagebar_91763 {
    position: relative;
    padding: 5px 10px;
    z-index: 2;
    margin-right: 20px;
}header .top_master_81247 .head_pagebar_91763::before {
    border-radius: 10px;
    position: absolute;
    border: 1px solid rgb(97,122,117,0.5);
    content: '';
    top: 0;
    opacity: 0;
    box-shadow: 0 0 15px rgb(97,122,117,0.5);
    width: 100%;
    transition: opacity 0.4s ease;
    height: 100%;
    left: 0;
}header .top_master_81247 .head_pagebar_91763:hover::before {
    opacity: 1;
}header .top_master_81247 .head_pagebar_91763 .top_nav_48359 {
    display: block;
    transition: transform 0.3s ease;
}header .top_master_81247 .head_pagebar_91763:hover .top_nav_48359 {
    transform: scale(1.05);
}header .top_master_81247 .head_pagebar_91763 .top_nav_48359 svg {
    height: 45px;
    filter: drop-shadow(0 0 5px rgb(97,122,117,0.5));
    width: auto;
}header .top_master_81247 .header_edu_50493 {
    border-radius: 10px;
    margin: 0;
    justify-content: flex-end;
    background: rgba(0, 0, 0, 0.2);
    padding: 15px 20px;
    display: flex;
    list-style: none;
    position: relative;
    flex-wrap: wrap;
}header .top_master_81247 .header_edu_50493::before {
    border-radius: 10px;
    top: 0;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    opacity: 0.2;
    left: 0;
    background: radial-gradient(
        ellipse at center,
        rgb(97,122,117,0.5) 0%,
        transparent 70%
    );
}header .top_master_81247 .header_edu_50493 .nav_mainbar_89170 {
    position: relative;
    margin: 0;
}header .top_master_81247 .header_edu_50493 .nav_mainbar_89170::after {
    background: rgb(128,153,151);
    position: absolute;
    content: '';
    left: 50%;
    height: 2px;
    transition: width 0.3s ease, left 0.3s ease;
    width: 0;
    box-shadow: 0 0 8px rgb(128,153,151);
    bottom: -5px;
}header .top_master_81247 .header_edu_50493 .nav_mainbar_89170:hover::after {
    width: 80%;
    left: 10%;
}header .top_master_81247 .header_edu_50493 .nav_mainbar_89170 a {
    text-transform: uppercase;
    color: #ffffff;
    transition: color 0.3s ease, text-shadow 0.3s ease;
    letter-spacing: 1px;
    display: block;
    font-family: Arial, sans-serif;
    position: relative;
    padding: 10px 15px;
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
}header .top_master_81247 .header_edu_50493 .nav_mainbar_89170:hover a {
    color: rgb(128,153,151);
    text-shadow: 0 0 5px rgb(128,153,151,0.5);
}

@media (max-width: 992px) {header .top_master_81247 {
    flex-direction: column;
}header .top_master_81247 .head_pagebar_91763 {
    align-self: center;
    margin: 0 0 15px 0;
}header .top_master_81247 .header_edu_50493 {
    width: 100%;
    justify-content: center;
}header .top_master_81247 .header_edu_50493 .nav_mainbar_89170 a {
    padding: 10px 15px;
    font-size: calc(16px - 1px);
}}header .top_plank {
    background: rgb(128,153,151);
    color:  #ffffff;
}header .top_plank .best_focus_02976 div svg, header .top_plank .best_focus_02976 div svg path {
    fill: #ffffff;
}header .top_plank .best_focus_02976 div span {
    color: #ffffff;
}header .top_plank .best_focus_02976 {
    align-items: center;
    line-height: 21px;
    justify-content: flex-start;
    display: flex;
    width: 100%;
    padding: 15px 0 10px 0;
    flex-wrap: wrap;
    font-size: 15px;
}header .top_plank .best_focus_02976 div {
    margin-right: 24px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}header .top_plank .best_focus_02976 div img, header .top_plank .best_focus_02976 div svg {
    margin-right: 8px;
    height: 16px;
    width: 16px;
}.meet_us_85620 {
    overflow: hidden;
    position: relative;
    background: rgb(159,186,186);
    padding: 100px 0;
}.meet_us_85620::before {
    top: 0;
    content: '';
    left: 0;
    opacity: 0.6;
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgb(128,153,151,0.5) 0%, transparent 70%);
}.meet_us_85620 .container {
    z-index: 2;
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
}.meet_us_85620 .teach_method_54913 {
    flex-wrap: wrap;
    display: flex;
    background-color: #ffffff;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    border-radius: 29px;
    overflow: hidden;
    align-items: center;
}.meet_us_85620 .study_guides_61075 {
    background-color: rgb(128,153,151);
    flex-direction: column;
    align-items: center;
    display: flex;
    padding: 40px;
    flex: 0 0 30%;
    position: relative;
}.meet_us_85620 .pic_item_49021 {
    height: 180px;
    border-radius: 50%;
    border: 5px solid #ffffff;
    margin-bottom: 25px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    width: 180px;
}.meet_us_85620 .our_journey_85614 {
    text-align: center;
    width: 100%;
}.meet_us_85620 .virtual_academy_04286 {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
}.meet_us_85620 .pedagogy_info_23079 {
    opacity: 0.8;
    font-size: 17px;
    font-weight: 400;
    color: #ffffff;
}.meet_us_85620 .content_holder_73195 {
    padding: 50px;
    flex: 0 0 70%;
}.meet_us_85620 .skill_pro_39542 {
    margin-bottom: 20px;
    font-size: 17px;
    display: flex;
    align-items: center;
    font-weight: 600;
    color: #000000;
}.meet_us_85620 .skill_pro_39542 svg {
    margin-right: 10px;
    fill: rgb(128,153,151);
    height: 30px;
    width: 30px;
}.meet_us_85620 .skill_pro_39542 svg path {
    fill: rgb(128,153,151);
}.meet_us_85620 h2 {
    color: #000000;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 20px;
    font-size: 33px;
}.meet_us_85620 h2::after {
    position: absolute;
    bottom: 0;
    width: 60px;
    content: '';
    background: rgb(128,153,151);
    height: 3px;
    left: 0;
}.meet_us_85620 p {
    font-size: 17px;
    color: #000000;
    line-height: 1.7;
}

@media (max-width: 992px) {.meet_us_85620 {
    padding: 70px 0;
}.meet_us_85620 .teach_method_54913 {
    flex-direction: column;
}.meet_us_85620 .study_guides_61075 {
    padding: 40px 20px;
    width: 100%;
    flex: 0 0 100%;
}.meet_us_85620 .content_holder_73195 {
    width: 100%;
    padding: 40px 20px;
    flex: 0 0 100%;
}
}

@media (max-width: 768px) {.meet_us_85620 {
    padding: 50px 0;
}.meet_us_85620 .pic_item_49021 {
    width: 150px;
    height: 150px;
}.meet_us_85620 h2 {
    font-size: calc(33px - 0.2rem);
}
}

@media (max-width: 480px) {.meet_us_85620 {
    padding: 40px 0;
}.meet_us_85620 .pic_item_49021 {
    height: 120px;
    width: 120px;
}.meet_us_85620 .study_guides_61075 {
    padding: 30px 15px;
}.meet_us_85620 .content_holder_73195 {
    padding: 30px 15px;
}.meet_us_85620 .virtual_academy_04286 {
    font-size: calc(18px - 0.2rem);
}.meet_us_85620 .pedagogy_info_23079 {
    font-size: calc(17px - 0.1rem);
}.meet_us_85620 h2 {
    font-size: calc(33px - 0.4rem);
    padding-bottom: 10px;
    margin-bottom: 15px;
}.meet_us_85620 p {
    font-size: calc(17px - 0.1rem);
}}.cookie_panel_overlay_93405 {
    z-index: 90;
    background: rgb(97,122,117);
    border-top: 3px solid rgb(128,153,151);
    padding: 15px 20px;
    bottom: 0;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
    width: 100%;
    position: fixed;
}.track_switch_68219 {
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    display: flex;
}.cookie_guide_61370 {
    margin-right: 20px;
    flex-shrink: 0;
}.cookie_guide_61370 svg {
    fill: rgb(128,153,151);
    height: 50px;
    width: 50px;
}.track_optin_83920 {
    display: flex;
    max-width: 600px;
    flex-direction: column;
    justify-content: center;
}.cookie_panel_overlay_93405 h5 {
    color: #ffffff;
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: 700;
}.cookie_panel_overlay_93405 p {
    color: #000000;
    font-size: 14px;
    line-height: 1.5;
}.track_edu_61530 {
    min-width: 150px;
    flex-shrink: 0;
    padding: 10px 20px;
    cursor: pointer;
    border: 2px solid rgb(128,153,151);
    font-size: 16px;
    color: #ffffff;
    border-radius: 10px;
    text-decoration: none;
    background: rgb(128,153,151);
    transition: none;
    text-align: center;
    margin-left: 10px;
}.track_edu_61530:hover {
    border-color: rgb(128,153,151,0.5);
    background: rgb(128,153,151,0.5);
}.cookie_panel_overlay_93405 p a {
    text-decoration: none;
    color: rgb(128,153,151);
    border-bottom: 2px solid rgb(128,153,151);
}.cookie_panel_overlay_93405 p a:hover {
    border-bottom-color: rgb(97,122,117);
    color: rgb(97,122,117);
}
@media only screen and (max-width: 1200px) {.cookie_panel_overlay_93405 {
    padding: 15px;
}
}
@media only screen and (max-width: 800px) {.cookie_guide_61370 {
    display: none;
}.track_switch_68219 {
    align-items: center;
    flex-direction: column;
    justify-content: center;
}.cookie_panel_overlay_93405 h5, .cookie_panel_overlay_93405 p {
    text-align: center;
}.track_optin_83920 {
    margin-bottom: 15px;
}.track_edu_61530 {
    margin-left: 0;
    margin-top: 10px;
}}
#cookieDialogNotice_81947 {
    display: none;
}#cookieDialogNotice_81947:checked ~ .cookie_panel_overlay_93405 {
    visibility: hidden;
    opacity: 0;
}.join_list_80579 {
    background: linear-gradient(170deg, rgb(159,186,186) 0%, rgb(128,153,151,0.5) 100%);
    padding: 5rem 3rem 7rem;
    overflow: hidden;
    margin: 5rem 0;
    position: relative;
}.join_list_80579::before {
    position: absolute;
    width: 80%;
    top: -30%;
    content: "";
    opacity: 0.4;
    clip-path: polygon(0 0, 100% 0, 60% 100%, 0 100%);
    height: 200%;
    animation: wave 15s infinite alternate;
    background: rgb(97,122,117,0.5);
    left: -10%;
    z-index: 1;
    transform: rotate(30deg);
}.join_list_80579::after {
    animation: float 12s infinite alternate;
    clip-path: polygon(40% 0, 100% 0, 100% 100%, 0 100%);
    opacity: 0.3;
    height: 60%;
    width: 80%;
    content: "";
    z-index: 1;
    position: absolute;
    right: -10%;
    background: rgb(128,153,151,0.5);
    transform: rotate(-15deg);
    bottom: -10%;
    filter: blur(8px);
}.join_list_80579 .teach_method_54913 {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    z-index: 2;
}.join_list_80579 p {
    max-width: 80%;
    font-size: 36px;
    font-family: Arial, sans-serif;
    color: #000000;
    margin-bottom: 3rem;
    font-weight: 700;
    position: relative;
    text-align: center;
    line-height: 1.4;
    opacity: 0.9;
}.join_list_80579 p::after {
    content: "";
    position: absolute;
    border-radius: 3px;
    transform: translateX(-50%);
    height: 3px;
    bottom: -1.5rem;
    background: rgb(97,122,117);
    left: 50%;
    width: 3rem;
}.join_list_80579 .input_holder {
    gap: 1.5rem;
    flex-direction: column;
    display: flex;
    position: relative;
    transform: rotate(-2deg);
    width: 100%;
    max-width: 600px;
}.join_list_80579 .sub_agreement_85716 {
    padding: 1.5rem;
    font-size: 18px;
    border-radius: 10px;
    width: 100%;
    transition: all 0.3s ease;
    transform: translateY(0);
    color: #000000;
    font-family: Arial, sans-serif;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    border: none;
    background: #ffffff;
}.join_list_80579 .sub_agreement_85716:focus {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
    outline: none;
}.join_list_80579 .sub_agreement_85716::placeholder {
    opacity: 0.6;
    color: #000000;
}.join_list_80579 .join_now_94581 {
    transform: rotate(2deg) translateY(0);
    position: relative;
    background: linear-gradient(90deg, rgb(128,153,151) 0%, rgb(97,122,117) 100%);
    font-weight: 600;
    z-index: 2;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 1.2rem 3rem;
    transition: all 0.3s ease;
    border: none;
    font-size: 14px;
    font-family: Arial, sans-serif;
    align-self: flex-end;
    cursor: pointer;
    color: #ffffff;
    overflow: hidden;
}.join_list_80579 .join_now_94581::before {
    position: absolute;
    opacity: 0;
    left: 0;
    z-index: -1;
    transition: opacity 0.3s ease;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgb(97,122,117) 0%, rgb(128,153,151) 100%);
    content: "";
    top: 0;
}.join_list_80579 .join_now_94581:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    transform: rotate(2deg) translateY(-5px);
}.join_list_80579 .join_now_94581:hover::before {
    opacity: 1;
}

@keyframes wave {
    0% {
        transform: rotate(30deg) translateX(0);
    }
    100% {
        transform: rotate(30deg) translateX(5%);
    }
}

@keyframes float {
    0% {
        transform: rotate(-15deg) translateY(0);
    }
    50% {
        transform: rotate(-12deg) translateY(-10px);
    }
    100% {
        transform: rotate(-15deg) translateY(0);
    }
}

@media (max-width: 768px) {.join_list_80579 {
    padding: 4rem 1.5rem 5rem;
}.join_list_80579 p {
    max-width: 100%;
    font-size: 23px;
}.join_list_80579 .input_holder {
    transform: none;
}.join_list_80579 .join_now_94581 {
    transform: none;
    width: 100%;
    align-self: center;
}.join_list_80579 .join_now_94581:hover {
    transform: translateY(-5px);
}}.privacy_shelter_19302 {
    overflow: hidden;
    position: relative;
    background: linear-gradient(145deg, rgba(rgb(128,153,151,0.5), 0.03), rgba(rgb(97,122,117,0.5), 0.07));
    font-family: Arial, sans-serif;
    padding: 5rem 0;
    color: #000000;
}.privacy_shelter_19302::before {
    right: 0;
    left: 0;
    z-index: 1;
    bottom: 0;
    perspective: 1000px;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    position: absolute;
    pointer-events: none;
    transform-style: preserve-3d;
    background-size: 20px 20px;
    top: 0;
    animation: backgroundShift 60s linear infinite;
    content: "";
    background-image: 
        linear-gradient(45deg, rgba(rgb(128,153,151,0.5), 0.02) 25%, transparent 25%),
        linear-gradient(-45deg, rgba(rgb(128,153,151,0.5), 0.02) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgba(rgb(128,153,151,0.5), 0.02) 75%),
        linear-gradient(-45deg, transparent 75%, rgba(rgb(128,153,151,0.5), 0.02) 75%);
}.privacy_shelter_19302::after {
    z-index: 0;
    content: "";
    position: absolute;
    height: 100%;
    background: linear-gradient(to right, 
                rgba(#ffffff, 0.9) 0%, 
                rgba(#ffffff, 0.7) 50%, 
                rgba(#ffffff, 0.9) 100%);
    width: 100%;
    left: 0;
    top: 0;
}.privacy_shelter_19302 .container {
    max-width: 1140px;
    perspective: 1000px;
    position: relative;
    transform-style: preserve-3d;
    z-index: 2;
    margin: 0 auto;
    padding: 0 20px;
}.privacy_shelter_19302 h1 {
    padding-bottom: 1rem;
    animation: fadeSlideIn 0.8s ease-out forwards;
    transform: translateZ(5px);
    font-weight: 700;
    color: rgb(128,153,151);
    position: relative;
    margin-bottom: 2rem;
    font-size: 41px;
    border-bottom: 2px solid rgba(rgb(128,153,151,0.5), 0.2);
}.privacy_shelter_19302 h1::after {
    position: absolute;
    width: 60px;
    left: 0;
    background: linear-gradient(90deg, rgb(128,153,151), rgb(97,122,117));
    height: 3px;
    bottom: -2px;
    content: "";
    transform: scaleX(1);
    transform-origin: left;
}.privacy_shelter_19302 h2 {
    transform: translateZ(3px);
    position: relative;
    font-weight: 600;
    padding-left: 1rem;
    animation-delay: 0.2s;
    animation: fadeSlideIn 0.8s ease-out forwards;
    font-size: 34px;
    margin: 2.5rem 0 1.5rem;
    color: rgb(97,122,117);
    opacity: 0;
}.privacy_shelter_19302 h2::before {
    background: linear-gradient(to bottom, rgb(128,153,151), rgb(97,122,117));
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    bottom: 0;
    content: "";
    border-radius: 10px;
}.privacy_shelter_19302 h3 {
    opacity: 0;
    font-size: calc(34px * 0.85);
    padding-left: 0.8rem;
    transform: translateZ(2px);
    color: rgb(97,122,117);
    animation-delay: 0.3s;
    animation: fadeSlideIn 0.8s ease-out forwards;
    margin: 2rem 0 1.2rem;
    position: relative;
    font-weight: 600;
}.privacy_shelter_19302 h3::before {
    left: 0;
    position: absolute;
    width: 2px;
    border-radius: 10px;
    background: linear-gradient(to bottom, rgb(97,122,117), rgb(128,153,151));
    top: 0;
    bottom: 0;
    content: "";
}.privacy_shelter_19302 h4 {
    font-weight: 400;
    transform: translateZ(1px);
    position: relative;
    opacity: 0;
    animation-delay: 0.4s;
    font-size: calc(34px * 0.7);
    padding-left: 0.6rem;
    animation: fadeSlideIn 0.8s ease-out forwards;
    color: rgb(128,153,151);
    margin: 1.8rem 0 1rem;
}.privacy_shelter_19302 h4::before {
    bottom: 0;
    position: absolute;
    border-radius: 10px;
    top: 0;
    left: 0;
    width: 1px;
    content: "";
    background: rgb(128,153,151);
}.privacy_shelter_19302 p {
    line-height: 1.7;
    color: #000000;
    margin-bottom: 1.5rem;
    position: relative;
    font-size: 18px;
    opacity: 0;
    animation: fadeSlideIn 0.8s ease-out forwards;
    animation-delay: 0.5s;
    transform: translateZ(0);
}.privacy_shelter_19302 p:hover {
    transform: translateZ(5px);
    transition: transform 0.5s ease;
}.privacy_shelter_19302 strong {
    color: rgb(128,153,151);
    font-weight: 600;
}.privacy_shelter_19302 ul {
    animation-delay: 0.6s;
    opacity: 0;
    padding-left: 1.5rem;
    margin: 1.5rem 0 2rem;
    position: relative;
    list-style: none;
    animation: fadeSlideIn 0.8s ease-out forwards;
}.privacy_shelter_19302 li {
    line-height: 1.6;
    font-size: 18px;
    margin-bottom: 1rem;
    color: #000000;
    position: relative;
    padding-left: 1.5rem;
}.privacy_shelter_19302 li::before {
    animation: pulse 3s infinite alternate;
    height: 8px;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    background: linear-gradient(135deg, rgb(128,153,151), rgb(97,122,117));
    position: absolute;
    transform: rotate(45deg);
    left: 0;
    content: "";
    top: 0.5rem;
    width: 8px;
}.privacy_shelter_19302 span {
    border-left: 2px solid rgb(97,122,117);
    transform: translateZ(0);
    animation: fadeSlideIn 0.8s ease-out forwards;
    display: block;
    opacity: 0;
    color: #000000;
    font-size: 18px;
    transition: all 0.3s ease;
    line-height: 1.7;
    background: linear-gradient(to right, rgba(rgb(97,122,117,0.5), 0.05), rgba(rgb(128,153,151,0.5), 0.05));
    margin-bottom: 1.5rem;
    padding: 1rem;
    animation-delay: 0.7s;
}.privacy_shelter_19302 span:hover {
    box-shadow: 0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.05);
    background: linear-gradient(to right, rgba(rgb(97,122,117,0.5), 0.08), rgba(rgb(128,153,151,0.5), 0.08));
    transform: translateZ(5px);
}

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

@keyframes pulse {
    0% {
        transform: rotate(45deg) scale(1);
    }
    50% {
        transform: rotate(45deg) scale(1.1);
    }
    100% {
        transform: rotate(45deg) scale(1);
    }
}

@keyframes backgroundShift {
    0% {
        background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    }
    100% {
        background-position: 1000px 1000px, 1000px 1010px, 1010px 990px, 990px 1000px;
    }
}

@media (max-width: 991px) {.privacy_shelter_19302 {
    padding: 4rem 0;
}.privacy_shelter_19302 .container {
    padding: 0 15px;
}.privacy_shelter_19302 h1 {
    font-size: calc(41px * 0.9);
}.privacy_shelter_19302 h2 {
    font-size: calc(34px * 0.9);
}
}

@media (max-width: 767px) {.privacy_shelter_19302 {
    padding: 3rem 0;
}.privacy_shelter_19302 h1 {
    font-size: calc(41px * 0.8);
}.privacy_shelter_19302 h2 {
    font-size: calc(34px * 0.8);
    padding-left: 0.8rem;
}.privacy_shelter_19302 h3 {
    padding-left: 0.6rem;
    font-size: calc(34px * 0.7);
}.privacy_shelter_19302 h4 {
    font-size: calc(34px * 0.6);
    padding-left: 0.5rem;
}.privacy_shelter_19302 p, .privacy_shelter_19302 li, .privacy_shelter_19302 span {
    font-size: calc(18px * 0.95);
}.privacy_shelter_19302 ul {
    padding-left: 0.8rem;
}.privacy_shelter_19302 li {
    padding-left: 1.2rem;
}
}

@media (max-width: 575px) {.privacy_shelter_19302 {
    padding: 2rem 0;
}.privacy_shelter_19302 h1 {
    margin-bottom: 1.5rem;
    font-size: calc(41px * 0.7);
}.privacy_shelter_19302 h2 {
    margin: 2rem 0 1rem;
}.privacy_shelter_19302 p, .privacy_shelter_19302 li, .privacy_shelter_19302 span {
    margin-bottom: 1.2rem;
    line-height: 1.6;
}.privacy_shelter_19302 span {
    padding: 0.8rem;
}.privacy_shelter_19302 li::before {
    height: 6px;
    width: 6px;
}}.primary_page_43168 {
    height: 100vh;
    overflow: hidden;
    display: flex;
    min-height: 650px;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    padding: 2rem;
}.primary_page_43168::before {
    content: "";
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    z-index: 1;
    position: absolute;
    background: linear-gradient(135deg, 
    rgba(0, 0, 0, 0.7) 0%, 
    rgba(0, 0, 0, 0.5) 45%, 
    rgba(0, 0, 0, 0.3) 100%);
}.primary_page_43168::after {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 30% 100%);
    content: "";
    background: linear-gradient(135deg, 
    rgb(128,153,151,0.5) 0%, 
    rgb(97,122,117,0.5) 100%);
    right: -5%;
    z-index: 2;
    transform: rotate(-15deg);
    height: 150%;
    position: absolute;
    top: -5%;
    width: 50%;
    opacity: 0.7;
}.primary_page_43168 > div {
    margin-left: 8%;
    max-width: 1200px;
    width: 100%;
    z-index: 3;
    transform: translateY(-5%);
    position: relative;
}.primary_page_43168 > div > div:first-child {
    animation: slideInFromLeft 0.8s ease-out forwards 0.2s;
    opacity: 0;
    margin-bottom: 2.5rem;
    transform: translateX(-50px);
}.primary_page_43168 .title_style_header {
    padding-bottom: 1rem;
    font-weight: 700;
    position: relative;
    display: inline-block;
    font-size: 45px;
    max-width: 80%;
    color: #ffffff;
    margin: 0;
    line-height: 1.2;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}.primary_page_43168 .title_style_header::after {
    content: "";
    transform-origin: left;
    width: 80px;
    height: 4px;
    transform: scaleX(0);
    animation: expandLine 0.6s ease-out forwards 1s;
    background: linear-gradient(90deg, 
    rgb(128,153,151) 0%, 
    rgb(97,122,117) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
}.primary_page_43168 .main_open_87536 {
    position: relative;
    transform: translateY(30px);
    opacity: 0;
    max-width: 600px;
    padding-left: 2rem;
    animation: fadeInUp 0.8s ease-out forwards 0.5s;
    margin-left: 1rem;
    border-left: 3px solid rgb(128,153,151);
}.primary_page_43168 .study_tracks_96528 {
    margin-bottom: 1.5rem;
    padding-right: 2rem;
}.primary_page_43168 .study_tracks_96528 h3 {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    position: relative;
    margin: 0;
    line-height: 1.4;
    font-weight: 600;
    font-size: calc(21px + 0.1rem);
    color: #ffffff;
}.primary_page_43168 span {
    padding: 1rem 1.5rem;
    display: inline-block;
    opacity: 0;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    background: linear-gradient(135deg, 
    rgb(128,153,151,0.5) 0%, 
    rgb(97,122,117,0.5) 100%);
    animation: fadeInRight 0.7s ease-out forwards 0.8s;
    transform: translateX(20px);
}.primary_page_43168 p {
    line-height: 1.6;
    margin: 0;
    color: #ffffff;
    font-weight: 400;
    font-size: 16px;
}

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

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

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

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

@media (min-width: 992px) and (max-width: 1199px) {.primary_page_43168 > div {
    margin-left: 6%;
}.primary_page_43168 .title_style_header {
    font-size: calc(45px - 0.2rem);
    max-width: 85%;
}.primary_page_43168 .main_open_87536 {
    max-width: 550px;
}
}

@media (min-width: 768px) and (max-width: 991px) {.primary_page_43168 {
    padding: 1.5rem;
    min-height: 600px;
}.primary_page_43168 > div {
    margin-left: 4%;
}.primary_page_43168 .title_style_header {
    font-size: calc(45px - 0.4rem);
    max-width: 90%;
}.primary_page_43168 .main_open_87536 {
    max-width: 500px;
    padding-left: 1.5rem;
}.primary_page_43168 .study_tracks_96528 h3 {
    font-size: 21px;
}
}

@media (max-width: 767px) {.primary_page_43168 {
    min-height: 550px;
    align-items: flex-start;
    padding: 1rem;
    padding-top: 15%;
}.primary_page_43168::after {
    width: 70%;
    opacity: 0.5;
}.primary_page_43168 > div {
    margin-left: 0;
}.primary_page_43168 > div > div:first-child {
    margin-bottom: 1.5rem;
}.primary_page_43168 .title_style_header {
    font-size: calc(38px + 0.2rem);
    max-width: 100%;
}.primary_page_43168 .main_open_87536 {
    padding-left: 1rem;
    max-width: 100%;
    margin-left: 0.5rem;
}.primary_page_43168 .study_tracks_96528 {
    padding-right: 0;
}.primary_page_43168 .study_tracks_96528 h3 {
    font-size: calc(16px + 0.1rem);
}.primary_page_43168 span {
    padding: 0.8rem 1rem;
}.primary_page_43168 p {
    font-size: calc(16px - 0.1rem);
}
}

@media (max-width: 480px) {.primary_page_43168 {
    min-height: 500px;
    padding: 1rem;
    padding-top: 20%;
}.primary_page_43168 .title_style_header {
    font-size: 38px;
}.primary_page_43168 .title_style_header::after {
    height: 3px;
    width: 60px;
}.primary_page_43168 .study_tracks_96528 h3 {
    font-size: 16px;
}.primary_page_43168 span {
    margin-top: 0.5rem;
    padding: 0.7rem 0.9rem;
}}.contact_section_35476 {
    position: relative;
    overflow: hidden;
    padding: 90px 0;
    background: rgb(159,186,186);
}.contact_section_35476::before {
    width: 100%;
    background-size: 40px 40px;
    background: 
        linear-gradient(45deg, transparent 48%, rgba(rgb(128,153,151), 0.05) 49%, rgba(rgb(128,153,151), 0.05) 51%, transparent 52%),
        linear-gradient(-45deg, transparent 48%, rgba(rgb(97,122,117), 0.05) 49%, rgba(rgb(97,122,117), 0.05) 51%, transparent 52%);
    top: 0;
    position: absolute;
    height: 100%;
    content: "";
    left: 0;
    z-index: 0;
}.contact_section_35476 .container {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
}.contact_section_35476 h2 {
    color: #000000;
    display: inline-block;
    padding-bottom: 15px;
    margin-bottom: 50px;
    border-bottom: 3px solid rgb(128,153,151);
    font-weight: 700;
    position: relative;
    font-size: 29px;
}.contact_section_35476 .support_links_41375 {
    overflow: hidden;
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
    display: flex;
    position: relative;
}.contact_section_35476 .pic_item_49021 {
    clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
    min-height: 550px;
    flex: 0 0 45%;
    position: relative;
}.contact_section_35476 .help_reach_36907 {
    position: relative;
    flex: 0 0 55%;
    background: #ffffff;
    padding: 60px;
}.contact_section_35476 .help_reach_36907::before {
    opacity: 0.1;
    width: 100%;
    content: "";
    height: 100%;
    background-size: 30px 30px;
    position: absolute;
    z-index: -1;
    background: 
        linear-gradient(135deg, #ffffff 0%, #ffffff 50%, transparent 50%, transparent 100%),
        linear-gradient(-135deg, #ffffff 0%, #ffffff 50%, transparent 50%, transparent 100%);
    top: 0;
    background-position: 0 0, 15px 15px;
    left: 0;
}.contact_section_35476 #contact {
    display: flex;
    flex-direction: column;
    gap: 25px;
}.contact_section_35476 h3 {
    font-size: 24px;
    margin-bottom: 30px;
    font-weight: 700;
    position: relative;
    color: rgb(128,153,151);
}.contact_section_35476 input[type="text"] {
    color: #000000;
    background: rgb(159,186,186);
    padding: 15px 20px;
    border-left: 3px solid rgb(128,153,151);
    border-radius: 0 10px 10px 0;
    border: none;
    font-size: 14px;
    transition: all 0.3s ease;
    width: 100%;
}.contact_section_35476 input[type="text"]:focus {
    background: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border-left-color: rgb(97,122,117);
    outline: none;
}.contact_section_35476 input[type="text"]::placeholder {
    opacity: 0.7;
    color: #000000;
}.contact_section_35476 .message_widget_24180 {
    align-items: flex-start;
    margin-top: 10px;
    display: flex;
    gap: 12px;
}.contact_section_35476 .message_widget_24180 input[type="checkbox"] {
    border: 2px solid rgb(159,186,186);
    transition: all 0.3s ease;
    border-radius: 4px;
    background: rgb(159,186,186);
    height: 22px;
    appearance: none;
    cursor: pointer;
    margin-top: 3px;
    width: 22px;
    position: relative;
}.contact_section_35476 .message_widget_24180 input[type="checkbox"]:checked {
    border-color: rgb(128,153,151);
    background: rgb(128,153,151);
}.contact_section_35476 .message_widget_24180 input[type="checkbox"]:checked::after {
    left: 50%;
    top: 40%;
    border-bottom: 2px solid #ffffff;
    content: "";
    border-right: 2px solid #ffffff;
    transform: translate(-50%, -50%) rotate(45deg);
    height: 10px;
    width: 5px;
    position: absolute;
}.contact_section_35476 .message_widget_24180 label {
    color: #000000;
    font-size: 14px;
    line-height: 1.6;
}.contact_section_35476 .message_widget_24180 a {
    position: relative;
    transition: all 0.3s ease;
    text-decoration: none;
    color: rgb(128,153,151);
}.contact_section_35476 .message_widget_24180 a:hover {
    color: rgb(97,122,117);
}.contact_section_35476 .message_widget_24180 a::after {
    bottom: -2px;
    background: rgb(128,153,151);
    position: absolute;
    height: 1px;
    transition: all 0.3s ease;
    left: 0;
    content: "";
    width: 100%;
}.contact_section_35476 .message_widget_24180 a:hover::after {
    background: rgb(97,122,117);
    height: 2px;
}.contact_section_35476 .request_box_72540 {
    overflow: hidden;
    transition: all 0.3s ease;
    border: none;
    align-self: flex-start;
    cursor: pointer;
    font-weight: 600;
    padding: 15px 35px;
    border-radius: 10px;
    font-size: 17px;
    position: relative;
    background: rgb(128,153,151);
    color: #ffffff;
    margin-top: 15px;
}.contact_section_35476 .request_box_72540::after {
    border-radius: 50%;
    top: 50%;
    height: 0;
    background: rgba(255, 255, 255, 0.1);
    transform: translate(-50%, -50%);
    transition: all 0.6s ease;
    position: absolute;
    content: "";
    left: 50%;
    width: 0;
}.contact_section_35476 .request_box_72540:hover {
    background: rgb(97,122,117);
}.contact_section_35476 .request_box_72540:hover::after {
    width: 300%;
    height: 300%;
}.contact_section_35476 svg {
    width: 20px;
    fill: rgb(128,153,151);
    transition: all 0.3s ease;
    height: 20px;
}.contact_section_35476 svg path {
    fill: rgb(128,153,151);
    transition: all 0.3s ease;
}.contact_section_35476 svg:hover {
    fill: rgb(97,122,117);
}.contact_section_35476 svg:hover path {
    fill: rgb(97,122,117);
}

@media (max-width: 992px) {.contact_section_35476 {
    padding: 70px 0;
}.contact_section_35476 .support_links_41375 {
    flex-direction: column;
}.contact_section_35476 .pic_item_49021 {
    flex: 0 0 auto;
    min-height: 300px;
}.contact_section_35476 .help_reach_36907 {
    padding: 40px 30px 50px;
    flex: 0 0 auto;
}
}

@media (max-width: 768px) {.contact_section_35476 {
    padding: 60px 0;
}.contact_section_35476 h2 {
    margin-bottom: 40px;
    font-size: calc(29px - 4px);
}.contact_section_35476 .help_reach_36907 {
    padding: 35px 25px 45px;
}.contact_section_35476 #contact {
    gap: 20px;
}.contact_section_35476 .pic_item_49021 {
    min-height: 250px;
}
}

@media (max-width: 576px) {.contact_section_35476 {
    padding: 50px 0;
}.contact_section_35476 .container {
    padding: 0 15px;
}.contact_section_35476 h2 {
    margin-bottom: 30px;
    font-size: calc(29px - 6px);
}.contact_section_35476 .help_reach_36907 {
    padding: 30px 20px 40px;
}.contact_section_35476 .request_box_72540 {
    width: 100%;
}.contact_section_35476 .pic_item_49021 {
    min-height: 200px;
}}.reach_us_95714 {
    background: linear-gradient(135deg, rgb(159,186,186) 0%, rgba(255,255,255,0.97) 100%);
    position: relative;
    overflow: hidden;
    padding: 7rem 2rem;
    font-family: Arial, sans-serif;
}.reach_us_95714::before {
    width: 40%;
    right: -5%;
    content: "";
    z-index: 0;
    filter: blur(40px);
    position: absolute;
    transform: rotate(-15deg) translateZ(0);
    height: 40%;
    animation: float 15s ease-in-out infinite;
    background: linear-gradient(120deg, rgb(128,153,151,0.5) 0%, rgb(97,122,117,0.5) 100%);
    opacity: 0.2;
    top: -10%;
}.reach_us_95714::after {
    opacity: 0.15;
    bottom: -10%;
    left: -5%;
    position: absolute;
    height: 35%;
    width: 35%;
    filter: blur(30px);
    transform: rotate(12deg) translateZ(0);
    animation: float 18s ease-in-out infinite reverse;
    z-index: 0;
    background: linear-gradient(220deg, rgb(97,122,117,0.5) 0%, rgb(128,153,151,0.5) 100%);
    content: "";
}.reach_us_95714 h1 {
    font-weight: 700;
    font-size: 47px;
    position: relative;
    letter-spacing: -0.02em;
    z-index: 2;
    text-align: center;
    margin-bottom: 3.5rem;
    color: #000000;
}.reach_us_95714 h1::after {
    position: absolute;
    bottom: -15px;
    left: 50%;
    width: 80px;
    height: 3px;
    transform: translateX(-50%);
    content: "";
    border-radius: 10px;
    background: linear-gradient(90deg, rgb(128,153,151) 0%, rgb(97,122,117) 100%);
}.reach_us_95714 .container {
    z-index: 2;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}.reach_us_95714 .talk_team_20674 {
    display: grid;
    grid-template-columns: 1fr;
    transform: perspective(1000px) rotateX(0.5deg);
    box-shadow: 0 10px 30px rgba(0,0,0,0.04), 
                0 1px 5px rgba(0,0,0,0.03),
                0 20px 40px rgba(rgb(128,153,151,0.5), 0.03);
    border-radius: 28px;
    border: 1px solid rgba(255,255,255,0.1);
    background: linear-gradient(145deg, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.7) 100%);
    gap: 2.5rem;
    backdrop-filter: blur(10px);
    padding: 2.5rem;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.reach_us_95714 .talk_team_20674:hover {
    box-shadow: 0 15px 35px rgba(0,0,0,0.06), 
                0 1px 8px rgba(0,0,0,0.04),
                0 20px 40px rgba(rgb(128,153,151,0.5), 0.04);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.reach_us_95714 .talk_team_20674 > div {
    padding: 1.5rem;
    background: rgba(255,255,255,0.5);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 10px;
    position: relative;
}.reach_us_95714 .talk_team_20674 > div:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.03);
}.reach_us_95714 .talk_team_20674 > div:first-child {
    background: linear-gradient(145deg, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.6) 100%);
    border-left: 4px solid rgb(128,153,151);
    line-height: 1.7;
    letter-spacing: -0.01em;
    color: #000000;
    font-size: calc(12px + 0.1rem);
    padding: 2.5rem;
}.reach_us_95714 h6 {
    margin-bottom: 0.75rem;
    text-transform: uppercase;
    align-items: center;
    font-size: 20px;
    font-weight: 600;
    display: flex;
    letter-spacing: 0.02em;
    color: #000000;
}.reach_us_95714 h6 svg {
    transition: transform 0.3s ease;
    margin-left: 0.5rem;
}.reach_us_95714 h6:hover svg {
    transform: translateY(-2px);
}.reach_us_95714 span {
    color: #000000;
    display: block;
    margin-top: 0.5rem;
    border-left: 2px solid rgb(97,122,117,0.5);
    font-size: 12px;
    padding-left: 1.5rem;
    line-height: 1.6;
}.reach_us_95714 .get_contact_26049 {
    gap: 1.25rem;
    display: flex;
    flex-direction: column;
}.reach_us_95714 .get_contact_26049 > div {
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}.reach_us_95714 .get_contact_26049 > div:hover {
    transform: scale(1.03) translateX(5px);
}.reach_us_95714 .send_request_75963 {
    transition: all 0.3s ease;
    border-left: 3px solid transparent;
    color: #000000;
    display: flex;
    background: rgba(255,255,255,0.4);
    align-items: center;
    font-size: 12px;
    text-decoration: none;
    padding: 0.75rem 1rem;
    border-radius: 10px;
}.reach_us_95714 .send_request_75963:hover {
    background: rgba(255,255,255,0.8);
    color: rgb(128,153,151);
    border-left-color: rgb(128,153,151);
}.reach_us_95714 .send_request_75963 svg {
    transition: transform 0.3s ease;
    margin-left: 0.5rem;
}.reach_us_95714 .send_request_75963:hover svg {
    transform: translateX(3px);
}.reach_us_95714 svg {
    opacity: 0.85;
    width: 20px;
    height: 20px;
}.reach_us_95714 svg path {
    transition: fill 0.3s ease;
    fill: #000000;
}.reach_us_95714 .send_request_75963:hover svg path {
    fill: rgb(128,153,151);
}

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

@media (min-width: 768px) {.reach_us_95714 {
    padding: 8rem 3rem;
}.reach_us_95714 h1 {
    margin-bottom: 4rem;
}.reach_us_95714 .talk_team_20674 {
    grid-template-columns: 1fr 1fr;
    padding: 3rem;
    gap: 3rem;
}.reach_us_95714 .talk_team_20674 > div:first-child {
    grid-column: 1 / -1;
}
}

@media (min-width: 992px) {.reach_us_95714 {
    padding: 10rem 4rem;
}.reach_us_95714 h1 {
    margin-bottom: 5rem;
}.reach_us_95714 .talk_team_20674 {
    grid-template-columns: 2fr 1fr 1fr;
}.reach_us_95714 .talk_team_20674 > div:first-child {
    grid-row: span 2;
    align-items: center;
    grid-column: 1;
    display: flex;
}.reach_us_95714 .get_contact_26049 {
    gap: 1.5rem;
}
}

@media (hover: hover) {.reach_us_95714 .talk_team_20674 > div {
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.4s ease;
}.reach_us_95714 .send_request_75963 {
    overflow: hidden;
    position: relative;
}.reach_us_95714 .send_request_75963::before {
    transition: transform 0.6s ease;
    height: 100%;
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transform: translateX(-100%);
    top: 0;
}.reach_us_95714 .send_request_75963:hover::before {
    transform: translateX(100%);
}
}

@media (max-width: 767px) {.reach_us_95714 {
    padding: 5rem 1.5rem;
}.reach_us_95714 h1 {
    margin-bottom: 3rem;
    font-size: calc(47px - 0.2rem);
}.reach_us_95714 .talk_team_20674 {
    gap: 1.5rem;
    padding: 1.5rem;
}.reach_us_95714 .talk_team_20674 > div {
    padding: 1.25rem;
}.reach_us_95714 .talk_team_20674 > div:first-child {
    padding: 1.5rem;
}.reach_us_95714 h6 {
    font-size: calc(20px - 0.1rem);
}.reach_us_95714 span {
    font-size: calc(12px - 0.1rem);
    padding-left: 1rem;
}.reach_us_95714 .get_contact_26049 {
    gap: 1rem;
}.reach_us_95714 .send_request_75963 {
    font-size: calc(12px - 0.1rem);
    padding: 0.6rem 0.75rem;
}}.conduct_code_72153 {
    z-index: 1;
    padding: 6rem 0 4rem;
    color: #ffffff;
    position: relative;
}.conduct_code_72153::before {
    background: #000000;
    left: 0;
    content: "";
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    opacity: 0.85;
}.conduct_code_72153::after {
    position: absolute;
    z-index: -1;
    content: "";
    left: 0;
    opacity: 0.15;
    background-position: center;
    top: 0;
    width: 100%;
    background: 
        linear-gradient(rgba(rgb(128,153,151), 0.2) 1px, transparent 1px),
        linear-gradient(90deg, rgba(rgb(128,153,151), 0.2) 1px, transparent 1px);
    animation: gridAnimate 15s linear infinite;
    background-size: 30px 30px;
    height: 100%;
}@keyframes gridAnimate {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 30px 30px;
    }
}

.conduct_code_72153 .container {
    grid-template-columns: repeat(12, 1fr);
    display: grid;
    grid-gap: 2rem;
}.conduct_code_72153 .company_holder {
    position: relative;
    grid-column: 1 / 5;
    grid-row: 1;
}.conduct_code_72153 .company_holder::before {
    content: "";
    position: absolute;
    top: -20px;
    border-top: 2px solid rgb(128,153,151);
    opacity: 0.7;
    border-left: 2px solid rgb(128,153,151);
    height: 60px;
    width: 60px;
    left: -20px;
}.conduct_code_72153 .company_holder::after {
    border-bottom: 2px solid rgb(128,153,151);
    width: 60px;
    height: 60px;
    bottom: -20px;
    right: -20px;
    opacity: 0.7;
    content: "";
    border-right: 2px solid rgb(128,153,151);
    position: absolute;
}.conduct_code_72153 .company_holder h3 {
    background: linear-gradient(90deg, #ffffff, rgb(128,153,151));
    -webkit-background-clip: text !important;
    margin-bottom: 1.5rem;
    display: inline-block;
    font-weight: 700;
    font-size: 38px;
    position: relative;
    -webkit-text-fill-color: transparent;
}.conduct_code_72153 .company_holder h3::after {
    width: 30%;
    box-shadow: 0 0 10px rgb(128,153,151);
    position: absolute;
    left: 0;
    bottom: -5px;
    content: "";
    height: 2px;
    background: rgb(128,153,151);
}.conduct_code_72153 .donate_books_13485 {
    font-size: 15px;
    line-height: 1.6;
    margin-top: 1.5rem;
    opacity: 0.8;
    color: #ffffff;
}.conduct_code_72153 .achieve_cta_71698 {
    justify-content: flex-end;
    display: flex;
    grid-row: 1;
    grid-column: 6 / 13;
}.conduct_code_72153 .head_edu_41976 {
    gap: 3rem;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}.conduct_code_72153 .header_edu_50493 {
    position: relative;
    padding: 1.5rem;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    backdrop-filter: blur(4px);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
}.conduct_code_72153 .header_edu_50493:hover {
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
    transform: translateY(-5px);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.02) 100%);
}.conduct_code_72153 .header_edu_50493::before {
    width: 3px;
    top: 0;
    background: rgb(128,153,151);
    left: 0;
    height: 0;
    content: "";
    position: absolute;
    transition: height 0.3s ease;
}.conduct_code_72153 .header_edu_50493:hover::before {
    height: 100%;
}.conduct_code_72153 .header_edu_50493 h5 {
    font-weight: 600;
    margin-bottom: 1.5rem;
    padding-left: 1rem;
    font-size: 19px;
    letter-spacing: 1px;
    position: relative;
    color: rgb(97,122,117);
}.conduct_code_72153 .header_edu_50493 h5::before {
    transform: translateY(-50%);
    width: 5px;
    content: "";
    left: 0;
    box-shadow: 0 0 10px rgb(128,153,151);
    height: 5px;
    position: absolute;
    top: 50%;
    border-radius: 50%;
    background: rgb(128,153,151);
}.conduct_code_72153 .header_edu_50493 .head_edu_41976 {
    gap: 0.7rem;
    display: flex;
    flex-direction: column;
}.conduct_code_72153 .header_edu_50493 .head_edu_41976 a {
    opacity: 0.7;
    text-decoration: none;
    padding: 0.4rem 1rem;
    border-radius: 10px;
    z-index: 1;
    transition: all 0.3s ease;
    overflow: hidden;
    color: #ffffff;
    font-size: 15px;
    position: relative;
}.conduct_code_72153 .header_edu_50493 .head_edu_41976 a::before {
    content: "";
    background: linear-gradient(90deg, rgba(rgb(128,153,151,0.5), 0.1), transparent);
    width: 100%;
    height: 100%;
    transform: translateX(-100%);
    position: absolute;
    transition: transform 0.3s ease;
    z-index: -1;
    top: 0;
    left: 0;
}.conduct_code_72153 .header_edu_50493 .head_edu_41976 a:hover {
    opacity: 1;
    padding-left: 1.5rem;
    color: #ffffff;
}.conduct_code_72153 .header_edu_50493 .head_edu_41976 a:hover::before {
    transform: translateX(0);
}.reg_remind_32405 {
    grid-column: 1 / 13;
    padding: 1.5rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    margin-top: 4rem;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    grid-row: 2;
}.reg_remind_32405::before {
    transform: translateX(-50%);
    left: 50%;
    top: 0;
    width: 60%;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(128,153,151), transparent);
    position: absolute;
    height: 1px;
}.reg_remind_32405 .container {
    justify-content: center;
    align-items: center;
    display: flex;
}.reg_remind_32405 .discord_cta_84215 {
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    letter-spacing: 0.5px;
    opacity: 0.7;
}

@media screen and (max-width: 992px) {.conduct_code_72153 .container {
    grid-template-columns: repeat(1, 1fr);
}.conduct_code_72153 .company_holder {
    grid-column: 1;
    grid-row: 1;
}.conduct_code_72153 .achieve_cta_71698 {
    grid-column: 1;
    grid-row: 2;
    margin-top: 2rem;
}.reg_remind_32405 {
    margin-top: 3rem;
    grid-row: 3;
}
}

@media screen and (max-width: 768px) {.conduct_code_72153 {
    padding: 4rem 0 3rem;
}.conduct_code_72153 .head_edu_41976 {
    gap: 2rem;
    grid-template-columns: 1fr;
}.conduct_code_72153 .header_edu_50493 {
    padding: 1.2rem;
}.conduct_code_72153 .header_edu_50493 h5 {
    font-size: calc(19px * 0.9);
}.conduct_code_72153 .company_holder::before,
    .conduct_code_72153 .company_holder::after {
    width: 40px;
    height: 40px;
}
}

@media screen and (max-width: 576px) {.conduct_code_72153 {
    padding: 3rem 0 2rem;
}.conduct_code_72153 .company_holder h3 {
    font-size: calc(38px * 0.9);
}.conduct_code_72153 .donate_books_13485 {
    font-size: calc(15px * 0.9);
}.conduct_code_72153 .header_edu_50493 .head_edu_41976 a {
    font-size: calc(15px * 0.9);
}.reg_remind_32405 {
    padding: 1rem 0;
    margin-top: 2rem;
}}.program_details_69173 {
    background: linear-gradient(135deg, rgb(159,186,186) 0%, #ffffff 100%);
    padding: 120px 0 80px;
    overflow: hidden;
    position: relative;
}.program_details_69173::before {
    filter: blur(20px);
    opacity: 0.6;
    right: -5%;
    position: absolute;
    height: 70%;
    background: linear-gradient(45deg, rgb(128,153,151,0.5) 0%, rgb(97,122,117,0.5) 100%);
    transform: rotate(-15deg) skew(10deg);
    z-index: 1;
    width: 50%;
    top: -10%;
    content: "";
}.program_details_69173::after {
    width: 40%;
    position: absolute;
    transform: rotate(15deg) skew(-10deg);
    height: 60%;
    filter: blur(20px);
    z-index: 1;
    content: "";
    bottom: -10%;
    background: linear-gradient(225deg, rgb(97,122,117,0.5) 0%, rgb(128,153,151,0.5) 100%);
    left: -5%;
    opacity: 0.4;
}.program_details_69173 .container {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
    z-index: 2;
    position: relative;
}.program_details_69173 h2 {
    font-weight: 700;
    max-width: 80%;
    position: relative;
    margin-bottom: 50px;
    transform: translateX(-5px);
    color: #000000;
    font-size: 32px;
}.program_details_69173 h2::after {
    width: 80px;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    bottom: -15px;
    transform-origin: left center;
    position: absolute;
    transform: scaleX(1);
    left: 0;
    height: 3px;
    background: rgb(128,153,151);
    content: "";
}.program_details_69173 h2:hover::after {
    transform: scaleX(1.5);
}.program_details_69173 .study_hack_23071 {
    position: relative;
    gap: 40px;
    grid-template-columns: 1fr;
    display: grid;
}.program_details_69173 .pic_item_49021 {
    overflow: hidden;
    height: 400px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    transform: perspective(1000px) rotateY(-2deg) translateZ(0);
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    width: 100%;
    position: relative;
}.program_details_69173 .pic_item_49021::before {
    position: absolute;
    left: 0;
    height: 100%;
    opacity: 0.4;
    content: "";
    transition: opacity 0.5s ease;
    background: linear-gradient(to right, rgb(128,153,151,0.5) 0%, transparent 100%);
    width: 100%;
    top: 0;
}.program_details_69173 .pic_item_49021:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(0) scale(1.02);
}.program_details_69173 .pic_item_49021:hover::before {
    opacity: 0.2;
}.program_details_69173 .content_holder_73195 {
    padding: 20px 0;
    position: relative;
}.program_details_69173 .description {
    transition: all 0.3s ease;
    border-left: 2px solid rgb(97,122,117,0.5);
    position: relative;
    color: #000000;
    line-height: 1.7;
    padding-left: 20px;
    font-size: 18px;
    margin-bottom: 25px;
}.program_details_69173 .description:first-child {
    font-weight: 600;
    font-size: calc(18px * 1.05);
}.program_details_69173 .description:last-child {
    transform: translateY(5px);
    opacity: 0.85;
}.program_details_69173 .description::first-letter {
    color: rgb(128,153,151);
    font-size: 1.5em;
    font-weight: 700;
}.program_details_69173 .description:hover {
    transform: translateX(5px);
    border-left-color: rgb(128,153,151);
}

@media (min-width: 768px) {.program_details_69173 h2 {
    font-size: calc(32px * 1.1);
    max-width: 70%;
}.program_details_69173 .study_hack_23071 {
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: flex-start;
}.program_details_69173 .pic_item_49021 {
    height: 500px;
}.program_details_69173 .content_holder_73195 {
    padding: 20px 0 20px 20px;
}
}

@media (min-width: 992px) {.program_details_69173 {
    padding: 150px 0 100px;
}.program_details_69173 h2 {
    max-width: 60%;
    transform: translateX(-10px);
    margin-bottom: 70px;
}.program_details_69173 .study_hack_23071 {
    gap: 80px;
}.program_details_69173 .pic_item_49021 {
    transform: perspective(1000px) rotateY(-5deg) translateZ(0);
    height: 600px;
}.program_details_69173 .content_holder_73195 {
    padding: 40px 0 40px 40px;
    scrollbar-color: rgb(97,122,117) #ffffff;
    max-height: 600px;
    overflow-y: auto;
    scrollbar-width: thin;
}.program_details_69173 .content_holder_73195::-webkit-scrollbar {
    width: 6px;
}.program_details_69173 .content_holder_73195::-webkit-scrollbar-track {
    background: #ffffff;
}.program_details_69173 .content_holder_73195::-webkit-scrollbar-thumb {
    background-color: rgb(97,122,117);
    border-radius: 10px;
}.program_details_69173 .description {
    padding-left: 30px;
    margin-bottom: 30px;
}
}

@media (min-width: 1200px) {.program_details_69173 h2 {
    font-size: calc(32px * 1.2);
    max-width: 50%;
}.program_details_69173 .study_hack_23071 {
    grid-template-columns: 45% 55%;
}.program_details_69173 .pic_item_49021 {
    height: 650px;
}.program_details_69173 .content_holder_73195 {
    max-height: 650px;
    padding: 60px 0 60px 60px;
}.program_details_69173 .description {
    font-size: calc(18px * 1.05);
    line-height: 1.8;
}.program_details_69173 .description:first-child {
    font-size: calc(18px * 1.1);
}
}

@media (max-width: 767px) {.program_details_69173 {
    padding: 80px 0 50px;
}.program_details_69173 h2 {
    font-size: calc(32px * 0.9);
    margin-bottom: 40px;
    max-width: 100%;
}.program_details_69173 .pic_item_49021 {
    transform: perspective(1000px) rotateY(-1deg) translateZ(0);
    height: 300px;
}.program_details_69173 .description {
    line-height: 1.6;
    padding-left: 15px;
    font-size: calc(18px * 0.95);
}}.academic_expertise_90781 {
    position: relative;
    overflow: hidden;
    background-color: rgb(159,186,186);
    padding: 6rem 0;
}.academic_expertise_90781::before {
    left: 0;
    bottom: 0;
    opacity: 0.6;
    top: 0;
    background: 
        linear-gradient(135deg, rgba(255,255,255,0.05) 25%, transparent 25%) 0 0,
        linear-gradient(225deg, rgba(255,255,255,0.05) 25%, transparent 25%) 0 0,
        linear-gradient(315deg, rgba(255,255,255,0.05) 25%, transparent 25%) 0 0,
        linear-gradient(45deg, rgba(255,255,255,0.05) 25%, transparent 25%) 0 0;
    content: "";
    background-size: 30px 30px;
    position: absolute;
    z-index: 1;
    right: 0;
}.academic_expertise_90781 .container {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
    padding: 0 2rem;
}.academic_expertise_90781 .client_testimonials_91074 {
    transform: perspective(1000px) rotateX(2deg);
    background: linear-gradient(145deg, #ffffff, rgb(159,186,186));
    padding: 3rem;
    gap: 2rem;
    display: grid;
    border-radius: 16px;
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    grid-template-columns: 1fr;
    box-shadow: 
        20px 20px 60px rgba(0, 0, 0, 0.1),
        -20px -20px 60px rgba(255, 255, 255, 0.5),
        inset 5px 5px 10px rgba(255, 255, 255, 0.5),
        inset -5px -5px 10px rgba(0, 0, 0, 0.05);
}.academic_expertise_90781 .client_testimonials_91074:hover {
    box-shadow: 
        25px 25px 70px rgba(0, 0, 0, 0.12),
        -25px -25px 70px rgba(255, 255, 255, 0.6),
        inset 5px 5px 10px rgba(255, 255, 255, 0.5),
        inset -5px -5px 10px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateX(0deg) translateY(-10px);
}.academic_expertise_90781 .pic_item_49021 {
    border-radius: 16px;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    margin: 0 auto;
    width: 150px;
    box-shadow: 
        8px 8px 16px rgba(0, 0, 0, 0.15),
        -8px -8px 16px rgba(255, 255, 255, 0.7),
        inset 2px 2px 4px rgba(255, 255, 255, 0.25),
        inset -2px -2px 4px rgba(0, 0, 0, 0.1);
    transform: translateZ(30px);
    height: 150px;
}.academic_expertise_90781 .client_testimonials_91074:hover .pic_item_49021 {
    transform: translateZ(50px) scale(1.05);
}.academic_expertise_90781 .name {
    font-size: calc(19px * 1.1);
    transform: translateZ(20px);
    letter-spacing: 0.02em;
    margin-bottom: 0.5rem;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    color: rgb(128,153,151);
    font-weight: 700;
    text-align: center;
}.academic_expertise_90781 .client_testimonials_91074:hover .name {
    transform: translateZ(30px);
}.academic_expertise_90781 .client_testimonials_91074 div:nth-child(2) div {
    font-weight: 600;
    text-align: center;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) 0.05s;
    margin-bottom: 1rem;
    color: rgb(97,122,117);
    font-size: calc(12px * 0.95);
    transform: translateZ(15px);
}.academic_expertise_90781 .client_testimonials_91074:hover div:nth-child(2) div {
    transform: translateZ(25px);
}.academic_expertise_90781 .work_expertise_73258 {
    backdrop-filter: blur(5px);
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) 0.1s;
    font-size: 12px;
    transform: translateZ(10px);
    background: linear-gradient(145deg, rgba(255,255,255,0.65), rgba(255,255,255,0.35));
    border-radius: 12px;
    line-height: 1.7;
    position: relative;
    color: #000000;
    box-shadow: 
        6px 6px 12px rgba(0, 0, 0, 0.08),
        -6px -6px 12px rgba(255, 255, 255, 0.5),
        inset 1px 1px 2px rgba(255, 255, 255, 0.3),
        inset -1px -1px 2px rgba(0, 0, 0, 0.05);
    padding: 2rem;
}.academic_expertise_90781 .client_testimonials_91074:hover .work_expertise_73258 {
    box-shadow: 
        8px 8px 16px rgba(0, 0, 0, 0.1),
        -8px -8px 16px rgba(255, 255, 255, 0.6),
        inset 1px 1px 2px rgba(255, 255, 255, 0.3),
        inset -1px -1px 2px rgba(0, 0, 0, 0.05);
    transform: translateZ(20px);
}.academic_expertise_90781 .work_expertise_73258::before {
    font-size: 5rem;
    font-family: serif;
    position: absolute;
    top: -1.5rem;
    line-height: 1;
    left: 1rem;
    opacity: 0.3;
    color: rgb(128,153,151,0.5);
    content: "";
    transition: all 0.4s ease;
}.academic_expertise_90781 .client_testimonials_91074:hover .work_expertise_73258::before {
    opacity: 0.5;
    transform: scale(1.1) translateY(-5px);
}

@media (min-width: 768px) {.academic_expertise_90781 {
    padding: 8rem 0;
}.academic_expertise_90781 .client_testimonials_91074 {
    padding: 4rem;
    grid-template-columns: auto 1fr 2fr;
    align-items: center;
    gap: 3rem;
}.academic_expertise_90781 .pic_item_49021 {
    margin: 0;
    width: 180px;
    height: 180px;
}.academic_expertise_90781 .name {
    text-align: left;
    font-size: calc(19px * 1.2);
}.academic_expertise_90781 .client_testimonials_91074 div:nth-child(2) div {
    text-align: left;
    font-size: 12px;
}.academic_expertise_90781 .work_expertise_73258 {
    line-height: 1.8;
    font-size: calc(12px * 1.05);
}
}

@media (min-width: 1200px) {.academic_expertise_90781 {
    padding: 10rem 0;
}.academic_expertise_90781 .container {
    padding: 0 3rem;
}.academic_expertise_90781 .client_testimonials_91074 {
    gap: 4rem;
    padding: 5rem;
}.academic_expertise_90781 .pic_item_49021 {
    height: 220px;
    width: 220px;
}.academic_expertise_90781 .name {
    margin-bottom: 0.75rem;
    font-size: calc(19px * 1.3);
}.academic_expertise_90781 .client_testimonials_91074 div:nth-child(2) div {
    margin-bottom: 1.5rem;
    font-size: calc(12px * 1.05);
}.academic_expertise_90781 .work_expertise_73258 {
    line-height: 1.9;
    font-size: calc(12px * 1.1);
    padding: 2.5rem;
}
}

@media (max-width: 767px) {.academic_expertise_90781 .client_testimonials_91074 {
    padding: 2.5rem 1.5rem;
}.academic_expertise_90781 .pic_item_49021 {
    width: 120px;
    height: 120px;
}.academic_expertise_90781 .name {
    margin-top: 1rem;
}.academic_expertise_90781 .work_expertise_73258 {
    padding: 1.5rem;
}}.study_process_84391 {
    position: relative;
    padding: 8rem 0;
    background: linear-gradient(170deg, rgb(159,186,186) 60%, rgb(128,153,151,0.5) 100%);
    overflow: hidden;
}.study_process_84391::before {
    animation: gridPulse 8s ease-in-out infinite alternate;
    width: 100%;
    position: absolute;
    background-size: 30px 30px;
    left: 0;
    height: 100%;
    content: "";
    top: 0;
    opacity: 0.15;
    z-index: 1;
    background-image: 
        linear-gradient(rgb(97,122,117,0.5) 1px, transparent 1px),
        linear-gradient(90deg, rgb(97,122,117,0.5) 1px, transparent 1px);
}.study_process_84391::after {
    animation: glowMove 15s ease-in-out infinite alternate;
    left: -10%;
    content: "";
    width: 120%;
    z-index: 0;
    filter: blur(60px);
    top: -10%;
    height: 120%;
    background: 
        radial-gradient(circle at 20% 30%, rgb(128,153,151,0.5) 0%, transparent 25%),
        radial-gradient(circle at 80% 70%, rgb(97,122,117,0.5) 0%, transparent 25%);
    opacity: 0.4;
    position: absolute;
}.study_process_84391 .teach_method_54913 {
    position: relative;
    display: grid;
    max-width: 1100px;
    grid-template-columns: 1fr;
    gap: 3rem;
    transition: transform 0.5s ease;
    z-index: 2;
    margin: 0 auto;
}.study_process_84391 h3 {
    padding: 0 2rem;
    text-transform: uppercase;
    font-weight: 700;
    color: #000000;
    margin: 0;
    text-align: center;
    position: relative;
    font-size: 32px;
    animation: circuitConnect 1.5s ease-out forwards;
    letter-spacing: 3px;
}.study_process_84391 h3::before,
.study_process_84391 h3::after {
    content: "";
    background: linear-gradient(90deg, transparent, rgb(128,153,151), transparent);
    animation: lineGlow 3s ease-in-out infinite alternate;
    width: 60%;
    height: 1px;
    position: absolute;
    left: 20%;
}.study_process_84391 h3::before {
    top: -15px;
}.study_process_84391 h3::after {
    bottom: -15px;
}.study_process_84391 span {
    z-index: 2;
    text-align: center;
    font-size: 18px;
    line-height: 1.8;
    position: relative;
    animation: moduleInitialize 1s ease-out forwards;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000000;
    padding: 3rem;
}.study_process_84391 span::before {
    top: 0;
    clip-path: polygon(
        0 5%, 
        5% 0, 
        95% 0, 
        100% 5%, 
        100% 95%, 
        95% 100%, 
        5% 100%, 
        0 95%
    );
    content: "";
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    bottom: 0;
    background: #ffffff;
    right: 0;
    z-index: -1;
    left: 0;
    position: absolute;
}.study_process_84391 span::after {
    top: 4px;
    content: "";
    bottom: 4px;
    z-index: -1;
    clip-path: polygon(
        0 5%, 
        5% 0, 
        95% 0, 
        100% 5%, 
        100% 95%, 
        95% 100%, 
        5% 100%, 
        0 95%
    );
    right: 4px;
    left: 4px;
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.5) 0%, 
        rgba(255, 255, 255, 0) 50%,
        rgba(255, 255, 255, 0.2) 100%
    );
    position: absolute;
    opacity: 0.6;
}.study_process_84391 .teach_method_54913::before {
    z-index: 1;
    left: calc(50% - 1.5px);
    height: 50px;
    background: linear-gradient(to bottom, rgb(128,153,151), rgb(97,122,117));
    width: 3px;
    position: absolute;
    top: calc(3rem + 20px);
    content: "";
}.study_process_84391 .teach_method_54913::after {
    z-index: 1;
    top: calc(3rem + 70px);
    height: 16px;
    border-radius: 50%;
    left: calc(50% - 8px);
    width: 16px;
    position: absolute;
    animation: pulseNode 3s ease-in-out infinite;
    background: linear-gradient(135deg, rgb(128,153,151), rgb(97,122,117));
    box-shadow: 
        0 0 15px rgb(128,153,151,0.5),
        0 0 30px rgb(128,153,151,0.5);
    content: "";
}

@keyframes gridPulse {
    0%, 100% {
        opacity: 0.1;
        background-size: 30px 30px;
    }
    50% {
        opacity: 0.2;
        background-size: 32px 32px;
    }
}

@keyframes glowMove {
    0% {
        transform: translateX(-5%) translateY(-5%);
    }
    100% {
        transform: translateX(5%) translateY(5%);
    }
}

@keyframes circuitConnect {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes moduleInitialize {
    0% {
        opacity: 0;
        transform: scale(0.95);
    }
    50% {
        opacity: 0.7;
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes lineGlow {
    0%, 100% {
        opacity: 0.5;
        box-shadow: 0 0 5px rgb(128,153,151,0.5);
    }
    50% {
        opacity: 1;
        box-shadow: 0 0 12px rgb(128,153,151);
    }
}

@keyframes pulseNode {
    0%, 100% {
        transform: scale(1);
        box-shadow: 
            0 0 15px rgb(128,153,151,0.5),
            0 0 30px rgb(128,153,151,0.5);
    }
    50% {
        transform: scale(1.2);
        box-shadow: 
            0 0 20px rgb(128,153,151),
            0 0 40px rgb(128,153,151,0.5);
    }
}

@media (max-width: 992px) {.study_process_84391 {
    padding: 6rem 1.5rem;
}.study_process_84391 h3 {
    font-size: calc(32px * 0.9);
    letter-spacing: 2px;
    padding: 0 1.5rem;
}.study_process_84391 span {
    padding: 2.5rem;
}.study_process_84391 .teach_method_54913::before {
    height: 40px;
}.study_process_84391 .teach_method_54913::after {
    top: calc(3rem + 60px);
}
}

@media (max-width: 768px) {.study_process_84391 {
    padding: 4rem 1rem;
}.study_process_84391::before {
    background-size: 20px 20px;
}.study_process_84391 h3 {
    font-size: calc(32px * 0.8);
    padding: 0 1rem;
    letter-spacing: 1px;
}.study_process_84391 span {
    font-size: calc(18px * 0.95);
    padding: 2rem;
}.study_process_84391 .teach_method_54913::before {
    height: 30px;
}.study_process_84391 .teach_method_54913::after {
    top: calc(3rem + 50px);
    width: 12px;
    height: 12px;
    left: calc(50% - 6px);
}}.analysis_summary_41270 {
    padding: 100px 0;
    color: #ffffff;
    position: relative;
    overflow: hidden;
}.analysis_summary_41270::before {
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    position: absolute;
    z-index: -1;
    top: 0;
    width: 100%;
    left: 0;
    content: '';
}.analysis_summary_41270 .container {
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
}.analysis_summary_41270 .expert_benefits_58296 {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    padding: 50px;
    background: rgba(0, 0, 0, 0.6);
    position: relative;
    border-radius: 27px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
}.analysis_summary_41270 .expert_benefits_58296::before {
    content: '';
    background: 
        linear-gradient(135deg, rgba(rgb(128,153,151), 0.1) 0%, transparent 100%),
        radial-gradient(circle at 20% 30%, rgba(rgb(128,153,151), 0.05) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(rgb(97,122,117), 0.05) 0%, transparent 50%);
    height: 100%;
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    z-index: -1;
}.analysis_summary_41270 .class_gains_92078 {
    justify-content: center;
    display: flex;
    height: 60px;
    width: 60px;
    border: 1px solid rgba(rgb(128,153,151), 0.3);
    background: rgba(rgb(128,153,151), 0.1);
    right: 30px;
    align-items: center;
    border-radius: 50%;
    top: 30px;
    position: absolute;
}.analysis_summary_41270 .class_gains_92078 svg {
    fill: rgb(128,153,151);
    width: 30px;
    height: 30px;
}.analysis_summary_41270 .class_gains_92078 svg path {
    fill: rgb(128,153,151);
}.analysis_summary_41270 .program_wins_71894 {
    font-size: 33px;
    color: #ffffff;
    margin-bottom: 20px;
    font-weight: 700;
    padding-right: 80px;
}.analysis_summary_41270 .key_pros_36029 {
    line-height: 1.7;
    max-width: 800px;
    font-size: 12px;
    margin-bottom: 40px;
    color: rgba(255, 255, 255, 0.8);
}.analysis_summary_41270 .statistics_points_93764 {
    display: grid;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    gap: 30px;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    position: relative;
    padding-top: 30px;
}.analysis_summary_41270 .expert_pros_87546 {
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.03);
    flex-direction: column;
    border-radius: 10px;
    justify-content: center;
    transition: transform 0.3s ease;
    padding: 30px 20px;
    text-align: center;
    position: relative;
}.analysis_summary_41270 .expert_pros_87546:hover {
    transform: translateY(-5px);
}.analysis_summary_41270 .success_factors_17485 {
    align-items: center;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    width: 60px;
    height: 60px;
    border: 1px solid rgba(rgb(128,153,151), 0.2);
    border-radius: 50%;
    background: rgba(rgb(128,153,151), 0.1);
}.analysis_summary_41270 .success_factors_17485 svg {
    fill: rgb(128,153,151);
    height: 30px;
    width: 30px;
}.analysis_summary_41270 .success_factors_17485 svg path {
    fill: rgb(128,153,151);
}.analysis_summary_41270 .expert_pros_87546 span {
    font-weight: 700;
    font-size: 2.2rem;
    color: #ffffff;
    margin-bottom: 10px;
}.analysis_summary_41270 .expert_pros_87546 p {
    margin: 0;
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
}

@media screen and (max-width: 991px) {.analysis_summary_41270 {
    padding: 80px 0;
}.analysis_summary_41270 .expert_benefits_58296 {
    padding: 40px;
}.analysis_summary_41270 .class_gains_92078 {
    right: 25px;
    height: 50px;
    width: 50px;
    top: 25px;
}.analysis_summary_41270 .class_gains_92078 svg {
    height: 25px;
    width: 25px;
}.analysis_summary_41270 .program_wins_71894 {
    font-size: calc(33px * 0.9);
}.analysis_summary_41270 .key_pros_36029 {
    margin-bottom: 30px;
}.analysis_summary_41270 .statistics_points_93764 {
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
}

@media screen and (max-width: 767px) {.analysis_summary_41270 {
    padding: 60px 0;
}.analysis_summary_41270 .expert_benefits_58296 {
    padding: 30px;
}.analysis_summary_41270 .class_gains_92078 {
    height: 40px;
    right: 20px;
    width: 40px;
    top: 20px;
}.analysis_summary_41270 .class_gains_92078 svg {
    width: 20px;
    height: 20px;
}.analysis_summary_41270 .program_wins_71894 {
    padding-right: 50px;
    font-size: calc(33px * 0.85);
}.analysis_summary_41270 .key_pros_36029 {
    font-size: calc(12px * 0.95);
    margin-bottom: 25px;
}.analysis_summary_41270 .statistics_points_93764 {
    padding-top: 25px;
    gap: 15px;
}.analysis_summary_41270 .expert_pros_87546 {
    padding: 25px 15px;
}.analysis_summary_41270 .success_factors_17485 {
    margin-bottom: 15px;
    height: 50px;
    width: 50px;
}.analysis_summary_41270 .success_factors_17485 svg {
    height: 25px;
    width: 25px;
}.analysis_summary_41270 .expert_pros_87546 span {
    font-size: 2rem;
}
}

@media screen and (max-width: 575px) {.analysis_summary_41270 {
    padding: 50px 0;
}.analysis_summary_41270 .expert_benefits_58296 {
    padding: 25px 20px;
}.analysis_summary_41270 .class_gains_92078 {
    height: 35px;
    top: 15px;
    right: 15px;
    width: 35px;
}.analysis_summary_41270 .class_gains_92078 svg {
    height: 18px;
    width: 18px;
}.analysis_summary_41270 .program_wins_71894 {
    padding-right: 40px;
    margin-bottom: 15px;
    font-size: calc(33px * 0.8);
}.analysis_summary_41270 .key_pros_36029 {
    font-size: calc(12px * 0.9);
    margin-bottom: 20px;
}.analysis_summary_41270 .statistics_points_93764 {
    grid-template-columns: 1fr;
    gap: 15px;
    padding-top: 20px;
}.analysis_summary_41270 .expert_pros_87546 {
    padding: 20px 15px;
}.analysis_summary_41270 .success_factors_17485 {
    height: 45px;
    width: 45px;
    margin-bottom: 12px;
}.analysis_summary_41270 .success_factors_17485 svg {
    width: 22px;
    height: 22px;
}.analysis_summary_41270 .expert_pros_87546 span {
    margin-bottom: 8px;
    font-size: 1.8rem;
}.analysis_summary_41270 .expert_pros_87546 p {
    font-size: calc(12px * 0.85);
}}.program_outcomes_37416 {
    padding: 8rem 0;
    position: relative;
    background: #ffffff;
    overflow: hidden;
}.program_outcomes_37416::before {
    top: 0;
    background: linear-gradient(135deg, rgb(159,186,186) 0%, rgb(159,186,186) 50%, transparent 50.1%);
    width: 100%;
    z-index: 1;
    position: absolute;
    left: 0;
    content: '';
    height: 100%;
}.program_outcomes_37416 .teach_method_54913 {
    position: relative;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 0;
    margin: 0 auto;
    max-width: 1400px;
    z-index: 5;
}.program_outcomes_37416 .pic_item_49021 {
    grid-row: 1;
    position: relative;
    z-index: 2;
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
    height: 550px;
    margin-right: -5vw;
    grid-column: 7 / span 6;
}.program_outcomes_37416 .pic_item_49021::after {
    z-index: 1;
    background: linear-gradient(to right, rgb(128,153,151,0.5) 0%, transparent 100%);
    position: absolute;
    content: '';
    inset: 0;
}.program_outcomes_37416 .pic_item_49021::before {
    background: 
        repeating-linear-gradient(45deg, rgb(128,153,151,0.5) 0px, rgb(128,153,151,0.5) 1px, transparent 1px, transparent 10px),
        repeating-linear-gradient(135deg, rgb(128,153,151,0.5) 0px, rgb(128,153,151,0.5) 1px, transparent 1px, transparent 10px);
    content: '';
    height: 120%;
    z-index: -1;
    top: -10%;
    animation: patternMove 20s linear infinite alternate;
    width: 120%;
    position: absolute;
    left: -10%;
    transform: translateX(5%) translateY(5%);
    opacity: 0.3;
}.program_outcomes_37416 .content_holder_73195 {
    display: flex;
    flex-direction: column;
    grid-row: 1;
    padding: 2rem;
    grid-column: 1 / span 6;
    justify-content: center;
    z-index: 3;
}.program_outcomes_37416 h2 {
    font-size: 28px;
    font-weight: 700;
    position: relative;
    color: #000000;
    max-width: 80%;
    margin-bottom: 3rem;
}.program_outcomes_37416 h2::after {
    height: 4px;
    content: '';
    position: absolute;
    bottom: -15px;
    left: 0;
    border-radius: 10px;
    background: rgb(128,153,151);
    width: 70px;
}.program_outcomes_37416 .text_main_holder {
    gap: 2rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}.program_outcomes_37416 .text_main_holder > div {
    background: #ffffff;
    text-align: center;
    z-index: 1;
    position: relative;
    flex-direction: column;
    display: flex;
    padding: 1.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    align-items: center;
    overflow: hidden;
    border-radius: 14px;
}.program_outcomes_37416 .text_main_holder > div::before {
    background: linear-gradient(to top, rgb(128,153,151,0.5), transparent);
    transition: height 0.4s ease;
    content: '';
    position: absolute;
    height: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    left: 0;
}.program_outcomes_37416 .text_main_holder > div:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px);
}.program_outcomes_37416 .text_main_holder > div:hover::before {
    height: 100%;
}.program_outcomes_37416 .text_main_holder svg {
    transition: all 0.3s ease;
    width: 3.5rem;
    height: 3.5rem;
    margin-bottom: 1.2rem;
}.program_outcomes_37416 .text_main_holder > div:hover svg {
    transform: scale(1.1);
}.program_outcomes_37416 .text_main_holder svg path {
    transition: fill 0.3s ease;
    fill: rgb(128,153,151);
}.program_outcomes_37416 .text_main_holder > div:hover svg path {
    fill: rgb(97,122,117);
}.program_outcomes_37416 .text_main_holder p {
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
    color: #000000;
}

@keyframes patternMove {
    0% {
        transform: translateX(5%) translateY(5%);
    }
    100% {
        transform: translateX(0%) translateY(0%);
    }
}

@media (max-width: 1200px) {.program_outcomes_37416 .pic_item_49021 {
    margin-right: -3vw;
}.program_outcomes_37416 h2 {
    max-width: 90%;
}
}

@media (max-width: 992px) {.program_outcomes_37416 {
    padding: 6rem 0;
}.program_outcomes_37416::before {
    background: linear-gradient(135deg, rgb(159,186,186) 0%, rgb(159,186,186) 70%, transparent 70.1%);
}.program_outcomes_37416 .teach_method_54913 {
    gap: 3rem;
    max-width: 90%;
    grid-template-columns: 1fr;
}.program_outcomes_37416 .pic_item_49021 {
    grid-row: 2;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    grid-column: 1;
    height: 400px;
    margin: 0;
}.program_outcomes_37416 .content_holder_73195 {
    padding: 0;
    grid-column: 1;
    grid-row: 1;
}.program_outcomes_37416 h2 {
    max-width: 100%;
}.program_outcomes_37416 .text_main_holder {
    gap: 1.5rem;
}
}

@media (max-width: 768px) {.program_outcomes_37416 {
    padding: 5rem 0;
}.program_outcomes_37416 .pic_item_49021 {
    height: 350px;
}.program_outcomes_37416 h2 {
    font-size: calc(28px * 0.9);
    margin-bottom: 2.5rem;
}.program_outcomes_37416 .text_main_holder {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}
}

@media (max-width: 576px) {.program_outcomes_37416 {
    padding: 4rem 0;
}.program_outcomes_37416 .teach_method_54913 {
    max-width: 95%;
}.program_outcomes_37416 .pic_item_49021 {
    height: 250px;
}.program_outcomes_37416 .text_main_holder > div {
    padding: 1.2rem;
}.program_outcomes_37416 .text_main_holder svg {
    margin-bottom: 1rem;
    height: 3rem;
    width: 3rem;
}}.price_plan_item_23491 {
    position: relative;
    overflow: hidden;
    background: #ffffff;
    padding: 7rem 0;
}.price_plan_item_23491::before {
    top: -150px;
    animation: float 15s ease-in-out infinite alternate;
    right: -100px;
    height: 400px;
    z-index: 1;
    filter: blur(30px);
    content: '';
    background: linear-gradient(135deg, rgb(128,153,151,0.5), transparent);
    position: absolute;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    width: 400px;
    opacity: 0.6;
}.price_plan_item_23491::after {
    left: -50px;
    height: 300px;
    position: absolute;
    background: linear-gradient(135deg, rgb(97,122,117,0.5), transparent);
    bottom: -100px;
    border-radius: 30% 70% 50% 50% / 30% 30% 70% 70%;
    animation: float 18s ease-in-out infinite alternate-reverse;
    opacity: 0.5;
    width: 300px;
    z-index: 1;
    filter: blur(25px);
    content: '';
}.price_plan_item_23491 .container {
    padding: 0 15px;
    z-index: 2;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}.price_plan_item_23491 .program_fees_34786 {
    flex-direction: column;
    display: flex;
}.price_plan_item_23491 .edu_packages_90867 {
    text-align: center;
    animation: fadeUp 0.8s ease-out 0.2s forwards;
    transform: translateY(20px);
    margin-bottom: 3rem;
    opacity: 0;
}.price_plan_item_23491 .edu_packages_90867 h2 {
    display: inline-block;
    margin-bottom: 1rem;
    font-weight: 700;
    font-size: 34px;
    position: relative;
    color: #000000;
}.price_plan_item_23491 .edu_packages_90867 h2::after {
    height: 3px;
    bottom: -10px;
    content: '';
    left: 50%;
    position: absolute;
    background: rgb(128,153,151);
    transform: translateX(-50%);
    width: 80px;
}.price_plan_item_23491 .payment_option_69830 {
    font-size: 13px;
    max-width: 700px;
    line-height: 1.6;
    margin: 1.5rem auto 0;
    color: #000000;
}.price_plan_item_23491 .fee_board_87942 {
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
    margin-top: 2rem;
}.price_plan_item_23491 .basic_rates_50436 {
    text-decoration: none;
    animation: fadeUp 0.8s ease-out 0.4s forwards;
    transform: translateY(30px);
    position: relative;
    display: block;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    opacity: 0;
}.price_plan_item_23491 .basic_rates_50436:nth-child(2) {
    animation-delay: 0.5s;
}.price_plan_item_23491 .basic_rates_50436:nth-child(3) {
    animation-delay: 0.6s;
}.price_plan_item_23491 .basic_rates_50436:nth-child(4) {
    animation-delay: 0.7s;
}.price_plan_item_23491 .basic_rates_50436:hover {
    transform: translateY(-10px);
}.price_plan_item_23491 .skill_plans_17638 {
    display: flex;
    border-radius: 4px;
    transition: all 0.4s ease;
    overflow: hidden;
    flex-direction: column;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.06), 
                0 5px 15px rgba(0, 0, 0, 0.04);
    height: 100%;
    background: linear-gradient(140deg, #ffffff, #f8f9fa);
    position: relative;
}.price_plan_item_23491 .basic_rates_50436:hover .skill_plans_17638 {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 
                0 10px 20px rgba(0, 0, 0, 0.08);
}.price_plan_item_23491 .skill_offers_09842 {
    flex-direction: column;
    flex-grow: 1;
    position: relative;
    display: flex;
    z-index: 2;
    padding: 2.5rem 2rem;
}.price_plan_item_23491 .skill_offers_09842 h3 {
    transition: color 0.3s ease;
    position: relative;
    margin-bottom: 1rem;
    font-weight: 700;
    font-size: calc(18px + 2px);
    color: #000000;
}.price_plan_item_23491 .basic_rates_50436:hover .skill_offers_09842 h3 {
    color: rgb(128,153,151);
}.price_plan_item_23491 .payment_deals_06214 {
    display: inline-block;
    padding-bottom: 10px;
    font-size: calc(18px + 4px);
    position: relative;
    color: rgb(128,153,151);
    margin-bottom: 1.5rem;
    font-weight: 700;
}.price_plan_item_23491 .payment_deals_06214::after {
    position: absolute;
    content: '';
    transition: width 0.3s ease;
    bottom: 0;
    width: 40px;
    background: rgb(128,153,151,0.5);
    left: 0;
    height: 2px;
}.price_plan_item_23491 .basic_rates_50436:hover .payment_deals_06214::after {
    width: 80px;
}.price_plan_item_23491 .skill_offers_09842 p {
    color: #000000;
    flex-grow: 1;
    word-wrap: break-word;
    font-size: 13px;
    margin-bottom: 2rem;
    overflow-wrap: break-word;
    hyphens: auto;
    white-space: normal;
    line-height: 1.6;
}.price_plan_item_23491 .pic_item_49021 {
    position: relative;
    overflow: hidden;
    height: 200px;
    width: 100%;
    transition: all 0.5s ease;
}.price_plan_item_23491 .pic_item_49021::after {
    right: 0;
    top: 0;
    position: absolute;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.3), transparent);
    transition: opacity 0.4s ease;
}.price_plan_item_23491 .basic_rates_50436:hover .pic_item_49021::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) {.price_plan_item_23491 .program_fees_34786 {
    flex-direction: row-reverse;
}.price_plan_item_23491 .edu_packages_90867 {
    display: flex;
    flex-direction: column;
    width: 35%;
    padding-right: 3rem;
    justify-content: center;
    text-align: left;
}.price_plan_item_23491 .edu_packages_90867 h2 {
    text-align: left;
}.price_plan_item_23491 .edu_packages_90867 h2::after {
    left: 0;
    transform: none;
}.price_plan_item_23491 .payment_option_69830 {
    margin: 1.5rem 0 0;
}.price_plan_item_23491 .fee_board_87942 {
    width: 65%;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    margin-top: 0;
}
}

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

@media (max-width: 767px) {.price_plan_item_23491 {
    padding: 4rem 0;
}.price_plan_item_23491 .skill_offers_09842 {
    padding: 2rem 1.5rem;
}.price_plan_item_23491 .pic_item_49021 {
    height: 180px;
}
}

@media (max-width: 575px) {.price_plan_item_23491 {
    padding: 3rem 0;
}.price_plan_item_23491 .edu_packages_90867 h2 {
    font-size: calc(34px - 4px);
}.price_plan_item_23491 .fee_board_87942 {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.price_plan_item_23491 .skill_offers_09842 {
    padding: 1.5rem 1.25rem;
}.price_plan_item_23491 .pic_item_49021 {
    height: 160px;
}
}

@media (hover: none) {.price_plan_item_23491 .basic_rates_50436:hover {
    transform: none;
}.price_plan_item_23491 .basic_rates_50436:hover .skill_plans_17638 {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.06), 
                    0 5px 15px rgba(0, 0, 0, 0.04);
}.price_plan_item_23491 .basic_rates_50436:hover .pic_item_49021::after {
    opacity: 0;
}.price_plan_item_23491 .basic_rates_50436:hover .payment_deals_06214::after {
    width: 40px;
}}.thanks_id_38590 {
    position: relative;
    background: linear-gradient(135deg, rgb(159,186,186) 0%, rgb(128,153,151,0.5) 100%);
    overflow: hidden;
    padding: 100px 0;
}.thanks_id_38590::before {
    top: 0;
    z-index: 1;
    left: 0;
    height: 100%;
    pointer-events: none;
    width: 100%;
    background-image: repeating-linear-gradient(0deg, transparent, transparent 20px, rgba(255,255,255,0.03) 20px, rgba(255,255,255,0.03) 40px);
    content: "";
    position: absolute;
}.thanks_id_38590::after {
    content: "";
    right: -150px;
    top: -150px;
    border-radius: 50%;
    position: absolute;
    animation: float 15s infinite ease-in-out;
    width: 300px;
    opacity: 0.2;
    filter: blur(50px);
    height: 300px;
    background: radial-gradient(circle, rgb(97,122,117) 0%, transparent 70%);
}.thanks_id_38590 .container {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
    z-index: 2;
}.thanks_id_38590 h2 {
    line-height: 1.4;
    transform: perspective(1000px) rotateX(2deg);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    font-weight: 700;
    margin-bottom: 40px;
    font-size: 36px;
    text-align: center;
    color: rgb(128,153,151);
    letter-spacing: 0.5px;
    transform-origin: center;
    font-family: Arial, sans-serif;
    position: relative;
}.thanks_id_38590 h2::after {
    transform: translateX(-50%);
    height: 3px;
    position: absolute;
    transition: width 0.3s ease;
    left: 50%;
    bottom: -15px;
    width: 80px;
    content: "";
    background: linear-gradient(90deg, rgb(128,153,151), rgb(97,122,117));
}.thanks_id_38590 .teach_method_54913 {
    border-radius: 17px;
    padding: 40px;
    background: #ffffff;
    position: relative;
    overflow: hidden;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(0);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1), 
                0 5px 15px rgba(0,0,0,0.05);
}.thanks_id_38590 .teach_method_54913::before {
    animation: gradientShift 6s infinite linear;
    content: "";
    top: 0;
    left: 0;
    height: 6px;
    background: linear-gradient(90deg, rgb(128,153,151), rgb(97,122,117), rgb(128,153,151));
    width: 100%;
    background-size: 200% 100%;
    position: absolute;
}.thanks_id_38590 .teach_method_54913:hover {
    transform: translateY(-5px);
}.thanks_id_38590 .teach_method_54913:hover h2::after {
    width: 120px;
}.thanks_id_38590 ul {
    list-style: none;
    margin: 0;
    padding: 0;
}.thanks_id_38590 li {
    position: relative;
    padding-left: 25px;
}.thanks_id_38590 li::before {
    width: 10px;
    left: 0;
    position: absolute;
    transform: rotate(45deg);
    content: "";
    height: 10px;
    top: 8px;
    transition: transform 0.3s ease;
    background: rgb(97,122,117);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}.thanks_id_38590 li:hover::before {
    transform: rotate(225deg) scale(1.2);
}.thanks_id_38590 span {
    display: block;
    padding: 10px 0;
    font-size: calc(13px + 2px);
    font-family: Arial, sans-serif;
    letter-spacing: 0.3px;
    color: #000000;
    line-height: 1.7;
    font-weight: 400;
    position: relative;
}.thanks_id_38590 span::after {
    bottom: 0;
    left: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(0,0,0,0.05), transparent);
    position: absolute;
    content: "";
    width: 100%;
}

@keyframes gradientShift {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

@keyframes float {
    0% { transform: translate(0, 0); }
    25% { transform: translate(-30px, 30px); }
    50% { transform: translate(0, 60px); }
    75% { transform: translate(30px, 30px); }
    100% { transform: translate(0, 0); }
}

@media (max-width: 1024px) {.thanks_id_38590 {
    padding: 80px 0;
}.thanks_id_38590 h2 {
    font-size: calc(36px - 2px);
}.thanks_id_38590 .teach_method_54913 {
    padding: 30px;
}.thanks_id_38590 span {
    font-size: 13px;
}
}

@media (max-width: 768px) {.thanks_id_38590 {
    padding: 60px 0;
}.thanks_id_38590 h2 {
    transform: perspective(1000px) rotateX(1deg);
    font-size: calc(36px - 4px);
}.thanks_id_38590 .teach_method_54913 {
    padding: 25px;
}.thanks_id_38590 li::before {
    top: 6px;
}.thanks_id_38590 span {
    font-size: calc(13px - 1px);
    line-height: 1.6;
}
}

@media (max-width: 480px) {.thanks_id_38590 {
    padding: 40px 0;
}.thanks_id_38590 h2 {
    font-size: calc(36px - 6px);
    margin-bottom: 30px;
    transform: none;
}.thanks_id_38590 h2::after {
    bottom: -10px;
    width: 60px;
}.thanks_id_38590 .teach_method_54913 {
    padding: 20px;
}.thanks_id_38590 li {
    padding-left: 20px;
}.thanks_id_38590 li::before {
    height: 8px;
    top: 7px;
    width: 8px;
}.thanks_id_38590 span {
    letter-spacing: 0.2px;
    line-height: 1.5;
    font-size: calc(13px - 2px);
}
}