﻿* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}::-webkit-scrollbar {
    width: 19px;
    padding: 4px;
}::-webkit-scrollbar-thumb {
    box-shadow: -1px -5px 12px 7px rgba(0, 0, 0, 0.5);
    transition: all, background, border-radius 4.9s ease-in-out;
    border-radius: 4%;
    background: rgb(255, 255, 255, 0.5);
}::-webkit-scrollbar-thumb:active {
    box-shadow: inset -2px 3px 1px 0px rgba(0, 0, 0, 0.8);
    background: rgb(199,173,173,0.5);
}* {
    scrollbar-color: rgb(199,173,173) rgb(199,173,173,0.5);
    scrollbar-width: none;
}header,footer {
    width: 100%;
}svg {
    width: 30px;
    height: 30px;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1275px;
}html,body {
    height: 100%;
    min-height: 100%;
    font-family: Arial, sans-serif;
    color: #000000;
}.web_wrapper-container {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    height: 100%;
}.web_top_base {
    flex: 1 0 auto;
}.web_trophy_case {
    flex: 0 0 auto;
}a {
    color: inherit;
    text-decoration: none;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.web_secure_habitat {
    color: #000000;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    background-color: rgb(225,214,214);
    padding: 40px;
    font-family: Arial, sans-serif;
}.web_secure_habitat h1 {
    padding-bottom: 10px;
    border-bottom: 3px solid rgb(199,173,173);
    font-size: 39px;
    margin-bottom: 20px;
    color: rgb(199,173,173);
    font-weight: 700;
}.web_secure_habitat h2 {
    color: rgb(170,116,156);
    margin-bottom: 15px;
    font-size: 29px;
    margin-top: 30px;
    font-weight: 600;
}.web_secure_habitat h3, .web_secure_habitat h4, .web_secure_habitat h5, .web_secure_habitat h6 {
    margin: 20px 0;
    color: rgb(199,173,173);
}.web_secure_habitat h3 {
    font-size: calc(19px - 4px);
    font-weight: 700;
}.web_secure_habitat h4 {
    font-weight: 600;
    font-size: calc(19px + 2px);
}.web_secure_habitat h5 {
    font-weight: 400;
    font-size: 19px;
}.web_secure_habitat h6 {
    font-weight: 300;
    font-size: 21px;
}.web_secure_habitat ul, .web_secure_habitat ol {
    margin: 15px 0;
    padding-left: 20px;
}.web_secure_habitat li {
    font-size: 17px;
    margin-bottom: 10px;
    line-height: 1.5;
}.web_secure_habitat section {
    margin-top: 40px;
}.web_secure_habitat p {
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 15px;
}.web_secure_habitat span {
    font-weight: 600;
    color: rgb(170,116,156);
}.web_secure_habitat div {
    margin-bottom: 20px;
}
@media only screen and (max-width: 800px) {.web_secure_habitat {
    padding: 20px;
    border-radius: 10px;
}.web_secure_habitat h1 {
    font-size: calc(19px - 10px);
}.web_secure_habitat h2 {
    font-size: calc(19px - 8px);
}.web_secure_habitat ul, .web_secure_habitat ol {
    padding-left: 15px;
}.web_secure_habitat li {
    font-size: calc(17px - 2px);
}}.web_course_overview {
    align-items: center;
    justify-content: center;
    background-color: rgb(225,214,214);
    overflow: hidden;
    min-height: 100vh;
    display: flex;
    position: relative;
}.web_course_overview .web_next_skill {
    overflow: hidden;
    z-index: 1;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
}.web_course_overview .web_learn_professional {
    height: 100%;
    animation: carousel-slide 30s cubic-bezier(0.4, 0, 0.2, 1) infinite;
    display: flex;
    width: 500%;
}.web_course_overview .web_next_skill:hover .web_learn_professional {
    animation-play-state: paused;
}.web_course_overview .web_class_track {
    position: relative;
    overflow: hidden;
    width: 20%;
    height: 100%;
}.web_course_overview .web_class_track img {
    transform: scale(1.05);
    transition: transform 0.7s ease-out;
    height: 100%;
    width: 100%;
    object-fit: cover;
    filter: brightness(0.85) contrast(1.1);
}.web_course_overview .web_class_track:hover img {
    transform: scale(1);
    filter: brightness(0.9) contrast(1.05);
}.web_course_overview .web_class_track::before {
    height: 100%;
    animation: gradient-shift 8s infinite alternate;
    width: 100%;
    z-index: 2;
    position: absolute;
    left: 0;
    background: linear-gradient(
        135deg,
        rgba(var(--primary-color, 0, 204, 204), 0.2) 0%,
        rgba(var(--primary-color, 0, 204, 204), 0) 25%,
        rgba(var(--secondary-color, 102, 16, 242), 0) 75%,
        rgba(var(--secondary-color, 102, 16, 242), 0.2) 100%
    );
    content: "";
    top: 0;
}.web_course_overview .web_class_track::after {
    height: 100%;
    left: 0;
    width: 100%;
    background: 
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 2px,
            rgba(var(--primary-color, 0, 204, 204), 0.03) 2px,
            rgba(var(--primary-color, 0, 204, 204), 0.03) 4px
        ),
        radial-gradient(
            circle at 80% 20%,
            transparent 0%,
            rgba(0, 0, 0, 0.5) 70%
        );
    top: 0;
    position: absolute;
    z-index: 1;
    content: "";
}.web_course_overview .container {
    justify-content: center;
    height: 100%;
    display: flex;
    position: relative;
    padding: 2rem;
    align-items: center;
    z-index: 2;
    margin: auto;
}.web_course_overview .web_knowledge_guides {
    position: relative;
    max-width: 800px;
    width: 100%;
}.web_course_overview .web_job_skills {
    overflow: hidden;
    position: relative;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.3), 
        0 3px 10px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.05) inset;
    padding: 4rem;
    backdrop-filter: blur(10px);
    border-radius: 23px;
    background: rgba(var(--dark-color, 21, 20, 26), 0.75);
    transform: translateY(0);
}.web_course_overview .web_job_skills::before {
    opacity: 0.7;
    top: 0;
    position: absolute;
    animation: pulse-gradient 8s ease infinite;
    height: 100%;
    background: 
        linear-gradient(
            90deg, 
            transparent 0%,
            rgba(var(--primary-color, 0, 204, 204), 0.05) 25%,
            rgba(var(--secondary-color, 102, 16, 242), 0.05) 75%,
            transparent 100%
        );
    content: "";
    left: 0;
    width: 100%;
}.web_course_overview .web_job_skills::after {
    content: "";
    transform: translateX(-100%);
    top: 0;
    left: 0;
    position: absolute;
    animation: shine-effect 10s ease-in-out infinite;
    background: 
        linear-gradient(
            45deg,
            transparent 40%,
            rgba(var(--primary-color, 0, 204, 204), 0.03) 45%,
            rgba(var(--primary-color, 0, 204, 204), 0.03) 55%,
            transparent 60%
        );
    bottom: 0;
    right: 0;
    z-index: -1;
}.web_course_overview .web_job_skills h3 {
    font-size: 33px;
    color: #ffffff;
    margin-bottom: 1.5rem;
    position: relative;
    font-weight: 700;
    display: inline-block;
}.web_course_overview .web_job_skills h3::after {
    bottom: -8px;
    height: 2px;
    position: absolute;
    background: linear-gradient(
        90deg,
        rgb(199,173,173) 0%,
        rgb(170,116,156) 100%
    );
    width: 30%;
    content: "";
    transition: width 0.3s ease;
    left: 50%;
    transform: translateX(-50%);
}.web_course_overview .web_job_skills:hover h3::after {
    width: 60%;
}.web_course_overview .web_job_skills p {
    margin-bottom: 2.5rem;
    line-height: 1.8;
    margin-right: auto;
    max-width: 90%;
    font-weight: 300;
    font-size: 14px;
    color: #ffffff;
    opacity: 0.8;
    margin-left: auto;
}.web_course_overview .web_job_skills .web_contact_request {
    box-shadow: 0 8px 25px rgb(199,173,173,0.5);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    font-weight: 600;
    font-size: 14px;
    overflow: hidden;
    text-decoration: none;
    background: linear-gradient(
        45deg,
        rgb(199,173,173) 0%,
        rgb(170,116,156) 100%
    );
    color: #ffffff;
    position: relative;
    display: inline-block;
    z-index: 1;
    border-radius: 10px;
    padding: 1rem 2.5rem;
}.web_course_overview .web_job_skills .web_contact_request::before {
    top: 0;
    position: absolute;
    opacity: 0;
    height: 100%;
    content: "";
    z-index: -1;
    width: 100%;
    transition: opacity 0.3s ease;
    left: 0;
    background: linear-gradient(
        45deg,
        rgb(170,116,156) 0%,
        rgb(199,173,173) 100%
    );
}.web_course_overview .web_job_skills .web_contact_request::after {
    height: 200%;
    transform: scale(0);
    top: -50%;
    position: absolute;
    left: -50%;
    width: 200%;
    content: "";
    background: radial-gradient(
        circle,
        rgba(255, 255, 255, 0.2) 0%,
        transparent 60%
    );
    opacity: 0;
    transition: transform 0.5s ease, opacity 0.5s ease;
}.web_course_overview .web_job_skills .web_contact_request:hover {
    box-shadow: 0 12px 30px rgb(199,173,173,0.5);
    transform: translateY(-3px);
}.web_course_overview .web_job_skills .web_contact_request:hover::before {
    opacity: 1;
}.web_course_overview .web_job_skills .web_contact_request:hover::after {
    animation: ripple-out 1.5s ease;
    transform: scale(1);
    opacity: 1;
}@keyframes carousel-slide {
    0% {
        transform: translateX(0);
    }
    18% {
        transform: translateX(0);
    }
    20% {
        transform: translateX(-20%);
    }
    38% {
        transform: translateX(-20%);
    }
    40% {
        transform: translateX(-40%);
    }
    58% {
        transform: translateX(-40%);
    }
    60% {
        transform: translateX(-60%);
    }
    78% {
        transform: translateX(-60%);
    }
    80% {
        transform: translateX(-80%);
    }
    98% {
        transform: translateX(-80%);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes gradient-shift {
    0% {
        background: linear-gradient(
            135deg,
            rgba(var(--primary-color, 0, 204, 204), 0.2) 0%,
            rgba(var(--primary-color, 0, 204, 204), 0) 25%,
            rgba(var(--secondary-color, 102, 16, 242), 0) 75%,
            rgba(var(--secondary-color, 102, 16, 242), 0.2) 100%
        );
    }
    50% {
        background: linear-gradient(
            135deg,
            rgba(var(--secondary-color, 102, 16, 242), 0.2) 0%,
            rgba(var(--secondary-color, 102, 16, 242), 0) 25%,
            rgba(var(--primary-color, 0, 204, 204), 0) 75%,
            rgba(var(--primary-color, 0, 204, 204), 0.2) 100%
        );
    }
    100% {
        background: linear-gradient(
            135deg,
            rgba(var(--primary-color, 0, 204, 204), 0.2) 0%,
            rgba(var(--primary-color, 0, 204, 204), 0) 25%,
            rgba(var(--secondary-color, 102, 16, 242), 0) 75%,
            rgba(var(--secondary-color, 102, 16, 242), 0.2) 100%
        );
    }
}

@keyframes pulse-gradient {
    0% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.7;
    }
    100% {
        opacity: 0.3;
    }
}

@keyframes shine-effect {
    0% {
        transform: translateX(-100%);
    }
    20%, 100% {
        transform: translateX(100%);
    }
}

@keyframes ripple-out {
    0% {
        opacity: 1;
        transform: scale(0);
    }
    100% {
        opacity: 0;
        transform: scale(1);
    }
}

.web_course_overview::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    opacity: 0.7;
    background: 
        linear-gradient(
            0deg,
            #000000 0%,
            transparent 100%
        );
}.web_course_overview::after {
    height: 100%;
    position: absolute;
    left: 0;
    z-index: 1;
    width: 100%;
    opacity: 0.8;
    content: "";
    background: 
        radial-gradient(
            circle at 75% 25%, 
            transparent 0%,
            #000000 80%
        );
    top: 0;
}

