﻿* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}header,footer {
    width: 100%;
}svg {
    width: 30px;
    height: 30px;
}.top-section {
    flex: 1 0 auto;
}a {
    text-decoration: none;
    color: inherit;
}html,body {
    font-family: Arial, sans-serif;
    height: 100%;
    min-height: 100%;
    auto
contain
    scroll-behavior: auto;
    color: #000000;
}.diploma-cta {
    flex: 0 0 auto;
}.container {
    width: 1208px;
    margin: auto;
    max-width: 100%;
}.wrapping-container {
    display: flex;
    height: 100%;
    min-height: 100%;
    flex-direction: column;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.company-info {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    background: linear-gradient(135deg, rgb(229,216,230) 0%, rgba(245, 245, 250, 1) 100%);
}.company-info::before {
    width: 40%;
    content: "";
    right: -5%;
    transform: rotate(-15deg) skewX(15deg);
    background: linear-gradient(120deg, rgb(190,163,193,0.5) 0%, transparent 80%);
    position: absolute;
    opacity: 0.07;
    z-index: 1;
    height: 70%;
    top: -10%;
}.company-info::after {
    bottom: -10%;
    z-index: 1;
    opacity: 0.05;
    transform: rotate(10deg) skewX(-10deg);
    content: "";
    left: -5%;
    width: 50%;
    background: linear-gradient(240deg, rgb(153,117,151,0.5) 0%, transparent 80%);
    height: 60%;
    position: absolute;
}.company-info .container {
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
}.company-info h1 {
    font-size: 43px;
    font-weight: 700;
    color: #000000;
    transform: translateZ(0);
    text-align: center;
    margin-bottom: 60px;
    position: relative;
}.company-info h1::after {
    background: linear-gradient(90deg, rgb(190,163,193) 0%, rgb(153,117,151) 100%);
    bottom: -15px;
    width: 80px;
    border-radius: 2px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 4px;
    content: "";
}.company-info .knowledge-guides {
    position: relative;
}.company-info .knowledge-guides ul {
    padding: 0;
    gap: 50px;
    list-style: none;
    grid-template-columns: 1fr;
    display: grid;
    margin: 0;
}.company-info .learning-studio {
    background-color: #ffffff;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05),
                0 5px 15px rgba(0, 0, 0, 0.03);
    position: relative;
    border-radius: 5px;
    transform: translateY(0);
    padding: 40px 35px;
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), 
                box-shadow 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}.company-info .learning-studio::before {
    content: "";
    left: 0;
    top: 0;
    width: 4px;
    position: absolute;
    opacity: 0.8;
    background: linear-gradient(to bottom, rgb(190,163,193), rgb(153,117,151));
    height: 100%;
}.company-info .learning-studio:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08),
                0 10px 20px rgba(0, 0, 0, 0.05);
    transform: translateY(-10px);
}.company-info .learning-studio h4 {
    position: relative;
    margin-top: 0;
    display: inline-block;
    font-size: 19px;
    color: #000000;
    font-weight: 700;
    margin-bottom: 20px;
}.company-info .learning-studio h4::after {
    left: 0;
    height: 2px;
    content: "";
    transform-origin: left;
    bottom: -8px;
    position: absolute;
    transform: scaleX(0.3);
    width: 100%;
    transition: transform 0.4s ease;
    background: linear-gradient(90deg, rgb(190,163,193,0.5) 0%, transparent 100%);
}.company-info .learning-studio:hover h4::after {
    transform: scaleX(1);
}.company-info .learning-studio div {
    line-height: 1.8;
    padding-right: 15px;
    font-weight: 400;
    color: #000000;
    max-height: 300px;
    opacity: 0.9;
    font-size: 18px;
    overflow-y: auto;
}.company-info .learning-studio div::-webkit-scrollbar {
    width: 4px;
}.company-info .learning-studio div::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.03);
    border-radius: 2px;
}.company-info .learning-studio div::-webkit-scrollbar-thumb {
    background: rgb(190,163,193,0.5);
    border-radius: 2px;
}.company-info .learning-studio:nth-child(2) {
    transform: translateY(30px);
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
    opacity: 0;
}.company-info .learning-studio:nth-child(1) {
    opacity: 0;
    animation: fadeInUp 0.8s ease-out forwards;
    transform: translateY(30px);
}

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

@media (min-width: 768px) {.company-info .knowledge-guides ul {
    grid-template-columns: 1fr 1fr;
}.company-info h1 {
    margin-bottom: 70px;
    font-size: calc(43px * 1.1);
}.company-info h1::after {
    width: 100px;
}.company-info .learning-studio {
    padding: 45px 40px;
}.company-info .learning-studio div {
    max-height: 350px;
}
}

@media (min-width: 992px) {.company-info {
    padding: 120px 0;
}.company-info .container {
    padding: 0 40px;
}.company-info h1 {
    font-size: calc(43px * 1.2);
    margin-bottom: 80px;
}.company-info h1::after {
    width: 120px;
    height: 5px;
    bottom: -20px;
}.company-info .learning-studio {
    padding: 50px 45px;
}.company-info .learning-studio::before {
    width: 5px;
}.company-info .learning-studio h4 {
    font-size: calc(19px * 1.1);
    margin-bottom: 25px;
}
}

@media (max-width: 767px) {.company-info {
    padding: 70px 0;
}.company-info h1 {
    margin-bottom: 40px;
    font-size: calc(43px * 0.9);
}.company-info h1::after {
    width: 60px;
    height: 3px;
    bottom: -10px;
}.company-info .learning-studio {
    padding: 30px 25px;
}.company-info .learning-studio h4 {
    font-size: calc(19px * 0.9);
    margin-bottom: 15px;
}.company-info .learning-studio div {
    line-height: 1.6;
    font-size: calc(18px * 0.95);
    max-height: 250px;
}}.educational-yield {
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(229,216,230) 0%, rgba(247, 248, 255, 0.95) 100%);
    box-shadow: 0 -15px 35px -20px rgba(0, 0, 0, 0.1) inset;
    position: relative;
    overflow: hidden;
}.educational-yield::before {
    transform: rotate(-15deg);
    top: -100%;
    left: -15%;
    position: absolute;
    background: linear-gradient(145deg, rgb(190,163,193,0.5) 0%, rgb(153,117,151,0.5) 70%);
    content: "";
    height: 300%;
    opacity: 0.1;
    z-index: 0;
    animation: float 20s infinite alternate ease-in-out;
    width: 35%;
}.educational-yield::after {
    bottom: -100%;
    background: linear-gradient(215deg, rgb(153,117,151,0.5) 0%, rgb(190,163,193,0.5) 70%);
    transform: rotate(15deg);
    content: "";
    height: 200%;
    position: absolute;
    z-index: 0;
    right: -15%;
    width: 40%;
    opacity: 0.08;
    animation: float 15s infinite alternate-reverse ease-in-out;
}.educational-yield .container {
    z-index: 1;
    gap: 50px;
    max-width: 1200px;
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    padding: 0 20px;
    align-items: center;
    position: relative;
    margin: 0 auto;
}.educational-yield .pic-list {
    transition: transform 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
    width: 100%;
    border-radius: 17px;
    animation: photo-appear 1s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    opacity: 0;
    box-shadow: 25px 25px 50px rgba(0, 0, 0, 0.1), 
                -5px -5px 30px rgba(255, 255, 255, 0.8);
    transform-origin: center center;
    max-width: 450px;
    filter: saturate(1.05);
    height: auto;
    transform: perspective(1000px) rotateY(-5deg) rotateX(3deg);
    object-fit: cover;
}.educational-yield .pic-list:hover {
    box-shadow: 30px 30px 60px rgba(0, 0, 0, 0.15), 
                -5px -5px 30px rgba(255, 255, 255, 0.9);
    transform: perspective(1000px) rotateY(0deg) rotateX(0deg) scale(1.02);
}.educational-yield .mission-why {
    z-index: 2;
    opacity: 0;
    position: relative;
    transform: translateY(30px);
    animation: slide-in 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s forwards;
}.educational-yield .text-field {
    padding: 10px 0 10px 30px;
    position: relative;
}.educational-yield .text-field::before {
    content: "";
    background: linear-gradient(to bottom, rgb(190,163,193), rgb(153,117,151));
    left: 0;
    border-radius: 10px;
    width: 3px;
    top: 0;
    height: 100%;
    position: absolute;
}.educational-yield h1 {
    font-size: 40px;
    position: relative;
    color: #000000;
    line-height: 1.3;
    margin-bottom: 30px;
    font-weight: 700;
    transform: translateZ(0);
}.educational-yield h1::after {
    left: -30px;
    border-radius: 50%;
    box-shadow: 0 0 15px rgb(190,163,193,0.5);
    background: rgb(190,163,193);
    transform: translateY(-50%);
    position: absolute;
    height: 15px;
    width: 15px;
    content: "";
    top: 50%;
}.educational-yield ul {
    list-style: none;
    display: grid;
    padding: 0;
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
    margin: 0;
}.educational-yield li {
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateZ(0);
    animation-delay: calc(0.15s * var(--i, 0));
    opacity: 0;
    padding: 15px 20px 15px 60px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05),
                -2px -2px 10px rgba(255, 255, 255, 0.6);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.5) 100%);
    position: relative;
    backdrop-filter: blur(5px);
    animation: fade-in 0.5s forwards;
    border-radius: 10px;
}.educational-yield li:nth-child(1) {
    --i: 1;
}.educational-yield li:nth-child(2) {
    --i: 2;
}.educational-yield li:nth-child(3) {
    --i: 3;
}.educational-yield li:nth-child(4) {
    --i: 4;
}.educational-yield li:nth-child(5) {
    --i: 5;
}.educational-yield li:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.08),
                -3px -3px 12px rgba(255, 255, 255, 0.8);
}.educational-yield li p {
    color: #000000;
    margin: 0;
    font-size: 17px;
    line-height: 1.6;
}.educational-yield li svg {
    width: 30px;
    position: absolute;
    left: 15px;
    height: 30px;
    transition: transform 0.3s ease;
    filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.1));
    transform: translateY(-50%);
    top: 50%;
    color: rgb(190,163,193);
}.educational-yield li:hover svg {
    transform: translateY(-50%) scale(1.1);
}.educational-yield svg path {
    transition: fill 0.3s ease;
    fill: rgb(190,163,193);
}.educational-yield li:hover svg path {
    fill: rgb(153,117,151);
}

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

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

@keyframes fade-in {
    0% { opacity: 0; transform: translateY(20px); }
    100% { opacity: 1; transform: translateY(0); }
}

@keyframes photo-appear {
    0% { opacity: 0; transform: perspective(1000px) rotateY(-15deg) rotateX(10deg) translateX(-50px); }
    100% { opacity: 1; transform: perspective(1000px) rotateY(-5deg) rotateX(3deg) translateX(0); }
}

@media (max-width: 1024px) {.educational-yield {
    padding: 90px 0;
}.educational-yield .container {
    grid-template-columns: 1fr;
    gap: 40px;
}.educational-yield .pic-list {
    max-width: 400px;
    margin: 0 auto;
}.educational-yield ul {
    grid-template-columns: 1fr;
}
}

@media (max-width: 768px) {.educational-yield {
    padding: 70px 0;
}.educational-yield h1 {
    margin-bottom: 25px;
    font-size: calc(40px * 0.85);
}.educational-yield .pic-list {
    max-width: 100%;
}.educational-yield .text-field {
    padding: 0 0 0 20px;
}.educational-yield li {
    padding: 15px 15px 15px 55px;
}
}

@media (max-width: 576px) {.educational-yield {
    padding: 50px 0;
}.educational-yield h1 {
    margin-bottom: 20px;
    font-size: calc(40px * 0.7);
}.educational-yield ul {
    gap: 15px;
}.educational-yield li {
    padding: 12px 12px 12px 50px;
}.educational-yield li svg {
    left: 12px;
    width: 24px;
    height: 24px;
}.educational-yield li p {
    font-size: calc(17px * 0.9);
}}.learning-system {
    padding: 180px 0 150px;
    background: linear-gradient(155deg, rgb(229,216,230) 0%, rgb(190,163,193,0.5) 100%);
    overflow: visible;
    position: relative;
}.learning-system::before {
    position: absolute;
    opacity: 0.1;
    height: 100%;
    background: linear-gradient(45deg, rgb(190,163,193,0.5) 0%, transparent 60%);
    content: '';
    top: 0;
    z-index: 1;
    left: 0;
    width: 100%;
}.learning-system .mission-why {
    margin: 0 auto;
    z-index: 2;
    padding: 0 20px;
    max-width: 1200px;
    display: flex;
    position: relative;
    justify-content: flex-start;
}.learning-system .text-field {
    position: relative;
    flex-direction: column;
    width: 55%;
    display: flex;
    margin-left: 5%;
}.learning-system .text-field h2 {
    background: linear-gradient(120deg, rgb(190,163,193,0.5) 0%, rgba(255, 255, 255, 0.1) 100%);
    backdrop-filter: blur(10px);
    margin-bottom: 0;
    align-self: flex-start;
    color: #ffffff;
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.15);
    border-radius: 0 16px 16px 0;
    position: relative;
    font-size: 33px;
    padding: 40px;
    z-index: 4;
    transform: translateX(-80px) translateY(20px);
    font-weight: 700;
}.learning-system .text-field p {
    position: relative;
    align-self: flex-end;
    transform: translateX(60px);
    z-index: 3;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    font-size: 18px;
    line-height: 1.8;
    margin-top: -30px;
    color: #ffffff;
    backdrop-filter: blur(15px);
    background: rgba(255, 255, 255, 0.05);
    border-radius: 16px 0 0 16px;
    padding: 45px;
}.learning-system .text-field::before {
    top: -130px;
    height: 300px;
    right: -200px;
    position: absolute;
    animation: rotate-float 40s infinite linear;
    transform: rotate(25deg);
    content: '';
    border: 2px solid rgb(190,163,193,0.5);
    width: 300px;
    opacity: 0.1;
    z-index: 1;
}.learning-system .text-field::after {
    opacity: 0.1;
    height: 250px;
    transform: rotate(15deg);
    border: 2px solid rgb(153,117,151,0.5);
    z-index: 0;
    content: '';
    position: absolute;
    left: -150px;
    bottom: -100px;
    animation: rotate-float 30s infinite linear reverse;
    width: 250px;
}.learning-system .text-field h2::before {
    position: absolute;
    width: 80px;
    z-index: -1;
    top: -25px;
    height: 80px;
    content: '';
    opacity: 0.1;
    left: -25px;
    background: rgb(190,163,193);
    transform: rotate(45deg);
}.learning-system .text-field h2::after {
    width: 100%;
    opacity: 0.6;
    position: absolute;
    left: 0;
    background: linear-gradient(90deg, rgb(190,163,193) 0%, transparent 100%);
    content: '';
    height: 3px;
    bottom: 0;
}.learning-system .text-field p::before {
    background: rgb(153,117,151,0.5);
    top: 15%;
    content: '';
    opacity: 0.3;
    height: 70%;
    position: absolute;
    right: 0;
    width: 15px;
}.learning-system .text-field p::after {
    position: absolute;
    height: 3px;
    animation: pulse-width 5s infinite ease-in-out;
    bottom: 20px;
    background: linear-gradient(90deg, transparent 0%, rgb(190,163,193) 100%);
    opacity: 0.3;
    right: 30px;
    content: '';
    width: 170px;
    transform-origin: right center;
}.learning-system::after {
    content: '';
    background: linear-gradient(90deg, transparent 0%, rgb(190,163,193) 60%, rgb(190,163,193) 100%);
    bottom: 50px;
    z-index: 1;
    right: 0;
    position: absolute;
    height: 2px;
    width: 35%;
    opacity: 0.3;
}.learning-system .mission-why::before {
    width: 250px;
    opacity: 0.05;
    top: -125px;
    filter: blur(80px);
    position: absolute;
    background: rgb(190,163,193);
    left: -125px;
    content: '';
    animation: pulse-subtle 15s infinite alternate;
    border-radius: 50%;
    height: 250px;
}.learning-system .mission-why::after {
    left: 30%;
    opacity: 0.2;
    top: -25%;
    content: '';
    position: absolute;
    z-index: 0;
    height: 150%;
    background: linear-gradient(to bottom, transparent, rgb(190,163,193,0.5), transparent);
    width: 1px;
}

