header,footer {
    width: 100%;
}

header {
    width: 100%;
    position: relative;
    z-index: 99;
    overflow: visible;
    background: linear-gradient(to right, rgb(77,71,169) 0%, rgba(0, 0, 0, 0.5) 100%);
}

html,body {
    min-height: 100%;
    font-family: Arial, sans-serif;
    color: #000000;
    height: 100%;
}

#cookie-warning-box-846 {
    display: none;
}

#cookie-warning-box-846:checked ~ .consentNotificationBox-586 {
    visibility: hidden;
    opacity: 0;
}

.privacy-notify-851 {
    margin-right: 10px;
    flex-shrink: 0;
}

.consentNotificationBox-586 p a {
    color: rgb(113,170,193);
    text-decoration: none;
}

.wrapper-template-840 .cookie-expand-138 {
    border: none;
    background: rgb(113,170,193);
    margin-left: 30px;
    padding: 10px;
    color: #ffffff;
    font-weight: 400;
    font-size: 20px;
}

.wrapper-template-840 .cookie-overview-793 h5, .wrapper-template-840 .cookie-overview-793 p {
    color: #000000;
}

.data-insights-308 {
    background: #ffffff;
    position: relative;
    padding: 100px 0;
    z-index: 1;
    overflow: hidden;
}



.data-insights-308 .container {
    grid-template-columns: 1fr 1fr;
    padding: 0 20px;
    gap: 60px;
    position: relative;
    display: grid;
    max-width: 1200px;
    margin: 0 auto;
    align-items: center;
}

.data-insights-308 .boost-statistics-802 {
    padding: 0;
    z-index: 2;
    order: 1;
    position: relative;
}



.data-insights-308 .pro-statistics-780 {
    margin-bottom: 30px;
    position: relative;
    line-height: 1.2;
    font-weight: 700;
    color: #000000;
    font-size: 43px;
    text-transform: uppercase;
    padding-bottom: 20px;
}

.data-insights-308 .study-edge-982 {
    line-height: 1.8;
    color: #000000;
    margin-bottom: 40px;
    font-size: 17px;
}

.data-insights-308 .top-statistics-698 {
    padding: 30px;
    overflow: hidden;
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-radius: 10px;
    position: relative;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgb(113,170,193,0.5);
}

.data-insights-308 .top-statistics-698 h4 {
    margin: 0;
    transition: all 0.3s ease;
    font-weight: 700;
    color: rgb(113,170,193);
    font-size: 4rem;
    line-height: 1;
    display: flex;
    align-items: center;
}

.data-insights-308 svg {
    height: 24px;
    fill: rgb(113,170,193);
    margin-right: 10px;
    transition: all 0.3s ease;
    width: 24px;
}

.privacy-encasement-438 h1 {
    color: rgb(113,170,193);
    font-size: 38px;
    border-bottom: 2px solid rgb(113,170,193);
    margin-bottom: 40px;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-weight: 700;
}

.privacy-encasement-438 h4 {
    font-weight: 600;
    font-size: calc(23px + 2px);
}

.privacy-encasement-438 h6 {
    font-size: 19px;
    font-weight: 300;
}

.privacy-encasement-438 ul li::before {
    content: '•';
    color: rgb(77,71,169);
    font-size: 20px;
    margin-right: 10px;
}

.privacy-encasement-438 li {
    position: relative;
    line-height: 1.6;
    margin-bottom: 15px;
    font-size: 13px;
    padding-left: 15px;
}

.privacy-encasement-438 div {
    margin-bottom: 25px;
}

.course-methodology-297 {
    z-index: 1;
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(164,203,208) 0%, #ffffff 100%);
    overflow: hidden;
    position: relative;
}

.course-methodology-297 .container {
    margin: 0 auto;
    padding: 0 2rem;
    max-width: 1200px;
    z-index: 2;
    position: relative;
}

.course-methodology-297 .study-sessions-379 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    transform: translateZ(0);
}

.course-methodology-297 .study-sessions-379 > div:hover {
    transform: translateY(-5px);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.08),
        0 10px 20px rgba(0, 0, 0, 0.05);
}

.course-methodology-297 h3 {
    font-weight: 600;
    margin-bottom: 1.5rem;
    padding-bottom: 0.75rem;
    line-height: 1.3;
    font-size: calc(18px * 1.1);
    letter-spacing: -0.01em;
    position: relative;
    color: #000000;
}

.course-methodology-297 p {
    font-size: 12px;
    z-index: 2;
    color: #000000;
    position: relative;
    line-height: 1.7;
    margin-bottom: 0;
}

