.wrapper-template-840 {
    flex-direction: column;
    display: flex;
    height: 100%;
    min-height: 100%;
}

.nav-header-510 {
    flex: 1 0 auto;
}

svg {
    width: 30px;
    height: 30px;
}

a {
    color: inherit;
    text-decoration: none;
}


.consentNotificationBox-586 {
    z-index: 90;
    background: rgb(164,203,208);
    width: 100%;
    bottom: 0;
    position: fixed;
    border-top: 2px solid rgb(113,170,193);
}

.consentNotificationBox-586 p {
    font-size: 18px;
}

.privacy-notify-851 svg, .privacy-notify-851 svg path, .privacy-notify-851 img {
    width: 100px;
    fill: rgb(113,170,193);
    height: 100px;
}


.wrapper-template-840 .consentNotificationBox-586 {
    background: #ffffff;
    box-shadow: rgb(113,170,193,0.5) 0px 0px 40px 39px;
    border: none;
}

.wrapper-template-840 .privacy-notify-851 {
    justify-content: center;
    display: flex;
    border-radius: 50%;
    align-items: center;
    height: 80px;
    background:rgb(113,170,193);
    width: 80px;
}

.data-insights-308::before {
    top: 0;
    position: absolute;
    background: repeating-linear-gradient(
        45deg,
        rgb(113,170,193,0.5) 0px,
        rgb(113,170,193,0.5) 2px,
        transparent 2px,
        transparent 4px
    );
    opacity: 0.2;
    width: 100%;
    height: 100%;
    z-index: -1;
    left: 0;
    content: "";
}

.data-insights-308 .boost-statistics-802::before {
    content: "";
    height: 120px;
    transform: rotate(-15deg);
    z-index: -1;
    top: -60px;
    width: 120px;
    border: 2px solid rgb(113,170,193,0.5);
    border-radius: 20px;
    position: absolute;
    left: -40px;
    animation: float 8s ease-in-out infinite;
}

.data-insights-308 .statistics-tracks-746 {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
    order: 2;
    z-index: 2;
}

.data-insights-308 .top-statistics-698:nth-child(odd) {
    transform: translateY(20px);
}

.data-insights-308 .top-statistics-698:hover {
    background: white;
    transform: scale(1.05) translateY(0);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    z-index: 3;
}

.data-insights-308 .top-statistics-698:hover::before {
    transform: translate(30%, -30%) scale(1.2);
    background: rgb(77,71,169);
}

.data-insights-308 .top-statistics-698:hover h4 {
    color: rgb(77,71,169);
}

.data-insights-308 .top-statistics-698:hover span {
    opacity: 1;
}

.data-insights-308 svg path {
    fill: rgb(113,170,193);
    transition: all 0.3s ease;
}

.privacy-encasement-438 {
    border: 1px solid rgb(113,170,193);
    background-color: rgb(164,203,208);
    padding: 60px;
    color: #000000;
    font-family: Arial, sans-serif;
}

.privacy-encasement-438 h3, .privacy-encasement-438 h4, .privacy-encasement-438 h5, .privacy-encasement-438 h6 {
    margin: 30px 0;
    text-transform: uppercase;
    color: rgb(113,170,193);
}

.privacy-encasement-438 h3 {
    font-weight: 700;
    font-size: calc(23px - 2px);
}

.privacy-encasement-438 ol {
    counter-reset: list-counter;
}

.privacy-encasement-438 ol li {
    counter-increment: list-counter;
}

.privacy-encasement-438 section {
    padding-top: 30px;
    border-top: 1px solid #000000;
    margin-top: 60px;
}

.privacy-encasement-438 span {
    color: rgb(113,170,193);
    font-weight: 600;
}

.course-methodology-297::before {
    z-index: -1;
    bottom: 0;
    left: 0;
    content: "";
    right: 0;
    transform: translateZ(0);
    position: absolute;
    opacity: 0.05;
    background: repeating-linear-gradient(
        45deg,
        rgb(113,170,193,0.5) 0px,
        rgb(113,170,193,0.5) 1px,
        transparent 1px,
        transparent 10px
    );
    top: 0;
}

.course-methodology-297 .study-sessions-379 > div::before {
    content: "";
    height: 100%;
    opacity: 0.03;
    position: absolute;
    top: 0;
    background: linear-gradient(to right, rgb(113,170,193,0.5) 0%, transparent 100%);
    z-index: -1;
    width: 100%;
    left: 0;
}

.course-methodology-297 h3::after {
    content: "";
    left: 0;
    background: linear-gradient(to right, rgb(113,170,193) 0%, rgb(77,71,169) 100%);
    height: 3px;
    position: absolute;
    bottom: 0;
    width: 60px;
}

