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

header,footer {
    width: 100%;
}

header {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    background: rgb(234,240,213);
    padding: 0;
    margin-top: 0;
    position: relative;
    overflow: visible;
    z-index: 100;
}

.main_learning {
    flex: 1 0 auto;
}

.main_learning {
    z-index: 1;
    position: relative;
    padding-top: 2rem;
    background: #ffffff;
}

.course_overview::after {
    background: linear-gradient(215deg, rgb(200,215,160,0.5) 0%, rgb(167,189,115) 100%);
    opacity: 0.08;
    position: absolute;
    filter: blur(70px);
    z-index: 0;
    border-radius: 51% 49% 32% 68% / 41% 38% 62% 59%;
    bottom: -15%;
    content: "";
    left: -10%;
    height: 40vw;
    width: 40vw;
    transform: rotate(10deg);
    animation: float 25s infinite alternate-reverse ease-in-out;
}

.course_overview .landscape_image {
    border-radius: 2px;
    overflow: hidden;
    transition: transform 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.1), 0 4px 8px rgba(0, 0, 0, 0.05);
    transform: rotateY(-5deg) translateZ(0);
    height: 350px;
    position: relative;
}

.course_overview .statement_holder::before {
    position: absolute;
    left: 0;
    background: linear-gradient(to bottom, rgb(200,215,160), rgb(167,189,115));
    width: 3px;
    transition: height 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    top: 0;
    content: "";
    height: 0;
}

.course_overview .description {
    position: relative;
    font-size: 18px;
    overflow-y: auto;
    padding-right: 10px;
    margin-bottom: 1.5rem;
    max-height: 300px;
    color: #000000;
    line-height: 1.7;
}

.title_greeting::after {
    content: "";
    filter: blur(15px);
    opacity: 0.3;
    position: absolute;
    background: linear-gradient(to right, rgb(200,215,160,0.5), rgb(167,189,115));
    width: 60%;
    height: 40%;
    right: -5px;
    bottom: -5px;
    transform: rotate(-5deg);
    z-index: 0;
}

.title_greeting .start_lead > div:first-child p::before {
    position: absolute;
    transform-origin: top;
    width: 4px;
    content: "";
    background: rgb(200,215,160);
    animation: scaleLineDown 0.6s 0.8s forwards cubic-bezier(0.19, 1, 0.22, 1);
    top: 0.5rem;
    left: 0;
    transform: scaleY(0);
    height: calc(100% - 1rem);
}

.title_greeting .learning_creators > div::after {
    z-index: 2;
    content: "";
    opacity: 0.2;
    width: 100%;
    left: 0;
    background: rgb(167,189,115);
    position: absolute;
    mix-blend-mode: overlay;
    height: 100%;
    top: 0;
}

.title_greeting .learning_creators h3::before {
    width: 60px;
    height: 3px;
    left: 2rem;
    transform-origin: left;
    top: 1.5rem;
    background: rgb(200,215,160);
    transform: scaleX(0);
    animation: scaleLineRight 0.6s 1.2s forwards cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    content: "";
}

.title_greeting .learning_creators > div > div > div::before {
    animation: scaleLineRight 0.6s 1.5s forwards cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    transform-origin: left;
    background: rgb(200,215,160);
    height: 2px;
    left: 2rem;
    transform: scaleX(0);
    width: calc(100% - 4rem);
    content: "";
    bottom: -10px;
}

.thxNote .container {
    margin: 0 auto;
    max-width: 1140px;
    padding: 0 1.5rem;
    z-index: 1;
    position: relative;
}

.thxNote .virtual_guides::before {
    animation: growDown 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.6s;
    transform-origin: top;
    width: 5px;
    background: linear-gradient(180deg, rgb(200,215,160) 0%, rgb(167,189,115) 100%);
    left: 0;
    transform: scaleY(0);
    content: "";
    top: 0;
    height: 100%;
    position: absolute;
}

