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

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

header,footer {
    width: 100%;
}

header {
    z-index: 100;
    position: relative;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    background: linear-gradient(to bottom, rgb(194,218,215), #ffffff);
    padding: 1.2rem 0;
    width: 100%;
}

.course_methodology024 .learn_zone425 {
    gap: 2.5rem;
    perspective: 1000px;
    margin: 0 auto;
    grid-template-columns: 1fr;
    max-width: 1200px;
    z-index: 2;
    position: relative;
    padding: 0 2rem;
    display: grid;
    transform-style: preserve-3d;
}

.course_methodology024 h2::after {
    bottom: 0;
    left: 0;
    background: linear-gradient(90deg, rgb(157,181,177) 0%, rgb(121,143,137) 100%);
    transform-origin: left;
    position: absolute;
    content: "";
    transform: scaleX(1);
    width: 120px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    height: 4px;
}

.course_methodology024 .caption_box839::before {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 50%);
    top: 0;
    position: absolute;
    pointer-events: none;
    width: 100%;
    left: 0;
    height: 100%;
    content: "";
}

.get_in_touch152 {
    overflow: hidden;
    background: linear-gradient(
        135deg, 
        rgb(121,143,137,0.5) 0%, 
        rgb(157,181,177,0.5) 100%
    );
    padding: 6rem 0;
    position: relative;
    isolation: isolate;
}

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

.get_in_touch152 h2::after {
    background: linear-gradient(
        to right, 
        transparent, 
        rgb(157,181,177), 
        transparent
    );
    height: 3px;
    bottom: -0.5rem;
    position: absolute;
    width: 80px;
    content: '';
    left: 50%;
    transform: translateX(-50%);
}

.get_in_touch152 .img_pic491::before {
    content: '';
    width: 100%;
    top: 0;
    background: linear-gradient(
        45deg, 
        rgb(121,143,137,0.5) 0%, 
        rgb(157,181,177,0.5) 100%
    );
    mix-blend-mode: color-dodge;
    position: absolute;
    left: 0;
    height: 100%;
    opacity: 0.6;
}

.get_in_touch152 .feedback_feedback672 .reach_panel652 {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
}

.get_in_touch152 .feedback_feedback672 .reach_panel652 input[type="checkbox"] {
    appearance: none;
    cursor: pointer;
    margin-right: 1rem;
    width: 22px;
    position: relative;
    transition: all 0.3s ease;
    height: 22px;
    border-radius: 10px;
    border: 2px solid #ffffff;
}

.get_in_touch152 .feedback_feedback672 .reach_panel652 a {
    margin-left: 0.3rem;
    color: rgb(157,181,177);
    transition: color 0.3s ease;
    text-decoration: none;
}

.get_in_touch152 .feedback_feedback672 .reach_list156:hover::before {
    left: 100%;
}

.get_in_touch152 .feedback_feedback672 .reach_list156:hover {
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
    transform: translateY(-3px);
}

.greeting_page693::before {
    background: linear-gradient(135deg, 
    rgb(121,143,137,0.5) 0%,
    rgba(0, 0, 0, 0.85) 100%);
    width: 100%;
    z-index: 1;
    content: "";
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    backdrop-filter: blur(2px);
}

.greeting_page693 > div > div:first-child {
    opacity: 0;
    animation: slideIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    transform: translateX(-100px);
}

.greeting_page693 .title_style_header::before {
    top: 0.5rem;
    content: "";
    transform: scaleY(0);
    width: 6px;
    animation: scaleIn 0.6s 0.9s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    left: 0;
    transform-origin: top;
    position: absolute;
    bottom: 0.5rem;
    background: rgb(157,181,177);
}

.greeting_page693 .learning_tracks263 {
    position: relative;
    margin-bottom: 2rem;
}

.greeting_page693 .learning_tracks263::after {
    position: absolute;
    transform: scaleX(0);
    bottom: -1rem;
    animation: scaleIn 0.6s 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    width: 80px;
    left: 0;
    content: "";
    transform-origin: left;
    background: rgb(157,181,177);
    height: 3px;
}

