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

.container {
    width: 1169px;
    margin: auto;
    max-width: 100%;
}

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

header,footer {
    width: 100%;
}

header {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    z-index: 100;
    width: 100%;
    background: rgb(227,221,227);
    padding: 1rem 0;
    position: relative;
}

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

.course_structure_base .learn_spot_base {
    gap: 40px;
    display: flex;
    border: 1px solid rgb(196,171,193,0.5);
    position: relative;
    justify-content: space-between;
    transition: all 0.3s ease;
    backdrop-filter: blur(5px);
    padding: 40px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.08));
    align-items: center;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    border-radius: 30px;
}

.course_structure_base .header_master_base {
    align-items: center;
    height: 60px;
    position: relative;
    margin-bottom: 20px;
    border-radius: 10px;
    transition: transform 0.3s ease;
    padding: 10px 15px;
    max-width: 180px;
    transform: translateZ(0);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    width: 60px;
    display: flex;
    background: linear-gradient(145deg, #ffffff 0%, rgb(227,221,227) 100%);
}

.course_structure_base p {
    font-size: 14px;
    font-weight: 400;
    position: relative;
    line-height: 1.7;
    color: #000000;
    margin-bottom: 30px;
    font-family: Arial, sans-serif;
}

.course_structure_base .pic_strip_wrap_base::before {
    content: "";
    background: linear-gradient(to bottom, transparent 40%, rgba(0, 0, 0, 0.5) 100%);
    position: absolute;
    left: 0;
    z-index: 2;
    height: 100%;
    top: 0;
    width: 100%;
}

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

.client_opinions_base h4::after {
    bottom: -20px;
    height: 3px;
    content: "";
    width: 80px;
    transform: translateX(-50%);
    background: rgb(196,171,193);
    left: 50%;
    position: absolute;
}

.client_opinions_base .testimonial_corner_base {
    position: relative;
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.05),
        -5px -5px 30px rgba(255, 255, 255, 0.8);
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-radius: 28px;
    padding: 30px;
    width: calc(33.33% - 40px);
    background: #ffffff;
    transform: rotateY(15deg) rotateX(5deg) translateZ(0);
    transform-origin: center center;
    z-index: 1;
    margin: 0 20px 60px;
}

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

.client_opinions_base .testimonial_corner_base:hover .pic_strip_wrap_base {
    border-color: rgb(196,171,193,0.5);
    transform: translateZ(40px) scale(1.1);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}

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

.privacy_fortification_base {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    color: #000000;
    padding: 50px;
    background-color: rgb(227,221,227);
}

.privacy_fortification_base h3, .privacy_fortification_base h4, .privacy_fortification_base h5, .privacy_fortification_base h6 {
    margin: 1rem 0;
    color: rgb(168,107,158);
}

.data_exploration_base {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(227,221,227), rgba(30, 30, 40, 0.7) 85%);
    padding: 80px 0;
    z-index: 1;
    position: relative;
}

.data_exploration_base .container {
    justify-content: space-between;
    position: relative;
    display: flex;
    max-width: 1200px;
    flex-direction: row-reverse;
    gap: 50px;
    margin: 0 auto;
    align-items: center;
    padding: 0 20px;
}

.data_exploration_base .statistics_boosts_base {
    display: grid;
    transform: perspective(1000px) rotateY(-5deg);
    flex: 1;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15),
                0 5px 15px rgba(0, 0, 0, 0.1),
                inset 0 0 0 1px rgba(255, 255, 255, 0.15);
    transition: transform 0.5s ease-in-out, box-shadow 0.5s ease-in-out;
    gap: 30px;
    grid-template-columns: repeat(2, 1fr);
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.08));
    backdrop-filter: blur(10px);
    padding: 40px;
    border-radius: 14px;
}

.data_exploration_base .value_statistics_base:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
}

.data_exploration_base .value_statistics_base:hover::before {
    transform: scaleX(1);
}

