﻿* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}.podcast_ctaid {
    flex: 0 0 auto;
}html,body {
    auto;
    min-height: 100%;
    scroll-snap-type: none;
    auto
contain
touch-action: none;
    color: #000000;
    font-family: Arial, sans-serif;
    height: 100%;
}header,footer {
    width: 100%;
}svg {
    height: 30px;
    width: 30px;
}.warp-containerid {
    height: 100%;
    flex-direction: column;
    display: flex;
    min-height: 100%;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1174px;
}.first_lessonid {
    flex: 1 0 auto;
}a {
    text-decoration: none;
    color: inherit;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.price_setid {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
}.price_setid::before {
    z-index: 1;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.6) 100%);
    content: "";
    top: 0;
    bottom: 0;
    position: absolute;
    right: 0;
    left: 0;
}.price_setid .container {
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
    z-index: 2;
}.price_setid .plan_feesid {
    position: relative;
}.price_setid h2 {
    overflow: hidden;
    margin-bottom: 20px;
    transform: perspective(1000px) translateZ(0);
    position: relative;
    font-size: 36px;
    text-align: center;
    font-weight: 700;
    color: #ffffff;
}.price_setid h2::after {
    width: 80px;
    height: 3px;
    left: 50%;
    transform: translateX(-50%);
    background: rgb(178,185,215);
    position: absolute;
    content: "";
    bottom: -10px;
}.price_setid .value_dealsid {
    text-align: center;
    margin: 0 auto 50px;
    max-width: 700px;
    color: rgb(255, 255, 255, 0.5);
    font-size: 12px;
    line-height: 1.6;
}.price_setid .pricing_feesid {
    padding: 0;
    list-style: none;
    gap: 30px;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.price_setid .pricing_feesid li {
    perspective: 1000px;
    transform-style: preserve-3d;
}.price_setid .fee_plansid {
    border: 1px solid rgba(255,255,255,0.1);
    overflow: hidden;
    backdrop-filter: blur(10px);
    position: relative;
    border-left: 3px solid rgb(178,185,215);
    text-decoration: none;
    -webkit-backdrop-filter: blur(10px);
    height: 100%;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), 
                box-shadow 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    display: block;
    background: linear-gradient(145deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.03) 100%);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}.price_setid .fee_plansid:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}.price_setid .fee_plansid::before {
    left: 0;
    position: absolute;
    background: linear-gradient(45deg, transparent 0%, rgba(rgb(178,185,215), 0.05) 100%);
    z-index: -1;
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
}.price_setid .learning_dealsid {
    height: 100%;
    padding: 35px 25px;
}.price_setid .sub_optionsid {
    z-index: 2;
    position: relative;
    height: 100%;
    flex-direction: column;
    display: flex;
}.price_setid .sub_optionsid h4 {
    padding-bottom: 15px;
    font-size: calc(22px * 1.2);
    position: relative;
    font-weight: 700;
    word-break: break-word;
    margin: 0 0 20px;
    overflow-wrap: break-word;
    color: #ffffff;
}.price_setid .sub_optionsid h4::after {
    position: absolute;
    height: 2px;
    content: "";
    width: 40px;
    transition: width 0.3s ease;
    left: 0;
    background: rgb(178,185,215);
    bottom: 0;
}.price_setid .fee_plansid:hover .sub_optionsid h4::after {
    width: 60px;
}.price_setid .sub_optionsid p {
    overflow-wrap: break-word;
    font-size: 12px;
    scrollbar-color: rgb(178,185,215) transparent;
    word-break: break-word;
    line-height: 1.6;
    max-height: 250px;
    color: rgb(255, 255, 255, 0.5);
    overflow-y: auto;
    flex-grow: 1;
    scrollbar-width: thin;
    margin: 0 0 25px;
}.price_setid .sub_optionsid p::-webkit-scrollbar {
    width: 4px;
}.price_setid .sub_optionsid p::-webkit-scrollbar-thumb {
    background-color: rgb(178,185,215);
    border-radius: 10px;
}.price_setid .fee_boardid {
    font-weight: 700;
    font-size: calc(22px * 1.5);
    color: #ffffff;
    border-radius: 4px;
    transform: translateZ(10px);
    background: linear-gradient(135deg, rgb(178,185,215) 0%, rgb(138,151,192) 100%);
    margin-top: auto;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    padding: 10px 25px;
    display: inline-block;
    align-self: flex-start;
}.price_setid .fee_plansid:hover .fee_boardid {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    transform: translateZ(20px) scale(1.05);
}

@media (max-width: 991px) {.price_setid {
    padding: 80px 0;
}.price_setid .pricing_feesid {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 20px;
}.price_setid .learning_dealsid {
    padding: 25px 20px;
}.price_setid .sub_optionsid h4 {
    font-size: 22px;
}.price_setid .fee_boardid {
    padding: 8px 20px;
    font-size: 22px;
}
}

@media (max-width: 767px) {.price_setid {
    padding: 60px 0;
}.price_setid h2 {
    font-size: calc(36px * 0.85);
}.price_setid .value_dealsid {
    font-size: calc(12px * 0.95);
    margin-bottom: 40px;
}.price_setid .pricing_feesid {
    max-width: 450px;
    grid-template-columns: 1fr;
    margin: 0 auto;
}.price_setid .sub_optionsid p {
    max-height: 180px;
}
}

@media (max-width: 480px) {.price_setid {
    padding: 50px 0;
}.price_setid h2 {
    font-size: calc(36px * 0.75);
}.price_setid .learning_dealsid {
    padding: 20px 15px;
}.price_setid .sub_optionsid h4 {
    padding-bottom: 10px;
    font-size: calc(22px * 0.9);
    margin-bottom: 15px;
}.price_setid .sub_optionsid p {
    font-size: calc(12px * 0.9);
    margin-bottom: 20px;
    max-height: 150px;
}.price_setid .fee_boardid {
    padding: 8px 15px;
    font-size: calc(22px * 0.9);
}}header {
    -webkit-backdrop-filter: blur(10px);
    background: linear-gradient(180deg, 
        rgb(178,185,215) 0%, 
        rgba(20, 20, 30, 0.95) 100%
    );
    position: fixed;
    left: 0;
    width: 100%;
    border-bottom: 1px solid rgb(178,185,215,0.5);
    backdrop-filter: blur(10px);
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    top: 0;
    transition: all 0.4s ease;
}header:before {
    left: 0;
    position: absolute;
    height: 100%;
    top: 0;
    width: 100%;
    opacity: 0.1;
    background: 
        radial-gradient(circle at 15% 15%, rgb(178,185,215,0.5) 0%, transparent 25%),
        radial-gradient(circle at 85% 85%, rgb(138,151,192,0.5) 0%, transparent 25%);
    content: '';
    pointer-events: none;
}header:after {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: '';
    pointer-events: none;
    position: absolute;
    opacity: 0.02;
    mix-blend-mode: overlay;
}header .main_topid {
    overflow: hidden;
    position: relative;
}header .main_topid:before {
    width: 200%;
    opacity: 0.7;
    left: -50%;
    content: '';
    position: absolute;
    box-shadow: 0 0 15px rgb(178,185,215), 0 0 35px rgb(178,185,215);
    height: 1px;
    animation: scanlineGlow 4s linear infinite;
    background: linear-gradient(90deg, 
        transparent 0%,
        rgb(178,185,215) 25%,
        #ffffff 50%,
        rgb(178,185,215) 75%,
        transparent 100%
    );
    bottom: 0;
}header .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 18px 25px;
}header .container:before {
    content: '';
    pointer-events: none;
    background-image: 
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 2px,
            rgba(255, 255, 255, 0.015) 2px,
            rgba(255, 255, 255, 0.015) 3px
        );
    width: 100%;
    height: 100%;
    opacity: 0.5;
    position: absolute;
    mix-blend-mode: overlay;
}header .head_skillid {
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: center;
}header .head_skillid:before {
    filter: blur(15px);
    opacity: 0.3;
    top: 50%;
    left: -10px;
    height: 20px;
    background: rgb(178,185,215);
    content: '';
    border-radius: 50%;
    animation: breathe 5s infinite alternate;
    width: 20px;
    position: absolute;
    transform: translateY(-50%);
}header .head_skillid:after {
    right: -10px;
    background: rgb(138,151,192);
    transform: translateY(-50%);
    opacity: 0.3;
    border-radius: 50%;
    animation: breathe 5s infinite alternate-reverse;
    content: '';
    filter: blur(15px);
    position: absolute;
    height: 20px;
    top: 50%;
    width: 20px;
}header .nav_pageid {
    gap: 30px;
    display: flex;
    position: relative;
    align-items: center;
}header .nav_pageid:before {
    animation: menuGlow 10s infinite ease-in-out;
    top: -5%;
    height: 110%;
    width: 110%;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(178,185,215,0.5), 
        transparent
    );
    content: '';
    opacity: 0.15;
    transform: translateX(-100%);
    position: absolute;
    left: -5%;
    filter: blur(5px);
}header .header_tutorid {
    font-size: 17px;
    text-decoration: none;
    font-family: Arial, sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    color: #ffffff;
    text-shadow: 0 0 1px #ffffff;
    position: relative;
    padding: 8px 2px;
    font-weight: 400;
}header .header_tutorid:before {
    position: absolute;
    transition: all 0.4s ease;
    opacity: 0;
    top: 0;
    transform: skewX(-20deg) scale(0.8, 1);
    left: 0;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(178,185,215,0.5), 
        transparent
    );
    width: 100%;
    height: 100%;
    z-index: -1;
    content: '';
}header .header_tutorid:after {
    opacity: 0.8;
    height: 2px;
    width: 0;
    background: linear-gradient(90deg, 
        rgb(178,185,215),
        #ffffff 50%,
        rgb(178,185,215)
    );
    content: '';
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: absolute;
    bottom: -2px;
    left: 50%;
    filter: blur(0.5px);
    transform: translateX(-50%);
}header .header_tutorid:hover {
    text-shadow: 
        0 0 5px #ffffff,
        0 0 10px rgb(178,185,215);
    transform: translateY(-2px);
    color: #ffffff;
}header .header_tutorid:hover:before {
    opacity: 0.15;
    transform: skewX(-20deg) scale(1.05, 1);
}header .header_tutorid:hover:after {
    box-shadow: 
        0 0 5px rgb(178,185,215),
        0 0 10px rgb(178,185,215);
    width: 100%;
}header .nav_mainid {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease;
    padding: 5px;
}header .nav_mainid:before {
    width: 150%;
    top: 50%;
    position: absolute;
    opacity: 0;
    left: 50%;
    height: 150%;
    background: radial-gradient(circle, 
        rgb(178,185,215,0.5) 0%, 
        transparent 70%
    );
    transition: opacity 0.5s ease;
    content: '';
    transform: translate(-50%, -50%);
}header .nav_mainid:after {
    left: -5px;
    width: calc(100% + 10px);
    content: '';
    opacity: 0;
    border: 1px solid transparent;
    position: absolute;
    top: -5px;
    transition: all 0.5s ease;
    border-image: linear-gradient(45deg, rgb(178,185,215), rgb(138,151,192), rgb(178,185,215)) 1;
    height: calc(100% + 10px);
}header .nav_mainid:hover:before {
    opacity: 0.3;
}header .nav_mainid:hover:after {
    animation: borderRotate 4s linear infinite;
    opacity: 0.7;
}header .nav_mainid svg {
    width: auto;
    filter: drop-shadow(0 0 2px rgb(178,185,215,0.5));
    position: relative;
    height: 45px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}header .nav_mainid:hover svg {
    transform: scale(1.05);
    filter: drop-shadow(0 0 5px rgb(178,185,215));
}header .nav_mainid:hover svg path {
    animation: logoGlow 2s infinite alternate;
}