.thxNote a {
    transition: transform 0.4s ease-out;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    display: block;
}

.thxNote a:hover::before {
    opacity: 1;
    transform: scale(1);
}

.thxNote p {
    position: relative;
    margin: 0;
    line-height: 1.7;
    font-family: Arial, sans-serif;
    font-size: 16px;
    opacity: 0;
    animation: fadeIn 0.8s ease-out forwards 1.2s;
    transform: translateY(10px);
    color: #000000;
}

.privacy_hedge h2 {
    font-size: 36px;
    color: rgb(167,189,115);
    font-weight: 600;
    margin-bottom: 0.75em;
}

.privacy_hedge h5 {
    font-weight: 300;
    font-size: 24px;
    color: #000000;
}

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

.privacy_hedge p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 1em;
}


.privacy_hedge h1::after {
    background-color: rgb(200,215,160);
    content: "";
    display: block;
    margin: 0.5em auto 0;
    border-radius: 10px;
    height: 4px;
    width: 60px;
}

.privacy_hedge a {
    text-decoration: underline;
    color: rgb(200,215,160);
}

.enroll_instantly {
    padding: 6rem 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(200,215,160,0.5), rgb(167,189,115,0.5)), 
              repeating-linear-gradient(45deg, #ffffff 0px, #ffffff 1px, transparent 1px, transparent 10px);
}

.enroll_instantly h2 {
    text-shadow: 0 1px 0 rgba(255,255,255,0.6);
    letter-spacing: -0.01em;
    position: relative;
    font-size: 29px;
    transform: translateX(1rem);
    color: #000000;
    font-weight: 700;
    margin: 0;
    max-width: 90%;
    line-height: 1.3;
}

.enroll_instantly .virtual_guides:hover {
    box-shadow: 0 20px 40px -15px rgba(0,0,0,0.15),
              0 10px 20px -10px rgba(0,0,0,0.08),
              inset 0 1px 0 rgba(255,255,255,0.8);
    transform: translateY(-0.8rem);
}

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

.enroll_instantly svg path {
    fill: rgb(200,215,160);
    transition: fill 0.3s ease-out;
}

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

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

.enroll_instantly .request_grid:hover::before {
    left: 100%;
}

.enroll_instantly .request_grid:active {
    box-shadow: 0 5px 10px -5px rgb(200,215,160,0.5),
              0 -1px 0 0 rgba(255,255,255,0.2) inset,
              0 1px 0 0 rgba(0,0,0,0.1) inset;
    transform: translateY(0) scale(0.98);
}

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

.course_demographic .virtual_guides {
    position: relative;
}

.course_demographic h4:hover {
    transform: perspective(1000px) rotateX(5deg);
}

.course_demographic h4::after {
    height: 5px;
    transform: translateX(-50%);
    width: 100px;
    content: "";
    bottom: -15px;
    background: linear-gradient(90deg, rgb(200,215,160), rgb(167,189,115));
    border-radius: 5px;
    left: 50%;
    position: absolute;
}

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

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

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

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



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

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

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

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

.academic_experience::after {
    height: 5px;
    background: linear-gradient(90deg, rgb(200,215,160) 0%, transparent 100%);
    left: 0;
    bottom: 0;
    width: 100%;
    content: "";
    position: absolute;
}

.academic_experience .success_feedback {
    gap: 2rem;
    transform: translateY(0);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.5s ease;
    grid-template-columns: 1fr;
    position: relative;
    display: grid;
    padding: 2.5rem;
    background: linear-gradient(to bottom right, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.85));
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08), 0 1px 4px rgba(0, 0, 0, 0.05);
}

.academic_experience .name::after {
    width: 40px;
    bottom: -5px;
    transition: transform 0.3s ease;
    content: "";
    transform: scaleX(1);
    position: absolute;
    transform-origin: left;
    background: rgb(167,189,115);
    left: 0;
    height: 3px;
}

