* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.cert_block28716 {
    flex: 0 0 auto;
}

.header_pagewrap12560 {
    flex: 1 0 auto;
}

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

header,footer {
    width: 100%;
}

header {
    background: #000000;
    position: fixed;
    z-index: 1000;
    width: 100%;
    background: 
        linear-gradient(170deg, 
            #000000 0%,
            rgb(184,190,214,0.5) 100%);
    top: 0;
    left: 0;
    overflow: hidden;
}

.teaching_history79605::after {
    transform-origin: right center;
    position: absolute;
    animation: lineExpand 5s ease-in-out infinite alternate 2.5s;
    right: 0;
    height: 1px;
    width: 40%;
    content: "";
    bottom: 40%;
    background: linear-gradient(to left, transparent, rgb(150,156,188,0.5), transparent);
}

.teaching_history79605 .pic_holder46521 {
    position: relative;
    width: 100%;
    transform: scale(1);
    height: 400px;
    overflow: hidden;
    border-radius: 0;
    filter: grayscale(100%);
    transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    clip-path: polygon(0 10%, 100% 0%, 85% 100%, 0% 90%);
}

.teaching_history79605 .work_summary79508 {
    transition: all 0.7s ease;
    opacity: 0.9;
    display: flex;
    flex-direction: column;
    position: relative;
    justify-content: center;
}

.teaching_history79605 .name {
    font-size: calc(38px * 1.2);
    margin-bottom: 1rem;
    position: relative;
    transition: all 0.5s ease;
    color: #000000;
    font-weight: 700;
    transform: translateX(0);
}

.teaching_history79605 .name::after {
    transition: transform 0.5s ease 0.2s;
    position: absolute;
    height: 2px;
    left: 0;
    width: 50px;
    content: "";
    transform-origin: left;
    transform: scaleX(0);
    background: rgb(184,190,214);
    bottom: -0.5rem;
}

.teaching_history79605 .work_achievements39152 {
    color: #000000;
    padding-left: 2rem;
    font-weight: 300;
    transition: all 0.5s ease 0.2s;
    transform: translateX(0);
    font-size: 19px;
    position: relative;
    line-height: 1.8;
}

.teaching_history79605 .rating_showcase19086:hover .pic_holder46521 {
    transform: scale(1.05);
    filter: grayscale(0%);
}

.teaching_history79605 .rating_showcase19086:hover .name::after {
    transform: scaleX(1);
}

.teaching_history79605 .rating_showcase19086:hover .work_achievements39152 {
    transform: translateX(5px);
}

.service_package86921::before {
    top: -10%;
    right: -5%;
    z-index: 0;
    background: linear-gradient(120deg, rgb(184,190,214,0.5) 20%, rgb(150,156,188,0.5) 80%);
    width: 40%;
    height: 70%;
    transform: rotate(-15deg);
    position: absolute;
    content: "";
    border-radius: 10px;
    opacity: 0.1;
}

.service_package86921 .container {
    padding: 0 2rem;
    max-width: 1400px;
    z-index: 2;
    margin: 0 auto;
    position: relative;
}

.service_package86921 .enroll_cost92681 {
    flex-direction: column;
    display: flex;
}

.service_package86921 .lesson_fees15246 h2 {
    position: relative;
    display: inline-block;
    font-size: 30px;
    color: #000000;
    margin-bottom: 1.5rem;
    font-weight: 700;
}

.service_package86921 .pricing_offers28071 {
    color: #000000;
    max-width: 800px;
    line-height: 1.6;
    margin: 0 auto;
    font-size: 15px;
}

.service_package86921 .edu_rates36498 {
    order: 2;
    gap: 2rem;
    width: 100%;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
}

.service_package86921 .learning_packages86524:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-8px);
}

.service_package86921 .learning_packages86524::before {
    height: 5px;
    position: absolute;
    content: "";
    width: 100%;
    background: linear-gradient(90deg, rgb(184,190,214), rgb(150,156,188));
    transform: translateY(-5px);
    transition: transform 0.3s ease;
    left: 0;
    top: 0;
}

.service_package86921 .program_price21964 {
    display: flex;
    flex: 1;
    flex-direction: column;
    position: relative;
    padding: 2rem 1.75rem;
}

.service_package86921 .program_price21964 .cost_breakdown63478 {
    font-weight: 700;
    margin-bottom: 1.5rem;
    font-size: calc(23px * 1.3);
    position: relative;
    color: rgb(184,190,214);
}

.service_package86921 .program_price21964 p {
    font-size: 15px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    color: #000000;
    word-break: break-word;
    margin-bottom: 1.5rem;
    flex-grow: 1;
    line-height: 1.65;
}

.service_package86921 .learning_packages86524:hover .pic_holder46521 {
    transform: scale(1.05);
}

.service_package86921 .learning_packages86524:nth-child(odd) .program_price21964::before {
    opacity: 0.1;
    right: 1rem;
    content: "";
    z-index: -1;
    top: 1rem;
    height: 2.5rem;
    border-radius: 50%;
    width: 2.5rem;
    position: absolute;
    background: rgb(184,190,214,0.5);
}

.location_details64870 {
    background: linear-gradient(135deg, rgb(218,237,237) 0%, rgba(245, 247, 250, 0.95) 100%);
    position: relative;
    overflow: hidden;
    padding: 80px 0;
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.5);
}

.location_details64870::after {
    right: 0;
    transform: translate(10%, 20%);
    height: 60%;
    content: "";
    z-index: 0;
    background: 
        radial-gradient(circle at 75% 75%, rgb(184,190,214,0.5) 0%, transparent 70%),
        repeating-linear-gradient(45deg, rgb(150,156,188,0.5) 0%, transparent 1px, transparent 3px, rgb(150,156,188,0.5) 4px);
    width: 40%;
    bottom: 0;
    position: absolute;
    opacity: 0.05;
    pointer-events: none;
}

.location_details64870 .get_helpdesk95210:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.location_details64870 h3 {
    margin: 0 0 25px;
    font-size: 29px;
    padding-bottom: 15px;
    letter-spacing: 0.5px;
    font-family: Arial, sans-serif;
    color: #000000;
    font-weight: 700;
    position: relative;
}

