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

.top-learn-40 {
    flex: 1 0 auto;
}

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

.wrapper-skeleton-15 {
    height: 100%;
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

header,footer {
    width: 100%;
}

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


.connect-form-03 {
    position: relative;
    overflow: hidden;
    background: rgb(177,203,200);
    padding: 80px 0;
}

.connect-form-03 .image-box-wrap-57 {
    top: 0;
    height: 100%;
    width: 50%;
    clip-path: polygon(0 0, 100% 0, 70% 100%, 0 100%);
    z-index: 1;
    left: 0;
    position: absolute;
}

.connect-form-03 .image-box-wrap-57::before {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.6), transparent);
    position: absolute;
    height: 100%;
    top: 0;
    width: 100%;
    left: 0;
    content: '';
}

.connect-form-03 .connect-reach-37 {
    background: #ffffff;
    overflow: hidden;
    border-radius: 24px;
    position: relative;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    display: flex;
    z-index: 3;
}

.connect-form-03 .connect-reach-37::before {
    opacity: 0.2;
    right: 0;
    height: 150px;
    background: rgb(142,167,163,0.5);
    content: '';
    position: absolute;
    transform: translate(50%, -50%);
    width: 150px;
    top: 0;
    border-radius: 50%;
}

.connect-form-03 .inquiry-info-82 {
    padding: 50px;
    position: relative;
    flex: 1;
}

.connect-form-03 form h3 {
    margin-bottom: 25px;
    text-align: left;
    font-size: 21px;
}

.connect-form-03 input[type="text"],
.connect-form-03 textarea {
    margin-bottom: 20px;
    font-size: 18px;
    border: 2px solid rgba(0, 0, 0, 0.08);
    font-family: Arial, sans-serif;
    color: #000000;
    transition: all 0.3s ease;
    border-radius: 24px;
    background: #ffffff;
    padding: 15px 20px;
    width: 100%;
}

.connect-form-03 .reach-list-43 input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.connect-form-03 .reach-list-43 label::before {
    left: 0;
    border-radius: 10px;
    transition: all 0.3s ease;
    content: '';
    width: 20px;
    top: 2px;
    height: 20px;
    position: absolute;
    border: 2px solid rgb(142,167,163,0.5);
}

.connect-form-03 .reach-list-43 input[type="checkbox"]:checked + label::after {
    position: absolute;
    border: solid #ffffff;
    left: 7px;
    width: 6px;
    border-width: 0 2px 2px 0;
    height: 10px;
    transform: rotate(45deg);
    top: 6px;
    content: '';
}

.connect-form-03 .query-widget-42::before {
    transition: transform 0.4s ease;
    background: rgb(107,129,125);
    position: absolute;
    width: 100%;
    content: '';
    z-index: -1;
    left: 0;
    transform: translateX(-100%);
    top: 0;
    height: 100%;
}

.connect-form-03 .query-widget-42:hover {
    box-shadow: 0 5px 15px rgb(142,167,163,0.5);
}

.connect-form-03 .connect-request-01 {
    position: relative;
    width: 35%;
    overflow: hidden;
    color: #ffffff;
    padding: 50px;
    background: linear-gradient(135deg, rgb(142,167,163), rgb(107,129,125));
}

.connect-form-03 .connect-request-01 h4 {
    color: #ffffff;
    position: relative;
    font-weight: 600;
    margin-bottom: 30px;
    font-size: 21px;
    font-family: Arial, sans-serif;
}

.connect-form-03 .connect-request-01 h4::after {
    content: '';
    background: #ffffff;
    position: absolute;
    border-radius: 3px;
    height: 3px;
    width: 40px;
    bottom: -10px;
    left: 0;
}

