* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}html,body {
    color: #000000;
    font-family: Arial, sans-serif;
    height: 100%;
    scroll-behavior: auto;
    min-height: 100%;
}.head_master {
    flex: 1 0 auto;
}.wrapper-canvas {
    min-height: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}header,footer {
    width: 100%;
}svg {
    width: 30px;
    height: 30px;
}.container {
    margin: auto;
    width: 1271px;
    max-width: 100%;
}.hackathon {
    flex: 0 0 auto;
}a {
    color: inherit;
    text-decoration: none;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.secure_stockade {
    margin: 0 auto;
    overflow: hidden;
    font-family: Arial, sans-serif;
    padding: 50px;
    width: 85%;
    color: #000000;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    background: #ffffff;
    position: relative;
    max-width: 1000px;
    border: 2px solid rgb(209,183,210);
}.secure_stockade:before, .secure_stockade:after {
    left: 0;
    content: "";
    z-index: 0;
    top: 0;
    height: 100%;
    position: absolute;
    width: 100%;
    background: linear-gradient(135deg, rgb(209,183,210,0.5), rgb(175,121,176,0.5));
    opacity: 0.1;
}.secure_stockade h1 {
    margin-top: 20px;
    text-transform: uppercase;
    padding-bottom: 10px;
    z-index: 1;
    border-bottom: 3px solid rgb(209,183,210);
    margin-bottom: 30px;
    color: #000000;
    font-size: 44px;
    position: relative;
    font-weight: 700;
}.secure_stockade h2 {
    font-weight: 600;
    color: rgb(175,121,176);
    border-bottom: 2px solid rgb(175,121,176,0.5);
    position: relative;
    margin-top: 30px;
    z-index: 1;
    margin-bottom: 20px;
    font-size: 31px;
    padding-bottom: 5px;
}.secure_stockade ul, .secure_stockade ol {
    margin-bottom: 20px;
    z-index: 1;
    list-style: none;
    padding-left: 20px;
    position: relative;
    list-style-type: disc;
}.secure_stockade li {
    margin-bottom: 10px;
    line-height: 1.8;
    position: relative;
    font-size: 13px;
}.secure_stockade li:before {
    content: "•";
    font-size: 1.2em;
    position: absolute;
    color: rgb(209,183,210);
    left: -20px;
    line-height: 1;
}.secure_stockade div {
    padding: 25px;
    background: #ffffff;
    position: relative;
    margin-bottom: 30px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
    z-index: 1;
    line-height: 1.8;
    border-radius: 10px;
}.secure_stockade .container {
    position: relative;
    z-index: 1;
}.secure_stockade h3, .secure_stockade h4, .secure_stockade h5, .secure_stockade h6 {
    position: relative;
    font-weight: 600;
    margin-top: 25px;
    z-index: 1;
    color: rgb(209,183,210);
    margin-bottom: 15px;
    font-size: 21px;
}.secure_stockade p, .secure_stockade span {
    margin-bottom: 15px;
    line-height: 1.6;
    color: #000000;
    position: relative;
    z-index: 1;
    font-size: 13px;
}.secure_stockade a {
    font-weight: 600;
    border-bottom: 1px solid rgb(175,121,176);
    text-decoration: none;
    z-index: 1;
    color: rgb(175,121,176);
    position: relative;
}.secure_stockade a:hover {
    border-bottom: 1px solid rgb(209,183,210);
    color: rgb(209,183,210);
}.secure_stockade button {
    padding: 12px 24px;
    z-index: 1;
    border-radius: 10px;
    border: none;
    position: relative;
    color: #ffffff;
    cursor: pointer;
    font-size: 20px;
    background: rgb(175,121,176);
}.secure_stockade button:hover {
    background: rgb(209,183,210);
}

@media only screen and (max-width: 800px) {.secure_stockade {
    padding: 30px;
    width: 90%;
}.secure_stockade h1 {
    font-size: calc(21px - 5px);
}.secure_stockade h2 {
    font-size: calc(21px - 3px);
}.secure_stockade ul, .secure_stockade ol {
    padding-left: 10px;
}.secure_stockade li:before {
    left: -10px;
}.secure_stockade button {
    padding: 10px 20px;
}}.who_we_are {
    padding: 120px 0;
    overflow: hidden;
    background: linear-gradient(135deg, #000000 0%, rgba(0, 0, 0, 0.5) 100%);
    position: relative;
}.who_we_are::before {
    width: 100%;
    left: 0;
    position: absolute;
    opacity: 0.15;
    height: 100%;
    background-size: 40px 40px;
    content: "";
    top: 0;
    background: 
        linear-gradient(0deg, transparent 0%, transparent 49%, rgba(0, 0, 0, 0.5) 49%, rgba(0, 0, 0, 0.5) 51%, transparent 51%, transparent 100%),
        linear-gradient(90deg, transparent 0%, transparent 49%, rgba(0, 0, 0, 0.5) 49%, rgba(0, 0, 0, 0.5) 51%, transparent 51%, transparent 100%);
    z-index: 1;
}.who_we_are::after {
    animation: float 20s infinite alternate linear;
    z-index: 1;
    top: -100px;
    position: absolute;
    background: linear-gradient(135deg, rgb(209,183,210) 0%, transparent 80%);
    content: "";
    border-radius: 50%;
    opacity: 0.25;
    right: -100px;
    filter: blur(80px);
    height: 400px;
    width: 400px;
}@keyframes float {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }
    50% {
        transform: translate(-50px, 50px) rotate(180deg);
    }
    100% {
        transform: translate(0, 0) rotate(360deg);
    }
}

.who_we_are .container {
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
}.who_we_are h2 {
    font-size: 39px;
    margin-bottom: 60px;
    position: relative;
    letter-spacing: 2px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 0 20px rgb(209,183,210,0.5);
    font-weight: 700;
}.who_we_are h2::after {
    position: absolute;
    height: 3px;
    left: 50%;
    width: 100px;
    content: "";
    transform: translateX(-50%);
    background: linear-gradient(90deg, transparent, rgb(209,183,210), transparent);
    bottom: -20px;
}.who_we_are .learn_history {
    gap: 40px;
    flex-direction: column;
    display: flex;
}.who_we_are .knowledge_classes {
    overflow: hidden;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    border-radius: 16px;
    position: relative;
    padding: 50px;
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}.who_we_are .knowledge_classes:nth-child(1) {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
    transform: translateX(-40px);
}.who_we_are .knowledge_classes:nth-child(2) {
    background: linear-gradient(135deg, rgba(rgb(175,121,176), 0.2) 0%, rgba(rgb(175,121,176), 0.05) 100%);
    transform: translateX(40px);
}.who_we_are .knowledge_classes::before {
    background-size: 60px 60px;
    width: 100%;
    z-index: -1;
    background: 
        linear-gradient(45deg, transparent 40%, rgba(255, 255, 255, 0.1) 45%, transparent 50%),
        linear-gradient(-45deg, transparent 40%, rgba(255, 255, 255, 0.1) 45%, transparent 50%);
    top: 0;
    left: 0;
    height: 100%;
    position: absolute;
    content: "";
}.who_we_are .knowledge_classes:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
}.who_we_are .knowledge_classes:nth-child(1):hover {
    transform: translateY(-10px) translateX(-40px);
}.who_we_are .knowledge_classes:nth-child(2):hover {
    transform: translateY(-10px) translateX(40px);
}.who_we_are .knowledge_classes h3 {
    padding-bottom: 15px;
    color: #ffffff;
    position: relative;
    margin-left: 15px;
    font-weight: 700;
    margin-bottom: 25px;
    font-size: 18px;
}.who_we_are .knowledge_classes h3::before {
    height: 6px;
    background: rgb(209,183,210);
    content: "";
    top: 8px;
    left: -15px;
    border-radius: 50%;
    box-shadow: 0 0 10px rgb(209,183,210);
    width: 6px;
    position: absolute;
}.who_we_are .knowledge_classes:nth-child(2) h3::before {
    box-shadow: 0 0 10px rgb(175,121,176);
    background: rgb(175,121,176);
}.who_we_are .knowledge_classes h3::after {
    background: rgb(209,183,210);
    height: 2px;
    content: "";
    width: 40px;
    position: absolute;
    transition: width 0.3s ease;
    bottom: 0;
    left: 0;
}.who_we_are .knowledge_classes:nth-child(2) h3::after {
    background: rgb(175,121,176);
}.who_we_are .knowledge_classes:hover h3::after {
    width: 80px;
}.who_we_are .knowledge_classes p {
    color: rgba(255, 255, 255, 0.85);
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0.5px;
    line-height: 1.8;
}.who_we_are .container::before {
    z-index: 1;
    opacity: 0.25;
    position: absolute;
    content: "";
    animation: float 20s infinite alternate-reverse linear;
    width: 400px;
    height: 400px;
    background: linear-gradient(135deg, rgb(175,121,176) 0%, transparent 80%);
    filter: blur(80px);
    border-radius: 50%;
    bottom: -100px;
    left: -100px;
}

@media screen and (max-width: 991px) {.who_we_are {
    padding: 100px 0;
}.who_we_are h2 {
    margin-bottom: 50px;
}.who_we_are .knowledge_classes {
    padding: 40px;
}.who_we_are .knowledge_classes:nth-child(1) {
    transform: translateX(-30px);
}.who_we_are .knowledge_classes:nth-child(2) {
    transform: translateX(30px);
}.who_we_are .knowledge_classes:nth-child(1):hover {
    transform: translateY(-10px) translateX(-30px);
}.who_we_are .knowledge_classes:nth-child(2):hover {
    transform: translateY(-10px) translateX(30px);
}
}

@media screen and (max-width: 768px) {.who_we_are {
    padding: 80px 0;
}.who_we_are h2 {
    font-size: calc(33px + 0.2rem);
    margin-bottom: 40px;
}.who_we_are .knowledge_classes {
    padding: 30px;
}.who_we_are .knowledge_classes:nth-child(1),
    .who_we_are .knowledge_classes:nth-child(2) {
    transform: translateX(0);
}.who_we_are .knowledge_classes:nth-child(1):hover,
    .who_we_are .knowledge_classes:nth-child(2):hover {
    transform: translateY(-5px);
}
}