.data_exploration_base .value_statistics_base h4 {
    position: relative;
    font-weight: 700;
    color: rgb(196,171,193);
    font-size: calc(30px + 0.5rem);
    margin: 0 0 10px;
    display: inline-block;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.data_exploration_base .value_statistics_base:hover span {
    opacity: 1;
}

.data_exploration_base .knowledge_gains_base {
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    font-size: 30px;
    line-height: 1.3;
    position: relative;
    font-weight: 600;
    padding-bottom: 15px;
    margin: 0 0 25px;
}

.data_exploration_base svg {
    transition: fill 0.3s ease;
    fill: rgb(196,171,193);
    height: 24px;
    width: 24px;
}

.our_background_base {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}

.our_background_base::after {
    content: "";
    background: radial-gradient(circle at center, rgb(168,107,158,0.5), transparent 70%);
    top: -50%;
    position: absolute;
    animation: orbitGlow 15s infinite alternate ease-in-out;
    width: 100%;
    z-index: 2;
    opacity: 0.5;
    right: -50%;
    height: 100%;
    border-radius: 50%;
}

.our_background_base .text_box_item_base h5 {
    margin: 0;
    color: #ffffff;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1.5px;
    position: relative;
    font-size: 21px;
    display: inline-block;
}

.our_background_base .text_box_item_base > div:nth-child(2) {
    margin-bottom: 30px;
}

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

.our_background_base .text_box_item_base ol li {
    text-align: justify;
    line-height: 1.8;
    position: relative;
    margin-bottom: 20px;
    border-left: 1px dashed rgba(255, 255, 255, 0.3);
    font-size: 14px;
    font-family: Arial, sans-serif;
    color: #ffffff;
    padding: 10px 0 10px 10px;
}

.contact_form_section_base::before {
    content: "";
    background-size: 20px 20px, 20px 20px;
    width: 100%;
    left: 0;
    background: 
        linear-gradient(90deg, transparent 0%, rgba(rgb(196,171,193), 0.03) 50%, transparent 100%),
        linear-gradient(180deg, transparent 0%, rgba(rgb(168,107,158), 0.04) 50%, transparent 100%);
    position: absolute;
    height: 100%;
    top: 0;
    animation: gridMove 20s linear infinite;
}

.contact_form_section_base .feedback_section_base {
    grid-template-columns: 1fr 1fr;
    display: grid;
    margin-top: 60px;
    gap: 30px;
    position: relative;
}

.contact_form_section_base .feedback_section_base::after {
    position: absolute;
    content: "";
    right: -8px;
    height: 100%;
    border-radius: 11px;
    width: 100%;
    z-index: -1;
    border: 1px solid rgba(rgb(168,107,158), 0.2);
    bottom: -8px;
}

.contact_form_section_base .pic_strip_wrap_base::after {
    position: absolute;
    border-right: 2px solid rgba(rgb(196,171,193), 0.6);
    right: 20px;
    z-index: 2;
    height: 60px;
    content: "";
    width: 60px;
    top: 20px;
    border-top: 2px solid rgba(rgb(196,171,193), 0.6);
}

.contact_form_section_base form {
    width: 100%;
}

.contact_form_section_base form h3::before {
    top: 0;
    left: 0;
    background: rgb(196,171,193);
    border-radius: 10px;
    width: 3px;
    height: 100%;
    position: absolute;
    content: "";
}

.contact_form_section_base form input[type="text"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.contact_form_section_base .inquiry_map_base {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}

.contact_form_section_base .inquiry_map_base label {
    line-height: 1.5;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
}

.contact_form_section_base .inquiry_map_base input[type="checkbox"]:checked + label::after {
    top: 6px;
    width: 6px;
    border-right: 2px solid #ffffff;
    left: 8px;
    position: absolute;
    border-bottom: 2px solid #ffffff;
    height: 10px;
    content: "";
    transform: rotate(45deg);
}

.contact_form_section_base form .contact_message_base:hover::before {
    left: 0;
}

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

.contact_form_section_base svg {
    width: 22px;
    fill: rgb(196,171,193);
    height: 22px;
}

.welcome_base {
    width: 100%;
    min-height: 600px;
    position: relative;
    background: linear-gradient(135deg, rgb(168,107,158,0.5), rgb(196,171,193), rgb(168,107,158) 120%);
    overflow: hidden;
    height: 100vh;
}

.welcome_base .pic_strip_wrap_base {
    position: absolute;
    z-index: 0;
    width: 100%;
    left: 0;
    mix-blend-mode: luminosity;
    clip-path: polygon(0 0, 100% 0, 100% 80%, 0% 100%);
    opacity: 0.15;
    top: 0;
    height: 100%;
}

.welcome_base h1::after {
    animation: expandLine 1s cubic-bezier(0.215, 0.61, 0.355, 1) forwards 1s;
    height: 4px;
    bottom: -10px;
    width: 80px;
    transform: scaleX(0);
    background: rgb(168,107,158);
    content: "";
    position: absolute;
    transform-origin: left;
    left: 0;
}

.welcome_base .text_box_item_base p {
    line-height: 1.6;
    font-weight: 400;
    position: relative;
    font-size: calc(18px * 1.1);
    margin-bottom: 2rem;
    color: #ffffff;
    animation: fadeIn 0.7s ease-out forwards 1s;
    opacity: 0;
}

.welcome_base .main_front_base svg:hover {
    transform: scale(1.05) translateY(-5px);
}

.welcome_base .main_front_base svg path {
    transition: fill 0.4s ease;
}

.welcome_base .main_front_base svg:hover path {
    fill: #ffffff;
}

.welcome_base .contact_message_base {
    text-decoration: none;
    font-size: 19px;
    box-shadow: 0 8px 20px -5px rgba(0,0,0,0.25);
    background: rgb(168,107,158);
    opacity: 0;
    animation: fadeUpIn 0.7s ease-out forwards 1.5s;
    padding: 0.9rem 2.5rem;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: translateY(20px);
    overflow: hidden;
    display: inline-block;
    color: #ffffff;
    border-radius: 10px;
    position: relative;
    font-weight: 600;
}

header .header_lead_base {
    justify-content: center;
    align-items: center;
    position: relative;
    text-decoration: none;
    padding: 0.5rem 1rem;
    grid-area: logo;
    display: flex;
}

header .header_lead_base:hover svg {
    transform: translateY(-3px);
    filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.1));
}