@media (max-width: 992px) {.web_course_overview .web_job_skills {
    padding: 3rem;
}.web_course_overview .web_knowledge_guides {
    max-width: 700px;
}.web_course_overview .web_job_skills h3 {
    font-size: calc(33px * 0.9);
}.web_course_overview .web_job_skills p {
    max-width: 95%;
}
}

@media (max-width: 768px) {.web_course_overview .web_job_skills {
    padding: 2.5rem;
}.web_course_overview .web_knowledge_guides {
    max-width: 90%;
}.web_course_overview .web_job_skills h3 {
    margin-bottom: 1.2rem;
    font-size: calc(33px * 0.8);
}.web_course_overview .web_job_skills p {
    margin-bottom: 2rem;
    font-size: calc(14px * 0.95);
}.web_course_overview .web_job_skills .web_contact_request {
    padding: 0.85rem 2rem;
}
}

@media (max-width: 576px) {.web_course_overview .web_learn_professional {
    animation-duration: 25s;
}.web_course_overview .web_job_skills {
    padding: 2rem 1.5rem;
}.web_course_overview .web_job_skills h3 {
    font-size: calc(33px * 0.7);
    margin-bottom: 1rem;
}.web_course_overview .web_job_skills p {
    max-width: 100%;
    margin-bottom: 1.5rem;
    font-size: calc(14px * 0.9);
}.web_course_overview .web_job_skills .web_contact_request {
    padding: 0.75rem 1.75rem;
    font-size: calc(14px * 0.9);
}@keyframes carousel-slide {
        0% {
            transform: translateX(0);
        }
        20% {
            transform: translateX(0);
        }
        25% {
            transform: translateX(-20%);
        }
        45% {
            transform: translateX(-20%);
        }
        50% {
            transform: translateX(-40%);
        }
        70% {
            transform: translateX(-40%);
        }
        75% {
            transform: translateX(-60%);
        }
        95% {
            transform: translateX(-60%);
        }
        100% {
            transform: translateX(0);
        }
    }
}

.web_course_overview .web_class_track:nth-child(1)::before {
    animation-delay: 0s;
}.web_course_overview .web_class_track:nth-child(2)::before {
    animation-delay: 2s;
}.web_course_overview .web_class_track:nth-child(3)::before {
    animation-delay: 4s;
}.web_course_overview .web_class_track:nth-child(4)::before {
    animation-delay: 6s;
}.web_course_overview .web_class_track:nth-child(5)::before {
    animation-delay: 8s;
}.web_course_overview .web_class_track::after {
    animation: tech-grid 15s linear infinite;
}@keyframes tech-grid {
    0% {
        opacity: 0.4;
        background-position: 0% 0%;
    }
    50% {
        opacity: 0.6;
        background-position: 100% 100%;
    }
    100% {
        opacity: 0.4;
        background-position: 0% 0%;
    }
}.web_about_this {
    background-color: rgb(225,214,214);
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}.web_about_this::before {
    top: -100px;
    height: 400px;
    content: '';
    position: absolute;
    right: -100px;
    opacity: 0.15;
    width: 400px;
    border-radius: 50%;
    background: rgb(199,173,173,0.5);
}.web_about_this::after {
    bottom: -100px;
    content: '';
    height: 500px;
    left: -100px;
    opacity: 0.15;
    background: rgb(170,116,156,0.5);
    position: absolute;
    width: 500px;
    border-radius: 50%;
}.web_about_this .container {
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
}.web_about_this .web_knowledge_guides {
    position: relative;
    gap: 40px;
    display: grid;
    align-items: center;
    grid-template-columns: repeat(12, 1fr);
}.web_about_this .web_guide_approach {
    position: relative;
    grid-column: span 4;
}.web_about_this .web_image_click {
    aspect-ratio: 1/1.2;
    position: relative;
    border-radius: 16px;
    transition: all 0.3s ease;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.1), 
                -20px -20px 60px rgba(255, 255, 255, 0.8);
    width: 100%;
}.web_about_this .web_image_click:hover {
    transform: translateY(-10px);
    box-shadow: 25px 25px 70px rgba(0, 0, 0, 0.12), 
                -25px -25px 70px rgba(255, 255, 255, 0.9);
}.web_about_this .web_skill_program {
    background-color: #ffffff;
    z-index: 2;
    margin-right: 20px;
    margin-top: -50px;
    margin-left: 20px;
    border-radius: 16px;
    position: relative;
    padding: 25px 30px;
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.05), 
                -15px -15px 30px rgba(255, 255, 255, 0.6);
}.web_about_this .web_knowledge_growth {
    margin-bottom: 5px;
    text-align: center;
    font-weight: 700;
    font-size: 22px;
    color: #000000;
}.web_about_this .web_academy_cult {
    color: rgb(199,173,173);
    text-align: center;
    font-size: 15px;
    font-weight: 600;
}.web_about_this .web_text_header {
    grid-column: span 8;
    background-color: #ffffff;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.06), 
                -20px -20px 60px rgba(255, 255, 255, 0.8);
    position: relative;
    padding: 50px;
    border-radius: 16px;
}.web_about_this .web_impact_numbers {
    font-weight: 600;
    align-items: center;
    color: #000000;
    font-size: 16px;
    display: flex;
    margin-bottom: 25px;
}.web_about_this .web_impact_numbers svg {
    height: 40px;
    width: 40px;
    fill: rgb(199,173,173);
    margin-right: 15px;
}.web_about_this .web_impact_numbers svg path {
    fill: rgb(199,173,173);
}.web_about_this h2 {
    font-size: 34px;
    margin-bottom: 30px;
    position: relative;
    font-weight: 700;
    color: #000000;
}.web_about_this h2::before {
    content: '';
    top: 50%;
    width: 30px;
    left: -50px;
    height: 3px;
    background-color: rgb(199,173,173);
    transform: translateY(-50%);
    position: absolute;
}.web_about_this p {
    position: relative;
    color: #000000;
    font-size: 15px;
    line-height: 1.8;
}

@media (max-width: 992px) {.web_about_this {
    padding: 80px 0;
}.web_about_this .web_knowledge_guides {
    grid-template-columns: 1fr;
    gap: 50px;
}.web_about_this .web_guide_approach {
    grid-column: span 1;
    margin: 0 auto;
    max-width: 400px;
}.web_about_this .web_text_header {
    padding: 40px 30px;
    grid-column: span 1;
}.web_about_this h2::before {
    width: 20px;
    left: -30px;
}
}

