﻿* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}.head-mentor-id {
    flex: 1 0 auto;
}svg {
    width: 30px;
    height: 30px;
}.job-board-id {
    flex: 0 0 auto;
}a {
    text-decoration: none;
    color: inherit;
}html,body {
    color: #000000;
    scroll-behavior: auto;
    height: 100%;
    min-height: 100%;
    font-family: Arial, sans-serif;
}.content-wrapper-id {
    flex-direction: column;
    height: 100%;
    display: flex;
    min-height: 100%;
}header,footer {
    width: 100%;
}.container {
    width: 1250px;
    margin: auto;
    max-width: 100%;
}

@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.course-instructor-id {
    padding: 80px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(199,218,219), rgb(90,150,181,0.5));
}.course-instructor-id::before {
    background: rgb(152,195,200,0.5);
    width: 60%;
    z-index: 1;
    border-radius: 19px;
    animation: float 8s ease-in-out infinite;
    height: 80%;
    right: -10%;
    content: "";
    position: absolute;
    transform: rotate(-15deg);
    top: -10%;
}.course-instructor-id::after {
    left: -5%;
    background: rgb(90,150,181,0.5);
    content: "";
    height: 60%;
    position: absolute;
    bottom: -5%;
    z-index: 1;
    animation: float 6s ease-in-out infinite reverse;
    transform: rotate(20deg);
    border-radius: 19px;
    width: 40%;
}.course-instructor-id .container {
    position: relative;
    z-index: 2;
}.course-instructor-id .success-voices-id {
    background: #ffffff;
    grid-template-areas: 
        "photo name"
        "photo job"
        "quote quote";
    gap: 15px;
    padding: 40px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border-radius: 19px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: grid;
    transform: rotate(-2deg);
    grid-template-columns: 1fr 2fr;
}.course-instructor-id .success-voices-id:hover {
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
    transform: rotate(0deg) translateY(-10px);
}.course-instructor-id .media-thumbnail-id {
    transition: transform 0.3s ease;
    box-shadow: 10px 10px 0 rgb(152,195,200,0.5);
    border-radius: 19px;
    transform: rotate(4deg);
    height: 200px;
    grid-area: photo;
}.course-instructor-id .success-voices-id:hover .media-thumbnail-id {
    transform: rotate(0deg) scale(1.05);
}.course-instructor-id .name {
    font-size: 23px;
    font-weight: 700;
    color: #000000;
    transform: translateX(20px);
    grid-area: name;
    margin-top: 20px;
}.course-instructor-id .success-voices-id span:not(.name) {
    color: #000000;
    transform: translateX(20px);
    grid-area: job;
    font-size: 17px;
    font-style: italic;
}.course-instructor-id .career-expertise-id {
    line-height: 1.6;
    margin-top: 20px;
    font-size: 17px;
    background: linear-gradient(to right, rgb(199,218,219), transparent);
    grid-area: quote;
    padding: 20px;
    border-radius: 0 10px 10px 0;
    border-left: 4px solid rgb(152,195,200);
    color: #000000;
    position: relative;
}.course-instructor-id .career-expertise-id::before {
    top: -10px;
    position: absolute;
    color: rgb(152,195,200,0.5);
    content: "";
    font-size: calc(43px * 2);
    line-height: 1;
    font-family: serif;
    left: 10px;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) rotate(-15deg);
    }
    50% {
        transform: translateY(-20px) rotate(-10deg);
    }
}

@media (max-width: 768px) {.course-instructor-id {
    padding: 60px 0;
}.course-instructor-id .success-voices-id {
    padding: 30px 20px;
    grid-template-columns: 1fr;
    grid-template-areas: 
            "media-thumbnail-id"
            "name"
            "emp-back-id"
            "career-expertise-id";
}.course-instructor-id .media-thumbnail-id {
    height: 180px;
    width: 80%;
    margin: 0 auto;
}.course-instructor-id .name,
    .course-instructor-id .success-voices-id span:not(.name) {
    transform: translateX(0);
    text-align: center;
}.course-instructor-id .career-expertise-id {
    padding: 15px;
}}.course-candidates-id {
    overflow: hidden;
    background: rgb(199,218,219);
    padding: 120px 0;
    position: relative;
}.course-candidates-id::before {
    left: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgb(152,195,200,0.5) 0,
        rgb(152,195,200,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    width: 100%;
    top: 0;
    opacity: 0.05;
    content: "";
    position: absolute;
    height: 100%;
}.course-candidates-id .edu-heritage-id {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    padding: 0 30px;
}.course-candidates-id h3 {
    color: #000000;
    padding-bottom: 20px;
    margin-bottom: 80px;
    font-size: 30px;
    text-align: center;
    font-family: Arial, sans-serif;
    position: relative;
    font-weight: 700;
}.course-candidates-id h3::after {
    background: linear-gradient(90deg, rgb(152,195,200), rgb(90,150,181));
    clip-path: polygon(0 0, 100% 0, 80% 100%, 20% 100%);
    transform: translateX(-50%);
    height: 5px;
    bottom: 0;
    left: 50%;
    width: 80px;
    content: "";
    position: absolute;
}.course-candidates-id ul {
    padding: 0;
    list-style: none;
    flex-wrap: wrap;
    display: flex;
    gap: 60px 30px;
    margin: 0;
    justify-content: center;
}.course-candidates-id ul li {
    min-height: 100px;
    background: #ffffff;
    flex: 0 0 calc(33.333% - 20px);
    padding: 25px 25px 25px 80px;
    color: #000000;
    transition: all 0.4s ease;
    z-index: 1;
    transform: perspective(1000px) rotateX(5deg);
    font-family: Arial, sans-serif;
    position: relative;
    font-size: 16px;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 3px 10px rgba(0, 0, 0, 0.05);
    max-width: 350px;
}.course-candidates-id ul li::before,
.course-candidates-id ul li::after {
    position: absolute;
    transition: all 0.4s ease;
    background: #ffffff;
    content: "";
}.course-candidates-id ul li::before {
    transform: translateZ(-10px);
    left: 5px;
    right: 5px;
    z-index: -1;
    border: 1px solid rgb(90,150,181,0.5);
    top: 5px;
    bottom: 5px;
}.course-candidates-id ul li::after {
    background: rgb(152,195,200,0.5);
    top: 15px;
    opacity: 0.3;
    left: 15px;
    transform: translateZ(-20px);
    z-index: -2;
    bottom: 0;
    right: 15px;
}.course-candidates-id ul li:hover {
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.15),
        0 5px 15px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateX(0deg) translateY(-10px);
}.course-candidates-id ul li:hover::before {
    transform: translateZ(-15px);
}.course-candidates-id ul li:hover::after {
    transform: translateZ(-30px);
}.course-candidates-id ul li svg {
    transform: translateY(-50%);
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 25px;
    transition: all 0.4s ease;
    height: 40px;
    width: 40px;
}.course-candidates-id ul li:hover svg {
    transform: translateY(-50%) scale(1.1);
}.course-candidates-id ul li svg path {
    fill: rgb(152,195,200);
    transition: fill 0.4s ease;
}.course-candidates-id ul li:hover svg path {
    fill: rgb(90,150,181);
}.course-candidates-id ul li:nth-child(3n+1) {
    transform: perspective(1000px) rotateX(5deg) rotateY(-2deg);
}.course-candidates-id ul li:nth-child(3n+2) {
    transform: perspective(1000px) rotateX(5deg);
}.course-candidates-id ul li:nth-child(3n) {
    transform: perspective(1000px) rotateX(5deg) rotateY(2deg);
}.course-candidates-id ul li:nth-child(3n+1):hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) translateY(-10px);
}.course-candidates-id ul li:nth-child(3n+2):hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-10px);
}.course-candidates-id ul li:nth-child(3n):hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) translateY(-10px);
}

@media (max-width: 992px) {.course-candidates-id {
    padding: 100px 0;
}.course-candidates-id h3 {
    margin-bottom: 60px;
    font-size: calc(30px * 0.9);
}.course-candidates-id ul {
    gap: 40px 25px;
}.course-candidates-id ul li {
    flex: 0 0 calc(50% - 20px);
    padding: 20px 20px 20px 70px;
}.course-candidates-id ul li svg {
    width: 35px;
    left: 20px;
    height: 35px;
}
}

@media (max-width: 768px) {.course-candidates-id {
    padding: 80px 0;
}.course-candidates-id h3 {
    margin-bottom: 50px;
    font-size: calc(30px * 0.8);
}.course-candidates-id ul {
    gap: 30px;
}.course-candidates-id ul li {
    flex: 0 0 100%;
    max-width: 450px;
}.course-candidates-id ul li,
    .course-candidates-id ul li:nth-child(3n+1),
    .course-candidates-id ul li:nth-child(3n+2),
    .course-candidates-id ul li:nth-child(3n) {
    transform: perspective(1000px) rotateX(3deg);
}.course-candidates-id ul li:hover,
    .course-candidates-id ul li:nth-child(3n+1):hover,
    .course-candidates-id ul li:nth-child(3n+2):hover,
    .course-candidates-id ul li:nth-child(3n):hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-8px);
}
}

