* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}html,body {
    scroll-behavior: auto;
    height: 100%;
    color: #000000;
    font-family: Arial, sans-serif;
    min-height: 100%;
}.container {
    width: 1108px;
    margin: auto;
    max-width: 100%;
}header,footer {
    width: 100%;
}.site_map {
    flex: 0 0 auto;
}a {
    color: inherit;
    text-decoration: none;
}.page_nav {
    flex: 1 0 auto;
}@keyframes pulse_scrollbar { 0% { opacity: 1; } 50% { opacity: 0.7; } 100% { opacity: 1; } }

::-webkit-scrollbar {
    padding: 5px;
    scroll-behavior: auto;
    width: thin;
}::-webkit-scrollbar-track {
    border-radius: 5.5vh;
    margin: 1px 0;
}::-webkit-scrollbar-thumb {
    animation: pulse_scrollbar 5.4s ease infinite;
    transition: all, background, box-shadow 4.2s ease;
    border-radius: 9999px;
    background: linear-gradient(59deg, #ffffff 46%, rgb(137,124,177) 96%, rgb(137,124,177,0.5) 5%, rgb(190,157,166) 93%, rgb(190,157,166,0.5) 88%, rgb(228,216,226) 74%);
    box-shadow: 3px 0px 5px 5px rgba(0, 0, 0, 0.4);
}

::-webkit-scrollbar-thumb:hover {
}::-webkit-scrollbar-thumb:active {
    background: rgb(190,157,166);
    box-shadow: inset 5px 2px 11px 1px rgba(0, 0, 0, 0.7);
    transform: translateY(1px);
}::-webkit-scrollbar-corner {
    background: rgb(190,157,166);
    border-radius: 8px;
}* {
    scrollbar-color: #ffffff rgb(255, 255, 255, 0.5);
    scrollbar-width: thin;
}.wrapper-skeleton {
    flex-direction: column;
    min-height: 100%;
    height: 100%;
    display: flex;
}svg {
    width: 30px;
    height: 30px;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.secure_depot {
    padding: 5rem 2rem;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(228,216,226) 0%, rgba(255,255,255,0.96) 100%);
}.secure_depot::before {
    height: 100%;
    opacity: 0.15;
    width: 100%;
    background: 
        radial-gradient(circle at 100% 0%, rgb(190,157,166,0.5) 0%, transparent 50%),
        radial-gradient(circle at 0% 100%, rgb(137,124,177,0.5) 0%, transparent 50%);
    z-index: 0;
    left: 0;
    position: absolute;
    content: "";
    top: 0;
}.secure_depot .container {
    position: relative;
    margin: 0 auto;
    padding: 3rem;
    z-index: 1;
    transform: translateZ(0);
    max-width: 1140px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.07);
    background: linear-gradient(to right, rgba(255,255,255,0.97), rgba(255,255,255,0.99));
    border-left: 4px solid rgb(190,157,166);
}.secure_depot h1 {
    position: relative;
    font-weight: 700;
    transform: translateX(0);
    padding-bottom: 1rem;
    font-size: 43px;
    margin-bottom: 2rem;
    color: #000000;
    transition: transform 0.5s ease-out;
}.secure_depot h1::after {
    left: 0;
    width: 80px;
    height: 3px;
    position: absolute;
    transition: width 0.5s ease-out;
    background: linear-gradient(to right, rgb(190,157,166), rgb(137,124,177));
    content: "";
    bottom: 0;
}.secure_depot h1:hover {
    transform: translateX(5px);
}.secure_depot h1:hover::after {
    width: 120px;
}.secure_depot h2 {
    margin: 2.5rem 0 1.5rem;
    padding-left: 1rem;
    color: #000000;
    font-weight: 600;
    position: relative;
    border-left: 3px solid rgb(137,124,177);
    font-size: 30px;
}.secure_depot h3 {
    color: #000000;
    padding-left: 1rem;
    margin: 2rem 0 1rem;
    font-weight: 600;
    font-size: calc(30px * 0.8);
    position: relative;
    border-left: 2px solid rgb(137,124,177,0.5);
}.secure_depot h4 {
    border-left: 1px solid rgb(137,124,177,0.5);
    color: #000000;
    padding-left: 0.75rem;
    font-size: calc(30px * 0.7);
    font-weight: 600;
    margin: 1.5rem 0 1rem;
    position: relative;
}.secure_depot p {
    margin-bottom: 1.5rem;
    font-family: Arial, sans-serif;
    line-height: 1.7;
    color: #000000;
    font-size: 14px;
    position: relative;
    transition: transform 0.4s ease;
    padding-right: 1rem;
}.secure_depot p:hover {
    transform: translateX(5px);
}.secure_depot strong {
    font-weight: 700;
    color: rgb(190,157,166);
    position: relative;
}.secure_depot strong::after {
    width: 0;
    background: rgb(190,157,166);
    left: 0;
    transition: width 0.3s ease;
    position: absolute;
    bottom: -2px;
    content: "";
    height: 1px;
}.secure_depot p:hover strong::after {
    width: 100%;
}.secure_depot ul {
    margin: 1.5rem 0 2rem 1rem;
    padding-left: 0;
}.secure_depot li {
    line-height: 1.6;
    margin-bottom: 1rem;
    position: relative;
    padding-left: 1.5rem;
    transition: transform 0.3s ease;
    font-family: Arial, sans-serif;
    color: #000000;
    font-size: 14px;
    list-style-type: none;
}.secure_depot li::before {
    transition: transform 0.3s ease;
    height: 8px;
    left: 0;
    position: absolute;
    background: linear-gradient(135deg, rgb(190,157,166), rgb(137,124,177));
    top: 0.6rem;
    content: "";
    width: 8px;
    transform: rotate(45deg);
}.secure_depot li:hover {
    transform: translateX(8px);
}.secure_depot li:hover::before {
    transform: rotate(225deg);
}.secure_depot span {
    color: #000000;
    line-height: 1.7;
    background: linear-gradient(to right, rgba(rgb(228,216,226), 0.3), transparent);
    transform: perspective(1000px) rotateX(0);
    font-size: calc(14px * 0.95);
    border-left: 2px solid rgb(137,124,177,0.5);
    padding: 0.75rem 1rem;
    transition: transform 0.3s ease-out, background 0.3s ease;
    font-family: Arial, sans-serif;
    margin-bottom: 1.5rem;
    display: block;
}.secure_depot span:hover {
    background: linear-gradient(to right, rgba(rgb(228,216,226), 0.5), transparent);
    transform: perspective(1000px) rotateX(1deg);
}

@media (max-width: 991px) {.secure_depot {
    padding: 4rem 1.5rem;
}.secure_depot .container {
    padding: 2.5rem 2rem;
}.secure_depot h1 {
    font-size: calc(43px * 0.9);
}.secure_depot h2 {
    font-size: calc(30px * 0.9);
}
}

@media (max-width: 767px) {.secure_depot {
    padding: 3rem 1rem;
}.secure_depot .container {
    border-left-width: 3px;
    padding: 2rem 1.5rem;
}.secure_depot h1 {
    margin-bottom: 1.5rem;
    font-size: calc(43px * 0.8);
}.secure_depot h2 {
    margin: 2rem 0 1rem;
    font-size: calc(30px * 0.8);
}.secure_depot h3 {
    font-size: calc(30px * 0.7);
}.secure_depot h4 {
    font-size: calc(30px * 0.6);
}.secure_depot ul {
    margin-left: 0.5rem;
}.secure_depot li {
    padding-left: 1.25rem;
}.secure_depot p, .secure_depot span, .secure_depot li {
    font-size: calc(14px * 0.95);
}
}

@media (max-width: 480px) {.secure_depot {
    padding: 2rem 0.75rem;
}.secure_depot .container {
    padding: 1.5rem 1rem;
}.secure_depot h1 {
    font-size: calc(43px * 0.7);
}.secure_depot h2 {
    font-size: calc(30px * 0.7);
    padding-left: 0.75rem;
}.secure_depot h3, .secure_depot h4 {
    padding-left: 0.5rem;
}.secure_depot p, .secure_depot span, .secure_depot li {
    font-size: calc(14px * 0.9);
    line-height: 1.6;
}.secure_depot li {
    padding-left: 1rem;
}.secure_depot li::before {
    height: 6px;
    width: 6px;
}}.program_structure {
    position: relative;
    background: linear-gradient(120deg, #000000 20%, rgb(137,124,177,0.5) 100%);
    overflow: hidden;
    padding: 7rem 0;
}.program_structure::before {
    right: -10%;
    position: absolute;
    width: 70%;
    height: 140%;
    filter: blur(30px);
    top: -20%;
    background: radial-gradient(ellipse at center, rgb(190,157,166,0.5) 0%, transparent 70%);
    transform: rotate(-15deg);
    z-index: 1;
    animation: floatGradient 20s ease-in-out infinite alternate;
    content: "";
}.program_structure::after {
    width: 100%;
    position: absolute;
    left: 0;
    height: 100%;
    content: "";
    top: 0;
    background: 
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 5px,
            rgba(255, 255, 255, 0.02) 5px,
            rgba(255, 255, 255, 0.02) 10px
        ),
        radial-gradient(circle at 10% 90%, rgb(137,124,177,0.5) 0%, transparent 40%);
    opacity: 0.8;
    z-index: 1;
}.program_structure .container {
    z-index: 2;
    position: relative;
}.program_structure .path_edu {
    min-height: 500px;
    position: relative;
    grid-template-areas: 
        "photo info"
        "photo info";
    grid-template-columns: 45% 55%;
    display: grid;
    gap: 0;
}.program_structure .career_path {
    border-radius: 0 22px 22px 0;
    transform: translateX(-40px);
    backdrop-filter: blur(8px);
    z-index: 3;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.3),
        5px 5px 15px rgba(0, 0, 0, 0.2);
    background: linear-gradient(
        135deg, 
        rgba(255, 255, 255, 0.08) 0%,
        rgba(255, 255, 255, 0.02) 100%
    );
    position: relative;
    padding: 3.5rem 3rem 3.5rem 5rem;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    grid-area: info;
    overflow: hidden;
}.program_structure .career_path::before {
    content: "";
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
    background: 
        linear-gradient(45deg, transparent 49.5%, rgb(190,157,166,0.5) 49.5%, rgb(190,157,166,0.5) 50.5%, transparent 50.5%),
        linear-gradient(-45deg, transparent 49.5%, rgb(190,157,166,0.5) 49.5%, rgb(190,157,166,0.5) 50.5%, transparent 50.5%);
    background-size: 30px 30px;
    opacity: 0.1;
    position: absolute;
}.program_structure .career_path::after {
    transform-origin: center;
    opacity: 0.1;
    animation: rotateRadial 30s linear infinite;
    background: radial-gradient(
        circle at center,
        rgb(190,157,166,0.5) 0%,
        transparent 60%
    );
    z-index: -1;
    height: 200%;
    content: "";
    left: -50%;
    position: absolute;
    width: 200%;
    top: -50%;
}.program_structure .main_sitewrap {
    margin-bottom: 2rem;
    width: 90px;
    height: 90px;
    position: relative;
    transform: rotate(-5deg) skew(-5deg);
}.program_structure .main_sitewrap::before {
    background: linear-gradient(
        135deg,
        rgb(190,157,166) 0%,
        rgb(137,124,177) 100%
    );
    border-radius: 12px;
    position: absolute;
    transform: rotate(5deg);
    z-index: -1;
    inset: -5px;
    filter: blur(5px);
    content: "";
    animation: pulseLogo 4s ease-in-out infinite alternate;
}.program_structure .main_sitewrap::after {
    position: absolute;
    inset: 0;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.5);
    content: "";
    z-index: -1;
}.program_structure .main_sitewrap svg {
    filter: drop-shadow(0 0 8px rgb(190,157,166,0.5));
    top: 50%;
    position: absolute;
    width: 50px;
    transform: translate(-50%, -50%);
    left: 50%;
    animation: floatLogo 6s ease-in-out infinite;
    height: 50px;
}.program_structure .main_sitewrap svg path {
    fill: rgb(190,157,166);
    transition: fill 0.3s ease;
}.program_structure h3 {
    position: relative;
    font-weight: 700;
    margin-bottom: 1.8rem;
    color: #ffffff;
    transform: skew(-2deg);
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    font-size: 31px;
    line-height: 1.3;
}.program_structure h3::before {
    width: 40px;
    content: "";
    left: 0;
    bottom: -10px;
    height: 3px;
    background: linear-gradient(to right, rgb(190,157,166), transparent);
    position: absolute;
}.program_structure h3::after {
    content: "";
    bottom: -15px;
    height: 1px;
    position: absolute;
    left: 0;
    width: 80px;
    background: linear-gradient(to right, rgb(190,157,166), transparent);
}.program_structure p {
    position: relative;
    line-height: 1.8;
    max-width: 600px;
    margin-bottom: 2rem;
    color: #ffffff;
    font-size: 17px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}.program_structure .picture_gallery {
    box-shadow: 
        -15px 15px 30px rgba(0, 0, 0, 0.3),
        -5px 5px 15px rgba(0, 0, 0, 0.2),
        inset 0 0 20px rgba(0, 0, 0, 0.4);
    overflow: hidden;
    grid-area: photo;
    height: 460px;
    transform: perspective(1000px) rotateY(5deg);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    border-radius: 22px 0 0 22px;
    z-index: 2;
    position: relative;
}.program_structure .picture_gallery::before {
    height: 100%;
    z-index: 2;
    width: 100%;
    mix-blend-mode: multiply;
    content: "";
    background: linear-gradient(
        135deg,
        transparent 0%,
        rgba(0, 0, 0, 0.5) 100%
    );
    top: 0;
    opacity: 0.6;
    left: 0;
    position: absolute;
}.program_structure .picture_gallery::after {
    content: "";
    background: linear-gradient(
        to top,
        #000000 0%,
        transparent 100%
    );
    bottom: 0;
    z-index: 2;
    position: absolute;
    width: 100%;
    left: 0;
    opacity: 0.7;
    height: 50%;
}.program_structure .path_edu:hover .picture_gallery {
    box-shadow: 
        -20px 20px 40px rgba(0, 0, 0, 0.4),
        -10px 10px 20px rgba(0, 0, 0, 0.3),
        inset 0 0 25px rgba(0, 0, 0, 0.5);
    transform: perspective(1000px) rotateY(8deg) translateX(-10px);
}.program_structure .path_edu:hover .career_path {
    transform: translateX(-20px);
    box-shadow: 
        5px 15px 45px rgba(0, 0, 0, 0.35),
        10px 10px 25px rgba(0, 0, 0, 0.25);
}.program_structure .main_sitewrap:hover svg path {
    fill: rgb(137,124,177);
}