.greeting_page693 .learn_top653 p::before {
    width: 3px;
    top: 0.3rem;
    background: rgb(121,143,137);
    bottom: 0.3rem;
    transform: scaleY(0);
    transform-origin: bottom;
    animation: scaleIn 0.6s 1.4s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    content: "";
    left: 0;
    position: absolute;
}

header .nav_pagewrap365 {
    transition: all 0.3s ease;
    display: flex;
    border-radius: 17px;
    overflow: hidden;
    text-decoration: none;
    padding: 0.5rem 1.5rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    align-items: center;
    position: relative;
    background: linear-gradient(135deg, rgb(157,181,177,0.5), rgb(121,143,137,0.5));
}

header .top_bar260 {
    display: flex;
    margin-top: 0.5rem;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    gap: 0.6rem;
    max-width: 800px;
}

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

header .main_base712:hover::before {
    transform: scaleX(1);
}

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

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



.who_we_are350 .container {
    animation: slideUp 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

.who_we_are350 h2::after {
    bottom: -12px;
    height: 3px;
    content: "";
    animation: lineWidth 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    position: absolute;
    left: 0;
    transform-origin: left;
    background: rgb(157,181,177);
    width: 80px;
}

.who_we_are350 .caption_box839 p::before {
    transform: translateY(-50%);
    content: "";
    left: -20px;
    height: 10px;
    top: 50%;
    width: 10px;
    background-color: rgb(157,181,177);
    position: absolute;
}

.user_alert197 {
    align-items: center;
    max-width: 1200px;
    justify-content: space-between;
    margin: 0 auto;
    display: flex;
    padding: 20px 15px;
}

.privacy_notify847 {
    margin-right: 15px;
    flex-shrink: 0;
}

.privacy_notify847 svg:hover {
    fill: rgb(121,143,137);
}

.privacySettingsModal842 h5 {
    font-size: 19px;
    margin-bottom: 8px;
    font-weight: 600;
    color: rgb(157,181,177);
    font-family: Arial, sans-serif;
}

.privacy_ack819:hover {
    box-shadow: 0 0 10px rgb(121,143,137,0.5);
    background: rgb(121,143,137);
}

.privacySettingsModal842 p a {
    text-decoration: underline;
    color: rgb(157,181,177);
    transition: color 0.3s ease;
}

.secure_sanctuary832 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 4rem 2rem;
    background: linear-gradient(145deg, rgb(194,218,215) 0%, rgb(194,218,215) 85%, rgb(157,181,177,0.5) 100%);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
}



.secure_sanctuary832 .container {
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06), 
                0 2px 5px rgba(0, 0, 0, 0.03),
                0 -1px 0 rgb(157,181,177,0.5);
    padding: 3rem;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    background: #ffffff;
    margin: 0 auto;
    transform: translateY(0);
    max-width: 1200px;
}

.secure_sanctuary832:hover h1::after {
    transform: scaleX(1.5);
}

.secure_sanctuary832 h2 {
    font-weight: 600;
    font-size: 34px;
    color: #000000;
    padding-left: 1rem;
    transition: padding 0.3s ease;
    position: relative;
    margin: 2.5rem 0 1.5rem;
}

.secure_sanctuary832 h3 {
    position: relative;
    font-weight: 600;
    margin: 1.75rem 0 1rem;
    font-size: calc(18px + 0.1rem);
    color: #000000;
}

.secure_sanctuary832 span:hover {
    color: rgb(121,143,137);
}

.secure_sanctuary832 ul {
    margin: 1.5rem 0 2rem 1.25rem;
    list-style-type: none;
}

.secure_sanctuary832 li:hover::before {
    transform: rotate(135deg);
    background: rgb(157,181,177);
}

.secure_sanctuary832 li:hover {
    transform: translateX(3px);
}