@media screen and (max-width: 576px) {.who_we_are {
    padding: 60px 0;
}.who_we_are h2 {
    font-size: 33px;
}.who_we_are .learn_history {
    gap: 30px;
}.who_we_are .knowledge_classes {
    padding: 25px;
}.who_we_are .knowledge_classes h3 {
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-size: calc(18px + 0.1rem);
}.who_we_are .knowledge_classes p {
    font-size: calc(18px - 0.05rem);
}}.leadership_profile {
    padding: 6rem 2rem;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(238,229,238) 0%, rgb(209,183,210,0.5) 100%);
    position: relative;
}.leadership_profile::before {
    filter: blur(20px);
    background: rgb(175,121,176,0.5);
    top: -5%;
    position: absolute;
    transform: rotate(-15deg) translateZ(0);
    height: 30%;
    z-index: 0;
    width: 30%;
    content: "";
    right: -5%;
}.leadership_profile::after {
    height: 25%;
    filter: blur(15px);
    content: "";
    left: -5%;
    width: 25%;
    background: rgb(209,183,210,0.5);
    z-index: 0;
    transform: rotate(15deg) translateZ(0);
    bottom: -5%;
    position: absolute;
}.leadership_profile .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    z-index: 1;
}.leadership_profile .success_ratings {
    background: #ffffff;
    grid-template-columns: 1fr;
    gap: 2.5rem;
    padding: 3rem;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), 
                box-shadow 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
    display: grid;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08), 
                0 30px 60px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateX(2deg);
}.leadership_profile .success_ratings:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12), 
                0 40px 80px rgba(0, 0, 0, 0.08);
    transform: perspective(1000px) rotateX(0deg);
}.leadership_profile .success_ratings > div:first-child {
    position: relative;
    overflow: hidden;
}.leadership_profile .portrait_image {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
    transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
    transform: scale(1.05);
    width: 100%;
    height: 300px;
}.leadership_profile .success_ratings:hover .portrait_image {
    transform: scale(1);
}.leadership_profile .success_ratings > div:nth-child(2) {
    flex-direction: column;
    position: relative;
    gap: 0.5rem;
    display: flex;
    padding-left: 2rem;
}.leadership_profile .success_ratings > div:nth-child(2)::before {
    height: 70%;
    background: linear-gradient(to bottom, rgb(209,183,210), rgb(175,121,176));
    top: 50%;
    position: absolute;
    width: 4px;
    content: "";
    left: 0;
    transform: translateY(-50%);
}.leadership_profile .name {
    position: relative;
    font-weight: 700;
    color: #000000;
    margin: 0;
    display: inline-block;
    font-size: 22px;
}.leadership_profile .name::after {
    transition: width 0.4s ease-out;
    background: rgb(209,183,210);
    content: "";
    width: 0;
    position: absolute;
    bottom: -5px;
    left: 0;
    height: 2px;
}.leadership_profile .success_ratings:hover .name::after {
    width: 100%;
}.leadership_profile .success_ratings > div:nth-child(2) > div {
    font-weight: 600;
    color: rgb(175,121,176);
    letter-spacing: 0.5px;
    opacity: 0.9;
    font-size: calc(13px - 2px);
}.leadership_profile .success_ratings > div:nth-child(3) {
    position: relative;
}.leadership_profile .emp_exp {
    padding: 1.5rem;
    line-height: 1.7;
    color: #000000;
    position: relative;
    background: linear-gradient(to right, rgba(rgb(238,229,238), 0.05), rgba(rgb(238,229,238), 0.02));
    border-left: 3px solid rgb(209,183,210,0.5);
    margin: 0;
    font-size: 13px;
}.leadership_profile .emp_exp::before {
    color: rgb(209,183,210,0.5);
    opacity: 0.2;
    left: 0.5rem;
    content: "";
    font-size: 5rem;
    font-family: serif;
    position: absolute;
    top: -0.5rem;
    line-height: 1;
}

@media (min-width: 768px) {.leadership_profile {
    padding: 8rem 3rem;
}.leadership_profile .success_ratings {
    grid-template-columns: minmax(200px, 300px) 1fr;
    padding: 4rem;
    grid-template-rows: auto 1fr;
    gap: 3rem 4rem;
}.leadership_profile .success_ratings > div:first-child {
    grid-row: span 2;
}.leadership_profile .portrait_image {
    height: 100%;
}.leadership_profile .success_ratings > div:nth-child(2) {
    padding-left: 3rem;
}.leadership_profile .emp_exp {
    font-size: calc(13px + 1px);
    padding: 2rem;
}
}

@media (min-width: 1024px) {.leadership_profile {
    padding: 10rem 4rem;
}.leadership_profile .success_ratings {
    padding: 5rem;
    grid-template-columns: minmax(300px, 400px) 1fr;
    gap: 4rem 5rem;
}.leadership_profile .name {
    font-size: calc(22px + 2px);
}.leadership_profile .success_ratings > div:nth-child(2) > div {
    font-size: 13px;
}.leadership_profile .emp_exp {
    line-height: 1.8;
}.leadership_profile .success_ratings::after {
    top: 0;
    position: absolute;
    background: linear-gradient(135deg, transparent 50%, rgb(209,183,210,0.5) 50%);
    opacity: 0.1;
    transition: opacity 0.3s ease;
    height: 150px;
    content: "";
    width: 150px;
    right: 0;
}.leadership_profile .success_ratings:hover::after {
    opacity: 0.2;
}
}

