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

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

a {
    text-decoration: none;
    color: inherit;
}

.first_class {
    flex: 1 0 auto;
}

.interested_learners::before {
    height: 60%;
    background-image: radial-gradient(rgb(146,157,178,0.5) 20%, transparent 20%);
    z-index: 1;
    width: 60%;
    bottom: 0;
    content: "";
    position: absolute;
    background-size: 20px 20px;
    background-position: 0 0;
    opacity: 0.3;
    right: 0;
}

.interested_learners h4::after {
    content: "";
    position: absolute;
    width: 100px;
    background: linear-gradient(90deg, rgb(146,157,178), rgb(110,120,135));
    left: 50%;
    transform: translateX(-50%);
    border-radius: 5px;
    height: 5px;
    bottom: -15px;
}

.interested_learners p:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    color: #000000;
}

.interested_learners p:hover::before {
    opacity: 1;
}

.interested_learners p svg {
    position: absolute;
    transform: translateX(-50%);
    width: 32px;
    transition: all 0.3s ease;
    left: 50%;
    height: 32px;
    top: 30px;
}

.interested_learners p:hover svg {
    transform: translateX(-50%) scale(1.2);
}



.interested_learners .success_story > div p {
    opacity: 0;
    animation: fadeScale 0.5s ease forwards;
}

.interested_learners .success_story > div p:nth-child(2) {
    animation-delay: 0.2s;
}

.interested_learners .success_story > div p:nth-child(4) {
    animation-delay: 0.4s;
}

.interested_learners .success_story > div p:nth-child(6) {
    animation-delay: 0.6s;
}

.cookieNotificationBanner h5 {
    font-size: 22px;
    margin-bottom: 6px;
}

.cookie_view {
    flex-shrink: 0;
    margin-right: 10px;
}

.cookieNotificationBanner p a {
    text-decoration: none;
    color: rgb(146,157,178);
}

#cookieMessageModal {
    display: none;
}


.wrapper-canvas .manage_cookies {
    justify-content: flex-end;
}

.wrapper-canvas .digital_cookies {
    text-align: right;
}

.reach_out_info {
    position: relative;
    background: linear-gradient(135deg, rgb(183,194,215) 0%, rgb(146,157,178,0.5) 100%);
    padding: 6rem 0;
    overflow: hidden;
}

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

.reach_out_info .talk_answer {
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    padding: 3rem;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.95);
    border-left: 4px solid rgb(146,157,178);
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: perspective(1000px) rotateX(2deg);
}

.reach_out_info h5 {
    align-items: center;
    margin-bottom: 0.5rem;
    text-transform: capitalize;
    display: flex;
    gap: 0.5rem;
    font-size: 22px;
    color: #000000;
    font-weight: 600;
}

.reach_out_info .reach_team:hover {
    background: linear-gradient(to right, rgba(rgb(146,157,178,0.5), 0.1), rgba(rgb(183,194,215), 0.2));
    border-left: 2px solid rgb(146,157,178);
    transform: translateX(5px);
}

.reach_out_info svg path {
    transition: fill 0.3s ease;
    fill: rgb(146,157,178);
}

.leadership_profile::before {
    top: 0;
    width: 100%;
    z-index: 1;
    height: 100%;
    background: repeating-linear-gradient(
    -45deg,
    rgb(146,157,178,0.5) 0px,
    rgb(146,157,178,0.5) 1px,
    transparent 1px,
    transparent 20px
  );
    left: 0;
    position: absolute;
    opacity: 0.08;
    content: "";
}

