* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}.viewport-container {
    display: flex;
    height: 100%;
    min-height: 100%;
    flex-direction: column;
}.recycle-info {
    flex: 0 0 auto;
}a {
    color: inherit;
    text-decoration: none;
}header,footer {
    width: 100%;
}.top-wrap {
    flex: 1 0 auto;
}.container {
    width: 1140px;
    margin: auto;
    max-width: 100%;
}html,body {
    min-height: 100%;
    color: #000000;
    font-family: Arial, sans-serif;
    height: 100%;
    auto
contain
touch-action: none;
}svg {
    height: 30px;
    width: 30px;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.cookie-overlay-dialog {
    bottom: 0;
    width: 100%;
    position: fixed;
    background: rgb(218,221,233);
    z-index: 90;
    border-top: 2px solid rgb(171,177,209);
}.cookie-apply {
    display: flex;
    padding: 20px 0;
    align-items: center;
    justify-content: space-between;
}.cookie-overlay-dialog h5 {
    margin-bottom: 6px;
    font-size: 22px;
}.cookie-overlay-dialog p {
    font-size: 18px;
}.data-agree {
    flex-shrink: 0;
    margin-right: 10px;
}.data-agree svg, .data-agree svg path, .data-agree img {
    height: 100px;
    width: 100px;
    fill: rgb(171,177,209);
}.data-guard {
    cursor: pointer;
    border-bottom: 2px solid rgb(171,177,209);
    font-size: 24px;
    margin-left: 10px;
    min-width: 120px;
    text-decoration: none;
    white-space: nowrap;
    text-align: center;
    color: rgb(171,177,209);
    flex-shrink: 0;
    line-height: 35px;
}.cookie-overlay-dialog p a {
    color: rgb(171,177,209);
    text-decoration: none;
}
@media only screen and (max-width: 1200px) {.cookie-overlay-dialog {
    padding: 20px;
}}
#cookieWarningAlert {
    display: none;
}#cookieWarningAlert:checked ~ .cookie-overlay-dialog {
    visibility: hidden;
    opacity: 0;
}
@media only screen and (max-width: 800px) {.data-agree {
    display: none;
}.cookie-apply {
    justify-content: center;
    align-items: center;
    flex-direction: column;
}.cookie-overlay-dialog h5 {
    text-align: center;
}.cookie-overlay-dialog p {
    text-align: center;
}.consent-ack {
    margin-bottom: 20px;
}body .viewport-container .data-guard {
    margin-left: 0;
}}.tariff-grid {
    position: relative;
    background: linear-gradient(135deg, rgb(218,221,233) 0%, #ffffff 100%);
    overflow: hidden;
    padding: 6rem 0;
}.tariff-grid::before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: linear-gradient(45deg, rgb(171,177,209,0.5) 0%, transparent 40%);
    width: 100%;
    z-index: 1;
    content: "";
}.tariff-grid .container {
    margin: 0 auto;
    z-index: 2;
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
}.tariff-grid .pricing-fees {
    flex-direction: column;
    display: flex;
}.tariff-grid .learn-packs {
    order: 1;
    margin-right: auto;
    margin-bottom: 3rem;
    text-align: center;
    max-width: 800px;
    margin-left: auto;
}.tariff-grid .learn-packs h2 {
    font-weight: 700;
    font-size: 38px;
    position: relative;
    margin-bottom: 1rem;
    color: #000000;
    display: inline-block;
}.tariff-grid .learn-packs h2::after {
    content: "";
    bottom: -10px;
    width: 80px;
    left: 50%;
    transform: translateX(-50%);
    background: rgb(171,177,209);
    height: 3px;
    position: absolute;
}.tariff-grid .bundle-price {
    word-break: break-word;
    color: #000000;
    max-width: 600px;
    margin: 0 auto;
    overflow-wrap: break-word;
    line-height: 1.6;
    font-size: 16px;
}.tariff-grid .discount-tier {
    display: grid;
    gap: 2rem;
    order: 2;
    margin-top: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.tariff-grid .rate-plans {
    height: 100%;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    border-radius: 10px;
    background: #ffffff;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.5s ease;
    display: block;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}.tariff-grid .rate-plans:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px) scale(1.02);
}.tariff-grid .plan-deals {
    height: 100%;
    display: flex;
    flex-direction: column;
}.tariff-grid .qtr-cost {
    flex-direction: column;
    position: relative;
    flex-grow: 1;
    word-break: break-word;
    display: flex;
    padding: 2rem;
    overflow-wrap: break-word;
    z-index: 1;
}.tariff-grid .qtr-cost::before {
    position: absolute;
    background: linear-gradient(135deg, transparent 0%, #ffffff 100%);
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    opacity: 0.7;
    content: "";
    height: 100%;
}.tariff-grid .qtr-cost h3 {
    font-weight: 700;
    color: #000000;
    padding-bottom: 0.5rem;
    font-size: calc(19px * 1.2);
    margin-bottom: 1.5rem;
    position: relative;
}.tariff-grid .qtr-cost h3::after {
    position: absolute;
    left: 0;
    background: rgb(132,136,186);
    width: 40px;
    bottom: 0;
    transition: width 0.3s ease;
    height: 2px;
    content: "";
}.tariff-grid .rate-plans:hover .qtr-cost h3::after {
    width: 80px;
}.tariff-grid .deal-opts {
    display: inline-block;
    font-size: calc(19px * 1.5);
    color: rgb(171,177,209);
    font-weight: 700;
    margin-bottom: 1.5rem;
    position: relative;
}.tariff-grid .deal-opts::before {
    position: absolute;
    bottom: -5px;
    background: rgb(171,177,209);
    height: 2px;
    width: 0;
    left: 0;
    content: "";
    transition: width 0.3s ease;
}.tariff-grid .rate-plans:hover .deal-opts::before {
    width: 100%;
}.tariff-grid .qtr-cost p {
    font-size: 16px;
    margin-top: auto;
    line-height: 1.6;
    color: #000000;
    word-break: break-word;
    overflow-wrap: break-word;
}.tariff-grid .img-banner {
    position: relative;
    transition: transform 0.5s ease;
    height: 200px;
    overflow: hidden;
}.tariff-grid .img-banner::after {
    left: 0;
    position: absolute;
    height: 100%;
    top: 0;
    content: "";
    background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.4) 100%);
    width: 100%;
}.tariff-grid .rate-plans:hover .img-banner {
    transform: scale(1.05);
}.tariff-grid .rate-plans:nth-child(odd) .plan-deals {
    flex-direction: column-reverse;
}.tariff-grid .rate-plans:nth-child(3n+1) {
    border-top: 3px solid rgb(171,177,209);
}.tariff-grid .rate-plans:nth-child(3n+2) {
    border-top: 3px solid rgb(132,136,186);
}.tariff-grid .rate-plans:nth-child(3n+3) {
    border-top: 3px solid #000000;
}

@media (min-width: 768px) {.tariff-grid .pricing-fees {
    flex-direction: row;
    align-items: center;
    gap: 4rem;
}.tariff-grid .learn-packs {
    text-align: left;
    margin-bottom: 0;
    order: 2;
    flex: 0 0 30%;
}.tariff-grid .learn-packs h2 {
    text-align: left;
}.tariff-grid .learn-packs h2::after {
    left: 0;
    transform: none;
}.tariff-grid .bundle-price {
    margin: 0;
    text-align: left;
}.tariff-grid .discount-tier {
    flex: 0 0 65%;
    grid-template-columns: repeat(2, 1fr);
    order: 1;
}
}

@media (min-width: 992px) {.tariff-grid .discount-tier {
    grid-template-columns: repeat(2, 1fr);
}.tariff-grid .rate-plans:nth-child(4n+1) {
    transform: translateY(20px);
}.tariff-grid .rate-plans:nth-child(4n+3) {
    transform: translateY(-20px);
}.tariff-grid .rate-plans:hover {
    transform: translateY(0) scale(1.02);
}
}

@media (max-width: 767px) {.tariff-grid {
    padding: 4rem 0;
}.tariff-grid .qtr-cost {
    padding: 1.5rem;
}.tariff-grid .qtr-cost h3 {
    font-size: 19px;
}.tariff-grid .deal-opts {
    font-size: 19px;
}.tariff-grid .qtr-cost p {
    max-height: 150px;
    overflow-y: auto;
    font-size: calc(16px * 0.9);
    line-height: 1.5;
}.tariff-grid .img-banner {
    height: 150px;
}
}

@media (max-width: 480px) {.tariff-grid .discount-tier {
    grid-template-columns: 1fr;
}.tariff-grid .learn-packs h2 {
    font-size: calc(38px * 0.8);
}.tariff-grid .bundle-price {
    font-size: calc(16px * 0.9);
}.tariff-grid .qtr-cost p {
    max-height: 120px;
}}.opening-board {
    background: linear-gradient(135deg, rgb(218,221,233), rgb(132,136,186,0.5) 70%);
    position: relative;
    min-height: 100vh;
    perspective: 1000px;
    overflow: hidden;
}.opening-board::before {
    top: 0;
    left: 0;
    z-index: 1;
    background: linear-gradient(45deg, rgba(255,255,255,0.03) 25%, transparent 25%, transparent 50%, 
                rgba(255,255,255,0.03) 50%, rgba(255,255,255,0.03) 75%, transparent 75%);
    content: "";
    height: 100%;
    opacity: 0.5;
    width: 100%;
    position: absolute;
    background-size: 80px 80px;
    animation: backgroundShift 40s linear infinite;
}@keyframes backgroundShift {
    0% { background-position: 0 0; }
    100% { background-position: 160px 160px; }
}

.opening-board .learn-academy {
    grid-gap: 2rem;
    padding: 4rem 2rem;
    margin: 0 auto;
    z-index: 5;
    display: grid;
    max-width: 1400px;
    height: 100%;
    min-height: 85vh;
    grid-template-columns: 1fr 1fr;
    position: relative;
}.opening-board h1 {
    text-shadow: 0 4px 12px rgba(0,0,0,0.1);
    opacity: 0;
    font-size: calc(45px * 1.2);
    grid-column: 1 / -1;
    transform: translateZ(60px);
    position: relative;
    margin-bottom: 2rem;
    font-weight: 700;
    animation: fadeSlideIn 1.2s cubic-bezier(0.17, 0.67, 0.43, 0.99) forwards;
    color: #000000;
}.opening-board h1::after {
    height: 4px;
    bottom: -10px;
    transform: scaleX(0);
    left: 0;
    width: 80px;
    content: "";
    background: rgb(171,177,209);
    position: absolute;
    animation: lineExpand 1.5s cubic-bezier(0.17, 0.67, 0.43, 0.99) forwards 0.6s;
    transform-origin: left center;
}@keyframes lineExpand {
    0% { transform: scaleX(0); }
    100% { transform: scaleX(1); }
}

.opening-board .text-arch {
    transform-style: preserve-3d;
    transform: translateZ(30px);
    justify-content: center;
    flex-direction: column;
    opacity: 0;
    display: flex;
    animation: fadeSlideIn 1.2s cubic-bezier(0.17, 0.67, 0.43, 0.99) forwards 0.3s;
}@keyframes fadeSlideIn {
    0% {
        opacity: 0;
        transform: translateY(40px) translateZ(0);
    }
    100% {
        opacity: 1;
        transform: translateY(0) translateZ(30px);
    }
}