.secure_sanctuary832 div {
    position: relative;
}

.sign_up592::before {
    top: -10%;
    background: linear-gradient(45deg, rgb(121,143,137,0.5) 0%, rgb(121,143,137) 100%);
    z-index: 1;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 30% 100%);
    width: 60%;
    position: absolute;
    transform: rotate(-15deg);
    content: "";
    height: 120%;
    right: -10%;
}

.sign_up592 .input_holder {
    position: relative;
    display: flex;
    gap: 1rem;
    flex-direction: column;
    animation: slideIn 0.7s forwards 0.5s;
    opacity: 0;
    transform: translateX(30px);
}

.sign_up592 .updates_form418:focus {
    outline: none;
    transform: translateY(-5px);
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.5);
}

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

.take_a_spin748 {
    z-index: 1;
    position: relative;
    padding: 7rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(121,143,137,0.5), rgb(157,181,177,0.5));
}

.take_a_spin748 .container {
    transform: perspective(1000px) rotateX(2deg);
    flex-direction: column;
    position: relative;
    max-width: 1200px;
    gap: 3rem;
    align-items: center;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
}

.take_a_spin748 .learn_zone425:hover {
    box-shadow: 
    0 15px 35px -5px rgba(0, 0, 0, 0.15),
    0 10px 20px -5px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

.take_a_spin748 svg {
    width: 48px;
    flex-shrink: 0;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    animation: pulse 2s infinite alternate;
    height: 48px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

.take_a_spin748 .learn_zone425:hover svg path {
    fill: rgb(121,143,137);
}

.take_a_spin748 .reach_list156 {
    border-radius: 3px;
    background: linear-gradient(
    135deg,
    rgb(157,181,177),
    rgb(121,143,137)
  );
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    letter-spacing: 0.5px;
    transform: translateZ(0);
    font-family: Arial, sans-serif;
    padding: 1rem 2.5rem;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    position: relative;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    text-align: center;
}

.instructor_profile561 .img_pic491 {
    box-shadow: -20px 20px 30px -10px rgba(0, 0, 0, 0.5);
    transform: rotateY(10deg) translateZ(50px);
    width: 40%;
    border-radius: 23px;
    position: relative;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    filter: saturate(0.8);
    height: 400px;
}

.instructor_profile561 .img_pic491:hover {
    box-shadow: -30px 30px 50px -10px rgba(0, 0, 0, 0.5);
    transform: rotateY(0deg) translateZ(70px) scale(1.05);
    filter: saturate(1.2);
}



.instructor_profile561 .img_pic491:hover {
    animation: pulse 1.5s infinite;
}

.instructor_profile561 .work_block807:hover {
    box-shadow: 30px 30px 50px -10px rgba(0, 0, 0, 0.5);
    transform: rotateY(0deg) translateZ(50px);
}

.instructor_profile561 .work_block807:hover::before {
    transform: scale(1);
}

.instructor_profile561 .name::after {
    left: 0;
    height: 3px;
    position: absolute;
    content: "";
    background: rgb(121,143,137);
    width: 0;
    bottom: -5px;
    transition: width 0.4s ease-in-out;
}

.instructor_profile561 .job_progress054::before {
    content: "";
    font-family: serif;
    opacity: 0.3;
    color: rgb(121,143,137,0.5);
    font-size: 5rem;
    position: absolute;
    top: -20px;
    left: -10px;
}

footer .workshop_cta162::after {
    top: 0;
    left: 0;
    position: absolute;
    content: '';
    animation: glowBorder 3s infinite linear;
    background: linear-gradient(90deg, 
        rgb(157,181,177) 0%, 
        rgb(121,143,137) 50%, 
        rgb(157,181,177) 100%);
    width: 100%;
    height: 3px;
}

footer .edu_asknow302 {
    flex-wrap: wrap;
    padding-bottom: 30px;
    gap: 30px;
    justify-content: space-between;
    position: relative;
    margin-bottom: 30px;
    display: flex;
}

footer .info_item:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.05);
}

