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

* {
    scrollbar-color: rgb(153,174,138,0.5) rgb(153,174,138,0.5);
    scrollbar-width: auto;
}

.footer-subscribe-267 {
    flex: 0 0 auto;
}

.footer-subscribe-267 {
    position: relative;
    padding: 5rem 0 3rem;
    z-index: 1;
}

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


.program-assets-085 {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(221,235,215) 0%, rgba(245, 247, 250, 0.95) 100%);
}

.program-assets-085::before {
    z-index: 0;
    width: 100%;
    position: absolute;
    content: "";
    height: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgba(rgb(187,205,178,0.5), 0.05) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(rgb(153,174,138,0.5), 0.08) 0%, transparent 60%);
    left: 0;
    top: 0;
}

.program-assets-085 .image-stack-746 {
    width: 100%;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    object-fit: cover;
    height: 100%;
    transform: perspective(1000px) rotateY(-5deg) translateZ(20px);
    border-radius: 10px;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.08),
        0 10px 20px rgba(0, 0, 0, 0.06);
    filter: saturate(1.05);
}

.program-assets-085 .learning-creators-706:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(20px);
}

.program-assets-085 .content-wrap-269 {
    padding: 20px 0;
    position: relative;
}

.program-assets-085 .content-wrap-269:hover::before {
    transform: scaleY(1);
}

.program-assets-085 h1 {
    transition: transform 0.4s ease;
    position: relative;
    line-height: 1.3;
    margin-bottom: 30px;
    color: #000000;
    font-size: 41px;
    font-weight: 700;
    transform: translateX(0);
}

.program-assets-085 h1:hover::after {
    width: 120px;
}

.program-assets-085 ul {
    list-style: none;
    margin: 20px 0 0;
    padding: 0;
}

.program-assets-085 li {
    backdrop-filter: blur(10px);
    margin-bottom: 18px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    padding: 15px 20px;
    border-radius: 10px;
    display: flex;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.7);
    transform: translateX(0);
    align-items: flex-start;
}

