.site_start_base {
    flex: 1 0 auto;
}

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

.discuss_cta_base {
    flex: 0 0 auto;
}

.discuss_cta_base {
    position: relative;
    padding: 4rem 0 2.5rem;
    color: #ffffff;
}

.course_structure_base::before {
    height: 100%;
    content: "";
    background: radial-gradient(circle at 20% 50%, rgb(196,171,193,0.5) 0%, transparent 50%);
    top: 0;
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 1;
}

.course_structure_base .learn_spot_base::before {
    position: absolute;
    left: -100%;
    width: 100%;
    animation: shine 5s infinite;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    content: "";
    top: 0;
}

.course_structure_base .knowledge_plan_base::after {
    position: absolute;
    border-radius: 10px;
    width: 40px;
    content: "";
    z-index: -1;
    bottom: -20px;
    animation: float 8s ease-in-out infinite;
    right: 50px;
    height: 40px;
    border: 1px solid rgb(168,107,158,0.5);
}

.course_structure_base .header_master_base svg {
    transition: fill 0.3s ease;
    max-height: 100%;
    width: 40px;
    max-width: 100%;
    height: 40px;
    fill: rgb(196,171,193);
}

.course_structure_base h3 {
    margin-bottom: 25px;
    color: rgb(196,171,193);
    position: relative;
    padding-bottom: 15px;
    font-weight: 700;
    font-size: 29px;
}

.course_structure_base .pic_strip_wrap_base {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: perspective(1000px) rotateY(-5deg);
    transition: all 0.5s ease;
    min-height: 400px;
    position: relative;
    overflow: hidden;
    flex: 1;
    border-radius: 30px;
}

.course_structure_base .learn_spot_base:hover .pic_strip_wrap_base {
    transform: perspective(1000px) rotateY(0deg);
}

.client_opinions_base {
    background: linear-gradient(150deg, rgb(227,221,227) 0%, #ffffff 100%);
    overflow: hidden;
    padding: 100px 0;
    position: relative;
}

.client_opinions_base::after {
    background-size: 30px 30px;
    opacity: 0.1;
    z-index: 0;
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
    content: "";
    width: 100%;
    background-image: 
        linear-gradient(45deg, rgb(196,171,193,0.5) 1px, transparent 1px),
        linear-gradient(-45deg, rgb(168,107,158,0.5) 1px, transparent 1px);
}

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

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

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

.client_opinions_base .testimonial_corner_base::after {
    position: absolute;
    width: 40px;
    content: "";
    right: -10px;
    transition: all 0.4s ease;
    z-index: -1;
    height: 40px;
    top: -10px;
    border-radius: 50%;
    background: rgb(196,171,193,0.5);
    opacity: 0.3;
}

.client_opinions_base .testimonial_corner_base span {
    transform: translateZ(15px);
    text-align: center;
    display: block;
    font-size: calc(13px * 1.1);
    transition: all 0.4s ease;
    font-weight: 600;
    color: #000000;
    margin-bottom: 12px;
}

.client_opinions_base .testimonial_corner_base:hover p {
    color: #000000;
    transform: translateZ(20px);
}

.client_opinions_base .testimonial_corner_base:nth-child(3n+2)::after {
    background: rgb(168,107,158,0.5);
}

.privacy_fortification_base h1 {
    margin: 20px 0;
    color: rgb(196,171,193);
    font-family: Arial, sans-serif;
    font-weight: 700;
    font-size: 45px;
}

.privacy_fortification_base ul {
    padding: 0;
    list-style-type: none;
}

.privacy_fortification_base li {
    color: #000000;
    line-height: 1.6;
    font-size: 16px;
    font-family: Arial, sans-serif;
}

.data_exploration_base::before {
    z-index: -1;
    animation: gradientShift 15s infinite alternate;
    top: 0;
    opacity: 0.4;
    position: absolute;
    content: "";
    height: 100%;
    background: radial-gradient(circle at 20% 30%, rgb(196,171,193,0.5) 0%, transparent 30%),
                radial-gradient(circle at 80% 70%, rgb(168,107,158,0.5) 0%, transparent 30%);
    left: 0;
    width: 100%;
}

.data_exploration_base .statistics_boosts_base::before {
    animation: borderGlow 6s linear infinite;
    background: linear-gradient(45deg, rgb(196,171,193), rgb(168,107,158), rgb(196,171,193));
    bottom: -2px;
    opacity: 0.6;
    left: -2px;
    position: absolute;
    right: -2px;
    border-radius: calc(14px + 2px);
    z-index: -1;
    top: -2px;
    content: "";
}

.data_exploration_base .value_statistics_base {
    overflow: hidden;
    position: relative;
    padding: 20px 15px;
    align-items: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.08));
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.12);
    justify-content: center;
    flex-direction: column;
    display: flex;
}