@keyframes rotate-float {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes pulse-width {
    0%, 100% {
        width: 170px;
        opacity: 0.3;
    }
    50% {
        width: 120px;
        opacity: 0.5;
    }
}

@keyframes pulse-subtle {
    0%, 100% {
        opacity: 0.05;
        transform: scale(1);
    }
    50% {
        opacity: 0.08;
        transform: scale(1.1);
    }
}

@media screen and (max-width: 1200px) {.learning-system .text-field {
    width: 65%;
}.learning-system .text-field h2 {
    transform: translateX(-60px) translateY(20px);
}.learning-system .text-field p {
    transform: translateX(40px);
}.learning-system .text-field::before {
    right: -150px;
    height: 250px;
    width: 250px;
}.learning-system .text-field::after {
    height: 200px;
    width: 200px;
    left: -100px;
}
}

@media screen and (max-width: 992px) {.learning-system {
    padding: 150px 0 120px;
}.learning-system .text-field {
    width: 75%;
}.learning-system .text-field h2 {
    padding: 35px;
    transform: translateX(-40px) translateY(15px);
}.learning-system .text-field p {
    transform: translateX(30px);
    padding: 35px;
}.learning-system .text-field::before {
    width: 200px;
    top: -100px;
    right: -100px;
    height: 200px;
}.learning-system .text-field::after {
    left: -75px;
    height: 150px;
    bottom: -75px;
    width: 150px;
}.learning-system .mission-why::after {
    left: 20%;
}
}

@media screen and (max-width: 768px) {.learning-system {
    padding: 120px 0 100px;
    overflow: hidden;
}.learning-system .mission-why {
    justify-content: center;
}.learning-system .text-field {
    margin-left: 0;
    width: 90%;
}.learning-system .text-field h2 {
    transform: translateX(0) translateY(0);
    margin-bottom: 20px;
    align-self: center;
    padding: 30px;
    border-radius: 16px;
    font-size: calc(33px * 0.9);
}.learning-system .text-field p {
    align-self: center;
    padding: 30px;
    border-radius: 16px;
    transform: translateX(0);
    margin-top: 0;
}.learning-system .text-field::before,
    .learning-system .text-field::after,
    .learning-system::after,
    .learning-system .mission-why::before,
    .learning-system .mission-why::after {
    display: none;
}
}

@media screen and (max-width: 480px) {.learning-system {
    padding: 100px 0 80px;
}.learning-system .text-field {
    width: 100%;
}.learning-system .text-field h2 {
    padding: 25px;
    font-size: calc(33px * 0.8);
}.learning-system .text-field p {
    font-size: calc(18px * 0.9);
    padding: 25px;
}}.try-immediately {
    background: linear-gradient(125deg, rgb(153,117,151) 0%, rgb(190,163,193) 100%);
    z-index: 1;
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}.try-immediately::before {
    left: 0;
    top: 0;
    height: 100%;
    content: '';
    opacity: 0.05;
    position: absolute;
    z-index: -1;
    background: repeating-conic-gradient(
        from 0deg at 50% 50%,
        rgb(190,163,193,0.5) 0deg,
        transparent 5deg,
        transparent 55deg,
        rgb(190,163,193,0.5) 60deg
    );
    animation: rotatePortal 20s linear infinite;
    width: 100%;
}.try-immediately::after {
    top: -50%;
    height: 200%;
    left: -50%;
    animation: rotatePortalReverse 30s linear infinite;
    width: 200%;
    content: '';
    background: conic-gradient(
        from 0deg at 50% 50%,
        rgb(153,117,151) 0deg,
        rgb(190,163,193) 120deg,
        rgb(153,117,151) 240deg,
        rgb(190,163,193) 360deg
    );
    position: absolute;
    opacity: 0.1;
    z-index: -2;
}.try-immediately .mission-why {
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.03);
    align-items: center;
    max-width: 1000px;
    padding: 60px 40px;
    backdrop-filter: blur(10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    border-radius: 29px;
    margin: 0 auto;
    justify-content: center;
    flex-direction: column;
    overflow: hidden;
    display: flex;
    z-index: 2;
}.try-immediately .mission-why::before {
    z-index: -1;
    animation: gradientFlow 8s ease infinite;
    content: '';
    filter: blur(20px);
    background: linear-gradient(45deg, 
        rgb(190,163,193,0.5), 
        rgb(153,117,151,0.5), 
        rgb(190,163,193,0.5)
    );
    right: -10px;
    position: absolute;
    left: -10px;
    bottom: -10px;
    top: -10px;
    opacity: 0.2;
}.try-immediately .mission-why::after {
    opacity: 0.2;
    top: 0;
    position: absolute;
    content: '';
    animation: gridScale 15s ease infinite;
    left: 0;
    background-size: 40px 40px;
    z-index: -1;
    height: 100%;
    width: 100%;
    background: 
        linear-gradient(0deg, 
            transparent 49.5%, 
            rgba(255, 255, 255, 0.1) 50%, 
            transparent 50.5%),
        linear-gradient(90deg, 
            transparent 49.5%, 
            rgba(255, 255, 255, 0.1) 50%, 
            transparent 50.5%);
}.try-immediately h3 {
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    font-size: 32px;
    position: relative;
    text-align: center;
    letter-spacing: 4px;
    margin-bottom: 60px;
    text-shadow: 0 0 10px #ffffff;
}.try-immediately h3::before {
    animation: pulseGlow 4s ease-in-out infinite;
    left: 0;
    filter: blur(15px);
    opacity: 0.1;
    content: '';
    position: absolute;
    width: 100%;
    background: radial-gradient(
        circle at center,
        #ffffff 0%,
        transparent 70%
    );
    height: 100%;
    top: 0;
    z-index: -1;
}.try-immediately h3::after {
    height: 60px;
    animation: pulseCircle 4s ease-in-out infinite;
    box-shadow: 0 0 20px #ffffff;
    border-radius: 50%;
    transform: translateX(-50%);
    content: '';
    border: 1px solid #ffffff;
    opacity: 0.1;
    position: absolute;
    bottom: -80px;
    left: 50%;
    width: 60px;
}.try-immediately .message-infoqlEfy {
    position: relative;
    font-weight: 700;
    color: rgb(190,163,193);
    letter-spacing: 3px;
    text-decoration: none;
    display: inline-block;
    z-index: 1;
    font-family: Arial, sans-serif;
    background: #ffffff;
    text-transform: uppercase;
    padding: 20px 55px;
    transition: all 0.4s ease;
    overflow: hidden;
    border-radius: 29px;
    box-shadow: 
        0 10px 20px rgba(0, 0, 0, 0.15),
        0 0 15px #ffffff;
    font-size: 14px;
    margin-top: 30px;
}.try-immediately .message-infoqlEfy::before {
    height: 100%;
    width: 100%;
    background: radial-gradient(
        circle at center,
        #ffffff 0%,
        transparent 70%
    );
    transition: opacity 0.4s ease;
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    z-index: -1;
    content: '';
}.try-immediately .message-infoqlEfy::after {
    background: linear-gradient(
        to bottom,
        transparent,
        #ffffff,
        transparent
    );
    left: 50%;
    height: 300%;
    opacity: 0;
    z-index: -1;
    width: 15px;
    top: -100%;
    transition: all 0.6s ease;
    transform: translateX(-50%) rotate(20deg);
    content: '';
    position: absolute;
}.try-immediately .message-infoqlEfy:hover {
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.2),
        0 0 30px #ffffff;
    color: rgb(190,163,193);
    transform: translateY(-5px) scale(1.05);
}.try-immediately .message-infoqlEfy:hover::before {
    opacity: 0.5;
    animation: pulseGlow 2s ease-in-out infinite;
}.try-immediately .message-infoqlEfy:hover::after {
    animation: lightBeam 1.5s ease-in-out;
    opacity: 0.6;
}

@media screen and (max-width: 992px) {.try-immediately {
    padding: 100px 0;
}.try-immediately .mission-why {
    padding: 50px 30px;
    max-width: 90%;
}.try-immediately h3 {
    font-size: calc(32px * 0.9);
    margin-bottom: 50px;
}.try-immediately h3::after {
    height: 50px;
    bottom: -70px;
    width: 50px;
}.try-immediately .message-infoqlEfy {
    margin-top: 25px;
    padding: 18px 50px;
}
}

@media screen and (max-width: 768px) {.try-immediately {
    padding: 80px 0;
}.try-immediately .mission-why {
    padding: 40px 25px;
}.try-immediately h3 {
    margin-bottom: 45px;
    font-size: calc(32px * 0.8);
    letter-spacing: 3px;
}.try-immediately h3::after {
    bottom: -60px;
    width: 40px;
    height: 40px;
}.try-immediately .message-infoqlEfy {
    padding: 16px 45px;
    letter-spacing: 2px;
    margin-top: 20px;
    font-size: calc(14px * 0.95);
}
}

@media screen and (max-width: 576px) {.try-immediately {
    padding: 60px 0;
}.try-immediately .mission-why {
    padding: 30px 20px;
}.try-immediately h3 {
    font-size: calc(32px * 0.7);
    letter-spacing: 2px;
    margin-bottom: 40px;
}.try-immediately h3::after {
    height: 30px;
    width: 30px;
    bottom: -50px;
}.try-immediately .message-infoqlEfy {
    letter-spacing: 1px;
    font-size: calc(14px * 0.9);
    margin-top: 15px;
    padding: 14px 35px;
}}

@keyframes rotatePortal {
    0% {
        transform: rotate(0deg) scale(1);
    }
    50% {
        transform: rotate(180deg) scale(1.05);
    }
    100% {
        transform: rotate(360deg) scale(1);
    }
}

@keyframes rotatePortalReverse {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-360deg);
    }
}