header .header_mainbar_base {
    padding: 0.4rem 0.8rem;
    font-family: Arial, sans-serif;
    background: #ffffff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
    transition: all 0.3s ease;
    border-radius: 10px;
    font-size: 19px;
    position: relative;
    font-weight: 400;
    color: #000000;
    text-decoration: none;
    text-align: center;
}

.give_it_a_try_base::before {
    content: "";
    height: 100%;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: skewY(-3deg) translateY(20px);
    z-index: -1;
    left: 0;
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, 
                transparent 50%, rgba(255, 255, 255, 0.1) 50%, 
                rgba(255, 255, 255, 0.1) 75%, transparent 75%);
    background-size: 50px 50px;
    opacity: 0.2;
    width: 100%;
    position: absolute;
    top: 0;
}

.give_it_a_try_base div div {
    transform: translateZ(30px);
    position: relative;
    justify-content: center;
    display: flex;
}

.give_it_a_try_base div span {
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: perspective(800px) rotateX(0deg);
    display: inline-block;
    position: relative;
}

.give_it_a_try_base .contact_message_base:hover {
    color: rgb(168,107,158);
    background: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15), 
                0 10px 10px rgba(0, 0, 0, 0.05),
                0 0 0 8px rgba(255, 255, 255, 0.2);
}

.give_it_a_try_base .contact_message_base:active {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1), 
                0 3px 3px rgba(0, 0, 0, 0.05),
                0 0 0 4px rgba(255, 255, 255, 0.1);
    transform: translateY(1px);
}

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

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