@media (max-width: 768px) {.web_about_this {
    padding: 60px 0;
}.web_about_this .web_skill_program {
    padding: 20px;
    margin-top: -40px;
}.web_about_this .web_text_header {
    padding: 30px 25px;
}.web_about_this h2 {
    margin-bottom: 20px;
    font-size: calc(34px * 0.9);
}.web_about_this h2::before {
    display: none;
}.web_about_this p {
    padding-left: 15px;
}
}

@media (max-width: 480px) {.web_about_this {
    padding: 40px 0;
}.web_about_this .web_skill_program {
    padding: 15px;
    margin-top: -30px;
}.web_about_this .web_knowledge_growth {
    font-size: calc(22px * 0.9);
}.web_about_this .web_academy_cult {
    font-size: calc(15px * 0.9);
}.web_about_this .web_text_header {
    padding: 25px 20px;
}.web_about_this h2 {
    font-size: calc(34px * 0.8);
    margin-bottom: 15px;
}.web_about_this p {
    line-height: 1.6;
    font-size: calc(15px * 0.9);
    padding-left: 10px;
}.web_about_this .web_impact_numbers {
    font-size: calc(16px * 0.9);
    margin-bottom: 15px;
}.web_about_this .web_impact_numbers svg {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}}.web_price_card_deck {
    color: #ffffff;
    overflow: hidden;
    position: relative;
    padding: 120px 0 140px;
}.web_price_card_deck::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(135deg, rgba(25, 35, 60, 0.92), rgba(35, 45, 85, 0.95));
    z-index: 0;
    left: 0;
    top: 0;
}.web_price_card_deck .container {
    max-width: 1320px;
    z-index: 1;
    margin: 0 auto;
    position: relative;
    padding: 0 15px;
}.web_price_card_deck .web_bundle_offer {
    position: relative;
}.web_price_card_deck .web_bundle_offer::before {
    border-radius: 50%;
    position: absolute;
    top: -80px;
    content: "";
    background: linear-gradient(225deg, rgb(199,173,173,0.5), transparent);
    pointer-events: none;
    right: -80px;
    height: 200px;
    width: 200px;
    opacity: 0.4;
    filter: blur(60px);
}.web_price_card_deck h2 {
    background-clip: text !important;
    font-size: 29px;
    font-weight: 700;
    text-shadow: 0 2px 15px rgba(255, 255, 255, 0.15);
    display: inline-block;
    position: relative;
    background: linear-gradient(90deg, #ffffff, rgba(255, 255, 255, 0.8));
    -webkit-background-clip: text !important;
    color: transparent;
    margin-bottom: 20px;
}.web_price_card_deck h2::after {
    left: 0;
    position: absolute;
    height: 3px;
    background: rgb(199,173,173);
    content: "";
    width: 80px;
    transform: scaleX(1);
    bottom: -8px;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform-origin: left;
}.web_price_card_deck h2:hover::after {
    transform: scaleX(1.2);
}.web_price_card_deck .web_pricing_offers {
    max-width: 700px;
    opacity: 0.9;
    margin-bottom: 50px;
    font-size: calc(15px + 2px);
    font-weight: 300;
    line-height: 1.6;
}.web_price_card_deck .web_fee_board {
    gap: 30px;
    list-style: none;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    margin: 0;
    display: grid;
    padding: 0;
}.web_price_card_deck .web_fee_board li {
    perspective: 1000px;
    height: 100%;
}.web_price_card_deck .web_pricing_list {
    height: 100%;
    overflow: hidden;
    display: block;
    transform-style: preserve-3d;
    min-height: 400px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), 0 3px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    backdrop-filter: blur(10px);
    position: relative;
    -webkit-backdrop-filter: blur(10px);
    text-decoration: none;
}.web_price_card_deck .web_pricing_list:hover {
    transform: translateY(-10px) rotateX(2deg) rotateY(2deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3), 0 5px 15px rgba(0, 0, 0, 0.15);
}.web_price_card_deck .web_pricing_list::before {
    width: 100%;
    top: 0;
    height: 100%;
    background: linear-gradient(135deg, transparent, rgba(255, 255, 255, 0.05), transparent);
    left: 0;
    position: absolute;
    pointer-events: none;
    transform: translateX(-100%);
    transition: transform 0.8s ease;
    content: "";
}.web_price_card_deck .web_pricing_list:hover::before {
    transform: translateX(100%);
}.web_price_card_deck .web_pricing_list::after {
    opacity: 0.8;
    background: rgb(199,173,173);
    height: 10px;
    position: absolute;
    border-radius: 50%;
    left: -5px;
    top: -5px;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: 0 0 20px 5px rgb(199,173,173,0.5);
    content: "";
    width: 10px;
}.web_price_card_deck .web_pricing_list:hover::after {
    transform: scale(1.5);
}.web_price_card_deck .web_cost_levels {
    flex-direction: column;
    display: flex;
    padding: 35px 25px;
    height: 100%;
    position: relative;
    overflow: hidden;
}.web_price_card_deck .web_learning_rates {
    z-index: 2;
    position: relative;
}.web_price_card_deck .web_pricing_list h4 {
    font-weight: 600;
    transition: transform 0.3s ease;
    font-size: 22px;
    padding-bottom: 15px;
    margin-bottom: 20px;
    color: #ffffff;
    position: relative;
}.web_price_card_deck .web_pricing_list:hover h4 {
    transform: translateX(5px);
}.web_price_card_deck .web_pricing_list h4::after {
    background: rgb(199,173,173);
    bottom: 0;
    position: absolute;
    left: 0;
    content: "";
    width: 40px;
    height: 2px;
    transition: width 0.3s ease;
}.web_price_card_deck .web_pricing_list:hover h4::after {
    width: 60px;
}.web_price_card_deck .web_pricing_list p {
    word-break: normal;
    overflow-y: auto;
    font-size: 15px;
    padding-right: 10px;
    margin-bottom: 30px;
    color: rgba(255, 255, 255, 0.8);
    white-space: normal;
    line-height: 1.7;
    overflow-wrap: break-word;
    max-height: 200px;
}.web_price_card_deck .web_pricing_list p::-webkit-scrollbar {
    width: 4px;
}.web_price_card_deck .web_pricing_list p::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.2);
}.web_price_card_deck .web_pricing_list p::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}.web_price_card_deck .web_monthly_rate {
    padding: 10px 25px;
    font-size: calc(22px + 4px);
    color: #ffffff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
    display: inline-block;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: linear-gradient(135deg, rgb(199,173,173), rgb(170,116,156));
    border-radius: 10px;
    font-weight: 700;
}.web_price_card_deck .web_pricing_list:hover .web_monthly_rate {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}.web_price_card_deck .web_monthly_rate::before {
    left: 0;
    height: 100%;
    transform: skewX(-20deg) translateX(-100%);
    content: "";
    width: 100%;
    top: 0;
    transition: transform 0.6s ease;
    position: absolute;
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.1), transparent);
}.web_price_card_deck .web_pricing_list:hover .web_monthly_rate::before {
    transform: skewX(-20deg) translateX(100%);
}

@media (max-width: 991px) {.web_price_card_deck {
    padding: 80px 0 100px;
}.web_price_card_deck .web_fee_board {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 20px;
}.web_price_card_deck .web_pricing_list {
    min-height: 450px;
}.web_price_card_deck .web_cost_levels {
    padding: 25px 20px;
}.web_price_card_deck h2 {
    font-size: calc(29px - 4px);
}.web_price_card_deck .web_pricing_offers {
    font-size: 15px;
    margin-bottom: 40px;
}
}

@media (max-width: 767px) {.web_price_card_deck {
    padding: 60px 0 80px;
}.web_price_card_deck .web_fee_board {
    max-width: 400px;
    margin: 0 auto;
    grid-template-columns: 1fr;
}.web_price_card_deck .web_pricing_list {
    min-height: auto;
}.web_price_card_deck h2 {
    font-size: calc(29px - 8px);
}.web_price_card_deck .web_pricing_offers {
    margin-bottom: 30px;
    font-size: calc(15px - 1px);
}.web_price_card_deck .web_pricing_list p {
    max-height: 150px;
}
}