.mentorship-experience-927::before {
    position: absolute;
    left: 0;
    background: repeating-linear-gradient(
        45deg,
        rgb(113,170,193,0.5) 0,
        rgb(113,170,193,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    height: 100%;
    content: "";
    width: 100%;
    opacity: 0.05;
    top: 0;
}

.mentorship-experience-927 .client-review-834::before {
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.2) 15%,
        rgba(255, 255, 255, 0.3) 50%,
        rgba(255, 255, 255, 0.2) 85%,
        transparent 100%
    );
    transform: rotate(-45deg) scale(2);
    z-index: 1;
    transition: opacity 0.6s ease;
    opacity: 0;
    position: absolute;
    content: "";
    inset: 0;
}

.mentorship-experience-927 .image-strip-765::before {
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.4) 0%,
        transparent 50%,
        rgba(255, 255, 255, 0.4) 100%
    );
    z-index: 3;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
}

.mentorship-experience-927 .name::after {
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    bottom: -8px;
    width: 70px;
    height: 2px;
    content: "";
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgb(113,170,193) 50%,
        transparent 100%
    );
}

.mentorship-experience-927 .job-box-028::before,
.mentorship-experience-927 .job-box-028::after {
    width: 40px;
    background: rgb(113,170,193,0.5);
    position: absolute;
    content: "";
    height: 40px;
    opacity: 0.1;
}

.mentorship-experience-927 .job-box-028::before {
    border-left: 3px solid rgb(113,170,193);
    left: -5px;
    top: -5px;
    border-top: 3px solid rgb(113,170,193);
}

.receive-updates-329 {
    padding: 4rem 0;
    background: linear-gradient(135deg, rgb(113,170,193,0.5), rgb(77,71,169,0.5));
    overflow: hidden;
    position: relative;
}

.receive-updates-329::after {
    right: -5%;
    content: "";
    opacity: 0.1;
    position: absolute;
    height: 120%;
    top: -10%;
    transform: rotate(15deg);
    width: 35%;
    background: rgb(113,170,193);
    z-index: 0;
}

.receive-updates-329 .study-sessions-379::after {
    position: absolute;
    transform-origin: right;
    content: "";
    width: 40%;
    height: 6px;
    background: rgb(77,71,169);
    z-index: 2;
    bottom: 0;
    right: 0;
}

.receive-updates-329 .input_holder span {
    position: relative;
    transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
    display: block;
}

.receive-updates-329 .input_holder input[type="email"] {
    outline: none;
    border: 2px solid rgba(0, 0, 0, 0.08);
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    background: #ffffff;
    color: #000000;
    padding: 1rem 1.25rem;
    font-size: 16px;
    width: 100%;
}

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

.receive-updates-329 .start-exploring-937::before {
    background: linear-gradient(
        90deg, 
        rgba(255, 255, 255, 0) 0%, 
        rgba(255, 255, 255, 0.2) 50%, 
        rgba(255, 255, 255, 0) 100%
    );
    width: 100%;
    height: 100%;
    transition: transform 0.6s ease;
    left: -100%;
    position: absolute;
    content: "";
    z-index: -1;
    top: 0;
}

.title-section-497 .learning-intro-246::before {
    z-index: 2;
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    background: linear-gradient(
        to bottom,
        transparent 0%,
        rgba(0, 0, 0, 0.4) 50%,
        rgb(113,170,193) 100%
    );
    top: 0;
    content: "";
}

.title-section-497 .page-begin-798 label {
    width: 30px;
    height: 2px;
    position: relative;
    transform: scale(1);
    transition: all 0.3s ease;
    background: #ffffff;
    opacity: 0.5;
    cursor: pointer;
}

.title-section-497 .text-bubble-843 h1 {
    text-shadow: 0 2px 15px rgba(0,0,0,0.3);
    font-size: 38px;
    color: #ffffff;
    padding-bottom: 15px;
    margin-bottom: 1.2rem;
    position: relative;
    font-weight: 700;
}

.title-section-497 .text-bubble-843 p::before {
    background: rgb(77,71,169,0.5);
    content: "";
    top: 0;
    height: 100%;
    width: 3px;
    position: absolute;
    left: 0;
}

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

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

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