header::before {
    height: 100%;
    top: 0;
    content: '';
    z-index: 0;
    position: absolute;
    left: 0;
    width: 100%;
    background: 
        linear-gradient(135deg, transparent 25%, rgba(rgb(200,215,160), 0.03) 25%) 0 0 / 20px 20px,
        linear-gradient(225deg, transparent 25%, rgba(rgb(200,215,160), 0.03) 25%) 0 0 / 20px 20px,
        linear-gradient(315deg, transparent 25%, rgba(rgb(200,215,160), 0.03) 25%) 0 0 / 20px 20px,
        linear-gradient(45deg, transparent 25%, rgba(rgb(200,215,160), 0.03) 25%) 0 0 / 20px 20px;
}

header .head_study::before {
    filter: blur(10px);
    background: rgb(200,215,160);
    position: absolute;
    content: '';
    left: 0;
    transform: translateZ(-10px);
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.1;
}

header .nav_primary {
    position: relative;
    margin: 0 0.3rem;
    transform-style: preserve-3d;
}

header .nav_primary a::before {
    transition: opacity 0.4s ease;
    left: 0;
    position: absolute;
    top: 0;
    border-radius: 10px;
    transform: translateZ(-5px);
    opacity: 0;
    width: 100%;
    background: linear-gradient(135deg, 
        rgb(200,215,160,0.5) 0%, 
        rgb(167,189,115,0.5) 100%
    );
    content: '';
    height: 100%;
}

header .main_class::before {
    content: '';
    position: absolute;
    height: 1px;
    background: linear-gradient(to right, 
        transparent, 
        rgb(200,215,160), 
        transparent
    );
    width: 30%;
    top: 0;
    left: 35%;
}

.who_we_are::after {
    z-index: 0;
    width: 100%;
    top: 0;
    opacity: 0.05;
    height: 100%;
    position: absolute;
    background: repeating-linear-gradient(
        -45deg,
        rgba(0, 0, 0, 0.5) 0,
        rgba(0, 0, 0, 0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    content: "";
    animation: backgroundShift 30s linear infinite;
    left: 0;
}

.who_we_are .impact_stats {
    display: flex;
    margin-bottom: 80px;
    position: relative;
    flex-direction: row;
    flex-wrap: wrap;
}

.who_we_are .impact_stats span {
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
    color: rgb(200,215,160);
    font-size: 18px;
    display: block;
    width: 100%;
    padding-left: 15px;
}

.who_we_are .impact_stats p {
    line-height: 1.8;
    max-width: 600px;
    color: #000000;
    font-size: 16px;
    margin-bottom: 0;
}

.who_we_are .impact_stats .landscape_image:hover {
    transform: perspective(1000px) rotateY(0);
}

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

.who_we_are .edu_leadership p::before {
    left: -20px;
    height: 100%;
    content: "";
    background: linear-gradient(to bottom, rgb(167,189,115), transparent);
    border-radius: 10px;
    width: 3px;
    position: absolute;
    top: 0;
}

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

.brainstorm .container {
    position: relative;
    display: flex;
    flex-direction: column;
}

.brainstorm .company_holder {
    border: 1px solid rgba(rgb(200,215,160), 0.3);
    position: relative;
    background: rgba(0, 0, 0, 0.4);
    clip-path: polygon(
        0 0,
        calc(100% - 30px) 0,
        100% 30px,
        100% 100%,
        30px 100%,
        0 calc(100% - 30px)
    );
    backdrop-filter: blur(5px);
    margin-bottom: 4rem;
    border-radius: 10px;
    padding: 2rem;
}

.brainstorm .company_holder h3::before {
    filter: blur(1px);
    left: 2px;
    z-index: -1;
    position: absolute;
    content: attr(data-text);
    top: 2px;
    opacity: 0.7;
    color: rgb(200,215,160);
}

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

.brainstorm .site_head h5 {
    font-weight: 600;
    color: rgb(167,189,115);
    letter-spacing: 2px;
    font-size: 21px;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 1.5rem;
}

.brainstorm .site_head .main_nav {
    gap: 1rem;
    flex-direction: column;
    display: flex;
}

.brainstorm .site_head .main_nav a::before {
    left: 0;
    content: "//";
    color: rgb(200,215,160);
    position: absolute;
    transition: all 0.3s ease;
    font-size: 0.8em;
}

.project_ref {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    position: relative;
    padding: 1.5rem 0;
    margin-top: 3rem;
    background: rgba(0, 0, 0, 0.6);
}

.project_ref .app_store::before,
.project_ref .app_store::after {
    margin: 0 10px;
    color: rgb(200,215,160);
    content: "//";
}

.teaching_process::before {
    position: absolute;
    width: 40%;
    z-index: 1;
    transform: rotate(-15deg) skewX(30deg);
    top: -10%;
    filter: blur(20px);
    background: linear-gradient(220deg, rgb(167,189,115,0.5) 10%, transparent 70%);
    right: -5%;
    content: "";
    height: 70%;
}

.teaching_process:hover h2::before {
    transform: scaleX(1.5);
}

.teaching_process .statement_holder {
    border-left: 4px solid rgb(167,189,115);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.95));
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.05),
        -5px -5px 20px rgba(255, 255, 255, 0.8),
        inset 0 0 0 1px rgba(255, 255, 255, 0.3);
    position: relative;
    transform: translateZ(20px) rotateY(-3deg);
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.5s ease;
    padding: 3rem;
}

