* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1246px;
}.template_ctaJhpWxgl {
    flex: 0 0 auto;
}header,footer {
    width: 100%;
}html,body {
    height: 100%;
    font-family: Roboto, sans-serif;
    color: #000000;
    min-height: 100%;
}a {
    color: inherit;
    text-decoration: none;
}.wrapper-structureCsBVJH4 {
    display: flex;
    min-height: 100%;
    height: 100%;
    flex-direction: column;
}.nav_skillinmoH4N {
    flex: 1 0 auto;
}svg {
    height: 30px;
    width: 30px;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.contact_sectionPEIuK2Z {
    position: relative;
    padding: 100px 0;
    background: linear-gradient(90deg, #ffffff 50%, rgb(248,211,213) 50%);
    overflow: hidden;
}.contact_sectionPEIuK2Z::before {
    width: 100%;
    left: 0;
    background-size: 60px 60px;
    background: 
        radial-gradient(circle at 20% 20%, rgba(0, 0, 0, 0.02) 0%, transparent 20%),
        radial-gradient(circle at 80% 80%, rgba(0, 0, 0, 0.02) 0%, transparent 20%);
    top: 0;
    height: 100%;
    position: absolute;
    z-index: 0;
    content: "";
}.contact_sectionPEIuK2Z .container {
    position: relative;
    max-width: 1200px;
    z-index: 1;
    margin: 0 auto;
    padding: 0 20px;
}.contact_sectionPEIuK2Z h2 {
    text-align: center;
    font-weight: 700;
    position: relative;
    color: rgb(223,184,185);
    font-size: 28px;
    margin-bottom: 60px;
}.contact_sectionPEIuK2Z h2::after {
    content: "";
    transform: translateX(-50%);
    left: 50%;
    width: 60px;
    position: absolute;
    height: 3px;
    background: rgb(223,184,185);
    bottom: -15px;
}.contact_sectionPEIuK2Z .contact_inquiry6enOpld {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    display: flex;
    background: #ffffff;
}.contact_sectionPEIuK2Z .contact_inquiry6enOpld::before {
    top: 0;
    content: "";
    left: 0;
    background: linear-gradient(90deg, rgb(223,184,185), rgb(197,154,152));
    width: 100%;
    position: absolute;
    height: 5px;
}.contact_sectionPEIuK2Z .slideroNXPIsW {
    min-height: 550px;
    position: relative;
    transition: all 0.5s ease;
    flex: 0 0 50%;
}.contact_sectionPEIuK2Z .slideroNXPIsW::after {
    background: linear-gradient(45deg, rgb(223,184,185,0.5), transparent);
    left: 0;
    height: 100%;
    top: 0;
    width: 100%;
    position: absolute;
    content: "";
}.contact_sectionPEIuK2Z .message_feedbackPlhr27F {
    flex: 0 0 50%;
    position: relative;
    background: #ffffff;
    padding: 60px 50px;
}.contact_sectionPEIuK2Z .message_feedbackPlhr27F::before {
    position: absolute;
    background: rgb(248,211,213);
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 10px;
}.contact_sectionPEIuK2Z #contact {
    gap: 30px;
    flex-direction: column;
    display: flex;
}.contact_sectionPEIuK2Z h3 {
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-weight: 600;
    color: #000000;
    display: inline-block;
    font-size: 24px;
    position: relative;
}.contact_sectionPEIuK2Z h3::after {
    background: rgb(223,184,185,0.5);
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    height: 2px;
    content: "";
}.contact_sectionPEIuK2Z input[type="text"] {
    transition: all 0.3s ease;
    width: 100%;
    font-size: 13px;
    color: #000000;
    border: 2px solid rgb(248,211,213);
    padding: 18px 20px;
    background: #ffffff;
    border-radius: 10px;
}.contact_sectionPEIuK2Z input[type="text"]:focus {
    outline: none;
    border-color: rgb(223,184,185);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}.contact_sectionPEIuK2Z input[type="text"]::placeholder {
    opacity: 0.6;
    color: #000000;
}.contact_sectionPEIuK2Z .message_inquiryxSv5IYp {
    margin-top: 10px;
    gap: 12px;
    align-items: flex-start;
    display: flex;
}.contact_sectionPEIuK2Z .message_inquiryxSv5IYp input[type="checkbox"] {
    appearance: none;
    border: 2px solid rgb(248,211,213);
    border-radius: 10px;
    position: relative;
    transition: all 0.3s ease;
    height: 24px;
    width: 24px;
    margin-top: 2px;
    cursor: pointer;
}.contact_sectionPEIuK2Z .message_inquiryxSv5IYp input[type="checkbox"]:checked {
    border-color: rgb(223,184,185);
    background: rgb(223,184,185);
}.contact_sectionPEIuK2Z .message_inquiryxSv5IYp input[type="checkbox"]:checked::after {
    position: absolute;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    content: "";
    height: 10px;
    top: 5px;
    width: 6px;
    left: 8px;
    transform: rotate(45deg);
}.contact_sectionPEIuK2Z .message_inquiryxSv5IYp label {
    font-size: 13px;
    line-height: 1.5;
    color: #000000;
}.contact_sectionPEIuK2Z .message_inquiryxSv5IYp a {
    font-weight: 600;
    transition: all 0.3s ease;
    color: rgb(223,184,185);
    text-decoration: none;
}.contact_sectionPEIuK2Z .message_inquiryxSv5IYp a:hover {
    color: rgb(197,154,152);
}.contact_sectionPEIuK2Z .message_message12Brjxv {
    box-shadow: 0 8px 20px rgb(223,184,185,0.5);
    padding: 16px 40px;
    margin-top: 20px;
    cursor: pointer;
    color: #ffffff;
    border-radius: 10px;
    border: none;
    font-size: 16px;
    align-self: flex-start;
    overflow: hidden;
    position: relative;
    background: rgb(223,184,185);
    font-weight: 600;
    transition: all 0.3s ease;
}.contact_sectionPEIuK2Z .message_message12Brjxv::before {
    width: 100%;
    top: 0;
    height: 100%;
    left: -100%;
    transition: all 0.6s ease;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    position: absolute;
    content: "";
}.contact_sectionPEIuK2Z .message_message12Brjxv:hover {
    background: rgb(197,154,152);
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgb(197,154,152,0.5);
}.contact_sectionPEIuK2Z .message_message12Brjxv:hover::before {
    left: 100%;
}.contact_sectionPEIuK2Z svg {
    transition: all 0.3s ease;
    fill: rgb(223,184,185);
    height: 22px;
    width: 22px;
}.contact_sectionPEIuK2Z svg path {
    fill: rgb(223,184,185);
    transition: all 0.3s ease;
}.contact_sectionPEIuK2Z svg:hover {
    transform: translateY(-2px);
    fill: rgb(197,154,152);
}.contact_sectionPEIuK2Z svg:hover path {
    fill: rgb(197,154,152);
}

@media (max-width: 1200px) {.contact_sectionPEIuK2Z {
    background: #ffffff;
}
}

@media (max-width: 992px) {.contact_sectionPEIuK2Z {
    padding: 80px 0;
}.contact_sectionPEIuK2Z .contact_inquiry6enOpld {
    flex-direction: column-reverse;
}.contact_sectionPEIuK2Z .slideroNXPIsW {
    flex: 0 0 auto;
    min-height: 350px;
}.contact_sectionPEIuK2Z .message_feedbackPlhr27F {
    padding: 50px 40px;
    flex: 0 0 auto;
}.contact_sectionPEIuK2Z .message_feedbackPlhr27F::before {
    width: 100%;
    top: 0;
    height: 10px;
    left: 0;
}
}

@media (max-width: 768px) {.contact_sectionPEIuK2Z {
    padding: 60px 0;
}.contact_sectionPEIuK2Z h2 {
    margin-bottom: 40px;
    font-size: calc(28px - 4px);
}.contact_sectionPEIuK2Z .message_feedbackPlhr27F {
    padding: 40px 30px;
}.contact_sectionPEIuK2Z #contact {
    gap: 25px;
}.contact_sectionPEIuK2Z .slideroNXPIsW {
    min-height: 300px;
}
}

@media (max-width: 576px) {.contact_sectionPEIuK2Z {
    padding: 50px 0;
}.contact_sectionPEIuK2Z .container {
    padding: 0 15px;
}.contact_sectionPEIuK2Z h2 {
    font-size: calc(28px - 6px);
    margin-bottom: 30px;
}.contact_sectionPEIuK2Z .message_feedbackPlhr27F {
    padding: 35px 25px;
}.contact_sectionPEIuK2Z #contact {
    gap: 20px;
}.contact_sectionPEIuK2Z input[type="text"] {
    padding: 15px;
}.contact_sectionPEIuK2Z .message_message12Brjxv {
    width: 100%;
    padding: 15px 25px;
}.contact_sectionPEIuK2Z .slideroNXPIsW {
    min-height: 250px;
}}.privacy_holderLbABv0P {
    background: linear-gradient(135deg, rgb(197,154,152) 25%, rgb(223,184,185) 75%);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    height: auto;
    width: 100%;
    grid-template-columns: 1fr;
    color: rgb(255, 255, 255, 0.5);
    display: grid;
    padding: 60px;
    grid-gap: 30px;
}.privacy_holderLbABv0P h1 {
    font-family: Roboto, sans-serif;
    color: #ffffff;
    font-weight: 700;
    padding: 10px;
    background: rgb(223,184,185);
    font-size: 42px;
    margin-top: 0;
    text-transform: uppercase;
    border-radius: 10px;
    text-align: center;
    grid-column: span 2;
    margin-bottom: 20px;
    letter-spacing: 3px;
}.privacy_holderLbABv0P h2 {
    font-weight: 600;
    text-align: left;
    border-bottom: 2px solid #ffffff;
    font-size: 33px;
    padding: 10px;
    font-family: Roboto, sans-serif;
    margin-bottom: 20px;
    padding-bottom: 5px;
    color: #ffffff;
    background: rgb(197,154,152);
    margin-top: 0;
    border-radius: 10px;
}.privacy_holderLbABv0P h3, .privacy_holderLbABv0P h4, .privacy_holderLbABv0P h5, .privacy_holderLbABv0P h6 {
    font-size: 24px;
    padding: 10px;
    border-radius: 10px;
    border-left: 4px solid rgb(223,184,185);
    color: #ffffff;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    margin-top: 15px;
    margin-bottom: 10px;
    text-align: left;
}.privacy_holderLbABv0P ul, .privacy_holderLbABv0P ol {
    font-size: 17px;
    color: #ffffff;
    padding-left: 20px;
    padding: 10px;
    font-family: Roboto, sans-serif;
    line-height: 1.8;
    border-radius: 10px;
    margin: 15px 0;
    list-style-position: inside;
    list-style: none;
}.privacy_holderLbABv0P li {
    margin-bottom: 10px;
    padding-left: 20px;
    line-height: 1.6;
    position: relative;
}.privacy_holderLbABv0P li::before {
    background-color: rgb(197,154,152);
    left: -10px;
    border-radius: 50%;
    box-shadow: 0 0 0 2px #ffffff;
    top: 50%;
    height: 6px;
    position: absolute;
    content: "";
    transform: translateY(-50%);
    width: 6px;
}.privacy_holderLbABv0P section {
    display: grid;
    color: #000000;
    background: rgb(248,211,213);
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr;
    border-radius: 10px;
    padding: 20px;
}

@media only screen and (max-width: 800px) {.privacy_holderLbABv0P {
    padding: 30px;
    grid-template-columns: 1fr;
}.privacy_holderLbABv0P h1 {
    font-size: calc(24px - 8px);
}.privacy_holderLbABv0P h2 {
    font-size: calc(24px - 6px);
}.privacy_holderLbABv0P h3, .privacy_holderLbABv0P h4, .privacy_holderLbABv0P h5, .privacy_holderLbABv0P h6 {
    font-size: calc(24px - 4px);
}.privacy_holderLbABv0P ul, .privacy_holderLbABv0P ol {
    font-size: calc(17px - 2px);
    padding-left: 15px;
}.privacy_holderLbABv0P section {
    grid-template-columns: 1fr;
}}.welcomeydDep7V {
    width: 100%;
    position: relative;
    background-color: rgb(248,211,213);
    height: 100vh;
    overflow: hidden;
    min-height: 650px;
}.welcomeydDep7V .learning_labJHFB8zC {
    height: 100%;
    align-items: center;
    position: relative;
    justify-content: center;
    display: flex;
    width: 100%;
}.welcomeydDep7V .learn_quickprogLqHjBZ {
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    overflow: hidden;
}.welcomeydDep7V .learn_quickprogLqHjBZ::before {
    left: 0;
    position: absolute;
    opacity: 0.65;
    height: 100%;
    width: 100%;
    background: linear-gradient(
        225deg,
        #000000 0%,
        rgb(223,184,185,0.5) 30%,
        rgba(0, 0, 0, 0.5) 70%,
        rgb(197,154,152,0.5) 100%
    );
    z-index: 2;
    content: '';
    top: 0;
}.welcomeydDep7V .learn_quickprogLqHjBZ::after {
    background: linear-gradient(
        0deg,
        #000000 0%,
        rgba(0, 0, 0, 0.5) 25%,
        transparent 50%,
        rgba(0, 0, 0, 0.5) 75%,
        #000000 100%
    );
    z-index: 2;
    content: '';
    left: 0;
    opacity: 0.8;
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
}.welcomeydDep7V .edu_expertzYFfwsS {
    animation: slide-sequence 35s linear infinite;
    height: 100%;
    display: flex;
}.welcomeydDep7V .learn_techfastFn13wmp {
    overflow: hidden;
    flex: 0 0 100%;
    height: 100%;
    position: relative;
}.welcomeydDep7V .learn_techfastFn13wmp img {
    animation: zoom-pan 30s ease alternate infinite;
    filter: saturate(1.1) contrast(1.05);
    height: 100%;
    width: 100%;
    object-fit: cover;
}.welcomeydDep7V .learn_techfastFn13wmp:nth-child(2n) img {
    animation-direction: alternate-reverse;
}.welcomeydDep7V .learn_techfastFn13wmp::before {
    opacity: 0.3;
    mix-blend-mode: multiply;
    z-index: 1;
    content: '';
    background: radial-gradient(
        circle at center,
        transparent 40%,
        rgba(0, 0, 0, 0.5) 100%
    );
    inset: 0;
    position: absolute;
}.welcomeydDep7V .text_podCP5aiOZ {
    text-align: center;
    transform: translateZ(0);
    position: relative;
    border-radius: 30px;
    backdrop-filter: blur(3px);
    padding: 3rem;
    width: 90%;
    box-shadow: 0 10px 30px #000000;
    max-width: 750px;
    opacity: 0.85;
    background: linear-gradient(
        135deg,
        rgba(0, 0, 0, 0.5) 0%,
        rgb(223,184,185,0.5) 80%,
        rgba(0, 0, 0, 0.5) 100%
    );
    border-color: rgba(255, 255, 255, 0.1);
    z-index: 10;
    border: 1px solid #000000;
}.welcomeydDep7V .text_podCP5aiOZ::before {
    border-radius: calc(30px + 3px);
    z-index: -1;
    opacity: 0.4;
    background: linear-gradient(
        45deg,
        #000000 0%,
        rgb(223,184,185,0.5) 50%,
        #000000 100%
    );
    inset: -3px;
    position: absolute;
    animation: border-glow 6s ease-in-out infinite alternate;
    content: '';
}.welcomeydDep7V .text_podCP5aiOZ h2 {
    position: relative;
    color: #ffffff;
    margin-bottom: 1.5rem;
    font-size: 43px;
    display: inline-block;
    font-weight: 700;
}.welcomeydDep7V .text_podCP5aiOZ h2::after {
    bottom: -10px;
    content: '';
    position: absolute;
    background: linear-gradient(
        to right,
        transparent,
        rgb(223,184,185,0.5),
        transparent
    );
    height: 2px;
    left: 0;
    width: 100%;
}.welcomeydDep7V .text_podCP5aiOZ p {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 2rem;
    color: #ffffff;
    opacity: 0.95;
}.welcomeydDep7V .text_podCP5aiOZ .message_message12Brjxv {
    color: #ffffff;
    font-weight: 600;
    box-shadow: 0 5px 15px #000000;
    border-radius: 10px;
    font-size: 16px;
    overflow: hidden;
    background: linear-gradient(
        90deg,
        rgb(223,184,185) 0%,
        #000000 100%
    );
    position: relative;
    padding: 0.8rem 2.2rem;
    transition: all 0.3s ease;
    text-decoration: none;
    z-index: 1;
    display: inline-block;
}.welcomeydDep7V .text_podCP5aiOZ .message_message12Brjxv::before {
    content: '';
    height: 100%;
    top: 0;
    position: absolute;
    transition: opacity 0.5s ease;
    width: 100%;
    z-index: -1;
    opacity: 0;
    left: 0;
    background: linear-gradient(
        90deg,
        #000000 0%,
        rgb(223,184,185) 100%
    );
}.welcomeydDep7V .text_podCP5aiOZ .message_message12Brjxv:hover {
    box-shadow: 0 8px 20px #000000;
    transform: translateY(-3px);
}.welcomeydDep7V .text_podCP5aiOZ .message_message12Brjxv:hover::before {
    opacity: 1;
}