@keyframes floatGradient {
    0% {
        opacity: 0.5;
        transform: rotate(-15deg) translateY(-5%);
    }
    50% {
        opacity: 0.7;
        transform: rotate(-12deg) translateY(0);
    }
    100% {
        opacity: 0.5;
        transform: rotate(-18deg) translateY(5%);
    }
}

@keyframes rotateRadial {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes pulseLogo {
    0% {
        filter: blur(5px) brightness(1);
    }
    50% {
        filter: blur(8px) brightness(1.2);
    }
    100% {
        filter: blur(5px) brightness(1);
    }
}

@keyframes floatLogo {
    0%, 100% {
        transform: translate(-50%, -50%);
    }
    50% {
        transform: translate(-50%, -45%);
    }
}

@media screen and (max-width: 1200px) {.program_structure .path_edu {
    grid-template-columns: 42% 58%;
    min-height: 450px;
}.program_structure .career_path {
    padding: 3rem 2.5rem 3rem 4.5rem;
}.program_structure h3 {
    font-size: calc(31px * 0.9);
}
}

@media screen and (max-width: 992px) {.program_structure {
    padding: 5rem 0;
}.program_structure .path_edu {
    grid-template-columns: 1fr;
    min-height: auto;
    grid-template-areas:
            "picture_gallery"
            "message_message";
}.program_structure .picture_gallery {
    transform: perspective(1000px) rotateX(5deg);
    height: 350px;
    border-radius: 22px 22px 0 0;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}.program_structure .career_path {
    padding: 3rem 2.5rem;
    transform: translateY(-40px);
    border-radius: 0 0 22px 22px;
}.program_structure .path_edu:hover .picture_gallery {
    transform: perspective(1000px) rotateX(8deg);
}.program_structure .path_edu:hover .career_path {
    transform: translateY(-50px);
}
}

@media screen and (max-width: 768px) {.program_structure {
    padding: 4rem 0;
}.program_structure .picture_gallery {
    height: 300px;
}.program_structure .career_path {
    padding: 2.5rem 2rem;
}.program_structure .main_sitewrap {
    width: 80px;
    margin-bottom: 1.5rem;
    height: 80px;
}.program_structure .main_sitewrap svg {
    height: 45px;
    width: 45px;
}.program_structure h3 {
    font-size: calc(31px * 0.8);
    margin-bottom: 1.5rem;
}.program_structure p {
    font-size: calc(17px * 0.95);
    line-height: 1.7;
}
}

@media screen and (max-width: 576px) {.program_structure {
    padding: 3rem 0;
}.program_structure .picture_gallery {
    clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%);
    height: 250px;
}.program_structure .career_path {
    padding: 2rem 1.5rem;
    clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 100%);
    transform: translateY(-30px);
}.program_structure .main_sitewrap {
    width: 70px;
    height: 70px;
    margin-bottom: 1.2rem;
}.program_structure .main_sitewrap svg {
    width: 40px;
    height: 40px;
}.program_structure h3 {
    margin-bottom: 1.2rem;
    font-size: calc(31px * 0.7);
}.program_structure h3::before {
    bottom: -8px;
    height: 2px;
    width: 30px;
}.program_structure h3::after {
    width: 60px;
    height: 1px;
    bottom: -12px;
}.program_structure p {
    line-height: 1.6;
    font-size: calc(17px * 0.9);
    margin-bottom: 1.5rem;
}.program_structure .path_edu:hover .career_path {
    transform: translateY(-35px);
}}.greeting_page {
    min-height: 700px;
    width: 100%;
    grid-template-rows: 1fr;
    display: grid;
    overflow: hidden;
    height: 100vh;
    position: relative;
    grid-template-columns: 1fr;
}.greeting_page .picture_gallery {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
}.greeting_page .picture_gallery::after {
    z-index: 2;
    left: 0;
    height: 100%;
    background: linear-gradient(135deg, 
        rgba(94, 170, 168, 0.9) 0%, 
        rgba(94, 170, 168, 0.7) 30%, 
        rgba(94, 170, 168, 0.5) 60%, 
        rgba(94, 170, 168, 0.3) 100%);
    top: 0;
    width: 100%;
    position: absolute;
    backdrop-filter: blur(3px);
    content: '';
}.greeting_page .path_edu {
    margin: 0 auto;
    transition: transform 0.5s ease-out;
    backdrop-filter: blur(10px);
    flex-direction: column;
    background: linear-gradient(145deg, 
        rgba(255, 255, 255, 0.15) 0%,
        rgba(255, 255, 255, 0.05) 100%);
    justify-content: center;
    transform: perspective(1000px) rotateX(2deg);
    display: flex;
    max-width: 1200px;
    padding: 3rem;
    z-index: 3;
    width: 100%;
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}.greeting_page .path_edu:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-10px);
}.greeting_page h1 {
    font-size: 48px;
    margin-bottom: 2rem;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    position: relative;
    transform: translateX(-20px);
    color: #ffffff;
    letter-spacing: 0.05em;
    font-weight: 700;
    opacity: 0;
    animation: slideInTitle 0.8s ease-out forwards 0.3s;
}.greeting_page h1::after {
    width: 80px;
    bottom: -10px;
    background: #ffffff;
    animation: expandLine 0.8s ease-out forwards 1s;
    position: absolute;
    content: '';
    transform-origin: left;
    left: 0;
    height: 4px;
    transform: scaleX(0);
}.greeting_page .summary_frame {
    display: grid;
    gap: 2rem;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeUp 0.8s ease-out forwards 0.6s;
    grid-template-columns: 1fr;
}.greeting_page p {
    color: #ffffff;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    line-height: 1.6;
    max-width: 600px;
    margin-bottom: 1.5rem;
    font-size: calc(18px * 1.2);
}.greeting_page .main_entry {
    align-items: center;
    margin: 2rem 0;
    justify-content: center;
    display: flex;
}.greeting_page svg {
    width: 150px;
    height: 150px;
    filter: drop-shadow(0 5px 15px rgba(0, 0, 0, 0.2));
    transform: translateY(0);
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}.greeting_page svg:hover {
    transform: translateY(-10px) scale(1.05);
}.greeting_page svg path {
    transition: fill 0.3s ease;
    fill: rgb(94, 170, 168);
}.greeting_page svg:hover path {
    fill: #ffffff;
}.greeting_page svg text {
    opacity: 0.9;
    font-family: Arial, sans-serif;
    letter-spacing: 0.5px;
    transition: fill 0.3s ease, opacity 0.3s ease;
}.greeting_page svg:hover text {
    fill: #ffffff;
    opacity: 1;
}.greeting_page h6 {
    justify-content: flex-start;
    display: flex;
    margin-top: 1rem;
}.greeting_page .request_query {
    font-weight: 600;
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.2) 0%, 
        rgba(255, 255, 255, 0.1) 100%);
    text-decoration: none;
    letter-spacing: 0.05em;
    padding: 1rem 2rem;
    color: #ffffff;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    font-size: 20px;
    display: inline-block;
    transform: translateZ(0);
    z-index: 1;
    border: 2px solid #ffffff;
    overflow: hidden;
    position: relative;
}.greeting_page .request_query::before {
    z-index: -1;
    top: 0;
    transition: width 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: #ffffff;
    width: 0;
    height: 100%;
    left: 0;
    position: absolute;
    content: '';
}.greeting_page .request_query:hover {
    transform: translateY(-5px);
    color: rgb(94, 170, 168);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}.greeting_page .request_query:hover::before {
    width: 100%;
}