.title-section-497 input:nth-of-type(1):checked ~ .learn-base-423 .learning-intro-246:nth-child(1) img,
.title-section-497 input:nth-of-type(2):checked ~ .learn-base-423 .learning-intro-246:nth-child(2) img,
.title-section-497 input:nth-of-type(3):checked ~ .learn-base-423 .learning-intro-246:nth-child(3) img,
.title-section-497 input:nth-of-type(4):checked ~ .learn-base-423 .learning-intro-246:nth-child(4) img,
.title-section-497 input:nth-of-type(5):checked ~ .learn-base-423 .learning-intro-246:nth-child(5) img,
.title-section-497 input:nth-of-type(6):checked ~ .learn-base-423 .learning-intro-246:nth-child(6) img,
.title-section-497 input:nth-of-type(7):checked ~ .learn-base-423 .learning-intro-246:nth-child(7) img,
.title-section-497 input:nth-of-type(8):checked ~ .learn-base-423 .learning-intro-246:nth-child(8) img,
.title-section-497 input:nth-of-type(9):checked ~ .learn-base-423 .learning-intro-246:nth-child(9) img,
.title-section-497 input:nth-of-type(10):checked ~ .learn-base-423 .learning-intro-246:nth-child(10) img {
    transform: scale(1);
    filter: brightness(0.95);
}

.tariff-row-603 .learn-offers-328 {
    perspective: 1000px;
    margin: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    padding: 0;
}

.tariff-row-603 .payment-option-490::before {
    top: 0;
    position: absolute;
    height: 5px;
    opacity: 0.8;
    width: 100%;
    content: "";
    left: 0;
    transition: transform 0.5s ease, opacity 0.5s ease;
    transform: scaleX(0.8);
    background: linear-gradient(90deg, rgb(113,170,193), rgb(77,71,169));
}

.tariff-row-603 .pro-fees-162 {
    position: relative;
    transform-style: preserve-3d;
    transition: transform 0.5s ease;
}

.tariff-row-603 .pro-fees-162 p {
    transform: translateZ(5px);
    line-height: 1.7;
    word-break: break-word;
    padding-right: 5px;
    overflow-wrap: break-word;
    opacity: 0.8;
    color: #ffffff;
    overflow-y: auto;
    margin: 0 0 30px;
    font-weight: 300;
    font-size: 17px;
    max-height: 250px;
}

.tariff-row-603 .value-rates-285:hover .payment-option-490 {
    transform: translateY(-10px) translateZ(20px);
    box-shadow: 0 30px 60px rgba(0,0,0,0.3), 0 0 0 1px rgba(255,255,255,0.15);
}

.tariff-row-603 .value-rates-285:hover .payment-option-490::after {
    opacity: 0.4;
    transform: translate(20%, 20%) scale(1.2);
}

.about-this-089 {
    position: relative;
    overflow: hidden;
    padding: 120px 0 100px;
    background: linear-gradient(145deg, rgb(164,203,208) 60%, rgba(rgb(77,71,169,0.5), 0.1) 100%);
    font-family: Arial, sans-serif;
}

.about-this-089 .container {
    max-width: 1200px;
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    z-index: 2;
}

.about-this-089 h1::after {
    position: absolute;
    transform-origin: left;
    animation: expandWidth 1.5s ease-out forwards;
    height: 3px;
    bottom: -12px;
    width: 80px;
    background: rgb(113,170,193);
    left: 0;
    content: "";
}

.about-this-089 .expert-team-408 ul {
    grid-template-columns: 1fr;
    padding: 0;
    gap: 60px;
    list-style: none;
    margin: 0;
    display: grid;
}

.about-this-089 .learn-identity-379::before {
    background: rgb(113,170,193);
    top: 0;
    content: "";
    transition: height 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    height: 0;
    left: 0;
    width: 5px;
    position: absolute;
}

.about-this-089 .learn-identity-379 h4::after {
    transition: width 0.4s ease;
    content: "";
    background-color: rgb(77,71,169);
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 45px;
}

.contact-form-section-286 .container {
    margin: 0 auto;
    max-width: 1400px;
    padding: 0 1rem;
}

.contact-form-section-286 .image-strip-765 {
    flex: 0 0 45%;
    z-index: 2;
    margin-left: -5%;
    position: relative;
    transform: skew(-10deg);
    min-height: 600px;
}

.contact-form-section-286 .support-panel-287 {
    z-index: 3;
    justify-content: center;
    padding: 4rem 3rem 4rem 10%;
    flex: 0 0 55%;
    flex-direction: column;
    position: relative;
    display: flex;
}

.contact-form-section-286 .support-panel-287 h3 {
    margin-bottom: 2rem;
    color: #ffffff;
    font-weight: 600;
    font-size: 28px;
    position: relative;
    padding-bottom: 1rem;
}

.contact-form-section-286 .support-panel-287 form {
    display: grid;
    gap: 1.5rem;
}

.contact-form-section-286 .support-panel-287 input:not([type="checkbox"]):not([type="submit"]):focus {
    border-color: rgb(113,170,193);
    box-shadow: 0 0 15px rgb(113,170,193,0.5);
}