.course-methodology-297 p span {
    display: block;
    position: relative;
}

.mentorship-experience-927 {
    background: linear-gradient(135deg, rgb(164,203,208) 0%, rgb(113,170,193,0.5) 50%, rgb(164,203,208) 100%);
    position: relative;
    padding: 100px 0;
    overflow: hidden;
}

.mentorship-experience-927 .container {
    position: relative;
    z-index: 2;
    padding: 0 15px;
    max-width: 1200px;
    margin: 0 auto;
}

.mentorship-experience-927 .client-review-834 {
    padding: 60px 40px;
    backdrop-filter: blur(10px);
    display: flex;
    box-shadow: 
        0 20px 50px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.1);
    border-radius: 28px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.9) 0%,
        rgba(255, 255, 255, 0.7) 100%
    );
    flex-direction: column;
    overflow: hidden;
    align-items: center;
}

.mentorship-experience-927 .image-strip-765::after {
    mix-blend-mode: overlay;
    opacity: 0.15;
    height: 200%;
    content: "";
    z-index: 1;
    top: -50%;
    position: absolute;
    animation: rotate 15s linear infinite;
    left: -50%;
    width: 200%;
    background: 
        conic-gradient(
            from 0deg,
            transparent 0deg,
            rgb(113,170,193,0.5) 90deg,
            transparent 180deg,
            rgb(77,71,169,0.5) 270deg,
            transparent 360deg
        );
}

.mentorship-experience-927 .job-box-028 {
    border-left: 3px solid rgb(113,170,193);
    color: #000000;
    max-width: 85%;
    border-radius: 10px;
    position: relative;
    line-height: 1.8;
    margin: 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    font-size: 14px;
    z-index: 2;
    background: rgba(255, 255, 255, 0.5);
    border-right: 3px solid rgb(77,71,169);
    text-align: center;
    padding: 25px 30px;
    backdrop-filter: blur(5px);
}

.mentorship-experience-927 .client-review-834:hover .image-strip-765 {
    transform: rotate(0deg) scale(1.05);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.3),
        0 0 0 5px rgba(255, 255, 255, 0.9),
        0 0 0 12px rgb(113,170,193,0.5);
}

.receive-updates-329 .container {
    z-index: 5;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.receive-updates-329 .study-sessions-379::before {
    height: 100%;
    position: absolute;
    z-index: 2;
    left: 0;
    content: "";
    width: 6px;
    top: 0;
    background: rgb(113,170,193);
}

.receive-updates-329 h4 {
    font-size: 18px;
    line-height: 1.4;
    position: relative;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    font-weight: 600;
    margin: 0 0 0.5rem;
    transform: translateY(0);
    color: #000000;
}

.receive-updates-329 .input_holder input[type="email"]::placeholder {
    transition: opacity 0.3s ease;
    color: rgba(0, 0, 0, 0.4);
}

.receive-updates-329 .input_holder input[type="email"]:focus::placeholder {
    opacity: 0.5;
}

.receive-updates-329 .start-exploring-937:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background: #000000;
    transform: translateY(-2px);
}

.receive-updates-329 .start-exploring-937:hover::before {
    transform: translateX(200%);
}

.title-section-497 {
    width: 100%;
    overflow: hidden;
    position: relative;
    background: rgb(164,203,208);
}

.title-section-497 .fast-school-781 {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 80vh;
    left: 0;
    top: 0;
}

.title-section-497 .learning-intro-246 {
    width: 20%;
    overflow: hidden;
    height: 100%;
    position: relative;
}

.title-section-497 .page-begin-798 {
    display: flex;
    right: 40px;
    bottom: 40px;
    gap: 3px;
    z-index: 10;
    position: absolute;
}

.title-section-497 .page-begin-798::before {
    content: "";
    inset: -10px;
    z-index: -1;
    backdrop-filter: blur(5px);
    position: absolute;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 25px;
}

.title-section-497 .text-bubble-843 .container {
    position: relative;
    padding: 0;
    max-width: 650px;
    background: transparent;
}

.title-section-497 .text-bubble-843 h3 {
    text-shadow: 0 2px 10px rgba(0,0,0,0.3);
    font-weight: 600;
    margin-bottom: 1.5rem;
    color: #ffffff;
    font-size: 20px;
}

.title-section-497 input:nth-of-type(1):checked ~ .learn-base-423 {
    transform: translateX(0);
}

.title-section-497 input:nth-of-type(2):checked ~ .learn-base-423 {
    transform: translateX(-20%);
}

.title-section-497 input:nth-of-type(5):checked ~ .learn-base-423 {
    transform: translateX(-80%);
}

.title-section-497 input:nth-of-type(8):checked ~ .learn-base-423 {
    transform: translateX(-140%);
}