@keyframes slide-sequence {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-100% * var(--image-count, 5)));
    }
}

@keyframes zoom-pan {
    0% {
        transform: scale(1.05) translate(0, 0);
    }
    25% {
        transform: scale(1.1) translate(5px, -5px);
    }
    50% {
        transform: scale(1.15) translate(0, 0);
    }
    75% {
        transform: scale(1.1) translate(-5px, 5px);
    }
    100% {
        transform: scale(1.05) translate(0, 0);
    }
}

@keyframes border-glow {
    0% {
        opacity: 0.2;
        filter: blur(3px);
    }
    100% {
        opacity: 0.4;
        filter: blur(1px);
    }
}

@media (max-width: 1200px) {.welcomeydDep7V .text_podCP5aiOZ {
    max-width: 700px;
    padding: 2.5rem;
}.welcomeydDep7V .text_podCP5aiOZ h2 {
    font-size: calc(43px * 0.9);
}
}

@media (max-width: 992px) {.welcomeydDep7V .text_podCP5aiOZ {
    max-width: 600px;
    padding: 2rem;
}.welcomeydDep7V .text_podCP5aiOZ h2 {
    font-size: 30px;
}.welcomeydDep7V .text_podCP5aiOZ p {
    font-size: calc(15px * 0.95);
}
    
}

@media (max-width: 768px) {.welcomeydDep7V {
    height: 90vh;
}.welcomeydDep7V .text_podCP5aiOZ {
    width: 85%;
    padding: 1.8rem;
    max-width: 500px;
}.welcomeydDep7V .text_podCP5aiOZ h2 {
    margin-bottom: 1.2rem;
}.welcomeydDep7V .text_podCP5aiOZ h2::after {
    bottom: -8px;
}.welcomeydDep7V .text_podCP5aiOZ p {
    line-height: 1.7;
    margin-bottom: 1.5rem;
}.welcomeydDep7V .text_podCP5aiOZ .message_message12Brjxv {
    padding: 0.7rem 2rem;
}

}

@media (max-width: 576px) {.welcomeydDep7V {
    height: 80vh;
}.welcomeydDep7V .text_podCP5aiOZ {
    width: 90%;
    padding: 1.5rem;
}.welcomeydDep7V .text_podCP5aiOZ h2 {
    margin-bottom: 1rem;
    font-size: calc(30px * 0.9);
}.welcomeydDep7V .text_podCP5aiOZ h2::after {
    bottom: -6px;
    height: 1px;
}.welcomeydDep7V .text_podCP5aiOZ p {
    margin-bottom: 1.2rem;
    font-size: calc(15px * 0.9);
    line-height: 1.6;
}.welcomeydDep7V .text_podCP5aiOZ .message_message12Brjxv {
    padding: 0.6rem 1.8rem;
    font-size: calc(16px * 0.95);
}
}

@media (max-width: 420px) {.welcomeydDep7V {
    height: 70vh;
}.welcomeydDep7V .text_podCP5aiOZ {
    padding: 1.2rem;
}.welcomeydDep7V .text_podCP5aiOZ h2 {
    font-size: calc(30px * 0.8);
}.welcomeydDep7V .text_podCP5aiOZ p {
    font-size: calc(15px * 0.85);
    margin-bottom: 1rem;
}.welcomeydDep7V .text_podCP5aiOZ .message_message12Brjxv {
    padding: 0.5rem 1.5rem;
    font-size: calc(16px * 0.9);
}
    
}

@media (max-height: 600px) {.welcomeydDep7V {
    min-height: 450px;
    height: auto;
}.welcomeydDep7V .text_podCP5aiOZ {
    padding: 1.5rem;
}.welcomeydDep7V .text_podCP5aiOZ h2 {
    margin-bottom: 0.8rem;
}.welcomeydDep7V .text_podCP5aiOZ p {
    margin-bottom: 1rem;
}
}

@supports ((-webkit-backdrop-filter: blur(3px)) or (backdrop-filter: blur(3px))) {.welcomeydDep7V .text_podCP5aiOZ {
    backdrop-filter: blur(3px);
    background: linear-gradient(
            135deg,
            rgba(0, 0, 0, 0.5) 0%,
            rgb(223,184,185,0.5) 80%,
            rgba(0, 0, 0, 0.5) 100%
        );
    -webkit-backdrop-filter: blur(3px);
}}