.contact-form-section-286 .support-panel-287 input:not([type="checkbox"]):not([type="submit"]):focus::after {
    width: 100%;
}

.contact-form-section-286 .support-panel-287 .support-block-628 input[type="checkbox"]:checked {
    background: rgb(113,170,193);
    border-color: rgb(113,170,193);
}

.contact-form-section-286 .support-panel-287 .support-block-628 label {
    align-items: center;
    font-size: 16px;
    display: flex;
    color: #ffffff;
}

.contact-form-section-286 .support-panel-287 .support-card-639 {
    background: rgb(113,170,193);
    position: relative;
    overflow: hidden;
    font-size: 18px;
    font-weight: 600;
    border: none;
    transition: all 0.3s ease;
    cursor: pointer;
    color: #ffffff;
    width: 100%;
    text-transform: uppercase;
    border-radius: 10px;
    padding: 1rem;
}

.footer-clients-857::before {
    opacity: 0.85;
    left: 0;
    width: 100%;
    content: "";
    z-index: -1;
    background: #000000;
    position: absolute;
    top: 0;
    height: 100%;
}

.footer-clients-857 .company_holder {
    grid-column: 1 / 5;
    position: relative;
    grid-row: 1;
}

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

.footer-clients-857 .trial-offer-451 {
    line-height: 1.6;
    margin-top: 1.5rem;
    opacity: 0.8;
    color: #ffffff;
    font-size: 13px;
}

.footer-clients-857 .cookie-ctrl-918 {
    justify-content: flex-end;
    display: flex;
    grid-row: 1;
    grid-column: 6 / 13;
}

.footer-clients-857 .header-site-196:hover {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.02) 100%);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
    transform: translateY(-5px);
}

.footer-clients-857 .header-site-196:hover::before {
    height: 100%;
}

.footer-clients-857 .header-site-196 h5::before {
    box-shadow: 0 0 10px rgb(113,170,193);
    transform: translateY(-50%);
    position: absolute;
    height: 5px;
    left: 0;
    background: rgb(113,170,193);
    border-radius: 50%;
    content: "";
    top: 50%;
    width: 5px;
}

.footer-clients-857 .header-site-196 .nav-pagewrap-865 a:hover {
    color: #ffffff;
    padding-left: 1.5rem;
    opacity: 1;
}

.footer-clients-857 .header-site-196 .nav-pagewrap-865 a:hover::before {
    transform: translateX(0);
}

.workshop-cta-785 .container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.workshop-cta-785 .study-bottom-035 {
    opacity: 0.7;
    letter-spacing: 0.5px;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
}

.course-program-description-193::after {
    width: 100%;
    opacity: 0.1;
    z-index: 1;
    content: '';
    animation: backgroundShift 30s linear infinite;
    position: absolute;
    left: 0;
    height: 100%;
    background: 
        linear-gradient(45deg, transparent 48%, rgb(113,170,193,0.5) 49%, rgb(113,170,193,0.5) 51%, transparent 52%) 0 0 / 20px 20px,
        linear-gradient(-45deg, transparent 48%, rgb(77,71,169,0.5) 49%, rgb(77,71,169,0.5) 51%, transparent 52%) 10px 0 / 20px 20px;
    top: 0;
}

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

.course-program-description-193 .head-base-841 svg {
    filter: drop-shadow(0 5px 15px rgb(113,170,193,0.5));
    height: 50px;
    transition: all 0.3s ease;
    width: 50px;
}

.course-program-description-193 h3 {
    padding-bottom: 15px;
    position: relative;
    transform: translateZ(0);
    margin-bottom: 25px;
    letter-spacing: 0.5px;
    color: #ffffff;
    font-weight: 700;
    font-family: Arial, sans-serif;
    font-size: 29px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    backface-visibility: hidden;
}

.course-program-description-193 .image-strip-765::before {
    background: linear-gradient(
        135deg,
        transparent 0%,
        rgba(0, 0, 0, 0.3) 100%
    );
    content: '';
    width: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
}