.opening-board .start-top {
    flex-direction: column;
    background: linear-gradient(120deg, rgba(255,255,255,0.95), rgba(255,255,255,0.85));
    gap: 1.5rem;
    display: flex;
    border-left: 4px solid rgb(171,177,209);
    transition: transform 0.5s cubic-bezier(0.17, 0.67, 0.43, 0.99);
    box-shadow: 0 15px 35px rgba(0,0,0,0.1), 0 5px 15px rgba(0,0,0,0.07);
    transform: rotate(-2deg);
    padding: 2rem;
}.opening-board .start-top:hover {
    transform: rotate(0deg) translateY(-10px);
}.opening-board .start-top p {
    margin-bottom: 1.5rem;
    line-height: 1.6;
    color: #000000;
    font-size: calc(16px * 1.2);
}.opening-board svg {
    filter: drop-shadow(0 5px 10px rgba(94,170,168,0.3));
    transition: transform 0.5s cubic-bezier(0.17, 0.67, 0.43, 0.99);
    width: 100px;
    align-self: center;
    height: 100px;
    transform: translateZ(20px);
}.opening-board svg:hover {
    transform: translateZ(40px) scale(1.1);
}.opening-board svg path {
    fill: rgb(132,136,186);
    transition: fill 0.3s ease;
}.opening-board svg:hover path {
    fill: rgb(171,177,209);
}.opening-board svg text {
    animation: textPulse 3s infinite alternate;
    font-family: Arial, sans-serif;
}@keyframes textPulse {
    0% { fill: rgb(132,136,186); }
    100% { fill: rgb(171,177,209); }
}

.opening-board .start-top div {
    justify-content: center;
    margin-top: 1rem;
    display: flex;
}.opening-board .contact-message {
    box-shadow: 0 8px 20px rgba(94,170,168,0.3);
    border: none;
    transition: all 0.4s cubic-bezier(0.17, 0.67, 0.43, 0.99);
    text-decoration: none;
    display: inline-block;
    z-index: 10;
    color: #ffffff;
    position: relative;
    transform: translateZ(10px);
    padding: 0.8rem 2rem;
    overflow: hidden;
    font-weight: 600;
    background: linear-gradient(135deg, rgb(171,177,209), rgb(132,136,186));
    font-size: 15px;
}.opening-board .contact-message::before {
    width: 100%;
    left: -100%;
    position: absolute;
    content: "";
    transition: left 0.7s;
    height: 100%;
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
}.opening-board .contact-message:hover {
    transform: translateZ(20px) scale(1.05);
    box-shadow: 0 15px 30px rgba(94,170,168,0.4);
}.opening-board .contact-message:hover::before {
    left: 100%;
}.opening-board .img-banner {
    transform: translateZ(10px) perspective(800px) rotateY(-6deg);
    transition: all 0.6s cubic-bezier(0.17, 0.67, 0.43, 0.99);
    height: 100%;
    min-height: 400px;
    opacity: 0;
    overflow: hidden;
    position: relative;
    border-radius: 24px;
    box-shadow: 
        25px 25px 45px rgba(0,0,0,0.2),
        -5px -5px 30px rgba(255,255,255,0.5);
    animation: photoReveal 1.8s cubic-bezier(0.17, 0.67, 0.43, 0.99) forwards 0.6s;
}@keyframes photoReveal {
    0% {
        opacity: 0;
        transform: translateZ(10px) perspective(800px) rotateY(-20deg) translateX(100px);
    }
    100% {
        opacity: 1;
        transform: translateZ(10px) perspective(800px) rotateY(-6deg) translateX(0);
    }
}

.opening-board .img-banner::before {
    background: linear-gradient(
        135deg,
        rgb(171,177,209,0.5) 0%,
        transparent 70%
    );
    left: 0;
    width: 100%;
    position: absolute;
    z-index: 2;
    top: 0;
    height: 100%;
    content: "";
}.opening-board .img-banner::after {
    left: 0;
    bottom: 0;
    content: "";
    height: 40%;
    position: absolute;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.5) 0%,
        transparent 100%
    );
    z-index: 3;
    width: 100%;
}.opening-board .img-banner:hover {
    transform: translateZ(50px) perspective(800px) rotateY(0deg);
}

@media (max-width: 992px) {.opening-board .learn-academy {
    grid-template-columns: 1fr;
    padding: 3rem 1.5rem;
    min-height: auto;
}.opening-board h1 {
    font-size: calc(45px * 1.1);
    text-align: center;
}.opening-board h1::after {
    left: 50%;
    transform: translateX(-50%) scaleX(0);
}@keyframes lineExpand {
        0% { transform: translateX(-50%) scaleX(0); }
        100% { transform: translateX(-50%) scaleX(1); }
    }
    
    .opening-board .text-arch {
    order: 2;
}.opening-board .img-banner {
    order: 1;
    min-height: 300px;
    margin-bottom: 2rem;
    transform: translateZ(10px) perspective(800px) rotateY(0);
}
    
    @keyframes photoReveal {
        0% {
            opacity: 0;
            transform: translateZ(10px) scale(0.9);
        }
        100% {
            opacity: 1;
            transform: translateZ(10px) scale(1);
        }
    }
}

@media (max-width: 768px) {.opening-board .learn-academy {
    padding: 2rem 1rem;
}.opening-board h1 {
    font-size: 45px;
    margin-bottom: 1.5rem;
}.opening-board .start-top {
    padding: 1.5rem;
    transform: rotate(0);
}.opening-board .start-top p {
    font-size: 16px;
}.opening-board svg {
    height: 80px;
    width: 80px;
}.opening-board .img-banner {
    min-height: 250px;
}
}

@media (max-width: 576px) {.opening-board {
    padding-top: 1rem;
}.opening-board .learn-academy {
    grid-gap: 1.5rem;
    padding: 1.5rem 1rem;
}.opening-board h1 {
    font-size: calc(45px * 0.9);
}.opening-board .start-top {
    padding: 1.25rem;
}.opening-board svg {
    height: 60px;
    width: 60px;
}.opening-board .contact-message {
    padding: 0.7rem 1.5rem;
}.opening-board .img-banner {
    min-height: 200px;
}}.teacher-profile {
    overflow: hidden;
    padding: 5rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(218,221,233) 0%, #ffffff 100%);
}.teacher-profile::before {
    z-index: 0;
    height: 80%;
    background: linear-gradient(45deg, rgb(132,136,186,0.5) 0%, rgb(171,177,209,0.5) 100%);
    right: -5%;
    top: -10%;
    opacity: 0.4;
    filter: blur(40px);
    transform: rotate(-15deg);
    content: "";
    width: 30%;
    position: absolute;
}.teacher-profile::after {
    opacity: 0.3;
    transform: rotate(10deg);
    z-index: 0;
    left: -5%;
    bottom: -10%;
    content: "";
    height: 70%;
    width: 40%;
    position: absolute;
    background: linear-gradient(-45deg, rgb(171,177,209,0.5) 0%, rgb(132,136,186,0.5) 100%);
    filter: blur(50px);
}.teacher-profile .container {
    position: relative;
    padding: 0 1.5rem;
    max-width: 1200px;
    z-index: 1;
    margin: 0 auto;
}.teacher-profile .learner-ratings {
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(10px);
    transform: perspective(1000px) rotateY(-2deg);
    padding: 2rem;
    grid-template-columns: 1fr;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    display: grid;
    border-left: 4px solid rgb(132,136,186);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.05);
    gap: 2rem;
}.teacher-profile .learner-ratings:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 
                0 10px 20px rgba(0, 0, 0, 0.05);
}.teacher-profile .img-banner {
    height: 180px;
    margin: 0 auto;
    transform: rotate(-3deg);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    transition: all 0.4s ease-out;
    position: relative;
    border-radius: 10px;
    width: 180px;
}.teacher-profile .img-banner:hover {
    transform: rotate(0deg) scale(1.03);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}.teacher-profile .img-banner::after {
    content: "";
    pointer-events: none;
    bottom: 10px;
    left: 10px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    top: 10px;
    border-radius: 5px;
    right: 10px;
    position: absolute;
}.teacher-profile .name {
    margin-bottom: 0.5rem;
    font-size: 18px;
    position: relative;
    color: #000000;
    display: inline-block;
    font-weight: 700;
}.teacher-profile .name::after {
    transition: width 0.3s ease;
    background: linear-gradient(90deg, rgb(132,136,186) 0%, transparent 100%);
    content: "";
    bottom: -5px;
    height: 3px;
    position: absolute;
    left: 0;
    width: 40%;
}.teacher-profile .learner-ratings:hover .name::after {
    width: 70%;
}.teacher-profile .emp-section {
    position: relative;
    border-left: 2px solid rgb(132,136,186,0.5);
    margin: 0;
    padding-left: 1.5rem;
    font-size: 13px;
    line-height: 1.7;
    color: #000000;
}.teacher-profile .emp-section::before {
    position: absolute;
    color: rgb(132,136,186,0.5);
    opacity: 0.3;
    font-family: serif;
    content: "";
    left: -10px;
    font-size: 5rem;
    top: -20px;
}

@media (min-width: 768px) {.teacher-profile {
    padding: 7rem 0;
}.teacher-profile .learner-ratings {
    grid-template-rows: auto 1fr;
    grid-template-columns: 220px 1fr;
    gap: 2.5rem;
    padding: 3rem;
}.teacher-profile .learner-ratings > div:nth-child(1) {
    grid-row: 1 / 3;
}.teacher-profile .img-banner {
    width: 220px;
    margin: 0;
    height: 280px;
}.teacher-profile .emp-section {
    padding-left: 2rem;
    font-size: calc(13px + 0.1rem);
}
}

@media (min-width: 992px) {.teacher-profile .learner-ratings {
    gap: 3rem;
    padding: 4rem;
    grid-template-columns: 300px 1fr;
}.teacher-profile .img-banner {
    width: 280px;
    height: 350px;
}.teacher-profile .name {
    font-size: calc(18px + 0.2rem);
}.teacher-profile .emp-section {
    font-size: calc(13px + 0.2rem);
    padding-left: 2.5rem;
    line-height: 1.8;
}
}

@media (min-width: 1200px) {.teacher-profile .container {
    padding: 0 2rem;
}.teacher-profile .learner-ratings {
    grid-template-columns: 350px 1fr;
    gap: 4rem;
    transform: perspective(1500px) rotateY(-3deg);
    padding: 5rem;
}.teacher-profile .img-banner {
    width: 320px;
    height: 400px;
}
}