@media (max-width: 480px) {.course-candidates-id {
    padding: 60px 0;
}.course-candidates-id .edu-heritage-id {
    padding: 0 20px;
}.course-candidates-id h3 {
    font-size: calc(30px * 0.7);
    margin-bottom: 40px;
}.course-candidates-id ul {
    gap: 25px;
}.course-candidates-id ul li {
    padding: 18px 15px 18px 65px;
}.course-candidates-id ul li svg {
    height: 30px;
    width: 30px;
    left: 18px;
}.course-candidates-id ul li,
    .course-candidates-id ul li:nth-child(3n+1),
    .course-candidates-id ul li:nth-child(3n+2),
    .course-candidates-id ul li:nth-child(3n) {
    transform: perspective(800px) rotateX(2deg);
}.course-candidates-id ul li:hover,
    .course-candidates-id ul li:nth-child(3n+1):hover,
    .course-candidates-id ul li:nth-child(3n+2):hover,
    .course-candidates-id ul li:nth-child(3n):hover {
    transform: perspective(800px) rotateX(0deg) translateY(-5px);
}}.privacy-holder-id {
    transition: background-color 0.3s ease, color 0.3s ease;
    color: #000000;
    background-color: rgb(199,218,219);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    font-family: Arial, sans-serif;
    padding: 2rem;
}.privacy-holder-id h1 {
    padding-bottom: 0.5rem;
    font-weight: 700;
    color: rgb(152,195,200);
    border-bottom: 2px solid rgb(152,195,200);
    font-size: 44px;
    margin-bottom: 1.5rem;
}.privacy-holder-id h2 {
    color: rgb(90,150,181);
    margin-bottom: 1rem;
    margin-top: 1rem;
    font-weight: 600;
    font-size: 30px;
}.privacy-holder-id ul,
.privacy-holder-id ol {
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding-left: 1.5rem;
    list-style: none;
}.privacy-holder-id li {
    padding-left: 1.2rem;
    font-size: 18px;
    position: relative;
    margin-bottom: 0.5rem;
    line-height: 1.6;
}.privacy-holder-id li::before {
    position: absolute;
    line-height: 1.2;
    color: rgb(152,195,200);
    font-size: 1.2rem;
    content: "•";
    left: 0;
}.privacy-holder-id p {
    margin-bottom: 1rem;
    line-height: 1.8;
    font-size: 18px;
}.privacy-holder-id span {
    font-weight: 400;
    color: #000000;
}.privacy-holder-id div {
    margin-bottom: 1.5rem;
}
@media only screen and (max-width: 800px) {.privacy-holder-id {
    padding: 1rem;
    border-radius: 10px;
}.privacy-holder-id h1 {
    font-size: calc(23px - 0.5rem);
}.privacy-holder-id h2 {
    font-size: calc(23px - 0.5rem);
}.privacy-holder-id p,
    .privacy-holder-id li {
    font-size: calc(18px - 0.2rem);
}}.thxSection-id {
    position: relative;
    padding: 5rem 2rem;
    background: linear-gradient(135deg, rgb(199,218,219) 0%, rgba(255,255,255,0.95) 100%);
    overflow: hidden;
}.thxSection-id::before {
    width: 60%;
    top: -20%;
    right: -20%;
    height: 70%;
    z-index: 0;
    transform: rotate(-15deg);
    background: linear-gradient(45deg, rgb(152,195,200,0.5) 0%, rgb(90,150,181) 100%);
    animation: float 12s ease-in-out infinite;
    content: "";
    filter: blur(40px);
    opacity: 0.4;
    position: absolute;
}.thxSection-id::after {
    content: "";
    filter: blur(30px);
    background: linear-gradient(-45deg, rgb(90,150,181,0.5) 0%, rgb(152,195,200) 100%);
    z-index: 0;
    bottom: -10%;
    animation: float 15s ease-in-out infinite reverse;
    position: absolute;
    width: 50%;
    left: -10%;
    height: 60%;
    opacity: 0.3;
    transform: rotate(15deg);
}.thxSection-id .container {
    max-width: 1200px;
    flex-direction: column;
    z-index: 2;
    animation: fadeIn 0.8s ease-out forwards;
    position: relative;
    margin: 0 auto;
    display: flex;
    align-items: center;
}.thxSection-id h2 {
    animation: slideUp 0.7s ease-out 0.2s forwards;
    margin-bottom: 3rem;
    font-size: clamp(1.75rem, 4vw, 30px);
    letter-spacing: -0.02em;
    max-width: 90%;
    color: #000000;
    font-weight: 700;
    font-family: Arial, sans-serif;
    text-align: center;
    transform: translateY(20px);
    opacity: 0;
    line-height: 1.3;
    position: relative;
}.thxSection-id h2::before {
    content: "";
    background: linear-gradient(90deg, rgb(152,195,200) 0%, rgb(90,150,181) 100%);
    left: 50%;
    bottom: -16px;
    transform: translateX(-50%);
    position: absolute;
    width: 80px;
    border-radius: 2px;
    height: 4px;
}.thxSection-id .edu-heritage-id {
    opacity: 0;
    border-radius: 18px;
    position: relative;
    padding: 3rem;
    border-left: 4px solid rgb(152,195,200);
    max-width: 880px;
    transform: translateY(30px);
    animation: slideUp 0.8s ease-out 0.4s forwards;
    background: linear-gradient(120deg, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.96) 100%);
    box-shadow: 0 20px 40px rgba(0,0,0,0.06), 0 8px 16px rgba(0,0,0,0.04);
    width: 100%;
    backdrop-filter: blur(8px);
}.thxSection-id .edu-heritage-id::before {
    border: 1px dashed rgba(0,0,0,0.07);
    z-index: 0;
    right: 15px;
    left: 15px;
    position: absolute;
    bottom: 15px;
    pointer-events: none;
    top: 15px;
    content: "";
    border-radius: calc(18px - 15px);
}.thxSection-id ul {
    position: relative;
    z-index: 1;
    margin: 0;
    list-style: none;
    padding: 0;
}.thxSection-id li {
    padding-left: 2rem;
    position: relative;
}.thxSection-id li::before {
    border-radius: 50%;
    background: rgb(152,195,200);
    left: 0;
    box-shadow: 0 0 0 4px rgb(152,195,200,0.5);
    content: "";
    width: 8px;
    position: absolute;
    animation: pulse 3s ease-in-out infinite;
    height: 8px;
    top: 8px;
}.thxSection-id span {
    display: block;
    font-weight: 400;
    z-index: 2;
    font-size: clamp(1rem, 2vw, 1.1rem);
    line-height: 1.7;
    color: #000000;
    font-family: Arial, sans-serif;
    position: relative;
}

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

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

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgb(152,195,200,0.5);
    }
    70% {
        box-shadow: 0 0 0 8px rgba(0,0,0,0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(0,0,0,0);
    }
}

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

@media screen and (max-width: 767px) {.thxSection-id {
    padding: 3rem 1.25rem;
}.thxSection-id h2 {
    max-width: 100%;
    margin-bottom: 2rem;
}.thxSection-id .edu-heritage-id {
    border-left-width: 3px;
    padding: 2rem 1.5rem;
}.thxSection-id li {
    padding-left: 1.5rem;
}.thxSection-id li::before {
    top: 6px;
    width: 6px;
    height: 6px;
}.thxSection-id h2::before {
    height: 3px;
    width: 60px;
    bottom: -12px;
}
}

@media screen and (max-width: 480px) {.thxSection-id {
    padding: 2.5rem 1rem;
}.thxSection-id h2 {
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
}.thxSection-id .edu-heritage-id {
    padding: 1.5rem 1.25rem;
}.thxSection-id span {
    font-size: 0.95rem;
}}.pricing-row-item-id {
    position: relative;
    padding: 100px 0;
    color: #ffffff;
    overflow: hidden;
}.pricing-row-item-id::before {
    content: "";
    z-index: 1;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.7) 100%);
}.pricing-row-item-id .container {
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
    position: relative;
    padding: 0 15px;
}.pricing-row-item-id .pricing-card-id {
    position: relative;
}.pricing-row-item-id h2 {
    margin-bottom: 20px;
    position: relative;
    color: #ffffff;
    font-weight: 700;
    font-size: calc(34px * 1.2);
    transform: translateY(10px);
    animation: fadeInUp 0.8s forwards 0.3s;
    opacity: 0;
    text-align: center;
}.pricing-row-item-id .package-deal-id {
    color: rgb(255, 255, 255, 0.5);
    transform: translateY(10px);
    animation: fadeInUp 0.8s forwards 0.5s;
    opacity: 0;
    max-width: 700px;
    margin: 0 auto 40px;
    line-height: 1.6;
    text-align: center;
    font-size: calc(13px * 1.1);
}.pricing-row-item-id .package-deals-id {
    list-style: none;
    display: grid;
    margin: 0;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    padding: 0;
}.pricing-row-item-id .package-deals-id li {
    opacity: 0;
    transform: translateY(20px);
    animation-delay: calc(0.6s + (0.15s * var(--i, 0)));
    height: 100%;
    animation: fadeInUp 0.8s forwards;
}.pricing-row-item-id .package-deals-id li:nth-child(1) {
    --i: 1;
}.pricing-row-item-id .package-deals-id li:nth-child(2) {
    --i: 2;
}.pricing-row-item-id .package-deals-id li:nth-child(3) {
    --i: 3;
}.pricing-row-item-id .package-deals-id li:nth-child(4) {
    --i: 4;
}.pricing-row-item-id .plan-fees-id {
    text-decoration: none;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 100%;
    display: block;
    color: inherit;
}.pricing-row-item-id .plan-fees-id:hover {
    transform: translateY(-10px);
}.pricing-row-item-id .training-sub-id {
    height: 100%;
    backdrop-filter: blur(10px);
    overflow: hidden;
    border-radius: 3px;
    border: 1px solid rgba(255,255,255,0.1);
    border-left: 3px solid rgb(152,195,200);
    position: relative;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    padding: 30px;
    background: linear-gradient(145deg, 
        rgba(255,255,255,0.03) 0%, 
        rgba(255,255,255,0.08) 100%);
    transition: all 0.4s ease;
}.pricing-row-item-id .plan-fees-id:hover .training-sub-id {
    background: linear-gradient(145deg, 
        rgba(255,255,255,0.05) 0%, 
        rgba(255,255,255,0.1) 100%);
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}.pricing-row-item-id .training-sub-id::before {
    transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    width: 100%;
    background: linear-gradient(to right, 
        rgb(152,195,200), 
        rgb(90,150,181));
    transform-origin: left;
    top: 0;
    left: 0;
    transform: scaleX(0);
    height: 5px;
    position: absolute;
    content: "";
}.pricing-row-item-id .plan-fees-id:hover .training-sub-id::before {
    transform: scaleX(1);
}.pricing-row-item-id .training-fees-id {
    flex-direction: column;
    display: flex;
    height: 100%;
}.pricing-row-item-id .training-fees-id h4 {
    padding-bottom: 15px;
    font-weight: 700;
    font-size: calc(21px * 1.1);
    margin: 0 0 20px;
    color: #ffffff;
    position: relative;
}.pricing-row-item-id .training-fees-id h4::after {
    height: 3px;
    width: 40px;
    left: 0;
    background: rgb(152,195,200);
    bottom: 0;
    content: "";
    position: absolute;
    transition: width 0.4s ease;
}.pricing-row-item-id .plan-fees-id:hover .training-fees-id h4::after {
    width: 60px;
}.pricing-row-item-id .training-fees-id p {
    line-height: 1.6;
    word-break: break-word;
    color: rgb(255, 255, 255, 0.5);
    margin: 0 0 25px;
    font-size: 13px;
    flex-grow: 1;
    overflow-wrap: break-word;
}.pricing-row-item-id .study-cost-id {
    font-size: calc(21px * 1.2);
    transition: color 0.3s ease;
    padding-top: 15px;
    color: rgb(90,150,181);
    font-weight: 700;
    display: block;
    margin-top: auto;
    position: relative;
    border-top: 1px solid rgba(255,255,255,0.1);
}.pricing-row-item-id .plan-fees-id:hover .study-cost-id {
    color: rgb(152,195,200);
}

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

@media (max-width: 991px) {.pricing-row-item-id {
    padding: 80px 0;
}.pricing-row-item-id h2 {
    font-size: 34px;
}.pricing-row-item-id .package-deal-id {
    font-size: 13px;
    margin-bottom: 30px;
}.pricing-row-item-id .package-deals-id {
    gap: 20px;
}.pricing-row-item-id .training-sub-id {
    padding: 25px;
}
}

@media (max-width: 767px) {.pricing-row-item-id {
    padding: 60px 0;
}.pricing-row-item-id .package-deals-id {
    margin: 0 auto;
    max-width: 500px;
    grid-template-columns: 1fr;
}.pricing-row-item-id .training-fees-id h4 {
    font-size: 21px;
}.pricing-row-item-id .study-cost-id {
    font-size: 21px;
}
}

