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

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

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


.course_overview {
    overflow: hidden;
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(234,240,213) 0%, rgba(245, 247, 250, 0.95) 100%);
    position: relative;
}

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

.course_overview h2 {
    text-align: center;
    transition: transform 0.5s ease;
    transform-origin: center left;
    color: #000000;
    font-weight: 700;
    font-size: 37px;
    position: relative;
    margin-bottom: 3rem;
}

.course_overview .learn_more {
    display: grid;
    perspective: 1000px;
    gap: 2.5rem;
    grid-template-columns: 1fr;
}

.course_overview .landscape_image::before {
    position: absolute;
    transition: opacity 0.5s ease;
    background: linear-gradient(135deg, rgb(167,189,115,0.5) 0%, transparent 100%);
    content: "";
    left: 0;
    opacity: 0.25;
    bottom: 0;
    right: 0;
    top: 0;
}

.course_overview .statement_holder:hover {
    transform: translateZ(20px) translateY(-15px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

.course_overview .statement_holder:hover::before {
    height: 100%;
}

.course_overview .description:last-child {
    margin-bottom: 0;
}

.title_greeting::before {
    left: 0;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
    background: linear-gradient(45deg, rgb(167,189,115,0.5) 0%, transparent 60%);
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
    width: 100%;
}

.title_greeting .start_lead > div:first-child {
    position: relative;
    opacity: 0;
    z-index: 3;
    animation: slideUpFade 0.8s 0.3s forwards cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(2rem);
}

.title_greeting .learning_creators {
    z-index: 3;
    animation: slideUpFade 0.8s 0.6s forwards cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(3rem);
    position: relative;
    opacity: 0;
}

.title_greeting .learning_creators > div:hover {
    transform: translateY(-10px);
}

.title_greeting .learning_creators > div::before {
    background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.1),
    rgba(0, 0, 0, 0.7)
  );
    content: "";
    height: 100%;
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    z-index: 1;
}

.title_greeting .learning_creators h1.title_style_header {
    font-size: 43px;
    position: relative;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    padding: 0 2rem 2.5rem;
    z-index: 3;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.2;
}

.title_greeting .learning_creators > div > div > div {
    display: inline-block;
    position: relative;
}

.thxNote::before {
    position: absolute;
    transform: rotate(-15deg) skew(5deg);
    opacity: 0.2;
    content: "";
    height: 80%;
    filter: blur(60px);
    width: 40%;
    right: -5%;
    top: -15%;
    z-index: 0;
    background: linear-gradient(225deg, rgb(167,189,115) 0%, rgba(rgb(167,189,115,0.5), 0.2) 100%);
    animation: float 18s ease-in-out infinite alternate;
}

.thxNote .virtual_guides {
    display: grid;
    transform: translateY(20px);
    opacity: 0;
    background: rgba(rgb(255, 255, 255, 0.5), 0.95);
    grid-template-rows: auto auto;
    box-shadow: 0 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.08),
                0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.05);
    animation: slideUp 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.2s;
    gap: calc(16px * 1.5);
    position: relative;
    padding: clamp(2rem, 5vw, 3.5rem);
}

.thxNote a:hover {
    transform: translateY(-5px);
}

.thxNote a::before {
    background: linear-gradient(135deg, transparent 50%, rgba(rgb(167,189,115,0.5), 0.1) 50%);
    position: absolute;
    height: 80px;
    content: "";
    border-radius: 50% 0 50% 0;
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    opacity: 0;
    bottom: -20px;
    transform: scale(0);
    right: -20px;
    width: 80px;
}

.privacy_hedge h3,
.privacy_hedge h4,
.privacy_hedge h5,
.privacy_hedge h6 {
    margin-bottom: 0.5em;
}

.privacy_hedge h3 {
    font-size: calc(24px - 0.2em);
    font-weight: 400;
    color: rgb(200,215,160);
}

.privacy_hedge ol {
    padding-left: 1.5em;
    list-style-type: decimal;
    margin-bottom: 1em;
}

.privacy_hedge span {
    font-weight: 600;
    color: rgb(200,215,160);
}