.connect-form-03 .request-panel-82 li {
    transition: transform 0.3s ease;
    margin-bottom: 25px;
    align-items: flex-start;
    padding-bottom: 15px;
    display: flex;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.connect-form-03 .request-panel-82 svg path {
    transition: fill 0.3s ease;
    fill: #ffffff;
}

.connect-form-03 .request-panel-82 li:hover svg path {
    fill: rgba(255, 255, 255, 0.8);
}

.connect-form-03 .request-panel-82 a {
    transition: all 0.3s ease;
    color: #ffffff;
    text-decoration: none;
}

.leadership-experience-09 {
    isolation: isolate;
    padding: 5rem 2rem;
    background: rgb(177,203,200);
    overflow: hidden;
    position: relative;
}

.leadership-experience-09::after {
    bottom: -5%;
    content: "";
    height: 30%;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    position: absolute;
    left: -5%;
    background: rgb(107,129,125,0.5);
    width: 30%;
    animation: morph 15s linear infinite alternate;
    z-index: -1;
}

.leadership-experience-09 .image-box-wrap-57 {
    grid-row: 1 / 2;
    grid-column: 1 / 2;
    z-index: 2;
    position: relative;
    height: 450px;
    border-radius: 0;
    clip-path: polygon(0 0, 85% 0, 100% 100%, 0 100%);
    transform: translateX(-5%);
    width: 100%;
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.leadership-experience-09 .client-testimonials-57:hover .image-box-wrap-57 {
    filter: contrast(1.1);
    transform: translateX(0) scale(1.02);
}

.leadership-experience-09 .client-testimonials-57:hover .emp-summary-65 {
    transform: translateX(-10%) translateY(-5px);
    box-shadow: 0 25px 50px -15px rgba(0, 0, 0, 0.5);
}

.leadership-experience-09 .name {
    display: inline-block;
    font-size: 34px;
    margin-bottom: 0.7rem;
    position: relative;
    color: rgb(142,167,163);
    font-weight: 700;
}

.leadership-experience-09 .client-testimonials-57:hover .name::before {
    transform: rotate(45deg) scale(1);
}

.leadership-experience-09 .emp-summary-65 > div:nth-child(2) {
    margin-bottom: 2rem;
    transform: translateX(-20px);
    transition: all 0.5s ease 0.3s;
    opacity: 0.9;
    color: rgb(107,129,125);
    font-size: 16px;
    font-weight: 600;
    opacity: 0;
}

.leadership-experience-09 .emp-block-43 {
    opacity: 0;
    position: relative;
    padding-top: 20px;
    transform: translateY(20px);
    font-style: italic;
    font-weight: 400;
    line-height: 1.7;
    transition: all 0.5s ease 0.5s;
    color: #000000;
    font-size: 18px;
}



.leadership-experience-09 .emp-summary-65::after {
    bottom: 20px;
    background: rgb(142,167,163,0.5);
    width: 40px;
    animation: float 4s ease-in-out infinite;
    content: "";
    height: 40px;
    z-index: -1;
    right: 20px;
    position: absolute;
    border-radius: 50%;
}


#cookie-info-banner-45 {
    display: none;
}

#cookie-info-banner-45:checked ~ .overlayConsentSettings-96 {
    visibility: hidden;
    opacity: 0;
}

.track-accept-27 {
    padding: 20px 5%;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
}

.overlayConsentSettings-96 p {
    color: #ffffff;
    line-height: 1.5;
    font-family: Arial, sans-serif;
    font-size: 14px;
}

.cookie-protect-50 svg {
    width: 80px;
    height: 80px;
    fill: rgb(142,167,163);
    transition: transform 0.3s ease-in-out;
}

.manage-tracking-13 {
    text-align: center;
    line-height: 40px;
    margin-left: 10px;
    font-size: 18px;
    box-shadow: 0 0 15px rgb(142,167,163);
    cursor: pointer;
    padding: 10px 20px;
    min-width: 140px;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    flex-shrink: 0;
    white-space: nowrap;
    border-radius: 23px;
    background: linear-gradient(90deg, rgb(142,167,163), rgb(107,129,125));
    text-decoration: none;
    color: #000000;
}

.overlayConsentSettings-96 p a:hover {
    color: rgb(107,129,125);
}

.opening-page-70::before {
    position: absolute;
    width: 100%;
    content: "";
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgba(94, 170, 168, 0.03),
        rgba(94, 170, 168, 0.03) 10px,
        transparent 10px,
        transparent 20px
    );
}

.opening-page-70 h1 {
    margin-bottom: 3rem;
    text-align: center;
    font-size: clamp(1.5rem, 4vw, 2.5rem);
    position: relative;
    color: rgb(142,167,163);
    transform: translateY(-10px);
    opacity: 0;
    font-weight: 700;
    animation: fadeSlideDown 0.8s ease-out 0.2s forwards;
}

.opening-page-70 h1 {
    margin-bottom: 4rem;
}

.opening-page-70 .study-programs-87 {
    grid-template-columns: 1fr;
    display: grid;
    gap: 2rem;
    position: relative;
}

.opening-page-70 .study-programs-87 {
    gap: 5rem;
}

.opening-page-70 ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

.opening-page-70 ol li {
    margin-bottom: 2rem;
}

.opening-page-70 .page-front-96 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.opening-page-70 svg {
    margin-bottom: 1.5rem;
    height: 100px;
    width: 100px;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: scale(0.9);
}

.opening-page-70 svg {
    width: 120px;
    height: 120px;
}

.opening-page-70 svg path {
    transition: fill 0.3s ease;
    fill: rgb(107,129,125);
}

.opening-page-70 .page-front-96:hover svg path,
.opening-page-70 .page-front-96:hover svg text {
    fill: rgb(142,167,163);
}

.opening-page-70 .query-widget-42 {
    transform: translateY(0);
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    color: #ffffff;
    position: relative;
    border-radius: 30px;
    font-weight: 600;
    padding: 0.8rem 2rem;
    display: inline-block;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(94, 170, 168, 0.3);
    font-size: 20px;
    z-index: 1;
    background: linear-gradient(135deg, rgb(142,167,163) 0%, rgb(107,129,125) 100%);
}

.opening-page-70 .query-widget-42:hover::before {
    opacity: 1;
}

.opening-page-70 .image-box-wrap-57 {
    overflow: hidden;
    transform: translateY(20px);
    border-radius: 30px;
    animation: fadeSlideUp 0.8s ease-out 0.6s forwards;
    opacity: 0;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    position: relative;
    height: 400px;
}

.opening-page-70 .image-box-wrap-57 {
    height: 600px;
}

