.header_learn2490 {
    flex: 1 0 auto;
}

svg {
    width: 30px;
    height: 30px;
}

header,footer {
    width: 100%;
}

header {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    top: 0;
    background: linear-gradient(120deg, 
        rgb(225,195,214) 0%, 
        rgb(225,195,214,0.5) 100%
    );
    left: 0;
    z-index: 1000;
    position: fixed;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.opening_page5169 > div {
    grid-gap: 2rem;
    transform: translateY(calc(var(--scroll-y, 0) * -0.2px));
    z-index: 2;
    position: relative;
    padding: 2rem;
    grid-template-columns: 1fr;
    width: 90%;
    max-width: 1200px;
    display: grid;
}

.opening_page5169 .start_head9234 {
    padding: 2.5rem;
    transform: translateX(calc(var(--scroll-y, 0) * -0.15px));
    border-left: 4px solid rgb(225,195,214);
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 
              0 8px 15px rgba(0, 0, 0, 0.15);
}

.opening_page5169 .start_head9234 {
    transform-style: preserve-3d;
    transition: transform 0.2s ease-out;
}

.opening_page5169 span p {
    opacity: 0;
    line-height: 1.7;
    margin-top: 1rem;
    letter-spacing: 0.015em;
    border-left: 2px solid rgb(202,158,183);
    animation: fadeUp 1s cubic-bezier(0.19, 1, 0.22, 1) 0.8s forwards;
    font-size: clamp(1rem, 2vw, 18px);
    transform: translateY(20px);
    padding-left: 1rem;
    color: #ffffff;
    position: relative;
}

.thanksCard5147::before {
    transform: rotate(-15deg) translateZ(0);
    height: 40%;
    position: absolute;
    width: 40%;
    opacity: 0.07;
    top: -5%;
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0 85%);
    content: "";
    z-index: 1;
    background: linear-gradient(225deg, rgb(225,195,214) 0%, transparent 70%);
    left: -5%;
}

.thanksCard5147 .expert_network7580:hover {
    box-shadow: 0 15px 50px rgba(rgba(0, 0, 0, 0.5), 0.15), 
                0 5px 20px rgba(rgb(225,195,214,0.5), 0.1),
                0 40px 80px -15px rgba(rgb(202,158,183,0.5), 0.18);
    transform: perspective(1000px) rotateX(0deg);
}

.thanksCard5147 .expert_network7580:hover > div:first-child::after {
    transform: scaleX(2) translateZ(0);
}

.thanksCard5147 h5 {
    font-size: 23px;
    margin: 0;
    color: #000000;
    line-height: 1.4;
    font-weight: 700;
    transform: translateZ(0);
    transition: transform 0.4s ease-out;
}

.thanksCard5147 a:hover {
    transform: translateY(-5px);
}

.thanksCard5147 a:hover::before {
    transform: rotate(45deg) scale(1);
}

.thanksCard5147 a:hover p {
    background: linear-gradient(to right, rgba(rgb(202,158,183,0.5), 0.07), rgba(rgb(225,195,214,0.5), 0.07));
    border-left: 2px solid rgb(225,195,214);
}

.privacy_safehouse1386 {
    flex-direction: column;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    align-items: center;
    padding: 60px;
    border: 2px solid #000000;
    width: 100%;
    height: auto;
    display: flex;
    background: #ffffff;
}

.privacy_safehouse1386 ul, .privacy_safehouse1386 ol {
    list-style: none;
    margin: 30px 0;
    padding: 20px 0;
    border-bottom: 2px solid #000000;
    width: 100%;
    max-width: 800px;
    border-top: 2px solid #000000;
    padding-left: 0;
}

.privacy_safehouse1386 p, .privacy_safehouse1386 span, .privacy_safehouse1386 div {
    margin-bottom: 20px;
    color: #000000;
    width: 100%;
    line-height: 1.6;
    text-align: justify;
    font-size: 18px;
    font-family: Arial, sans-serif;
    max-width: 800px;
}

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

.potential_students2564 h4::before {
    width: 6px;
    border-radius: 3px;
    bottom: 15px;
    position: absolute;
    background: linear-gradient(180deg, rgb(225,195,214), rgb(202,158,183));
    left: 0;
    content: "";
    top: 15px;
}