.teaching_process p::first-letter {
    font-size: 1.5em;
    font-weight: 600;
    color: rgb(167,189,115);
}

.newsletter_signup::before {
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    height: 350px;
    position: absolute;
    animation: morphShape 15s ease-in-out infinite alternate;
    top: -150px;
    background: rgb(200,215,160);
    z-index: -1;
    content: "";
    opacity: 0.07;
    right: -150px;
    width: 350px;
}

.newsletter_signup p {
    line-height: 1.3;
    color: #000000;
    font-family: Arial, sans-serif;
    margin-bottom: 3rem;
    font-size: 33px;
    transform: translateX(15%) rotateZ(-2deg);
    position: relative;
    max-width: 70%;
    font-weight: 700;
    z-index: 2;
}

.newsletter_signup p::after {
    left: 0;
    transform-origin: left;
    animation: growLine 2s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
    bottom: -15px;
    width: 40%;
    height: 10px;
}

.newsletter_signup .input_holder::before,
.newsletter_signup .input_holder::after {
    border-radius: 10px;
    transition: all 0.3s ease;
    border: 2px dashed rgb(200,215,160,0.5);
    opacity: 0.3;
    content: "";
    z-index: -1;
    position: absolute;
}

.newsletter_signup .input_holder::before {
    bottom: 8px;
    right: 8px;
    top: -8px;
    left: -8px;
    animation: pulseBoxShadow 3s ease-in-out infinite alternate;
}

.newsletter_signup .request_grid {
    cursor: pointer;
    color: #ffffff;
    border-top-right-radius: 10px;
    font-family: Arial, sans-serif;
    position: relative;
    border-bottom-right-radius: 10px;
    transition: all 0.3s ease;
    border: none;
    background: #000000;
    padding: 1.2rem 2rem;
    overflow: hidden;
    font-size: 19px;
    font-weight: 600;
}

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

.connect .contact_assistance {
    text-align: center;
    font-weight: 700;
    align-items: center;
    background: rgb(200,215,160);
    justify-content: center;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    font-size: 44px;
    display: flex;
    margin: 0;
    padding: 25px 30px;
    position: relative;
    color: #ffffff;
}

.connect .support_center p {
    margin: 0;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    border-radius: 10px;
    font-size: 18px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    display: flex;
    background: #ffffff;
    align-items: center;
    padding: 16px 25px 16px 50px;
}