.opening-page-70 .image-box-wrap-57 {
    opacity: 0;
    transform: translateX(20px);
    animation: fadeSlideLeft 0.8s ease-out 0.6s forwards;
}

.opening-page-70 .image-box-wrap-57:hover::after {
    opacity: 0;
}

.secure-sanctuary-15 {
    color: #000000;
    font-family: Arial, sans-serif;
    background-color: rgb(177,203,200);
    padding: 40px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
}

.secure-sanctuary-15 h3,
.secure-sanctuary-15 h4,
.secure-sanctuary-15 h5,
.secure-sanctuary-15 h6 {
    margin-bottom: 10px;
    font-weight: 300;
    color: rgb(142,167,163);
    font-size: 19px;
}

.secure-sanctuary-15 ol {
    list-style-type: decimal;
}

.secure-sanctuary-15 li {
    margin-bottom: 10px;
    font-size: 16px;
    color: #000000;
}

.secure-sanctuary-15 div {
    margin-bottom: 20px;
}

.educational-gains-65 {
    padding: 80px 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, #ffffff 0%, rgb(177,203,200) 100%);
    font-family: Arial, sans-serif;
}

.educational-gains-65::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    animation: movePattern 60s linear infinite;
    width: 100%;
    opacity: 0.1;
    height: 100%;
    background-image: repeating-linear-gradient(
    45deg,
    #ffffff 0px,
    #ffffff 1px,
    transparent 1px,
    transparent 15px
  );
}

.educational-gains-65 .study-programs-87::before {
    background-size: 200% 100%;
    content: "";
    animation: gradientShift 8s linear infinite;
    width: 100%;
    height: 8px;
    opacity: 0.7;
    position: absolute;
    background: linear-gradient(90deg, 
    rgb(142,167,163), 
    rgb(107,129,125), 
    rgb(142,167,163));
    top: 0;
    left: 0;
}

.educational-gains-65 .image-box-wrap-57:hover {
    transform: scale(1.03);
    box-shadow: 
    15px 15px 35px rgba(0, 0, 0, 0.15),
    -7px -7px 25px rgba(255, 255, 255, 0.8);
}

.educational-gains-65 .statement-holder-58 {
    flex: 1;
    position: relative;
}

.educational-gains-65 h3::after {
    bottom: 0;
    width: 60px;
    height: 3px;
    transition: width 0.3s ease;
    border-radius: 10px;
    left: 0;
    content: "";
    position: absolute;
    background: linear-gradient(to right, rgb(142,167,163), rgb(107,129,125));
}

.educational-gains-65 li:last-child {
    margin-bottom: 0;
}

.educational-gains-65 li::before {
    background: linear-gradient(to bottom, rgb(142,167,163,0.5), rgb(107,129,125,0.5));
    border-radius: 10px;
    width: 3px;
    left: 0;
    top: 0;
    position: absolute;
    opacity: 0.5;
    content: "";
    transition: all 0.3s ease;
    height: 100%;
}

.educational-gains-65 li:hover p {
    box-shadow: 
    5px 5px 15px rgba(0, 0, 0, 0.05),
    -5px -5px 15px rgba(255, 255, 255, 1);
}

.educational-gains-65 svg {
    height: 24px;
    padding: 10px;
    flex-shrink: 0;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    background: linear-gradient(135deg, rgb(142,167,163,0.5), rgb(107,129,125,0.5));
    width: 24px;
    transition: all 0.3s ease;
}

.educational-gains-65 li:hover svg {
    transform: rotate(10deg);
    background: linear-gradient(135deg, rgb(142,167,163), rgb(107,129,125));
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.15);
}

.course-highlights-03::after {
    opacity: 0.4;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 80%, rgb(142,167,163,0.5) 0%, transparent 15%),
        radial-gradient(circle at 80% 20%, rgb(107,129,125,0.5) 0%, transparent 15%),
        radial-gradient(circle at 50% 50%, rgb(142,167,163,0.5) 0%, transparent 20%);
    top: 0;
    position: absolute;
    content: "";
    z-index: 0;
    pointer-events: none;
    left: 0;
    width: 100%;
}

.course-highlights-03 .image-box-wrap-57 {
    position: relative;
    height: 380px;
    transform: perspective(1000px) rotateX(2deg) rotateY(-2deg);
    overflow: hidden;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    z-index: 2;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
}

.course-highlights-03 .image-box-wrap-57::after {
    transition: opacity 0.5s ease-out;
    z-index: 2;
    width: 120%;
    position: absolute;
    top: -10%;
    content: "";
    height: 120%;
    opacity: 0;
    pointer-events: none;
    background: radial-gradient(circle at center, transparent 30%, rgba(0, 0, 0, 0.2) 100%);
    left: -10%;
}

.course-highlights-03 .statement-holder-58::before {
    opacity: 0.05;
    top: 0;
    height: 100%;
    background: linear-gradient(135deg, rgb(107,129,125,0.5) 0%, transparent 100%);
    left: 0;
    width: 100%;
    content: "";
    position: absolute;
    z-index: -1;
}

.course-highlights-03 h3 {
    margin-bottom: 1.5rem;
    font-size: calc(24px * 1.1);
    line-height: 1.3;
    font-weight: 600;
    color: #000000;
    position: relative;
}