.potential_students2564 div p:last-child {
    margin-bottom: 0;
}

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

.potential_students2564 div p svg {
    border-radius: 50%;
    z-index: 2;
    left: 20px;
    background: #ffffff;
    width: 32px;
    position: absolute;
    height: 32px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    padding: 8px;
    top: 0;
    transition: all 0.3s ease;
}

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

.edu_approve8275 {
    max-width: 600px;
    justify-content: center;
    flex-direction: column;
    display: flex;
}

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

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

.tariff_option0619 .bundle_rate4375 {
    transform: translateY(20px);
    text-align: center;
    max-width: 800px;
    margin: 0 auto 2rem;
    opacity: 0;
    animation: fadeUp 0.8s ease-out forwards;
    order: -1;
}

.tariff_option0619 .program_rate3518 {
    margin: 0 auto;
    line-height: 1.6;
    font-size: 17px;
    color: #000000;
    max-width: 90%;
}

.tariff_option0619 .learning_package2350 {
    opacity: 0;
    border-radius: 12px;
    background: #ffffff;
    overflow: hidden;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s ease;
    position: relative;
    color: #000000;
    transform: translateZ(0) scale(1);
    animation: fadeIn 0.8s cubic-bezier(0.23, 1, 0.32, 1) forwards;
    display: block;
    text-decoration: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.tariff_option0619 .fee_package4156 {
    flex-direction: column;
    display: flex;
    padding: 2rem;
    flex-grow: 1;
}

.tariff_option0619 .class_deals8923 {
    transition: transform 0.3s ease, color 0.3s ease;
    position: relative;
    margin-bottom: 1.5rem;
    display: inline-block;
    font-size: 2rem;
    font-weight: 700;
    color: rgb(225,195,214);
}

.tariff_option0619 .learning_package2350:hover .class_deals8923::after {
    width: 80px;
}

.tariff_option0619 .img_list7916::after {
    top: 0;
    right: 0;
    left: 0;
    opacity: 0.7;
    position: absolute;
    bottom: 0;
    transition: opacity 0.5s ease;
    content: "";
    background: linear-gradient(to top, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 50%);
}

.reach_out3856::after {
    position: absolute;
    pointer-events: none;
    z-index: 2;
    height: 100%;
    background: linear-gradient(135deg, rgb(202,158,183,0.5) 0%, transparent 50%, rgb(225,195,214,0.5) 100%);
    width: 100%;
    left: 0;
    top: 0;
    content: "";
}

.reach_out3856 .connect_map1580::before {
    background: rgb(202,158,183);
    content: '';
    width: 200px;
    opacity: 0.4;
    border-radius: 50%;
    height: 200px;
    top: -100px;
    right: -100px;
    position: absolute;
}

.reach_out3856 .connect_map1580 div {
    position: relative;
    align-items: center;
    z-index: 5;
    margin-bottom: 25px;
    display: flex;
    transition: transform 0.3s ease;
}

.reach_out3856 .connect_map1580 div svg path {
    transition: fill 0.3s ease;
    fill: #ffffff;
}

.reach_out3856 .connect_map1580 div span a:hover {
    text-decoration: underline;
    color: rgb(242,228,236);
}

.reach_out3856 .reach_box0352::before {
    height: 5px;
    background: linear-gradient(to right, rgb(225,195,214), rgb(202,158,183));
    position: absolute;
    content: '';
    width: 100%;
    left: 0;
    top: 0;
}

.reach_out3856 form input[type="text"],
.reach_out3856 form input[type="email"] {
    color: #ffffff;
    padding: 16px 20px;
    border: none;
    transition: all 0.3s ease;
    margin-bottom: 20px;
    border-radius: 10px;
    font-family: Arial, sans-serif;
    background: rgba(255, 255, 255, 0.08);
    font-size: 14px;
    border: 1px solid transparent;
}

.reach_out3856 .connect_card3659 label::before {
    top: 2px;
    background: transparent;
    content: '';
    transition: all 0.3s ease;
    height: 22px;
    border: 2px solid rgb(202,158,183);
    left: 0;
    width: 22px;
    border-radius: 10px;
    position: absolute;
}

.reach_out3856 .connect_card3659 label a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.reach_out3856 form .request_box1498::before {
    transition: all 0.5s ease;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    left: -100%;
}

.reach_out3856 .connect_map1580 div:nth-child(3) {
    animation: float 7s infinite ease-in-out;
}

.attempt_now1528 {
    padding: 120px 0;
    background: rgb(242,228,236);
    position: relative;
    overflow: hidden;
}

.attempt_now1528 .expert_network7580 {
    -webkit-backdrop-filter: blur(10px);
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1));
    padding: 60px;
    position: relative;
    z-index: 10;
    backdrop-filter: blur(10px);
    justify-content: space-between;
    border: 1px solid rgba(255, 255, 255, 0.05);
    display: flex;
    align-items: center;
    border-radius: 27px;
    flex-direction: row-reverse;
}