@keyframes scanlineGlow {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }
    10%, 90% {
        opacity: 0.7;
    }
    100% {
        transform: translateX(100%);
        opacity: 0;
    }
}

@keyframes breathe {
    0%, 100% {
        opacity: 0.3;
        filter: blur(15px);
    }
    50% {
        opacity: 0.5;
        filter: blur(20px);
    }
}

@keyframes menuGlow {
    0%, 100% {
        transform: translateX(-100%);
        opacity: 0.15;
    }
    50% {
        transform: translateX(100%);
        opacity: 0.25;
    }
}

@keyframes borderRotate {
    0% {
        border-image: linear-gradient(45deg, rgb(178,185,215), rgb(138,151,192), rgb(178,185,215)) 1;
    }
    50% {
        border-image: linear-gradient(225deg, rgb(178,185,215), rgb(138,151,192), rgb(178,185,215)) 1;
    }
    100% {
        border-image: linear-gradient(405deg, rgb(178,185,215), rgb(138,151,192), rgb(178,185,215)) 1;
    }
}

@keyframes logoGlow {
    0% {
        filter: brightness(1);
    }
    100% {
        filter: brightness(1.3);
    }
}

@keyframes glitchEffect {
    0%, 100% {
        transform: translateX(0);
    }
    20% {
        transform: translateX(-2px);
    }
    40% {
        transform: translateX(2px);
    }
    60% {
        transform: skewX(2deg);
    }
    80% {
        transform: skewX(-2deg);
    }
}

@media (max-width: 991px) {header .container {
    padding: 15px 20px;
}header .nav_pageid {
    gap: 20px;
}header .nav_mainid svg {
    height: 38px;
}
}

@media (max-width: 767px) {header .nav_pageid {
    position: fixed;
    backdrop-filter: blur(15px);
    box-shadow: -5px 0 30px rgba(0, 0, 0, 0.5);
    width: 85%;
    overflow-y: auto;
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    height: 100vh;
    padding: 85px 30px 30px;
    top: 0;
    gap: 25px;
    background: linear-gradient(135deg, 
            rgba(20, 20, 30, 0.97) 0%, 
            rgba(10, 10, 20, 0.98) 100%
        );
    max-width: 330px;
    flex-direction: column;
    -webkit-backdrop-filter: blur(15px);
    right: -100%;
    z-index: 1001;
}header .nav_pageid:before {
    height: 1px;
    left: 10%;
    opacity: 0.3;
    animation: none;
    width: 80%;
    top: 70px;
}header .nav_pageid:after {
    opacity: 0.6;
    position: absolute;
    height: 30px;
    border: 1px solid rgb(178,185,215,0.5);
    right: 20px;
    content: '';
    background: transparent;
    width: 30px;
    top: 20px;
}header .menu.active {
    right: 0;
}header .header_tutorid {
    width: 100%;
    opacity: 0.8;
    border-bottom: 1px solid rgb(178,185,215,0.5);
    text-align: left;
    padding: 12px 5px;
}header .header_tutorid:last-child {
    border-bottom: none;
}header .header_tutorid:hover {
    transform: translateY(0);
    opacity: 1;
}header .nav_mainid {
    margin: 0 auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 12px 15px;
}header .nav_mainid svg {
    height: 35px;
}header .nav_pageid {
    max-width: 100%;
    width: 100%;
}}.contact_sectionid {
    overflow: hidden;
    background: rgb(216,217,236);
    position: relative;
    padding: 90px 0;
}.contact_sectionid::before {
    opacity: 0.2;
    height: 100%;
    position: absolute;
    width: 100%;
    content: '';
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(178,185,215,0.5) 0%, transparent 60%),
        radial-gradient(circle at 80% 70%, rgb(138,151,192,0.5) 0%, transparent 60%);
    left: 0;
    top: 0;
}.contact_sectionid::after {
    width: 100%;
    position: absolute;
    background: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.03) 10px, rgba(255, 255, 255, 0.03) 20px);
    left: 0;
    top: 0;
    content: '';
    height: 100%;
}.contact_sectionid .video_thumbnailid {
    top: 2.5%;
    height: 95%;
    width: 45%;
    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.1);
    z-index: 1;
    position: absolute;
    border-radius: 100px 0 0 100px;
    right: 0;
}.contact_sectionid .video_thumbnailid::after {
    content: '';
    position: absolute;
    left: 0;
    background: linear-gradient(to right, rgb(178,185,215,0.5), transparent 70%);
    height: 100%;
    top: 0;
    border-radius: 100px 0 0 100px;
    width: 100%;
}.contact_sectionid .container {
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
}.contact_sectionid h3 {
    text-align: center;
    position: relative;
    margin-bottom: 50px;
    font-family: Arial, sans-serif;
    font-weight: 700;
    color: #000000;
    font-size: 36px;
}.contact_sectionid .support_requestid {
    border-radius: 20px;
    background: #ffffff;
    position: relative;
    width: 100%;
    overflow: hidden;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    display: flex;
}.contact_sectionid .support_requestid::before {
    height: 200px;
    width: 200px;
    border-radius: 50%;
    top: -100px;
    left: -100px;
    content: '';
    background: rgb(178,185,215,0.5);
    opacity: 0.05;
    position: absolute;
}.contact_sectionid .support_requestid::after {
    width: 150px;
    right: -75px;
    content: '';
    position: absolute;
    bottom: -75px;
    height: 150px;
    opacity: 0.05;
    background: rgb(138,151,192,0.5);
    border-radius: 50%;
}.contact_sectionid .reach_feedbackid {
    position: relative;
    width: 60%;
    padding: 50px;
}.contact_sectionid form h3 {
    font-size: 23px;
    margin-bottom: 30px;
    color: rgb(178,185,215);
    text-align: left;
}.contact_sectionid form h3::before,
.contact_sectionid form h3::after {
    display: none;
}.contact_sectionid input[type="text"],
.contact_sectionid textarea {
    width: 100%;
    font-family: Arial, sans-serif;
    border: 1px solid rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
    font-size: 17px;
    padding: 15px 25px;
    transition: all 0.3s ease;
    background: rgba(245, 245, 245, 0.5);
    border-radius: 30px;
    color: #000000;
}.contact_sectionid input[type="text"]:focus,
.contact_sectionid textarea:focus {
    border-color: rgb(178,185,215,0.5);
    box-shadow: 0 0 15px rgb(178,185,215,0.5);
    outline: none;
    background: rgba(255, 255, 255, 1);
}.contact_sectionid textarea {
    resize: none;
    border-radius: 20px;
    height: 140px;
}.contact_sectionid .feedback_sectionid {
    margin-bottom: 25px;
    align-items: flex-start;
    display: flex;
}.contact_sectionid .feedback_sectionid input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.contact_sectionid .feedback_sectionid label {
    color: #000000;
    padding-left: 35px;
    line-height: 1.6;
    position: relative;
    font-size: 14px;
    cursor: pointer;
}.contact_sectionid .feedback_sectionid label::before {
    height: 22px;
    background: #ffffff;
    content: '';
    top: 2px;
    border-radius: 50%;
    left: 0;
    border: 2px solid rgb(178,185,215,0.5);
    position: absolute;
    transition: all 0.3s ease;
    width: 22px;
}.contact_sectionid .feedback_sectionid input[type="checkbox"]:checked + label::before {
    border-color: rgb(178,185,215);
    background: rgb(178,185,215);
}.contact_sectionid .feedback_sectionid input[type="checkbox"]:checked + label::after {
    width: 6px;
    content: '';
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    left: 8px;
    height: 10px;
    transform: rotate(45deg);
    position: absolute;
    top: 6px;
}.contact_sectionid .feedback_sectionid a {
    text-decoration: none;
    transition: all 0.3s ease;
    color: rgb(178,185,215);
}.contact_sectionid .feedback_sectionid a:hover {
    color: rgb(138,151,192);
}.contact_sectionid .query_listid {
    font-size: 16px;
    position: relative;
    transition: all 0.3s ease;
    border-radius: 50px;
    font-weight: 600;
    font-family: Arial, sans-serif;
    cursor: pointer;
    background: rgb(178,185,215);
    border: none;
    overflow: hidden;
    padding: 15px 40px;
    color: #ffffff;
    z-index: 1;
}.contact_sectionid .query_listid::before {
    transition: all 0.5s ease;
    width: 100%;
    top: 0;
    position: absolute;
    transform: translateY(100%);
    left: 0;
    content: '';
    background: rgb(138,151,192);
    z-index: -1;
    height: 100%;
    border-radius: 50px;
}.contact_sectionid .query_listid:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 20px rgb(178,185,215,0.5);
}.contact_sectionid .query_listid:hover::before {
    transform: translateY(0);
}.contact_sectionid .query_messageid {
    top: 50%;
    position: absolute;
    box-shadow: -5px 0 30px rgba(0, 0, 0, 0.1);
    background: linear-gradient(135deg, rgb(178,185,215), rgb(138,151,192));
    display: flex;
    width: 40%;
    z-index: 3;
    border-radius: 70px 0 0 70px;
    flex-direction: column;
    transform: translateY(-50%);
    justify-content: center;
    right: 0;
    padding: 50px;
}.contact_sectionid .query_messageid::before {
    position: absolute;
    height: 100%;
    background: 
        repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.05) 10px, rgba(255, 255, 255, 0.05) 20px);
    width: 100%;
    border-radius: 70px 0 0 70px;
    content: '';
    left: 0;
    top: 0;
}.contact_sectionid .query_messageid h4 {
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 23px;
    position: relative;
    color: #ffffff;
    font-family: Arial, sans-serif;
}.contact_sectionid .query_messageid h4::after {
    left: 0;
    width: 40px;
    bottom: -10px;
    background: #ffffff;
    position: absolute;
    content: '';
    height: 3px;
    border-radius: 3px;
}.contact_sectionid .request_gridid {
    list-style: none;
    padding: 0;
    margin: 0;
}.contact_sectionid .request_gridid li {
    border-radius: 10px;
    padding: 5px;
    transition: all 0.3s ease;
    margin-bottom: 25px;
    display: flex;
    align-items: flex-start;
}.contact_sectionid .request_gridid li:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateX(5px);
}.contact_sectionid .request_gridid svg {
    width: 24px;
    margin-right: 15px;
    height: 24px;
    transition: transform 0.3s ease;
    margin-top: 3px;
    flex-shrink: 0;
}.contact_sectionid .request_gridid li:hover svg {
    transform: scale(1.2);
}.contact_sectionid .request_gridid svg path {
    fill: #ffffff;
}.contact_sectionid .request_gridid span {
    font-size: 17px;
    line-height: 1.6;
    color: #ffffff;
    font-family: Arial, sans-serif;
}.contact_sectionid .request_gridid a {
    transition: all 0.3s ease;
    color: #ffffff;
    text-decoration: none;
}.contact_sectionid .request_gridid a:hover {
    opacity: 0.8;
}