.program-assets-085 li svg {
    width: 24px;
    height: 24px;
    margin-right: 15px;
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.program-assets-085 li svg path {
    transition: fill 0.3s ease;
    fill: rgb(187,205,178);
}

.program-assets-085 li:nth-child(odd) {
    transform: translateX(-5px);
}

.program-assets-085 li:nth-child(even) {
    background: rgba(255, 255, 255, 0.8);
}

.tySpotlight-572::before {
    background-image: repeating-linear-gradient(
        45deg,
        rgb(153,174,138,0.5) 0px,
        rgb(153,174,138,0.5) 1px,
        transparent 1px,
        transparent 12px
    );
    width: 100%;
    content: "";
    top: 0;
    position: absolute;
    z-index: 0;
    transform: translateZ(-10px);
    opacity: 0.07;
    left: 0;
    height: 100%;
}

.tySpotlight-572 .container {
    padding: 0 15px;
    margin: 0 auto;
    transform-style: preserve-3d;
    z-index: 2;
    position: relative;
    max-width: 1140px;
}

.tySpotlight-572 h2::after {
    animation: lineExpand 1.2s 0.4s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
    position: absolute;
    bottom: -12px;
    left: 0;
    content: "";
    transform: scaleX(0);
    width: 120px;
    transform-origin: left;
    height: 4px;
    background: linear-gradient(90deg, rgb(187,205,178) 0%, rgb(153,174,138) 100%);
}

.tySpotlight-572 .learning-creators-706:hover {
    box-shadow: 0 20px 50px rgba(0,0,0,0.12);
    transform: translateZ(15px) rotateX(0deg);
}

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

.tySpotlight-572 li::before {
    width: 8px;
    top: 8px;
    left: 0;
    animation: pulse 3s infinite;
    background-color: rgb(153,174,138);
    content: "";
    border-radius: 50%;
    position: absolute;
    box-shadow: 0 0 0 4px rgb(153,174,138,0.5);
    height: 8px;
}

footer {
    perspective: 1000px;
    position: relative;
    font-family: Arial, sans-serif;
    color: #ffffff;
}

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

.footer-subscribe-267::before {
    height: 2px;
    top: 0;
    left: 0;
    animation: glowPulse 3s ease-in-out infinite alternate;
    position: absolute;
    width: 100%;
    background: linear-gradient(90deg, 
                transparent 0%, 
                rgb(153,174,138) 50%, 
                transparent 100%);
    content: "";
}

.footer-subscribe-267 .company_holder {
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    border-left: 3px solid rgb(187,205,178);
    padding: 2rem;
    border-radius: 10px;
    position: relative;
    transition: all 0.4s ease;
    transform-style: preserve-3d;
}

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

.footer-subscribe-267 .comm-guide-046 {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.7;
    position: relative;
    font-size: 12px;
    max-width: 100%;
    padding-left: 1rem;
}

.footer-subscribe-267 .teach-supp-084 {
    position: relative;
}

.footer-subscribe-267 .header-master-987 {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    gap: 2rem;
    height: 100%;
}

.footer-subscribe-267 .top-learn-726::before {
    z-index: -1;
    position: absolute;
    top: -50%;
    width: 200%;
    transition: all 0.6s ease;
    background: linear-gradient(
        transparent,
        transparent,
        rgba(255, 255, 255, 0.05),
        transparent,
        transparent
    );
    left: -50%;
    height: 200%;
    content: "";
    transform: rotate(45deg);
}

.footer-subscribe-267 .top-learn-726::before {
    top: -20px;
    left: -20px;
}

.footer-subscribe-267 .top-learn-726:hover::after {
    border-color: transparent rgb(153,174,138) transparent transparent;
    border-width: 0 35px 35px 0;
}

.footer-subscribe-267 .top-learn-726:hover {
    background: rgba(255, 255, 255, 0.05);
    transform: translateZ(15px) scale(1.03);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.footer-subscribe-267 .top-learn-726 h5::before {
    width: 100%;
    background: rgb(153,174,138);
    left: 0;
    bottom: -8px;
    height: 1px;
    position: absolute;
    content: "";
}

.footer-subscribe-267 .top-learn-726:hover h5::after {
    width: 100%;
}

.footer-subscribe-267 .top-learn-726 .header-master-987 {
    display: flex;
    flex-direction: column;
    gap: 0.875rem;
}

.footer-subscribe-267 .top-learn-726 a::before {
    transform: translateZ(5px);
    opacity: 0;
    left: -20px;
    position: absolute;
    content: "→";
    transition: all 0.3s ease;
}

.footer-subscribe-267 .top-learn-726 a:hover {
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.5);
    transform: translateX(20px);
    color: #ffffff;
}

.workshop-cta-761::before {
    width: 100%;
    height: 1px;
    left: 0;
    background: linear-gradient(to right, 
                transparent 0%, 
                rgb(187,205,178) 30%, 
                #ffffff 50%, 
                rgb(153,174,138) 70%, 
                transparent 100%);
    position: absolute;
    content: "";
    top: 0;
}

.workshop-cta-761 .music-edu-590:hover {
    color: #ffffff;
    box-shadow: 0 0 15px rgba(rgb(187,205,178), 0.3);
    background: rgba(0, 0, 0, 0.3);
}



.footer-subscribe-267 .company_holder::before,
.footer-subscribe-267 .top-learn-726::before {
    position: absolute;
    border-radius: 50%;
    z-index: -1;
    background: radial-gradient(circle, rgb(187,205,178,0.5) 0%, transparent 70%);
    filter: blur(30px);
    content: "";
    opacity: 0;
    width: 100px;
    transition: opacity 0.5s ease;
    height: 100px;
}

.footer-subscribe-267 .company_holder::before {
    bottom: -20px;
    right: -20px;
}



.footer-subscribe-267 .company_holder .comm-guide-046::after {
    position: absolute;
    width: 70px;
    left: 1rem;
    content: "";
    bottom: -10px;
    background: linear-gradient(to right, rgb(187,205,178), transparent);
    height: 3px;
    transition: width 0.4s ease;
}

.footer-subscribe-267 .top-learn-726:nth-child(1)::before {
    background: radial-gradient(circle, rgb(187,205,178,0.5) 0%, transparent 70%);
}

.footer-subscribe-267 .top-learn-726:nth-child(2)::before {
    background: radial-gradient(circle, rgb(153,174,138,0.5) 0%, transparent 70%);
}

.footer-subscribe-267 .header-master-987 a:hover::after {
    width: 100%;
}

.reach-out-943 {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
    background: rgb(221,235,215);
}

.reach-out-943::before {
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    opacity: 0.4;
    content: "";
    width: 100%;
    z-index: 1;
    background: linear-gradient(180deg, rgb(153,174,138,0.5) 0%, transparent 100%);
}

.reach-out-943 .image-stack-746 {
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    position: absolute;
    z-index: 0;
    opacity: 0.12;
    filter: grayscale(100%) contrast(120%);
}

.support-request-604 {
    gap: 0;
    z-index: 10;
    position: relative;
    display: flex;
}

.support-request-604 .connect-panel-328 {
    z-index: 1;
    position: relative;
    flex: 0 0 58%;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    padding: 60px;
    background: #ffffff;
}

.support-request-604 .connect-panel-328 form {
    display: flex;
    flex-direction: column;
}

.support-request-604 .connect-panel-328 input[type="text"],
.support-request-604 .connect-panel-328 textarea {
    font-size: 12px;
    font-family: Arial, sans-serif;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    border: none;
    margin-bottom: 25px;
    padding: 16px 20px;
    width: 100%;
    background: rgba(245, 245, 245, 0.5);
    transition: all 0.3s ease;
}

.support-request-604 .connect-panel-328 .request-links-652 input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}

.support-request-604 .connect-panel-328 .request-links-652 label {
    line-height: 1.5;
    color: #000000;
    cursor: pointer;
    font-size: calc(12px - 2px);
    position: relative;
    padding-left: 35px;
}

.support-request-604 .connect-panel-328 .request-links-652 input[type="checkbox"]:checked + label::before {
    background: rgb(187,205,178);
    border-bottom-color: rgb(187,205,178);
}

.support-request-604 .connect-panel-328 .request-links-652 a {
    transition: all 0.3s ease;
    text-decoration: none;
    border-bottom: 1px dashed rgb(187,205,178);
    color: rgb(187,205,178);
    font-weight: 600;
}

.support-request-604 .connect-panel-328 .reach-list-213 {
    color: #000000;
    transition: all 0.3s ease;
    padding: 15px 35px;
    border: none;
    letter-spacing: 1px;
    cursor: pointer;
    font-weight: 600;
    background: transparent;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    font-size: 17px;
    border-bottom: 2px solid rgb(187,205,178);
    align-self: flex-start;
}