@media (max-width: 480px) {.pricing-row-item-id {
    padding: 50px 0;
}.pricing-row-item-id h2 {
    font-size: calc(34px * 0.9);
}.pricing-row-item-id .package-deal-id {
    font-size: calc(13px * 0.9);
}.pricing-row-item-id .training-sub-id {
    padding: 20px;
}}.course-program-info-id {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
    background-color: rgb(90,150,181);
}.course-program-info-id::before {
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 1;
    background: 
        radial-gradient(ellipse at bottom right, rgb(152,195,200,0.5) 0%, transparent 60%),
        radial-gradient(ellipse at top left, rgb(90,150,181,0.5) 0%, transparent 60%);
    position: absolute;
}.course-program-info-id::after {
    background-image: 
        linear-gradient(0deg, transparent 24%, rgba(255, 255, 255, 0.02) 25%, rgba(255, 255, 255, 0.02) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, 0.02) 75%, rgba(255, 255, 255, 0.02) 76%, transparent 77%),
        linear-gradient(90deg, transparent 24%, rgba(255, 255, 255, 0.02) 25%, rgba(255, 255, 255, 0.02) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, 0.02) 75%, rgba(255, 255, 255, 0.02) 76%, transparent 77%);
    height: 100%;
    top: 0;
    z-index: 1;
    width: 100%;
    position: absolute;
    background-size: 50px 50px;
    left: 0;
    content: "";
}.course-program-info-id .container {
    position: relative;
    z-index: 2;
}.course-program-info-id .class-route-id {
    flex-direction: column;
    position: relative;
    display: flex;
    gap: 60px;
}.course-program-info-id .text-group-id {
    gap: 30px;
    position: relative;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    order: 2;
}.course-program-info-id .text-group-id h2 {
    position: relative;
    font-weight: 700;
    padding-bottom: 20px;
    text-align: center;
    font-size: 39px;
    grid-column: 1 / -1;
    color: #ffffff;
    margin-bottom: 0;
}.course-program-info-id .text-group-id h2::after {
    bottom: 0;
    height: 3px;
    content: "";
    background: linear-gradient(90deg, rgb(152,195,200), rgb(90,150,181));
    position: absolute;
    width: 100px;
    transform: translateX(-50%);
    left: 50%;
    border-radius: 10px;
}.course-program-info-id .text-group-id .description {
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
    font-size: 16px;
    border-radius: 16px;
    margin: 0;
    padding: 25px;
    line-height: 1.8;
    color: #ffffff;
}.course-program-info-id .text-group-id .description:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}.course-program-info-id .text-group-id .description::before {
    left: 0;
    width: 100%;
    background: rgb(152,195,200);
    top: 0;
    position: absolute;
    content: "";
    height: 4px;
}.course-program-info-id .text-group-id .description:last-of-type::before {
    background: rgb(90,150,181);
}.course-program-info-id .text-group-id .description::after {
    top: 0;
    width: 100%;
    content: "";
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 100%);
    left: 0;
    pointer-events: none;
    height: 100%;
    position: absolute;
}.course-program-info-id .media-thumbnail-id {
    height: 400px;
    order: 1;
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}.course-program-info-id .media-thumbnail-id::before {
    z-index: 1;
    background: linear-gradient(to bottom, transparent 60%, rgba(0, 0, 0, 0.8));
    position: absolute;
    content: "";
    inset: 0;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes float-tech {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }
    25% {
        transform: translateY(-15px) rotate(5deg);
    }
    50% {
        transform: translateY(0) rotate(0deg);
    }
    75% {
        transform: translateY(15px) rotate(-5deg);
    }
}

@keyframes scan-move {
    0% {
        top: 0;
        opacity: 0;
    }
    5% {
        opacity: 0.5;
    }
    95% {
        opacity: 0.5;
    }
    100% {
        top: 100%;
        opacity: 0;
    }
}

@media (min-width: 992px) {.course-program-info-id .class-route-id {
    gap: 80px;
}.course-program-info-id .media-thumbnail-id {
    height: 500px;
}
}

@media (max-width: 991px) {.course-program-info-id {
    padding: 80px 0;
}
}

@media (max-width: 767px) {.course-program-info-id {
    padding: 60px 0;
}.course-program-info-id .text-group-id {
    grid-template-columns: 1fr;
}.course-program-info-id .text-group-id h2 {
    font-size: calc(39px * 0.9);
}.course-program-info-id .media-thumbnail-id {
    height: 350px;
}
}

@media (max-width: 480px) {.course-program-info-id {
    padding: 40px 0;
}.course-program-info-id .class-route-id {
    gap: 40px;
}.course-program-info-id .text-group-id h2 {
    padding-bottom: 15px;
    font-size: calc(39px * 0.8);
}.course-program-info-id .text-group-id h2::after {
    width: 80px;
}.course-program-info-id .text-group-id .description {
    padding: 20px;
}.course-program-info-id .media-thumbnail-id {
    height: 250px;
}}footer {
    position: relative;
}footer::before {
    left: 0;
    z-index: 1;
    content: '';
    background: linear-gradient(210deg, #000000 0%, rgb(152,195,200) 100%);
    right: 0;
    opacity: 0.92;
    top: 0;
    bottom: 0;
    position: absolute;
}.job-board-id {
    z-index: 2;
    font-family: Arial, sans-serif;
    padding: 90px 0 50px;
    color: #ffffff;
    position: relative;
}.job-board-id::before {
    left: 0;
    content: '';
    opacity: 0.1;
    height: 1px;
    width: 100%;
    top: 0;
    background: linear-gradient(90deg, transparent 0%, #ffffff 50%, transparent 100%);
    position: absolute;
}.job-board-id .container {
    display: flex;
    flex-direction: column;
}.job-board-id .company_holder {
    padding: 30px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    margin-top: 70px;
    background: linear-gradient(
        135deg, 
        rgba(255, 255, 255, 0.05) 0%, 
        rgba(255, 255, 255, 0.01) 100%
    );
    border-radius: 14px;
    transform: perspective(1000px) rotateX(2deg);
    border: 1px solid rgba(255, 255, 255, 0.05);
    background-size: 200% 200%;
    animation: shiftGradient 15s ease infinite;
    backdrop-filter: blur(10px);
    order: 2;
}.job-board-id .company_holder h3 {
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    font-size: 36px;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 20px;
    letter-spacing: 3px;
}.job-board-id .company_holder h3::after {
    height: 3px;
    border-radius: 3px;
    display: block;
    margin: 15px auto 0;
    background: rgb(152,195,200);
    width: 60px;
    content: '';
}.job-board-id .policy-links-id {
    font-size: 13px;
    margin: 0 auto;
    text-align: center;
    line-height: 1.6;
    padding-top: 15px;
    max-width: 80%;
    position: relative;
}.job-board-id .class-guide-id {
    position: relative;
    order: 1;
}.job-board-id .top-page-id {
    flex-wrap: wrap;
    gap: 60px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 30px;
}.job-board-id .header-mentor-id {
    flex: 1;
    min-width: 250px;
    transition: transform 0.3s ease;
    max-width: calc(50% - 30px);
    position: relative;
    padding: 20px;
    transform: translateZ(0);
    background: rgba(255, 255, 255, 0.03);
    overflow: hidden;
    border-radius: 10px;
}.job-board-id .header-mentor-id:nth-child(odd) {
    transform: perspective(1000px) rotateY(2deg);
}.job-board-id .header-mentor-id:nth-child(even) {
    transform: perspective(1000px) rotateY(-2deg);
}.job-board-id .header-mentor-id:hover {
    transform: perspective(1000px) rotateY(0);
}.job-board-id .header-mentor-id::before {
    border-radius: 10px;
    z-index: -1;
    inset: 0;
    position: absolute;
    content: '';
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(255, 255, 255, 0.05) 100%
    );
}.job-board-id .header-mentor-id h5 {
    border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
    word-wrap: break-word;
    margin-bottom: 30px;
    color: #ffffff;
    font-weight: 600;
    padding-bottom: 15px;
    font-size: 19px;
    position: relative;
}.job-board-id .header-mentor-id h5::before {
    content: '';
    background: rgb(90,150,181);
    width: 50px;
    position: absolute;
    left: 0;
    height: 1px;
    bottom: -1px;
}.job-board-id .header-mentor-id .top-page-id {
    flex-direction: column;
    gap: 12px;
    display: flex;
    padding: 0 10px;
    margin: 0;
}.job-board-id .header-mentor-id .top-page-id a {
    font-size: 13px;
    transition: all 0.3s ease;
    color: #ffffff;
    opacity: 0.8;
    white-space: normal;
    display: flex;
    text-decoration: none;
    align-items: center;
    word-break: break-word;
}.job-board-id .header-mentor-id .top-page-id a::before {
    border-radius: 50%;
    transition: all 0.3s ease;
    content: '';
    opacity: 0;
    background: rgb(90,150,181);
    height: 6px;
    min-width: 6px;
    flex-shrink: 0;
    margin-right: 10px;
    transform: scale(0);
}.job-board-id .header-mentor-id .top-page-id a:hover {
    opacity: 1;
    color: #ffffff;
    transform: translateX(5px);
}.job-board-id .header-mentor-id .top-page-id a:hover::before {
    opacity: 1;
    transform: scale(1);
}.tutor-match-id {
    position: relative;
    padding: 25px 0;
    z-index: 2;
    margin-top: 40px;
    background: rgba(0, 0, 0, 0.2);
}.tutor-match-id::before {
    position: absolute;
    left: 0;
    background: linear-gradient(90deg, transparent, rgb(90,150,181,0.5), transparent);
    height: 1px;
    width: 100%;
    top: 0;
    content: '';
}.tutor-match-id .container {
    text-align: center;
}.tutor-match-id .res-connect-id {
    opacity: 0.7;
    font-size: 16px;
    color: #ffffff;
}@keyframes floatUp {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-15px);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.5;
    }
    50% {
        opacity: 0.8;
    }
}

@keyframes shiftGradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.job-board-id .class-guide-id::before {
    border-radius: 50%;
    bottom: -10%;
    left: -5%;
    filter: blur(100px);
    background: rgb(90,150,181);
    opacity: 0.1;
    width: 250px;
    z-index: -1;
    height: 250px;
    position: absolute;
    animation: pulse 10s infinite ease-in-out reverse;
    content: '';
}footer::after {
    content: '';
    background-image: repeating-linear-gradient(
        0deg,
        rgba(255, 255, 255, 0.03),
        rgba(255, 255, 255, 0.03) 1px,
        transparent 1px,
        transparent 20px
    );
    right: 0;
    left: 0;
    pointer-events: none;
    position: absolute;
    z-index: 1;
    bottom: 0;
    top: 0;
}