.welcomeydDep7V .edu_expertzYFfwsS {
    --image-count: 5;
    animation-duration: calc(var(--image-count, 5) * 7s);
}.welcomeydDep7V:has(.learn_techfastFn13wmp:nth-child(2)) .edu_expertzYFfwsS {
    --image-count: 2;
}.welcomeydDep7V:has(.learn_techfastFn13wmp:nth-child(3)):not(.learn_techfastFn13wmp:nth-child(4)) .edu_expertzYFfwsS {
    --image-count: 3;
}.welcomeydDep7V:has(.learn_techfastFn13wmp:nth-child(4)):not(.learn_techfastFn13wmp:nth-child(5)) .edu_expertzYFfwsS {
    --image-count: 4;
}.welcomeydDep7V:has(.learn_techfastFn13wmp:nth-child(5)) .edu_expertzYFfwsS {
    --image-count: 5;
}.access_nowerMsR2o {
    overflow: hidden;
    position: relative;
    background: linear-gradient(150deg, #ffffff 0%, rgb(248,211,213) 100%);
    padding: 110px 0;
}.access_nowerMsR2o::before {
    z-index: 1;
    right: -10%;
    transform: rotate(-10deg);
    background: rgb(223,184,185);
    opacity: 0.05;
    height: 120%;
    content: '';
    position: absolute;
    width: 60%;
    top: -10%;
}.access_nowerMsR2o::after {
    opacity: 0.05;
    background: rgb(223,184,185);
    top: -20%;
    position: absolute;
    right: -15%;
    content: '';
    width: 70%;
    transform: rotate(-15deg);
    height: 140%;
    z-index: 1;
}.access_nowerMsR2o .learning_labJHFB8zC {
    z-index: 10;
    position: relative;
}.access_nowerMsR2o .container {
    align-items: center;
    display: grid;
    gap: 40px;
    grid-template-columns: 1fr 1fr;
}.access_nowerMsR2o .container p {
    font-size: 37px;
    border-left: 5px solid rgb(223,184,185);
    font-weight: 700;
    margin: 0;
    position: relative;
    line-height: 1.4;
    z-index: 5;
    padding-left: 25px;
    color: #000000;
}.access_nowerMsR2o .message_message12Brjxv {
    position: relative;
    border: 2px solid rgb(223,184,185);
    font-weight: 600;
    transition: all 0.4s ease;
    overflow: hidden;
    z-index: 5;
    padding: 18px 40px;
    font-size: 19px;
    border-radius: 0;
    color: rgb(223,184,185);
    justify-self: end;
    background: #ffffff;
    text-decoration: none;
}.access_nowerMsR2o .message_message12Brjxv::before {
    transition: transform 0.6s ease;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    border-radius: 50%;
    width: 300px;
    height: 300px;
    z-index: -1;
    position: absolute;
    background: rgb(223,184,185);
}.access_nowerMsR2o .message_message12Brjxv:hover {
    color: #ffffff;
}.access_nowerMsR2o .message_message12Brjxv:hover::before {
    transform: translate(-50%, -50%) scale(1);
}.access_nowerMsR2o .container::before {
    bottom: -20px;
    left: 0;
    position: absolute;
    height: 1px;
    content: '';
    background: linear-gradient(90deg, rgb(223,184,185) 0%, transparent 100%);
    width: 100%;
}.access_nowerMsR2o .container::after {
    content: '';
    background: rgb(223,184,185);
    bottom: -25px;
    position: absolute;
    width: 10px;
    left: 0;
    height: 10px;
    border-radius: 50%;
}.access_nowerMsR2o .learning_labJHFB8zC::before {
    left: 0;
    top: 0;
    opacity: 0.1;
    height: 100%;
    content: '';
    width: 100%;
    z-index: -1;
    position: absolute;
    background: 
        radial-gradient(circle at 20% 80%, rgb(223,184,185,0.5) 0%, transparent 60%),
        radial-gradient(circle at 80% 20%, rgb(197,154,152,0.5) 0%, transparent 60%);
}

@media (max-width: 991px) {.access_nowerMsR2o {
    padding: 90px 0;
}.access_nowerMsR2o .container {
    gap: 30px;
}.access_nowerMsR2o .container p {
    padding-left: 20px;
    font-size: calc(18px * 1.2);
}.access_nowerMsR2o .message_message12Brjxv {
    padding: 15px 35px;
}
}

@media (max-width: 767px) {.access_nowerMsR2o {
    padding: 70px 0;
}.access_nowerMsR2o .container {
    gap: 40px;
    grid-template-columns: 1fr;
}.access_nowerMsR2o .container p {
    font-size: 18px;
    border-left-width: 4px;
    padding-left: 15px;
}.access_nowerMsR2o .message_message12Brjxv {
    justify-self: start;
    padding: 14px 30px;
}.access_nowerMsR2o .container::before {
    width: 70%;
}
}

@media (max-width: 480px) {.access_nowerMsR2o {
    padding: 50px 0;
}.access_nowerMsR2o .container {
    gap: 30px;
}.access_nowerMsR2o .container p {
    padding-left: 12px;
    border-left-width: 3px;
    font-size: calc(16px * 1.2);
}.access_nowerMsR2o .message_message12Brjxv {
    font-size: calc(19px * 0.9);
    padding: 12px 25px;
}.access_nowerMsR2o .container::before {
    bottom: -15px;
    width: 50%;
}.access_nowerMsR2o .container::after {
    width: 8px;
    bottom: -19px;
    height: 8px;
}}.advantages_outlineVc0sp9A {
    position: relative;
    padding: 100px 0;
    background: rgb(248,211,213);
    overflow: hidden;
}.advantages_outlineVc0sp9A::before {
    top: 0;
    background: repeating-linear-gradient(
        45deg,
        rgb(197,154,152,0.5) 0,
        rgb(197,154,152,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    height: 100%;
    left: 0;
    content: '';
    position: absolute;
    opacity: 0.2;
    width: 100%;
}.advantages_outlineVc0sp9A .container {
    z-index: 2;
    max-width: 1000px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
}.advantages_outlineVc0sp9A h3 {
    transform: translateX(-50%);
    font-size: 31px;
    color: #000000;
    position: relative;
    margin-bottom: 80px;
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    font-weight: 700;
    text-align: center;
    left: 50%;
    padding: 15px 40px;
    display: inline-block;
}.advantages_outlineVc0sp9A .mentor_plusesMZB3bDt {
    position: relative;
    padding-left: 50px;
}.advantages_outlineVc0sp9A .mentor_plusesMZB3bDt::before {
    width: 4px;
    top: 0;
    background: linear-gradient(to bottom, rgb(223,184,185), rgb(197,154,152));
    content: '';
    bottom: 0;
    border-radius: 10px;
    position: absolute;
    left: 20px;
}.advantages_outlineVc0sp9A .career_highlightsHs2wRqG {
    animation-delay: calc(var(--item-index, 0) * 0.2s);
    opacity: 0;
    margin-bottom: 80px;
    animation: fade-in-slide 0.6s forwards;
    position: relative;
}.advantages_outlineVc0sp9A .career_highlightsHs2wRqG:nth-child(1) {
    --item-index: 1;
}.advantages_outlineVc0sp9A .career_highlightsHs2wRqG:nth-child(2) {
    --item-index: 2;
}.advantages_outlineVc0sp9A .career_highlightsHs2wRqG:nth-child(3) {
    --item-index: 3;
}.advantages_outlineVc0sp9A .career_highlightsHs2wRqG:nth-child(4) {
    --item-index: 4;
}.advantages_outlineVc0sp9A .career_highlightsHs2wRqG:nth-child(5) {
    --item-index: 5;
}.advantages_outlineVc0sp9A .career_highlightsHs2wRqG:nth-child(6) {
    --item-index: 6;
}@keyframes fade-in-slide {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.advantages_outlineVc0sp9A .career_highlightsHs2wRqG::before {
    top: 40px;
    width: 40px;
    height: 4px;
    background: rgb(223,184,185);
    content: '';
    left: -50px;
    position: absolute;
    border-radius: 10px;
}.advantages_outlineVc0sp9A .career_highlightsHs2wRqG::after {
    left: -58px;
    border-radius: 50%;
    z-index: 1;
    top: 32px;
    position: absolute;
    border: 4px solid rgb(223,184,185);
    box-shadow: 0 0 0 4px rgb(248,211,213);
    width: 20px;
    height: 20px;
    content: '';
    background: #ffffff;
}.advantages_outlineVc0sp9A .career_highlightsHs2wRqG:nth-child(even)::after {
    border-color: #ffffff;
    background: rgb(223,184,185);
}.advantages_outlineVc0sp9A .career_highlightsHs2wRqG:hover::after {
    box-shadow: 0 0 0 4px rgb(248,211,213), 0 0 15px rgb(223,184,185);
    transform: scale(1.2);
    transition: all 0.3s ease;
}.advantages_outlineVc0sp9A .career_highlightsHs2wRqG {
    background: #ffffff;
    display: flex;
    transform-origin: left center;
    transition: all 0.4s ease;
    overflow: hidden;
    border-radius: 15px;
    padding: 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}.advantages_outlineVc0sp9A .career_highlightsHs2wRqG:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.5);
    transform: scale(1.03);
}.advantages_outlineVc0sp9A .career_highlightsHs2wRqG svg {
    height: 80px;
    padding: 30px;
    background: linear-gradient(135deg, rgb(223,184,185,0.5), #ffffff);
    border-right: 1px solid rgb(248,211,213);
    transition: all 0.3s ease;
    flex: 0 0 80px;
}.advantages_outlineVc0sp9A .career_highlightsHs2wRqG:hover svg {
    background: linear-gradient(135deg, rgb(223,184,185), rgb(223,184,185,0.5));
}.advantages_outlineVc0sp9A .career_highlightsHs2wRqG svg path {
    transition: fill 0.3s ease;
    fill: rgb(223,184,185);
}.advantages_outlineVc0sp9A .career_highlightsHs2wRqG:hover svg path {
    fill: #ffffff;
}.advantages_outlineVc0sp9A .career_highlightsHs2wRqG span {
    font-size: 15px;
    font-weight: 400;
    flex: 1;
    position: relative;
    color: #000000;
    line-height: 1.6;
    padding: 30px;
}.advantages_outlineVc0sp9A .career_highlightsHs2wRqG span::before {
    content: '';
    height: 3px;
    position: absolute;
    bottom: 15px;
    transition: width 0.4s ease;
    width: 0;
    left: 30px;
    background: rgb(223,184,185);
}.advantages_outlineVc0sp9A .career_highlightsHs2wRqG:hover span::before {
    width: calc(100% - 60px);
}.advantages_outlineVc0sp9A .career_highlightsHs2wRqG:last-child {
    margin-bottom: 0;
}

@media (max-width: 992px) {.advantages_outlineVc0sp9A {
    padding: 70px 0;
}.advantages_outlineVc0sp9A .career_highlightsHs2wRqG {
    margin-bottom: 60px;
}.advantages_outlineVc0sp9A h3 {
    margin-bottom: 60px;
}
}

@media (max-width: 576px) {.advantages_outlineVc0sp9A {
    padding: 50px 0;
}.advantages_outlineVc0sp9A h3 {
    width: 90%;
    margin-bottom: 50px;
    font-size: calc(31px * 0.8);
}.advantages_outlineVc0sp9A .mentor_plusesMZB3bDt {
    padding-left: 30px;
}.advantages_outlineVc0sp9A .mentor_plusesMZB3bDt::before {
    left: 10px;
}.advantages_outlineVc0sp9A .career_highlightsHs2wRqG {
    margin-bottom: 50px;
    flex-direction: column;
}.advantages_outlineVc0sp9A .career_highlightsHs2wRqG::before {
    top: 30px;
    width: 20px;
    left: -30px;
}.advantages_outlineVc0sp9A .career_highlightsHs2wRqG::after {
    top: 22px;
    left: -38px;
}.advantages_outlineVc0sp9A .career_highlightsHs2wRqG svg {
    width: 100%;
    padding: 20px;
    border-bottom: 1px solid rgb(248,211,213);
    height: 60px;
    flex: 0 0 auto;
    border-right: none;
}.advantages_outlineVc0sp9A .career_highlightsHs2wRqG span {
    padding: 20px;
}.advantages_outlineVc0sp9A .career_highlightsHs2wRqG span::before {
    bottom: 10px;
    left: 20px;
}.advantages_outlineVc0sp9A .career_highlightsHs2wRqG:hover span::before {
    width: calc(100% - 40px);
}}.learning_systemYkKvxLf {
    background: rgb(248,211,213);
    padding: 8rem 2rem;
    overflow: hidden;
    position: relative;
}.learning_systemYkKvxLf::before {
    z-index: 0;
    width: 600px;
    position: absolute;
    filter: blur(100px);
    height: 600px;
    border-radius: 50%;
    opacity: 0.4;
    content: "";
    background: linear-gradient(135deg, rgb(223,184,185,0.5), rgb(197,154,152,0.5));
    animation: moveShape 15s ease-in-out infinite alternate;
    left: -200px;
    top: -200px;
}.learning_systemYkKvxLf::after {
    width: 500px;
    height: 500px;
    right: -200px;
    bottom: -200px;
    filter: blur(100px);
    animation: moveShape 15s 3s ease-in-out infinite alternate-reverse;
    content: "";
    border-radius: 50%;
    opacity: 0.4;
    position: absolute;
    background: linear-gradient(45deg, rgb(197,154,152,0.5), rgb(223,184,185,0.5));
    z-index: 0;
}.learning_systemYkKvxLf .learning_labJHFB8zC {
    position: relative;
    z-index: 1;
    display: flex;
    margin: 0 auto;
    max-width: 800px;
    align-items: center;
    flex-direction: column;
}.learning_systemYkKvxLf h3 {
    color: #000000;
    animation: fadeScale 1s ease-out forwards;
    margin: 0 0 6rem;
    font-size: 29px;
    font-weight: 700;
    position: relative;
    text-align: center;
}.learning_systemYkKvxLf h3::before,
.learning_systemYkKvxLf h3::after {
    border-radius: 50%;
    z-index: -1;
    position: absolute;
    content: "";
    background: rgb(223,184,185);
}.learning_systemYkKvxLf h3::before {
    background: #ffffff;
    z-index: -1;
    height: 180px;
    width: 180px;
    left: calc(50% - 90px);
    bottom: -90px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}.learning_systemYkKvxLf h3::after {
    height: 12px;
    left: calc(50% - 6px);
    z-index: 2;
    background: rgb(223,184,185);
    width: 12px;
    bottom: -6px;
    animation: orbitalMove 8s linear infinite;
    box-shadow: 0 0 20px rgb(223,184,185,0.5);
}.learning_systemYkKvxLf span {
    line-height: 1.8;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 2;
    text-align: center;
    font-size: 17px;
    padding: 3rem;
    width: 100%;
    opacity: 0;
    transform: scale(0.9);
    border-radius: 20px;
    background: #ffffff;
    animation: fadeScale 1s 0.3s ease-out forwards;
    color: #000000;
}.learning_systemYkKvxLf span::before {
    content: "";
    left: calc(50% - 5px);
    position: absolute;
    height: 50px;
    top: -50px;
    z-index: -1;
    width: 10px;
    background: linear-gradient(to bottom, rgb(223,184,185), rgb(197,154,152));
}.learning_systemYkKvxLf span::after {
    animation: rotateSlow 20s linear infinite;
    border: 2px dashed rgb(197,154,152,0.5);
    content: "";
    top: 20px;
    opacity: 0.3;
    width: 120px;
    position: absolute;
    border-radius: 50%;
    right: 20px;
    pointer-events: none;
    height: 120px;
}

@keyframes moveShape {
    0% {
        transform: translate(0, 0) scale(1);
    }
    100% {
        transform: translate(50px, 50px) scale(1.2);
    }
}

@keyframes fadeScale {
    from {
        opacity: 0;
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes orbitalMove {
    0% {
        transform: rotate(0deg) translateX(120px) rotate(0deg);
    }
    100% {
        transform: rotate(360deg) translateX(120px) rotate(-360deg);
    }
}

@keyframes rotateSlow {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 992px) {.learning_systemYkKvxLf {
    padding: 6rem 1.5rem;
}.learning_systemYkKvxLf h3 {
    margin-bottom: 5rem;
    font-size: calc(29px * 0.9);
}.learning_systemYkKvxLf h3::before {
    left: calc(50% - 80px);
    bottom: -80px;
    height: 160px;
    width: 160px;
}.learning_systemYkKvxLf span {
    padding: 2.5rem;
}
    
    @keyframes orbitalMove {
        0% {
            transform: rotate(0deg) translateX(110px) rotate(0deg);
        }
        100% {
            transform: rotate(360deg) translateX(110px) rotate(-360deg);
        }
    }
}

@media (max-width: 768px) {.learning_systemYkKvxLf {
    padding: 5rem 1rem;
}.learning_systemYkKvxLf h3 {
    margin-bottom: 4.5rem;
    font-size: calc(29px * 0.8);
}.learning_systemYkKvxLf h3::before {
    bottom: -70px;
    height: 140px;
    left: calc(50% - 70px);
    width: 140px;
}.learning_systemYkKvxLf span {
    padding: 2rem;
    font-size: calc(17px * 0.95);
}.learning_systemYkKvxLf span::after {
    height: 80px;
    top: 15px;
    width: 80px;
    right: 15px;
}@keyframes orbitalMove {
        0% {
            transform: rotate(0deg) translateX(100px) rotate(0deg);
        }
        100% {
            transform: rotate(360deg) translateX(100px) rotate(-360deg);
        }
    }
}header {
    top: 0;
    border-bottom: 1px solid rgb(223,184,185,0.5);
    -webkit-backdrop-filter: blur(10px);
    transition: all 0.4s ease;
    position: fixed;
    backdrop-filter: blur(10px);
    z-index: 1000;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
    left: 0;
    background: linear-gradient(180deg, 
        rgb(223,184,185) 0%, 
        rgba(20, 20, 30, 0.95) 100%
    );
    width: 100%;
}header:before {
    opacity: 0.1;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(circle at 15% 15%, rgb(223,184,185,0.5) 0%, transparent 25%),
        radial-gradient(circle at 85% 85%, rgb(197,154,152,0.5) 0%, transparent 25%);
    content: '';
    top: 0;
    position: absolute;
    pointer-events: none;
}header:after {
    opacity: 0.02;
    top: 0;
    content: '';
    width: 100%;
    left: 0;
    height: 100%;
    pointer-events: none;
    position: absolute;
    mix-blend-mode: overlay;
}header .top_knowU6w2fbT {
    position: relative;
    overflow: hidden;
}header .top_knowU6w2fbT:before {
    content: '';
    bottom: 0;
    left: -50%;
    opacity: 0.7;
    height: 1px;
    background: linear-gradient(90deg, 
        transparent 0%,
        rgb(223,184,185) 25%,
        #ffffff 50%,
        rgb(223,184,185) 75%,
        transparent 100%
    );
    width: 200%;
    box-shadow: 0 0 15px rgb(223,184,185), 0 0 35px rgb(223,184,185);
    position: absolute;
    animation: scanlineGlow 4s linear infinite;
}header .container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 18px 25px;
}header .container:before {
    pointer-events: none;
    mix-blend-mode: overlay;
    width: 100%;
    opacity: 0.5;
    height: 100%;
    content: '';
    position: absolute;
    background-image: 
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 2px,
            rgba(255, 255, 255, 0.015) 2px,
            rgba(255, 255, 255, 0.015) 3px
        );
}header .nav_wrapZVUcjq2 {
    align-items: center;
    position: relative;
    justify-content: space-between;
    display: flex;
}header .nav_wrapZVUcjq2:before {
    top: 50%;
    width: 20px;
    left: -10px;
    opacity: 0.3;
    filter: blur(15px);
    background: rgb(223,184,185);
    position: absolute;
    border-radius: 50%;
    content: '';
    transform: translateY(-50%);
    height: 20px;
    animation: breathe 5s infinite alternate;
}header .nav_wrapZVUcjq2:after {
    height: 20px;
    background: rgb(197,154,152);
    transform: translateY(-50%);
    content: '';
    filter: blur(15px);
    right: -10px;
    position: absolute;
    border-radius: 50%;
    animation: breathe 5s infinite alternate-reverse;
    width: 20px;
    opacity: 0.3;
    top: 50%;
}header .nav_base3Ei2kun {
    display: flex;
    position: relative;
    align-items: center;
    gap: 30px;
}header .nav_base3Ei2kun:before {
    opacity: 0.15;
    transform: translateX(-100%);
    position: absolute;
    width: 110%;
    animation: menuGlow 10s infinite ease-in-out;
    height: 110%;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(223,184,185,0.5), 
        transparent
    );
    top: -5%;
    filter: blur(5px);
    left: -5%;
    content: '';
}header .nav_lessonGYIgCv6 {
    text-shadow: 0 0 1px #ffffff;
    letter-spacing: 1px;
    color: #ffffff;
    position: relative;
    transition: all 0.3s ease;
    padding: 8px 2px;
    font-weight: 400;
    font-size: 18px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: Roboto, sans-serif;
}header .nav_lessonGYIgCv6:before {
    z-index: -1;
    transform: skewX(-20deg) scale(0.8, 1);
    top: 0;
    opacity: 0;
    left: 0;
    position: absolute;
    content: '';
    transition: all 0.4s ease;
    width: 100%;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(223,184,185,0.5), 
        transparent
    );
    height: 100%;
}header .nav_lessonGYIgCv6:after {
    left: 50%;
    content: '';
    opacity: 0.8;
    background: linear-gradient(90deg, 
        rgb(223,184,185),
        #ffffff 50%,
        rgb(223,184,185)
    );
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 2px;
    transform: translateX(-50%);
    width: 0;
    bottom: -2px;
    position: absolute;
    filter: blur(0.5px);
}header .nav_lessonGYIgCv6:hover {
    text-shadow: 
        0 0 5px #ffffff,
        0 0 10px rgb(223,184,185);
    transform: translateY(-2px);
    color: #ffffff;
}header .nav_lessonGYIgCv6:hover:before {
    transform: skewX(-20deg) scale(1.05, 1);
    opacity: 0.15;
}header .nav_lessonGYIgCv6:hover:after {
    box-shadow: 
        0 0 5px rgb(223,184,185),
        0 0 10px rgb(223,184,185);
    width: 100%;
}header .header_primarypk2dwf1 {
    display: flex;
    padding: 5px;
    position: relative;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
}header .header_primarypk2dwf1:before {
    transition: opacity 0.5s ease;
    background: radial-gradient(circle, 
        rgb(223,184,185,0.5) 0%, 
        transparent 70%
    );
    opacity: 0;
    top: 50%;
    width: 150%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    content: '';
    height: 150%;
}header .header_primarypk2dwf1:after {
    opacity: 0;
    border-image: linear-gradient(45deg, rgb(223,184,185), rgb(197,154,152), rgb(223,184,185)) 1;
    width: calc(100% + 10px);
    top: -5px;
    border: 1px solid transparent;
    height: calc(100% + 10px);
    position: absolute;
    content: '';
    left: -5px;
    transition: all 0.5s ease;
}header .header_primarypk2dwf1:hover:before {
    opacity: 0.3;
}header .header_primarypk2dwf1:hover:after {
    animation: borderRotate 4s linear infinite;
    opacity: 0.7;
}header .header_primarypk2dwf1 svg {
    width: auto;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 45px;
    position: relative;
    filter: drop-shadow(0 0 2px rgb(223,184,185,0.5));
}header .header_primarypk2dwf1:hover svg {
    transform: scale(1.05);
    filter: drop-shadow(0 0 5px rgb(223,184,185));
}header .header_primarypk2dwf1:hover svg path {
    animation: logoGlow 2s infinite alternate;
}

@keyframes scanlineGlow {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }
    10%, 90% {
        opacity: 0.7;
    }
    100% {
        transform: translateX(100%);
        opacity: 0;
    }
}

