html,body {
    scroll-behavior: smooth;
    height: 100%;
    min-height: 100%;
    color: #000000;
    auto
contain
touch-action: none;
    font-family: Arial, sans-serif;
}

.footer-account-318 {
    flex: 0 0 auto;
}

.footer-account-318 {
    font-family: Arial, sans-serif;
    color: #ffffff;
    position: relative;
    padding: 60px 0;
    z-index: 2;
}

.program-structure-428 .program-plan-214 {
    position: relative;
    display: grid;
    gap: 0;
    grid-template-columns: 1fr;
}

.program-structure-428 .text-drawer-321 h2 {
    font-weight: 700;
    font-size: 29px;
    margin-bottom: 2rem;
    position: relative;
    display: inline-block;
    animation: fadeInUp 0.8s ease forwards;
    color: rgb(128,140,160);
}

.program-structure-428 .text-drawer-321 .description {
    animation: fadeInUp 0.8s ease forwards;
    animation-delay: 0.2s;
    line-height: 1.7;
    opacity: 0;
    font-size: 18px;
    position: relative;
    margin-bottom: 1.2rem;
    color: #000000;
    padding-left: 1rem;
}

.contact-form-section-046::before {
    top: 0;
    width: 100%;
    left: 0;
    z-index: 0;
    position: absolute;
    content: "";
    background-size: 40px 40px;
    height: 100%;
    background: 
        linear-gradient(45deg, transparent 48%, rgba(rgb(128,140,160), 0.05) 49%, rgba(rgb(128,140,160), 0.05) 51%, transparent 52%),
        linear-gradient(-45deg, transparent 48%, rgba(rgb(92,101,117), 0.05) 49%, rgba(rgb(92,101,117), 0.05) 51%, transparent 52%);
}

.contact-form-section-046 h3 {
    font-size: 23px;
    color: rgb(128,140,160);
    position: relative;
    margin-bottom: 30px;
    font-weight: 700;
}

.contact-form-section-046 input[type="text"]::placeholder {
    opacity: 0.7;
    color: #000000;
}

.contact-form-section-046 .support-inquiry-654 {
    align-items: flex-start;
    margin-top: 10px;
    gap: 12px;
    display: flex;
}

.contact-form-section-046 .support-inquiry-654 input[type="checkbox"]:checked::after {
    transform: translate(-50%, -50%) rotate(45deg);
    border-bottom: 2px solid #ffffff;
    left: 50%;
    border-right: 2px solid #ffffff;
    content: "";
    top: 40%;
    width: 5px;
    height: 10px;
    position: absolute;
}

.contact-form-section-046 .help-card-589::after {
    border-radius: 50%;
    content: "";
    left: 50%;
    background: rgba(255, 255, 255, 0.1);
    width: 0;
    height: 0;
    top: 50%;
    position: absolute;
    transition: all 0.6s ease;
    transform: translate(-50%, -50%);
}

.contact-form-section-046 svg:hover path {
    fill: rgb(92,101,117);
}