@media (max-width: 767px) {.teacher-profile .learner-ratings > div:nth-child(2) {
    text-align: center;
}.teacher-profile .name::after {
    transform: translateX(-50%);
    left: 50%;
}.teacher-profile .emp-section {
    padding: 1.5rem;
    text-align: left;
}}.instructional-approach {
    padding: 100px 20px;
    background: rgb(218,221,233);
    position: relative;
    overflow: hidden;
    z-index: 1;
}.instructional-approach::before {
    content: "";
    top: 0;
    left: 0;
    z-index: -1;
    animation: bg-shift 20s linear infinite;
    background: repeating-linear-gradient(
        120deg,
        rgb(171,177,209,0.5) 0%,
        transparent 10%,
        rgb(132,136,186,0.5) 20%,
        transparent 30%,
        rgb(171,177,209,0.5) 40%
    );
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.3;
}.instructional-approach::after {
    position: absolute;
    width: 100%;
    animation: glow-pulse 8s ease-in-out infinite alternate;
    top: 0;
    content: "";
    height: 100%;
    z-index: -1;
    filter: blur(60px);
    left: 0;
    background: radial-gradient(
        circle at 30% 50%,
        rgb(132,136,186,0.5) 0%,
        transparent 60%
    );
}.instructional-approach .container {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}.instructional-approach .learn-academy {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transform-style: preserve-3d;
    position: relative;
    perspective: 1000px;
    display: flex;
    padding: 40px;
}.instructional-approach .learn-academy::before {
    bottom: -5px;
    animation: border-flow 6s linear infinite;
    left: -5px;
    background-size: 300% 300%;
    content: "";
    background: linear-gradient(
        45deg,
        transparent 40%,
        rgb(171,177,209,0.5) 45%,
        rgb(132,136,186) 50%,
        rgb(171,177,209,0.5) 55%,
        transparent 60%
    );
    filter: blur(2px);
    border-radius: 16px;
    z-index: -1;
    right: -5px;
    top: -5px;
    position: absolute;
}.instructional-approach .learn-academy::after {
    content: "";
    border-radius: 16px;
    position: absolute;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(255, 255, 255, 0.05) 40%,
        rgba(255, 255, 255, 0.2) 50%,
        rgba(255, 255, 255, 0.05) 60%,
        rgba(255, 255, 255, 0.1) 100%
    );
    z-index: -1;
    inset: 0;
    animation: holographic-shimmer 4s ease-in-out infinite alternate;
    backdrop-filter: blur(10px);
}.instructional-approach h3 {
    font-weight: 700;
    text-align: center;
    animation: title-float 5s ease-in-out infinite alternate;
    letter-spacing: 2px;
    margin-bottom: 40px;
    z-index: 2;
    font-size: 33px;
    transform: translateZ(30px);
    color: #000000;
    text-transform: uppercase;
    position: relative;
}.instructional-approach h3::before {
    left: 50%;
    border-radius: 10px;
    animation: underline-pulse 3s ease-in-out infinite;
    opacity: 0.8;
    height: 3px;
    position: absolute;
    top: 110%;
    transform: translateX(-50%);
    background: linear-gradient(
        90deg,
        rgb(171,177,209) 0%,
        rgb(132,136,186) 100%
    );
    width: 60px;
    content: "";
}.instructional-approach h3::after {
    animation: text-glow 3s ease-in-out infinite alternate;
    color: rgb(171,177,209);
    filter: blur(4px);
    opacity: 0.7;
    left: 0;
    position: absolute;
    content: attr(data-text);
    top: 0;
    z-index: -1;
}.instructional-approach span {
    font-size: 17px;
    color: #000000;
    z-index: 2;
    line-height: 1.8;
    transform: translateZ(10px);
    position: relative;
    max-width: 800px;
    text-align: center;
    animation: text-float 7s ease-in-out infinite alternate;
}.instructional-approach span::before {
    animation: shadow-dance 8s ease-in-out infinite alternate;
    background: rgb(171,177,209,0.5);
    top: 10px;
    content: "";
    opacity: 0.2;
    width: 100%;
    z-index: -1;
    position: absolute;
    left: 10px;
    filter: blur(20px);
    height: 100%;
}

@keyframes bg-shift {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

@keyframes glow-pulse {
    0%, 100% {
        opacity: 0.4;
        transform: scale(1);
    }
    50% {
        opacity: 0.7;
        transform: scale(1.2);
    }
}

@keyframes border-flow {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}

@keyframes holographic-shimmer {
    0% {
        opacity: 0.5;
        transform: rotate(0deg) scale(1);
    }
    100% {
        opacity: 0.8;
        transform: rotate(0.5deg) scale(1.02);
    }
}

@keyframes title-float {
    0%, 100% {
        transform: translateZ(30px) rotateX(0deg);
    }
    50% {
        transform: translateZ(40px) rotateX(2deg);
    }
}

@keyframes text-float {
    0%, 100% {
        transform: translateZ(10px) translateY(0);
    }
    50% {
        transform: translateZ(20px) translateY(-5px);
    }
}

@keyframes underline-pulse {
    0%, 100% {
        width: 60px;
        opacity: 0.8;
    }
    50% {
        width: 120px;
        opacity: 1;
    }
}

@keyframes text-glow {
    0% {
        filter: blur(4px);
        opacity: 0.5;
        transform: translateX(-3px) translateY(-3px);
    }
    100% {
        filter: blur(7px);
        opacity: 0.8;
        transform: translateX(3px) translateY(3px);
    }
}

@keyframes shadow-dance {
    0% {
        top: 10px;
        left: 10px;
        filter: blur(20px);
    }
    100% {
        top: -10px;
        left: -10px;
        filter: blur(15px);
    }
}

@media (max-width: 991px) {.instructional-approach {
    padding: 80px 15px;
}.instructional-approach h3 {
    font-size: calc(33px - 4px);
    margin-bottom: 30px;
}.instructional-approach span {
    font-size: calc(17px - 1px);
}.instructional-approach .learn-academy {
    padding: 30px;
}
}

@media (max-width: 767px) {.instructional-approach {
    padding: 60px 15px;
}.instructional-approach h3 {
    margin-bottom: 25px;
    font-size: calc(33px - 6px);
}.instructional-approach span {
    line-height: 1.6;
}.instructional-approach .learn-academy {
    padding: 25px 20px;
}.instructional-approach h3::before {
    width: 50px;
}
    
    @keyframes underline-pulse {
        0%, 100% {
            width: 50px;
        }
        50% {
            width: 80px;
        }
    }
}

@media (max-width: 479px) {.instructional-approach {
    padding: 40px 10px;
}.instructional-approach h3 {
    font-size: calc(33px - 8px);
    margin-bottom: 20px;
    letter-spacing: 1px;
}.instructional-approach span {
    font-size: calc(17px - 2px);
}.instructional-approach .learn-academy {
    padding: 20px 15px;
}.instructional-approach h3::before {
    width: 40px;
    height: 2px;
}@keyframes underline-pulse {
        0%, 100% {
            width: 40px;
        }
        50% {
            width: 60px;
        }
    }
}.connect-form {
    position: relative;
    padding: 120px 0;
    background: rgb(218,221,233);
    z-index: 1;
    overflow: hidden;
}.connect-form::before {
    content: '';
    background: 
        repeating-radial-gradient(
            circle at 0% 0%,
            transparent 0,
            transparent 40px,
            rgba(0, 0, 0, 0.03) 40px,
            rgba(0, 0, 0, 0.03) 80px
        ),
        repeating-radial-gradient(
            circle at 100% 100%,
            transparent 0,
            transparent 40px,
            rgba(0, 0, 0, 0.03) 40px,
            rgba(0, 0, 0, 0.03) 80px
        );
    width: 100%;
    z-index: 0;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0.5;
    height: 100%;
    background-blend-mode: multiply;
}.connect-form .img-banner {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    filter: contrast(1.2) saturate(0.8);
    opacity: 0.07;
    z-index: 0;
}.connect-form .container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
}.connect-form h3 {
    margin-bottom: 70px;
    font-size: 34px;
    position: relative;
    letter-spacing: 1px;
    font-family: Arial, sans-serif;
    text-align: center;
    color: #000000;
    font-weight: 300;
}.connect-form .inquiry-list {
    display: flex;
    position: relative;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.07);
    flex-wrap: wrap;
    border-radius: 30px;
    overflow: hidden;
}.connect-form .request-map {
    padding: 80px;
    display: flex;
    background: #ffffff;
    flex: 1 1 55%;
    flex-direction: column;
    position: relative;
    z-index: 1;
    justify-content: center;
}.connect-form .request-map::before {
    height: 100%;
    z-index: -1;
    top: 0;
    content: '';
    left: 0;
    width: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgba(0, 0, 0, 0.01) 0, transparent 100px),
        radial-gradient(circle at 70% 65%, rgba(0, 0, 0, 0.01) 0, transparent 100px);
    position: absolute;
}.connect-form .request-map #contact {
    margin: 0 auto;
    width: 100%;
    max-width: 500px;
}.connect-form .request-map h3 {
    font-weight: 300;
    color: #000000;
    text-align: center;
    margin-bottom: 40px;
    font-size: 22px;
}.connect-form .request-map input[type="text"],
.connect-form .request-map textarea {
    color: #000000;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05);
    border: none;
    background-color: rgba(0, 0, 0, 0.03);
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    font-size: 15px;
    margin-bottom: 30px;
    width: 100%;
    border-radius: 50px;
    padding: 20px 25px;
}.connect-form .request-map textarea {
    resize: vertical;
    height: 150px;
    padding-top: 25px;
    border-radius: 25px;
}.connect-form .request-map input[type="text"]:focus,
.connect-form .request-map textarea:focus {
    outline: none;
    background-color: rgba(0, 0, 0, 0.015);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 0 0 3px rgb(171,177,209,0.5);
}.connect-form .request-map .connect-feedback {
    align-items: flex-start;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
}.connect-form .request-map .connect-feedback input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.connect-form .request-map .connect-feedback label {
    position: relative;
    font-size: calc(15px - 2px);
    color: #000000;
    padding-left: 35px;
    line-height: 1.5;
    cursor: pointer;
}.connect-form .request-map .connect-feedback label::before {
    border: 1px solid rgba(0, 0, 0, 0.15);
    background-color: transparent;
    top: 2px;
    width: 22px;
    left: 0;
    transition: all 0.3s ease;
    position: absolute;
    border-radius: 50%;
    content: '';
    height: 22px;
}.connect-form .request-map .connect-feedback input[type="checkbox"]:checked + label::before {
    background-color: rgb(171,177,209);
    border-color: rgb(171,177,209);
}.connect-form .request-map .connect-feedback input[type="checkbox"]:checked + label::after {
    top: 10px;
    width: 8px;
    transform: rotate(-45deg);
    border-left: 2px solid #ffffff;
    left: 7px;
    position: absolute;
    content: '';
    height: 5px;
    border-bottom: 2px solid #ffffff;
}.connect-form .request-map .connect-feedback a {
    text-decoration: none;
    font-weight: 600;
    color: rgb(171,177,209);
    transition: color 0.3s ease;
}.connect-form .request-map .connect-feedback a:hover {
    color: rgb(132,136,186);
}.connect-form .request-map .contact-message {
    display: block;
    padding: 18px;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    font-weight: 400;
    transition: all 0.3s ease;
    background: rgb(171,177,209);
    margin: 0 auto;
    overflow: hidden;
    color: #ffffff;
    font-size: 15px;
    position: relative;
}.connect-form .request-map .contact-message::before {
    position: absolute;
    height: 100%;
    left: -100%;
    content: '';
    transition: all 0.6s ease;
    top: 0;
    background: linear-gradient(
        90deg, 
        rgba(255, 255, 255, 0), 
        rgba(255, 255, 255, 0.2), 
        rgba(255, 255, 255, 0)
    );
    width: 100%;
}.connect-form .request-map .contact-message:hover {
    background: rgb(132,136,186);
    box-shadow: 0 5px 15px rgb(171,177,209,0.5);
    transform: translateY(-2px);
}.connect-form .request-map .contact-message:hover::before {
    left: 100%;
}.connect-form .inquiry-block {
    overflow: hidden;
    padding: 80px 60px;
    justify-content: center;
    display: flex;
    position: relative;
    background: linear-gradient(135deg, rgb(171,177,209) 0%, rgb(132,136,186) 100%);
    flex: 1 1 45%;
    flex-direction: column;
}.connect-form .inquiry-block::before {
    content: '';
    left: -50%;
    width: 200%;
    opacity: 0.7;
    background: 
        radial-gradient(
            circle at center,
            transparent 0,
            transparent 100px,
            rgba(255, 255, 255, 0.03) 100px,
            rgba(255, 255, 255, 0.03) 150px,
            transparent 150px,
            transparent
        );
    z-index: 0;
    background-size: 250px 250px;
    height: 200%;
    position: absolute;
    top: -50%;
}.connect-form .inquiry-block h4 {
    z-index: 1;
    color: #ffffff;
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 50px;
    text-align: center;
    position: relative;
}.connect-form .inquiry-block .query-links {
    margin: 0 auto;
    padding: 0;
    max-width: 300px;
    list-style: none;
    z-index: 1;
    position: relative;
}.connect-form .inquiry-block .query-links li {
    align-items: center;
    display: flex;
    position: relative;
    margin-bottom: 35px;
    transition: transform 0.3s ease;
}.connect-form .inquiry-block .query-links li:last-child {
    margin-bottom: 0;
}.connect-form .inquiry-block .query-links li:hover {
    transform: translateX(5px);
}.connect-form .inquiry-block .query-links li svg {
    opacity: 0.9;
    margin-right: 20px;
    width: 22px;
    flex-shrink: 0;
    height: 22px;
}.connect-form .inquiry-block .query-links li svg path {
    transition: fill 0.3s ease;
    fill: #ffffff;
}.connect-form .inquiry-block .query-links li span {
    color: #ffffff;
    position: relative;
    line-height: 1.5;
    font-size: 15px;
}.connect-form .inquiry-block .query-links li span::after {
    height: 1px;
    position: absolute;
    width: 0;
    background: rgba(255, 255, 255, 0.3);
    left: 0;
    bottom: -8px;
    content: '';
    transition: width 0.3s ease;
}.connect-form .inquiry-block .query-links li:hover span::after {
    width: 100%;
}.connect-form .inquiry-block .query-links li a {
    transition: all 0.3s ease;
    text-decoration: none;
    color: #ffffff;
}.connect-form .inquiry-block .query-links li a:hover {
    opacity: 0.8;
}