footer .info_item:hover svg {
    transform: scale(1.2);
}

footer .info_item:hover a,
footer .info_item:hover p {
    color: rgb(121,143,137);
}

footer .nav_learn498 {
    flex-direction: column;
    gap: 20px;
    display: flex;
    align-items: flex-start;
}

footer .carbon_cta375 {
    max-width: 300px;
    color: #ffffff;
    opacity: 0.7;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.5;
}

footer .main_tutor103 {
    flex-direction: column;
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}

footer .main_tutor103 a::before {
    transition: all 0.3s ease;
    height: 6px;
    opacity: 0.7;
    top: 50%;
    left: 0;
    position: absolute;
    border-radius: 50%;
    background: rgb(121,143,137);
    content: '';
    transform: translateY(-50%);
    width: 6px;
}

footer .subscribe_holder h5 {
    margin-bottom: 5px;
    font-weight: 700;
    color: #ffffff;
    font-size: 22px;
}

footer .subscribe_holder p {
    color: #ffffff;
    margin-bottom: 20px;
    font-size: 12px;
    opacity: 0.8;
    line-height: 1.6;
}

footer .input_holder input[type="email"]:focus {
    box-shadow: 0 0 15px rgb(121,143,137,0.5);
    border-color: rgb(121,143,137);
}

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

footer .brainstorm609 {
    text-align: center;
    padding-top: 30px;
    position: relative;
}

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

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

.pricing_zone174 h2 {
    transform: translateY(20px);
    font-size: 33px;
    text-align: center;
    letter-spacing: 1px;
    position: relative;
    animation: fadeSlideUp 0.7s ease forwards;
    color: #ffffff;
    font-weight: 700;
    opacity: 0;
    margin-bottom: 20px;
}

.pricing_zone174 .pricing_options720 li {
    opacity: 0;
    animation: fadeSlideUp 0.8s ease forwards;
    transform: translateY(30px);
    animation-delay: calc(0.2s + (var(--li-index, 0) * 0.15s));
}

.pricing_zone174 .bundle_price942:hover {
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
    transform: translateY(-10px) scale(1.02);
}

.pricing_zone174 .bundle_price942:hover::before {
    transform: scaleX(1);
}

.pricing_zone174 .discount_grid930 {
    padding: 30px;
    display: flex;
    height: 100%;
    flex-direction: column;
}

.pricing_zone174 .basic_rates690 h4 {
    padding-bottom: 15px;
    position: relative;
    color: #ffffff;
    font-weight: 600;
    font-size: 19px;
    margin-top: 0;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
}

.pricing_zone174 .trial_rates135 {
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    font-size: calc(19px + 4px);
    position: relative;
    font-weight: 700;
    padding: 10px 20px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    align-self: flex-start;
    margin-top: auto;
    background: linear-gradient(135deg, rgb(157,181,177,0.5), rgb(121,143,137,0.5));
    display: inline-block;
    color: #ffffff;
}

.course_program_description129 .caption_box839 {
    border-radius: 17px;
    z-index: 3;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    transform: translateY(0);
    padding: 2.5rem;
    position: relative;
    transition: transform 0.4s ease;
}



.course_program_description129 .caption_box839 h2::after {
    height: 4px;
    position: absolute;
    width: 3rem;
    transition: width 0.4s ease;
    left: 0;
    content: "";
    border-radius: 10px;
    bottom: -10px;
    background: rgb(121,143,137);
}

.course_program_description129 .caption_box839 .description::before {
    height: 4px;
    content: "";
    position: absolute;
    background: rgb(121,143,137);
    width: 4px;
    left: 0;
    border-radius: 50%;
    top: 0.5rem;
}

.course_program_description129 .img_pic491::after {
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(
        to bottom right,
        rgb(157,181,177,0.5) 0%,
        transparent 40%
    );
    content: "";
    width: 100%;
    position: absolute;
}