.location_details64870 .get_helpdesk95210:hover h3::after {
    width: 120px;
}

.location_details64870 p {
    line-height: 1.6;
    font-size: 12px;
    margin: 0 0 15px;
    max-width: 90%;
    font-family: Arial, sans-serif;
    color: #000000;
}

.location_details64870 h5 svg {
    transition: transform 0.3s ease;
    margin-left: 10px;
}

.location_details64870 .ask_question85491 {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    margin: 15px 0 0;
    padding: 0;
    display: grid;
    gap: 15px;
    list-style: none;
}

.location_details64870 .ask_question85491 li:hover {
    border-bottom-color: rgb(184,190,214,0.5);
    transform: translateX(5px);
}

.location_details64870 .learn_help72865:hover {
    color: rgb(184,190,214);
}

.location_details64870 .learn_help72865 svg {
    margin-left: 8px;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: translateY(0);
}

.location_details64870 svg {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
}

.location_details64870 .learn_help72865:hover svg path {
    fill: rgb(184,190,214);
}

.course_rewards38175::before {
    top: -10%;
    height: 120%;
    content: '';
    transform: rotate(-15deg);
    opacity: 0.5;
    width: 70%;
    z-index: 1;
    background: linear-gradient(135deg, transparent 0%, rgb(184,190,214,0.5) 100%);
    position: absolute;
    right: -10%;
}

.course_rewards38175 .pic_holder46521:hover {
    transform: rotateY(5deg) translateX(-3vw);
}

.course_rewards38175 .pic_holder46521::after {
    background: linear-gradient(to right, rgb(184,190,214,0.5) 0%, transparent 100%);
    position: absolute;
    content: '';
    z-index: 1;
    inset: 0;
}

.course_rewards38175 .statement_box08569:hover {
    transform: rotateY(0deg);
}

.course_rewards38175 h2 {
    padding-left: 2rem;
    margin-bottom: 3rem;
    border-left: 5px solid rgb(184,190,214);
    font-weight: 700;
    color: #000000;
    font-size: 35px;
    position: relative;
}

.course_rewards38175 .text_main_holder > div {
    z-index: 1;
    border-radius: 19px;
    background: #ffffff;
    align-items: flex-start;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    display: flex;
    position: relative;
    padding: 2rem;
    transition: all 0.4s ease;
    overflow: hidden;
}

.course_rewards38175 .text_main_holder > div:hover::before {
    opacity: 1;
}

.course_rewards38175 .text_main_holder svg {
    margin-right: 1.5rem;
    transition: all 0.3s ease;
    width: 3rem;
    height: 3rem;
    flex-shrink: 0;
}

.course_rewards38175 .text_main_holder > div:hover svg path {
    fill: rgb(150,156,188);
}

.secure_cove16382 {
    background: linear-gradient(135deg, rgb(218,237,237) 0%, rgba(245, 245, 250, 0.97) 100%);
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
}

.secure_cove16382 .container {
    margin: 0 auto;
    transform: translateZ(0);
    animation: fadeIn 0.8s ease-out forwards;
    position: relative;
    z-index: 2;
    padding: 0 2rem;
    max-width: 1140px;
}

.secure_cove16382 h1 {
    transform: translateX(-5px);
    letter-spacing: -0.01em;
    color: #000000;
    line-height: 1.2;
    margin-bottom: 2.5rem;
    position: relative;
    font-weight: 700;
    font-size: 47px;
}

.secure_cove16382 h2 {
    border-left: 3px solid rgb(184,190,214);
    color: #000000;
    font-weight: 600;
    padding-left: 1rem;
    position: relative;
    font-size: 31px;
    margin: 3rem 0 1.5rem;
}

.secure_cove16382 h3 {
    margin: 2.5rem 0 1.25rem;
    border-left: 2px solid rgb(150,156,188);
    font-size: calc(31px * 0.85);
    color: #000000;
    padding-left: 1rem;
    position: relative;
    font-weight: 600;
}

.secure_cove16382 p {
    margin-bottom: 1.5rem;
    color: #000000;
    font-size: 14px;
    font-family: Arial, sans-serif;
    transform: translateZ(0);
    position: relative;
    max-width: 90ch;
    line-height: 1.8;
}

.secure_cove16382 ul {
    margin: 1.5rem 0 2rem 1.5rem;
    padding: 0;
    list-style-type: none;
}

.secure_cove16382 li {
    margin-bottom: 1rem;
    font-size: 14px;
    line-height: 1.7;
    color: #000000;
    padding-left: 1.8rem;
    position: relative;
}

.secure_cove16382 li:nth-child(2n)::before {
    background-color: rgb(150,156,188);
}




.secure_cove16382 h2:hover,
.secure_cove16382 h3:hover,
.secure_cove16382 h4:hover {
    transition: transform 0.3s ease-out;
    transform: translateX(5px);
}

.join_list46108::before {
    opacity: 0.05;
    width: 40%;
    height: 120%;
    left: -5%;
    background: rgb(184,190,214);
    transform: rotate(-15deg);
    content: '';
    z-index: -1;
    position: absolute;
    top: -10%;
}

.join_list46108 .container {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}

.join_list46108 .legacy_edu52194::before {
    opacity: 0.05;
    content: '';
    z-index: -1;
    background: linear-gradient(45deg, rgb(184,190,214,0.5) 0%, transparent 15%);
    top: 0;
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
}

.join_list46108 h3::after {
    bottom: -10px;
    transform: scaleX(1);
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: absolute;
    content: '';
    height: 2px;
    transform-origin: left;
    width: 50px;
    background: rgb(184,190,214);
    left: 0;
}

.join_list46108 .input_holder div {
    position: relative;
    flex: 1;
}

.join_list46108 input[type="email"]:focus {
    border-color: rgb(184,190,214);
    outline: none;
    transform: translateY(-2px);
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
}

.join_list46108 input[type="email"]::placeholder {
    color: rgba(0, 0, 0, 0.35);
    transition: opacity 0.3s ease;
}

.join_list46108 input[type="email"]:focus::placeholder {
    opacity: 0.5;
}

.join_list46108 .learn_today13684:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background: rgb(150,156,188);
    transform: translateY(-3px);
}