.data_exploration_base .value_statistics_base span {
    font-weight: 400;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    color: rgba(255, 255, 255, 0.95);
    transition: opacity 0.3s ease;
    max-width: 200px;
    font-size: 13px;
    opacity: 0.9;
    line-height: 1.5;
}

.data_exploration_base .knowledge_gains_base::after {
    border-radius: 3px;
    content: "";
    bottom: 0;
    background: linear-gradient(90deg, rgb(196,171,193), rgb(168,107,158));
    width: 80px;
    height: 3px;
    left: 0;
    position: absolute;
}

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

.data_exploration_base svg:hover {
    fill: rgb(168,107,158);
}

.our_background_base::before {
    left: 0;
    top: 0;
    background: radial-gradient(circle at 30% 40%, rgb(196,171,193,0.5), rgba(20, 30, 80, 0.85));
    right: 0;
    bottom: 0;
    content: "";
    z-index: 1;
    position: absolute;
}

.our_background_base .text_box_item_base:hover {
    transform: perspective(1000px) rotateY(0deg);
}

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

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

.our_background_base .text_box_item_base > div:nth-child(2) p::before {
    left: 0;
    top: 50%;
    height: 60%;
    width: 6px;
    background: rgb(168,107,158);
    position: absolute;
    content: "";
    border-radius: 3px;
    transform: translateY(-50%);
}

.contact_form_section_base {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(227,221,227) 0%, rgba(16, 22, 47, 0.95) 100%);
}

.contact_form_section_base::after {
    width: 100%;
    background: radial-gradient(
        circle at 20% 30%, 
        rgba(rgb(196,171,193), 0.15) 0%, 
        transparent 50%
    ), radial-gradient(
        circle at 80% 70%, 
        rgba(rgb(168,107,158), 0.15) 0%, 
        transparent 50%
    );
    top: 0;
    z-index: 0;
    height: 100%;
    position: absolute;
    opacity: 0.6;
    content: "";
    left: 0;
}

.contact_form_section_base h2::after {
    transform: translateX(-50%);
    left: 50%;
    background: linear-gradient(90deg, rgb(196,171,193), rgb(168,107,158));
    content: "";
    height: 3px;
    width: 80px;
    position: absolute;
    bottom: -15px;
    border-radius: 1.5px;
}

.contact_form_section_base .pic_strip_wrap_base {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    height: 100%;
    border-radius: 11px;
    position: relative;
    min-height: 550px;
    overflow: hidden;
}

.contact_form_section_base .inquiry_list_base {
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 50px;
    background: rgba(255, 255, 255, 0.03);
    position: relative;
    border-radius: 11px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(10px);
}

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

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

.contact_form_section_base .inquiry_map_base input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.contact_form_section_base .inquiry_map_base input[type="checkbox"]:checked + label::before {
    border-color: rgb(196,171,193);
    background: rgb(196,171,193);
}

.contact_form_section_base .inquiry_map_base label a {
    font-weight: 600;
    transition: all 0.3s ease;
    position: relative;
    text-decoration: none;
    color: rgb(196,171,193);
}