@keyframes slideInTitle {
    from {
        transform: translateX(-20px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

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

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

@media screen and (min-width: 768px) {.greeting_page .path_edu {
    padding: 4rem;
    grid-template-columns: 1fr 1fr;
}.greeting_page h1 {
    font-size: calc(48px * 1.2);
}.greeting_page .summary_frame {
    grid-template-columns: 2fr 1fr;
}.greeting_page svg {
    height: 180px;
    width: 180px;
}
}

@media screen and (min-width: 992px) {.greeting_page .path_edu {
    padding: 5rem;
    grid-template-columns: 1fr 1fr;
}.greeting_page h1 {
    font-size: calc(48px * 1.4);
    margin-bottom: 3rem;
}.greeting_page p {
    font-size: calc(18px * 1.4);
}.greeting_page svg {
    height: 200px;
    width: 200px;
}.greeting_page .request_query {
    font-size: calc(20px * 1.1);
    padding: 1.2rem 2.5rem;
}
}

@media screen and (max-width: 767px) {.greeting_page {
    min-height: 100vh;
    height: auto;
}.greeting_page .path_edu {
    padding: 2rem;
}.greeting_page h1 {
    margin-bottom: 1.5rem;
    font-size: calc(48px * 0.9);
}.greeting_page p {
    font-size: 18px;
}.greeting_page .summary_frame {
    gap: 1rem;
}.greeting_page svg {
    width: 120px;
    height: 120px;
}.greeting_page .request_query {
    padding: 0.8rem 1.5rem;
}
}

@media screen and (max-width: 480px) {.greeting_page .path_edu {
    padding: 1.5rem;
}.greeting_page h1 {
    font-size: calc(48px * 0.8);
}.greeting_page p {
    font-size: calc(18px * 0.9);
}.greeting_page svg {
    width: 100px;
    height: 100px;
}.greeting_page .request_query {
    padding: 0.7rem 1.2rem;
    font-size: calc(20px * 0.9);
}}.test_drive {
    position: relative;
    background: linear-gradient(120deg, rgb(137,124,177,0.5) 0%, #ffffff 100%);
    padding: 120px 0;
    overflow: hidden;
}.test_drive::before {
    right: -20%;
    opacity: 0.1;
    z-index: 1;
    content: '';
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    background: rgb(190,157,166,0.5);
    width: 80%;
    position: absolute;
    height: 200%;
    transform: rotate(-15deg);
    top: -50%;
}.test_drive::after {
    width: 60%;
    content: '';
    border-radius: 70% 30% 30% 70% / 70% 70% 30% 30%;
    background: rgb(137,124,177,0.5);
    height: 150%;
    left: -10%;
    z-index: 1;
    position: absolute;
    opacity: 0.1;
    bottom: -30%;
    transform: rotate(15deg);
}.test_drive .path_edu {
    align-items: center;
    z-index: 10;
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 0;
}.test_drive .container p {
    margin: 0 0 60px 0;
    z-index: 5;
    color: #000000;
    background: #ffffff;
    line-height: 1.4;
    border-radius: 60% 40% 40% 60% / 20% 40% 60% 80%;
    font-weight: 700;
    text-align: center;
    max-width: 800px;
    font-size: 29px;
    padding: 40px 60px;
    position: relative;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}.test_drive .request_query {
    padding: 20px 50px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    transition: all 0.4s ease;
    font-size: 15px;
    font-weight: 600;
    overflow: hidden;
    color: #ffffff;
    position: relative;
    background: linear-gradient(90deg, rgb(190,157,166), rgb(137,124,177));
    text-decoration: none;
    z-index: 5;
}.test_drive .request_query::before {
    width: 100%;
    content: '';
    height: 100%;
    transition: opacity 0.4s ease;
    background: linear-gradient(90deg, rgb(137,124,177), rgb(190,157,166));
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 0;
}.test_drive .request_query:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px) scale(1.05);
}.test_drive .request_query:hover::before {
    opacity: 1;
}.test_drive .container p::before {
    height: 120%;
    border-radius: 60% 40% 40% 60% / 20% 40% 60% 80%;
    z-index: -1;
    animation: morph 8s ease-in-out infinite;
    width: 140%;
    top: -10%;
    content: '';
    left: -20%;
    position: absolute;
    opacity: 0.4;
    background: #ffffff;
}.test_drive .request_query::after {
    top: 0;
    animation: shine 6s infinite;
    transform: skewX(-15deg);
    width: 30px;
    position: absolute;
    height: 100%;
    content: '';
    left: -100px;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
}

@keyframes morph {
    0%, 100% {
        border-radius: 60% 40% 40% 60% / 20% 40% 60% 80%;
    }
    50% {
        border-radius: 40% 60% 60% 40% / 60% 30% 70% 40%;
    }
}

@keyframes shine {
    0% {
        left: -100px;
    }
    20% {
        left: 120%;
    }
    100% {
        left: 120%;
    }
}

@media (max-width: 991px) {.test_drive {
    padding: 90px 0;
}.test_drive .container p {
    font-size: calc(21px * 1.2);
    margin-bottom: 50px;
    padding: 35px 50px;
}.test_drive .request_query {
    padding: 18px 40px;
}
}

@media (max-width: 767px) {.test_drive {
    padding: 70px 0;
}.test_drive .container p {
    padding: 30px 40px;
    margin-bottom: 40px;
    border-radius: 40% 60% 50% 50% / 40% 40% 60% 60%;
    font-size: 21px;
}.test_drive .request_query {
    padding: 15px 35px;
}.test_drive .container p::before {
    animation: none;
}
}

@media (max-width: 480px) {.test_drive {
    padding: 50px 0;
}.test_drive .container p {
    margin-bottom: 30px;
    font-size: calc(18px * 1.2);
    border-radius: 30px;
    padding: 25px 30px;
}.test_drive .request_query {
    font-size: calc(15px * 0.9);
    padding: 12px 30px;
}}.site_map {
    background-attachment: fixed;
    color: #ffffff;
    position: relative;
    padding: 6rem 0 3rem;
    z-index: 1;
}.site_map::before {
    background: linear-gradient(180deg, rgba(0,0,0,0.9) 0%, rgb(190,157,166,0.5) 100%);
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    content: "";
}.site_map::after {
    background-image: repeating-linear-gradient(45deg, rgba(255,255,255,0.03) 0px, rgba(255,255,255,0.03) 2px, transparent 2px, transparent 4px);
    pointer-events: none;
    z-index: -1;
    height: 100%;
    left: 0;
    content: "";
    width: 100%;
    top: 0;
    position: absolute;
}@keyframes gridMovement {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

.site_map .container {
    position: relative;
    display: flex;
    flex-direction: column;
}.site_map .company_holder {
    margin-bottom: 3rem;
    padding-bottom: 2.5rem;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    text-align: center;
    position: relative;
}.site_map .company_holder::before,
.site_map .company_holder::after {
    bottom: -1px;
    content: "";
    width: 20%;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgb(137,124,177), transparent);
    position: absolute;
    animation: slide 3s infinite alternate;
}.site_map .company_holder::before {
    animation-delay: 0s;
    left: 0;
}.site_map .company_holder::after {
    right: 0;
    animation-delay: 1.5s;
}@keyframes slide {
    0% {
        width: 0;
        opacity: 0.5;
    }
    100% {
        width: 40%;
        opacity: 1;
    }
}

.site_map .company_holder h3 {
    position: relative;
    font-size: calc(38px * 1.3);
    font-weight: 700;
    display: inline-block;
    margin-bottom: 1rem;
}.site_map .company_holder h3::after {
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    height: 3px;
    width: 60px;
    background: rgb(137,124,177);
    content: "";
}.site_map .subscr_info {
    line-height: 1.7;
    font-size: 13px;
    max-width: 600px;
    opacity: 0.8;
    margin: 1.5rem auto 0;
    color: #ffffff;
}.site_map .hackathon {
    display: flex;
    justify-content: center;
}.site_map .main_pro {
    display: flex;
    position: relative;
    gap: 6rem;
}.site_map .main_pro::before {
    background: rgb(190,157,166);
    position: absolute;
    height: 20px;
    left: 50%;
    width: 1px;
    top: -30px;
    content: "";
    transform: translateX(-50%);
}.site_map .head_nav {
    padding: 1rem 1.5rem;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    position: relative;
    background: rgba(255,255,255,0.05);
    border-radius: 10px;
}.site_map .head_nav:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 40px 0 rgba(0, 0, 0, 0.2);
    background: rgba(rgb(190,157,166,0.5), 0.1);
}.site_map .head_nav h5 {
    font-size: 18px;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    border-bottom: 1px dashed rgba(255,255,255,0.2);
    font-weight: 600;
    text-align: center;
    color: rgb(137,124,177);
    padding-bottom: 0.8rem;
}.site_map .head_nav .main_pro {
    display: flex;
    gap: 0.8rem;
    flex-direction: column;
    position: static;
}.site_map .head_nav .main_pro a {
    padding: 0.4rem 0;
    text-align: center;
    font-size: 13px;
    transition: all 0.3s ease;
    text-decoration: none;
    position: relative;
    z-index: 1;
    opacity: 0.75;
    color: #ffffff;
    overflow: hidden;
}.site_map .head_nav .main_pro a::before {
    content: "";
    z-index: -1;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgb(190,157,166), transparent);
    left: 0;
    transform-origin: center;
    position: absolute;
    transform: scaleX(0);
    transition: transform 0.4s ease;
    width: 100%;
    bottom: 0;
}.site_map .head_nav .main_pro a:hover {
    opacity: 1;
    color: rgb(137,124,177);
}.site_map .head_nav .main_pro a:hover::before {
    transform: scaleX(1);
}.milestone_cta {
    margin-top: 4rem;
    overflow: hidden;
    padding: 1.2rem 0;
    position: relative;
    background-color: rgba(0, 0, 0, 0.8);
}.milestone_cta::before {
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    opacity: 0.3;
    content: "";
    background-image: linear-gradient(45deg, rgba(rgb(190,157,166,0.5), 0.05) 25%, transparent 25%, transparent 50%, rgba(rgb(190,157,166,0.5), 0.05) 50%, rgba(rgb(190,157,166,0.5), 0.05) 75%, transparent 75%, transparent);
    background-size: 4px 4px;
    top: 0;
    animation: bgMove 20s linear infinite;
}@keyframes bgMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

.milestone_cta .container {
    justify-content: center;
    display: flex;
    align-items: center;
}.milestone_cta .footer_caption {
    text-align: center;
    color: #ffffff;
    opacity: 0.8;
    font-size: 16px;
    position: relative;
    letter-spacing: 0.5px;
}.milestone_cta .footer_caption::before,
.milestone_cta .footer_caption::after {
    color: rgb(190,157,166);
    margin: 0 0.6rem;
    content: "•";
}

@media screen and (max-width: 992px) {.site_map {
    padding: 4rem 0 2rem;
}.site_map .company_holder {
    padding-bottom: 2rem;
    margin-bottom: 2rem;
}.site_map .company_holder h3 {
    font-size: 38px;
}.site_map .main_pro {
    gap: 3rem;
}
}

@media screen and (max-width: 768px) {.site_map .hackathon {
    align-items: center;
    flex-direction: column;
}.site_map .main_pro {
    max-width: 450px;
    gap: 2rem;
    width: 100%;
    flex-direction: column;
}.site_map .head_nav {
    width: 100%;
}
}