.privacy_hedge h2::after {
    display: block;
    border-radius: 10px;
    background-color: rgb(167,189,115);
    height: 3px;
    margin: 0.5em auto 0;
    width: 40px;
    content: "";
}

.privacy_hedge a:hover {
    color: rgb(167,189,115);
    text-decoration: none;
}

.enroll_instantly::before {
    background: radial-gradient(circle at 70% 30%, rgb(200,215,160,0.5), transparent 60%);
    position: absolute;
    content: "";
    top: 0;
    height: 100%;
    z-index: 1;
    left: 0;
    width: 100%;
}

.enroll_instantly .container {
    flex-direction: column;
    z-index: 2;
    gap: 3rem;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    padding: 0 2rem;
    position: relative;
}

.enroll_instantly .virtual_guides {
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), 
              box-shadow 0.3s ease-out;
    box-shadow: 0 15px 30px -10px rgba(0,0,0,0.1), 
              0 5px 10px -5px rgba(0,0,0,0.04),
              inset 0 1px 0 rgba(255,255,255,0.8);
    transform: translateY(-0.5rem);
    background: linear-gradient(145deg, #ffffff, rgba(255,255,255,0.7));
    padding: 2.5rem;
    align-items: center;
    backdrop-filter: blur(5px);
    gap: 2.5rem;
    display: flex;
    border-radius: 30px;
}

.enroll_instantly .virtual_guides div {
    justify-content: flex-end;
    flex-grow: 1;
    display: flex;
}

.enroll_instantly .request_grid:hover {
    background: linear-gradient(135deg, rgb(167,189,115), rgb(200,215,160));
    box-shadow: 0 15px 25px -10px rgb(200,215,160,0.5),
              0 -2px 0 0 rgba(255,255,255,0.3) inset,
              0 2px 0 0 rgba(0,0,0,0.2) inset;
    transform: translateY(-3px) scale(1.02);
}

.course_demographic {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(120deg, rgb(234,240,213) 0%, #ffffff 100%);
}

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

.course_demographic div > div {
    gap: 30px;
    display: grid;
    padding: 0 20px;
    grid-template-columns: repeat(3, 1fr);
}

.course_demographic p {
    transition: all 0.3s ease;
    align-items: center;
    z-index: 1;
    padding: 40px 30px;
    position: relative;
    color: #000000;
    height: 200px;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    text-align: center;
    display: flex;
    margin: 0;
    font-size: 16px;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}

.course_demographic p svg path {
    transition: fill 0.3s ease;
    fill: rgb(200,215,160);
}

.course_demographic p:hover svg path {
    fill: rgb(167,189,115);
}

.course_demographic .virtual_guides > div p:nth-child(1) {
    animation-delay: 0.1s;
}

.course_demographic .virtual_guides > div p:nth-child(3) {
    animation-delay: 0.3s;
}

.course_demographic .virtual_guides > div p:nth-child(5) {
    animation-delay: 0.5s;
}

.academic_experience {
    padding: 5rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(234,240,213) 0%, rgba(0, 0, 0, 0.5) 100%);
    overflow: hidden;
}

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

.academic_experience .success_feedback > div:first-child {
    justify-self: center;
}

.academic_experience .landscape_image {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    position: relative;
    transition: transform 0.4s ease-out;
    width: 180px;
    transform: rotate(-3deg);
    overflow: hidden;
    height: 180px;
}

.academic_experience .name {
    display: inline-block;
    margin-bottom: 0.75rem;
    color: rgb(200,215,160);
    position: relative;
    font-size: 22px;
    font-weight: 700;
}

.academic_experience .success_feedback:hover .name::after {
    transform: scaleX(1.5);
}

.academic_experience .employee_summary {
    color: #000000;
    padding-left: 1.25rem;
    line-height: 1.7;
    position: relative;
    margin: 0;
    font-size: 13px;
    border-left: 3px solid rgb(167,189,115,0.5);
}