@media (max-width: 992px) {.job-board-id {
    padding: 70px 0 40px;
}.job-board-id .top-page-id {
    gap: 40px;
}.job-board-id .company_holder {
    margin-top: 50px;
}
}

@media (max-width: 768px) {.job-board-id {
    padding: 50px 0 30px;
}.job-board-id .top-page-id {
    gap: 30px;
    flex-direction: column;
}.job-board-id .header-mentor-id {
    max-width: 100%;
    min-width: 100%;
}.job-board-id .company_holder {
    padding: 20px;
}.job-board-id .policy-links-id {
    max-width: 100%;
}
}

@media (max-width: 576px) {.job-board-id {
    padding: 40px 0 20px;
}.job-board-id .company_holder h3 {
    font-size: calc(36px * 0.8);
}.job-board-id .header-mentor-id h5 {
    font-size: calc(19px * 0.9);
}}header {
    width: 100%;
    top: 0;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    left: 0;
    z-index: 1000;
    background: rgb(152,195,200,0.5);
    position: fixed;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}header:before {
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.1) 25%,
        rgba(255, 255, 255, 0.05) 50%,
        transparent 75%
    );
    top: 0;
    position: absolute;
    width: 100%;
    left: 0;
    pointer-events: none;
    height: 100%;
    animation: shimmer 8s infinite linear;
    content: '';
}header:after {
    opacity: 0.8;
    filter: blur(1px);
    content: '';
    height: 3px;
    bottom: 0;
    width: 100%;
    background: linear-gradient(
        90deg,
        rgb(90,150,181) 0%,
        rgb(152,195,200) 50%,
        rgb(90,150,181) 100%
    );
    left: 0;
    position: absolute;
}header .top-pagebar-id {
    overflow: hidden;
    position: relative;
}header .top-pagebar-id:before {
    top: 0;
    left: 0;
    background: 
        radial-gradient(circle at 10% 20%, rgb(152,195,200,0.5) 0%, transparent 40%),
        radial-gradient(circle at 90% 80%, rgb(90,150,181,0.5) 0%, transparent 40%);
    content: '';
    opacity: 0.15;
    mix-blend-mode: overlay;
    pointer-events: none;
    height: 100%;
    position: absolute;
    width: 100%;
}header .container {
    max-width: 1200px;
    padding: 16px 25px;
    position: relative;
    margin: 0 auto;
}header .container:before {
    width: 100%;
    position: absolute;
    bottom: -1px;
    height: 1px;
    opacity: 0.5;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
    content: '';
    left: 0;
}header .nav-pagebar-id {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}header .header-mentor-id {
    display: flex;
    align-items: center;
    position: relative;
    gap: 35px;
}header .header-mentor-id:before {
    height: 35px;
    opacity: 0;
    left: 0;
    top: 50%;
    position: absolute;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    transform: translateY(-50%) scaleX(0.8);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    content: '';
    transition: all 0.4s ease;
}header .header-mentor-id:hover:before {
    transform: translateY(-50%) scaleX(1);
    opacity: 1;
}header .header-lead-id {
    transition: all 0.3s ease;
    text-decoration: none;
    font-size: 12px;
    color: #ffffff;
    font-weight: 400;
    letter-spacing: 1px;
    position: relative;
    padding: 5px 0;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
}header .header-lead-id:before {
    bottom: 0;
    left: 0;
    height: 1px;
    content: '';
    transform: scaleX(0);
    transform-origin: right;
    background: linear-gradient(
        90deg,
        transparent,
        #ffffff,
        transparent
    );
    width: 100%;
    position: absolute;
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}header .header-lead-id:after {
    content: '';
    width: 100%;
    top: 0;
    opacity: 0;
    transform: scaleY(0);
    position: absolute;
    height: 100%;
    z-index: -1;
    background: linear-gradient(
        180deg,
        transparent,
        rgb(152,195,200,0.5),
        transparent
    );
    transition: all 0.3s ease;
    left: 0;
}header .header-lead-id:hover {
    text-shadow: 0 0 5px #ffffff;
    color: #ffffff;
}header .header-lead-id:hover:before {
    transform: scaleX(1);
    transform-origin: left;
}header .header-lead-id:hover:after {
    transform: scaleY(1);
    opacity: 0.15;
}header .nav-teach-id {
    position: relative;
    padding: 5px;
    display: flex;
    text-decoration: none;
    transition: all 0.4s ease;
    align-items: center;
}header .nav-teach-id:before {
    opacity: 0;
    height: calc(100% + 20px);
    top: -10px;
    width: calc(100% + 20px);
    left: -10px;
    content: '';
    z-index: -1;
    transition: opacity 0.5s ease;
    position: absolute;
    background: radial-gradient(
        circle,
        rgb(152,195,200,0.5) 0%,
        transparent 70%
    );
}header .nav-teach-id:after {
    height: 100%;
    content: '';
    top: 0;
    width: 100%;
    border-image: linear-gradient(
        to right,
        transparent,
        rgb(152,195,200),
        transparent
    ) 1;
    border: 1px solid transparent;
    left: 0;
    position: absolute;
    opacity: 0;
    transition: all 0.3s ease;
}header .nav-teach-id:hover:before {
    animation: pulse 2s infinite;
    opacity: 0.15;
}header .nav-teach-id:hover:after {
    opacity: 0.7;
}header .nav-teach-id svg {
    height: 45px;
    width: auto;
    filter: drop-shadow(0 0 3px rgb(152,195,200,0.5));
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}header .nav-teach-id:hover svg {
    filter: drop-shadow(0 0 5px rgb(152,195,200));
    transform: scale(1.05);
}

@keyframes shimmer {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.15;
    }
    50% {
        opacity: 0.3;
    }
}

@keyframes glowEffect {
    0%, 100% {
        opacity: 0.7;
        filter: blur(1px);
    }
    50% {
        opacity: 1;
        filter: blur(1.5px);
    }
}

@media (max-width: 991px) {header .container {
    padding: 14px 20px;
}header .header-mentor-id {
    gap: 20px;
}header .nav-teach-id svg {
    height: 38px;
}
}