.thxMessage513 .container {
    margin: 0 auto;
    padding: 0 2rem;
    z-index: 10;
    max-width: 1200px;
    position: relative;
    transform: perspective(1000px) rotateX(1deg);
}

.thxMessage513 h2 {
    color: rgb(157,181,177);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    position: relative;
    font-weight: 700;
    transform-origin: left center;
    line-height: 1.3;
    font-size: 30px;
    margin-bottom: 2.5rem;
    font-family: Arial, sans-serif;
    animation: slideInTitle 0.8s ease-out forwards;
    max-width: 90%;
}

.thxMessage513 .learn_zone425:hover {
    transform: translateY(-5px);
}

.thxMessage513 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.thxMessage513 li::before {
    content: "";
    height: 8px;
    border-radius: 50%;
    position: absolute;
    transform: scale(0);
    left: 0;
    top: 0.7rem;
    width: 8px;
    animation: popIn 0.4s 0.9s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
    background: rgb(121,143,137);
}



@media (min-width: 1200px) {.course_methodology024 .learn_zone425 {
    padding: 0 2rem;
}.course_methodology024 h2 {
    font-size: calc(28px * 1.3);
}.course_methodology024 .caption_box839 {
    margin: 0 auto;
    max-width: 90%;
}
}



@media (max-width: 767px) {.course_methodology024 {
    padding: 5rem 0;
}.course_methodology024 h2 {
    font-size: calc(28px * 0.9);
}.course_methodology024 .caption_box839 {
    padding: 2rem;
}.course_methodology024 p {
    font-size: calc(12px * 0.95);
    line-height: 1.7;
}
}



@media screen and (max-width: 768px) {.get_in_touch152 {
    padding: 3rem 0;
}.get_in_touch152 h2 {
    margin-bottom: 2rem;
    font-size: calc(45px * 0.8);
}.get_in_touch152 .feedback_feedback672 h3 {
    font-size: calc(29px * 0.9);
}.get_in_touch152 .feedback_feedback672 input:not([type="checkbox"]):not([type="submit"]) {
    padding: 0.8rem 1.2rem;
    margin-bottom: 1rem;
}.get_in_touch152 .feedback_feedback672 .reach_panel652 {
    align-items: flex-start;
}.get_in_touch152 .feedback_feedback672 .reach_panel652 input[type="checkbox"] {
    margin-top: 0.2rem;
}
}



@media (prefers-reduced-motion) {.greeting_page693::after {
    animation: none;
}.greeting_page693 > div > div:first-child,
  .greeting_page693 .learn_top653,
  .greeting_page693 .title_style_header::before,
  .greeting_page693 .learning_tracks263::after,
  .greeting_page693 .learning_tracks263 h3,
  .greeting_page693 .learn_top653 span,
  .greeting_page693 .learn_top653 p::before {
    animation-duration: 0.1s;
}.greeting_page693 .learn_top653::before {
    animation: none;
}}



@media (min-width: 992px) {.who_we_are350 {
    padding: 150px 0 180px;
}.who_we_are350 .container {
    padding: 0 40px;
}.who_we_are350 h2 {
    margin-bottom: 60px;
    font-size: calc(28px * 1.4);
}.who_we_are350 .caption_box839 {
    margin-left: 40px;
    padding: 60px;
    width: calc(100% - 40px);
}
}



@media (hover: hover) {.who_we_are350 .caption_box839:hover {
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25), 0 0 20px rgba(rgb(157,181,177,0.5), 0.2);
    transform: translateY(-5px);
}}



@media (max-width: 992px) {.secure_sanctuary832 {
    padding: 3rem 1.5rem;
}.secure_sanctuary832 .container {
    padding: 2.5rem 2rem;
}.secure_sanctuary832 h1 {
    font-size: calc(40px - 0.2rem);
}.secure_sanctuary832 h2 {
    font-size: calc(34px - 0.15rem);
}
}