@keyframes gradientFlow {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@keyframes gridScale {
    0% {
        background-size: 40px 40px;
        opacity: 0.1;
    }
    50% {
        background-size: 45px 45px;
        opacity: 0.2;
    }
    100% {
        background-size: 40px 40px;
        opacity: 0.1;
    }
}

@keyframes pulseGlow {
    0% {
        opacity: 0.1;
        filter: blur(15px);
    }
    50% {
        opacity: 0.2;
        filter: blur(20px);
    }
    100% {
        opacity: 0.1;
        filter: blur(15px);
    }
}

@keyframes pulseCircle {
    0% {
        transform: translateX(-50%) scale(1);
        opacity: 0.1;
    }
    50% {
        transform: translateX(-50%) scale(1.2);
        opacity: 0.2;
    }
    100% {
        transform: translateX(-50%) scale(1);
        opacity: 0.1;
    }
}

@keyframes lightBeam {
    0% {
        opacity: 0;
        transform: translateX(-50%) rotate(20deg);
    }
    25% {
        opacity: 0.6;
    }
    100% {
        opacity: 0;
        transform: translateX(300%) rotate(20deg);
    }
}.offer-selection {
    position: relative;
    padding: 5rem 0;
    overflow: hidden;
    background: rgb(229,216,230);
}.offer-selection::before {
    filter: blur(60px);
    height: 300px;
    right: -50px;
    width: 300px;
    z-index: 0;
    position: absolute;
    background: linear-gradient(135deg, rgb(153,117,151,0.5), rgb(190,163,193,0.5));
    content: "";
    border-radius: 50%;
    top: -50px;
}.offer-selection::after {
    left: -50px;
    z-index: 0;
    width: 250px;
    border-radius: 50%;
    content: "";
    filter: blur(50px);
    position: absolute;
    bottom: -50px;
    background: linear-gradient(225deg, rgb(190,163,193,0.5), rgb(153,117,151,0.5));
    height: 250px;
}.offer-selection .container {
    z-index: 1;
    position: relative;
}.offer-selection .program-price {
    display: flex;
    gap: 3rem;
    flex-direction: column-reverse;
}.offer-selection .study-packages {
    padding: 0 1rem;
    margin: 0 auto;
    max-width: 800px;
    text-align: center;
    position: relative;
}.offer-selection .study-packages h2 {
    display: inline-block;
    color: #000000;
    font-weight: 700;
    font-size: calc(33px * 1.1);
    position: relative;
    margin-bottom: 1.5rem;
}.offer-selection .study-packages h2::after {
    left: 50%;
    bottom: -10px;
    height: 3px;
    transform: translateX(-50%);
    content: "";
    width: 80px;
    position: absolute;
    background: linear-gradient(90deg, rgb(190,163,193), rgb(153,117,151));
}.offer-selection .bundle-price {
    color: #000000;
    line-height: 1.6;
    font-size: 14px;
    margin-bottom: 1rem;
}.offer-selection .fee-options {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    perspective: 1000px;
}.offer-selection .discount-tier {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    display: block;
    transform-style: preserve-3d;
    position: relative;
    text-decoration: none;
}.offer-selection .discount-tier:hover {
    transform: translateY(-10px);
}.offer-selection .cost-matrix {
    justify-content: space-between;
    transition: all 0.4s ease;
    min-height: 430px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    z-index: 1;
    position: relative;
    flex-direction: column;
    border-radius: 10px;
    background: #ffffff;
    display: flex;
}.offer-selection .discount-tier:hover .cost-matrix {
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15);
}.offer-selection .edu-deals {
    position: relative;
    padding: 2rem;
    z-index: 2;
    flex: 1;
}.offer-selection .discount-tier h3 {
    font-weight: 700;
    display: inline-block;
    color: #000000;
    position: relative;
    margin-bottom: 1rem;
    font-size: calc(18px * 1.1);
}.offer-selection .discount-tier h3::before {
    transition: width 0.3s ease;
    height: 2px;
    content: "";
    left: 0;
    position: absolute;
    width: 40px;
    background: rgb(190,163,193);
    bottom: -5px;
}.offer-selection .discount-tier:hover h3::before {
    width: 100%;
}.offer-selection .cost-summary {
    font-weight: 700;
    display: block;
    position: relative;
    font-size: calc(18px * 1.4);
    margin: 1.5rem 0;
    color: rgb(153,117,151);
}.offer-selection .cost-summary::after {
    left: -10px;
    width: 3px;
    transform: translateY(-50%);
    top: 50%;
    height: 20px;
    background: rgb(190,163,193);
    content: "";
    position: absolute;
    border-radius: 3px;
}.offer-selection .discount-tier p {
    color: #000000;
    font-size: 14px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    line-height: 1.6;
    margin-bottom: 1rem;
    hyphens: auto;
}.offer-selection .pic-list {
    position: relative;
    height: 180px;
}.offer-selection .pic-list::before {
    z-index: 1;
    content: "";
    inset: 0;
    position: absolute;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
}.offer-selection .discount-tier:nth-child(1) .cost-matrix {
    border-top: 4px solid rgb(190,163,193);
}.offer-selection .discount-tier:nth-child(2) .cost-matrix {
    border-top: 4px solid rgb(153,117,151);
}.offer-selection .discount-tier:nth-child(3) .cost-matrix {
    border-top: 4px solid #6c5ce7;
}.offer-selection .discount-tier:nth-child(4) .cost-matrix {
    border-top: 4px solid #00b894;
}

@media (min-width: 768px) {.offer-selection .fee-options {
    grid-template-columns: repeat(2, 1fr);
}.offer-selection .cost-matrix {
    min-height: 480px;
}.offer-selection .study-packages {
    padding: 0 2rem;
}.offer-selection .study-packages h2 {
    font-size: calc(33px * 1.2);
}
}

@media (min-width: 992px) {.offer-selection .program-price {
    flex-direction: row;
    gap: 4rem;
    align-items: center;
}.offer-selection .fee-options {
    grid-template-columns: repeat(2, 1fr);
    flex: 2;
}.offer-selection .study-packages {
    padding-right: 3rem;
    flex: 1;
    text-align: left;
}.offer-selection .study-packages h2::after {
    left: 0;
    transform: none;
}.offer-selection .cost-matrix {
    min-height: 500px;
}
}

@media (min-width: 1200px) {.offer-selection .fee-options {
    gap: 2.5rem;
    grid-template-columns: repeat(2, 1fr);
}.offer-selection .discount-tier {
    transform: perspective(1000px) rotateY(0);
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.offer-selection .discount-tier:hover {
    transform: perspective(1000px) translateY(-15px) rotateY(2deg);
}.offer-selection .cost-matrix {
    backface-visibility: hidden;
    transform-style: preserve-3d;
    min-height: 520px;
}.offer-selection .pic-list {
    height: 200px;
}.offer-selection .cost-summary {
    font-size: calc(18px * 1.6);
}.offer-selection .study-packages h2 {
    font-size: calc(33px * 1.3);
}}.appSpotlight {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(229,216,230) 0%, rgb(190,163,193,0.5) 100%);
    padding: 4rem 0;
}.appSpotlight::before {
    content: "";
    width: 100%;
    opacity: 0.05;
    top: 0;
    height: 100%;
    z-index: 1;
    left: 0;
    background: repeating-linear-gradient(
        45deg,
        rgb(190,163,193,0.5) 0,
        rgb(190,163,193,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    position: absolute;
}.appSpotlight::after {
    animation: pulse 10s infinite alternate ease-in-out;
    width: 300px;
    border-radius: 50%;
    top: -10%;
    z-index: 0;
    filter: blur(100px);
    content: "";
    position: absolute;
    right: -5%;
    background: rgb(153,117,151);
    height: 300px;
    opacity: 0.1;
}.appSpotlight .container {
    padding: 0 2rem;
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
    position: relative;
}.appSpotlight h2 {
    line-height: 1.3;
    max-width: 90%;
    transform: translateX(-10px);
    font-weight: 700;
    animation: slideInTitle 0.8s forwards ease-out;
    text-shadow: 0 1px 2px rgba(0,0,0,0.05);
    font-size: 38px;
    position: relative;
    margin-bottom: 2.5rem;
    color: rgb(190,163,193);
    animation-delay: 0.3s;
    opacity: 0;
}.appSpotlight h2::after {
    animation: expandLine 1s forwards ease-out;
    background: rgb(153,117,151);
    height: 3px;
    transform: scaleX(0);
    width: 80px;
    position: absolute;
    content: "";
    animation-delay: 1s;
    transform-origin: left;
    bottom: -15px;
    left: 0;
}.appSpotlight .mission-why {
    padding: 2.5rem;
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 20px), 
        calc(100% - 20px) 100%, 
        0 100%
    );
    opacity: 0;
    animation-delay: 0.5s;
    position: relative;
    background: linear-gradient(145deg, #ffffff 0%, rgba(255,255,255,0.9) 100%);
    animation: fadeUpIn 1s forwards ease-out;
    box-shadow: 0 15px 35px rgba(0,0,0,0.05), 
                0 5px 15px rgba(0,0,0,0.03);
    transform: translateY(20px);
}.appSpotlight .mission-why::before {
    opacity: 0.1;
    position: absolute;
    content: "";
    pointer-events: none;
    top: 20px;
    bottom: 20px;
    left: 20px;
    border: 1px solid rgb(190,163,193,0.5);
    right: 20px;
}.appSpotlight ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}.appSpotlight li {
    padding-left: 2rem;
    position: relative;
}.appSpotlight li::before {
    position: absolute;
    animation: fadeIn 0.5s forwards ease-out;
    background: rgb(153,117,151);
    left: 0;
    top: 0.5rem;
    opacity: 0;
    transform: rotate(45deg);
    content: "";
    height: 8px;
    animation-delay: 1.2s;
    width: 8px;
}.appSpotlight li span {
    font-size: calc(13px * 1.05);
    display: block;
    color: #000000;
    opacity: 0;
    margin-bottom: 1rem;
    animation-delay: 0.8s;
    position: relative;
    font-family: Arial, sans-serif;
    transform: translateY(10px);
    line-height: 1.7;
    animation: fadeUpIn 0.8s forwards ease-out;
}.appSpotlight li span::after {
    position: absolute;
    content: "";
    background: linear-gradient(90deg, rgb(190,163,193,0.5) 0%, transparent 100%);
    left: 0;
    height: 1px;
    width: 100%;
    bottom: -15px;
    opacity: 0.2;
}

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

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

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

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

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.1;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.15;
    }
}

@media (max-width: 992px) {.appSpotlight {
    padding: 3rem 0;
}.appSpotlight h2 {
    max-width: 100%;
    font-size: calc(38px * 0.9);
}.appSpotlight .mission-why {
    padding: 2rem;
}
}

@media (max-width: 768px) {.appSpotlight h2 {
    margin-bottom: 2rem;
    font-size: calc(38px * 0.8);
}.appSpotlight .mission-why {
    padding: 1.75rem;
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 15px), 
            calc(100% - 15px) 100%, 
            0 100%
        );
}.appSpotlight li span {
    font-size: 13px;
}.appSpotlight::after {
    width: 200px;
    top: -5%;
    right: -10%;
    height: 200px;
}
}

@media (max-width: 576px) {.appSpotlight {
    padding: 2.5rem 0;
}.appSpotlight .container {
    padding: 0 1.5rem;
}.appSpotlight h2 {
    font-size: calc(38px * 0.7);
}.appSpotlight h2::after {
    width: 60px;
    height: 2px;
}.appSpotlight .mission-why {
    padding: 1.5rem;
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 10px), 
            calc(100% - 10px) 100%, 
            0 100%
        );
}.appSpotlight li {
    padding-left: 1.5rem;
}.appSpotlight li::before {
    height: 6px;
    width: 6px;
}.appSpotlight li span {
    font-size: calc(13px * 0.95);
    line-height: 1.6;
}}header {
    z-index: 100;
    margin-top: 0;
    background: rgb(153,117,151);
    position: relative;
    overflow: visible;
    padding: 0;
}header::before {
    background-image: linear-gradient(0deg, 
        rgba(255, 255, 255, 0.02) 1px, 
        transparent 1px),
    linear-gradient(90deg, 
        rgba(255, 255, 255, 0.02) 1px, 
        transparent 1px);
    content: '';
    height: 100%;
    position: absolute;
    background-size: 20px 20px;
    width: 100%;
    top: 0;
    z-index: 0;
    left: 0;
}header::after {
    top: 0;
    background: 
        linear-gradient(to right, transparent 0%, rgb(153,117,151,0.5) 50%, transparent 100%),
        linear-gradient(to bottom, transparent 0%, rgb(153,117,151,0.5) 50%, transparent 100%);
    z-index: 0;
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
}header .first-lesson {
    position: relative;
    justify-content: space-between;
    padding: 1.3rem 2.5rem;
    display: flex;
    align-items: center;
    z-index: 5;
}header .main-header {
    overflow: hidden;
    padding: 0.5rem 0.7rem;
    margin-right: 2rem;
    border-left: 3px solid rgb(190,163,193);
    z-index: 2;
    flex: 0 0 auto;
    transition: all 0.3s ease;
    position: relative;
}header .main-header::before {
    width: 100%;
    height: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    transform: scaleX(0);
    opacity: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    position: absolute;
    content: '';
    transition: all 0.4s ease;
    left: 0;
    top: 0;
}header .main-header:hover {
    box-shadow: 5px 0 15px -5px rgb(190,163,193);
    transform: translateX(5px);
}header .main-header:hover::before {
    opacity: 1;
    transform: scaleX(1);
}header .main-sitewrap {
    display: block;
    transition: all 0.3s ease;
    position: relative;
}header .main-sitewrap::after {
    right: -5px;
    background: rgb(190,163,193);
    content: '';
    bottom: -5px;
    transition: all 0.3s ease;
    opacity: 0;
    height: 10px;
    width: 10px;
    position: absolute;
}header .main-sitewrap:hover::after {
    opacity: 1;
}header .main-sitewrap img {
    max-height: 40px;
    filter: brightness(1.1);
}header .head-lesson {
    display: flex;
    position: relative;
    padding: 0;
    z-index: 2;
    list-style: none;
    margin: 0;
}header .head-lesson::before {
    top: 50%;
    position: absolute;
    right: -20px;
    width: 40px;
    background: rgb(190,163,193);
    height: 1px;
    content: '';
    transform: translateY(-50%);
}header .head-sitewrap {
    position: relative;
    margin: 0 1px;
}header .head-sitewrap a {
    padding: 0 1.2rem;
    align-items: center;
    overflow: hidden;
    font-weight: 600;
    z-index: 1;
    display: flex;
    position: relative;
    justify-content: center;
    transition: all 0.3s ease;
    border-left: 1px solid transparent;
    letter-spacing: 1px;
    text-decoration: none;
    height: 45px;
    border-right: 1px solid transparent;
    font-size: 18px;
    color: #ffffff;
}header .head-sitewrap a::before {
    transform: translateX(-100%);
    left: 0;
    background: rgb(190,163,193);
    transition: transform 0.3s ease;
    top: 0;
    z-index: -1;
    content: '';
    height: 100%;
    position: absolute;
    width: 100%;
}header .head-sitewrap a:hover {
    border-left-color: rgba(255, 255, 255, 0.2);
    border-right-color: rgba(255, 255, 255, 0.2);
    color: #ffffff;
}header .head-sitewrap a:hover::before {
    transform: translateX(0);
}header .head-sitewrap a::after {
    transform: scaleX(0);
    height: 2px;
    content: '';
    background: rgb(190,163,193);
    top: 0;
    width: 100%;
    transition: transform 0.3s ease;
    transform-origin: right;
    position: absolute;
    left: 0;
}header .head-sitewrap a:hover::after {
    transform-origin: left;
    transform: scaleX(1);
}header .head-sitewrap::before {
    left: -10px;
    width: 5px;
    background: rgb(190,163,193);
    height: 5px;
    transition: transform 0.3s ease;
    top: 50%;
    position: absolute;
    content: '';
    transform: translateY(-50%) scale(0);
}header .head-sitewrap:hover::before {
    transform: translateY(-50%) scale(1);
}header .first-lesson::before {
    position: absolute;
    content: '';
    background: rgb(190,163,193);
    left: 20px;
    height: 1px;
    width: 30px;
    top: 20px;
}header .first-lesson::after {
    height: 30px;
    width: 1px;
    background: rgb(190,163,193);
    position: absolute;
    left: 20px;
    top: 20px;
    content: '';
}.top-section {
    background: rgb(229,216,230);
    padding-top: 2rem;
    z-index: 1;
    position: relative;
}@keyframes typingCursor {
    0%, 100% { opacity: 1; }
    50% { opacity: 0; }
}