.join_list46108 .learn_today13684::before {
    position: absolute;
    content: '';
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    left: -100%;
    transition: all 0.6s ease;
    top: 0;
    height: 100%;
}

.join_list46108 .input_holder div:focus-within::after {
    transform: scaleX(1);
}



.join_list46108 .learn_today13684:focus {
    outline: none;
    animation: pulse 1.5s infinite;
}

.cookie_alert_message76042 {
    border-top: 3px solid rgb(184,190,214);
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
    width: 100%;
    bottom: 0;
    position: fixed;
    z-index: 90;
    background: rgb(150,156,188);
    padding: 15px 20px;
}

.edu_consent12956 svg {
    width: 50px;
    fill: rgb(184,190,214);
    height: 50px;
}

.cookie_alert_message76042 h5 {
    color: #ffffff;
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 700;
}

.cookie_expand94516 {
    text-align: center;
    border: 2px solid rgb(184,190,214);
    cursor: pointer;
    transition: none;
    border-radius: 10px;
    font-size: 16px;
    padding: 10px 20px;
    color: #ffffff;
    min-width: 150px;
    flex-shrink: 0;
    margin-left: 10px;
    background: rgb(184,190,214);
    text-decoration: none;
}


#cookiePromptNotice12706 {
    display: none;
}

#cookiePromptNotice12706:checked ~ .cookie_alert_message76042 {
    opacity: 0;
    visibility: hidden;
}

.user_reviews41307::before {
    z-index: 0;
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    top: 0;
    background: 
        radial-gradient(circle at 20% 20%, rgb(184,190,214,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 80%, rgb(150,156,188,0.5) 0%, transparent 30%);
    content: "";
    opacity: 0.6;
}

.user_reviews41307 .legacy_edu52194 {
    padding: 0 30px;
    z-index: 1;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}

.user_reviews41307 h4::after {
    width: 80px;
    transform: translateX(-50%);
    left: 50%;
    height: 3px;
    background: rgb(184,190,214);
    position: absolute;
    content: "";
    bottom: -20px;
}

.user_reviews41307 .learner_feedback86972 {
    display: flex;
    justify-content: center;
    perspective: 1000px;
    flex-wrap: wrap;
    transform-style: preserve-3d;
}

.user_reviews41307 .rating_showcase19086:hover {
    transform: rotateY(0) rotateX(0) translateZ(30px);
    box-shadow: 
        20px 20px 40px rgba(0, 0, 0, 0.1),
        -10px -10px 40px rgba(255, 255, 255, 0.9);
    z-index: 2;
}

.user_reviews41307 .rating_showcase19086:nth-child(3n+2) {
    transform: rotateY(-15deg) rotateX(5deg) translateZ(0);
}

.user_reviews41307 .rating_showcase19086:nth-child(3n+2):hover {
    transform: rotateY(0) rotateX(0) translateZ(30px);
}

.user_reviews41307 .rating_showcase19086:nth-child(3n+3) {
    transform: rotateY(0) rotateX(10deg) translateZ(0);
}

.user_reviews41307 .rating_showcase19086::before {
    border-radius: inherit;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
}

.user_reviews41307 .rating_showcase19086:hover::after {
    opacity: 0.5;
    transform: scale(1.2);
}

.user_reviews41307 .rating_showcase19086:hover .pic_holder46521 {
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
    border-color: rgb(184,190,214,0.5);
    transform: translateZ(40px) scale(1.1);
}

.user_reviews41307 .rating_showcase19086:hover span {
    color: rgb(184,190,214);
    transform: translateZ(30px);
}

.user_reviews41307 .rating_showcase19086 p {
    text-align: center;
    transition: all 0.4s ease;
    line-height: 1.6;
    color: #000000;
    font-size: 15px;
    transform: translateZ(10px);
}

.user_reviews41307 .rating_showcase19086:nth-child(3n+1)::after {
    background: rgb(184,190,214,0.5);
}

.user_reviews41307 .rating_showcase19086:nth-child(3n+3)::after {
    background: linear-gradient(135deg, rgb(184,190,214,0.5), rgb(150,156,188,0.5));
}

footer .cert_block28716::before {
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    top: 0;
    background-image: linear-gradient(30deg, rgba(255, 255, 255, 0.05) 25%, transparent 25%, transparent 50%, 
                      rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.05) 75%, transparent 75%, transparent);
    height: 100%;
    background-size: 60px 60px;
    opacity: 0.1;
}

footer .info_item:nth-child(even) {
    transform: translateY(30px);
}

footer .info_item::before {
    top: 25%;
    width: 6px;
    left: 0;
    position: absolute;
    background-color: rgb(184,190,214);
    height: 50%;
    transition: height 0.3s ease, top 0.3s ease;
    content: "";
}

footer .info_item:hover::before {
    height: 100%;
    top: 0;
}

footer .info_item p,
footer .info_item a {
    font-size: 18px;
    transition: all 0.3s ease;
    text-decoration: none;
    color: #2c3e50;
    z-index: 1;
    position: relative;
}

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

footer .main_header56137:hover, footer .subscribe_holder:hover {
    background-color: rgba(255, 255, 255, 0.08);
}

footer .main_header56137 svg {
    height: 45px;
    margin-bottom: 20px;
    width: auto;
    filter: brightness(0) invert(1);
}

footer .top_info17386 h5 {
    grid-column: 1 / -1;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
    font-size: 24px;
    font-weight: 600;
    color: #ffffff;
}

footer .header_pro72451 {
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.05);
    height: 100%;
    border-radius: 11px;
    transition: all 0.3s ease;
}

footer .header_pro72451 a {
    position: relative;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 18px;
    transition: all 0.3s ease;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    display: block;
    padding: 8px 0;
}

footer .header_pro72451 a:hover {
    padding-left: 5px;
    color: #ffffff;
}

footer .subscribe_holder h5 {
    font-size: 24px;
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-weight: 600;
    color: #ffffff;
}

footer .subscribe_holder p {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
    font-size: 18px;
    margin-bottom: 25px;
}

footer .input_holder input[type="email"] {
    font-size: 18px;
    background-color: rgba(255, 255, 255, 0.05);
    padding: 15px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    border-radius: 10px;
    color: #ffffff;
}

