* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1228px;
}svg {
    height: 30px;
    width: 30px;
}header,footer {
    width: 100%;
}a {
    text-decoration: none;
    color: inherit;
}.sustain_cta_70983 {
    flex: 0 0 auto;
}.top_main_54273 {
    flex: 1 0 auto;
}html,body {
    font-family: Arial, sans-serif;
    color: #000000;
    height: 100%;
    min-height: 100%;
}.container-wrap_76842 {
    min-height: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.secure_vault_62489 {
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    position: relative;
    padding: 5rem 2rem;
    background: linear-gradient(135deg, rgb(189,177,195) 0%, rgba(255,255,255,0.95) 100%);
    overflow: hidden;
}.secure_vault_62489::before {
    background: linear-gradient(225deg, rgb(151,130,171,0.5) 0%, transparent 70%);
    transform: rotate(-15deg);
    top: -5%;
    filter: blur(40px);
    right: -5%;
    height: 40%;
    content: "";
    width: 40%;
    position: absolute;
    opacity: 0.15;
    z-index: 0;
    animation: float 15s ease-in-out infinite;
}.secure_vault_62489::after {
    bottom: -5%;
    animation: float 18s ease-in-out infinite reverse;
    left: -5%;
    content: "";
    transform: rotate(10deg);
    height: 35%;
    opacity: 0.15;
    width: 35%;
    z-index: 0;
    filter: blur(30px);
    position: absolute;
    background: linear-gradient(45deg, rgb(116,72,157,0.5) 0%, transparent 80%);
}@keyframes float {
    0%, 100% { transform: translate(0, 0) rotate(-15deg); }
    50% { transform: translate(10px, 15px) rotate(-5deg); }
}

.secure_vault_62489 .container {
    position: relative;
    margin: 0 auto;
    background: #ffffff;
    max-width: 1140px;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    padding: 3rem;
    transform: perspective(1000px) rotateX(0.5deg);
    z-index: 2;
    box-shadow: 0 15px 40px rgba(0,0,0,0.04), 0 5px 10px rgba(0,0,0,0.02);
}.secure_vault_62489 .container:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.secure_vault_62489 h1 {
    color: #000000;
    display: inline-block;
    margin-bottom: 2rem;
    line-height: 1.2;
    letter-spacing: -0.01em;
    position: relative;
    font-size: 43px;
    font-weight: 700;
}.secure_vault_62489 h1::after {
    height: 4px;
    background: linear-gradient(90deg, rgb(151,130,171) 0%, rgb(116,72,157) 100%);
    width: 40%;
    left: 0;
    content: "";
    transform-origin: left;
    position: absolute;
    bottom: -0.5rem;
    transition: width 0.3s ease;
}.secure_vault_62489 h2 {
    color: #000000;
    font-size: 32px;
    padding-left: 1rem;
    font-weight: 600;
    margin: 2.5rem 0 1.5rem;
    transition: all 0.3s ease;
    border-left: 3px solid rgb(151,130,171);
}.secure_vault_62489 h2:hover {
    transform: translateX(5px);
    border-left-width: 5px;
}.secure_vault_62489 h3 {
    padding-left: 0.8rem;
    border-left: 2px solid rgb(116,72,157);
    font-size: calc(32px * 0.8);
    color: #000000;
    margin: 2rem 0 1.2rem;
    position: relative;
    font-weight: 600;
}.secure_vault_62489 h4 {
    margin: 1.8rem 0 1rem;
    padding-left: 0.6rem;
    color: #000000;
    position: relative;
    border-left: 1px solid rgb(116,72,157);
    font-weight: 600;
    font-size: calc(32px * 0.7);
}.secure_vault_62489 p {
    line-height: 1.7;
    z-index: 1;
    transition: transform 0.3s ease;
    margin-bottom: 1.5rem;
    color: #000000;
    position: relative;
    font-size: 13px;
}.secure_vault_62489 p:hover {
    transform: translateX(3px);
}.secure_vault_62489 p strong {
    font-weight: 600;
    position: relative;
    display: inline-block;
    color: rgb(151,130,171);
}.secure_vault_62489 p strong::after {
    left: 0;
    transform-origin: left;
    transform: scaleX(0);
    height: 1px;
    width: 100%;
    bottom: -2px;
    position: absolute;
    transition: transform 0.3s ease;
    content: "";
    background: rgb(151,130,171,0.5);
}.secure_vault_62489 p:hover strong::after {
    transform: scaleX(1);
}.secure_vault_62489 span {
    font-size: 13px;
    padding-left: 1rem;
    line-height: 1.7;
    position: relative;
    color: #000000;
    display: block;
    margin-bottom: 1.5rem;
    border-left: 1px dashed rgb(116,72,157,0.5);
}.secure_vault_62489 ul {
    list-style-type: none;
    margin: 1.5rem 0 2rem;
    padding-left: 0;
    position: relative;
}.secure_vault_62489 ul::before {
    width: 1px;
    left: 0.8rem;
    background: linear-gradient(to bottom, rgb(151,130,171,0.5), transparent);
    transform: scaleY(0.95);
    top: 0;
    content: "";
    transform-origin: top;
    bottom: 0;
    position: absolute;
}.secure_vault_62489 li {
    transition: transform 0.2s ease;
    position: relative;
    font-size: 13px;
    padding-left: 2.5rem;
    color: #000000;
    margin-bottom: 1rem;
    line-height: 1.6;
}.secure_vault_62489 li:hover {
    transform: translateX(5px);
}.secure_vault_62489 li::before {
    content: "";
    border-radius: 50%;
    background: rgb(151,130,171);
    transition: all 0.2s ease;
    box-shadow: 0 0 0 2px rgb(151,130,171,0.5);
    width: 8px;
    left: 0.5rem;
    height: 8px;
    position: absolute;
    top: 0.6rem;
}.secure_vault_62489 li:hover::before {
    transform: scale(1.2);
    background: rgb(116,72,157);
}

@media (max-width: 992px) {.secure_vault_62489 {
    padding: 4rem 1.5rem;
}.secure_vault_62489 .container {
    padding: 2.5rem;
    transform: perspective(800px) rotateX(0.3deg);
}.secure_vault_62489 h1 {
    font-size: calc(43px * 0.9);
}.secure_vault_62489 h2 {
    padding-left: 0.8rem;
    font-size: calc(32px * 0.9);
}
}

@media (max-width: 768px) {.secure_vault_62489 {
    padding: 3rem 1rem;
}.secure_vault_62489 .container {
    transform: none;
    padding: 2rem;
}.secure_vault_62489 h1 {
    font-size: calc(43px * 0.8);
}.secure_vault_62489 h2 {
    margin: 2rem 0 1rem;
    font-size: calc(32px * 0.8);
}.secure_vault_62489 h3 {
    font-size: calc(32px * 0.7);
}.secure_vault_62489 h4 {
    font-size: calc(32px * 0.6);
}.secure_vault_62489 p, 
    .secure_vault_62489 span, 
    .secure_vault_62489 li {
    font-size: calc(13px * 0.95);
}.secure_vault_62489 ul {
    margin: 1.2rem 0 1.5rem;
}.secure_vault_62489 li {
    padding-left: 2rem;
}
}

@media (max-width: 576px) {.secure_vault_62489 {
    padding: 2rem 0.8rem;
}.secure_vault_62489 .container {
    padding: 1.5rem;
}.secure_vault_62489 h1 {
    margin-bottom: 1.5rem;
    font-size: calc(43px * 0.7);
}.secure_vault_62489 h1::after {
    height: 3px;
}.secure_vault_62489 h2 {
    font-size: calc(32px * 0.7);
    padding-left: 0.6rem;
    border-left-width: 2px;
}.secure_vault_62489 p, 
    .secure_vault_62489 span, 
    .secure_vault_62489 li {
    font-size: calc(13px * 0.9);
    line-height: 1.6;
}.secure_vault_62489 li {
    padding-left: 1.8rem;
}.secure_vault_62489 li::before {
    height: 6px;
    width: 6px;
}}footer {
    width: 100%;
    position: relative;
}.sustain_cta_70983 {
    background-color: rgb(151,130,171);
    font-family: Arial, sans-serif;
    padding: 80px 0 30px;
    color: #ffffff;
    position: relative;
}.sustain_cta_70983::before {
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
    z-index: 0;
    height: 100%;
    position: absolute;
    background-color: rgb(151,130,171);
    width: 60%;
    top: 0;
    right: 0;
    content: "";
}footer .sustain_cta_70983::after {
    content: "";
    position: absolute;
    top: 50px;
    background: radial-gradient(circle, rgb(151,130,171), transparent 70%);
    opacity: 0.3;
    width: 200px;
    border-radius: 50%;
    right: 15%;
    height: 200px;
}footer .forum_link_46812 {
    z-index: 1;
    position: relative;
}footer .message_request_81625 {
    margin-bottom: 60px;
    gap: 10px;
    justify-content: flex-start;
    display: flex;
    flex-wrap: wrap;
}footer .info_item {
    margin-bottom: 10px;
    backdrop-filter: blur(5px);
    transform: skewX(-5deg);
    flex: 0 1 auto;
    padding: 15px 25px;
    transition: all 0.3s ease;
    margin-right: 10px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.1);
}footer .info_item:hover {
    transform: skewX(-5deg) translateY(-5px);
    background-color: rgb(151,130,171);
}footer .info_item svg {
    margin-right: 10px;
    width: 20px;
    fill: #ffffff;
    vertical-align: middle;
    height: 20px;
    transform: skewX(5deg);
}footer .info_item p,
footer .info_item a {
    transform: skewX(5deg);
    display: inline-block;
    font-size: 18px;
    color: #ffffff;
    text-decoration: none;
    vertical-align: middle;
}footer .text_main_holder {
    gap: 40px;
    grid-template-columns: 1fr;
    position: relative;
    display: grid;
}footer .top_core_32498 {
    position: relative;
    padding-left: 20px;
}footer .top_core_32498::before {
    background-color: rgb(151,130,171);
    width: 5px;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
}footer .top_core_32498 svg {
    filter: brightness(0) invert(1);
    width: auto;
    margin-bottom: 20px;
    height: 45px;
}footer .report_abuse_49183 {
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    max-width: 320px;
}footer .main_mentor_01395 {
    position: relative;
}footer .main_mentor_01395 h5 {
    font-size: 20px;
    letter-spacing: 1px;
    color: #ffffff;
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 10px;
}footer .main_mentor_01395 h5::after {
    position: absolute;
    height: 3px;
    content: "";
    left: 0;
    bottom: 0;
    background-color: rgb(151,130,171);
    width: 50px;
}footer .nav_mentor_48790 {
    margin-bottom: 25px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    gap: 15px;
}footer .nav_mentor_48790 a {
    padding-left: 0;
    font-size: 18px;
    position: relative;
    transition: all 0.3s ease;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.8);
}footer .nav_mentor_48790 a::before {
    transition: all 0.3s ease;
    color: rgb(151,130,171);
    content: "→";
    opacity: 0;
    position: absolute;
    left: -20px;
}footer .nav_mentor_48790 a:hover {
    color: rgb(151,130,171);
    padding-left: 20px;
}footer .nav_mentor_48790 a:hover::before {
    left: 0;
    opacity: 1;
}footer .subscribe_holder {
    padding: 30px;
    border-left: 5px solid rgb(151,130,171);
    border-radius: 16px;
    position: relative;
    background-color: rgba(0, 0, 0, 0.3);
}footer .subscribe_holder::before {
    content: "";
    opacity: 0.2;
    height: 100px;
    background-color: rgb(151,130,171);
    top: -20px;
    border-radius: 50%;
    position: absolute;
    z-index: -1;
    right: -20px;
    width: 100px;
}footer .subscribe_holder h5 {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ffffff;
}footer .subscribe_holder p {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
    font-size: 18px;
    margin-bottom: 25px;
}footer .input_holder {
    gap: 15px;
    display: flex;
    flex-direction: column;
}footer .input_holder input[type="email"] {
    color: #ffffff;
    border: none;
    font-size: 18px;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 14px 16px;
    transition: all 0.3s ease;
    border-radius: 10px;
}footer .input_holder input[type="email"]:focus {
    box-shadow: 0 0 0 2px rgb(151,130,171);
    outline: none;
    background-color: rgba(255, 255, 255, 0.15);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}footer .news_signup_form_16842 {
    letter-spacing: 1px;
    font-size: 18px;
    transition: all 0.3s ease;
    border-radius: 10px;
    background-color: rgb(151,130,171);
    border: none;
    color: #ffffff;
    font-weight: 600;
    cursor: pointer;
    padding: 14px 20px;
    text-transform: uppercase;
}footer .news_signup_form_16842:hover {
    background-color: rgb(116,72,157);
    transform: translateX(5px);
}footer .case_study_64032 {
    padding-top: 20px;
    position: relative;
    margin-top: 60px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}footer .alumni_net_05631 {
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
}