@media (max-width: 1200px) {.contact_sectionid .support_requestid {
    width: 70%;
}.contact_sectionid .query_messageid {
    width: 35%;
}
}

@media (max-width: 992px) {.contact_sectionid .video_thumbnailid {
    display: none;
}.contact_sectionid .container {
    display: flex;
    align-items: center;
    flex-direction: column;
}.contact_sectionid .support_requestid {
    width: 100%;
    flex-direction: column;
    max-width: 600px;
}.contact_sectionid .query_messageid {
    top: auto;
    width: 100%;
    margin-top: 30px;
    border-radius: 20px;
    transform: none;
    position: relative;
    max-width: 600px;
    right: auto;
}.contact_sectionid .query_messageid::before {
    border-radius: 20px;
}
}

@media (max-width: 768px) {.contact_sectionid {
    padding: 70px 0;
}.contact_sectionid h3 {
    font-size: calc(36px * 0.9);
    margin-bottom: 40px;
}.contact_sectionid .reach_feedbackid,
    .contact_sectionid .query_messageid {
    padding: 30px;
}
}

@media (max-width: 576px) {.contact_sectionid {
    padding: 50px 0;
}.contact_sectionid h3 {
    font-size: calc(36px * 0.8);
    margin-bottom: 30px;
}.contact_sectionid .reach_feedbackid,
    .contact_sectionid .query_messageid {
    padding: 25px 20px;
}.contact_sectionid input[type="text"],
    .contact_sectionid textarea {
    padding: 12px 20px;
    margin-bottom: 15px;
}.contact_sectionid .query_listid {
    padding: 12px;
    width: 100%;
}}.our_missionid {
    position: relative;
    padding: 6rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(216,217,236) 0%, rgb(138,151,192,0.5) 100%);
}.our_missionid::before {
    transform: rotate(-15deg) skewX(15deg);
    height: 70%;
    width: 40%;
    background: linear-gradient(165deg, rgb(178,185,215,0.5) 0%, transparent 80%);
    animation: float 15s ease-in-out infinite alternate;
    right: -10%;
    content: '';
    opacity: 0.6;
    z-index: 1;
    position: absolute;
    top: -5%;
}.our_missionid::after {
    opacity: 0.4;
    position: absolute;
    animation: float 18s ease-in-out infinite alternate-reverse;
    left: -5%;
    transform: rotate(10deg) skewX(-10deg);
    content: '';
    bottom: -5%;
    background: linear-gradient(45deg, rgb(138,151,192,0.5) 0%, transparent 70%);
    height: 60%;
    z-index: 1;
    width: 30%;
}.our_missionid .container {
    padding: 0 2rem;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
}.our_missionid h1 {
    position: relative;
    font-size: 40px;
    margin-bottom: 3rem;
    color: #000000;
    display: inline-block;
    transform: translateX(2rem);
    font-weight: 700;
}.our_missionid h1::after {
    width: 60%;
    bottom: -0.5rem;
    content: '';
    animation: slide-in 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.3s;
    background: rgb(178,185,215);
    height: 4px;
    position: absolute;
    left: 0;
    transform: scaleX(0);
    transform-origin: left;
}.our_missionid .learning_trackid {
    position: relative;
}.our_missionid .learning_trackid ul {
    gap: 3rem;
    padding: 0;
    margin: 0;
    display: grid;
    list-style: none;
    grid-template-columns: 1fr;
}.our_missionid .smart_learningid {
    transform: translateY(30px);
    background: #ffffff;
    animation: fade-up 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    padding: 2.5rem;
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    opacity: 0;
}.our_missionid .smart_learningid:nth-child(1) {
    animation-delay: 0.3s;
    border-left: 4px solid rgb(178,185,215);
}.our_missionid .smart_learningid:nth-child(2) {
    border-right: 4px solid rgb(138,151,192);
    animation-delay: 0.6s;
}.our_missionid .smart_learningid:hover {
    transform: translateY(-5px) scale(1.01);
}.our_missionid .smart_learningid h4 {
    padding-bottom: 0.8rem;
    position: relative;
    margin-bottom: 1.5rem;
    margin-top: 0;
    font-weight: 600;
    font-size: calc(23px * 1.1);
    color: rgb(178,185,215);
}.our_missionid .smart_learningid:nth-child(2) h4 {
    color: rgb(138,151,192);
}.our_missionid .smart_learningid h4::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    height: 2px;
    background: currentColor;
    width: 3rem;
}.our_missionid .smart_learningid div {
    scrollbar-width: thin;
    padding-right: 1rem;
    line-height: 1.7;
    font-family: Arial, sans-serif;
    color: #000000;
    font-size: 15px;
    max-height: 300px;
    overflow-y: auto;
    scrollbar-color: rgb(178,185,215,0.5) #ffffff;
}.our_missionid .smart_learningid:nth-child(2) div {
    scrollbar-color: rgb(138,151,192,0.5) #ffffff;
}.our_missionid .smart_learningid div::-webkit-scrollbar {
    width: 6px;
}.our_missionid .smart_learningid div::-webkit-scrollbar-track {
    background: #ffffff;
}.our_missionid .smart_learningid div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(178,185,215,0.5);
}.our_missionid .smart_learningid:nth-child(2) div::-webkit-scrollbar-thumb {
    background-color: rgb(138,151,192,0.5);
}

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