.plan_shelf_base .deal_opts_base li {
    perspective: 1000px;
    transform-style: preserve-3d;
    transition: transform 0.4s ease;
}

.plan_shelf_base .cost_plan_base {
    padding: 30px 25px;
    z-index: 1;
    position: relative;
    height: 100%;
}

.plan_shelf_base .trial_offers_base {
    z-index: 2;
    position: relative;
}

.plan_shelf_base .member_fees_base h4 {
    transition: transform 0.3s ease;
    position: relative;
    font-size: calc(22px - 2px);
    margin-top: 0;
    margin-bottom: 20px;
    color: #ffffff;
}

.plan_shelf_base .member_fees_base p {
    color: rgb(255, 255, 255, 0.5);
    hyphens: auto;
    padding-right: 10px;
    word-break: normal;
    overflow-y: auto;
    margin-bottom: 25px;
    overflow-wrap: break-word;
    line-height: 1.6;
    max-height: 250px;
    font-size: 16px;
}

.plan_shelf_base .member_fees_base:hover {
    transform: translateY(-5px);
    box-shadow: 
    7px 7px 20px rgba(0, 0, 0, 0.3),
    -7px -7px 20px rgba(255, 255, 255, 0.07),
    inset 3px 3px 10px rgba(255, 255, 255, 0.05),
    inset -3px -3px 10px rgba(0, 0, 0, 0.1);
}

.program_results_base {
    position: relative;
    background: linear-gradient(135deg, rgb(227,221,227) 30%, rgba(rgb(168,107,158,0.5), 0.15) 100%);
    padding: 6rem 0;
    overflow: hidden;
}

.program_results_base::after {
    right: -20%;
    width: 60%;
    position: absolute;
    top: -50%;
    height: 200%;
    z-index: 0;
    transform: rotate(-15deg);
    content: "";
    background: linear-gradient(135deg, rgba(rgb(196,171,193,0.5), 0.05) 0%, rgba(rgb(168,107,158,0.5), 0.12) 100%);
}

.program_results_base .learn_spot_base {
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.1),
                0 0 0 1px rgba(rgb(196,171,193,0.5), 0.05);
    border-radius: 19px;
    position: relative;
    transform: translateY(-20px);
    padding: 2.5rem;
    background: linear-gradient(145deg, rgba(rgb(255, 255, 255, 0.5), 0.95), rgba(rgb(255, 255, 255, 0.5), 0.85));
}

.program_results_base ul {
    grid-template-columns: repeat(1, 1fr);
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 1.25rem;
    display: grid;
}

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

