.nav_expertIxUX5Z {
    flex: 1 0 auto;
}

.nav_expertIxUX5Z {
    background: rgb(239,224,183);
    position: relative;
    padding-top: 2rem;
    z-index: 1;
}

header,footer {
    width: 100%;
}

header {
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.08);
    z-index: 100;
    margin-top: 0;
    padding: 0;
    overflow: visible;
    background: linear-gradient(135deg, rgb(211,186,106,0.5) 0%, rgb(239,224,183) 100%);
    position: relative;
}

.gratBlockHreYWd h2 {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    opacity: 0;
    font-weight: 700;
    animation: titleEntrance 1.2s cubic-bezier(0.17, 0.84, 0.44, 1) forwards;
    font-size: 28px;
    text-align: center;
    color: #000000;
    margin-bottom: 40px;
    transform: translateZ(30px);
    line-height: 1.4;
    letter-spacing: 0.5px;
    position: relative;
}

.gratBlockHreYWd .mentor_teamDsx9Bv::after {
    z-index: -1;
    height: 180px;
    background: radial-gradient(circle at center, rgb(211,186,106,0.5), transparent 70%);
    bottom: 0;
    content: "";
    width: 180px;
    position: absolute;
    border-radius: 50%;
    opacity: 0.2;
    animation: glowPulse 8s ease-in-out infinite alternate;
    transform: translate(40%, 40%);
    right: 0;
}

.course_instructorXj9ay5 {
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(239,224,183) 0%, #ffffff 100%);
    overflow: hidden;
    position: relative;
}

.course_instructorXj9ay5 .container {
    transform-style: preserve-3d;
    z-index: 1;
    perspective: 1000px;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}

.course_instructorXj9ay5 .opinion_ratingstqVjsk:hover::before {
    opacity: 0.7;
}

.course_instructorXj9ay5 .opinion_ratingstqVjsk > div:nth-child(1) {
    grid-area: photo;
}

.course_instructorXj9ay5 .opinion_ratingstqVjsk > div:nth-child(2) {
    grid-area: info;
}

.course_instructorXj9ay5 .opinion_ratingstqVjsk > div:nth-child(3) {
    grid-area: quote;
}

.course_instructorXj9ay5 .opinion_ratingstqVjsk:hover .photo_stripokw3F5::after {
    opacity: 0.5;
}

.course_instructorXj9ay5 .name::after {
    position: absolute;
    transform: scaleX(0.7);
    content: "";
    background: rgb(183,152,40);
    transform-origin: left;
    transition: transform 0.4s ease-out;
    width: 60px;
    height: 3px;
    left: 0;
    bottom: -10px;
}

.course_instructorXj9ay5 .opinion_ratingstqVjsk:hover .emp_summaryjmu9IN::before {
    opacity: 0.4;
    transform: translateZ(15px) translateY(-10px);
}

header::before {
    width: 100%;
    background-image: 
        radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.3) 0%, transparent 8%),
        radial-gradient(circle at 70% 60%, rgba(255, 255, 255, 0.3) 0%, transparent 12%),
        radial-gradient(circle at 40% 80%, rgba(255, 255, 255, 0.3) 0%, transparent 10%),
        radial-gradient(circle at 80% 30%, rgba(255, 255, 255, 0.3) 0%, transparent 15%),
        radial-gradient(circle at 10% 70%, rgba(255, 255, 255, 0.3) 0%, transparent 8%);
    left: 0;
    z-index: 0;
    opacity: 0.4;
    top: 0;
    content: '';
    position: absolute;
    height: 100%;
}

header .head_sitebarcVyThk a:hover {
    color: #ffffff;
    border-radius: 40% 60% 60% 40% / 60% 40% 60% 40%;
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

header .head_sitebarcVyThk::after {
    left: 50%;
    opacity: 0.7;
    width: 6px;
    content: '';
    position: absolute;
    background: rgb(211,186,106);
    transition: transform 0.4s ease;
    height: 6px;
    bottom: -8px;
    border-radius: 50%;
    transform: translateX(-50%) scale(0);
}

.opening_boardpaE8ZD .photo_stripokw3F5 {
    height: 100%;
    position: absolute;
    transform: scale(1.05);
    width: 100%;
    top: 0;
    opacity: 0.85;
    left: 0;
    transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1);
    z-index: 1;
}