.connect .support_center p {
    opacity: 0;
    animation: slideUp 0.4s ease forwards;
}

.connect .support_center p a {
    color: rgb(200,215,160);
    text-decoration: none;
    transition: color 0.3s ease;
    font-weight: 600;
}

.connect .request_form {
    border-bottom: 1px solid rgb(200,215,160,0.5);
    color: rgb(200,215,160);
    font-size: 22px;
    margin: 0 0 20px 0;
    text-align: center;
    padding-bottom: 15px;
    align-items: center;
    font-weight: 700;
    justify-content: center;
    display: flex;
}

.connect .talk_form {
    transition: all 0.3s ease;
    font-size: 18px;
    padding: 12px;
    justify-content: center;
    display: flex;
    color: #000000;
    background: #ffffff;
    border-left: 3px solid rgb(200,215,160,0.5);
    align-items: center;
    text-align: center;
    border-radius: 10px;
}

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


.connect .support_center p svg path {
    stroke-dashoffset: 50;
    animation: drawSvg 1s forwards;
    stroke-dasharray: 50;
}

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

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

.user_comments h4::before {
    top: 0;
    left: 0;
    background: rgb(200,215,160);
    position: absolute;
    width: 5px;
    content: "";
    height: 100%;
}

.user_comments .success_voices {
    display: grid;
    gap: 50px;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    position: relative;
}

.user_comments .success_feedback::before,
.user_comments .success_feedback::after {
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    position: absolute;
    content: "";
    z-index: -1;
    border-radius: inherit;
    opacity: 0;
}

.user_comments .success_feedback::before {
    background: linear-gradient(135deg, rgb(200,215,160,0.5) 0%, rgb(167,189,115,0.5) 100%);
    filter: blur(5px);
    inset: -5px;
}

.user_comments .landscape_image::before,
.user_comments .landscape_image::after {
    position: absolute;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    border-radius: inherit;
    inset: 0;
    z-index: -1;
    content: "";
}

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

.user_comments .success_feedback p {
    font-weight: 400;
    font-size: 15px;
    font-family: Arial, sans-serif;
    color: #000000;
    text-align: center;
    line-height: 1.6;
    position: relative;
}

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

.connect_form {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    background-color: rgb(234,240,213);
}

.connect_form::after {
    width: 70%;
    height: 70%;
    opacity: 0.1;
    bottom: 0;
    position: absolute;
    content: "";
    background: linear-gradient(240deg, rgb(167,189,115,0.5) 0%, transparent 70%);
    right: 0;
}

.connect_form .landscape_image {
    flex: 0 0 40%;
    position: relative;
    overflow: hidden;
    min-height: 500px;
}

.connect_form .feedback_form {
    padding: 60px;
    flex: 0 0 60%;
    position: relative;
}

.connect_form form {
    width: 100%;
    padding-left: 25px;
}

.connect_form form h3 {
    color: #000000;
    font-family: Arial, sans-serif;
    font-weight: 600;
    font-size: 19px;
    margin-bottom: 35px;
}

.connect_form form input[type="text"]:focus {
    background: rgba(rgb(200,215,160), 0.05);
    outline: none;
    box-shadow: 0 0 0 2px rgb(200,215,160,0.5);
}

.connect_form .query_help label {
    padding-left: 35px;
    line-height: 1.5;
    color: #000000;
    position: relative;
    font-size: 16px;
    cursor: pointer;
}

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

.connect_form form .request_grid:hover {
    box-shadow: 0 8px 15px rgba(rgb(200,215,160), 0.3);
    transform: translateY(-2px);
}

.connect_form form .request_grid:hover::before {
    transform: rotate(45deg) translateX(200%);
}

.connect_form svg {
    width: 22px;
    fill: rgb(200,215,160);
    height: 22px;
}

.pricing_container {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
    color: #ffffff;
}

.annual_fee {
    position: relative;
}

