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

html,body {
    height: 100%;
    color: #000000;
    font-family: Arial, sans-serif;
    scroll-behavior: smooth;
    min-height: 100%;
}

.academic_experience_b7fCHli .learning_testimonials_cWT1SXn {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 2rem;
    transition: transform 0.5s ease;
    z-index: 2;
    position: relative;
    transform: perspective(1000px) rotateY(5deg);
}

.academic_experience_b7fCHli .hover_image_Mz7ajXe::after {
    background: linear-gradient(45deg, rgb(197,180,203,0.5) 0%, transparent 70%);
    top: 0;
    position: absolute;
    width: 100%;
    left: 0;
    height: 100%;
    border-radius: 10px;
    content: "";
}

.academic_experience_b7fCHli .name::after {
    transform: scaleX(0.6);
    background: linear-gradient(90deg, rgb(171,120,181) 0%, rgb(197,180,203) 100%);
    transform-origin: left;
    position: absolute;
    height: 3px;
    width: 60px;
    content: "";
    bottom: -8px;
    left: 0;
    transition: transform 0.3s ease;
}

.course_structure_5yqAQTv::before {
    z-index: 1;
    top: 0;
    height: 100%;
    left: 0;
    background: radial-gradient(circle at 70% 30%, rgb(171,120,181,0.5) 0%, transparent 60%);
    position: absolute;
    content: "";
    opacity: 0.15;
    width: 100%;
}

.course_structure_5yqAQTv::before {
    box-shadow: 
        30px 80px 0 -0.5px rgb(197,180,203,0.5),
        80px 200px 0 -1px rgb(171,120,181,0.5),
        200px 50px 0 -0.5px rgb(197,180,203,0.5),
        280px 160px 0 -1px rgb(171,120,181,0.5),
        320px 280px 0 -0.5px rgb(197,180,203,0.5);
}

.course_structure_5yqAQTv .article_wrap_nObxILN::before {
    width: 150px;
    top: -20px;
    left: 0;
    content: "";
    position: absolute;
    height: 1px;
    opacity: 0.6;
    background: linear-gradient(90deg, rgb(197,180,203) 0%, transparent 100%);
}

.course_structure_5yqAQTv p.description {
    display: none;
}



.course_structure_5yqAQTv .article_wrap_nObxILN > div {
    position: relative;
    opacity: 0;
    animation: fadeInUp 0.8s forwards ease-out 0.5s;
}

.learning_process_9Bhkzcu::after {
    position: absolute;
    filter: blur(20px);
    transform: rotate(15deg) translateZ(50px);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    height: 200px;
    opacity: 0.15;
    width: 200px;
    top: -50px;
    background: rgb(197,180,203,0.5);
    right: -50px;
    content: "";
    animation: rotate-shape 30s infinite linear;
}

.learning_process_9Bhkzcu .how_grow_gIfuPTh:hover::before {
    transform: translateY(0);
    opacity: 1;
}

.learning_process_9Bhkzcu .how_grow_gIfuPTh::after {
    opacity: 0;
    right: -20px;
    bottom: 20px;
    content: "";
    transition: transform 0.6s ease, opacity 0.6s ease;
    transform: translateY(10px);
    position: absolute;
    width: calc(100% + 40px);
    height: 1px;
    background: linear-gradient(90deg, transparent, rgb(171,120,181,0.5), transparent);
}

.learning_process_9Bhkzcu .how_grow_gIfuPTh:hover p {
    transform: translateY(5px);
}

.learning_process_9Bhkzcu p span::before {
    height: 1px;
    position: absolute;
    transform: scaleX(0);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transform-origin: left;
    left: 0;
    background: rgb(171,120,181,0.5);
    width: 100%;
    content: "";
    opacity: 0.3;
    bottom: 0;
}