header::after {
    transition: transform 0.5s ease;
    position: absolute;
    transform-origin: center;
    height: 5px;
    transform: scaleX(0.7);
    width: 100%;
    background: linear-gradient(to right, 
        rgb(200,215,160), 
        rgb(167,189,115), 
        rgb(200,215,160)
    );
    content: '';
    bottom: 0;
    left: 0;
}

header .head_study {
    transform-style: preserve-3d;
    position: relative;
    display: block;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

header .site_head {
    position: relative;
    padding: 0;
    transform-style: preserve-3d;
    perspective: 1000px;
    display: flex;
    list-style: none;
    margin: 0;
}

header .nav_primary a {
    display: flex;
    transform-style: preserve-3d;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    transform: translateZ(0);
    font-size: 14px;
    position: relative;
    border-radius: 10px;
    align-items: center;
    background: #ffffff;
    color: #000000;
    text-decoration: none;
    padding: 0.7rem 1.2rem;
    justify-content: center;
    font-weight: 600;
    transition: all 0.4s ease;
}

header .nav_primary a:hover::after {
    bottom: -8px;
    opacity: 0.3;
}



@supports not (transform-style: preserve-3d) {header .head_study:hover {
    transform: translateY(-3px);
}header .nav_primary a:hover {
    transform: translateY(-3px);
}}

.who_we_are::before {
    height: 100%;
    left: 0;
    content: "";
    position: absolute;
    top: 0;
    z-index: 0;
    width: 100%;
    background: linear-gradient(45deg, transparent 30%, rgb(200,215,160,0.5) 100%);
}

.who_we_are h3 {
    position: relative;
    margin-bottom: 60px;
    display: inline-block;
    color: #000000;
    font-size: 36px;
    font-weight: 700;
}

.who_we_are h3:hover::after {
    transform: scaleX(1);
}

.who_we_are .impact_stats::before {
    border-top: 3px solid rgb(200,215,160);
    top: -20px;
    border-left: 3px solid rgb(200,215,160);
    content: "";
    left: -20px;
    position: absolute;
    width: 40px;
    height: 40px;
}

.who_we_are .impact_stats span::before {
    background: rgb(200,215,160);
    transform: translateY(-50%);
    top: 50%;
    left: 0;
    content: "";
    height: 80%;
    width: 6px;
    position: absolute;
    border-radius: 10px;
}

.who_we_are .edu_leadership {
    margin-top: 50px;
    display: flex;
    position: relative;
    flex-direction: row-reverse;
}

.who_we_are .edu_leadership::after {
    height: 40px;
    border-bottom: 3px solid rgb(167,189,115);
    left: -20px;
    content: "";
    position: absolute;
    border-left: 3px solid rgb(167,189,115);
    width: 40px;
    bottom: -20px;
}

.who_we_are .edu_leadership .skill_pro:hover {
    transform: perspective(1000px) rotateY(0);
}

.who_we_are .edu_leadership .skill_pro::after {
    bottom: 0;
    width: 100%;
    content: "";
    left: 0;
    position: absolute;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
    height: 30%;
    z-index: 1;
}

.brainstorm::after {
    width: 100%;
    content: "";
    z-index: -1;
    background: repeating-linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.3) 0px,
        rgba(0, 0, 0, 0.3) 1px,
        transparent 1px,
        transparent 20px
    );
    top: 0;
    height: 100%;
    opacity: 0.5;
    position: absolute;
    left: 0;
}

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

.brainstorm .tiktok_edu {
    display: flex;
    position: relative;
    justify-content: space-between;
}

.brainstorm .main_nav {
    justify-content: space-between;
    display: flex;
    width: 100%;
    gap: 2rem;
}

.brainstorm .site_head:hover {
    transform: translateY(-5px);
    box-shadow: -8px 8px 20px rgba(0, 0, 0, 0.4);
    background: rgba(rgb(200,215,160,0.5), 0.1);
}

.brainstorm .site_head h5::after {
    bottom: -8px;
    content: "";
    box-shadow: 0 0 10px rgb(200,215,160);
    width: 40px;
    position: absolute;
    left: 0;
    height: 2px;
    background: rgb(200,215,160);
}