@media screen and (max-width: 576px) {.site_map {
    padding: 3rem 0 1.5rem;
}.site_map .company_holder h3 {
    font-size: calc(38px * 0.9);
}.site_map .subscr_info {
    font-size: calc(13px * 0.9);
}.site_map .head_nav {
    padding: 1rem;
}.site_map .head_nav h5 {
    font-size: calc(18px * 0.9);
}.milestone_cta {
    margin-top: 2rem;
    padding: 1rem 0;
}.milestone_cta .footer_caption {
    font-size: calc(16px * 0.9);
}.milestone_cta .footer_caption::before,
    .milestone_cta .footer_caption::after {
    display: none;
}}.contact_information {
    overflow: hidden;
    background: #ffffff;
    padding: 80px 0;
    position: relative;
}.contact_information::before {
    height: 100%;
    top: 0;
    content: "";
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%) -10px 0,
                linear-gradient(225deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%) -10px 0,
                linear-gradient(315deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%),
                linear-gradient(45deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%);
    background-size: 20px 20px;
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 0;
}.contact_information .container {
    max-width: 1200px;
    z-index: 1;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
}.contact_information h2 {
    padding-left: 20px;
    color: #000000;
    border-left: 5px solid rgb(190,157,166);
    position: relative;
    margin-bottom: 50px;
    font-size: 32px;
    text-align: left;
    font-weight: 700;
}.contact_information .support_list {
    flex-direction: row-reverse;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    display: flex;
    background: #ffffff;
}.contact_information .picture_gallery {
    position: relative;
    min-height: 500px;
    flex: 0 0 40%;
}.contact_information .picture_gallery::before {
    z-index: 1;
    left: 0;
    top: 0;
    position: absolute;
    height: 100%;
    mix-blend-mode: multiply;
    width: 100%;
    background: rgb(190,157,166,0.5);
    content: "";
}.contact_information .request_widget {
    padding: 60px;
    flex: 0 0 60%;
    position: relative;
}.contact_information .request_widget::after {
    right: 0;
    position: absolute;
    height: 150px;
    background: rgb(228,216,226);
    top: 0;
    z-index: -1;
    width: 150px;
    content: "";
    border-radius: 0 0 0 100%;
}.contact_information #contact {
    display: flex;
    gap: 30px;
    flex-direction: column;
}.contact_information h3 {
    font-weight: 700;
    position: relative;
    color: #000000;
    margin-bottom: 30px;
    font-size: 21px;
}.contact_information h3::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -10px;
    width: 40px;
    background: rgb(190,157,166);
    height: 2px;
}.contact_information input[type="text"] {
    width: 100%;
    color: #000000;
    border-radius: 10px;
    border: none;
    background: rgb(228,216,226);
    transition: all 0.3s ease;
    padding: 18px 20px;
    font-size: 12px;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.03);
}.contact_information input[type="text"]:focus {
    box-shadow: 0 0 0 2px rgb(190,157,166,0.5), inset 0 2px 4px rgba(0, 0, 0, 0.03);
    outline: none;
    background: #ffffff;
}.contact_information input[type="text"]::placeholder {
    color: #000000;
    opacity: 0.6;
}.contact_information .feedback_support {
    align-items: center;
    display: flex;
    margin-top: 5px;
    gap: 12px;
}.contact_information .feedback_support input[type="checkbox"] {
    transition: all 0.2s ease;
    appearance: none;
    width: 22px;
    position: relative;
    cursor: pointer;
    border-radius: 10px;
    border: 2px solid rgb(228,216,226);
    height: 22px;
}.contact_information .feedback_support input[type="checkbox"]:checked {
    border-color: rgb(190,157,166);
    background: rgb(190,157,166);
}.contact_information .feedback_support input[type="checkbox"]:checked::after {
    border: solid #ffffff;
    top: 3px;
    width: 6px;
    content: "";
    transform: rotate(45deg);
    height: 11px;
    border-width: 0 2px 2px 0;
    position: absolute;
    left: 7px;
}.contact_information .feedback_support label {
    color: #000000;
    line-height: 1.5;
    font-size: 12px;
}.contact_information .feedback_support a {
    transition: all 0.3s ease;
    color: rgb(190,157,166);
    text-decoration: none;
    position: relative;
}.contact_information .feedback_support a:hover {
    color: rgb(137,124,177);
}.contact_information .feedback_support a::after {
    width: 100%;
    position: absolute;
    content: "";
    background: rgb(190,157,166);
    bottom: -2px;
    transition: all 0.3s ease;
    left: 0;
    height: 1px;
}.contact_information .feedback_support a:hover::after {
    background: rgb(137,124,177);
}.contact_information .request_query {
    color: #ffffff;
    padding: 18px 40px;
    transition: all 0.3s ease;
    border: none;
    background: rgb(190,157,166);
    box-shadow: 0 4px 15px rgb(190,157,166,0.5);
    font-weight: 600;
    font-size: 18px;
    cursor: pointer;
    align-self: flex-start;
    border-radius: 24px;
    margin-top: 20px;
}.contact_information .request_query:hover {
    background: rgb(137,124,177);
    box-shadow: 0 7px 20px rgb(137,124,177,0.5);
    transform: translateY(-2px);
}.contact_information svg {
    fill: rgb(190,157,166);
    width: 20px;
    transition: all 0.3s ease;
    height: 20px;
}.contact_information svg path {
    fill: rgb(190,157,166);
    transition: all 0.3s ease;
}.contact_information svg:hover {
    fill: rgb(137,124,177);
}.contact_information svg:hover path {
    fill: rgb(137,124,177);
}

@media (max-width: 992px) {.contact_information .support_list {
    flex-direction: column;
}.contact_information .picture_gallery {
    min-height: 300px;
    order: 1;
    flex: 0 0 auto;
}.contact_information .request_widget {
    order: 2;
    padding: 50px 40px;
    flex: 0 0 auto;
}.contact_information h2 {
    margin-bottom: 40px;
}
}

@media (max-width: 768px) {.contact_information {
    padding: 60px 0;
}.contact_information h2 {
    font-size: calc(32px - 4px);
    margin-bottom: 30px;
}.contact_information .request_widget {
    padding: 40px 30px;
}.contact_information #contact {
    gap: 25px;
}.contact_information .picture_gallery {
    min-height: 250px;
}
}

@media (max-width: 576px) {.contact_information {
    padding: 40px 0;
}.contact_information .container {
    padding: 0 15px;
}.contact_information h2 {
    padding-left: 15px;
    margin-bottom: 25px;
    font-size: calc(32px - 6px);
}.contact_information .request_widget {
    padding: 30px 20px;
}.contact_information #contact {
    gap: 20px;
}.contact_information input[type="text"] {
    padding: 15px;
}.contact_information .request_query {
    padding: 15px 20px;
    width: 100%;
}.contact_information .picture_gallery {
    min-height: 200px;
}}.customer_reviews {
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(228,216,226), #ffffff);
}.customer_reviews::before {
    background: 
        radial-gradient(circle at 20% 30%, rgb(137,124,177,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(190,157,166,0.5) 0%, transparent 40%);
    content: "";
    left: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
    position: absolute;
    opacity: 0.12;
    top: 0;
}.customer_reviews::after {
    width: 30%;
    transform: rotate(-15deg);
    z-index: 0;
    position: absolute;
    height: 30%;
    filter: blur(60px);
    right: -5%;
    top: -5%;
    background: linear-gradient(145deg, rgb(137,124,177,0.5), transparent);
    content: "";
}.customer_reviews h2 {
    margin-bottom: 3.5rem;
    position: relative;
    font-weight: 700;
    color: #000000;
    transform: translateX(1.5rem);
    text-align: left;
    font-size: calc(37px * 1.1);
    z-index: 5;
}.customer_reviews h2::after {
    height: 3px;
    position: absolute;
    transform-origin: left center;
    animation: expandLine 2s ease-out forwards;
    left: 0;
    bottom: -0.75rem;
    content: "";
    width: 6rem;
    background: linear-gradient(90deg, rgb(190,157,166), rgb(137,124,177));
}.customer_reviews .container.path_edu {
    z-index: 5;
    position: relative;
    max-width: 1320px;
    margin: 0 auto;
}.customer_reviews .user_opinions {
    gap: 2.5rem;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    position: relative;
    display: grid;
}.customer_reviews .opinion_hub {
    flex-direction: column;
    position: relative;
    display: flex;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    opacity: 0;
    z-index: 5;
    animation: fadeInUp 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    transform: translateY(20px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    padding: 2rem;
    background: #ffffff;
    animation-delay: calc(var(--i, 0) * 0.15s);
    height: 100%;
}.customer_reviews .opinion_hub:nth-child(1) {
    --i: 1;
}.customer_reviews .opinion_hub:nth-child(2) {
    --i: 2;
}.customer_reviews .opinion_hub:nth-child(3) {
    --i: 3;
}.customer_reviews .opinion_hub:nth-child(4) {
    --i: 4;
}.customer_reviews .opinion_hub:nth-child(5) {
    --i: 5;
}.customer_reviews .opinion_hub:nth-child(6) {
    --i: 6;
}.customer_reviews .opinion_hub:nth-child(7) {
    --i: 7;
}.customer_reviews .opinion_hub:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}.customer_reviews .opinion_hub::before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 1rem;
    font-family: Georgia, serif;
    font-size: 8rem;
    color: rgb(137,124,177,0.5);
    opacity: 0.2;
    top: -0.5rem;
    line-height: 1;
}.customer_reviews .opinion_hub h3 {
    margin-bottom: 0.75rem;
    font-size: calc(24px * 1.1);
    font-weight: 600;
    z-index: 2;
    padding-left: 1rem;
    position: relative;
    color: #000000;
}.customer_reviews .opinion_hub h3::before {
    transform: translateY(-50%);
    background: rgb(190,157,166);
    width: 3px;
    content: "";
    position: absolute;
    height: 70%;
    top: 50%;
    left: 0;
}.customer_reviews .opinion_hub .description {
    font-size: 14px;
    margin-bottom: 1.5rem;
    line-height: 1.7;
    position: relative;
    z-index: 2;
    flex-grow: 1;
    color: #000000;
}.customer_reviews .opinion_hub div {
    border-radius: 50%;
    position: relative;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    transform: translateY(5px);
    height: 60px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    width: 60px;
    align-self: flex-end;
}.customer_reviews .opinion_hub:hover div {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
    transform: translateY(0) scale(1.05);
}.customer_reviews .opinion_hub img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    transition: transform 0.4s ease;
}.customer_reviews .opinion_hub:hover img {
    transform: scale(1.08);
}

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

@keyframes expandLine {
    from {
        width: 0;
    }
    to {
        width: 6rem;
    }
}

@media (max-width: 1200px) {.customer_reviews {
    padding: 5rem 0;
}.customer_reviews h2 {
    font-size: calc(37px * 1);
    transform: translateX(1rem);
}.customer_reviews .user_opinions {
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 2rem;
}
}

@media (max-width: 992px) {.customer_reviews {
    padding: 4.5rem 1.5rem;
}.customer_reviews h2 {
    margin-bottom: 3rem;
    font-size: calc(37px * 0.9);
}.customer_reviews .user_opinions {
    gap: 1.75rem;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}.customer_reviews .opinion_hub {
    padding: 1.75rem;
}
}

@media (max-width: 768px) {.customer_reviews {
    padding: 4rem 1.25rem;
}.customer_reviews h2 {
    text-align: center;
    margin-bottom: 2.5rem;
    transform: translateX(0);
    font-size: calc(37px * 0.85);
}.customer_reviews h2::after {
    transform: translateX(-50%);
    left: 50%;
}.customer_reviews .user_opinions {
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}
}