header .head-sitewrap:last-child::after {
    animation: typingCursor 1s infinite;
    position: absolute;
    content: '|';
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
    color: rgb(190,163,193);
    font-weight: 700;
}

@media (min-width: 1400px) {header .first-lesson {
    max-width: 1320px;
    margin: 0 auto;
}header .head-sitewrap {
    margin: 0 2px;
}header .head-sitewrap a {
    padding: 0 1.5rem;
}
}

@media (max-width: 991px) {header .first-lesson {
    padding: 1rem 2rem;
    flex-wrap: wrap;
}header .main-header {
    margin-bottom: 0;
    margin-right: 0;
}header .head-lesson {
    flex-basis: 100%;
    justify-content: flex-end;
    margin-top: 1rem;
}header .head-lesson::before {
    display: none;
}header .head-sitewrap a {
    padding: 0 1rem;
    height: 40px;
    font-size: calc(18px - 1px);
}header .head-sitewrap::before {
    display: none;
}header .first-lesson::before,
    header .first-lesson::after {
    display: none;
}
}

@media (max-width: 767px) {header {
    padding: 0;
}header .first-lesson {
    padding: 0.8rem 1.5rem;
}header .main-header {
    padding: 0.4rem 0.6rem;
    max-width: 140px;
}header .main-sitewrap img {
    max-height: 35px;
}header .head-lesson {
    justify-content: flex-start;
    overflow-x: auto;
    scrollbar-width: thin;
    padding-bottom: 0.5rem;
    margin-top: 0.8rem;
    -webkit-overflow-scrolling: touch;
}header .head-lesson::-webkit-scrollbar {
    height: 3px;
}header .head-lesson::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(190,163,193);
}header .head-sitewrap {
    flex: 0 0 auto;
    margin: 0;
}header .head-sitewrap a {
    white-space: nowrap;
    height: 35px;
    letter-spacing: 0.5px;
    padding: 0 0.8rem;
    font-size: calc(18px - 2px);
}header .head-sitewrap:last-child::after {
    display: none;
}
}

@media (max-width: 479px) {header .first-lesson {
    padding: 0.7rem 1.2rem;
}header .main-header {
    padding: 0.3rem 0.5rem;
    max-width: 120px;
}header .head-sitewrap a {
    font-size: calc(18px - 3px);
    height: 32px;
    padding: 0 0.6rem;
}}footer {
    width: 100%;
    position: relative;
}.diploma-cta {
    position: relative;
    background-color: rgb(229,216,230);
    font-family: Arial, sans-serif;
    padding: 100px 0 30px;
    color: #000000;
}.diploma-cta::before {
    top: 0;
    background: 
        linear-gradient(135deg, rgb(229,216,230) 25%, transparent 25%) -50px 0,
        linear-gradient(225deg, rgb(229,216,230) 25%, transparent 25%) -50px 0,
        linear-gradient(315deg, rgb(229,216,230) 25%, transparent 25%),
        linear-gradient(45deg, rgb(229,216,230) 25%, transparent 25%);
    background-color: rgb(190,163,193,0.5);
    height: 120px;
    background-size: 100px 100px;
    width: 100%;
    content: "";
    position: absolute;
    left: 0;
}footer .cloud-lab {
    margin-top: -70px;
    z-index: 1;
    position: relative;
}footer .assist-form {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    border-radius: 29px;
    margin-bottom: 60px;
    z-index: 2;
    padding: 25px;
    transform: translateY(-30px);
    flex-wrap: wrap;
    background-color: #ffffff;
    display: flex;
    position: relative;
    justify-content: space-between;
}footer .info_item {
    position: relative;
    margin: 10px;
    background-color: rgb(229,216,230);
    padding: 10px 15px;
    border-radius: 10px;
    flex: 1 1 200px;
    transition: all 0.3s ease;
}footer .info_item:hover {
    background-color: #ffffff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    transform: translateY(-5px);
}footer .info_item::before {
    transition: opacity 0.3s ease;
    opacity: 0;
    top: 0;
    position: absolute;
    height: 100%;
    width: 3px;
    left: 0;
    content: "";
    border-radius: 3px 0 0 3px;
    background-color: rgb(190,163,193);
}footer .info_item:hover::before {
    opacity: 1;
}footer .info_item svg {
    margin-right: 10px;
    fill: rgb(190,163,193);
    vertical-align: middle;
    height: 20px;
    width: 20px;
}footer .info_item p,
footer .info_item a {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    color: #000000;
    text-decoration: none;
    transition: color 0.3s ease;
}footer .info_item a:hover {
    color: rgb(190,163,193);
}footer .text_main_holder {
    display: grid;
    position: relative;
    grid-template-columns: 1fr;
    gap: 30px;
}footer .text_main_holder::before {
    height: calc(100% + 80px);
    content: "";
    top: -40px;
    background-color: #ffffff;
    position: absolute;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    border-radius: 29px;
    width: 100%;
    left: 0;
    z-index: -1;
}footer .main-header {
    position: relative;
    padding: 0 30px;
}footer .main-header::after {
    height: 1px;
    bottom: -15px;
    right: 30px;
    background: linear-gradient(90deg, rgb(190,163,193), transparent);
    left: 30px;
    position: absolute;
    content: "";
}footer .main-header svg {
    width: auto;
    margin-bottom: 15px;
    height: 45px;
}footer .skill-links {
    max-width: 330px;
    color: #000000;
    font-size: 15px;
    line-height: 1.6;
}footer .head-lesson {
    border-radius: 29px;
    padding: 30px;
    margin-right: 20px;
    z-index: 1;
    position: relative;
    background-color: rgb(229,216,230);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    margin-top: -10px;
    margin-left: 20px;
}footer .head-lesson h5 {
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
    color: #000000;
    font-weight: 600;
    font-size: 24px;
}footer .head-lesson h5::after {
    position: absolute;
    height: 2px;
    background-color: rgb(190,163,193);
    left: 0;
    width: 50px;
    content: "";
    bottom: -7px;
}footer .site-start {
    gap: 10px;
    grid-template-columns: 1fr;
    margin-bottom: 20px;
    display: grid;
}footer .site-start a {
    font-size: 15px;
    position: relative;
    display: inline-block;
    transition: all 0.3s ease;
    padding: 8px 0;
    text-decoration: none;
    color: #000000;
}footer .site-start a::after {
    left: 0;
    content: "";
    width: 0;
    transition: width 0.3s ease;
    bottom: 5px;
    position: absolute;
    height: 2px;
    background-color: rgb(190,163,193);
}footer .site-start a:hover {
    color: rgb(190,163,193);
    transform: translateX(5px);
}footer .site-start a:hover::after {
    width: 100%;
}footer .subscribe_holder {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    margin-right: 40px;
    color: #ffffff;
    padding: 30px;
    margin-left: 40px;
    z-index: 0;
    margin-top: -10px;
    border-radius: 29px;
    background-color: rgb(190,163,193);
    position: relative;
}footer .subscribe_holder::before {
    z-index: -1;
    transform: rotate(45deg);
    top: -15px;
    background-color: rgb(190,163,193);
    right: 30px;
    width: 30px;
    height: 30px;
    content: "";
    position: absolute;
}footer .subscribe_holder h5 {
    font-size: 24px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 15px;
}footer .subscribe_holder p {
    margin-bottom: 25px;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
}footer .input_holder {
    gap: 15px;
    display: flex;
    position: relative;
    flex-direction: column;
}footer .input_holder input[type="email"] {
    background-color: rgba(255, 255, 255, 0.9);
    color: #000000;
    border: none;
    padding: 14px 16px;
    border-radius: 10px;
    transition: background-color 0.3s ease;
    font-size: 15px;
}footer .input_holder input[type="email"]:focus {
    outline: none;
    background-color: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(0, 0, 0, 0.4);
}footer .sub-material {
    font-size: 18px;
    font-weight: 600;
    border-radius: 10px;
    background-color: #000000;
    cursor: pointer;
    color: #ffffff;
    transition: all 0.3s ease;
    padding: 14px 20px;
    border: none;
}footer .sub-material:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
    background-color: rgb(153,117,151);
}footer .converter {
    text-align: center;
    margin-top: 60px;
    position: relative;
    z-index: 1;
}footer .footer-classes {
    color: #000000;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    display: inline-block;
    padding: 8px 20px;
    border-radius: 30px;
    font-size: 15px;
    background-color: #ffffff;
}

@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
}footer .site-start {
    grid-template-columns: 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .sub-material {
    white-space: nowrap;
}
}

@media (min-width: 992px) {footer .head-lesson {
    margin-top: 0;
}footer .subscribe_holder {
    margin-top: 0;
}
}

@media (max-width: 991px) {footer .text_main_holder {
    gap: 50px;
}
}

@media (max-width: 767px) {footer .diploma-cta {
    padding: 80px 0 30px;
}footer .assist-form {
    justify-content: center;
    padding: 20px;
}footer .info_item {
    width: 100%;
}footer .head-lesson, footer .subscribe_holder {
    padding: 25px 20px;
    margin-left: 10px;
    margin-right: 10px;
}footer .converter {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .diploma-cta {
    padding: 60px 0 20px;
}footer .assist-form {
    padding: 15px;
    transform: translateY(-20px);
    margin-bottom: 40px;
}footer .text_main_holder::before {
    height: calc(100% + 60px);
    top: -30px;
}footer .main-header {
    padding: 0 20px;
}footer .main-header::after {
    left: 20px;
    right: 20px;
}footer .head-lesson h5, footer .subscribe_holder h5 {
    font-size: calc(24px - 2px);
}footer .site-start a {
    padding: 6px 0;
}footer .input_holder input[type="email"],
    footer .sub-material {
    padding: 12px 15px;
}}.course-program {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
    background: rgb(229,216,230);
}.course-program::before {
    background: 
        radial-gradient(circle at 20% 30%, rgb(190,163,193,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 70%, rgb(153,117,151,0.5) 0%, transparent 30%);
    width: 100%;
    top: 0;
    opacity: 0.7;
    filter: blur(60px);
    height: 100%;
    content: "";
    left: 0;
    animation: gradientShift 15s infinite alternate ease-in-out;
    position: absolute;
    z-index: 0;
}.course-program::after {
    animation: rotateBg 120s linear infinite;
    content: "";
    top: 0;
    left: 0;
    z-index: 0;
    background: 
        repeating-conic-gradient(
            from 0deg,
            rgba(0, 0, 0, 0.5) 0deg 1deg,
            transparent 1deg 15deg
        );
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.03;
}.course-program .container {
    position: relative;
    z-index: 1;
}.course-program .mission-why {
    min-height: 600px;
    align-items: center;
    position: relative;
    display: flex;
    justify-content: center;
}.course-program .pic-list {
    z-index: 1;
    transform: scale(0.9);
    left: 0;
    overflow: hidden;
    top: 0;
    border-radius: 50%;
    filter: brightness(0.9) contrast(1.1);
    box-shadow: 
        0 20px 50px rgba(0, 0, 0, 0.2),
        0 10px 30px rgba(0, 0, 0, 0.5);
    transition: all 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
    width: 100%;
    position: absolute;
    height: 100%;
}.course-program .pic-list::before {
    height: 100%;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
    background: 
        radial-gradient(
            circle at center,
            transparent 30%,
            rgba(0, 0, 0, 0.5) 100%
        );
    mix-blend-mode: multiply;
    content: "";
}.course-program .pic-list::after {
    position: absolute;
    width: 100%;
    background: 
        conic-gradient(
            from 0deg,
            rgb(190,163,193,0.5) 0deg,
            transparent 120deg,
            rgb(153,117,151,0.5) 240deg,
            transparent 360deg
        );
    content: "";
    z-index: 3;
    top: 0;
    transition: opacity 0.5s ease;
    mix-blend-mode: overlay;
    height: 100%;
    opacity: 0.4;
    left: 0;
}.course-program .mission-why:hover .pic-list {
    filter: brightness(1) contrast(1.2);
    transform: scale(0.95) rotate(2deg);
}.course-program .mission-why:hover .pic-list::after {
    opacity: 0.6;
    animation: rotateOverlay 20s linear infinite;
}.course-program .master-it {
    align-items: center;
    padding: 0;
    z-index: 2;
    width: 60%;
    display: flex;
    position: relative;
    flex-direction: column;
}.course-program .main-header {
    position: relative;
    display: flex;
    align-items: center;
    border-radius: 50%;
    transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.15),
        0 5px 15px rgb(190,163,193,0.5);
    width: 100px;
    height: 100px;
    transform: translateY(0);
    background: #ffffff;
    justify-content: center;
    margin-bottom: 30px;
    z-index: 5;
}.course-program .main-header::before {
    position: absolute;
    left: -10px;
    animation: rotateLogo 10s linear infinite;
    z-index: -1;
    background: 
        conic-gradient(
            from 0deg,
            rgb(190,163,193) 0deg,
            rgb(190,163,193,0.5) 90deg,
            rgb(153,117,151,0.5) 180deg,
            rgb(153,117,151) 270deg,
            rgb(190,163,193) 360deg
        );
    right: -10px;
    opacity: 0.7;
    top: -10px;
    bottom: -10px;
    border-radius: 50%;
    content: "";
}.course-program .main-header::after {
    border: 2px dashed rgb(190,163,193,0.5);
    opacity: 0.3;
    right: -20px;
    content: "";
    top: -20px;
    animation: pulseBorder 4s ease-in-out infinite;
    bottom: -20px;
    border-radius: 50%;
    left: -20px;
    z-index: -2;
    position: absolute;
}.course-program .main-header:hover {
    transform: translateY(-10px);
    box-shadow: 
        0 20px 45px rgba(0, 0, 0, 0.2),
        0 8px 25px rgb(190,163,193,0.5);
}.course-program .main-header svg {
    filter: drop-shadow(0 3px 6px rgb(190,163,193,0.5));
    height: 50px;
    width: 50px;
    transition: all 0.5s ease;
}.course-program .main-header:hover svg {
    transform: rotate(15deg) scale(1.1);
}.course-program .main-header svg path {
    fill: rgb(190,163,193);
    transition: fill 0.5s ease;
}.course-program .main-header:hover svg path {
    fill: rgb(153,117,151);
}.course-program h3 {
    max-width: 600px;
    border-radius: 13px;
    transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    width: 90%;
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    color: #000000;
    background: #ffffff;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transform: perspective(800px) rotateX(2deg);
    font-weight: 700;
    font-size: 38px;
    padding: 25px 40px;
}.course-program h3::before {
    z-index: -1;
    background: linear-gradient(135deg, rgb(190,163,193,0.5) 0%, transparent 100%);
    border-radius: 13px;
    content: "";
    opacity: 0.1;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    position: absolute;
}.course-program h3::after {
    transform: translateX(-50%);
    width: 60px;
    left: 50%;
    height: 3px;
    transition: width 0.5s ease;
    bottom: -15px;
    position: absolute;
    background: linear-gradient(90deg, rgb(190,163,193), rgb(153,117,151));
    content: "";
    border-radius: 10px;
}.course-program .master-it:hover h3 {
    transform: perspective(800px) rotateX(0deg);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15);
}.course-program .master-it:hover h3::after {
    width: 120px;
}.course-program p {
    font-size: 13px;
    line-height: 1.8;
    text-align: center;
    padding: 35px;
    z-index: 4;
    transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
    border-radius: 13px;
    color: #000000;
    max-width: 700px;
    width: 100%;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    transform: perspective(800px) rotateX(-2deg);
}.course-program p::before {
    top: 0;
    z-index: -1;
    width: 100%;
    opacity: 0.1;
    position: absolute;
    content: "";
    border-radius: 13px;
    background: linear-gradient(225deg, rgb(153,117,151,0.5) 0%, transparent 100%);
    height: 100%;
    left: 0;
}.course-program p::after {
    background: rgb(153,117,151,0.5);
    right: 30px;
    width: 60px;
    height: 60px;
    opacity: 0.5;
    content: "";
    z-index: -2;
    position: absolute;
    filter: blur(25px);
    transition: all 0.5s ease;
    top: -30px;
    border-radius: 50%;
}.course-program .master-it:hover p {
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15);
    transform: perspective(800px) rotateX(0deg);
}.course-program .master-it:hover p::after {
    height: 80px;
    opacity: 0.7;
    width: 80px;
}