.brainstorm .site_head .main_nav a:hover {
    text-shadow: 0 0 5px rgb(200,215,160);
    color: rgb(200,215,160);
    opacity: 1;
}

.project_ref::before {
    left: 0;
    width: 100%;
    background-image: 
        linear-gradient(90deg, transparent, rgb(200,215,160), transparent);
    content: "";
    top: 0;
    position: absolute;
    height: 1px;
}

.teaching_process {
    padding: 6rem 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(234,240,213) 0%, rgba(245, 247, 250, 0.95) 100%);
}

.teaching_process .virtual_guides {
    transform-style: preserve-3d;
    z-index: 2;
    perspective: 1000px;
    position: relative;
    padding: 0 2rem;
    margin: 0 auto;
    max-width: 1200px;
}

.teaching_process h2 {
    transform: translateZ(50px);
    position: relative;
    font-size: 30px;
    font-weight: 700;
    text-shadow: 0 1px 1px rgba(0,0,0,0.1);
    margin-bottom: 3rem;
    color: #000000;
}

.teaching_process:hover .statement_holder {
    box-shadow: 
        20px 20px 40px rgba(0, 0, 0, 0.08),
        -8px -8px 25px rgba(255, 255, 255, 0.9),
        inset 0 0 0 1px rgba(255, 255, 255, 0.5);
    transform: translateZ(30px) rotateY(0deg);
}

.teaching_process p {
    color: #000000;
    margin: 0;
    position: relative;
    line-height: 1.8;
    font-size: 16px;
    font-weight: 400;
}

.newsletter_signup {
    padding: 6rem 3rem;
    background: rgb(234,240,213);
    overflow: hidden;
    position: relative;
    z-index: 1;
}

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

.newsletter_signup .virtual_guides {
    position: relative;
    grid-template-columns: 1fr;
    display: grid;
}

.newsletter_signup .virtual_guides::before {
    content: "";
    z-index: -1;
    height: 100%;
    width: 100%;
    opacity: 0.03;
    background: repeating-linear-gradient(
        -45deg,
        rgba(0, 0, 0, 0.5) 0,
        rgba(0, 0, 0, 0.5) 1px,
        transparent 1px,
        transparent 15px
    );
    position: absolute;
}

.newsletter_signup .input_holder {
    transition: all 0.3s ease;
    align-items: center;
    backdrop-filter: blur(5px);
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    display: flex;
    background: rgba(255, 255, 255, 0.3);
    padding: 15px;
    transform: translateX(-15%) rotateZ(2deg);
    border-radius: 10px;
    z-index: 2;
    justify-content: center;
}

.newsletter_signup .input_holder:hover::before,
.newsletter_signup .input_holder:hover::after {
    border-color: rgb(167,189,115,0.5);
}

.newsletter_signup .sub_status:focus {
    box-shadow: inset 0 0 0 2px rgb(200,215,160);
}

.newsletter_signup .request_grid::before {
    z-index: -1;
    background: linear-gradient(
        90deg,
        rgb(200,215,160) 0%,
        rgb(167,189,115) 50%,
        rgb(200,215,160) 100%
    );
    height: 150%;
    transform: rotate(25deg);
    position: absolute;
    top: -25%;
    content: "";
    transition: opacity 0.3s ease;
    left: -10%;
    width: 120%;
    opacity: 0;
}

.connect::after {
    background-image: 
        linear-gradient(0deg, transparent 84px, rgb(200,215,160,0.5) 85px, transparent 86px),
        linear-gradient(90deg, transparent 84px, rgb(167,189,115,0.5) 85px, transparent 86px);
    left: 0;
    content: "";
    opacity: 0.4;
    position: absolute;
    animation: gridMove 40s linear infinite;
    width: 100%;
    height: 100%;
    top: 0;
    background-size: 85px 85px;
    z-index: 0;
}


.connect .landscape_image {
    display: block;
    width: 100%;
    object-fit: cover;
    height: 350px;
    object-position: center;
}

.connect .support_center {
    gap: 15px;
    padding: 30px;
    position: relative;
    display: flex;
    flex-direction: column;
    z-index: 2;
}