.title-section-497 input:nth-of-type(1):checked ~ .page-begin-798 label:nth-child(1),
.title-section-497 input:nth-of-type(2):checked ~ .page-begin-798 label:nth-child(2),
.title-section-497 input:nth-of-type(3):checked ~ .page-begin-798 label:nth-child(3),
.title-section-497 input:nth-of-type(4):checked ~ .page-begin-798 label:nth-child(4),
.title-section-497 input:nth-of-type(5):checked ~ .page-begin-798 label:nth-child(5),
.title-section-497 input:nth-of-type(6):checked ~ .page-begin-798 label:nth-child(6),
.title-section-497 input:nth-of-type(7):checked ~ .page-begin-798 label:nth-child(7),
.title-section-497 input:nth-of-type(8):checked ~ .page-begin-798 label:nth-child(8),
.title-section-497 input:nth-of-type(9):checked ~ .page-begin-798 label:nth-child(9),
.title-section-497 input:nth-of-type(10):checked ~ .page-begin-798 label:nth-child(10) {
    background: rgb(77,71,169);
    opacity: 1;
    transform: scaleY(2);
}

.tariff-row-603 .deal-grid-804 {
    color: #ffffff;
    text-align: center;
    transform: perspective(1000px) translateZ(20px);
    opacity: 0.9;
    max-width: 800px;
    line-height: 1.6;
    margin: 0 auto 50px;
    font-weight: 300;
    font-size: calc(17px * 1.1);
}

.tariff-row-603 .value-rates-285 {
    text-decoration: none;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    height: 100%;
    transform-style: preserve-3d;
    display: block;
    position: relative;
}

.tariff-row-603 .payment-option-490::after {
    background: radial-gradient(circle, rgb(113,170,193,0.5) 0%, transparent 70%);
    opacity: 0.2;
    border-radius: 50%;
    bottom: 0;
    z-index: -1;
    width: 150px;
    right: 0;
    content: "";
    transform: translate(30%, 30%);
    position: absolute;
    transition: all 0.6s ease;
    height: 150px;
}

.tariff-row-603 .pro-fees-162 h4::after {
    width: 50px;
    background: rgb(77,71,169);
    height: 2px;
    bottom: 0;
    transition: width 0.4s ease;
    left: 0;
    content: "";
    position: absolute;
}

.tariff-row-603 .skill-offers-432 {
    font-weight: 700;
    position: relative;
    transform: translateZ(15px);
    padding: 10px 5px;
    font-size: calc(23px * 1.5);
    display: inline-block;
    color: #ffffff;
    transition: all 0.4s ease;
}

.tariff-row-603 .value-rates-285:hover .payment-option-490::before {
    transform: scaleX(1);
    opacity: 1;
}

.tariff-row-603 .value-rates-285:hover .pro-fees-162 h4::after {
    width: 80px;
}

.tariff-row-603 .value-rates-285:hover .skill-offers-432::before {
    transform: scaleX(0.8);
    opacity: 1;
}

.about-this-089::after {
    content: "";
    background: linear-gradient(90deg, rgb(113,170,193), transparent);
    height: 4px;
    left: 0;
    bottom: 0;
    animation: expandLine 3s ease-out forwards;
    position: absolute;
    transform-origin: left;
    width: 100%;
}

.about-this-089 h1::before {
    width: 40px;
    left: -10px;
    height: 40px;
    position: absolute;
    border-left: 3px solid rgb(77,71,169);
    top: -30px;
    border-top: 3px solid rgb(77,71,169);
    opacity: 0.7;
    content: "";
}

.about-this-089 .learn-identity-379 {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.4s ease;
    overflow: hidden;
    background: #ffffff;
    padding: 35px 40px;
    position: relative;
    box-shadow: 0 15px 40px rgba(rgba(0, 0, 0, 0.5), 0.06);
}

.about-this-089 .learn-identity-379:hover h4 {
    transform: translateX(8px);
    color: rgb(113,170,193);
}

.about-this-089 .learn-identity-379:hover h4::after {
    width: 70px;
    background-color: rgb(113,170,193);
}

.contact-form-section-286 {
    position: relative;
    background: linear-gradient(
        -45deg, 
        rgb(164,203,208) 0%, 
        rgb(77,71,169,0.5) 100%
    );
    overflow: hidden;
    padding: 6rem 0;
}

.contact-form-section-286 .image-strip-765::before {
    content: '';
    top: 0;
    position: absolute;
    width: 120%;
    opacity: 0.7;
    height: 100%;
    z-index: 1;
    left: 0;
    background: linear-gradient(
        135deg, 
        rgb(113,170,193,0.5) 0%, 
        rgb(77,71,169,0.5) 100%
    );
    transform: skew(10deg);
}