@keyframes breathe {
    0%, 100% {
        opacity: 0.3;
        filter: blur(15px);
    }
    50% {
        opacity: 0.5;
        filter: blur(20px);
    }
}

@keyframes menuGlow {
    0%, 100% {
        transform: translateX(-100%);
        opacity: 0.15;
    }
    50% {
        transform: translateX(100%);
        opacity: 0.25;
    }
}

@keyframes borderRotate {
    0% {
        border-image: linear-gradient(45deg, rgb(223,184,185), rgb(197,154,152), rgb(223,184,185)) 1;
    }
    50% {
        border-image: linear-gradient(225deg, rgb(223,184,185), rgb(197,154,152), rgb(223,184,185)) 1;
    }
    100% {
        border-image: linear-gradient(405deg, rgb(223,184,185), rgb(197,154,152), rgb(223,184,185)) 1;
    }
}

@keyframes logoGlow {
    0% {
        filter: brightness(1);
    }
    100% {
        filter: brightness(1.3);
    }
}

@keyframes glitchEffect {
    0%, 100% {
        transform: translateX(0);
    }
    20% {
        transform: translateX(-2px);
    }
    40% {
        transform: translateX(2px);
    }
    60% {
        transform: skewX(2deg);
    }
    80% {
        transform: skewX(-2deg);
    }
}

@media (max-width: 991px) {header .container {
    padding: 15px 20px;
}header .nav_base3Ei2kun {
    gap: 20px;
}header .header_primarypk2dwf1 svg {
    height: 38px;
}
}

@media (max-width: 767px) {header .nav_base3Ei2kun {
    background: linear-gradient(135deg, 
            rgba(20, 20, 30, 0.97) 0%, 
            rgba(10, 10, 20, 0.98) 100%
        );
    box-shadow: -5px 0 30px rgba(0, 0, 0, 0.5);
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    height: 100vh;
    z-index: 1001;
    max-width: 330px;
    padding: 85px 30px 30px;
    right: -100%;
    position: fixed;
    -webkit-backdrop-filter: blur(15px);
    overflow-y: auto;
    width: 85%;
    gap: 25px;
    backdrop-filter: blur(15px);
    top: 0;
    flex-direction: column;
}header .nav_base3Ei2kun:before {
    left: 10%;
    opacity: 0.3;
    height: 1px;
    animation: none;
    top: 70px;
    width: 80%;
}header .nav_base3Ei2kun:after {
    position: absolute;
    height: 30px;
    width: 30px;
    right: 20px;
    border: 1px solid rgb(223,184,185,0.5);
    content: '';
    opacity: 0.6;
    top: 20px;
    background: transparent;
}header .menu.active {
    right: 0;
}header .nav_lessonGYIgCv6 {
    width: 100%;
    text-align: left;
    border-bottom: 1px solid rgb(223,184,185,0.5);
    padding: 12px 5px;
    opacity: 0.8;
}header .nav_lessonGYIgCv6:last-child {
    border-bottom: none;
}header .nav_lessonGYIgCv6:hover {
    transform: translateY(0);
    opacity: 1;
}header .header_primarypk2dwf1 {
    margin: 0 auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 12px 15px;
}header .header_primarypk2dwf1 svg {
    height: 35px;
}header .nav_base3Ei2kun {
    max-width: 100%;
    width: 100%;
}}.academic_experienceoP5Ziq3 {
    position: relative;
    border-radius: 25px;
    padding: 5rem 2rem;
    background: linear-gradient(to bottom, rgb(248,211,213), rgb(223,184,185,0.5) 120%);
    overflow: hidden;
}.academic_experienceoP5Ziq3::before {
    z-index: 1;
    opacity: 0.3;
    position: absolute;
    content: "";
    height: 100%;
    left: 0;
    top: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgb(197,154,152,0.5) 0,
        rgb(197,154,152,0.5) 2px,
        transparent 2px,
        transparent 10px
    );
    width: 100%;
}.academic_experienceoP5Ziq3 .client_testimonialsmARN16G {
    position: relative;
    display: flex;
    flex-direction: column;
    transform: translateY(0);
    max-width: 500px;
    z-index: 2;
    transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
    margin: 0 auto;
}.academic_experienceoP5Ziq3 .client_testimonialsmARN16G:hover {
    transform: translateY(-15px);
}.academic_experienceoP5Ziq3 .slideroNXPIsW {
    clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
    height: 350px;
    margin: 0 auto;
    border-radius: 25px 25px 0 0;
    box-shadow: 0 15px 25px -5px rgba(0, 0, 0, 0.5);
    position: relative;
    transition: all 0.5s ease;
    z-index: 3;
    width: 80%;
}.academic_experienceoP5Ziq3 .slideroNXPIsW::after {
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 25px 25px 0 0;
    position: absolute;
    content: "";
    background: linear-gradient(to bottom, 
                transparent 50%, 
                rgb(223,184,185,0.5) 100%);
    left: 0;
}.academic_experienceoP5Ziq3 .client_testimonialsmARN16G:hover .slideroNXPIsW {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 95%);
}.academic_experienceoP5Ziq3 .job_timelineJTw8GDB {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    background: #ffffff;
    z-index: 2;
    border-radius: 25px;
    transition: transform 0.5s ease;
    padding: 70px 2rem 2rem;
    position: relative;
    margin-top: -50px;
    transform: translateZ(0);
}.academic_experienceoP5Ziq3 .job_timelineJTw8GDB::before {
    right: 0;
    background: linear-gradient(90deg, 
                rgb(223,184,185), 
                rgb(197,154,152), 
                rgb(223,184,185));
    position: absolute;
    background-size: 200% 100%;
    border-radius: 10px 10px 0 0;
    left: 0;
    content: "";
    height: 6px;
    animation: gradient-shift 8s infinite alternate;
    top: 0;
}.academic_experienceoP5Ziq3 .job_timelineJTw8GDB::after {
    animation: float-blob 10s infinite alternate;
    opacity: 0.2;
    filter: blur(15px);
    position: absolute;
    content: "";
    bottom: 20px;
    background: rgb(197,154,152,0.5);
    border-radius: 20% 40% 50% 30%;
    height: 60px;
    right: 20px;
    width: 60px;
}.academic_experienceoP5Ziq3 .name {
    font-weight: 700;
    margin-bottom: 0.5rem;
    transition: all 0.3s ease;
    font-family: Roboto, sans-serif;
    opacity: 0.9;
    font-size: 32px;
    color: rgb(223,184,185);
    transform: translateY(0);
}.academic_experienceoP5Ziq3 .job_timelineJTw8GDB > div:nth-child(2) {
    font-size: 20px;
    position: relative;
    transform: translateY(0);
    color: rgb(197,154,152);
    opacity: 0.8;
    font-weight: 600;
    transition: all 0.4s ease 0.1s;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
}.academic_experienceoP5Ziq3 .job_timelineJTw8GDB > div:nth-child(2)::after {
    transition: width 0.4s ease;
    height: 3px;
    left: 0;
    bottom: 0;
    background: rgb(197,154,152,0.5);
    position: absolute;
    width: 40px;
    content: "";
}.academic_experienceoP5Ziq3 .client_testimonialsmARN16G:hover .job_timelineJTw8GDB > div:nth-child(2)::after {
    width: 100px;
}.academic_experienceoP5Ziq3 .emp_details6B3qNXM {
    font-size: 16px;
    transform: translateY(10px);
    color: #000000;
    padding: 1rem 0 0 1.5rem;
    opacity: 0.7;
    border-left: 3px solid rgb(197,154,152,0.5);
    transition: all 0.5s ease 0.2s;
    font-style: italic;
    line-height: 1.7;
    position: relative;
}.academic_experienceoP5Ziq3 .client_testimonialsmARN16G:hover .emp_details6B3qNXM {
    opacity: 1;
    transform: translateY(0);
}

@keyframes gradient-shift {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}

@keyframes float-blob {
    0% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-10px) rotate(180deg);
    }
    100% {
        transform: translateY(10px) rotate(360deg);
    }
}

@media (max-width: 768px) {.academic_experienceoP5Ziq3 .slideroNXPIsW {
    height: 250px;
    width: 100%;
}}.future_memberspZo0zf9 {
    padding: 120px 0;
    background: rgb(248,211,213);
    position: relative;
    overflow: hidden;
}.future_memberspZo0zf9::before {
    top: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgb(223,184,185,0.5) 0,
        rgb(223,184,185,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    width: 100%;
    opacity: 0.05;
    position: absolute;
    left: 0;
    height: 100%;
    content: "";
}.future_memberspZo0zf9 .learning_labJHFB8zC {
    z-index: 1;
    position: relative;
    padding: 0 30px;
    margin: 0 auto;
    max-width: 1200px;
}.future_memberspZo0zf9 h3 {
    font-family: Roboto, sans-serif;
    margin-bottom: 80px;
    font-size: 29px;
    font-weight: 700;
    position: relative;
    color: #000000;
    text-align: center;
    padding-bottom: 20px;
}.future_memberspZo0zf9 h3::after {
    transform: translateX(-50%);
    position: absolute;
    bottom: 0;
    left: 50%;
    background: linear-gradient(90deg, rgb(223,184,185), rgb(197,154,152));
    content: "";
    height: 5px;
    width: 80px;
    clip-path: polygon(0 0, 100% 0, 80% 100%, 20% 100%);
}.future_memberspZo0zf9 ul {
    padding: 0;
    justify-content: center;
    list-style: none;
    gap: 60px 30px;
    display: flex;
    margin: 0;
    flex-wrap: wrap;
}.future_memberspZo0zf9 ul li {
    transition: all 0.4s ease;
    font-size: 18px;
    transform: perspective(1000px) rotateX(5deg);
    background: #ffffff;
    font-family: Roboto, sans-serif;
    position: relative;
    max-width: 350px;
    flex: 0 0 calc(33.333% - 20px);
    z-index: 1;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 3px 10px rgba(0, 0, 0, 0.05);
    padding: 25px 25px 25px 80px;
    color: #000000;
    min-height: 100px;
}.future_memberspZo0zf9 ul li::before,
.future_memberspZo0zf9 ul li::after {
    transition: all 0.4s ease;
    background: #ffffff;
    content: "";
    position: absolute;
}.future_memberspZo0zf9 ul li::before {
    top: 5px;
    transform: translateZ(-10px);
    right: 5px;
    border: 1px solid rgb(197,154,152,0.5);
    bottom: 5px;
    z-index: -1;
    left: 5px;
}.future_memberspZo0zf9 ul li::after {
    top: 15px;
    right: 15px;
    left: 15px;
    opacity: 0.3;
    transform: translateZ(-20px);
    bottom: 0;
    z-index: -2;
    background: rgb(223,184,185,0.5);
}.future_memberspZo0zf9 ul li:hover {
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.15),
        0 5px 15px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateX(0deg) translateY(-10px);
}.future_memberspZo0zf9 ul li:hover::before {
    transform: translateZ(-15px);
}.future_memberspZo0zf9 ul li:hover::after {
    transform: translateZ(-30px);
}.future_memberspZo0zf9 ul li svg {
    top: 50%;
    position: absolute;
    width: 40px;
    transition: all 0.4s ease;
    left: 25px;
    height: 40px;
    transform: translateY(-50%);
    z-index: 2;
}.future_memberspZo0zf9 ul li:hover svg {
    transform: translateY(-50%) scale(1.1);
}.future_memberspZo0zf9 ul li svg path {
    fill: rgb(223,184,185);
    transition: fill 0.4s ease;
}.future_memberspZo0zf9 ul li:hover svg path {
    fill: rgb(197,154,152);
}.future_memberspZo0zf9 ul li:nth-child(3n+1) {
    transform: perspective(1000px) rotateX(5deg) rotateY(-2deg);
}.future_memberspZo0zf9 ul li:nth-child(3n+2) {
    transform: perspective(1000px) rotateX(5deg);
}.future_memberspZo0zf9 ul li:nth-child(3n) {
    transform: perspective(1000px) rotateX(5deg) rotateY(2deg);
}.future_memberspZo0zf9 ul li:nth-child(3n+1):hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) translateY(-10px);
}.future_memberspZo0zf9 ul li:nth-child(3n+2):hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-10px);
}.future_memberspZo0zf9 ul li:nth-child(3n):hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) translateY(-10px);
}

@media (max-width: 992px) {.future_memberspZo0zf9 {
    padding: 100px 0;
}.future_memberspZo0zf9 h3 {
    font-size: calc(29px * 0.9);
    margin-bottom: 60px;
}.future_memberspZo0zf9 ul {
    gap: 40px 25px;
}.future_memberspZo0zf9 ul li {
    flex: 0 0 calc(50% - 20px);
    padding: 20px 20px 20px 70px;
}.future_memberspZo0zf9 ul li svg {
    height: 35px;
    width: 35px;
    left: 20px;
}
}