@media (max-width: 767px) {.leadership_profile {
    padding: 4rem 1.5rem;
}.leadership_profile .success_ratings {
    padding: 2rem;
    gap: 2rem;
}.leadership_profile .portrait_image {
    height: 250px;
}.leadership_profile .name {
    font-size: calc(22px - 1px);
}.leadership_profile .success_ratings > div:nth-child(2) > div {
    font-size: calc(13px - 3px);
}.leadership_profile .emp_exp {
    padding: 1rem;
    font-size: calc(13px - 1px);
}}.prospective_members {
    background-color: #edf0f8;
    overflow: hidden;
    padding: 100px 0;
    position: relative;
}.prospective_members::before {
    left: 0;
    height: 100%;
    content: '';
    background: 
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 10px,
            rgba(228, 232, 243, 0.8) 10px,
            rgba(228, 232, 243, 0.8) 11px
        ),
        repeating-linear-gradient(
            90deg,
            transparent,
            transparent 10px,
            rgba(228, 232, 243, 0.8) 10px,
            rgba(228, 232, 243, 0.8) 11px
        );
    opacity: 0.4;
    width: 100%;
    top: 0;
    position: absolute;
    z-index: 1;
}.prospective_members .study_experts {
    max-width: 1200px;
    text-align: center;
    position: relative;
    z-index: 10;
    margin: 0 auto;
    padding: 0 30px;
}.prospective_members h3 {
    position: relative;
    font-weight: 700;
    border-radius: 15px;
    color: #000000;
    padding: 20px 40px;
    margin-bottom: 60px;
    background-color: #edf0f8;
    font-size: 30px;
    display: inline-block;
    box-shadow: 
        10px 10px 20px rgba(166, 180, 208, 0.7),
        -10px -10px 20px rgba(255, 255, 255, 0.8);
}.prospective_members h3::after {
    position: absolute;
    left: 50%;
    content: '';
    transform: translateX(-50%);
    border-radius: 10px;
    width: 60px;
    bottom: -15px;
    background: linear-gradient(90deg, rgb(209,183,210), rgb(175,121,176));
    height: 5px;
}.prospective_members ul {
    margin: 0;
    flex-wrap: wrap;
    gap: 35px;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
}.prospective_members ul li {
    position: relative;
    align-items: flex-start;
    background-color: #edf0f8;
    display: flex;
    gap: 20px;
    transition: all 0.4s ease;
    box-shadow: 
        10px 10px 20px rgba(166, 180, 208, 0.5),
        -10px -10px 20px rgba(255, 255, 255, 0.8);
    border-radius: 20px;
    min-width: 280px;
    padding: 35px 30px;
    width: calc(33.333% - 24px);
    text-align: left;
}.prospective_members ul li:hover {
    box-shadow: 
        inset 5px 5px 10px rgba(166, 180, 208, 0.4),
        inset -5px -5px 10px rgba(255, 255, 255, 0.8);
    transform: translateY(-5px);
}.prospective_members ul li::before {
    background: linear-gradient(135deg, rgb(209,183,210), rgb(175,121,176));
    right: 15px;
    height: 12px;
    border-radius: 50%;
    transition: opacity 0.3s ease;
    position: absolute;
    width: 12px;
    top: 15px;
    content: '';
    opacity: 0.5;
}.prospective_members ul li:hover::before {
    opacity: 1;
}.prospective_members ul li svg {
    width: 50px;
    flex-shrink: 0;
    transition: all 0.4s ease;
    border-radius: 12px;
    box-shadow: 
        5px 5px 10px rgba(166, 180, 208, 0.5),
        -5px -5px 10px rgba(255, 255, 255, 0.8);
    background: linear-gradient(135deg, #edf0f8, #e2e6f3);
    height: 50px;
    padding: 10px;
}.prospective_members ul li:hover svg {
    box-shadow: 
        inset 3px 3px 6px rgba(166, 180, 208, 0.4),
        inset -3px -3px 6px rgba(255, 255, 255, 0.8);
    transform: scale(1.05);
}.prospective_members ul li svg path {
    fill: rgb(209,183,210);
    transition: fill 0.4s ease;
}.prospective_members ul li:hover svg path {
    fill: rgb(175,121,176);
}@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.prospective_members ul li {
    opacity: 0;
    animation: fadeInUp 0.6s ease forwards;
}.prospective_members ul li:nth-child(1) {
    animation-delay: 0.1s;
}.prospective_members ul li:nth-child(2) {
    animation-delay: 0.2s;
}.prospective_members ul li:nth-child(3) {
    animation-delay: 0.3s;
}.prospective_members ul li:nth-child(4) {
    animation-delay: 0.4s;
}.prospective_members ul li:nth-child(5) {
    animation-delay: 0.5s;
}.prospective_members ul li:nth-child(6) {
    animation-delay: 0.6s;
}

@media (max-width: 992px) {.prospective_members {
    padding: 80px 0;
}.prospective_members h3 {
    margin-bottom: 50px;
    padding: 15px 30px;
}.prospective_members ul {
    gap: 25px;
}.prospective_members ul li {
    width: calc(50% - 13px);
    padding: 30px 25px;
}
}

@media (max-width: 768px) {.prospective_members ul li {
    width: 100%;
    max-width: 400px;
}
}

@media (max-width: 576px) {.prospective_members {
    padding: 60px 0;
}.prospective_members h3 {
    padding: 15px 20px;
    font-size: calc(30px * 0.85);
    margin-bottom: 40px;
}.prospective_members ul li {
    gap: 15px;
    padding: 25px 20px;
}.prospective_members ul li svg {
    padding: 8px;
    width: 40px;
    height: 40px;
}
}

@media (prefers-reduced-motion: reduce) {.prospective_members ul li {
    animation: none;
    opacity: 1;
}.prospective_members ul li:hover {
    transform: none;
}}.newsletter_signup {
    background: linear-gradient(135deg, rgb(175,121,176,0.5), rgb(209,183,210));
    z-index: 1;
    padding: 5rem 2rem;
    position: relative;
    overflow: hidden;
}.newsletter_signup::before {
    z-index: -1;
    background: rgb(209,183,210,0.5);
    animation: float 15s ease-in-out infinite;
    position: absolute;
    content: "";
    top: -5%;
    width: 40%;
    height: 40%;
    right: -5%;
    transform: rotate(-15deg) translateZ(0);
    filter: blur(25px);
}.newsletter_signup::after {
    bottom: -5%;
    z-index: -1;
    height: 30%;
    filter: blur(20px);
    animation: float 18s ease-in-out infinite reverse;
    position: absolute;
    content: "";
    background: rgb(175,121,176,0.5);
    transform: rotate(15deg) translateZ(0);
    left: -5%;
    width: 30%;
}.newsletter_signup .container {
    max-width: 1200px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
}.newsletter_signup .study_experts {
    border-left: 3px solid rgb(209,183,210);
    padding: 3rem;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 1px 0 rgba(255, 255, 255, 0.1) inset;
    border-bottom: 3px solid rgb(209,183,210);
    transform: perspective(1000px) rotateX(2deg) translateZ(0);
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.08);
}.newsletter_signup .study_experts:hover {
    transform: perspective(1000px) rotateX(0deg) translateZ(0) scale(1.01);
}.newsletter_signup h4 {
    letter-spacing: 0.5px;
    transform: translateZ(0);
    padding-left: 1.5rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    color: #ffffff;
    font-family: Arial, sans-serif;
    line-height: 1.4;
    position: relative;
    font-weight: 700;
    margin-bottom: 2rem;
    font-size: 21px;
}.newsletter_signup h4::before {
    background: linear-gradient(to bottom, rgb(209,183,210), rgb(175,121,176));
    transform-origin: top;
    bottom: 0.5rem;
    position: absolute;
    animation: scaleIn 0.6s 0.2s cubic-bezier(0.43, 0.13, 0.23, 0.96) forwards;
    top: 0.5rem;
    transform: scaleY(0);
    left: 0;
    content: "";
    width: 5px;
}.newsletter_signup .input_holder {
    position: relative;
    animation: slideUp 0.6s 0.4s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    display: flex;
    transform: translateY(10px);
    opacity: 0;
    flex-wrap: wrap;
    gap: 1rem;
}.newsletter_signup .input_holder span {
    min-width: 200px;
    overflow: hidden;
    flex: 1;
    position: relative;
}.newsletter_signup .input_holder input[type="email"] {
    padding: 1rem 1.5rem;
    border: none;
    transition: all 0.3s;
    font-size: 16px;
    width: 100%;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.9);
    font-family: Arial, sans-serif;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    color: #000000;
}.newsletter_signup .input_holder input[type="email"]:focus {
    background: #ffffff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15), 0 0 0 3px rgba(var(--primary-color-rgb), 0.1);
    outline: none;
    transform: translateY(-2px);
}.newsletter_signup .input_holder input[type="email"]::placeholder {
    transition: opacity 0.3s;
    color: rgba(var(--dark-color-rgb), 0.6);
}.newsletter_signup .input_holder input[type="email"]:focus::placeholder {
    opacity: 0.5;
}.newsletter_signup .input_holder .updates_header {
    padding: 1rem 1.5rem;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
    transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    overflow: hidden;
    border-radius: 10px;
    font-family: Arial, sans-serif;
    letter-spacing: 1px;
    font-size: 16px;
    cursor: pointer;
    font-weight: 600;
    color: #ffffff;
    background: linear-gradient(135deg, rgb(209,183,210), rgb(175,121,176));
    text-transform: uppercase;
    position: relative;
    border: none;
    width: 100%;
}.newsletter_signup .input_holder .updates_header::before {
    left: 0;
    content: "";
    transition: transform 0.6s;
    top: 0;
    height: 100%;
    position: absolute;
    transform: translateX(-100%);
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    width: 100%;
}.newsletter_signup .input_holder .updates_header:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}.newsletter_signup .input_holder .updates_header:hover::before {
    transform: translateX(100%);
}.newsletter_signup .input_holder .updates_header:active {
    transform: translateY(-1px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

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

@keyframes scaleIn {
    from {
        transform: scaleY(0);
    }
    to {
        transform: scaleY(1);
    }
}

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

@media (max-width: 992px) {.newsletter_signup {
    padding: 4rem 1.5rem;
}.newsletter_signup .study_experts {
    padding: 2.5rem;
}.newsletter_signup h4 {
    font-size: calc(16px + 2px);
}
}

@media (max-width: 768px) {.newsletter_signup {
    padding: 3rem 1rem;
}.newsletter_signup .study_experts {
    transform: perspective(1000px) rotateX(1deg) translateZ(0);
    padding: 2rem;
}.newsletter_signup h4 {
    padding-left: 1rem;
    margin-bottom: 1.5rem;
}.newsletter_signup .input_holder {
    gap: 0.8rem;
}.newsletter_signup .input_holder span {
    flex: 1 0 100%;
}.newsletter_signup .input_holder input[type="email"] {
    padding: 0.9rem 1.2rem;
}.newsletter_signup .input_holder .updates_header {
    padding: 0.9rem 1.2rem;
}
}

@media (max-width: 576px) {.newsletter_signup {
    padding: 2.5rem 0.8rem;
}.newsletter_signup .study_experts {
    padding: 1.5rem;
    transform: none;
}.newsletter_signup h4 {
    padding-left: 0.8rem;
    margin-bottom: 1.2rem;
    font-size: calc(16px + 2px);
}.newsletter_signup .input_holder {
    gap: 0.6rem;
}.newsletter_signup .input_holder input[type="email"],
    .newsletter_signup .input_holder .updates_header {
    padding: 0.8rem 1rem;
}}header {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    z-index: 100;
    position: relative;
    margin-top: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding: 0;
    background: rgb(238,229,238);
}header::before {
    pointer-events: none;
    content: '';
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    background: linear-gradient(90deg, 
        transparent 0%,
        rgba(rgb(209,183,210), 0.03) 25%, 
        rgba(rgb(209,183,210), 0.05) 50%,
        rgba(rgb(209,183,210), 0.03) 75%,
        transparent 100%
    );
    left: 0;
}header .head_info {
    z-index: 2;
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
    padding: 1.2rem 2rem;
}header .main_top {
    position: relative;
    margin-right: 2rem;
    max-width: 180px;
    flex: 0 0 auto;
}header .top_nav {
    display: block;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
}header .top_nav:hover {
    transform: translateY(-3px);
}header .top_nav img {
    filter: brightness(1.03);
    height: auto;
    max-width: 100%;
    display: block;
}header .top_nav::before {
    left: 0;
    content: '';
    position: absolute;
    transform: scaleX(0.7);
    width: 100%;
    background: rgb(209,183,210);
    transition: all 0.3s ease;
    height: 10px;
    border-radius: 10px;
    bottom: -15px;
    opacity: 0;
}header .top_nav:hover::before {
    opacity: 0.7;
    transform: scaleX(1);
}header .nav_start {
    padding: 0;
    display: flex;
    list-style: none;
    position: relative;
    flex-wrap: nowrap;
    margin: 0;
}header .nav_start::after {
    position: absolute;
    height: 1px;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(209,183,210,0.5), 
        transparent
    );
    width: 100%;
    left: 0;
    content: '';
    bottom: -15px;
}header .head_section {
    position: relative;
    margin: 0;
}header .head_section a {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 1rem 1.2rem;
    font-weight: 600;
    text-decoration: none;
    color: #000000;
    font-size: 16px;
    transition: all 0.3s ease;
}header .head_section a::before {
    bottom: 0;
    background: rgb(209,183,210);
    content: '';
    transform: translateX(-100%);
    position: absolute;
    height: 3px;
    transition: transform 0.3s ease;
    width: 100%;
    left: 0;
}header .head_section a:hover {
    color: rgb(209,183,210);
}header .head_section a:hover::before {
    transform: translateX(0);
}header .head_section a::after {
    background: rgb(209,183,210,0.5);
    left: 0;
    transition: all 0.3s ease;
    z-index: -1;
    position: absolute;
    opacity: 0;
    content: '';
    transform: scale(0.8);
    height: 100%;
    width: 100%;
    top: 0;
    border-radius: 10px;
    pointer-events: none;
}header .head_section a:hover::after {
    transform: scale(1);
    opacity: 0.15;
}header .head_info::before {
    z-index: -1;
    background: linear-gradient(-90deg, rgb(238,229,238), transparent);
    width: 30%;
    top: 0;
    right: 0;
    position: absolute;
    content: '';
    height: 100%;
}header .head_info::after {
    z-index: -1;
    background: linear-gradient(90deg, rgb(238,229,238), transparent);
    top: 0;
    content: '';
    height: 100%;
    position: absolute;
    left: 0;
    width: 30%;
}header .head_master {
    z-index: 1;
    position: relative;
    padding-top: 2rem;
    background: #ffffff;
}

@media (min-width: 1400px) {header .head_info {
    max-width: 1300px;
    margin: 0 auto;
}header .head_section a {
    padding: 1rem 1.5rem;
}
}

@media (max-width: 991px) {header .head_info {
    padding: 1rem;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}header .main_top {
    margin-bottom: 0;
    margin-right: 0;
}header .nav_start {
    flex-basis: 100%;
    margin-top: 0;
    padding-top: 1rem;
    justify-content: flex-end;
    flex-wrap: wrap;
}header .head_section {
    margin-bottom: 0.5rem;
}header .head_section a {
    font-size: calc(16px - 1px);
    padding: 0.7rem 1rem;
}
}

@media (max-width: 767px) {header {
    margin-top: 0;
}header .head_info {
    padding: 1rem 1.5rem;
}header .main_top {
    max-width: 150px;
    flex: 0 0 auto;
}header .nav_start {
    padding-bottom: 0.5rem;
    scrollbar-width: thin;
    margin-top: 0.5rem;
    overflow-x: auto;
    padding: 0.5rem 0;
    justify-content: flex-start;
    -webkit-overflow-scrolling: touch;
    flex-wrap: nowrap;
}header .nav_start::-webkit-scrollbar {
    height: 3px;
}header .nav_start::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(209,183,210,0.5);
}header .head_section {
    flex: 0 0 auto;
}header .head_section a {
    white-space: nowrap;
    font-size: calc(16px - 2px);
    padding: 0.6rem 0.8rem;
}header .nav_start::after {
    bottom: 0;
}header .top_nav::before {
    display: none;
}}footer {
    width: 100%;
    position: relative;
}.hackathon {
    color: #000000;
    padding: 80px 0 30px;
    position: relative;
    background-color: #ffffff;
    font-family: Arial, sans-serif;
}.hackathon::before {
    content: "";
    bottom: 0;
    left: 0;
    position: absolute;
    background-image: repeating-linear-gradient(
        to right,
        rgb(209,183,210),
        rgb(209,183,210) 10px,
        transparent 10px,
        transparent 20px
    );
    height: 1px;
    width: 100%;
}footer .student_aid {
    position: relative;
    z-index: 1;
}footer .connect_team {
    justify-content: space-between;
    display: flex;
    overflow: hidden;
    position: relative;
    height: 100px;
    flex-wrap: wrap;
    margin-bottom: 70px;
}footer .info_item {
    background-color: rgb(175,121,176);
    align-items: center;
    min-width: 250px;
    display: flex;
    padding: 0 25px;
    height: 100px;
    cursor: pointer;
    margin-right: 1px;
    overflow: hidden;
    transition: all 0.5s ease;
    position: relative;
    flex: 1;
}footer .info_item:last-child {
    margin-right: 0;
}footer .info_item:hover {
    background-color: rgb(209,183,210);
    flex: 1.5;
}footer .info_item::after {
    background-color: rgba(255, 255, 255, 0.1);
    position: absolute;
    top: 0;
    content: "";
    height: 100%;
    width: 1px;
    right: 0;
}footer .info_item:last-child::after {
    display: none;
}footer .info_item svg {
    margin-right: 15px;
    height: 24px;
    z-index: 2;
    position: relative;
    fill: #ffffff;
    width: 24px;
    flex-shrink: 0;
}footer .info_item p,
footer .info_item a {
    text-decoration: none;
    position: relative;
    overflow: hidden;
    z-index: 2;
    color: #ffffff;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    max-width: 100%;
}footer .info_item::before {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 100%);
    opacity: 0;
    top: 0;
    left: 0;
    transition: opacity 0.5s ease;
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
}footer .info_item:hover::before {
    opacity: 1;
}footer .text_main_holder {
    padding: 0 20px;
    -ms-overflow-style: none;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    display: flex;
    gap: 0;
    flex-wrap: nowrap;
    margin: 0 -20px;
}footer .text_main_holder::-webkit-scrollbar {
    display: none;
}footer .main_top, footer .nav_start, footer .subscribe_holder {
    min-width: 280px;
    border-radius: 17px;
    max-width: 500px;
    height: 450px;
    transition: all 0.4s ease;
    padding: 30px;
    position: relative;
    margin-right: 30px;
    flex: 0 0 100%;
    scroll-snap-align: start;
}footer .main_top {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background-color: rgb(238,229,238);
    justify-content: center;
}footer .main_top svg {
    margin-bottom: 30px;
    height: 50px;
    width: auto;
}footer .search_foot {
    font-size: 16px;
    max-width: 300px;
    color: #000000;
    line-height: 1.6;
}footer .nav_start {
    flex-direction: column;
    display: flex;
    background-color: rgb(175,121,176);
    color: #ffffff;
    justify-content: center;
    position: relative;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(175,121,176,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(209,183,210,0.5) 0%, transparent 40%);
    overflow: hidden;
}footer .nav_start::after {
    bottom: 0;
    top: 0;
    opacity: 0.3;
    content: "";
    right: 0;
    background-size: 30px 30px;
    position: absolute;
    left: 0;
    background-image: 
        linear-gradient(45deg, transparent 92%, rgba(255, 255, 255, 0.05) 93%, transparent 94%),
        linear-gradient(135deg, transparent 92%, rgba(255, 255, 255, 0.05) 93%, transparent 94%);
    pointer-events: none;
}footer .nav_start h5 {
    position: relative;
    font-size: 18px;
    display: inline-block;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    color: #ffffff;
}footer .nav_start h5::after {
    height: 2px;
    width: 30px;
    position: absolute;
    bottom: -10px;
    content: "";
    left: 0;
    background-color: rgb(209,183,210);
}footer .main_tutor {
    max-height: 280px;
    height: auto;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
}footer .main_tutor a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    font-size: 14px;
    display: block;
    transition: all 0.3s ease;
}footer .main_tutor a:hover {
    border-bottom-color: rgb(209,183,210);
    padding-left: 10px;
    color: #ffffff;
}footer .subscribe_holder {
    color: #ffffff;
    justify-content: center;
    flex-direction: column;
    display: flex;
    background-color: rgb(209,183,210);
}footer .subscribe_holder h5 {
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
    font-size: 18px;
}footer .subscribe_holder p {
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 1.6;
}footer .input_holder {
    display: flex;
    gap: 15px;
    flex-direction: column;
}footer .input_holder input[type="email"] {
    border: none;
    background-color: rgba(255, 255, 255, 0.1);
    font-size: 14px;
    padding: 15px;
    transition: all 0.3s ease;
    color: #ffffff;
    border-radius: 10px;
}footer .input_holder input[type="email"]:focus {
    outline: none;
    background-color: rgba(255, 255, 255, 0.2);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}footer .updates_header {
    font-weight: 600;
    background-color: rgb(175,121,176);
    transition: all 0.3s ease;
    padding: 15px;
    border-radius: 10px;
    color: #ffffff;
    cursor: pointer;
    border: none;
    font-size: 18px;
    text-align: center;
}footer .updates_header:hover {
    background-color: rgb(175,121,176,0.5);
}footer .chrome_ext {
    margin-top: 40px;
    position: relative;
    padding-top: 20px;
}footer .chrome_ext::before {
    background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.5), transparent);
    content: "";
    left: 20%;
    right: 20%;
    position: absolute;
    top: 0;
    height: 1px;
}footer .facebook_cta {
    font-size: 16px;
    color: #000000;
    text-align: center;
}