@keyframes gradientShift {
    0% {
        opacity: 0.5;
        transform: scale(1) rotate(0deg);
    }
    50% {
        opacity: 0.7;
        transform: scale(1.1) rotate(5deg);
    }
    100% {
        opacity: 0.5;
        transform: scale(1) rotate(0deg);
    }
}

@keyframes rotateBg {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotateLogo {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotateOverlay {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes pulseBorder {
    0%, 100% {
        opacity: 0.3;
        transform: scale(1);
    }
    50% {
        opacity: 0.5;
        transform: scale(1.05);
    }
}

@media (min-width: 992px) and (max-width: 1199px) {.course-program {
    padding: 100px 0;
}.course-program .mission-why {
    min-height: 550px;
}.course-program .master-it {
    width: 70%;
}.course-program .main-header {
    height: 90px;
    margin-bottom: 25px;
    width: 90px;
}.course-program .main-header svg {
    height: 45px;
    width: 45px;
}.course-program h3 {
    margin-bottom: 25px;
    font-size: calc(38px - 2px);
    padding: 22px 35px;
}.course-program p {
    font-size: calc(13px - 1px);
    padding: 30px;
}
}

@media (min-width: 768px) and (max-width: 991px) {.course-program {
    padding: 80px 0;
}.course-program .mission-why {
    min-height: 450px;
}.course-program .pic-list {
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    transform: scale(0.85);
}.course-program .mission-why:hover .pic-list {
    transform: scale(0.9) rotate(3deg);
}.course-program .master-it {
    width: 80%;
}.course-program .main-header {
    margin-bottom: 20px;
    height: 80px;
    width: 80px;
}.course-program .main-header svg {
    width: 40px;
    height: 40px;
}.course-program h3 {
    padding: 20px 30px;
    margin-bottom: 20px;
    width: 95%;
    font-size: calc(38px - 4px);
}.course-program p {
    padding: 25px;
    line-height: 1.7;
    font-size: calc(13px - 1px);
}.course-program h3::after {
    bottom: -12px;
    width: 50px;
}.course-program .master-it:hover h3::after {
    width: 100px;
}.course-program p::after {
    width: 50px;
    top: -25px;
    height: 50px;
    right: 25px;
}.course-program .master-it:hover p::after {
    height: 65px;
    width: 65px;
}
}

@media (max-width: 767px) {.course-program {
    padding: 60px 0;
}.course-program .mission-why {
    flex-direction: column;
    padding-bottom: 50px;
    min-height: auto;
}.course-program .pic-list {
    position: relative;
    margin: 30px 0;
    height: 300px;
    transform: scale(0.9);
    border-radius: 20% 80% 80% 20% / 20% 20% 80% 80%;
}.course-program .mission-why:hover .pic-list {
    transform: scale(0.95) rotate(2deg);
}.course-program .master-it {
    width: 100%;
    order: 2;
}.course-program .main-header {
    left: 50%;
    height: 70px;
    position: absolute;
    transform: translateX(-50%);
    top: -30px;
    z-index: 10;
    margin-bottom: 0;
    width: 70px;
}.course-program .main-header::before,
    .course-program .main-header::after {
    display: none;
}.course-program .main-header svg {
    width: 35px;
    height: 35px;
}.course-program .main-header:hover {
    transform: translateX(-50%) translateY(-5px);
}.course-program h3 {
    transform: none;
    font-size: calc(38px - 6px);
    margin-bottom: 15px;
    width: 100%;
    margin-top: 40px;
    padding: 20px;
}.course-program p {
    padding: 20px;
    font-size: calc(13px - 2px);
    transform: none;
    line-height: 1.6;
}.course-program h3::after {
    width: 40px;
    bottom: -10px;
}.course-program .master-it:hover h3::after {
    width: 80px;
}.course-program p::after {
    display: none;
}.course-program .master-it:hover h3,
    .course-program .master-it:hover p {
    transform: none;
}}.course-demographic {
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(229,216,230), rgb(190,163,193,0.5));
    z-index: 1;
    overflow: hidden;
    position: relative;
}.course-demographic::before {
    right: 0;
    left: 0;
    top: 0;
    animation: rotateRings 30s linear infinite;
    opacity: 0.3;
    background: 
        radial-gradient(circle at center, transparent 30%, rgb(153,117,151,0.5) 31%, transparent 32%) 0 0 / 80px 80px,
        radial-gradient(circle at center, transparent 20%, rgb(190,163,193,0.5) 21%, transparent 22%) 40px 40px / 80px 80px;
    content: '';
    bottom: 0;
    z-index: -1;
    position: absolute;
}.course-demographic::after {
    width: 500px;
    box-shadow: 0 0 80px 20px rgb(190,163,193,0.5);
    position: absolute;
    border: 2px solid rgb(153,117,151,0.5);
    opacity: 0.2;
    border-radius: 50%;
    top: 50%;
    content: '';
    left: 50%;
    height: 500px;
    z-index: -2;
    transform: translate(-50%, -50%);
    animation: pulsateRing 10s ease-in-out infinite alternate;
}.course-demographic .mission-why {
    position: relative;
    max-width: 1200px;
    padding: 0 2rem;
    margin: 0 auto;
    z-index: 3;
}.course-demographic h3 {
    margin-bottom: 3.5rem;
    font-weight: 700;
    text-align: center;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    position: relative;
    font-size: 30px;
}.course-demographic h3::before {
    bottom: -12px;
    background: rgb(190,163,193);
    box-shadow: 0 0 10px rgb(190,163,193), 0 0 20px rgb(190,163,193,0.5);
    content: '';
    border-radius: 50px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    width: 200px;
    height: 3px;
}.course-demographic h3::after {
    left: 50%;
    width: 50px;
    content: '';
    height: 50px;
    position: absolute;
    border-radius: 50%;
    bottom: -38px;
    transform: translateX(-50%);
    opacity: 0.6;
    border: 2px solid rgb(190,163,193,0.5);
    animation: orbitRotate 8s infinite linear;
}.course-demographic ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2.5rem;
}.course-demographic ul li {
    padding: 1.5rem 2rem;
    border-radius: 50px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.1);
    align-items: center;
    display: flex;
    background-color: rgba(0, 0, 0, 0.2);
    transition: all 0.4s ease;
    overflow: hidden;
}.course-demographic ul li:hover {
    background-color: rgba(0, 0, 0, 0.3);
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
}.course-demographic ul li::before {
    content: '';
    border-radius: 50%;
    width: 100px;
    z-index: -1;
    animation: floatBubble 15s infinite ease-in-out alternate;
    top: -50%;
    background: radial-gradient(circle, rgb(153,117,151,0.5) 0%, transparent 70%);
    left: -50%;
    position: absolute;
    height: 100px;
    opacity: 0.5;
}.course-demographic ul li::after {
    height: 80px;
    opacity: 0.3;
    width: 80px;
    content: '';
    animation: pulsateBubble 5s infinite alternate;
    border-radius: 50%;
    border: 2px solid rgb(190,163,193,0.5);
    bottom: -30px;
    right: -30px;
    position: absolute;
}.course-demographic ul li svg {
    transition: transform 0.4s ease;
    height: 38px;
    margin-right: 1.5rem;
    transform: rotate(0deg);
    width: 38px;
    flex-shrink: 0;
}.course-demographic ul li:hover svg {
    transform: rotate(15deg);
}.course-demographic ul li svg path {
    transition: fill 0.4s ease;
    fill: rgb(153,117,151);
}.course-demographic ul li:hover svg path {
    fill: rgb(190,163,193);
}

@keyframes rotateRings {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes pulsateRing {
    0% {
        transform: translate(-50%, -50%) scale(0.8);
        opacity: 0.1;
    }
    100% {
        transform: translate(-50%, -50%) scale(1.2);
        opacity: 0.3;
    }
}

@keyframes orbitRotate {
    0% {
        transform: translateX(-50%) rotate(0deg);
    }
    100% {
        transform: translateX(-50%) rotate(360deg);
    }
}

@keyframes floatBubble {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(50px, 50px);
    }
}

@keyframes pulsateBubble {
    0% {
        transform: scale(0.8);
        opacity: 0.2;
    }
    100% {
        transform: scale(1.2);
        opacity: 0.4;
    }
}

@media (max-width: 992px) {.course-demographic {
    padding: 4rem 0;
}.course-demographic h3 {
    font-size: calc(30px * 0.9);
}.course-demographic ul {
    gap: 2rem;
    grid-template-columns: 1fr 1fr;
}.course-demographic ul li {
    border-radius: 40px;
    padding: 1.2rem 1.8rem;
}
}