.contact-form-section-286 h2::before {
    background: rgb(113,170,193);
    position: absolute;
    top: 50%;
    box-shadow: 0 0 15px rgb(113,170,193,0.5);
    height: 1rem;
    width: 1rem;
    left: 0;
    border-radius: 50%;
    transform: translateY(-50%);
    content: '';
}

.contact-form-section-286 .support-panel-287 input:not([type="checkbox"]):not([type="submit"])::after {
    position: absolute;
    left: 0;
    width: 0;
    height: 2px;
    content: '';
    bottom: -2px;
    transition: width 0.3s ease;
    background: rgb(113,170,193);
}

.contact-form-section-286 .support-panel-287 .support-block-628 {
    align-items: center;
    display: flex;
    gap: 1rem;
}

.contact-form-section-286 .support-panel-287 .support-block-628 input[type="checkbox"]:checked::after {
    font-size: 0.8rem;
    position: absolute;
    left: 50%;
    color: #ffffff;
    transform: translate(-50%, -50%);
    top: 50%;
    content: '✔';
}

.contact-form-section-286 .support-panel-287 .support-block-628 a:hover {
    text-decoration: underline;
}

.contact-form-section-286 .support-panel-287 .support-card-639::before {
    left: -50%;
    top: -50%;
    transform: rotate(-45deg);
    height: 200%;
    content: '';
    width: 200%;
    background: linear-gradient(
        135deg, 
        transparent, 
        rgb(113,170,193,0.5), 
        transparent
    );
    position: absolute;
    opacity: 0;
    transition: all 0.5s ease;
}



.footer-clients-857 .container {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 2rem;
}

.footer-clients-857 .company_holder::before {
    border-left: 2px solid rgb(113,170,193);
    top: -20px;
    opacity: 0.7;
    position: absolute;
    width: 60px;
    height: 60px;
    border-top: 2px solid rgb(113,170,193);
    left: -20px;
    content: "";
}

.footer-clients-857 .company_holder h3::after {
    box-shadow: 0 0 10px rgb(113,170,193);
    height: 2px;
    left: 0;
    position: absolute;
    width: 30%;
    background: rgb(113,170,193);
    content: "";
    bottom: -5px;
}

.footer-clients-857 .nav-pagewrap-865 {
    gap: 3rem;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.footer-clients-857 .header-site-196::before {
    content: "";
    top: 0;
    width: 3px;
    background: rgb(113,170,193);
    left: 0;
    transition: height 0.3s ease;
    position: absolute;
    height: 0;
}

.footer-clients-857 .header-site-196 h5 {
    position: relative;
    font-size: 19px;
    font-weight: 600;
    padding-left: 1rem;
    margin-bottom: 1.5rem;
    letter-spacing: 1px;
    color: rgb(77,71,169);
}

.footer-clients-857 .header-site-196 .nav-pagewrap-865 a::before {
    transform: translateX(-100%);
    height: 100%;
    background: linear-gradient(90deg, rgba(rgb(113,170,193,0.5), 0.1), transparent);
    top: 0;
    content: "";
    left: 0;
    width: 100%;
    z-index: -1;
    transition: transform 0.3s ease;
    position: absolute;
}

.workshop-cta-785::before {
    position: absolute;
    left: 50%;
    height: 1px;
    transform: translateX(-50%);
    content: "";
    background: linear-gradient(90deg, transparent, rgb(113,170,193), transparent);
    width: 60%;
    top: 0;
}

.course-program-description-193::before {
    top: 0;
    content: '';
    background: 
        radial-gradient(circle at 10% 20%, rgb(113,170,193,0.5) 0%, transparent 50%),
        radial-gradient(circle at 90% 80%, rgb(77,71,169,0.5) 0%, transparent 40%);
    left: 0;
    z-index: 1;
    bottom: 0;
    position: absolute;
    right: 0;
}

.course-program-description-193 .study-sessions-379::before {
    filter: blur(20px);
    top: -100px;
    height: 200px;
    width: 200px;
    border-radius: 50%;
    animation: pulseLight 8s ease-in-out infinite;
    position: absolute;
    opacity: 0.2;
    right: -100px;
    background: radial-gradient(circle, rgb(113,170,193) 0%, transparent 70%);
    content: '';
}



.course-program-description-193 .ready-skills-318 {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 3;
    padding-right: 20px;
    justify-content: center;
}

.course-program-description-193 .head-base-841:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.course-program-description-193 .head-base-841 svg path {
    transition: fill 0.3s ease;
    fill: rgb(113,170,193);
}



.course-program-description-193 p {
    font-size: 15px;
    color: #ffffff;
    line-height: 1.7;
    z-index: 2;
    font-weight: 400;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    position: relative;
    margin-bottom: 0;
    font-family: Arial, sans-serif;
}

.course-program-description-193 .image-strip-765 {
    position: relative;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.3),
        0 0 0 1px rgb(113,170,193,0.5),
        inset 0 0 30px rgba(0, 0, 0, 0.4);
    transform: perspective(1000px) rotateY(-5deg);
    overflow: hidden;
    height: 350px;
    transition: all 0.5s ease;
    border-radius: calc(26px * 1.5);
}