@media (min-width: 992px) {footer .text_main_holder {
    flex-wrap: wrap;
    gap: 30px;
    margin: 0;
    scroll-snap-type: none;
    overflow-x: visible;
    padding: 0;
}footer .main_top, footer .nav_start, footer .subscribe_holder {
    height: 500px;
    min-width: 0;
    flex: 1;
    margin-right: 0;
}
}

@media (max-width: 991px) {footer .info_item {
    min-width: 200px;
}footer .main_top::before,
    footer .nav_start::before,
    footer .subscribe_holder::before {
    font-size: 3rem;
}
}

@media (max-width: 767px) {footer .hackathon {
    padding: 60px 0 30px;
}footer .connect_team {
    margin-bottom: 40px;
    flex-direction: column;
    height: auto;
}footer .info_item {
    margin-right: 0;
    margin-bottom: 1px;
    width: 100%;
}footer .info_item:hover {
    padding-left: 35px;
    flex: 1;
}footer .main_top, footer .nav_start, footer .subscribe_holder {
    height: auto;
    padding: 25px 20px;
    min-height: 350px;
}
}

@media (max-width: 576px) {footer .hackathon {
    padding: 50px 0 20px;
}footer .main_top::before,
    footer .nav_start::before,
    footer .subscribe_holder::before {
    font-size: 2rem;
    top: 15px;
    left: 15px;
}footer .main_tutor {
    height: auto;
    max-height: 220px;
}footer .main_top, footer .nav_start, footer .subscribe_holder {
    padding: 20px 15px;
    min-height: 300px;
}footer .nav_start h5, footer .subscribe_holder h5 {
    margin-bottom: 15px;
    font-size: calc(18px - 2px);
}footer .subscribe_holder p {
    margin-bottom: 20px;
}footer .input_holder input[type="email"],
    footer .updates_header {
    padding: 12px;
}}.connect_with_us {
    overflow: hidden;
    position: relative;
    padding: 120px 0 80px;
    background: linear-gradient(135deg, rgb(238,229,238) 0%, rgb(209,183,210,0.5) 100%);
}.connect_with_us::before {
    background: linear-gradient(45deg, 
        rgb(209,183,210,0.5) 25%, 
        transparent 25%, 
        transparent 50%, 
        rgb(209,183,210,0.5) 50%, 
        rgb(209,183,210,0.5) 75%, 
        transparent 75%, 
        transparent);
    width: 100%;
    opacity: 0.05;
    content: "";
    animation: gradientMove 20s linear infinite;
    left: 0;
    top: 0;
    height: 100%;
    background-size: 60px 60px;
    position: absolute;
}@keyframes gradientMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 60px 60px;
    }
}