@media (max-width: 480px) {.web_price_card_deck {
    padding: 50px 0 70px;
}.web_price_card_deck .web_cost_levels {
    padding: 20px 15px;
}.web_price_card_deck h2 {
    font-size: calc(29px - 10px);
}.web_price_card_deck .web_monthly_rate {
    padding: 8px 20px;
    font-size: 22px;
}.web_price_card_deck .web_pricing_list h4 {
    margin-bottom: 15px;
    font-size: calc(22px - 2px);
}}footer {
    width: 100%;
    position: relative;
}.web_trophy_case {
    padding: 80px 0 30px;
    font-family: Arial, sans-serif;
    overflow: hidden;
    background-color: #000000;
    position: relative;
    color: #ffffff;
}.web_trophy_case::before {
    content: "";
    height: 500px;
    width: 500px;
    opacity: 0.4;
    right: -100px;
    position: absolute;
    transform: rotate(45deg);
    background: repeating-linear-gradient(
        45deg,
        #000000,
        #000000 10px,
        rgba(0, 0, 0, 0.5) 10px,
        rgba(0, 0, 0, 0.5) 20px
    );
    top: -100px;
}.web_trophy_case::after {
    opacity: 0.2;
    background: repeating-linear-gradient(
        -45deg,
        #000000,
        #000000 15px,
        rgb(170,116,156,0.5) 15px,
        rgb(170,116,156,0.5) 30px
    );
    content: "";
    height: 300px;
    position: absolute;
    transform: rotate(30deg);
    width: 300px;
    bottom: -50px;
    left: -50px;
}footer .web_degree_path {
    position: relative;
    z-index: 1;
}footer .web_message_block {
    margin-bottom: 60px;
    padding: 30px;
    display: grid;
    border-radius: 0 20px 20px 0;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    background-color: rgba(255, 255, 255, 0.05);
    border-left: 4px solid rgb(199,173,173);
}footer .info_item {
    align-items: center;
    display: flex;
}footer .info_item svg {
    margin-right: 15px;
    fill: rgb(199,173,173);
    height: 20px;
    width: 20px;
    flex-shrink: 0;
}footer .info_item p,
footer .info_item a {
    font-size: 15px;
    font-weight: 300;
    text-decoration: none;
    color: #ffffff;
    transition: color 0.3s ease;
}footer .info_item a:hover {
    color: rgb(199,173,173);
}footer .text_main_holder {
    grid-template-columns: 1fr;
    gap: 50px;
    display: grid;
}footer .web_head_teach {
    position: relative;
}footer .web_head_teach::after {
    background-color: rgb(199,173,173);
    left: 0;
    content: "";
    bottom: -30px;
    position: absolute;
    height: 3px;
    width: 30%;
}footer .web_head_teach svg {
    filter: brightness(0) invert(1);
    height: 45px;
    width: auto;
    margin-bottom: 20px;
}footer .web_qna_board {
    max-width: 330px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 15px;
    line-height: 1.6;
}footer .web_site_start {
    position: relative;
}footer .web_site_start h5 {
    font-size: 22px;
    display: inline-block;
    letter-spacing: 1px;
    color: #ffffff;
    margin-bottom: 25px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
}footer .web_site_start h5::after {
    position: absolute;
    background-color: rgb(199,173,173);
    width: 40px;
    left: 0;
    height: 3px;
    bottom: -10px;
    content: "";
}footer .web_main_mainwrap {
    margin-bottom: 30px;
}footer .web_main_mainwrap a {
    font-size: 15px;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    display: block;
    color: rgba(255, 255, 255, 0.7);
    padding: 8px 0;
    margin-bottom: 12px;
}footer .web_main_mainwrap a:hover {
    padding-left: 10px;
    color: #ffffff;
    border-bottom-color: rgb(199,173,173,0.5);
}footer .subscribe_holder {
    padding: 35px;
    background-color: rgba(0, 0, 0, 0.2);
    position: relative;
    border-radius: 20px;
}footer .subscribe_holder::before {
    right: 0;
    top: 0;
    opacity: 0.1;
    content: "";
    position: absolute;
    background: linear-gradient(135deg, rgb(199,173,173,0.5), transparent);
    border-radius: 20px;
    bottom: 0;
    left: 0;
}footer .subscribe_holder h5 {
    font-size: 22px;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: 700;
    letter-spacing: 1px;
}footer .subscribe_holder p {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.7;
    margin-bottom: 25px;
    font-size: 15px;
}footer .input_holder {
    position: relative;
    gap: 15px;
    flex-direction: column;
    display: flex;
}footer .input_holder input[type="email"] {
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
    transition: all 0.3s ease;
    padding: 15px;
    font-size: 15px;
}footer .input_holder input[type="email"]:focus {
    border-color: rgb(199,173,173);
    outline: none;
    background-color: rgba(255, 255, 255, 0.1);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}footer .web_sub_solution {
    background-color: rgb(199,173,173);
    position: relative;
    overflow: hidden;
    padding: 15px 20px;
    cursor: pointer;
    font-weight: 600;
    border: none;
    letter-spacing: 1px;
    color: #ffffff;
    display: inline-block;
    text-transform: uppercase;
    font-size: 18px;
    border-radius: 10px;
    transition: all 0.3s ease;
}footer .web_sub_solution::after {
    position: absolute;
    height: 300px;
    width: 30px;
    top: -100px;
    content: "";
    transition: all 0.7s ease;
    transform: rotate(45deg);
    left: -100px;
    background-color: rgba(255, 255, 255, 0.2);
}footer .web_sub_solution:hover {
    background-color: rgb(170,116,156);
}footer .web_sub_solution:hover::after {
    left: 120%;
}footer .web_cookie_ctrl {
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 60px;
}footer .web_lesson_cta {
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
    font-size: 15px;
}

@keyframes pulseLight {
    0% {
        opacity: 0.1;
    }
    50% {
        opacity: 0.3;
    }
    100% {
        opacity: 0.1;
    }
}

@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}footer .input_holder {
    align-items: stretch;
    flex-direction: row;
}footer .web_sub_solution {
    white-space: nowrap;
}
}

@media (max-width: 767px) {footer .web_trophy_case {
    padding: 60px 0 30px;
}footer .web_message_block {
    grid-template-columns: 1fr;
    padding: 20px;
    margin-bottom: 40px;
}footer .web_site_start h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
}footer .web_site_start h5::after {
    bottom: -8px;
}footer .subscribe_holder {
    padding: 25px 20px;
}footer .web_cookie_ctrl {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .web_trophy_case {
    padding: 50px 0 20px;
}footer .web_message_block {
    padding: 15px;
    margin-bottom: 30px;
}footer .web_head_teach::after {
    width: 50px;
}footer .web_site_start h5, footer .subscribe_holder h5 {
    font-size: calc(22px - 2px);
}footer .subscribe_holder p, footer .web_main_mainwrap a, footer .info_item p, footer .info_item a {
    font-size: calc(15px - 1px);
}footer .subscribe_holder {
    padding: 20px 15px;
}footer .input_holder input[type="email"],
    footer .web_sub_solution {
    padding: 12px 15px;
}}.web_study_process {
    position: relative;
    align-items: center;
    overflow: hidden;
    display: flex;
    background: linear-gradient(215deg, #000000 0%, rgb(199,173,173) 100%);
    padding: 6rem 0;
    min-height: 80vh;
}.web_study_process::before {
    opacity: 0.2;
    width: 100%;
    top: 0;
    left: 0;
    content: '';
    position: absolute;
    background: 
        linear-gradient(90deg, rgb(170,116,156,0.5) 1px, transparent 1px) 0 0 / 20px 100%,
        linear-gradient(0deg, rgb(170,116,156,0.5) 1px, transparent 1px) 0 0 / 100% 20px;
    height: 100%;
}.web_study_process::after {
    left: 0;
    height: 100%;
    position: absolute;
    content: '';
    opacity: 0.05;
    width: 100%;
    animation: moveBackground 20s linear infinite;
    background-size: 30px 30px;
    background: linear-gradient(45deg, rgb(199,173,173,0.5) 25%, transparent 25%, transparent 50%, rgb(199,173,173,0.5) 50%, rgb(199,173,173,0.5) 75%, transparent 75%, transparent);
    top: 0;
}@keyframes moveBackground {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 30px 30px;
    }
}

.web_study_process .web_knowledge_guides {
    position: relative;
    z-index: 5;
    max-width: 1200px;
    width: 100%;
    display: flex;
    margin: 0 auto;
}.web_study_process .web_text_header {
    width: 90%;
    position: relative;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
    max-width: 900px;
    border-radius: 0 21px 21px 0;
    margin: 0 auto;
    backdrop-filter: blur(5px);
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
    border-left: 4px solid rgb(170,116,156);
    padding: 3rem;
}.web_study_process .web_text_header::before {
    background: linear-gradient(to bottom, rgb(170,116,156), rgb(199,173,173));
    position: absolute;
    content: '';
    animation: scanline 2s linear infinite;
    height: 100%;
    top: 0;
    left: 0;
    width: 5px;
}@keyframes scanline {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(100%);
    }
}

.web_study_process .web_text_header::after {
    left: 0;
    animation: glitch 3s ease-in-out infinite alternate;
    z-index: -1;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    content: '';
    background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.1) 50%, transparent 100%);
}@keyframes glitch {
    0%, 100% {
        transform: translateX(-100%);
    }
    50% {
        transform: translateX(100%);
    }
}

.web_study_process h2 {
    letter-spacing: 2px;
    font-size: 30px;
    padding-left: 1.5rem;
    text-transform: uppercase;
    text-shadow: 
        2px 2px 0 rgb(170,116,156,0.5),
        -2px -2px 0 rgb(199,173,173,0.5);
    position: relative;
    display: inline-block;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 2rem;
}.web_study_process h2::before {
    left: 0;
    animation: blink 1s step-end infinite;
    position: absolute;
    color: rgb(170,116,156);
    content: '>';
}@keyframes blink {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
}