.program_results_base li svg {
    position: absolute;
    left: 0;
    transform: scale(0.9);
    top: 0;
    transform-origin: center;
    height: 24px;
    width: 24px;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.course_methodology_base .learn_spot_base {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 0 auto;
    gap: 50px;
    position: relative;
    padding: 0 20px;
    z-index: 2;
    max-width: 1200px;
}

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

.course_methodology_base .text_box_item_base::before {
    animation: glimmer 8s infinite ease-in-out;
}

.course_methodology_base .text_box_item_base:hover h2::after {
    width: 100%;
}

.course_methodology_base .text_box_item_base p {
    position: relative;
    color: #ffffff;
    transform: translateZ(10px);
    font-size: 15px;
    line-height: 1.7;
}

.course_methodology_base .learn_spot_base::before {
    height: 150px;
    width: 150px;
    animation: float 15s ease-in-out infinite alternate;
    position: absolute;
    left: 15%;
    bottom: -50px;
    content: '';
    border-radius: 50%;
    opacity: 0.3;
    border: 2px solid rgb(196,171,193,0.5);
}

.thanksWeb_base::before {
    position: absolute;
    height: 100%;
    opacity: 0.6;
    background-size: 60px 60px, 40px 40px;
    left: 0;
    top: 0;
    content: "";
    z-index: -1;
    width: 100%;
    background-image: 
        radial-gradient(circle at 20% 30%, rgba(255,255,255,0.1) 2px, transparent 3px),
        radial-gradient(circle at 80% 70%, rgba(255,255,255,0.1) 2px, transparent 3px);
    animation: shimmer 15s infinite linear;
}

.thanksWeb_base .learn_spot_base::after {
    filter: blur(15px);
    border-radius: 50%;
    bottom: -20px;
    position: absolute;
    height: 20px;
    width: 90%;
    content: "";
    left: 5%;
    z-index: -1;
    background: rgba(0, 0, 0, 0.07);
}

.thanksWeb_base .learn_spot_base > div:first-child {
    margin-bottom: 2rem;
    position: relative;
}

.thanksWeb_base p {
    transform: translateY(20px);
    margin: 0;
    line-height: 1.8;
    animation: fadeSlideUp 1s 0.4s forwards cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0;
    font-family: Arial, sans-serif;
    font-size: 17px;
    color: #000000;
}

.thanksWeb_base a:hover {
    transform: translateX(5px);
}

.thanksWeb_base a:hover::before {
    transform: scaleX(1);
}

.find_support_base::before {
    background-size: 20px 20px;
    opacity: 0.2;
    content: '';
    z-index: -2;
    background-image: 
        linear-gradient(rgb(196,171,193,0.5) 1px, transparent 1px),
        linear-gradient(90deg, rgb(196,171,193,0.5) 1px, transparent 1px);
    position: absolute;
    inset: 0;
    animation: perspectiveGrid 30s linear infinite;
    transform: rotateX(60deg) translateZ(-100px);
    transform-origin: top;
    perspective: 1000px;
}

.find_support_base .join_conversation_base::before {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0.3;
    content: '';
    top: 0;
    background: 
        repeating-conic-gradient(
            from 0deg,
            transparent 0deg 10deg,
            rgba(0, 0, 0, 0.01) 10deg 20deg
        ),
        repeating-conic-gradient(
            from 5deg,
            transparent 0deg 10deg,
            rgba(0, 0, 0, 0.02) 10deg 20deg
        );
    z-index: -1;
    left: 0;
}

.find_support_base h3::before {
    bottom: 0;
    height: 2px;
    background: linear-gradient(to right, rgb(196,171,193), transparent);
    position: absolute;
    width: 100%;
    left: 0;
    content: '';
}

.find_support_base .reach_experts_base {
    display: grid;
    gap: 30px;
    position: relative;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}

.find_support_base .reach_experts_base span {
    clip-path: polygon(
        0 0, 90% 0, 100% 10%, 
        100% 100%, 10% 100%, 0 90%
    );
    flex-direction: column;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    padding: 25px;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.05);
    z-index: 1;
    backdrop-filter: blur(5px);
    overflow: hidden;
    position: relative;
    display: flex;
}

.find_support_base .reach_experts_base span:hover::before {
    opacity: 0.2;
}

.find_support_base .reach_experts_base span:hover::after {
    opacity: 0.3;
    transform: scale(1);
}

.find_support_base .reach_experts_base span p::before {
    margin-right: 10px;
    background: rgb(196,171,193);
    display: inline-block;
    width: 8px;
    height: 8px;
    clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
    content: '';
}

.find_support_base .reach_experts_base span:hover svg path {
    animation: dashAnimation 1.5s ease forwards;
    stroke-dashoffset: 100;
}

.find_support_base .reach_experts_base span span::before,
.find_support_base .reach_experts_base span span::after {
    display: none;
}

.find_support_base .reach_experts_base span span a svg {
    stroke: currentColor;
    stroke-width: 0.5;
    width: 16px;
    transform-origin: center;
    height: 16px;
    fill: currentColor;
    margin-right: 5px;
    vertical-align: middle;
}

.find_support_base .edu_asknow_base::after {
    position: absolute;
    border-style: solid;
    right: 0;
    border-width: 0 50px 50px 0;
    height: 0;
    border-color: transparent rgb(196,171,193,0.5) transparent transparent;
    top: 0;
    width: 0;
    content: '';
}