.pricing_container h2::after {
    position: absolute;
    left: 50%;
    width: 80px;
    background: linear-gradient(90deg, rgb(200,215,160), rgb(167,189,115));
    transform: translateX(-50%);
    content: "";
    bottom: -15px;
    height: 3px;
}

.pricing_container .rate_list li {
    transform-style: preserve-3d;
    perspective: 1000px;
}

.pricing_container .fee_plan::before {
    transition: opacity 0.4s ease-out;
    z-index: 1;
    inset: 0;
    background: linear-gradient(135deg, 
        rgb(200,215,160,0.5) 0%, 
        transparent 100%);
    content: "";
    opacity: 0;
    position: absolute;
}

.pricing_container .pricing_list {
    height: 100%;
    flex-direction: column;
    display: flex;
}

.pricing_container .pricing_list h4 {
    transform: translateZ(20px);
    position: relative;
    color: #ffffff;
    margin-top: 0;
    display: inline-block;
    font-size: calc(24px * 1.2);
    transition: transform 0.3s ease;
    margin-bottom: 1.5rem;
}

.pricing_container .pro_rates {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    align-self: flex-start;
    padding: 0.8rem 1.5rem;
    margin-top: auto;
    font-weight: 700;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: inline-block;
    color: #ffffff;
    border-radius: 10px;
    background: linear-gradient(135deg, 
        rgb(200,215,160) 0%, 
        rgb(167,189,115) 100%);
    font-size: calc(24px * 1.2);
    transform: translateZ(15px);
}

.cookieAlertPromptPanel h5 {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
    color: rgb(200,215,160);
}

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

.cookieAlertPromptPanel p a {
    text-decoration: none;
    transition: color 0.3s ease-in-out;
    color: rgb(200,215,160);
}

#cookieOverlayAlert:checked ~ .cookieAlertPromptPanel {
    visibility: hidden;
    opacity: 0;
}


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



@media (min-width: 992px) {.course_overview {
    padding: 8rem 0;
}.course_overview h2 {
    font-size: calc(37px * 1.2);
}.course_overview .learn_more {
    gap: 5rem;
}.course_overview .landscape_image {
    height: 500px;
}.course_overview .statement_holder {
    padding: 3rem 4rem;
}.course_overview .description {
    font-size: calc(18px * 1.05);
    max-height: 500px;
    line-height: 1.8;
}
}



@media (max-width: 480px) {.course_overview {
    padding: 3rem 0;
}.course_overview h2 {
    font-size: calc(37px * 0.8);
    margin-bottom: 2rem;
}.course_overview h2::after {
    width: 60px;
    bottom: -10px;
}.course_overview .landscape_image {
    height: 200px;
}.course_overview .statement_holder {
    padding: 1.25rem;
}.course_overview .description {
    margin-bottom: 1rem;
    line-height: 1.5;
    max-height: 200px;
    font-size: calc(18px * 0.9);
}}



@media screen and (min-width: 768px) {.thxNote {
    padding: 8rem 0;
}.thxNote .virtual_guides {
    padding: clamp(2.5rem, 6vw, 4rem);
    gap: calc(16px * 2);
    border-radius: 10px;
}.thxNote h5 {
    font-size: calc(21px * 1.1);
    padding-bottom: 1rem;
}.thxNote h5::after {
    width: 120px;
    height: 4px;
}
}



@media screen and (max-width: 767px) {.thxNote {
    padding: 4rem 0;
}.thxNote .virtual_guides {
    padding: 1.75rem;
}.thxNote h5 {
    font-size: calc(21px * 0.9);
}.thxNote p {
    font-size: calc(16px * 0.95);
}
}



@media (prefers-reduced-motion: reduce) {.thxNote::before,
    .thxNote::after {
    animation: none;
}.thxNote .virtual_guides,
    .thxNote h5::after,
    .thxNote p {
    animation-duration: 0.1s;
}.thxNote a:hover {
    transform: none;
}}