.footer-account-318 .company_holder h3 {
    margin-bottom: 20px;
    letter-spacing: 1px;
    font-size: 29px;
    font-weight: 700;
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.footer-account-318 .top-primary-896 {
    flex-wrap: wrap;
    margin-top: 30px;
    display: flex;
    gap: 30px;
    justify-content: center;
}

.footer-account-318 .top-bar-365 .top-primary-896 {
    display: flex;
    flex-direction: column;
    margin-top: 0;
    gap: 12px;
}

.stats-tool-210 {
    margin-top: 40px;
    z-index: 2;
    position: relative;
    background: rgba(0, 0, 0, 0.3);
    padding: 20px 0;
}

.stats-tool-210 .container {
    justify-content: center;
    display: flex;
}

.training-method-932 {
    padding: 8rem 0;
    overflow: hidden;
    background: linear-gradient(170deg, rgb(165,177,197) 60%, rgb(128,140,160,0.5) 100%);
    position: relative;
}

.training-method-932 .promise-block-518 {
    max-width: 1100px;
    grid-template-columns: 1fr;
    margin: 0 auto;
    position: relative;
    display: grid;
    gap: 3rem;
    z-index: 2;
    transition: transform 0.5s ease;
}

.training-method-932 h3::before,
.training-method-932 h3::after {
    left: 20%;
    position: absolute;
    height: 1px;
    content: "";
    animation: lineGlow 3s ease-in-out infinite alternate;
    background: linear-gradient(90deg, transparent, rgb(128,140,160), transparent);
    width: 60%;
}

.training-method-932 h3::before {
    top: -15px;
}

.training-method-932 .promise-block-518::before {
    background: linear-gradient(to bottom, rgb(128,140,160), rgb(92,101,117));
    height: 50px;
    width: 3px;
    top: calc(3rem + 20px);
    z-index: 1;
    content: "";
    position: absolute;
    left: calc(50% - 1.5px);
}

.about-this-547::before {
    height: 100%;
    position: absolute;
    background: repeating-linear-gradient(
        -45deg,
        rgb(128,140,160,0.5) 0,
        rgb(128,140,160,0.5) 1px,
        transparent 1px,
        transparent 15px
    );
    width: 50%;
    top: 0;
    z-index: 1;
    right: 0;
    opacity: 0.05;
    content: "";
}

.about-this-547 h2::after {
    position: absolute;
    height: 4px;
    z-index: -1;
    width: 120px;
    background: rgb(128,140,160,0.5);
    left: 20px;
    bottom: -15px;
    content: "";
}

.about-this-547 .diff-block-230:nth-child(2)::before {
    position: absolute;
    height: 100%;
    background: linear-gradient(270deg, transparent, rgba(0, 0, 0, 0.1));
    z-index: -1;
    width: 60px;
    left: 0;
    top: 0;
    content: "";
}

.about-this-547 .diff-block-230:nth-child(1):hover::after {
    height: 150px;
    left: -10%;
    top: -10%;
    width: 150px;
}

.about-this-547 .diff-block-230 h3::after {
    left: 0;
    position: absolute;
    content: "";
    height: 3px;
    bottom: 0;
    width: 40px;
}

.about-this-547 .diff-block-230 p {
    position: relative;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 1.8;
}

.about-this-547 .container::after {
    filter: blur(60px);
    height: 250px;
    bottom: -80px;
    border-radius: 50%;
    z-index: 0;
    position: absolute;
    opacity: 0.05;
    width: 250px;
    content: "";
    background: rgb(128,140,160,0.5);
    left: -80px;
}

.find-support-594 h1 {
    text-align: center;
    color: #000000;
    z-index: 2;
    font-size: 40px;
    letter-spacing: -0.02em;
    margin-bottom: 3.5rem;
    position: relative;
    font-weight: 700;
}

.find-support-594 .container {
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.find-support-594 .contact-panel-539 > div {
    background: rgba(255,255,255,0.5);
    position: relative;
    padding: 1.5rem;
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.find-support-594 h6 {
    font-weight: 600;
    align-items: center;
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    display: flex;
    margin-bottom: 0.75rem;
    color: #000000;
}

.find-support-594 .info-request-734 {
    gap: 1.25rem;
    display: flex;
    flex-direction: column;
}

.find-support-594 .info-request-734 > div:hover {
    transform: scale(1.03) translateX(5px);
}

.find-support-594 .learn-chat-081:hover svg {
    transform: translateX(3px);
}

.find-support-594 svg {
    width: 20px;
    height: 20px;
    opacity: 0.85;
}

.privacy-corner-758 {
    color: #000000;
    position: relative;
    font-family: Arial, sans-serif;
    padding: 4rem 2rem;
    overflow: hidden;
    background: linear-gradient(145deg, rgb(165,177,197), rgba(245, 245, 250, 0.9));
}

.privacy-corner-758 .container:hover {
    transform: translateY(-5px) translateZ(0);
}

.privacy-corner-758 h1 {
    font-size: 44px;
    color: #000000;
    margin-bottom: 2rem;
    position: relative;
    font-weight: 700;
    padding-bottom: 1rem;
    transform: translateZ(0);
    letter-spacing: -0.02em;
}

.privacy-corner-758 h2::before {
    opacity: 0.25;
    position: absolute;
    left: 0;
    background-color: rgb(128,140,160,0.5);
    transform: skewX(-15deg);
    transition: height 0.3s, opacity 0.3s;
    z-index: -1;
    width: 100%;
    height: 12px;
    bottom: 5px;
    content: "";
}

.privacy-corner-758 strong {
    font-weight: 600;
    padding-bottom: 2px;
    color: #000000;
    display: inline-block;
    position: relative;
}

.privacy-corner-758 li {
    margin-bottom: 1rem;
    line-height: 1.7;
    font-size: 18px;
    color: #000000;
    padding-left: 0.5rem;
    position: relative;
}

.privacy-corner-758 span {
    padding-left: 1rem;
    margin-bottom: 1.5rem;
    color: #000000;
    display: block;
    line-height: 1.75;
    font-size: 18px;
    border-left: 1px dashed rgb(92,101,117,0.5);
}

.program-outcomes-310 h2::after {
    left: 0;
    width: 120px;
    position: absolute;
    bottom: -15px;
    height: 6px;
    border-radius: 10px;
    content: '';
    background: rgb(128,140,160);
}

.program-outcomes-310 .text-drawer-321 {
    position: relative;
    width: 65%;
    padding-left: 2rem;
    z-index: 3;
}

.program-outcomes-310 .text_main_holder > div {
    position: relative;
    border-radius: 19px;
    display: flex;
    align-items: flex-start;
    background: #ffffff;
    transition: all 0.4s ease;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    padding: 2rem 2.5rem;
}

.program-outcomes-310 .text_main_holder svg path {
    transition: fill 0.3s ease;
    fill: rgb(128,140,160);
}

.join-our-community-102 {
    overflow: hidden;
    padding: 4rem 2rem;
    position: relative;
    background: linear-gradient(135deg, rgb(92,101,117,0.5), rgb(128,140,160));
}

.join-our-community-102 .promise-block-518 {
    gap: 2rem;
    display: flex;
    transform: perspective(1000px) rotateX(2deg);
    flex-direction: column;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    backdrop-filter: blur(10px);
    padding: 3rem 2rem;
    justify-content: center;
    position: relative;
    align-items: center;
    background: linear-gradient(145deg, rgba(255,255,255,0.1), rgba(255,255,255,0.03));
}

.join-our-community-102 input[type="email"] {
    border: 1px solid rgba(255,255,255,0.2);
    padding: 1rem 1.5rem;
    background: rgba(255,255,255,0.1);
    color: #ffffff;
    width: 100%;
    backdrop-filter: blur(5px);
    outline: none;
    font-size: 12px;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
}

.join-our-community-102 .subscribe-feature-267:hover::before {
    left: 100%;
}

.join-our-community-102 .subscribe-feature-267:active {
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
    transform: translateY(0) translateZ(0);
}

.thxDiv-526::after {
    z-index: 1;
    transform: rotate(-10deg);
    bottom: -5%;
    width: 30%;
    background: linear-gradient(125deg, rgb(92,101,117,0.5) 0%, transparent 80%);
    height: 70%;
    position: absolute;
    content: "";
    left: -2%;
}

.thxDiv-526 .promise-block-518::before {
    top: 0;
    width: 5px;
    position: absolute;
    height: 100%;
    left: 0;
    content: "";
    background: linear-gradient(to bottom, rgb(128,140,160), rgb(92,101,117));
}

.thxDiv-526 li {
    animation: slideUpFadeIn 0.7s cubic-bezier(0.22, 1, 0.36, 1) forwards 0.8s;
    position: relative;
    opacity: 0;
    transform: translateY(20px);
}

header:before {
    content: '';
    top: 0;
    position: absolute;
    background: linear-gradient(90deg, 
        rgb(128,140,160) 0%, 
        rgb(92,101,117) 50%, 
        rgb(128,140,160) 100%
    );
    left: 0;
    height: 5px;
    width: 100%;
}

header .container:before {
    height: 8px;
    left: 10px;
    opacity: 0.7;
    top: 50%;
    width: 8px;
    position: absolute;
    transform: translateY(-50%) rotate(45deg);
    background: rgb(128,140,160);
    content: '';
}

header .head-wrap-356:before {
    opacity: 0.2;
    bottom: -10px;
    background: linear-gradient(90deg,
        transparent 0%,
        #000000 20%,
        #000000 80%,
        transparent 100%
    );
    position: absolute;
    height: 1px;
    left: 0;
    width: 100%;
    content: '';
}

header .nav-pro-210:after {
    top: 100%;
    position: absolute;
    background: rgb(128,140,160);
    content: '';
    left: 50%;
    width: 8px;
    transition: all 0.3s ease;
    transform: translate(-50%, -50%) rotate(45deg);
    opacity: 0;
    height: 8px;
}

header .top-class-398:hover:before {
    opacity: 1;
}

header .top-class-398:hover:after {
    transform: scale(1);
    opacity: 1;
}

header .top-class-398:hover svg {
    transform: scale(1.05);
}

.welcome-354 {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(165,177,197), rgba(0, 0, 0, 0.5));
    padding: 3rem 0;
    perspective: 1000px;
}

.welcome-354 .start-front-314 > div {
    grid-template-columns: 1fr;
    gap: 3rem;
    display: grid;
}

.welcome-354 h3 {
    transform: translateZ(20px) rotateX(2deg);
    font-weight: 600;
    border-left: 4px solid rgb(128,140,160);
    line-height: 1.5;
    padding: 1.5rem 2rem;
    color: #000000;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    position: relative;
    font-size: 18px;
    background: linear-gradient(to right, #ffffff, rgb(255, 255, 255, 0.5));
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.welcome-354 .skill-classes-506 p::before {
    position: absolute;
    background: rgb(92,101,117);
    top: 0.5rem;
    animation: lineGrow 0.6s 0.7s ease forwards;
    width: 3px;
    content: "";
    left: 0;
    height: 0;
}

.price-offering-438 {
    overflow: hidden;
    padding: 100px 0;
    background: linear-gradient(135deg, rgb(165,177,197) 0%, rgb(128,140,160,0.5) 100%);
    position: relative;
}

.price-offering-438 .value-pricing-195 {
    position: relative;
    flex-direction: column-reverse;
    display: flex;
    gap: 60px;
}

.price-offering-438 .pricing-block-741 h2 {
    font-size: 35px;
    color: transparent;
    background: linear-gradient(90deg, rgb(128,140,160), rgb(92,101,117));
    margin-bottom: 20px;
    font-weight: 700;
    background-clip: text !important;
    -webkit-background-clip: text !important;
    transform: translateZ(0);
    letter-spacing: -0.02em;
    line-height: 1.3;
}

.price-offering-438 .price-grid-830::before {
    width: 100%;
    top: 0;
    background: linear-gradient(90deg, rgb(128,140,160), rgb(92,101,117));
    height: 5px;
    transform-origin: left;
    content: "";
    transform: scaleX(0.8);
    transition: transform 0.4s ease-out;
    position: absolute;
    left: 0;
}

.price-offering-438 .sub-options-013::after {
    transform-origin: left;
    bottom: -5px;
    width: 50px;
    content: "";
    transform: scaleX(0.5);
    left: 0;
    position: absolute;
    background: rgb(128,140,160);
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    height: 3px;
}

.price-offering-438 .learn-sub-150:hover .img-strip-427 {
    transform: scale(1.05);
}

.education-experience-397::before {
    content: "";
    left: 0;
    width: 50%;
    top: 0;
    background: rgb(128,140,160);
    position: absolute;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
    height: 100%;
    z-index: 1;
}

.education-experience-397:hover .img-strip-427 {
    filter: grayscale(0%) contrast(1.2);
    transform: translateX(0%);
}



.education-experience-397:hover .img-strip-427 {
    animation: parallax-shift 3s ease-in-out infinite alternate;
}

.education-experience-397:hover .name::before {
    transform: scaleX(1);
}

.education-experience-397 .work-projects-391 > div:nth-child(2) {
    margin-bottom: 2rem;
    font-size: 24px;
    color: rgb(92,101,117);
    letter-spacing: 3px;
    font-weight: 600;
    opacity: 0;
    transform: translateX(50px);
    text-transform: uppercase;
    animation: slide-left 0.7s forwards 0.4s;
}

.education-experience-397:hover .name {
    transform: translateY(-5px);
    transition-delay: 0.1s;
}

::-webkit-scrollbar {
    padding: 0px;
}

::-webkit-scrollbar-button {
    height: 3px;
    background: rgb(92,101,117,0.5);
    width: 2px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 5px -1px 5px -2px rgba(0, 0, 0, 0.1);
    border-radius: 9%;
    background: rgb(128,140,160,0.5);
}

::-webkit-scrollbar-thumb {
    border-radius: 2%;
    min-height: 34px;
    transition: all, background, transform 2.5s ease-in-out;
    background: repeating-radial-gradient(circle at center, rgb(92,101,117), rgb(92,101,117) 15px, rgb(255, 255, 255, 0.5) 15px, rgb(255, 255, 255, 0.5) 18px);
}

::-webkit-scrollbar-thumb:active {
    box-shadow: inset -3px -5px 15px -1px rgba(0, 0, 0, 0.4);
    background: rgb(92,101,117,0.5);
}

::-webkit-scrollbar-corner {
    border: 1px solid rgb(128,140,160,0.5);
    border-radius: 5px;
    background: rgb(128,140,160);
}



@media (max-width: 767px) {.footer-account-318 .top-bar-365 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
}.footer-account-318 .company_holder {
    padding: 20px 15px;
}.footer-account-318 .academy-info-382 {
    max-width: 100%;
    padding: 15px;
}
}



@media (max-width: 992px) {.training-method-932 {
    padding: 6rem 1.5rem;
}.training-method-932 h3 {
    letter-spacing: 2px;
    font-size: calc(37px * 0.9);
    padding: 0 1.5rem;
}.training-method-932 span {
    padding: 2.5rem;
}.training-method-932 .promise-block-518::before {
    height: 40px;
}.training-method-932 .promise-block-518::after {
    top: calc(3rem + 60px);
}
}



@media (min-width: 768px) {.find-support-594 {
    padding: 8rem 3rem;
}.find-support-594 h1 {
    margin-bottom: 4rem;
}.find-support-594 .contact-panel-539 {
    gap: 3rem;
    grid-template-columns: 1fr 1fr;
    padding: 3rem;
}.find-support-594 .contact-panel-539 > div:first-child {
    grid-column: 1 / -1;
}
}



@media (max-width: 767px) {.find-support-594 {
    padding: 5rem 1.5rem;
}.find-support-594 h1 {
    margin-bottom: 3rem;
    font-size: calc(40px - 0.2rem);
}.find-support-594 .contact-panel-539 {
    padding: 1.5rem;
    gap: 1.5rem;
}.find-support-594 .contact-panel-539 > div {
    padding: 1.25rem;
}.find-support-594 .contact-panel-539 > div:first-child {
    padding: 1.5rem;
}.find-support-594 h6 {
    font-size: calc(22px - 0.1rem);
}.find-support-594 span {
    font-size: calc(17px - 0.1rem);
    padding-left: 1rem;
}.find-support-594 .info-request-734 {
    gap: 1rem;
}.find-support-594 .learn-chat-081 {
    font-size: calc(17px - 0.1rem);
    padding: 0.6rem 0.75rem;
}}



@media (max-width: 992px) {.program-outcomes-310 {
    padding: 8rem 0;
}.program-outcomes-310 h2 {
    width: 80%;
    font-size: calc(36px * 1.2);
}.program-outcomes-310 .text-drawer-321 {
    padding-left: 2rem;
    padding-right: 2rem;
    width: 80%;
}.program-outcomes-310 .text_main_holder {
    grid-template-columns: 1fr;
    gap: 2rem;
}.program-outcomes-310 .img-strip-427 {
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0 100%);
}
}



@media (min-width: 768px) {.join-our-community-102 {
    padding: 5rem 3rem;
}.join-our-community-102 .promise-block-518 {
    transform: perspective(1000px) rotateX(1deg);
    padding: 3.5rem 3rem;
    flex-direction: row;
    gap: 3rem;
}.join-our-community-102 h4 {
    flex: 1;
    text-align: left;
}.join-our-community-102 .input_holder {
    flex: 1;
    max-width: none;
}.join-our-community-102 .input_holder::after {
    display: none;
}
}



@media (max-width: 768px) {.thxDiv-526 {
    padding: 70px 0 50px;
}.thxDiv-526::before {
    width: 50%;
}.thxDiv-526 h2 {
    font-size: calc(28px * 0.8);
    max-width: 100%;
}.thxDiv-526 .promise-block-518 {
    transform: perspective(1000px) rotateX(1deg);
    padding: 30px;
}
}



@media (max-width: 480px) {header .container {
    padding: 12px 15px;
}header .container:before,
    header .container:after {
    display: none;
}header .top-class-398 svg {
    height: 35px;
}}



@media (min-width: 992px) {.welcome-354 {
    padding: 6rem 0;
}.welcome-354 .start-front-314 > div {
    grid-template-columns: 1fr 1.8fr;
    gap: 3rem;
}.welcome-354 h3 {
    transform: translateZ(30px) rotateX(3deg) translateX(-20px);
    font-size: calc(18px * 1.2);
}.welcome-354 .skill-classes-506 {
    transform: translateZ(25px) rotateY(-3deg);
    height: 600px;
}.welcome-354 .skill-classes-506 > div {
    padding: 5rem;
}.welcome-354 .title_style_header {
    font-size: calc(47px * 1.4);
}.welcome-354 .title_style_header::after {
    width: 150px;
    height: 5px;
}
}



@media (min-width: 992px) {.price-offering-438 .value-pricing-195 {
    gap: 40px;
    align-items: stretch;
    flex-direction: row;
}.price-offering-438 .pricing-block-741 {
    justify-content: center;
    padding: 50px 40px;
    width: 30%;
    display: flex;
    flex-direction: column;
}.price-offering-438 .fee-board-826 {
    grid-template-columns: repeat(2, 1fr);
    width: 70%;
}.price-offering-438 .fee-plans-406 {
    padding: 30px;
}.price-offering-438 .fee-plans-406 p {
    -webkit-line-clamp: 6;
}
}



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



@keyframes circuitConnect {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}



@keyframes pulseNode {
    0%, 100% {
        transform: scale(1);
        box-shadow: 
            0 0 15px rgb(128,140,160,0.5),
            0 0 30px rgb(128,140,160,0.5);
    }
    50% {
        transform: scale(1.2);
        box-shadow: 
            0 0 20px rgb(128,140,160),
            0 0 40px rgb(128,140,160,0.5);
    }
}



@keyframes popIn {
    0% {
        transform: scale(0);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}



@keyframes pulse {
    0%, 100% {
        opacity: 0.7;
    }
    50% {
        opacity: 1;
    }
}



@keyframes slideIn {
  from {
    opacity: 0.4;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