.find_support_base .edu_asknow_base h4::before {
    left: 0;
    content: '';
    transform: translateY(-50%);
    position: absolute;
    clip-path: polygon(0 0, 100% 25%, 100% 75%, 0 100%);
    width: 5px;
    top: 50%;
    background: rgb(196,171,193);
    height: 20px;
}

.find_support_base .edu_asknow_base span::before {
    width: 3px;
    background: rgb(168,107,158);
    height: 100%;
    left: 0;
    content: '';
    top: 0;
    transform: scaleY(0);
    transition: transform 0.3s ease;
    position: absolute;
    transform-origin: top;
}

.find_support_base .edu_asknow_base span:hover svg {
    transform: scale(1.1);
    fill: rgb(196,171,193);
    opacity: 1;
}

.find_support_base .edu_asknow_base span:hover svg path {
    fill-opacity: 1;
    stroke-dashoffset: 0;
}

.discuss_cta_base::before {
    left: 0;
    opacity: 0.2;
    position: absolute;
    width: 100%;
    background: #ffffff;
    content: "";
    clip-path: polygon(
        0% 0%, 4% 100%, 8% 0%, 12% 100%, 16% 0%, 20% 100%, 
        24% 0%, 28% 100%, 32% 0%, 36% 100%, 40% 0%, 44% 100%, 
        48% 0%, 52% 100%, 56% 0%, 60% 100%, 64% 0%, 68% 100%, 
        72% 0%, 76% 100%, 80% 0%, 84% 100%, 88% 0%, 92% 100%, 
        96% 0%, 100% 100%
    );
    height: 10px;
    top: 0;
}

.discuss_cta_base .guide_section_base {
    clip-path: polygon(3% 0%, 97% 0%, 100% 100%, 0% 100%);
    background: rgba(0, 0, 0, 0.15);
    line-height: 1.6;
    color: #ffffff;
    margin: 0 1rem;
    font-size: 14px;
    padding: 1.5rem;
}

.discuss_cta_base .header_learn_base {
    flex: 1 1 calc(50% - 1.25rem);
    min-width: 200px;
    position: relative;
}

.discuss_cta_base .header_learn_base .head_main_base a {
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.05);
    text-decoration: none;
    font-size: 14px;
    padding: 0.6rem 1rem;
    clip-path: polygon(0% 0%, 97% 0%, 100% 100%, 3% 100%);
    display: block;
    color: #ffffff;
    position: relative;
}

.law_res_base {
    margin-top: 3rem;
    position: relative;
    padding: 2rem 0;
    background: rgba(255, 255, 255, 0.1);
    clip-path: polygon(0% 20%, 2% 0%, 98% 0%, 100% 20%, 100% 100%, 0% 100%);
}

.academic_expertise_base::before {
    transform-origin: left center;
    background: linear-gradient(to right, transparent, rgb(196,171,193,0.5), transparent);
    height: 1px;
    animation: lineExpand 5s ease-in-out infinite alternate;
    top: 40%;
    width: 40%;
    left: 0;
    content: "";
    position: absolute;
}

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

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

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

.academic_expertise_base .testimonial_corner_base:hover .pic_strip_wrap_base {
    filter: grayscale(0%);
    transform: scale(1.05);
}

.academic_expertise_base .testimonial_corner_base:hover .career_explore_base div:nth-child(2) {
    transform: translateX(20px);
}


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



@media screen and (max-width: 767px) {.course_structure_base {
    padding: 50px 0;
}.course_structure_base .learn_spot_base {
    padding: 25px;
}.course_structure_base .header_master_base {
    height: 50px;
    max-width: 150px;
}.course_structure_base h3 {
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-size: calc(29px - 6px);
}.course_structure_base h3::after {
    height: 2px;
    width: 60px;
}.course_structure_base p {
    margin-bottom: 20px;
    font-size: calc(14px - 1px);
}.course_structure_base .pic_strip_wrap_base {
    min-height: 300px;
}
}