footer .learn_today13684:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background-color: rgb(150,156,188);
}

footer .med_guides76520 {
    margin-top: 50px;
    text-align: center;
    position: relative;
}

.thanksCard92713 {
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(184,190,214,0.5) 0%, rgb(218,237,237) 50%, rgb(150,156,188,0.5) 100%);
}

.thanksCard92713::before {
    position: absolute;
    z-index: 1;
    pointer-events: none;
    opacity: 0.6;
    left: 0;
    top: 0;
    content: "";
    background: 
        radial-gradient(circle at 10% 20%, rgb(184,190,214,0.5) 0%, transparent 50%),
        radial-gradient(circle at 90% 80%, rgb(150,156,188,0.5) 0%, transparent 50%);
    height: 100%;
    width: 100%;
}

.thanksCard92713 .legacy_edu52194 {
    display: flex;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 
                0 10px 15px rgba(0, 0, 0, 0.05),
                0 0 0 1px rgba(255, 255, 255, 0.2) inset;
    gap: 2.5rem;
    background: rgba(255, 255, 255, 0.85);
    position: relative;
    clip-path: polygon(
        0 5%, 
        5% 0, 
        95% 0, 
        100% 5%, 
        100% 95%, 
        95% 100%, 
        5% 100%, 
        0 95%
    );
    padding: 3.5rem;
    flex-direction: column;
    backdrop-filter: blur(10px);
    transform: perspective(1000px) rotateX(2deg);
    transition: transform 0.5s cubic-bezier(0.2, 0.85, 0.4, 1);
}

.thanksCard92713 h5 {
    line-height: 1.4;
    display: inline-block;
    color: #000000;
    position: relative;
    font-size: 18px;
    margin: 0;
    font-weight: 700;
}

.thanksCard92713 h5::before {
    top: 50%;
    position: absolute;
    content: "";
    height: 80%;
    width: 0.5rem;
    left: -1.5rem;
    transform: translateY(-50%);
    animation: fadeIn 0.5s ease 1.2s forwards;
    background: rgb(184,190,214);
    opacity: 0;
}