.connect .support_center p::before {
    content: "";
    left: 0;
    width: 4px;
    background: rgb(200,215,160);
    top: 0;
    height: 100%;
    position: absolute;
}

.connect .support_center p:hover svg {
    transform: translateY(-50%) scale(1.2);
    stroke: rgb(167,189,115);
}

.connect .support_center p span {
    margin-left: 10px;
    font-weight: 400;
    color: #000000;
}

.connect .support_center p a:hover {
    color: rgb(167,189,115);
}

.connect .request_form svg {
    stroke-linecap: round;
    width: 20px;
    margin-right: 10px;
    stroke: rgb(200,215,160);
    height: 20px;
    fill: none;
    stroke-width: 2;
    stroke-linejoin: round;
}


.connect .message_panel {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
}

.connect .talk_form svg {
    stroke-linecap: round;
    stroke-width: 2;
    width: 14px;
    transition: transform 0.3s ease;
    height: 14px;
    stroke-linejoin: round;
    fill: none;
    margin-right: 6px;
    stroke: rgb(200,215,160);
}

.connect .support_center p:nth-child(2) {
    animation-delay: 0.2s;
}

.connect .support_center p:nth-child(5) {
    animation-delay: 0.5s;
}

.connect .support_center p:nth-child(2) svg path {
    animation-delay: 0.7s;
}

.connect .support_center p:nth-child(5) svg path {
    animation-delay: 1s;
}

.user_comments::after {
    height: 1px;
    content: "";
    left: -10%;
    top: 30%;
    transform: rotate(-3deg);
    width: 120%;
    background: linear-gradient(90deg, transparent, rgb(200,215,160,0.5), transparent);
    z-index: 1;
    position: absolute;
}

.user_comments h4::after {
    background: rgb(200,215,160,0.5);
    height: 100%;
    opacity: 0.3;
    position: absolute;
    content: "";
    z-index: -1;
    width: 100%;
    left: 8px;
    top: 8px;
}

.user_comments .success_feedback {
    padding: 35px 30px;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    background: #ffffff;
    transform: translateX(0) translateY(0);
    z-index: 1;
}

.user_comments .success_feedback:hover {
    transform: translateX(-5px) translateY(-5px);
}

.user_comments .success_feedback:hover::before,
.user_comments .success_feedback:hover::after {
    opacity: 1;
}

.user_comments .success_feedback:nth-child(even) {
    border-radius: 20px 0 20px 0;
}

.user_comments .landscape_image::after {
    transform: translate(-5px, -5px);
    background: linear-gradient(225deg, rgb(200,215,160,0.5) 0%, rgb(167,189,115,0.5) 100%);
    opacity: 0.5;
}

.user_comments .success_feedback:hover .landscape_image::after {
    transform: translate(-8px, -8px);
}

.user_comments .success_feedback:nth-child(even) .landscape_image {
    border-radius: 30px 0 30px 0;
}

.user_comments .success_feedback span::after {
    transform: translateX(-50%);
    left: 50%;
    content: "";
    width: 50px;
    height: 2px;
    position: absolute;
    background: rgb(200,215,160);
    bottom: -8px;
}

.user_comments .success_feedback:nth-child(3n+2) {
    transform: rotate(2deg);
}

.connect_form::before {
    height: 100%;
    opacity: 0.15;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(120deg, rgb(200,215,160,0.5) 0%, transparent 75%);
    content: "";
}

.connect_form h2 {
    text-align: center;
    color: #000000;
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 15px;
    position: relative;
    font-family: Arial, sans-serif;
}

.connect_form .landscape_image::after {
    position: absolute;
    bottom: 0;
    background: linear-gradient(to bottom, transparent 30%, rgba(0, 0, 0, 0.4));
    content: "";
    right: 0;
    top: 0;
    left: 0;
}

.connect_form form input[type="text"] {
    width: 100%;
    border: none;
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 18px 25px;
    transition: all 0.3s ease;
    background: rgb(234,240,213);
    font-size: 18px;
    color: #000000;
    font-family: Arial, sans-serif;
}

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