.support-request-604 .connect-panel-328 .reach-list-213:hover::before {
    height: 100%;
}

.support-request-604 .help-form-807::before {
    content: "";
    z-index: -1;
    height: 100%;
    position: absolute;
    top: 0;
    background-image: repeating-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.05) 0,
        rgba(255, 255, 255, 0.05) 1px,
        transparent 1px,
        transparent 10px
    );
    left: 0;
    width: 100%;
}

.support-request-604 .help-form-807 .query-widget-739 {
    padding: 0;
    list-style: none;
    margin: 0;
}

.support-request-604 .help-form-807 .query-widget-739 li {
    display: flex;
    margin-bottom: 30px;
    z-index: 1;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    align-items: center;
    padding-bottom: 30px;
}

.support-request-604 .help-form-807 .query-widget-739 li svg path {
    transition: all 0.3s ease;
    fill: rgb(187,205,178);
}

.support-request-604 .help-form-807 .query-widget-739 li span {
    line-height: 1.5;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.9);
}

.support-request-604 .help-form-807 .query-widget-739 li a:hover {
    color: rgb(187,205,178);
}

.quantitative-data-196::before {
    right: -5%;
    top: -10%;
    transform: rotate(-15deg);
    filter: blur(30px);
    height: 60%;
    opacity: 0.6;
    background: linear-gradient(45deg, transparent, rgb(187,205,178,0.5), transparent);
    z-index: 0;
    width: 30%;
    position: absolute;
    content: "";
}

.quantitative-data-196::after {
    left: -5%;
    bottom: -20%;
    position: absolute;
    z-index: 0;
    filter: blur(40px);
    background: linear-gradient(135deg, transparent, rgb(153,174,138,0.5), transparent);
    transform: rotate(25deg);
    opacity: 0.4;
    width: 40%;
    height: 70%;
    content: "";
}

.quantitative-data-196 ul {
    margin: 0;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 1.5rem;
    display: grid;
    padding: 0;
    list-style: none;
}

.quantitative-data-196 .knowledge-statistics-081:nth-child(1) {
    --i: 1;
}

.quantitative-data-196 .knowledge-statistics-081:nth-child(2) {
    --i: 2;
}

.quantitative-data-196 .knowledge-statistics-081:nth-child(3) {
    --i: 3;
}

.quantitative-data-196 .knowledge-statistics-081:nth-child(4) {
    --i: 4;
}

.quantitative-data-196 .knowledge-statistics-081:nth-child(5) {
    --i: 5;
}

.quantitative-data-196 .knowledge-statistics-081:nth-child(6) {
    --i: 6;
}

.quantitative-data-196 .knowledge-statistics-081:nth-child(7) {
    --i: 7;
}

.quantitative-data-196 .knowledge-statistics-081::before {
    background: linear-gradient(45deg, transparent, rgb(153,174,138,0.5) 80%);
    content: "";
    width: 100%;
    z-index: 0;
    right: 0;
    opacity: 0;
    position: absolute;
    height: 100%;
    top: 0;
    transition: opacity 0.5s ease;
}

.quantitative-data-196 .knowledge-statistics-081 div {
    z-index: 2;
    position: relative;
}

.quantitative-data-196 .knowledge-statistics-081 p::after {
    position: absolute;
    top: 5px;
    right: -15px;
    color: rgb(187,205,178);
    font-size: 1.5rem;
    content: "+";
}

.quantitative-data-196 .knowledge-statistics-081:hover span {
    padding-left: 10px;
}

.quantitative-data-196 .knowledge-statistics-081 span::before {
    top: 50%;
    position: absolute;
    content: "";
    width: 0;
    transform: translateY(-50%);
    background: rgb(187,205,178);
    height: 2px;
    transition: width 0.3s ease;
    left: 0;
}

.program-information-823::before {
    position: absolute;
    z-index: 0;
    width: 65%;
    transform: rotate(-15deg);
    top: -5%;
    content: "";
    height: 65%;
    opacity: 0.05;
    right: -10%;
    background: linear-gradient(45deg, rgb(153,174,138,0.5), rgb(153,174,138));
}

.program-information-823 .container {
    margin: 0 auto;
    padding: 0 1.5rem;
    max-width: 1400px;
    position: relative;
    z-index: 1;
}

.program-information-823 h2::after {
    background: linear-gradient(90deg, rgb(153,174,138), rgb(187,205,178));
    width: 5rem;
    transform: scaleX(1);
    content: "";
    transition: transform 0.5s ease;
    height: 3px;
    position: absolute;
    transform-origin: left center;
    bottom: -0.75rem;
    left: 0;
}

.program-information-823 .image-stack-746 {
    height: 400px;
    transform: perspective(1000px) rotateY(-3deg);
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), box-shadow 0.6s ease;
}

.program-information-823 .image-stack-746::after {
    width: 200%;
    left: -100%;
    transition: left 0.8s ease-out;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    height: 200%;
    position: absolute;
    transform: rotate(45deg);
    top: 30%;
}

.program-information-823 .content-wrap-269 {
    background-color: #ffffff;
    overflow: hidden;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    padding: 2.5rem;
    transform: translateY(0);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    position: relative;
}