@media (max-width: 992px) {.connect-form {
    padding: 80px 0;
}.connect-form .inquiry-list {
    flex-direction: column;
}.connect-form .request-map,
    .connect-form .inquiry-block {
    flex: 1 1 100%;
    padding: 60px 40px;
}
}

@media (max-width: 768px) {.connect-form {
    padding: 60px 0;
}.connect-form h3 {
    margin-bottom: 50px;
    font-size: calc(34px - 4px);
}.connect-form .request-map h3,
    .connect-form .inquiry-block h4 {
    font-size: calc(22px - 2px);
    margin-bottom: 30px;
}.connect-form .request-map input[type="text"],
    .connect-form .request-map textarea {
    padding: 16px 20px;
    margin-bottom: 20px;
}.connect-form .request-map textarea {
    height: 120px;
}.connect-form .request-map .contact-message {
    padding: 16px;
}.connect-form .inquiry-block .query-links li {
    margin-bottom: 25px;
}
}

@media (max-width: 576px) {.connect-form {
    padding: 50px 0;
}.connect-form .request-map,
    .connect-form .inquiry-block {
    padding: 40px 25px;
}.connect-form h3 {
    font-size: calc(34px - 6px);
}.connect-form .request-map .connect-feedback label {
    font-size: calc(15px - 3px);
}.connect-form .inquiry-list {
    border-radius: 20px;
}.connect-form .request-map input[type="text"],
    .connect-form .request-map textarea {
    border-radius: 25px;
}.connect-form .request-map textarea {
    border-radius: 20px;
}}.course-offering {
    background: linear-gradient(135deg, rgb(218,221,233), #ffffff 80%);
    position: relative;
    overflow: hidden;
    padding: 6rem 0;
}.course-offering::before {
    top: -50px;
    height: 250px;
    width: 250px;
    position: absolute;
    filter: blur(40px);
    transform: translateZ(0);
    opacity: 0.15;
    right: -50px;
    background: rgb(132,136,186,0.5);
    content: "";
    border-radius: 50%;
}.course-offering::after {
    content: "";
    left: 0;
    opacity: 0.6;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(132,136,186), transparent);
    bottom: 0;
    height: 3px;
    width: 100%;
}.course-offering .container {
    padding: 0 20px;
    z-index: 2;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}.course-offering h2 {
    line-height: 1.3;
    color: #000000;
    font-size: 38px;
    transform: translateX(10px);
    margin-bottom: 3rem;
    display: inline-block;
    font-weight: 700;
    position: relative;
    max-width: 90%;
}.course-offering h2::before {
    top: 0;
    height: 100%;
    background: rgb(132,136,186);
    left: -10px;
    content: "";
    transform: scaleY(0.9);
    width: 4px;
    position: absolute;
    transition: transform 0.3s ease;
}.course-offering h2:hover::before {
    transform: scaleY(1.1);
}.course-offering .skill-path {
    transform: translateZ(0);
    display: grid;
    gap: 2.5rem;
    grid-template-columns: 1fr;
}.course-offering .img-banner {
    border-radius: 10px;
    transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
    transform: translateZ(0) perspective(1000px) rotateY(2deg);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    height: 300px;
}.course-offering .img-banner:hover {
    transform: translateZ(0) perspective(1000px) rotateY(0deg) translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}.course-offering .img-banner::after {
    background: linear-gradient(to bottom, rgba(0,0,0,0.05), rgba(0,0,0,0.2));
    left: 0;
    content: "";
    width: 100%;
    opacity: 0;
    transition: opacity 0.5s ease;
    position: absolute;
    height: 100%;
    top: 0;
}.course-offering .img-banner:hover::after {
    opacity: 1;
}.course-offering .text-arch {
    position: relative;
    padding: 2.5rem;
    overflow: hidden;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}.course-offering .text-arch::before {
    left: 0;
    position: absolute;
    transition: transform 0.5s ease;
    top: 0;
    width: 100%;
    background: linear-gradient(90deg, rgb(171,177,209), rgb(132,136,186));
    height: 5px;
    content: "";
    transform: scaleX(0.97);
}.course-offering .text-arch:hover::before {
    transform: scaleX(1);
}.course-offering .description {
    position: relative;
    font-size: 13px;
    line-height: 1.75;
    opacity: 0.9;
    margin-bottom: 1.5rem;
    transition: opacity 0.3s ease;
    color: #000000;
}.course-offering .description:last-child {
    margin-bottom: 0;
}.course-offering .description:hover {
    opacity: 1;
}.course-offering .description:first-of-type::first-letter {
    color: rgb(132,136,186);
    font-size: 1.5em;
    font-weight: 700;
}

@media (min-width: 768px) {.course-offering {
    padding: 8rem 0;
}.course-offering .skill-path {
    gap: 3rem;
    grid-template-columns: 1fr 1.5fr;
    align-items: start;
}.course-offering h2 {
    max-width: 80%;
    font-size: calc(38px * 1.1);
    margin-bottom: 4rem;
}.course-offering .img-banner {
    height: 100%;
    min-height: 500px;
}.course-offering .text-arch {
    overflow-y: auto;
    padding: 3rem;
    max-height: 600px;
}.course-offering .text-arch::-webkit-scrollbar {
    width: 8px;
}.course-offering .text-arch::-webkit-scrollbar-track {
    background: rgba(0,0,0,0.03);
    border-radius: 10px;
}.course-offering .text-arch::-webkit-scrollbar-thumb {
    background: rgb(132,136,186,0.5);
    border-radius: 10px;
}.course-offering .text-arch::-webkit-scrollbar-thumb:hover {
    background: rgb(132,136,186);
}
}

@media (min-width: 992px) {.course-offering h2 {
    font-size: calc(38px * 1.2);
    max-width: 70%;
}.course-offering .skill-path {
    grid-template-columns: 0.8fr 1.2fr;
    gap: 4rem;
}.course-offering .img-banner {
    transform: translateZ(0) perspective(1200px) rotateY(4deg);
}.course-offering .text-arch {
    transform: translateZ(0) perspective(1200px) rotateY(-2deg);
    max-height: 650px;
    padding: 3.5rem;
}.course-offering .text-arch:hover {
    transform: translateZ(0) perspective(1200px) rotateY(0deg);
}.course-offering .description {
    line-height: 1.8;
}
}

@media (min-width: 1200px) {.course-offering {
    padding: 10rem 0;
}.course-offering .container {
    padding: 0 30px;
}.course-offering h2 {
    margin-bottom: 5rem;
    font-size: calc(38px * 1.3);
}.course-offering .skill-path {
    gap: 5rem;
    grid-template-columns: 0.7fr 1.3fr;
}.course-offering .img-banner {
    min-height: 600px;
}.course-offering .text-arch {
    max-height: 700px;
    padding: 4rem;
}
}

@media (max-width: 767px) {.course-offering {
    padding: 4rem 0;
}.course-offering h2 {
    margin-bottom: 2rem;
    font-size: calc(38px * 0.9);
}.course-offering .img-banner {
    height: 250px;
}.course-offering .text-arch {
    padding: 1.5rem;
}.course-offering .description {
    line-height: 1.6;
    font-size: calc(13px * 0.95);
}
}