@media (max-width: 768px) {.enroll_instantly {
    padding: 4rem 0;
}.enroll_instantly h2 {
    font-size: calc(29px * 0.8);
    line-height: 1.4;
}.enroll_instantly .container {
    gap: 2rem;
}.enroll_instantly svg {
    width: 3.5rem;
    height: 3.5rem;
}.enroll_instantly .request_grid {
    min-width: 100%;
    padding: 0.8rem 1.5rem;
}
}



@media (max-width: 991px) {.course_demographic {
    padding: 80px 0;
}.course_demographic h4 {
    margin-bottom: 70px;
    font-size: calc(44px * 0.85);
}.course_demographic div > div {
    grid-template-columns: repeat(2, 1fr);
    gap: 100px 20px;
    padding: 0;
}.course_demographic p {
    padding: 35px 25px;
    height: 180px;
}.course_demographic p:nth-child(3n+2) {
    transform: translateY(0);
}.course_demographic p:nth-child(even) {
    transform: translateY(90px);
}.course_demographic p svg {
    top: 25px;
}.course_demographic p span {
    margin-top: 45px;
}.course_demographic::after {
    width: 150px;
    height: 150px;
}
}



@media (min-width: 992px) {.academic_experience {
    padding: 7rem 0;
}.academic_experience .success_feedback {
    padding: 4rem;
    gap: 3rem;
}.academic_experience .landscape_image {
    width: 230px;
    height: 230px;
}.academic_experience .name {
    font-size: calc(22px + 0.2rem);
}.academic_experience .employee_summary {
    line-height: 1.8;
}
}



@media (max-width: 767px) {.academic_experience {
    padding: 4rem 0;
}.academic_experience .success_feedback {
    text-align: center;
}.academic_experience .name::after {
    left: 50%;
    transform: translateX(-50%) scaleX(1);
}.academic_experience .success_feedback:hover .name::after {
    transform: translateX(-50%) scaleX(1.5);
}.academic_experience .employee_summary {
    text-align: left;
    border-left: 2px solid rgb(167,189,115,0.5);
    padding-left: 1rem;
}
}



@media (max-width: 479px) {header .main_class {
    padding: 0.7rem 1.2rem;
}header .nav_mainwrap {
    max-width: 120px;
}header .nav_primary a {
    font-size: calc(14px - 3px);
    padding: 0.4rem 0.6rem;
}header::after {
    height: 3px;
}
}



@media screen and (max-width: 768px) {.who_we_are {
    padding: 60px 0;
}.who_we_are h3 {
    font-size: calc(36px * 0.9);
    margin-bottom: 40px;
}.who_we_are .impact_stats,
    .who_we_are .edu_leadership {
    margin-bottom: 50px;
}.who_we_are .impact_stats span {
    font-size: calc(18px * 0.9);
}.who_we_are .impact_stats::before,
    .who_we_are .impact_stats::after,
    .who_we_are .edu_leadership::before,
    .who_we_are .edu_leadership::after {
    height: 30px;
    width: 30px;
}
}



@media screen and (max-width: 992px) {.brainstorm .tiktok_edu {
    flex-direction: column;
}.brainstorm .main_nav {
    flex-direction: column;
}.brainstorm .site_head {
    margin-bottom: 1rem;
    width: 100%;
}.project_ref {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
}
}



@media screen and (max-width: 576px) {.brainstorm {
    padding: 3rem 0 2rem;
}.brainstorm .company_holder {
    clip-path: polygon(
            0 0,
            calc(100% - 20px) 0,
            100% 20px,
            100% 100%,
            20px 100%,
            0 calc(100% - 20px)
        );
}.brainstorm .company_holder h3 {
    font-size: calc(38px * 0.85);
    letter-spacing: 1px;
}.brainstorm .compliance {
    font-size: calc(12px * 0.9);
}.brainstorm .site_head {
    padding: 1rem;
}.brainstorm .site_head .main_nav a {
    font-size: calc(12px * 0.9);
}.project_ref {
    padding: 1rem 0;
    clip-path: polygon(0 0, 100% 0, 80% 100%, 20% 100%);
}.project_ref .app_store::before,
    .project_ref .app_store::after {
    display: none;
}}