.gratPage-492::before {
    top: 0;
    z-index: 1;
    height: 100%;
    right: 0;
    transform: translateX(20%) skewX(-15deg);
    width: 40%;
    content: "";
    background: linear-gradient(215deg, rgb(113,170,193,0.5) 0%, transparent 70%);
    position: absolute;
}

.gratPage-492 .container {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    z-index: 2;
    padding: 0 30px;
}

.gratPage-492 .study-sessions-379 {
    position: relative;
    overflow: hidden;
    transform: perspective(1000px) rotateX(2deg);
    animation: appearHolder 0.7s cubic-bezier(0.22, 1, 0.36, 1) forwards 0.6s;
    opacity: 0;
    transform-origin: top center;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.07);
    padding: 40px 50px;
    background-color: #ffffff;
}

.gratPage-492 ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

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

.gratPage-492 span {
    font-family: Arial, sans-serif;
    font-size: 18px;
    letter-spacing: 0.02em;
    line-height: 1.8;
    display: block;
    color: #000000;
    font-weight: 400;
}

.potential-enrollees-917 .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}

.potential-enrollees-917 h4::after {
    height: 4px;
    position: absolute;
    bottom: 0;
    content: "";
    width: 70px;
    background: linear-gradient(90deg, rgb(113,170,193), rgb(77,71,169));
    left: 50%;
    transform: translateX(-50%);
    border-radius: 2px;
}

.potential-enrollees-917 div p::after {
    border-radius: calc(19px - 10px);
    opacity: 0.2;
    height: calc(100% - 20px);
    top: 10px;
    border: 1px solid rgb(77,71,169,0.5);
    z-index: -2;
    content: "";
    background: #ffffff;
    width: calc(100% - 20px);
    left: 10px;
    transition: all 0.3s ease;
    position: absolute;
}

.potential-enrollees-917 div p:hover::after {
    top: 15px;
    left: 15px;
}

.potential-enrollees-917 div p svg path {
    transition: all 0.3s ease;
    fill: rgb(113,170,193);
}

.potential-enrollees-917 div p:hover svg path {
    fill: rgb(77,71,169);
}

.reach-us-086::before {
    width: 300px;
    border-radius: 50%;
    height: 300px;
    background: linear-gradient(45deg, rgb(113,170,193,0.5), transparent);
    z-index: 0;
    position: absolute;
    right: -100px;
    filter: blur(60px);
    content: "";
    top: -100px;
}

.reach-us-086 h2 {
    padding-bottom: 15px;
    position: relative;
    font-size: 31px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #000000;
}

.reach-us-086 .form-learn-891 {
    align-items: center;
    transition: all 0.3s ease;
    color: #000000;
    border-radius: 10px;
    font-weight: 600;
    position: relative;
    background: rgb(164,203,208);
    display: flex;
    font-size: 12px;
    text-decoration: none;
    padding: 15px 25px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1),
              -5px -5px 10px rgba(255, 255, 255, 0.7);
}

.reach-us-086 p svg {
    height: 22px;
    margin-right: 10px;
    vertical-align: middle;
    width: 22px;
}

.reach-us-086 p:nth-last-child(2):hover svg path {
    fill: rgb(77,71,169);
}

.reach-us-086 .edu-query-106::after {
    bottom: -20px;
    position: absolute;
    height: 80px;
    border-radius: 50%;
    z-index: -1;
    opacity: 0.4;
    width: 80px;
    background: rgb(77,71,169,0.5);
    content: "";
    right: -20px;
    filter: blur(25px);
}

header::before {
    position: absolute;
    opacity: 0.1;
    width: 100%;
    z-index: -1;
    left: 0;
    height: 100%;
    content: '';
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgb(113,170,193,0.5) 10px,
        rgb(113,170,193,0.5) 11px
    );
    top: 0;
}

header .top-header-930 .head-base-841::before {
    height: 100%;
    border: 1px solid rgb(77,71,169,0.5);
    width: 100%;
    box-shadow: 0 0 15px rgb(77,71,169,0.5);
    left: 0;
    position: absolute;
    transition: opacity 0.4s ease;
    top: 0;
    opacity: 0;
    border-radius: 10px;
    content: '';
}