.opening_boardpaE8ZD .text_archAfm3ob {
    max-width: 550px;
    opacity: 0;
    padding: 3rem;
    animation: fadeSlideUp 1.2s 0.6s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    border-left: 4px solid rgb(183,152,40);
    transform: translateY(30px);
    background: linear-gradient(
        145deg,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(255, 255, 255, 0.05) 100%
    );
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
}

.opening_boardpaE8ZD .page_beginOQl7Bu svg:hover path {
    fill: rgb(120, 190, 188);
    opacity: 1;
}

.opening_boardpaE8ZD .contact_feedbackSr2jA9 {
    padding: 1rem 2.5rem;
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    box-shadow: 0 10px 25px rgba(94, 170, 168, 0.3);
    border-radius: 10px;
    color: #ffffff;
    overflow: hidden;
    font-size: 19px;
    text-decoration: none;
    transform: translateY(0);
    display: inline-block;
    background: linear-gradient(
        135deg,
        rgb(183,152,40) 0%,
        rgb(120, 190, 188) 100%
    );
    letter-spacing: 0.03em;
    font-weight: 600;
}

.company_infouE1OM6 .text_archAfm3ob > div:first-child {
    position: relative;
    margin-bottom: 15px;
}

.company_infouE1OM6 .text_archAfm3ob h5::after {
    animation: expandWidth 3s infinite alternate cubic-bezier(0.645, 0.045, 0.355, 1);
    background: rgb(183,152,40);
    bottom: -8px;
    content: "";
    position: absolute;
    width: 40%;
    left: 0;
    height: 3px;
}

.company_infouE1OM6 .text_archAfm3ob ol {
    list-style: none;
    padding: 0;
    margin: 0;
    counter-reset: item;
}

.company_infouE1OM6 .text_archAfm3ob ol li::before {
    background: rgb(183,152,40);
    animation: pulseGlow 3s infinite alternate;
    width: 10px;
    left: -5px;
    box-shadow: 0 0 15px rgb(183,152,40);
    height: 10px;
    top: 0;
    position: absolute;
    content: "";
    border-radius: 50%;
}