.web_study_process h2::after {
    position: absolute;
    background: linear-gradient(90deg, rgb(170,116,156), rgb(199,173,173));
    height: 2px;
    left: 0;
    bottom: -10px;
    width: 100%;
    content: '';
}.web_study_process p {
    margin-bottom: 0;
    line-height: 1.8;
    font-size: 14px;
    color: #ffffff;
    position: relative;
    padding-left: 1.5rem;
}.web_study_process p::before {
    position: absolute;
    background: rgb(170,116,156,0.5);
    left: 0;
    height: 100%;
    width: 3px;
    top: 0;
    content: '';
}.web_study_process .web_text_header::before,
.web_study_process .web_text_header::after,
.web_study_process h2,
.web_study_process p {
    transition: all 0.3s ease;
}.web_study_process .web_text_header:hover h2 {
    text-shadow: 
        3px 3px 0 rgb(170,116,156,0.5),
        -3px -3px 0 rgb(199,173,173,0.5);
    transform: translateX(5px);
}.web_study_process .web_text_header:hover p {
    transform: translateX(5px);
}.web_study_process .web_text_header:hover::before {
    animation-duration: 1s;
}.web_study_process .web_text_header:hover::after {
    animation-duration: 1.5s;
}.web_study_process .web_text_header::before,
.web_study_process h2::before {
    animation-play-state: running;
}.web_study_process::before {
    clip-path: polygon(
        0 0,
        100% 0,
        100% 85%,
        85% 100%,
        0 100%
    );
}

@media (max-width: 992px) {.web_study_process {
    padding: 5rem 1.5rem;
    min-height: 70vh;
}.web_study_process .web_text_header {
    width: 90%;
    padding: 2.5rem;
}.web_study_process h2 {
    font-size: calc(30px * 0.9);
    margin-bottom: 1.8rem;
}.web_study_process p {
    font-size: calc(14px * 0.95);
}
}

@media (max-width: 768px) {.web_study_process {
    min-height: auto;
    padding: 4rem 1rem;
}.web_study_process .web_text_header {
    width: 100%;
    padding: 2rem;
}.web_study_process h2 {
    font-size: calc(30px * 0.8);
    margin-bottom: 1.5rem;
    letter-spacing: 1px;
}.web_study_process h2::after {
    height: 1px;
}.web_study_process p {
    padding-left: 1.2rem;
}.web_study_process p::before {
    width: 2px;
}
}

@media (max-width: 576px) {.web_study_process {
    padding: 3rem 0.8rem;
}.web_study_process .web_text_header {
    padding: 1.5rem;
}.web_study_process h2 {
    font-size: calc(30px * 0.7);
    margin-bottom: 1.2rem;
    padding-left: 1rem;
}.web_study_process p {
    font-size: calc(14px * 0.9);
    padding-left: 1rem;
}.web_study_process::before,
    .web_study_process::after {
    opacity: 0.15;
}.web_study_process .web_text_header::before {
    animation-duration: 3s;
}}.web_contact_box {
    position: relative;
    padding: 100px 0;
}.web_contact_box::before {
    left: 0;
    height: 100%;
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    top: 0;
    z-index: 1;
    content: '';
    opacity: 0.85;
    position: absolute;
    background: rgb(225,214,214);
}.web_contact_box::after {
    content: '';
    position: absolute;
    clip-path: polygon(0 65%, 100% 25%, 100% 100%, 0 100%);
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgb(199,173,173,0.5);
}.web_contact_box .container {
    padding: 0 15px;
    max-width: 1200px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
}.web_contact_box .web_support_info {
    border-radius: 28px;
    overflow: hidden;
    position: relative;
    perspective: 1000px;
    display: flex;
    transform-style: preserve-3d;
}.web_contact_box .web_inquiry_list {
    flex: 1;
    transform-origin: left center;
    padding: 60px 40px;
    border-radius: 28px 0 0 28px;
    transform: rotateY(10deg);
    background: #ffffff;
    box-shadow: 10px 0 30px rgba(0, 0, 0, 0.1);
}.web_contact_box .web_inquiry_list h3 {
    font-weight: 700;
    color: #000000;
    letter-spacing: 2px;
    font-size: 37px;
    margin-bottom: 40px;
    position: relative;
    text-transform: uppercase;
}.web_contact_box .web_inquiry_list h3::before {
    width: 30px;
    background: rgb(199,173,173);
    position: absolute;
    top: -15px;
    content: '';
    height: 5px;
    left: 0;
}.web_contact_box .web_inquiry_list div {
    margin-bottom: 30px;
    padding: 15px;
    align-items: center;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
    transform: translateZ(0);
    border-radius: 10px;
    display: flex;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: #f5f7fa;
}.web_contact_box .web_inquiry_list div:hover {
    transform: scale(1.05) translateZ(10px);
}.web_contact_box .web_inquiry_list svg {
    width: 30px;
    padding: 6px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    height: 30px;
    border-radius: 50%;
    background: #ffffff;
    margin-right: 15px;
}.web_contact_box .web_inquiry_list svg path {
    fill: rgb(199,173,173);
}.web_contact_box .web_inquiry_list span {
    font-size: 13px;
    font-weight: 400;
    color: #000000;
}.web_contact_box .web_inquiry_list a {
    font-weight: 600;
    text-decoration: none;
    position: relative;
    color: rgb(199,173,173);
}.web_contact_box .web_inquiry_list a::after {
    width: 0;
    transition: width 0.3s ease;
    position: absolute;
    background: rgb(199,173,173);
    height: 1px;
    bottom: -2px;
    content: '';
    left: 0;
}.web_contact_box .web_inquiry_list a:hover::after {
    width: 100%;
}.web_contact_box .web_help_query {
    border-radius: 0 28px 28px 0;
    background: rgb(225,214,214);
    flex: 1.2;
    transform-origin: right center;
    transform: rotateY(-5deg);
    padding: 60px 40px;
}.web_contact_box form {
    position: relative;
}.web_contact_box form h3 {
    text-transform: uppercase;
    font-size: 37px;
    color: rgb(199,173,173);
    letter-spacing: 2px;
    margin-bottom: 40px;
    text-align: center;
    font-weight: 700;
}.web_contact_box form input[type="text"],
.web_contact_box form input[type="email"] {
    background: transparent;
    padding: 20px 25px;
    color: rgb(199,173,173);
    width: 100%;
    transition: all 0.3s ease;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 25px;
    border-radius: 0;
    border: none;
    font-size: 13px;
}.web_contact_box form input[type="text"]:focus,
.web_contact_box form input[type="email"]:focus {
    outline: none;
    box-shadow: 0 5px 10px -5px rgb(199,173,173,0.5);
    border-bottom-color: rgb(199,173,173);
}.web_contact_box form input::placeholder {
    color: rgba(255, 255, 255, 0.5);
    font-weight: 300;
}.web_contact_box .web_request_block {
    display: flex;
    margin: 30px 0;
    align-items: flex-start;
}.web_contact_box .web_request_block input[type="checkbox"] {
    appearance: none;
    opacity: 0;
    position: absolute;
    -webkit-appearance: none;
    width: 0;
    height: 0;
}.web_contact_box .web_request_block label {
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    padding-left: 35px;
    line-height: 1.6;
    cursor: pointer;
    position: relative;
}.web_contact_box .web_request_block label::before {
    width: 22px;
    content: '';
    transition: all 0.3s ease;
    left: 0;
    position: absolute;
    border: 2px solid rgba(255, 255, 255, 0.3);
    top: 0;
    background: transparent;
    height: 22px;
}.web_contact_box .web_request_block input[type="checkbox"]:checked + label::before {
    border-color: rgb(199,173,173);
    background: rgb(199,173,173);
}.web_contact_box .web_request_block input[type="checkbox"]:checked + label::after {
    transform: rotate(45deg);
    left: 8px;
    content: '';
    border-width: 0 2px 2px 0;
    top: 4px;
    width: 6px;
    border: solid rgb(199,173,173);
    height: 12px;
    position: absolute;
}.web_contact_box .web_request_block a {
    transition: color 0.3s ease;
    color: rgb(199,173,173);
    text-decoration: none;
    font-weight: 600;
}.web_contact_box .web_request_block a:hover {
    color: rgb(170,116,156);
}.web_contact_box .web_contact_request {
    overflow: hidden;
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 2px;
    background: rgb(199,173,173);
    font-size: 19px;
    z-index: 1;
    border: none;
    font-weight: 700;
    cursor: pointer;
    padding: 18px 25px;
    position: relative;
    transition: all 0.4s ease;
    width: 100%;
}.web_contact_box .web_contact_request::before {
    background: rgb(170,116,156);
    position: absolute;
    transition: width 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    left: 0;
    top: 0;
    content: '';
    z-index: -1;
    width: 0;
    height: 100%;
}.web_contact_box .web_contact_request:hover::before {
    width: 100%;
}.web_contact_box .web_contact_request:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

@media (max-width: 1024px) {.web_contact_box .web_support_info {
    transform-style: flat;
}.web_contact_box .web_inquiry_list,
    .web_contact_box .web_help_query {
    transform: none;
}
}

@media (max-width: 768px) {.web_contact_box {
    padding: 80px 0;
}.web_contact_box .web_support_info {
    flex-direction: column;
}.web_contact_box .web_inquiry_list,
    .web_contact_box .web_help_query {
    width: 100%;
    border-radius: 0;
    padding: 40px 30px;
}.web_contact_box .web_inquiry_list {
    border-radius: 28px 28px 0 0;
}.web_contact_box .web_help_query {
    border-radius: 0 0 28px 28px;
}.web_contact_box .web_inquiry_list h3,
    .web_contact_box form h3 {
    margin-bottom: 30px;
    font-size: calc(37px * 0.9);
}
}