@media (max-width: 768px) {.future_memberspZo0zf9 {
    padding: 80px 0;
}.future_memberspZo0zf9 h3 {
    margin-bottom: 50px;
    font-size: calc(29px * 0.8);
}.future_memberspZo0zf9 ul {
    gap: 30px;
}.future_memberspZo0zf9 ul li {
    flex: 0 0 100%;
    max-width: 450px;
}.future_memberspZo0zf9 ul li,
    .future_memberspZo0zf9 ul li:nth-child(3n+1),
    .future_memberspZo0zf9 ul li:nth-child(3n+2),
    .future_memberspZo0zf9 ul li:nth-child(3n) {
    transform: perspective(1000px) rotateX(3deg);
}.future_memberspZo0zf9 ul li:hover,
    .future_memberspZo0zf9 ul li:nth-child(3n+1):hover,
    .future_memberspZo0zf9 ul li:nth-child(3n+2):hover,
    .future_memberspZo0zf9 ul li:nth-child(3n):hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-8px);
}
}

@media (max-width: 480px) {.future_memberspZo0zf9 {
    padding: 60px 0;
}.future_memberspZo0zf9 .learning_labJHFB8zC {
    padding: 0 20px;
}.future_memberspZo0zf9 h3 {
    font-size: calc(29px * 0.7);
    margin-bottom: 40px;
}.future_memberspZo0zf9 ul {
    gap: 25px;
}.future_memberspZo0zf9 ul li {
    padding: 18px 15px 18px 65px;
}.future_memberspZo0zf9 ul li svg {
    left: 18px;
    width: 30px;
    height: 30px;
}.future_memberspZo0zf9 ul li,
    .future_memberspZo0zf9 ul li:nth-child(3n+1),
    .future_memberspZo0zf9 ul li:nth-child(3n+2),
    .future_memberspZo0zf9 ul li:nth-child(3n) {
    transform: perspective(800px) rotateX(2deg);
}.future_memberspZo0zf9 ul li:hover,
    .future_memberspZo0zf9 ul li:nth-child(3n+1):hover,
    .future_memberspZo0zf9 ul li:nth-child(3n+2):hover,
    .future_memberspZo0zf9 ul li:nth-child(3n):hover {
    transform: perspective(800px) rotateX(0deg) translateY(-5px);
}}.course_detailshKBl7Jm {
    display: flex;
    background-color: rgb(248,211,213);
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    flex-direction: column;
}.course_detailshKBl7Jm .job_successJR490r7 {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    z-index: 1;
    height: 100%;
}.course_detailshKBl7Jm .job_successJR490r7::before {
    width: 100%;
    z-index: 2;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    opacity: 0.7;
    background: #000000;
}.course_detailshKBl7Jm .job_skillsosL9KyW {
    width: 100%;
    z-index: 1;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
}.course_detailshKBl7Jm .lesson_trackZlLx1hr {
    height: 100%;
    opacity: 0;
    width: 100%;
    transform: scale(1.1);
    animation: slide-fade 25s infinite cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
}.course_detailshKBl7Jm .job_successJR490r7:hover .lesson_trackZlLx1hr {
    animation-play-state: paused;
}.course_detailshKBl7Jm .lesson_trackZlLx1hr:nth-child(1) {
    animation-delay: 0s;
}.course_detailshKBl7Jm .lesson_trackZlLx1hr:nth-child(2) {
    animation-delay: -5s;
}.course_detailshKBl7Jm .lesson_trackZlLx1hr:nth-child(3) {
    animation-delay: -10s;
}.course_detailshKBl7Jm .lesson_trackZlLx1hr:nth-child(4) {
    animation-delay: -15s;
}.course_detailshKBl7Jm .lesson_trackZlLx1hr:nth-child(5) {
    animation-delay: -20s;
}.course_detailshKBl7Jm .lesson_trackZlLx1hr img {
    width: 100%;
    filter: grayscale(0.3) contrast(1.1);
    object-fit: cover;
    height: 100%;
}.course_detailshKBl7Jm .container {
    align-items: center;
    position: relative;
    display: flex;
    width: 100%;
    z-index: 10;
    height: 100vh;
}.course_detailshKBl7Jm .learning_labJHFB8zC {
    grid-template-rows: repeat(12, 1fr);
    grid-template-columns: repeat(12, 1fr);
    position: relative;
    margin: 0 auto;
    height: 80vh;
    width: 85%;
    display: grid;
}.course_detailshKBl7Jm .knowledge_guidesR4VmJh {
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.04);
    z-index: 3;
    position: relative;
    justify-content: center;
    grid-column: 6 / 13;
    overflow: hidden;
    padding: 4rem;
    grid-row: 2 / 12;
    flex-direction: column;
    backdrop-filter: blur(20px);
    display: flex;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 13px;
}.course_detailshKBl7Jm .knowledge_guidesR4VmJh::before {
    height: 60%;
    top: -30px;
    filter: blur(60px);
    opacity: 0.3;
    border-radius: 50%;
    width: 60%;
    left: -30px;
    z-index: -1;
    background: rgb(223,184,185,0.5);
    content: "";
    position: absolute;
}.course_detailshKBl7Jm .knowledge_guidesR4VmJh::after {
    content: "";
    border-radius: 50%;
    opacity: 0.3;
    background: rgb(197,154,152,0.5);
    position: absolute;
    height: 70%;
    filter: blur(70px);
    z-index: -1;
    width: 70%;
    bottom: -30px;
    right: -30px;
}.course_detailshKBl7Jm .knowledge_guidesR4VmJh h3 {
    margin-bottom: 1.5rem;
    font-weight: 700;
    font-size: 34px;
    position: relative;
    color: #ffffff;
}.course_detailshKBl7Jm .knowledge_guidesR4VmJh h3::before {
    opacity: 0.5;
    z-index: -1;
    width: 50px;
    position: absolute;
    top: -15px;
    border: 2px solid rgb(223,184,185,0.5);
    content: "";
    border-radius: 10px;
    left: -15px;
    height: 50px;
}.course_detailshKBl7Jm .knowledge_guidesR4VmJh p {
    font-size: 14px;
    margin-bottom: 2.5rem;
    max-width: 100%;
    color: #000000;
    word-wrap: break-word;
    overflow-wrap: break-word;
    line-height: 1.8;
}.course_detailshKBl7Jm .message_message12Brjxv {
    font-weight: 600;
    border: 1px solid rgb(223,184,185);
    transition: all 0.3s ease;
    z-index: 1;
    background: transparent;
    display: inline-flex;
    align-items: center;
    padding: 1rem 2rem;
    position: relative;
    max-width: calc(100% - 2rem);
    overflow: hidden;
    margin-bottom: 1rem;
    color: #ffffff;
    font-size: 20px;
    text-decoration: none;
    align-self: flex-start;
}.course_detailshKBl7Jm .message_message12Brjxv::before {
    transition: left 0.3s ease;
    content: "";
    top: 0;
    background: rgb(223,184,185);
    z-index: -1;
    width: 100%;
    left: -100%;
    position: absolute;
    height: 100%;
}.course_detailshKBl7Jm .message_message12Brjxv:hover {
    color: #ffffff;
}.course_detailshKBl7Jm .message_message12Brjxv:hover::before {
    left: 0;
}.course_detailshKBl7Jm .learning_labJHFB8zC::after {
    content: "";
    border-radius: 13px;
    grid-row: 4 / 10;
    grid-column: 3 / 9;
    border: 1px solid rgb(197,154,152,0.5);
    width: 100%;
    height: 100%;
    z-index: 2;
    position: absolute;
}

@keyframes slide-fade {
    0%, 16% {
        opacity: 1;
        z-index: 5;
    }
    20%, 96% {
        opacity: 0;
        z-index: 0;
    }
    100% {
        opacity: 1;
        z-index: 5;
    }
}

@keyframes progress-move {
    0%, 16% {
        left: 0;
    }
    20%, 36% {
        left: 40px;
    }
    40%, 56% {
        left: 80px;
    }
    60%, 76% {
        left: 120px;
    }
    80%, 96% {
        left: 160px;
    }
    100% {
        left: 0;
    }
}


@media screen and (max-width: 1200px) {.course_detailshKBl7Jm .learning_labJHFB8zC {
    width: 90%;
    height: 85vh;
}.course_detailshKBl7Jm .knowledge_guidesR4VmJh {
    padding: 3rem;
}
}

@media screen and (max-width: 992px) {.course_detailshKBl7Jm .learning_labJHFB8zC {
    grid-template-rows: auto 1fr;
    height: auto;
    gap: 2rem;
    grid-template-columns: repeat(8, 1fr);
}.course_detailshKBl7Jm .learning_labJHFB8zC::before {
    display: none;
}.course_detailshKBl7Jm .learning_labJHFB8zC::after {
    display: none;
}.course_detailshKBl7Jm .knowledge_guidesR4VmJh {
    grid-row: 2;
    padding: 2.5rem;
    grid-column: 1 / 9;
}.course_detailshKBl7Jm .container {
    height: auto;
    padding: 5rem 0;
}
}

@media screen and (max-width: 768px) {.course_detailshKBl7Jm .learning_labJHFB8zC {
    width: 90%;
    gap: 1.5rem;
}.course_detailshKBl7Jm .knowledge_guidesR4VmJh {
    padding: 2rem;
}.course_detailshKBl7Jm .knowledge_guidesR4VmJh h3 {
    font-size: calc(34px * 0.9);
}.course_detailshKBl7Jm .knowledge_guidesR4VmJh h3::before {
    left: -20px;
    width: 40px;
    height: 40px;
    top: -15px;
}.course_detailshKBl7Jm .knowledge_guidesR4VmJh p {
    font-size: calc(14px * 0.9);
    margin-bottom: 2rem;
}.course_detailshKBl7Jm .container {
    padding: 4rem 0;
}
}

@media screen and (max-width: 576px) {.course_detailshKBl7Jm .learning_labJHFB8zC {
    gap: 1rem;
    width: 92%;
}.course_detailshKBl7Jm .knowledge_guidesR4VmJh {
    padding: 1.5rem;
}.course_detailshKBl7Jm .knowledge_guidesR4VmJh h3 {
    margin-bottom: 1rem;
    font-size: calc(34px * 0.8);
}.course_detailshKBl7Jm .knowledge_guidesR4VmJh h3::before {
    display: none;
}.course_detailshKBl7Jm .knowledge_guidesR4VmJh p {
    margin-bottom: 1.5rem;
    line-height: 1.6;
}.course_detailshKBl7Jm .message_message12Brjxv {
    font-size: calc(20px * 0.9);
    padding: 0.8rem 1.8rem;
}.course_detailshKBl7Jm .container {
    padding: 3rem 0;
}}