@keyframes slide-in {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

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

@media (min-width: 768px) {.our_missionid {
    padding: 8rem 0;
}.our_missionid h1 {
    font-size: calc(40px * 1.2);
    margin-bottom: 4rem;
}.our_missionid .learning_trackid ul {
    gap: 2.5rem;
    grid-template-columns: repeat(2, 1fr);
}.our_missionid .smart_learningid {
    padding: 3rem;
}.our_missionid .smart_learningid div {
    max-height: 350px;
}
}

@media (min-width: 992px) {.our_missionid {
    padding: 10rem 0;
}.our_missionid h1 {
    transform: translateX(4rem);
}.our_missionid .smart_learningid:nth-child(1) {
    transform: translateY(2rem);
}.our_missionid .smart_learningid:nth-child(2) {
    transform: translateY(-2rem);
}.our_missionid .smart_learningid:hover {
    transform: scale(1.03);
}
}

@media (min-width: 1200px) {.our_missionid .container {
    padding: 0 4rem;
}.our_missionid .learning_trackid ul {
    gap: 4rem;
}.our_missionid .smart_learningid {
    padding: 3.5rem;
}.our_missionid .smart_learningid div {
    max-height: 400px;
}
}

@media (max-width: 767px) {.our_missionid {
    padding: 4rem 0;
}.our_missionid h1 {
    transform: translateX(1rem);
    font-size: calc(40px * 0.9);
}.our_missionid .smart_learningid {
    padding: 2rem;
}.our_missionid .smart_learningid div {
    max-height: 250px;
}}.attempt_nowid {
    padding: 5rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(178,185,215) 0%, rgb(138,151,192) 100%);
    overflow: hidden;
}.attempt_nowid::before {
    background: radial-gradient(circle at center, transparent 0%, rgba(255, 255, 255, 0.03) 20%, transparent 70%);
    animation: rotate 60s linear infinite;
    content: "";
    top: -50%;
    position: absolute;
    width: 200%;
    left: -50%;
    pointer-events: none;
    height: 200%;
}.attempt_nowid::after {
    position: absolute;
    content: "";
    background-size: 100px 100px;
    height: 100%;
    z-index: 1;
    opacity: 0.6;
    left: 0;
    top: 0;
    width: 100%;
    background-image: 
        radial-gradient(circle at 10% 10%, rgba(255, 255, 255, 0.1) 1px, transparent 1px),
        radial-gradient(circle at 30% 70%, rgba(255, 255, 255, 0.1) 1px, transparent 1px),
        radial-gradient(circle at 70% 30%, rgba(255, 255, 255, 0.1) 1px, transparent 1px),
        radial-gradient(circle at 90% 90%, rgba(255, 255, 255, 0.1) 1px, transparent 1px);
}.attempt_nowid .container {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2), 
                inset 0 1px 1px rgba(255, 255, 255, 0.1),
                inset 0 -1px 1px rgba(0, 0, 0, 0.1);
    display: flex;
    backdrop-filter: blur(8px);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    justify-content: center;
    align-items: center;
    max-width: 1200px;
    transform: perspective(1000px) rotateX(2deg);
    z-index: 2;
    background: rgba(255, 255, 255, 0.08);
    position: relative;
    flex-direction: column;
    padding: 2.5rem;
    margin: 0 auto;
}.attempt_nowid .container:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25), 
                inset 0 1px 1px rgba(255, 255, 255, 0.15),
                inset 0 -1px 1px rgba(0, 0, 0, 0.15);
}.attempt_nowid h6 {
    margin-bottom: 2.5rem;
    font-size: calc(19px * 1.15);
    line-height: 1.6;
    position: relative;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    letter-spacing: 0.5px;
    color: #ffffff;
    animation: fadeUp 0.8s cubic-bezier(0.19, 1, 0.22, 1) both;
    font-family: Arial, sans-serif;
    max-width: 80%;
    text-align: center;
    font-weight: 700;
}.attempt_nowid h6::after {
    width: 60px;
    bottom: -15px;
    height: 3px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    content: "";
}.attempt_nowid div div {
    animation: fadeUp 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.2s both;
    position: relative;
    margin-top: 1rem;
    align-items: center;
    justify-content: center;
    display: flex;
}.attempt_nowid div div::before {
    width: 150px;
    border-radius: 50%;
    content: "";
    transform: translate(-50%, -50%);
    animation: pulse 4s ease-in-out infinite;
    height: 150px;
    left: 50%;
    position: absolute;
    top: 50%;
    border: 1px solid rgba(255, 255, 255, 0.15);
}.attempt_nowid div span {
    z-index: 2;
    position: relative;
    display: inline-block;
}.attempt_nowid .query_listid {
    transform: translateZ(0);
    border-radius: 4px;
    color: #ffffff;
    font-weight: 600;
    display: inline-flex;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15),
                inset 0 1px 0 rgba(255, 255, 255, 0.1);
    font-family: Arial, sans-serif;
    background: linear-gradient(135deg, rgb(138,151,192) 0%, rgb(255, 255, 255, 0.5) 100%);
    align-items: center;
    padding: 1rem 2.5rem;
    letter-spacing: 1px;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    overflow: hidden;
    justify-content: center;
    position: relative;
    font-size: 14px;
    text-decoration: none;
}.attempt_nowid .query_listid::before {
    left: -100%;
    content: "";
    transition: left 0.7s ease;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
}.attempt_nowid .query_listid:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2),
                inset 0 1px 0 rgba(255, 255, 255, 0.15);
}.attempt_nowid .query_listid:hover::before {
    left: 100%;
}.attempt_nowid .query_listid span {
    transition: transform 0.3s ease;
    position: relative;
    z-index: 2;
}.attempt_nowid .query_listid:hover span {
    transform: scale(1.05);
}.attempt_nowid .query_listid:active {
    transform: translateY(0) scale(0.98);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

@keyframes pulse {
    0%, 100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.5;
    }
    50% {
        transform: translate(-50%, -50%) scale(1.2);
        opacity: 0.2;
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

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

@media (max-width: 992px) {.attempt_nowid {
    padding: 4rem 0;
}.attempt_nowid .container {
    padding: 2rem;
    transform: perspective(800px) rotateX(1deg);
}.attempt_nowid h6 {
    max-width: 90%;
    font-size: calc(19px * 1.05);
}
}

@media (max-width: 768px) {.attempt_nowid {
    padding: 3rem 0;
}.attempt_nowid .container {
    transform: none;
    padding: 1.75rem;
}.attempt_nowid h6 {
    max-width: 100%;
    font-size: 19px;
    margin-bottom: 2rem;
}.attempt_nowid div div::before {
    height: 120px;
    width: 120px;
}.attempt_nowid .query_listid {
    padding: 0.9rem 2rem;
}
}

@media (max-width: 576px) {.attempt_nowid {
    padding: 2.5rem 0;
}.attempt_nowid .container {
    padding: 1.5rem;
}.attempt_nowid h6 {
    margin-bottom: 1.75rem;
    font-size: calc(19px * 0.9);
}.attempt_nowid div div::before {
    width: 100px;
    height: 100px;
}.attempt_nowid .query_listid {
    font-size: calc(14px * 0.95);
    padding: 0.8rem 1.75rem;
}}.confidential_refugeid {
    color: #000000;
    margin-right: 5%;
    margin-left: 5%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 40px;
    background-color: rgb(216,217,236);
    font-family: Arial, sans-serif;
    transition: all 0.3s ease-in-out;
}.confidential_refugeid:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}.confidential_refugeid h1,
.confidential_refugeid h2 {
    letter-spacing: 2px;
    margin: 20px 0;
    text-transform: uppercase;
}.confidential_refugeid h1 {
    font-weight: 700;
    font-size: 41px;
    border-bottom: 3px solid rgb(178,185,215);
    color: rgb(178,185,215);
    padding-bottom: 10px;
}.confidential_refugeid h2 {
    font-weight: 600;
    padding-left: 10px;
    color: rgb(138,151,192);
    font-size: 37px;
    border-left: 5px solid rgb(138,151,192);
}.confidential_refugeid ul {
    list-style-type: none;
    padding: 0;
    margin: 20px 0;
}.confidential_refugeid ul li {
    font-size: 16px;
    color: #000000;
    font-weight: 400;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    padding: 10px 0;
}.confidential_refugeid ul li:last-child {
    border-bottom: none;
}.confidential_refugeid p {
    font-weight: 300;
    line-height: 1.6;
    color: #000000;
    font-size: 16px;
    margin: 20px 0;
}.confidential_refugeid div {
    margin: 20px 0;
}
@media only screen and (max-width: 800px) {.confidential_refugeid {
    padding: 20px;
}.confidential_refugeid h1 {
    font-size: calc(24px - 10px);
}.confidential_refugeid h2 {
    font-size: calc(24px - 10px);
}.confidential_refugeid ul li {
    font-size: calc(16px - 2px);
}.confidential_refugeid p {
    font-size: calc(16px - 2px);
}}.education_frameworkid {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(216,217,236) 0%, rgba(245, 247, 250, 0.85) 100%);
}.education_frameworkid::before {
    z-index: 1;
    opacity: 0.15;
    width: 45%;
    animation: floatGradient 18s ease-in-out infinite alternate;
    top: -10%;
    background: linear-gradient(120deg, rgb(178,185,215,0.5) 0%, rgba(255, 255, 255, 0) 70%);
    right: -5%;
    content: "";
    height: 75%;
    transform: rotate(-15deg) skewX(5deg);
    position: absolute;
}.education_frameworkid::after {
    position: absolute;
    opacity: 0.12;
    transform: rotate(12deg) skewX(-8deg);
    bottom: -5%;
    width: 35%;
    left: -3%;
    height: 65%;
    animation-delay: 2s;
    z-index: 1;
    background: linear-gradient(240deg, rgb(138,151,192,0.5) 0%, rgba(255, 255, 255, 0) 80%);
    content: "";
    animation: floatGradient 14s ease-in-out infinite alternate;
}.education_frameworkid .container {
    position: relative;
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
}.education_frameworkid .skills_centerid {
    padding: 3.5rem;
    backdrop-filter: blur(5px);
    background: rgba(255, 255, 255, 0.85);
    transform: perspective(1000px) rotateX(2deg);
    align-items: center;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    justify-content: center;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05),
                0 5px 15px rgba(0, 0, 0, 0.03);
    display: flex;
}.education_frameworkid .skills_centerid:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08),
                0 10px 20px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.education_frameworkid .skills_centerid > div {
    max-width: 85%;
    position: relative;
    z-index: 3;
}.education_frameworkid h3 {
    font-weight: 700;
    font-family: Arial, sans-serif;
    font-size: calc(30px * 0.85);
    transform: translateX(-10px);
    position: relative;
    animation: slideInTitle 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    margin-bottom: 1.8rem;
    opacity: 0;
    color: #000000;
}.education_frameworkid h3::after {
    content: "";
    background: linear-gradient(90deg, rgb(178,185,215) 0%, rgb(138,151,192) 100%);
    left: 0;
    height: 3px;
    animation-delay: 0.6s;
    bottom: -12px;
    transform-origin: left;
    animation: expandLine 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    position: absolute;
    transform: scaleX(0);
    width: 80px;
}.education_frameworkid p {
    opacity: 0;
    color: #000000;
    font-family: Arial, sans-serif;
    margin-top: 0.8rem;
    animation: fadeInUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    animation-delay: 0.3s;
    font-size: 14px;
    position: relative;
    transform: translateY(10px);
    line-height: 1.8;
}.education_frameworkid p span {
    position: relative;
    display: inline-block;
}.education_frameworkid p span::before {
    border-radius: 1px;
    animation-delay: 0.9s;
    background: rgb(178,185,215,0.5);
    position: absolute;
    z-index: -1;
    opacity: 0.1;
    transform: rotate(45deg) scale(0);
    width: 30px;
    height: 30px;
    top: -12px;
    animation: rotateIn 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    left: -15px;
    content: "";
}