header .top-header-930 .header-site-196::before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    border-radius: 10px;
    background: radial-gradient(
        ellipse at center,
        rgb(77,71,169,0.5) 0%,
        transparent 70%
    );
    opacity: 0.2;
}

header .top-header-930 .header-site-196 .head-primary-017:hover a {
    text-shadow: 0 0 5px rgb(113,170,193,0.5);
    color: rgb(113,170,193);
}

.learning-outcomes-436::before {
    top: 0;
    width: 120%;
    content: '';
    height: 100%;
    left: -10%;
    z-index: 1;
    opacity: 0.1;
    background-image: 
        repeating-linear-gradient(0deg, transparent, transparent 20px, rgb(113,170,193,0.5) 20px, rgb(113,170,193,0.5) 21px),
        repeating-linear-gradient(90deg, transparent, transparent 20px, rgb(113,170,193,0.5) 20px, rgb(113,170,193,0.5) 21px);
    position: absolute;
}

.learning-outcomes-436 .text-bubble-843 {
    flex-direction: column;
    gap: 1.5rem;
    grid-row: 2;
    display: flex;
    grid-column: 7 / span 6;
    position: relative;
}

.learning-outcomes-436 .image-strip-765::after {
    position: absolute;
    z-index: 1;
    background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.5));
    content: '';
    inset: 0;
}

.learning-outcomes-436 .text_main_holder > div {
    overflow: hidden;
    background: #ffffff;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    transform: translateX(5vw);
    border-radius: 27px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
    padding: 1.5rem;
    align-items: flex-start;
    display: flex;
}

.learning-outcomes-436 .text_main_holder svg {
    flex-shrink: 0;
    transition: all 0.3s ease;
    height: 2.5rem;
    fill: rgb(113,170,193);
    width: 2.5rem;
    margin-right: 1rem;
}

.learning-outcomes-436 .text_main_holder p {
    margin: 0;
    color: #000000;
    line-height: 1.6;
    font-size: 13px;
}

.register-now-745::after {
    height: 200%;
    position: absolute;
    content: "";
    animation: constellation 60s linear infinite;
    width: 200%;
    z-index: 0;
    top: -50%;
    opacity: 0.4;
    left: -50%;
}

.register-now-745 div > span {
    display: inline-block;
    transform-origin: center bottom;
    transform: perspective(1000px) rotateX(10deg);
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.register-now-745 .support-card-639 {
    animation: buttonAppear 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s forwards;
    overflow: hidden;
    border-radius: 10px;
    opacity: 0;
    position: relative;
    color: rgb(113,170,193);
    padding: 1rem 2.5rem;
    border: none;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    transform: translateY(-5px);
    letter-spacing: 0.05em;
    font-size: 16px;
    font-weight: 600;
    background: #ffffff;
    transition: all 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
    display: inline-block;
}

.tariff-row-603 .pro-fees-162 p::-webkit-scrollbar {
    width: 4px;
}

.tariff-row-603 .pro-fees-162 p::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(113,170,193,0.5);
}

.tariff-row-603 .pro-fees-162 p::-webkit-scrollbar-track {
    background: rgba(255,255,255,0.05);
    border-radius: 10px;
}

.about-this-089 .learn-identity-379 div::-webkit-scrollbar {
    width: 4px;
}

.about-this-089 .learn-identity-379 div::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(rgba(0, 0, 0, 0.5), 0.05);
}

.about-this-089 .learn-identity-379 div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(77,71,169);
}



@media (max-width: 480px) {.data-insights-308 {
    padding: 60px 0;
}.data-insights-308 .container {
    padding: 0 15px;
    gap: 30px;
}.data-insights-308 .pro-statistics-780 {
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-size: calc(43px * 0.6);
}.data-insights-308 .study-edge-982 {
    margin-bottom: 20px;
    font-size: calc(17px * 0.9);
}.data-insights-308 .top-statistics-698 {
    padding: 20px;
}.data-insights-308 .top-statistics-698 h4 {
    font-size: 2.5rem;
}.data-insights-308 .top-statistics-698 span {
    font-size: calc(17px * 0.9);
    margin-top: 10px;
}.data-insights-308 .top-statistics-698:hover {
    transform: scale(1.02) translateY(0);
}}



@media (min-width: 1200px) {.course-methodology-297 {
    padding: 10rem 0;
}.course-methodology-297 .study-sessions-379 > div {
    padding: 5rem 6rem;
}.course-methodology-297 h3 {
    font-size: calc(30px * 0.8);
}.course-methodology-297 p {
    line-height: 1.8;
    font-size: calc(12px * 1.1);
    max-width: 90%;
}
}