@media (max-width: 576px) {.secure_sanctuary832 {
    padding: 2rem 0.75rem;
}.secure_sanctuary832 .container {
    padding: 1.5rem 1.25rem;
}.secure_sanctuary832 h1 {
    font-size: calc(40px - 0.6rem);
}.secure_sanctuary832 h2 {
    font-size: calc(34px - 0.4rem);
    padding-left: 0.75rem;
}.secure_sanctuary832 h2::before {
    width: 2px;
}.secure_sanctuary832 li::before {
    height: 6px;
    width: 6px;
}
}



@media (max-width: 992px) {.take_a_spin748 {
    padding: 5rem 0;
}.take_a_spin748 h2 {
    font-size: calc(37px * 0.9);
}
}



@media (max-width: 768px) {.take_a_spin748 {
    padding: 4rem 0;
}.take_a_spin748 h2 {
    font-size: calc(37px * 0.8);
}.take_a_spin748 .learn_zone425 {
    flex-direction: column;
    padding: 1.5rem;
    gap: 1.5rem;
}.take_a_spin748 svg {
    height: 40px;
    width: 40px;
}.take_a_spin748 .reach_list156 {
    font-size: calc(18px * 0.9);
    padding: 0.875rem 2rem;
    width: 100%;
}
}



@media (max-width: 992px) {.instructor_profile561 .student_stories961 {
    flex-direction: column;
}.instructor_profile561 .img_pic491,
    .instructor_profile561 .work_block807 {
    width: 100%;
    transform: none;
}.instructor_profile561 .img_pic491 {
    height: 300px;
    margin-bottom: 2rem;
}.instructor_profile561 .img_pic491:hover,
    .instructor_profile561 .work_block807:hover {
    transform: translateY(-10px);
}}



@media (max-width: 576px) {footer .workshop_cta162 {
    padding: 40px 0 30px;
}footer .nav_learn498 {
    align-items: center;
    text-align: center;
    margin: 0 auto;
}footer .carbon_cta375 {
    margin: 0 auto;
    text-align: center;
}footer .top_bar260 h5 {
    text-align: center;
}footer .top_bar260 h5::after {
    left: 50%;
    transform: translateX(-50%);
}footer .main_tutor103 {
    align-items: center;
}footer .main_tutor103 a {
    text-align: center;
}footer .subscribe_holder {
    padding: 20px;
    text-align: center;
}footer .subscribe_holder h5,
    footer .subscribe_holder p {
    text-align: center;
}}



@media (min-width: 768px) {.course_program_description129 .future_class581 {
    grid-template-columns: 1.2fr 0.8fr;
    gap: 2rem;
}.course_program_description129 .caption_box839 {
    grid-column: 1 / 2;
    align-self: center;
    margin-right: -4rem;
}.course_program_description129 .img_pic491 {
    grid-column: 2 / 3;
    transform: perspective(1000px) rotateX(8deg) rotateY(-8deg);
    margin-top: 0;
    height: 400px;
}.course_program_description129 .img_pic491::before {
    width: 60%;
    left: 20px;
    background: rgb(121,143,137);
    position: absolute;
    z-index: -1;
    bottom: -20px;
    filter: blur(15px);
    height: 20px;
    opacity: 0.4;
    content: "";
}
}



@keyframes floatBackground {
  0% {
    transform: rotate(-15deg) skewX(15deg) translate(0, 0);
  }
  100% {
    transform: rotate(-15deg) skewX(15deg) translate(20px, 20px);
  }
}



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



@keyframes slideUp {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}



@keyframes shimmer {
  0% {
    transform: translateX(-100%);
  }
  25%, 100% {
    transform: translateX(100%);
  }
}

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



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



@keyframes growLine {
    to {
        transform: scaleX(1);
    }
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgb(157,181,177,0.5);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}



@keyframes slideInTitle {
  0% {
    opacity: 0;
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}



@keyframes fadeText {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