.supportgx08li .course_infoWKu1Dy {
    backdrop-filter: blur(10px);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    overflow: hidden;
    background: linear-gradient(to right bottom, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
    border-radius: 26px;
    position: relative;
    padding: 3.5rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.supportgx08li .course_infoWKu1Dy {
    padding: 2rem 1.5rem;
}

.supportgx08li .course_infoWKu1Dy p:last-of-type {
    padding-left: 30px;
    color: rgb(211,186,106);
    display: flex;
    font-weight: 600;
    align-items: center;
    position: relative;
}

.supportgx08li .message_infoYcf7IN {
    font-size: calc(17px * 1.1);
    transition: all 0.3s ease;
    position: relative;
    border-radius: 26px;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.1);
    min-width: 200px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    color: rgb(211,186,106);
    font-weight: 600;
    display: flex;
    background: rgba(255, 255, 255, 0.05);
    padding: 1rem 2rem;
    align-items: center;
    justify-content: center;
}

.supportgx08li .message_infoYcf7IN {
    width: 100%;
}

.course_program_info2pUne3 .learn_more2po5Pz::after {
    position: absolute;
    background: linear-gradient(to bottom, 
                transparent 0%, 
                #000000 80%);
    z-index: 3;
    height: 100%;
    top: 0;
    width: 100%;
    content: "";
    left: 0;
}

.course_program_info2pUne3 .container {
    display: flex;
    justify-content: center;
    height: 100%;
    margin: 0 auto;
    position: relative;
    padding: 0;
    width: 100%;
    max-width: 1320px;
    align-items: center;
    z-index: 4;
}

.course_program_info2pUne3 .knowledge_guide6wOt0Y .contact_feedbackSr2jA9::before {
    transition: width 0.4s ease;
    position: absolute;
    content: "";
    height: 100%;
    top: 0;
    left: 0;
    width: 0;
    z-index: -1;
    background: rgb(211,186,106);
}

.course_program_info2pUne3 .skill_mapmd7vPa:nth-child(2)::after {
    animation-delay: 1s;
    top: 60%;
}

.course_program_info2pUne3 .skill_mapmd7vPa:nth-child(3)::after {
    top: 45%;
    animation-delay: 2s;
}

.course_program_info2pUne3 .skill_mapmd7vPa:nth-child(4)::after {
    top: 75%;
    animation-delay: 3s;
}




.course_program_info2pUne3 .mentor_teamDsx9Bv::before {
    position: absolute;
    background: linear-gradient(90deg, 
                transparent 0%, 
                #ffffff 50%, 
                transparent 100%);
    content: "";
    opacity: 0.3;
    width: 100%;
    bottom: 0;
    height: 1px;
    left: 0;
}

.edu_cookie9Tt07l {
    color: #ffffff;
    text-align: left;
    flex-grow: 1;
}

.track_settingsvLAUgT {
    color: #ffffff;
    font-size: 17px;
    background: rgb(211,186,106);
    flex-shrink: 0;
    min-width: 120px;
    border-radius: 10px;
    cursor: pointer;
    border: none;
    padding: 10px 20px;
    text-decoration: none;
    text-align: center;
}

.confidential_refugeNhIPil .container {
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.05);
    border-left: 3px solid rgb(211,186,106);
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    backdrop-filter: blur(8px);
    max-width: 1140px;
    z-index: 1;
    margin: 0 auto;
    transform: perspective(1000px) rotateY(0.5deg);
    padding: 3rem;
    position: relative;
}

.confidential_refugeNhIPil h2:hover {
    padding-left: 1.5rem;
    color: rgb(211,186,106);
}

.confidential_refugeNhIPil h4 {
    margin: 2rem 0 1rem;
    font-size: 23px;
    color: #000000;
    border-left: 1px dashed rgb(211,186,106,0.5);
    font-weight: 400;
    padding-left: 0.5rem;
}

.confidential_refugeNhIPil strong:hover::after {
    transform: scaleX(1);
}

.confidential_refugeNhIPil li::before {
    border: 1px solid rgb(211,186,106);
    top: 0.7rem;
    position: absolute;
    transform: rotate(45deg);
    height: 8px;
    width: 8px;
    opacity: 0.8;
    content: "";
    left: 0;
    transition: all 0.3s ease;
}

.learning_profitsO89nGF::after {
    animation: breathe 8s infinite alternate ease-in-out;
    border-radius: 50%;
    bottom: -10%;
    width: 400px;
    position: absolute;
    left: -5%;
    height: 400px;
    filter: blur(80px);
    background: rgb(211,186,106,0.5);
    opacity: 0.4;
    content: "";
}

.learning_profitsO89nGF .photo_stripokw3F5::after {
    border-radius: 35% 65% 50% 50% / 50% 35% 65% 50%;
    content: "";
    transition: all 0.7s ease;
    inset: -15px;
    border: 1px solid rgb(183,152,40,0.5);
    z-index: -1;
    opacity: 0.6;
    position: absolute;
}

.learning_profitsO89nGF .text_archAfm3ob::after {
    height: 70px;
    width: 70px;
    border-radius: 0 0 10px 0;
    border-right: 3px solid rgb(183,152,40);
    opacity: 0.7;
    position: absolute;
    content: "";
    right: -10px;
    border-bottom: 3px solid rgb(183,152,40);
    bottom: -10px;
}

.learning_profitsO89nGF li::before {
    content: "";
    top: 0;
    width: 100%;
    transition: opacity 0.3s ease;
    position: absolute;
    opacity: 0;
    left: 0;
    height: 100%;
    background: linear-gradient(to right, rgb(211,186,106,0.5), transparent);
}

.learning_profitsO89nGF li:hover svg {
    transform: scale(1.1) rotate(-10deg);
    background: #ffffff;
    border-radius: 6px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

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

.contact_usLyrOv7 .message_messageIVKM1D::before {
    width: 100%;
    position: absolute;
    pointer-events: none;
    top: 0;
    opacity: 0.03;
    height: 100%;
    left: 0;
    content: "";
    background: linear-gradient(to bottom right, rgb(211,186,106,0.5), transparent);
}

.contact_usLyrOv7 .reach_listA0N5dq::before {
    right: 20px;
    border-right: 2px solid rgb(211,186,106,0.5);
    content: "";
    opacity: 0.7;
    position: absolute;
    width: 50px;
    height: 50px;
    border-top: 2px solid rgb(211,186,106,0.5);
    top: 20px;
}

.contact_usLyrOv7 form input[type="text"]:focus {
    border-color: rgb(211,186,106);
    outline: none;
    box-shadow: 0 0 15px rgba(rgb(211,186,106), 0.2);
    background: rgba(255, 255, 255, 0.08);
}

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

.contact_usLyrOv7 form .contact_feedbackSr2jA9:hover::before {
    left: 0;
}

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

.cheat_sheetiWnJFN::before {
    background: linear-gradient(0deg, #000000 20%, transparent 100%);
    top: 0;
    content: "";
    z-index: -1;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
}

.cheat_sheetiWnJFN .company_holder::before {
    left: -5px;
    z-index: -1;
    content: "";
    background: linear-gradient(45deg, rgb(211,186,106), transparent 70%);
    top: -5px;
    width: calc(100% + 10px);
    opacity: 0.5;
    height: calc(100% + 10px);
    filter: blur(5px);
    clip-path: polygon(
        0 0,
        calc(100% - 40px) 0,
        100% 40px,
        100% 100%,
        40px 100%,
        0 calc(100% - 40px)
    );
    position: absolute;
}

.cheat_sheetiWnJFN .contest_infovsB5GR {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.cheat_sheetiWnJFN .nav_sitebarsI0CDr:hover {
    transform: translateY(-5px);
    box-shadow: -8px 8px 20px rgba(0, 0, 0, 0.4);
    background: rgba(rgb(211,186,106,0.5), 0.1);
}

.cheat_sheetiWnJFN .nav_sitebarsI0CDr .head_siteJAjzIP {
    flex-direction: column;
    display: flex;
    gap: 1rem;
}

.cheat_sheetiWnJFN .nav_sitebarsI0CDr .head_siteJAjzIP a:hover {
    opacity: 1;
    text-shadow: 0 0 5px rgb(211,186,106);
    color: rgb(211,186,106);
}

.fellow_prog3UHNjY {
    padding: 1.5rem 0;
    background: rgba(0, 0, 0, 0.6);
    margin-top: 3rem;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    position: relative;
}

.testimonialsQMT6us {
    overflow: hidden;
    padding: 6rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(239,224,183) 0%, rgba(rgb(211,186,106,0.5), 0.05) 100%);
}

.testimonialsQMT6us h2.container::after {
    content: "";
    bottom: -15px;
    position: absolute;
    width: 80px;
    height: 3px;
    transform: translateX(-50%);
    left: 50%;
    background: linear-gradient(to right, transparent, rgb(183,152,40), transparent);
}

.testimonialsQMT6us .opinion_ratingstqVjsk:hover {
    box-shadow: 0 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.08),
                0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.04);
    transform: translateY(-10px) scale(1.01) rotate(0.5deg);
}

.testimonialsQMT6us .opinion_ratingstqVjsk:hover h3 {
    color: rgb(211,186,106);
    transform: translateX(5px);
}

.testimonialsQMT6us .opinion_ratingstqVjsk div {
    border-radius: 4px;
    width: 100%;
    transform-origin: bottom;
    height: 0;
    position: relative;
    padding-bottom: 60%;
    transition: transform 0.4s ease;
    overflow: hidden;
}

.testimonialsQMT6us .opinion_ratingstqVjsk:nth-child(odd):hover {
    transform: translateY(-10px) rotate(0);
}

.testimonialsQMT6us .opinion_ratingstqVjsk::after {
    position: absolute;
    opacity: 0.1;
    right: 1rem;
    transform: translateY(-10px);
    font-family: serif;
    top: 0.5rem;
    font-size: 5rem;
    transition: all 0.4s ease;
    z-index: 1;
    color: rgb(183,152,40);
    line-height: 1;
    content: "";
}

.plan_chooser2sbEGk .study_packagesLZGKcg h2::after {
    bottom: -10px;
    height: 4px;
    content: "";
    background: linear-gradient(90deg, rgb(183,152,40), rgb(211,186,106));
    width: 80px;
    position: absolute;
    border-radius: 2px;
    left: 0;
}

.plan_chooser2sbEGk .price_optsduQlOX:nth-child(2) {
    --i: 2;
}

.plan_chooser2sbEGk .pricing_tiersd3NzUa {
    overflow: hidden;
    transform-style: preserve-3d;
    background-color: #ffffff;
    transition: all 0.4s ease;
    position: relative;
    height: 100%;
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.15), 
              0 5px 15px -10px rgba(0, 0, 0, 0.05);
    border-radius: 12px;
}