@media (max-width: 991px) {.mentorship-experience-927 {
    padding: 80px 0;
}.mentorship-experience-927 .client-review-834 {
    padding: 50px 30px;
}.mentorship-experience-927 .image-strip-765 {
    width: 160px;
    height: 160px;
    margin-bottom: 30px;
}.mentorship-experience-927 .job-box-028 {
    padding: 20px 25px;
    max-width: 90%;
}
}



@media (max-width: 575px) {.mentorship-experience-927 {
    padding: 50px 0;
}.mentorship-experience-927 .client-review-834 {
    padding: 35px 20px;
}.mentorship-experience-927 .image-strip-765 {
    width: 120px;
    margin-bottom: 20px;
    height: 120px;
}.mentorship-experience-927 .name {
    font-size: calc(30px * 0.8);
}.mentorship-experience-927 .client-review-834 span:not(.name) {
    margin-bottom: 15px;
    font-size: calc(19px * 0.9);
    letter-spacing: 1px;
}.mentorship-experience-927 .job-box-028 {
    padding: 15px;
    max-width: 100%;
    font-size: calc(14px * 0.9);
}}



@media (max-width: 480px) {.receive-updates-329 {
    padding: 2.5rem 0;
}.receive-updates-329 .study-sessions-379 {
    padding: 1.5rem;
}.receive-updates-329 h4 {
    font-size: calc(16px * 0.95);
}.receive-updates-329 .study-sessions-379::before {
    width: 4px;
}.receive-updates-329 .study-sessions-379::after {
    width: 50%;
    height: 4px;
}
}



@media (max-width: 991px) {.title-section-497 .study-sessions-379 {
    height: 70vh;
}.title-section-497 .fast-school-781 {
    height: 70vh;
}.title-section-497 .text-bubble-843 {
    bottom: 25px;
    left: 25px;
}.title-section-497 .text-bubble-843 .container {
    max-width: 550px;
}.title-section-497 .text-bubble-843 h1 {
    font-size: calc(38px * 0.9);
    padding-bottom: 12px;
}.title-section-497 .text-bubble-843 h1::after {
    width: 70px;
}.title-section-497 .text-bubble-843 h3 {
    font-size: calc(20px * 0.9);
}.title-section-497 .page-begin-798 {
    bottom: 25px;
    right: 25px;
}
}



@media (max-width: 480px) {.title-section-497 .study-sessions-379 {
    height: 70vh;
}.title-section-497 .fast-school-781 {
    height: 70vh;
}
}



@media (max-height: 700px) and (min-width: 768px) {.title-section-497 .study-sessions-379 {
    height: 85vh;
}.title-section-497 .fast-school-781 {
    height: 85vh;
}
}



@media (max-height: 600px) {.title-section-497 .study-sessions-379 {
    height: 90vh;
}.title-section-497 .fast-school-781 {
    height: 90vh;
}
}



@media (orientation: landscape) and (max-height: 500px) {.title-section-497 .study-sessions-379 {
    height: 95vh;
}.title-section-497 .fast-school-781 {
    height: 95vh;
}}



@media (max-width: 767px) {.tariff-row-603 {
    padding: 60px 0;
}.tariff-row-603 h2 {
    font-size: calc(33px * 0.8);
    margin-bottom: 15px;
}.tariff-row-603 .deal-grid-804 {
    margin-bottom: 30px;
}.tariff-row-603 .learn-offers-328 {
    max-width: 450px;
    margin: 0 auto;
    grid-template-columns: 1fr;
}.tariff-row-603 .pro-fees-162 h4 {
    font-size: 23px;
}.tariff-row-603 .skill-offers-432 {
    font-size: calc(23px * 1.3);
}
}



@media (max-width: 991px) {.about-this-089 {
    padding: 80px 0 70px;
}.about-this-089::before {
    width: 25%;
}.about-this-089 h1 {
    margin-bottom: 50px;
}.about-this-089 .learn-identity-379 {
    padding: 30px;
}
}



@media (max-width: 480px) {.about-this-089 {
    padding: 50px 0 40px;
}.about-this-089 h1 {
    margin-bottom: 35px;
    font-size: 35px;
}.about-this-089 .expert-team-408 ul {
    gap: 30px;
}.about-this-089 .learn-identity-379 {
    padding: 20px;
}.about-this-089 .learn-identity-379 h4 {
    font-size: calc(17px + 2px);
    margin-bottom: 15px;
    padding-bottom: 10px;
}}