.gratPage-492 {
    position: relative;
    padding: 120px 0 80px;
    background: linear-gradient(135deg, rgb(164,203,208) 0%, #ffffff 100%);
    overflow: hidden;
}

.gratPage-492::after {
    content: "";
    width: 30%;
    transform: rotate(-10deg);
    z-index: 1;
    position: absolute;
    height: 70%;
    bottom: -5%;
    background: linear-gradient(125deg, rgb(77,71,169,0.5) 0%, transparent 80%);
    left: -2%;
}

.gratPage-492 h2 {
    opacity: 0;
    line-height: 1.3;
    margin-bottom: 40px;
    position: relative;
    font-size: 30px;
    font-family: Arial, sans-serif;
    transform: translateX(-20px);
    font-weight: 700;
    animation: slideInTitle 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards 0.2s;
    color: #000000;
    max-width: 800px;
}

.gratPage-492 .study-sessions-379::after {
    position: absolute;
    width: 80%;
    right: 0;
    background: linear-gradient(90deg, transparent, rgba(245, 245, 245, 0.8) 70%);
    top: 0;
    transform: translateX(100%);
    content: "";
    z-index: -1;
    animation: revealGradient 1.5s cubic-bezier(0.22, 1, 0.36, 1) forwards 1s;
    height: 100%;
}

.potential-enrollees-917 {
    background: linear-gradient(135deg, rgb(164,203,208) 0%, rgba(0, 0, 0, 0.5) 100%);
    padding: 130px 0;
    position: relative;
    overflow: hidden;
}

.potential-enrollees-917 .study-sessions-379 {
    position: relative;
}

.potential-enrollees-917 h4 {
    position: relative;
    color: #000000;
    font-size: 37px;
    padding-bottom: 20px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 70px;
}

.potential-enrollees-917 div {
    justify-content: center;
    flex-wrap: wrap;
    display: flex;
    gap: 30px;
}

.potential-enrollees-917 div p::before {
    z-index: -1;
    border: 1px solid rgb(113,170,193,0.5);
    background: #ffffff;
    top: 5px;
    left: 5px;
    border-radius: calc(19px - 5px);
    content: "";
    opacity: 0.4;
    transition: all 0.3s ease;
    width: calc(100% - 10px);
    position: absolute;
    height: calc(100% - 10px);
}

.potential-enrollees-917 div p:hover::before {
    top: 10px;
    left: 10px;
}

.potential-enrollees-917 div p:hover svg {
    transform: rotate(15deg);
    background: rgb(113,170,193,0.5);
}

.reach-us-086 {
    padding: 80px 0;
    overflow: hidden;
    background: rgb(164,203,208);
    position: relative;
}

.reach-us-086 .edu-query-106 {
    box-shadow: 12px 12px 24px rgba(0, 0, 0, 0.1),
              -12px -12px 24px rgba(255, 255, 255, 0.6);
    position: relative;
    transition: all 0.4s ease;
    padding: 50px;
    background: rgb(164,203,208);
    border-radius: 21px;
}

.reach-us-086 p {
    line-height: 1.7;
    margin-bottom: 25px;
    font-size: 12px;
    color: #000000;
}

.reach-us-086 .get-contactform-413 {
    gap: 20px;
    flex-wrap: wrap;
    display: flex;
    margin-top: 40px;
}

.reach-us-086 .form-learn-891:active {
    box-shadow: inset 3px 3px 6px rgba(0, 0, 0, 0.1),
              inset -3px -3px 6px rgba(255, 255, 255, 0.7);
    transform: translateY(0);
}

.reach-us-086 .form-learn-891:hover svg {
    transform: scale(1.1) rotate(5deg);
}

.reach-us-086 .form-learn-891:hover svg path {
    fill: rgb(77,71,169);
}

.reach-us-086 p svg path {
    transition: fill 0.3s ease;
    fill: rgb(113,170,193);
}

.reach-us-086 .edu-query-106::before {
    height: 100px;
    top: -30px;
    border-radius: 50%;
    content: "";
    opacity: 0.4;
    background: rgb(113,170,193,0.5);
    z-index: -1;
    width: 100px;
    filter: blur(30px);
    position: absolute;
    left: -30px;
}

.reach-us-086 .form-learn-891:nth-child(2) {
    animation: float 5s ease-in-out infinite;
    animation-delay: 0.5s;
}

header .top-header-930 {
    width: 100%;
    display: flex;
    position: relative;
    padding: 15px;
    align-items: center;
    justify-content: space-between;
}

header .top-header-930 .head-base-841 {
    margin-right: 20px;
    position: relative;
    padding: 5px 10px;
    z-index: 2;
}

header .top-header-930 .head-base-841:hover::before {
    opacity: 1;
}

header .top-header-930 .head-base-841 .header-master-523 {
    display: block;
    transition: transform 0.3s ease;
}

header .top-header-930 .head-base-841 .header-master-523 svg {
    filter: drop-shadow(0 0 5px rgb(77,71,169,0.5));
    width: auto;
    height: 45px;
}

header .top-header-930 .header-site-196 .head-primary-017 {
    margin: 0;
    position: relative;
}

header .top-header-930 .header-site-196 .head-primary-017::after {
    box-shadow: 0 0 8px rgb(113,170,193);
    position: absolute;
    background: rgb(113,170,193);
    height: 2px;
    left: 50%;
    content: '';
    transition: width 0.3s ease, left 0.3s ease;
    width: 0;
    bottom: -5px;
}

.learning-outcomes-436 {
    background: linear-gradient(45deg, rgb(164,203,208) 0%, #ffffff 100%);
    padding: 6rem 0 8rem;
    position: relative;
    overflow: hidden;
}

.learning-outcomes-436 .study-sessions-379 {
    gap: 2rem;
    position: relative;
    z-index: 2;
    max-width: 1400px;
    width: 90%;
    margin: 0 auto;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: auto auto;
    display: grid;
}

.learning-outcomes-436 h2::after {
    width: 60px;
    content: '';
    transform: translateX(-50%);
    background: rgb(113,170,193);
    height: 4px;
    border-radius: 10px;
    position: absolute;
    left: 50%;
    bottom: 0;
}

.learning-outcomes-436 .image-strip-765::before {
    right: -10%;
    opacity: 0.3;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    top: -10%;
    background: rgb(77,71,169,0.5);
    position: absolute;
    width: 120%;
    content: '';
    height: 120%;
    z-index: -1;
    animation: morphBg 15s infinite alternate ease-in-out;
}

.learning-outcomes-436 .text_main_holder > div:nth-child(even):hover {
    transform: translateX(0) translateY(-5px);
}

.learning-outcomes-436 .text_main_holder > div:hover::before {
    height: 100%;
}

.learning-outcomes-436 .text_main_holder > div:hover svg {
    transform: rotate(10deg);
    fill: rgb(77,71,169);
}

.learning-outcomes-436 .text_main_holder svg path {
    fill: rgb(113,170,193);
    transition: fill 0.3s ease;
}

.register-now-745::before {
    height: 100%;
    z-index: 1;
    top: 0;
    content: "";
    background: radial-gradient(circle at 30% 50%, rgba(255, 255, 255, 0.1) 0%, transparent 60%);
    left: 0;
    position: absolute;
    width: 100%;
}

.register-now-745 .container {
    position: relative;
    z-index: 2;
    align-items: center;
    transform: translateZ(30px);
    flex-direction: column;
    padding: 0 2rem;
    display: flex;
    margin: 0 auto;
    max-width: 1200px;
}

.register-now-745 div > span:hover {
    transform: perspective(1000px) rotateX(0deg) scale(1.05);
}

.register-now-745 .support-card-639::before {
    width: 120%;
    height: 120%;
    transition: transform 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
    left: -10%;
    background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.6), transparent);
    top: -10%;
    position: absolute;
    transform: translateX(-100%);
    content: "";
}

