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

.fund-cta-31 {
    flex: 0 0 auto;
}

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

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

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

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

header .head-sitewrap-42 {
    justify-content: space-between;
    display: flex;
    position: relative;
    z-index: 2;
    padding: 1.2rem 2rem;
    align-items: center;
}

header .header-main-56 {
    max-width: 180px;
    margin-right: 2rem;
    flex: 0 0 auto;
    position: relative;
}

header .header-wrap-96 {
    position: relative;
    display: block;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

header .header-wrap-96 img {
    filter: brightness(1.03);
    height: auto;
    max-width: 100%;
    display: block;
}

header .header-wrap-96:hover::before {
    opacity: 0.7;
    transform: scaleX(1);
}

header .header-start-32 {
    margin: 0;
    display: flex;
    position: relative;
    list-style: none;
    flex-wrap: nowrap;
    padding: 0;
}

header .main-learn-40 {
    margin: 0;
    position: relative;
}

header .main-learn-40 a {
    position: relative;
    font-size: 12px;
    padding: 1rem 1.2rem;
    color: #000000;
    text-decoration: none;
    display: block;
    font-weight: 600;
    transition: all 0.3s ease;
    overflow: hidden;
}

header .main-learn-40 a:hover {
    color: rgb(180,206,197);
}

header .main-learn-40 a:hover::before {
    transform: translateX(0);
}

header .main-learn-40 a::after {
    border-radius: 10px;
    position: absolute;
    height: 100%;
    content: '';
    background: rgb(180,206,197,0.5);
    left: 0;
    z-index: -1;
    transform: scale(0.8);
    top: 0;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
}

header .head-sitewrap-42::after {
    height: 100%;
    z-index: -1;
    content: '';
    top: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(217,230,225), transparent);
    left: 0;
    width: 30%;
}

.take-a-spin-24::before {
    position: absolute;
    transform: perspective(500px) rotateX(60deg);
    z-index: -1;
    background-image: 
        linear-gradient(0deg, #ffffff 1px, transparent 1px),
        linear-gradient(90deg, #ffffff 1px, transparent 1px);
    left: 0;
    content: '';
    transform-origin: center top;
    width: 100%;
    animation: gridMove 20s linear infinite;
    opacity: 0.05;
    background-size: 30px 30px;
    height: 100%;
    top: 0;
}

.take-a-spin-24 .smart-guide-86 {
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    align-items: center;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    z-index: 2;
    margin: 0 auto;
    padding: 50px;
    flex-direction: column;
    background: rgba(255, 255, 255, 0.05);
    display: flex;
    max-width: 1000px;
    border-radius: 15px;
    justify-content: center;
    position: relative;
}

.take-a-spin-24 .smart-guide-86::after {
    content: '';
    animation: pulseRadial 10s ease-in-out infinite;
    position: absolute;
    width: 200%;
    top: -50%;
    background: radial-gradient(
        circle at 50% 50%,
        rgba(255, 255, 255, 0.2) 0%,
        transparent 60%
    );
    height: 200%;
    opacity: 0.1;
    left: -50%;
    z-index: -1;
}

.take-a-spin-24 h3::after {
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.5), 
        transparent);
    bottom: -20px;
    left: 50%;
    height: 1px;
    content: '';
    width: 100px;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
    position: absolute;
    transform: translateX(-50%);
}

.take-a-spin-24 .get-contactblock-10::before {
    background-image: 
        linear-gradient(45deg, rgba(0, 0, 0, 0.05) 25%, transparent 25%), 
        linear-gradient(-45deg, rgba(0, 0, 0, 0.05) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgba(0, 0, 0, 0.05) 75%),
        linear-gradient(-45deg, transparent 75%, rgba(0, 0, 0, 0.05) 75%);
    transition: opacity 0.4s ease;
    opacity: 0;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    position: absolute;
    background-size: 10px 10px;
}

.take-a-spin-24 .get-contactblock-10:hover {
    color: #ffffff;
    background: linear-gradient(45deg, rgb(180,206,197), rgb(140,178,160));
    transform: translateY(-5px);
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.2),
        0 0 20px rgba(255, 255, 255, 0.3);
}

.take-a-spin-24 .get-contactblock-10:hover::before {
    opacity: 0.5;
}

.our-story-28 {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
    background: rgb(217,230,225);
}

.our-story-28::after {
    background: radial-gradient(circle at 70% 30%, rgb(140,178,160,0.5) 0%, transparent 60%);
    animation: pulse 15s infinite alternate;
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    top: 0;
    z-index: 2;
}