.plan_chooser2sbEGk .price_optsduQlOX:hover .fee_planqPcjCo {
    transform: scale(1.05);
    color: rgb(211,186,106);
}

.plan_chooser2sbEGk .photo_stripokw3F5 {
    position: relative;
    transition: all 0.5s ease;
    overflow: hidden;
    width: 100%;
    height: 200px;
}

.plan_chooser2sbEGk .price_optsduQlOX:hover .photo_stripokw3F5::after {
    opacity: 0.3;
}


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



@media (max-width: 992px) {.gratBlockHreYWd {
    padding: 60px 0;
}.gratBlockHreYWd h2 {
    font-size: calc(28px * 0.9);
    margin-bottom: 30px;
}.gratBlockHreYWd .mentor_teamDsx9Bv {
    padding: 30px;
}
}



@media (min-width: 768px) {.course_instructorXj9ay5 .opinion_ratingstqVjsk {
    grid-template-areas:
            "photo info"
            "quote quote";
    grid-template-columns: auto 1fr;
    align-items: center;
    padding: 4rem;
}.course_instructorXj9ay5 .opinion_ratingstqVjsk > div:nth-child(2) {
    padding-left: 2rem;
}.course_instructorXj9ay5 .emp_summaryjmu9IN {
    margin-top: 2rem;
}
}