@media (max-width: 576px) {.web_contact_box {
    padding: 60px 0;
}.web_contact_box::before,
    .web_contact_box::after {
    clip-path: none;
    opacity: 0.9;
}.web_contact_box::before {
    height: 60%;
}.web_contact_box::after {
    top: 60%;
    height: 40%;
}.web_contact_box .web_inquiry_list,
    .web_contact_box .web_help_query {
    padding: 30px 20px;
}.web_contact_box .web_inquiry_list h3,
    .web_contact_box form h3 {
    margin-bottom: 25px;
    font-size: calc(37px * 0.8);
}.web_contact_box .web_inquiry_list div {
    margin-bottom: 20px;
    padding: 12px;
}.web_contact_box form input[type="text"],
    .web_contact_box form input[type="email"] {
    margin-bottom: 20px;
    padding: 15px 20px;
}.web_contact_box .web_request_block {
    margin: 25px 0;
}.web_contact_box .web_contact_request {
    padding: 15px 20px;
}}.web_title_greeting {
    background-color: rgb(225,214,214);
    position: relative;
    display: flex;
    min-height: 100vh;
    align-items: center;
    overflow: hidden;
    justify-content: center;
}.web_title_greeting .web_page_intro {
    padding: 2rem;
    position: relative;
    width: 100%;
    z-index: 2;
    max-width: 1400px;
}.web_title_greeting .web_learn_expressfast {
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    border-left: 5px solid rgb(199,173,173);
    overflow: hidden;
    padding: 4rem 3rem;
    transform: perspective(1000px) rotateY(2deg);
    position: relative;
    box-shadow: 0 20px 40px rgba(0,0,0,0.12);
}.web_title_greeting .web_learn_expressfast::before {
    backdrop-filter: blur(2px);
    left: 0;
    bottom: 0;
    position: absolute;
    right: 0;
    content: "";
    z-index: -1;
    top: 0;
    background: linear-gradient(135deg, 
    rgb(199,173,173,0.5) 0%, 
    rgba(255,255,255,0.92) 50%, 
    rgb(170,116,156,0.5) 100%);
}.web_title_greeting .web_learn_expressfast::after {
    width: 200%;
    position: absolute;
    transition: opacity 1.5s ease, transform 1.5s ease;
    content: "";
    top: -50%;
    pointer-events: none;
    z-index: -1;
    background: radial-gradient(ellipse at center, 
    rgba(255,255,255,0.2) 0%, 
    rgba(255,255,255,0) 70%);
    left: -50%;
    height: 200%;
    transform: scale(0.8);
    opacity: 0;
}.web_title_greeting .web_learn_expressfast:hover {
    transform: perspective(1000px) rotateY(0deg);
}.web_title_greeting .web_learn_expressfast:hover::after {
    opacity: 0.7;
    transform: scale(1);
}.web_title_greeting .web_learn_expressfast span {
    animation: slideInText 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s forwards;
    position: relative;
    display: block;
    margin-bottom: 1.5rem;
    opacity: 0;
    transform: translateX(-10px);
}.web_title_greeting .web_learn_expressfast h3 {
    max-width: 90%;
    border-left: 3px solid rgb(199,173,173);
    margin-bottom: 0;
    color: #000000;
    font-family: Arial, sans-serif;
    line-height: 1.5;
    font-weight: 600;
    padding-left: 1.2rem;
    letter-spacing: 0.02em;
    font-size: calc(24px * 0.9);
}.web_title_greeting .web_learn_expressfast h1 {
    letter-spacing: -0.01em;
    animation: riseUp 0.9s cubic-bezier(0.19, 1, 0.22, 1) 0.4s forwards;
    transform: translateY(20px);
    position: relative;
    line-height: 1.2;
    color: rgb(199,173,173);
    opacity: 0;
    font-weight: 700;
    margin: 0 0 2rem;
    font-size: 47px;
    font-family: Arial, sans-serif;
}.web_title_greeting .web_learn_expressfast h1::after {
    content: "";
    width: 0;
    position: absolute;
    height: 3px;
    left: 0;
    background-color: rgb(170,116,156);
    animation: expandLine 1.2s cubic-bezier(0.19, 1, 0.22, 1) 1s forwards;
    bottom: -0.5rem;
}.web_title_greeting .web_learn_expressfast div div {
    animation: fadeIn 0.8s ease 0.7s forwards;
    transform: translateX(0);
    opacity: 0;
    position: relative;
    overflow: hidden;
}.web_title_greeting .web_learn_expressfast p {
    animation: fadeSlideUp 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.9s forwards;
    position: relative;
    opacity: 0;
    font-size: calc(17px * 1.1);
    font-weight: 400;
    transform: translateY(0);
    padding-right: 2rem;
    font-family: Arial, sans-serif;
    color: #000000;
    line-height: 1.7;
    margin: 1rem 0 0;
}

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

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

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

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

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


@media (max-width: 1200px) {.web_title_greeting .web_learn_expressfast {
    padding: 3.5rem 2.5rem;
}.web_title_greeting .web_learn_expressfast h1 {
    font-size: calc(47px * 0.9);
}
}

@media (max-width: 992px) {.web_title_greeting .web_page_intro {
    padding: 1.5rem;
}.web_title_greeting .web_learn_expressfast {
    transform: perspective(1000px) rotateY(1deg);
    padding: 3rem 2rem;
}.web_title_greeting .web_learn_expressfast h1 {
    margin-bottom: 1.5rem;
    font-size: calc(47px * 0.8);
}.web_title_greeting .web_learn_expressfast h3 {
    font-size: calc(24px * 0.85);
    max-width: 95%;
}
}

@media (max-width: 768px) {.web_title_greeting {
    min-height: 90vh;
}.web_title_greeting .web_learn_expressfast {
    padding: 2.5rem 1.5rem;
    transform: perspective(1000px) rotateY(0deg);
    border-left-width: 4px;
}.web_title_greeting .web_learn_expressfast h1 {
    margin-bottom: 1.2rem;
    font-size: calc(47px * 0.7);
}.web_title_greeting .web_learn_expressfast h3 {
    font-size: calc(24px * 0.8);
    max-width: 100%;
    padding-left: 0.8rem;
}.web_title_greeting .web_learn_expressfast p {
    font-size: 17px;
    padding-right: 0;
}
  
  @keyframes expandLine {
    from {
      width: 0;
    }
    to {
      width: 6rem;
    }
  }
}

@media (max-width: 576px) {.web_title_greeting .web_page_intro {
    padding: 1rem;
}.web_title_greeting .web_learn_expressfast {
    padding: 2rem 1.25rem;
    border-left-width: 3px;
}.web_title_greeting .web_learn_expressfast h1 {
    margin-bottom: 1rem;
    font-size: calc(47px * 0.6);
    line-height: 1.3;
}.web_title_greeting .web_learn_expressfast h3 {
    padding-left: 0.6rem;
    font-size: calc(24px * 0.75);
    border-left-width: 2px;
    line-height: 1.4;
}.web_title_greeting .web_learn_expressfast p {
    line-height: 1.6;
    font-size: calc(17px * 0.9);
}
  
  @keyframes expandLine {
    from {
      width: 0;
    }
    to {
      width: 5rem;
    }
  }
}