.our-story-28 .smart-guide-86::before {
    top: 80px;
    width: 2px;
    background: linear-gradient(to bottom, transparent, rgb(180,206,197), transparent);
    content: "";
    position: absolute;
    height: 85%;
    z-index: -1;
    transform: translateX(-50%);
    left: 50%;
}

.our-story-28 h3::after {
    content: "";
    height: 3px;
    left: 50%;
    border-radius: 10px;
    transform: translateX(-50%);
    width: 80px;
    position: absolute;
    background: rgb(180,206,197);
    bottom: -15px;
}

.our-story-28 .edu-commit-47::before {
    top: -100px;
    content: "";
    right: -100px;
    position: absolute;
    animation: float 8s infinite ease-in-out;
    height: 200px;
    border-radius: 50%;
    width: 200px;
    background: radial-gradient(circle, rgb(180,206,197,0.5) 0%, transparent 70%);
}

.our-story-28 .edu-commit-47:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}

.our-story-28 .edu-commit-47 span::before {
    position: absolute;
    background: rgb(180,206,197);
    content: "";
    width: 5px;
    height: 100%;
    left: 0;
    border-radius: 10px;
    top: 0;
}

.our-story-28 .edu-commit-47 .img-placeholder-86 {
    position: relative;
    border-radius: 17px;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    grid-column: 2 / 3;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    grid-row: 1 / 3;
    overflow: hidden;
    height: 350px;
}

.our-story-28 .edu-commit-47 .img-placeholder-86:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    transform: scale(1.02);
}

.our-story-28 .corp-values-75 {
    backdrop-filter: blur(10px);
    display: grid;
    overflow: hidden;
    grid-template-columns: 1fr 1fr;
    padding: 40px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    align-items: center;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 17px;
    border-right: 3px solid rgb(140,178,160);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    gap: 40px;
}

.our-story-28 .corp-values-75 p {
    grid-row: 1 / 2;
    position: relative;
    line-height: 1.8;
    font-size: 13px;
    grid-column: 2 / 3;
    color: #000000;
}

.our-story-28 .corp-values-75 .pedagogy-way-21::before {
    position: absolute;
    content: "";
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, transparent 60%);
    height: 100%;
    z-index: 1;
    width: 100%;
}

.our-story-28 .corp-values-75 .pedagogy-way-21:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    transform: scale(1.02);
}

.training-specialist-29 {
    position: relative;
    perspective: 1000px;
    padding: 80px 0;
    background-color: rgb(217,230,225);
    overflow: hidden;
}

.training-specialist-29 .container {
    z-index: 1;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
}

.training-specialist-29 .learner-review-01 {
    padding: 40px;
    grid-template-columns: 1fr;
    transform: perspective(1000px) rotateY(-2deg);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.08),
        0 5px 15px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(0, 0, 0, 0.02);
    display: grid;
    transform-style: preserve-3d;
    gap: 30px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    border-left: 4px solid rgb(180,206,197);
    background-color: rgba(255, 255, 255, 0.95);
}

.training-specialist-29 .learner-review-01:hover > div:first-child {
    transform: translateZ(40px) translateY(-5px);
}