.course_detailshKBl7Jm .job_skillsosL9KyW:has(.lesson_trackZlLx1hr:nth-child(2):last-child) .lesson_trackZlLx1hr:nth-child(1) {
    animation-delay: 0s;
}.course_detailshKBl7Jm .job_skillsosL9KyW:has(.lesson_trackZlLx1hr:nth-child(2):last-child) .lesson_trackZlLx1hr:nth-child(2) {
    animation-delay: -12.5s;
}.course_detailshKBl7Jm .job_skillsosL9KyW:has(.lesson_trackZlLx1hr:nth-child(3):last-child) .lesson_trackZlLx1hr:nth-child(1) {
    animation-delay: 0s;
}.course_detailshKBl7Jm .job_skillsosL9KyW:has(.lesson_trackZlLx1hr:nth-child(3):last-child) .lesson_trackZlLx1hr:nth-child(2) {
    animation-delay: -8.33s;
}.course_detailshKBl7Jm .job_skillsosL9KyW:has(.lesson_trackZlLx1hr:nth-child(3):last-child) .lesson_trackZlLx1hr:nth-child(3) {
    animation-delay: -16.67s;
}.course_detailshKBl7Jm .job_skillsosL9KyW:has(.lesson_trackZlLx1hr:nth-child(4):last-child) .lesson_trackZlLx1hr:nth-child(1) {
    animation-delay: 0s;
}.course_detailshKBl7Jm .job_skillsosL9KyW:has(.lesson_trackZlLx1hr:nth-child(4):last-child) .lesson_trackZlLx1hr:nth-child(2) {
    animation-delay: -6.25s;
}.course_detailshKBl7Jm .job_skillsosL9KyW:has(.lesson_trackZlLx1hr:nth-child(4):last-child) .lesson_trackZlLx1hr:nth-child(3) {
    animation-delay: -12.5s;
}.course_detailshKBl7Jm .job_skillsosL9KyW:has(.lesson_trackZlLx1hr:nth-child(4):last-child) .lesson_trackZlLx1hr:nth-child(4) {
    animation-delay: -18.75s;
}@keyframes feature-photo {
    0%, 16% {
        opacity: 1;
    }
    20%, 96% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


.course_detailshKBl7Jm .job_successJR490r7 {
    z-index: 0;
}.template_ctaJhpWxgl {
    position: relative;
    background-position: center center;
    z-index: 1;
    padding: 5rem 0 3rem;
    color: #ffffff;
}.template_ctaJhpWxgl::before {
    position: absolute;
    width: 100%;
    background: linear-gradient(0deg, #000000 20%, transparent 100%);
    left: 0;
    height: 100%;
    content: "";
    z-index: -1;
    top: 0;
}.template_ctaJhpWxgl::after {
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    position: absolute;
    content: "";
    background: repeating-linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.3) 0px,
        rgba(0, 0, 0, 0.3) 1px,
        transparent 1px,
        transparent 20px
    );
    left: 0;
    opacity: 0.5;
}.template_ctaJhpWxgl .container {
    display: flex;
    position: relative;
    flex-direction: column;
}.template_ctaJhpWxgl .container::before {
    content: "";
    position: absolute;
    opacity: 0.3;
    height: 80px;
    clip-path: polygon(0 80%, 100% 80%, 100% 100%, 0 100%);
    top: -80px;
    background: linear-gradient(0deg, rgb(223,184,185) 0%, transparent 100%);
    width: 100%;
    left: 0;
}.template_ctaJhpWxgl .company_holder {
    border-radius: 10px;
    margin-bottom: 4rem;
    backdrop-filter: blur(5px);
    clip-path: polygon(
        0 0,
        calc(100% - 30px) 0,
        100% 30px,
        100% 100%,
        30px 100%,
        0 calc(100% - 30px)
    );
    background: rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(rgb(223,184,185), 0.3);
    padding: 2rem;
    position: relative;
}.template_ctaJhpWxgl .company_holder::before {
    left: -5px;
    clip-path: polygon(
        0 0,
        calc(100% - 40px) 0,
        100% 40px,
        100% 100%,
        40px 100%,
        0 calc(100% - 40px)
    );
    z-index: -1;
    height: calc(100% + 10px);
    filter: blur(5px);
    opacity: 0.5;
    background: linear-gradient(45deg, rgb(223,184,185), transparent 70%);
    position: absolute;
    content: "";
    top: -5px;
    width: calc(100% + 10px);
}.template_ctaJhpWxgl .company_holder h3 {
    display: inline-block;
    font-weight: 700;
    text-shadow: 0 0 10px rgb(223,184,185), 0 0 20px rgb(223,184,185), 0 0 30px rgb(223,184,185);
    position: relative;
    font-size: calc(33px * 1.2);
    color: #ffffff;
    letter-spacing: 2px;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
}.template_ctaJhpWxgl .company_holder h3::before {
    color: rgb(223,184,185);
    filter: blur(1px);
    left: 2px;
    opacity: 0.7;
    position: absolute;
    z-index: -1;
    top: 2px;
    content: attr(data-text);
}.template_ctaJhpWxgl .fellow_progIyOrM6s {
    line-height: 1.6;
    font-size: 14px;
    padding-left: 1rem;
    margin-top: 1.5rem;
    border-left: 2px solid rgb(223,184,185);
    color: #ffffff;
    opacity: 0.8;
}.template_ctaJhpWxgl .footer_eduI295mEc {
    position: relative;
    display: flex;
    justify-content: space-between;
}.template_ctaJhpWxgl .footer_eduI295mEc::before {
    content: "";
    position: absolute;
    top: -20px;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgb(223,184,185), transparent);
    height: 1px;
    left: 0;
}.template_ctaJhpWxgl .top_corehiLZ5FU {
    gap: 2rem;
    display: flex;
    justify-content: space-between;
    width: 100%;
}.template_ctaJhpWxgl .nav_base3Ei2kun {
    flex: 1;
    position: relative;
    background: rgba(0, 0, 0, 0.2);
    padding: 1.5rem;
    border-left: 2px solid rgb(223,184,185);
    border-bottom: 2px solid rgb(223,184,185);
    box-shadow: -5px 5px 15px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}.template_ctaJhpWxgl .nav_base3Ei2kun:hover {
    box-shadow: -8px 8px 20px rgba(0, 0, 0, 0.4);
    background: rgba(rgb(223,184,185,0.5), 0.1);
    transform: translateY(-5px);
}.template_ctaJhpWxgl .nav_base3Ei2kun h5 {
    text-transform: uppercase;
    font-size: 19px;
    margin-bottom: 1.5rem;
    position: relative;
    letter-spacing: 2px;
    font-weight: 600;
    color: rgb(197,154,152);
}.template_ctaJhpWxgl .nav_base3Ei2kun h5::after {
    width: 40px;
    box-shadow: 0 0 10px rgb(223,184,185);
    bottom: -8px;
    background: rgb(223,184,185);
    left: 0;
    content: "";
    position: absolute;
    height: 2px;
}.template_ctaJhpWxgl .nav_base3Ei2kun .top_corehiLZ5FU {
    gap: 1rem;
    display: flex;
    flex-direction: column;
}.template_ctaJhpWxgl .nav_base3Ei2kun .top_corehiLZ5FU a {
    position: relative;
    color: #ffffff;
    overflow: hidden;
    text-decoration: none;
    transition: all 0.3s ease;
    padding: 0.5rem 0 0.5rem 1.5rem;
    opacity: 0.7;
    font-size: 14px;
}.template_ctaJhpWxgl .nav_base3Ei2kun .top_corehiLZ5FU a::before {
    position: absolute;
    color: rgb(223,184,185);
    content: "//";
    left: 0;
    font-size: 0.8em;
    transition: all 0.3s ease;
}.template_ctaJhpWxgl .nav_base3Ei2kun .top_corehiLZ5FU a:hover {
    color: rgb(223,184,185);
    text-shadow: 0 0 5px rgb(223,184,185);
    opacity: 1;
}.template_ctaJhpWxgl .nav_base3Ei2kun .top_corehiLZ5FU a:hover::before {
    color: rgb(197,154,152);
}.contact_eduJO1usy8 {
    position: relative;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    padding: 1.5rem 0;
    margin-top: 3rem;
    background: rgba(0, 0, 0, 0.6);
}.contact_eduJO1usy8::before {
    content: "";
    top: 0;
    width: 100%;
    position: absolute;
    background-image: 
        linear-gradient(90deg, transparent, rgb(223,184,185), transparent);
    height: 1px;
    left: 0;
}.contact_eduJO1usy8 .container {
    align-items: center;
    justify-content: center;
    display: flex;
}.contact_eduJO1usy8 .glossary23EJ0qe {
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    opacity: 0.7;
    letter-spacing: 1px;
    color: #ffffff;
}.contact_eduJO1usy8 .glossary23EJ0qe::before,
.contact_eduJO1usy8 .glossary23EJ0qe::after {
    color: rgb(223,184,185);
    content: "//";
    margin: 0 10px;
}

@keyframes neon-flicker {
    0%, 19%, 21%, 23%, 25%, 54%, 56%, 100% {
        opacity: 0.9;
        text-shadow: 0 0 10px rgb(223,184,185), 0 0 20px rgb(223,184,185);
    }
    20%, 24%, 55% {
        opacity: 0.5;
        text-shadow: none;
    }
}

@keyframes scan-lines {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 0 100%;
    }
}

@media screen and (max-width: 992px) {.template_ctaJhpWxgl .footer_eduI295mEc {
    flex-direction: column;
}.template_ctaJhpWxgl .top_corehiLZ5FU {
    flex-direction: column;
}.template_ctaJhpWxgl .nav_base3Ei2kun {
    margin-bottom: 1rem;
    width: 100%;
}.contact_eduJO1usy8 {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
}
}

@media screen and (max-width: 768px) {.template_ctaJhpWxgl {
    padding: 4rem 0 2rem;
}.template_ctaJhpWxgl .company_holder {
    margin-bottom: 3rem;
    padding: 1.5rem;
}.template_ctaJhpWxgl .company_holder h3 {
    font-size: 33px;
}.template_ctaJhpWxgl .nav_base3Ei2kun h5 {
    font-size: calc(19px * 0.9);
}.contact_eduJO1usy8 {
    margin-top: 2rem;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 15% 100%);
    padding: 1.2rem 0;
}
}

@media screen and (max-width: 576px) {.template_ctaJhpWxgl {
    padding: 3rem 0 2rem;
}.template_ctaJhpWxgl .company_holder {
    clip-path: polygon(
            0 0,
            calc(100% - 20px) 0,
            100% 20px,
            100% 100%,
            20px 100%,
            0 calc(100% - 20px)
        );
}.template_ctaJhpWxgl .company_holder h3 {
    font-size: calc(33px * 0.85);
    letter-spacing: 1px;
}.template_ctaJhpWxgl .fellow_progIyOrM6s {
    font-size: calc(14px * 0.9);
}.template_ctaJhpWxgl .nav_base3Ei2kun {
    padding: 1rem;
}.template_ctaJhpWxgl .nav_base3Ei2kun .top_corehiLZ5FU a {
    font-size: calc(14px * 0.9);
}.contact_eduJO1usy8 {
    padding: 1rem 0;
    clip-path: polygon(0 0, 100% 0, 80% 100%, 20% 100%);
}.contact_eduJO1usy8 .glossary23EJ0qe::before,
    .contact_eduJO1usy8 .glossary23EJ0qe::after {
    display: none;
}}.thxSpotkdXBlef {
    padding: 20px;
    position: relative;
    color: #ffffff;
    background: rgb(223,184,185,0.5);
    justify-content: center;
    overflow: hidden;
    align-items: center;
    height: 100vh;
    font-family: Roboto, sans-serif;
    display: flex;
}.thxSpotkdXBlef::before,
.thxSpotkdXBlef::after {
    background: rgb(223,184,185,0.5);
    content: '';
    position: absolute;
    border-radius: 50%;
    z-index: 1;
}.thxSpotkdXBlef::before {
    left: -50px;
    height: 300px;
    top: -50px;
    width: 300px;
}.thxSpotkdXBlef::after {
    right: -50px;
    width: 200px;
    height: 200px;
    bottom: -50px;
}.thxSpotkdXBlef .container {
    display: flex;
    align-items: flex-start;
    width: 80%;
    z-index: 2;
    flex-direction: column;
    position: relative;
    justify-content: center;
    max-width: 1000px;
    padding: 40px;
}.thxSpotkdXBlef h2 {
    padding-bottom: 10px;
    text-shadow: 1px 1px #ffffff;
    z-index: 3;
    font-size: 45px;
    width: 100%;
    border-bottom: 2px solid rgb(223,184,185);
    position: relative;
    margin-bottom: 20px;
    letter-spacing: 2px;
    font-weight: 700;
    color: rgb(223,184,185);
}.thxSpotkdXBlef p {
    margin: 0;
    font-weight: 400;
    z-index: 3;
    max-width: 100%;
    line-height: 1.6;
    color: #000000;
    position: relative;
    font-size: 15px;
}.thxSpotkdXBlef p + p {
    margin-top: 20px;
}.thxSpotkdXBlef p::before {
    border-radius: 50%;
    margin-bottom: 10px;
    width: 10px;
    background: rgb(223,184,185);
    content: '';
    height: 10px;
    display: block;
}
@media only screen and (max-width: 800px) {.thxSpotkdXBlef {
    padding: 10px;
}.thxSpotkdXBlef .container {
    padding: 20px;
    width: 100%;
}.thxSpotkdXBlef h2 {
    font-size: 35px;
}.thxSpotkdXBlef p {
    font-size: 20px;
}}
.course_rewardsYfwHoUc {
    font-family: Roboto, sans-serif;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(248,211,213) 0%, #ffffff 100%);
    padding: 70px 0;
}.course_rewardsYfwHoUc::before {
    left: 0;
    width: 100%;
    opacity: 0.4;
    height: 100%;
    position: absolute;
    top: 0;
    background: 
    radial-gradient(circle at 10% 20%, rgb(223,184,185,0.5) 0%, transparent 40%),
    radial-gradient(circle at 90% 80%, rgb(197,154,152,0.5) 0%, transparent 40%);
    content: "";
}.course_rewardsYfwHoUc::after {
    height: 100%;
    opacity: 0.05;
    animation: moveBg 60s linear infinite;
    top: 0;
    background-size: 50px 50px;
    position: absolute;
    background-image: 
    linear-gradient(#ffffff 1px, transparent 1px),
    linear-gradient(90deg, #ffffff 1px, transparent 1px);
    left: 0;
    content: "";
    width: 100%;
}@keyframes moveBg {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 50px 50px;
  }
}

.course_rewardsYfwHoUc .container {
    position: relative;
    max-width: 1100px;
    z-index: 2;
    margin: 0 auto;
    padding: 0 20px;
}.course_rewardsYfwHoUc .learning_labJHFB8zC {
    display: grid;
    gap: 40px;
    border-radius: 27px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    grid-template-columns: 1fr 1.2fr;
    overflow: hidden;
    padding: 0;
    background: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0.8));
}.course_rewardsYfwHoUc .slideroNXPIsW {
    object-fit: cover;
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
    height: 100%;
    transition: transform 0.5s ease;
    transform-origin: left center;
}.course_rewardsYfwHoUc .slideroNXPIsW:hover {
    transform: scale(1.05);
}.course_rewardsYfwHoUc .text_podCP5aiOZ {
    padding: 40px 30px 40px 10px;
    position: relative;
}.course_rewardsYfwHoUc h3 {
    position: relative;
    margin-bottom: 25px;
    color: rgb(223,184,185);
    font-size: 28px;
    font-weight: 700;
}.course_rewardsYfwHoUc h3::after {
    position: absolute;
    content: "";
    width: 60px;
    left: 0;
    bottom: -8px;
    transition: width 0.3s ease;
    height: 3px;
    background: linear-gradient(to right, rgb(223,184,185), rgb(197,154,152));
}.course_rewardsYfwHoUc .text_podCP5aiOZ:hover h3::after {
    width: 120px;
}.course_rewardsYfwHoUc ul {
    gap: 15px;
    flex-wrap: wrap;
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
}.course_rewardsYfwHoUc li {
    box-shadow: 
    3px 3px 10px rgba(0, 0, 0, 0.05),
    inset 1px 1px 0 rgba(255, 255, 255, 0.7);
    position: relative;
    flex: 0 0 calc(50% - 10px);
    transition: all 0.3s ease;
    padding: 15px;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.6));
    border-radius: 10px;
}.course_rewardsYfwHoUc li::before {
    transition: opacity 0.3s ease;
    inset: 0;
    opacity: 0;
    content: "";
    background: linear-gradient(
    135deg,
    transparent 0%,
    rgb(223,184,185,0.5) 100%
  );
    position: absolute;
}.course_rewardsYfwHoUc li:hover {
    transform: translateY(-5px);
    box-shadow: 
    5px 5px 15px rgba(0, 0, 0, 0.1),
    inset 1px 1px 0 rgba(255, 255, 255, 0.9);
}.course_rewardsYfwHoUc li:hover::before {
    opacity: 0.2;
}.course_rewardsYfwHoUc li p {
    z-index: 1;
    margin: 0;
    display: flex;
    color: #000000;
    font-size: 14px;
    position: relative;
    gap: 12px;
    align-items: center;
}.course_rewardsYfwHoUc svg {
    background: linear-gradient(135deg, rgb(223,184,185), rgb(197,154,152));
    width: 20px;
    border-radius: 10px;
    height: 20px;
    padding: 6px;
    transition: all 0.3s ease;
    flex-shrink: 0;
}.course_rewardsYfwHoUc svg path {
    fill: #ffffff;
}.course_rewardsYfwHoUc li:hover svg {
    transform: rotate(10deg);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
}

@media (max-width: 992px) {.course_rewardsYfwHoUc .learning_labJHFB8zC {
    grid-template-columns: 1fr;
}.course_rewardsYfwHoUc .slideroNXPIsW {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    height: 300px;
}.course_rewardsYfwHoUc .text_podCP5aiOZ {
    padding: 30px;
}
}

@media (max-width: 768px) {.course_rewardsYfwHoUc {
    padding: 50px 0;
}.course_rewardsYfwHoUc .slideroNXPIsW {
    height: 250px;
}.course_rewardsYfwHoUc li {
    flex: 0 0 100%;
}
}