.connect_with_us .container {
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
    position: relative;
}.connect_with_us h2 {
    margin-bottom: 60px;
    color: rgb(209,183,210);
    letter-spacing: 2px;
    font-size: 38px;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    text-align: center;
    font-family: Arial, sans-serif;
}.connect_with_us h2::after {
    transform: translateX(-50%);
    height: 4px;
    width: 60px;
    background: rgb(209,183,210);
    left: 50%;
    position: absolute;
    bottom: -15px;
    content: "";
}.connect_with_us .inquiry_links {
    border-radius: 21px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    position: relative;
    max-width: 1000px;
    overflow: hidden;
    grid-template-columns: 1fr 1fr;
    margin: 0 auto;
    display: grid;
    gap: 0;
}.connect_with_us .portrait_image {
    order: 2;
    position: relative;
    min-height: 600px;
    height: 100%;
}.connect_with_us .support_list {
    padding: 60px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    background: #ffffff;
    position: relative;
    order: 1;
}.connect_with_us .support_list::before {
    background: linear-gradient(to bottom, rgb(209,183,210), rgb(175,121,176));
    position: absolute;
    right: 0;
    content: "";
    width: 10px;
    top: 0;
    height: 100%;
}.connect_with_us form {
    position: relative;
    width: 100%;
}.connect_with_us form h3 {
    color: #000000;
    font-weight: 700;
    font-family: Arial, sans-serif;
    font-size: 21px;
    border-bottom: 2px solid rgb(175,121,176,0.5);
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 40px;
}.connect_with_us form input[type="text"] {
    color: #000000;
    transition: all 0.3s ease;
    border: none;
    background: rgb(238,229,238);
    font-size: 18px;
    position: relative;
    margin-bottom: 25px;
    width: 100%;
    font-family: Arial, sans-serif;
    padding: 16px 20px 16px 50px;
    border-radius: 10px;
}.connect_with_us form input[type="text"]:focus {
    outline: none;
    background: #ffffff;
    box-shadow: 0 0 0 2px rgb(209,183,210);
}.connect_with_us form input[type="text"]::placeholder {
    color: rgba(0, 0, 0, 0.4);
}.connect_with_us form input#name {
    position: relative;
}.connect_with_us form input#name::before {
    left: 20px;
    top: 50%;
    height: 20px;
    border-radius: 50%;
    content: "";
    width: 20px;
    background: rgb(209,183,210);
    transform: translateY(-50%);
    position: absolute;
}.connect_with_us .connect_links {
    display: flex;
    margin-bottom: 30px;
    align-items: flex-start;
}.connect_with_us .connect_links input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.connect_with_us .connect_links label {
    font-size: 15px;
    padding-left: 35px;
    cursor: pointer;
    position: relative;
    line-height: 1.5;
    color: #000000;
}.connect_with_us .connect_links label::before {
    content: "";
    border-radius: 10px;
    position: absolute;
    width: 24px;
    height: 24px;
    transition: all 0.3s ease;
    top: 0;
    background: rgb(238,229,238);
    left: 0;
}.connect_with_us .connect_links input[type="checkbox"]:checked + label::before {
    background: rgb(209,183,210);
}.connect_with_us .connect_links input[type="checkbox"]:checked + label::after {
    left: 8px;
    border-bottom: 2px solid #ffffff;
    content: "";
    border-right: 2px solid #ffffff;
    transform: rotate(45deg);
    position: absolute;
    top: 4px;
    height: 14px;
    width: 8px;
}.connect_with_us .connect_links label a {
    position: relative;
    text-decoration: none;
    font-weight: 600;
    color: rgb(209,183,210);
    transition: all 0.3s ease;
}.connect_with_us .connect_links label a::after {
    left: 0;
    content: "";
    bottom: -2px;
    height: 1px;
    transition: width 0.3s ease;
    width: 0;
    background: rgb(209,183,210);
    position: absolute;
}.connect_with_us .connect_links label a:hover::after {
    width: 100%;
}.connect_with_us form .query_card {
    cursor: pointer;
    background: rgb(209,183,210);
    text-transform: uppercase;
    color: #ffffff;
    border: none;
    font-size: 17px;
    padding: 16px 40px;
    position: relative;
    display: inline-block;
    overflow: hidden;
    font-weight: 700;
    letter-spacing: 1px;
    border-radius: 50px;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    z-index: 1;
}.connect_with_us form .query_card::before {
    position: absolute;
    height: 100%;
    width: 0;
    background: rgb(175,121,176);
    transition: width 0.3s ease;
    left: 0;
    content: "";
    z-index: -1;
    top: 0;
}.connect_with_us form .query_card:hover::before {
    width: 100%;
}.connect_with_us form .query_card:hover {
    box-shadow: 0 10px 20px -10px rgb(209,183,210);
    transform: translateY(-3px);
}.connect_with_us svg {
    fill: rgb(209,183,210);
    top: 50%;
    left: 20px;
    height: 20px;
    position: absolute;
    transform: translateY(-50%);
    width: 20px;
}.connect_with_us svg path {
    transition: fill 0.3s ease;
    fill: rgb(209,183,210);
}.connect_with_us form #name,
.connect_with_us form #phone {
    position: relative;
}

@media screen and (max-width: 1024px) {.connect_with_us .inquiry_links {
    max-width: 800px;
}.connect_with_us .support_list {
    padding: 40px;
}
}

@media screen and (max-width: 768px) {.connect_with_us {
    padding: 80px 0 60px;
}.connect_with_us .inquiry_links {
    grid-template-columns: 1fr;
}.connect_with_us .portrait_image {
    clip-path: none;
    min-height: 300px;
    order: 1;
}.connect_with_us .support_list {
    order: 2;
    padding: 40px 30px;
}.connect_with_us .support_list::before {
    height: 6px;
    right: 0;
    background: linear-gradient(to right, rgb(209,183,210), rgb(175,121,176));
    width: 100%;
    top: 0;
}.connect_with_us h2 {
    margin-bottom: 40px;
}
}

@media screen and (max-width: 480px) {.connect_with_us {
    padding: 60px 0 40px;
}.connect_with_us h2 {
    font-size: calc(38px * 0.8);
    margin-bottom: 30px;
}.connect_with_us .portrait_image {
    min-height: 200px;
}.connect_with_us .support_list {
    padding: 30px 20px;
}.connect_with_us form h3 {
    margin-bottom: 30px;
    font-size: calc(21px * 0.9);
}.connect_with_us form .query_card {
    width: 100%;
    padding: 14px 20px;
}}.pricing_frame {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}.pricing_frame::before {
    width: 100%;
    left: 0;
    z-index: 1;
    position: absolute;
    content: "";
    top: 0;
    height: 100%;
    background: linear-gradient(135deg, rgba(18, 36, 66, 0.92), rgba(39, 55, 89, 0.85));
}.pricing_frame .container {
    margin: 0 auto;
    z-index: 2;
    max-width: 1320px;
    padding: 0 15px;
    position: relative;
}.program_rate {
    position: relative;
}.pricing_frame h2 {
    font-weight: 700;
    color: #ffffff;
    font-size: 29px;
    transform: translateY(0);
    position: relative;
    margin-bottom: 20px;
    text-align: center;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}.pricing_frame h2::after {
    background: rgb(209,183,210);
    bottom: -12px;
    transform: translateX(-50%);
    height: 3px;
    left: 50%;
    content: "";
    width: 80px;
    position: absolute;
}.pricing_frame .pricing_card {
    margin: 0 auto 50px;
    line-height: 1.6;
    max-width: 760px;
    color: #ffffff;
    font-size: 18px;
    opacity: 0.9;
    text-align: center;
}.pricing_frame .learn_offers {
    margin: 0;
    list-style: none;
    gap: 30px;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.pricing_frame .deal_grid {
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    overflow: hidden;
    text-decoration: none;
    display: block;
    position: relative;
    height: 100%;
}.pricing_frame .study_costs {
    flex-direction: column;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03));
    padding: 30px;
    justify-content: space-between;
    min-height: 380px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    height: 100%;
    display: flex;
    backdrop-filter: blur(10px);
    height: 100%;
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    transition: all 0.4s ease;
}.pricing_frame .study_costs::before {
    top: 0;
    content: "";
    transition: opacity 0.5s ease;
    left: 0;
    background: linear-gradient(to bottom right, 
        rgb(209,183,210,0.5), 
        transparent,
        rgba(255, 255, 255, 0.05));
    opacity: 0;
    height: 100%;
    position: absolute;
    width: 100%;
}.pricing_frame .learning_package {
    display: flex;
    height: 100%;
    flex-direction: column;
    position: relative;
    z-index: 2;
}.pricing_frame .deal_grid h4 {
    font-size: 22px;
    padding-bottom: 15px;
    color: #ffffff;
    transition: transform 0.4s ease;
    position: relative;
    font-weight: 600;
    margin-bottom: 20px;
}.pricing_frame .deal_grid h4::after {
    background: rgb(209,183,210);
    left: 0;
    height: 2px;
    width: 40px;
    content: "";
    bottom: 0;
    transition: width 0.4s ease;
    position: absolute;
}.pricing_frame .deal_grid p {
    margin-bottom: 25px;
    color: #ffffff;
    white-space: normal;
    font-size: 15px;
    line-height: 1.7;
    flex-grow: 1;
    overflow-wrap: break-word;
    opacity: 0.85;
    word-break: break-word;
}.pricing_frame .discount_grid {
    margin-top: auto;
    padding: 10px 20px;
    background: linear-gradient(135deg, rgb(209,183,210), rgb(175,121,176));
    align-self: flex-start;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    font-size: 28px;
    display: inline-block;
    position: relative;
    font-weight: 700;
    color: #ffffff;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}.pricing_frame .discount_grid::before {
    left: 0;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transform: translateX(-100%);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    content: "";
    transition: transform 0.6s ease;
}.pricing_frame .deal_grid:hover {
    transform: translateY(-10px);
}.pricing_frame .deal_grid:hover .study_costs {
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.25);
}.pricing_frame .deal_grid:hover .study_costs::before {
    opacity: 1;
}.pricing_frame .deal_grid:hover h4 {
    transform: translateX(5px);
}.pricing_frame .deal_grid:hover h4::after {
    width: 60px;
}.pricing_frame .deal_grid:hover .discount_grid {
    transform: scale(1.05);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}.pricing_frame .deal_grid:hover .discount_grid::before {
    transform: translateX(100%);
}

@media (max-width: 1200px) {.pricing_frame {
    padding: 100px 0;
}.pricing_frame .learn_offers {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
}.pricing_frame .study_costs {
    min-height: 360px;
    padding: 25px;
}.pricing_frame h2 {
    font-size: calc(29px - 2px);
}
}

@media (max-width: 992px) {.pricing_frame {
    padding: 80px 0;
}.pricing_frame .learn_offers {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 20px;
}.pricing_frame .study_costs {
    padding: 22px;
    min-height: 340px;
}.pricing_frame .deal_grid h4 {
    font-size: 20px;
}.pricing_frame .deal_grid p {
    font-size: 14px;
    line-height: 1.6;
}.pricing_frame .discount_grid {
    padding: 8px 16px;
    font-size: 24px;
}
}

@media (max-width: 768px) {.pricing_frame {
    padding: 60px 0;
}.pricing_frame .learn_offers {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
}.pricing_frame .study_costs {
    padding: 25px;
    min-height: auto;
}.pricing_frame h2 {
    font-size: calc(29px - 4px);
}.pricing_frame .pricing_card {
    font-size: 16px;
    margin-bottom: 40px;
}
}