@keyframes floatGradient {
    0% {
        transform: rotate(-15deg) skewX(5deg) translateY(0);
    }
    50% {
        transform: rotate(-13deg) skewX(3deg) translateY(-15px);
    }
    100% {
        transform: rotate(-15deg) skewX(5deg) translateY(0);
    }
}

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

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

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

@keyframes rotateIn {
    0% {
        transform: rotate(45deg) scale(0);
    }
    100% {
        transform: rotate(45deg) scale(1);
    }
}

@media screen and (max-width: 992px) {.education_frameworkid {
    padding: 90px 0;
}.education_frameworkid .skills_centerid {
    padding: 2.5rem;
    transform: perspective(800px) rotateX(1deg);
}.education_frameworkid .skills_centerid > div {
    max-width: 90%;
}.education_frameworkid h3 {
    font-size: calc(30px * 0.75);
    margin-bottom: 1.5rem;
}
}

@media screen and (max-width: 768px) {.education_frameworkid {
    padding: 70px 0;
}.education_frameworkid .skills_centerid {
    transform: none;
    padding: 2rem;
}.education_frameworkid .skills_centerid > div {
    max-width: 100%;
}.education_frameworkid h3 {
    font-size: calc(30px * 0.7);
    margin-bottom: 1.3rem;
}.education_frameworkid h3::after {
    width: 60px;
    height: 2px;
}.education_frameworkid::before,
    .education_frameworkid::after {
    opacity: 0.08;
}
}

@media screen and (max-width: 576px) {.education_frameworkid {
    padding: 50px 0;
}.education_frameworkid .skills_centerid {
    padding: 1.5rem;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}.education_frameworkid h3 {
    font-size: calc(19px * 1.1);
    margin-bottom: 1.2rem;
}.education_frameworkid p {
    line-height: 1.7;
    font-size: calc(14px * 0.95);
}}.course_overviewid {
    position: relative;
    padding: 8rem 2rem;
    background: linear-gradient(45deg, rgb(138,151,192,0.5) 0%, rgb(216,217,236) 50%, rgb(178,185,215,0.5) 100%);
    overflow: hidden;
}.course_overviewid::before {
    animation: rotate 60s linear infinite;
    width: 200%;
    left: -50%;
    background: 
        radial-gradient(ellipse at center, transparent 0%, transparent 65%, rgb(138,151,192,0.5) 100%);
    z-index: 1;
    position: absolute;
    top: -50%;
    content: "";
    height: 200%;
}.course_overviewid::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(
        rgb(138,151,192,0.5),
        transparent 20%,
        transparent 80%,
        rgb(178,185,215,0.5)
    );
    left: 0;
    z-index: 2;
    top: 0;
}.course_overviewid .container {
    z-index: 3;
    margin: 0 auto;
    position: relative;
    max-width: 1400px;
}.course_overviewid .training_guideid {
    display: flex;
    margin-bottom: 2rem;
    flex-direction: column;
    position: relative;
}.course_overviewid .text_holderid {
    max-width: 800px;
    text-align: center;
    margin-bottom: 4rem;
    margin-left: auto;
    margin-right: auto;
}.course_overviewid h2 {
    letter-spacing: 2px;
    margin-bottom: 3rem;
    font-weight: 700;
    display: inline-block;
    position: relative;
    color: #000000;
    text-transform: uppercase;
    font-size: 46px;
}.course_overviewid h2::before,
.course_overviewid h2::after {
    background: linear-gradient(to right, transparent, rgb(178,185,215), transparent);
    position: absolute;
    height: 3px;
    content: "";
    width: 150%;
    left: -25%;
}.course_overviewid h2::before {
    top: -15px;
}.course_overviewid h2::after {
    bottom: -15px;
}.course_overviewid .description {
    animation-delay: 0.2s;
    font-size: calc(16px * 1.1);
    position: relative;
    color: #000000;
    margin-bottom: 1.5rem;
    animation: slideUp 0.8s forwards;
    transform: translateY(30px);
    line-height: 1.8;
    opacity: 0;
}.course_overviewid .description:nth-of-type(2) {
    animation-delay: 0.5s;
}.course_overviewid .video_thumbnailid {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    position: relative;
    height: 500px;
    overflow: hidden;
    transform: scale(0.95);
    width: 100%;
    margin-top: 2rem;
    border-radius: 26px;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.course_overviewid .video_thumbnailid::before {
    left: 0;
    content: "";
    height: 100%;
    background: linear-gradient(
        to bottom,
        rgb(178,185,215,0.5) 0%,
        transparent 40%,
        transparent 60%,
        rgb(138,151,192,0.5) 100%
    );
    position: absolute;
    z-index: 1;
    width: 100%;
    top: 0;
    transition: opacity 0.5s ease;
    opacity: 0.7;
}.course_overviewid .video_thumbnailid:hover {
    transform: scale(1);
}.course_overviewid .video_thumbnailid:hover::before {
    opacity: 0.4;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes slideUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media screen and (max-width: 992px) {.course_overviewid {
    padding: 5rem 1.5rem;
}.course_overviewid .text_holderid {
    margin-bottom: 3rem;
}.course_overviewid h2 {
    font-size: calc(46px * 0.85);
}.course_overviewid .video_thumbnailid {
    height: 400px;
}
}

@media screen and (max-width: 768px) {.course_overviewid {
    padding: 4rem 1rem;
}.course_overviewid .text_holderid {
    margin-bottom: 2rem;
}.course_overviewid h2 {
    font-size: calc(46px * 0.7);
}.course_overviewid h2::before,
    .course_overviewid h2::after {
    width: 120%;
    left: -10%;
}.course_overviewid .description {
    font-size: 16px;
}.course_overviewid .video_thumbnailid {
    height: 300px;
}}footer {
    position: relative;
    width: 100%;
}.podcast_ctaid {
    overflow: hidden;
    position: relative;
    font-family: Arial, sans-serif;
    padding: 0 0 30px;
}footer .play_marketid {
    z-index: 1;
    position: relative;
}footer .write_pageid {
    margin-bottom: 70px;
    background-color: rgb(138,151,192);
    color: #ffffff;
    padding: 40px 20px;
    display: flex;
    justify-content: center;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    flex-wrap: wrap;
    gap: 20px;
}footer .write_pageid::after {
    content: "";
    height: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
    pointer-events: none;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
}footer .info_item {
    padding: 10px 20px;
    background-color: rgba(0, 0, 0, 0.2);
    align-items: center;
    max-width: 300px;
    transition: all 0.3s ease;
    display: flex;
    flex: 1 1 200px;
    border-radius: 10px;
}footer .info_item:hover {
    background-color: rgba(0, 0, 0, 0.3);
    transform: translateY(-5px);
}footer .info_item svg {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    fill: #ffffff;
    margin-right: 15px;
}footer .info_item p,
footer .info_item a {
    text-decoration: none;
    font-size: 18px;
    color: #ffffff;
}footer .info_item a:hover {
    text-decoration: underline;
}footer .text_main_holder {
    display: grid;
    position: relative;
    margin-top: -30px;
    gap: 40px;
    grid-template-columns: 1fr;
}footer .text_main_holder::before {
    content: "";
    left: 0;
    z-index: -1;
    height: 100%;
    top: 0;
    width: 100%;
    position: absolute;
    background-color: #ffffff;
    clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 100%);
}footer .head_topid {
    padding-top: 60px;
    text-align: center;
}footer .head_topid svg {
    height: 45px;
    width: auto;
    margin-bottom: 15px;
}footer .transcriptid {
    color: #000000;
    line-height: 1.6;
    font-size: 15px;
    margin: 0 auto;
    text-align: center;
    max-width: 350px;
}footer .nav_pageid {
    clip-path: polygon(5% 0, 100% 0, 95% 100%, 0% 100%);
    position: relative;
    margin: 0 20px;
    padding: 30px;
    background-color: rgb(216,217,236);
}footer .nav_pageid h5 {
    position: relative;
    display: inline-block;
    font-weight: 600;
    color: #000000;
    font-size: 22px;
    margin-bottom: 25px;
}footer .nav_pageid h5::after {
    width: 100%;
    background: linear-gradient(90deg, rgb(178,185,215), transparent);
    left: 0;
    position: absolute;
    content: "";
    height: 2px;
    bottom: -8px;
}footer .head_mainwrapid {
    display: flex;
    margin-bottom: 25px;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 10px 30px;
}footer .head_mainwrapid a {
    padding: 8px 0;
    flex: 1 0 calc(50% - 30px);
    font-size: 18px;
    transition: all 0.3s ease;
    position: relative;
    color: #000000;
    text-decoration: none;
}footer .head_mainwrapid a::after {
    background-color: rgb(178,185,215);
    transition: width 0.3s ease;
    left: 0;
    width: 0;
    content: "";
    bottom: 0;
    height: 1px;
    position: absolute;
}footer .head_mainwrapid a:hover {
    color: rgb(178,185,215);
    padding-left: 5px;
}footer .head_mainwrapid a:hover::after {
    width: 100%;
}footer .subscribe_holder {
    padding: 30px;
    color: #ffffff;
    margin: 0 20px;
    background-color: rgb(178,185,215);
    clip-path: polygon(0 0, 95% 0, 100% 100%, 5% 100%);
    position: relative;
}footer .subscribe_holder::before {
    left: 0;
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.1) 0%, transparent 50%);
    position: absolute;
    width: 100%;
    content: "";
    top: 0;
    pointer-events: none;
    height: 100%;
}footer .subscribe_holder h5 {
    font-size: 22px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 15px;
}footer .subscribe_holder p {
    margin-bottom: 25px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 18px;
    line-height: 1.6;
}footer .input_holder {
    position: relative;
    gap: 15px;
    flex-direction: column;
    display: flex;
}footer .input_holder input[type="email"] {
    border: none;
    font-size: 18px;
    transition: all 0.3s ease;
    border-radius: 10px;
    padding: 15px;
}footer .input_holder input[type="email"]:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3);
}footer .news_signupid {
    transition: all 0.3s ease;
    cursor: pointer;
    border-radius: 10px;
    padding: 15px;
    border: none;
    font-weight: 600;
    font-size: 18px;
    color: #ffffff;
    background-color: #000000;
}footer .news_signupid:hover {
    background-color: rgb(138,151,192);
}footer .data_vizid {
    margin-top: 60px;
    padding-top: 20px;
    border-top: 1px dashed rgba(0, 0, 0, 0.1);
}footer .support_ctaid {
    color: #000000;
    text-align: center;
    font-size: 15px;
}