.connect_form .query_help input[type="checkbox"]:checked + label::before {
    border-color: rgb(200,215,160);
    background-color: rgb(200,215,160);
}

.connect_form .query_help label a {
    text-decoration: none;
    transition: all 0.3s ease;
    color: rgb(200,215,160);
}

.connect_form form .request_grid {
    position: relative;
    font-family: Arial, sans-serif;
    border-radius: 10px;
    overflow: hidden;
    border: none;
    display: inline-block;
    cursor: pointer;
    font-size: 20px;
    transition: all 0.3s ease;
    padding: 15px 35px;
    color: #ffffff;
    background: linear-gradient(45deg, rgb(200,215,160), rgb(167,189,115));
    font-weight: 600;
}

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

.pricing_container .cost_summary {
    line-height: 1.6;
    margin: 0 auto 3rem;
    font-size: calc(17px * 1.1);
    opacity: 0.9;
    max-width: 800px;
    text-align: center;
    animation: fadeInUp 0.8s ease-out 0.2s both;
}

.pricing_container .fee_plan {
    height: 100%;
    display: block;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.1);
    text-decoration: none;
    background: linear-gradient(120deg, 
        rgba(255, 255, 255, 0.05) 0%, 
        rgba(255, 255, 255, 0.02) 100%);
    transform: translateZ(0);
    overflow: hidden;
}

.pricing_container .fee_plan:hover .pricing_list h4::after {
    transform: scaleX(1.5);
}

.pricing_container .pricing_list p {
    word-wrap: break-word;
    max-height: 300px;
    color: rgba(255, 255, 255, 0.8);
    padding-right: 5px;
    overflow-wrap: break-word;
    hyphens: auto;
    flex-grow: 1;
    transform: translateZ(10px);
    overflow-y: auto;
    line-height: 1.6;
    font-size: 17px;
    margin-bottom: 2rem;
}

.privacy_ctrl {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 20px;
}

.privacy_gate {
    margin-bottom: 20px;
}

.privacy_gate svg, .privacy_gate svg path, .privacy_gate img {
    height: 60px;
    width: 60px;
    fill: rgb(200,215,160);
}

.cookieAlertPromptPanel p {
    text-align: center;
    color: #000000;
    font-size: 13px;
    margin-bottom: 20px;
}

.cookie_guide:hover {
    background: rgb(167,189,115);
}

.cookie_button.cookie_eductrl:hover {
    background: rgb(167,189,115,0.5);
}

.cookieAlertPromptPanel p a:hover {
    color: rgb(167,189,115);
}

#cookieOverlayAlert {
    display: none;
}

.course_overview .description::-webkit-scrollbar {
    width: 4px;
}

.course_overview .description::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.05);
}

.course_overview .description::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: linear-gradient(rgb(167,189,115), rgb(200,215,160));
}

.pricing_container .pricing_list p::-webkit-scrollbar {
    width: 4px;
}

.pricing_container .pricing_list p::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(167,189,115,0.5);
}



@media (max-width: 767px) {.course_overview {
    padding: 4rem 0;
}.course_overview h2 {
    margin-bottom: 2.5rem;
    font-size: calc(37px * 0.9);
}.course_overview .landscape_image {
    transform: rotateY(0deg);
    height: 250px;
}.course_overview .statement_holder {
    padding: 1.5rem;
}.course_overview .description {
    max-height: 250px;
    line-height: 1.6;
    font-size: calc(18px * 0.95);
}
}



@media (min-width: 1200px) {.title_greeting {
    padding: 4rem;
}.title_greeting .start_lead {
    gap: 6rem;
}.title_greeting .start_lead > div:first-child p {
    padding-left: 4rem;
    font-size: calc(13px * 1.8);
}.title_greeting .start_lead > div:first-child p::before {
    width: 8px;
}.title_greeting .learning_creators h3 {
    font-size: calc(19px * 1.3);
    padding: 4rem 4rem 2rem;
}.title_greeting .learning_creators h3::before {
    width: 100px;
    top: 2.5rem;
    left: 4rem;
}.title_greeting .learning_creators h1.title_style_header {
    padding: 0 4rem 4rem;
    font-size: calc(43px * 1.4);
}.title_greeting .learning_creators > div > div > div::before {
    width: calc(100% - 8rem);
    left: 4rem;
}}