@media (min-width: 768px) {footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}footer .nav_mentor_48790 {
    grid-template-columns: repeat(2, 1fr);
}footer .input_holder {
    flex-direction: row;
}footer .news_signup_form_16842 {
    white-space: nowrap;
}footer .nav_mentor_48790 a {
    padding-right: 10px;
}
}

@media (max-width: 991px) {footer .sustain_cta_70983::before {
    opacity: 0.7;
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    background-color: rgb(151,130,171);
}
}

@media (max-width: 767px) {footer .sustain_cta_70983 {
    padding: 60px 0 30px;
}footer .message_request_81625 {
    margin-bottom: 40px;
    justify-content: center;
}footer .main_mentor_01395 h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
}footer .case_study_64032 {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .sustain_cta_70983 {
    padding: 50px 0 20px;
}footer .info_item {
    margin-right: 0;
    width: 100%;
}footer .nav_mentor_48790 {
    grid-template-columns: 1fr;
}footer .subscribe_holder {
    padding: 20px;
}footer .input_holder input[type="email"],
    footer .news_signup_form_16842 {
    padding: 12px 15px;
}}header {
    width: 100%;
    z-index: 100;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, 
        rgb(151,130,171,0.5) 0%,
        #000000 100%);
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.5);
    position: fixed;
}header::before {
    z-index: 1;
    top: 0;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgb(116,72,157,0.5) 0%, transparent 15%),
        radial-gradient(circle at 80% 70%, rgb(151,130,171,0.5) 0%, transparent 15%);
    position: absolute;
    opacity: 0.3;
    width: 100%;
    animation: pulse-bg 8s infinite alternate;
    left: 0;
    content: "";
}header::after {
    z-index: 1;
    position: absolute;
    background-size: 20px 20px;
    width: 100%;
    opacity: 0.1;
    top: 0;
    content: "";
    background-image: 
        linear-gradient(0deg, transparent 95%, rgb(116,72,157,0.5) 100%),
        linear-gradient(90deg, transparent 95%, rgb(116,72,157,0.5) 100%);
    height: 100%;
    left: 0;
}header .container {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 0;
    z-index: 2;
    position: relative;
}header .site_core_20415 {
    display: flex;
    width: 100%;
    position: relative;
    align-items: center;
    flex-direction: column;
}header .header_lesson_60513 {
    text-decoration: none;
    position: relative;
    justify-content: center;
    margin: 1rem 0 1.5rem;
    align-items: center;
    z-index: 3;
    display: flex;
}header .header_lesson_60513::before {
    border-radius: 50%;
    width: 120px;
    z-index: -1;
    content: "";
    opacity: 0.2;
    position: absolute;
    background: 
        conic-gradient(
            transparent 0deg,
            rgb(116,72,157,0.5) 120deg,
            transparent 180deg,
            rgb(151,130,171,0.5) 240deg,
            transparent 360deg
        );
    height: 120px;
    animation: rotate 10s linear infinite;
}header .header_lesson_60513::after {
    opacity: 0.3;
    height: 70px;
    position: absolute;
    z-index: -2;
    border-radius: 50%;
    animation: pulse-opacity 4s ease infinite alternate;
    filter: blur(20px);
    content: "";
    width: 70px;
    background: rgb(116,72,157,0.5);
}header .header_lesson_60513 svg {
    transition: all 0.4s ease;
    width: auto;
    filter: drop-shadow(0 0 8px rgb(151,130,171,0.5));
    height: 45px;
}header .header_lesson_60513:hover svg {
    transform: scale(1.08);
    filter: drop-shadow(0 0 12px rgb(116,72,157));
}header .main_mentor_01395 {
    padding: 1rem 0;
    scrollbar-width: none;
    width: 100vw;
    border-top: 1px solid rgb(151,130,171,0.5);
    border-bottom: 1px solid rgb(151,130,171,0.5);
    justify-content: center;
    position: relative;
    background: linear-gradient(to bottom,
        rgba(0, 0, 0, 0.5) 0%,
        #000000 100%);
    gap: 0.8rem;
    overflow-x: auto;
    display: flex;
}header .main_mentor_01395::-webkit-scrollbar {
    display: none;
}header .main_mentor_01395::before {
    content: "";
    top: 0;
    pointer-events: none;
    background: 
        linear-gradient(90deg, 
            #000000 0%,
            transparent 10%,
            transparent 90%,
            #000000 100%);
    position: absolute;
    z-index: 3;
    width: 100%;
    height: 100%;
    left: 0;
}header .head_lead_68531 {
    text-decoration: none;
    perspective: 800px;
    font-family: Arial, sans-serif;
    position: relative;
    padding: 0.6rem 1.5rem;
    color: #ffffff;
    text-transform: uppercase;
    transition: all 0.3s ease;
    white-space: nowrap;
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: 600;
    z-index: 2;
}header .head_lead_68531::before {
    border-radius: 10px;
    content: "";
    transform: translateZ(-10px);
    transition: all 0.3s ease;
    height: 100%;
    z-index: -1;
    width: 100%;
    border: 1px solid transparent;
    left: 0;
    top: 0;
    position: absolute;
}header .head_lead_68531::after {
    bottom: 0;
    width: 0%;
    content: "";
    height: 2px;
    background: rgb(116,72,157);
    left: 50%;
    transition: all 0.3s ease;
    position: absolute;
    transform: translateX(-50%);
}header .head_lead_68531:hover {
    color: rgb(116,72,157);
    text-shadow: 0 0 5px rgb(116,72,157,0.5);
    transform: translateY(-2px) translateZ(0);
}header .head_lead_68531:hover::before {
    border-color: rgb(116,72,157,0.5);
    transform: translateZ(0);
    box-shadow: 0 0 15px rgb(151,130,171,0.5);
}header .head_lead_68531:hover::after {
    width: 80%;
}

@keyframes pulse-bg {
    0%, 100% {
        opacity: 0.2;
    }
    50% {
        opacity: 0.4;
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes pulse-opacity {
    0%, 100% {
        opacity: 0.2;
        transform: scale(1);
    }
    50% {
        opacity: 0.4;
        transform: scale(1.2);
    }
}

@media (max-width: 991px) {header .header_lesson_60513 {
    margin: 0.8rem 0 1.2rem;
}header .header_lesson_60513 svg {
    height: 40px;
}header .head_lead_68531 {
    font-size: calc(16px - 1px);
    padding: 0.5rem 1.2rem;
}
}

@media (max-width: 767px) {header .header_lesson_60513 {
    margin: 0.6rem 0 1rem;
}header .header_lesson_60513 svg {
    height: 35px;
}header .header_lesson_60513::before {
    width: 90px;
    height: 90px;
}header .header_lesson_60513::after {
    width: 50px;
    height: 50px;
}header .main_mentor_01395 {
    padding: 0.8rem 0;
    justify-content: flex-start;
}header .head_lead_68531 {
    font-size: calc(16px - 2px);
    padding: 0.4rem 1rem;
}header .head_lead_68531:first-child {
    margin-left: 2rem;
}header .head_lead_68531:last-child {
    margin-right: 2rem;
}}.course_highlights_30165 {
    overflow: hidden;
    background-color: rgb(189,177,195);
    position: relative;
    padding: 6rem 0;
}.course_highlights_30165::before {
    right: -10%;
    height: 65%;
    opacity: 0.05;
    content: "";
    transform: rotate(-15deg);
    width: 65%;
    background: linear-gradient(45deg, rgb(116,72,157,0.5), rgb(116,72,157));
    top: -5%;
    position: absolute;
    z-index: 0;
}.course_highlights_30165::after {
    content: "";
    z-index: 0;
    height: 55%;
    left: -10%;
    position: absolute;
    width: 55%;
    opacity: 0.05;
    transform: rotate(15deg);
    background: linear-gradient(135deg, rgb(151,130,171,0.5), rgb(151,130,171));
    bottom: -5%;
}.course_highlights_30165 .container {
    z-index: 1;
    padding: 0 1.5rem;
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
}.course_highlights_30165 h2 {
    position: relative;
    max-width: 85%;
    margin-bottom: 3rem;
    line-height: 1.3;
    color: #000000;
    font-weight: 700;
    font-size: 31px;
}.course_highlights_30165 h2::after {
    bottom: -0.75rem;
    height: 3px;
    left: 0;
    content: "";
    width: 5rem;
    transform: scaleX(1);
    position: absolute;
    transform-origin: left center;
    transition: transform 0.5s ease;
    background: linear-gradient(90deg, rgb(116,72,157), rgb(151,130,171));
}.course_highlights_30165 .container:hover h2::after {
    transform: scaleX(1.5);
}.course_highlights_30165 .training_guide_43825 {
    grid-template-columns: 1fr;
    gap: 2.5rem;
    display: grid;
    position: relative;
}.course_highlights_30165 .content_photo_16853 {
    height: 400px;
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), box-shadow 0.6s ease;
    overflow: hidden;
    transform: perspective(1000px) rotateY(-3deg);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    position: relative;
}.course_highlights_30165 .content_photo_16853::before {
    opacity: 0.3;
    content: "";
    background: linear-gradient(45deg, rgb(116,72,157,0.5), transparent);
    top: 0;
    position: absolute;
    transition: opacity 0.6s ease;
    height: 100%;
    left: 0;
    width: 100%;
}.course_highlights_30165 .content_photo_16853::after {
    transition: left 0.8s ease-out;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    left: -100%;
    position: absolute;
    content: "";
    transform: rotate(45deg);
    width: 200%;
    top: 30%;
    height: 200%;
}.course_highlights_30165 .container:hover .content_photo_16853 {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: perspective(1000px) rotateY(0deg);
}.course_highlights_30165 .container:hover .content_photo_16853::before {
    opacity: 0.5;
}.course_highlights_30165 .container:hover .content_photo_16853::after {
    left: 100%;
}.course_highlights_30165 .text_body_95072 {
    overflow: hidden;
    padding: 2.5rem;
    position: relative;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    background-color: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transform: translateY(0);
}.course_highlights_30165 .text_body_95072::before {
    top: 0;
    content: "";
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    left: 0;
    transform: scaleY(0.3);
    background: linear-gradient(to bottom, rgb(116,72,157), rgb(151,130,171));
    height: 100%;
    width: 4px;
    transform-origin: center;
    position: absolute;
}.course_highlights_30165 .container:hover .text_body_95072 {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
}.course_highlights_30165 .container:hover .text_body_95072::before {
    transform: scaleY(1);
}.course_highlights_30165 .description {
    position: relative;
    font-size: 17px;
    color: #000000;
    line-height: 1.8;
    margin-bottom: 1.5rem;
    transition: color 0.3s ease;
}.course_highlights_30165 .description:last-child {
    margin-bottom: 0;
}.course_highlights_30165 .description::first-letter {
    font-size: 1.3em;
    color: rgb(116,72,157);
    font-weight: 600;
}.course_highlights_30165 .description strong {
    background-clip: text !important;
    -webkit-background-clip: text !important;
    background: linear-gradient(to right, rgb(116,72,157,0.5), transparent);
    color: #000000;
}

@media (min-width: 768px) {.course_highlights_30165 {
    padding: 8rem 0;
}.course_highlights_30165 h2 {
    max-width: 70%;
    margin-bottom: 3.5rem;
    font-size: calc(31px * 1.1);
}.course_highlights_30165 .training_guide_43825 {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
}.course_highlights_30165 .content_photo_16853 {
    height: 500px;
}.course_highlights_30165 .text_body_95072 {
    padding: 3rem;
    overflow-y: auto;
    max-height: 500px;
    scrollbar-color: rgb(116,72,157,0.5) #ffffff;
    scrollbar-width: thin;
}.course_highlights_30165 .text_body_95072::-webkit-scrollbar {
    width: 6px;
}.course_highlights_30165 .text_body_95072::-webkit-scrollbar-track {
    background: #ffffff;
}.course_highlights_30165 .text_body_95072::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background-color: rgb(116,72,157,0.5);
}
}

@media (min-width: 992px) {.course_highlights_30165 {
    padding: 10rem 0;
}.course_highlights_30165 h2 {
    max-width: 60%;
    font-size: calc(31px * 1.2);
}.course_highlights_30165 .training_guide_43825 {
    gap: 4rem;
}.course_highlights_30165 .content_photo_16853 {
    height: 550px;
    transform: perspective(1000px) rotateY(-5deg) translateX(-20px);
}.course_highlights_30165 .container:hover .content_photo_16853 {
    transform: perspective(1000px) rotateY(0deg) translateX(0);
}.course_highlights_30165 .text_body_95072 {
    padding: 3.5rem;
    max-height: 550px;
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.95);
    margin-right: -2rem;
}.course_highlights_30165 .description {
    font-size: calc(17px * 1.05);
    line-height: 1.9;
}
}

@media (min-width: 1200px) {.course_highlights_30165 h2 {
    font-size: calc(31px * 1.3);
    max-width: 50%;
}.course_highlights_30165 .training_guide_43825 {
    gap: 5rem;
}.course_highlights_30165 .content_photo_16853 {
    height: 600px;
    transform: perspective(1000px) rotateY(-5deg) translateX(-30px);
}.course_highlights_30165 .text_body_95072 {
    margin-right: -3rem;
    padding: 4rem;
    max-height: 600px;
}.course_highlights_30165 .description {
    line-height: 2;
    font-size: calc(17px * 1.1);
}
}

@media (max-width: 767px) {.course_highlights_30165 {
    padding: 4rem 0;
}.course_highlights_30165 h2 {
    margin-bottom: 2rem;
    font-size: calc(31px * 0.9);
    max-width: 100%;
}.course_highlights_30165 .content_photo_16853 {
    height: 300px;
    transform: perspective(1000px) rotateY(0deg);
}.course_highlights_30165 .text_body_95072 {
    padding: 2rem;
}.course_highlights_30165 .description {
    line-height: 1.7;
    font-size: calc(17px * 0.95);
}}.learning_profits_48962 {
    background: linear-gradient(110deg, rgb(189,177,195) 60%, rgb(151,130,171,0.5) 100%);
    overflow: hidden;
    padding: 90px 0;
    position: relative;
}.learning_profits_48962::before {
    opacity: 0.4;
    content: "";
    top: 0;
    background: radial-gradient(circle at top right, rgb(116,72,157,0.5) 0%, transparent 70%);
    width: 60%;
    height: 100%;
    position: absolute;
    right: 0;
}.learning_profits_48962 .container {
    padding: 0 20px;
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
    position: relative;
}.learning_profits_48962 .edu_beliefs_07861 {
    align-items: center;
    display: flex;
    flex-direction: row-reverse;
    gap: 50px;
    position: relative;
}.learning_profits_48962 .content_photo_16853 {
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.6s ease;
    position: relative;
    border-radius: 30px;
    max-width: 500px;
    flex: 0 0 45%;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12);
    transform: translateY(-15px);
    z-index: 1;
}.learning_profits_48962 .content_photo_16853::after {
    top: 15px;
    border-radius: 30px;
    position: absolute;
    bottom: -15px;
    opacity: 0.3;
    transition: all 0.6s ease;
    content: "";
    border: 2px solid rgb(151,130,171);
    left: 15px;
    z-index: -1;
    right: -15px;
}.learning_profits_48962 .content_photo_16853:hover {
    transform: translateY(-5px);
    box-shadow: 0 25px 40px rgba(0, 0, 0, 0.18);
}.learning_profits_48962 .content_photo_16853:hover::after {
    opacity: 0.6;
    left: 10px;
    top: 10px;
    right: -10px;
    bottom: -10px;
}.learning_profits_48962 .text_body_95072 {
    flex: 1;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    padding: 40px 50px;
    background: #ffffff;
    border-radius: 30px;
}.learning_profits_48962 h3 {
    font-weight: 700;
    display: inline-block;
    position: relative;
    font-size: 32px;
    color: #000000;
    margin-bottom: 35px;
}.learning_profits_48962 h3::after {
    border-radius: 10px;
    bottom: -12px;
    position: absolute;
    width: 100%;
    background: linear-gradient(to right, rgb(151,130,171), rgb(116,72,157));
    content: "";
    left: 0;
    height: 4px;
}.learning_profits_48962 ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 25px;
    flex-direction: column;
}.learning_profits_48962 li {
    padding: 15px 20px;
    border-radius: 10px;
    transition: all 0.3s ease;
    background: linear-gradient(to right, #ffffff, rgb(189,177,195) 120%);
    position: relative;
}.learning_profits_48962 li:hover {
    transform: translateX(5px);
    background: linear-gradient(to right, #ffffff, rgb(116,72,157,0.5) 120%);
}.learning_profits_48962 li p {
    font-size: 13px;
    color: #000000;
    gap: 16px;
    align-items: center;
    display: flex;
    margin: 0;
    line-height: 1.5;
    font-weight: 400;
}.learning_profits_48962 svg {
    height: 22px;
    width: 22px;
    border-radius: 50%;
    padding: 4px;
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    background: #ffffff;
    align-items: center;
}.learning_profits_48962 svg path {
    fill: rgb(151,130,171);
    transition: fill 0.3s ease;
}.learning_profits_48962 li:hover svg {
    transform: scale(1.1);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}.learning_profits_48962 li:hover svg path {
    fill: rgb(116,72,157);
}

@media (max-width: 992px) {.learning_profits_48962 {
    padding: 70px 0;
}.learning_profits_48962 .edu_beliefs_07861 {
    flex-direction: column;
    gap: 40px;
}.learning_profits_48962 .content_photo_16853 {
    flex: 0 0 100%;
    margin: 0 auto;
    width: 85%;
    transform: translateY(0);
}.learning_profits_48962 .text_body_95072 {
    width: 100%;
    padding: 35px 30px;
}
}

@media (max-width: 576px) {.learning_profits_48962 {
    padding: 50px 0;
}.learning_profits_48962 .content_photo_16853 {
    width: 100%;
}.learning_profits_48962 .content_photo_16853::after {
    display: none;
}.learning_profits_48962 .text_body_95072 {
    padding: 30px 25px;
}.learning_profits_48962 h3 {
    font-size: 21px;
    margin-bottom: 30px;
}.learning_profits_48962 ul {
    gap: 20px;
}.learning_profits_48962 li {
    padding: 12px 15px;
}.learning_profits_48962 svg {
    height: 20px;
    width: 20px;
}}.company_info_92407 {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}.company_info_92407::before {
    width: 100%;
    top: 0;
    background: linear-gradient(135deg, rgb(151,130,171,0.5), rgba(0, 0, 0, 0.5) 80%);
    position: absolute;
    z-index: 1;
    content: "";
    height: 100%;
    left: 0;
}.company_info_92407::after {
    top: -30px;
    opacity: 0.15;
    right: -30px;
    position: absolute;
    width: 200px;
    z-index: 2;
    animation: float 12s infinite ease-in-out;
    transform: rotate(15deg);
    border: 2px solid rgb(116,72,157);
    height: 200px;
    content: "";
}.company_info_92407 .container {
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 3;
    position: relative;
}.company_info_92407 .text_body_95072 {
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.85));
    padding: 60px 45px;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1), 0 10px 15px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateY(2deg);
    position: relative;
}.company_info_92407 .text_body_95072::before {
    position: absolute;
    height: 100%;
    left: 0;
    content: "";
    background: linear-gradient(to bottom, rgb(151,130,171), rgb(116,72,157));
    top: 0;
    width: 5px;
}.company_info_92407 .text_body_95072:hover {
    transform: perspective(1000px) rotateY(0deg);
}.company_info_92407 h1 {
    transition: transform 0.5s ease;
    margin-bottom: 40px;
    color: #000000;
    padding-bottom: 15px;
    transform: translateX(-10px);
    font-size: 44px;
    font-weight: 700;
    position: relative;
}.company_info_92407 .text_body_95072:hover h1 {
    transform: translateX(0);
}.company_info_92407 h1::after {
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    left: 0;
    content: "";
    width: 80px;
    bottom: 0;
    transform: scaleX(0.7);
    height: 3px;
    transform-origin: left center;
    background: rgb(116,72,157);
    position: absolute;
}.company_info_92407 .text_body_95072:hover h1::after {
    transform: scaleX(1);
}.company_info_92407 ul {
    margin: 0;
    list-style: none;
    padding: 0;
}.company_info_92407 li {
    margin-bottom: 25px;
}.company_info_92407 h4 {
    opacity: 0.9;
    transform: translateY(5px);
    font-size: calc(23px * 1.1);
    font-weight: 600;
    transition: all 0.3s ease;
    letter-spacing: 0.05em;
    color: rgb(151,130,171);
    margin-bottom: 15px;
}.company_info_92407 .text_body_95072:hover h4 {
    opacity: 1;
    transform: translateY(0);
}.company_info_92407 span {
    line-height: 1.8;
    font-family: Arial, sans-serif;
    column-count: 1;
    display: block;
    color: #000000;
    opacity: 0.9;
    font-size: 14px;
    max-width: 100%;
    column-gap: 40px;
    transition: opacity 0.5s ease;
}.company_info_92407 .text_body_95072:hover span {
    opacity: 1;
}@keyframes float {
    0%, 100% {
        transform: rotate(15deg) translate(0, 0);
    }
    50% {
        transform: rotate(10deg) translate(10px, 15px);
    }
}