.pricing_options_TRASY5m .learning_cost_zGTqRi5 {
    order: 1;
    margin-bottom: 3rem;
    text-align: center;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.pricing_options_TRASY5m .study_offers_RjZhgzU {
    margin-top: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    order: 2;
    gap: 2rem;
    display: grid;
}

.pricing_options_TRASY5m .learning_rates_Rd2mv7w {
    flex-direction: column;
    position: relative;
    overflow-wrap: break-word;
    display: flex;
    z-index: 1;
    word-break: break-word;
    padding: 2rem;
    flex-grow: 1;
}

.pricing_options_TRASY5m .skill_pricing_fiv50ku:hover .learning_rates_Rd2mv7w h3::after {
    width: 80px;
}

.pricing_options_TRASY5m .skill_pricing_fiv50ku:hover .rate_card_ob5EpdU::before {
    width: 100%;
}

.pricing_options_TRASY5m .learning_rates_Rd2mv7w p {
    word-break: break-word;
    color: #000000;
    overflow-wrap: break-word;
    line-height: 1.6;
    font-size: 12px;
    margin-top: auto;
}

.pricing_options_TRASY5m .skill_pricing_fiv50ku:nth-child(3n+1) {
    border-top: 3px solid rgb(197,180,203);
}

.consent_comply_MzJlXvg {
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cookie_frame_HxhV1Xn svg, .cookie_frame_HxhV1Xn svg path, .cookie_frame_HxhV1Xn img {
    height: 100px;
    width: 100px;
    fill: rgb(197,180,203);
}

header .container {
    width: 100%;
    position: relative;
    padding: 0;
    z-index: 1;
    max-width: 100%;
    margin: 0;
}

header .head_wrap_8b50Yiy {
    padding: 1.2rem 0;
    display: flex;
    width: 35%;
    position: relative;
    text-decoration: none;
    justify-content: center;
    align-items: center;
}

header .nav_base_kSonKWP::before {
    width: 100%;
    background: linear-gradient(135deg, rgb(197,180,203,0.5), rgb(171,120,181,0.5));
    opacity: 0;
    left: 0;
    height: 100%;
    transition: opacity 0.3s ease;
    position: absolute;
    content: '';
    border-radius: 10px;
    top: 0;
    z-index: -1;
}

.contact_box_LTswlYH .hover_image_Mz7ajXe {
    left: 0;
    z-index: 0;
    filter: contrast(1.2) saturate(0.8);
    width: 100%;
    opacity: 0.07;
    position: absolute;
    height: 100%;
    top: 0;
}

.contact_box_LTswlYH .request_widget_WyDOuh1 {
    z-index: 1;
    padding: 80px;
    display: flex;
    justify-content: center;
    background: #ffffff;
    flex: 1 1 55%;
    position: relative;
    flex-direction: column;
}

.contact_box_LTswlYH .request_widget_WyDOuh1 h3 {
    color: #000000;
    font-weight: 300;
    text-align: center;
    margin-bottom: 40px;
    font-size: 18px;
}

.contact_box_LTswlYH .request_widget_WyDOuh1 input[type="text"]:focus,
.contact_box_LTswlYH .request_widget_WyDOuh1 textarea:focus {
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 0 0 3px rgb(197,180,203,0.5);
    background-color: rgba(0, 0, 0, 0.015);
    outline: none;
}

.contact_box_LTswlYH .request_widget_WyDOuh1 .message_list_tckbXKO input[type="checkbox"]:checked + label::before {
    background-color: rgb(197,180,203);
    border-color: rgb(197,180,203);
}

.contact_box_LTswlYH .request_widget_WyDOuh1 .message_list_tckbXKO a:hover {
    color: rgb(171,120,181);
}

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

.contact_box_LTswlYH .request_form_B97SpQi .query_box_2r6JxFl {
    margin: 0 auto;
    position: relative;
    list-style: none;
    max-width: 300px;
    padding: 0;
    z-index: 1;
}

.contact_box_LTswlYH .request_form_B97SpQi .query_box_2r6JxFl li:hover {
    transform: translateX(5px);
}

.contact_box_LTswlYH .request_form_B97SpQi .query_box_2r6JxFl li span {
    position: relative;
    line-height: 1.5;
    font-size: 12px;
    color: #ffffff;
}

.contact_box_LTswlYH .request_form_B97SpQi .query_box_2r6JxFl li a:hover {
    opacity: 0.8;
}

.company_overview_NtY2nGa::before {
    content: "";
    top: 0;
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.85) 0%,
        rgba(0, 0, 0, 0.75) 50%, 
        rgba(0, 0, 0, 0.65) 100%);
}