.contact_form_section_base form .contact_message_base::before {
    background: linear-gradient(45deg, rgb(168,107,158), rgb(196,171,193));
    position: absolute;
    content: "";
    z-index: -1;
    left: -100%;
    height: 100%;
    top: 0;
    transition: all 0.4s ease;
    width: 100%;
}

.contact_form_section_base svg path {
    transition: fill 0.3s ease;
    fill: rgb(196,171,193);
}

.welcome_base::before {
    pointer-events: none;
    z-index: 1;
    width: 100%;
    top: 0;
    background: 
        repeating-linear-gradient(45deg, 
            rgba(255,255,255,0.03) 0px, 
            rgba(255,255,255,0.03) 1px, 
            transparent 1px, 
            transparent 10px);
    left: 0;
    height: 100%;
    position: absolute;
    content: "";
}

.welcome_base h1 {
    position: relative;
    color: #ffffff;
    max-width: 80%;
    font-size: calc(38px * 1.2);
    margin-bottom: 2rem;
    font-weight: 700;
    transform: translateX(-20px);
    text-shadow: 0 4px 12px rgba(0,0,0,0.15);
    opacity: 0;
    animation: slideInTitle 0.8s ease-out forwards 0.3s;
}

.welcome_base .text_box_item_base::before {
    top: 0;
    background: linear-gradient(135deg, transparent, rgba(255,255,255,0.05));
    z-index: -1;
    left: 0;
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
}

.welcome_base .main_front_base {
    justify-content: center;
    position: relative;
    opacity: 0;
    transform: translateY(20px) scale(0.95);
    margin: 2rem 0;
    display: flex;
    animation: fadeScaleIn 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards 1.2s;
}

.welcome_base h6 {
    margin-top: 2rem;
    width: 100%;
    text-align: center;
}

.welcome_base .contact_message_base::before {
    position: absolute;
    height: 100%;
    transform: translateX(-100%);
    left: 0;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    top: 0;
    content: "";
    width: 100%;
    transition: transform 0.6s ease;
}

header::before {
    background: linear-gradient(to right, 
        rgb(196,171,193,0.5) 0%, 
        transparent 20%, 
        transparent 80%, 
        rgb(168,107,158,0.5) 100%);
    height: 100%;
    position: absolute;
    left: 0;
    width: 100%;
    opacity: 0.4;
    top: 0;
    z-index: 0;
    content: '';
}

header .header_lead_base::after {
    bottom: 0;
    position: absolute;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(196,171,193), 
        rgb(168,107,158), 
        rgb(196,171,193), 
        transparent);
    left: 50%;
    height: 2px;
    content: '';
    width: 50%;
    transform: translateX(-50%);
}

header .header_mainbar_base:hover {
    box-shadow: 0 3px 8px rgb(196,171,193,0.5);
    color: #ffffff;
    transform: translateY(-2px);
    background: linear-gradient(135deg, rgb(196,171,193), rgb(168,107,158));
}

.give_it_a_try_base::after {
    position: absolute;
    transform: rotate(-15deg);
    pointer-events: none;
    content: "";
    background: radial-gradient(circle, rgba(255, 255, 255, 0.2) 0%, transparent 70%);
    width: 50%;
    z-index: -1;
    filter: blur(20px);
    top: -10%;
    height: 70%;
    right: -10%;
}

.give_it_a_try_base h6 {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    max-width: 800px;
    color: #ffffff;
    transform: translateZ(20px);
    line-height: 1.5;
    text-align: center;
    letter-spacing: 0.025em;
    font-size: calc(21px * 1.2);
    position: relative;
    padding-bottom: 1.5rem;
    font-weight: 600;
    margin: 0;
}

.give_it_a_try_base div span:hover {
    transform: perspective(800px) rotateX(10deg) translateY(-5px);
}

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

.give_it_a_try_base .contact_message_base:hover::before {
    left: 100%;
}