.company_info_92407 .text_body_95072::after {
    transform: scaleX(0);
    transform-origin: left;
    height: 2px;
    width: 100%;
    position: absolute;
    animation: loadingBar 3s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    top: 0;
    background: linear-gradient(90deg, transparent, rgb(151,130,171), transparent);
    content: "";
    left: 0;
}

@keyframes loadingBar {
    0% {
        transform: scaleX(0);
    }
    50% {
        transform: scaleX(1);
    }
    100% {
        transform: scaleX(0);
        transform-origin: right;
    }
}


@media (min-width: 768px) {.company_info_92407 {
    padding: 150px 0;
}.company_info_92407 .text_body_95072 {
    padding: 70px 60px;
    margin-left: 5%;
    width: 90%;
}.company_info_92407 span {
    column-count: 2;
}.company_info_92407::after {
    width: 300px;
    height: 300px;
}
}

@media (min-width: 992px) {.company_info_92407 {
    padding: 180px 0;
}.company_info_92407 .text_body_95072 {
    padding: 80px 70px;
    margin-left: 8%;
    width: 80%;
}.company_info_92407 h1 {
    font-size: calc(44px * 1.2);
}.company_info_92407 span {
    column-count: 2;
    font-size: calc(14px * 1.05);
}
}

@media (max-width: 767px) {.company_info_92407 {
    padding: 80px 0;
}.company_info_92407 .text_body_95072 {
    padding: 40px 30px;
    transform: perspective(1000px) rotateY(0deg);
}.company_info_92407 h1 {
    margin-bottom: 30px;
    font-size: calc(44px * 0.9);
}.company_info_92407 h4 {
    font-size: 23px;
}.company_info_92407 span {
    font-size: calc(14px * 0.95);
    line-height: 1.6;
}.company_info_92407::after {
    height: 150px;
    width: 150px;
}
}