.attempt_now1528 .request_box1498::after {
    inset: 3px;
    content: '';
    border-radius: 50%;
    background: rgb(202,158,183);
    position: absolute;
    z-index: -1;
}

.attempt_now1528 .request_box1498:hover {
    transform: scale(1.05);
}

.course_program_description1492 {
    background-color: rgb(242,228,236);
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}

.course_program_description1492 .education_track1974 {
    display: flex;
    z-index: 2;
    flex-direction: column;
}

.course_program_description1492 .text_header4986 {
    position: relative;
    margin: 0 auto 60px;
    width: 80%;
}

.course_program_description1492 .text_header4986 h2 {
    color: #000000;
    transition: transform 0.5s ease;
    padding: 15px;
    background-image: repeating-linear-gradient(45deg, rgb(225,195,214,0.5) 0px, rgb(225,195,214,0.5) 2px, transparent 2px, transparent 8px);
    font-weight: 700;
    transform: translateX(0);
    margin-bottom: 30px;
    border-radius: 10px;
    position: relative;
    font-size: 38px;
}

.course_program_description1492 .education_track1974:hover .img_list7916 {
    opacity: 0.3;
    transform: scale(1.05);
}

.course_program_description1492 .img_list7916::before {
    position: absolute;
    z-index: 1;
    top: 0;
    background: linear-gradient(135deg, rgb(225,195,214,0.5) 0%, transparent 80%);
    left: 0;
    width: 100%;
    content: "";
    height: 100%;
}

.course_program_description1492 .education_track1974::after {
    top: 40px;
    border: 4px solid rgb(225,195,214,0.5);
    height: 40px;
    content: "";
    right: -20px;
    animation: rotateAnimation 20s infinite linear;
    z-index: -1;
    border-radius: 10px;
    width: 40px;
    position: absolute;
}

.course_program_description1492 .text_header4986 .description:first-of-type::after {
    bottom: 0;
    width: 100%;
    left: 0;
    position: absolute;
    height: 2px;
    content: "";
    background: linear-gradient(90deg, rgb(225,195,214), transparent);
}

.course_program_description1492 .container::before {
    position: absolute;
    bottom: -40px;
    height: 1px;
    width: 150%;
    content: "";
    left: -25%;
    background: linear-gradient(90deg, transparent, rgb(225,195,214,0.5), transparent);
}

header:after {
    height: 100%;
    width: 100%;
    background-size: 100px 100px;
    left: 0;
    pointer-events: none;
    position: absolute;
    background-image: 
        linear-gradient(to right, 
            transparent 20%, 
            rgba(255, 255, 255, 0.05) 40%, 
            rgba(255, 255, 255, 0.05) 60%, 
            transparent 80%
        ),
        linear-gradient(to bottom, 
            transparent 20%, 
            rgba(255, 255, 255, 0.05) 40%, 
            rgba(255, 255, 255, 0.05) 60%, 
            transparent 80%
        );
    content: '';
    top: 0;
}

header .head_bar3047:before {
    position: absolute;
    border-radius: 50%;
    content: '';
    left: 0;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transform: translateY(-50%) translateX(-40px);
    opacity: 0.5;
    width: 20px;
    height: 20px;
    top: 50%;
}

header .nav_main2417 {
    align-items: center;
    gap: 30px;
    position: relative;
    display: flex;
}