.company_overview_NtY2nGa h5 {
    display: inline-block;
    color: rgb(197,180,203);
    letter-spacing: 2px;
    font-size: 21px;
    margin: 0 0 15px;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
}

.company_overview_NtY2nGa p b {
    display: inline-block;
    font-size: calc(17px * 1.5);
    font-weight: 700;
    position: relative;
    color: rgb(171,120,181);
    padding-bottom: 5px;
    margin-bottom: 5px;
}

footer {
    width: 100%;
    position: relative;
}

footer .get_help_xcIJPEm::after {
    pointer-events: none;
    left: 0;
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
}

footer .info_item svg {
    fill: #ffffff;
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    margin-right: 15px;
}

footer .site_head_bQYzNti {
    padding-top: 60px;
    text-align: center;
}

footer .compliance_Lxpf4D1 {
    max-width: 350px;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    color: #000000;
    line-height: 1.6;
}

footer .header_wrap_OlXMwTx {
    flex-direction: column;
    flex-wrap: wrap;
    gap: 10px 30px;
    margin-bottom: 25px;
    display: flex;
}

footer .header_wrap_OlXMwTx a:hover {
    color: rgb(197,180,203);
    padding-left: 5px;
}

footer .subscribe_holder {
    margin: 0 20px;
    padding: 30px;
    color: #ffffff;
    background-color: rgb(197,180,203);
    position: relative;
    clip-path: polygon(0 0, 95% 0, 100% 100%, 5% 100%);
}

footer .input_holder input[type="email"]:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3);
}

footer .report_abuse_nXJ47Ee {
    font-size: 16px;
    text-align: center;
    color: #000000;
}

.confidential_armory_r41yxQW::before {
    z-index: 0;
    top: 0;
    left: 0;
    background: radial-gradient(circle at 90% 10%, rgb(197,180,203,0.5), transparent 60%),
              radial-gradient(circle at 10% 90%, rgb(171,120,181,0.5), transparent 60%);
    content: "";
    position: absolute;
    height: 100%;
    pointer-events: none;
    opacity: 0.15;
    width: 100%;
}

.confidential_armory_r41yxQW h2 {
    color: #000000;
    font-weight: 600;
    margin: 2.5rem 0 1rem;
    padding-left: 15px;
    position: relative;
    font-size: 28px;
    border-left: 3px solid rgb(171,120,181);
}

.confidential_armory_r41yxQW h4 {
    padding-left: 10px;
    font-size: calc(28px * 0.65);
    position: relative;
    font-weight: 600;
    color: #000000;
    margin: 1.75rem 0 0.75rem;
    border-left: 1px solid rgb(171,120,181,0.5);
}

.confidential_armory_r41yxQW ul {
    padding-left: 1.5rem;
    position: relative;
    list-style: none;
    margin: 1.5rem 0 2rem;
}

.confidential_armory_r41yxQW li:hover {
    transform: translateX(5px);
}

.confidential_armory_r41yxQW li::before {
    height: 8px;
    transition: transform 0.3s ease, background-color 0.3s ease;
    background: rgb(171,120,181);
    content: "";
    top: 10px;
    left: 0;
    border-radius: 50%;
    position: absolute;
    width: 8px;
}

.data_insights_tvzVaE5::after {
    content: "";
    z-index: -1;
    animation: rotate 20s infinite linear;
    background: radial-gradient(ellipse at bottom right, rgb(197,180,203,0.5) 0%, transparent 60%);
    position: absolute;
    width: 150%;
    bottom: 0;
    height: 150%;
    right: 0;
}

.data_insights_tvzVaE5 .smart_pros_nNjPSGk {
    max-width: 800px;
    font-size: calc(17px * 1.05);
    grid-column: 1 / -1;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    padding-right: 50px;
    line-height: 1.8;
    color: #ffffff;
    margin-bottom: 60px;
    padding-left: 55px;
    opacity: 1;
    letter-spacing: 0.2px;
}