.course-highlights-03 .statement-holder-58:hover h3::after {
    width: 90px;
}

.course-highlights-03 .description {
    line-height: 1.7;
    margin-bottom: 1.5rem;
    font-size: 18px;
    color: #000000;
}

.course-highlights-03 p.description {
    scrollbar-color: rgb(107,129,125,0.5) transparent;
    padding-right: 15px;
    max-height: 300px;
    margin-top: 0;
    overflow-y: auto;
    scrollbar-width: thin;
}

.our-team-68::before {
    z-index: -1;
    background: 
        repeating-linear-gradient(
            -45deg,
            transparent,
            transparent 5px,
            rgba(rgb(142,167,163,0.5), 0.03) 5px,
            rgba(rgb(142,167,163,0.5), 0.03) 10px
        );
    position: absolute;
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
}

.our-team-68::before {
    content: "";
    width: 100%;
    bottom: 0;
    height: 5px;
    position: absolute;
    left: 0;
    background: linear-gradient(to right, 
        rgb(142,167,163) 0%, 
        rgb(142,167,163) 20%, 
        transparent 20%, 
        transparent 40%,
        rgb(107,129,125) 40%, 
        rgb(107,129,125) 60%,
        transparent 60%,
        transparent 80%,
        rgb(142,167,163) 80%,
        rgb(142,167,163) 100%
    );
}

.our-team-68 .learn-online-07 {
    display: grid;
    position: relative;
    gap: 50px;
    grid-template-columns: 1fr;
}

.our-team-68 .edu-commit-54 {
    align-items: center;
    gap: 30px;
    padding: 0;
    grid-template-columns: 3fr 7fr;
    position: relative;
    display: grid;
}

.our-team-68 .edu-commit-54:nth-child(1) h3 {
    grid-row: 1;
    grid-column: 1;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
    margin-right: -30px;
    z-index: 2;
}

.our-team-68 .edu-commit-54:nth-child(2) h3 {
    background: linear-gradient(
        135deg, 
        rgba(0, 0, 0, 0.5) 0%, 
        rgb(107,129,125,0.5) 100%
    );
    box-shadow: -5px 5px 15px rgba(0, 0, 0, 0.1);
    grid-column: 2;
    grid-row: 1;
    z-index: 2;
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
    margin-left: -30px;
}

.our-team-68 .edu-commit-54:nth-child(1) p {
    border-left: 3px solid rgb(142,167,163);
    grid-row: 1;
    grid-column: 2;
    margin-left: -20px;
    clip-path: polygon(20px 0, 100% 0, 100% 100%, 0 100%);
}

.our-team-68 .edu-commit-54:nth-child(1)::before {
    top: 50%;
    content: "";
    position: absolute;
    opacity: 0.2;
    transform: translateY(-50%);
    height: 200px;
    border-radius: 50%;
    right: -100px;
    animation: rotate 30s linear infinite;
    width: 200px;
    z-index: 0;
    border: 1px dashed rgb(142,167,163,0.5);
}

.learning-process-35 {
    position: relative;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(177,203,200) 0%, rgba(245, 247, 250, 0.85) 100%);
    overflow: hidden;
}

.learning-process-35::after {
    width: 35%;
    bottom: -5%;
    content: "";
    position: absolute;
    height: 65%;
    left: -3%;
    animation-delay: 2s;
    animation: floatGradient 14s ease-in-out infinite alternate;
    background: linear-gradient(240deg, rgb(107,129,125,0.5) 0%, rgba(255, 255, 255, 0) 80%);
    transform: rotate(12deg) skewX(-8deg);
    opacity: 0.12;
    z-index: 1;
}

.learning-process-35 .study-programs-87 {
    background: rgba(255, 255, 255, 0.85);
    transform: perspective(1000px) rotateX(2deg);
    display: flex;
    backdrop-filter: blur(5px);
    position: relative;
    padding: 3.5rem;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    justify-content: center;
    align-items: center;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05),
                0 5px 15px rgba(0, 0, 0, 0.03);
}

.learning-process-35 h3::after {
    transform: scaleX(0);
    transform-origin: left;
    background: linear-gradient(90deg, rgb(142,167,163) 0%, rgb(107,129,125) 100%);
    left: 0;
    animation-delay: 0.6s;
    width: 80px;
    height: 3px;
    position: absolute;
    content: "";
    animation: expandLine 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    bottom: -12px;
}

.learning-process-35 p span {
    position: relative;
    display: inline-block;
}

.learning-process-35 p span::before {
    animation: rotateIn 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    transform: rotate(45deg) scale(0);
    animation-delay: 0.9s;
    border-radius: 1px;
    top: -12px;
    width: 30px;
    background: rgb(142,167,163,0.5);
    z-index: -1;
    height: 30px;
    position: absolute;
    content: "";
    left: -15px;
    opacity: 0.1;
}

header .head-bar-08::before {
    opacity: 0.3;
    height: 200%;
    background: radial-gradient(circle, rgb(107,129,125,0.5) 1%, transparent 10%);
    background-size: 15px 15px;
    animation: backgroundShift 20s linear infinite;
    position: absolute;
    width: 200%;
    content: "";
    top: -50%;
    left: -50%;
    z-index: -1;
}