@media (max-width: 991px) {.enroll_instantly {
    padding: 5rem 0;
}.enroll_instantly h2 {
    transform: translateX(0);
    max-width: 100%;
    font-size: calc(29px * 0.9);
}.enroll_instantly h2::before {
    left: -1rem;
}.enroll_instantly .virtual_guides {
    flex-direction: column;
    padding: 2rem;
    gap: 2rem;
}.enroll_instantly .virtual_guides div {
    width: 100%;
    justify-content: center;
}
}



@media (hover: none) {.enroll_instantly .request_grid::before {
    display: none;
}.enroll_instantly .virtual_guides:hover,
  .enroll_instantly svg:hover,
  .enroll_instantly .request_grid:hover {
    transform: none;
}}



@media (max-width: 576px) {.course_demographic {
    padding: 60px 0;
}.course_demographic h4 {
    font-size: calc(44px * 0.6);
    margin-bottom: 40px;
}.course_demographic h4::after {
    width: 60px;
    height: 4px;
    bottom: -10px;
}.course_demographic p {
    font-size: calc(16px * 0.9);
    padding: 15px;
}.course_demographic p svg {
    height: 24px;
    margin-right: 10px;
    width: 24px;
}}



@media (min-width: 768px) {.academic_experience .success_feedback {
    padding: 3rem;
    align-items: start;
    grid-template-columns: auto 1fr 3fr;
    gap: 2.5rem;
}.academic_experience .landscape_image {
    width: 200px;
    height: 200px;
}.academic_experience .success_feedback > div:first-child {
    justify-self: start;
}.academic_experience .success_feedback > div:nth-child(2) {
    padding-top: 1rem;
}.academic_experience .employee_summary {
    font-size: calc(13px + 0.1rem);
    padding-left: 2rem;
}
}



@media (min-width: 1400px) {header .main_class {
    margin: 0 auto;
    max-width: 1320px;
}header .nav_primary {
    margin: 0 0.5rem;
}header .nav_primary a {
    padding: 0.7rem 1.5rem;
}
}



@media (max-width: 767px) {header {
    padding: 0;
}header .main_class {
    padding: 0.8rem 1.5rem;
}header .nav_mainwrap {
    max-width: 140px;
}header .head_study img {
    max-height: 35px;
}header .site_head {
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 0.5rem;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
    margin-top: 0.8rem;
}header .site_head::-webkit-scrollbar {
    height: 3px;
}header .site_head::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(200,215,160,0.5);
}header .nav_primary {
    margin: 0 0.2rem;
    flex: 0 0 auto;
}header .nav_primary a {
    font-size: calc(14px - 2px);
    padding: 0.5rem 0.8rem;
    white-space: nowrap;
}
}



@media screen and (max-width: 576px) {.who_we_are {
    padding: 40px 0;
}.who_we_are h3 {
    font-size: calc(36px * 0.8);
    margin-bottom: 30px;
}.who_we_are h3::after {
    bottom: -10px;
    height: 3px;
}.who_we_are .impact_stats,
    .who_we_are .edu_leadership {
    margin-bottom: 40px;
}.who_we_are .impact_stats span {
    margin-bottom: 15px;
    font-size: calc(18px * 0.85);
}.who_we_are .impact_stats p,
    .who_we_are .edu_leadership p {
    font-size: calc(16px * 0.95);
    line-height: 1.6;
}.who_we_are .impact_stats .landscape_image,
    .who_we_are .edu_leadership .skill_pro {
    margin-top: 20px;
    height: 250px;
}.who_we_are .impact_stats::before,
    .who_we_are .impact_stats::after,
    .who_we_are .edu_leadership::before,
    .who_we_are .edu_leadership::after {
    width: 25px;
    height: 25px;
}}