.thanksCard92713 a {
    transition: all 0.4s cubic-bezier(0.2, 0.85, 0.4, 1);
    display: block;
    background: linear-gradient(to right, 
                rgba(#ffffff, 0.4) 0%, 
                rgba(#ffffff, 0.8) 50%, 
                rgba(#ffffff, 0.4) 100%);
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    padding: 1rem 1.5rem;
    text-decoration: none;
    position: relative;
    overflow: hidden;
}

.thanksCard92713 p {
    font-size: 17px;
    color: #000000;
    line-height: 1.8;
    position: relative;
    margin: 0;
    z-index: 1;
}

.course_structure37806 .training_map47809 {
    overflow: hidden;
    top: 0;
    height: 100%;
    grid-column: 1 / 3;
    z-index: 1;
    right: 0;
    width: 50%;
    position: absolute;
    grid-row: 1;
    clip-path: polygon(30% 0, 100% 0, 100% 100%, 0 100%);
}

.course_structure37806 .training_map47809 {
    grid-row: 1;
    clip-path: none;
    grid-column: 1;
    position: relative;
    width: 100%;
    height: 45%;
}

.course_structure37806 .program_route80326 {
    flex-direction: column;
    height: 100%;
    display: flex;
    animation: carousel-vertical 30s ease-in-out infinite;
}

.course_structure37806 .program_route80326 {
    animation: carousel-horizontal-tablet 20s ease-in-out infinite;
    flex-direction: row;
}

.course_structure37806 .learn_track06591 img {
    transition: transform 0.7s ease-out;
    width: 100%;
    transform: scale(1.1);
    object-fit: cover;
    height: 100%;
    filter: brightness(1.05) contrast(1.05);
}

.course_structure37806 .container {
    display: flex;
    z-index: 3;
    align-items: center;
    grid-column: 1;
    padding: 0 3rem;
    grid-row: 1;
}

.course_structure37806 .container {
    padding: 2rem;
    grid-column: 1;
    grid-row: 2;
}

.course_structure37806 .career_ready05819 {
    flex-direction: column;
    position: relative;
    display: flex;
}

.course_structure37806 .career_ready05819::before {
    border-radius: 10px 0 0 0;
    border-top: 2px solid rgb(184,190,214);
    height: 60px;
    top: -15px;
    width: 60px;
    left: -15px;
    content: "";
    border-left: 2px solid rgb(184,190,214);
    position: absolute;
}

.course_structure37806 .career_ready05819 h3 {
    line-height: 1.2;
    font-size: 33px;
    margin: 0 0 1.5rem 0;
    color: rgb(184,190,214);
    font-weight: 700;
    position: relative;
}

.course_structure37806 .career_ready05819 h3 {
    font-size: calc(33px * 1.1);
}

.course_structure37806 .career_ready05819 .connect_request98014 {
    position: relative;
    text-decoration: none;
    color: #ffffff;
    background: rgb(184,190,214);
    align-self: flex-start;
    font-size: 17px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border-radius: 25px;
    font-weight: 600;
    transition: all 0.3s ease;
    padding: 0.8rem 2.5rem;
}

.course_structure37806 .career_ready05819 .connect_request98014:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(-3px);
}

header::before {
    height: 100%;
    opacity: 0.03;
    width: 100%;
    top: 0;
    content: "";
    background: 
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 10px,
            rgb(150,156,188,0.5) 10px,
            rgb(150,156,188,0.5) 11px
        );
    left: 0;
    z-index: 1;
    position: absolute;
}

header .container {
    flex-direction: column;
    display: flex;
    padding: 0;
    align-items: center;
    position: relative;
}

header .header_guide37819 {
    margin-bottom: 2rem;
    display: flex;
    justify-content: center;
    z-index: 3;
    text-decoration: none;
    padding: 0.5rem 2rem;
    position: relative;
}

header .header_guide37819::after {
    content: "";
    z-index: -1;
    position: absolute;
    height: 40px;
    width: 40px;
    background: rgb(184,190,214,0.5);
    opacity: 0.5;
    border-radius: 50%;
    filter: blur(20px);
    animation: orb-float 5s ease-in-out infinite alternate;
}

header .header_guide37819:hover svg {
    filter: drop-shadow(0 0 12px rgb(184,190,214));
    transform: scale(1.08);
}

header .top_info17386 {
    scrollbar-width: none;
    background: linear-gradient(to bottom, 
        #000000 0%,
        rgba(0, 0, 0, 0.5) 100%);
    display: flex;
    position: relative;
    overflow-x: auto;
    padding: 1rem 0;
    width: 100vw;
    mask-image: linear-gradient(90deg, 
        transparent 0%,
        #000 5%,
        #000 95%,
        transparent 100%);
    gap: 1rem;
    justify-content: center;
}

header .main_start37029::before {
    left: -100%;
    position: absolute;
    transition: left 0.5s ease;
    content: "";
    opacity: 0.5;
    background: linear-gradient(90deg,
        transparent,
        rgb(150,156,188,0.5),
        transparent);
    top: 0;
    width: 100%;
    height: 100%;
}

header .main_start37029:hover {
    transform: translateY(-2px);
    color: rgb(150,156,188);
    border-color: rgb(150,156,188);
    box-shadow: 0 0 15px rgb(184,190,214,0.5),
                inset 0 0 10px rgb(184,190,214,0.5);
}

header .main_start37029:hover::before {
    left: 100%;
}

.contact_us06983 {
    overflow: hidden;
    background: linear-gradient(145deg, rgb(218,237,237) 0%, rgba(9, 19, 32, 0.9) 100%);
    position: relative;
    padding: 120px 0;
}

.contact_us06983::after {
    opacity: 0.1;
    width: 200%;
    pointer-events: none;
    background: radial-gradient(circle, rgb(184,190,214,0.5) 0%, transparent 60%);
    content: "";
    top: -50%;
    animation: pulseGlow 15s ease-in-out infinite;
    height: 200%;
    position: absolute;
    left: -50%;
}

.contact_us06983 h2 {
    color: #ffffff;
    position: relative;
    padding-bottom: 15px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 60px;
    font-size: 33px;
    font-family: Arial, sans-serif;
}

.contact_us06983 .support_request92406 {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.05);
    display: flex;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 16px;
    overflow: hidden;
}

.contact_us06983 .pic_holder46521 {
    position: relative;
    flex: 1;
    transform: scale(1.01);
    transition: transform 0.6s ease;
    min-height: 500px;
}

.contact_us06983 .request_grid01634 {
    position: relative;
    flex: 1;
    padding: 50px;
}

.contact_us06983 .request_grid01634::before {
    top: 20px;
    width: 50px;
    height: 50px;
    right: 20px;
    opacity: 0.7;
    border-right: 2px solid rgb(184,190,214,0.5);
    position: absolute;
    content: "";
    border-top: 2px solid rgb(184,190,214,0.5);
}

.contact_us06983 form {
    width: 100%;
}

.contact_us06983 form h3 {
    padding-left: 15px;
    font-family: Arial, sans-serif;
    font-size: 20px;
    margin-bottom: 30px;
    position: relative;
    font-weight: 600;
    color: #ffffff;
}

.contact_us06983 form input[type="text"] {
    margin-bottom: 20px;
    transition: all 0.3s ease;
    padding: 15px 20px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    color: #ffffff;
    width: 100%;
    font-size: 14px;
    font-family: Arial, sans-serif;
}

.contact_us06983 .connect_map93571 {
    margin-bottom: 30px;
    position: relative;
    align-items: flex-start;
    display: flex;
}

.contact_us06983 .connect_map93571 label::before {
    width: 22px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    top: 2px;
    border-radius: 10px;
    content: "";
    transition: all 0.3s ease;
    position: absolute;
    left: 0;
    background: rgba(255, 255, 255, 0.05);
    height: 22px;
}

.contact_us06983 .connect_map93571 input[type="checkbox"]:checked + label::after {
    top: 11px;
    transform: rotate(-45deg);
    left: 7px;
    border-bottom: 2px solid #ffffff;
    width: 8px;
    border-left: 2px solid #ffffff;
    height: 4px;
    position: absolute;
    content: "";
}

.contact_us06983 form .connect_request98014::before {
    background: linear-gradient(45deg, rgb(150,156,188), rgb(184,190,214));
    top: 0;
    z-index: -1;
    position: absolute;
    left: -100%;
    width: 100%;
    height: 100%;
    transition: all 0.4s ease;
    content: "";
}

.contact_us06983 form .connect_request98014:hover::before {
    left: 0;
}

.contact_us06983 form .connect_request98014:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    transform: translateY(-3px);
}

.contact_us06983 svg path {
    transition: fill 0.3s ease;
}

.landing_page90176::before {
    z-index: 1;
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    top: 0;
    opacity: 0.7;
    background: 
    radial-gradient(circle at 75% 25%, rgb(150,156,188,0.5) 0%, transparent 50%),
    radial-gradient(circle at 25% 75%, rgb(184,190,214,0.5) 0%, transparent 50%);
    left: 0;
}

.landing_page90176 .course_base80472 {
    transform: translateY(-2vh);
    z-index: 5;
    width: 90%;
    position: relative;
    max-width: 1200px;
}

.landing_page90176 .learn_home93765 {
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    overflow: hidden;
    box-shadow: 
    0 15px 35px rgba(0, 0, 0, 0.2),
    0 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    position: relative;
    padding: 4rem 3rem;
}

.landing_page90176 .learn_home93765::after {
    height: 150%;
    width: 150%;
    z-index: 2;
    content: "";
    top: -25%;
    animation: rotateBg 120s linear infinite;
    left: -25%;
    background: 
    repeating-conic-gradient(
      rgb(150,156,188,0.5) 0deg,
      rgb(150,156,188) 1deg,
      transparent 1.5deg,
      transparent 10deg
    );
    position: absolute;
    opacity: 0.1;
}