header .head-bar-08 .top-know-91 {
    position: relative;
    overflow: visible;
}

header .head-bar-08 .top-know-91::after {
    content: "";
    box-shadow: 0 0 8px 2px rgb(107,129,125);
    left: 0;
    transform-origin: left;
    width: 100%;
    bottom: -8px;
    position: absolute;
    background: rgb(107,129,125);
    animation: neonPulse 3s infinite alternate;
    transform: scaleX(0);
    height: 2px;
}

header .head-bar-08 .top-know-91 svg {
    height: auto;
    filter: drop-shadow(0 0 5px rgb(107,129,125,0.5));
    width: 120px;
}

header .head-bar-08 .nav-pagebar-69::before {
    transform: scaleX(0.5);
    height: 2px;
    background: rgb(142,167,163);
    left: 0;
    content: "";
    animation: neonPulse 4s infinite alternate-reverse;
    box-shadow: 0 0 10px 2px rgb(142,167,163);
    top: 105%;
    position: absolute;
    width: 100%;
}

header .head-bar-08 .top-pagewrap-20 a::before {
    border-radius: 10px;
    transition: opacity 0.3s ease, transform 0.3s ease;
    top: 0;
    height: 100%;
    opacity: 0;
    position: absolute;
    transform: scale(0.9);
    left: 0;
    background: rgb(142,167,163,0.5);
    z-index: -1;
    width: 100%;
    content: "";
}

header .head-bar-08 .top-pagewrap-20 a:hover::before {
    transform: scale(1);
    opacity: 0.2;
}

.plan-option-39 {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    background: rgb(177,203,200);
}

.plan-option-39::after {
    height: 250px;
    bottom: -50px;
    left: -50px;
    background: rgb(107,129,125,0.5);
    width: 250px;
    filter: blur(60px);
    position: absolute;
    animation: float-effect 15s infinite alternate-reverse ease-in-out;
    z-index: 0;
    content: "";
}

.plan-option-39 .rate-panel-52 {
    display: flex;
    gap: 60px;
    flex-direction: column;
}

.plan-option-39 .learn-pricing-64 h2 {
    color: #000000;
    margin-bottom: 20px;
    display: inline-block;
    position: relative;
    font-weight: 700;
    font-size: 32px;
}

.plan-option-39 .discount-plan-04 {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 0;
    color: #000000;
    opacity: 0.85;
}

.plan-option-39 .plan-pricing-95 {
    perspective: 1000px;
    gap: 30px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}

.plan-option-39 .program-fees-54:hover {
    transform: translateY(-10px) scale(1.02);
}

.plan-option-39 .training-sub-98 {
    position: relative;
    transform-style: preserve-3d;
    border-radius: 10px;
    flex-direction: column;
    display: flex;
    background: #ffffff;
    transition: box-shadow 0.4s ease;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    height: 100%;
}

.plan-option-39 .rate-options-04::before {
    transform-origin: left;
    background: linear-gradient(90deg, rgb(142,167,163), rgb(107,129,125));
    left: 0;
    position: absolute;
    transition: transform 0.5s ease;
    top: 0;
    transform: scaleX(0);
    height: 5px;
    right: 0;
    content: "";
}

.plan-option-39 .program-fees-54:hover .rate-options-04 h3 {
    transform: translateX(5px);
    color: rgb(142,167,163);
}

.plan-option-39 .program-price-18::before {
    left: 0;
    width: 40px;
    height: 2px;
    background: rgb(107,129,125,0.5);
    transition: width 0.4s ease;
    bottom: -8px;
    content: "";
    position: absolute;
}

.plan-option-39 .program-fees-54:hover .program-price-18::before {
    width: 80px;
}

.plan-option-39 .image-box-wrap-57 {
    position: relative;
    transform: translateZ(-10px);
    height: 200px;
    overflow: hidden;
    transition: transform 0.6s ease, filter 0.6s ease;
}

.plan-option-39 .image-box-wrap-57::after {
    transition: opacity 0.5s ease;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    inset: 0;
    position: absolute;
    opacity: 0.6;
    content: "";
}

.plan-option-39 .program-fees-54::after {
    right: 30px;
    border-radius: 50%;
    top: 100%;
    content: "";
    background: rgb(142,167,163,0.5);
    left: 30px;
    filter: blur(10px);
    transition: opacity 0.4s ease;
    opacity: 0;
    position: absolute;
    height: 15px;
    z-index: -1;
}

.user-comments-20 .study-programs-87 {
    max-width: 1200px;
    margin: 0 auto;
    z-index: 1;
    position: relative;
}

.user-comments-20 h4 {
    position: relative;
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 4rem;
    transform: skewX(-5deg);
    text-align: center;
    color: #000000;
}

.user-comments-20 .learner-feedback-31 {
    grid-template-columns: repeat(3, 1fr);
    display: grid;
    perspective: 1000px;
    gap: 3rem;
}

.user-comments-20 .client-testimonials-57 {
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    padding: 2.5rem;
    transition: all 0.5s ease;
    position: relative;
    border-radius: 24px;
    transform: rotateX(10deg) rotateY(-5deg);
    backface-visibility: hidden;
}