header .main_mainbar2456 {
    color: #ffffff;
    text-decoration: none;
    padding: 8px 0;
    font-size: 14px;
    position: relative;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 400;
}

header .main_mainbar2456:hover {
    transform: translateX(5px);
    color: #ffffff;
}

header .main_mainbar2456:hover:before {
    opacity: 1;
    left: -20px;
}

header .head_edu8307 {
    transition: all 0.3s ease;
    align-items: center;
    text-decoration: none;
    position: relative;
    display: flex;
    padding: 5px;
}

header .head_edu8307:hover:before {
    opacity: 1;
}

header .head_edu8307:hover:after {
    opacity: 1;
    animation: circuit 3s infinite;
}

header .head_edu8307:hover svg {
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
}

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

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

.instructor_profile1607 .experience_summary2058::before {
    position: absolute;
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5), transparent);
    content: "";
    top: 15%;
    width: 1px;
    height: 70%;
    left: -2rem;
}

.instructor_profile1607 .experience_summary2058 div:nth-child(2) {
    letter-spacing: 2px;
    font-size: 21px;
    font-weight: 300;
    margin-bottom: 3rem;
    transform: translateX(0);
    text-transform: uppercase;
    color: rgb(202,158,183);
    transition: all 0.5s ease 0.1s;
}

.instructor_profile1607 .edu_testimonials4693:hover .img_list7916::after {
    opacity: 0.3;
}

.instructor_profile1607 .edu_testimonials4693:hover .name::after {
    transform: scaleX(1);
}

.our_team9238 {
    background: rgb(242,228,236);
    overflow: hidden;
    position: relative;
    padding: 100px 0;
}

.our_team9238 .expert_network7580 {
    position: relative;
}

.our_team9238 h3::after {
    border-radius: 10px;
    width: 100px;
    bottom: -15px;
    background: rgb(225,195,214);
    position: absolute;
    content: "";
    left: 50%;
    height: 5px;
    transform: translateX(-50%);
}

.our_team9238 .skill_spot1352 p {
    padding: 40px;
    position: relative;
    font-size: 16px;
    border-radius: 10px;
    margin-right: -50px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    flex: 1;
    line-height: 1.8;
    background: #ffffff;
    z-index: 1;
    color: #000000;
    margin: 0;
}

.our_team9238 .community_team6571 .belief_core4520 {
    z-index: 0;
    border-radius: 10px;
    height: 400px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s ease;
    flex: 0 0 40%;
    position: relative;
}

.our_team9238 .community_team6571::after {
    transform: translateY(-50%);
    position: absolute;
    opacity: 0.7;
    width: 20px;
    border-radius: 10px;
    height: 80%;
    content: "";
    top: 50%;
    background: rgb(202,158,183);
    right: -10px;
}

.our_team9238 .expert_network7580::before {
    width: 50%;
    content: "";
    position: absolute;
    top: 40px;
    background: linear-gradient(to right, rgb(225,195,214,0.5), transparent);
    left: 0;
    height: 1px;
}

.footer_careers3512::after {
    top: 0;
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    z-index: 2;
    background-image: 
        repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.03) 4px),
        repeating-linear-gradient(90deg, transparent, transparent 2px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.03) 4px);
    height: 100%;
}

.footer_careers3512 .info_item {
    flex: 1;
    min-width: 200px;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    max-width: 300px;
}

.footer_careers3512 .info_item:hover {
    transform: translateY(-5px);
}

.footer_careers3512 .info_item:hover p,
.footer_careers3512 .info_item:hover a {
    color: rgb(225,195,214);
}

.footer_careers3512 .info_item svg {
    width: 22px;
    fill: rgb(225,195,214);
    transition: transform 0.3s ease;
    height: 22px;
}

.footer_careers3512 .main_tutor7059 {
    gap: 1.5rem;
    flex-direction: column;
    display: flex;
}

.footer_careers3512 .press_room6937 {
    line-height: 1.6;
    font-size: calc(15px + 1px);
    opacity: 0.8;
}

.footer_careers3512 .nav_main2417::before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 1px;
    background: linear-gradient(to bottom, transparent, rgb(202,158,183,0.5) 30%, rgb(202,158,183,0.5) 70%, transparent);
    top: 0;
    left: -2rem;
}