.program-information-823 .container:hover .content-wrap-269 {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
}

.program-information-823 .description {
    line-height: 1.8;
    color: #000000;
    transition: color 0.3s ease;
    position: relative;
    margin-bottom: 1.5rem;
    font-size: 15px;
}

.program-information-823 .description strong {
    color: #000000;
    background: linear-gradient(to right, rgb(153,174,138,0.5), transparent);
    background-clip: text !important;
    -webkit-background-clip: text !important;
}

.opening-page-749::before {
    background: 
    linear-gradient(45deg, transparent 45%, rgb(187,205,178,0.5) 45%, rgb(187,205,178,0.5) 55%, transparent 55%),
    linear-gradient(-45deg, transparent 45%, rgb(153,174,138,0.5) 45%, rgb(153,174,138,0.5) 55%, transparent 55%);
    background-size: 50px 50px;
    content: "";
    opacity: 0.03;
    bottom: 0;
    left: 0;
    z-index: 1;
    top: 0;
    position: absolute;
    right: 0;
    animation: backgroundShift 60s linear infinite;
}

.opening-page-749 .main-title-896 > div:first-child {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    padding: 1.5rem 2rem;
    animation: slideUp 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s forwards;
    position: relative;
    transform: translateY(1rem);
    opacity: 0;
}

.opening-page-749 .main-title-896 > div:first-child p {
    color: #000000;
    font-weight: 600;
    letter-spacing: 0.015em;
    font-size: calc(13px * 1.1);
    margin: 0;
    font-family: Arial, sans-serif;
    line-height: 1.5;
}

.opening-page-749 .why-mission-938 > div {
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
    padding: 3rem 2.5rem;
    border-radius: 10px;
}

.opening-page-749 .why-mission-938 > div h3 {
    max-width: 85%;
    font-size: calc(24px * 0.95);
    margin: 0 0 2rem;
    font-family: Arial, sans-serif;
    z-index: 2;
    color: #ffffff;
    line-height: 1.5;
    position: relative;
    font-weight: 400;
    animation: fadeIn 0.8s ease-out 0.8s both;
}

.opening-page-749 .why-mission-938 > div > div > div {
    margin-top: 1.5rem;
    position: relative;
}

.opening-page-749 .why-mission-938 > div > div > div::before {
    left: 0;
    animation: growLine 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.2s forwards;
    transform-origin: left;
    transform: scaleX(0);
    width: 60px;
    content: "";
    background: rgb(187,205,178);
    bottom: -1.5rem;
    height: 4px;
    position: absolute;
}

header .nav-know-310 {
    padding: 20px 30px;
    align-items: center;
    justify-content: space-between;
    display: flex;
    position: relative;
}

header .nav-know-310::before {
    height: 1px;
    bottom: 0;
    content: "";
    position: absolute;
    background: linear-gradient(to right, transparent, rgb(187,205,178), transparent);
    width: 80%;
    left: 10%;
}

header .nav-know-310 .header-main-816 .header-lead-530::before {
    bottom: -5px;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    opacity: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
    top: -5px;
    content: "";
    transform: scale(0.9);
    left: -5px;
    border-radius: 10px;
    z-index: -1;
    right: -5px;
}

header .nav-know-310 .top-learn-726 {
    list-style: none;
    padding: 0;
    display: flex;
    perspective: 1000px;
    margin: 0;
}

header .nav-know-310 .top-learn-726 .main-edu-129 a {
    position: relative;
    color: #000000;
    display: block;
    transform-style: preserve-3d;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    text-decoration: none;
    transition: color 0.3s ease, transform 0.3s ease;
    font-size: 16px;
    padding: 12px 20px;
    font-family: Arial, sans-serif;
    background: linear-gradient(to bottom, transparent, transparent);
}

header .nav-know-310 .top-learn-726 .main-edu-129 a::after {
    transform: translateZ(-2px) rotateX(-10deg);
    background: linear-gradient(to top, rgb(153,174,138,0.5), transparent);
    transform-origin: bottom center;
    opacity: 0;
}

header .nav-know-310 .top-learn-726 .main-edu-129:hover a::after {
    transform: translateZ(-10px) rotateX(-15deg);
}

.cookieUsagePromptBar-812 {
    border-top: 2px solid rgb(187,205,178);
    background: rgb(221,235,215);
    z-index: 90;
    position: fixed;
    width: 100%;
    bottom: 0;
}

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

.learn-consent-437 {
    flex-shrink: 0;
    margin-right: 10px;
}

.visitor-controls-957 {
    text-align: center;
    margin-left: 10px;
    text-decoration: none;
    white-space: nowrap;
    flex-shrink: 0;
    cursor: pointer;
    color: rgb(187,205,178);
    line-height: 35px;
    min-width: 120px;
    font-size: 24px;
    border-bottom: 2px solid rgb(187,205,178);
}

.pricing-lineup-916 {
    background: linear-gradient(135deg, rgb(221,235,215), rgba(240, 240, 255, 0.95));
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}

.pricing-lineup-916::after {
    left: -5%;
    width: 35%;
    filter: blur(50px);
    opacity: 0.3;
    height: 60%;
    content: "";
    position: absolute;
    bottom: -10%;
    background: linear-gradient(215deg, rgb(153,174,138,0.5), rgb(187,205,178,0.5));
    transform: rotate(12deg) skewX(-10deg);
    z-index: 0;
}