@media (max-width: 480px) {.company_info_92407 {
    padding: 60px 0;
}.company_info_92407 .text_body_95072 {
    padding: 30px 25px;
}.company_info_92407 h1 {
    margin-bottom: 25px;
    font-size: calc(44px * 0.8);
}.company_info_92407 h1::after {
    width: 60px;
}.company_info_92407 span {
    line-height: 1.5;
    font-size: calc(14px * 0.9);
}}.instructor_profile_14573 {
    padding: 5rem 2rem;
    background: rgb(189,177,195);
    overflow: hidden;
    position: relative;
}.instructor_profile_14573::before {
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    background: linear-gradient(120deg, rgb(151,130,171,0.5) 0%, transparent 70%);
    content: "";
    height: 100%;
    position: absolute;
}.instructor_profile_14573::after {
    content: "";
    height: 70%;
    bottom: 0;
    width: 70%;
    background: linear-gradient(210deg, rgb(116,72,157,0.5) 0%, transparent 70%);
    position: absolute;
    z-index: 0;
    right: 0;
}.instructor_profile_14573 .feedback_cloud_18392 {
    position: relative;
    max-width: 600px;
    z-index: 1;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}.instructor_profile_14573 .content_photo_16853 {
    transform: translateY(0);
    width: 80%;
    overflow: hidden;
    border-radius: 23px;
    position: relative;
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: 2;
    height: 400px;
    margin: 0 auto;
    box-shadow: 0 30px 60px -20px rgba(0, 0, 0, 0.5);
}.instructor_profile_14573 .content_photo_16853::before {
    width: 100%;
    position: absolute;
    background: linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0.5) 100%);
    left: 0;
    content: "";
    top: 0;
    z-index: 1;
    height: 100%;
}.instructor_profile_14573 .content_photo_16853::after {
    top: -100%;
    animation: shiftGradient 10s infinite alternate;
    height: 300%;
    background: linear-gradient(45deg, rgb(151,130,171,0.5) 0%, transparent 40%, transparent 60%, rgb(116,72,157,0.5) 100%);
    left: -100%;
    position: absolute;
    opacity: 0.3;
    content: "";
    width: 300%;
    transition: all 0.8s ease;
    mix-blend-mode: overlay;
}.instructor_profile_14573 .past_experience_72054 {
    position: relative;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
    padding: 2.5rem 2rem 2rem;
    border-radius: 23px;
    width: 90%;
    transform: translateY(0);
    background: #ffffff;
    margin: -80px auto 0;
    z-index: 3;
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1s;
}.instructor_profile_14573 .past_experience_72054::before {
    width: 70px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    border: 5px solid rgb(189,177,195);
    content: "";
    background: #ffffff;
    left: 50%;
    height: 70px;
    position: absolute;
    top: 0;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: 4;
}.instructor_profile_14573 .name {
    margin-bottom: 0.5rem;
    font-weight: 700;
    position: relative;
    font-size: 30px;
    color: rgb(151,130,171);
    text-align: center;
}.instructor_profile_14573 .past_experience_72054 div:nth-child(2) {
    font-size: 20px;
    margin-bottom: 1.5rem;
    color: rgb(116,72,157);
    font-weight: 600;
    position: relative;
    text-align: center;
}.instructor_profile_14573 .past_experience_72054 div:nth-child(2)::after {
    height: 3px;
    width: 40px;
    background: rgb(151,130,171,0.5);
    content: "";
    display: block;
    margin: 1rem auto 0;
}.instructor_profile_14573 .career_content_28601 {
    padding: 0 1rem;
    font-size: 16px;
    text-align: center;
    line-height: 1.7;
    color: #000000;
    position: relative;
    font-style: italic;
}.instructor_profile_14573 .career_content_28601::before,
.instructor_profile_14573 .career_content_28601::after {
    content: "";
    line-height: 0;
    font-size: 3rem;
    position: absolute;
    font-family: serif;
    color: rgb(151,130,171,0.5);
}.instructor_profile_14573 .career_content_28601::before {
    transform: rotate(180deg);
    top: 0.5rem;
    left: 0;
}.instructor_profile_14573 .career_content_28601::after {
    right: 0;
    bottom: -0.5rem;
}.instructor_profile_14573 .feedback_cloud_18392:hover .content_photo_16853 {
    transform: translateY(-20px);
}.instructor_profile_14573 .feedback_cloud_18392:hover .past_experience_72054 {
    transform: translateY(20px);
}