.user-comments-20 .client-testimonials-57 .image-box-wrap-57 {
    height: 80px;
    width: 80px;
    margin: 0 auto 1.5rem;
    border: 4px solid #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    transition: all 0.3s ease;
}

.user-comments-20 .client-testimonials-57 span::after {
    content: "";
    width: 40px;
    display: block;
    margin: 0.5rem auto;
    height: 2px;
    background: rgb(142,167,163);
}

.tyDiv-45 {
    background: linear-gradient(135deg, rgb(142,167,163,0.5), rgb(107,129,125,0.5));
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}

.tyDiv-45::after {
    position: absolute;
    top: -50%;
    transform: rotate(35deg) scale(2);
    height: 100%;
    right: -50%;
    animation: shimmer 8s infinite linear;
    content: "";
    z-index: 0;
    pointer-events: none;
    width: 100%;
    background: linear-gradient(45deg, transparent, rgb(142,167,163,0.5), transparent);
}

.tyDiv-45 .study-programs-87 {
    flex-direction: column;
    box-shadow: 
        0 20px 40px rgba(0,0,0,0.1),
        0 0 0 1px rgba(255,255,255,0.15),
        inset 0 0 20px rgba(rgb(142,167,163),0.05);
    position: relative;
    padding: 60px 50px;
    gap: 40px;
    transform: perspective(1000px) rotateX(2deg);
    display: flex;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.92);
}

.tyDiv-45 .study-programs-87 > div:first-child {
    padding-bottom: 30px;
    position: relative;
}

.tyDiv-45 .study-programs-87 > div:first-child::after {
    content: "";
    bottom: 0;
    left: 0;
    transition: transform 0.4s ease;
    width: 80px;
    background: linear-gradient(90deg, rgb(142,167,163), rgb(107,129,125));
    position: absolute;
    transform-origin: left center;
    height: 3px;
}

.tyDiv-45 h5::before {
    position: absolute;
    left: -20px;
    width: 10px;
    transform: translateY(-50%) rotate(45deg);
    content: "";
    transition: transform 0.3s ease;
    opacity: 0.8;
    top: 50%;
    background: rgb(142,167,163);
    height: 10px;
}

.tyDiv-45 p {
    transition: color 0.3s ease;
    color: #000000;
    font-family: Arial, sans-serif;
    font-weight: 400;
    font-size: 18px;
    position: relative;
    margin: 0;
    line-height: 1.8;
    z-index: 2;
}

header .top_plank .skill-high-74 div span {
    color: #ffffff;
}

header .top_plank .skill-high-74 div {
    margin-right: 24px;
    align-items: center;
    display: flex;
    justify-content: flex-start;
}

header .top_plank .skill-high-74 div img, header .top_plank .skill-high-74 div svg {
    height: 16px;
    width: 16px;
    margin-right: 8px;
}

footer .carbon-cta-72::after {
    position: absolute;
    opacity: 0.3;
    width: 200px;
    border-radius: 50%;
    content: "";
    height: 200px;
    right: 15%;
    top: 50px;
    background: radial-gradient(circle, rgb(142,167,163), transparent 70%);
}

footer .edu-form-01 {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px;
    margin-bottom: 60px;
    display: flex;
}

footer .info_item:hover {
    transform: skewX(-5deg) translateY(-5px);
    background-color: rgb(142,167,163);
}

footer .info_item svg {
    margin-right: 10px;
    vertical-align: middle;
    transform: skewX(5deg);
    width: 20px;
    fill: #ffffff;
    height: 20px;
}

footer .text_main_holder {
    grid-template-columns: 1fr;
    display: grid;
    gap: 40px;
    position: relative;
}

footer .top-know-91::before {
    top: 0;
    position: absolute;
    left: 0;
    width: 5px;
    background-color: rgb(142,167,163);
    height: 100%;
    content: "";
}

footer .nav-pagebar-69 {
    position: relative;
}

footer .nav-pagebar-69 h5 {
    margin-bottom: 25px;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    padding-bottom: 10px;
    color: #ffffff;
    font-size: 18px;
    letter-spacing: 1px;
    position: relative;
}

footer .top-nav-65 a {
    font-size: 12px;
    transition: all 0.3s ease;
    color: rgba(255, 255, 255, 0.8);
    position: relative;
    text-decoration: none;
    padding-left: 0;
}

footer .top-nav-65 a:hover {
    padding-left: 20px;
    color: rgb(142,167,163);
}

footer .top-nav-65 a:hover::before {
    left: 0;
    opacity: 1;
}

footer .subscribe_holder::before {
    width: 100px;
    right: -20px;
    opacity: 0.2;
    height: 100px;
    border-radius: 50%;
    content: "";
    background-color: rgb(142,167,163);
    position: absolute;
    top: -20px;
    z-index: -1;
}

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

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

footer .discover-learning-48 {
    text-transform: uppercase;
    transition: all 0.3s ease;
    color: #ffffff;
    padding: 14px 20px;
    font-weight: 600;
    border-radius: 10px;
    border: none;
    background-color: rgb(142,167,163);
    font-size: 15px;
    cursor: pointer;
    letter-spacing: 1px;
}