.data_insights_tvzVaE5 .growth_statistics_BLhik0p:hover {
    transform: translateX(10px);
    background-color: rgba(255, 255, 255, 0.05);
}

.data_insights_tvzVaE5 .knowledge_statistics_YVrX85q {
    width: 85px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(5px);
    justify-content: center;
    height: 85px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.06) 100%);
    grid-column: 1 / 2;
    border-radius: 50%;
    align-items: center;
    grid-row: 1 / 3;
    display: flex;
}

.greeting_page_b6s2VC8 {
    justify-content: center;
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    background-color: rgb(197,180,203,0.5);
    height: 100vh;
    overflow: hidden;
}

.greeting_page_b6s2VC8:hover .hover_image_Mz7ajXe {
    transform: scale(1.2);
}

.greeting_page_b6s2VC8 .how_grow_gIfuPTh {
    border-left: 3px solid rgba(rgb(171,120,181), 0.7);
    gap: 2rem;
    background: linear-gradient(160deg, 
        rgba(255, 255, 255, 0.08), 
        rgba(255, 255, 255, 0.02));
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    max-width: 1200px;
    transform: perspective(1000px) rotateY(-5deg);
    width: 85%;
    display: grid;
    z-index: 5;
    position: relative;
    box-shadow: 
        -15px 20px 40px rgba(0, 0, 0, 0.2),
        inset 0 0 60px rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    grid-template-columns: 1fr 1.5fr;
    padding: 3rem;
    margin-top: -2rem;
}

.greeting_page_b6s2VC8 svg:hover {
    transform: scale(1.05) rotate(5deg);
}

.greeting_page_b6s2VC8 svg:hover path {
    fill: rgb(114, 190, 188);
}

.greeting_page_b6s2VC8 .support_message_X34nSo5 {
    display: inline-block;
    color: #ffffff;
    transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    overflow: hidden;
    text-decoration: none;
    z-index: 1;
    position: relative;
    padding: 0.9rem 2.2rem;
    border-radius: 10px;
    font-size: 14px;
    background: linear-gradient(135deg, rgb(171,120,181), rgb(114, 190, 188));
    font-weight: 600;
    box-shadow: 0 8px 25px rgba(94, 170, 168, 0.4);
}

.tyArea_yac1CRP h2 {
    max-width: 90%;
    transform: translateY(0);
    margin-bottom: 2rem;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    font-weight: 700;
    font-size: 28px;
    line-height: 1.3;
    font-family: Arial, sans-serif;
    color: #000000;
    position: relative;
}

.tyArea_yac1CRP .how_grow_gIfuPTh:hover {
    box-shadow: 
        0 20px 30px rgba(0, 0, 0, 0.08),
        0 8px 15px rgba(0, 0, 0, 0.03);
    transform: translateY(-5px) translateZ(0);
}

.tyArea_yac1CRP li::before {
    width: 10px;
    background: rgb(197,180,203);
    content: "";
    top: 0.5rem;
    left: 0;
    border-radius: 50%;
    transition: transform 0.3s ease, background-color 0.3s ease;
    transform: scale(0.8);
    height: 10px;
    position: absolute;
}

.join_our_community_Lcla2u7::after {
    opacity: 0.05;
    content: "";
    z-index: 0;
    bottom: 0;
    position: absolute;
    right: 0;
    width: 50%;
    transform: translate(30%, 30%) rotate(30deg) skewX(-30deg) scale(1, 0.866);
    height: 50%;
    background: rgb(197,180,203,0.5);
}

.join_our_community_Lcla2u7 .how_grow_gIfuPTh::after {
    top: -20%;
    right: 10%;
    position: absolute;
    content: "";
    width: 40%;
    height: 40%;
    transform: skewY(-20deg) rotate(-10deg) translateZ(-30px);
    opacity: 0.1;
    filter: blur(15px);
    background: rgb(197,180,203);
}