@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}footer .input_holder {
    flex-direction: row;
}footer .news_signupid {
    white-space: nowrap;
}footer .head_topid {
    padding-top: 80px;
}
}

@media (max-width: 767px) {footer .write_pageid {
    padding: 30px 15px 50px;
}footer .nav_pageid, footer .subscribe_holder {
    margin: 0 10px;
    padding: 25px 20px;
}footer .data_vizid {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .write_pageid {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}footer .nav_pageid h5, footer .subscribe_holder h5 {
    font-size: calc(22px - 2px);
}footer .head_mainwrapid a {
    flex: 1 0 100%;
}footer .input_holder input[type="email"],
    footer .news_signupid {
    padding: 12px;
}}.thxHubid {
    overflow: hidden;
    display: flex;
    position: relative;
    background: linear-gradient(135deg, rgb(178,185,215,0.5), rgb(138,151,192,0.5));
    align-items: center;
    min-height: 70vh;
    padding: 6rem 2rem;
    justify-content: center;
}.thxHubid::before {
    position: absolute;
    width: 100%;
    height: 100%;
    transform-origin: center;
    z-index: 1;
    background: radial-gradient(circle at 30% 70%, rgb(178,185,215,0.5) 0%, transparent 60%);
    animation: pulse 15s ease-in-out infinite alternate;
    top: 0;
    content: "";
    left: 0;
}.thxHubid::after {
    right: -5%;
    width: 50%;
    content: "";
    position: absolute;
    background: radial-gradient(circle, rgb(138,151,192,0.5) 0%, transparent 70%);
    z-index: 0;
    bottom: -5%;
    animation: float 20s ease-in-out infinite;
    height: 50%;
}.thxHubid .container {
    width: 100%;
    margin: 0 auto;
    max-width: 1200px;
    transform: perspective(1000px) rotateX(2deg);
    z-index: 2;
    position: relative;
}.thxHubid .skills_centerid {
    transform: translateZ(0);
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    display: grid;
    padding: 3.5rem;
    position: relative;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(10px);
    box-shadow: 
        0 25px 50px -12px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(255, 255, 255, 0.2),
        inset 0 0 0 1px rgba(255, 255, 255, 0.2);
    gap: 2.5rem;
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% 85%, 
        95% 100%, 
        0 100%
    );
    grid-template-columns: 1fr;
}.thxHubid .skills_centerid:hover {
    transform: translateZ(30px) scale(1.02);
}.thxHubid .skills_centerid > div:first-child {
    padding-left: 2.5rem;
    border-left: 4px solid rgb(178,185,215);
    position: relative;
}.thxHubid .skills_centerid > div:first-child::before {
    position: absolute;
    left: -15px;
    top: 50%;
    box-shadow: 0 0 20px rgba(rgb(178,185,215), 0.5);
    height: 26px;
    content: "";
    background: rgb(178,185,215);
    transform: translateY(-50%);
    width: 26px;
    animation: pulse 3s infinite alternate;
    border-radius: 50%;
}.thxHubid h5 {
    color: #000000;
    font-weight: 700;
    margin: 0;
    transition: transform 0.4s ease-out;
    transform: translateX(0);
    line-height: 1.4;
    opacity: 0;
    animation: slideIn 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    font-size: calc(21px * 1.2);
}.thxHubid .skills_centerid > div:nth-child(2) {
    animation: fadeIn 0.8s 0.4s ease-out forwards;
    position: relative;
    opacity: 0;
    transition: transform 0.3s ease;
}.thxHubid .skills_centerid > div:nth-child(2)::before {
    width: 70%;
    background: linear-gradient(90deg, rgb(178,185,215), transparent);
    content: "";
    height: 1px;
    top: -10px;
    left: 0;
    position: absolute;
}.thxHubid a {
    text-decoration: none;
    transition: transform 0.4s ease-out;
    transform: translateY(0);
    display: block;
}.thxHubid a:hover {
    transform: translateY(-5px);
}.thxHubid p {
    position: relative;
    padding: 1rem 0;
    hyphens: auto;
    margin: 0;
    font-size: 14px;
    color: #000000;
    line-height: 1.8;
}.thxHubid p::after {
    transform-origin: right;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(138,151,192));
    bottom: 0;
    content: "";
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    height: 2px;
    width: 35%;
    transform: scaleX(0);
    right: 0;
}.thxHubid a:hover p::after {
    transform: scaleX(1);
}

@keyframes pulse {
    0% { opacity: 0.6; transform: translateY(-50%) scale(0.95); }
    100% { opacity: 1; transform: translateY(-50%) scale(1.05); }
}

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

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

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

@media (min-width: 768px) {.thxHubid {
    padding: 8rem 3rem;
}.thxHubid .skills_centerid {
    padding: 4rem;
    gap: 3.5rem;
    grid-template-columns: 1fr 1fr;
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% 90%, 
            95% 100%, 
            0 100%
        );
}.thxHubid h5 {
    font-size: calc(21px * 1.4);
}.thxHubid .skills_centerid > div:first-child::after {
    top: 50%;
    position: absolute;
    content: "";
    height: 80%;
    width: 1px;
    background: linear-gradient(to bottom, transparent, rgb(178,185,215,0.5), transparent);
    right: -3.5rem;
    transform: translateY(-50%);
}.thxHubid .skills_centerid > div:nth-child(2)::before {
    width: 40%;
}
}

@media (min-width: 992px) {.thxHubid .skills_centerid {
    padding: 5rem;
    gap: 5rem;
}.thxHubid h5 {
    font-size: calc(21px * 1.5);
}.thxHubid .skills_centerid > div:first-child {
    padding-left: 3rem;
    border-left-width: 5px;
}.thxHubid p {
    font-size: calc(14px * 1.1);
}.thxHubid .container {
    transform: perspective(1500px) rotateX(3deg);
}
}