footer .twitter-cta-75 {
    text-align: center;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
}



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


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



@media (max-width: 992px) {.connect-form-03 .image-box-wrap-57 {
    clip-path: polygon(0 0, 100% 0, 60% 100%, 0 100%);
    width: 40%;
}.connect-form-03 .connect-reach-37 {
    max-width: 90%;
    margin: 0 auto;
    flex-direction: column;
}.connect-form-03 .inquiry-info-82 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    width: 100%;
}.connect-form-03 .connect-request-01 {
    width: 100%;
}
}



@media (max-width: 576px) {.connect-form-03 {
    padding: 40px 0;
}.connect-form-03 h3 {
    font-size: calc(28px * 0.8);
}.connect-form-03 .connect-reach-37 {
    max-width: 95%;
}.connect-form-03 .inquiry-info-82,
    .connect-form-03 .connect-request-01 {
    padding: 30px 20px;
}.connect-form-03 input[type="text"],
    .connect-form-03 textarea {
    padding: 12px;
}.connect-form-03 .query-widget-42 {
    padding: 12px;
    width: 100%;
}}


@media only screen and (max-width: 1200px) {.overlayConsentSettings-96 {
    padding: 15px 0;
}.track-accept-27 {
    padding: 15px 5%;
}
}


@media only screen and (max-width: 800px) {.cookie-protect-50 {
    display: none;
}.track-accept-27 {
    align-items: center;
    flex-direction: column;
    text-align: center;
}.overlayConsentSettings-96 h5 {
    font-size: 16px;
    margin-bottom: 5px;
}.edu-consent-12 {
    margin-bottom: 15px;
}.manage-tracking-13 {
    margin: 10px 0;
    min-width: 100%;
}}



@media (min-width: 1200px) {.opening-page-70 .study-programs-87 {
    gap: 8rem;
}.opening-page-70 .statement-holder-58 {
    padding: 4rem;
}
}



@media (max-width: 767px) {.opening-page-70 .page-front-96 {
    padding: 0 1rem;
}.opening-page-70 svg {
    width: 80px;
    height: 80px;
}}



@media (max-width: 992px) {.educational-gains-65 {
    padding: 60px 0;
}.educational-gains-65 .study-programs-87 {
    flex-direction: column;
    padding: 30px;
}.educational-gains-65 .image-box-wrap-57 {
    margin: 0 auto;
    max-width: 450px;
    flex: 0 0 auto;
    width: 100%;
}
}



@media (max-width: 576px) {.educational-gains-65 {
    padding: 40px 0;
}.educational-gains-65 .study-programs-87 {
    padding: 25px 20px;
}.educational-gains-65 h3 {
    padding-bottom: 10px;
    font-size: calc(33px * 0.85);
    margin-bottom: 20px;
}.educational-gains-65 li {
    margin-bottom: 12px;
}.educational-gains-65 li p {
    gap: 12px;
    font-size: calc(12px * 1);
    padding: 12px;
}.educational-gains-65 svg {
    padding: 8px;
    width: 20px;
    height: 20px;
    border-radius: 10px;
}}



@media (min-width: 1200px) {.course-highlights-03 .container {
    padding: 0 3rem;
}.course-highlights-03 .image-box-wrap-57 {
    height: 580px;
}.course-highlights-03 .statement-holder-58 {
    padding: 3.5rem;
}.course-highlights-03 h3 {
    font-size: calc(24px * 1.4);
}.course-highlights-03 p.description {
    font-size: calc(18px * 1.05);
    max-height: 450px;
}
}



@media (max-width: 767px) {.course-highlights-03 {
    padding: 4rem 0;
}.course-highlights-03 .image-box-wrap-57 {
    transform: perspective(800px) rotateX(1deg) rotateY(-1deg);
    height: 280px;
}.course-highlights-03 .statement-holder-58 {
    padding: 2rem;
}.course-highlights-03 h3 {
    margin-bottom: 1.25rem;
    font-size: 24px;
}.course-highlights-03 h3::after {
    width: 50px;
    height: 2px;
    bottom: -10px;
}.course-highlights-03 p.description {
    max-height: 250px;
    line-height: 1.6;
}}



@media screen and (max-width: 768px) {.our-team-68 {
    padding: 60px 0;
}.our-team-68 h2 {
    margin-bottom: 40px;
    font-size: calc(37px * 0.9);
    padding-left: 15px;
}.our-team-68 h2::before {
    top: -30px;
    font-size: calc(46px * 1.2);
}.our-team-68 .edu-commit-54 h3 {
    padding: 12px 20px;
    font-size: calc(24px * 0.9);
    width: 90%;
}.our-team-68 .edu-commit-54 p {
    font-size: calc(18px * 0.95);
    line-height: 1.7;
    padding: 20px;
}
}