@media (max-width: 480px) {.course-offering {
    padding: 3rem 0;
}.course-offering h2 {
    max-width: 100%;
    font-size: calc(38px * 0.8);
}.course-offering .img-banner {
    height: 200px;
}.course-offering .text-arch {
    padding: 1.25rem;
}.course-offering .description {
    font-size: calc(13px * 0.9);
    line-height: 1.5;
}}.thanksWrap {
    justify-content: center;
    overflow: hidden;
    display: flex;
    background: linear-gradient(135deg, rgb(218,221,233) 0%, rgb(171,177,209,0.5) 100%);
    min-height: 60vh;
    align-items: center;
    position: relative;
    padding: 5rem 2rem;
}.thanksWrap::before {
    background: repeating-linear-gradient(
        -45deg,
        rgb(171,177,209,0.5) 0px,
        rgb(171,177,209,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    position: absolute;
    top: 0;
    content: "";
    width: 100%;
    z-index: 1;
    height: 100%;
    left: 0;
    opacity: 0.05;
}.thanksWrap::after {
    top: -5%;
    content: "";
    transform: rotate(15deg);
    height: 30%;
    right: -5%;
    z-index: 1;
    width: 30%;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    opacity: 0.1;
    position: absolute;
    background: rgb(132,136,186,0.5);
}.thanksWrap .container {
    z-index: 2;
    margin: 0 auto;
    position: relative;
    width: 100%;
    max-width: 1200px;
}.thanksWrap .learn-academy {
    gap: 2rem;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08), 0 10px 20px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateX(2deg);
    padding: 3.5rem;
    border-left: 5px solid rgb(171,177,209);
    position: relative;
    background: rgba(255, 255, 255, 0.97);
    display: grid;
    grid-template-columns: 1fr;
}.thanksWrap .learn-academy::before {
    position: absolute;
    content: "";
    left: 0;
    height: 8px;
    background: linear-gradient(90deg, rgb(171,177,209) 0%, rgb(132,136,186) 100%);
    transform-origin: left top;
    top: 0;
    width: 100%;
}.thanksWrap .learn-academy > div:first-child {
    padding-bottom: 1.5rem;
    position: relative;
}.thanksWrap .learn-academy > div:first-child::after {
    content: "";
    background: rgb(132,136,186);
    left: 0;
    animation: lineGrow 1.2s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
    position: absolute;
    bottom: 0;
    height: 4px;
    width: 80px;
    transform-origin: left;
}.thanksWrap h5 {
    font-size: calc(19px * 1.1);
    margin: 0;
    line-height: 1.4;
    opacity: 0;
    color: #000000;
    font-weight: 700;
    transform: translateY(20px);
    animation: fadeUp 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) 0.2s forwards;
}.thanksWrap a {
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    display: block;
    text-decoration: none;
}.thanksWrap a:hover {
    transform: translateY(-5px);
}.thanksWrap p {
    position: relative;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.03);
    opacity: 0;
    font-size: 14px;
    padding: 1.5rem;
    line-height: 1.8;
    animation: fadeUp 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) 0.4s forwards;
    border-left: 3px solid rgb(132,136,186,0.5);
    background: linear-gradient(to bottom right, rgba(rgb(218,221,233), 0.3), rgba(255, 255, 255, 0.9));
    color: #000000;
    margin: 0;
    transform: translateY(20px);
    border-radius: 10px;
}.thanksWrap p::before {
    display: flex;
    font-weight: 700;
    position: absolute;
    content: "✓";
    align-items: center;
    left: -15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    height: 36px;
    width: 36px;
    background: rgb(171,177,209);
    border-radius: 50%;
    top: -15px;
    color: #ffffff;
    justify-content: center;
}

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

@keyframes lineGrow {
    from {
        width: 0;
    }
    to {
        width: 80px;
    }
}

@media (min-width: 768px) {.thanksWrap {
    padding: 7rem 3rem;
}.thanksWrap .learn-academy {
    grid-template-columns: 1fr 1fr;
    transform: perspective(1000px) rotateX(1deg);
    padding: 4rem;
    gap: 3rem;
}.thanksWrap h5 {
    font-size: calc(19px * 1.3);
}.thanksWrap .learn-academy > div:first-child {
    display: flex;
    align-items: center;
    padding-bottom: 0;
}.thanksWrap .learn-academy > div:first-child::after {
    display: none;
}.thanksWrap p {
    padding: 2rem;
}
}

@media (max-width: 767px) {.thanksWrap {
    padding: 4rem 1.5rem;
}.thanksWrap .learn-academy {
    padding: 2.5rem 1.5rem;
    transform: perspective(1000px) rotateX(1deg);
}.thanksWrap h5 {
    font-size: 19px;
    line-height: 1.5;
}.thanksWrap p {
    padding: 1.2rem;
    font-size: calc(14px * 0.95);
}.thanksWrap p::before {
    top: -10px;
    width: 30px;
    font-size: 0.8rem;
    height: 30px;
    left: -10px;
}
}

@media (max-width: 480px) {.thanksWrap {
    padding: 3rem 1rem;
}.thanksWrap .learn-academy {
    border-left-width: 3px;
    padding: 2rem 1.2rem;
}.thanksWrap .learn-academy::before {
    height: 5px;
}.thanksWrap h5 {
    font-size: calc(19px * 0.9);
}.thanksWrap p {
    padding: 1rem;
    line-height: 1.6;
    font-size: calc(14px * 0.9);
}}.launch-now {
    overflow: hidden;
    position: relative;
    background: linear-gradient(120deg, rgb(132,136,186,0.5) 0%, #ffffff 100%);
    padding: 120px 0;
}.launch-now::before {
    right: -20%;
    top: -50%;
    content: '';
    width: 80%;
    background: rgb(171,177,209,0.5);
    height: 200%;
    z-index: 1;
    opacity: 0.1;
    transform: rotate(-15deg);
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    position: absolute;
}.launch-now::after {
    background: rgb(132,136,186,0.5);
    width: 60%;
    bottom: -30%;
    position: absolute;
    left: -10%;
    height: 150%;
    transform: rotate(15deg);
    z-index: 1;
    border-radius: 70% 30% 30% 70% / 70% 70% 30% 30%;
    opacity: 0.1;
    content: '';
}.launch-now .learn-academy {
    z-index: 10;
    padding: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
}.launch-now .container p {
    color: #000000;
    font-size: 33px;
    font-weight: 700;
    position: relative;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
    line-height: 1.4;
    margin: 0 0 60px 0;
    max-width: 800px;
    border-radius: 60% 40% 40% 60% / 20% 40% 60% 80%;
    z-index: 5;
    text-align: center;
    padding: 40px 60px;
    background: #ffffff;
}.launch-now .contact-message {
    overflow: hidden;
    padding: 20px 50px;
    font-weight: 600;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    text-decoration: none;
    border-radius: 30px;
    position: relative;
    z-index: 5;
    color: #ffffff;
    background: linear-gradient(90deg, rgb(171,177,209), rgb(132,136,186));
    font-size: 15px;
    transition: all 0.4s ease;
}.launch-now .contact-message::before {
    z-index: -1;
    left: 0;
    width: 100%;
    position: absolute;
    top: 0;
    background: linear-gradient(90deg, rgb(132,136,186), rgb(171,177,209));
    transition: opacity 0.4s ease;
    content: '';
    opacity: 0;
    height: 100%;
}.launch-now .contact-message:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}.launch-now .contact-message:hover::before {
    opacity: 1;
}.launch-now .container p::before {
    position: absolute;
    top: -10%;
    width: 140%;
    z-index: -1;
    opacity: 0.4;
    border-radius: 60% 40% 40% 60% / 20% 40% 60% 80%;
    content: '';
    animation: morph 8s ease-in-out infinite;
    left: -20%;
    height: 120%;
    background: #ffffff;
}.launch-now .contact-message::after {
    height: 100%;
    position: absolute;
    transform: skewX(-15deg);
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
    width: 30px;
    top: 0;
    content: '';
    animation: shine 6s infinite;
    left: -100px;
}

@keyframes morph {
    0%, 100% {
        border-radius: 60% 40% 40% 60% / 20% 40% 60% 80%;
    }
    50% {
        border-radius: 40% 60% 60% 40% / 60% 30% 70% 40%;
    }
}

@keyframes shine {
    0% {
        left: -100px;
    }
    20% {
        left: 120%;
    }
    100% {
        left: 120%;
    }
}

@media (max-width: 991px) {.launch-now {
    padding: 90px 0;
}.launch-now .container p {
    padding: 35px 50px;
    font-size: calc(20px * 1.2);
    margin-bottom: 50px;
}.launch-now .contact-message {
    padding: 18px 40px;
}
}

@media (max-width: 767px) {.launch-now {
    padding: 70px 0;
}.launch-now .container p {
    padding: 30px 40px;
    margin-bottom: 40px;
    border-radius: 40% 60% 50% 50% / 40% 40% 60% 60%;
    font-size: 20px;
}.launch-now .contact-message {
    padding: 15px 35px;
}.launch-now .container p::before {
    animation: none;
}
}

@media (max-width: 480px) {.launch-now {
    padding: 50px 0;
}.launch-now .container p {
    font-size: calc(15px * 1.2);
    border-radius: 30px;
    margin-bottom: 30px;
    padding: 25px 30px;
}.launch-now .contact-message {
    padding: 12px 30px;
    font-size: calc(15px * 0.9);
}}.stay-connected {
    background: rgb(218,221,233);
    position: relative;
    overflow: hidden;
    padding: 5rem 2rem;
}.stay-connected::before {
    content: "";
    width: 100%;
    background:
        radial-gradient(circle at 10% 20%, rgb(171,177,209,0.5) 0%, transparent 35%),
        radial-gradient(circle at 90% 80%, rgb(132,136,186,0.5) 0%, transparent 35%);
    position: absolute;
    left: 0;
    height: 100%;
    opacity: 0.5;
    top: 0;
}.stay-connected .learn-academy {
    z-index: 2;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}.stay-connected .message-links {
    border-radius: 20px;
    background: #ffffff;
    max-width: 700px;
    margin: 0 auto;
    padding: 3.5rem 3rem;
    position: relative;
}.stay-connected .message-links::before {
    position: absolute;
    top: -40px;
    opacity: 0.2;
    content: "";
    background: rgb(171,177,209);
    animation: moveBlob1 20s infinite alternate ease-in-out;
    right: -40px;
    width: 120px;
    border-radius: 50%;
    height: 120px;
}.stay-connected .message-links::after {
    opacity: 0.2;
    bottom: -60px;
    border-radius: 50%;
    animation: moveBlob2 15s infinite alternate ease-in-out;
    content: "";
    left: -60px;
    background: rgb(132,136,186);
    position: absolute;
    height: 180px;
    width: 180px;
}@keyframes moveBlob1 {
    0%, 100% {
        border-radius: 50%;
        transform: translate(0, 0) scale(1);
    }
    33% {
        border-radius: 60% 40% 70% 30% / 40% 50% 50% 60%;
        transform: translate(20px, 10px) scale(1.2);
    }
    66% {
        border-radius: 30% 70% 40% 60% / 60% 30% 70% 40%;
        transform: translate(-10px, 20px) scale(0.8);
    }
}

@keyframes moveBlob2 {
    0%, 100% {
        border-radius: 50%;
        transform: translate(0, 0) scale(1);
    }
    33% {
        border-radius: 40% 60% 30% 70% / 60% 40% 60% 40%;
        transform: translate(-20px, -10px) scale(1.1);
    }
    66% {
        border-radius: 70% 30% 60% 40% / 40% 70% 30% 60%;
        transform: translate(15px, -20px) scale(0.9);
    }
}

.stay-connected h3 {
    font-weight: 700;
    position: relative;
    margin-bottom: 2.5rem;
    font-size: 18px;
    overflow: hidden;
    color: #000000;
    padding-bottom: 15px;
    text-align: center;
}.stay-connected h3::after {
    content: "";
    height: 4px;
    left: 0;
    animation: waveMotion 3s infinite ease-in-out;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgb(171,177,209) 50%,
        transparent 100%
    );
    bottom: 0;
    position: absolute;
    width: 100%;
}@keyframes waveMotion {
    0%, 100% {
        transform: translateX(-100%);
    }
    50% {
        transform: translateX(100%);
    }
}