@media (max-width: 576px) {.customer_reviews {
    padding: 3.5rem 1rem;
}.customer_reviews h2 {
    margin-bottom: 2rem;
    font-size: calc(37px * 0.8);
}.customer_reviews .user_opinions {
    gap: 1.25rem;
    grid-template-columns: 1fr;
}.customer_reviews .opinion_hub {
    padding: 1.5rem;
}.customer_reviews .opinion_hub h3 {
    font-size: calc(24px * 1);
}.customer_reviews .opinion_hub .description {
    font-size: calc(14px * 0.95);
}.customer_reviews .opinion_hub div {
    height: 50px;
    width: 50px;
}}.help_center {
    padding: 6rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(228,216,226) 0%, rgb(190,157,166,0.5) 100%);
    position: relative;
}.help_center::before {
    animation: float 8s ease-in-out infinite;
    opacity: 0.15;
    background: rgb(137,124,177,0.5);
    top: -5%;
    right: -5%;
    position: absolute;
    transform: rotate(-15deg);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    z-index: 1;
    content: "";
    width: 35%;
    height: 35%;
}.help_center::after {
    content: "";
    opacity: 0.15;
    background: rgb(190,157,166,0.5);
    animation: float 8s ease-in-out infinite reverse;
    width: 25%;
    clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
    left: -5%;
    position: absolute;
    height: 25%;
    bottom: -5%;
    z-index: 1;
    transform: rotate(15deg);
}.help_center .container {
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
}.help_center .connect_block {
    border-left: 4px solid rgb(190,157,166);
    transform: perspective(1000px) rotateX(2deg);
    backdrop-filter: blur(10px);
    padding: 3rem;
    border-radius: 26px;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
}.help_center .connect_block:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateX(0deg);
}.help_center h3 {
    font-size: 35px;
    color: rgb(190,157,166);
    position: relative;
    margin-bottom: 1.5rem;
    font-weight: 700;
    display: inline-block;
}.help_center h3::after {
    bottom: -10px;
    background: linear-gradient(90deg, rgb(190,157,166) 0%, rgb(137,124,177) 100%);
    content: "";
    height: 3px;
    width: 80%;
    left: 0;
    transition: transform 0.3s ease;
    transform-origin: left;
    position: absolute;
}.help_center .connect_block:hover h3::after {
    transform: scaleX(1.2);
}.help_center p {
    color: #000000;
    font-size: 13px;
    margin-bottom: 1.5rem;
    line-height: 1.7;
}.help_center h5 {
    color: #000000;
    gap: 0.5rem;
    display: flex;
    margin-bottom: 0.5rem;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
}.help_center .instant_contact {
    list-style: none;
    gap: 1rem;
    padding: 0;
    flex-direction: column;
    margin: 2rem 0 0;
    display: flex;
}.help_center .edu_query {
    font-weight: 400;
    gap: 0.5rem;
    border-left: 2px solid transparent;
    align-items: center;
    display: flex;
    padding: 0.75rem 1rem;
    font-size: 13px;
    color: #000000;
    background: linear-gradient(to right, rgba(rgb(190,157,166,0.5), 0.05), rgba(rgb(228,216,226), 0.1));
    transition: all 0.3s ease;
    text-decoration: none;
    border-radius: 10px;
}.help_center .edu_query:hover {
    border-left: 2px solid rgb(190,157,166);
    background: linear-gradient(to right, rgba(rgb(190,157,166,0.5), 0.1), rgba(rgb(228,216,226), 0.2));
    transform: translateX(5px);
}.help_center svg {
    transition: transform 0.3s ease;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
}.help_center .edu_query:hover svg {
    transform: scale(1.1);
}.help_center svg path {
    fill: rgb(190,157,166);
    transition: fill 0.3s ease;
}.help_center .edu_query:hover svg path {
    fill: rgb(137,124,177);
}

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

@media (min-width: 768px) {.help_center .connect_block {
    display: grid;
    gap: 2rem;
    grid-template-columns: 1fr;
    padding: 4rem;
}.help_center h3 {
    font-size: calc(35px * 1.1);
}.help_center .instant_contact {
    flex-direction: row;
    gap: 1.5rem;
    flex-wrap: wrap;
}.help_center .edu_query {
    padding: 1rem 1.5rem;
}
}

@media (min-width: 992px) {.help_center {
    padding: 8rem 0;
}.help_center .connect_block {
    transform: perspective(1500px) rotateX(2deg) rotateY(-1deg);
    max-width: 900px;
    margin: 0 auto;
}.help_center .connect_block:hover {
    transform: perspective(1500px) rotateX(0deg) rotateY(0deg);
}.help_center h3 {
    margin-bottom: 2.5rem;
}.help_center h3::after {
    height: 4px;
}
}

@media (max-width: 767px) {.help_center {
    padding: 4rem 0;
}.help_center .connect_block {
    padding: 2rem;
    transform: none;
}.help_center h3 {
    font-size: calc(35px * 0.9);
    margin-bottom: 1.25rem;
}.help_center p {
    font-size: calc(13px * 0.95);
}.help_center svg {
    width: 18px;
    height: 18px;
}.help_center .edu_query {
    padding: 0.65rem 0.75rem;
}
}