@media (min-width: 992px) {.teaching_process {
    padding: 8rem 0;
}.teaching_process .virtual_guides {
    grid-template-columns: 1fr;
    gap: 3rem;
}.teaching_process h2 {
    transform: translateZ(60px);
    margin-bottom: 4rem;
}.teaching_process .statement_holder {
    padding: 4rem;
    transform: translateZ(30px) rotateY(-2deg);
}.teaching_process:hover .statement_holder {
    transform: translateZ(50px) rotateY(0deg);
}
}



@media (hover: none) {.teaching_process .statement_holder,
    .teaching_process:hover .statement_holder,
    .teaching_process h2,
    .teaching_process:hover h2 {
    transform: none;
}.teaching_process h2::before,
    .teaching_process:hover h2::before {
    transform: scaleX(1);
}}



@media (max-width: 768px) {.newsletter_signup {
    padding: 4rem 1.5rem;
}.newsletter_signup p {
    transform: translateX(5%) rotateZ(-1deg);
    margin-bottom: 2.5rem;
    max-width: 90%;
    font-size: 24px;
}.newsletter_signup .input_holder {
    flex-direction: column;
    transform: translateX(-5%) rotateZ(1deg);
    padding: 10px;
}.newsletter_signup .input_holder:hover {
    transform: translateX(-5%) rotateZ(0deg);
}.newsletter_signup .sub_status {
    border-radius: 10px;
    width: 100%;
    margin-bottom: 0.5rem;
}.newsletter_signup .request_grid {
    border-radius: 10px;
    width: 100%;
}
}



@media (max-width: 767px) {.user_comments {
    padding: 70px 0;
}.user_comments h4 {
    padding-left: 0;
    margin-bottom: 50px;
    display: block;
    transform: none;
    text-align: center;
    font-size: calc(37px * 0.8);
}.user_comments h4::before {
    top: auto;
    transform: translateX(-50%);
    bottom: -15px;
    height: 3px;
    left: 50%;
    width: 50px;
}.user_comments h4::after {
    display: none;
}.user_comments .success_voices {
    gap: 40px;
    grid-template-columns: 1fr;
}.user_comments .success_feedback {
    padding: 25px 20px;
}.user_comments .success_feedback:nth-child(3n+1),
    .user_comments .success_feedback:nth-child(3n+2) {
    transform: none;
}.user_comments .landscape_image {
    height: 80px;
    width: 80px;
}.user_comments .success_feedback span {
    font-size: calc(17px * 0.9);
}.user_comments .success_feedback p {
    font-size: calc(15px * 0.9);
}}



@media (max-width: 1200px) {.pricing_container {
    padding: 100px 0;
}.pricing_container .rate_list {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 25px;
}
}



@media (max-width: 768px) {.pricing_container {
    padding: 60px 0;
}.pricing_container h2 {
    font-size: calc(34px * 0.9);
}.pricing_container .cost_summary {
    margin-bottom: 2rem;
    font-size: 17px;
}.pricing_container .rate_list {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    gap: 20px;
}.pricing_container .pricing_list p {
    font-size: calc(17px * 0.95);
    max-height: 200px;
}
}



@keyframes slideUpFade {
  from {
    transform: translateY(3rem);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}



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



@keyframes slideRight {
    from {
        transform: translateX(-100%);
    }
    to {
        transform: translateX(0);
    }
}



@keyframes float {
    0% {
        transform: rotate(-15deg) skew(5deg) translate(0, 0);
    }
    50% {
        transform: rotate(-12deg) skew(3deg) translate(-10px, 10px);
    }
    100% {
        transform: rotate(-18deg) skew(7deg) translate(10px, -10px);
    }
}



@keyframes neon-flicker {
    0%, 19%, 21%, 23%, 25%, 54%, 56%, 100% {
        opacity: 0.9;
        text-shadow: 0 0 10px rgb(200,215,160), 0 0 20px rgb(200,215,160);
    }
    20%, 24%, 55% {
        opacity: 0.5;
        text-shadow: none;
    }
}



@keyframes growLine {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}



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

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
}

@keyframes drawSvg {
    to {
        stroke-dashoffset: 0;
    }
}



@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.05;
    }
    50% {
        opacity: 0.1;
    }
}



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