@media (max-width: 576px) {.course_rewardsYfwHoUc {
    padding: 40px 0;
}.course_rewardsYfwHoUc .learning_labJHFB8zC {
    padding: 0;
}.course_rewardsYfwHoUc .slideroNXPIsW {
    height: 200px;
}.course_rewardsYfwHoUc .text_podCP5aiOZ {
    padding: 25px 20px;
}.course_rewardsYfwHoUc h3 {
    font-size: calc(28px * 0.85);
}.course_rewardsYfwHoUc li {
    padding: 12px;
}.course_rewardsYfwHoUc li p {
    font-size: calc(14px * 0.9);
}.course_rewardsYfwHoUc svg {
    padding: 5px;
    width: 18px;
    height: 18px;
}}.our_teamgE0YuA6 {
    overflow: hidden;
    padding: 100px 0;
    background: rgb(248,211,213);
    position: relative;
}.our_teamgE0YuA6::before {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg, rgb(223,184,185,0.5) 0%, transparent 30%),
                linear-gradient(240deg, rgb(197,154,152,0.5) 0%, transparent 30%);
    left: 0;
    z-index: 1;
    position: absolute;
    top: 0;
}.our_teamgE0YuA6 .container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
    z-index: 2;
}.our_teamgE0YuA6 h2 {
    letter-spacing: 1px;
    position: relative;
    font-size: 32px;
    margin-bottom: 60px;
    font-weight: 700;
    text-align: center;
    color: #000000;
}.our_teamgE0YuA6 h2::after {
    bottom: -15px;
    background: linear-gradient(90deg, rgb(223,184,185), rgb(197,154,152));
    height: 3px;
    transform: translateX(-50%);
    border-radius: 10px;
    left: 50%;
    content: "";
    width: 100px;
    position: absolute;
}.our_teamgE0YuA6 .creds_sectWyu5Eqc {
    flex-direction: column;
    gap: 30px;
    display: flex;
    position: relative;
}.our_teamgE0YuA6 .learning_trackEnkQwCm {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    overflow: hidden;
    position: relative;
    padding: 40px;
    background: rgba(255, 255, 255, 0.02);
    border-left: 4px solid rgb(223,184,185);
    border-radius: 23px;
}.our_teamgE0YuA6 .learning_trackEnkQwCm:nth-child(2) {
    border-left-color: rgb(197,154,152);
}.our_teamgE0YuA6 .learning_trackEnkQwCm::before {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05), transparent);
    content: "";
    height: 100%;
    position: absolute;
    z-index: -1;
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
    left: 0;
    top: 0;
}.our_teamgE0YuA6 .learning_trackEnkQwCm::after {
    animation: pulse 4s infinite;
    position: absolute;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    border: 2px solid rgb(223,184,185,0.5);
    right: 30px;
    top: 30px;
    content: "";
}.our_teamgE0YuA6 .learning_trackEnkQwCm:nth-child(2)::after {
    animation-delay: 2s;
    border-color: rgb(197,154,152,0.5);
}@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.5;
    }
    50% {
        transform: scale(1.5);
        opacity: 0.2;
    }
    100% {
        transform: scale(1);
        opacity: 0.5;
    }
}

.our_teamgE0YuA6 .learning_trackEnkQwCm:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    background: linear-gradient(to right, rgba(rgb(223,184,185,0.5), 0.03), rgba(255, 255, 255, 0.05));
}.our_teamgE0YuA6 .learning_trackEnkQwCm h3 {
    display: inline-block;
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 22px;
    position: relative;
    color: rgb(223,184,185);
}.our_teamgE0YuA6 .learning_trackEnkQwCm:nth-child(2) h3 {
    color: rgb(197,154,152);
}.our_teamgE0YuA6 .learning_trackEnkQwCm h3::before {
    width: 30px;
    transition: width 0.3s ease;
    bottom: -8px;
    position: absolute;
    height: 2px;
    content: "";
    left: 0;
    background: currentColor;
}.our_teamgE0YuA6 .learning_trackEnkQwCm:hover h3::before {
    width: 100%;
}.our_teamgE0YuA6 .learning_trackEnkQwCm p {
    transition: padding-left 0.3s ease;
    color: #000000;
    line-height: 1.8;
    position: relative;
    font-size: 18px;
    padding-left: 0;
}.our_teamgE0YuA6 .learning_trackEnkQwCm:first-child {
    opacity: 0;
    animation: slideIn 0.6s forwards 0.2s;
    transform: translateX(-20px);
}.our_teamgE0YuA6 .learning_trackEnkQwCm:last-child {
    opacity: 0;
    animation: slideIn 0.6s forwards 0.5s;
    transform: translateX(-20px);
}@keyframes slideIn {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.our_teamgE0YuA6::after {
    height: 100%;
    left: 0;
    background-size: 50px 50px;
    width: 100%;
    opacity: 0.03;
    content: "";
    z-index: 1;
    background-image: 
        linear-gradient(to right, rgba(0, 0, 0, 0.5) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 1px, transparent 1px);
    top: 0;
    position: absolute;
}.our_teamgE0YuA6 .container::before,
.our_teamgE0YuA6 .container::after {
    border-radius: 50%;
    z-index: -1;
    content: "";
    height: 200px;
    background: radial-gradient(circle, rgb(223,184,185,0.5) 0%, transparent 70%);
    opacity: 0.2;
    width: 200px;
    position: absolute;
}.our_teamgE0YuA6 .container::before {
    top: -100px;
    right: -100px;
}.our_teamgE0YuA6 .container::after {
    bottom: -100px;
    left: -100px;
    background: radial-gradient(circle, rgb(197,154,152,0.5) 0%, transparent 70%);
}

@media (max-width: 992px) {.our_teamgE0YuA6 {
    padding: 80px 0;
}.our_teamgE0YuA6 h2 {
    margin-bottom: 50px;
}.our_teamgE0YuA6 .learning_trackEnkQwCm {
    padding: 30px;
}
}

@media (max-width: 768px) {.our_teamgE0YuA6 {
    padding: 60px 0;
}.our_teamgE0YuA6 h2 {
    font-size: calc(32px * 0.9);
    margin-bottom: 40px;
}.our_teamgE0YuA6 .learning_trackEnkQwCm {
    padding: 25px;
}.our_teamgE0YuA6 .learning_trackEnkQwCm h3 {
    margin-bottom: 15px;
    font-size: calc(22px * 0.9);
}
}

@media (max-width: 576px) {.our_teamgE0YuA6 {
    padding: 40px 0;
}.our_teamgE0YuA6 h2 {
    font-size: calc(32px * 0.8);
    margin-bottom: 30px;
}.our_teamgE0YuA6 .learning_trackEnkQwCm {
    padding: 20px;
    border-left-width: 3px;
}.our_teamgE0YuA6 .learning_trackEnkQwCm::after {
    top: 20px;
    height: 15px;
    width: 15px;
    right: 20px;
}.our_teamgE0YuA6 .learning_trackEnkQwCm p {
    font-size: calc(18px * 0.95);
    line-height: 1.6;
}.our_teamgE0YuA6 .container::before,
    .our_teamgE0YuA6 .container::after {
    width: 150px;
    height: 150px;
}}.reach_usUwHGPOq {
    position: relative;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
    background: linear-gradient(120deg, rgb(223,184,185,0.5) 0%, rgb(248,211,213) 100%);
    backdrop-filter: blur(10px);
    padding: 100px 0;
    overflow: hidden;
}.reach_usUwHGPOq::before {
    top: 0;
    background: 
        linear-gradient(90deg, transparent 95%, rgb(197,154,152,0.5) 95%) 0 0 / 20px 100%,
        linear-gradient(180deg, transparent 95%, rgb(223,184,185,0.5) 95%) 0 0 / 100% 20px;
    opacity: 0.2;
    left: 0;
    animation: gridMove 25s linear infinite;
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
}.reach_usUwHGPOq::after {
    top: -50%;
    right: -50%;
    content: '';
    position: absolute;
    opacity: 0.03;
    bottom: -50%;
    background: radial-gradient(circle at center, rgb(197,154,152) 0%, transparent 50%);
    z-index: 0;
    left: -50%;
    animation: pulseEffect 10s ease-in-out infinite;
}@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 20px 20px;
    }
}
@keyframes pulseEffect {
    0%, 100% {
        transform: scale(1);
        opacity: 0.03;
    }
    50% {
        transform: scale(1.5);
        opacity: 0.05;
    }
}
.reach_usUwHGPOq .container {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 2;
}.reach_usUwHGPOq .connect_blockLbuHSGV {
    position: relative;
    overflow: hidden;
    border-radius: 13px;
    backdrop-filter: blur(15px);
    padding: 50px;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(255, 255, 255, 0.1) inset,
        0 5px 15px rgba(0, 0, 0, 0.05) inset;
    background: rgba(255, 255, 255, 0.9);
}.reach_usUwHGPOq .connect_blockLbuHSGV::before {
    height: 3px;
    background-size: 200% 100%;
    left: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(223,184,185), rgb(197,154,152), rgb(223,184,185));
    top: 0;
    animation: gradientFlow 3s linear infinite;
    width: 100%;
    content: '';
}@keyframes gradientFlow {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 200% 0%;
    }
}
.reach_usUwHGPOq .connect_blockLbuHSGV::after {
    background: rgb(223,184,185,0.5);
    top: -75px;
    right: -75px;
    border-radius: 50%;
    content: '';
    opacity: 0.2;
    z-index: -1;
    height: 150px;
    position: absolute;
    width: 150px;
}.reach_usUwHGPOq h3 {
    font-size: 28px;
    margin-bottom: 30px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-bottom: 15px;
    color: rgb(223,184,185);
    font-weight: 700;
    position: relative;
}.reach_usUwHGPOq h3::after {
    left: 0;
    height: 2px;
    width: 50px;
    transition: width 0.3s ease;
    position: absolute;
    background: rgb(223,184,185);
    box-shadow: 0 0 8px rgb(223,184,185);
    content: '';
    bottom: 0;
}.reach_usUwHGPOq .connect_blockLbuHSGV:hover h3::after {
    width: 100px;
}.reach_usUwHGPOq .get_assistWrOQczF {
    border-radius: 10px;
    font-weight: 400;
    position: relative;
    margin-bottom: 40px;
    line-height: 1.8;
    color: #000000;
    border-left: 3px solid rgb(197,154,152);
    font-size: calc(14px + 0.05rem);
    padding: 15px;
    background: rgb(248,211,213);
}.reach_usUwHGPOq .connect_today5apK8ND {
    position: relative;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
    gap: 25px;
}.reach_usUwHGPOq .connect_today5apK8ND::before {
    box-shadow: 0 0 5px rgb(223,184,185);
    background: rgb(223,184,185);
    left: 0;
    width: 30%;
    content: '';
    height: 1px;
    top: -20px;
    position: absolute;
}.reach_usUwHGPOq .connect_today5apK8ND::after {
    right: 0;
    content: '';
    top: -20px;
    position: absolute;
    background: linear-gradient(to right, rgb(223,184,185), transparent);
    width: 60%;
    height: 1px;
}.reach_usUwHGPOq .connect_today5apK8ND span {
    box-shadow: 
        0 10px 20px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(0, 0, 0, 0.02);
    display: flex;
    border-radius: 10px;
    overflow: hidden;
    background: #ffffff;
    transition: all 0.3s ease;
    padding: 20px;
    z-index: 1;
    flex-direction: column;
    position: relative;
}.reach_usUwHGPOq .connect_today5apK8ND span::before {
    background: linear-gradient(135deg, rgb(248,211,213) 0%, #ffffff 100%);
    content: '';
    width: 300%;
    position: absolute;
    z-index: -1;
    left: -100%;
    height: 300%;
    transition: transform 0.6s ease;
    transform: translateX(0) translateY(0) rotate(45deg);
    top: -100%;
}.reach_usUwHGPOq .connect_today5apK8ND span:hover {
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(0, 0, 0, 0.05),
        0 0 0 4px rgb(223,184,185,0.5);
    transform: translateY(-5px);
}.reach_usUwHGPOq .connect_today5apK8ND span p {
    font-size: 14px;
    display: flex;
    line-height: 1.5;
    font-weight: 600;
    color: #000000;
    align-items: center;
    margin: 0 0 5px 0;
}.reach_usUwHGPOq .connect_today5apK8ND span svg {
    margin-right: 10px;
    height: 20px;
    width: 20px;
    transition: all 0.3s ease;
    fill: rgb(223,184,185);
}.reach_usUwHGPOq .connect_today5apK8ND span:hover svg {
    fill: rgb(197,154,152);
    transform: scale(1.2);
}.reach_usUwHGPOq .connect_today5apK8ND span svg path {
    transition: all 0.3s ease;
    stroke-linejoin: round;
    stroke-width: 0.5;
    stroke: #ffffff;
    stroke-linecap: round;
}.reach_usUwHGPOq .connect_today5apK8ND span:hover svg path {
    stroke: rgb(223,184,185);
    stroke-width: 1;
}.reach_usUwHGPOq .connect_today5apK8ND span span {
    background: transparent;
    margin: 5px 0 0 0;
    font-weight: 400;
    color: #000000;
    box-shadow: none;
    display: inline-block;
    padding: 0;
}.reach_usUwHGPOq .connect_today5apK8ND span span::before {
    display: none;
}.reach_usUwHGPOq .connect_today5apK8ND span span a {
    position: relative;
    padding: 2px 5px;
    border-radius: 10px;
    display: flex;
    text-decoration: none;
    color: rgb(223,184,185);
    transition: all 0.3s ease;
    align-items: center;
}.reach_usUwHGPOq .connect_today5apK8ND span span a svg {
    height: 16px;
    margin-right: 5px;
    opacity: 0.8;
    width: 16px;
}.reach_usUwHGPOq .connect_today5apK8ND span span a::before {
    content: '';
    bottom: 0;
    height: 1px;
    position: absolute;
    transition: transform 0.3s ease;
    transform-origin: right;
    transform: scaleX(0);
    width: 100%;
    background: rgb(223,184,185);
    left: 0;
}.reach_usUwHGPOq .reach_teamQV3invm {
    position: relative;
    backdrop-filter: blur(10px);
    margin-top: 20px;
    border-radius: 13px;
    overflow: hidden;
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.2) inset;
    background: rgba(255, 255, 255, 0.8);
    padding: 30px;
    grid-column: 1 / -1;
}.reach_usUwHGPOq .reach_teamQV3invm::before {
    top: 0;
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        linear-gradient(45deg, transparent 98%, rgb(223,184,185,0.5) 98%) 0 0 / 20px 20px,
        linear-gradient(-45deg, transparent 98%, rgb(197,154,152,0.5) 98%) 0 0 / 20px 20px;
    opacity: 0.3;
}.reach_usUwHGPOq .reach_teamQV3invm h4 {
    padding-left: 15px;
    align-items: center;
    font-size: 21px;
    letter-spacing: 0.5px;
    font-weight: 700;
    position: relative;
    display: flex;
    margin-bottom: 20px;
    color: rgb(223,184,185);
}.reach_usUwHGPOq .reach_teamQV3invm h4::before {
    top: 0;
    border-radius: 10px;
    content: '';
    width: 4px;
    background: rgb(223,184,185);
    left: 0;
    position: absolute;
    height: 100%;
}.reach_usUwHGPOq .reach_teamQV3invm h4 svg {
    margin-right: 10px;
    fill: rgb(223,184,185);
    height: 22px;
    width: 22px;
}.reach_usUwHGPOq .reach_teamQV3invm h4 svg path {
    stroke-width: 0.5;
    stroke: #ffffff;
}.reach_usUwHGPOq .reach_teamQV3invm span {
    transition: all 0.3s ease;
    border-radius: 10px;
    padding: 12px 15px;
    overflow: hidden;
    color: #000000;
    display: flex;
    position: relative;
    background: rgb(248,211,213);
    margin-bottom: 8px;
    z-index: 1;
    font-size: 14px;
    align-items: center;
}.reach_usUwHGPOq .reach_teamQV3invm span svg {
    fill: rgb(197,154,152);
    transition: all 0.3s ease;
    margin-right: 8px;
    width: 16px;
    height: 16px;
}.reach_usUwHGPOq .reach_teamQV3invm span svg path {
    stroke-width: 0.3;
    stroke: #ffffff;
}
@media (max-width: 991px) {.reach_usUwHGPOq {
    padding: 70px 0;
}.reach_usUwHGPOq .connect_blockLbuHSGV {
    padding: 40px;
}.reach_usUwHGPOq h3 {
    font-size: calc(28px - 0.2rem);
}.reach_usUwHGPOq .connect_today5apK8ND {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}.reach_usUwHGPOq .reach_teamQV3invm {
    padding: 25px;
}.reach_usUwHGPOq .connect_today5apK8ND span svg {
    margin-right: 8px;
    height: 18px;
    width: 18px;
}
}
@media (max-width: 767px) {.reach_usUwHGPOq {
    padding: 50px 0;
}.reach_usUwHGPOq .connect_blockLbuHSGV {
    padding: 30px;
}.reach_usUwHGPOq h3 {
    font-size: calc(28px - 0.3rem);
}.reach_usUwHGPOq .get_assistWrOQczF {
    padding: 12px;
    margin-bottom: 30px;
}.reach_usUwHGPOq .connect_today5apK8ND {
    gap: 15px;
    grid-template-columns: 1fr;
}.reach_usUwHGPOq .connect_today5apK8ND span {
    padding: 15px;
}.reach_usUwHGPOq .reach_teamQV3invm span {
    padding: 10px 12px;
}.reach_usUwHGPOq .connect_today5apK8ND span svg {
    margin-right: 6px;
    height: 16px;
    width: 16px;
}
}
@media (max-width: 480px) {.reach_usUwHGPOq {
    padding: 40px 0;
    border-radius: 10px;
}.reach_usUwHGPOq .container {
    padding: 0 15px;
}.reach_usUwHGPOq .connect_blockLbuHSGV {
    padding: 25px 20px;
}.reach_usUwHGPOq h3 {
    font-size: calc(28px - 0.4rem);
    margin-bottom: 20px;
}.reach_usUwHGPOq .get_assistWrOQczF {
    font-size: 14px;
    margin-bottom: 25px;
    padding: 10px;
}.reach_usUwHGPOq .connect_today5apK8ND span {
    padding: 12px;
}.reach_usUwHGPOq .reach_teamQV3invm {
    margin-top: 15px;
    padding: 20px 15px;
}.reach_usUwHGPOq .reach_teamQV3invm h4 {
    margin-bottom: 15px;
}.reach_usUwHGPOq .reach_teamQV3invm span {
    padding: 8px 10px;
    margin-bottom: 6px;
}.reach_usUwHGPOq .connect_today5apK8ND span svg {
    margin-right: 5px;
    width: 14px;
    height: 14px;
}.reach_usUwHGPOq .reach_teamQV3invm h4 svg {
    height: 18px;
    width: 18px;
    margin-right: 8px;
}.reach_usUwHGPOq .reach_teamQV3invm span svg {
    margin-right: 6px;
    height: 14px;
    width: 14px;
}}.statistical_summaryZ8Y2IKh {
    color: #ffffff;
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}.statistical_summaryZ8Y2IKh::before {
    z-index: 1;
    opacity: 0.9;
    content: "";
    background: linear-gradient(135deg, #000000 0%, rgba(0, 0, 0, 0.95) 100%);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}.statistical_summaryZ8Y2IKh::after {
    position: absolute;
    content: "";
    top: 0;
    z-index: 2;
    width: 100%;
    background: radial-gradient(ellipse at center, rgb(223,184,185,0.5) 0%, transparent 70%);
    left: 0;
    opacity: 0.1;
    height: 100%;
}.statistical_summaryZ8Y2IKh .container {
    padding: 0 20px;
    position: relative;
    z-index: 5;
    margin: 0 auto;
    max-width: 1200px;
}.statistical_summaryZ8Y2IKh .statistics_pluses1Go5hik {
    backdrop-filter: blur(10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    background: rgba(255, 255, 255, 0.05);
    overflow: hidden;
    position: relative;
    padding: 40px;
    flex-direction: column;
    border-radius: 12px;
    display: flex;
}.statistical_summaryZ8Y2IKh .study_gainAsPG59T {
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    background: linear-gradient(135deg, rgb(223,184,185) 0%, rgb(197,154,152) 100%);
    align-items: center;
    margin-right: 20px;
    width: 60px;
    display: flex;
    padding: 15px;
    height: 60px;
    border-radius: 10px;
}.statistical_summaryZ8Y2IKh .study_gainAsPG59T svg {
    fill: #ffffff;
    height: 100%;
    width: 100%;
}.statistical_summaryZ8Y2IKh .study_gainAsPG59T svg path {
    fill: #ffffff;
}.statistical_summaryZ8Y2IKh .statistics_supportzFoYCKn {
    margin: 0 0 10px;
    position: relative;
    font-weight: 700;
    font-size: 32px;
}.statistical_summaryZ8Y2IKh .statistics_extra389gvKl {
    line-height: 1.7;
    margin: 0;
    color: rgba(255, 255, 255, 0.85);
    max-width: 700px;
    font-size: 13px;
}.statistical_summaryZ8Y2IKh .knowledge_boostersxcnFtYG {
    scrollbar-width: none;
    overflow-x: auto;
    padding-bottom: 10px;
    position: relative;
    -ms-overflow-style: none;
    margin: 0 -10px;
    display: flex;
}.statistical_summaryZ8Y2IKh .knowledge_boostersxcnFtYG::-webkit-scrollbar {
    display: none;
}.statistical_summaryZ8Y2IKh .knowledge_boostersxcnFtYG::after {
    position: absolute;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgba(255, 255, 255, 0.1) 20%, 
        rgba(255, 255, 255, 0.1) 80%, 
        transparent 100%);
    right: 10px;
    left: 10px;
    content: "";
    height: 1px;
    bottom: 0;
}.statistical_summaryZ8Y2IKh .statistics_growCqZUK1l {
    position: relative;
    padding: 20px 15px;
    flex-direction: column;
    background: rgba(255, 255, 255, 0.03);
    margin: 0 10px;
    border-radius: 8px;
    overflow: hidden;
    text-align: center;
    align-items: center;
    transition: all 0.3s ease;
    min-width: calc(25% - 20px);
    display: flex;
}.statistical_summaryZ8Y2IKh .statistics_growCqZUK1l::before {
    position: absolute;
    left: 0;
    height: 3px;
    opacity: 0;
    width: 100%;
    transition: opacity 0.3s ease;
    top: 0;
    background: linear-gradient(90deg, rgb(223,184,185) 0%, rgb(197,154,152) 100%);
    content: "";
}.statistical_summaryZ8Y2IKh .statistics_growCqZUK1l:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.05);
}.statistical_summaryZ8Y2IKh .statistics_growCqZUK1l:hover::before {
    opacity: 1;
}.statistical_summaryZ8Y2IKh .smart_statisticsTli4BFf {
    align-items: center;
    justify-content: center;
    height: 40px;
    margin-bottom: 15px;
    width: 40px;
    display: flex;
    position: relative;
}.statistical_summaryZ8Y2IKh .smart_statisticsTli4BFf::after {
    transition: all 0.3s ease;
    width: 48px;
    content: "";
    left: 50%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    position: absolute;
    height: 48px;
    top: 50%;
    z-index: -1;
    transform: translate(-50%, -50%);
}.statistical_summaryZ8Y2IKh .statistics_growCqZUK1l:hover .smart_statisticsTli4BFf::after {
    border-color: rgba(rgb(223,184,185), 0.3);
    width: 52px;
    height: 52px;
}.statistical_summaryZ8Y2IKh .smart_statisticsTli4BFf svg {
    transition: all 0.3s ease;
    width: 100%;
    fill: rgb(197,154,152);
    height: 100%;
}.statistical_summaryZ8Y2IKh .smart_statisticsTli4BFf svg path {
    fill: rgb(197,154,152);
}.statistical_summaryZ8Y2IKh .statistics_growCqZUK1l:hover .smart_statisticsTli4BFf svg {
    fill: rgb(223,184,185);
}.statistical_summaryZ8Y2IKh .statistics_growCqZUK1l:hover .smart_statisticsTli4BFf svg path {
    fill: rgb(223,184,185);
}.statistical_summaryZ8Y2IKh .statistics_growCqZUK1l span {
    margin-bottom: 8px;
    transform: translateY(10px);
    color: #ffffff;
    display: block;
    position: relative;
    font-size: calc(23px + 4px);
    animation: numberFadeUp 0.5s forwards 0.2s;
    font-weight: 700;
    opacity: 0;
}.statistical_summaryZ8Y2IKh .statistics_growCqZUK1l:nth-child(2) span {
    animation-delay: 0.3s;
}.statistical_summaryZ8Y2IKh .statistics_growCqZUK1l:nth-child(3) span {
    animation-delay: 0.4s;
}.statistical_summaryZ8Y2IKh .statistics_growCqZUK1l:nth-child(4) span {
    animation-delay: 0.5s;
}@keyframes numberFadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.statistical_summaryZ8Y2IKh .statistics_growCqZUK1l p {
    margin: 0;
    font-size: 13px;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.8);
}.statistical_summaryZ8Y2IKh .statistics_growCqZUK1l:nth-child(1) {
    animation: fadeInSlide 0.4s ease forwards;
}.statistical_summaryZ8Y2IKh .statistics_growCqZUK1l:nth-child(2) {
    animation: fadeInSlide 0.4s ease forwards 0.1s;
}.statistical_summaryZ8Y2IKh .statistics_growCqZUK1l:nth-child(3) {
    animation: fadeInSlide 0.4s ease forwards 0.2s;
}.statistical_summaryZ8Y2IKh .statistics_growCqZUK1l:nth-child(4) {
    animation: fadeInSlide 0.4s ease forwards 0.3s;
}