.stay-connected .input_holder {
    flex-direction: column;
    position: relative;
    gap: 2rem;
    display: flex;
}.stay-connected input[type="email"] {
    border: none;
    color: #000000;
    padding: 1.2rem 1.5rem;
    transition: all 0.3s ease;
    background: rgb(218,221,233);
    box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.5);
    border-radius: 50px;
    font-family: Arial, sans-serif;
    font-size: 14px;
}.stay-connected input[type="email"]:focus {
    box-shadow: 
        inset 0 2px 5px rgba(0, 0, 0, 0.5),
        0 0 0 2px rgb(171,177,209,0.5);
    background: #ffffff;
    outline: none;
}.stay-connected input[type="email"]::placeholder {
    opacity: 0.6;
    color: #000000;
}.stay-connected input[type="submit"] {
    cursor: pointer;
    z-index: 1;
    position: relative;
    font-size: 19px;
    transition: all 0.3s ease;
    padding: 1rem 2rem;
    text-transform: uppercase;
    overflow: hidden;
    color: #ffffff;
    letter-spacing: 1px;
    align-self: center;
    font-family: Arial, sans-serif;
    background: linear-gradient(45deg, rgb(171,177,209) 0%, rgb(132,136,186) 100%);
    border: none;
    min-width: 180px;
    font-weight: 600;
    border-radius: 50px;
}.stay-connected input[type="submit"]::before {
    border-radius: 50px;
    bottom: -10px;
    opacity: 0;
    left: -10px;
    right: -10px;
    transition: opacity 0.3s ease;
    position: absolute;
    transform: scale(0.95);
    top: -10px;
    z-index: -1;
    background: linear-gradient(45deg, rgb(132,136,186) 0%, rgb(171,177,209) 100%);
    content: "";
}.stay-connected input[type="submit"]:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
}.stay-connected input[type="submit"]:hover::before {
    opacity: 1;
    animation: rotateGradient 2s infinite linear;
}@keyframes rotateGradient {
    0% {
        transform: scale(0.95) rotate(0deg);
    }
    100% {
        transform: scale(0.95) rotate(360deg);
    }
}

.stay-connected .input_holder::before {
    border-radius: 50%;
    position: absolute;
    width: 20px;
    right: 5%;
    height: 20px;
    opacity: 0.3;
    animation: floatBubble 6s infinite alternate ease-in-out;
    content: "";
    top: 15%;
    background: rgb(171,177,209,0.5);
}.stay-connected .input_holder::after {
    content: "";
    background: rgb(132,136,186,0.5);
    width: 15px;
    bottom: 15%;
    height: 15px;
    border-radius: 50%;
    left: 5%;
    position: absolute;
    opacity: 0.3;
    animation: floatBubble 8s infinite alternate-reverse ease-in-out;
}

@keyframes floatBubble {
    0%, 100% {
        transform: translate(0, 0);
    }
    33% {
        transform: translate(10px, -10px);
    }
    66% {
        transform: translate(-10px, 10px);
    }
}

@media (max-width: 768px) {.stay-connected {
    padding: 4rem 1.5rem;
}.stay-connected .message-links {
    padding: 2.5rem 2rem;
}.stay-connected .message-links::before,
    .stay-connected .message-links::after {
    display: none;
}.stay-connected h3 {
    margin-bottom: 2rem;
    font-size: calc(18px * 0.9);
}
}

@media (max-width: 480px) {.stay-connected {
    padding: 3rem 1rem;
}.stay-connected .message-links {
    padding: 2rem 1.5rem;
}.stay-connected h3 {
    margin-bottom: 1.5rem;
    font-size: calc(18px * 0.8);
}.stay-connected input[type="email"] {
    padding: 1rem;
}.stay-connected input[type="submit"] {
    padding: 0.8rem 1.5rem;
    min-width: 100%;
}}header {
    padding: 0;
    background: linear-gradient(to right, #000000 0%, rgba(0, 0, 0, 0.5) 100%);
    margin-top: 0;
    z-index: 100;
    overflow: visible;
    position: relative;
}header::before {
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
    background-image: 
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 20px 20px;
    z-index: 0;
    content: '';
    height: 100%;
}header::after {
    position: absolute;
    background: linear-gradient(90deg, 
        rgb(171,177,209) 0%,
        rgb(132,136,186) 50%,
        rgb(171,177,209) 100%
    );
    animation: gradientSlide 5s linear infinite;
    width: 100%;
    height: 4px;
    background-size: 200% auto;
    left: 0;
    bottom: 0;
    content: '';
}@keyframes gradientSlide {
    0% { background-position: 0% center; }
    100% { background-position: 200% center; }
}

header .top-expert {
    padding: 1.3rem 2rem;
    justify-content: space-between;
    align-items: center;
    z-index: 5;
    display: flex;
    position: relative;
}header .nav-tutor {
    flex: 0 0 auto;
    position: relative;
    z-index: 5;
}header .first-lesson {
    display: flex;
    transition: all 0.3s ease;
    position: relative;
    padding: 0.5rem;
    align-items: center;
    text-decoration: none;
    z-index: 2;
}header .first-lesson:hover {
    transform: translateY(-3px) scale(1.02);
}header .first-lesson img {
    max-height: 40px;
    filter: brightness(1.2) drop-shadow(0 0 8px rgba(255, 255, 255, 0.3));
}header .nav-tutor::before {
    transition: all 0.3s ease;
    position: absolute;
    border-radius: 10px;
    left: -8px;
    content: '';
    border: 1px solid rgb(171,177,209);
    transform: skew(-3deg);
    bottom: -8px;
    opacity: 0.3;
    right: -8px;
    top: -8px;
}header .nav-tutor:hover::before {
    opacity: 0.7;
    transform: skew(-5deg) scale(1.05);
    box-shadow: 0 0 15px rgb(171,177,209,0.5);
}header .header-learn {
    padding: 0;
    list-style: none;
    z-index: 5;
    position: relative;
    display: flex;
    margin: 0;
}header .main-train {
    perspective: 800px;
    position: relative;
    margin: 0 0.3rem;
}header .main-train a {
    position: relative;
    transition: all 0.4s ease;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 0.5px;
    z-index: 1;
    border: 1px solid transparent;
    padding: 0.8rem 1.2rem;
    display: block;
    font-size: 13px;
    color: #ffffff;
}header .main-train a::before {
    opacity: 0.7;
    transition: transform 0.3s ease;
    bottom: 5px;
    width: 80%;
    left: 10%;
    transform: scaleX(0);
    position: absolute;
    background: rgb(171,177,209);
    height: 1px;
    content: '';
}header .main-train a:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transform: translateZ(10px);
    border-color: rgba(255, 255, 255, 0.1);
    background: rgba(0, 0, 0, 0.2);
    color: rgb(171,177,209);
}header .main-train a:hover::before {
    transform: scaleX(1);
}header .main-train::after {
    width: 100%;
    opacity: 0;
    left: 0;
    position: absolute;
    content: '';
    height: 100%;
    top: 0;
    background: radial-gradient(circle at center, rgb(171,177,209,0.5) 0%, transparent 70%);
    z-index: -1;
    transition: opacity 0.3s ease;
    pointer-events: none;
}header .main-train:hover::after {
    opacity: 0.4;
}header .top-expert::before {
    left: 35%;
    position: absolute;
    top: 0;
    width: 30%;
    background: linear-gradient(90deg, transparent, rgb(171,177,209), transparent);
    content: '';
    height: 1px;
}header .top-expert::after {
    width: 60%;
    content: '';
    opacity: 0.1;
    position: absolute;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    height: 1px;
    left: 20%;
    bottom: 0;
}.top-wrap {
    padding-top: 2rem;
    background: rgb(218,221,233);
    margin-top: 0;
    position: relative;
    z-index: 1;
}

@media (min-width: 1400px) {header .top-expert {
    max-width: 1300px;
    margin: 0 auto;
}header .main-train {
    margin: 0 0.5rem;
}header .main-train a {
    padding: 0.8rem 1.5rem;
}
}

@media (max-width: 991px) {header {
    padding: 0;
}header .top-expert {
    justify-content: space-between;
    padding: 1rem 1.5rem;
    flex-wrap: wrap;
    flex-direction: row;
}header .nav-tutor {
    margin-bottom: 0;
}header .header-learn {
    margin-top: 1rem;
    justify-content: center;
    flex: 1 0 100%;
}header .main-train {
    margin: 0 0.2rem;
}header .main-train a {
    padding: 0.6rem 0.8rem;
    font-size: calc(13px - 1px);
}header .nav-tutor::before {
    left: -5px;
    right: -5px;
    bottom: -5px;
    top: -5px;
}
}

@media (max-width: 767px) {header {
    padding: 0;
}header .top-expert {
    padding: 0.8rem 1.2rem;
}header .nav-tutor {
    max-width: 130px;
}header .nav-tutor::before {
    display: none;
}header .header-learn {
    scrollbar-width: thin;
    padding-bottom: 0.5rem;
    justify-content: flex-start;
    -webkit-overflow-scrolling: touch;
    margin-top: 0.8rem;
    overflow-x: auto;
}header .header-learn::-webkit-scrollbar {
    height: 2px;
}header .header-learn::-webkit-scrollbar-thumb {
    background: rgb(171,177,209);
    border-radius: 10px;
}header .main-train {
    margin: 0 0.1rem;
    flex: 0 0 auto;
}header .main-train a {
    font-size: calc(13px - 2px);
    white-space: nowrap;
    padding: 0.5rem 0.7rem;
    letter-spacing: 0;
}header .main-train a::before {
    bottom: 3px;
}header::after {
    height: 2px;
}
}