.footer_careers3512 .top_tutor1673 {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    gap: 1.25rem;
}

.footer_careers3512 .top_tutor1673 a::before {
    bottom: 0;
    width: 0;
    background-color: rgb(225,195,214);
    position: absolute;
    content: '';
    height: 1px;
    transition: width 0.3s ease;
    left: 0;
}

.footer_careers3512 .subscribe_holder::before {
    opacity: 0.2;
    left: 0;
    height: 100%;
    width: 100%;
    content: '';
    position: absolute;
    background: 
        linear-gradient(135deg, transparent, rgba(255, 255, 255, 0.05) 50%, transparent 100%),
        radial-gradient(circle at top right, rgb(225,195,214,0.5), transparent 70%);
    z-index: -1;
    top: 0;
}

.footer_careers3512 .subscribe_holder p {
    line-height: 1.6;
    font-size: 13px;
    opacity: 0.9;
    margin-bottom: 0.5rem;
}

.footer_careers3512 .input_holder::before {
    opacity: 0.1;
    height: calc(100% + 20px);
    position: absolute;
    background: 
        radial-gradient(circle at bottom right, rgb(225,195,214,0.5) 0%, transparent 70%),
        radial-gradient(circle at top left, rgb(202,158,183,0.5) 0%, transparent 70%);
    animation: subtleRotate 15s linear infinite;
    top: -10px;
    left: -10px;
    border-radius: calc(10px + 10px);
    content: '';
    width: calc(100% + 20px);
    z-index: -1;
}

.footer_careers3512 .sub_verification9401::after {
    z-index: -2;
    opacity: 0;
    position: absolute;
    background: rgb(202,158,183);
    content: '';
    left: 0;
    transition: opacity 0.3s ease;
    top: 0;
    width: 100%;
    height: 100%;
}

.footer_careers3512 .sub_verification9401:hover::after {
    opacity: 1;
}

.footer_careers3512 .calc_foot2803 {
    opacity: 0.7;
    font-size: 15px;
}

.educational_yield5284 {
    background: linear-gradient(145deg, rgb(242,228,236) 0%, rgb(225,195,214,0.5) 100%);
    position: relative;
    overflow: hidden;
    padding: 100px 0;
}

.educational_yield5284 .expert_network7580 {
    gap: 50px;
    display: flex;
    overflow: hidden;
    padding: 50px;
    box-shadow: 
        20px 20px 40px rgba(0, 0, 0, 0.1),
        -10px -10px 30px rgba(255, 255, 255, 0.5);
    position: relative;
    align-items: center;
    border-radius: 30px;
    background: #ffffff;
    flex-direction: row-reverse;
}

.educational_yield5284 .img_list7916 {
    border-radius: 50%;
    width: 45%;
    position: relative;
    transition: all 0.5s ease;
    box-shadow: 
        10px 10px 20px rgba(0, 0, 0, 0.1),
        -10px -10px 20px rgba(255, 255, 255, 0.5),
        inset 0 0 0 8px rgba(255, 255, 255, 0.5);
}

.educational_yield5284 .text_header4986 {
    width: 55%;
    padding: 20px;
    position: relative;
}

.educational_yield5284 h3 {
    position: relative;
    margin-bottom: 30px;
    font-weight: 700;
    color: #000000;
    display: inline-block;
    font-size: 33px;
}

.educational_yield5284 .text_header4986:hover h3::after {
    transform: scaleX(1);
}

.educational_yield5284 li {
    border-radius: 15px;
    transform-origin: left;
    padding: 15px 20px;
    margin-bottom: 20px;
    background: rgb(242,228,236);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.educational_yield5284 li:hover svg {
    background: rgb(202,158,183);
    transform: scale(1.1) rotate(10deg);
}

.stay_connected2463 .container {
    z-index: 3;
    position: relative;
    transform: rotateZ(2deg) scale(1.02);
}

.stay_connected2463 .expert_network7580 {
    flex-direction: column;
    position: relative;
    display: flex;
}

.stay_connected2463 p {
    position: relative;
    font-weight: 700;
    margin-bottom: 2rem;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%);
    padding-bottom: 1rem;
    font-size: 19px;
    text-align: left;
    font-family: Arial, sans-serif;
    z-index: 2;
    color: #000000;
}