@media (max-width: 576px) {.pricing_frame {
    padding: 50px 0;
}.pricing_frame h2 {
    font-size: calc(29px - 6px);
}.pricing_frame .pricing_card {
    font-size: 15px;
    margin-bottom: 30px;
}.pricing_frame .study_costs {
    padding: 20px;
}.pricing_frame .deal_grid h4 {
    padding-bottom: 12px;
    font-size: 18px;
    margin-bottom: 15px;
}.pricing_frame .deal_grid p {
    font-size: 14px;
    margin-bottom: 20px;
}.pricing_frame .discount_grid {
    padding: 8px 14px;
    font-size: 22px;
}}.gratZone {
    overflow: hidden;
    position: relative;
    padding: 8rem 0;
    background: linear-gradient(135deg, rgb(238,229,238) 0%, #ffffff 100%);
}.gratZone::before {
    right: 0;
    z-index: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(circle at 15% 15%, rgb(209,183,210,0.5) 0%, transparent 35%),
        radial-gradient(circle at 85% 85%, rgb(175,121,176,0.5) 0%, transparent 45%);
    top: 0;
    position: absolute;
}.gratZone::after {
    width: 80%;
    left: 10%;
    animation: lineExpand 1.2s ease-out 0.8s forwards;
    transform-origin: left;
    transform: scaleX(0);
    height: 1px;
    background: linear-gradient(90deg, transparent, rgb(175,121,176) 50%, transparent);
    content: "";
    bottom: 20%;
    position: absolute;
}.gratZone .container {
    max-width: 1200px;
    transform: translateY(30px);
    margin: 0 auto;
    z-index: 1;
    padding: 0 2rem;
    animation: fadeUpIn 0.8s ease-out 0.3s forwards;
    opacity: 0;
    position: relative;
}.gratZone h2 {
    color: rgb(209,183,210);
    animation: fadeUpIn 0.8s ease-out 0.5s forwards;
    text-shadow: 0 1px 2px rgba(0,0,0,0.05);
    font-size: 37px;
    transform: translateY(20px);
    margin-bottom: 2.5rem;
    font-weight: 700;
    position: relative;
    opacity: 0;
    max-width: 90%;
    line-height: 1.3;
}.gratZone h2::after {
    width: 80px;
    left: 0;
    bottom: -12px;
    transform: scaleX(0);
    background: linear-gradient(90deg, rgb(175,121,176), transparent);
    animation: lineExpand 0.6s ease-out 1s forwards;
    transform-origin: left;
    position: absolute;
    height: 4px;
    content: "";
}.gratZone .study_experts {
    opacity: 0;
    animation: cardAppear 1s cubic-bezier(0.23, 1, 0.32, 1) 0.7s forwards;
    background: linear-gradient(135deg, #ffffff 0%, rgba(255,255,255,0.9) 100%);
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.05),
        0 5px 15px rgba(0,0,0,0.03);
    border-left: 4px solid rgb(175,121,176);
    padding: 3rem;
    position: relative;
    transform: translateY(30px) perspective(1000px) rotateX(2deg);
}.gratZone .study_experts::before {
    top: 20px;
    opacity: 0.5;
    border-radius: 50%;
    right: 20px;
    height: 60px;
    width: 60px;
    position: absolute;
    content: "";
    transform: scale(0);
    background: linear-gradient(135deg, rgb(175,121,176,0.5) 0%, transparent 70%);
    animation: pulseIn 1.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1.2s forwards;
}.gratZone ul {
    margin: 0;
    padding: 0;
    list-style: none;
}.gratZone li {
    animation: fadeUpIn 0.8s ease-out 0.9s forwards;
    opacity: 0;
    position: relative;
    transform: translateY(15px);
}.gratZone li::before {
    left: -1.5rem;
    animation: diamondAppear 0.5s ease-out 1.2s forwards;
    top: 0.5rem;
    height: 0.5rem;
    width: 0.5rem;
    position: absolute;
    transform: rotate(45deg) scale(0);
    content: "";
    background-color: rgb(175,121,176);
}.gratZone li span {
    color: #000000;
    font-size: calc(15px * 1.1);
    font-family: Arial, sans-serif;
    line-height: 1.7;
    letter-spacing: 0.01em;
    display: block;
    position: relative;
}

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

@keyframes cardAppear {
    from {
        opacity: 0;
        transform: translateY(30px) perspective(1000px) rotateX(2deg);
    }
    to {
        opacity: 1;
        transform: translateY(0) perspective(1000px) rotateX(0);
    }
}

@keyframes lineExpand {
    from {
        transform: scaleX(0);
    }
    to {
        transform: scaleX(1);
    }
}

@keyframes diamondAppear {
    from {
        transform: rotate(45deg) scale(0);
    }
    to {
        transform: rotate(45deg) scale(1);
    }
}

@keyframes pulseIn {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    50% {
        transform: scale(1.2);
        opacity: 0.7;
    }
    100% {
        transform: scale(1);
        opacity: 0.5;
    }
}

@media (max-width: 991px) {.gratZone {
    padding: 6rem 0;
}.gratZone h2 {
    max-width: 100%;
    font-size: calc(37px * 0.9);
}.gratZone .study_experts {
    padding: 2.5rem;
}
}

@media (max-width: 767px) {.gratZone {
    padding: 5rem 0;
}.gratZone h2 {
    font-size: calc(37px * 0.8);
    margin-bottom: 2rem;
}.gratZone .study_experts {
    padding: 2rem;
}.gratZone li span {
    font-size: 15px;
}.gratZone .study_experts::before {
    right: 15px;
    width: 45px;
    top: 15px;
    height: 45px;
}
}

@media (max-width: 575px) {.gratZone {
    padding: 4rem 0;
}.gratZone .container {
    padding: 0 1.5rem;
}.gratZone h2 {
    font-size: calc(37px * 0.7);
    margin-bottom: 1.75rem;
}.gratZone .study_experts {
    padding: 1.5rem;
}.gratZone li::before {
    left: -1.25rem;
    width: 0.4rem;
    height: 0.4rem;
}}.program_structure {
    padding: 120px 0 100px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: linear-gradient(145deg, rgb(238,229,238) 0%, rgba(245, 247, 250, 0.95) 100%);
}.program_structure::before {
    background: linear-gradient(135deg, transparent 0%, rgba(rgb(209,183,210,0.5), 0.05) 100%);
    transform: skewX(-15deg) translateX(10%);
    z-index: -1;
    width: 60%;
    height: 100%;
    top: 0;
    right: 0;
    position: absolute;
    content: "";
}.program_structure::after {
    content: "";
    z-index: -1;
    bottom: -50px;
    width: 200px;
    left: -50px;
    height: 200px;
    position: absolute;
    transform: rotate(15deg);
    background: linear-gradient(225deg, rgb(209,183,210) 0%, rgb(175,121,176) 100%);
    opacity: 0.05;
}.program_structure .container {
    max-width: 1200px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
    padding: 0 15px;
}.program_structure h2 {
    transform: perspective(1000px) rotateX(0deg);
    color: #000000;
    font-weight: 700;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    transform-origin: left center;
    margin-bottom: 50px;
    font-size: 35px;
}.program_structure h2::after {
    background: rgb(209,183,210);
    width: 80px;
    height: this;
    content: "";
    bottom: -10px;
    transform: scaleX(1);
    left: 0;
    position: absolute;
    transition: transform 0.4s ease-out;
    transform-origin: left;
}.program_structure h2:hover {
    transform: perspective(1000px) rotateX(2deg);
}.program_structure h2:hover::after {
    transform: scaleX(1.5);
}.program_structure .education_map {
    display: grid;
    gap: 40px;
    position: relative;
    transform-style: preserve-3d;
    grid-template-columns: 1fr;
}.program_structure .portrait_image {
    overflow: hidden;
    transform: perspective(1000px) rotateY(-2deg) translateZ(10px);
    height: 350px;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275),
                box-shadow 0.5s ease;
    position: relative;
    border: none;
    box-shadow: 0 20px 40px -20px rgba(0, 0, 0, 0.2);
}.program_structure .portrait_image::before {
    left: 0;
    transition: opacity 0.3s ease;
    bottom: 0;
    position: absolute;
    right: 0;
    z-index: 1;
    background: linear-gradient(
        to bottom,
        transparent 70%,
        rgba(rgba(0, 0, 0, 0.5), 0.1) 100%
    );
    top: 0;
    content: "";
}.program_structure .portrait_image:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(20px);
    box-shadow: 0 30px 50px -15px rgba(0, 0, 0, 0.25);
}.program_structure .summary_frame {
    position: relative;
    transform: perspective(1000px) rotateY(2deg) translateZ(5px);
    border-radius: 10px;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    background-color: #ffffff;
    padding: 40px 30px;
    box-shadow: 0 15px 35px -15px rgba(0, 0, 0, 0.15);
}.program_structure .summary_frame::before {
    content: "";
    height: 0;
    top: 0;
    background: linear-gradient(to bottom, rgb(209,183,210), rgb(175,121,176));
    transition: height 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    width: 5px;
    left: 0;
}.program_structure .summary_frame:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(10px);
}.program_structure .summary_frame:hover::before {
    height: 100%;
}.program_structure .description {
    font-size: 13px;
    position: relative;
    transition: transform 0.4s ease;
    line-height: 1.7;
    color: #000000;
    margin-bottom: 20px;
    transform: translateZ(0);
}.program_structure .description:last-child {
    margin-bottom: 0;
}.program_structure .description::first-letter {
    color: rgb(209,183,210);
    font-size: 1.2em;
    font-weight: 600;
}.program_structure .description:nth-child(1) {
    animation: fadeText 0.8s ease forwards;
}.program_structure .description:nth-child(2) {
    animation: fadeText 0.8s 0.3s ease forwards;
    opacity: 0;
}@keyframes fadeText {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


.program_structure .education_map:hover .portrait_image {
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}.program_structure .education_map:hover .summary_frame {
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}


@media (min-width: 768px) {.program_structure {
    padding: 150px 0 130px;
}.program_structure .education_map {
    align-items: center;
    gap: 60px;
    grid-template-columns: 1fr 1.2fr;
}.program_structure h2 {
    font-size: calc(35px * 1.1);
    max-width: 80%;
}.program_structure .portrait_image {
    height: 500px;
}.program_structure .summary_frame {
    padding: 50px 40px;
}
}

@media (min-width: 992px) {.program_structure {
    padding: 180px 0 160px;
}.program_structure h2 {
    margin-bottom: 70px;
}.program_structure .education_map {
    gap: 80px;
}.program_structure .portrait_image {
    height: 600px;
}.program_structure .summary_frame {
    padding: 60px 50px;
}
}

@media (max-width: 767px) {.program_structure {
    padding: 80px 0 70px;
}.program_structure h2 {
    margin-bottom: 30px;
    font-size: calc(35px * 0.85);
}.program_structure .portrait_image {
    height: 250px;
}.program_structure .summary_frame {
    padding: 30px 20px;
}.program_structure .description {
    line-height: 1.6;
    font-size: calc(13px * 0.95);
}
}

@media (max-width: 480px) {.program_structure {
    padding: 60px 0 50px;
}.program_structure h2 {
    margin-bottom: 25px;
    font-size: calc(35px * 0.75);
}.program_structure .portrait_image {
    height: 200px;
}.program_structure .summary_frame {
    padding: 25px 15px;
}.program_structure .description {
    line-height: 1.5;
    font-size: calc(13px * 0.9);
}}.welcome_section {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(238,229,238) 0%, rgba(245, 248, 250, 0.95) 100%);
    position: relative;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
    padding: 4rem 2rem;
}.welcome_section::before {
    top: 0;
    background-size: 20px 20px;
    z-index: 0;
    height: 100%;
    background-image: 
        linear-gradient(45deg, rgba(rgb(209,183,210,0.5), 0.03) 25%, transparent 25%),
        linear-gradient(-45deg, rgba(rgb(209,183,210,0.5), 0.03) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgba(rgb(209,183,210,0.5), 0.03) 75%),
        linear-gradient(-45deg, transparent 75%, rgba(rgb(209,183,210,0.5), 0.03) 75%);
    left: 0;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    width: 100%;
    content: '';
    position: absolute;
}.welcome_section::after {
    width: 100%;
    background: linear-gradient(90deg, rgb(209,183,210), rgb(175,121,176));
    content: '';
    position: absolute;
    z-index: 2;
    left: 0;
    height: 5px;
    top: 0;
}.welcome_section h1 {
    font-size: calc(24px * 1.1);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    color: rgb(209,183,210);
    font-weight: 700;
    transform: translateY(0);
    z-index: 2;
    letter-spacing: 0.05em;
    margin-bottom: 2rem;
    position: relative;
    text-align: center;
}.welcome_section h1::after {
    left: 50%;
    position: absolute;
    bottom: -10px;
    background: linear-gradient(90deg, rgb(175,121,176), rgb(209,183,210));
    width: 80px;
    content: '';
    height: 3px;
    transform: translateX(-50%);
}.welcome_section .study_experts {
    margin: 0 auto;
    gap: 3rem;
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    z-index: 1;
    position: relative;
}.welcome_section .summary_frame {
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.6s ease;
    padding: 2rem;
    z-index: 3;
    flex: 1;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    position: relative;
    transform: translateY(0);
    background: rgba(rgb(255, 255, 255, 0.5), 0.95);
}.welcome_section .summary_frame::before {
    top: 0;
    height: 100%;
    position: absolute;
    width: 100%;
    left: 0;
    content: '';
    background: linear-gradient(135deg, rgba(rgb(175,121,176,0.5), 0.05), transparent);
    z-index: -1;
}.welcome_section .summary_frame:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
    transform: translateY(-5px);
}.welcome_section ol {
    list-style: none;
    padding: 0;
    margin: 0;
}.welcome_section li {
    margin-bottom: 2rem;
}.welcome_section .edu_main {
    align-items: center;
    gap: 1.5rem;
    display: flex;
    flex-direction: column;
}.welcome_section svg {
    filter: drop-shadow(0px 5px 10px rgba(0, 0, 0, 0.08));
    width: 120px;
    height: 120px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.welcome_section svg:hover {
    transform: scale(1.05) rotate(2deg);
}.welcome_section svg path {
    transition: fill 0.3s ease;
}.welcome_section svg:hover path {
    fill: rgb(209,183,210);
}.welcome_section svg text {
    transition: fill 0.3s ease;
    font-family: Arial, sans-serif;
}.welcome_section svg:hover text {
    fill: rgb(209,183,210);
}.welcome_section .edu_main p {
    color: #000000;
    line-height: 1.6;
    font-weight: 400;
    margin: 0;
    text-align: center;
    max-width: 600px;
    font-size: calc(16px * 1.1);
}.welcome_section .query_card {
    border-radius: 10px;
    font-weight: 600;
    transform: translateY(0);
    position: relative;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    background: linear-gradient(135deg, rgb(209,183,210), rgb(175,121,176));
    padding: 1rem 2rem;
    font-size: 16px;
    display: block;
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(rgb(209,183,210,0.5), 0.3);
    border: none;
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    overflow: hidden;
    margin: 0 auto;
    max-width: 250px;
    display: inline-block;
}.welcome_section .query_card::before {
    left: -100%;
    height: 100%;
    transition: left 0.7s ease;
    width: 100%;
    top: 0;
    position: absolute;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
    content: '';
}.welcome_section .query_card:hover {
    box-shadow: 0 12px 25px rgba(rgb(209,183,210,0.5), 0.4);
    transform: translateY(-3px);
}.welcome_section .query_card:hover::before {
    left: 100%;
}.welcome_section .portrait_image {
    position: relative;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.6s ease;
    flex: 1;
    overflow: hidden;
    min-height: 400px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}.welcome_section .portrait_image::after {
    background: linear-gradient(to bottom, rgba(rgb(209,183,210,0.5), 0.2), transparent);
    width: 100%;
    top: 0;
    content: '';
    position: absolute;
    left: 0;
    height: 100%;
}.welcome_section .portrait_image:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: scale(1.02);
}