@media (max-width: 767px) {.thxHubid {
    padding: 4rem 1.5rem;
}.thxHubid .skills_centerid {
    padding: 2.5rem 2rem;
}.thxHubid h5 {
    font-size: 21px;
}.thxHubid p {
    font-size: calc(14px * 0.95);
}
}

@media (hover: hover) {.thxHubid .skills_centerid:hover > div:first-child::before {
    animation-duration: 1.5s;
}
}

@media (prefers-reduced-motion) {.thxHubid .skills_centerid,
    .thxHubid a,
    .thxHubid h5,
    .thxHubid::before,
    .thxHubid::after {
    transition: none;
    animation: none;
}.thxHubid .skills_centerid > div:first-child::before {
    animation: none;
}.thxHubid .skills_centerid > div:nth-child(2) {
    opacity: 1;
}.thxHubid h5 {
    opacity: 1;
}}.teaching_historyid {
    padding: 6rem 2rem;
    position: relative;
    overflow: hidden;
    background: rgb(216,217,236);
}.teaching_historyid::before {
    position: absolute;
    height: 1px;
    width: 40%;
    top: 40%;
    left: 0;
    animation: lineExpand 5s ease-in-out infinite alternate;
    background: linear-gradient(to right, transparent, rgb(178,185,215,0.5), transparent);
    content: "";
    transform-origin: left center;
}.teaching_historyid::after {
    bottom: 40%;
    background: linear-gradient(to left, transparent, rgb(138,151,192,0.5), transparent);
    content: "";
    height: 1px;
    animation: lineExpand 5s ease-in-out infinite alternate 2.5s;
    right: 0;
    position: absolute;
    transform-origin: right center;
    width: 40%;
}.teaching_historyid .testimonial_highlightsid {
    position: relative;
    gap: 4rem;
    grid-template-columns: 1fr 2fr;
    display: grid;
    z-index: 1;
    max-width: 1100px;
    margin: 0 auto;
}.teaching_historyid .video_thumbnailid {
    filter: grayscale(100%);
    transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    border-radius: 0;
    height: 400px;
    clip-path: polygon(0 10%, 100% 0%, 85% 100%, 0% 90%);
    transform: scale(1);
    width: 100%;
    position: relative;
    overflow: hidden;
}.teaching_historyid .video_thumbnailid::after {
    left: 0;
    background: linear-gradient(135deg, rgb(178,185,215,0.5) 0%, transparent 50%);
    content: "";
    height: 100%;
    top: 0;
    opacity: 0.5;
    width: 100%;
    position: absolute;
    mix-blend-mode: overlay;
    transition: all 0.7s ease;
}.teaching_historyid .past_careerid {
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
    transition: all 0.7s ease;
    opacity: 0.9;
}.teaching_historyid .past_careerid::before {
    position: absolute;
    top: 15%;
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5), transparent);
    width: 1px;
    left: -2rem;
    height: 70%;
    content: "";
}.teaching_historyid .name {
    position: relative;
    font-weight: 700;
    transition: all 0.5s ease;
    transform: translateX(0);
    color: #000000;
    margin-bottom: 1rem;
    font-size: calc(38px * 1.2);
}.teaching_historyid .name::after {
    left: 0;
    width: 50px;
    transition: transform 0.5s ease 0.2s;
    content: "";
    height: 2px;
    bottom: -0.5rem;
    background: rgb(178,185,215);
    position: absolute;
    transform-origin: left;
    transform: scaleX(0);
}.teaching_historyid .past_careerid div:nth-child(2) {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 300;
    transform: translateX(0);
    color: rgb(138,151,192);
    transition: all 0.5s ease 0.1s;
    letter-spacing: 2px;
    margin-bottom: 3rem;
}.teaching_historyid .exp_achievementsid {
    transition: all 0.5s ease 0.2s;
    padding-left: 2rem;
    color: #000000;
    transform: translateX(0);
    line-height: 1.8;
    position: relative;
    font-size: 19px;
    font-weight: 300;
}.teaching_historyid .exp_achievementsid::before {
    font-size: 4rem;
    content: "";
    left: 0;
    line-height: 1;
    position: absolute;
    color: rgb(178,185,215,0.5);
    font-family: serif;
    top: -1rem;
}.teaching_historyid .testimonial_highlightsid:hover .video_thumbnailid {
    transform: scale(1.05);
    filter: grayscale(0%);
}.teaching_historyid .testimonial_highlightsid:hover .video_thumbnailid::after {
    opacity: 0.3;
}.teaching_historyid .testimonial_highlightsid:hover .name {
    transform: translateX(10px);
}.teaching_historyid .testimonial_highlightsid:hover .name::after {
    transform: scaleX(1);
}.teaching_historyid .testimonial_highlightsid:hover .past_careerid div:nth-child(2) {
    transform: translateX(20px);
}.teaching_historyid .testimonial_highlightsid:hover .exp_achievementsid {
    transform: translateX(5px);
}

@keyframes lineExpand {
    0% {
        transform: scaleX(0.3);
        opacity: 0.3;
    }
    100% {
        transform: scaleX(1);
        opacity: 1;
    }
}