.stay_connected2463 .input_holder {
    background: #ffffff;
    gap: 1.5rem;
    flex-direction: column;
    box-shadow: 
        0 10px 20px rgba(0, 0, 0, 0.5),
        0 0 0 1px rgb(202,158,183,0.5);
    position: relative;
    border-radius: 10px;
    display: flex;
    transition: transform 0.3s ease;
    transform: translateY(0);
    padding: 1.5rem;
}

.stay_connected2463 .mail_panel3871:focus {
    background-color: #ffffff;
    border-bottom-color: rgb(202,158,183);
    outline: none;
}

.stay_connected2463 .sub_verification9401::before {
    content: "";
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
    width: 100%;
    top: 0;
    height: 100%;
    transition: all 0.5s ease;
    left: -100%;
    position: absolute;
}


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



@media (max-width: 767px) {.opening_page5169 {
    min-height: 80vh;
}.opening_page5169 > div {
    grid-gap: 1rem;
    padding: 1.5rem;
}.opening_page5169 .start_head9234 {
    padding: 1.5rem;
}.opening_page5169 .title_style_header::after {
    width: 80%;
}.opening_page5169 .learn_lab5283::before {
    top: -5px;
    height: 25px;
    width: 25px;
    right: -5px;
}
}



@media (min-width: 768px) {.thanksCard5147 .expert_network7580 {
    padding: 4rem 5rem;
}.thanksCard5147 h5 {
    font-size: calc(23px * 1.2);
}.thanksCard5147 p {
    padding: 2rem;
    font-size: calc(12px * 1.05);
}
}



@media (max-width: 480px) {.thanksCard5147 {
    padding: 2rem 0;
}.thanksCard5147 .expert_network7580 {
    transform: none;
    padding: 1.5rem;
}.thanksCard5147 h5 {
    font-size: calc(23px * 0.85);
}.thanksCard5147 p {
    line-height: 1.5;
    font-size: calc(12px * 0.9);
    padding: 0.75rem;
}}



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


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


@media only screen and (max-width: 800px) {.user_dialog0941 {
    display: none;
}.cookie_view4928 {
    flex-direction: column;
    align-items: center;
    justify-content: center;
}.cookie_warning_notice2031 h5, .cookie_warning_notice2031 p {
    text-align: center;
}.edu_approve8275 {
    margin-bottom: 15px;
}.cookie_show8439 {
    margin-left: 0;
    margin-top: 10px;
}}



@media (min-width: 1200px) {.tariff_option0619 {
    padding: 8rem 2rem;
}.tariff_option0619 .bundle_rate4375 {
    flex: 0 0 25%;
}.tariff_option0619 .cost_matrix2843 {
    flex: 0 0 75%;
}.tariff_option0619 .fee_package4156 {
    padding: 2.5rem;
}
}



@media screen and (max-width: 992px) {.reach_out3856 {
    padding: 80px 0;
}.reach_out3856 .contact_feedback3258 {
    flex-direction: column;
}.reach_out3856 .connect_map1580,
    .reach_out3856 .reach_box0352 {
    width: 100%;
    padding: 40px 30px;
}.reach_out3856 .connect_map1580 h3 {
    margin-bottom: 30px;
    font-size: calc(30px * 0.9);
}.reach_out3856 .connect_map1580 div {
    margin-bottom: 20px;
}
}



@media (max-width: 767px) {.attempt_now1528 {
    padding: 70px 0;
}.attempt_now1528 .expert_network7580 {
    padding: 30px;
    flex-direction: column;
    gap: 40px;
}.attempt_now1528 .container p {
    text-align: center;
    font-size: 21px;
    width: 100%;
}.attempt_now1528 .request_box1498 {
    height: 140px;
    width: 140px;
}
}



@media (max-width: 1024px) {.course_program_description1492 {
    padding: 80px 0;
}.course_program_description1492 .text_header4986 {
    width: 90%;
}
}



@media (max-width: 991px) {header .container {
    padding: 12px 20px;
}header .nav_main2417 {
    gap: 20px;
}header .head_edu8307 svg {
    height: 35px;
}
}