@keyframes shiftGradient {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media screen and (max-width: 767px) {.instructor_profile_14573 .content_photo_16853 {
    width: 90%;
    height: 320px;
}.instructor_profile_14573 .past_experience_72054 {
    margin-top: -60px;
    padding: 2rem 1.5rem 1.5rem;
    width: 95%;
}.instructor_profile_14573 .past_experience_72054::before {
    width: 60px;
    height: 60px;
}}.tariff_card_27098 {
    position: relative;
    background: rgb(189,177,195);
    overflow: hidden;
    padding: 120px 0;
}.tariff_card_27098::before {
    position: absolute;
    content: "";
    width: 600px;
    background: linear-gradient(135deg, rgb(151,130,171,0.5), rgb(116,72,157,0.5));
    height: 600px;
    top: -15%;
    right: -10%;
    opacity: 0.15;
    filter: blur(80px);
    z-index: 0;
}.tariff_card_27098::after {
    width: 500px;
    bottom: -15%;
    position: absolute;
    filter: blur(100px);
    left: -10%;
    opacity: 0.1;
    z-index: 0;
    content: "";
    background: linear-gradient(225deg, rgb(116,72,157,0.5), rgb(151,130,171,0.5));
    height: 500px;
}.tariff_card_27098 .container {
    padding: 0 20px;
    max-width: 1400px;
    z-index: 1;
    position: relative;
    margin: 0 auto;
}.tariff_card_27098 .pricing_options_39750 {
    display: flex;
    flex-direction: column;
    gap: 60px;
}.tariff_card_27098 .learning_plan_73410 {
    z-index: 2;
    margin-bottom: 20px;
    transform: translateX(5%);
    order: -1;
    position: relative;
}.tariff_card_27098 .learning_plan_73410 h2 {
    background-clip: text !important;
    color: transparent;
    margin-bottom: 15px;
    font-size: 29px;
    background: linear-gradient(90deg, #000000, rgb(151,130,171));
    -webkit-background-clip: text !important;
    font-weight: 700;
    color: #000000;
    transition: transform 0.5s ease;
    transform: perspective(1000px) rotateX(0deg);
}.tariff_card_27098 .learning_plan_73410 .fee_options_86902 {
    font-size: 16px;
    transform: translateY(0);
    line-height: 1.6;
    color: #000000;
    transition: transform 0.4s ease;
    max-width: 700px;
    margin-left: 5px;
}.tariff_card_27098 .learning_plan_73410:hover h2 {
    transform: perspective(1000px) rotateX(5deg);
}.tariff_card_27098 .learning_plan_73410:hover .fee_options_86902 {
    transform: translateY(3px);
}.tariff_card_27098 .tuition_grid_13427 {
    gap: 30px;
    perspective: 1000px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}.tariff_card_27098 .plan_rates_24387 {
    transform: translateZ(0) scale(1);
    transform-style: preserve-3d;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    display: block;
    height: 100%;
    text-decoration: none;
    position: relative;
    overflow: hidden;
}.tariff_card_27098 .plan_rates_24387:hover {
    transform: translateZ(20px) scale(1.02);
    z-index: 5;
}.tariff_card_27098 .promo_plans_89264 {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
    flex-direction: column;
    overflow: hidden;
    transition: box-shadow 0.5s ease;
    position: relative;
    display: flex;
    height: 100%;
    background: #ffffff;
}.tariff_card_27098 .plan_rates_24387:hover .promo_plans_89264 {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 0 0 0 1px rgb(151,130,171,0.5);
}.tariff_card_27098 .promo_plans_89264::before {
    top: 0;
    position: absolute;
    transform: scaleX(0);
    background: linear-gradient(90deg, rgb(151,130,171), rgb(116,72,157));
    right: 0;
    transform-origin: left;
    left: 0;
    content: "";
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    height: 5px;
}.tariff_card_27098 .plan_rates_24387:hover .promo_plans_89264::before {
    transform: scaleX(1);
}.tariff_card_27098 .plan_options_80945 {
    flex-direction: column;
    flex-grow: 1;
    overflow: hidden;
    display: flex;
    position: relative;
    padding: 35px 30px;
    z-index: 2;
}.tariff_card_27098 .plan_options_80945 h3 {
    transform: translateY(0);
    word-break: break-word;
    position: relative;
    font-weight: 600;
    overflow-wrap: break-word;
    color: #000000;
    transition: transform 0.4s ease, color 0.3s ease;
    font-size: calc(24px + 2px);
    margin-bottom: 15px;
}.tariff_card_27098 .plan_rates_24387:hover .plan_options_80945 h3 {
    color: rgb(151,130,171);
    transform: translateY(-2px);
}.tariff_card_27098 .plan_options_80945 .bundle_rate_90143 {
    font-size: calc(24px + 6px);
    font-weight: 700;
    display: block;
    word-break: break-word;
    color: rgb(151,130,171);
    overflow-wrap: break-word;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    margin: 5px 0 20px;
}.tariff_card_27098 .plan_rates_24387:hover .plan_options_80945 .bundle_rate_90143 {
    transform: scale(1.05);
}.tariff_card_27098 .plan_options_80945 .bundle_rate_90143::after {
    height: 2px;
    background: rgb(116,72,157,0.5);
    transition: width 0.4s ease;
    width: 50px;
    position: absolute;
    content: "";
    bottom: -10px;
    left: 0;
}.tariff_card_27098 .plan_rates_24387:hover .plan_options_80945 .bundle_rate_90143::after {
    width: 80px;
}.tariff_card_27098 .plan_options_80945 p {
    flex-grow: 1;
    word-break: break-word;
    font-size: 16px;
    transition: opacity 0.3s ease;
    overflow-wrap: break-word;
    line-height: 1.7;
    white-space: normal;
    margin-top: 10px;
    opacity: 0.85;
    color: #000000;
}.tariff_card_27098 .plan_rates_24387:hover .plan_options_80945 p {
    opacity: 1;
}.tariff_card_27098 .plan_rates_24387 .content_photo_16853 {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 220px;
    transition: height 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.tariff_card_27098 .plan_rates_24387:hover .content_photo_16853 {
    height: 240px;
}.tariff_card_27098 .plan_rates_24387 .content_photo_16853::after {
    right: 0;
    transition: opacity 0.4s ease;
    opacity: 0;
    bottom: 0;
    top: 0;
    position: absolute;
    background: linear-gradient(to top, rgba(0,0,0,0.3), transparent);
    content: "";
    left: 0;
}.tariff_card_27098 .plan_rates_24387:hover .content_photo_16853::after {
    opacity: 1;
}.tariff_card_27098 .plan_rates_24387:nth-child(odd) .promo_plans_89264 {
    flex-direction: column-reverse;
}

@media (min-width: 992px) {.tariff_card_27098 {
    padding: 140px 0;
}.tariff_card_27098 .pricing_options_39750 {
    align-items: flex-start;
    flex-direction: row;
}.tariff_card_27098 .learning_plan_73410 {
    position: sticky;
    margin-right: 70px;
    transform: translateX(0);
    order: 0;
    width: 30%;
    top: 100px;
    align-self: flex-start;
}.tariff_card_27098 .tuition_grid_13427 {
    width: 70%;
    grid-template-columns: repeat(2, 1fr);
}
}

@media (min-width: 1200px) {.tariff_card_27098 .tuition_grid_13427 {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}.tariff_card_27098 .learning_plan_73410 h2 {
    font-size: calc(29px + 5px);
}
}

@media (max-width: 991px) {.tariff_card_27098 {
    padding: 80px 0;
}.tariff_card_27098 .learning_plan_73410 {
    transform: translateX(0);
    text-align: center;
}.tariff_card_27098 .learning_plan_73410 .fee_options_86902 {
    margin: 0 auto;
}
}

@media (max-width: 767px) {.tariff_card_27098 {
    padding: 60px 0;
}.tariff_card_27098 .tuition_grid_13427 {
    grid-template-columns: 1fr;
}.tariff_card_27098 .plan_options_80945 {
    padding: 25px 20px;
}.tariff_card_27098 .plan_rates_24387 .content_photo_16853 {
    height: 180px;
}.tariff_card_27098 .learning_plan_73410 h2 {
    font-size: calc(29px - 2px);
}
}

@media (max-width: 480px) {.tariff_card_27098 {
    padding: 50px 0;
}.tariff_card_27098 .plan_options_80945 h3 {
    font-size: 24px;
}.tariff_card_27098 .plan_options_80945 .bundle_rate_90143 {
    font-size: calc(24px + 2px);
}.tariff_card_27098 .plan_options_80945 p {
    font-size: calc(16px - 1px);
}}.contact_section_36810 {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(189,177,195) 0%, rgb(116,72,157,0.5) 100%);
    padding: 80px 0;
}.contact_section_36810::before {
    height: 100%;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(151,130,171,0.5) 0%, transparent 70%),
        radial-gradient(circle at 80% 70%, rgb(116,72,157,0.5) 0%, transparent 70%);
    opacity: 0.4;
    content: '';
    position: absolute;
    z-index: 1;
    width: 100%;
    top: 0;
    left: 0;
}.contact_section_36810::after {
    opacity: 0.1;
    background-size: 50px 50px;
    height: 100%;
    z-index: 1;
    left: 0;
    content: '';
    position: absolute;
    top: 0;
    background-image: 
        linear-gradient(90deg, rgb(116,72,157,0.5) 1px, transparent 1px),
        linear-gradient(0deg, rgb(116,72,157,0.5) 1px, transparent 1px);
    width: 100%;
}.contact_section_36810 .content_photo_16853 {
    height: 100%;
    top: 0;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
    position: absolute;
    left: 0;
    width: 45%;
    z-index: 2;
}.contact_section_36810 .content_photo_16853::after {
    top: 0;
    left: 0;
    content: '';
    opacity: 0.7;
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(135deg, rgb(151,130,171,0.5) 0%, transparent 60%);
}.contact_section_36810 .container {
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    max-width: 1200px;
    z-index: 3;
}.contact_section_36810 h3 {
    font-family: Arial, sans-serif;
    font-size: 31px;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center;
    text-shadow: 0 0 15px rgb(151,130,171,0.5);
    margin-bottom: 40px;
}.contact_section_36810 .request_feedback_43516 {
    border-radius: 13px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2),
                0 5px 15px rgba(0, 0, 0, 0.1),
                0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    justify-content: space-between;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    display: flex;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}.contact_section_36810 .request_feedback_43516:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3),
                0 10px 20px rgba(0, 0, 0, 0.2),
                0 0 0 1px rgba(255, 255, 255, 0.2) inset;
}.contact_section_36810 .request_query_34719 {
    position: relative;
    overflow: hidden;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    padding: 40px;
    flex: 1;
}.contact_section_36810 .request_query_34719::before {
    background: radial-gradient(rgb(151,130,171,0.5), transparent 70%);
    position: absolute;
    opacity: 0.2;
    right: -100px;
    content: '';
    height: 200px;
    border-radius: 50%;
    top: -100px;
    width: 200px;
}.contact_section_36810 .request_query_34719::after {
    width: 150px;
    border-radius: 50%;
    bottom: -75px;
    left: -75px;
    content: '';
    position: absolute;
    opacity: 0.2;
    height: 150px;
    background: radial-gradient(rgb(116,72,157,0.5), transparent 70%);
}.contact_section_36810 form {
    z-index: 2;
    position: relative;
}.contact_section_36810 form h3 {
    background: linear-gradient(to right, #ffffff, rgb(151,130,171));
    text-shadow: none;
    font-size: 19px;
    -webkit-background-clip: text !important;
    text-align: left;
    -webkit-text-fill-color: transparent;
    margin-bottom: 25px;
}.contact_section_36810 input[type="text"],
.contact_section_36810 textarea {
    width: 100%;
    font-family: Arial, sans-serif;
    padding: 15px;
    border-radius: 10px;
    color: #ffffff;
    margin-bottom: 20px;
    transition: all 0.3s ease;
    font-size: 18px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: rgba(255, 255, 255, 0.08);
}.contact_section_36810 input[type="text"]:focus,
.contact_section_36810 textarea:focus {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgb(151,130,171);
    outline: none;
    box-shadow: 0 0 10px rgb(151,130,171,0.5);
}.contact_section_36810 textarea {
    resize: none;
    height: 120px;
}.contact_section_36810 .request_grid_52670 {
    position: relative;
    align-items: flex-start;
    display: flex;
    margin-bottom: 25px;
}.contact_section_36810 .request_grid_52670 input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.contact_section_36810 .request_grid_52670 label {
    cursor: pointer;
    line-height: 1.5;
    position: relative;
    padding-left: 30px;
    color: #ffffff;
    font-size: 14px;
}.contact_section_36810 .request_grid_52670 label::before {
    height: 20px;
    transition: all 0.3s ease;
    position: absolute;
    content: '';
    background: rgba(255, 255, 255, 0.08);
    width: 20px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    top: 2px;
    left: 0;
}.contact_section_36810 .request_grid_52670 input[type="checkbox"]:checked + label::before {
    border-color: rgb(151,130,171);
    background: rgb(151,130,171);
}.contact_section_36810 .request_grid_52670 input[type="checkbox"]:checked + label::after {
    border-width: 0 2px 2px 0;
    top: 5px;
    transform: rotate(45deg);
    height: 12px;
    content: '';
    left: 7px;
    width: 6px;
    border: solid #ffffff;
    position: absolute;
}.contact_section_36810 .request_grid_52670 a {
    color: rgb(151,130,171);
    transition: color 0.3s ease;
    text-decoration: none;
}.contact_section_36810 .request_grid_52670 a:hover {
    text-decoration: underline;
    color: rgb(116,72,157);
}.contact_section_36810 .contact_reach_48356 {
    font-weight: 600;
    font-family: Arial, sans-serif;
    font-size: 18px;
    transition: all 0.3s ease;
    color: #ffffff;
    background: linear-gradient(to right, rgb(151,130,171), rgb(116,72,157));
    padding: 15px;
    border: none;
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    cursor: pointer;
}.contact_section_36810 .contact_reach_48356::before {
    height: 100%;
    width: 100%;
    position: absolute;
    content: '';
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.7s ease;
    top: 0;
    left: -100%;
}.contact_section_36810 .contact_reach_48356:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgb(151,130,171,0.5);
}.contact_section_36810 .contact_reach_48356:hover::before {
    left: 100%;
}.contact_section_36810 .reach_card_65208 {
    position: relative;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.3), transparent);
    width: 40%;
    padding: 40px;
    overflow: hidden;
}.contact_section_36810 .reach_card_65208::before {
    right: 0;
    top: 0;
    background-image: 
        radial-gradient(circle at 70% 30%, rgb(151,130,171,0.5) 0%, transparent 60%);
    width: 100%;
    position: absolute;
    content: '';
    opacity: 0.4;
    height: 100%;
}.contact_section_36810 .reach_card_65208 h4 {
    margin-bottom: 30px;
    font-weight: 600;
    font-family: Arial, sans-serif;
    font-size: 19px;
    color: #ffffff;
    position: relative;
}.contact_section_36810 .reach_card_65208 h4::after {
    bottom: -10px;
    content: '';
    position: absolute;
    height: 3px;
    left: 0;
    border-radius: 3px;
    width: 50px;
    background: rgb(151,130,171);
}.contact_section_36810 .message_feedback_61803 {
    margin: 0;
    list-style: none;
    padding: 0;
}.contact_section_36810 .message_feedback_61803 li {
    margin-bottom: 25px;
    padding-left: 5px;
    position: relative;
    display: flex;
    align-items: flex-start;
    transition: transform 0.3s ease;
}.contact_section_36810 .message_feedback_61803 li:hover {
    transform: translateX(5px);
}.contact_section_36810 .message_feedback_61803 li::before {
    content: '';
    transition: all 0.3s ease;
    background: rgb(151,130,171);
    opacity: 0;
    left: -10px;
    border-radius: 50%;
    width: 0;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    height: 0;
}.contact_section_36810 .message_feedback_61803 li:hover::before {
    height: 6px;
    left: -3px;
    width: 6px;
    opacity: 1;
}.contact_section_36810 .message_feedback_61803 svg {
    flex-shrink: 0;
    filter: drop-shadow(0 0 5px rgb(151,130,171,0.5));
    width: 24px;
    height: 24px;
    fill: rgb(151,130,171);
    transition: transform 0.3s ease;
    margin-right: 15px;
}.contact_section_36810 .message_feedback_61803 li:hover svg {
    transform: scale(1.1);
}.contact_section_36810 .message_feedback_61803 svg path {
    transition: fill 0.3s ease;
    fill: rgb(151,130,171);
}.contact_section_36810 .message_feedback_61803 li:hover svg path {
    fill: rgb(116,72,157);
}.contact_section_36810 .message_feedback_61803 span {
    line-height: 1.5;
    font-family: Arial, sans-serif;
    font-size: 18px;
    color: #ffffff;
}.contact_section_36810 .message_feedback_61803 a {
    color: #ffffff;
    transition: color 0.3s ease;
    text-decoration: none;
}.contact_section_36810 .message_feedback_61803 a:hover {
    color: rgb(151,130,171);
}