@media (max-width: 380px) {.web_title_greeting .web_learn_expressfast h1 {
    font-size: calc(47px * 0.55);
}.web_title_greeting .web_learn_expressfast h3 {
    font-size: calc(24px * 0.7);
}.web_title_greeting .web_learn_expressfast p {
    font-size: calc(17px * 0.85);
}}header {
    -webkit-backdrop-filter: blur(20px);
    width: 100%;
    left: 0;
    top: 0;
    background: rgb(199,173,173,0.5);
    position: fixed;
    backdrop-filter: blur(20px);
    z-index: 1000;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}header:before {
    width: 100%;
    pointer-events: none;
    position: absolute;
    animation: shimmer 8s infinite linear;
    left: 0;
    content: '';
    top: 0;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.1) 25%,
        rgba(255, 255, 255, 0.05) 50%,
        transparent 75%
    );
    height: 100%;
}header:after {
    bottom: 0;
    filter: blur(1px);
    width: 100%;
    content: '';
    opacity: 0.8;
    left: 0;
    height: 3px;
    position: absolute;
    background: linear-gradient(
        90deg,
        rgb(170,116,156) 0%,
        rgb(199,173,173) 50%,
        rgb(170,116,156) 100%
    );
}header .web_header_lesson {
    overflow: hidden;
    position: relative;
}header .web_header_lesson:before {
    opacity: 0.15;
    pointer-events: none;
    width: 100%;
    height: 100%;
    mix-blend-mode: overlay;
    left: 0;
    content: '';
    top: 0;
    position: absolute;
    background: 
        radial-gradient(circle at 10% 20%, rgb(199,173,173,0.5) 0%, transparent 40%),
        radial-gradient(circle at 90% 80%, rgb(170,116,156,0.5) 0%, transparent 40%);
}header .container {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    padding: 16px 25px;
}header .container:before {
    left: 0;
    bottom: -1px;
    height: 1px;
    content: '';
    width: 100%;
    opacity: 0.5;
    position: absolute;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
}header .web_main_guide {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: space-between;
}header .web_site_start {
    align-items: center;
    position: relative;
    gap: 35px;
    display: flex;
}header .web_site_start:before {
    transition: all 0.4s ease;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    opacity: 0;
    top: 50%;
    position: absolute;
    height: 35px;
    transform: translateY(-50%) scaleX(0.8);
    content: '';
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    left: 0;
    width: 100%;
}header .web_site_start:hover:before {
    opacity: 1;
    transform: translateY(-50%) scaleX(1);
}header .web_page_top {
    letter-spacing: 1px;
    padding: 5px 0;
    text-decoration: none;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
}header .web_page_top:before {
    height: 1px;
    bottom: 0;
    content: '';
    left: 0;
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    transform: scaleX(0);
    transform-origin: right;
    position: absolute;
    background: linear-gradient(
        90deg,
        transparent,
        #ffffff,
        transparent
    );
    width: 100%;
}header .web_page_top:after {
    top: 0;
    background: linear-gradient(
        180deg,
        transparent,
        rgb(199,173,173,0.5),
        transparent
    );
    content: '';
    transform: scaleY(0);
    opacity: 0;
    height: 100%;
    left: 0;
    transition: all 0.3s ease;
    width: 100%;
    position: absolute;
    z-index: -1;
}header .web_page_top:hover {
    color: #ffffff;
    text-shadow: 0 0 5px #ffffff;
}header .web_page_top:hover:before {
    transform: scaleX(1);
    transform-origin: left;
}header .web_page_top:hover:after {
    opacity: 0.15;
    transform: scaleY(1);
}header .web_top_sitewrap {
    position: relative;
    display: flex;
    padding: 5px;
    transition: all 0.4s ease;
    align-items: center;
    text-decoration: none;
}header .web_top_sitewrap:before {
    left: -10px;
    transition: opacity 0.5s ease;
    width: calc(100% + 20px);
    background: radial-gradient(
        circle,
        rgb(199,173,173,0.5) 0%,
        transparent 70%
    );
    opacity: 0;
    position: absolute;
    height: calc(100% + 20px);
    z-index: -1;
    top: -10px;
    content: '';
}header .web_top_sitewrap:after {
    top: 0;
    opacity: 0;
    height: 100%;
    left: 0;
    content: '';
    width: 100%;
    position: absolute;
    border-image: linear-gradient(
        to right,
        transparent,
        rgb(199,173,173),
        transparent
    ) 1;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}header .web_top_sitewrap:hover:before {
    animation: pulse 2s infinite;
    opacity: 0.15;
}header .web_top_sitewrap:hover:after {
    opacity: 0.7;
}header .web_top_sitewrap svg {
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    filter: drop-shadow(0 0 3px rgb(199,173,173,0.5));
    width: auto;
    height: 45px;
}header .web_top_sitewrap:hover svg {
    transform: scale(1.05);
    filter: drop-shadow(0 0 5px rgb(199,173,173));
}

@keyframes shimmer {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.15;
    }
    50% {
        opacity: 0.3;
    }
}

@keyframes glowEffect {
    0%, 100% {
        opacity: 0.7;
        filter: blur(1px);
    }
    50% {
        opacity: 1;
        filter: blur(1.5px);
    }
}

@media (max-width: 991px) {header .container {
    padding: 14px 20px;
}header .web_site_start {
    gap: 20px;
}header .web_top_sitewrap svg {
    height: 38px;
}
}

@media (max-width: 767px) {header .web_site_start {
    transition: right 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    backdrop-filter: blur(15px);
    flex-direction: column;
    background: linear-gradient(
            135deg,
            rgb(199,173,173) 0%,
            rgb(199,173,173,0.5) 100%
        );
    padding: 80px 30px 30px;
    gap: 20px;
    top: 0;
    width: 80%;
    box-shadow: -5px 0 25px rgba(0, 0, 0, 0.2);
    z-index: 1001;
    background: rgb(199,173,173);
    position: fixed;
    height: 100vh;
    max-width: 320px;
    -webkit-backdrop-filter: blur(15px);
    right: -100%;
}header .web_site_start:before {
    display: none;
}header .menu.active {
    right: 0;
}header .web_page_top {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 12px 5px;
}header .web_page_top:last-child {
    border-bottom: none;
}header .web_top_sitewrap {
    margin: 0 auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 12px 15px;
}header .web_top_sitewrap svg {
    height: 35px;
}}.web_tyBlock {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(225,214,214) 0%, rgb(199,173,173,0.5) 100%);
}.web_tyBlock::before {
    z-index: 1;
    pointer-events: none;
    height: 100%;
    width: 100%;
    content: "";
    position: absolute;
    left: 0;
    background-image: repeating-linear-gradient(0deg, transparent, transparent 20px, rgba(255,255,255,0.03) 20px, rgba(255,255,255,0.03) 40px);
    top: 0;
}.web_tyBlock::after {
    width: 300px;
    position: absolute;
    opacity: 0.2;
    border-radius: 50%;
    right: -150px;
    top: -150px;
    height: 300px;
    filter: blur(50px);
    content: "";
    animation: float 15s infinite ease-in-out;
    background: radial-gradient(circle, rgb(170,116,156) 0%, transparent 70%);
}.web_tyBlock .container {
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
}.web_tyBlock h2 {
    transform-origin: center;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    font-weight: 700;
    line-height: 1.4;
    font-size: 29px;
    color: rgb(199,173,173);
    transform: perspective(1000px) rotateX(2deg);
    text-align: center;
    position: relative;
    font-family: Arial, sans-serif;
    letter-spacing: 0.5px;
    margin-bottom: 40px;
}.web_tyBlock h2::after {
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(199,173,173), rgb(170,116,156));
    content: "";
    height: 3px;
    transition: width 0.3s ease;
    width: 80px;
}.web_tyBlock .web_knowledge_guides {
    transform: translateY(0);
    padding: 40px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0,0,0,0.1), 
                0 5px 15px rgba(0,0,0,0.05);
    background: #ffffff;
    border-radius: 30px;
    position: relative;
}.web_tyBlock .web_knowledge_guides::before {
    animation: gradientShift 6s infinite linear;
    left: 0;
    position: absolute;
    content: "";
    height: 6px;
    top: 0;
    width: 100%;
    background: linear-gradient(90deg, rgb(199,173,173), rgb(170,116,156), rgb(199,173,173));
    background-size: 200% 100%;
}.web_tyBlock .web_knowledge_guides:hover {
    transform: translateY(-5px);
}.web_tyBlock .web_knowledge_guides:hover h2::after {
    width: 120px;
}.web_tyBlock ul {
    list-style: none;
    margin: 0;
    padding: 0;
}.web_tyBlock li {
    position: relative;
    padding-left: 25px;
}.web_tyBlock li::before {
    height: 10px;
    transition: transform 0.3s ease;
    content: "";
    width: 10px;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    background: rgb(170,116,156);
    top: 8px;
    position: absolute;
    left: 0;
    transform: rotate(45deg);
}.web_tyBlock li:hover::before {
    transform: rotate(225deg) scale(1.2);
}.web_tyBlock span {
    font-family: Arial, sans-serif;
    line-height: 1.7;
    font-weight: 400;
    font-size: calc(12px + 2px);
    color: #000000;
    display: block;
    position: relative;
    letter-spacing: 0.3px;
    padding: 10px 0;
}.web_tyBlock span::after {
    background: linear-gradient(90deg, transparent, rgba(0,0,0,0.05), transparent);
    content: "";
    position: absolute;
    left: 0;
    height: 1px;
    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) {.web_tyBlock {
    padding: 80px 0;
}.web_tyBlock h2 {
    font-size: calc(29px - 2px);
}.web_tyBlock .web_knowledge_guides {
    padding: 30px;
}.web_tyBlock span {
    font-size: 12px;
}
}

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