.give_it_a_try_base .contact_message_base span {
    z-index: 2;
    position: relative;
    transition: transform 0.3s ease;
    display: block;
}

.plan_shelf_base {
    overflow: hidden;
    padding: 100px 0;
    position: relative;
}

.plan_shelf_base .trial_rates_base {
    position: relative;
}

.plan_shelf_base h2 {
    transform: perspective(1000px) translateZ(20px);
    position: relative;
    font-size: 37px;
    margin-bottom: 25px;
    color: #ffffff;
    text-align: center;
    font-weight: 700;
}

.plan_shelf_base .deal_opts_base {
    gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
    list-style: none;
    margin: 0;
    padding: 0;
}

.plan_shelf_base .member_fees_base {
    border-radius: 12px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 100%;
    display: block;
    box-shadow: 
    5px 5px 15px rgba(0, 0, 0, 0.2),
    -5px -5px 15px rgba(255, 255, 255, 0.05),
    inset 3px 3px 10px rgba(255, 255, 255, 0.05),
    inset -3px -3px 10px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.03);
    position: relative;
    text-decoration: none;
    overflow: hidden;
}

.plan_shelf_base .rate_options_base {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    font-size: calc(22px + 4px);
    background: linear-gradient(135deg, rgba(rgb(168,107,158,0.5), 0.1), rgba(rgb(196,171,193,0.5), 0.2));
    color: #ffffff;
    font-weight: 700;
    border-radius: 8px;
    padding: 10px 20px;
    box-shadow: 
    2px 2px 8px rgba(0, 0, 0, 0.1),
    -2px -2px 8px rgba(255, 255, 255, 0.05);
    position: relative;
    display: inline-block;
}

.plan_shelf_base .member_fees_base:hover h4::before {
    opacity: 1;
    transform: scale(1.1);
}

.program_results_base::before {
    left: 0;
    width: 100%;
    top: 0;
    z-index: 0;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgba(rgb(196,171,193,0.5), 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(rgb(168,107,158,0.5), 0.15) 0%, transparent 60%);
    position: absolute;
    content: "";
}

.program_results_base .pic_strip_wrap_base:hover {
    box-shadow: 0 25px 50px rgba(rgba(0, 0, 0, 0.5), 0.18), 
                0 0 0 1px rgba(rgb(196,171,193,0.5), 0.15);
    transform: perspective(1000px) rotateY(0deg) rotateX(0deg) translateY(-5px);
}

.program_results_base .text_box_item_base {
    position: relative;
}

.program_results_base h1 {
    color: #000000;
    margin-bottom: 2rem;
    background-clip: text !important;
    font-weight: 700;
    -webkit-background-clip: text !important;
    line-height: 1.3;
    background: linear-gradient(90deg, #000000 0%, rgb(196,171,193) 100%);
    font-size: calc(32px * 1.1);
    color: transparent;
    position: relative;
}

.program_results_base li p {
    display: flex;
    margin: 0;
    color: #000000;
    align-items: center;
    font-size: calc(17px * 1.05);
    line-height: 1.6;
}

.program_results_base svg path {
    fill: rgb(196,171,193);
    transition: fill 0.3s ease;
}

.course_methodology_base::before {
    position: absolute;
    background: repeating-linear-gradient(45deg, rgb(196,171,193,0.5) 0, rgb(196,171,193,0.5) 1px, transparent 1px, transparent 10px);
    opacity: 0.1;
    content: '';
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}

.course_methodology_base .text_box_item_base:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.course_methodology_base .text_box_item_base::after {
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
    background: rgb(196,171,193);
    top: 40px;
    width: 30px;
    right: -15px;
    content: '';
    position: absolute;
    height: 30px;
    transform: rotate(45deg);
    z-index: -1;
}

.course_methodology_base .text_box_item_base h2::after {
    content: '';
    width: 40px;
    transition: width 0.4s ease-out;
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 4px;
    background: rgb(196,171,193);
}

.course_methodology_base .learn_spot_base::after {
    border: 2px solid rgb(168,107,158,0.5);
    height: 200px;
    transform: rotate(20deg);
    animation: rotate 40s linear infinite;
    top: -30px;
    right: 10%;
    width: 200px;
    content: '';
    opacity: 0.3;
    position: absolute;
    border-radius: 24px;
}

.thanksWeb_base {
    isolation: isolate;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(196,171,193,0.5), rgb(168,107,158), rgb(196,171,193));
    padding: 6rem 2rem;
}