@media (max-width: 992px) {.data_exploration_base {
    padding: 60px 0;
}.data_exploration_base .container {
    gap: 40px;
    flex-direction: column;
}.data_exploration_base .statistics_boosts_base {
    transform: perspective(1000px) rotateY(0deg);
    width: 100%;
}.data_exploration_base .smart_pros_base {
    padding: 30px;
    text-align: center;
    max-width: 100%;
}.data_exploration_base .knowledge_gains_base::after {
    left: 50%;
    transform: translateX(-50%);
}.data_exploration_base .study_gain_base {
    margin: 0 auto;
    max-width: 90%;
}
}



@media (max-width: 480px) {.data_exploration_base {
    padding: 40px 0;
}.data_exploration_base .container {
    padding: 0 15px;
}.data_exploration_base .statistics_boosts_base {
    padding: 20px;
}.data_exploration_base .knowledge_gains_base {
    font-size: calc(30px - 0.5rem);
}.data_exploration_base .study_gain_base {
    font-size: calc(13px - 0.1rem);
}}



@media (max-width: 768px) {.our_background_base {
    padding: 60px 0;
}.our_background_base .text_box_item_base {
    transform: perspective(1000px) rotateY(0deg);
    padding: 30px 20px;
}.our_background_base .text_box_item_base h5 {
    font-size: calc(21px * 0.9);
}.our_background_base .text_box_item_base > div:nth-child(2) p {
    font-size: 21px;
}.our_background_base .text_box_item_base ol li {
    line-height: 1.7;
    font-size: calc(14px * 0.95);
}
}



@media screen and (max-width: 767px) {.contact_form_section_base {
    padding: 70px 0;
}.contact_form_section_base h2 {
    font-size: calc(31px * 0.9);
}.contact_form_section_base .pic_strip_wrap_base {
    min-height: 350px;
}.contact_form_section_base .pic_strip_wrap_base::after,
    .contact_form_section_base .inquiry_list_base::before {
    height: 40px;
    width: 40px;
}
}



@media (max-width: 767px) {.welcome_base .learn_spot_base {
    padding: 7rem 1.5rem 3rem;
}.welcome_base h1 {
    font-size: 38px;
}.welcome_base .text_box_item_base {
    padding: 1.5rem;
}.welcome_base .text_box_item_base p {
    font-size: 18px;
}.welcome_base .main_front_base svg {
    width: 100px;
    height: 100px;
}.welcome_base .contact_message_base {
    width: 100%;
    padding: 0.8rem 1.5rem;
}
}



@media (max-width: 480px) {header {
    padding: 0.8rem 0;
}header .header_lead_base svg {
    width: 120px;
}header .header_learn_base {
    padding: 0.4rem;
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
}header .header_learn_base::-webkit-scrollbar {
    height: 2px;
}header .header_learn_base::-webkit-scrollbar-thumb {
    background: rgb(196,171,193);
    border-radius: 10px;
}header .header_mainbar_base {
    flex-shrink: 0;
    white-space: nowrap;
}}



@media (hover: none) {.give_it_a_try_base div span {
    transform: none !important;
}.give_it_a_try_base .contact_message_base:hover {
    transform: none;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1), 
                    0 6px 6px rgba(0, 0, 0, 0.05),
                    0 0 0 6px rgba(255, 255, 255, 0.1);
}.give_it_a_try_base .contact_message_base:active {
    transform: translateY(1px);
}}



@media (max-width: 480px) {.plan_shelf_base {
    padding: 50px 0;
}.plan_shelf_base h2 {
    font-size: calc(37px - 8px);
}.plan_shelf_base .learn_pricing_base {
    font-size: calc(16px - 2px);
}.plan_shelf_base .cost_plan_base {
    padding: 25px 20px;
}.plan_shelf_base .member_fees_base h4 {
    font-size: calc(22px - 2px);
}.plan_shelf_base .rate_options_base {
    padding: 8px 15px;
    font-size: calc(22px - 2px);
}}