@media (max-width: 480px) {.teaching_process {
    padding: 3rem 0;
}.teaching_process .virtual_guides {
    padding: 0 1rem;
}.teaching_process h2 {
    margin-bottom: 1.5rem;
    font-size: calc(30px * 0.75);
}.teaching_process .statement_holder {
    padding: 1.5rem;
    border-left-width: 3px;
}.teaching_process p {
    line-height: 1.6;
    font-size: calc(16px * 0.95);
}
}



@media (max-width: 576px) {.newsletter_signup {
    margin: 5rem 0;
    padding: 3rem 1rem;
}.newsletter_signup p {
    transform: none;
    max-width: 100%;
    text-align: center;
}.newsletter_signup .input_holder {
    transform: none;
    padding: 8px;
}.newsletter_signup .input_holder:hover {
    transform: none;
}.newsletter_signup .sub_status,
    .newsletter_signup .request_grid {
    padding: 1rem;
}}


@media (min-width: 1024px) {.connect {
    padding: 100px 0;
}.connect .help_question {
    max-width: 1100px;
    margin: 0 auto;
}.connect .contact_assistance {
    padding: 30px;
}.connect .contact_assistance svg {
    height: 35px;
    width: 35px;
    margin-right: 20px;
}.connect .support_center {
    padding: 40px;
}.connect .support_center p svg {
    height: 24px;
    width: 24px;
}.connect .contact_support {
    padding: 30px;
    margin-top: 30px;
}.connect .request_form svg {
    width: 24px;
    height: 24px;
}.connect .message_panel {
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 15px;
}}



@media screen and (max-width: 1024px) {.connect_form .feedback_form {
    padding: 50px 40px;
}
}



@media screen and (max-width: 767px) {.connect_form {
    padding: 70px 0;
}.connect_form .landscape_image {
    min-height: 250px;
}.connect_form .feedback_form {
    padding: 40px 30px;
}.connect_form .feedback_form::before {
    left: 30px;
    width: calc(100% - 60px);
}
}



@media screen and (max-width: 480px) {.connect_form {
    padding: 50px 0;
}.connect_form h2 {
    font-size: calc(32px * 0.8);
}.connect_form .landscape_image {
    min-height: 200px;
}.connect_form .feedback_form {
    padding: 30px 20px;
}.connect_form .feedback_form::before {
    left: 20px;
    width: calc(100% - 40px);
}.connect_form form h3 {
    font-size: calc(19px * 0.9);
    margin-bottom: 25px;
}.connect_form form input[type="text"] {
    padding: 15px 20px;
}.connect_form form .request_grid {
    text-align: center;
    width: 100%;
}}



@keyframes float {
    0% {
        transform: translate(0, 0) rotate(-15deg);
    }
    50% {
        transform: translate(15px, 15px) rotate(0deg);
    }
    100% {
        transform: translate(-15px, 8px) rotate(10deg);
    }
}



@keyframes scaleLineDown {
  from {
    transform: scaleY(0);
  }
  to {
    transform: scaleY(1);
  }
}



@keyframes growDown {
    from {
        transform: scaleY(0);
    }
    to {
        transform: scaleY(1);
    }
}



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



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

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



@keyframes morphShape {
    0% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
    25% {
        border-radius: 58% 42% 75% 25% / 76% 46% 54% 24%;
    }
    50% {
        border-radius: 50% 50% 33% 67% / 55% 27% 73% 45%;
    }
    75% {
        border-radius: 33% 67% 58% 42% / 63% 68% 32% 37%;
    }
    100% {
        border-radius: 67% 33% 33% 67% / 33% 67% 33% 67%;
    }
}

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



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