@media (max-width: 479px) {header .top-expert {
    padding: 0.7rem 1rem;
}header .nav-tutor {
    max-width: 110px;
}header .main-train a {
    font-size: calc(13px - 3px);
    padding: 0.4rem 0.6rem;
}}.secure-harbor {
    color: #ffffff;
    font-family: Arial, sans-serif;
    margin: 0 auto;
    border: 1px solid rgb(171,177,209,0.5);
    box-shadow: 0 0 20px rgb(171,177,209,0.5);
    padding: 2em;
    background-color: rgb(171,177,209);
}.secure-harbor h1 {
    text-align: center;
    font-size: 46px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 1.5em;
    text-shadow: 0 0 10px rgb(171,177,209,0.5);
}.secure-harbor h2 {
    font-weight: 600;
    text-shadow: 0 0 8px rgb(132,136,186,0.5);
    font-size: 32px;
    color: rgb(132,136,186);
    margin-bottom: 1em;
}.secure-harbor h3,
.secure-harbor h4,
.secure-harbor h5,
.secure-harbor h6 {
    margin-bottom: 0.75em;
    color: #ffffff;
}.secure-harbor h3 {
    font-weight: 400;
    font-size: calc(19px - 0.2em);
}.secure-harbor h4 {
    font-weight: 400;
    font-size: calc(19px - 0.4em);
}.secure-harbor h5 {
    font-weight: 300;
    font-size: 19px;
}.secure-harbor h6 {
    font-size: 20px;
    font-weight: 300;
}.secure-harbor ul,
.secure-harbor ol {
    margin-bottom: 1.5em;
    padding-left: 1.5em;
}.secure-harbor ul {
    list-style-type: circle;
}.secure-harbor ol {
    list-style-type: decimal;
}.secure-harbor li {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 0.75em;
}.secure-harbor p {
    font-size: 16px;
    margin-bottom: 1.5em;
    line-height: 1.7;
    color: #ffffff;
}.secure-harbor span {
    font-weight: 600;
    color: rgb(171,177,209);
}.secure-harbor div {
    margin-bottom: 1.5em;
}
@media only screen and (max-width: 800px) {.secure-harbor {
    border-radius: 10px;
    padding: 1em;
}.secure-harbor h1 {
    font-size: calc(19px - 0.5em);
}.secure-harbor h2 {
    font-size: calc(19px - 0.4em);
}.secure-harbor p,
    .secure-harbor li {
    font-size: calc(16px - 0.2em);
}}
.secure-harbor h1::after {
    display: block;
    border-radius: 10px;
    content: "";
    height: 4px;
    box-shadow: 0 0 10px rgb(171,177,209,0.5);
    width: 80px;
    margin: 0.5em auto 0;
    background-color: rgb(171,177,209);
}.secure-harbor h2::after {
    content: "";
    margin: 0.5em auto 0;
    box-shadow: 0 0 8px rgb(132,136,186,0.5);
    width: 60px;
    height: 3px;
    background-color: rgb(132,136,186);
    border-radius: 10px;
    display: block;
}.secure-harbor ul li::before,
.secure-harbor ol li::before {
    margin-right: 0.5em;
    background-color: rgb(171,177,209);
    content: "";
    border-radius: 50%;
    width: 8px;
    height: 8px;
    display: inline-block;
    box-shadow: 0 0 5px rgb(171,177,209,0.5);
}.secure-harbor a {
    color: rgb(171,177,209);
    box-shadow: 0 0 5px rgb(171,177,209,0.5);
    text-decoration: underline;
}.secure-harbor a:hover {
    box-shadow: 0 0 5px rgb(132,136,186,0.5);
    color: rgb(132,136,186);
}.secure-harbor blockquote {
    color: #ffffff;
    font-style: italic;
    margin: 1em 0;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 1.5em;
    border-left: 5px solid rgb(171,177,209);
    box-shadow: 0 0 10px rgb(171,177,209,0.5);
}.company-info {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
    background: rgb(218,221,233);
}.company-info::before {
    height: 100%;
    content: "";
    z-index: 0;
    background: 
        radial-gradient(
            ellipse at top left,
            rgb(171,177,209,0.5) 0%,
            transparent 50%
        ),
        radial-gradient(
            ellipse at bottom right,
            rgb(132,136,186,0.5) 0%,
            transparent 50%
        );
    top: 0;
    width: 100%;
    position: absolute;
    left: 0;
}.company-info::after {
    background-image: 
        linear-gradient(45deg, rgba(0, 0, 0, 0.5) 25%, transparent 25%), 
        linear-gradient(-45deg, rgba(0, 0, 0, 0.5) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgba(0, 0, 0, 0.5) 75%),
        linear-gradient(-45deg, transparent 75%, rgba(0, 0, 0, 0.5) 75%);
    position: absolute;
    z-index: 1;
    left: 0;
    content: "";
    background-size: 60px 60px;
    background-position: 0 0, 0 30px, 30px -30px, -30px 0px;
    animation: movePattern 20s linear infinite;
    opacity: 0.05;
    width: 100%;
    top: 0;
    height: 100%;
}.company-info .container {
    z-index: 2;
    padding: 0 25px;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}.company-info .learn-academy {
    gap: 50px;
    flex-wrap: wrap;
    position: relative;
    display: flex;
}.company-info h3 {
    margin-bottom: 60px;
    width: 100%;
    position: relative;
    font-weight: 700;
    color: #000000;
    font-size: 46px;
    text-align: left;
    overflow: hidden;
}.company-info h3::after {
    content: "";
    width: 0;
    animation: lineExpand 1.5s forwards;
    left: 0;
    position: absolute;
    bottom: -5px;
    height: 3px;
    background: linear-gradient(90deg, rgb(171,177,209), rgb(132,136,186));
}.company-info .path-impact {
    min-width: 300px;
    flex-direction: column;
    flex: 1;
    z-index: 2;
    padding: 40px;
    background: #ffffff;
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
    display: flex;
}.company-info .path-impact::before {
    z-index: 1;
    background: rgb(171,177,209);
    clip-path: polygon(0 0, 100% 0, 100% 100%);
    content: "";
    position: absolute;
    right: 10px;
    top: 10px;
    opacity: 0.8;
    width: 20px;
    height: 20px;
}.company-info .path-impact::after {
    z-index: 1;
    bottom: 10px;
    position: absolute;
    width: 20px;
    clip-path: polygon(0 0, 0 100%, 100% 100%);
    height: 20px;
    content: "";
    left: 10px;
    background: rgb(132,136,186);
    opacity: 0.8;
}.company-info .path-impact span {
    font-weight: 600;
    color: rgb(171,177,209);
    font-size: 24px;
    transform: translateX(-15px);
    padding: 5px 15px;
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
    background: linear-gradient(to right, rgb(171,177,209,0.5), transparent);
}.company-info .path-impact p {
    font-size: 16px;
    margin-bottom: 30px;
    line-height: 1.7;
    color: #000000;
}.company-info .path-impact .img-banner {
    border-radius: 10px;
    position: relative;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 280px;
}.company-info .path-impact .img-banner::before {
    top: 0;
    position: absolute;
    opacity: 0;
    background: rgb(171,177,209,0.5);
    z-index: 1;
    content: "";
    transition: opacity 0.5s ease;
    height: 100%;
    left: 0;
    width: 100%;
}.company-info .path-impact:hover .img-banner {
    transform: scale(1.03);
}.company-info .path-impact:hover .img-banner::before {
    opacity: 0.2;
}.company-info .virtual-guides {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    z-index: 2;
    padding: 40px;
    background: #ffffff;
    flex: 1;
    min-width: 300px;
    position: relative;
    transition: all 0.4s ease;
}.company-info .virtual-guides::before {
    width: 20px;
    clip-path: polygon(0 0, 100% 0, 0 100%);
    top: 10px;
    background: rgb(132,136,186);
    content: "";
    height: 20px;
    z-index: 1;
    opacity: 0.8;
    left: 10px;
    position: absolute;
}.company-info .virtual-guides::after {
    width: 20px;
    height: 20px;
    opacity: 0.8;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    content: "";
    z-index: 1;
    bottom: 10px;
    position: absolute;
    right: 10px;
    background: rgb(171,177,209);
}.company-info .virtual-guides p {
    background: linear-gradient(to bottom, rgb(132,136,186,0.5), transparent);
    padding: 20px;
    font-size: 16px;
    line-height: 1.7;
    border-radius: 10px;
    margin-bottom: 40px;
    color: #000000;
    position: relative;
}.company-info .virtual-guides .study-guide {
    transition: all 0.5s ease;
    clip-path: polygon(
        20% 0%, 
        80% 0%, 
        100% 20%, 
        100% 80%, 
        80% 100%, 
        20% 100%, 
        0% 80%, 
        0% 20%
    );
    overflow: hidden;
    width: 180px;
    height: 180px;
    border-radius: 0;
    margin: 0 auto;
    position: relative;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.15);
}.company-info .virtual-guides .study-guide::before {
    transition: opacity 0.5s ease;
    content: "";
    z-index: 1;
    background: 
        linear-gradient(
            -45deg,
            rgb(132,136,186,0.5),
            transparent 60%
        );
    opacity: 0.6;
    position: absolute;
    inset: 0;
}.company-info .virtual-guides .study-guide::after {
    z-index: 2;
    transition: all 0.5s ease;
    clip-path: polygon(
        25% 5%, 
        75% 5%, 
        95% 25%, 
        95% 75%, 
        75% 95%, 
        25% 95%, 
        5% 75%, 
        5% 25%
    );
    opacity: 0.5;
    box-shadow: inset 0 0 0 2px rgb(132,136,186);
    inset: 0;
    position: absolute;
    content: "";
}.company-info .virtual-guides:hover .study-guide::after {
    opacity: 1;
    clip-path: polygon(
        20% 0%, 
        80% 0%, 
        100% 20%, 
        100% 80%, 
        80% 100%, 
        20% 100%, 
        0% 80%, 
        0% 20%
    );
}.company-info .path-impact:hover,
.company-info .virtual-guides:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.12);
}

@keyframes lineExpand {
    from {
        width: 0;
    }
    to {
        width: 100px;
    }
}

@keyframes movePattern {
    0% {
        background-position: 0 0, 0 30px, 30px -30px, -30px 0px;
    }
    100% {
        background-position: 60px 60px, 60px 90px, 90px 30px, 30px 60px;
    }
}

@media (max-width: 1100px) {.company-info {
    padding: 90px 0;
}.company-info .learn-academy {
    align-items: center;
    flex-direction: column;
}.company-info h3 {
    font-size: calc(46px * 0.9);
    text-align: center;
}.company-info h3::after {
    left: 50%;
    transform: translateX(-50%);
}.company-info .path-impact,
    .company-info .virtual-guides {
    width: 100%;
    max-width: 600px;
}
}

@media (max-width: 768px) {.company-info {
    padding: 70px 0;
}.company-info h3 {
    margin-bottom: 40px;
    font-size: calc(46px * 0.8);
}.company-info .path-impact,
    .company-info .virtual-guides {
    padding: 30px;
}.company-info .path-impact .img-banner {
    height: 240px;
}.company-info .path-impact span {
    font-size: calc(24px * 0.9);
}.company-info .virtual-guides .study-guide {
    width: 160px;
    height: 160px;
}
}