@media (min-width: 1400px) {header .header_tutorj8p6bJ {
    max-width: 1320px;
    margin: 0 auto;
}header .head_sitebarcVyThk {
    margin: 0 0.7rem;
}header .head_sitebarcVyThk a {
    padding: 0.8rem 1.6rem;
}
}



@media (max-width: 767px) {header {
    padding: 0;
}header .header_tutorj8p6bJ {
    padding: 0.8rem 1.5rem;
}header .nav_base0QWuVE {
    border-radius: 40% 60% 50% 50% / 40% 50% 50% 40%;
    max-width: 140px;
    padding: 0.6rem;
}header .top_knowrpg14q img {
    max-height: 35px;
}header .nav_sitebarsI0CDr {
    justify-content: flex-start;
    padding-bottom: 0.5rem;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    margin-top: 0.8rem;
    overflow-x: auto;
}header .nav_sitebarsI0CDr::-webkit-scrollbar {
    height: 3px;
}header .nav_sitebarsI0CDr::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(211,186,106,0.5);
}header .head_sitebarcVyThk {
    flex: 0 0 auto;
    margin: 0 0.2rem;
}header .head_sitebarcVyThk a {
    border-radius: 30% 70% 50% 50% / 30% 30% 70% 70%;
    padding: 0.5rem 0.8rem;
    font-size: calc(18px - 2px);
    white-space: nowrap;
}header .head_sitebarcVyThk::after {
    display: none;
}header::after {
    height: 5px;
}
}



@media (max-width: 992px) {.company_infouE1OM6 {
    padding: 80px 0;
}.company_infouE1OM6 .text_archAfm3ob {
    padding: 40px 30px;
}.company_infouE1OM6 .text_archAfm3ob > div:nth-child(2) p {
    font-size: calc(24px * 1.1);
}
}




@media (max-width: 992px) {.course_program_info2pUne3 .knowledge_guide6wOt0Y {
    grid-gap: 1.5rem;
    grid-template-columns: 1fr;
    text-align: center;
}.course_program_info2pUne3 .knowledge_guide6wOt0Y h3,
    .course_program_info2pUne3 .knowledge_guide6wOt0Y span,
    .course_program_info2pUne3 .knowledge_guide6wOt0Y p {
    grid-column: 1 / 2;
    border: none;
    padding: 0;
}.course_program_info2pUne3 .knowledge_guide6wOt0Y h3 {
    margin: 0 auto;
    border-bottom: 2px solid rgb(211,186,106);
    width: fit-content;
    padding-bottom: 1rem;
}.course_program_info2pUne3 .knowledge_guide6wOt0Y .contact_feedbackSr2jA9 {
    grid-column: 1 / 2;
}.course_program_info2pUne3 .mentor_teamDsx9Bv {
    margin-bottom: 0;
}
}