@media (max-width: 767px) {header .header-mentor-id {
    height: 100vh;
    top: 0;
    background: linear-gradient(
            135deg,
            rgb(152,195,200) 0%,
            rgb(152,195,200,0.5) 100%
        );
    box-shadow: -5px 0 25px rgba(0, 0, 0, 0.2);
    position: fixed;
    max-width: 320px;
    padding: 80px 30px 30px;
    width: 80%;
    background: rgb(152,195,200);
    transition: right 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: 1001;
    gap: 20px;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    right: -100%;
    flex-direction: column;
}header .header-mentor-id:before {
    display: none;
}header .menu.active {
    right: 0;
}header .header-lead-id {
    width: 100%;
    padding: 12px 5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}header .header-lead-id:last-child {
    border-bottom: none;
}header .nav-teach-id {
    margin: 0 auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 12px 15px;
}header .nav-teach-id svg {
    height: 35px;
}}.program-assets-id {
    font-family: Arial, sans-serif;
    padding: 100px 0;
    position: relative;
    background: rgb(199,218,219);
    background-size: 60px 60px;
    background-image: 
        linear-gradient(135deg, rgba(255,255,255,0.03) 25%, transparent 25%),
        linear-gradient(225deg, rgba(255,255,255,0.03) 25%, transparent 25%),
        linear-gradient(315deg, rgba(255,255,255,0.03) 25%, transparent 25%),
        linear-gradient(45deg, rgba(255,255,255,0.03) 25%, transparent 25%);
    overflow: hidden;
}.program-assets-id::before {
    top: -10%;
    opacity: 0.6;
    right: -10%;
    z-index: 0;
    transform: translateZ(0);
    height: 300px;
    position: absolute;
    content: "";
    width: 300px;
    background: linear-gradient(145deg, rgb(152,195,200,0.5), rgb(90,150,181,0.5));
    filter: blur(80px);
}.program-assets-id::after {
    opacity: 0.5;
    left: -10%;
    height: 400px;
    z-index: 0;
    content: "";
    transform: translateZ(0);
    filter: blur(100px);
    position: absolute;
    background: linear-gradient(225deg, rgb(90,150,181,0.5), rgb(152,195,200,0.5));
    width: 400px;
    bottom: -10%;
}.program-assets-id .container {
    display: flex;
    flex-direction: column;
    max-width: 1200px;
    z-index: 1;
    margin: 0 auto;
    gap: 60px;
    position: relative;
}.program-assets-id .media-thumbnail-id {
    transition: all 0.5s cubic-bezier(0.33, 1, 0.68, 1);
    height: auto;
    max-height: 500px;
    box-shadow: 
        15px 15px 30px rgba(0,0,0,0.1),
        -15px -15px 30px rgba(255,255,255,0.7),
        inset 0 0 0 rgba(0,0,0,0.1),
        inset 0 0 0 rgba(255,255,255,0.7);
    width: 100%;
    border-radius: 5px;
    transform: perspective(1000px) rotateX(2deg) rotateY(-2deg);
    object-fit: cover;
}.program-assets-id .media-thumbnail-id:hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg);
    box-shadow: 
        20px 20px 40px rgba(0,0,0,0.15),
        -20px -20px 40px rgba(255,255,255,0.8),
        inset 0 0 0 rgba(0,0,0,0.1),
        inset 0 0 0 rgba(255,255,255,0.7);
}.program-assets-id .edu-heritage-id {
    background: linear-gradient(145deg, rgba(255,255,255,0.95), rgba(255,255,255,0.85));
    border-radius: 5px;
    position: relative;
    padding: 40px;
    box-shadow: 
        10px 10px 20px rgba(0,0,0,0.05),
        -10px -10px 20px rgba(255,255,255,0.9),
        inset 2px 2px 3px rgba(255,255,255,0.9),
        inset -2px -2px 3px rgba(0,0,0,0.05);
    transform: translateZ(0);
    backdrop-filter: blur(10px);
}.program-assets-id .text-group-id {
    position: relative;
}.program-assets-id h1 {
    font-weight: 700;
    position: relative;
    margin-bottom: 30px;
    line-height: 1.3;
    font-size: 47px;
    transition: transform 0.4s ease-out;
    transform: translateY(0);
    color: #000000;
}.program-assets-id h1::after {
    content: "";
    transform-origin: left center;
    width: 120px;
    left: 0;
    transition: width 0.4s ease-out;
    bottom: -10px;
    height: 4px;
    border-radius: 2px;
    position: absolute;
    background: linear-gradient(90deg, rgb(152,195,200), rgb(90,150,181));
}.program-assets-id .edu-heritage-id:hover h1 {
    transform: translateY(-5px);
}.program-assets-id .edu-heritage-id:hover h1::after {
    width: 180px;
}.program-assets-id ul {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    margin: 0;
    list-style: none;
    gap: 20px;
    display: grid;
    padding: 0;
}.program-assets-id li {
    border-radius: 4px;
    transition: all 0.3s ease;
    box-shadow: 
        5px 5px 10px rgba(0,0,0,0.03),
        -5px -5px 10px rgba(255,255,255,0.8),
        inset 0 0 0 rgba(0,0,0,0.03),
        inset 0 0 0 rgba(255,255,255,0.8);
    background: linear-gradient(145deg, #ffffff, #f5f5f5);
    padding: 20px;
    transform: translateZ(0);
    position: relative;
}.program-assets-id li:hover {
    box-shadow: 
        8px 8px 16px rgba(0,0,0,0.05),
        -8px -8px 16px rgba(255,255,255,0.9),
        inset 0 0 0 rgba(0,0,0,0.03),
        inset 0 0 0 rgba(255,255,255,0.8);
    transform: translateY(-5px);
}.program-assets-id li p {
    font-size: 17px;
    align-items: flex-start;
    color: #000000;
    display: flex;
    margin: 0;
    line-height: 1.6;
    gap: 15px;
}.program-assets-id svg {
    filter: drop-shadow(2px 2px 3px rgba(0,0,0,0.1));
    margin-top: 2px;
    transition: transform 0.3s ease, filter 0.3s ease;
    flex-shrink: 0;
    transform: scale(0.9);
}.program-assets-id li:hover svg {
    transform: scale(1.1);
    filter: drop-shadow(3px 3px 5px rgba(0,0,0,0.15));
}.program-assets-id svg path {
    transition: fill 0.3s ease;
}.program-assets-id li:hover svg path {
    fill: rgb(152,195,200);
}

@media (min-width: 992px) {.program-assets-id .container {
    align-items: center;
    flex-direction: row;
}.program-assets-id .media-thumbnail-id {
    height: auto;
    width: 45%;
    max-height: 600px;
}.program-assets-id .edu-heritage-id {
    margin-left: -50px;
    width: 55%;
}.program-assets-id ul {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 991px) {.program-assets-id {
    padding: 80px 0;
}.program-assets-id .container {
    padding: 0 20px;
}.program-assets-id .edu-heritage-id {
    padding: 30px;
}.program-assets-id h1 {
    font-size: calc(47px * 0.85);
}.program-assets-id ul {
    grid-template-columns: 1fr;
}
}

@media (max-width: 767px) {.program-assets-id {
    padding: 60px 0;
}.program-assets-id .media-thumbnail-id {
    max-height: 350px;
}.program-assets-id .edu-heritage-id {
    padding: 25px;
}.program-assets-id h1 {
    font-size: calc(47px * 0.7);
}.program-assets-id li {
    padding: 15px;
}.program-assets-id li p {
    font-size: calc(17px * 0.95);
}
}

@media (max-width: 480px) {.program-assets-id {
    padding: 40px 0;
}.program-assets-id .container {
    gap: 30px;
}.program-assets-id .media-thumbnail-id {
    max-height: 250px;
}.program-assets-id .edu-heritage-id {
    padding: 20px;
}.program-assets-id h1 {
    margin-bottom: 20px;
    font-size: calc(47px * 0.6);
}.program-assets-id h1::after {
    height: 3px;
    width: 80px;
}.program-assets-id li {
    padding: 12px;
}.program-assets-id svg {
    transform: scale(0.8);
}}.customer-opinions-id {
    background: linear-gradient(to bottom, rgb(199,218,219), #ffffff);
    overflow: hidden;
    position: relative;
    padding: 7rem 0;
}.customer-opinions-id::before {
    z-index: 1;
    left: 0;
    background: rgb(152,195,200,0.5);
    content: "";
    top: 0;
    width: 35%;
    transform: skewX(-15deg) translateX(-10%);
    height: 100%;
    position: absolute;
}.customer-opinions-id::after {
    top: 0;
    width: 35%;
    content: "";
    height: 100%;
    opacity: 0.6;
    z-index: 1;
    right: 0;
    position: absolute;
    transform: skewX(15deg) translateX(10%);
    background: rgb(90,150,181,0.5);
}.customer-opinions-id .container {
    z-index: 2;
    position: relative;
}.customer-opinions-id h2 {
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #000000;
    font-weight: 700;
    text-align: center;
    font-size: 36px;
    margin-bottom: 5rem;
}.customer-opinions-id h2::after {
    left: 50%;
    background: rgb(152,195,200);
    height: 5px;
    transform: translateX(-50%);
    bottom: -15px;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
    position: absolute;
    content: "";
    width: 60px;
}.customer-opinions-id .learner-ratings-id {
    margin: 0 auto;
    flex-direction: column;
    max-width: 800px;
    display: flex;
    position: relative;
    gap: 3rem;
}.customer-opinions-id .learner-ratings-id::before {
    z-index: 1;
    width: 4px;
    position: absolute;
    background: linear-gradient(to bottom, rgb(152,195,200), rgb(90,150,181));
    transform: translateX(-50%);
    height: 100%;
    content: "";
    left: 50%;
    top: 0;
}.customer-opinions-id .success-voices-id {
    width: 85%;
    background: #ffffff;
    padding: 2rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    flex-direction: column;
    z-index: 2;
    display: flex;
    position: relative;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-radius: 28px;
}.customer-opinions-id .success-voices-id::before {
    top: 30px;
    border-radius: 50%;
    position: absolute;
    background: rgb(152,195,200);
    z-index: 3;
    content: "";
    width: 20px;
    height: 20px;
}.customer-opinions-id .success-voices-id::after {
    background: rgb(152,195,200,0.5);
    z-index: 2;
    position: absolute;
    top: 39px;
    transition: all 0.4s ease;
    content: "";
    height: 3px;
}.customer-opinions-id .success-voices-id:nth-child(odd) {
    align-self: flex-start;
    transform: translateX(-30px);
}.customer-opinions-id .success-voices-id:nth-child(odd)::before {
    right: -10px;
}.customer-opinions-id .success-voices-id:nth-child(odd)::after {
    width: 30px;
    right: -30px;
}.customer-opinions-id .success-voices-id:nth-child(even) {
    align-self: flex-end;
    transform: translateX(30px);
}.customer-opinions-id .success-voices-id:nth-child(even)::before {
    left: -10px;
}.customer-opinions-id .success-voices-id:nth-child(even)::after {
    width: 30px;
    left: -30px;
}.customer-opinions-id .success-voices-id:hover {
    transform: scale(1.03);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}.customer-opinions-id .success-voices-id:nth-child(odd):hover::after {
    width: 40px;
    right: -40px;
}.customer-opinions-id .success-voices-id:nth-child(even):hover::after {
    width: 40px;
    left: -40px;
}.customer-opinions-id .success-voices-id img {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
    z-index: 2;
    object-fit: cover;
    align-self: flex-start;
    position: relative;
    width: 70px;
    height: 70px;
    border: 3px solid #ffffff;
    border-radius: 50%;
}.customer-opinions-id .success-voices-id:nth-child(even) img {
    align-self: flex-end;
}.customer-opinions-id .success-voices-id:hover img {
    border-color: rgb(152,195,200,0.5);
    transform: scale(1.1);
}.customer-opinions-id .success-voices-id p {
    margin: 1rem 0 0;
    font-family: Arial, sans-serif;
    font-weight: 600;
    font-size: calc(14px * 1.1);
    color: #000000;
    transition: all 0.3s ease;
}.customer-opinions-id .success-voices-id:nth-child(even) p {
    text-align: right;
}.customer-opinions-id .success-voices-id .description {
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    margin-top: 0.75rem;
    position: relative;
    padding-top: 0.75rem;
    line-height: 1.6;
}.customer-opinions-id .success-voices-id .description::before {
    content: "";
    position: absolute;
    background: rgb(90,150,181,0.5);
    width: 40px;
    height: 2px;
    top: 0;
    transition: all 0.3s ease;
}.customer-opinions-id .success-voices-id:nth-child(odd) .description::before {
    left: 0;
}.customer-opinions-id .success-voices-id:nth-child(even) .description::before {
    right: 0;
}.customer-opinions-id .success-voices-id:hover .description::before {
    background: rgb(152,195,200);
    width: 60px;
}

@media (max-width: 991px) {.customer-opinions-id {
    padding: 5rem 0;
}.customer-opinions-id h2 {
    margin-bottom: 4rem;
}.customer-opinions-id .success-voices-id {
    width: 80%;
}
}

@media (max-width: 767px) {.customer-opinions-id {
    padding: 4rem 0;
}.customer-opinions-id::before,
    .customer-opinions-id::after {
    width: 50%;
}.customer-opinions-id h2 {
    margin-bottom: 3.5rem;
    font-size: calc(36px * 0.9);
}.customer-opinions-id .learner-ratings-id {
    gap: 2.5rem;
}.customer-opinions-id .success-voices-id,
    .customer-opinions-id .success-voices-id:nth-child(odd),
    .customer-opinions-id .success-voices-id:nth-child(even) {
    transform: none;
    align-self: center;
    width: 90%;
}.customer-opinions-id .success-voices-id::before {
    display: none;
}.customer-opinions-id .success-voices-id::after {
    display: none;
}.customer-opinions-id .success-voices-id p,
    .customer-opinions-id .success-voices-id:nth-child(even) p {
    text-align: center;
}.customer-opinions-id .success-voices-id img,
    .customer-opinions-id .success-voices-id:nth-child(even) img {
    align-self: center;
}.customer-opinions-id .success-voices-id .description::before,
    .customer-opinions-id .success-voices-id:nth-child(odd) .description::before,
    .customer-opinions-id .success-voices-id:nth-child(even) .description::before {
    transform: translateX(-50%);
    left: 50%;
}
}

@media (max-width: 480px) {.customer-opinions-id {
    padding: 3.5rem 0;
}.customer-opinions-id h2 {
    font-size: calc(36px * 0.8);
}.customer-opinions-id .learner-ratings-id {
    gap: 2rem;
}.customer-opinions-id .success-voices-id {
    padding: 1.5rem;
}.customer-opinions-id .success-voices-id img {
    height: 60px;
    width: 60px;
}}.modalDataProtection-id {
    position: fixed;
    background: rgb(199,218,219);
    bottom: 0;
    border-top: 2px solid rgb(152,195,200);
    width: 100%;
    z-index: 90;
}.cookie-updates-id {
    justify-content: space-between;
    align-items: center;
    display: flex;
    padding: 20px 0;
}.modalDataProtection-id h5 {
    margin-bottom: 6px;
    font-size: 22px;
}#popupPrivacyNotice-id {
    display: none;
}#popupPrivacyNotice-id:checked ~ .modalDataProtection-id {
    visibility: hidden;
    opacity: 0;
}.modalDataProtection-id p {
    font-size: 18px;
}.user-safety-id {
    margin-right: 10px;
    flex-shrink: 0;
}.user-safety-id svg, .user-safety-id svg path, .user-safety-id img {
    height: 100px;
    width: 100px;
    fill: rgb(152,195,200);
}.cookies-tracking-id {
    text-decoration: none;
    text-align: center;
    line-height: 35px;
    cursor: pointer;
    font-size: 24px;
    flex-shrink: 0;
    margin-left: 10px;
    color: rgb(152,195,200);
    border-bottom: 2px solid rgb(152,195,200);
    min-width: 120px;
    white-space: nowrap;
}.modalDataProtection-id p a {
    text-decoration: none;
    color: rgb(152,195,200);
}
@media only screen and (max-width: 1200px) {.modalDataProtection-id {
    padding: 20px;
}}

.content-wrapper-id .modalDataProtection-id {
    border: none;
    background: rgb(90,150,181);
    padding: 40px 0;
    box-shadow: rgb(90,150,181,0.5) 0px 0px 40px 39px;
}.content-wrapper-id .cookies-tracking-id {
    padding: 10px;
    border: none;
    margin-left: 30px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    background: rgb(152,195,200);
}.content-wrapper-id .privacy-cookies-id h5, .content-wrapper-id .privacy-cookies-id p {
    color: #ffffff;
}
@media only screen and (max-width: 800px) {.user-safety-id {
    display: none;
}.cookie-updates-id {
    align-items: center;
    justify-content: center;
    flex-direction: column;
}.modalDataProtection-id h5 {
    text-align: center;
}.modalDataProtection-id p {
    text-align: center;
}.privacy-cookies-id {
    margin-bottom: 20px;
}body .content-wrapper-id .cookies-tracking-id {
    margin-left: 0;
    margin-bottom: 10px;
}}.customer-support-id {
    position: relative;
    overflow: hidden;
    background: rgb(199,218,219);
    padding: 5rem 0;
}.customer-support-id::before {
    height: 100%;
    width: 100%;
    background: 
    radial-gradient(circle at 15% 15%, rgb(152,195,200,0.5) 0%, transparent 25%),
    radial-gradient(circle at 85% 85%, rgb(90,150,181,0.5) 0%, transparent 25%),
    repeating-linear-gradient(
      45deg,
      rgb(152,195,200,0.5) 0,
      rgb(152,195,200,0.5) 1px,
      transparent 1px,
      transparent 20px
    );
    animation: backgroundShift 20s infinite alternate ease-in-out;
    z-index: 1;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    opacity: 0.07;
}.customer-support-id::after {
    opacity: 0.05;
    position: absolute;
    z-index: 0;
    width: 200%;
    top: -50%;
    left: -50%;
    transform-origin: center;
    height: 200%;
    animation: rotateBg 40s infinite linear;
    background: 
    radial-gradient(circle at 70% 30%, rgb(152,195,200,0.5) 0%, transparent 10%),
    radial-gradient(circle at 30% 70%, rgb(90,150,181,0.5) 0%, transparent 10%),
    radial-gradient(circle at 50% 50%, #ffffff 0%, transparent 100%);
    content: "";
}@keyframes backgroundShift {
  0% {
    background-position: 0% 0%, 0% 0%, 0% 0%;
    background-size: 500px 500px, 500px 500px, 20px 20px;
  }
  100% {
    background-position: 5% 5%, 5% 5%, 0% 0%;
    background-size: 600px 600px, 600px 600px, 20px 20px;
  }
}

@keyframes rotateBg {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.customer-support-id .container {
    position: relative;
    z-index: 10;
}.customer-support-id .instant-contact-id {
    background-color: #ffffff;
    position: relative;
    border-radius: 12px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    padding: 3.5rem;
}.customer-support-id .instant-contact-id h2 {
    text-align: center;
    margin-bottom: 1.5rem;
    font-weight: 700;
    color: #000000;
    font-size: 30px;
}.customer-support-id .instant-contact-id p {
    text-align: center;
    color: #000000;
    line-height: 1.7;
    margin-bottom: 2rem;
    font-size: 15px;
}.customer-support-id .instant-contact-id p:last-of-type {
    align-items: center;
    color: #000000;
    display: flex;
    font-weight: 600;
    justify-content: center;
    margin-bottom: 2.5rem;
}.customer-support-id .instant-contact-id p:last-of-type svg {
    fill: rgb(152,195,200);
    width: 22px;
    height: 22px;
    margin-right: 12px;
}.customer-support-id .instant-contact-id p:last-of-type svg path {
    fill: rgb(152,195,200);
}.customer-support-id .ask-question-id {
    align-items: center;
    gap: 3rem;
    display: flex;
    justify-content: center;
    margin-top: 1rem;
}.customer-support-id .reach-out-id {
    height: 80px;
    font-size: 0;
    color: transparent;
    background-color: #ffffff;
    align-items: center;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
    justify-content: center;
    border-radius: 50%;
    position: relative;
    width: 80px;
    display: flex;
    transition: all 0.3s ease;
    border: 2px solid rgb(199,218,219);
}.customer-support-id .reach-out-id::after {
    left: 50%;
    transform: translateX(-50%);
    transition: opacity 0.3s ease;
    bottom: -30px;
    color: #000000;
    opacity: 0;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
    content: attr(title);
    position: absolute;
}.customer-support-id .reach-out-id:hover::after {
    opacity: 1;
}.customer-support-id .reach-out-id:hover {
    border-color: rgb(152,195,200);
    background-color: rgb(152,195,200);
    transform: translateY(-5px);
    box-shadow: 0 15px 25px rgba(rgb(152,195,200), 0.2);
}.customer-support-id .reach-out-id svg {
    height: 28px;
    transition: fill 0.3s ease;
    fill: rgb(152,195,200);
    width: 28px;
}.customer-support-id .reach-out-id:hover svg {
    fill: #ffffff;
}.customer-support-id .reach-out-id svg path {
    transition: fill 0.3s ease;
    fill: rgb(152,195,200);
}.customer-support-id .reach-out-id:hover svg path {
    fill: #ffffff;
}

@media (max-width: 991px) {.customer-support-id {
    padding: 4rem 0;
}.customer-support-id .instant-contact-id {
    padding: 2.5rem;
}.customer-support-id .instant-contact-id h2 {
    font-size: calc(30px * 0.9);
}
}

@media (max-width: 767px) {.customer-support-id {
    padding: 3rem 0;
}.customer-support-id .instant-contact-id {
    padding: 2rem;
}.customer-support-id .ask-question-id {
    flex-direction: row;
    gap: 2rem;
    justify-content: center;
    flex-wrap: wrap;
}.customer-support-id .reach-out-id {
    width: 70px;
    height: 70px;
}.customer-support-id .reach-out-id::after {
    font-size: calc(14px * 0.9);
    bottom: -25px;
}.customer-support-id .reach-out-id svg {
    width: 24px;
    height: 24px;
}}.connect-form-id {
    position: relative;
    overflow: hidden;
    padding: 6rem 0;
    perspective: 1000px;
    background: linear-gradient(
        225deg, 
        rgb(199,218,219) 0%, 
        rgb(90,150,181,0.5) 100%
    );
}.connect-form-id::before {
    top: 0;
    background: 
        repeating-linear-gradient(
            0deg, 
            rgba(255,255,255,0.02) 0, 
            rgba(255,255,255,0.02) 1px, 
            transparent 1px, 
            transparent 4px
        ),
        repeating-linear-gradient(
            90deg, 
            rgba(255,255,255,0.02) 0, 
            rgba(255,255,255,0.02) 1px, 
            transparent 1px, 
            transparent 4px
        );
    pointer-events: none;
    content: '';
    right: 0;
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
}.connect-form-id::after {
    top: -50%;
    background: radial-gradient(
        circle at center, 
        rgb(152,195,200,0.5) 0%, 
        transparent 70%
    );
    left: -50%;
    opacity: 0.6;
    content: '';
    animation: circuit-pulse 10s infinite alternate;
    position: absolute;
    width: 200%;
    height: 200%;
    z-index: 2;
}.connect-form-id .container {
    padding: 0 1rem;
    margin: 0 auto;
    max-width: 1300px;
    z-index: 3;
    position: relative;
}.connect-form-id h2 {
    color: #ffffff;
    letter-spacing: 0.1em;
    position: relative;
    margin-bottom: 3rem;
    font-weight: 700;
    font-size: 42px;
    text-align: center;
    text-transform: uppercase;
}.connect-form-id h2::before,
.connect-form-id h2::after {
    position: absolute;
    background: linear-gradient(
        to right, 
        transparent, 
        rgb(152,195,200), 
        transparent
    );
    bottom: -0.5rem;
    content: '';
    height: 2px;
}.connect-form-id h2::before {
    left: 0;
    width: 30%;
}.connect-form-id h2::after {
    width: 30%;
    right: 0;
}.connect-form-id .request-box-id {
    transition: transform 0.3s ease;
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.2),
        0 5px 15px rgba(0,0,0,0.1);
    display: flex;
    border: 1px solid rgb(152,195,200,0.5);
    background: rgb(90,150,181,0.5);
    border-radius: 12px;
    align-items: stretch;
    transform: rotateX(5deg) scale(0.98);
}.connect-form-id .request-box-id:hover {
    transform: rotateX(0) scale(1);
}.connect-form-id .media-thumbnail-id {
    position: relative;
    flex: 0 0 40%;
    overflow: hidden;
    min-height: 500px;
}.connect-form-id .media-thumbnail-id::before {
    width: 100%;
    mix-blend-mode: color-dodge;
    opacity: 0.7;
    height: 100%;
    background: linear-gradient(
        135deg, 
        rgb(152,195,200,0.5) 0%, 
        rgb(90,150,181,0.5) 100%
    );
    left: 0;
    content: '';
    position: absolute;
    top: 0;
}.connect-form-id .query-query-id {
    position: relative;
    display: flex;
    flex-direction: column;
    flex: 0 0 60%;
    justify-content: center;
    padding: 4rem 3rem;
}.connect-form-id .query-query-id::before {
    box-shadow: 0 0 20px rgb(152,195,200);
    background: rgb(152,195,200);
    animation: signal-pulse 2s infinite alternate;
    content: '';
    width: 10px;
    right: 2rem;
    height: 10px;
    position: absolute;
    border-radius: 50%;
    top: 2rem;
}.connect-form-id .query-query-id form {
    position: relative;
    max-width: 500px;
    z-index: 3;
    width: 100%;
    margin: 0 auto;
}.connect-form-id .query-query-id h3 {
    font-weight: 600;
    letter-spacing: 0.05em;
    text-align: center;
    color: #ffffff;
    margin-bottom: 2rem;
    font-size: 38px;
}.connect-form-id .query-query-id input:not([type="checkbox"]):not([type="submit"]) {
    border-radius: 10px;
    color: #ffffff;
    position: relative;
    padding: 1rem 1.5rem;
    width: 100%;
    font-size: 14px;
    background: rgb(90,150,181,0.5);
    outline: none;
    margin-bottom: 1.5rem;
    z-index: 2;
    border: 1px solid rgb(152,195,200,0.5);
    transition: all 0.3s ease;
}.connect-form-id .query-query-id input:not([type="checkbox"]):not([type="submit"])::before {
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.3s ease;
    content: '';
    position: absolute;
    background: linear-gradient(
        45deg, 
        transparent 0%, 
        rgb(152,195,200,0.5) 100%
    );
    width: 100%;
}.connect-form-id .query-query-id input:not([type="checkbox"]):not([type="submit"]):focus {
    border-color: rgb(152,195,200);
    box-shadow: 0 0 15px rgb(152,195,200,0.5);
}.connect-form-id .query-query-id input:not([type="checkbox"]):not([type="submit"]):focus::before {
    opacity: 1;
}.connect-form-id .query-query-id .inquiry-info-id {
    align-items: center;
    display: flex;
    margin-bottom: 1.5rem;
}.connect-form-id .query-query-id .inquiry-info-id input[type="checkbox"] {
    position: relative;
    cursor: pointer;
    width: 22px;
    border: 2px solid rgb(152,195,200,0.5);
    border-radius: 10px;
    height: 22px;
    appearance: none;
    background: rgb(90,150,181,0.5);
    margin-right: 1rem;
    transition: all 0.3s ease;
}.connect-form-id .query-query-id .inquiry-info-id input[type="checkbox"]:checked {
    background: rgb(152,195,200);
    border-color: rgb(152,195,200);
}.connect-form-id .query-query-id .inquiry-info-id input[type="checkbox"]:checked::after {
    content: '✔';
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 0.8rem;
    left: 50%;
    position: absolute;
    color: #ffffff;
}.connect-form-id .query-query-id .inquiry-info-id label {
    align-items: center;
    display: flex;
    font-size: 14px;
    color: #ffffff;
}.connect-form-id .query-query-id .inquiry-info-id a {
    color: rgb(152,195,200);
    transition: color 0.3s ease;
    margin-left: 0.3rem;
    text-decoration: none;
}.connect-form-id .query-query-id .inquiry-info-id a:hover {
    text-decoration: underline;
}.connect-form-id .query-query-id .connect-card-id {
    position: relative;
    width: 100%;
    padding: 1rem;
    background: rgb(152,195,200);
    overflow: hidden;
    text-transform: uppercase;
    border-radius: 10px;
    color: #ffffff;
    letter-spacing: 0.1em;
    border: none;
    font-size: 14px;
    transition: all 0.3s ease;
    font-weight: 600;
    cursor: pointer;
}.connect-form-id .query-query-id .connect-card-id::before {
    content: '';
    top: 0;
    height: 100%;
    transition: all 0.3s ease;
    left: -100%;
    width: 100%;
    background: linear-gradient(
        120deg, 
        transparent, 
        rgb(152,195,200,0.5), 
        transparent
    );
    position: absolute;
}.connect-form-id .query-query-id .connect-card-id:hover::before {
    left: 100%;
}.connect-form-id .query-query-id .connect-card-id:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgb(152,195,200,0.5);
}

@keyframes circuit-pulse {
    0% {
        transform: rotate(0deg) scale(1);
        opacity: 0.6;
    }
    100% {
        transform: rotate(5deg) scale(1.02);
        opacity: 0.8;
    }
}

@keyframes signal-pulse {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }
    100% {
        transform: scale(1.5);
        opacity: 1;
    }
}