.pricing-lineup-916 .promo-cost-478 {
    gap: 60px;
    display: grid;
    grid-template-columns: 1fr;
}

.pricing-lineup-916 .enroll-cost-859 h2 {
    font-weight: 700;
    position: relative;
    font-size: 36px;
    margin-bottom: 20px;
    display: inline-block;
    color: #000000;
}

.pricing-lineup-916 .price-panel-287 {
    line-height: 1.6;
    font-size: 12px;
    color: #000000;
    margin: 20px auto 0;
    max-width: 680px;
}

.pricing-lineup-916 .pro-fees-390 {
    display: grid;
    animation: fadeInUp 0.8s ease-out forwards 0.5s;
    grid-template-columns: 1fr;
    opacity: 0;
    transform: translateY(40px);
    gap: 30px;
}

.pricing-lineup-916 .value-pricing-483 {
    overflow: hidden;
    background: #ffffff;
    border-radius: 8px;
    display: flex;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    will-change: transform, box-shadow;
    flex-direction: column;
    position: relative;
    height: 100%;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s ease;
}

.pricing-lineup-916 .payment-plans-918 h3 {
    white-space: normal;
    word-break: break-word;
    position: relative;
    font-weight: 700;
    margin-bottom: 15px;
    overflow-wrap: break-word;
    color: #000000;
    font-size: calc(22px + 2px);
    padding-left: 15px;
}

.pricing-lineup-916 .pricing-offers-264 {
    font-weight: 700;
    margin: 5px 0 20px;
    display: inline-block;
    color: rgb(187,205,178);
    font-size: calc(22px + 4px);
    position: relative;
    padding: 8px 15px;
    border-radius: 6px;
    background: linear-gradient(120deg, rgba(var(--primary-color-rgb), 0.08), rgba(var(--secondary-color-rgb), 0.08));
}

.pricing-lineup-916 .image-stack-746::after {
    top: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
    bottom: 0;
    right: 0;
    z-index: 1;
    position: absolute;
    content: "";
    left: 0;
}

.education-history-649::before {
    background-size: 150px 150px;
    top: 0;
    width: 100%;
    position: absolute;
    z-index: 1;
    animation: gridFlow 20s linear infinite;
    left: 0;
    content: "";
    background: 
        linear-gradient(90deg, transparent 85%, rgb(187,205,178,0.5) 85%, rgb(187,205,178,0.5) 88%, transparent 88%),
        linear-gradient(180deg, transparent 85%, rgb(153,174,138,0.5) 85%, rgb(153,174,138,0.5) 88%, transparent 88%);
    opacity: 0.1;
    height: 100%;
}

.education-history-649 .review-space-025::before {
    background: linear-gradient(90deg, rgb(187,205,178,0.5) 0%, transparent 50%);
    border-radius: 21px;
    right: 0;
    content: "";
    z-index: -1;
    left: 0;
    transform: translateY(-50%);
    position: absolute;
    opacity: 0.3;
    filter: blur(40px);
    top: 50%;
    height: 90%;
    animation: horizontalBreathing 8s ease-in-out infinite alternate;
}

.education-history-649 .image-stack-746 {
    transform: scale(1);
    z-index: 2;
    filter: contrast(1.1) brightness(1.05);
    transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    border-radius: 21px 0 0 21px;
    height: 100%;
    grid-area: photo;
    position: relative;
}

.education-history-649 .name {
    padding-bottom: 10px;
    transform: translateX(0);
    align-self: end;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    font-size: 38px;
    font-weight: 700;
    color: #ffffff;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    margin-top: 80px;
    z-index: 3;
    grid-area: name;
}

.education-history-649 .review-space-025:hover .name::after {
    width: 60%;
}

.education-history-649 .review-space-025 span:not(.name) {
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
    z-index: 3;
    background: rgba(0, 0, 0, 0.2);
    color: rgb(153,174,138);
    padding: 0.6rem 1.2rem;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.05s;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    backdrop-filter: blur(5px);
    align-self: start;
    grid-area: job;
    transform: translateX(0);
    border-radius: 10px;
    position: relative;
}

.education-history-649 .review-space-025:hover .work-content-987 {
    transform: translateX(15px) translateY(-5px);
    box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.4);
}

.education-history-649 .container::after {
    right: -150px;
    height: 300px;
    background: radial-gradient(circle, rgb(153,174,138,0.5) 0%, transparent 70%);
    z-index: -1;
    opacity: 0.3;
    position: absolute;
    width: 300px;
    animation: pulseGlow 10s ease-in-out infinite alternate;
    filter: blur(70px);
    bottom: -150px;
    content: "";
}

.privacy-shield-367 .container {
    opacity: 0;
    position: relative;
    max-width: 1140px;
    margin: 0 auto;
    z-index: 1;
    animation: fadeIn 0.8s ease-out forwards;
}

.privacy-shield-367 h1 {
    animation: slideUp 0.7s ease-out forwards 0.2s;
    font-size: 39px;
    color: #000000;
    transform: translateY(10px);
    position: relative;
    opacity: 0;
    font-weight: 700;
    margin-bottom: 2rem;
    display: inline-block;
}