@media (max-width: 576px) {.course-demographic {
    padding: 3rem 0;
}.course-demographic h3 {
    font-size: calc(30px * 0.8);
    margin-bottom: 3rem;
}.course-demographic ul {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.course-demographic ul li {
    padding: 1rem 1.5rem;
    border-radius: 30px;
}.course-demographic ul li svg {
    width: 32px;
    margin-right: 1rem;
    height: 32px;
}}.client-opinions {
    padding: 7rem 0 8rem;
    position: relative;
    overflow: hidden;
    background: rgb(229,216,230);
}.client-opinions::before {
    z-index: 0;
    height: 100%;
    background-image: 
        linear-gradient(45deg, rgb(190,163,193,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(190,163,193,0.5) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(190,163,193,0.5) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(190,163,193,0.5) 75%);
    left: 0;
    opacity: 0.05;
    background-position: 0 0, 0 50px, 50px -50px, -50px 0px;
    background-size: 100px 100px;
    content: "";
    top: 0;
    position: absolute;
    width: 100%;
}.client-opinions::after {
    background: rgb(153,117,151,0.5);
    position: absolute;
    bottom: -50px;
    opacity: 0.6;
    right: -50px;
    filter: blur(80px);
    height: 200px;
    z-index: 0;
    width: 200px;
    content: "";
    border-radius: 50%;
}.client-opinions .container {
    position: relative;
    z-index: 1;
}.client-opinions h2 {
    font-size: calc(32px * 1.3);
    display: inline-block;
    transform: skewY(-3deg);
    position: relative;
    color: #000000;
    font-weight: 700;
    margin-bottom: 5rem;
}.client-opinions h2::before,
.client-opinions h2::after {
    position: absolute;
    height: 4px;
    content: "";
    background: rgb(190,163,193);
}.client-opinions h2::before {
    bottom: -15px;
    width: 60%;
    animation: expandLine 1.5s ease-in-out infinite alternate;
    left: 0;
    transform-origin: left;
}.client-opinions h2::after {
    width: 30%;
    animation: expandLine 2s ease-in-out infinite alternate 0.5s;
    bottom: -30px;
    left: 20px;
    opacity: 0.7;
    transform-origin: left;
}@keyframes expandLine {
    from {
        transform: scaleX(0.6);
    }
    to {
        transform: scaleX(1);
    }
}

.client-opinions .edu-voices {
    gap: 2.5rem;
    position: relative;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.client-opinions .review-slider {
    padding: 2rem;
    z-index: 1;
    background: #ffffff;
    position: relative;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}.client-opinions .review-slider:nth-child(odd) {
    transform: rotate(-2deg);
    clip-path: polygon(
        0 0,
        100% 0,
        100% 80%,
        80% 100%,
        0 100%
    );
}.client-opinions .review-slider:nth-child(even) {
    transform: rotate(2deg);
    clip-path: polygon(
        0 0,
        100% 0,
        100% 100%,
        20% 100%,
        0 80%
    );
}.client-opinions .review-slider:hover {
    transform: rotate(0) translateY(-10px);
    z-index: 2;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    clip-path: polygon(
        0 0,
        100% 0,
        100% 100%,
        0 100%
    );
}.client-opinions .review-slider::before {
    content: "";
    transform: none;
    position: absolute;
    inset: 0;
    transition: transform 0.3s ease;
    background: #ffffff;
    z-index: -1;
}.client-opinions .review-slider:hover::before {
    transform: scale(1.02);
}.client-opinions .review-slider::after {
    background: linear-gradient(135deg, rgb(190,163,193), rgb(153,117,151));
    opacity: 0;
    inset: 0;
    position: absolute;
    transition: transform 0.3s ease;
    transform: none;
    content: "";
    z-index: -2;
}.client-opinions .review-slider:hover::after {
    opacity: 1;
    transform: scale(1.03);
}.client-opinions .review-slider:nth-child(4n+1) {
    grid-column: auto / span 1;
    grid-row: auto / span 1;
}.client-opinions .review-slider:nth-child(4n+2) {
    transform: translateY(40px) rotate(-2deg);
    grid-row: auto / span 1;
    grid-column: auto / span 1;
}.client-opinions .review-slider:nth-child(4n+2):hover {
    transform: translateY(30px) rotate(0);
}.client-opinions .review-slider:nth-child(4n+3) {
    grid-column: auto / span 1;
    grid-row: auto / span 1;
    transform: translateY(-30px) rotate(2deg);
}.client-opinions .review-slider:nth-child(4n+3):hover {
    transform: translateY(-40px) rotate(0);
}.client-opinions .review-slider:nth-child(4n+4) {
    grid-column: auto / span 1;
    grid-row: auto / span 1;
    transform: translateY(20px) rotate(-1deg);
}.client-opinions .review-slider:nth-child(4n+4):hover {
    transform: translateY(10px) rotate(0);
}.client-opinions .review-slider img {
    border-radius: 10px;
    transition: all 0.3s ease;
    width: 90px;
    border: 3px solid #ffffff;
    z-index: 1;
    display: block;
    position: relative;
    height: 90px;
    object-fit: cover;
    margin-bottom: 1.5rem;
}.client-opinions .review-slider:nth-child(odd) img {
    box-shadow: 4px 4px 0 rgb(190,163,193,0.5);
    transform: rotate(3deg);
}.client-opinions .review-slider:nth-child(even) img {
    box-shadow: -4px 4px 0 rgb(153,117,151,0.5);
    transform: rotate(-3deg);
}.client-opinions .review-slider:hover img {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    transform: rotate(0) scale(1.05);
}.client-opinions .review-slider p {
    font-size: 16px;
    margin: 0;
    font-weight: 600;
    transition: transform 0.3s ease;
    position: relative;
    color: #000000;
}.client-opinions .review-slider:hover p {
    transform: translateY(-5px);
}.client-opinions .review-slider .description {
    line-height: 1.6;
    position: relative;
    transition: transform 0.3s ease 0.1s;
    margin-top: 1rem;
    font-weight: 400;
    color: #000000;
}.client-opinions .review-slider:hover .description {
    transform: translateY(-5px);
}.client-opinions .review-slider .description::after {
    content: "";
    background: rgb(190,163,193,0.5);
    width: 20%;
    transition: width 0.3s ease;
    bottom: -10px;
    position: absolute;
    left: 0;
    height: 2px;
}.client-opinions .review-slider:hover .description::after {
    width: 60%;
}.client-opinions .review-slider:nth-child(even) .description::after {
    right: 0;
    background: rgb(153,117,151,0.5);
    left: auto;
}

@media (max-width: 992px) {.client-opinions {
    padding: 6rem 0 7rem;
}.client-opinions h2 {
    font-size: calc(32px * 1.1);
    margin-bottom: 4rem;
}.client-opinions .edu-voices {
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}.client-opinions .review-slider:nth-child(4n+2),
    .client-opinions .review-slider:nth-child(4n+3),
    .client-opinions .review-slider:nth-child(4n+4) {
    transform: rotate(0);
}.client-opinions .review-slider:nth-child(odd) {
    transform: rotate(-1deg);
}.client-opinions .review-slider:nth-child(even) {
    transform: rotate(1deg);
}
}

@media (max-width: 768px) {.client-opinions {
    padding: 5rem 0 6rem;
}.client-opinions h2 {
    font-size: 32px;
    margin-bottom: 3.5rem;
    transform: skewY(-2deg);
}.client-opinions .edu-voices {
    grid-template-columns: 1fr;
    max-width: 450px;
    gap: 2.5rem;
    margin: 0 auto;
}.client-opinions .review-slider {
    padding: 1.5rem;
}.client-opinions .review-slider img {
    width: 80px;
    height: 80px;
}
}

@media (max-width: 576px) {.client-opinions {
    padding: 4rem 0 5rem;
}.client-opinions .edu-voices {
    max-width: 320px;
}.client-opinions .review-slider:nth-child(odd),
    .client-opinions .review-slider:nth-child(even) {
    clip-path: none;
    transform: none;
}.client-opinions .review-slider:hover {
    transform: translateY(-5px);
}}.cookie-modal-message {
    background: rgb(153,117,151);
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease-in-out;
    border-top: 3px solid rgb(153,117,151);
    width: 100%;
    animation: slideUp 0.5s forwards;
    transform: translateY(100%);
    padding: 20px 0;
    position: fixed;
    z-index: 90;
    bottom: 0;
}@keyframes slideUp {
    to {
        transform: translateY(0);
    }
}
#cookie-info-notice {
    display: none;
}#cookie-info-notice:checked ~ .cookie-modal-message {
    visibility: hidden;
    opacity: 0;
}.edu-approve {
    display: flex;
    align-items: center;
    padding: 20px 5%;
    gap: 20px;
    justify-content: space-between;
}.cookie-modal-message h5 {
    color: #ffffff;
    font-weight: 700;
    font-family: Arial, sans-serif;
    font-size: 23px;
    letter-spacing: 1px;
    text-transform: uppercase;
}.cookie-modal-message p {
    color: #ffffff;
    font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
}.privacy-notify {
    filter: drop-shadow(0 0 10px rgb(190,163,193));
    display: flex;
    margin-right: 15px;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
}.privacy-notify svg {
    fill: rgb(190,163,193);
    width: 80px;
    transition: transform 0.3s ease-in-out;
    height: 80px;
}.privacy-notify:hover svg {
    transform: scale(1.1);
}.edu-cookie {
    white-space: nowrap;
    margin-left: 10px;
    background: linear-gradient(90deg, rgb(190,163,193), rgb(153,117,151));
    border-radius: 24px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    padding: 10px 20px;
    font-size: 17px;
    color: #000000;
    line-height: 40px;
    flex-shrink: 0;
    min-width: 140px;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 0 15px rgb(190,163,193);
}.edu-cookie:hover {
    box-shadow: 0 0 20px rgb(153,117,151);
}.cookie_button.consent-track {
    border: 2px solid rgb(153,117,151);
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
}.cookie_button.consent-track:hover {
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 15px rgb(153,117,151);
}.cookie-modal-message p a {
    transition: color 0.3s ease;
    text-decoration: none;
    color: rgb(190,163,193);
}.cookie-modal-message p a:hover {
    color: rgb(153,117,151);
}
@media only screen and (max-width: 1200px) {.cookie-modal-message {
    padding: 15px 0;
}.edu-approve {
    padding: 15px 5%;
}
}
@media only screen and (max-width: 800px) {.privacy-notify {
    display: none;
}.edu-approve {
    align-items: center;
    flex-direction: column;
    text-align: center;
}.cookie-modal-message h5 {
    font-size: 17px;
    margin-bottom: 5px;
}.privacy-learn {
    margin-bottom: 15px;
}.edu-cookie {
    min-width: 100%;
    margin: 10px 0;
}}
.title-section {
    display: flex;
    overflow: hidden;
    min-height: 100vh;
    background: linear-gradient(145deg, #000000, rgb(229,216,230));
    position: relative;
    flex-direction: column;
}.title-section::before {
    right: 0;
    position: absolute;
    z-index: 1;
    background: 
        radial-gradient(circle at 20% 20%, rgba(94,170,168,0.08) 0%, transparent 40%),
        linear-gradient(120deg, rgba(94,170,168,0.03) 0%, transparent 70%),
        repeating-linear-gradient(45deg, rgba(255,255,255,0.01) 0px, rgba(255,255,255,0.01) 1px, transparent 1px, transparent 5px);
    left: 0;
    content: "";
    top: 0;
    bottom: 0;
    pointer-events: none;
}.title-section .pic-list {
    position: absolute;
    transition: transform 10s ease-out;
    z-index: 0;
    height: 100%;
    width: 100%;
    opacity: 0.7;
    transform: scale(1.05);
    filter: saturate(0.9) contrast(1.1);
}.title-section:hover .pic-list {
    transform: scale(1.08);
}.title-section .pic-list::after {
    content: "";
    background: linear-gradient(to bottom, 
        rgba(0,0,0,0.4) 0%, 
        rgba(0,0,0,0.6) 100%);
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 2;
    right: 0;
    position: absolute;
}.title-section .mission-why {
    z-index: 3;
    color: #ffffff;
    align-items: flex-start;
    max-width: 1200px;
    padding: 5rem 0;
    width: 90%;
    transition: transform 0.6s var(--transition-timing-function, cubic-bezier(0.34, 1.56, 0.64, 1));
    justify-content: center;
    position: relative;
    display: flex;
    flex-direction: column;
    margin: auto;
}.title-section .mission-why h1 {
    margin-bottom: 2.5rem;
    animation: fadeSlideUp 1.2s ease-out forwards;
    font-size: clamp(2.5rem, 5vw, 38px);
    text-shadow: 0 2px 12px rgba(0,0,0,0.15);
    color: #ffffff;
    transform: translateY(0);
    opacity: 1;
    background-clip: text !important;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text !important;
    font-weight: 700;
    position: relative;
    line-height: 1.2;
    background: linear-gradient(135deg, #ffffff 20%, rgba(255,255,255,0.8) 100%);
}.title-section .mission-why h1::after {
    bottom: -10px;
    position: absolute;
    transform-origin: left;
    animation: lineExpand 1.5s 0.6s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
    width: 100px;
    background: rgb(190,163,193);
    left: 0;
    transform: scaleX(0);
    height: 3px;
    content: "";
}.title-section .text-field {
    backdrop-filter: blur(8px);
    max-width: 650px;
    border-left: 3px solid rgb(190,163,193);
    animation: fadeSlideUp 1.2s 0.3s ease-out forwards;
    transform: translateY(30px);
    background: rgba(0,0,0,0.2);
    box-shadow: 
        0 15px 30px rgba(0,0,0,0.2),
        0 5px 15px rgba(0,0,0,0.1),
        inset 0 0 0 1px rgba(255,255,255,0.1);
    margin-top: 1rem;
    padding: 1.5rem;
    opacity: 0;
    position: relative;
}.title-section .text-field::before {
    content: "";
    top: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(94,170,168,0.3), transparent);
    position: absolute;
    left: 0;
    right: 0;
}.title-section .text-field p {
    line-height: 1.6;
    font-size: clamp(1rem, 2vw, 18px);
    position: relative;
    margin-bottom: 2rem;
    max-width: 85%;
    color: rgba(255,255,255,0.9);
}.title-section .text-field .skill-expertise {
    animation: pulseGlow 4s infinite alternate;
    max-width: 120px;
    justify-content: center;
    align-items: center;
    display: flex;
    margin: 2rem auto;
}.title-section .text-field .skill-expertise svg {
    width: 100%;
    filter: drop-shadow(0 2px 6px rgba(94,170,168,0.3));
    height: auto;
    transition: transform 0.5s ease, filter 0.5s ease;
}.title-section .text-field .skill-expertise:hover svg {
    filter: drop-shadow(0 4px 12px rgba(94,170,168,0.5));
    transform: scale(1.05) rotate(2deg);
}.title-section .text-field .skill-expertise svg path {
    transition: fill 0.5s ease;
}.title-section .text-field .skill-expertise:hover svg path {
    fill: rgb(114, 200, 198);
}.title-section .text-field .skill-expertise svg text {
    font-family: Arial, sans-serif;
    transition: fill 0.5s ease;
}.title-section .text-field .skill-expertise:hover svg text {
    fill: rgb(114, 200, 198);
}.title-section .text-field h6 {
    position: relative;
    margin-top: 2.5rem;
}.title-section .text-field h6 .support-grid {
    text-decoration: none;
    font-size: 15px;
    position: relative;
    padding: 1rem 2rem;
    box-shadow: 0 6px 15px rgba(94,170,168,0.3);
    color: #ffffff;
    display: inline-block;
    font-weight: 600;
    border: none;
    z-index: 1;
    overflow: hidden;
    background: rgb(190,163,193);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.title-section .text-field h6 .support-grid:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(94,170,168,0.4);
}.title-section .text-field h6 .support-grid::before {
    height: 100%;
    top: 0;
    z-index: -1;
    content: "";
    transition: left 0.7s ease;
    left: -100%;
    width: 100%;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
}.title-section .text-field h6 .support-grid:hover::before {
    left: 100%;
}.title-section .text-field h6 .support-grid::after {
    bottom: 0;
    height: 3px;
    width: 100%;
    left: 0;
    transform: scaleX(0);
    background: rgb(153,117,151);
    transform-origin: right;
    position: absolute;
    content: "";
    transition: transform 0.4s ease-out;
}.title-section .text-field h6 .support-grid:hover::after {
    transform-origin: left;
    transform: scaleX(1);
}

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

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

@keyframes pulseGlow {
    0%, 100% {
        filter: drop-shadow(0 0 5px rgba(94,170,168,0.3));
    }
    50% {
        filter: drop-shadow(0 0 15px rgba(94,170,168,0.5));
    }
}

@media (max-width: 992px) {.title-section .mission-why {
    width: 85%;
    padding: 4rem 0;
}.title-section .mission-why h1 {
    margin-bottom: 2rem;
}.title-section .text-field {
    padding: 1.25rem;
}
}

@media (max-width: 768px) {.title-section .mission-why {
    width: 90%;
    padding: 3rem 0;
}.title-section .mission-why h1 {
    font-size: clamp(2rem, 6vw, 2.5rem);
}.title-section .text-field p {
    max-width: 100%;
}.title-section .text-field .skill-expertise {
    max-width: 100px;
    margin: 1.5rem auto;
}.title-section .text-field h6 .support-grid {
    padding: 0.9rem 1.8rem;
}
}

@media (max-width: 576px) {.title-section .mission-why {
    width: 92%;
    padding: 2.5rem 0;
}.title-section .mission-why h1 {
    font-size: clamp(1.8rem, 7vw, 2.2rem);
}.title-section .text-field {
    padding: 1rem;
}.title-section .text-field p {
    font-size: clamp(0.9rem, 2.5vw, 1rem);
    margin-bottom: 1.5rem;
}.title-section .text-field .skill-expertise {
    max-width: 80px;
}.title-section .text-field h6 {
    margin-top: 1.5rem;
}.title-section .text-field h6 .support-grid {
    font-size: 0.9rem;
    padding: 0.8rem 1.5rem;
}
}

@media (prefers-reduced-motion: reduce) {.title-section .pic-list,
    .title-section:hover .pic-list,
    .title-section .mission-why h1::after,
    .title-section .text-field h6 .support-grid,
    .title-section .text-field h6 .support-grid::before,
    .title-section .text-field h6 .support-grid::after,
    .title-section .text-field .skill-expertise svg {
    transition: none;
    animation: none;
    transform: none;
}.title-section .mission-why h1::after {
    transform: scaleX(1);
}.title-section .mission-why,
    .title-section .text-field {
    transform: none;
    animation: none;
    opacity: 1;
}}.contact-information {
    position: relative;
    padding: 80px 0;
}.contact-information::before {
    right: 0;
    position: absolute;
    z-index: 1;
    bottom: 0;
    content: "";
    background-color: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0;
}.contact-information .container {
    z-index: 2;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}.contact-information .support-box {
    overflow: hidden;
    display: grid;
    background: #ffffff;
    grid-template-columns: 45% 55%;
    position: relative;
    border-radius: 0;
}.contact-information .support-box::before {
    content: "";
    position: absolute;
    z-index: 0;
    left: -150px;
    border-radius: 50%;
    height: 300px;
    background: rgb(190,163,193,0.5);
    top: -150px;
    width: 300px;
}.contact-information .support-box::after {
    height: 300px;
    width: 300px;
    position: absolute;
    z-index: 0;
    background: rgb(153,117,151,0.5);
    bottom: -150px;
    border-radius: 50%;
    right: -150px;
    content: "";
}.contact-information .message-widget {
    position: relative;
    border-right: 1px solid rgba(0, 0, 0, 0.05);
    padding: 50px;
    z-index: 1;
}.contact-information .message-widget h3 {
    position: relative;
    font-size: 29px;
    font-weight: 700;
    color: rgb(190,163,193);
    margin-bottom: 40px;
}.contact-information .message-widget h3::after {
    position: absolute;
    bottom: -15px;
    height: 4px;
    content: "";
    left: 0;
    background-color: rgb(153,117,151);
    width: 60px;
}.contact-information .message-widget div {
    display: flex;
    margin-bottom: 30px;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
    padding-bottom: 15px;
    align-items: center;
}.contact-information .message-widget div:last-of-type {
    border-bottom: none;
}.contact-information .message-widget div svg {
    height: 24px;
    margin-right: 15px;
    width: 24px;
    flex-shrink: 0;
}.contact-information .message-widget div svg path {
    transition: fill 0.3s ease;
    fill: rgb(190,163,193);
}.contact-information .message-widget div:hover svg path {
    fill: rgb(153,117,151);
}.contact-information .message-widget div span {
    font-size: 15px;
    color: #000000;
}.contact-information .message-widget div span a {
    transition: color 0.3s ease;
    text-decoration: none;
    color: #000000;
}.contact-information .message-widget div span a:hover {
    color: rgb(190,163,193);
}.contact-information .reach-card {
    background-color: #ffffff;
    position: relative;
    padding: 50px;
    z-index: 1;
}.contact-information .reach-card h3 {
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 600;
    color: #000000;
}.contact-information form {
    flex-direction: column;
    display: flex;
}.contact-information form input[type="text"],
.contact-information form input[type="email"] {
    height: 55px;
    color: #000000;
    border: none;
    margin-bottom: 20px;
    border-radius: 10px;
    font-size: 15px;
    padding: 0 20px;
    background-color: rgb(229,216,230);
    transition: all 0.3s ease;
}.contact-information form input[type="text"]:focus,
.contact-information form input[type="email"]:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgb(190,163,193,0.5);
}.contact-information form input::placeholder {
    color: rgba(0, 0, 0, 0.4);
}.contact-information .message-query {
    position: relative;
    margin-bottom: 25px;
}.contact-information .message-query input[type="checkbox"] {
    cursor: pointer;
    opacity: 0;
    height: 0;
    width: 0;
    position: absolute;
}.contact-information .message-query label {
    line-height: 1.6;
    position: relative;
    display: block;
    padding-left: 35px;
    cursor: pointer;
    color: #000000;
    font-size: 15px;
}.contact-information .message-query label::before {
    width: 20px;
    content: "";
    border-radius: 10px;
    transition: all 0.3s ease;
    position: absolute;
    background-color: rgb(229,216,230);
    height: 20px;
    top: 2px;
    left: 0;
}.contact-information .message-query input[type="checkbox"]:checked + label::before {
    background-color: rgb(190,163,193);
}.contact-information .message-query input[type="checkbox"]:checked + label::after {
    border: solid #ffffff;
    transform: rotate(45deg);
    top: 3px;
    width: 6px;
    content: "";
    height: 12px;
    left: 7px;
    position: absolute;
    border-width: 0 2px 2px 0;
}.contact-information .message-query label a {
    color: rgb(190,163,193);
    transition: all 0.3s ease;
    text-decoration: none;
}.contact-information .message-query label a:hover {
    text-decoration: underline;
    color: rgb(153,117,151);
}.contact-information form .support-grid {
    font-weight: 600;
    padding: 16px 30px;
    align-self: flex-start;
    border: none;
    transition: all 0.3s ease;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    background-color: rgb(190,163,193);
    font-size: 14px;
    border-radius: 10px;
}.contact-information form .support-grid:hover {
    background-color: rgb(153,117,151);
}@keyframes borderPulse {
    0% {
        border-color: rgba(0, 0, 0, 0.1);
    }
    50% {
        border-color: rgb(190,163,193,0.5);
    }
    100% {
        border-color: rgba(0, 0, 0, 0.1);
    }
}

.contact-information .message-widget div {
    animation-delay: calc(var(--n) * 0.5s);
    animation: borderPulse 3s infinite;
}.contact-information .message-widget div:nth-child(2) {
    --n: 0;
}.contact-information .message-widget div:nth-child(3) {
    --n: 1;
}.contact-information .message-widget div:nth-child(4) {
    --n: 2;
}.contact-information .message-widget div:nth-child(5) {
    --n: 3;
}

@media screen and (max-width: 992px) {.contact-information .container {
    width: 90%;
}.contact-information .support-box {
    grid-template-columns: 1fr;
}.contact-information .message-widget {
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
}

@media screen and (max-width: 576px) {.contact-information {
    padding: 60px 0;
}.contact-information .message-widget,
    .contact-information .reach-card {
    padding: 30px 20px;
}.contact-information .message-widget h3 {
    font-size: calc(29px * 0.8);
}.contact-information form input[type="text"],
    .contact-information form input[type="email"] {
    height: 50px;
}.contact-information form .support-grid {
    padding: 14px 20px;
    width: 100%;
}}.academic-expertise {
    overflow: hidden;
    padding: 8rem 0;
    min-height: 700px;
    position: relative;
    background: linear-gradient(160deg, rgb(229,216,230) 0%, #000000 100%);
}.academic-expertise::before {
    opacity: 0.4;
    background: 
        radial-gradient(circle at 80% 20%, rgb(190,163,193,0.5) 0%, transparent 35%),
        radial-gradient(circle at 20% 80%, rgb(153,117,151,0.5) 0%, transparent 35%);
    z-index: 1;
    position: absolute;
    width: 100%;
    content: "";
    top: 0;
    filter: blur(70px);
    animation: breatheGlow 15s ease-in-out infinite alternate;
    height: 100%;
    left: 0;
}.academic-expertise .container {
    max-width: 1200px;
    padding: 0 2rem;
    position: relative;
    margin: 0 auto;
    z-index: 2;
}.academic-expertise .review-slider {
    position: relative;
    overflow: hidden;
    display: grid;
    border-radius: 19px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.3) 100%);
    grid-template-rows: auto 1fr;
    gap: 30px;
    backdrop-filter: blur(15px);
    padding: 3rem;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    grid-template-columns: 1.2fr 0.8fr;
    min-height: 580px;
}.academic-expertise .review-slider::before {
    z-index: -1;
    height: 100%;
    position: absolute;
    background: linear-gradient(135deg, transparent, rgb(190,163,193,0.5), transparent);
    content: "";
    top: 0;
    background-size: 200% 200%;
    opacity: 0.2;
    animation: shimmerEffect 10s ease-in-out infinite;
    left: 0;
    width: 100%;
}.academic-expertise .pic-list {
    z-index: 3;
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.4);
    transform: scale(1) rotate(0deg);
    position: relative;
    height: 100%;
    grid-row: 1 / span 2;
    filter: contrast(1.1) brightness(1.05);
    transition: all 0.7s cubic-bezier(0.2, 1, 0.3, 1);
    grid-column: 2;
    border-radius: 19px;
}.academic-expertise .review-slider:hover .pic-list {
    transform: scale(1.05) rotate(2deg);
    box-shadow: 30px 30px 60px rgba(0, 0, 0, 0.5);
}.academic-expertise .pic-list::before {
    z-index: 1;
    width: 100%;
    top: 0;
    left: 0;
    content: "";
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: inherit;
    box-sizing: border-box;
    height: 100%;
    position: absolute;
}.academic-expertise .name {
    font-size: 37px;
    transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
    color: #ffffff;
    transform: translateX(0);
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    z-index: 4;
    grid-row: 1;
    grid-column: 1;
    position: relative;
    font-weight: 700;
    margin: 0;
}.academic-expertise .review-slider:hover .name {
    transform: translateX(10px);
}.academic-expertise .name::after {
    position: absolute;
    transition: width 0.6s ease;
    bottom: -10px;
    left: 0;
    content: "";
    height: 3px;
    background: linear-gradient(90deg, rgb(190,163,193), rgb(153,117,151));
    width: 0;
}.academic-expertise .review-slider:hover .name::after {
    width: 120px;
}.academic-expertise .review-slider span:not(.name) {
    transform: translateX(0);
    font-size: 23px;
    font-weight: 600;
    grid-column: 1;
    border-radius: 10px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    margin-top: 4rem;
    width: max-content;
    grid-row: 1;
    background: rgba(0, 0, 0, 0.2);
    transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
    padding: 0.7rem 1.5rem;
    color: rgb(153,117,151);
    z-index: 3;
}.academic-expertise .review-slider:hover span:not(.name) {
    transform: translateX(10px);
    background: rgba(0, 0, 0, 0.3);
}.academic-expertise .job-table {
    grid-column: 1;
    z-index: 2;
    transition: all 0.7s cubic-bezier(0.2, 1, 0.3, 1);
    color: #ffffff;
    border-radius: 19px;
    transform: translateY(0);
    line-height: 1.8;
    position: relative;
    font-size: 16px;
    border-left: 4px solid rgb(153,117,151);
    padding: 2rem;
    overflow: hidden;
    grid-row: 2;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(10px);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.2) 100%);
}.academic-expertise .review-slider:hover .job-table {
    transform: translateY(-10px);
    box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.4);
}.academic-expertise .job-table::before {
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: 200% 200%;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    content: "";
    top: 0;
    z-index: -1;
    left: 0;
    animation: shimmerEffect 5s ease-in-out infinite;
}.academic-expertise .container::after {
    z-index: -1;
    bottom: -200px;
    height: 400px;
    content: "";
    animation: rotateGlow 25s linear infinite;
    position: absolute;
    border-radius: 50%;
    background: conic-gradient(from 135deg, rgb(190,163,193,0.5) 0%, rgb(153,117,151,0.5) 50%, rgb(190,163,193,0.5) 100%);
    filter: blur(80px);
    opacity: 0.2;
    width: 400px;
    left: -200px;
}