@media (hover: none) {.help_center .connect_block {
    transform: none !important;
}.help_center .edu_query:hover {
    transform: none;
}}.overlayConsentSettings {
    padding: 20px 0;
    transform: translateY(100%);
    position: fixed;
    animation: slideUp 0.5s forwards;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
    background: rgb(137,124,177);
    z-index: 90;
    transition: transform 0.3s ease-in-out;
    border-top: 3px solid rgb(137,124,177);
    width: 100%;
    bottom: 0;
}@keyframes slideUp {
    to {
        transform: translateY(0);
    }
}
#cookiePolicyAlert {
    display: none;
}#cookiePolicyAlert:checked ~ .overlayConsentSettings {
    opacity: 0;
    visibility: hidden;
}.cookie_customize {
    gap: 20px;
    display: flex;
    align-items: center;
    padding: 20px 5%;
    justify-content: space-between;
}.overlayConsentSettings h5 {
    letter-spacing: 1px;
    font-size: 23px;
    text-transform: uppercase;
    font-weight: 700;
    color: #ffffff;
    font-family: Arial, sans-serif;
}.overlayConsentSettings p {
    font-size: 14px;
    line-height: 1.5;
    font-family: Arial, sans-serif;
    color: #ffffff;
}.learn_cookies {
    flex-shrink: 0;
    align-items: center;
    filter: drop-shadow(0 0 10px rgb(190,157,166));
    display: flex;
    margin-right: 15px;
    justify-content: center;
}.learn_cookies svg {
    fill: rgb(190,157,166);
    transition: transform 0.3s ease-in-out;
    width: 80px;
    height: 80px;
}.learn_cookies:hover svg {
    transform: scale(1.1);
}.edu_accept {
    box-shadow: 0 0 15px rgb(190,157,166);
    text-align: center;
    padding: 10px 20px;
    min-width: 140px;
    white-space: nowrap;
    font-size: 17px;
    margin-left: 10px;
    background: linear-gradient(90deg, rgb(190,157,166), rgb(137,124,177));
    cursor: pointer;
    text-decoration: none;
    color: #000000;
    border-radius: 27px;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    line-height: 40px;
    flex-shrink: 0;
}.edu_accept:hover {
    box-shadow: 0 0 20px rgb(137,124,177);
}.cookie_button.cookie_guide {
    border: 2px solid rgb(137,124,177);
    color: #ffffff;
    background: rgba(0, 0, 0, 0.5);
}.cookie_button.cookie_guide:hover {
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 15px rgb(137,124,177);
}.overlayConsentSettings p a {
    transition: color 0.3s ease;
    color: rgb(190,157,166);
    text-decoration: none;
}.overlayConsentSettings p a:hover {
    color: rgb(137,124,177);
}
@media only screen and (max-width: 1200px) {.overlayConsentSettings {
    padding: 15px 0;
}.cookie_customize {
    padding: 15px 5%;
}
}
@media only screen and (max-width: 800px) {.learn_cookies {
    display: none;
}.cookie_customize {
    flex-direction: column;
    align-items: center;
    text-align: center;
}.overlayConsentSettings h5 {
    margin-bottom: 5px;
    font-size: 20px;
}.cookie_list {
    margin-bottom: 15px;
}.edu_accept {
    margin: 10px 0;
    min-width: 100%;
}}
.tariff_block {
    overflow: hidden;
    position: relative;
    padding: 120px 0 100px;
}.tariff_block::before {
    position: absolute;
    left: 0;
    content: "";
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.6) 100%);
    z-index: 1;
    right: 0;
    top: 0;
    bottom: 0;
}.tariff_block .container {
    z-index: 2;
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
}.tariff_block .study_packages {
    perspective: 1000px;
    transform-style: preserve-3d;
}.tariff_block h2 {
    font-weight: 700;
    text-shadow: 0 2px 10px rgba(0,0,0,0.2);
    margin-bottom: 20px;
    font-size: 28px;
    color: #ffffff;
    position: relative;
    letter-spacing: 1px;
    text-align: center;
    transform: translateZ(20px);
}.tariff_block .plan_pricing {
    line-height: 1.6;
    text-align: center;
    position: relative;
    transform: translateZ(15px);
    color: rgb(255, 255, 255, 0.5);
    margin: 0 auto 50px;
    font-size: calc(14px * 1.1);
    max-width: 700px;
}.tariff_block .learning_fees {
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 30px;
    list-style: none;
}.tariff_block .learning_fees li {
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform-style: preserve-3d;
    perspective: 800px;
}.tariff_block .annual_plan {
    transform: translateZ(0);
    display: block;
    text-decoration: none;
    height: 100%;
    position: relative;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}.tariff_block .study_costs {
    position: relative;
    height: 100%;
    transform: translateZ(0);
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.2),
        0 5px 15px rgba(0,0,0,0.15),
        0 0 0 1px rgba(255,255,255,0.1) inset;
    border-radius: 4px;
    background: linear-gradient(135deg, 
        rgba(255,255,255,0.1) 0%, 
        rgba(255,255,255,0.03) 100%);
    backdrop-filter: blur(10px);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    overflow: hidden;
    padding: 40px 30px;
}.tariff_block .study_costs::before {
    left: 0;
    opacity: 0.8;
    top: 0;
    transition: all 0.4s ease;
    background: linear-gradient(90deg, 
        rgb(190,157,166) 0%, 
        rgb(137,124,177) 100%);
    transform: scaleX(0.8);
    content: "";
    height: 4px;
    width: 100%;
    position: absolute;
}.tariff_block .study_costs::after {
    z-index: -1;
    position: absolute;
    content: "";
    background: radial-gradient(
        circle, 
        rgb(190,157,166,0.5) 0%, 
        transparent 70%
    );
    transition: all 0.5s ease;
    width: 120px;
    height: 120px;
    opacity: 0.5;
    right: -60px;
    bottom: -60px;
}.tariff_block .payment_deals {
    position: relative;
    z-index: 2;
}.tariff_block .payment_deals h4 {
    position: relative;
    padding-bottom: 15px;
    font-size: calc(20px * 1.2);
    font-weight: 600;
    margin: 0 0 20px;
    color: #ffffff;
}.tariff_block .payment_deals h4::after {
    left: 0;
    background-color: rgb(137,124,177);
    width: 40px;
    height: 2px;
    content: "";
    transition: width 0.3s ease;
    position: absolute;
    bottom: 0;
}.tariff_block .payment_deals p {
    margin-bottom: 30px;
    scrollbar-color: rgb(137,124,177) transparent;
    line-height: 1.6;
    font-size: 14px;
    max-height: 200px;
    padding-right: 10px;
    scrollbar-width: thin;
    overflow-y: auto;
    color: rgb(255, 255, 255, 0.5);
}.tariff_block .payment_deals p::-webkit-scrollbar {
    width: 4px;
}.tariff_block .payment_deals p::-webkit-scrollbar-track {
    background: transparent;
}.tariff_block .payment_deals p::-webkit-scrollbar-thumb {
    background-color: rgb(137,124,177,0.5);
    border-radius: 20px;
}.tariff_block .package_price {
    position: relative;
    font-weight: 700;
    font-size: calc(20px * 1.4);
    margin-top: 10px;
    padding: 10px 0;
    display: block;
    color: #ffffff;
    text-shadow: 0 2px 8px rgba(0,0,0,0.2);
}.tariff_block .package_price::before {
    left: 0;
    bottom: 0;
    content: "";
    height: 3px;
    background: linear-gradient(90deg, 
        rgb(137,124,177) 0%, 
        transparent 100%);
    width: 60px;
    position: absolute;
}.tariff_block .annual_plan:hover .study_costs {
    box-shadow: 
        0 25px 45px rgba(0,0,0,0.25),
        0 10px 20px rgba(0,0,0,0.2),
        0 0 0 1px rgba(255,255,255,0.15) inset;
    transform: translateY(-8px) translateZ(20px);
}.tariff_block .annual_plan:hover .study_costs::before {
    transform: scaleX(1);
    opacity: 1;
}.tariff_block .annual_plan:hover .study_costs::after {
    transform: scale(1.2);
    opacity: 0.7;
}.tariff_block .annual_plan:hover .payment_deals h4::after {
    width: 60px;
}@keyframes priceFadeIn {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.tariff_block .learning_fees li {
    animation: priceFadeIn 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
    opacity: 0;
}.tariff_block .learning_fees li:nth-child(1) {
    animation-delay: 0.1s;
}.tariff_block .learning_fees li:nth-child(2) {
    animation-delay: 0.2s;
}.tariff_block .learning_fees li:nth-child(3) {
    animation-delay: 0.3s;
}.tariff_block .learning_fees li:nth-child(4) {
    animation-delay: 0.4s;
}


@media (max-width: 1200px) {.tariff_block {
    padding: 100px 0 80px;
}.tariff_block .learning_fees {
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 25px;
}
}

@media (max-width: 992px) {.tariff_block h2 {
    font-size: calc(28px * 0.9);
}.tariff_block .plan_pricing {
    margin-bottom: 40px;
}.tariff_block .study_costs {
    padding: 35px 25px;
}
}

@media (max-width: 768px) {.tariff_block {
    padding: 80px 0 60px;
}.tariff_block h2 {
    font-size: calc(28px * 0.8);
}.tariff_block .plan_pricing {
    font-size: 14px;
    margin-bottom: 30px;
}.tariff_block .learning_fees {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}.tariff_block .payment_deals p {
    max-height: 180px;
    font-size: calc(14px * 0.95);
}
}

@media (max-width: 576px) {.tariff_block {
    padding: 60px 0 40px;
}.tariff_block .container {
    padding: 0 15px;
}.tariff_block h2 {
    font-size: calc(28px * 0.7);
    margin-bottom: 15px;
}.tariff_block .plan_pricing {
    margin-bottom: 25px;
    font-size: calc(14px * 0.95);
}.tariff_block .learning_fees {
    grid-template-columns: 1fr;
    gap: 25px;
}.tariff_block .study_costs {
    padding: 30px 20px;
}.tariff_block .payment_deals h4 {
    font-size: 20px;
}.tariff_block .package_price {
    font-size: calc(20px * 1.2);
}}.company_info {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(228,216,226) 0%, #ffffff 100%);
    padding: 6rem 0;
}.company_info::before {
    right: -5%;
    position: absolute;
    transform: rotate(-15deg);
    content: "";
    width: 40%;
    opacity: 0.15;
    filter: blur(60px);
    height: 40%;
    z-index: 1;
    top: -5%;
    animation: floatGradient 15s ease-in-out infinite alternate;
    background: linear-gradient(45deg, rgb(190,157,166,0.5) 0%, rgb(190,157,166) 100%);
}.company_info::after {
    animation: floatGradient 18s ease-in-out infinite alternate-reverse;
    opacity: 0.1;
    transform: rotate(15deg);
    position: absolute;
    height: 35%;
    content: "";
    background: linear-gradient(225deg, rgb(137,124,177) 0%, rgb(137,124,177,0.5) 100%);
    left: -5%;
    filter: blur(70px);
    bottom: -5%;
    z-index: 1;
    width: 35%;
}.company_info .container {
    margin: 0 auto;
    z-index: 2;
    padding: 0 2rem;
    position: relative;
    max-width: 1200px;
}.company_info h1 {
    transform: translateX(-0.5rem);
    position: relative;
    font-size: 38px;
    letter-spacing: -0.5px;
    margin-bottom: 3rem;
    color: #000000;
    font-weight: 700;
    display: inline-block;
}.company_info h1::after {
    height: 4px;
    animation: lineReveal 1.2s cubic-bezier(0.23, 1, 0.32, 1) forwards 0.3s;
    transform: scaleX(0);
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    position: absolute;
    content: "";
    width: 60px;
    bottom: -12px;
    background: rgb(190,157,166);
    left: 0;
    transform-origin: left;
}.company_info .pro_study {
    position: relative;
}.company_info .pro_study ul {
    gap: 3.5rem;
    padding: 0;
    list-style: none;
    margin: 0;
    grid-template-columns: 1fr;
    display: grid;
}.company_info .learn_culture {
    border-radius: 2px;
    position: relative;
    animation: fadeUp 0.8s cubic-bezier(0.23, 1, 0.32, 1) forwards;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04), 0 1px 5px rgba(0, 0, 0, 0.03);
    background: #ffffff;
    opacity: 0;
    padding: 2.5rem;
    transform: translateY(30px);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}.company_info .learn_culture:nth-child(1) {
    animation-delay: 0.2s;
}.company_info .learn_culture:nth-child(2) {
    animation-delay: 0.4s;
}.company_info .learn_culture:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08), 0 5px 10px rgba(0, 0, 0, 0.05);
    transform: translateY(-5px);
}.company_info .learn_culture::before {
    position: absolute;
    top: 0;
    transition: height 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    height: 0;
    width: 4px;
    left: 0;
    content: "";
    background: linear-gradient(to bottom, rgb(190,157,166), rgb(137,124,177));
}.company_info .learn_culture:hover::before {
    height: 100%;
}.company_info .learn_culture h4 {
    display: inline-block;
    font-weight: 600;
    position: relative;
    margin-bottom: 1.5rem;
    font-size: calc(22px * 1.1);
    transform: translateX(0);
    color: #000000;
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}.company_info .learn_culture:hover h4 {
    color: rgb(190,157,166);
    transform: translateX(12px);
}.company_info .learn_culture div {
    font-family: Arial, sans-serif;
    padding-right: 10px;
    position: relative;
    color: #000000;
    line-height: 1.8;
    overflow-y: auto;
    max-height: 250px;
    font-size: 15px;
}.company_info .learn_culture div::-webkit-scrollbar {
    width: 4px;
}.company_info .learn_culture div::-webkit-scrollbar-track {
    border-radius: 20px;
    background: rgba(0, 0, 0, 0.05);
}.company_info .learn_culture div::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background: rgb(190,157,166,0.5);
    transition: background 0.3s ease;
}.company_info .learn_culture div::-webkit-scrollbar-thumb:hover {
    background: rgb(190,157,166);
}

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

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

@keyframes floatGradient {
    0% {
        transform: translate(0, 0) rotate(-15deg);
    }
    100% {
        transform: translate(5%, 5%) rotate(-5deg);
    }
}

@media screen and (min-width: 768px) {.company_info {
    padding: 8rem 0;
}.company_info h1 {
    margin-bottom: 4rem;
    font-size: calc(38px * 1.1);
}.company_info h1::after {
    height: 5px;
    width: 80px;
}.company_info .pro_study ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
}.company_info .learn_culture {
    padding: 3rem;
}.company_info .learn_culture div {
    max-height: 300px;
}
}

@media screen and (min-width: 1200px) {.company_info {
    padding: 10rem 0;
}.company_info .container {
    padding: 0 3rem;
}.company_info h1 {
    margin-bottom: 5rem;
    font-size: calc(38px * 1.25);
}.company_info h1::after {
    width: 100px;
}.company_info .pro_study ul {
    gap: 3rem;
}.company_info .learn_culture {
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    padding: 3.5rem;
}.company_info .learn_culture div {
    max-height: 350px;
}
}