.landing_page90176 .learn_home93765 h1 {
    background: linear-gradient(
    90deg, 
    #ffffff 0%, 
    rgb(184,190,214) 50%, 
    #ffffff 100%
  );
    margin-bottom: 2rem;
    -webkit-text-fill-color: transparent;
    background-size: 200% auto;
    font-size: calc(43px * 1.1);
    animation: fadeInUp 0.8s 0.4s forwards cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(20px);
    font-weight: 700;
    -webkit-background-clip: text !important;
    opacity: 0;
    text-shadow: 
    0 2px 4px rgba(0, 0, 0, 0.3),
    0 4px 12px rgba(0, 0, 0, 0.1);
    background-clip: text !important;
    line-height: 1.2;
    animation: 
    fadeInUp 0.8s 0.4s forwards cubic-bezier(0.19, 1, 0.22, 1),
    gradientFlow 8s ease infinite;
    color: #ffffff;
}

.interested_learners09284 {
    position: relative;
    background: linear-gradient(135deg, rgb(218,237,237) 0%, rgb(184,190,214,0.5) 100%);
    padding: 120px 0;
    overflow: hidden;
}

.interested_learners09284::after {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 200px;
    left: 0;
    z-index: 0;
    background: 
        linear-gradient(
            to top,
            rgb(218,237,237) 0%,
            transparent 100%
        );
    content: "";
}

.interested_learners09284 .legacy_edu52194 {
    padding: 0 50px;
    overflow: visible;
    position: relative;
}

.interested_learners09284 h4 {
    font-weight: 700;
    position: relative;
    margin-bottom: 80px;
    line-height: 1.2;
    padding-left: 25px;
    font-size: 43px;
    color: #000000;
    max-width: 700px;
}

.interested_learners09284 div {
    position: relative;
    display: flex;
    flex-direction: column;
}

.interested_learners09284 div p {
    line-height: 1.6;
    display: flex;
    position: relative;
    transition: all 0.3s ease;
    padding-left: 85px;
    font-size: 18px;
    color: #000000;
    align-items: flex-start;
    margin: 0 0 35px 0;
}

.interested_learners09284 div p:hover {
    transform: translateX(10px);
}

.interested_learners09284 div p:hover svg {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    transform: scale(1.2);
}

.interested_learners09284 div p svg path {
    fill: rgb(184,190,214);
    transition: fill 0.3s ease;
}

.interested_learners09284 div p:hover svg path {
    fill: rgb(150,156,188);
}

.interested_learners09284 div p:hover::before {
    opacity: 1;
    width: 20px;
}

.interested_learners09284 div p::after {
    top: -10px;
    transition: all 0.3s ease;
    left: 60px;
    content: "";
    width: calc(100% - 60px);
    transform: scale(0.95);
    height: calc(100% + 20px);
    background: #ffffff;
    z-index: -1;
    border-radius: 13px;
    position: absolute;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    opacity: 0;
}

.our_team89243::after {
    transform: rotate(25deg);
    background: linear-gradient(145deg, rgb(184,190,214,0.5) 10%, transparent 70%);
    top: -50%;
    position: absolute;
    z-index: 1;
    opacity: 0.4;
    width: 70%;
    right: -20%;
    content: "";
    height: 200%;
}

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

.our_team89243 h1::after {
    bottom: -12px;
    width: 0;
    left: 0;
    background: linear-gradient(to right, rgb(184,190,214), rgb(150,156,188));
    position: absolute;
    content: "";
    animation: expandLine 1.2s 0.6s forwards cubic-bezier(0.19, 1, 0.22, 1);
    height: 4px;
}

.our_team89243 .expert_guides27358 {
    border-left: 3px solid rgb(184,190,214);
    position: relative;
    backdrop-filter: blur(5px);
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1), 
                opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1),
                box-shadow 0.4s ease;
    box-shadow: 0 15px 35px rgba(0, 0, 10, 0.07), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 1px 0 rgba(255, 255, 255, 0.5) inset;
    transform: translateY(20px);
    background: linear-gradient(to bottom right, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.8));
    animation: fadeUp 0.8s 0.4s forwards cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0;
    padding: 2.5rem;
}

.our_team89243 .expert_guides27358 h4::after {
    position: absolute;
    content: "";
    width: 40px;
    background: rgb(150,156,188);
    bottom: -8px;
    transition: width 0.4s ease;
    left: 0;
    height: 2px;
}

.our_team89243 .expert_guides27358 div {
    overflow-y: auto;
    position: relative;
    line-height: 1.8;
    font-size: 12px;
    padding-right: 10px;
    max-height: 250px;
    color: #000000;
}


@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}


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



@media screen and (max-width: 991px) {.teaching_history79605 .rating_showcase19086 {
    gap: 3rem;
    grid-template-columns: 1fr;
}.teaching_history79605 .pic_holder46521 {
    clip-path: polygon(0 5%, 100% 0%, 95% 100%, 0% 95%);
    margin: 0 auto;
    height: 350px;
    width: 80%;
}.teaching_history79605 .work_summary79508::before {
    top: -1.5rem;
    width: 60%;
    height: 1px;
    background: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.5), transparent);
    left: 20%;
}.teaching_history79605 .rating_showcase19086:hover .name,
    .teaching_history79605 .rating_showcase19086:hover .work_summary79508 div:nth-child(2),
    .teaching_history79605 .rating_showcase19086:hover .work_achievements39152 {
    transform: translateX(0);
}}



@media (min-width: 992px) {.service_package86921 .enroll_cost92681 {
    flex-direction: row;
}.service_package86921 .lesson_fees15246 {
    order: 2;
    margin-bottom: 0;
    flex-direction: column;
    flex: 0 0 30%;
    padding-left: 3rem;
    text-align: left;
    justify-content: center;
    display: flex;
}.service_package86921 .lesson_fees15246 h2 {
    text-align: left;
    margin-bottom: 2rem;
}.service_package86921 .lesson_fees15246 h2::after {
    width: 40%;
    left: 0;
    transform: none;
}.service_package86921 .pricing_offers28071 {
    text-align: left;
    margin: 0;
}.service_package86921 .edu_rates36498 {
    order: 1;
    flex: 0 0 70%;
    grid-template-columns: repeat(2, 1fr);
}
}



@media (max-width: 575px) {.service_package86921 {
    padding: 3rem 0;
}.service_package86921 .container {
    padding: 0 1.5rem;
}.service_package86921 .edu_rates36498 {
    gap: 1.5rem;
}.service_package86921 .program_price21964 {
    padding: 1.5rem;
}.service_package86921 .pic_holder46521 {
    height: 140px;
}
}