@media screen and (max-width: 1024px) {.connect-form-id .request-box-id {
    flex-direction: column;
    transform: none;
}.connect-form-id .media-thumbnail-id {
    flex: 0 0 100%;
    min-height: 300px;
}.connect-form-id .query-query-id {
    padding: 3rem 2rem;
    flex: 0 0 100%;
}
}

@media screen and (max-width: 768px) {.connect-form-id {
    padding: 3rem 0;
}.connect-form-id h2 {
    font-size: calc(42px * 0.8);
    margin-bottom: 2rem;
}.connect-form-id .query-query-id h3 {
    font-size: calc(38px * 0.9);
}.connect-form-id .query-query-id input:not([type="checkbox"]):not([type="submit"]) {
    padding: 0.8rem 1.2rem;
    margin-bottom: 1rem;
}.connect-form-id .query-query-id .inquiry-info-id {
    align-items: flex-start;
}.connect-form-id .query-query-id .inquiry-info-id input[type="checkbox"] {
    margin-top: 0.2rem;
}
}

@media screen and (max-width: 480px) {.connect-form-id .request-box-id {
    border-radius: 0;
}.connect-form-id .media-thumbnail-id {
    min-height: 250px;
}.connect-form-id .query-query-id {
    padding: 2rem 1.5rem;
}}.company-info-id {
    isolation: isolate;
    overflow: hidden;
    padding: 120px 0 100px;
    position: relative;
}.company-info-id::before {
    width: 100%;
    content: "";
    left: 0;
    position: absolute;
    z-index: -1;
    height: 100%;
    top: 0;
    background: linear-gradient(135deg, rgb(90,150,181,0.5), rgba(0, 0, 0, 0.5) 70%);
}.company-info-id::after {
    position: absolute;
    animation: float 15s infinite ease-in-out;
    content: "";
    width: 300px;
    right: -50px;
    bottom: -50px;
    height: 300px;
    opacity: 0.1;
    background: rgb(152,195,200);
    filter: blur(30px);
    z-index: -1;
    transform: rotate(45deg);
}.company-info-id .container {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    z-index: 1;
    padding: 0 30px;
}.company-info-id h2 {
    color: #ffffff;
    padding-bottom: 12px;
    font-size: 32px;
    margin-bottom: 60px;
    letter-spacing: 1.5px;
    transform: translateX(-10px);
    display: inline-block;
    position: relative;
    font-weight: 700;
}.company-info-id h2::after {
    transform-origin: left;
    left: 0;
    content: "";
    bottom: 0;
    position: absolute;
    transform: scaleX(1);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    background: rgb(152,195,200);
    height: 4px;
    width: 80px;
}.company-info-id h2:hover::after {
    transform: scaleX(1.5);
}.company-info-id .text-group-id {
    max-width: 900px;
    margin-left: auto;
    padding: 50px;
    background: rgba(255, 255, 255, 0.92);
    transform: translateY(0);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    position: relative;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 40px), calc(100% - 40px) 100%, 0 100%);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}.company-info-id .text-group-id:hover {
    transform: translateY(-5px);
}.company-info-id .text-group-id::before {
    position: absolute;
    content: "";
    height: 180px;
    left: -90px;
    border: 3px solid rgb(90,150,181);
    z-index: -1;
    border-radius: 50%;
    width: 180px;
    top: -90px;
    opacity: 0.15;
}.company-info-id .text-group-id > div {
    position: relative;
}.company-info-id .text-group-id p {
    margin-bottom: 20px;
    font-weight: 600;
    display: inline-block;
    font-size: calc(21px * 1.1);
    color: rgb(152,195,200);
    padding-right: 50px;
    position: relative;
    transition: color 0.3s ease;
}.company-info-id .text-group-id p::after {
    width: 40px;
    transition: width 0.3s ease;
    top: 50%;
    height: 2px;
    transform: translateY(-50%);
    content: "";
    right: 0;
    position: absolute;
    background: rgb(152,195,200);
}.company-info-id .text-group-id div > div {
    column-count: 1;
    opacity: 0.9;
    column-gap: 40px;
    line-height: 1.8;
    font-size: 15px;
    color: #000000;
    position: relative;
    text-align: justify;
    hyphens: auto;
}.company-info-id .text-group-id div > div::first-letter {
    font-weight: 700;
    padding: 5px 10px 0 0;
    font-size: 1.8em;
    line-height: 1;
    float: left;
    color: rgb(152,195,200);
}

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