@keyframes breatheGlow {
    0%, 100% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.5;
    }
}

@keyframes shimmerEffect {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}

@keyframes rotateGlow {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 992px) {.academic-expertise .review-slider {
    grid-template-columns: 1fr;
    padding: 2rem;
    grid-template-rows: auto auto auto;
    gap: 20px;
}.academic-expertise .pic-list {
    grid-column: 1;
    grid-row: 1;
    height: 350px;
}.academic-expertise .name {
    grid-row: 2;
    margin: 0;
    grid-column: 1;
}.academic-expertise .review-slider span:not(.name) {
    grid-row: 2;
    grid-column: 1;
    margin-top: 3.5rem;
}.academic-expertise .job-table {
    grid-row: 3;
    grid-column: 1;
}.academic-expertise .review-slider:hover .name,
    .academic-expertise .review-slider:hover span:not(.name) {
    transform: translateY(-5px);
}
}

@media (max-width: 576px) {.academic-expertise {
    padding: 5rem 0;
}.academic-expertise .review-slider {
    padding: 1.5rem;
}.academic-expertise .pic-list {
    height: 250px;
}.academic-expertise .name {
    font-size: 23px;
}.academic-expertise .review-slider span:not(.name) {
    padding: 0.6rem 1rem;
    margin-top: 3rem;
    font-size: 16px;
}.academic-expertise .job-table {
    font-size: calc(16px * 0.9);
    padding: 1.5rem;
    line-height: 1.6;
}}.privacy-hideaway {
    overflow: hidden;
    font-family: Arial, sans-serif;
    background: linear-gradient(145deg, rgb(229,216,230), #ffffff 80%);
    color: #000000;
    padding: 3rem 1rem;
    position: relative;
}.privacy-hideaway::before {
    height: 100%;
    width: 100%;
    content: "";
    position: absolute;
    pointer-events: none;
    background: linear-gradient(to right, rgba(rgb(190,163,193,0.5), 0.03), rgba(rgb(153,117,151,0.5), 0.02));
    z-index: 0;
    left: 0;
    top: 0;
}.privacy-hideaway::after {
    pointer-events: none;
    content: "";
    position: absolute;
    width: 60%;
    background: radial-gradient(circle, rgba(rgb(190,163,193,0.5), 0.05), transparent 70%);
    height: 100%;
    top: -50%;
    transform: rotate(30deg);
    z-index: 0;
    right: -20%;
}.privacy-hideaway .container {
    position: relative;
    box-shadow: 0 10px 30px rgba(rgba(0, 0, 0, 0.5), 0.07),
                0 1px 4px rgba(rgba(0, 0, 0, 0.5), 0.05);
    transition: transform 0.3s ease-out;
    border-left: 3px solid rgb(190,163,193);
    padding: 2rem;
    transform: translateZ(0);
    max-width: 1140px;
    z-index: 1;
    background: rgba(#ffffff, 0.9);
    margin: 0 auto;
}.privacy-hideaway .container:hover {
    transform: translateY(-3px) translateZ(0);
    box-shadow: 0 14px 40px rgba(rgba(0, 0, 0, 0.5), 0.09),
                0 2px 6px rgba(rgba(0, 0, 0, 0.5), 0.06);
}.privacy-hideaway h1 {
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: rgb(190,163,193);
    font-size: calc(38px * 1.05);
    padding-bottom: 0.8rem;
    position: relative;
    margin-bottom: 1.8rem;
    font-weight: 700;
}.privacy-hideaway h1::after {
    position: absolute;
    bottom: 0;
    height: 3px;
    background: linear-gradient(to right, rgb(190,163,193), rgb(153,117,151));
    width: 80px;
    left: 0;
    content: "";
    transition: width 0.3s ease;
    transform-origin: left;
}.privacy-hideaway h2 {
    color: rgb(153,117,151);
    position: relative;
    margin-bottom: 1.2rem;
    padding-left: 1rem;
    font-size: 33px;
    margin-top: 2.5rem;
    font-weight: 600;
}.privacy-hideaway h2::before {
    width: 3px;
    top: 0.2em;
    height: 75%;
    content: "";
    position: absolute;
    left: 0;
    opacity: 0.8;
    transform: scaleY(0.9);
    background: rgb(190,163,193);
}.privacy-hideaway h3 {
    position: relative;
    font-weight: 600;
    margin-top: 2rem;
    color: #000000;
    font-size: calc(33px * 0.85);
    padding-left: 0.8rem;
    margin-bottom: 1rem;
}.privacy-hideaway h3::before {
    opacity: 0.8;
    left: 0;
    width: 2px;
    background: rgb(153,117,151);
    position: absolute;
    top: 0.25em;
    content: "";
    transform: scaleY(0.9);
    height: 70%;
}.privacy-hideaway h4 {
    margin-top: 1.5rem;
    padding-left: 0.6rem;
    font-weight: 600;
    margin-bottom: 0.8rem;
    color: #000000;
    position: relative;
    font-size: calc(33px * 0.7);
}.privacy-hideaway h4::before {
    content: "";
    background: rgb(153,117,151);
    opacity: 0.6;
    width: 2px;
    left: 0;
    top: 0.3em;
    height: 65%;
    position: absolute;
}.privacy-hideaway p {
    font-size: 18px;
    color: #000000;
    margin-bottom: 1.3rem;
    position: relative;
    line-height: 1.7;
}.privacy-hideaway span {
    border-left: 1px solid rgba(rgb(190,163,193,0.5), 0.3);
    padding-left: 0.5rem;
    line-height: 1.7;
    color: #000000;
    font-size: 18px;
    margin-bottom: 1.3rem;
    display: block;
}.privacy-hideaway ul {
    margin-bottom: 2rem;
    padding-left: 1.2rem;
    position: relative;
}.privacy-hideaway ul::before {
    position: absolute;
    left: 0;
    height: 100%;
    content: "";
    top: 0;
    background: linear-gradient(to bottom, rgb(190,163,193), transparent);
    opacity: 0.2;
    width: 1px;
}.privacy-hideaway li {
    color: #000000;
    line-height: 1.6;
    padding-left: 0.5rem;
    margin-bottom: 0.8rem;
    font-size: 18px;
    position: relative;
}.privacy-hideaway li::before {
    left: -1.2rem;
    position: absolute;
    top: 0.7rem;
    background: rgb(190,163,193);
    border-radius: 1px;
    width: 6px;
    height: 6px;
    content: "";
    transform: rotate(45deg);
    opacity: 0.8;
}.privacy-hideaway strong {
    position: relative;
    font-weight: 600;
    color: rgb(153,117,151);
}.privacy-hideaway p strong::after {
    left: 0;
    opacity: 0.3;
    height: 1px;
    bottom: -2px;
    position: absolute;
    transform: scaleX(0.97);
    width: 100%;
    background: rgb(153,117,151);
    content: "";
}

@media (min-width: 768px) {.privacy-hideaway {
    padding: 5rem 2rem;
}.privacy-hideaway .container {
    border-left-width: 4px;
    padding: 3rem 4rem;
}.privacy-hideaway h1 {
    font-size: calc(38px * 1.2);
    margin-bottom: 2.5rem;
    padding-bottom: 1rem;
}.privacy-hideaway h1::after {
    height: 4px;
    width: 120px;
}.privacy-hideaway h2 {
    margin-top: 3rem;
    padding-left: 1.5rem;
    font-size: calc(33px * 1.1);
}.privacy-hideaway h2::before {
    width: 4px;
}.privacy-hideaway p, .privacy-hideaway span {
    font-size: calc(18px * 1.05);
    line-height: 1.8;
}.privacy-hideaway ul {
    padding-left: 2rem;
}.privacy-hideaway li {
    padding-left: 0.8rem;
    font-size: calc(18px * 1.05);
}.privacy-hideaway li::before {
    width: 7px;
    left: -1.4rem;
    height: 7px;
}
}

@media (min-width: 992px) {.privacy-hideaway {
    padding: 6rem 3rem;
}.privacy-hideaway .container {
    border-left-width: 5px;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    padding: 4rem 5rem;
}.privacy-hideaway h1 {
    font-size: calc(38px * 1.3);
    margin-bottom: 3rem;
}.privacy-hideaway h1::after {
    width: 140px;
}.privacy-hideaway p, .privacy-hideaway span {
    font-size: calc(18px * 1.08);
}.privacy-hideaway ul {
    padding-left: 2.5rem;
}.privacy-hideaway li {
    font-size: calc(18px * 1.08);
}
}

@media (max-width: 767px) {.privacy-hideaway .container {
    padding: 1.5rem;
}.privacy-hideaway h1 {
    font-size: calc(38px * 0.9);
    margin-bottom: 1.5rem;
}.privacy-hideaway h2 {
    margin-top: 2rem;
    font-size: calc(33px * 0.95);
}.privacy-hideaway h3, .privacy-hideaway h4 {
    font-size: calc(33px * 0.8);
}.privacy-hideaway p, .privacy-hideaway span, .privacy-hideaway li {
    line-height: 1.6;
    font-size: calc(18px * 0.95);
}
}

@media (max-width: 480px) {.privacy-hideaway {
    padding: 2rem 0.5rem;
}.privacy-hideaway .container {
    padding: 1.25rem;
}.privacy-hideaway h1 {
    font-size: calc(38px * 0.85);
    padding-bottom: 0.6rem;
    margin-bottom: 1.2rem;
}.privacy-hideaway h2 {
    margin-top: 1.8rem;
    font-size: calc(33px * 0.9);
    padding-left: 0.8rem;
}.privacy-hideaway h3, .privacy-hideaway h4 {
    font-size: calc(33px * 0.75);
    padding-left: 0.5rem;
}.privacy-hideaway p, .privacy-hideaway span, .privacy-hideaway li {
    font-size: calc(18px * 0.9);
    line-height: 1.55;
}.privacy-hideaway ul {
    padding-left: 1rem;
}.privacy-hideaway li::before {
    top: 0.6rem;
    left: -1rem;
    width: 5px;
    height: 5px;
}}.join-list {
    background: rgb(229,216,230);
    box-shadow: inset 0 15px 25px -15px rgba(0,0,0,0.1);
    position: relative;
    padding: 4rem 0;
    overflow: hidden;
}.join-list::before {
    height: 300px;
    top: -100px;
    animation: float 15s infinite ease-in-out;
    opacity: 0.6;
    filter: blur(30px);
    width: 300px;
    content: "";
    position: absolute;
    right: -100px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgb(153,117,151,0.5) 0%, transparent 70%);
    transform: rotate(-15deg);
}.join-list::after {
    animation: float 18s infinite ease-in-out reverse;
    position: absolute;
    bottom: -80px;
    left: -80px;
    height: 250px;
    width: 250px;
    content: "";
    opacity: 0.5;
    background: linear-gradient(225deg, rgb(190,163,193,0.5) 0%, transparent 70%);
    filter: blur(25px);
    transform: rotate(15deg);
    border-radius: 50%;
}.join-list .container {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
    z-index: 2;
}.join-list .mission-why {
    padding: 3rem;
    box-shadow: 12px 12px 30px rgba(0,0,0,0.06), 
                -12px -12px 30px rgba(255,255,255,0.8),
                inset 3px 3px 10px rgba(255,255,255,0.8),
                inset -3px -3px 10px rgba(0,0,0,0.05);
    background: #ffffff;
    transform: perspective(1000px) rotateX(2deg);
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    border-radius: 16px;
}.join-list .mission-why:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 15px 15px 35px rgba(0,0,0,0.08), 
                -15px -15px 35px rgba(255,255,255,0.9),
                inset 3px 3px 10px rgba(255,255,255,0.8),
                inset -3px -3px 10px rgba(0,0,0,0.05);
}.join-list h3 {
    position: relative;
    font-size: calc(18px * 1.1);
    margin-bottom: 2rem;
    color: #000000;
    font-weight: 700;
    padding-bottom: 1rem;
    line-height: 1.4;
    text-align: center;
    font-family: Arial, sans-serif;
}.join-list h3::after {
    background: linear-gradient(90deg, rgb(190,163,193), rgb(153,117,151));
    border-radius: 3px;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    bottom: 0;
    transition: width 0.3s ease;
    position: absolute;
}.join-list .mission-why:hover h3::after {
    width: 120px;
}.join-list .input_holder {
    grid-template-columns: 1fr auto;
    gap: 1rem;
    z-index: 1;
    display: grid;
    position: relative;
    margin-top: 2rem;
}.join-list .input_holder div {
    position: relative;
    flex-grow: 1;
}.join-list input[type="email"] {
    border: 2px solid rgba(0,0,0,0.04);
    font-family: Arial, sans-serif;
    font-size: 16px;
    padding: 0 1.5rem;
    height: 54px;
    transition: all 0.3s ease;
    background: rgba(255,255,255,0.9);
    border-radius: 12px;
    color: #000000;
    box-shadow: inset 3px 3px 8px rgba(0,0,0,0.05),
                inset -3px -3px 8px rgba(255,255,255,0.8);
    width: 100%;
}.join-list input[type="email"]:focus {
    outline: none;
    transform: translateY(-2px);
    box-shadow: inset 3px 3px 8px rgba(0,0,0,0.05),
                inset -3px -3px 8px rgba(255,255,255,0.8),
                0 0 0 3px rgb(190,163,193,0.5);
    border-color: rgb(190,163,193,0.5);
}.join-list input[type="email"]::placeholder {
    transition: all 0.3s ease;
    color: rgba(0,0,0,0.3);
}.join-list input[type="email"]:focus::placeholder {
    transform: translateX(5px);
    opacity: 0.5;
}.join-list .sub-material {
    cursor: pointer;
    overflow: hidden;
    color: #ffffff;
    font-weight: 600;
    background: linear-gradient(135deg, rgb(190,163,193), rgb(153,117,151));
    min-width: 150px;
    box-shadow: 5px 5px 15px rgba(0,0,0,0.08),
                -2px -2px 5px rgba(255,255,255,0.5),
                inset 0 0 0 rgba(255,255,255,0.2);
    height: 54px;
    font-size: 17px;
    font-family: Arial, sans-serif;
    border: none;
    position: relative;
    border-radius: 12px;
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}.join-list .sub-material:hover {
    box-shadow: 8px 8px 20px rgba(0,0,0,0.1),
                -2px -2px 5px rgba(255,255,255,0.5),
                inset 0 0 0 rgba(255,255,255,0.2);
    transform: translateY(-3px);
}.join-list .sub-material:active {
    transform: translateY(0);
    box-shadow: 2px 2px 5px rgba(0,0,0,0.05),
                -1px -1px 3px rgba(255,255,255,0.5),
                inset 2px 2px 5px rgba(0,0,0,0.1);
}.join-list .sub-material::before {
    position: absolute;
    transition: all 0.6s ease;
    width: 100%;
    left: -100%;
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    content: "";
    height: 100%;
}.join-list .sub-material:hover::before {
    left: 100%;
}

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