@media (prefers-reduced-motion: reduce) {.company_info::before,
    .company_info::after {
    animation: none;
}.company_info .learn_culture,
    .company_info h1::after {
    opacity: 1;
    transform: none;
    animation: none;
}.company_info .learn_culture:hover,
    .company_info .learn_culture:hover h4 {
    transform: none;
}}.leadership_experience {
    padding: 8rem 0;
    overflow: hidden;
    min-height: 700px;
    background: linear-gradient(160deg, rgb(228,216,226) 0%, #000000 100%);
    position: relative;
}.leadership_experience::before {
    position: absolute;
    opacity: 0.4;
    height: 100%;
    top: 0;
    animation: breatheGlow 15s ease-in-out infinite alternate;
    filter: blur(70px);
    width: 100%;
    content: "";
    background: 
        radial-gradient(circle at 80% 20%, rgb(190,157,166,0.5) 0%, transparent 35%),
        radial-gradient(circle at 20% 80%, rgb(137,124,177,0.5) 0%, transparent 35%);
    left: 0;
    z-index: 1;
}.leadership_experience .container {
    padding: 0 2rem;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    max-width: 1200px;
}.leadership_experience .opinion_hub {
    border-radius: 23px;
    display: grid;
    min-height: 580px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    padding: 3rem;
    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;
    grid-template-columns: 1.2fr 0.8fr;
    backdrop-filter: blur(15px);
    position: relative;
}.leadership_experience .opinion_hub::before {
    content: "";
    background: linear-gradient(135deg, transparent, rgb(190,157,166,0.5), transparent);
    background-size: 200% 200%;
    position: absolute;
    left: 0;
    animation: shimmerEffect 10s ease-in-out infinite;
    z-index: -1;
    opacity: 0.2;
    top: 0;
    height: 100%;
    width: 100%;
}.leadership_experience .picture_gallery {
    position: relative;
    z-index: 3;
    border-radius: 23px;
    filter: contrast(1.1) brightness(1.05);
    height: 100%;
    transform: scale(1) rotate(0deg);
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.4);
    grid-column: 2;
    transition: all 0.7s cubic-bezier(0.2, 1, 0.3, 1);
    grid-row: 1 / span 2;
}.leadership_experience .opinion_hub:hover .picture_gallery {
    transform: scale(1.05) rotate(2deg);
    box-shadow: 30px 30px 60px rgba(0, 0, 0, 0.5);
}.leadership_experience .picture_gallery::before {
    border-radius: inherit;
    box-sizing: border-box;
    z-index: 1;
    width: 100%;
    left: 0;
    position: absolute;
    content: "";
    top: 0;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.2);
}.leadership_experience .name {
    font-size: 37px;
    margin: 0;
    font-weight: 700;
    color: #ffffff;
    grid-row: 1;
    z-index: 4;
    position: relative;
    transform: translateX(0);
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
    grid-column: 1;
}.leadership_experience .opinion_hub:hover .name {
    transform: translateX(10px);
}.leadership_experience .name::after {
    bottom: -10px;
    left: 0;
    width: 0;
    position: absolute;
    transition: width 0.6s ease;
    content: "";
    height: 3px;
    background: linear-gradient(90deg, rgb(190,157,166), rgb(137,124,177));
}.leadership_experience .opinion_hub:hover .name::after {
    width: 120px;
}.leadership_experience .opinion_hub span:not(.name) {
    width: max-content;
    transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
    margin-top: 4rem;
    transform: translateX(0);
    z-index: 3;
    font-size: 20px;
    backdrop-filter: blur(10px);
    padding: 0.7rem 1.5rem;
    color: rgb(137,124,177);
    grid-column: 1;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.2);
    font-weight: 600;
    grid-row: 1;
}.leadership_experience .opinion_hub:hover span:not(.name) {
    transform: translateX(10px);
    background: rgba(0, 0, 0, 0.3);
}.leadership_experience .past_jobs {
    transition: all 0.7s cubic-bezier(0.2, 1, 0.3, 1);
    color: #ffffff;
    grid-column: 1;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.2) 100%);
    padding: 2rem;
    line-height: 1.8;
    font-size: 13px;
    grid-row: 2;
    overflow: hidden;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.3);
    z-index: 2;
    border-radius: 23px;
    backdrop-filter: blur(10px);
    position: relative;
    transform: translateY(0);
    border-left: 4px solid rgb(137,124,177);
}.leadership_experience .opinion_hub:hover .past_jobs {
    box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.4);
    transform: translateY(-10px);
}.leadership_experience .past_jobs::before {
    content: "";
    left: 0;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    z-index: -1;
    top: 0;
    height: 100%;
    position: absolute;
    width: 100%;
    background-size: 200% 200%;
    animation: shimmerEffect 5s ease-in-out infinite;
}.leadership_experience .container::after {
    opacity: 0.2;
    content: "";
    left: -200px;
    filter: blur(80px);
    z-index: -1;
    position: absolute;
    width: 400px;
    height: 400px;
    animation: rotateGlow 25s linear infinite;
    bottom: -200px;
    background: conic-gradient(from 135deg, rgb(190,157,166,0.5) 0%, rgb(137,124,177,0.5) 50%, rgb(190,157,166,0.5) 100%);
    border-radius: 50%;
}

@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) {.leadership_experience .opinion_hub {
    padding: 2rem;
    gap: 20px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
}.leadership_experience .picture_gallery {
    grid-column: 1;
    height: 350px;
    grid-row: 1;
}.leadership_experience .name {
    grid-row: 2;
    grid-column: 1;
    margin: 0;
}.leadership_experience .opinion_hub span:not(.name) {
    grid-row: 2;
    grid-column: 1;
    margin-top: 3.5rem;
}.leadership_experience .past_jobs {
    grid-row: 3;
    grid-column: 1;
}.leadership_experience .opinion_hub:hover .name,
    .leadership_experience .opinion_hub:hover span:not(.name) {
    transform: translateY(-5px);
}
}

@media (max-width: 576px) {.leadership_experience {
    padding: 5rem 0;
}.leadership_experience .opinion_hub {
    padding: 1.5rem;
}.leadership_experience .picture_gallery {
    height: 250px;
}.leadership_experience .name {
    font-size: 20px;
}.leadership_experience .opinion_hub span:not(.name) {
    padding: 0.6rem 1rem;
    margin-top: 3rem;
    font-size: 13px;
}.leadership_experience .past_jobs {
    padding: 1.5rem;
    line-height: 1.6;
    font-size: calc(13px * 0.9);
}}.gratField {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(228,216,226) 0%, rgb(190,157,166,0.5) 100%);
    padding: 100px 0;
}.gratField::before {
    width: 100%;
    left: 0;
    height: 100%;
    position: absolute;
    pointer-events: none;
    top: 0;
    z-index: 1;
    background-image: repeating-linear-gradient(0deg, transparent, transparent 20px, rgba(255,255,255,0.03) 20px, rgba(255,255,255,0.03) 40px);
    content: "";
}.gratField::after {
    top: -150px;
    animation: float 15s infinite ease-in-out;
    width: 300px;
    height: 300px;
    opacity: 0.2;
    right: -150px;
    filter: blur(50px);
    position: absolute;
    border-radius: 50%;
    background: radial-gradient(circle, rgb(137,124,177) 0%, transparent 70%);
    content: "";
}.gratField .container {
    max-width: 1200px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
}.gratField h2 {
    margin-bottom: 40px;
    transform-origin: center;
    text-align: center;
    line-height: 1.4;
    transform: perspective(1000px) rotateX(2deg);
    letter-spacing: 0.5px;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    font-family: Arial, sans-serif;
    color: rgb(190,157,166);
    font-size: 32px;
    font-weight: 700;
}.gratField h2::after {
    width: 80px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    transition: width 0.3s ease;
    content: "";
    bottom: -15px;
    height: 3px;
    background: linear-gradient(90deg, rgb(190,157,166), rgb(137,124,177));
}.gratField .path_edu {
    padding: 40px;
    background: #ffffff;
    position: relative;
    border-radius: 19px;
    overflow: hidden;
    transform: translateY(0);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1), 
                0 5px 15px rgba(0,0,0,0.05);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.gratField .path_edu::before {
    left: 0;
    position: absolute;
    background-size: 200% 100%;
    animation: gradientShift 6s infinite linear;
    background: linear-gradient(90deg, rgb(190,157,166), rgb(137,124,177), rgb(190,157,166));
    top: 0;
    width: 100%;
    height: 6px;
    content: "";
}.gratField .path_edu:hover {
    transform: translateY(-5px);
}.gratField .path_edu:hover h2::after {
    width: 120px;
}.gratField ul {
    list-style: none;
    padding: 0;
    margin: 0;
}.gratField li {
    position: relative;
    padding-left: 25px;
}.gratField li::before {
    background: rgb(137,124,177);
    top: 8px;
    left: 0;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    transition: transform 0.3s ease;
    content: "";
    width: 10px;
    position: absolute;
    transform: rotate(45deg);
    height: 10px;
}.gratField li:hover::before {
    transform: rotate(225deg) scale(1.2);
}.gratField span {
    font-weight: 400;
    letter-spacing: 0.3px;
    display: block;
    font-family: Arial, sans-serif;
    color: #000000;
    line-height: 1.7;
    padding: 10px 0;
    font-size: calc(18px + 2px);
    position: relative;
}.gratField span::after {
    content: "";
    background: linear-gradient(90deg, transparent, rgba(0,0,0,0.05), transparent);
    position: absolute;
    height: 1px;
    left: 0;
    bottom: 0;
    width: 100%;
}

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

@keyframes float {
    0% { transform: translate(0, 0); }
    25% { transform: translate(-30px, 30px); }
    50% { transform: translate(0, 60px); }
    75% { transform: translate(30px, 30px); }
    100% { transform: translate(0, 0); }
}

@media (max-width: 1024px) {.gratField {
    padding: 80px 0;
}.gratField h2 {
    font-size: calc(32px - 2px);
}.gratField .path_edu {
    padding: 30px;
}.gratField span {
    font-size: 18px;
}
}

@media (max-width: 768px) {.gratField {
    padding: 60px 0;
}.gratField h2 {
    font-size: calc(32px - 4px);
    transform: perspective(1000px) rotateX(1deg);
}.gratField .path_edu {
    padding: 25px;
}.gratField li::before {
    top: 6px;
}.gratField span {
    font-size: calc(18px - 1px);
    line-height: 1.6;
}
}

@media (max-width: 480px) {.gratField {
    padding: 40px 0;
}.gratField h2 {
    font-size: calc(32px - 6px);
    transform: none;
    margin-bottom: 30px;
}.gratField h2::after {
    width: 60px;
    bottom: -10px;
}.gratField .path_edu {
    padding: 20px;
}.gratField li {
    padding-left: 20px;
}.gratField li::before {
    height: 8px;
    width: 8px;
    top: 7px;
}.gratField span {
    font-size: calc(18px - 2px);
    line-height: 1.5;
    letter-spacing: 0.2px;
}}header {
    width: 100%;
    position: relative;
    z-index: 100;
    background: linear-gradient(to right, rgb(190,157,166,0.5), rgb(137,124,177,0.5));
    padding: 1.5rem 3%;
}header::before {
    content: '';
    right: 0.5rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    bottom: 0.5rem;
    position: absolute;
    top: 0.5rem;
    pointer-events: none;
    z-index: 0;
    border-radius: 10px;
    left: 0.5rem;
}header::after {
    position: absolute;
    height: 100%;
    top: 0;
    background: 
        radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.1) 0%, transparent 20%),
        radial-gradient(circle at 90% 80%, rgba(255, 255, 255, 0.1) 0%, transparent 20%);
    content: '';
    z-index: 0;
    left: 0;
    width: 100%;
}header .container {
    width: 100%;
    position: relative;
    z-index: 1;
    padding: 0;
    margin: 0;
    max-width: 100%;
}header .nav_skill {
    background: #ffffff;
    align-items: center;
    padding: 1.5rem;
    position: relative;
    flex-direction: column;
    overflow: hidden;
    display: flex;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
}header .nav_skill::before {
    left: 0;
    position: absolute;
    height: 100%;
    background: linear-gradient(to bottom, rgb(190,157,166), rgb(137,124,177));
    content: '';
    top: 0;
    width: 5px;
}header .nav_skill::after {
    position: absolute;
    background: linear-gradient(to bottom, rgb(137,124,177), rgb(190,157,166));
    height: 100%;
    content: '';
    top: 0;
    width: 5px;
    right: 0;
}header .head_master {
    padding: 0 0 1rem 0;
    text-decoration: none;
    display: flex;
    justify-content: center;
    position: relative;
}header .head_master::after {
    content: '';
    left: 50%;
    background: rgb(190,157,166,0.5);
    width: 80px;
    position: absolute;
    transform: translateX(-50%);
    height: 1px;
    bottom: 0;
}header .head_master svg {
    width: 170px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.08));
    height: auto;
    transition: all 0.3s ease;
}header .head_master:hover svg {
    transform: scale(1.03);
}header .head_nav {
    padding-top: 1rem;
    max-width: 90%;
    display: flex;
    gap: 0.7rem;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
}header .main_master {
    border-radius: 10px;
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.03);
    z-index: 1;
    position: relative;
    text-decoration: none;
    padding: 0.7rem 1.3rem;
    color: #000000;
    font-weight: 600;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
    font-size: 15px;
    font-family: Arial, sans-serif;
    background: rgb(228,216,226);
}header .main_master::before {
    height: 100%;
    background: linear-gradient(to bottom, rgb(190,157,166), rgb(137,124,177));
    width: 3px;
    left: 0;
    top: 0;
    position: absolute;
    z-index: -1;
    transition: width 0.3s ease;
    border-radius: 10px 0 0 10px;
    content: '';
}header .main_master:hover {
    transform: translateY(-2px);
    color: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}header .main_master:hover::before {
    width: 100%;
}