@media screen and (max-width: 768px) {.contact-form-section-286 {
    padding: 3rem 0;
}.contact-form-section-286 h2 {
    font-size: calc(42px * 0.8);
    padding-left: 1.5rem;
    margin-bottom: 1.5rem;
}.contact-form-section-286 h2::before {
    width: 0.8rem;
    height: 0.8rem;
}.contact-form-section-286 .support-panel-287 h3 {
    margin-bottom: 1.5rem;
    font-size: calc(28px * 0.9);
}.contact-form-section-286 .support-panel-287 input:not([type="checkbox"]):not([type="submit"]) {
    padding: 0.8rem 1.2rem;
}
}



@media screen and (max-width: 576px) {.footer-clients-857 {
    padding: 3rem 0 2rem;
}.footer-clients-857 .company_holder h3 {
    font-size: calc(35px * 0.9);
}.footer-clients-857 .trial-offer-451 {
    font-size: calc(13px * 0.9);
}.footer-clients-857 .header-site-196 .nav-pagewrap-865 a {
    font-size: calc(13px * 0.9);
}.workshop-cta-785 {
    padding: 1rem 0;
    margin-top: 2rem;
}}



@media (max-width: 576px) {.course-program-description-193 {
    padding: 30px 0;
}.course-program-description-193 .study-sessions-379 {
    gap: 20px;
    padding: 20px;
}.course-program-description-193 .head-base-841 {
    margin-bottom: 15px;
}.course-program-description-193 h3 {
    font-size: calc(29px * 0.7);
    margin-bottom: 15px;
    padding-bottom: 10px;
}.course-program-description-193 p {
    font-size: calc(15px * 0.9);
}.course-program-description-193 .image-strip-765 {
    min-height: 200px;
}}



@media (max-width: 991px) {.potential-enrollees-917 {
    padding: 100px 0;
}.potential-enrollees-917 h4 {
    margin-bottom: 60px;
    font-size: calc(37px - 2px);
}.potential-enrollees-917 div {
    gap: 25px;
}.potential-enrollees-917 div p {
    flex: 0 0 calc(50% - 15px);
    min-width: 250px;
    padding: 20px 20px 20px 65px;
}.potential-enrollees-917 div p svg {
    height: 30px;
    width: 30px;
    top: 20px;
    left: 20px;
}
}



@media (max-width: 991px) {.reach-us-086 {
    padding: 60px 0;
}.reach-us-086 .edu-query-106 {
    padding: 40px 30px;
}.reach-us-086 .get-contactform-413 {
    gap: 15px;
}.reach-us-086 .form-learn-891 {
    padding: 12px 20px;
}
}



@media (max-width: 992px) {header .top-header-930 {
    flex-direction: column;
}header .top-header-930 .head-base-841 {
    margin: 0 0 15px 0;
    align-self: center;
}header .top-header-930 .header-site-196 {
    width: 100%;
    justify-content: center;
}header .top-header-930 .header-site-196 .head-primary-017 a {
    font-size: calc(17px - 1px);
    padding: 10px 15px;
}}



@media (max-width: 992px) {.learning-outcomes-436 .study-sessions-379 {
    width: 85%;
    grid-template-columns: 1fr;
}.learning-outcomes-436 h2 {
    grid-column: 1;
}.learning-outcomes-436 .image-strip-765 {
    height: 350px;
    grid-column: 1;
    transform: translateX(0);
    clip-path: polygon(0 5%, 100% 0, 100% 95%, 0 100%);
    grid-row: 2;
    margin-bottom: 2rem;
}.learning-outcomes-436 .text-bubble-843 {
    grid-row: 3;
    grid-column: 1;
}.learning-outcomes-436 .text_main_holder > div,
    .learning-outcomes-436 .text_main_holder > div:nth-child(even) {
    transform: translateX(0);
}.learning-outcomes-436 .text_main_holder > div:hover,
    .learning-outcomes-436 .text_main_holder > div:nth-child(even):hover {
    transform: translateY(-5px);
}
}



@media (max-width: 375px) {.register-now-745 {
    padding: 3rem 0;
}.register-now-745 h6 {
    margin-bottom: 1.5rem;
    font-size: calc(16px * 0.85);
}.register-now-745 .support-card-639 {
    font-size: calc(16px * 0.9);
    padding: 0.75rem 1.6rem;
}
}

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

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



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

@keyframes backgroundShift {
    0% {
        background-position: 0 0, 10px 0;
    }
    100% {
        background-position: 500px 500px, 510px 500px;
    }
}



@keyframes scanlines {
    0% {
        background-position: 0 0, 15px 0;
    }
    100% {
        background-position: 300px 300px, 315px 300px;
    }
}



@keyframes appearHolder {
    0% {
        opacity: 0;
        transform: perspective(1000px) rotateX(5deg) translateY(30px);
    }
    100% {
        opacity: 1;
        transform: perspective(1000px) rotateX(0) translateY(0);
    }
}



@keyframes revealGradient {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(0);
    }
}



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