.training-specialist-29 .learner-review-01 .img-placeholder-86 {
    width: 100%;
    height: 100%;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.training-specialist-29 .learner-review-01 > div:nth-child(2)::before {
    position: absolute;
    content: "";
    height: 100%;
    top: 0;
    transform: scaleY(0);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform-origin: top;
    background: linear-gradient(
        to bottom,
        rgb(180,206,197) 0%,
        rgb(140,178,160) 100%
    );
    left: 0;
    width: 3px;
}

.training-specialist-29 .learner-review-01:hover .name::after {
    width: 100%;
}

.training-specialist-29 .learner-review-01 > div:nth-child(2) > div {
    font-weight: 600;
    letter-spacing: 0.5px;
    font-size: calc(12px - 2px);
    color: rgb(140,178,160);
    opacity: 0.9;
    margin-top: 5px;
}

.training-specialist-29 .learner-review-01:hover > div:nth-child(3) {
    transform: translateZ(15px);
}

.training-specialist-29 .career-tasks-95::before {
    top: 10px;
    left: 5px;
    content: "";
    line-height: 1;
    opacity: 0.4;
    color: rgb(180,206,197,0.5);
    position: absolute;
    font-size: calc(48px * 1.5);
}

footer {
    width: 100%;
    position: relative;
}

footer .fund-cta-31 {
    padding: 100px 0 30px;
    position: relative;
    background-color: rgb(217,230,225);
    color: #000000;
    font-family: Arial, sans-serif;
}

footer .facebook-cta-37 {
    position: relative;
    z-index: 1;
}

footer .support-request-45 {
    background-color: #ffffff;
    z-index: 3;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    display: flex;
    width: 85%;
    justify-content: space-between;
    margin: auto;
    padding: 25px;
    flex-wrap: wrap;
    border-radius: 17px;
    gap: 15px;
}

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

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

footer .info_item p,
footer .info_item a {
    transition: all 0.3s ease;
    text-decoration: none;
    color: #000000;
    font-size: 15px;
}

footer .header-main-56, footer .header-start-32, footer .subscribe_holder {
    padding: 30px;
    transform-origin: center center;
    transform-style: preserve-3d;
    position: relative;
    border-radius: 17px;
    transition: all 0.5s ease;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
}

footer .header-main-56 {
    background-color: #ffffff;
    z-index: 2;
    transform: translateZ(0) scale(1);
}

footer .subscribe_holder:hover {
    transform: translateZ(10px) scale(0.98);
}

footer .header-main-56::after, footer .header-start-32::after, footer .subscribe_holder::after {
    transition: opacity 0.3s ease;
    border-radius: 17px;
    width: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
    z-index: -1;
    content: "";
    top: 0;
    height: 100%;
    opacity: 0;
    position: absolute;
    left: 0;
}

footer .header-start-32 h5 {
    font-weight: 600;
    font-size: 19px;
    color: #ffffff;
    display: inline-block;
    margin-bottom: 20px;
    position: relative;
}

footer .header-start-32 h5:hover::after {
    width: 100%;
}

footer .header-pagewrap-04 {
    display: grid;
    margin-bottom: 20px;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    gap: 15px;
}

footer .header-pagewrap-04 a::before {
    height: 1px;
    content: "";
    background-color: rgb(180,206,197);
    left: 0;
    width: 0;
    bottom: 0;
    position: absolute;
    transition: width 0.3s ease;
}

footer .header-pagewrap-04 a:hover::before {
    width: 100%;
}

footer .subscribe_holder p {
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 25px;
    font-size: 15px;
    line-height: 1.6;
}

footer .input_holder input[type="email"] {
    transition: all 0.3s ease;
    color: #ffffff;
    font-size: 15px;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 14px 16px;
    border-radius: 10px;
    border: none;
}

footer .updates-list-10 {
    padding: 14px 20px;
    transition: all 0.3s ease;
    border: none;
    background-color: #ffffff;
    font-size: 18px;
    border-radius: 10px;
    font-weight: 600;
    cursor: pointer;
    text-align: center;
    color: rgb(180,206,197);
}

footer .reg-remind-09 {
    padding: 8px 20px;
    border-radius: 30px;
    background-color: #ffffff;
    font-size: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    display: inline-block;
    color: #000000;
}

.secure-enclave-27 h1 {
    text-shadow: 0 0 10px rgb(180,206,197,0.5);
    color: #ffffff;
    text-align: center;
    font-weight: 700;
    margin-bottom: 1.5em;
    font-size: 46px;
}

.secure-enclave-27 h3,
.secure-enclave-27 h4,
.secure-enclave-27 h5,
.secure-enclave-27 h6 {
    margin-bottom: 0.75em;
    color: #ffffff;
}

.secure-enclave-27 h3 {
    font-weight: 400;
    font-size: calc(20px - 0.2em);
}

.secure-enclave-27 h6 {
    font-weight: 300;
    font-size: 22px;
}

.secure-enclave-27 ol {
    list-style-type: decimal;
}

.secure-enclave-27 li {
    font-size: 15px;
    color: #ffffff;
    margin-bottom: 0.75em;
}

.secure-enclave-27 span {
    color: rgb(180,206,197);
    font-weight: 600;
}


.secure-enclave-27 h1::after {
    width: 80px;
    background-color: rgb(180,206,197);
    display: block;
    margin: 0.5em auto 0;
    box-shadow: 0 0 10px rgb(180,206,197,0.5);
    border-radius: 10px;
    height: 4px;
    content: "";
}

.secure-enclave-27 ul li::before,
.secure-enclave-27 ol li::before {
    background-color: rgb(180,206,197);
    content: "";
    height: 8px;
    border-radius: 50%;
    box-shadow: 0 0 5px rgb(180,206,197,0.5);
    display: inline-block;
    margin-right: 0.5em;
    width: 8px;
}

.id-thankbar-93 {
    position: relative;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(217,230,225) 0%, rgb(140,178,160,0.5) 100%);
    overflow: hidden;
}