@media (min-width: 768px) {.company-info-id {
    padding: 150px 0 130px;
}.company-info-id .text-group-id {
    padding: 60px 70px;
}.company-info-id .text-group-id div > div {
    column-count: 2;
}.company-info-id h2 {
    margin-bottom: 80px;
    transform: translateX(-20px);
}
}

@media (min-width: 992px) {.company-info-id::before {
    background: linear-gradient(135deg, rgb(90,150,181,0.5), transparent 90%);
}.company-info-id .container {
    padding: 0 50px;
}.company-info-id .text-group-id {
    padding: 70px 80px;
    width: 85%;
    margin-left: 15%;
}.company-info-id h2 {
    font-size: calc(32px * 1.2);
    margin-bottom: 70px;
}.company-info-id .text-group-id::before {
    left: -125px;
    width: 250px;
    height: 250px;
    top: -125px;
}
}

@media (max-width: 767px) {.company-info-id {
    padding: 80px 0 60px;
}.company-info-id .text-group-id {
    padding: 30px 25px;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%);
}.company-info-id h2 {
    font-size: calc(32px * 0.9);
    margin-bottom: 40px;
}.company-info-id .text-group-id p {
    padding-right: 30px;
    font-size: calc(21px * 0.9);
}.company-info-id .text-group-id p::after {
    width: 25px;
}
}

@media (hover: hover) {.company-info-id .text-group-id:hover p {
    color: rgb(90,150,181);
}.company-info-id .text-group-id:hover p::after {
    background: rgb(90,150,181);
    width: 60px;
}
}

@media (prefers-reduced-motion) {.company-info-id::after {
    animation: none;
}.company-info-id .text-group-id:hover {
    transform: none;
}.company-info-id h2:hover::after {
    transform: scaleX(1);
}}.welcome-id {
    background: linear-gradient(135deg, rgb(199,218,219) 0%, rgb(152,195,200,0.5) 50%, rgb(90,150,181,0.5) 100%);
    width: 100%;
    overflow: hidden;
    position: relative;
}.welcome-id::before {
    height: 100%;
    left: 0;
    width: 100%;
    top: 0;
    background: 
        radial-gradient(circle at 10% 20%, rgb(152,195,200,0.5) 5%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgb(90,150,181,0.5) 10%, transparent 40%),
        linear-gradient(45deg, transparent 48%, rgb(152,195,200,0.5) 49%, rgb(152,195,200,0.5) 51%, transparent 52%),
        linear-gradient(-45deg, transparent 48%, rgb(90,150,181,0.5) 49%, rgb(90,150,181,0.5) 51%, transparent 52%);
    animation: patternShift 60s linear infinite;
    position: absolute;
    opacity: 0.5;
    z-index: 1;
    background-size: 100% 100%, 100% 100%, 60px 60px, 60px 60px;
    content: "";
}@keyframes patternShift {
    0% {
        background-position: 0% 0%, 0% 0%, 0 0, 0 0;
    }
    50% {
        background-position: 10% 20%, -10% -20%, 30px 30px, -30px -30px;
    }
    100% {
        background-position: 0% 0%, 0% 0%, 0 0, 0 0;
    }
}