@media (max-width: 991px) {header {
    padding: 1.2rem 2.5%;
}header .nav_skill {
    padding: 1.2rem;
}header .head_master {
    padding: 0 0 0.8rem 0;
}header .head_master svg {
    width: 150px;
}header .head_nav {
    padding-top: 0.8rem;
    gap: 0.6rem;
}header .main_master {
    padding: 0.6rem 1.1rem;
}
}

@media (max-width: 767px) {header {
    padding: 1rem 2%;
}header .nav_skill {
    padding: 1rem;
}header .head_master {
    padding: 0 0 0.7rem 0;
}header .head_master svg {
    width: 130px;
}header .head_nav {
    max-width: 95%;
    gap: 0.5rem;
    padding-top: 0.7rem;
}header .main_master {
    font-size: calc(15px - 1px);
    padding: 0.5rem 1rem;
}
}

@media (max-width: 480px) {header {
    padding: 0.8rem 1.5%;
}header .nav_skill {
    padding: 0.8rem 0.8rem 1rem;
}header .head_master {
    padding: 0 0 0.6rem 0;
}header .head_master svg {
    width: 120px;
}header .head_nav {
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 0.3rem;
    flex-wrap: nowrap;
    padding-top: 0.6rem;
}header .head_nav::-webkit-scrollbar {
    height: 3px;
}header .head_nav::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(190,157,166);
}header .main_master {
    margin-right: 3px;
    flex-shrink: 0;
    white-space: nowrap;
}}.sign_up_for_updates {
    position: relative;
    box-shadow: 0 0 30px rgb(190,157,166,0.5);
    background-color: rgba(0, 0, 0, 0.5);
    padding: 4rem;
    overflow: hidden;
}.sign_up_for_updates::before {
    left: 0;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background: 
        repeating-linear-gradient(
            -45deg, 
            transparent, 
            transparent 5px, 
            rgb(190,157,166,0.5) 5px, 
            rgb(190,157,166,0.5) 6px
        ),
        repeating-linear-gradient(
            45deg, 
            transparent, 
            transparent 5px, 
            rgb(137,124,177,0.5) 5px, 
            rgb(137,124,177,0.5) 6px
        );
    opacity: 0.05;
    bottom: 0;
    z-index: 1;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 30% 100%, 0 70%);
}.sign_up_for_updates::after {
    width: 150%;
    z-index: 0;
    height: 150%;
    position: absolute;
    opacity: 0.1;
    animation: pulse-glow 5s infinite alternate;
    left: -25%;
    top: -25%;
    background: radial-gradient(
        circle at center,
        rgb(190,157,166,0.5) 0%,
        transparent 70%
    );
    content: "";
}.sign_up_for_updates .path_edu {
    z-index: 2;
    gap: 2rem;
    position: relative;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    display: grid;
}.sign_up_for_updates p {
    grid-column: 1 / 2;
    position: relative;
    letter-spacing: 1px;
    color: #ffffff;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    padding-left: 2rem;
    line-height: 1.5;
    font-weight: 700;
    font-size: 19px;
}.sign_up_for_updates p::before {
    box-shadow: 
        0 0 5px rgb(190,157,166),
        0 0 10px rgb(190,157,166),
        0 0 15px rgb(190,157,166);
    width: 4px;
    background: linear-gradient(to bottom, rgb(190,157,166), rgb(137,124,177));
    position: absolute;
    animation: pulse-neon 2s infinite alternate;
    left: 0;
    bottom: 0;
    top: 0;
    content: "";
}.sign_up_for_updates .input_holder {
    display: flex;
    position: relative;
    flex-direction: row;
    transform: perspective(1000px) rotateY(-5deg);
    transform-style: preserve-3d;
    grid-column: 2 / 3;
}.sign_up_for_updates .get_started {
    border: 1px solid rgb(190,157,166,0.5);
    border-radius: 10px 0 0 10px;
    box-shadow: inset 0 0 10px rgb(190,157,166,0.5);
    font-size: 13px;
    backdrop-filter: blur(5px);
    padding: 1rem 1.5rem;
    transition: all 0.3s ease;
    flex: 1;
    font-family: Arial, sans-serif;
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.05);
}.sign_up_for_updates .get_started:focus {
    border-color: rgb(190,157,166);
    box-shadow: 
        inset 0 0 10px rgb(190,157,166,0.5),
        0 0 15px rgb(190,157,166,0.5);
    outline: none;
}.sign_up_for_updates .get_started::placeholder {
    color: rgba(255, 255, 255, 0.5);
}.sign_up_for_updates .email_panel {
    border: none;
    background: rgb(190,157,166);
    padding: 1rem 2rem;
    cursor: pointer;
    font-size: 14px;
    position: relative;
    font-weight: 600;
    z-index: 1;
    font-family: Arial, sans-serif;
    color: #ffffff;
    overflow: hidden;
    transition: all 0.3s ease;
    border-radius: 0 10px 10px 0;
}.sign_up_for_updates .email_panel::before {
    z-index: -1;
    height: 100%;
    position: absolute;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    top: 0;
    transition: all 0.6s ease;
    content: "";
    width: 100%;
    left: -100%;
}.sign_up_for_updates .email_panel:hover::before {
    left: 100%;
}.sign_up_for_updates .email_panel:hover {
    box-shadow: 
        0 0 10px rgb(137,124,177),
        0 0 20px rgb(137,124,177,0.5);
    background: rgb(137,124,177);
}

@keyframes pulse-neon {
    0% {
        opacity: 0.7;
        box-shadow: 
            0 0 5px rgb(190,157,166),
            0 0 10px rgb(190,157,166);
    }
    100% {
        opacity: 1;
        box-shadow: 
            0 0 10px rgb(190,157,166),
            0 0 20px rgb(190,157,166),
            0 0 30px rgb(190,157,166);
    }
}

@keyframes pulse-glow {
    0% {
        opacity: 0.05;
        transform: scale(1);
    }
    100% {
        opacity: 0.15;
        transform: scale(1.1);
    }
}

@media (max-width: 768px) {.sign_up_for_updates {
    padding: 2.5rem 1.5rem;
}.sign_up_for_updates .path_edu {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.sign_up_for_updates p {
    grid-column: 1 / 2;
    font-size: 20px;
    margin-bottom: 0.5rem;
}.sign_up_for_updates .input_holder {
    flex-direction: column;
    grid-column: 1 / 2;
    transform: none;
}.sign_up_for_updates .get_started {
    width: 100%;
    margin-bottom: 1rem;
    border-radius: 10px;
}.sign_up_for_updates .email_panel {
    width: 100%;
    border-radius: 10px;
}}.learning_outcomes {
    background: linear-gradient(120deg, rgb(228,216,226) 30%, rgb(190,157,166,0.5) 100%);
    overflow: hidden;
    position: relative;
    padding: 90px 0;
}.learning_outcomes::before {
    height: 100%;
    width: 100%;
    left: 0;
    position: absolute;
    content: "";
    background: radial-gradient(circle at 70% 30%, rgb(137,124,177,0.5) 0%, transparent 60%);
    opacity: 0.4;
    top: 0;
}.learning_outcomes .container {
    z-index: 2;
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}.learning_outcomes .path_edu {
    gap: 40px;
    display: flex;
    align-items: center;
}.learning_outcomes .picture_gallery {
    position: relative;
    max-width: 45%;
    transition: all 0.5s ease;
    transform: translateY(-10px);
    border-radius: 30% 10% 30% 10%;
    flex: 0 0 45%;
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.1);
}.learning_outcomes .picture_gallery::after {
    content: "";
    left: 20px;
    z-index: -1;
    border-radius: 30% 10% 30% 10%;
    bottom: -20px;
    right: -20px;
    top: 20px;
    position: absolute;
    border: 3px solid rgb(190,157,166,0.5);
}.learning_outcomes .picture_gallery:hover {
    transform: translateY(0);
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.15);
}.learning_outcomes .summary_frame {
    flex: 0 0 50%;
    padding: 40px 35px;
    position: relative;
    background: #ffffff;
    z-index: 1;
    border-radius: 24px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}.learning_outcomes .summary_frame::before {
    position: absolute;
    border-radius: 10px;
    height: 100%;
    left: 0;
    content: "";
    width: 6px;
    background: linear-gradient(to bottom, rgb(190,157,166), rgb(137,124,177));
    top: 0;
}.learning_outcomes h3 {
    position: relative;
    margin-bottom: 30px;
    font-weight: 700;
    padding-left: 15px;
    font-size: 30px;
    color: #000000;
}.learning_outcomes h3::after {
    left: 15px;
    height: 3px;
    position: absolute;
    background: rgb(190,157,166);
    content: "";
    width: 80px;
    bottom: -12px;
    border-radius: 10px;
}.learning_outcomes ul {
    flex-direction: column;
    margin: 0;
    gap: 20px;
    display: flex;
    list-style: none;
    padding: 0 0 0 15px;
}.learning_outcomes li {
    position: relative;
    transition: all 0.3s ease;
    padding: 15px;
    background: linear-gradient(90deg, #ffffff, rgb(228,216,226) 180%);
    border-radius: 10px;
}.learning_outcomes li:hover {
    transform: translateX(10px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    background: linear-gradient(90deg, #ffffff, rgb(137,124,177,0.5) 180%);
}.learning_outcomes li p {
    gap: 16px;
    margin: 0;
    font-size: 18px;
    align-items: center;
    line-height: 1.5;
    display: flex;
    font-weight: 400;
    color: #000000;
}.learning_outcomes svg {
    width: 24px;
    display: flex;
    border-radius: 50%;
    background: #ffffff;
    transition: all 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    align-items: center;
    flex-shrink: 0;
    padding: 5px;
    height: 24px;
    justify-content: center;
}.learning_outcomes svg path {
    fill: rgb(190,157,166);
    transition: fill 0.3s ease;
}.learning_outcomes li:hover svg {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    transform: scale(1.1);
}.learning_outcomes li:hover svg path {
    fill: rgb(137,124,177);
}

@media (max-width: 992px) {.learning_outcomes {
    padding: 70px 0;
}.learning_outcomes .path_edu {
    gap: 40px;
    flex-direction: column;
}.learning_outcomes .picture_gallery {
    max-width: 70%;
    margin: 0 auto;
    flex: none;
}.learning_outcomes .summary_frame {
    width: 90%;
    flex: none;
    margin: 0 auto;
}.learning_outcomes .summary_frame::before {
    height: 6px;
    width: 100%;
    top: 0;
    left: 0;
}
}

@media (max-width: 576px) {.learning_outcomes {
    padding: 50px 0;
}.learning_outcomes .picture_gallery {
    max-width: 90%;
}.learning_outcomes .picture_gallery::after {
    display: none;
}.learning_outcomes .summary_frame {
    width: 100%;
    padding: 30px 20px;
}.learning_outcomes h3 {
    font-size: 23px;
    margin-bottom: 25px;
}.learning_outcomes ul {
    gap: 15px;
}.learning_outcomes li {
    padding: 12px;
}.learning_outcomes svg {
    width: 22px;
    height: 22px;
}
}