@media (min-width: 768px) {.welcome_section {
    padding: 6rem 3rem;
}.welcome_section h1 {
    margin-bottom: 3rem;
    font-size: calc(36px * 0.85);
}.welcome_section .study_experts {
    flex-direction: row;
    align-items: center;
}.welcome_section .summary_frame {
    padding: 3rem;
}.welcome_section svg {
    height: 150px;
    width: 150px;
}.welcome_section .portrait_image {
    min-height: 500px;
}
}

@media (min-width: 992px) {.welcome_section {
    padding: 7rem 4rem;
}.welcome_section h1 {
    font-size: 36px;
}.welcome_section .study_experts {
    gap: 5rem;
}.welcome_section .summary_frame {
    padding: 4rem;
}.welcome_section .edu_main p {
    font-size: calc(16px * 1.2);
}.welcome_section .query_card {
    padding: 1.2rem 2.5rem;
    font-size: calc(16px * 1.1);
}
}

@media (min-width: 1200px) {.welcome_section .study_experts {
    gap: 6rem;
}.welcome_section .portrait_image {
    min-height: 550px;
}.welcome_section h1::after {
    width: 100px;
}
}

@media (max-width: 767px) {.welcome_section .summary_frame {
    order: 2;
}.welcome_section .portrait_image {
    order: 1;
}}.training_results {
    padding: 120px 0 80px;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(238,229,238) 0%, rgba(255,255,255,0.92) 100%);
}.training_results::before {
    z-index: 0;
    left: 0;
    position: absolute;
    height: 100%;
    opacity: 0.08;
    width: 100%;
    top: 0;
    content: "";
    background-image: radial-gradient(circle at 10% 10%, rgb(209,183,210,0.5) 0%, transparent 60%),
                      radial-gradient(circle at 90% 90%, rgb(175,121,176,0.5) 0%, transparent 60%);
}.training_results h5 {
    color: #000000;
    text-align: center;
    line-height: 1.5;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    font-weight: 600;
    font-size: 18px;
    transform: translateY(0);
    margin-right: auto;
    margin-left: auto;
    max-width: 850px;
    margin-bottom: 60px;
    position: relative;
}.training_results h5::after {
    position: absolute;
    height: 3px;
    content: "";
    width: 80px;
    background: linear-gradient(90deg, rgb(209,183,210) 0%, rgb(175,121,176) 100%);
    bottom: -20px;
    border-radius: 10px;
    left: 50%;
    transform: translateX(-50%);
}.training_results .container {
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 1;
    max-width: 1200px;
}.training_results .study_experts {
    gap: 40px;
    position: relative;
    grid-template-columns: 1fr;
    align-items: center;
    display: grid;
}.training_results .portrait_image {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    border-radius: 18px;
    transform: perspective(1000px) rotateY(-2deg);
    height: auto;
    width: 100%;
    object-fit: cover;
    transition: transform 0.5s ease-out, box-shadow 0.5s ease-out;
}.training_results .study_experts:hover .portrait_image {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: perspective(1000px) rotateY(0deg);
}.training_results .summary_frame {
    backdrop-filter: blur(10px);
    position: relative;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.85));
    border-radius: 18px;
    z-index: 2;
}.training_results .summary_frame::before {
    bottom: -5px;
    border-radius: calc(18px + 5px);
    background: linear-gradient(135deg, rgb(209,183,210,0.5), rgb(175,121,176,0.5));
    opacity: 0.5;
    z-index: -1;
    position: absolute;
    left: -5px;
    top: -5px;
    filter: blur(10px);
    right: -5px;
    transition: opacity 0.3s ease;
    content: "";
}.training_results .summary_frame:hover::before {
    opacity: 0.8;
}.training_results ul {
    display: grid;
    padding: 0;
    list-style: none;
    margin: 0;
    gap: 20px;
    grid-template-columns: 1fr;
}.training_results li {
    transition: transform 0.3s ease;
    position: relative;
}.training_results li:hover {
    transform: translateX(5px);
}.training_results li div {
    align-items: flex-start;
    display: flex;
}.training_results li p {
    line-height: 1.6;
    display: flex;
    color: #000000;
    font-size: 15px;
    gap: 15px;
    margin: 0;
    position: relative;
    font-weight: 400;
    align-items: flex-start;
}.training_results li p svg {
    position: relative;
    flex-shrink: 0;
    transform: scale(0.95);
    transition: transform 0.3s ease, filter 0.3s ease;
    margin-top: 3px;
}.training_results li:hover p svg {
    transform: scale(1);
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}.training_results svg path {
    transition: fill 0.3s ease;
}.training_results li:hover svg path {
    fill: rgb(209,183,210);
}

@media (min-width: 768px) {.training_results .study_experts {
    grid-template-columns: 1fr 1.2fr;
    gap: 60px;
}.training_results ul {
    grid-template-columns: repeat(2, 1fr);
}.training_results h5 {
    font-size: calc(18px * 1.1);
}
}

@media (min-width: 992px) {.training_results {
    padding: 150px 0 100px;
}.training_results .study_experts {
    grid-template-columns: 0.9fr 1.1fr;
    gap: 80px;
}.training_results .portrait_image {
    transform: perspective(1200px) rotateY(-4deg) translateZ(0);
}.training_results .summary_frame {
    padding: 50px;
}.training_results h5 {
    margin-bottom: 70px;
    font-size: calc(18px * 1.2);
}.training_results li p {
    font-size: calc(15px * 1.05);
}
}