.join_our_community_Lcla2u7 .input_holder::before {
    background: #000000;
    left: -10px;
    position: absolute;
    opacity: 0.03;
    transform: translateZ(-10px);
    width: 100%;
    z-index: -1;
    content: "";
    top: 10px;
    height: 100%;
}

.join_our_community_Lcla2u7 .support_message_X34nSo5::before {
    height: 100%;
    z-index: -1;
    left: 0;
    position: absolute;
    background: rgb(197,180,203);
    transform: translateY(100%);
    transition: transform 0.3s ease;
    top: 0;
    content: "";
    width: 100%;
}



@media (max-width: 768px) {.academic_experience_b7fCHli .learning_testimonials_cWT1SXn {
    grid-template-columns: 1fr;
}.academic_experience_b7fCHli .hover_image_Mz7ajXe {
    height: 300px;
}}



@media (max-width: 767px) {.course_structure_5yqAQTv {
    padding: 5rem 0;
}.course_structure_5yqAQTv .hover_image_Mz7ajXe {
    margin-bottom: 1.5rem;
    height: 250px;
}.course_structure_5yqAQTv h3 {
    font-size: 24px;
    margin-bottom: 1rem;
}.course_structure_5yqAQTv .article_wrap_nObxILN::before {
    width: 80px;
    top: -10px;
}}



@media (max-width: 575px) {.learning_process_9Bhkzcu {
    padding: 50px 0;
}.learning_process_9Bhkzcu .how_grow_gIfuPTh {
    padding: 25px 20px;
    border-left-width: 2px;
}.learning_process_9Bhkzcu h3 {
    font-size: calc(32px * 0.65);
    margin-bottom: 15px;
}.learning_process_9Bhkzcu p {
    font-size: calc(17px * 0.9);
    line-height: 1.6;
}.learning_process_9Bhkzcu h3::after {
    width: 40px;
}.learning_process_9Bhkzcu::before {
    background-size: 40px 40px;
}}



@media (max-width: 480px) {.pricing_options_TRASY5m .study_offers_RjZhgzU {
    grid-template-columns: 1fr;
}.pricing_options_TRASY5m .learning_cost_zGTqRi5 h2 {
    font-size: calc(33px * 0.8);
}.pricing_options_TRASY5m .pricing_card_d5EAx0e {
    font-size: calc(12px * 0.9);
}.pricing_options_TRASY5m .learning_rates_Rd2mv7w p {
    max-height: 120px;
}}



@media (max-width: 767px) {header {
    background: rgb(233,230,234);
}header::before {
    height: auto;
    top: 0;
    bottom: 50%;
    width: 100%;
}header .head_main_deoAr2w {
    align-items: center;
    flex-direction: column;
}header .head_wrap_8b50Yiy {
    width: 100%;
    padding: 0.8rem 0;
}header .head_wrap_8b50Yiy svg {
    width: 120px;
}header .header_navbar_t4xMVDk {
    padding: 0.8rem 0;
    gap: 0.6rem;
    flex-wrap: wrap;
    width: 95%;
    justify-content: center;
}header .header_navbar_t4xMVDk::before {
    left: 0;
    background: linear-gradient(to right, transparent, rgb(197,180,203,0.5), transparent);
    width: 100%;
    top: 0;
    height: 1px;
}header .nav_base_kSonKWP {
    padding: 0.5rem 0.9rem;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
}
}



@media (min-width: 992px) {.company_overview_NtY2nGa {
    padding: 150px 0;
}.company_overview_NtY2nGa .article_wrap_nObxILN {
    transition: transform 0.5s ease;
    transform: perspective(1000px) rotateY(-2deg);
    margin-left: 10%;
    padding: 70px;
    width: 80%;
}.company_overview_NtY2nGa .article_wrap_nObxILN:hover {
    transform: perspective(1000px) rotateY(0deg);
}.company_overview_NtY2nGa h5 {
    font-size: calc(21px * 1.2);
}.company_overview_NtY2nGa ol li {
    column-count: 2;
}
}



@media (max-width: 767px) {footer .get_help_xcIJPEm {
    padding: 30px 15px 50px;
}footer .header_navbar_t4xMVDk, footer .subscribe_holder {
    margin: 0 10px;
    padding: 25px 20px;
}footer .gift_card_o1U4z6D {
    margin-top: 40px;
}
}