@media (max-width: 767px) {.program_results_base {
    padding: 4rem 0;
}.program_results_base .learn_spot_base {
    padding: 1.5rem;
}.program_results_base h1 {
    margin-bottom: 1.5rem;
    font-size: calc(32px * 0.9);
}.program_results_base li {
    padding-left: 2rem;
}.program_results_base li p {
    font-size: 17px;
}.program_results_base svg {
    transform: scale(0.8);
}
}



@media screen and (max-width: 992px) {.course_methodology_base {
    padding: 100px 0;
}.course_methodology_base .learn_spot_base {
    gap: 30px;
}.course_methodology_base .text_box_item_base {
    padding: 40px 30px;
}.course_methodology_base .learn_spot_base::after,
    .course_methodology_base .learn_spot_base::before {
    height: 120px;
    width: 120px;
}
}



@media (hover: hover) {.thanksWeb_base .learn_spot_base:hover {
    box-shadow: 
            0 25px 50px rgba(0, 0, 0, 0.12),
            0 5px 15px rgba(0, 0, 0, 0.06),
            0 0 0 1px rgba(255, 255, 255, 0.25) inset;
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}
}



@media screen and (max-width: 992px) {.thanksWeb_base {
    padding: 5rem 2rem;
}.thanksWeb_base .learn_spot_base {
    padding: 2.5rem;
    transform: perspective(1000px) rotateX(1deg);
}.thanksWeb_base h5 {
    font-size: calc(18px * 0.9);
}
}



@media (max-width: 991px) {.find_support_base {
    padding: 80px 0;
}.find_support_base .join_conversation_base {
    padding: 40px;
    clip-path: polygon(
            0 3%, 3% 0, 97% 0, 100% 3%,
            100% 97%, 97% 100%, 3% 100%, 0 97%
        );
}.find_support_base h3 {
    font-size: calc(36px - 0.2rem);
}.find_support_base .reach_experts_base {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 25px;
}.find_support_base .start_chat_base {
    padding: 20px;
}.find_support_base .reach_experts_base span svg {
    height: 18px;
    width: 18px;
}
}



@media (max-width: 1200px) {.discuss_cta_base .container {
    gap: 2rem;
}.discuss_cta_base .company_holder {
    flex: 1 1 380px;
}.discuss_cta_base .app_store_base {
    min-width: 380px;
    flex: 1 1 calc(100% - 430px);
}
}



@media (max-width: 768px) {.discuss_cta_base {
    padding: 3rem 0 1.5rem;
}.discuss_cta_base .company_holder {
    padding: 2rem;
}.discuss_cta_base .company_holder h3 {
    font-size: calc(38px - 2px);
}.discuss_cta_base .head_main_base {
    gap: 1.5rem;
}.law_res_base {
    margin-top: 2rem;
}
}



@media (max-width: 576px) {.discuss_cta_base {
    padding: 2.5rem 0 1rem;
}.discuss_cta_base .header_learn_base {
    flex: 1 1 100%;
    min-width: 100%;
}.discuss_cta_base .head_main_base {
    gap: 1rem;
}.law_res_base {
    margin-top: 1.5rem;
    padding: 1.5rem 0;
    clip-path: polygon(0% 10%, 2% 0%, 98% 0%, 100% 10%, 100% 100%, 0% 100%);
}.discuss_cta_base::before {
    height: 5px;
}
}



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



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



@keyframes shine-effect {
  0% {
    transform: rotate(25deg) translateX(-100%);
  }
  80%, 100% {
    transform: rotate(25deg) translateX(100%);
  }
}



@keyframes orbitGlow {
    0% {
        transform: rotate(0deg) scale(1);
        opacity: 0.4;
    }
    100% {
        transform: rotate(360deg) scale(1.2);
        opacity: 0.6;
    }
}



@keyframes slideInTitle {
    from {
        transform: translateX(-20px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}



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



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



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

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



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