@media (min-width: 992px) {.location_details64870 {
    padding: 100px 0;
}.location_details64870 .get_helpdesk95210 {
    grid-template-columns: 2fr 1fr;
}.location_details64870 .ask_question85491 {
    grid-template-columns: repeat(3, 1fr);
}.location_details64870 h3 {
    margin-bottom: 35px;
}.location_details64870 .get_helpdesk95210::before {
    height: 80px;
    content: "";
    opacity: 0.5;
    border-right: 3px solid rgb(150,156,188);
    border-top: 3px solid rgb(150,156,188);
    top: -15px;
    transition: all 0.3s ease;
    pointer-events: none;
    right: -15px;
    position: absolute;
    width: 80px;
}.location_details64870 .get_helpdesk95210::after {
    width: 80px;
    position: absolute;
    bottom: -15px;
    pointer-events: none;
    border-bottom: 3px solid rgb(184,190,214);
    height: 80px;
    left: -15px;
    content: "";
    transition: all 0.3s ease;
    opacity: 0.5;
    border-left: 3px solid rgb(184,190,214);
}.location_details64870 .get_helpdesk95210:hover::before,
    .location_details64870 .get_helpdesk95210:hover::after {
    width: 100px;
    height: 100px;
    opacity: 0.7;
}
}



@media (max-width: 1200px) {.course_rewards38175 .pic_holder46521 {
    width: 45%;
    height: 500px;
}.course_rewards38175 .statement_box08569 {
    width: 55%;
}
}



@media (max-width: 992px) {.course_rewards38175 {
    padding: 6rem 0;
    perspective: none;
}.course_rewards38175 .legacy_edu52194 {
    flex-direction: column;
    max-width: 90%;
}.course_rewards38175 .pic_holder46521 {
    margin-bottom: 3rem;
    transform: none;
    width: 100%;
    height: 400px;
}.course_rewards38175 .pic_holder46521:hover {
    transform: none;
}.course_rewards38175 .statement_box08569 {
    width: 100%;
    padding: 0;
    transform: none;
}.course_rewards38175 .statement_box08569:hover {
    transform: none;
}.course_rewards38175 .text_main_holder > div:hover {
    transform: translateX(0) scale(1.03);
}
}




@media (max-width: 992px) {.secure_cove16382 {
    padding: 4rem 0;
}.secure_cove16382 h1 {
    font-size: calc(47px * 0.9);
}.secure_cove16382 h2 {
    font-size: calc(31px * 0.9);
}.secure_cove16382 h3 {
    font-size: calc(31px * 0.8);
}.secure_cove16382 h4 {
    font-size: calc(31px * 0.7);
}
}



@media (max-width: 576px) {.secure_cove16382 {
    padding: 2.5rem 0;
}.secure_cove16382 .container {
    padding: 0 1.25rem;
}.secure_cove16382 h1 {
    font-size: calc(47px * 0.75);
    transform: translateX(0);
}.secure_cove16382 h2 {
    padding-left: 0.75rem;
    font-size: calc(31px * 0.8);
}.secure_cove16382 h3 {
    padding-left: 0.75rem;
    font-size: calc(31px * 0.7);
}.secure_cove16382 h4 {
    padding-left: 0.75rem;
    font-size: calc(31px * 0.6);
}.secure_cove16382 p,
    .secure_cove16382 span {
    font-size: calc(14px * 0.95);
}.secure_cove16382 ul {
    margin-left: 0.5rem;
}.secure_cove16382 li {
    margin-bottom: 0.8rem;
    font-size: calc(14px * 0.95);
    padding-left: 1.25rem;
}}



@media (max-width: 767px) {.join_list46108 {
    padding: 4rem 1.5rem;
}.join_list46108 .legacy_edu52194 {
    transform: perspective(1000px) rotateX(0deg);
    padding: 2.5rem 2rem;
}.join_list46108 h3 {
    max-width: 100%;
    font-size: calc(22px * 0.9);
}.join_list46108 .learn_today13684 {
    text-align: center;
    width: 100%;
}
}


@media only screen and (max-width: 1200px) {.cookie_alert_message76042 {
    padding: 15px;
}
}


@media only screen and (max-width: 800px) {.edu_consent12956 {
    display: none;
}.tracking_policy98215 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}.cookie_alert_message76042 h5, .cookie_alert_message76042 p {
    text-align: center;
}.data_agree20846 {
    margin-bottom: 15px;
}.cookie_expand94516 {
    margin-left: 0;
    margin-top: 10px;
}}



@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 2fr 1fr;
    gap: 30px;
}footer .input_holder {
    flex-direction: row;
}footer .learn_today13684 {
    white-space: nowrap;
}
}