.id-thankbar-93::before {
    opacity: 0.1;
    content: "";
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    background: repeating-linear-gradient(
        45deg,
        rgb(180,206,197,0.5) 0px,
        rgb(180,206,197,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    z-index: 1;
    transform: perspective(1000px) rotateX(5deg);
    width: 100%;
}

.id-thankbar-93 h2 {
    margin-bottom: 40px;
    line-height: 1.3;
    position: relative;
    font-size: 32px;
    color: #000000;
    text-shadow: 0 1px 2px rgba(0,0,0,0.1);
    transform: translateZ(20px);
    font-weight: 700;
}

.id-thankbar-93 .smart-guide-86 {
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.1),
        0 5px 15px rgba(0,0,0,0.05);
    transform: perspective(1000px) rotateY(-2deg);
    background: #ffffff;
    border-radius: 8px;
    padding: 40px;
    position: relative;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    overflow: hidden;
}

.id-thankbar-93 .smart-guide-86:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(10px);
}

.id-thankbar-93 li {
    padding-left: 25px;
    position: relative;
}

.id-thankbar-93 span {
    font-size: 18px;
    color: #000000;
    position: relative;
    font-family: Arial, sans-serif;
    display: block;
    z-index: 2;
    line-height: 1.7;
}

.course-program-description-34 {
    min-height: 100vh;
    position: relative;
    display: grid;
    overflow: hidden;
    grid-template-columns: 1fr 1fr;
    background: rgb(140,178,160);
}

.course-program-description-34 {
    grid-template-rows: 40vh 1fr;
    grid-template-columns: 1fr;
}

.course-program-description-34 {
    grid-template-rows: 30vh 1fr;
}

.course-program-description-34 .skill-academy-06 {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 400%;
    animation: verticalScroll 25s ease-in-out infinite alternate;
}

.course-program-description-34 .skill-academy-06 {
    width: 400%;
    height: 100%;
    flex-direction: row;
    animation: horizontalScroll 25s ease-in-out infinite alternate;
}

.course-program-description-34 .skill-academy-06 {
    width: 300%;
    animation-duration: 20s;
}