@media screen and (max-width: 576px) {.our-team-68 {
    padding: 50px 0;
}.our-team-68 .container {
    padding: 0 15px;
}.our-team-68 h2 {
    margin-bottom: 30px;
    font-size: calc(37px * 0.8);
}.our-team-68 h2::before {
    font-size: calc(46px);
    top: -25px;
    left: -5px;
}.our-team-68 .learn-online-07 {
    gap: 40px;
}.our-team-68 .edu-commit-54 h3 {
    padding: 10px 15px;
    font-size: calc(24px * 0.85);
    width: 100%;
}.our-team-68 .edu-commit-54 p {
    padding: 15px;
    font-size: calc(18px * 0.9);
    line-height: 1.6;
}}



@media screen and (max-width: 576px) {.learning-process-35 {
    padding: 50px 0;
}.learning-process-35 .study-programs-87 {
    padding: 1.5rem;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}.learning-process-35 h3 {
    margin-bottom: 1.2rem;
    font-size: calc(22px * 1.1);
}.learning-process-35 p {
    line-height: 1.7;
    font-size: calc(15px * 0.95);
}}



@media (max-width: 576px) {header .head-bar-08 {
    padding: 0.75rem;
}header .head-bar-08 .nav-pagebar-69 {
    flex-direction: column;
    align-items: center;
}header .head-bar-08 .top-pagewrap-20 {
    text-align: center;
    width: 100%;
    margin: 0.25rem 0;
}header .head-bar-08 .top-know-91 svg {
    width: 100px;
}header .head-bar-08 .top-know-91::after {
    left: 10%;
    width: 80%;
}}



@media (min-width: 992px) {.plan-option-39 .rate-panel-52 {
    flex-direction: row;
    align-items: center;
}.plan-option-39 .learn-pricing-64 {
    padding-right: 40px;
    order: 0;
    text-align: left;
    flex: 0 0 30%;
}.plan-option-39 .learn-pricing-64 h2::after {
    transform: none;
    left: 0;
}.plan-option-39 .plan-pricing-95 {
    flex: 0 0 70%;
    grid-template-columns: repeat(2, 1fr);
}
}



@media (max-width: 767px) {.plan-option-39 {
    padding: 60px 0;
}.plan-option-39 .plan-pricing-95 {
    gap: 25px;
    grid-template-columns: 1fr;
}.plan-option-39 .learn-pricing-64 h2 {
    font-size: calc(32px - 4px);
}.plan-option-39 .image-box-wrap-57 {
    height: 180px;
}.plan-option-39 .rate-options-04 {
    padding: 25px;
}
}



@media (max-width: 992px) {.user-comments-20 .learner-feedback-31 {
    grid-template-columns: repeat(2, 1fr);
}.user-comments-20 h4 {
    font-size: calc(38px * 0.9);
}
}



@media (min-width: 992px) {.tyDiv-45 .study-programs-87 {
    flex-direction: row;
    padding: 80px 70px;
    align-items: center;
}.tyDiv-45 .study-programs-87 > div:first-child {
    padding-right: 50px;
    flex: 0 0 40%;
    padding-bottom: 0;
}.tyDiv-45 .study-programs-87 > div:first-child::after {
    top: 50%;
    right: 0;
    height: 80px;
    width: 3px;
    left: auto;
    transform-origin: center top;
    bottom: auto;
}.tyDiv-45 .study-programs-87:hover > div:first-child::after {
    transform: scaleY(1.5);
}.tyDiv-45 h5 {
    font-size: calc(23px * 1.1);
    margin-bottom: 0;
}.tyDiv-45 h5::before {
    height: 15px;
    left: -30px;
    width: 15px;
}.tyDiv-45 a:hover {
    transform: translateX(10px);
}
}



@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}footer .top-nav-65 {
    grid-template-columns: repeat(2, 1fr);
}footer .input_holder {
    flex-direction: row;
}footer .discover-learning-48 {
    white-space: nowrap;
}footer .top-nav-65 a {
    padding-right: 10px;
}
}



@media (max-width: 991px) {footer .carbon-cta-72::before {
    background-color: rgb(142,167,163);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    opacity: 0.7;
    width: 100%;
}
}



@media (max-width: 576px) {footer .carbon-cta-72 {
    padding: 50px 0 20px;
}footer .info_item {
    width: 100%;
    margin-right: 0;
}footer .top-nav-65 {
    grid-template-columns: 1fr;
}footer .subscribe_holder {
    padding: 20px;
}footer .input_holder input[type="email"],
    footer .discover-learning-48 {
    padding: 12px 15px;
}
}

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



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


    
    @keyframes fadeSlideLeft {
        from {
            opacity: 0;
            transform: translateX(50px);
        }
        to {
            opacity: 1;
            transform: translateX(0);
        }
    }

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



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



@keyframes floatGradient {
    0% {
        transform: rotate(-15deg) skewX(5deg) translateY(0);
    }
    50% {
        transform: rotate(-13deg) skewX(3deg) translateY(-15px);
    }
    100% {
        transform: rotate(-15deg) skewX(5deg) translateY(0);
    }
}



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



@keyframes neonPulse {
  0% {
    opacity: 0.6;
    transform: scaleX(0.5);
  }
  100% {
    opacity: 1;
    transform: scaleX(1);
  }
}



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



@keyframes shimmer {
    0% { transform: rotate(35deg) translateX(-30%) scale(2); }
    100% { transform: rotate(35deg) translateX(30%) scale(2); }
}