.privacy-shield-367 h2 {
    color: #000000;
    margin: 2.5rem 0 1.5rem;
    font-weight: 600;
    opacity: 0;
    padding-left: 1rem;
    animation: slideUp 0.7s ease-out forwards 0.3s;
    transform: translateY(10px);
    font-size: 33px;
    position: relative;
}

.privacy-shield-367 h3 {
    position: relative;
    margin: 2.2rem 0 1.2rem;
    font-weight: 600;
    transform: translateY(10px);
    padding-left: 0.8rem;
    animation: slideUp 0.7s ease-out forwards 0.4s;
    font-size: calc(33px * 0.85);
    color: #000000;
    opacity: 0;
}

.privacy-shield-367 h4 {
    font-weight: 600;
    position: relative;
    animation: slideUp 0.7s ease-out forwards 0.5s;
    font-size: calc(33px * 0.75);
    color: #000000;
    transform: translateY(10px);
    margin: 2rem 0 1rem;
    padding-left: 0.7rem;
    opacity: 0;
}

.privacy-shield-367 ul {
    margin-bottom: 2rem;
    max-width: 85ch;
    padding-left: 2rem;
    animation: fadeIn 0.8s ease-out forwards 0.6s;
    opacity: 0;
}

.privacy-shield-367 li {
    position: relative;
    line-height: 1.75;
    padding-left: 0.5rem;
    font-size: 15px;
    margin-bottom: 1rem;
    color: #000000;
}

.privacy-shield-367 strong {
    color: #000000;
    position: relative;
    display: inline-block;
    font-weight: 600;
}

.our-story-461 {
    color: #ffffff;
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}

.our-story-461::before {
    left: 0;
    height: 100%;
    top: 0;
    width: 100%;
    position: absolute;
    content: "";
    background: linear-gradient(135deg, rgb(187,205,178,0.5), rgba(0, 0, 0, 0.5) 80%);
    z-index: 1;
}

.our-story-461 .content-wrap-269 > div:first-child {
    position: relative;
    display: inline-block;
}

.our-story-461 .content-wrap-269 > div:first-child::after {
    position: absolute;
    width: 60px;
    height: 3px;
    transform-origin: left;
    content: "";
    left: 0;
    animation: lineGrow 0.6s 0.8s ease-out forwards;
    background: rgb(153,174,138);
    bottom: -10px;
    transform: scaleX(0);
}

.our-story-461 div p b {
    z-index: 1;
    font-weight: 700;
    position: relative;
    display: inline-block;
}

.our-story-461 div p b::before {
    content: "";
    left: -5px;
    transform: skewX(-15deg);
    position: absolute;
    background: rgb(187,205,178,0.5);
    width: calc(100% + 10px);
    bottom: 0;
    height: 8px;
    z-index: -1;
}

.our-story-461 ol li:hover {
    transform: translateX(0);
}

.our-story-461 ol li::before {
    top: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    height: 100%;
    content: "";
    transition: opacity 0.3s ease;
    width: 100%;
    z-index: -1;
    background: linear-gradient(90deg, rgb(187,205,178,0.5) 0%, transparent 100%);
}


@media (max-width: 768px) {::-webkit-scrollbar {
    width: 8px;
}::-webkit-scrollbar-thumb {
    background: rgb(153,174,138);
}
}



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


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



@media (max-width: 992px) {.program-assets-085 {
    padding: 80px 0;
}.program-assets-085 .container {
    gap: 40px;
    grid-template-columns: 1fr;
}.program-assets-085 .image-stack-746 {
    transform: perspective(1000px) rotateY(0) translateZ(0);
    max-height: 400px;
}.program-assets-085 .learning-creators-706 {
    transform: none;
}.program-assets-085 h1 {
    margin-bottom: 25px;
    font-size: calc(41px * 0.9);
}
}



@media (max-width: 768px) {.program-assets-085 {
    padding: 60px 0;
}.program-assets-085 .image-stack-746 {
    max-height: 320px;
}.program-assets-085 h1 {
    font-size: calc(41px * 0.8);
}.program-assets-085 li {
    margin-bottom: 15px;
    padding: 12px 15px;
}.program-assets-085 li p {
    font-size: calc(15px * 0.95);
}.program-assets-085 li svg {
    width: 20px;
    margin-right: 10px;
    height: 20px;
}
}



@media (max-width: 991px) {.tySpotlight-572 {
    padding: 80px 0 60px;
}.tySpotlight-572 h2 {
    font-size: calc(33px * 0.9);
    margin-bottom: 30px;
}.tySpotlight-572 .learning-creators-706 {
    padding: 30px;
}.tySpotlight-572 h2::after {
    width: 100px;
}
}



@media (max-width: 575px) {.tySpotlight-572 {
    padding: 50px 0 30px;
}.tySpotlight-572 h2 {
    margin-bottom: 20px;
    font-size: calc(33px * 0.7);
    line-height: 1.4;
}.tySpotlight-572 h2::after {
    height: 3px;
    width: 80px;
}.tySpotlight-572 .learning-creators-706 {
    transform: none;
    padding: 20px 15px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.07);
}.tySpotlight-572 .learning-creators-706:hover {
    transform: translateY(-3px);
}.tySpotlight-572 li {
    padding-left: 20px;
}.tySpotlight-572 li::before {
    width: 6px;
    top: 7px;
    height: 6px;
}.tySpotlight-572 span {
    font-size: calc(17px * 0.9);
    line-height: 1.6;
}.tySpotlight-572 .learning-creators-706::after {
    display: none;
}}