@media screen and (max-width: 991px) {.teaching_historyid .testimonial_highlightsid {
    gap: 3rem;
    grid-template-columns: 1fr;
}.teaching_historyid .video_thumbnailid {
    height: 350px;
    width: 80%;
    margin: 0 auto;
    clip-path: polygon(0 5%, 100% 0%, 95% 100%, 0% 95%);
}.teaching_historyid .past_careerid::before {
    background: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.5), transparent);
    left: 20%;
    width: 60%;
    height: 1px;
    top: -1.5rem;
}.teaching_historyid .testimonial_highlightsid:hover .name,
    .teaching_historyid .testimonial_highlightsid:hover .past_careerid div:nth-child(2),
    .teaching_historyid .testimonial_highlightsid:hover .exp_achievementsid {
    transform: translateX(0);
}}.privacyAgreementDialogid {
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
    width: 100%;
    border-top: 3px solid rgb(178,185,215);
    padding: 15px 20px;
    position: fixed;
    z-index: 90;
    background: rgb(138,151,192);
    bottom: 0;
}.cookie_controlid {
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}.consent_learnid {
    margin-right: 20px;
    flex-shrink: 0;
}.consent_learnid svg {
    height: 50px;
    fill: rgb(178,185,215);
    width: 50px;
}.track_eduid {
    flex-direction: column;
    display: flex;
    justify-content: center;
    max-width: 600px;
}.privacyAgreementDialogid h5 {
    font-weight: 700;
    color: #ffffff;
    font-size: 21px;
    margin-bottom: 10px;
}.privacyAgreementDialogid p {
    font-size: 12px;
    color: #000000;
    line-height: 1.5;
}.cookie_screenid {
    padding: 10px 20px;
    transition: none;
    cursor: pointer;
    min-width: 150px;
    background: rgb(178,185,215);
    text-align: center;
    border-radius: 10px;
    font-size: 19px;
    flex-shrink: 0;
    margin-left: 10px;
    border: 2px solid rgb(178,185,215);
    text-decoration: none;
    color: #ffffff;
}.cookie_screenid:hover {
    border-color: rgb(178,185,215,0.5);
    background: rgb(178,185,215,0.5);
}.privacyAgreementDialogid p a {
    border-bottom: 2px solid rgb(178,185,215);
    text-decoration: none;
    color: rgb(178,185,215);
}.privacyAgreementDialogid p a:hover {
    color: rgb(138,151,192);
    border-bottom-color: rgb(138,151,192);
}
@media only screen and (max-width: 1200px) {.privacyAgreementDialogid {
    padding: 15px;
}
}
@media only screen and (max-width: 800px) {.consent_learnid {
    display: none;
}.cookie_controlid {
    align-items: center;
    flex-direction: column;
    justify-content: center;
}.privacyAgreementDialogid h5, .privacyAgreementDialogid p {
    text-align: center;
}.track_eduid {
    margin-bottom: 15px;
}.cookie_screenid {
    margin-left: 0;
    margin-top: 10px;
}}
#cookieWarningNoticeid {
    display: none;
}#cookieWarningNoticeid:checked ~ .privacyAgreementDialogid {
    visibility: hidden;
    opacity: 0;
}.title_welcomeid {
    width: 100%;
    background-color: #000000;
    height: 100vh;
    position: relative;
    min-height: 600px;
    overflow: hidden;
}.title_welcomeid::before {
    opacity: 0.4;
    top: 0;
    background: 
        repeating-linear-gradient(45deg, #000000, #000000 10px, rgba(0, 0, 0, 0.5) 10px, rgba(0, 0, 0, 0.5) 12px),
        linear-gradient(to bottom, rgb(178,185,215,0.5) 0%, transparent 100%);
    content: "";
    left: 0;
    width: 100%;
    z-index: 1;
    height: 100%;
    position: absolute;
    animation: grid-pulse 8s infinite alternate;
}.title_welcomeid::after {
    width: 100%;
    mix-blend-mode: multiply;
    left: 0;
    z-index: 1;
    top: 0;
    height: 100%;
    content: "";
    position: absolute;
    background: radial-gradient(circle at center, transparent 0%, #000000 100%);
}@keyframes grid-pulse {
    0% {
        opacity: 0.3;
        background-size: 100% 100%, 100% 100%;
    }
    100% {
        opacity: 0.5;
        background-size: 110% 110%, 120% 120%;
    }
}

.title_welcomeid .skills_centerid {
    width: 100%;
    justify-content: flex-end;
    display: flex;
    position: relative;
    align-items: center;
    padding-right: 8%;
    z-index: 3;
    height: 100%;
}.title_welcomeid .program_mapid {
    left: 0;
    top: 0;
    overflow: hidden;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 0;
}.title_welcomeid .start_headid {
    width: 100%;
    height: 100%;
}.title_welcomeid .page_titleid {
    display: flex;
    width: max-content;
    height: 100%;
    animation: tech-slide 28s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}.title_welcomeid .fast_schoolid {
    position: relative;
    height: 100%;
    width: 100vw;
    flex-shrink: 0;
    overflow: hidden;
}.title_welcomeid .fast_schoolid::before {
    content: "";
    z-index: 1;
    background: 
        linear-gradient(135deg, rgb(178,185,215,0.5) 0%, transparent 50%),
        linear-gradient(225deg, rgb(138,151,192,0.5) 0%, transparent 50%);
    left: 0;
    mix-blend-mode: hard-light;
    top: 0;
    height: 100%;
    position: absolute;
    width: 100%;
}.title_welcomeid .fast_schoolid::after {
    pointer-events: none;
    content: "";
    background: repeating-linear-gradient(
        to bottom,
        transparent 0px,
        transparent 1px,
        rgba(0, 0, 0, 0.2) 1px,
        rgba(0, 0, 0, 0.2) 2px
    );
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0.3;
    height: 100%;
    mix-blend-mode: overlay;
    z-index: 2;
    position: absolute;
}.title_welcomeid .fast_schoolid img {
    filter: contrast(1.1) saturate(0.9);
    height: 100%;
    width: 100%;
    object-fit: cover;
    animation: glitch-zoom 10s infinite alternate ease-in-out;
    transform-origin: center;
}@keyframes glitch-zoom {
    0%, 100% {
        transform: scale(1);
        filter: contrast(1.1) saturate(0.9);
    }
    20% {
        transform: scale(1.02) translate(-0.3%, 0.3%);
        filter: contrast(1.15) saturate(0.85);
    }
    40% {
        transform: scale(1.03) translate(0.3%, -0.3%);
        filter: contrast(1.2) saturate(0.8);
    }
    60% {
        transform: scale(1.04) translate(-0.2%, -0.2%);
        filter: contrast(1.15) saturate(0.85);
    }
    80% {
        transform: scale(1.02) translate(0.2%, 0.2%);
        filter: contrast(1.1) saturate(0.9);
    }
}

@keyframes tech-slide {
    0%, 16% {
        transform: translateX(0);
    }
    20%, 36% {
        transform: translateX(-100vw);
    }
    40%, 56% {
        transform: translateX(-200vw);
    }
    60%, 76% {
        transform: translateX(-300vw);
    }
    80%, 96% {
        transform: translateX(-400vw);
    }
    100% {
        transform: translateX(0);
    }
}

.title_welcomeid .text_holderid {
    position: relative;
    max-width: 520px;
    background: linear-gradient(135deg, 
        rgba(5, 15, 25, 0.8) 0%, 
        rgba(15, 25, 35, 0.7) 100%);
    backdrop-filter: blur(10px);
    border-radius: 24px;
    animation: hud-appear 1s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    z-index: 3;
    box-shadow: 
        0 0 0 1px rgba(rgb(178,185,215), 0.2),
        0 15px 35px rgba(0, 0, 0, 0.3);
    clip-path: polygon(
        0 0,
        100% 0,
        100% calc(100% - 30px),
        calc(100% - 30px) 100%,
        0 100%
    );
    padding: 3rem;
}@keyframes hud-appear {
    0% {
        opacity: 0;
        transform: translateX(30px);
        clip-path: polygon(
            0 0,
            0 0,
            0 calc(100% - 30px),
            0 100%,
            0 100%
        );
    }
    100% {
        opacity: 1;
        transform: translateX(0);
        clip-path: polygon(
            0 0,
            100% 0,
            100% calc(100% - 30px),
            calc(100% - 30px) 100%,
            0 100%
        );
    }
}

.title_welcomeid .text_holderid::before {
    left: 10px;
    content: "";
    clip-path: polygon(
        0 0,
        100% 0,
        100% calc(100% - 20px),
        calc(100% - 20px) 100%,
        0 100%
    );
    border-radius: calc(24px - 5px);
    position: absolute;
    border: 1px solid rgba(rgb(138,151,192), 0.2);
    top: 10px;
    pointer-events: none;
    right: 10px;
    bottom: 10px;
}.title_welcomeid .text_holderid::after {
    top: -2px;
    z-index: 4;
    content: "";
    background: linear-gradient(to right, rgb(178,185,215), transparent);
    height: 5px;
    border-radius: 10px;
    left: -2px;
    position: absolute;
    width: calc(60% + 4px);
}.title_welcomeid .text_holderid h1 {
    margin-bottom: 1.5rem;
    position: relative;
    font-weight: 700;
    color: #ffffff;
    font-size: 42px;
    padding-bottom: 1rem;
    align-items: center;
    display: flex;
}.title_welcomeid .text_holderid h1::before {
    bottom: 0;
    left: 0;
    content: "";
    background: rgb(178,185,215);
    height: 3px;
    width: 40px;
    position: absolute;
    border-radius: 10px;
}.title_welcomeid .text_holderid p {
    color: #000000;
    line-height: 1.7;
    margin-bottom: 2rem;
    position: relative;
    font-weight: 400;
    font-size: 18px;
}.title_welcomeid .text_holderid .query_listid {
    position: relative;
    overflow: hidden;
    clip-path: polygon(
        0 0,
        100% 0,
        100% calc(100% - 10px),
        calc(100% - 10px) 100%,
        0 100%
    );
    color: #ffffff;
    font-weight: 600;
    display: inline-block;
    transition: all 0.3s ease;
    font-size: 19px;
    background: rgb(178,185,215);
    padding: 1rem 2rem;
    border-radius: 10px;
    text-decoration: none;
}.title_welcomeid .text_holderid .query_listid::before {
    opacity: 0;
    left: 0;
    height: 100%;
    transition: opacity 0.3s ease;
    width: 100%;
    position: absolute;
    z-index: -1;
    content: "";
    background: linear-gradient(45deg, rgb(178,185,215), rgb(138,151,192));
    top: 0;
}.title_welcomeid .text_holderid .query_listid::after {
    width: 20px;
    background: linear-gradient(135deg, transparent 50%, rgb(178,185,215) 50%);
    position: absolute;
    pointer-events: none;
    right: 0;
    height: 20px;
    content: "";
    top: 0;
}.title_welcomeid .text_holderid .query_listid:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}.title_welcomeid .text_holderid .query_listid:hover::before {
    opacity: 1;
}

@media (max-width: 1200px) {.title_welcomeid {
    height: 90vh;
}.title_welcomeid .skills_centerid {
    padding-right: 6%;
}.title_welcomeid .text_holderid {
    padding: 2.5rem;
    max-width: 480px;
}
}

@media (max-width: 992px) {.title_welcomeid {
    height: 80vh;
}.title_welcomeid .skills_centerid {
    padding-right: 4%;
}.title_welcomeid .text_holderid {
    padding: 2rem;
    max-width: 420px;
}.title_welcomeid .page_titleid {
    animation-duration: 24s;
}
}

@media (max-width: 768px) {.title_welcomeid {
    min-height: unset;
    height: auto;
}.title_welcomeid .skills_centerid {
    padding: 4rem 2rem;
    justify-content: center;
}.title_welcomeid .text_holderid {
    max-width: 90%;
    width: 90%;
}@keyframes hud-appear {
        0% {
            opacity: 0;
            transform: translateY(30px);
            clip-path: polygon(
                0 0,
                100% 0,
                100% 0,
                calc(100% - 30px) 0,
                0 0
            );
        }
        100% {
            opacity: 1;
            transform: translateY(0);
            clip-path: polygon(
                0 0,
                100% 0,
                100% calc(100% - 30px),
                calc(100% - 30px) 100%,
                0 100%
            );
        }
    }
    
    .title_welcomeid .page_titleid {
    animation-duration: 20s;
}
}

@media (max-width: 576px) {.title_welcomeid .skills_centerid {
    padding: 3rem 1rem;
}.title_welcomeid .text_holderid {
    width: 95%;
    padding: 1.8rem;
    max-width: 95%;
}.title_welcomeid .text_holderid h1 {
    margin-bottom: 1.2rem;
    font-size: calc(42px * 0.85);
}.title_welcomeid .text_holderid p {
    font-size: calc(18px * 0.9);
    margin-bottom: 1.5rem;
}.title_welcomeid .text_holderid .query_listid {
    display: block;
    padding: 0.9rem 1.5rem;
    width: 100%;
    text-align: center;
}.title_welcomeid .page_titleid {
    animation-duration: 16s;
}
}

@media (max-height: 600px) {.title_welcomeid {
    min-height: 500px;
}
}

@media (orientation: landscape) and (max-height: 500px) {.title_welcomeid {
    height: auto;
    min-height: 140vh;
}.title_welcomeid .skills_centerid {
    padding: 5rem 2rem;
}
}