@media (max-width: 576px) {.company-info {
    padding: 50px 0;
}.company-info .container {
    padding: 0 20px;
}.company-info h3 {
    font-size: calc(46px * 0.7);
    margin-bottom: 30px;
}.company-info .path-impact,
    .company-info .virtual-guides {
    clip-path: none;
    padding: 25px;
}.company-info .path-impact .img-banner {
    height: 200px;
}.company-info .virtual-guides p {
    padding: 15px;
}.company-info .virtual-guides .study-guide {
    width: 140px;
    height: 140px;
}}.recycle-info {
    color: #ffffff;
    font-family: Arial, sans-serif;
    position: relative;
    padding: 6rem 0 2rem;
    background: linear-gradient(45deg, #000000 0%, rgb(132,136,186,0.5) 100%);
}.recycle-info::before {
    top: 0;
    opacity: 0.15;
    left: 0;
    content: '';
    z-index: 1;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(171,177,209,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 70%, rgb(132,136,186,0.5) 0%, transparent 30%);
    height: 100%;
    width: 100%;
    position: absolute;
}.recycle-info::after {
    content: '';
    background-image: 
        repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.03) 4px),
        repeating-linear-gradient(90deg, transparent, transparent 2px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.03) 4px);
    width: 100%;
    top: 0;
    position: absolute;
    left: 0;
    height: 100%;
    z-index: 2;
}.recycle-info .container {
    z-index: 3;
    position: relative;
}.recycle-info .edu-global {
    display: flex;
    flex-direction: column;
    position: relative;
}.recycle-info .quick-answers {
    gap: 1.5rem;
    flex-wrap: wrap;
    padding: 1.25rem 2rem;
    transform: translateY(-3.5rem);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    position: relative;
    border-radius: 17px;
    background-color: #ffffff;
    justify-content: space-between;
    display: flex;
    z-index: 10;
    margin-bottom: 2rem;
}.recycle-info .quick-answers::before {
    width: 100%;
    border-radius: 17px;
    position: absolute;
    opacity: 0.08;
    background: linear-gradient(135deg, transparent 20%, rgb(171,177,209,0.5) 140%);
    height: 100%;
    z-index: -1;
    left: 0;
    top: 0;
    content: '';
}.recycle-info .info_item {
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    max-width: 300px;
    flex: 1;
    position: relative;
    min-width: 200px;
}.recycle-info .info_item:not(:last-child)::after {
    background: linear-gradient(to bottom, transparent, rgb(132,136,186,0.5), transparent);
    width: 1px;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    height: 70%;
    right: -0.75rem;
}.recycle-info .info_item p,
.recycle-info .info_item a {
    border-radius: 10px;
    transition: all 0.3s ease;
    font-size: 13px;
    padding: 0.5rem;
    display: flex;
    text-decoration: none;
    color: #000000;
    align-items: center;
    gap: 0.875rem;
}.recycle-info .info_item:hover {
    transform: translateY(-5px);
}.recycle-info .info_item:hover p,
.recycle-info .info_item:hover a {
    color: rgb(171,177,209);
}.recycle-info .info_item svg {
    width: 22px;
    transition: transform 0.3s ease;
    fill: rgb(171,177,209);
    height: 22px;
}.recycle-info .info_item:hover svg {
    transform: scale(1.15);
}.recycle-info .text_main_holder {
    gap: 4rem;
    grid-template-columns: 1fr 1.5fr 1fr;
    position: relative;
    display: grid;
}.recycle-info .nav-tutor {
    display: flex;
    gap: 1.5rem;
    flex-direction: column;
}.recycle-info .nav-tutor svg {
    transition: filter 0.3s ease, transform 0.3s ease;
    height: auto;
    filter: brightness(0) invert(1);
    max-width: 180px;
}.recycle-info .nav-tutor:hover svg {
    filter: brightness(0) invert(1) drop-shadow(0 0 5px rgb(171,177,209,0.5));
    transform: scale(1.03);
}.recycle-info .credit-info {
    opacity: 0.8;
    line-height: 1.6;
    font-size: calc(13px + 1px);
}.recycle-info .header-learn {
    display: flex;
    position: relative;
    flex-direction: column;
}.recycle-info .header-learn::before {
    bottom: 0;
    content: '';
    position: absolute;
    left: -2rem;
    background: linear-gradient(to bottom, transparent, rgb(132,136,186,0.5) 30%, rgb(132,136,186,0.5) 70%, transparent);
    width: 1px;
    top: 0;
}.recycle-info .header-learn::after {
    content: '';
    bottom: 0;
    top: 0;
    position: absolute;
    background: linear-gradient(to bottom, transparent, rgb(132,136,186,0.5) 30%, rgb(132,136,186,0.5) 70%, transparent);
    right: -2rem;
    width: 1px;
}.recycle-info .header-learn h5 {
    padding-bottom: 0.875rem;
    position: relative;
    font-weight: 600;
    font-size: 23px;
    margin-bottom: 1.75rem;
}.recycle-info .header-learn h5::after {
    background: linear-gradient(to right, rgb(171,177,209), transparent);
    bottom: 0;
    position: absolute;
    left: 0;
    height: 2px;
    content: '';
    width: 60px;
}.recycle-info .header-tutor {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    gap: 1.25rem;
}.recycle-info .header-tutor:first-child {
    margin-bottom: 2rem;
}.recycle-info .header-tutor a {
    font-size: 13px;
    color: #ffffff;
    opacity: 0.85;
    transition: all 0.3s ease;
    position: relative;
    transform-origin: left;
    padding: 0.25rem 0;
    text-decoration: none;
}.recycle-info .header-tutor a::before {
    position: absolute;
    height: 1px;
    background-color: rgb(171,177,209);
    transition: width 0.3s ease;
    width: 0;
    left: 0;
    content: '';
    bottom: 0;
}.recycle-info .header-tutor a:hover {
    opacity: 1;
    transform: translateX(8px);
    color: rgb(171,177,209);
}.recycle-info .header-tutor a:hover::before {
    width: 20px;
}.recycle-info .subscribe_holder {
    gap: 1.5rem;
    border-radius: 17px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.03);
    flex-direction: column;
    padding: 2rem;
    backdrop-filter: blur(10px);
    display: flex;
    border: 1px solid rgba(255, 255, 255, 0.05);
    position: relative;
}.recycle-info .subscribe_holder::before {
    top: 0;
    z-index: -1;
    content: '';
    opacity: 0.2;
    background: 
        linear-gradient(135deg, transparent, rgba(255, 255, 255, 0.05) 50%, transparent 100%),
        radial-gradient(circle at top right, rgb(171,177,209,0.5), transparent 70%);
    width: 100%;
    height: 100%;
    left: 0;
    position: absolute;
}.recycle-info .subscribe_holder::after {
    background: radial-gradient(circle, rgb(171,177,209,0.5) 0%, transparent 70%);
    bottom: 0;
    z-index: -1;
    width: 150px;
    position: absolute;
    opacity: 0.3;
    animation: pulseGlow 6s infinite alternate;
    right: 0;
    content: '';
    height: 150px;
}@keyframes pulseGlow {
    0% {
        opacity: 0.1;
        transform: scale(0.8);
    }
    100% {
        opacity: 0.3;
        transform: scale(1.2);
    }
}

.recycle-info .subscribe_holder h5 {
    font-size: 23px;
    position: relative;
    padding-bottom: 0.875rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
}.recycle-info .subscribe_holder h5::after {
    left: 0;
    height: 2px;
    width: 40px;
    background: rgb(171,177,209);
    content: '';
    bottom: 0;
    position: absolute;
}.recycle-info .subscribe_holder p {
    margin-bottom: 0.5rem;
    line-height: 1.6;
    font-size: 13px;
    opacity: 0.9;
}.recycle-info .input_holder {
    margin-top: 0.5rem;
    gap: 1rem;
    display: flex;
    flex-direction: column;
    position: relative;
}.recycle-info .input_holder::before {
    background: 
        radial-gradient(circle at bottom right, rgb(171,177,209,0.5) 0%, transparent 70%),
        radial-gradient(circle at top left, rgb(132,136,186,0.5) 0%, transparent 70%);
    height: calc(100% + 20px);
    left: -10px;
    border-radius: calc(10px + 10px);
    position: absolute;
    top: -10px;
    width: calc(100% + 20px);
    content: '';
    opacity: 0.1;
    z-index: -1;
    animation: subtleRotate 15s linear infinite;
}@keyframes subtleRotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.recycle-info .input_holder input[type="email"] {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    color: #ffffff;
    transition: all 0.3s ease;
    background-color: rgba(255, 255, 255, 0.1);
    font-size: 13px;
    padding: 1.125rem 1.5rem;
}.recycle-info .input_holder input[type="email"]:focus {
    box-shadow: 0 0 0 3px rgb(171,177,209,0.5);
    border-color: rgb(171,177,209,0.5);
    background-color: rgba(255, 255, 255, 0.15);
    outline: none;
}.recycle-info .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}.recycle-info .sub-approach {
    z-index: 1;
    cursor: pointer;
    font-weight: 600;
    background-color: rgb(171,177,209);
    border-radius: 10px;
    padding: 1.125rem 1.5rem;
    transition: all 0.3s ease;
    overflow: hidden;
    font-size: 18px;
    position: relative;
    border: none;
    color: #ffffff;
}.recycle-info .sub-approach::before {
    z-index: -1;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    height: 100%;
    left: -100%;
    transition: left 0.7s ease;
    width: 100%;
    position: absolute;
    content: '';
    top: 0;
}.recycle-info .sub-approach::after {
    content: '';
    transition: opacity 0.3s ease;
    opacity: 0;
    width: 100%;
    position: absolute;
    background: rgb(132,136,186);
    top: 0;
    left: 0;
    z-index: -2;
    height: 100%;
}.recycle-info .sub-approach:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px);
}.recycle-info .sub-approach:hover::before {
    left: 100%;
}.recycle-info .sub-approach:hover::after {
    opacity: 1;
}.recycle-info .news-feed {
    padding-top: 2rem;
    margin-top: 4rem;
    position: relative;
    text-align: center;
}.recycle-info .news-feed::before {
    background: linear-gradient(to right, transparent, rgb(132,136,186,0.5), transparent);
    top: 0;
    width: 60%;
    content: '';
    left: 20%;
    position: absolute;
    height: 1px;
}.recycle-info .footer-subscribe {
    font-size: 13px;
    opacity: 0.7;
}

@media (max-width: 1200px) {.recycle-info .text_main_holder {
    gap: 3rem;
    grid-template-columns: 1fr 1.5fr;
}.recycle-info .subscribe_holder {
    grid-column: 1 / -1;
    margin-top: 2rem;
}.recycle-info .header-learn::after {
    display: none;
}
}

@media (max-width: 991px) {.recycle-info {
    padding: 5rem 0 2rem;
}.recycle-info .quick-answers {
    justify-content: center;
    flex-wrap: wrap;
}.recycle-info .info_item {
    max-width: none;
    width: calc(50% - 2rem);
    flex: 0 0 auto;
}.recycle-info .info_item:not(:last-child)::after {
    display: none;
}.recycle-info .text_main_holder {
    gap: 3rem;
    grid-template-columns: 1fr;
}.recycle-info .header-learn::before, 
    .recycle-info .header-learn::after {
    display: none;
}.recycle-info .nav-tutor {
    text-align: center;
    align-items: center;
}.recycle-info .header-learn h5, 
    .recycle-info .subscribe_holder h5 {
    text-align: center;
}.recycle-info .header-learn h5::after, 
    .recycle-info .subscribe_holder h5::after {
    left: 50%;
    transform: translateX(-50%);
}.recycle-info .header-tutor {
    grid-template-columns: repeat(3, 1fr);
}.recycle-info .input_holder {
    max-width: 400px;
    margin: 0 auto;
}
}

@media (max-width: 768px) {.recycle-info {
    padding: 4rem 0 2rem;
}.recycle-info .quick-answers {
    transform: translateY(-2.5rem);
    padding: 1rem 1.5rem;
}.recycle-info .info_item {
    max-width: none;
    width: 100%;
}.recycle-info .header-tutor {
    grid-template-columns: repeat(2, 1fr);
}.recycle-info .news-feed {
    margin-top: 3rem;
}
}

@media (max-width: 576px) {.recycle-info {
    padding: 3rem 0 1.5rem;
}.recycle-info .quick-answers {
    padding: 1rem;
    transform: translateY(-1.5rem);
}.recycle-info .info_item p,
    .recycle-info .info_item a {
    font-size: calc(13px - 1px);
}.recycle-info .header-tutor {
    grid-template-columns: 1fr;
    text-align: center;
}.recycle-info .header-tutor a:hover {
    transform: none;
}.recycle-info .header-tutor a::before {
    transform: translateX(-50%);
    left: 50%;
}.recycle-info .header-tutor a:hover::before {
    width: 30px;
}.recycle-info .input_holder {
    width: 100%;
}
}