@media (max-width: 480px) {.web_tyBlock {
    padding: 40px 0;
}.web_tyBlock h2 {
    font-size: calc(29px - 6px);
    margin-bottom: 30px;
    transform: none;
}.web_tyBlock h2::after {
    width: 60px;
    bottom: -10px;
}.web_tyBlock .web_knowledge_guides {
    padding: 20px;
}.web_tyBlock li {
    padding-left: 20px;
}.web_tyBlock li::before {
    top: 7px;
    width: 8px;
    height: 8px;
}.web_tyBlock span {
    letter-spacing: 0.2px;
    font-size: calc(12px - 2px);
    line-height: 1.5;
}}.web_overlayConsentSettings {
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
    background: rgb(225,214,214);
    z-index: 90;
    border-top: 3px solid rgb(199,173,173);
    position: fixed;
    transition: transform 0.3s ease-in-out;
    bottom: 0;
    width: 100%;
}.web_data_approve {
    align-items: center;
    margin: 0 auto;
    display: flex;
    padding: 20px 15px;
    justify-content: space-between;
    max-width: 1200px;
}.web_cookie_overview {
    margin-right: 15px;
    flex-shrink: 0;
}.web_cookie_overview svg {
    fill: rgb(199,173,173);
    height: 60px;
    width: 60px;
    transition: fill 0.3s ease;
}.web_cookie_overview svg:hover {
    fill: rgb(170,116,156);
}.web_cookie_list {
    color: #000000;
    flex-grow: 1;
    margin-right: 15px;
}.web_overlayConsentSettings h5 {
    color: rgb(199,173,173);
    font-family: Arial, sans-serif;
    font-weight: 600;
    font-size: 19px;
    margin-bottom: 8px;
}.web_overlayConsentSettings p {
    font-size: 14px;
    line-height: 1.5;
    font-family: Arial, sans-serif;
    color: #000000;
}.web_cookie_all {
    transition: background 0.3s ease, box-shadow 0.3s ease;
    border-radius: 13px;
    margin-left: 10px;
    font-size: 17px;
    padding: 10px 20px;
    background: rgb(199,173,173);
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    line-height: 35px;
}.web_cookie_all:hover {
    box-shadow: 0 0 10px rgb(170,116,156,0.5);
    background: rgb(170,116,156);
}#web_cookies_consent_confirm_btn {
    background: rgb(199,173,173);
}#web_refuseTrackingCookiesOption {
    background: rgba(0, 0, 0, 0.5);
}.web_overlayConsentSettings p a {
    color: rgb(199,173,173);
    transition: color 0.3s ease;
    text-decoration: underline;
}.web_overlayConsentSettings p a:hover {
    color: rgb(170,116,156);
}
@media only screen and (max-width: 1200px) {.web_data_approve {
    align-items: center;
    flex-direction: column;
}.web_cookie_overview {
    margin-bottom: 15px;
}.web_cookie_list {
    margin-right: 0;
    margin-bottom: 15px;
    text-align: center;
}.web_cookie_all {
    margin-bottom: 10px;
    width: 100%;
    margin-left: 0;
    max-width: 200px;
}
}
@media only screen and (max-width: 800px) {.web_data_approve {
    padding: 15px;
}.web_cookie_overview {
    display: none;
}.web_overlayConsentSettings h5 {
    font-size: 16px;
}.web_overlayConsentSettings p {
    font-size: 15px;
}}
#web_popupCookieConsent {
    display: none;
}#web_popupCookieConsent:checked ~ .web_overlayConsentSettings {
    opacity: 0;
    visibility: hidden;
}.web_education_history {
    background: linear-gradient(135deg, rgb(170,116,156,0.5), rgb(199,173,173), rgb(170,116,156));
    padding: 7rem 0;
    position: relative;
    overflow: hidden;
}.web_education_history::before {
    background: radial-gradient(circle at 30% 70%, rgb(199,173,173,0.5), transparent 60%),
                radial-gradient(circle at 70% 30%, rgb(170,116,156,0.5), transparent 60%);
    position: absolute;
    height: 120%;
    width: 120%;
    top: -10%;
    animation: orbital-pulse 15s infinite alternate ease-in-out;
    z-index: 0;
    content: "";
    opacity: 0.7;
    left: -10%;
}.web_education_history::after {
    left: 0;
    width: 100%;
    background-image: 
        radial-gradient(circle at 20% 20%, rgb(255, 255, 255, 0.5) 1px, transparent 1px),
        radial-gradient(circle at 80% 80%, rgb(255, 255, 255, 0.5) 1px, transparent 1px),
        radial-gradient(circle at 40% 60%, rgb(255, 255, 255, 0.5) 1px, transparent 1px),
        radial-gradient(circle at 60% 30%, rgb(255, 255, 255, 0.5) 1px, transparent 1px);
    animation: constellation-twinkle 8s infinite ease-in-out;
    opacity: 0.2;
    position: absolute;
    content: "";
    height: 100%;
    z-index: 1;
    top: 0;
    background-size: 120px 120px;
}.web_education_history .container {
    z-index: 2;
    max-width: 1200px;
    position: relative;
    padding: 0 2rem;
    margin: 0 auto;
}.web_education_history .web_feedback_stars {
    -webkit-backdrop-filter: blur(10px);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.05));
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    display: grid;
    grid-template-columns: 1fr;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), 
                box-shadow 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    backdrop-filter: blur(10px);
    transform: perspective(1000px) rotateX(2deg);
    padding: 3rem;
    gap: 2.5rem;
}.web_education_history .web_feedback_stars:hover {
    transform: perspective(1000px) rotateX(0deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 
                0 10px 20px rgba(0, 0, 0, 0.1),
                0 0 0 1px rgba(255, 255, 255, 0.15) inset;
}.web_education_history .web_feedback_stars > div:first-child {
    perspective: 1000px;
    height: 150px;
    margin: 0 auto;
    width: 150px;
    position: relative;
}.web_education_history .web_image_click {
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), 
                border-radius 0.6s cubic-bezier(0.34, 1.56, 0.64, 1),
                box-shadow 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    animation: float-photo 6s infinite ease-in-out;
    box-shadow: 
        0 10px 20px rgba(0, 0, 0, 0.2),
        0 0 0 10px rgba(var(--primary-color-rgb, 120, 80, 200), 0.1);
    width: 100%;
    overflow: hidden;
    transform: rotate(-5deg);
    height: 100%;
    border-radius: 10% 40% 30% 20%;
}.web_education_history .web_feedback_stars:hover .web_image_click {
    border-radius: 30% 10% 40% 20%;
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.3),
        0 0 0 15px rgba(var(--primary-color-rgb, 120, 80, 200), 0.15);
    transform: rotate(0deg) scale(1.05);
}.web_education_history .web_feedback_stars > div:nth-child(2) {
    padding-top: 1rem;
    text-align: center;
}.web_education_history .name {
    color: #ffffff;
    letter-spacing: 0.5px;
    font-size: 19px;
    display: inline-block;
    margin: 0 0 0.5rem;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
    font-weight: 600;
    transform: translateY(0);
}.web_education_history .name::after {
    background: linear-gradient(to right, rgb(170,116,156), #ffffff, rgb(170,116,156));
    position: absolute;
    height: 2px;
    left: 0;
    transition: width 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    bottom: -5px;
    width: 0;
    content: "";
}.web_education_history .web_feedback_stars:hover .name {
    transform: translateY(-2px);
}.web_education_history .web_feedback_stars:hover .name::after {
    width: 100%;
}.web_education_history .web_feedback_stars > div:nth-child(2) > div {
    margin-top: 0.5rem;
    color: rgb(255, 255, 255, 0.5);
    font-style: italic;
    font-size: calc(15px - 2px);
    opacity: 0.9;
    transition: opacity 0.3s ease;
}.web_education_history .web_feedback_stars:hover > div:nth-child(2) > div {
    opacity: 1;
}.web_education_history .web_exp_list {
    opacity: 0.9;
    position: relative;
    line-height: 1.7;
    color: #ffffff;
    font-size: 15px;
    padding: 0 1rem;
    margin: 0;
    text-align: left;
    transition: opacity 0.4s ease, transform 0.4s ease;
}.web_education_history .web_exp_list::before {
    color: rgb(255, 255, 255, 0.5);
    transition: transform 0.5s ease, opacity 0.5s ease;
    top: -2rem;
    font-size: 5rem;
    opacity: 0.2;
    left: -1rem;
    font-family: serif;
    position: absolute;
    content: "";
}.web_education_history .web_exp_list::after {
    bottom: -4rem;
    transition: transform 0.5s ease, opacity 0.5s ease;
    content: "";
    font-family: serif;
    opacity: 0.2;
    font-size: 5rem;
    color: rgb(255, 255, 255, 0.5);
    position: absolute;
    right: -1rem;
}.web_education_history .web_feedback_stars:hover .web_exp_list {
    opacity: 1;
    transform: translateY(-2px);
}.web_education_history .web_feedback_stars:hover .web_exp_list::before {
    transform: translateY(-5px);
    opacity: 0.3;
}.web_education_history .web_feedback_stars:hover .web_exp_list::after {
    opacity: 0.3;
    transform: translateY(5px);
}

@keyframes orbital-pulse {
    0% {
        transform: scale(1) rotate(0deg);
        opacity: 0.7;
    }
    50% {
        transform: scale(1.1) rotate(3deg);
        opacity: 0.9;
    }
    100% {
        transform: scale(1) rotate(0deg);
        opacity: 0.7;
    }
}

@keyframes constellation-twinkle {
    0%, 100% {
        opacity: 0.2;
        transform: translateY(0);
    }
    50% {
        opacity: 0.3;
        transform: translateY(-10px);
    }
}

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

@media (min-width: 768px) {.web_education_history .web_feedback_stars {
    padding: 4rem;
    gap: 3rem;
    grid-template-columns: auto 1fr 2fr;
    align-items: center;
}.web_education_history .web_feedback_stars > div:first-child {
    height: 180px;
    margin: 0;
    width: 180px;
}.web_education_history .web_feedback_stars > div:nth-child(2) {
    padding-top: 0;
    text-align: left;
}.web_education_history .web_exp_list {
    padding: 0;
}
}

@media (min-width: 992px) {.web_education_history {
    padding: 9rem 0;
}.web_education_history .web_feedback_stars {
    gap: 4rem;
    padding: 5rem;
    grid-template-columns: auto 1.5fr 3fr;
}.web_education_history .web_feedback_stars > div:first-child {
    height: 220px;
    width: 220px;
}.web_education_history .name {
    font-size: calc(19px + 2px);
}.web_education_history .web_exp_list {
    font-size: calc(15px + 1px);
    line-height: 1.8;
}
}

@media (max-width: 767px) {.web_education_history {
    padding: 5rem 0;
}.web_education_history .web_feedback_stars {
    gap: 2rem;
    padding: 2.5rem;
}.web_education_history .web_image_click {
    animation: float-photo 5s infinite ease-in-out;
}.web_education_history .web_exp_list {
    padding: 0;
}.web_education_history .web_exp_list::before {
    top: -1.5rem;
    font-size: 3rem;
    left: -0.5rem;
}.web_education_history .web_exp_list::after {
    font-size: 3rem;
    bottom: -3rem;
    right: -0.5rem;
}
}