.leadership_profile .review_voices > div:first-child {
    order: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.leadership_profile .review_voices .pic_cell {
    width: 200px;
    transform: translateY(-10px) rotate(-3deg);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    height: 200px;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.leadership_profile .review_voices .name {
    color: rgb(146,157,178);
    display: inline-block;
    font-weight: 700;
    font-size: calc(18px * 1.1);
    margin-bottom: 0.5rem;
    position: relative;
}

.leadership_profile .review_voices > div:nth-child(2) > div {
    font-size: 13px;
    letter-spacing: 0.5px;
    font-weight: 600;
    margin-top: 0.5rem;
    color: rgb(110,120,135);
}

.program_details {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
    background: rgb(183,194,215);
}

.program_details::before {
    content: "";
    top: -100px;
    width: 300px;
    height: 300px;
    background: linear-gradient(135deg, rgb(146,157,178,0.5) 0%, transparent 70%);
    z-index: 1;
    right: -100px;
    opacity: 0.7;
    position: absolute;
    transform: rotate(-15deg);
}

.program_details .pic_cell {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    height: 320px;
    transform: perspective(1000px) rotateY(2deg);
    position: relative;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.program_details .insight_box:hover {
    transform: translateY(-5px);
}

.program_details .insight_box::before {
    transition: height 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    top: 0;
    position: absolute;
    background: linear-gradient(to bottom, rgb(146,157,178), rgb(110,120,135));
    left: 0;
    width: 4px;
    height: 0;
    content: "";
}

.program_details .insight_box:hover h3::after {
    width: 100px;
}

.program_details .description {
    margin-bottom: 20px;
    transition: opacity 0.3s ease;
    font-family: Arial, sans-serif;
    opacity: 0.9;
    font-size: 16px;
    line-height: 1.7;
    color: #000000;
}

.customer_reviews::before {
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    background: 
        linear-gradient(30deg, rgb(146,157,178,0.5) 12%, transparent 12.5%, transparent 87%, rgb(146,157,178,0.5) 87.5%, rgb(146,157,178,0.5)),
        linear-gradient(150deg, rgb(146,157,178,0.5) 12%, transparent 12.5%, transparent 87%, rgb(146,157,178,0.5) 87.5%, rgb(146,157,178,0.5)),
        linear-gradient(30deg, rgb(146,157,178,0.5) 12%, transparent 12.5%, transparent 87%, rgb(146,157,178,0.5) 87.5%, rgb(146,157,178,0.5)),
        linear-gradient(150deg, rgb(146,157,178,0.5) 12%, transparent 12.5%, transparent 87%, rgb(146,157,178,0.5) 87.5%, rgb(146,157,178,0.5)),
        linear-gradient(60deg, rgb(110,120,135,0.5) 25%, transparent 25.5%, transparent 75%, rgb(110,120,135,0.5) 75%, rgb(110,120,135,0.5));
    background-position: 0 0, 0 0, 40px 70px, 40px 70px, 0 0;
    opacity: 0.1;
    z-index: 0;
    content: "";
    background-size: 80px 140px;
    left: 0;
}

.customer_reviews .review_voices::after {
    position: absolute;
    transition: transform 0.5s ease;
    transform: scaleY(0);
    background: rgb(146,157,178);
    height: 40px;
    width: 2px;
    left: 20px;
    content: "";
    transform-origin: bottom;
    bottom: 100%;
}

.customer_reviews .review_voices .pic_cell::before {
    background: linear-gradient(45deg, rgb(146,157,178,0.5), transparent 60%);
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    left: 0;
    transition: all 0.4s ease;
    position: absolute;
    opacity: 0;
    content: "";
}

.customer_reviews .review_voices:hover p {
    transform: translateZ(25px);
}

.customer_reviews .review_voices:nth-child(3n+2) {
    transform: translateZ(0) translateY(0);
}

.customer_reviews .review_voices:nth-child(3n+2):hover {
    transform: translateZ(30px) translateY(-10px);
}

footer::before {
    background: linear-gradient(180deg, 
                rgba(0, 0, 0, 0.5) 0%, 
                rgb(146,157,178,0.5) 50%, 
                rgba(0, 0, 0, 0.5) 100%);
    height: 100%;
    top: 0;
    opacity: 0.85;
    z-index: -1;
    width: 100%;
    position: absolute;
    left: 0;
    content: "";
}

.abuse_ctrl .container {
    gap: 3rem;
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.abuse_ctrl .company_holder:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3), 
                0 0 20px rgb(146,157,178,0.5);
    border-left: 3px solid #ffffff;
    transform: translateZ(20px) rotateX(2deg) rotateY(-2deg);
}

.abuse_ctrl .company_holder h3::after {
    background: rgb(146,157,178);
    content: "";
    transition: width 0.4s ease-in-out;
    height: 3px;
    width: 60px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.abuse_ctrl .recycle_info {
    position: relative;
}

.abuse_ctrl .head_pagebar {
    background: rgba(255, 255, 255, 0.03);
    overflow: hidden;
    transform-style: preserve-3d;
    position: relative;
    backdrop-filter: blur(5px);
    transition: all 0.4s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 14px;
    padding: 2rem;
}

.abuse_ctrl .head_pagebar:hover::after {
    border-width: 0 35px 35px 0;
    border-color: transparent rgb(110,120,135) transparent transparent;
}

.abuse_ctrl .head_pagebar:hover {
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    transform: translateZ(15px) scale(1.03);
}

.abuse_ctrl .head_pagebar h5::after {
    background: rgb(146,157,178);
    content: "";
    left: 0;
    bottom: -8px;
    transition: width 0.4s ease-in-out;
    height: 3px;
    width: 30%;
    position: absolute;
}

.abuse_ctrl .head_pagebar a::before {
    opacity: 0;
    transform: translateZ(5px);
    content: "→";
    transition: all 0.3s ease;
    left: -20px;
    position: absolute;
}

.footer_caption::before {
    top: 0;
    width: 100%;
    left: 0;
    height: 1px;
    background: linear-gradient(to right, 
                transparent 0%, 
                rgb(146,157,178) 30%, 
                #ffffff 50%, 
                rgb(110,120,135) 70%, 
                transparent 100%);
    content: "";
    position: absolute;
}

.abuse_ctrl .company_holder:hover::before,
.abuse_ctrl .head_pagebar:hover::before {
    opacity: 0.5;
}

.abuse_ctrl .company_holder:hover::after {
    width: 40px;
    height: 40px;
    transform: rotate(45deg);
}



.abuse_ctrl .company_holder .footer_account::after {
    position: absolute;
    width: 70px;
    background: linear-gradient(to right, rgb(146,157,178), transparent);
    left: 1rem;
    content: "";
    height: 3px;
    bottom: -10px;
    transition: width 0.4s ease;
}

.abuse_ctrl .head_pagebar:nth-child(2)::before {
    background: radial-gradient(circle, rgb(110,120,135,0.5) 0%, transparent 70%);
}

.abuse_ctrl .nav_pagebar a:hover::after {
    width: 100%;
}

.secure_harbor {
    overflow: hidden;
    width: 100%;
    transition: background-color 0.3s, box-shadow 0.3s;
    font-family: Arial, sans-serif;
    height: auto;
    color: #000000;
    padding: 40px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
}

.secure_harbor h3, .secure_harbor h4, .secure_harbor h5, .secure_harbor h6 {
    margin-bottom: 15px;
    font-weight: 600;
    color: rgb(146,157,178);
    font-size: 18px;
    margin-top: 25px;
}

header .top_plank {
    background: rgb(146,157,178);
    color:  #ffffff;
}

header .top_plank .main_panel div span {
    color: #ffffff;
}

header .top_plank .main_panel div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 24px;
}

.join_our_mailing_list {
    position: relative;
    z-index: 1;
    background: linear-gradient(135deg, rgb(110,120,135,0.5), rgb(146,157,178,0.5));
    overflow: hidden;
    padding: 4rem 2rem;
}

.join_our_mailing_list .container {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}

.join_our_mailing_list .success_story {
    padding: 3rem;
    display: grid;
    background: linear-gradient(
        to right bottom,
        #ffffff,
        rgba(255, 255, 255, 0.9)
    );
    gap: 2rem;
    transform: perspective(1000px) rotateX(1deg);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    position: relative;
    grid-template-columns: 1fr;
    backface-visibility: hidden;
}

.join_our_mailing_list .input_holder {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    gap: 1rem;
    z-index: 2;
}

.join_our_mailing_list .input_holder input[type="email"]:focus {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    border-color: rgb(110,120,135);
    outline: none;
    transform: translateY(-2px);
    background-color: #ffffff;
}

.join_our_mailing_list .input_holder .subscribe_coupons {
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    color: #ffffff;
    width: 100%;
    position: relative;
    background: linear-gradient(
        45deg,
        rgb(146,157,178),
        rgb(110,120,135)
    );
    padding: 1rem 1.5rem;
    overflow: hidden;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
    border: none;
}

.contact_panel::after {
    height: 150%;
    position: absolute;
    width: 150%;
    content: '';
    bottom: -30%;
    z-index: 1;
    right: -30%;
    animation: subtle-wave 15s infinite alternate-reverse;
    background: radial-gradient(
        circle at center, 
        rgba(255,255,255,0.03) 0%, 
        transparent 60%
    );
}

.contact_panel .help_feedback {
    display: flex;
    backdrop-filter: blur(10px);
    background: rgba(255,255,255,0.05);
    border-radius: 28px;
    align-items: stretch;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    border: 1px solid rgba(255,255,255,0.1);
}

.contact_panel .reach_message form {
    max-width: 500px;
    margin: 0 auto;
    width: 100%;
}

.contact_panel .reach_message h3 {
    margin-bottom: 2rem;
    text-align: center;
    font-size: 33px;
    color: #ffffff;
    font-weight: 600;
}

.contact_panel .reach_message .feedback_links {
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
}

.contact_panel .reach_message .feedback_links input[type="checkbox"]:checked {
    border-color: rgb(146,157,178);
    background: rgb(146,157,178);
}

.contact_panel .reach_message .feedback_links label {
    align-items: center;
    font-size: 14px;
    display: flex;
    color: #ffffff;
}

.contact_panel .reach_message .feedback_links a:hover {
    text-decoration: underline;
}

.contact_panel .reach_message .inquiry_links::before {
    top: 0;
    content: '';
    height: 100%;
    background: linear-gradient(
        120deg, 
        transparent, 
        rgba(255,255,255,0.3), 
        transparent
    );
    position: absolute;
    left: -100%;
    transition: all 0.3s ease;
    width: 100%;
}

header .header_know {
    background: #ffffff;
    margin: 1rem 0;
    overflow: hidden;
    align-items: center;
    padding: 1.5rem 0;
    border-radius: 21px;
    display: flex;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    flex-direction: column;
    position: relative;
}

header .head_main {
    padding: 0 0 1rem 0;
    justify-content: center;
    text-decoration: none;
    position: relative;
    display: flex;
}

header .head_main svg {
    height: auto;
    transition: all 0.3s ease;
    width: 180px;
}

header .head_pagebar {
    max-width: 90%;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.7rem;
    padding: 1rem 2rem 0;
    width: 100%;
    display: flex;
}

header .head_teach:hover {
    color: rgb(146,157,178);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

header .head_teach:hover::before {
    height: 100%;
}

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

.who_we_are h4 {
    transform: translateX(-1rem);
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    font-size: calc(32px * 1.15);
    z-index: 5;
    margin-bottom: 60px;
    color: #ffffff;
    font-weight: 700;
    padding-left: 2rem;
}

.who_we_are .insight_box:hover {
    transform: translateY(-5px);
}

.who_we_are .insight_box::before {
    background: linear-gradient(to right, 
        rgb(110,120,135) 0%, 
        transparent 70%);
    top: 0;
    height: 1px;
    right: 0;
    position: absolute;
    content: "";
    left: 0;
}

.who_we_are h6 {
    margin-bottom: 1.5rem;
    font-weight: 600;
    color: rgb(110,120,135);
    letter-spacing: 1px;
    font-size: calc(21px * 1.1);
    position: relative;
    display: inline-block;
}

.who_we_are .insight_box:hover span {
    transform: translateY(-5px);
}

.thanksPoint {
    background: linear-gradient(135deg, rgb(183,194,215) 0%, rgba(255,255,255,0.95) 100%);
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}

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

.thanksPoint h2 {
    position: relative;
    text-align: center;
    font-weight: 700;
    color: #000000;
    line-height: 1.3;
    transform: perspective(1000px) translateZ(0);
    font-family: Arial, sans-serif;
    margin-bottom: 2.5rem;
    font-size: calc(35px * 1.1);
}

.thanksPoint .success_story:hover {
    box-shadow: 0 20px 40px rgba(0,0,0,0.08),
                0 10px 20px rgba(0,0,0,0.05),
                0 0 0 1px rgba(0,0,0,0.02);
    transform: perspective(1000px) rotateX(2deg) translateY(-5px);
}

.thanksPoint li::before {
    width: 12px;
    position: absolute;
    transform: rotate(45deg);
    height: 12px;
    left: 0;
    background: linear-gradient(135deg, rgb(146,157,178) 0%, rgb(110,120,135) 100%);
    border-radius: 2px;
    top: 8px;
    content: "";
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.analysis_summary .container {
    display: grid;
    z-index: 10;
    position: relative;
    padding: 0 15px;
    gap: 50px;
    max-width: 1200px;
    grid-template-columns: 1fr 1fr;
    margin: 0 auto;
}

.analysis_summary .key_statistics {
    order: 2;
    gap: 25px;
    position: relative;
    grid-template-columns: 1fr 1fr;
    display: grid;
}

.analysis_summary .expert_benefitsALwG {
    margin-bottom: 30px;
    padding-left: 20px;
    position: relative;
    font-size: 35px;
    line-height: 1.3;
    color: #000000;
    font-weight: 700;
}

.analysis_summary .study_gain:nth-child(even) {
    border-left: 3px solid rgb(110,120,135);
}

.analysis_summary .study_gain::after {
    background: rgb(146,157,178);
    right: -40px;
    transition: all 0.5s ease;
    border-radius: 50%;
    opacity: 0.1;
    width: 80px;
    position: absolute;
    height: 80px;
    content: '';
    top: -40px;
}

.analysis_summary .study_gain:hover::after {
    transform: scale(1.2);
}

.analysis_summary .study_gain:nth-child(odd) h4 {
    color: rgb(146,157,178);
}

.analysis_summary .study_gain span {
    color: #000000;
    opacity: 0.9;
    font-weight: 400;
    line-height: 1.5;
    font-size: 14px;
}

.analysis_summary .study_gain:hover svg {
    opacity: 0.8;
    transform: translateX(5px);
}

.greeting_page .edu_title {
    align-items: center;
    justify-content: center;
    position: relative;
    display: flex;
    height: 100vh;
    width: 100%;
}

.greeting_page .study_sessions {
    width: 90%;
    transform-style: preserve-3d;
    transition: transform 0.5s ease-out;
    transform: perspective(1000px) rotateX(3deg);
    position: relative;
    z-index: 5;
    padding: 3rem;
    max-width: 1200px;
}

.greeting_page h1 {
    animation: title-reveal 1.2s cubic-bezier(0.17, 0.67, 0.25, 1) forwards;
    text-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    font-family: Arial, sans-serif;
    transform: translateZ(20px);
    opacity: 0;
    color: #ffffff;
    margin-bottom: 1.5rem;
    font-size: calc(44px * 1.2);
    font-weight: 700;
}

.greeting_page p {
    font-size: 13px;
    animation: text-reveal 1.2s cubic-bezier(0.17, 0.67, 0.25, 1) 0.4s forwards;
    max-width: 80%;
    transform: translateZ(10px);
    font-family: Arial, sans-serif;
    color: #ffffff;
    opacity: 0;
    font-weight: 300;
    position: relative;
    padding-left: 20px;
    line-height: 1.6;
}

.experience_trial::before {
    opacity: 0.1;
    z-index: -1;
    animation: rotateBg 20s linear infinite;
    top: 0;
    width: 100%;
    content: '';
    height: 100%;
    position: absolute;
    left: 0;
    background: 
        repeating-conic-gradient(
            from 0deg at 50% 50%,
            rgb(146,157,178) 0deg,
            rgb(110,120,135) 15deg,
            rgb(146,157,178) 30deg
        );
}

.experience_trial .success_story::before {
    animation: pulseGlow 6s ease-in-out infinite alternate;
    z-index: -1;
    content: '';
    height: 200%;
    background: 
        radial-gradient(
            ellipse at center,
            rgba(255, 255, 255, 0.2) 0%,
            transparent 70%
        );
    left: -50%;
    width: 200%;
    position: absolute;
    top: -50%;
}

.experience_trial h3::before {
    top: 0;
    content: attr(data-text);
    opacity: 0.7;
    height: 100%;
    position: absolute;
    color: rgb(110,120,135);
    animation: glitchEffect 2s infinite linear alternate;
    width: 100%;
    z-index: -1;
    left: -3px;
}

.experience_trial .reach_team {
    z-index: 1;
    text-transform: uppercase;
    box-shadow: 
        0 10px 20px rgba(0, 0, 0, 0.2),
        0 0 15px rgb(110,120,135,0.5),
        0 0 30px rgb(110,120,135,0.5);
    overflow: hidden;
    font-weight: 600;
    animation: gradientFlow 5s ease infinite;
    color: #ffffff;
    font-family: Arial, sans-serif;
    position: relative;
    font-size: 14px;
    background: linear-gradient(45deg, rgb(146,157,178), rgb(110,120,135), rgb(146,157,178));
    border: 1px solid rgba(255, 255, 255, 0.3);
    background-size: 200% 200%;
    text-decoration: none;
    letter-spacing: 2px;
    transition: all 0.4s ease;
    display: inline-block;
    padding: 18px 45px;
    border-radius: 21px;
}


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



@media (max-width: 768px) {.interested_learners {
    padding: 70px 0;
}.interested_learners h4 {
    font-size: calc(48px * 0.7);
    margin-bottom: 60px;
}.interested_learners h4::after {
    bottom: -12px;
    width: 80px;
}.interested_learners div > div {
    gap: 20px;
    grid-template-columns: 1fr;
}.interested_learners p {
    clip-path: none;
    aspect-ratio: 1.73 / 1;
    height: auto;
    padding: 20px;
    border-radius: 17px;
}.interested_learners p::before {
    border-radius: 17px;
    clip-path: none;
}.interested_learners p:nth-child(even) {
    transform: translateY(0);
}.interested_learners p svg {
    width: 28px;
    margin-right: 15px;
    transform: none;
    height: 28px;
    position: static;
}.interested_learners p span {
    margin-top: 0;
    display: inline;
}.interested_learners p:hover {
    transform: translateY(0) scale(1.03);
}.interested_learners p:hover svg {
    transform: scale(1.2);
}.interested_learners::after {
    display: none;
}
}



@media (min-width: 992px) {.reach_out_info {
    padding: 8rem 0;
}.reach_out_info .talk_answer {
    margin: 0 auto;
    transform: perspective(1500px) rotateX(2deg) rotateY(-1deg);
    max-width: 900px;
}.reach_out_info .talk_answer:hover {
    transform: perspective(1500px) rotateX(0deg) rotateY(0deg);
}.reach_out_info h3 {
    margin-bottom: 2.5rem;
}.reach_out_info h3::after {
    height: 4px;
}
}



@media (min-width: 1200px) {.leadership_profile .review_voices {
    transition: transform 0.5s ease-out;
    transform: perspective(1000px) rotateX(1deg) rotateY(-1deg);
}.leadership_profile .review_voices:hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg);
}.leadership_profile .review_voices .pic_cell {
    width: 320px;
    height: 320px;
}
}



@media (max-width: 767px) {.leadership_profile {
    padding: 3rem 0;
}.leadership_profile .container {
    padding: 0 1.5rem;
}.leadership_profile .review_voices {
    padding: 2rem 1.5rem;
    transform: none;
}.leadership_profile .review_voices .pic_cell {
    width: 180px;
    height: 180px;
}}



@media (min-width: 992px) {.program_details .knowledge_guide {
    gap: 80px;
}.program_details .pic_cell {
    height: 500px;
}.program_details .insight_box {
    padding: 50px;
}.program_details h3 {
    font-size: calc(21px * 1.2);
}.program_details p.description {
    line-height: 1.75;
    max-height: 400px;
    font-size: calc(16px * 1.05);
}
}



@media (max-width: 767px) {.program_details {
    padding: 80px 0;
}.program_details .insight_box {
    padding: 25px 20px;
}.program_details h3 {
    padding-bottom: 12px;
    margin-bottom: 20px;
    font-size: calc(16px * 1.1);
}.program_details p.description {
    line-height: 1.6;
    font-size: calc(16px * 0.95);
    max-height: 250px;
}}



@media (max-width: 992px) {.abuse_ctrl {
    padding: 4rem 0 2rem;
}.abuse_ctrl .container {
    gap: 2rem;
    grid-template-columns: 1fr;
}.abuse_ctrl .company_holder,
    .abuse_ctrl .recycle_info {
    width: 100%;
}.abuse_ctrl .nav_pagebar {
    grid-template-columns: repeat(2, 1fr);
}
}



@media (max-width: 768px) {.abuse_ctrl {
    padding: 3.5rem 0 1.5rem;
}.abuse_ctrl .nav_pagebar {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.abuse_ctrl .company_holder,
    .abuse_ctrl .head_pagebar {
    padding: 1.5rem;
}.abuse_ctrl .company_holder h3,
    .abuse_ctrl .head_pagebar h5 {
    margin-bottom: 1.25rem;
}.footer_caption {
    margin-top: 2rem;
    padding: 1.25rem 0;
}
}



@media (min-width: 768px) {.join_our_mailing_list {
    padding: 5rem 2rem;
}.join_our_mailing_list .success_story {
    padding: 3.5rem 4rem;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}.join_our_mailing_list h4 {
    padding-right: 2rem;
    font-size: calc(18px * 1.1);
}.join_our_mailing_list .input_holder {
    margin-top: 0;
}
}



@media (hover: none) {.join_our_mailing_list .input_holder .subscribe_coupons:hover {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transform: none;
}.join_our_mailing_list .input_holder .subscribe_coupons::before {
    display: none;
}
}



@media screen and (max-width: 1024px) {.contact_panel .help_feedback {
    flex-direction: column;
}.contact_panel .pic_cell {
    min-height: 300px;
    flex: 0 0 100%;
}.contact_panel .reach_message {
    padding: 3rem 2rem;
    flex: 0 0 100%;
}
}



@media (max-width: 991px) {header .header_know {
    margin: 0.8rem 0;
    padding: 1.2rem 0;
}header .head_main {
    padding: 0 0 0.8rem 0;
}header .head_main svg {
    width: 160px;
}header .head_pagebar {
    padding: 0.8rem 1.5rem 0;
    gap: 0.6rem;
}header .head_teach {
    padding: 0.6rem 1.1rem;
}
}



@media (max-width: 480px) {header .header_know {
    margin: 0.5rem 0;
    padding: 0.8rem 0;
}header .head_main {
    padding: 0 0 0.6rem 0;
}header .head_main svg {
    width: 120px;
}header .head_pagebar {
    justify-content: flex-start;
    padding: 0.6rem 0.5rem 0;
    flex-wrap: nowrap;
    overflow-x: auto;
}header .head_pagebar::-webkit-scrollbar {
    height: 3px;
}header .head_pagebar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(146,157,178);
}header .head_teach {
    margin-right: 3px;
    white-space: nowrap;
    flex-shrink: 0;
}}



@media (max-width: 991px) {.thanksPoint {
    padding: 90px 0;
}.thanksPoint h2 {
    font-size: calc(35px * 0.9);
    margin-bottom: 2rem;
}.thanksPoint .success_story {
    padding: 30px;
}
}



@media (max-width: 480px) {.thanksPoint {
    padding: 50px 0;
}.thanksPoint h2 {
    margin-bottom: 1.5rem;
    font-size: calc(35px * 0.7);
}.thanksPoint .success_story {
    padding: 20px 15px;
    border-left: 3px solid rgb(146,157,178);
}.thanksPoint li::before {
    top: 8px;
    height: 8px;
    width: 8px;
}.thanksPoint span {
    line-height: 1.6;
    font-size: calc(13px - 2px);
}}



@media screen and (max-width: 768px) {.analysis_summary {
    padding: 80px 0;
}.analysis_summary .key_statistics {
    grid-template-columns: 1fr;
    gap: 20px;
}.analysis_summary .study_gain {
    padding: 25px;
}.analysis_summary .study_gain h4 {
    font-size: 35px;
}
}



@media screen and (max-width: 1200px) {.greeting_page .study_sessions {
    width: 95%;
    padding: 2.5rem;
}.greeting_page h1 {
    font-size: calc(44px * 1.1);
}
}



@media screen and (max-width: 992px) {.greeting_page .edu_title {
    height: 90vh;
}.greeting_page .study_sessions {
    padding: 2rem;
    transform: perspective(1000px) rotateX(2deg);
}.greeting_page h1 {
    font-size: 44px;
}.greeting_page h3 {
    max-width: 95%;
    font-size: calc(18px * 0.95);
}.greeting_page p {
    max-width: 90%;
}
}



@media screen and (max-width: 992px) {.experience_trial {
    padding: 100px 0;
}.experience_trial .success_story {
    max-width: 90%;
    padding: 50px 30px;
}.experience_trial h3 {
    font-size: calc(36px * 0.9);
    margin-bottom: 45px;
}.experience_trial .reach_team {
    padding: 16px 40px;
}
}

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

@keyframes fadeScale {
    from {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes scanline {
    0% {
        transform: translateY(-100%);
        opacity: 0.5;
    }
    50% {
        opacity: 0.2;
    }
    100% {
        transform: translateY(100%);
        opacity: 0.5;
    }
}



@keyframes subtle-wave {
    0% {
        transform: rotate(0deg) scale(1);
    }
    100% {
        transform: rotate(5deg) scale(1.02);
    }
}



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



@keyframes text-reveal {
  0% {
    opacity: 0;
    transform: translateZ(10px) translateY(15px);
  }
  100% {
    opacity: 1;
    transform: translateZ(10px) translateY(0);
  }
}



@keyframes pulseGlow {
    0% {
        transform: scale(1);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.5;
    }
    100% {
        transform: scale(1);
        opacity: 0.3;
    }
}