@media (max-width: 992px) {.contact_section_36810 {
    padding: 60px 0;
}.contact_section_36810 .content_photo_16853 {
    width: 40%;
    clip-path: polygon(0 0, 100% 0, 75% 100%, 0 100%);
}.contact_section_36810 .request_feedback_43516 {
    flex-direction: column;
}.contact_section_36810 .request_query_34719 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
    border-right: none;
}.contact_section_36810 .reach_card_65208 {
    width: 100%;
}
}

@media (max-width: 768px) {.contact_section_36810 {
    padding: 40px 0;
}.contact_section_36810 .content_photo_16853 {
    display: none;
}.contact_section_36810 h3 {
    margin-bottom: 30px;
    font-size: calc(31px * 0.8);
}.contact_section_36810 .request_query_34719,
    .contact_section_36810 .reach_card_65208 {
    padding: 30px;
}.contact_section_36810 form h3,
    .contact_section_36810 .reach_card_65208 h4 {
    font-size: calc(19px * 0.9);
}.contact_section_36810 input[type="text"],
    .contact_section_36810 textarea {
    padding: 12px;
    margin-bottom: 15px;
}.contact_section_36810 textarea {
    height: 100px;
}.contact_section_36810 .contact_reach_48356 {
    padding: 12px;
}.contact_section_36810 .message_feedback_61803 li {
    margin-bottom: 20px;
}.contact_section_36810 .message_feedback_61803 svg {
    height: 20px;
    margin-right: 10px;
    width: 20px;
}
}