@media (max-width: 768px) {.footer-subscribe-267 {
    padding: 3.5rem 0 1.5rem;
}.footer-subscribe-267 .header-master-987 {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.footer-subscribe-267 .company_holder,
    .footer-subscribe-267 .top-learn-726 {
    padding: 1.5rem;
}.footer-subscribe-267 .company_holder h3,
    .footer-subscribe-267 .top-learn-726 h5 {
    margin-bottom: 1.25rem;
}.workshop-cta-761 {
    padding: 1.25rem 0;
    margin-top: 2rem;
}
}



@media screen and (max-width: 992px) {.reach-out-943 {
    padding: 80px 0;
}.support-request-604 {
    flex-direction: column;
}.support-request-604 .connect-panel-328 {
    width: 100%;
    clip-path: none;
}.support-request-604 .help-form-807 {
    clip-path: none;
    margin-left: 0;
    width: 100%;
}
}



@media screen and (max-width: 480px) {.reach-out-943 {
    padding: 40px 0;
}.support-request-604 .connect-panel-328,
    .support-request-604 .help-form-807 {
    padding: 30px 20px;
}.support-request-604 .connect-panel-328 h3,
    .support-request-604 .help-form-807 h4 {
    font-size: calc(20px - 2px);
}}



@media (max-width: 768px) {.quantitative-data-196 {
    padding: 3rem 0;
}.quantitative-data-196 ul {
    gap: 1rem;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
}.quantitative-data-196 .knowledge-statistics-081 {
    height: 130px;
    padding: 1rem;
}.quantitative-data-196 .knowledge-statistics-081 p {
    font-size: 2.25rem;
}.quantitative-data-196 h4 {
    margin-top: 2rem;
}
}



@media (max-width: 400px) {.quantitative-data-196 ul {
    grid-template-columns: 1fr;
}.quantitative-data-196 .knowledge-statistics-081 {
    height: auto;
    min-height: 100px;
}}



@media (min-width: 768px) {.program-information-823 {
    padding: 8rem 0;
}.program-information-823 h2 {
    font-size: calc(36px * 1.1);
    max-width: 70%;
    margin-bottom: 3.5rem;
}.program-information-823 .learn-challenge-904 {
    align-items: center;
    gap: 3rem;
    grid-template-columns: 1fr 1fr;
}.program-information-823 .image-stack-746 {
    height: 500px;
}.program-information-823 .content-wrap-269 {
    max-height: 500px;
    padding: 3rem;
    scrollbar-color: rgb(153,174,138,0.5) #ffffff;
    overflow-y: auto;
    scrollbar-width: thin;
}.program-information-823 .content-wrap-269::-webkit-scrollbar {
    width: 6px;
}.program-information-823 .content-wrap-269::-webkit-scrollbar-track {
    background: #ffffff;
}.program-information-823 .content-wrap-269::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background-color: rgb(153,174,138,0.5);
}
}



@media (min-width: 1200px) {.program-information-823 h2 {
    max-width: 50%;
    font-size: calc(36px * 1.3);
}.program-information-823 .learn-challenge-904 {
    gap: 5rem;
}.program-information-823 .image-stack-746 {
    transform: perspective(1000px) rotateY(-5deg) translateX(-30px);
    height: 600px;
}.program-information-823 .content-wrap-269 {
    padding: 4rem;
    margin-right: -3rem;
    max-height: 600px;
}.program-information-823 .description {
    font-size: calc(15px * 1.1);
    line-height: 2;
}
}



@media (min-width: 768px) {.opening-page-749 .main-title-896 {
    grid-template-columns: 0.4fr 0.6fr;
    gap: 3rem;
    align-items: center;
}.opening-page-749 .main-title-896 > div:first-child {
    margin-top: -2rem;
    padding: 2rem 2.5rem;
}.opening-page-749 .main-title-896 > div:first-child p {
    font-size: calc(13px * 1.2);
}.opening-page-749 .why-mission-938 > div {
    justify-content: center;
    min-height: 320px;
    flex-direction: column;
    padding: 4rem 3rem;
    display: flex;
}.opening-page-749 .why-mission-938 > div h3 {
    margin-bottom: 2.5rem;
    max-width: 80%;
    font-size: 24px;
}.opening-page-749 .why-mission-938 > div > div > div::before {
    height: 5px;
    width: 80px;
}
}



@media (hover: hover) {.opening-page-749 .why-mission-938 > div {
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}.opening-page-749 .why-mission-938 > div:hover {
    transform: translateY(-5px);
}.opening-page-749 .why-mission-938 > div:hover .title_style_header {
    transition: text-shadow 0.5s ease;
    text-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}.opening-page-749 .main-title-896 > div:first-child {
    transition: box-shadow 0.5s ease, transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}.opening-page-749 .main-title-896 > div:first-child:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}
}



@media (max-width: 767px) {header .nav-know-310 .top-learn-726 .main-edu-129 a {
    padding: 8px 12px;
    font-size: calc(16px - 2px);
}}


@media only screen and (max-width: 1200px) {.cookieUsagePromptBar-812 {
    padding: 20px;
}}