@media (max-width: 767px) {.training_results {
    padding: 80px 0 60px;
}.training_results h5 {
    font-size: calc(18px * 0.9);
    margin-bottom: 40px;
}.training_results h5::after {
    width: 60px;
    bottom: -15px;
}.training_results .summary_frame {
    padding: 30px;
}.training_results li p {
    font-size: calc(15px * 0.95);
}.training_results .portrait_image {
    max-height: 300px;
    object-position: center;
}
}

@media (max-width: 480px) {.training_results {
    padding: 60px 0 40px;
}.training_results h5 {
    font-size: calc(18px * 0.85);
    margin-bottom: 35px;
}.training_results .summary_frame {
    padding: 25px 20px;
}.training_results li p {
    gap: 10px;
}.training_results li p svg {
    margin-top: 2px;
    transform: scale(0.85);
}.training_results li:hover p svg {
    transform: scale(0.9);
}}.statistical_data {
    overflow: hidden;
    position: relative;
    background: rgb(238,229,238);
    padding: 100px 0;
}.statistical_data::before {
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
    background: linear-gradient(135deg, rgb(209,183,210,0.5) 0%, transparent 70%);
    position: absolute;
    z-index: 0;
}.statistical_data .container {
    margin: 0 auto;
    grid-template-rows: auto 1fr;
    z-index: 1;
    max-width: 1200px;
    position: relative;
    gap: 60px;
    padding: 0 20px;
    display: grid;
}.statistical_data h2 {
    font-size: 36px;
    text-align: center;
    font-weight: 700;
    position: relative;
    padding-bottom: 20px;
    grid-column: 1 / -1;
    color: #000000;
}.statistical_data h2::after {
    background: linear-gradient(90deg, transparent, rgb(209,183,210), transparent);
    max-width: 200px;
    bottom: 0;
    position: absolute;
    left: 50%;
    height: 1px;
    transform: translateX(-50%);
    width: 100%;
    content: "";
}.statistical_data ul {
    display: grid;
    height: 100%;
    grid-template-rows: repeat(2, 1fr);
    gap: 30px;
    grid-template-columns: repeat(2, 1fr);
    margin: 0;
    padding: 0;
    grid-column: 1 / -1;
    list-style: none;
}.statistical_data .statistics_experts {
    transition: transform 0.3s ease;
    display: flex;
    height: 100%;
    flex-direction: column;
    border-radius: 15px;
    padding: 0;
    position: relative;
    justify-content: flex-end;
    min-height: 200px;
    overflow: hidden;
}.statistical_data .statistics_experts:hover {
    transform: translateY(-10px);
}.statistical_data .statistics_experts::before {
    z-index: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    left: 0;
    opacity: 0.7;
    background: #000000;
}.statistical_data .statistics_experts:nth-child(1)::before {
    opacity: 0.85;
    background: rgb(209,183,210);
}.statistical_data .statistics_experts:nth-child(2)::before {
    background: rgb(175,121,176);
    opacity: 0.85;
}.statistical_data .statistics_experts:nth-child(3)::before {
    opacity: 0.7;
    background: rgb(209,183,210);
}.statistical_data .statistics_experts:nth-child(4)::before {
    background: rgb(175,121,176);
    opacity: 0.7;
}.statistical_data .statistics_experts p,
.statistical_data .statistics_experts span {
    padding: 0 30px;
    z-index: 1;
    color: #ffffff;
    position: relative;
}.statistical_data .statistics_experts p {
    font-weight: 700;
    margin: 0 0 10px 0;
    font-size: calc(38px * 1.3);
}.statistical_data .statistics_experts span {
    font-weight: 300;
    padding-bottom: 30px;
    font-size: 15px;
    position: relative;
}.statistical_data .statistics_experts span::before {
    content: "";
    top: -5px;
    position: absolute;
    height: 2px;
    background: #ffffff;
    width: 30px;
    left: 30px;
    opacity: 0.5;
}.statistical_data .statistics_experts::after {
    right: -75px;
    position: absolute;
    border: 1px solid #ffffff;
    height: 150px;
    width: 150px;
    border-radius: 50%;
    content: "";
    z-index: 1;
    top: -75px;
    opacity: 0.1;
}.statistical_data .statistics_experts:nth-child(1) {
    animation: fadeIn 0.5s 0.1s forwards, slideIn 0.7s 0.1s forwards;
    grid-area: 1 / 1 / 2 / 2;
    transform: translateX(-20px) translateY(-20px);
}.statistical_data .statistics_experts:nth-child(2) {
    animation: fadeIn 0.5s 0.2s forwards, slideIn 0.7s 0.2s forwards;
    transform: translateX(20px) translateY(-20px);
    grid-area: 1 / 2 / 2 / 3;
}.statistical_data .statistics_experts:nth-child(3) {
    transform: translateX(-20px) translateY(20px);
    grid-area: 2 / 1 / 3 / 2;
    animation: fadeIn 0.5s 0.3s forwards, slideIn 0.7s 0.3s forwards;
}.statistical_data .statistics_experts:nth-child(4) {
    transform: translateX(20px) translateY(20px);
    grid-area: 2 / 2 / 3 / 3;
    animation: fadeIn 0.5s 0.4s forwards, slideIn 0.7s 0.4s forwards;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes slideIn {
    to {
        transform: translateX(0) translateY(0);
    }
}

@media (min-width: 1024px) {.statistical_data .statistics_experts:nth-child(1) {
    clip-path: polygon(0 0, 95% 0, 100% 100%, 0% 100%);
}.statistical_data .statistics_experts:nth-child(2) {
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
}.statistical_data .statistics_experts:nth-child(3) {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
}.statistical_data .statistics_experts:nth-child(4) {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 5% 100%);
}
}

@media (max-width: 1023px) {.statistical_data {
    padding: 80px 0;
}.statistical_data .container {
    gap: 40px;
}.statistical_data ul {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, 1fr);
}.statistical_data .statistics_experts {
    min-height: 180px;
}.statistical_data .statistics_experts:nth-child(1) {
    grid-area: 1 / 1 / 2 / 2;
}.statistical_data .statistics_experts:nth-child(2) {
    grid-area: 2 / 1 / 3 / 2;
}.statistical_data .statistics_experts:nth-child(3) {
    grid-area: 3 / 1 / 4 / 2;
}.statistical_data .statistics_experts:nth-child(4) {
    grid-area: 4 / 1 / 5 / 2;
}.statistical_data .statistics_experts:nth-child(odd) {
    transform: translateX(-20px) translateY(0);
}.statistical_data .statistics_experts:nth-child(even) {
    transform: translateX(20px) translateY(0);
}
}

@media (max-width: 767px) {.statistical_data {
    padding: 60px 0;
}.statistical_data .container {
    gap: 30px;
    padding: 0 15px;
}.statistical_data h2 {
    font-size: calc(36px * 0.9);
}.statistical_data ul {
    gap: 20px;
}.statistical_data .statistics_experts {
    min-height: 150px;
}.statistical_data .statistics_experts p {
    font-size: calc(38px * 1.1);
    padding-top: 20px;
}.statistical_data .statistics_experts span {
    font-size: calc(15px * 0.9);
    padding-bottom: 20px;
}
}

@media (min-width: 768px) and (max-width: 1023px) {.statistical_data .statistics_experts {
    min-height: 180px;
}.statistical_data .statistics_experts p {
    font-size: calc(38px * 1.2);
}
}

@media (prefers-reduced-motion: reduce) {.statistical_data .statistics_experts {
    animation: none;
    transform: none;
}}.modalTrackingConsent {
    width: 100%;
    bottom: 0;
    z-index: 90;
    position: fixed;
    border-top: 2px solid rgb(209,183,210);
    background: rgb(175,121,176);
    animation: slideIn 0.5s ease-in-out;
    box-shadow: 0 -10px 30px rgb(209,183,210,0.5);
}@keyframes slideIn {
    from {
        bottom: -100px;
        opacity: 0;
    }
    to {
        bottom: 0;
        opacity: 1;
    }
}
.web_cookies {
    justify-content: space-between;
    align-items: center;
    padding: 20px 5%;
    box-shadow: 0 0 20px rgb(209,183,210,0.5);
    flex-wrap: wrap;
    background: linear-gradient(135deg, rgb(175,121,176) 0%, rgba(0, 0, 0, 0.5) 100%);
    display: flex;
}.consent_panel {
    border-radius: 12px;
    margin-right: 20px;
    overflow: hidden;
    padding: 10px;
    background: rgba(0, 0, 0, 0.5);
    flex-shrink: 0;
    box-shadow: 0 0 15px rgb(209,183,210);
}.consent_panel svg, .consent_panel svg path {
    height: 60px;
    width: 60px;
    fill: rgb(209,183,210);
    transition: transform 0.3s ease;
}.consent_panel:hover svg {
    transform: rotate(20deg);
}.cookie_layer {
    color: #ffffff;
    min-width: 300px;
    flex: 1;
}.cookie_layer h5 {
    margin-bottom: 10px;
    font-weight: 700;
    text-shadow: 0 0 10px rgb(209,183,210);
    font-size: 18px;
    color: rgb(209,183,210);
}.cookie_layer p {
    color: #ffffff;
    font-size: 15px;
    margin-bottom: 0;
    text-shadow: 0 0 5px rgb(209,183,210,0.5);
}.cookie_disclaimer {
    color: #000000;
    margin-left: 10px;
    font-size: 19px;
    border-radius: 10px;
    white-space: nowrap;
    transition: background 0.3s ease, box-shadow 0.3s ease;
    background: rgb(209,183,210);
    padding: 12px 25px;
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0 0 10px rgb(209,183,210,0.5);
}.cookie_disclaimer:hover {
    box-shadow: 0 0 20px rgb(175,121,176,0.5);
    background: rgb(175,121,176);
}.modalTrackingConsent p a {
    transition: color 0.3s ease;
    color: rgb(209,183,210);
    text-decoration: underline;
}.modalTrackingConsent p a:hover {
    color: rgb(175,121,176);
}#consentWindowModal {
    display: none;
}#consentWindowModal:checked ~ .modalTrackingConsent {
    opacity: 0;
    visibility: hidden;
}
@media only screen and (max-width: 1200px) {.modalTrackingConsent {
    padding: 20px;
}.web_cookies {
    padding: 20px 2%;
}
}
@media only screen and (max-width: 800px) {.consent_panel {
    display: none;
}.web_cookies {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}.cookie_layer {
    margin-bottom: 20px;
    text-align: center;
}.modalTrackingConsent h5, .modalTrackingConsent p {
    text-align: center;
}.cookie_disclaimer {
    width: 100%;
    text-align: center;
    margin-top: 10px;
    margin-left: 0;
}
}