@media (max-width: 576px) {.contact_section_36810 {
    padding: 30px 0;
}.contact_section_36810 h3 {
    margin-bottom: 20px;
    font-size: calc(31px * 0.7);
}.contact_section_36810 .request_query_34719,
    .contact_section_36810 .reach_card_65208 {
    padding: 20px;
}.contact_section_36810 .request_feedback_43516 {
    margin: 0 10px;
}.contact_section_36810 .request_grid_52670 label {
    font-size: calc(14px * 0.9);
}.contact_section_36810 .message_feedback_61803 li {
    margin-bottom: 15px;
}.contact_section_36810 .message_feedback_61803 span {
    font-size: calc(18px * 0.9);
}.contact_section_36810::before,
    .contact_section_36810::after,
    .contact_section_36810 .request_query_34719::before,
    .contact_section_36810 .request_query_34719::after,
    .contact_section_36810 .reach_card_65208::before {
    opacity: 0.2;
}}.cookieUsageContainer_87201 {
    border-top: 3px solid rgb(151,130,171);
    bottom: 0;
    width: 100%;
    padding: 1rem 0;
    z-index: 90;
    align-items: center;
    transition: transform 0.3s ease-in-out;
    position: fixed;
    background: rgb(189,177,195);
    justify-content: center;
    display: flex;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
    overflow: hidden;
}#cookieSettingsPanel_21509 {
    display: none;
}#cookieSettingsPanel_21509:checked ~ .cookieUsageContainer_87201 {
    opacity: 0;
    visibility: hidden;
}.cookieUsageContainer_87201 .container {
    align-items: center;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
    justify-content: space-between;
    gap: 1rem;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}.digital_cookies_57301 {
    margin-right: 1rem;
    flex-shrink: 0;
    align-items: center;
    display: flex;
}.digital_cookies_57301 svg {
    width: 50px;
    height: 50px;
    fill: rgb(151,130,171);
}.tracking_policy_26439 {
    flex: 1;
    min-width: 300px;
    margin-bottom: 20px;
}.tracking_policy_26439 h5 {
    margin-bottom: 0.5rem;
    color: rgb(151,130,171);
    font-size: 1.5rem;
    font-weight: 600;
}.tracking_policy_26439 p {
    font-size: 1rem;
    color: #000000;
}.gdpr_banner_91038 {
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
    border: none;
    color: #ffffff;
    font-size: 1rem;
    background: rgb(151,130,171);
    border-radius: 10px;
    display: inline-block;
    padding: 0.75rem 1.5rem;
}.cookie_button.data_control_46351 {
    background: rgb(151,130,171);
}.cookie_button.cookie_overview_47238 {
    background: #000000;
    margin-left: 0.5rem;
}.gdpr_banner_91038:hover {
    background: #000000;
    transform: translateY(-3px);
}.cookie_button.cookie_overview_47238:hover {
    background: rgb(151,130,171);
}.cookieUsageContainer_87201 p a {
    color: rgb(151,130,171);
    text-decoration: underline;
    transition: color 0.3s ease;
}.cookieUsageContainer_87201 p a:hover {
    color: #000000;
}
@media only screen and (max-width: 768px) {.cookieUsageContainer_87201 .container {
    flex-direction: column;
    align-items: center;
}.digital_cookies_57301 {
    margin-right: 0;
    margin-bottom: 1rem;
}.tracking_policy_26439 {
    margin-bottom: 1rem;
    text-align: center;
}.cookie_button.cookie_overview_47238 {
    margin-left: 0;
    margin-top: 0.5rem;
}}
.title_board_64901 {
    width: 100%;
    font-family: Arial, sans-serif;
    height: 100vh;
    position: relative;
    min-height: 650px;
    overflow: hidden;
}.title_board_64901 .main_first_35892 {
    height: 100%;
    position: absolute;
    width: 100%;
    align-items: center;
    left: 0;
    top: 0;
    justify-content: center;
    display: flex;
}.title_board_64901 .main_first_35892::before {
    width: 100%;
    z-index: 1;
    height: 100%;
    top: 0;
    position: absolute;
    background: linear-gradient(135deg, rgb(151,130,171,0.5), rgba(0, 0, 0, 0.5) 80%);
    content: '';
    left: 0;
}.title_board_64901 .main_first_35892::after {
    height: 100%;
    opacity: 0.4;
    content: '';
    background-image: 
    linear-gradient(45deg, rgba(255,255,255,0.05) 25%, transparent 25%), 
    linear-gradient(-45deg, rgba(255,255,255,0.05) 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, rgba(255,255,255,0.05) 75%),
    linear-gradient(-45deg, transparent 75%, rgba(255,255,255,0.05) 75%);
    top: 0;
    position: absolute;
    width: 100%;
    background-size: 20px 20px;
    z-index: 2;
    left: 0;
}.title_board_64901 .skill_classes_76843 {
    z-index: 3;
    padding: 3rem;
    width: 90%;
    max-width: 1200px;
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
    transition: transform 0.5s ease;
}.title_board_64901 .skill_classes_76843:hover {
    transform: perspective(1000px) rotateX(0deg);
}.title_board_64901 .skill_classes_76843 > div {
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    opacity: 0;
    position: relative;
    transform: translateY(30px);
    margin-bottom: 2rem;
    animation: fadeInUp 0.8s forwards;
}.title_board_64901 .skill_classes_76843 > div:nth-child(1) {
    animation-delay: 0.3s;
}.title_board_64901 .skill_classes_76843 > div:nth-child(2) {
    animation-delay: 0.6s;
}.title_board_64901 .skill_classes_76843 > div:nth-child(3) {
    animation-delay: 0.9s;
}.title_board_64901 .skill_classes_76843 p {
    padding-left: 20px;
    text-shadow: 0 2px 4px rgba(0,0,0,0.2);
    letter-spacing: 0.5px;
    color: #ffffff;
    border-left: 3px solid rgb(116,72,157);
    margin: 0;
    font-size: calc(17px * 1.2);
}.title_board_64901 .skill_classes_76843 h1 {
    font-weight: 700;
    margin: 0;
    text-shadow: 0 2px 8px rgba(0,0,0,0.3);
    color: #ffffff;
    display: inline-block;
    letter-spacing: 1px;
    font-size: 38px;
    position: relative;
}.title_board_64901 .skill_classes_76843 h1::after {
    background: linear-gradient(90deg, rgb(116,72,157), transparent);
    content: '';
    height: 3px;
    width: 80%;
    position: absolute;
    left: 0;
    bottom: -10px;
}.title_board_64901 .skill_classes_76843 h3 {
    background: rgba(0,0,0,0.2);
    font-size: calc(23px * 1.1);
    font-weight: 400;
    max-width: 800px;
    line-height: 1.5;
    text-shadow: 0 1px 3px rgba(0,0,0,0.2);
    color: #ffffff;
    margin: 0;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    transform: translateX(50px);
    backdrop-filter: blur(5px);
    border-left: 3px solid rgb(151,130,171);
    padding: 1rem;
}.title_page.learn_first_01342 .title_style_header {
    z-index: 5;
    position: relative;
    display: inline-block;
}

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

@media (max-width: 991px) {.title_board_64901 {
    height: 90vh;
    min-height: 600px;
}.title_board_64901 .skill_classes_76843 {
    padding: 2rem;
    transform: perspective(800px) rotateX(1deg);
}.title_board_64901 .skill_classes_76843 h1 {
    font-size: calc(38px * 0.9);
}.title_board_64901 .skill_classes_76843 h3 {
    font-size: 23px;
    transform: translateX(30px);
}
}

@media (max-width: 767px) {.title_board_64901 {
    height: auto;
    min-height: 550px;
}.title_board_64901 .skill_classes_76843 {
    padding: 1.5rem;
    transform: none;
    width: 95%;
}.title_board_64901 .skill_classes_76843 h1 {
    font-size: calc(38px * 0.75);
}.title_board_64901 .skill_classes_76843 p {
    font-size: 17px;
    padding-left: 15px;
}.title_board_64901 .skill_classes_76843 h3 {
    transform: translateX(15px);
    font-size: calc(23px * 0.9);
    padding: 0.8rem;
}
}