.thanksWeb_base .container {
    max-width: 1140px;
    z-index: 1;
    margin: 0 auto;
    position: relative;
}

.thanksWeb_base .learn_spot_base {
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    backdrop-filter: blur(10px);
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 3px 10px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(255, 255, 255, 0.2) inset;
    padding: 3.5rem;
    transform-origin: center bottom;
    background: rgba(255, 255, 255, 0.95);
}

.thanksWeb_base h5 {
    margin: 0;
    font-weight: 700;
    line-height: 1.4;
    transform: translateY(20px);
    opacity: 0;
    animation: fadeSlideUp 1s 0.2s forwards cubic-bezier(0.19, 1, 0.22, 1);
    font-size: 18px;
    color: #000000;
}

.thanksWeb_base a {
    text-decoration: none;
    color: inherit;
    position: relative;
    transition: all 0.3s ease;
    display: block;
}

.find_support_base {
    perspective: 1000px;
    overflow: hidden;
    position: relative;
    padding: 120px 0;
    background: rgb(227,221,227);
    z-index: 1;
}



.find_support_base::after {
    content: '';
    position: absolute;
    background: 
        radial-gradient(circle at 20% 20%, rgb(196,171,193,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 80%, rgb(168,107,158,0.5) 0%, transparent 40%);
    opacity: 0.3;
    z-index: -1;
    filter: blur(50px);
    inset: 0;
}

.find_support_base .join_conversation_base::after {
    content: '';
    z-index: -1;
    background-size: 60px 60px;
    height: 100%;
    left: 0;
    opacity: 0.05;
    background-image: 
        linear-gradient(45deg, transparent 25%, rgb(227,221,227) 25%, rgb(227,221,227) 26%, transparent 26%, transparent 75%, rgb(227,221,227) 75%, rgb(227,221,227) 76%, transparent 76%),
        linear-gradient(-45deg, transparent 25%, rgb(227,221,227) 25%, rgb(227,221,227) 26%, transparent 26%, transparent 75%, rgb(227,221,227) 75%, rgb(227,221,227) 76%, transparent 76%);
    position: absolute;
    width: 100%;
    top: 0;
}

.find_support_base .start_chat_base::before {
    top: 0;
    width: 3px;
    background: rgb(196,171,193);
    content: '';
    height: 100%;
    position: absolute;
    left: 0;
}

.find_support_base .reach_experts_base::before {
    width: 100%;
    background: repeating-linear-gradient(
        to right,
        rgb(196,171,193) 0,
        rgb(196,171,193) 8px,
        transparent 8px,
        transparent 16px
    );
    content: '';
    position: absolute;
    top: -25px;
    left: 0;
    height: 1px;
}

.find_support_base .reach_experts_base span::after {
    transform: scale(0.5);
    content: '';
    height: 200%;
    position: absolute;
    width: 200%;
    transition: opacity 0.5s ease;
    left: -50%;
    z-index: -2;
    opacity: 0;
    background: radial-gradient(
        circle at center,
        rgb(196,171,193,0.5) 0%,
        transparent 70%
    );
    top: -50%;
}

.find_support_base .reach_experts_base span svg {
    fill: rgb(196,171,193);
    margin-right: 8px;
    flex-shrink: 0;
    height: 20px;
    width: 20px;
    transition: transform 0.3s ease, fill 0.3s ease;
    stroke: rgb(196,171,193);
    stroke-width: 1;
}



.find_support_base .reach_experts_base span span {
    padding: 0;
    margin: 0;
    clip-path: none;
    display: inline;
    backdrop-filter: none;
    border: none;
    background: transparent;
    box-shadow: none;
    transform: none;
}

.find_support_base .edu_asknow_base {
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    padding: 35px;
    margin-top: 40px;
    grid-column: 1 / -1;
    background: rgb(227,221,227);
    position: relative;
}

.find_support_base .edu_asknow_base::before {
    height: 100%;
    background-image: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(0, 0, 0, 0.02) 10px, rgba(0, 0, 0, 0.02) 20px);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
}