@media only screen and (max-width: 800px) {.learn-consent-437 {
    display: none;
}.cookie-disclaimer-694 {
    justify-content: center;
    flex-direction: column;
    align-items: center;
}.cookieUsagePromptBar-812 h5 {
    text-align: center;
}.cookieUsagePromptBar-812 p {
    text-align: center;
}.user-choices-651 {
    margin-bottom: 20px;
}body .wrapper-bundle-581 .visitor-controls-957 {
    margin-left: 0;
}}



@media (min-width: 992px) {.pricing-lineup-916 .promo-cost-478 {
    grid-template-columns: 2fr 1fr;
    gap: 40px;
}.pricing-lineup-916 .enroll-cost-859 {
    grid-column: 2;
    align-self: center;
    grid-row: 1;
    text-align: left;
}.pricing-lineup-916 .enroll-cost-859 h2 {
    display: inline-block;
}.pricing-lineup-916 .enroll-cost-859 h2::after {
    left: 0;
    transform: none;
}.pricing-lineup-916 .price-panel-287 {
    margin: 25px 0 0;
}.pricing-lineup-916 .pro-fees-390 {
    grid-column: 1;
    grid-template-columns: repeat(2, 1fr);
    grid-row: 1;
}
}



@media (max-width: 480px) {.pricing-lineup-916 {
    padding: 60px 0;
}.pricing-lineup-916 .payment-plans-918 {
    padding: 25px 20px;
}.pricing-lineup-916 .image-stack-746 {
    height: 180px;
}}



@media (max-width: 992px) {.education-history-649 .review-space-025 {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto;
    grid-template-areas:
            "image-stack-746"
            "name"
            "career-content-832"
            "work-content-987";
    gap: 20px;
}.education-history-649 .image-stack-746 {
    border-radius: 21px 21px 0 0;
    height: 350px;
}.education-history-649 .image-stack-746::before {
    height: 10px;
    width: 100%;
}.education-history-649 .name {
    margin-top: 0;
    text-align: center;
}.education-history-649 .name::after {
    left: 50%;
    transform: translateX(-50%);
}.education-history-649 .review-space-025:hover .name {
    transform: translateY(-5px);
}.education-history-649 .review-space-025 span:not(.name) {
    margin: 0 auto;
}.education-history-649 .review-space-025:hover span:not(.name) {
    transform: translateY(-5px);
}.education-history-649 .work-content-987 {
    width: 90%;
    border-top: 4px solid rgb(153,174,138);
    margin: 0 auto;
    border-left: none;
}.education-history-649 .review-space-025:hover .work-content-987 {
    transform: translateY(-5px);
}
}



@media (min-width: 1200px) {.privacy-shield-367 {
    padding: 8rem 5rem;
}.privacy-shield-367::before {
    background: 
            radial-gradient(circle at 5% 95%, rgb(153,174,138,0.5), transparent 40%),
            radial-gradient(circle at 95% 5%, rgb(187,205,178,0.5), transparent 45%);
}.privacy-shield-367 .container {
    padding: 0 4rem;
}.privacy-shield-367 h1 {
    font-size: calc(39px * 1.3);
}.privacy-shield-367 h1::after {
    height: 5px;
    width: 5.5rem;
    bottom: -0.7rem;
}.privacy-shield-367 ul {
    padding-left: 2.5rem;
}
}



@media (hover: hover) {.privacy-shield-367 li:hover::marker {
    color: rgb(153,174,138);
}.privacy-shield-367 strong:hover {
    color: rgb(187,205,178);
    transition: color 0.3s ease;
}
}



@media (prefers-reduced-motion: reduce) {.privacy-shield-367 .container,
    .privacy-shield-367 h1,
    .privacy-shield-367 h2,
    .privacy-shield-367 h3,
    .privacy-shield-367 h4,
    .privacy-shield-367 p,
    .privacy-shield-367 ul,
    .privacy-shield-367 span {
    animation: none;
    opacity: 1;
    transform: none;
}.privacy-shield-367 h1::after {
    transform: scaleX(1);
    animation: none;
}}



@media screen and (min-width: 992px) {.our-story-461 {
    padding: 180px 0;
}.our-story-461::after {
    height: 300px;
    opacity: 0.6;
    border: 2px solid rgb(153,174,138,0.5);
    right: -50px;
    position: absolute;
    content: "";
    top: -50px;
    z-index: 1;
    transform: rotate(15deg);
    width: 300px;
    border-radius: 10px;
}.our-story-461 .content-wrap-269 {
    gap: 60px;
    grid-template-columns: 1fr 3fr;
}.our-story-461 ol li {
    background: linear-gradient(to right, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.05));
    column-count: 3;
    column-gap: 50px;
    font-size: calc(13px * 1.05);
    padding: 50px;
}
}



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



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



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



@keyframes floating {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-20px) scale(1.05);
    }
}



@keyframes glowPulse {
    0%, 100% {
        opacity: 0.8;
        box-shadow: 0 0 10px rgb(153,174,138,0.5);
    }
    50% {
        opacity: 1;
        box-shadow: 0 0 20px rgb(153,174,138);
    }
}



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



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



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



@keyframes slideRight {
  from {
    transform: translateX(-1rem);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}



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



@keyframes horizontalBreathing {
    0%, 100% {
        opacity: 0.2;
        transform: translateY(-50%) scaleX(0.9);
    }
    50% {
        opacity: 0.4;
        transform: translateY(-50%) scaleX(1.1);
    }
}



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



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



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