@media (max-width: 768px) {.confidential_armory_r41yxQW {
    padding: 2.5rem 1rem;
}.confidential_armory_r41yxQW .container {
    max-width: 540px;
    padding: 1.75rem;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}.confidential_armory_r41yxQW h1 {
    font-size: calc(47px * 0.8);
    transform: translateX(0);
}.confidential_armory_r41yxQW h2 {
    margin: 2rem 0 0.75rem;
    font-size: calc(28px * 0.85);
}.confidential_armory_r41yxQW h3 {
    font-size: calc(28px * 0.7);
}.confidential_armory_r41yxQW h4 {
    font-size: calc(28px * 0.6);
}.confidential_armory_r41yxQW p, 
  .confidential_armory_r41yxQW li {
    max-width: 100%;
}.confidential_armory_r41yxQW p:hover,
  .confidential_armory_r41yxQW li:hover,
  .confidential_armory_r41yxQW span:hover {
    transform: translateX(0);
}
}



@media (max-width: 768px) {.data_insights_tvzVaE5 {
    padding: 100px 0;
}.data_insights_tvzVaE5 .knowledge_upgrade_0GZ2Ol8 {
    height: 90px;
    top: -25px;
    width: 90px;
}.data_insights_tvzVaE5 .knowledge_upgrade_0GZ2Ol8 svg {
    width: 45px;
    height: 45px;
}.data_insights_tvzVaE5 .statistics_extras_SQD9vXm {
    padding-left: 30px;
    margin-top: 50px;
    font-size: calc(29px * 0.95);
}.data_insights_tvzVaE5 .smart_pros_nNjPSGk {
    margin-bottom: 50px;
    padding-left: 34px;
}.data_insights_tvzVaE5 .edu_wins_ylV2SsN {
    padding: 0 15px;
    grid-template-columns: 1fr;
    gap: 60px;
}.data_insights_tvzVaE5 .knowledge_statistics_YVrX85q {
    width: 75px;
    height: 75px;
}.data_insights_tvzVaE5 .knowledge_statistics_YVrX85q svg {
    height: 38px;
    width: 38px;
}.data_insights_tvzVaE5 .growth_statistics_BLhik0p span {
    font-size: calc(45px * 1.1);
}
}



@media (max-width: 576px) {.tyArea_yac1CRP {
    padding: 3rem 0;
}.tyArea_yac1CRP h2 {
    margin-bottom: 1.2rem;
    font-size: calc(28px * 0.7);
}.tyArea_yac1CRP h2::after {
    height: 3px;
    width: 50px;
}.tyArea_yac1CRP .how_grow_gIfuPTh {
    margin-top: 0.5rem;
    padding: 1.5rem;
}.tyArea_yac1CRP li {
    padding-left: 1.5rem;
}.tyArea_yac1CRP li::before {
    top: 0.4rem;
    width: 8px;
    height: 8px;
}.tyArea_yac1CRP li span {
    font-size: calc(12px * 0.95);
    line-height: 1.6;
}}



@media (max-width: 576px) {.join_our_community_Lcla2u7 {
    margin: 4rem 0;
    padding: 3rem 1rem;
    transform: none;
}.join_our_community_Lcla2u7 p {
    font-size: 24px;
    transform: none;
}.join_our_community_Lcla2u7 .input_holder {
    transform: none;
}.join_our_community_Lcla2u7 .input_holder:hover {
    transform: none;
}.join_our_community_Lcla2u7 .learn_today_t5dCKWS,
    .join_our_community_Lcla2u7 .support_message_X34nSo5 {
    transform: none;
    padding: 1.2rem 1rem;
}.join_our_community_Lcla2u7 p::before,
    .join_our_community_Lcla2u7 .how_grow_gIfuPTh::before,
    .join_our_community_Lcla2u7 .how_grow_gIfuPTh::after {
    display: none;
}
}



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



@keyframes lineExpand {
    to {
        transform: scaleX(1);
    }
}



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