.register-now-745 .support-card-639:hover span {
    transform: scale(1.05);
}

.register-now-745 div {
    align-items: center;
    display: flex;
    justify-content: center;
}


@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}


@media only screen and (max-width: 800px) {.privacy-notify-851 {
    display: none;
}.digital-cookies-578 {
    flex-direction: column;
    align-items: center;
    justify-content: center;
}.consentNotificationBox-586 h5 {
    text-align: center;
}.consentNotificationBox-586 p {
    text-align: center;
}.cookie-overview-793 {
    margin-bottom: 20px;
}body .wrapper-template-840 .cookie-expand-138 {
    margin-bottom: 10px;
    margin-left: 0;
}}



@media (max-width: 768px) {.data-insights-308 {
    padding: 80px 0;
}.data-insights-308 .statistics-tracks-746 {
    gap: 15px;
    grid-template-columns: 1fr;
}.data-insights-308 .pro-statistics-780 {
    margin-bottom: 20px;
    font-size: calc(43px * 0.8);
    padding-bottom: 15px;
}.data-insights-308 .pro-statistics-780::after {
    width: 60px;
    height: 4px;
}.data-insights-308 .top-statistics-698 {
    padding: 25px;
}.data-insights-308 .top-statistics-698 h4 {
    font-size: 3rem;
}.data-insights-308 .boost-statistics-802::before {
    top: -40px;
    width: 80px;
    height: 80px;
    left: 20px;
}.data-insights-308 .boost-statistics-802::after {
    width: 60px;
    height: 60px;
    bottom: -20px;
    right: 20px;
}
}



@media (min-width: 992px) {.course-methodology-297 .study-sessions-379 > div {
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), 
                    box-shadow 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transform: perspective(1000px) rotateY(-2deg);
    padding: 4.5rem 5rem;
}.course-methodology-297 .study-sessions-379 > div:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-5px);
}.course-methodology-297 h3 {
    padding-bottom: 1rem;
    font-size: calc(30px * 0.75);
}.course-methodology-297 h3::after {
    height: 4px;
    width: 100px;
}
}