.welcome-id .edu-heritage-id {
    display: flex;
    z-index: 2;
    min-height: 100vh;
    flex-direction: column;
    position: relative;
}.welcome-id .start-open-id {
    overflow: hidden;
    height: 100vh;
    top: 0;
    position: absolute;
    width: 100%;
    left: 0;
}.welcome-id .start-open-id input {
    display: none;
}.welcome-id .online-tech-id {
    display: flex;
    height: 100%;
    transition: transform 1.2s cubic-bezier(0.42, 0, 0.58, 1);
    width: 500%;
}.welcome-id .page-entry-id {
    width: 20%;
    height: 100%;
    position: relative;
}.welcome-id .page-entry-id img {
    width: 100%;
    object-fit: cover;
    transition: transform 8s ease-in-out;
    height: 100%;
    filter: brightness(0.85) contrast(1.1);
    transform: scale(1.05);
}.welcome-id .skill-upfast-id {
    left: 50%;
    transform: translateX(-50%);
    gap: 16px;
    z-index: 10;
    backdrop-filter: blur(8px);
    padding: 12px 20px;
    display: flex;
    bottom: 30px;
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 30px -15px #000000;
    border-radius: 19px;
    position: absolute;
}.welcome-id .skill-upfast-id label {
    height: 14px;
    width: 14px;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
    position: relative;
}.welcome-id .skill-upfast-id label::before {
    top: 0;
    position: absolute;
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
    left: 0;
    background: rgb(90,150,181,0.5);
    transform: scale(1);
    border-radius: 50%;
    content: "";
    width: 100%;
    height: 100%;
}.welcome-id .skill-upfast-id label::after {
    left: 50%;
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
    content: "";
    width: 6px;
    height: 6px;
    background: #ffffff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
}.welcome-id .skill-upfast-id label:hover::before {
    transform: scale(1.1);
    background: rgb(90,150,181);
}.welcome-id .text-group-id {
    margin-top: auto;
    z-index: 5;
    position: relative;
    background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0.5) 100%);
    padding: 40px 0 80px;
    width: 100%;
    backdrop-filter: blur(10px);
}.welcome-id .text-group-id .container {
    padding: 20px 30px;
    max-width: 1200px;
    border-left: 3px solid rgb(152,195,200);
    border-radius: 19px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    background: none;
    animation: slideUp 1s cubic-bezier(0.42, 0, 0.58, 1) forwards;
    transform: translateY(30px);
    margin: 0 auto;
    opacity: 0;
}@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.welcome-id .text-group-id h1 {
    font-size: 38px;
    color: rgb(152,195,200);
    position: relative;
    font-family: Arial, sans-serif;
    margin-bottom: 15px;
    padding-bottom: 15px;
    font-weight: 700;
}.welcome-id .text-group-id h1::after {
    width: 80px;
    background: rgb(152,195,200);
    bottom: 0;
    position: absolute;
    border-radius: 10px;
    height: 3px;
    left: 0;
    content: "";
}.welcome-id .text-group-id h3 {
    margin-bottom: 20px;
    font-weight: 600;
    color: rgb(90,150,181);
    font-family: Arial, sans-serif;
    font-size: 18px;
}.welcome-id .text-group-id p {
    font-size: 17px;
    margin-bottom: 0;
    max-width: 800px;
    color: #ffffff;
    font-weight: 400;
    font-family: Arial, sans-serif;
    letter-spacing: 0.02em;
    line-height: 1.8;
    text-shadow: 0 1px 3px #000000;
    -webkit-background-clip: text !important;
    background: linear-gradient(to right, #ffffff, #ffffff);
    -webkit-text-fill-color: #ffffff;
}.welcome-id input:nth-of-type(1):checked ~ .online-tech-id {
    transform: translateX(0);
}.welcome-id input:nth-of-type(2):checked ~ .online-tech-id {
    transform: translateX(-20%);
}.welcome-id input:nth-of-type(3):checked ~ .online-tech-id {
    transform: translateX(-40%);
}.welcome-id input:nth-of-type(4):checked ~ .online-tech-id {
    transform: translateX(-60%);
}.welcome-id input:nth-of-type(5):checked ~ .online-tech-id {
    transform: translateX(-80%);
}.welcome-id input:nth-of-type(6):checked ~ .online-tech-id {
    transform: translateX(-100%);
}.welcome-id input:nth-of-type(7):checked ~ .online-tech-id {
    transform: translateX(-120%);
}.welcome-id input:nth-of-type(8):checked ~ .online-tech-id {
    transform: translateX(-140%);
}.welcome-id input:nth-of-type(9):checked ~ .online-tech-id {
    transform: translateX(-160%);
}.welcome-id input:nth-of-type(10):checked ~ .online-tech-id {
    transform: translateX(-180%);
}.welcome-id input:nth-of-type(1):checked ~ .online-tech-id .page-entry-id:nth-child(1) img,
.welcome-id input:nth-of-type(2):checked ~ .online-tech-id .page-entry-id:nth-child(2) img,
.welcome-id input:nth-of-type(3):checked ~ .online-tech-id .page-entry-id:nth-child(3) img,
.welcome-id input:nth-of-type(4):checked ~ .online-tech-id .page-entry-id:nth-child(4) img,
.welcome-id input:nth-of-type(5):checked ~ .online-tech-id .page-entry-id:nth-child(5) img,
.welcome-id input:nth-of-type(6):checked ~ .online-tech-id .page-entry-id:nth-child(6) img,
.welcome-id input:nth-of-type(7):checked ~ .online-tech-id .page-entry-id:nth-child(7) img,
.welcome-id input:nth-of-type(8):checked ~ .online-tech-id .page-entry-id:nth-child(8) img,
.welcome-id input:nth-of-type(9):checked ~ .online-tech-id .page-entry-id:nth-child(9) img,
.welcome-id input:nth-of-type(10):checked ~ .online-tech-id .page-entry-id:nth-child(10) img {
    transform: scale(1);
}.welcome-id input:nth-of-type(1):checked ~ .skill-upfast-id label:nth-child(1)::before,
.welcome-id input:nth-of-type(2):checked ~ .skill-upfast-id label:nth-child(2)::before,
.welcome-id input:nth-of-type(3):checked ~ .skill-upfast-id label:nth-child(3)::before,
.welcome-id input:nth-of-type(4):checked ~ .skill-upfast-id label:nth-child(4)::before,
.welcome-id input:nth-of-type(5):checked ~ .skill-upfast-id label:nth-child(5)::before,
.welcome-id input:nth-of-type(6):checked ~ .skill-upfast-id label:nth-child(6)::before,
.welcome-id input:nth-of-type(7):checked ~ .skill-upfast-id label:nth-child(7)::before,
.welcome-id input:nth-of-type(8):checked ~ .skill-upfast-id label:nth-child(8)::before,
.welcome-id input:nth-of-type(9):checked ~ .skill-upfast-id label:nth-child(9)::before,
.welcome-id input:nth-of-type(10):checked ~ .skill-upfast-id label:nth-child(10)::before {
    background: rgb(152,195,200);
    transform: scale(1.2);
}.welcome-id input:nth-of-type(1):checked ~ .skill-upfast-id label:nth-child(1)::after,
.welcome-id input:nth-of-type(2):checked ~ .skill-upfast-id label:nth-child(2)::after,
.welcome-id input:nth-of-type(3):checked ~ .skill-upfast-id label:nth-child(3)::after,
.welcome-id input:nth-of-type(4):checked ~ .skill-upfast-id label:nth-child(4)::after,
.welcome-id input:nth-of-type(5):checked ~ .skill-upfast-id label:nth-child(5)::after,
.welcome-id input:nth-of-type(6):checked ~ .skill-upfast-id label:nth-child(6)::after,
.welcome-id input:nth-of-type(7):checked ~ .skill-upfast-id label:nth-child(7)::after,
.welcome-id input:nth-of-type(8):checked ~ .skill-upfast-id label:nth-child(8)::after,
.welcome-id input:nth-of-type(9):checked ~ .skill-upfast-id label:nth-child(9)::after,
.welcome-id input:nth-of-type(10):checked ~ .skill-upfast-id label:nth-child(10)::after {
    transform: translate(-50%, -50%) scale(1);
}

@media (max-width: 991px) {.welcome-id .edu-heritage-id {
    min-height: 90vh;
}.welcome-id .start-open-id {
    height: 90vh;
}.welcome-id .text-group-id {
    padding: 30px 0 60px;
}.welcome-id .text-group-id h1 {
    font-size: calc(38px * 0.9);
}.welcome-id .text-group-id h3 {
    font-size: calc(18px * 0.9);
}.welcome-id .text-group-id p {
    font-size: calc(17px * 0.95);
}.welcome-id .skill-upfast-id {
    padding: 10px 16px;
    bottom: 25px;
}.welcome-id .skill-upfast-id label {
    height: 12px;
    width: 12px;
}
}

@media (max-width: 767px) {.welcome-id .edu-heritage-id {
    min-height: 80vh;
}.welcome-id .start-open-id {
    height: 80vh;
}.welcome-id .text-group-id {
    padding: 25px 0 50px;
}.welcome-id .text-group-id .container {
    padding: 15px 20px;
}.welcome-id .text-group-id h1 {
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: calc(38px * 0.8);
}.welcome-id .text-group-id h1::after {
    height: 2px;
    width: 60px;
}.welcome-id .text-group-id h3 {
    font-size: calc(18px * 0.8);
    margin-bottom: 15px;
}.welcome-id .text-group-id p {
    font-size: calc(17px * 0.9);
    line-height: 1.6;
}.welcome-id .skill-upfast-id {
    gap: 10px;
    bottom: 20px;
    padding: 8px 12px;
}.welcome-id .skill-upfast-id label {
    width: 10px;
    height: 10px;
}.welcome-id .skill-upfast-id label::after {
    width: 4px;
    height: 4px;
}
}

@media (max-width: 479px) {.welcome-id .edu-heritage-id {
    min-height: 70vh;
}.welcome-id .start-open-id {
    height: 70vh;
}.welcome-id .text-group-id {
    padding: 20px 0 40px;
}.welcome-id .text-group-id h1 {
    font-size: calc(38px * 0.7);
}.welcome-id .text-group-id h3 {
    font-size: calc(18px * 0.7);
}.welcome-id .text-group-id p {
    font-size: calc(17px * 0.85);
}.welcome-id .skill-upfast-id {
    gap: 8px;
    padding: 6px 10px;
    bottom: 15px;
}.welcome-id .skill-upfast-id label {
    width: 8px;
    height: 8px;
}.welcome-id .skill-upfast-id label::after {
    height: 3px;
    width: 3px;
}}header .top_plank {
    background: rgb(152,195,200);
    color:  #ffffff;
}header .top_plank .nav-alert-id div svg, header .top_plank .nav-alert-id div svg path {
    fill: #ffffff;
}header .top_plank .nav-alert-id div span {
    color: #ffffff;
}header .top_plank .nav-alert-id {
    line-height: 21px;
    padding: 15px 0 10px 0;
    width: 100%;
    flex-wrap: wrap;
    display: flex;
    font-size: 12px;
    align-items: center;
    justify-content: flex-start;
}header .top_plank .nav-alert-id div {
    justify-content: flex-start;
    align-items: center;
    margin-right: 24px;
    display: flex;
}header .top_plank .nav-alert-id div img, header .top_plank .nav-alert-id div svg {
    margin-right: 8px;
    width: 16px;
    height: 16px;
}