@media (max-width: 992px) {.join-list .mission-why {
    padding: 2.5rem 2rem;
}.join-list h3 {
    font-size: 18px;
}
}

@media (max-width: 768px) {.join-list {
    padding: 3rem 0;
}.join-list .mission-why {
    padding: 2rem 1.5rem;
    transform: perspective(1000px) rotateX(1deg);
}.join-list h3 {
    font-size: calc(16px * 1.2);
    padding-bottom: 0.8rem;
    margin-bottom: 1.5rem;
}.join-list .input_holder {
    grid-template-columns: 1fr;
}.join-list .sub-material {
    width: 100%;
}
}

@media (max-width: 576px) {.join-list {
    padding: 2.5rem 0;
}.join-list .mission-why {
    padding: 1.8rem 1.2rem;
    box-shadow: 8px 8px 20px rgba(0,0,0,0.06), 
                -8px -8px 20px rgba(255,255,255,0.8),
                inset 2px 2px 5px rgba(255,255,255,0.8),
                inset -2px -2px 5px rgba(0,0,0,0.05);
}.join-list h3 {
    font-size: 16px;
    margin-bottom: 1rem;
    padding-bottom: 0.7rem;
    line-height: 1.5;
}.join-list h3::after {
    width: 60px;
    height: 2px;
}.join-list .mission-why:hover h3::after {
    width: 80px;
}.join-list input[type="email"] {
    font-size: calc(16px * 0.9);
    height: 50px;
}.join-list .sub-material {
    min-width: auto;
    height: 50px;
    font-size: calc(17px * 0.9);
}
}