@media (max-width: 767px) {.mentorship-experience-927 {
    padding: 60px 0;
}.mentorship-experience-927 .client-review-834 {
    padding: 40px 25px;
}.mentorship-experience-927 .image-strip-765 {
    margin-bottom: 25px;
    width: 140px;
    height: 140px;
}.mentorship-experience-927 .name {
    font-size: calc(30px * 0.9);
}.mentorship-experience-927 .client-review-834 span:not(.name) {
    font-size: calc(19px * 0.95);
    margin-bottom: 20px;
}.mentorship-experience-927 .job-box-028 {
    padding: 18px 20px;
    font-size: calc(14px * 0.95);
}
}



@media (min-width: 992px) {.receive-updates-329 .study-sessions-379 {
    gap: 4rem;
    padding: 4rem;
}.receive-updates-329 h4 {
    font-size: calc(18px * 1.2);
}.receive-updates-329 .input_holder input[type="email"] {
    padding: 1.1rem 1.5rem;
}.receive-updates-329 .start-exploring-937 {
    padding: 1.1rem 2rem;
}.receive-updates-329 .study-sessions-379:hover h4 {
    transform: translateY(-3px);
}
}



@media (prefers-reduced-motion: reduce) {.receive-updates-329 .study-sessions-379:hover h4,
    .receive-updates-329 .input_holder span:hover,
    .receive-updates-329 .start-exploring-937:hover,
    .receive-updates-329 .start-exploring-937:hover::before {
    transform: none;
    transition: none;
}}



@media (max-width: 767px) {.title-section-497 .study-sessions-379 {
    height: 60vh;
}.title-section-497 .fast-school-781 {
    height: 60vh;
}.title-section-497 .text-bubble-843 {
    left: 20px;
    bottom: 20px;
    width: 92%;
}.title-section-497 .text-bubble-843 .container {
    max-width: 500px;
}.title-section-497 .text-bubble-843 h1 {
    font-size: calc(38px * 0.85);
    margin-bottom: 1rem;
    padding-bottom: 10px;
}.title-section-497 .text-bubble-843 h1::after {
    height: 2px;
    width: 60px;
}.title-section-497 .text-bubble-843 h3 {
    margin-bottom: 1.2rem;
    font-size: calc(20px * 0.85);
}.title-section-497 .text-bubble-843 p {
    line-height: 1.6;
    font-size: calc(15px * 0.95);
    padding-left: 12px;
}.title-section-497 .text-bubble-843 p::before {
    width: 2px;
}.title-section-497 .page-begin-798 {
    right: 20px;
    bottom: 20px;
}.title-section-497 .page-begin-798 label {
    width: 25px;
}
}



@media (max-width: 991px) {.tariff-row-603 {
    padding: 70px 0;
}.tariff-row-603 h2 {
    font-size: calc(33px * 0.9);
}.tariff-row-603 .deal-grid-804 {
    font-size: 17px;
    margin-bottom: 40px;
}.tariff-row-603 .learn-offers-328 {
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}.tariff-row-603 .payment-option-490 {
    padding: 30px 25px;
}
}



@media (hover: none) {.tariff-row-603 .payment-option-490 {
    box-shadow: 0 10px 30px rgba(0,0,0,0.15), 0 0 0 1px rgba(255,255,255,0.1) !important;
    transform: none !important;
}.tariff-row-603 .payment-option-490::before {
    opacity: 0.9;
    transform: scaleX(0.9);
}.tariff-row-603 .pro-fees-162 h4::after {
    width: 60px;
}}



@media (max-width: 767px) {.about-this-089 {
    padding: 60px 0 50px;
}.about-this-089::before {
    display: none;
}.about-this-089 h1 {
    font-size: calc(35px + 2px);
    margin-bottom: 40px;
}.about-this-089 .expert-team-408 ul {
    gap: 40px;
}.about-this-089 .learn-identity-379 {
    padding: 25px;
}.about-this-089 .learn-identity-379 h4 {
    font-size: 20px;
    padding-bottom: 12px;
    margin-bottom: 20px;
}.about-this-089 .learn-identity-379 div {
    max-height: 200px;
}
}



@media screen and (max-width: 480px) {.contact-form-section-286 .inquiry-links-953 {
    border-radius: 0;
}.contact-form-section-286 .support-panel-287 {
    padding: 2rem 1.5rem;
}}