@keyframes fadeInSlide {
    from {
        opacity: 0;
        transform: translateX(15px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
@media screen and (max-width: 991px) {.statistical_summaryZ8Y2IKh {
    padding: 100px 0;
}.statistical_summaryZ8Y2IKh .statistics_pluses1Go5hik {
    padding: 30px;
}.statistical_summaryZ8Y2IKh .study_gainAsPG59T {
    height: 50px;
    padding: 12px;
    margin-right: 15px;
    width: 50px;
}.statistical_summaryZ8Y2IKh .statistics_supportzFoYCKn {
    font-size: calc(32px - 2px);
}.statistical_summaryZ8Y2IKh .statistics_extra389gvKl {
    font-size: calc(13px - 1px);
}.statistical_summaryZ8Y2IKh .statistics_growCqZUK1l {
    padding: 15px 12px;
    min-width: calc(33.33% - 20px);
}.statistical_summaryZ8Y2IKh .smart_statisticsTli4BFf {
    margin-bottom: 12px;
    width: 36px;
    height: 36px;
}.statistical_summaryZ8Y2IKh .smart_statisticsTli4BFf::after {
    height: 42px;
    width: 42px;
}.statistical_summaryZ8Y2IKh .statistics_growCqZUK1l span {
    font-size: calc(23px + 2px);
}
}

@media screen and (max-width: 767px) {.statistical_summaryZ8Y2IKh {
    padding: 80px 0;
}.statistical_summaryZ8Y2IKh .statistics_pluses1Go5hik {
    padding: 25px;
}.statistical_summaryZ8Y2IKh .study_gainAsPG59T {
    margin-right: 0;
    margin-bottom: 15px;
}.statistical_summaryZ8Y2IKh .statistics_supportzFoYCKn {
    font-size: calc(32px - 4px);
    margin-bottom: 8px;
}.statistical_summaryZ8Y2IKh .statistics_extra389gvKl {
    font-size: calc(13px - 1px);
}.statistical_summaryZ8Y2IKh .statistics_growCqZUK1l {
    padding: 15px 10px;
    min-width: calc(50% - 20px);
}.statistical_summaryZ8Y2IKh .smart_statisticsTli4BFf {
    height: 32px;
    width: 32px;
    margin-bottom: 10px;
}.statistical_summaryZ8Y2IKh .smart_statisticsTli4BFf::after {
    width: 38px;
    height: 38px;
}.statistical_summaryZ8Y2IKh .statistics_growCqZUK1l span {
    font-size: calc(23px);
}.statistical_summaryZ8Y2IKh .statistics_growCqZUK1l p {
    font-size: calc(13px - 1px);
}

}

@media screen and (max-width: 576px) {.statistical_summaryZ8Y2IKh {
    padding: 70px 0;
}.statistical_summaryZ8Y2IKh .container {
    padding: 0 15px;
}.statistical_summaryZ8Y2IKh .statistics_pluses1Go5hik {
    padding: 20px;
}.statistical_summaryZ8Y2IKh .study_gainAsPG59T {
    margin-bottom: 12px;
    height: 45px;
    padding: 10px;
    width: 45px;
}.statistical_summaryZ8Y2IKh .statistics_supportzFoYCKn {
    font-size: calc(32px - 6px);
}.statistical_summaryZ8Y2IKh .statistics_extra389gvKl {
    font-size: calc(13px - 2px);
}.statistical_summaryZ8Y2IKh .statistics_growCqZUK1l {
    padding: 15px;
    min-width: calc(85% - 20px);
}.statistical_summaryZ8Y2IKh .smart_statisticsTli4BFf {
    height: 30px;
    width: 30px;
}.statistical_summaryZ8Y2IKh .smart_statisticsTli4BFf::after {
    width: 36px;
    height: 36px;
}.statistical_summaryZ8Y2IKh .statistics_growCqZUK1l span {
    font-size: calc(23px - 1px);
}.statistical_summaryZ8Y2IKh .statistics_growCqZUK1l p {
    font-size: calc(13px - 2px);
}
}