.find_support_base .edu_asknow_base h4 svg {
    animation: rotateIcon 6s linear infinite;
    stroke-width: 1;
    vertical-align: middle;
    height: 22px;
    margin-right: 8px;
    fill: rgb(196,171,193);
    width: 22px;
    stroke: rgb(196,171,193);
}

.find_support_base .edu_asknow_base span:hover {
    transform: translateX(15px) scale(1.02);
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.find_support_base .edu_asknow_base span:hover::before {
    transform: scaleY(1);
}

.find_support_base .edu_asknow_base span svg path {
    stroke-dasharray: 50;
    fill-opacity: 0.7;
    stroke-dashoffset: 50;
    transition: all 0.5s ease;
}

footer {
    z-index: 1;
    position: relative;
}

footer::before {
    opacity: 0.85;
    right: 0;
    z-index: -2;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    bottom: 0;
    background: linear-gradient(120deg, rgb(196,171,193) 0%, rgb(168,107,158) 100%);
}

.discuss_cta_base .container {
    gap: 3rem;
    display: flex;
    position: relative;
    flex-wrap: wrap;
    justify-content: space-between;
}

.discuss_cta_base .company_holder h3 {
    letter-spacing: 1px;
    padding: 0.5rem 2rem;
    margin: 0 0 1.5rem;
    background: rgba(255, 255, 255, 0.15);
    clip-path: polygon(0% 0%, 100% 0%, 95% 100%, 5% 100%);
    font-size: 38px;
    display: inline-block;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
}

.discuss_cta_base .head_main_base {
    flex-wrap: wrap;
    display: flex;
    gap: 2.5rem;
}

.discuss_cta_base .header_learn_base .head_main_base {
    background: rgba(0, 0, 0, 0.15);
    display: flex;
    clip-path: polygon(2% 0%, 98% 0%, 100% 95%, 0% 100%);
    gap: 0.8rem;
    flex-direction: column;
    padding: 1.5rem;
}

.discuss_cta_base .header_learn_base .head_main_base a:hover {
    transform: translateX(5px);
    background: rgba(255, 255, 255, 0.15);
}

.discuss_cta_base .header_learn_base .head_main_base a:hover::before {
    opacity: 0.7;
}

.law_res_base .container {
    align-items: center;
    display: flex;
    justify-content: center;
}

.academic_expertise_base {
    position: relative;
    overflow: hidden;
    padding: 6rem 2rem;
    background: rgb(227,221,227);
}

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

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

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

.academic_expertise_base .career_explore_base div:nth-child(2) {
    text-transform: uppercase;
    transform: translateX(0);
    color: rgb(168,107,158);
    font-size: 17px;
    font-weight: 300;
    transition: all 0.5s ease 0.1s;
    margin-bottom: 3rem;
    letter-spacing: 2px;
}

.academic_expertise_base .testimonial_corner_base:hover .pic_strip_wrap_base::after {
    opacity: 0.3;
}

.academic_expertise_base .testimonial_corner_base:hover .name::after {
    transform: scaleX(1);
}

.plan_shelf_base .member_fees_base p::-webkit-scrollbar {
    width: 4px;
}

.plan_shelf_base .member_fees_base p::-webkit-scrollbar-thumb {
    background: rgb(168,107,158,0.5);
    border-radius: 10px;
}



@media screen and (max-width: 576px) {.course_structure_base {
    padding: 40px 0;
}.course_structure_base .learn_spot_base {
    gap: 20px;
    padding: 20px;
}.course_structure_base .header_master_base {
    max-width: 120px;
    margin-bottom: 15px;
    height: 40px;
}.course_structure_base h3 {
    font-size: calc(29px - 8px);
}.course_structure_base .pic_strip_wrap_base {
    min-height: 250px;
}}



@media (max-width: 1200px) {.client_opinions_base .testimonial_corner_base {
    width: calc(50% - 40px);
}
}


@media only screen and (max-width: 800px) {.privacy_fortification_base {
    padding: 30px;
}.privacy_fortification_base h1 {
    font-size: calc(23px * 0.9);
}.privacy_fortification_base h2 {
    font-size: calc(23px * 0.9);
}.privacy_fortification_base li {
    font-size: calc(16px * 0.9);
}}



@media (max-width: 768px) {.data_exploration_base {
    padding: 50px 0;
}.data_exploration_base .statistics_boosts_base {
    grid-template-columns: 1fr;
    padding: 30px;
}.data_exploration_base .value_statistics_base {
    padding: 15px;
}.data_exploration_base .value_statistics_base h4 {
    font-size: calc(30px - 0.25rem);
}.data_exploration_base .knowledge_gains_base {
    font-size: calc(30px - 0.25rem);
    margin-bottom: 20px;
}
}



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



@media (max-width: 576px) {.our_background_base {
    padding: 40px 0;
}.our_background_base .container {
    padding: 0 15px;
}.our_background_base .text_box_item_base {
    padding: 25px 15px;
}.our_background_base .text_box_item_base h5 {
    font-size: calc(21px * 0.85);
}.our_background_base .text_box_item_base > div:nth-child(2) p {
    font-size: calc(21px * 0.9);
}.our_background_base .text_box_item_base ol li {
    padding: 5px 0 5px 10px;
    line-height: 1.6;
    font-size: calc(14px * 0.9);
}}



@media (max-width: 991px) {.welcome_base {
    height: auto;
    min-height: 100vh;
}.welcome_base .learn_spot_base {
    padding: 8rem 5% 4rem;
}.welcome_base h1 {
    font-size: calc(38px * 1.1);
    max-width: 100%;
}.welcome_base .text_box_item_base {
    padding: 2rem;
    max-width: 100%;
}
}



@media (max-width: 480px) {.welcome_base h1 {
    font-size: calc(38px * 0.85);
}.welcome_base .text_box_item_base {
    padding: 1.25rem;
}.welcome_base .main_front_base svg {
    height: 80px;
    width: 80px;
}}



@media (max-width: 991px) {header .header_lead_base svg {
    width: 140px;
}header .header_learn_base {
    gap: 0.4rem;
    padding: 0.5rem;
}header .header_mainbar_base {
    padding: 0.35rem 0.6rem;
    font-size: calc(19px - 1px);
}
}




@media (max-width: 991px) {.give_it_a_try_base {
    padding: 3.5rem 1.5rem;
}.give_it_a_try_base h6 {
    font-size: calc(21px * 1.1);
}.give_it_a_try_base .container {
    gap: 2rem;
}
}



@media (max-width: 767px) {.give_it_a_try_base {
    padding: 3rem 1rem;
}.give_it_a_try_base::before {
    background-size: 30px 30px;
}.give_it_a_try_base h6 {
    font-size: 21px;
    padding-bottom: 1.25rem;
}.give_it_a_try_base h6::after {
    width: 50px;
    height: 2px;
}.give_it_a_try_base .container {
    gap: 1.75rem;
}.give_it_a_try_base .contact_message_base {
    padding: 1rem 2rem;
}
}



@media (max-width: 992px) {.plan_shelf_base {
    padding: 80px 0;
}.plan_shelf_base h2 {
    font-size: calc(37px - 4px);
}.plan_shelf_base .learn_pricing_base {
    margin-bottom: 40px;
    font-size: 16px;
}.plan_shelf_base .deal_opts_base {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 25px;
}
}



@media (min-width: 768px) {.program_results_base {
    padding: 8rem 0;
}.program_results_base .container {
    flex-direction: row;
    align-items: center;
    gap: 3rem;
}.program_results_base .pic_strip_wrap_base {
    max-height: 500px;
    width: 45%;
    margin-bottom: 0;
}.program_results_base .learn_spot_base {
    transform: translateY(0) translateX(-30px);
    width: 55%;
}.program_results_base ul {
    grid-template-columns: repeat(2, 1fr);
}.program_results_base h1 {
    font-size: 43px;
}
}



@media (max-width: 480px) {.program_results_base {
    padding: 3rem 0;
}.program_results_base .learn_spot_base {
    transform: translateY(-10px);
    padding: 1.25rem;
}.program_results_base h1 {
    font-size: calc(32px * 0.8);
    margin-bottom: 1.25rem;
}.program_results_base ul {
    gap: 1rem;
}.program_results_base li p {
    font-size: calc(17px * 0.95);
}
}



@media screen and (max-width: 768px) {.course_methodology_base {
    padding: 80px 0;
}.course_methodology_base .learn_spot_base {
    grid-template-columns: 1fr;
}.course_methodology_base .text_box_item_base {
    transform: none;
    border-radius: 24px;
    border-left: none;
    border-top: 4px solid rgb(196,171,193);
}.course_methodology_base .text_box_item_base::after {
    display: none;
}.course_methodology_base .text_box_item_base h2 {
    font-size: calc(29px * 0.9);
    transform: none;
}.course_methodology_base .text_box_item_base p {
    transform: none;
}.course_methodology_base .learn_spot_base::after,
    .course_methodology_base .learn_spot_base::before {
    display: none;
}
}



@media screen and (max-width: 576px) {.thanksWeb_base {
    padding: 3rem 1rem;
}.thanksWeb_base .learn_spot_base {
    padding: 1.75rem;
}.thanksWeb_base .learn_spot_base::before {
    height: 3px;
}.thanksWeb_base h5 {
    font-size: calc(18px * 0.8);
}.thanksWeb_base p {
    font-size: calc(17px * 0.9);
    line-height: 1.7;
}.thanksWeb_base .learn_spot_base > div:first-child {
    margin-bottom: 1.5rem;
}}



@media (max-width: 480px) {.find_support_base {
    padding: 40px 0;
}.find_support_base .container {
    padding: 0 15px;
}.find_support_base .join_conversation_base {
    clip-path: polygon(
            0 1%, 1% 0, 99% 0, 100% 1%,
            100% 99%, 99% 100%, 1% 100%, 0 99%
        );
    padding: 25px 20px;
}.find_support_base h3 {
    font-size: calc(36px - 0.4rem);
    margin-bottom: 25px;
}.find_support_base .start_chat_base {
    margin-bottom: 30px;
    padding: 15px;
}.find_support_base .reach_experts_base span {
    padding: 20px;
}.find_support_base .edu_asknow_base {
    margin-top: 25px;
    padding: 20px;
}.find_support_base .reach_experts_base span svg,
    .find_support_base .edu_asknow_base span svg {
    margin-right: 5px;
    height: 16px;
    width: 16px;
}}



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



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

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



@keyframes expandLine {
    from {
        transform: scaleX(0);
    }
    to {
        transform: scaleX(1);
    }
}



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



@keyframes glimmer {
    0% {
        opacity: 0.7;
        transform: scale(1);
    }
    50% {
        opacity: 0.3;
        transform: scale(1.03);
    }
    100% {
        opacity: 0.7;
        transform: scale(1);
    }
}



@keyframes shimmerBorder {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 200% 0%;
    }
}

@keyframes rotateIcon {
    0% {
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(90deg);
    }
    50% {
        transform: rotate(180deg);
    }
    75% {
        transform: rotate(270deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