@media screen and (max-width: 768px) {.footer-clients-857 {
    padding: 4rem 0 3rem;
}.footer-clients-857 .nav-pagewrap-865 {
    grid-template-columns: 1fr;
    gap: 2rem;
}.footer-clients-857 .header-site-196 {
    padding: 1.2rem;
}.footer-clients-857 .header-site-196 h5 {
    font-size: calc(19px * 0.9);
}.footer-clients-857 .company_holder::before,
    .footer-clients-857 .company_holder::after {
    height: 40px;
    width: 40px;
}
}



@media (max-width: 767px) {.course-program-description-193 {
    padding: 40px 0;
}.course-program-description-193 .study-sessions-379 {
    padding: 25px;
    gap: 25px;
}.course-program-description-193 h3 {
    margin-bottom: 20px;
    font-size: calc(29px * 0.85);
}.course-program-description-193 p {
    font-size: calc(15px * 0.95);
}.course-program-description-193 .image-strip-765 {
    clip-path: polygon(
            0% 5%, 
            5% 0%, 
            95% 0%, 
            100% 5%, 
            100% 95%, 
            95% 100%, 
            5% 100%, 
            0% 95%
        );
    min-height: 250px;
}
}



@media (max-width: 576px) {.gratPage-492 {
    padding: 60px 0 40px;
}.gratPage-492::before,
    .gratPage-492::after {
    opacity: 0.5;
}.gratPage-492 .container {
    padding: 0 20px;
}.gratPage-492 h2 {
    font-size: calc(30px * 0.7);
    margin-bottom: 25px;
}.gratPage-492 h2::before {
    height: 3px;
    top: -10px;
    width: 60px;
}.gratPage-492 .study-sessions-379 {
    padding: 25px 20px;
    transform: none;
}.gratPage-492 span {
    font-size: calc(18px * 0.95);
    line-height: 1.6;
}.gratPage-492 li::before {
    width: 8px;
    left: -20px;
    height: 8px;
}}



@media (max-width: 479px) {.potential-enrollees-917 {
    padding: 60px 0;
}.potential-enrollees-917 h4 {
    margin-bottom: 40px;
    padding-bottom: 15px;
    font-size: calc(37px - 6px);
}.potential-enrollees-917 div {
    gap: 15px;
}.potential-enrollees-917 div p {
    font-size: calc(12px - 1px);
    padding: 15px 15px 15px 55px;
}.potential-enrollees-917 div p svg {
    padding: 6px;
    height: 25px;
    left: 15px;
    width: 25px;
    top: 15px;
}}



@media (max-width: 1200px) {.learning-outcomes-436 .image-strip-765 {
    transform: translateX(-3vw);
}.learning-outcomes-436 .text_main_holder > div {
    transform: translateX(3vw);
}.learning-outcomes-436 .text_main_holder > div:nth-child(even) {
    transform: translateX(1vw);
}
}



@media (max-width: 768px) {.learning-outcomes-436 {
    padding: 4rem 0 6rem;
}.learning-outcomes-436 .study-sessions-379 {
    gap: 1.5rem;
    width: 90%;
}.learning-outcomes-436 .image-strip-765 {
    height: 300px;
}.learning-outcomes-436 h2 {
    font-size: calc(29px * 0.9);
}
}



@media (max-width: 1200px) {.register-now-745 {
    padding: 6rem 0;
}.register-now-745 h6 {
    font-size: calc(16px * 1.15);
    max-width: 700px;
}
}



@media (max-width: 992px) {.register-now-745 {
    padding: 5rem 0;
}.register-now-745 h6 {
    max-width: 600px;
    margin-bottom: 2.5rem;
    font-size: 16px;
}
}



@media (max-width: 576px) {.register-now-745 {
    padding: 3.5rem 0;
}.register-now-745 .container {
    padding: 0 1rem;
}.register-now-745 h6 {
    font-size: calc(16px * 0.9);
    line-height: 1.5;
    margin-bottom: 1.75rem;
}.register-now-745 .support-card-639 {
    font-size: calc(16px * 0.95);
    padding: 0.8rem 1.8rem;
}
}

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



@keyframes expandWidth {
    from { width: 0; }
    to { width: 80px; }
}

@keyframes gridAnimate {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 30px 30px;
    }
}

@keyframes lineExpand {
    0% {
        width: 60px;
        opacity: 1;
    }
    50% {
        width: 100px;
        opacity: 0.8;
    }
    100% {
        width: 60px;
        opacity: 1;
    }
}



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



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



@keyframes morphBg {
    0% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
    50% {
        border-radius: 70% 30% 30% 70% / 70% 70% 30% 30%;
    }
    100% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
}