.course-program-description-34 .learn-path-35::after {
    background: linear-gradient(to right, #000000 0%, transparent 50%);
    position: absolute;
    z-index: 1;
    content: "";
    inset: 0;
}

.course-program-description-34 .learn-path-35::after {
    background: linear-gradient(to bottom, #000000 0%, transparent 50%);
}



.course-program-description-34 .container {
    height: 100%;
    display: flex;
    grid-column: 1;
    align-items: center;
    z-index: 5;
    position: relative;
}

.course-program-description-34 .container {
    padding: 3rem 0;
    grid-column: auto;
    grid-row: 2;
}

.course-program-description-34 .lesson-plan-36::before {
    transition: width 0.6s ease;
    position: absolute;
    height: 100%;
    background: rgb(180,206,197,0.5);
    z-index: -1;
    content: "";
    left: 0;
    top: 0;
    width: 0;
}

.course-program-description-34 .lesson-plan-36::after {
    width: 40px;
    height: 40px;
    transform: translateY(-50%) rotate(45deg);
    top: 50%;
    left: -20px;
    position: absolute;
    background: rgb(180,206,197);
    content: "";
}

.course-program-description-34 .lesson-plan-36::after {
    height: 20px;
    left: -10px;
    width: 20px;
}

.course-program-description-34 .lesson-plan-36 p {
    line-height: 1.8;
    color: #ffffff;
    border-left: 2px solid rgb(140,178,160);
    margin-bottom: 2.5rem;
    position: relative;
    font-size: 18px;
    padding-left: 1rem;
}

.course-program-description-34 .lesson-plan-36 p {
    padding-left: 0.5rem;
    font-size: calc(18px * 0.9);
}

.course-program-description-34 .lesson-plan-36 .support-section-73::before {
    background: rgb(180,206,197);
    transition: width 0.3s ease;
    z-index: -1;
    position: absolute;
    top: 0;
    width: 0;
    left: 0;
    height: 100%;
    content: "";
}

.course-program-description-34 .lesson-plan-36 .support-section-73:hover {
    color: #000000;
}

.course-program-description-34 .lesson-plan-36 .support-section-73:hover::before {
    width: 100%;
}

.welcome-section-78 .main-front-69 {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    position: relative;
    min-height: 85vh;
    height: 100%;
    width: 100%;
}

.welcome-section-78 .main-front-69::after {
    z-index: 0;
    border-radius: 40% 60% 60% 40% / 70% 30% 70% 30%;
    width: 30%;
    top: -5%;
    background: rgb(180,206,197);
    content: "";
    animation: float 15s ease-in-out infinite;
    opacity: 0.15;
    position: absolute;
    transform-origin: center center;
    height: 40%;
    right: -5%;
}

.welcome-section-78 .learning-corner-50::before {
    top: 50%;
    transform: translateY(-50%);
    content: "";
    left: -20px;
    width: 4px;
    height: 85%;
    position: absolute;
    background: linear-gradient(to bottom, rgb(140,178,160), transparent);
}

.welcome-section-78 .learning-corner-50 > div:nth-child(1) {
    animation: slideIn 0.7s cubic-bezier(0.17, 0.67, 0.83, 0.67) forwards;
    transform: translateX(-30px);
}

.welcome-section-78 .learning-corner-50 > div:nth-child(3) {
    transform: translateX(-30px);
    animation: slideIn 0.7s cubic-bezier(0.17, 0.67, 0.83, 0.67) 0.4s forwards;
}

.welcome-section-78 p:hover {
    transform: perspective(1000px) rotateX(5deg);
}

.welcome-section-78 .title_style_header {
    font-size: calc(40px * 1.1);
    margin: 0;
    display: inline-block;
    letter-spacing: -0.02em;
    background: linear-gradient(135deg, #ffffff 30%, rgb(140,178,160) 100%);
    line-height: 1.2;
    -webkit-text-fill-color: transparent;
    background-clip: text !important;
    transform: scale(1);
    transition: transform 0.3s ease-out;
    font-weight: 700;
    -webkit-background-clip: text !important;
    position: relative;
    transform-origin: left center;
}

.welcome-section-78 h3 {
    max-width: 90%;
    background: linear-gradient(90deg, rgba(255,255,255,0.1), transparent);
    padding: 1rem;
    border-radius: 10px;
    line-height: 1.5;
    font-weight: 600;
    position: relative;
    color: #ffffff;
    font-size: calc(22px + 0.1rem);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    backdrop-filter: blur(3px);
    margin: 0;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.audience-profile-72::after {
    position: absolute;
    height: 100%;
    background-size: 50px 50px, 100px 100px;
    content: "";
    top: 0;
    z-index: -1;
    background-position: 0 0, 25px 25px;
    left: 0;
    width: 100%;
    opacity: 0.5;
    background-image: 
        radial-gradient(rgba(rgb(180,206,197,0.5), 0.15) 2px, transparent 2px),
        radial-gradient(rgba(rgb(140,178,160,0.5), 0.1) 2px, transparent 2px);
}

.audience-profile-72 h3 {
    color: rgb(140,178,160);
    font-weight: 700;
    position: relative;
    text-align: left;
    font-size: 37px;
    margin-bottom: 3rem;
    padding-left: 2rem;
}

.audience-profile-72 ul {
    grid-template-columns: repeat(2, 1fr);
    list-style: none;
    gap: 2rem 1.5rem;
    margin: 0;
    position: relative;
    padding: 0;
    display: grid;
}

.audience-profile-72 li {
    border-radius: 20px;
    transition: all 0.3s ease;
    box-shadow: 
        0 5px 15px rgba(0, 0, 0, 0.05),
        inset 0 0 0 1px rgba(rgb(140,178,160,0.5), 0.1);
    display: flex;
    background: rgba(rgb(140,178,160,0.5), 0.03);
    position: relative;
    align-items: flex-start;
    padding: 1.5rem;
}

.audience-profile-72 li {
    font-size: 17px;
    color: #000000;
    font-weight: 400;
    line-height: 1.5;
}

.audience-profile-72 li::after {
    background: radial-gradient(
        circle,
        rgba(rgb(180,206,197,0.5), 0.15) 0%,
        transparent 70%
    );
    left: -10px;
    position: absolute;
    border-radius: 50%;
    z-index: -1;
    width: 40px;
    content: "";
    top: -10px;
    height: 40px;
}

.audience-profile-72 li:hover::before {
    opacity: 1;
}

.audience-profile-72 li:nth-child(odd)::after {
    right: -10px;
    animation: pulseEven 3s infinite alternate ease-in-out;
    left: auto;
}

.audience-profile-72 li svg::after {
    width: 100%;
    background: radial-gradient(
        circle,
        rgba(rgb(180,206,197,0.5), 0.3) 0%,
        transparent 70%
    );
    content: "";
    border-radius: 50%;
    height: 100%;
    position: absolute;
    z-index: -1;
}

.audience-profile-72 li:hover svg {
    animation: pulse 2s infinite;
    transform: scale(1.1);
}

.contact-information-61::before {
    top: 0;
    left: 0;
    background: rgb(217,230,225);
    content: '';
    width: 100%;
    position: absolute;
    height: 100%;
    opacity: 0.85;
}

.contact-information-61 .help-query-27 {
    background: #ffffff;
    overflow: hidden;
    grid-row: 1 / 2;
    border-radius: 30px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    grid-column: 3 / 11;
    position: relative;
    margin-top: 80px;
    z-index: 10;
}

.contact-information-61 .help-query-27 div {
    flex-direction: column;
    display: flex;
    text-align: center;
    padding: 20px;
    align-items: center;
}

.contact-information-61 .help-query-27 svg path {
    fill: rgb(180,206,197);
}

.contact-information-61 .help-query-27 a {
    text-decoration: none;
    color: rgb(180,206,197);
    transition: color 0.3s ease;
}

.contact-information-61 .connect-support-50 {
    background: rgb(180,206,197);
    grid-row: 2 / 4;
    grid-column: 1 / 13;
    margin-top: -100px;
    padding: 170px 0 100px;
}

.contact-information-61 form h3 {
    position: relative;
    font-weight: 700;
    color: #000000;
    margin-bottom: 40px;
    font-size: 32px;
    text-align: center;
}

.contact-information-61 form input[type="text"],
.contact-information-61 form input[type="email"] {
    background: #ffffff;
    margin-bottom: 25px;
    border: 1px solid rgb(217,230,225);
    transition: all 0.3s ease;
    width: 100%;
    color: #000000;
    border-radius: 10px;
    padding: 18px 20px;
    font-size: 17px;
}

.contact-information-61 .message-reach-31 {
    display: flex;
    align-items: flex-start;
    margin: 25px 0;
}

.contact-information-61 .message-reach-31 input[type="checkbox"]:checked {
    border-color: rgb(180,206,197);
    background-color: rgb(180,206,197);
}

.contact-information-61 .message-reach-31 input[type="checkbox"]:checked::before {
    width: 6px;
    height: 10px;
    border: solid #ffffff;
    content: '';
    position: absolute;
    top: 4px;
    transform: rotate(45deg);
    border-width: 0 2px 2px 0;
    left: 7px;
}

.contact-information-61 .message-reach-31 a:hover {
    color: rgb(140,178,160);
}

.contact-information-61 .support-section-73 {
    font-weight: 700;
    font-size: 20px;
    transition: all 0.3s ease;
    border-radius: 10px;
    padding: 18px 20px;
    color: #ffffff;
    width: 100%;
    border: none;
    cursor: pointer;
    background: rgb(180,206,197);
}

.cookies-terms-73 {
    align-items: center;
    display: flex;
    flex-direction: column;
    z-index: 1;
}

.cookie-expand-54 {
    animation: bounce 2s infinite;
    margin-bottom: 20px;
}

.cookie-expand-54 svg, .cookie-expand-54 svg path, .cookie-expand-54 img {
    height: 80px;
    fill: rgb(180,206,197);
    width: 80px;
}


.windowPrivacySettings-80 h5 {
    margin-bottom: 10px;
    color: rgb(180,206,197);
    font-weight: 700;
    font-size: 19px;
}

.cookie-frame-97 {
    padding: 10px 20px;
    font-size: 19px;
    width: calc(50% - 10px);
    margin: 5px;
    transition: background 0.3s ease-in-out, transform 0.2s ease-in-out;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    background: rgb(180,206,197);
    text-decoration: none;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    display: inline-block;
}


#consentPopupDialog-91 {
    display: none;
}

#consentPopupDialog-91:checked ~ .windowPrivacySettings-80 {
    visibility: hidden;
    opacity: 0;
}


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



@media (max-width: 991px) {header .head-sitewrap-42 {
    justify-content: space-between;
    padding: 1rem;
    flex-direction: row;
    flex-wrap: wrap;
}header .header-main-56 {
    margin-bottom: 0;
    margin-right: 0;
}header .header-start-32 {
    padding-top: 1rem;
    justify-content: flex-end;
    flex-basis: 100%;
    flex-wrap: wrap;
    margin-top: 0;
}header .main-learn-40 {
    margin-bottom: 0.5rem;
}header .main-learn-40 a {
    font-size: calc(12px - 1px);
    padding: 0.7rem 1rem;
}
}



@media screen and (max-width: 992px) {.take-a-spin-24 {
    padding: 100px 0;
}.take-a-spin-24 .smart-guide-86 {
    max-width: 90%;
    padding: 40px;
}.take-a-spin-24 h3 {
    font-size: calc(29px * 0.9);
    margin-bottom: 50px;
}.take-a-spin-24 h3::before {
    top: -70px;
    height: 50px;
    width: 50px;
}.take-a-spin-24 h3::after {
    width: 80px;
}.take-a-spin-24 .get-contactblock-10 {
    font-size: calc(19px * 0.95);
    padding: 14px 40px;
}
}



@media screen and (max-width: 576px) {.take-a-spin-24 {
    padding: 60px 0;
}.take-a-spin-24 .smart-guide-86 {
    padding: 25px 20px;
}.take-a-spin-24 h3 {
    letter-spacing: 1.5px;
    font-size: calc(29px * 0.7);
    margin-bottom: 40px;
}.take-a-spin-24 h3::before {
    width: 30px;
    height: 30px;
    top: -50px;
}.take-a-spin-24 h3::after {
    width: 60px;
    bottom: -12px;
}.take-a-spin-24 .get-contactblock-10 {
    font-size: calc(19px * 0.85);
    letter-spacing: 1px;
    padding: 10px 30px;
}}



@media (max-width: 768px) {.our-story-28 {
    padding: 60px 0;
}.our-story-28 h3 {
    font-size: calc(31px * 0.9);
}.our-story-28 .smart-guide-86 {
    gap: 40px;
}.our-story-28 .smart-guide-86::before {
    display: none;
}.our-story-28 .edu-commit-47,
    .our-story-28 .corp-values-75 {
    padding: 30px;
}.our-story-28 .edu-commit-47 span {
    font-size: calc(18px * 0.9);
}.our-story-28 .edu-commit-47 .img-placeholder-86,
    .our-story-28 .corp-values-75 .pedagogy-way-21 {
    height: 250px;
}
}



@media (max-width: 576px) {.our-story-28 {
    padding: 40px 0;
}.our-story-28 h3 {
    margin-bottom: 30px;
    font-size: calc(31px * 0.8);
}.our-story-28 .edu-commit-47,
    .our-story-28 .corp-values-75 {
    padding: 20px;
    gap: 20px;
}.our-story-28 .edu-commit-47 span {
    margin-bottom: 15px;
}.our-story-28 .edu-commit-47 .img-placeholder-86,
    .our-story-28 .corp-values-75 .pedagogy-way-21 {
    height: 200px;
}}



@media screen and (min-width: 992px) {.training-specialist-29 {
    padding: 120px 0;
}.training-specialist-29 .learner-review-01 {
    grid-template-columns: 380px 1fr;
    padding: 60px;
    gap: 40px;
    transform: perspective(1200px) rotateY(-3deg);
}.training-specialist-29 .name {
    font-size: calc(22px + 2px);
}.training-specialist-29 .learner-review-01 > div:nth-child(2) > div {
    font-size: 12px;
}.training-specialist-29 .career-tasks-95 {
    line-height: 1.9;
    padding: 30px 25px 30px 45px;
}.training-specialist-29 .career-tasks-95::before {
    font-size: calc(48px * 2);
}
}



@media (prefers-reduced-motion) {.training-specialist-29 .learner-review-01,
    .training-specialist-29 .learner-review-01 > div,
    .training-specialist-29 .name::after,
    .training-specialist-29 .img-placeholder-86 {
    transition: none !important;
    transform: none !important;
}}



@media (max-width: 991px) {footer .support-request-45 {
    padding: 20px;
    width: 90%;
}footer .text_main_holder {
    margin-top: 80px;
}
}



@media (max-width: 767px) {footer .fund-cta-31 {
    padding: 80px 0 30px;
}footer .support-request-45 {
    padding: 15px;
    width: 95%;
}footer .info_item {
    flex: 1 1 100%;
}footer .header-main-56, footer .header-start-32, footer .subscribe_holder {
    padding: 25px 20px;
    margin-right: 0;
    margin-left: 0;
}footer .header-start-32, footer .subscribe_holder {
    margin-top: -10px;
}footer .edu-global-65 {
    margin-top: 40px;
}
}


@media only screen and (max-width: 800px) {.secure-enclave-27 {
    border-radius: 10px;
    padding: 1em;
}.secure-enclave-27 h1 {
    font-size: calc(20px - 0.5em);
}.secure-enclave-27 h2 {
    font-size: calc(20px - 0.4em);
}.secure-enclave-27 p,
    .secure-enclave-27 li {
    font-size: calc(15px - 0.2em);
}}



@media (max-width: 768px) {.id-thankbar-93 {
    padding: 70px 0;
}.id-thankbar-93 h2 {
    font-size: calc(32px * 0.8);
    margin-bottom: 30px;
}.id-thankbar-93 h2::after {
    width: 60px;
}.id-thankbar-93 .smart-guide-86 {
    padding: 25px;
    transform: perspective(1000px) rotateY(-1deg);
}.id-thankbar-93 span {
    font-size: calc(18px * 0.95);
}
}



@media screen and (max-width: 1200px) {.course-program-description-34 .lesson-plan-36 h3 {
    font-size: calc(40px * 0.85);
}.course-program-description-34 .smart-guide-86 {
    padding-left: 5%;
    padding-right: 0;
}
}



@media (hover: hover) {.welcome-section-78 .learning-corner-50:hover > div:nth-child(1) {
    transform: translateY(-5px);
}.welcome-section-78 .learning-corner-50:hover > div:nth-child(2) {
    transform: translateY(-5px);
    transition-delay: 0.1s;
}.welcome-section-78 .learning-corner-50:hover > div:nth-child(3) {
    transform: translateY(-5px);
    transition-delay: 0.2s;
}.welcome-section-78 .learning-corner-50:hover .title_style_header::after {
    transform: scaleX(1.5);
}
}



@media (max-width: 768px) {.welcome-section-78 {
    min-height: 70vh;
}.welcome-section-78 .main-front-69 {
    min-height: 70vh;
    align-items: center;
}.welcome-section-78 .learning-corner-50 {
    margin-left: 0;
    max-width: 90%;
    margin: 0 auto;
    padding: 1.5rem;
    gap: 1rem;
}.welcome-section-78 .learning-corner-50::before {
    left: -10px;
    height: 70%;
}.welcome-section-78 .title_style_header {
    font-size: calc(37px * 1.1);
}.welcome-section-78 p {
    font-size: 18px;
}.welcome-section-78 h3 {
    padding: 0.75rem;
    font-size: calc(22px + 0.1rem);
    max-width: 100%;
}
}



@media (prefers-reduced-motion) {.welcome-section-78 .main-front-69::after {
    animation: none;
}.welcome-section-78 .learning-corner-50 > div {
    opacity: 1;
    transform: translateX(0);
    animation: none;
}}



@media (max-width: 768px) {.audience-profile-72 {
    padding: 3.5rem 0;
}.audience-profile-72 .smart-guide-86 {
    padding: 0 1.5rem;
}.audience-profile-72 h3 {
    padding-left: 0;
    text-align: center;
    margin-bottom: 2rem;
    font-size: calc(37px * 0.8);
}.audience-profile-72 h3::before {
    width: 80px;
    left: 50%;
    transform: translateX(-50%);
    height: 4px;
    bottom: -12px;
    top: auto;
}.audience-profile-72 ul {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.audience-profile-72 ul::before {
    display: none;
}
}



@media (max-width: 992px) {.contact-information-61 .help-query-27 {
    grid-column: 1 / 13;
    margin: 60px 20px 0;
}.contact-information-61 form {
    padding: 50px 40px;
    width: 80%;
}
}



@media (max-width: 576px) {.contact-information-61 .help-query-27 {
    margin: 40px 15px 0;
}.contact-information-61 .help-query-27 h3 {
    padding: 25px 20px;
    font-size: calc(32px * 0.85);
}.contact-information-61 .connect-support-50 {
    padding: 130px 15px 60px;
}.contact-information-61 form {
    padding: 30px 20px;
}.contact-information-61 form input[type="text"],
    .contact-information-61 form input[type="email"] {
    padding: 15px;
    margin-bottom: 20px;
}}



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



@keyframes gridGlow {
    0% {
        opacity: 0.03;
        filter: blur(3px);
    }
    50% {
        opacity: 0.05;
        filter: blur(5px);
    }
    100% {
        opacity: 0.03;
        filter: blur(3px);
    }
}



@keyframes pulseRadial {
    0% {
        opacity: 0.05;
        transform: scale(1);
    }
    50% {
        opacity: 0.1;
        transform: scale(1.1);
    }
    100% {
        opacity: 0.05;
        transform: scale(1);
    }
}



@keyframes pulse {
    0% {
        opacity: 0.4;
    }
    50% {
        opacity: 0.7;
    }
    100% {
        opacity: 0.4;
    }
}



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



@keyframes spin {
    0% {
        transform: rotate(45deg);
    }
    100% {
        transform: rotate(405deg);
    }
}


    
    @keyframes horizontalScroll {
        0%, 5% {
            transform: translateX(0);
        }
        23%, 28% {
            transform: translateX(-25%);
        }
        48%, 53% {
            transform: translateX(-50%);
        }
        73%, 78% {
            transform: translateX(-75%);
        }
        95%, 100% {
            transform: translateX(-75%);
        }
    }



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



@keyframes float {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg);
  }
  25% {
    transform: translate(10px, -10px) rotate(2deg);
  }
  50% {
    transform: translate(5px, 15px) rotate(-1deg);
  }
  75% {
    transform: translate(-10px, 5px) rotate(3deg);
  }
}



@keyframes pulseOdd {
    0% {
        opacity: 0.4;
        transform: scale(0.8);
    }
    100% {
        opacity: 0.7;
        transform: scale(1.2);
    }
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-15px);
    }
    60% {
        transform: translateY(-10px);
    }
}