@media (max-width: 992px) {.learning_profitsO89nGF {
    padding: 80px 0;
}.learning_profitsO89nGF .mentor_teamDsx9Bv {
    gap: 50px;
    grid-template-columns: 1fr;
}.learning_profitsO89nGF .mentor_teamDsx9Bv::before {
    display: none;
}.learning_profitsO89nGF .photo_stripokw3F5 {
    transform: perspective(800px) rotateY(0);
    margin: 0 auto;
    width: 80%;
    grid-row: 1;
    grid-column: 1;
}.learning_profitsO89nGF .text_archAfm3ob {
    transform: translateY(0);
    width: 90%;
    margin: 0 auto;
    grid-row: 2;
    grid-column: 1;
}
}



@media screen and (max-width: 991px) {.contact_usLyrOv7 {
    padding: 80px 0;
}.contact_usLyrOv7 .message_messageIVKM1D {
    flex-direction: column;
}.contact_usLyrOv7 .photo_stripokw3F5 {
    order: 1;
    min-height: 300px;
}.contact_usLyrOv7 .reach_listA0N5dq {
    padding: 40px 30px;
    order: 2;
}
}



@media screen and (max-width: 992px) {.cheat_sheetiWnJFN .contest_infovsB5GR {
    flex-direction: column;
}.cheat_sheetiWnJFN .head_siteJAjzIP {
    flex-direction: column;
}.cheat_sheetiWnJFN .nav_sitebarsI0CDr {
    width: 100%;
    margin-bottom: 1rem;
}.fellow_prog3UHNjY {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
}
}



@media (max-width: 767px) {.testimonialsQMT6us {
    padding: 3rem 0;
}.testimonialsQMT6us h2.container {
    font-size: calc(31px * 0.9);
    margin-bottom: 2rem;
}.testimonialsQMT6us h2.container::after {
    bottom: -10px;
    width: 60px;
}.testimonialsQMT6us .testimonial_sharingw1l7pe {
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
}.testimonialsQMT6us .opinion_ratingstqVjsk {
    padding: 1.5rem;
}
}



@media (min-width: 1200px) {.plan_chooser2sbEGk .rate_plansBweYn5 {
    flex-direction: row-reverse;
}.plan_chooser2sbEGk .study_packagesLZGKcg {
    width: 30%;
    padding-left: 50px;
    margin-bottom: 0;
}.plan_chooser2sbEGk .cost_tableEMXaCm {
    width: 70%;
}.plan_chooser2sbEGk .study_packagesLZGKcg h2 {
    font-size: calc(37px + 4px);
}
}



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



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



@keyframes holderEntrance {
    0% {
        opacity: 0;
        transform: translateY(40px) translateZ(15px) rotateX(2deg);
    }
    100% {
        opacity: 1;
        transform: translateY(0) translateZ(15px) rotateX(2deg);
    }
}



@keyframes pulseDot {
    0% {
        box-shadow: 0 0 0 0 rgba(var(--secondary-color-rgb, 0, 120, 200), 0.4);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(var(--secondary-color-rgb, 0, 120, 200), 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(var(--secondary-color-rgb, 0, 120, 200), 0);
    }
}

@keyframes pulseBackground {
  0% {
    opacity: 0.05;
    background-position: 0% 0%, 100% 100%, 50% 50%;
    background-size: 350px 350px, 400px 400px, 300px 300px;
  }
  50% {
    opacity: 0.15;
    background-position: 2% 3%, 98% 98%, 51% 52%;
    background-size: 380px 380px, 420px 420px, 320px 320px;
  }
  100% {
    opacity: 0.1;
    background-position: 3% 5%, 96% 96%, 52% 53%;
    background-size: 400px 400px, 450px 450px, 350px 350px;
  }
}



@keyframes breathe {
    0% { transform: scale(1); opacity: 0.4; }
    50% { transform: scale(1.2); opacity: 0.5; }
    100% { transform: scale(1); opacity: 0.4; }
}



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