@media (max-width: 480px) {.title_board_64901 {
    min-height: 500px;
}.title_board_64901 .skill_classes_76843 {
    padding: 1rem;
}.title_board_64901 .skill_classes_76843 > div {
    margin-bottom: 1.5rem;
}.title_board_64901 .skill_classes_76843 h1 {
    font-size: calc(38px * 0.65);
}.title_board_64901 .skill_classes_76843 h3 {
    border-left: 2px solid rgb(151,130,171);
    font-size: calc(23px * 0.85);
    transform: translateX(0);
}.title_board_64901 .skill_classes_76843 p {
    border-left: 2px solid rgb(116,72,157);
}}.gratArea_18706 {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(189,177,195) 0%, rgb(116,72,157,0.5) 100%);
    padding: 120px 0 100px;
}.gratArea_18706::before {
    content: "";
    top: 0;
    width: 100%;
    position: absolute;
    background-image: 
        repeating-linear-gradient(
            45deg,
            rgb(116,72,157,0.5) 0px,
            rgb(116,72,157,0.5) 1px,
            transparent 1px,
            transparent 20px
        );
    opacity: 0.06;
    left: 0;
    height: 100%;
    pointer-events: none;
}.gratArea_18706::after {
    opacity: 0.2;
    height: 200px;
    top: -50px;
    transform: rotate(15deg);
    animation: float 18s infinite ease-in-out;
    border: 2px solid rgb(151,130,171,0.5);
    content: "";
    position: absolute;
    width: 200px;
    right: -50px;
}.gratArea_18706 .container {
    max-width: 1200px;
    position: relative;
    padding: 0 20px;
    z-index: 2;
    margin: 0 auto;
}.gratArea_18706 .edu_beliefs_07861 {
    position: relative;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.1);
    border-left: 5px solid rgb(151,130,171);
    transform: perspective(1000px) rotateY(-2deg);
    padding: 60px 50px;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    flex-direction: column;
    background: #ffffff;
    display: flex;
}.gratArea_18706 .edu_beliefs_07861:hover {
    transform: perspective(1000px) rotateY(0deg);
}.gratArea_18706 .edu_beliefs_07861::before {
    top: 20px;
    content: "";
    transition: transform 0.4s ease, opacity 0.4s ease;
    pointer-events: none;
    position: absolute;
    left: 20px;
    right: 20px;
    opacity: 0.2;
    border: 1px solid rgb(116,72,157,0.5);
    bottom: 20px;
    transform: scale(0.98);
}.gratArea_18706 .edu_beliefs_07861:hover::before {
    opacity: 0.3;
    transform: scale(1);
}.gratArea_18706 .edu_beliefs_07861 > div:first-child {
    position: relative;
    margin-bottom: 30px;
}.gratArea_18706 .edu_beliefs_07861 > div:first-child::after {
    transform: scaleX(0.7);
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    content: "";
    background: rgb(151,130,171);
    width: 80px;
    position: absolute;
    bottom: -15px;
    height: 3px;
    left: 0;
    transform-origin: left center;
}.gratArea_18706 .edu_beliefs_07861:hover > div:first-child::after {
    transform: scaleX(1);
}.gratArea_18706 h5 {
    position: relative;
    color: #000000;
    font-size: 23px;
    font-weight: 700;
    font-family: Arial, sans-serif;
    margin: 0;
    line-height: 1.4;
    display: inline-block;
}.gratArea_18706 h5::before {
    position: absolute;
    color: rgb(151,130,171,0.5);
    left: -30px;
    content: "";
    top: -20px;
    font-size: calc(23px * 2.5);
    opacity: 0.3;
}.gratArea_18706 p {
    color: #000000;
    transition: color 0.3s ease;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    line-height: 1.8;
    font-family: Arial, sans-serif;
}.gratArea_18706 a {
    overflow: hidden;
    text-decoration: none;
    position: relative;
    display: inline-block;
}.gratArea_18706 a::after {
    position: absolute;
    background-color: rgb(151,130,171);
    transform: scaleX(0);
    height: 1px;
    transform-origin: right center;
    bottom: 0;
    transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    content: "";
    left: 0;
    width: 100%;
}.gratArea_18706 a:hover::after {
    transform-origin: left center;
    transform: scaleX(1);
}.gratArea_18706 a:hover p {
    color: rgb(151,130,171);
}

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

@media (min-width: 992px) {.gratArea_18706 .edu_beliefs_07861 {
    padding: 80px 70px;
}.gratArea_18706 h5 {
    font-size: calc(23px * 1.1);
}.gratArea_18706 p {
    line-height: 1.9;
    font-size: calc(18px * 1.05);
}
}

@media (max-width: 991px) {.gratArea_18706 {
    padding: 90px 0 70px;
}.gratArea_18706 .edu_beliefs_07861 {
    padding: 50px 40px;
}
}

@media (max-width: 767px) {.gratArea_18706 {
    padding: 70px 0 50px;
}.gratArea_18706 .edu_beliefs_07861 {
    padding: 40px 30px;
    transform: perspective(1000px) rotateY(-1deg);
}.gratArea_18706 h5 {
    font-size: calc(23px * 0.95);
}.gratArea_18706 p {
    font-size: calc(18px * 0.95);
    line-height: 1.7;
}
}

@media (max-width: 575px) {.gratArea_18706 {
    padding: 60px 0 40px;
}.gratArea_18706 .edu_beliefs_07861 {
    padding: 30px 25px;
    border-left: 4px solid rgb(151,130,171);
}.gratArea_18706 .edu_beliefs_07861 > div:first-child {
    margin-bottom: 25px;
}.gratArea_18706 h5 {
    font-size: calc(23px * 0.9);
}.gratArea_18706 h5::before {
    left: -20px;
    font-size: calc(23px * 2);
}.gratArea_18706 .edu_beliefs_07861 > div:first-child::after {
    height: 2px;
    width: 60px;
}
}

@media (prefers-reduced-motion: reduce) {.gratArea_18706 .edu_beliefs_07861,
    .gratArea_18706 .edu_beliefs_07861::before,
    .gratArea_18706 .edu_beliefs_07861 > div:first-child::after,
    .gratArea_18706 a::after {
    transition: none;
}.gratArea_18706::after {
    animation: none;
}}.newsletter_71405 {
    position: relative;
    background: linear-gradient(45deg, #000000 0%, rgb(151,130,171,0.5) 100%);
    overflow: hidden;
    padding: 5rem 2rem;
}.newsletter_71405::before {
    content: "";
    top: 0;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(0, 0, 0, 0.5) 10px,
        rgba(0, 0, 0, 0.5) 11px
    );
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.1;
}.newsletter_71405::after {
    width: 60%;
    background: linear-gradient(90deg, transparent, rgb(116,72,157), transparent);
    filter: blur(2px);
    animation: scanline 3s linear infinite;
    right: 0;
    position: absolute;
    content: "";
    bottom: 0;
    height: 5px;
}@keyframes scanline {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}

.newsletter_71405 .edu_beliefs_07861 {
    grid-template-columns: 1fr;
    z-index: 2;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
}.newsletter_71405 .inquiry_form_68542 {
    margin-left: 15%;
    border-image-slice: 1;
    border: 2px solid transparent;
    padding: 3rem;
    backdrop-filter: blur(10px);
    border-image: linear-gradient(
        135deg,
        rgb(151,130,171),
        transparent,
        rgb(116,72,157)
    );
    width: 70%;
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 25px rgb(151,130,171,0.5), 
                inset 0 0 15px rgb(116,72,157,0.5);
    transform: perspective(1000px) rotateX(5deg);
    position: relative;
}.newsletter_71405 .inquiry_form_68542::before {
    z-index: -1;
    top: -2px;
    background: linear-gradient(45deg, rgb(151,130,171), transparent, rgb(116,72,157));
    opacity: 0.7;
    position: absolute;
    right: -2px;
    content: "";
    filter: blur(15px);
    left: -2px;
    animation: glow 3s ease-in-out infinite alternate;
    bottom: -2px;
}@keyframes glow {
    0% {
        opacity: 0.5;
        filter: blur(15px);
    }
    100% {
        opacity: 0.9;
        filter: blur(20px);
    }
}

.newsletter_71405 h3 {
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 2.5rem;
    letter-spacing: 2px;
    display: inline-block;
    font-size: 36px;
    font-weight: 700;
    text-shadow: 0 0 10px rgb(151,130,171), 0 0 20px rgb(151,130,171,0.5);
    font-family: Arial, sans-serif;
    position: relative;
}.newsletter_71405 h3::after {
    bottom: -10px;
    box-shadow: 0 0 10px rgb(116,72,157);
    background: rgb(116,72,157);
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 50px;
}.newsletter_71405 .input_holder {
    display: flex;
    position: relative;
    transform-style: preserve-3d;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
}.newsletter_71405 input[type="email"] {
    flex-grow: 1;
    border: none;
    backdrop-filter: blur(5px);
    border-right: 1px solid rgb(151,130,171,0.5);
    font-size: 18px;
    padding: 1.3rem 1.5rem;
    font-family: Arial, sans-serif;
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    transition: all 0.3s ease;
}.newsletter_71405 input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}.newsletter_71405 input[type="email"]:focus {
    box-shadow: inset 0 0 15px rgb(151,130,171,0.5);
    outline: none;
    background: rgba(255, 255, 255, 0.2);
}.newsletter_71405 .news_signup_form_16842 {
    overflow: hidden;
    border: none;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
    background: linear-gradient(
        to right,
        rgb(116,72,157),
        rgb(151,130,171)
    );
    color: #ffffff;
    transition: all 0.4s ease;
    position: relative;
    font-size: 14px;
    letter-spacing: 1px;
    font-family: Arial, sans-serif;
    padding: 1rem 2.5rem;
}.newsletter_71405 .news_signup_form_16842::before {
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
    position: absolute;
    width: 100%;
    content: "";
    transition: all 0.6s ease;
    top: 0;
    height: 100%;
    left: -100%;
}.newsletter_71405 .news_signup_form_16842:hover::before {
    left: 100%;
}.newsletter_71405 .news_signup_form_16842:hover {
    text-shadow: 0 0 5px #ffffff;
    box-shadow: 0 0 15px rgb(116,72,157), 0 0 30px rgb(116,72,157,0.5);
}

@media (max-width: 768px) {.newsletter_71405 {
    padding: 3rem 1rem;
}.newsletter_71405 .inquiry_form_68542 {
    margin-left: 0;
    width: 100%;
    transform: perspective(0) rotateX(0);
    padding: 2rem 1rem;
}.newsletter_71405 h3 {
    width: 100%;
    font-size: 24px;
    text-align: center;
}.newsletter_71405 h3::after {
    transform: translateX(-50%);
    left: 50%;
}.newsletter_71405 .input_holder {
    clip-path: none;
    flex-direction: column;
}.newsletter_71405 input[type="email"] {
    border-bottom: 1px solid rgb(151,130,171,0.5);
    width: 100%;
    padding: 1rem;
    border-right: none;
}.newsletter_71405 .news_signup_form_16842 {
    width: 100%;
    padding: 1rem;
}
}