@media (max-width: 767px) {header .nav_main2417 {
    background: rgb(225,195,214);
    top: 0;
    gap: 25px;
    position: fixed;
    right: -100%;
    z-index: 1001;
    flex-direction: column;
    width: 80%;
    height: 100vh;
    max-width: 320px;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    padding: 80px 30px 30px;
    box-shadow: -5px 0 20px rgba(0, 0, 0, 0.2);
}header .nav_main2417:before {
    top: 60px;
    left: 10%;
    width: 80%;
    bottom: auto;
}header .nav_main2417:after {
    right: 20px;
    height: 30px;
    border-radius: 50%;
    top: 20px;
    width: 30px;
    content: '';
    pointer-events: none;
    border: 1px solid rgba(255, 255, 255, 0.2);
    position: absolute;
}header .menu.active {
    right: 0;
}header .main_mainbar2456 {
    padding: 12px 0;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}header .main_mainbar2456:hover {
    transform: translateX(0);
}header .main_mainbar2456:last-child {
    border-bottom: none;
}header .head_edu8307 {
    margin: 0 auto;
}
}



@media screen and (max-width: 576px) {.our_team9238 {
    padding: 50px 0;
}.our_team9238 h3 {
    font-size: calc(45px * 0.6);
    margin-bottom: 40px;
}.our_team9238 h3::after {
    width: 60px;
    height: 3px;
    bottom: -10px;
}.our_team9238 .skill_spot1352 {
    margin-bottom: 50px;
}.our_team9238 .skill_spot1352 span {
    font-size: calc(24px * 0.9);
    padding: 6px 15px;
}.our_team9238 .skill_spot1352 p,
    .our_team9238 .community_team6571 p {
    line-height: 1.6;
    font-size: calc(16px * 0.95);
    padding: 25px;
}.our_team9238 .skill_spot1352 .img_list7916,
    .our_team9238 .community_team6571 .belief_core4520 {
    height: 250px;
}.our_team9238 .skill_spot1352::before,
    .our_team9238 .community_team6571::after {
    height: 10px;
}}



@media (max-width: 576px) {.footer_careers3512 {
    padding: 3rem 0 1.5rem;
}.footer_careers3512 .quick_reach2516 {
    padding: 1rem;
    transform: translateY(-1.5rem);
}.footer_careers3512 .info_item p,
    .footer_careers3512 .info_item a {
    font-size: calc(13px - 1px);
}.footer_careers3512 .top_tutor1673 {
    text-align: center;
    grid-template-columns: 1fr;
}.footer_careers3512 .top_tutor1673 a:hover {
    transform: none;
}.footer_careers3512 .top_tutor1673 a::before {
    transform: translateX(-50%);
    left: 50%;
}.footer_careers3512 .top_tutor1673 a:hover::before {
    width: 30px;
}.footer_careers3512 .input_holder {
    width: 100%;
}}



@media (max-width: 576px) {.educational_yield5284 {
    padding: 60px 0;
}.educational_yield5284 .expert_network7580 {
    padding: 30px 20px;
}.educational_yield5284 .img_list7916 {
    width: 80%;
}.educational_yield5284 h3 {
    font-size: 18px;
    text-align: center;
    display: block;
}.educational_yield5284 li {
    padding: 12px 15px;
}.educational_yield5284 li p {
    font-size: 12px;
}.educational_yield5284 svg {
    padding: 8px;
}}



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



@keyframes borderPulse {
  0% {
    border-color: rgb(202,158,183);
  }
  100% {
    border-color: rgb(225,195,214);
  }
}



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



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



@keyframes pulseAnimation {
    0% {
        opacity: 0.4;
    }
    50% {
        opacity: 0.7;
    }
    100% {
        opacity: 0.4;
    }
}



@keyframes circuit {
    0%, 100% {
        top: -5px;
        left: -5px;
    }
    25% {
        top: -5px;
        left: calc(100% - 5px);
    }
    50% {
        top: calc(100% - 5px);
        left: calc(100% - 5px);
    }
    75% {
        top: calc(100% - 5px);
        left: -5px;
    }
}

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



@keyframes float {
    0%, 100% {
        transform: translateY(-10px);
    }
    50% {
        transform: translateY(10px);
    }
}