@media (max-width: 991px) {footer .info_item:nth-child(even) {
    transform: translateY(15px);
}footer .top_info17386 {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
}



@media (max-width: 767px) {footer .cert_block28716 {
    padding: 70px 0 30px;
}footer .course_ask07548 {
    margin-bottom: 40px;
    margin-top: 0;
}footer .info_item {
    height: auto;
    padding: 15px 20px;
}footer .info_item:nth-child(even) {
    transform: none;
}footer .main_header56137, footer .subscribe_holder {
    padding: 25px 20px;
}footer .top_info17386 h5, footer .subscribe_holder h5 {
    margin-bottom: 15px;
}footer .med_guides76520 {
    margin-top: 40px;
}
}



@media (max-width: 576px) {footer .cert_block28716 {
    padding: 50px 0 20px;
}footer .header_pro72451 {
    padding: 15px;
}footer .top_info17386 h5, footer .subscribe_holder h5 {
    font-size: calc(24px - 2px);
}footer .input_holder input[type="email"],
    footer .learn_today13684 {
    padding: 12px;
}}



@media (max-width: 576px) {.thanksCard92713 {
    padding: 3rem 0;
}.thanksCard92713 .legacy_edu52194 {
    gap: 1.5rem;
    transform: perspective(1000px) rotateX(1deg);
    padding: 1.5rem;
}.thanksCard92713 h5 {
    font-size: calc(18px * 0.8);
}.thanksCard92713 h5::before {
    left: -1rem;
    width: 0.3rem;
}.thanksCard92713 a {
    padding: 0.8rem 1rem;
}.thanksCard92713 p {
    line-height: 1.6;
    font-size: calc(17px * 0.9);
}}



@media (max-width: 991px) {header .header_guide37819 {
    margin-bottom: 1.5rem;
}header .header_guide37819 svg {
    height: 42px;
}header .main_start37029 {
    font-size: calc(14px - 1px);
    padding: 0.5rem 1.5rem;
}
}



@media (max-width: 767px) {header .main_nav12065 {
    padding-top: 1rem;
}header .header_guide37819 {
    margin-bottom: 1rem;
}header .header_guide37819 svg {
    height: 36px;
}header .top_info17386 {
    padding: 0.8rem 0;
    justify-content: flex-start;
}header .main_start37029 {
    margin: 0 0.2rem;
    font-size: calc(14px - 2px);
    padding: 0.4rem 1.2rem;
}header .main_start37029:first-child {
    margin-left: 1rem;
}header .main_start37029:last-child {
    margin-right: 1rem;
}header .main_start37029::after {
    height: 6px;
    width: 6px;
    right: 8px;
}}



@media screen and (max-width: 991px) {.contact_us06983 {
    padding: 80px 0;
}.contact_us06983 .support_request92406 {
    flex-direction: column;
}.contact_us06983 .pic_holder46521 {
    order: 1;
    min-height: 300px;
}.contact_us06983 .request_grid01634 {
    order: 2;
    padding: 40px 30px;
}
}



@media screen and (max-width: 767px) {.contact_us06983 {
    padding: 60px 0;
}.contact_us06983 h2 {
    margin-bottom: 40px;
}.contact_us06983 .pic_holder46521 {
    min-height: 200px;
}.contact_us06983 .request_grid01634 {
    padding: 30px 20px;
}.contact_us06983 form .connect_request98014 {
    text-align: center;
    width: 100%;
}
}



@media screen and (max-width: 1200px) {.landing_page90176 .learn_home93765 {
    padding: 3.5rem 2.5rem;
}.landing_page90176 .learn_home93765 h1 {
    font-size: calc(43px * 0.95);
}.landing_page90176 .learn_home93765 h3 {
    font-size: calc(20px * 0.85);
    max-width: 95%;
}.landing_page90176 .learn_home93765 p {
    max-width: 85%;
}
}



@media screen and (max-width: 768px) {.landing_page90176 {
    min-height: 80vh;
}.landing_page90176 .course_base80472 {
    width: 95%;
}.landing_page90176 .learn_home93765 {
    padding: 2.5rem 1.5rem;
}.landing_page90176 .learn_home93765 h1 {
    margin-bottom: 1.5rem;
    font-size: calc(43px * 0.75);
}.landing_page90176 .learn_home93765 h3 {
    max-width: 100%;
    margin-bottom: 1.2rem;
    font-size: calc(20px * 0.75);
}.landing_page90176 .learn_home93765 p {
    max-width: 100%;
    font-size: calc(12px * 0.95);
}.landing_page90176 .learn_home93765 p::after {
    width: 50%;
}
}



@media (max-width: 991px) {.interested_learners09284 {
    padding: 100px 0;
}.interested_learners09284 .legacy_edu52194 {
    padding: 0 30px;
}.interested_learners09284 h4 {
    font-size: calc(43px - 6px);
    margin-bottom: 60px;
}.interested_learners09284 div p {
    padding-left: 75px;
    margin-bottom: 30px;
}.interested_learners09284 div::before {
    left: 31px;
}.interested_learners09284 div p svg {
    height: 28px;
    left: 17px;
    width: 28px;
}.interested_learners09284 div p::before {
    left: 65px;
}.interested_learners09284 div p::after {
    left: 50px;
    width: calc(100% - 50px);
}
}



@media (max-width: 479px) {.interested_learners09284 {
    padding: 60px 0;
}.interested_learners09284 .legacy_edu52194 {
    padding: 0 10px;
}.interested_learners09284 h4 {
    font-size: calc(43px - 18px);
    margin-bottom: 40px;
    padding-left: 15px;
}.interested_learners09284 div p {
    margin-bottom: 20px;
    padding-left: 55px;
    font-size: calc(18px - 1px);
}.interested_learners09284 div::before {
    left: 23px;
}.interested_learners09284 div p svg {
    height: 20px;
    padding: 6px;
    width: 20px;
    left: 13px;
}.interested_learners09284 div p::before {
    top: 10px;
    left: 45px;
}.interested_learners09284 div p::after {
    left: 40px;
    width: calc(100% - 40px);
}}



@media (max-width: 767px) {.our_team89243 {
    padding: 4rem 0;
}.our_team89243 h1 {
    font-size: calc(45px * 0.9);
}.our_team89243 .expert_guides27358 {
    padding: 2rem;
    margin-bottom: 2rem;
}.our_team89243 .expert_guides27358 h4 {
    font-size: 23px;
}.our_team89243 .expert_guides27358 div {
    font-size: calc(12px * 0.95);
    max-height: 200px;
}
}



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



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



@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgb(184,190,214,0.5);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}



@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}



@keyframes expandWidth {
    from {
        width: 0;
    }
    to {
        width: 35%;
    }
}



@keyframes carousel-vertical {
    0%, 16% {
        transform: translateY(0);
    }
    20%, 36% {
        transform: translateY(-33.33%);
    }
    40%, 56% {
        transform: translateY(-66.66%);
    }
    60%, 76% {
        transform: translateY(-100%);
    }
    80%, 96% {
        transform: translateY(-133.33%);
    }
    100% {
        transform: translateY(0);
    }
}



@keyframes gradient-shift {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 200% 50%;
    }
}



@keyframes orb-float {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(30px, 10px);
    }
}



@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.05;
        transform: scale(1);
    }
    50% {
        opacity: 0.1;
        transform: scale(1.1);
    }
}



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



@keyframes orbitRotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}



@keyframes expandLine {
    0% {
        width: 0;
    }
    100% {
        width: 80%;
    }
}

