* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}svg {
    width: 30px;
    height: 30px;
}.style-main-info {
    flex: 1 0 auto;
}.style-edu-links {
    flex: 0 0 auto;
}html,body {
    scroll-behavior: auto;
    font-family: Arial, sans-serif;
    height: 100%;
    color: #000000;
    min-height: 100%;
}a {
    text-decoration: none;
    color: inherit;
}header,footer {
    width: 100%;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1129px;
}::-webkit-scrollbar {
    height: 6px;
    width: 18px;
}::-webkit-scrollbar-button {
    height: 5px;
    width: 13px;
    background: rgb(212,204,209);
}::-webkit-scrollbar-track {
    background: linear-gradient(309deg, #ffffff 88%, rgb(255, 255, 255, 0.5) 67%, rgb(179,169,172,0.5) 66%, rgb(212,204,209) 62%, rgb(212,204,209,0.5) 85%, rgb(239,237,239) 47%);
    border: 1px dashed rgb(179,169,172);
}::-webkit-scrollbar-thumb {
    transition: all, border-radius 1.2s ease;
    background: rgb(255, 255, 255, 0.5);
    border-radius: 13%;
    border: 3px dashed rgb(239,237,239);
}::-webkit-scrollbar-thumb:hover {
    transform: scale(0.95);
    background: #ffffff;
}* {
    scrollbar-color: #ffffff rgb(239,237,239);
}.style-wrapper-segment {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    height: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
footer {
    position: relative;
    font-family: Arial, sans-serif;
    color: #ffffff;
    z-index: 1;
}footer::before {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgb(212,204,209,0.5) 50%, rgb(179,169,172,0.5) 100%);
    width: 100%;
    animation: gradientShift 15s ease infinite;
    left: 0;
    backdrop-filter: blur(8px);
    z-index: -1;
    top: 0;
    content: "";
    height: 100%;
    position: absolute;
}.style-edu-links {
    padding: 4.5rem 0 2rem;
    position: relative;
}.style-edu-links::before {
    right: 0;
    position: absolute;
    height: 1px;
    animation: shimmer 8s linear infinite;
    background: linear-gradient(to right, 
                transparent 0%, 
                rgb(212,204,209) 25%, 
                #ffffff 50%, 
                rgb(179,169,172) 75%, 
                transparent 100%);
    left: 0;
    top: 0;
    content: "";
}.style-edu-links .container {
    z-index: 1;
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}.style-edu-links .company_holder {
    flex: 1 1 350px;
    transform: translateY(0);
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15), 
                inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    margin-right: 2rem;
    padding: 1.5rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 22px;
    backdrop-filter: blur(15px);
}.style-edu-links .company_holder:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), 
                inset 0 0 0 1px rgba(255, 255, 255, 0.15),
                0 0 20px rgb(212,204,209,0.5);
    transform: translateY(-5px);
}.style-edu-links .company_holder h3 {
    display: inline-block;
    color: #ffffff;
    position: relative;
    margin-bottom: 1.25rem;
    font-weight: 700;
    font-size: calc(36px * 0.85);
}.style-edu-links .company_holder h3::after {
    content: "";
    transform-origin: left;
    transform: scaleX(0.3);
    background: linear-gradient(to right, rgb(212,204,209), rgb(179,169,172));
    height: 2px;
    bottom: -8px;
    width: 100%;
    position: absolute;
    left: 0;
    transition: transform 0.5s ease;
}.style-edu-links .company_holder:hover h3::after {
    transform: scaleX(1);
}.style-edu-links .style-biz-learnings {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
    max-width: 450px;
    margin-top: 1rem;
    font-size: 12px;
}.style-edu-links .style-donate-btn {
    flex: 1 1 450px;
    position: relative;
}.style-edu-links .style-main-core {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
}.style-edu-links .style-donate-btn .style-main-core {
    justify-content: flex-end;
}.style-edu-links .style-main-master {
    overflow: hidden;
    border-radius: 22px;
    position: relative;
    background: rgba(255, 255, 255, 0.05);
    padding: 1.5rem;
    transition: all 0.3s ease;
    flex: 1 1 200px;
    backdrop-filter: blur(10px);
}.style-edu-links .style-main-master h5 {
    color: #ffffff;
    position: relative;
    margin-bottom: 1.25rem;
    font-weight: 600;
    font-size: 19px;
    display: inline-block;
}.style-edu-links .style-main-master h5::before {
    height: 2px;
    background: rgb(212,204,209);
    bottom: -6px;
    width: 40px;
    transition: width 0.3s ease;
    content: "";
    left: 0;
    position: absolute;
}.style-edu-links .style-main-master:hover h5::before {
    width: 100%;
}.style-edu-links .style-main-master .style-main-core {
    gap: 0.75rem;
    display: flex;
    flex-direction: column;
}.style-edu-links .style-main-master a {
    border-radius: 10px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8);
    transition: all 0.3s ease;
    padding: 0.25rem 0.5rem;
    display: block;
    z-index: 1;
    position: relative;
    text-decoration: none;
}.style-edu-links .style-main-master a::before {
    transition: width 0.3s ease;
    width: 0;
    left: 0;
    bottom: 0;
    height: 1px;
    z-index: -1;
    position: absolute;
    background: linear-gradient(to right, rgb(212,204,209), rgb(179,169,172));
    content: "";
}.style-edu-links .style-main-master a:hover {
    transform: translateX(5px);
    color: #ffffff;
}.style-edu-links .style-main-master a:hover::before {
    width: 100%;
}.style-eng-center {
    position: relative;
    padding: 1.5rem 0;
    backdrop-filter: blur(15px);
    background: rgba(0, 0, 0, 0.5);
    overflow: hidden;
}.style-eng-center::before {
    background: linear-gradient(to right, 
                transparent 0%, 
                rgb(179,169,172) 25%, 
                #ffffff 50%, 
                rgb(212,204,209) 75%, 
                transparent 100%);
    left: 0;
    content: "";
    top: 0;
    height: 1px;
    right: 0;
    position: absolute;
}.style-eng-center .container {
    align-items: center;
    display: flex;
    position: relative;
    justify-content: center;
}.style-eng-center .style-cheat-sheet {
    font-size: 15px;
    border-radius: 30px;
    padding: 0.5rem 1rem;
    color: rgba(255, 255, 255, 0.7);
    background: rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: all 0.3s ease;
    backdrop-filter: blur(5px);
    position: relative;
}.style-eng-center .style-cheat-sheet:hover {
    box-shadow: 0 0 15px rgb(212,204,209,0.5);
    color: #ffffff;
    background: rgba(0, 0, 0, 0.2);
}

@keyframes gradientShift {
    0%, 100% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
}

@keyframes shimmer {
    0% {
        background-position: -1000px 0;
    }
    100% {
        background-position: 1000px 0;
    }
}

@keyframes pulsate {
    0%, 100% {
        opacity: 0.4;
        transform: scale(1);
    }
    50% {
        opacity: 0.6;
        transform: scale(1.05);
    }
}

@media (max-width: 992px) {.style-edu-links {
    padding: 3.5rem 0 2rem;
}.style-edu-links .container {
    flex-direction: column;
}.style-edu-links .company_holder {
    margin-bottom: 2rem;
    flex: 1 1 100%;
    margin-right: 0;
}.style-edu-links .style-donate-btn {
    flex: 1 1 100%;
}.style-edu-links .style-donate-btn .style-main-core {
    justify-content: space-between;
}.style-edu-links .style-main-master {
    flex: 1 1 calc(50% - 1rem);
}
}

@media (max-width: 768px) {.style-edu-links {
    padding: 3rem 0 1.5rem;
}.style-edu-links::before {
    height: 2px;
}.style-edu-links .company_holder {
    padding: 1.25rem;
}.style-edu-links .style-main-master {
    margin-bottom: 1rem;
    flex: 1 1 100%;
}.style-edu-links .style-donate-btn .style-main-core {
    flex-direction: column;
}.style-eng-center {
    padding: 1.25rem 0;
}.style-eng-center::before {
    height: 2px;
}
}

@media (max-width: 576px) {.style-edu-links {
    padding: 2.5rem 0 1rem;
}.style-edu-links .company_holder h3 {
    font-size: calc(36px * 0.75);
}.style-edu-links .style-biz-learnings {
    font-size: calc(12px * 0.9);
}.style-edu-links .style-main-master h5 {
    font-size: calc(19px * 0.9);
}.style-edu-links .style-main-master a {
    font-size: calc(12px * 0.9);
}.style-eng-center .style-cheat-sheet {
    font-size: calc(15px * 0.9);
    padding: 0.4rem 0.8rem;
}}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-30px) scale(1.1);
    }
}

.style-edu-links .style-main-core a::after {
    content: "";
    transition: transform 0.3s ease;
    top: 50%;
    width: 4px;
    left: -10px;
    background: rgb(212,204,209);
    height: 4px;
    border-radius: 50%;
    transform: translateY(-50%) scale(0);
    position: absolute;
}.style-edu-links .style-main-core a:hover::after {
    transform: translateY(-50%) scale(1);
}.style-edu-links .style-biz-learnings::before {
    width: 0;
    content: "";
    position: absolute;
    height: 0;
    transition: width 0.5s ease 0.3s, height 0.5s ease;
    top: -10px;
    left: -10px;
    border: 1px solid transparent;
}.style-edu-links .style-biz-learnings::after {
    border: 1px solid transparent;
    width: 0;
    position: absolute;
    bottom: -10px;
    height: 0;
    transition: width 0.5s ease 0.3s, height 0.5s ease;
    right: -10px;
    content: "";
}.style-edu-links .company_holder:hover .style-biz-learnings::before {
    border-right-color: rgb(212,204,209,0.5);
    border-top-color: rgb(212,204,209,0.5);
    transition: width 0.5s ease, height 0.5s ease 0.3s;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
}.style-edu-links .company_holder:hover .style-biz-learnings::after {
    height: calc(100% + 20px);
    transition: width 0.5s ease, height 0.5s ease 0.3s;
    border-left-color: rgb(179,169,172,0.5);
    border-bottom-color: rgb(179,169,172,0.5);
    width: calc(100% + 20px);
}.style-customer-reviews {
    padding: 100px 0 120px;
    overflow: hidden;
    position: relative;
    background: linear-gradient(to right, rgb(239,237,239), #ffffff);
}.style-customer-reviews::before {
    content: "";
    height: 100%;
    z-index: 0;
    opacity: 0.2;
    width: 100%;
    top: 0;
    left: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgb(212,204,209,0.5) 0,
        rgb(212,204,209,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    position: absolute;
}.style-customer-reviews .style-fast-learning {
    margin: 0 auto;
    padding: 0 30px;
    max-width: 1200px;
    position: relative;
    z-index: 1;
}.style-customer-reviews h4 {
    transform: skewY(0);
    font-weight: 700;
    display: block;
    text-align: center;
    position: relative;
    font-size: 45px;
    color: #000000;
    margin-bottom: 60px;
}.style-customer-reviews h4::after {
    left: -10%;
    bottom: -20px;
    transform: skewX(0);
    width: 120%;
    background: rgb(212,204,209);
    position: absolute;
    height: 10px;
    content: "";
}.style-customer-reviews .style-review-testimonials {
    justify-content: center;
    display: flex;
    position: relative;
    flex-wrap: wrap;
}.style-customer-reviews .style-student-testimonials {
    margin: 0 20px 40px;
    flex-direction: column;
    width: calc(33.333% - 40px);
    display: flex;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: translateY(0);
    position: relative;
    padding: 30px 0;
}.style-customer-reviews .style-student-testimonials:hover {
    transform: translateY(-15px);
}.style-customer-reviews .style-student-testimonials::before {
    top: 0;
    height: 0;
    position: absolute;
    width: 2px;
    background: rgb(212,204,209);
    content: "";
    left: 0;
    transition: height 0.5s ease;
}.style-customer-reviews .style-student-testimonials:hover::before {
    height: 100%;
}.style-customer-reviews .style-student-testimonials::after {
    bottom: 0;
    background: rgb(212,204,209);
    width: 0;
    content: "";
    position: absolute;
    height: 2px;
    transition: width 0.5s ease 0.2s;
    left: 0;
}.style-customer-reviews .style-student-testimonials:hover::after {
    width: 100%;
}.style-customer-reviews .style-img-round {
    overflow: hidden;
    border-radius: 24px;
    position: relative;
    margin-bottom: 20px;
    transition: all 0.3s ease;
    box-shadow: 5px 5px 0 rgb(179,169,172,0.5);
    height: 80px;
    width: 80px;
    transform: rotate(-3deg);
}.style-customer-reviews .style-student-testimonials:hover .style-img-round {
    box-shadow: 10px 10px 0 rgb(179,169,172,0.5);
    transform: rotate(0deg);
}.style-customer-reviews .style-student-testimonials span {
    margin: 10px 0;
    color: #000000;
    font-size: calc(16px * 1.1);
    padding-left: 15px;
    position: relative;
    transform: translateX(0);
    transition: transform 0.3s ease;
    font-weight: 600;
}.style-customer-reviews .style-student-testimonials:hover span {
    transform: translateX(10px);
    color: rgb(212,204,209);
}.style-customer-reviews .style-student-testimonials p {
    position: relative;
    transition: border-left-color 0.3s ease;
    color: #000000;
    padding-left: 15px;
    font-size: 16px;
    margin-top: 15px;
    line-height: 1.7;
    border-left: 1px dashed rgb(179,169,172,0.5);
}.style-customer-reviews .style-student-testimonials:hover p {
    border-left-color: rgb(212,204,209);
}.style-customer-reviews .style-student-testimonials:nth-child(3n+1) {
    transform: translateY(20px);
}.style-customer-reviews .style-student-testimonials:nth-child(3n+2) {
    transform: translateY(40px);
}.style-customer-reviews .style-student-testimonials:nth-child(3n+1):hover {
    transform: translateY(5px);
}.style-customer-reviews .style-student-testimonials:nth-child(3n+2):hover {
    transform: translateY(25px);
}

@media (max-width: 1024px) {.style-customer-reviews .style-student-testimonials {
    width: calc(50% - 40px);
}.style-customer-reviews .style-student-testimonials:nth-child(2n+1) {
    transform: translateY(20px);
}.style-customer-reviews .style-student-testimonials:nth-child(2n+2) {
    transform: translateY(40px);
}.style-customer-reviews .style-student-testimonials:nth-child(2n+1):hover {
    transform: translateY(5px);
}.style-customer-reviews .style-student-testimonials:nth-child(2n+2):hover {
    transform: translateY(25px);
}.style-customer-reviews h4 {
    font-size: calc(45px * 0.9);
}
}

@media (max-width: 768px) {.style-customer-reviews {
    padding: 70px 0 90px;
}.style-customer-reviews .style-student-testimonials {
    transform: translateY(0) !important;
    width: 100%;
    margin: 0 0 50px;
}.style-customer-reviews .style-student-testimonials:hover {
    transform: translateY(-10px) !important;
}.style-customer-reviews h4 {
    font-size: calc(45px * 0.8);
}.style-customer-reviews h4::after {
    width: 80%;
    left: 10%;
    transform: skewX(0);
}}.style-check-it-out-now {
    background: linear-gradient(135deg, rgb(212,204,209) 0%, rgb(179,169,172) 100%);
    z-index: 1;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
    padding: 4rem 2rem;
}.style-check-it-out-now::before {
    z-index: -1;
    height: 100%;
    opacity: 0.1;
    content: "";
    width: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgb(212,204,209,0.5) 0px,
        rgb(212,204,209,0.5) 10px,
        transparent 10px,
        transparent 20px
    );
    top: 0;
    position: absolute;
    left: 0;
}.style-check-it-out-now::after {
    animation: pulse 8s infinite alternate ease-in-out;
    content: "";
    right: -50px;
    width: 200px;
    z-index: -1;
    transform: translateZ(0);
    position: absolute;
    bottom: -50px;
    height: 200px;
    background: rgb(179,169,172);
    border-radius: 50%;
    opacity: 0.2;
}.style-check-it-out-now .container {
    justify-content: center;
    display: flex;
    position: relative;
    transform: translateZ(0);
    align-items: center;
    flex-direction: column;
    margin: 0 auto;
    gap: 2.5rem;
    max-width: 1140px;
}.style-check-it-out-now h6 {
    letter-spacing: 0.5px;
    line-height: 1.6;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    transform: translateY(0);
    animation: slideInUp 0.8s ease-out forwards;
    max-width: 800px;
    position: relative;
}.style-check-it-out-now h6::after {
    opacity: 0.7;
    position: absolute;
    bottom: -15px;
    left: 50%;
    background: #ffffff;
    width: 50px;
    transform: translateX(-50%);
    content: "";
    height: 2px;
}.style-check-it-out-now div div {
    justify-content: center;
    animation: fadeInUp 0.8s ease-out 0.3s forwards;
    transform: translateY(20px);
    display: flex;
    opacity: 0;
}.style-check-it-out-now div span {
    position: relative;
    transform: perspective(1000px) rotateX(0);
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}.style-check-it-out-now div span:hover {
    transform: perspective(1000px) rotateX(10deg) translateY(-5px);
}.style-check-it-out-now .style-inquiry-feedback {
    z-index: 1;
    background: #ffffff;
    font-size: 16px;
    border-radius: 10px;
    padding: 15px 30px;
    color: rgb(212,204,209);
    overflow: hidden;
    transition: all 0.4s ease;
    text-decoration: none;
    position: relative;
    display: inline-block;
    font-weight: 600;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}.style-check-it-out-now .style-inquiry-feedback::before {
    content: "";
    z-index: -1;
    position: absolute;
    width: 100%;
    transition: left 0.7s ease;
    height: 100%;
    left: -100%;
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
}.style-check-it-out-now .style-inquiry-feedback:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
    color: rgb(179,169,172);
}.style-check-it-out-now .style-inquiry-feedback:hover::before {
    left: 100%;
}.style-check-it-out-now .style-inquiry-feedback span {
    position: relative;
    z-index: 2;
    transition: transform 0.3s ease;
}.style-check-it-out-now .style-inquiry-feedback:hover span {
    transform: scale(1.05);
}.style-check-it-out-now .style-inquiry-feedback:active {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    transform: translateY(1px);
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1) rotate(0deg);
    }
    50% {
        transform: scale(1.2) rotate(10deg);
    }
}

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

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

@media (max-width: 991px) {.style-check-it-out-now {
    padding: 3.5rem 1.5rem;
}.style-check-it-out-now h6 {
    font-size: calc(16px - 2px);
}
}

@media (max-width: 767px) {.style-check-it-out-now {
    padding: 3rem 1rem;
}.style-check-it-out-now .container {
    gap: 2rem;
}.style-check-it-out-now h6 {
    font-size: calc(16px - 4px);
}.style-check-it-out-now .style-inquiry-feedback {
    padding: 12px 25px;
    font-size: calc(16px - 1px);
}
}

@media (max-width: 575px) {.style-check-it-out-now {
    padding: 2.5rem 1rem;
}.style-check-it-out-now h6 {
    line-height: 1.5;
}.style-check-it-out-now h6::after {
    width: 40px;
    bottom: -10px;
}.style-check-it-out-now .style-inquiry-feedback {
    padding: 10px 20px;
}}.style-future-students {
    background: linear-gradient(135deg, rgb(239,237,239) 0%, rgb(212,204,209,0.5) 100%);
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}.style-future-students::before {
    width: 100%;
    z-index: 0;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    opacity: 0.6;
    background: 
        radial-gradient(
            circle at 70% 20%, 
            rgb(179,169,172,0.5) 0%, 
            transparent 50%
        );
    position: absolute;
}.style-future-students::after {
    height: 200px;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 0;
    background: 
        linear-gradient(
            to top,
            rgb(239,237,239) 0%,
            transparent 100%
        );
    position: absolute;
}.style-future-students .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 1;
    position: relative;
}.style-future-students .style-fast-learning {
    padding: 0 50px;
    position: relative;
    overflow: visible;
}.style-future-students h4 {
    color: #000000;
    font-size: 46px;
    position: relative;
    padding-left: 25px;
    line-height: 1.2;
    font-weight: 700;
    max-width: 700px;
    margin-bottom: 80px;
}.style-future-students h4::before {
    width: 6px;
    bottom: 15px;
    top: 15px;
    content: "";
    background: linear-gradient(180deg, rgb(212,204,209), rgb(179,169,172));
    left: 0;
    position: absolute;
    border-radius: 3px;
}.style-future-students div {
    position: relative;
    display: flex;
    flex-direction: column;
}.style-future-students div::before {
    top: 0;
    background: linear-gradient(180deg, rgb(212,204,209,0.5), rgb(179,169,172,0.5));
    width: 2px;
    content: "";
    opacity: 0.5;
    left: 36px;
    height: 100%;
    position: absolute;
}.style-future-students div p {
    align-items: flex-start;
    padding-left: 85px;
    display: flex;
    position: relative;
    line-height: 1.6;
    color: #000000;
    margin: 0 0 35px 0;
    transition: all 0.3s ease;
    font-size: 12px;
}.style-future-students div p:last-child {
    margin-bottom: 0;
}.style-future-students div p:hover {
    transform: translateX(10px);
}.style-future-students div p svg {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    padding: 8px;
    transition: all 0.3s ease;
    width: 32px;
    position: absolute;
    background: #ffffff;
    height: 32px;
    left: 20px;
    z-index: 2;
    top: 0;
    border-radius: 50%;
}.style-future-students div p:hover svg {
    transform: scale(1.2);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}.style-future-students div p svg path {
    transition: fill 0.3s ease;
    fill: rgb(212,204,209);
}.style-future-students div p:hover svg path {
    fill: rgb(179,169,172);
}.style-future-students div p::before {
    position: absolute;
    top: 16px;
    background: rgb(212,204,209);
    content: "";
    width: 10px;
    left: 75px;
    height: 2px;
    opacity: 0;
    transition: all 0.3s ease;
}.style-future-students div p:hover::before {
    opacity: 1;
    width: 20px;
}.style-future-students div p::after {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    width: calc(100% - 60px);
    transform: scale(0.95);
    background: #ffffff;
    position: absolute;
    transition: all 0.3s ease;
    z-index: -1;
    top: -10px;
    left: 60px;
    content: "";
    opacity: 0;
    border-radius: 14px;
    height: calc(100% + 20px);
}.style-future-students div p:hover::after {
    opacity: 1;
    transform: scale(1);
}

@media (max-width: 991px) {.style-future-students {
    padding: 100px 0;
}.style-future-students .style-fast-learning {
    padding: 0 30px;
}.style-future-students h4 {
    font-size: calc(46px - 6px);
    margin-bottom: 60px;
}.style-future-students div p {
    padding-left: 75px;
    margin-bottom: 30px;
}.style-future-students div::before {
    left: 31px;
}.style-future-students div p svg {
    width: 28px;
    left: 17px;
    height: 28px;
}.style-future-students div p::before {
    left: 65px;
}.style-future-students div p::after {
    width: calc(100% - 50px);
    left: 50px;
}
}

@media (max-width: 767px) {.style-future-students {
    padding: 80px 0;
}.style-future-students .style-fast-learning {
    padding: 0 20px;
}.style-future-students h4 {
    font-size: calc(46px - 12px);
    margin-bottom: 50px;
    padding-left: 20px;
}.style-future-students h4::before {
    width: 4px;
}.style-future-students div p {
    margin-bottom: 25px;
    padding-left: 65px;
}.style-future-students div::before {
    left: 28px;
}.style-future-students div p svg {
    left: 16px;
    height: 24px;
    width: 24px;
}.style-future-students div p::before {
    top: 14px;
    left: 55px;
}.style-future-students div p::after {
    width: calc(100% - 45px);
    left: 45px;
}
}

@media (max-width: 479px) {.style-future-students {
    padding: 60px 0;
}.style-future-students .style-fast-learning {
    padding: 0 10px;
}.style-future-students h4 {
    margin-bottom: 40px;
    padding-left: 15px;
    font-size: calc(46px - 18px);
}.style-future-students div p {
    font-size: calc(12px - 1px);
    margin-bottom: 20px;
    padding-left: 55px;
}.style-future-students div::before {
    left: 23px;
}.style-future-students div p svg {
    left: 13px;
    width: 20px;
    padding: 6px;
    height: 20px;
}.style-future-students div p::before {
    top: 10px;
    left: 45px;
}.style-future-students div p::after {
    left: 40px;
    width: calc(100% - 40px);
}}.style-contact-form-section {
    overflow: hidden;
    position: relative;
    padding: 90px 0;
    background: linear-gradient(160deg, rgb(239,237,239) 0%, rgb(212,204,209,0.5) 100%);
}.style-contact-form-section::before {
    width: 100%;
    background: repeating-linear-gradient(
        -45deg,
        rgb(212,204,209,0.5),
        rgb(212,204,209,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    position: absolute;
    content: "";
    opacity: 0.03;
    top: 0;
    height: 100%;
    left: 0;
}.style-contact-form-section .container {
    z-index: 1;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
}.style-contact-form-section h2 {
    font-weight: 700;
    text-align: center;
    font-size: 45px;
    color: #000000;
    position: relative;
    margin-bottom: 50px;
    font-family: Arial, sans-serif;
}.style-contact-form-section .style-help-info {
    flex-direction: column;
    background: #ffffff;
    border-radius: 17px;
    max-width: 800px;
    display: flex;
    margin: 0 auto;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
    overflow: hidden;
}.style-contact-form-section .style-img-round {
    width: 100%;
    position: relative;
    height: 200px;
}.style-contact-form-section .style-request-help {
    position: relative;
    width: 100%;
    padding: 50px;
}.style-contact-form-section form {
    width: 100%;
}.style-contact-form-section form h3 {
    margin-bottom: 30px;
    color: #000000;
    font-weight: 700;
    display: inline-block;
    font-family: Arial, sans-serif;
    font-size: 22px;
    position: relative;
}.style-contact-form-section form h3::after {
    position: absolute;
    left: 0;
    height: 3px;
    border-radius: 1.5px;
    background: rgb(212,204,209);
    width: 100%;
    content: "";
    bottom: -10px;
}.style-contact-form-section form input[type="text"] {
    border: 2px solid transparent;
    font-family: Arial, sans-serif;
    padding: 15px 20px;
    font-size: 17px;
    color: #000000;
    width: 100%;
    margin-bottom: 20px;
    background: rgb(239,237,239);
    border-radius: 10px;
    transition: all 0.3s ease;
}.style-contact-form-section form input[type="text"]:focus {
    border-color: rgb(212,204,209);
    outline: none;
}.style-contact-form-section form input[type="text"]::placeholder {
    color: rgba(0, 0, 0, 0.35);
}.style-contact-form-section .style-help-message {
    margin-bottom: 30px;
    align-items: flex-start;
    display: flex;
}.style-contact-form-section .style-help-message input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.style-contact-form-section .style-help-message label {
    padding-left: 35px;
    position: relative;
    font-size: 16px;
    cursor: pointer;
    line-height: 1.6;
    color: #000000;
}.style-contact-form-section .style-help-message label::before {
    height: 22px;
    content: "";
    top: 2px;
    background: rgb(239,237,239);
    left: 0;
    position: absolute;
    width: 22px;
    border-radius: 10px;
    transition: all 0.3s ease;
}.style-contact-form-section .style-help-message input[type="checkbox"]:checked + label::before {
    background: rgb(212,204,209);
}.style-contact-form-section .style-help-message input[type="checkbox"]:checked + label::after {
    height: 12px;
    position: absolute;
    width: 6px;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    left: 8px;
    transform: rotate(45deg);
    content: "";
    top: 5px;
}.style-contact-form-section .style-help-message label a {
    color: rgb(212,204,209);
    transition: all 0.3s ease;
    text-decoration: none;
}.style-contact-form-section .style-help-message label a:hover {
    text-decoration: underline;
}.style-contact-form-section form .style-inquiry-feedback {
    position: relative;
    padding: 16px 20px;
    transition: all 0.3s ease;
    border: none;
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    background: rgb(212,204,209);
    width: 100%;
    color: #ffffff;
    cursor: pointer;
    border-radius: 10px;
    overflow: hidden;
    font-family: Arial, sans-serif;
}.style-contact-form-section form .style-inquiry-feedback:hover {
    background: rgb(179,169,172);
}.style-contact-form-section svg {
    fill: rgb(212,204,209);
    width: 20px;
    height: 20px;
}.style-contact-form-section svg path {
    fill: rgb(212,204,209);
    transition: fill 0.3s ease;
}

@media screen and (min-width: 768px) {.style-contact-form-section .style-help-info {
    max-width: 1000px;
    flex-direction: row;
}.style-contact-form-section .style-img-round {
    height: auto;
    min-height: 400px;
    width: 40%;
}.style-contact-form-section .style-request-help {
    width: 60%;
}
}

@media screen and (min-width: 992px) {.style-contact-form-section .style-img-round {
    width: 50%;
}.style-contact-form-section .style-request-help {
    width: 50%;
    padding: 60px;
}
}

@media screen and (min-width: 1200px) {.style-contact-form-section .style-help-info {
    max-width: 1100px;
}.style-contact-form-section .style-img-round {
    min-height: 500px;
}
}

@media screen and (max-width: 576px) {.style-contact-form-section {
    padding: 60px 0;
}.style-contact-form-section h2 {
    font-size: calc(45px * 0.7);
    margin-bottom: 30px;
}.style-contact-form-section .style-request-help {
    padding: 30px 20px;
}.style-contact-form-section form h3 {
    font-size: calc(22px * 0.9);
}}.style-membership-plan {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
    color: #ffffff;
}.style-membership-plan::before {
    left: 0;
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    content: '';
    z-index: 1;
    background: linear-gradient(135deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.6) 100%);
}.style-membership-plan .container {
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
}.style-membership-plan .style-study-sub {
    position: relative;
}.style-membership-plan h2 {
    text-align: center;
    margin-bottom: 25px;
    animation: titleFloat 6s ease-in-out infinite;
    -webkit-background-clip: text !important;
    background: linear-gradient(90deg, rgb(212,204,209) 0%, rgb(179,169,172) 100%);
    font-weight: 700;
    color: transparent;
    background-clip: text !important;
    position: relative;
    font-size: 33px;
    transform: translateY(0);
}.style-membership-plan h2::after {
    width: 80px;
    transform: translateX(-50%);
    background: rgb(179,169,172);
    left: 50%;
    bottom: -10px;
    position: absolute;
    content: '';
    height: 3px;
}.style-membership-plan .style-price-opts {
    opacity: 0.9;
    font-size: calc(16px + 2px);
    margin: 0 auto 50px;
    color: #ffffff;
    text-align: center;
    line-height: 1.6;
    max-width: 700px;
}.style-membership-plan .style-skill-plans {
    display: grid;
    margin: 0;
    padding: 0;
    gap: 30px;
    list-style: none;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}.style-membership-plan .style-skill-plans li {
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
}.style-membership-plan .style-skill-plans li:hover {
    transform: translateY(-10px);
    z-index: 3;
}.style-membership-plan .style-deal-opts {
    position: relative;
    height: 100%;
    display: block;
    text-decoration: none;
    color: #ffffff;
    overflow: hidden;
}.style-membership-plan .style-payment-option {
    -webkit-backdrop-filter: blur(10px);
    height: 100%;
    background: linear-gradient(145deg, rgba(41, 41, 41, 0.8) 0%, rgba(25, 25, 25, 0.9) 100%);
    padding: 35px 30px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3), 0 5px 15px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    transition: all 0.4s ease;
    backdrop-filter: blur(10px);
}.style-membership-plan .style-payment-option::before {
    transition: transform 0.5s ease;
    left: 0;
    height: 5px;
    transform: scaleX(0);
    width: 100%;
    transform-origin: left;
    background: linear-gradient(90deg, rgb(212,204,209), rgb(179,169,172));
    position: absolute;
    top: 0;
    content: '';
}.style-membership-plan .style-deal-opts:hover .style-payment-option::before {
    transform: scaleX(1);
}.style-membership-plan .style-payment-option::after {
    bottom: 0;
    transition: opacity 0.5s ease;
    content: '';
    right: 0;
    opacity: 0;
    height: 60px;
    position: absolute;
    background: linear-gradient(135deg, transparent 50%, rgb(179,169,172,0.5) 50%);
    width: 60px;
}.style-membership-plan .style-deal-opts:hover .style-payment-option::after {
    opacity: 1;
}.style-membership-plan .style-study-costsRqczV {
    position: relative;
    z-index: 2;
}.style-membership-plan .style-study-costsRqczV h4 {
    font-size: calc(24px + 2px);
    position: relative;
    display: inline-block;
    font-weight: 700;
    margin: 0 0 20px;
    color: #ffffff;
}.style-membership-plan .style-study-costsRqczV h4::after {
    bottom: -8px;
    content: '';
    width: 40px;
    position: absolute;
    transition: width 0.4s ease;
    background: rgb(212,204,209);
    left: 0;
    height: 2px;
}.style-membership-plan .style-deal-opts:hover .style-study-costsRqczV h4::after {
    width: 100%;
}.style-membership-plan .style-study-costsRqczV p {
    overflow-wrap: break-word;
    max-height: 200px;
    word-break: break-word;
    padding-right: 5px;
    overflow-y: auto;
    color: rgba(255, 255, 255, 0.8);
    margin: 0 0 30px;
    line-height: 1.6;
    font-size: 16px;
}.style-membership-plan .style-study-costsRqczV p::-webkit-scrollbar {
    width: 4px;
}.style-membership-plan .style-study-costsRqczV p::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
}.style-membership-plan .style-study-costsRqczV p::-webkit-scrollbar-thumb {
    background: rgb(212,204,209,0.5);
}.style-membership-plan .style-lesson-fees {
    position: relative;
    padding: 10px 0;
    font-weight: 700;
    font-size: calc(24px + 4px);
    display: block;
    color: #ffffff;
    margin-top: 15px;
}.style-membership-plan .style-lesson-fees::before {
    position: absolute;
    content: '';
    width: 40px;
    height: 1px;
    left: 0;
    background: rgba(255, 255, 255, 0.2);
    top: 0;
}

@keyframes titleFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

@media (max-width: 991px) {.style-membership-plan {
    padding: 80px 0;
}.style-membership-plan .style-skill-plans {
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}.style-membership-plan .style-payment-option {
    padding: 25px 20px;
}.style-membership-plan .style-study-costsRqczV p {
    font-size: calc(16px - 1px);
    max-height: 150px;
}.style-membership-plan .style-lesson-fees {
    font-size: calc(24px + 2px);
}
}

@media (max-width: 767px) {.style-membership-plan {
    padding: 60px 0;
}.style-membership-plan h2 {
    font-size: calc(33px - 4px);
}.style-membership-plan .style-price-opts {
    margin-bottom: 30px;
    font-size: 16px;
}.style-membership-plan .style-skill-plans {
    margin: 0 auto;
    grid-template-columns: 1fr;
    max-width: 450px;
}.style-membership-plan .style-study-costsRqczV h4 {
    font-size: 24px;
}.style-membership-plan .style-lesson-fees {
    font-size: 24px;
}
}

@media (max-width: 480px) {.style-membership-plan {
    padding: 50px 0;
}.style-membership-plan h2 {
    font-size: calc(33px - 8px);
}.style-membership-plan .style-price-opts {
    font-size: calc(16px - 2px);
}.style-membership-plan .style-payment-option {
    padding: 20px 15px;
}.style-membership-plan .style-study-costsRqczV p {
    font-size: calc(16px - 2px);
}}.style-title-intro {
    position: relative;
    overflow: hidden;
    padding: 4rem 2rem;
    background: linear-gradient(135deg, rgb(239,237,239) 0%, rgba(94,170,168,0.1) 100%);
}.style-title-intro::before {
    background-size: 50px 50px;
    background: 
        linear-gradient(45deg, transparent 49.5%, rgba(94,170,168,0.1) 49.5%, rgba(94,170,168,0.1) 50.5%, transparent 50.5%),
        linear-gradient(-45deg, transparent 49.5%, rgba(94,170,168,0.1) 49.5%, rgba(94,170,168,0.1) 50.5%, transparent 50.5%);
    opacity: 0.5;
    bottom: 0;
    top: 0;
    z-index: 0;
    animation: backgroundShift 60s linear infinite;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
}@keyframes backgroundShift {
    0% { background-position: 0 0; }
    100% { background-position: 100px 100px; }
}

.style-title-intro h1 {
    font-size: 22px;
    z-index: 2;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
    transform: translateY(0);
    font-weight: 600;
    letter-spacing: 1px;
    opacity: 1;
    text-align: center;
    color: rgb(179,169,172);
    margin-bottom: 2rem;
}.style-title-intro .style-fast-learning {
    flex-direction: column;
    gap: 2rem;
    display: flex;
    z-index: 1;
    position: relative;
}.style-title-intro .style-text-element {
    border-left: 4px solid rgb(179,169,172);
    flex: 1;
    z-index: 3;
    opacity: 1;
    padding: 2.5rem;
    box-shadow: 0 10px 30px rgba(94,170,168,0.15);
    position: relative;
    background: linear-gradient(to right, rgba(255,255,255,0.95), rgba(255,255,255,0.85));
    backdrop-filter: blur(10px);
    transform: translateX(0);
    transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}.style-title-intro .style-text-element::before {
    left: 0;
    background: linear-gradient(45deg, transparent 98%, rgb(179,169,172) 98%);
    position: absolute;
    width: 100%;
    z-index: -1;
    opacity: 0.3;
    content: "";
    top: 0;
    height: 100%;
}.style-title-intro ol {
    padding: 0;
    list-style: none;
    margin: 0;
}.style-title-intro li {
    margin-bottom: 2rem;
}.style-title-intro li:last-child {
    margin-bottom: 0;
}.style-title-intro .style-tech-study {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
}.style-title-intro svg {
    width: 120px;
    transform: translateY(0) rotate(0);
    filter: drop-shadow(0 4px 6px rgba(94,170,168,0.2));
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    margin-bottom: 1.5rem;
    height: 120px;
}.style-title-intro svg:hover {
    transform: translateY(-5px) rotate(2deg);
}.style-title-intro svg path {
    fill: rgb(94,170,168);
    transition: fill 0.3s ease;
}.style-title-intro svg text {
    fill: rgb(94,170,168);
    transition: fill 0.3s ease;
    font-family: Arial, sans-serif;
}.style-title-intro .style-tech-study p {
    position: relative;
    color: #000000;
    max-width: 90%;
    line-height: 1.6;
    font-size: calc(14px * 1.1);
    margin-bottom: 1.5rem;
}.style-title-intro .style-inquiry-feedback {
    box-shadow: 0 4px 15px rgba(94,170,168,0.2);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    background: linear-gradient(135deg, rgb(179,169,172) 0%, rgba(94,170,168,0.9) 100%);
    font-weight: 600;
    padding: 1rem 2rem;
    display: inline-block;
    overflow: hidden;
    font-size: 19px;
    transform: translateY(0);
    text-decoration: none;
    border: none;
    letter-spacing: 0.5px;
    color: #ffffff;
    position: relative;
    text-align: center;
}.style-title-intro .style-inquiry-feedback::before {
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    width: 100%;
    content: "";
    left: -100%;
    height: 100%;
    transition: left 0.7s ease;
    position: absolute;
    top: 0;
}.style-title-intro .style-inquiry-feedback:hover {
    box-shadow: 0 8px 20px rgba(94,170,168,0.3);
    transform: translateY(-3px);
}.style-title-intro .style-inquiry-feedback:hover::before {
    left: 100%;
}.style-title-intro .style-img-round {
    height: 300px;
    overflow: hidden;
    transform: scale(1);
    transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
    width: 100%;
}.style-title-intro .style-img-round::before {
    top: 0;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 1;
    background: linear-gradient(to bottom, transparent 70%, rgba(94,170,168,0.4));
    bottom: 0;
    content: "";
}.style-title-intro .style-img-round::after {
    right: 0;
    opacity: 0;
    top: 0;
    mix-blend-mode: color;
    background: rgba(94,170,168,0.2);
    z-index: 1;
    left: 0;
    position: absolute;
    transition: opacity 0.5s ease;
    content: "";
    bottom: 0;
}.style-title-intro .style-img-round:hover {
    transform: scale(1.02);
}.style-title-intro .style-img-round:hover::after {
    opacity: 1;
}

@media (min-width: 768px) {.style-title-intro {
    padding: 6rem 3rem;
}.style-title-intro::before {
    background-size: 80px 80px;
}.style-title-intro h1 {
    font-size: calc(22px * 1.2);
    margin-bottom: 3rem;
}.style-title-intro .style-fast-learning {
    flex-direction: row;
    align-items: center;
}.style-title-intro .style-text-element {
    padding: 3rem;
    margin-right: -4rem;
    clip-path: polygon(0 0, 95% 0, 100% 100%, 0 100%);
}.style-title-intro .style-img-round {
    flex: 1;
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0 100%);
    height: 450px;
}.style-title-intro svg {
    height: 150px;
    width: 150px;
}.style-title-intro .style-tech-study p {
    max-width: 80%;
    font-size: calc(14px * 1.2);
}.style-title-intro .style-inquiry-feedback {
    padding: 1.2rem 2.5rem;
}
}

@media (min-width: 992px) {.style-title-intro {
    padding: 8rem 5rem;
}.style-title-intro h1 {
    font-size: calc(22px * 1.4);
}.style-title-intro .style-text-element {
    padding: 4rem;
    transform: translateX(2rem);
}.style-title-intro .style-img-round {
    height: 550px;
    transform: translateX(-2rem);
}.style-title-intro svg {
    width: 180px;
    height: 180px;
}.style-title-intro .style-tech-study p {
    max-width: 70%;
    font-size: calc(14px * 1.3);
}.style-title-intro .style-inquiry-feedback {
    padding: 1.3rem 3rem;
}
}

@media (max-width: 767px) {.style-title-intro .style-text-element {
    padding: 2rem;
}.style-title-intro h1 {
    font-size: 16px;
}.style-title-intro .style-tech-study p {
    font-size: 14px;
}.style-title-intro .style-inquiry-feedback {
    width: 100%;
    padding: 1rem;
}
}

@media (prefers-reduced-motion: reduce) {.style-title-intro::before {
    animation: none;
}.style-title-intro h1,
    .style-title-intro .style-text-element,
    .style-title-intro svg,
    .style-title-intro .style-inquiry-feedback,
    .style-title-intro .style-img-round {
    transition: none;
}.style-title-intro svg:hover,
    .style-title-intro .style-inquiry-feedback:hover,
    .style-title-intro .style-img-round:hover {
    transform: none;
}}.style-thxSpace {
    background: linear-gradient(135deg, rgb(239,237,239) 0%, rgb(179,169,172,0.5) 100%);
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}.style-thxSpace::before {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    opacity: 0.1;
    transform: perspective(1000px) rotateX(5deg);
    z-index: 1;
    background: repeating-linear-gradient(
        45deg,
        rgb(212,204,209,0.5) 0px,
        rgb(212,204,209,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    content: "";
}.style-thxSpace::after {
    height: 300px;
    background: rgb(212,204,209);
    right: -50px;
    width: 300px;
    transform: rotate(15deg);
    opacity: 0.1;
    animation: float 15s ease-in-out infinite;
    content: "";
    z-index: 0;
    bottom: -50px;
    border-radius: 100px;
    position: absolute;
}.style-thxSpace .container {
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
    transform-style: preserve-3d;
}.style-thxSpace h2 {
    color: #000000;
    position: relative;
    font-weight: 700;
    transform: translateZ(20px);
    line-height: 1.3;
    text-shadow: 0 1px 2px rgba(0,0,0,0.1);
    margin-bottom: 40px;
    font-size: 36px;
}.style-thxSpace h2::after {
    background: rgb(212,204,209);
    height: 4px;
    bottom: -15px;
    width: 80px;
    left: 0;
    animation: pulse 3s infinite alternate;
    position: absolute;
    content: "";
    transform: translateZ(30px);
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
}.style-thxSpace .style-fast-learning {
    transform: perspective(1000px) rotateY(-2deg);
    background: #ffffff;
    padding: 40px;
    border-radius: 8px;
    position: relative;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.1),
        0 5px 15px rgba(0,0,0,0.05);
    overflow: hidden;
}.style-thxSpace .style-fast-learning::before {
    background: linear-gradient(90deg, rgb(212,204,209) 0%, rgb(179,169,172) 100%);
    width: 100%;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 6px;
}.style-thxSpace .style-fast-learning:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(10px);
}.style-thxSpace ul {
    margin: 0;
    list-style: none;
    padding: 0;
}.style-thxSpace li {
    padding-left: 25px;
    position: relative;
}.style-thxSpace li::before {
    background: rgb(212,204,209);
    height: 8px;
    position: absolute;
    animation: spin 12s linear infinite;
    width: 8px;
    top: 8px;
    transform: rotate(45deg);
    left: 0;
    content: "";
}.style-thxSpace span {
    line-height: 1.7;
    font-size: 14px;
    display: block;
    z-index: 2;
    font-family: Arial, sans-serif;
    position: relative;
    color: #000000;
}

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

@keyframes pulse {
    0%, 100% {
        opacity: 1;
        transform: translateZ(30px) scaleX(1);
    }
    50% {
        opacity: 0.8;
        transform: translateZ(30px) scaleX(1.1);
    }
}

@keyframes spin {
    0% {
        transform: rotate(45deg);
    }
    100% {
        transform: rotate(405deg);
    }
}

@media (max-width: 992px) {.style-thxSpace {
    padding: 90px 0;
}.style-thxSpace h2 {
    font-size: calc(36px * 0.9);
}.style-thxSpace .style-fast-learning {
    padding: 30px;
}
}

@media (max-width: 768px) {.style-thxSpace {
    padding: 70px 0;
}.style-thxSpace h2 {
    margin-bottom: 30px;
    font-size: calc(36px * 0.8);
}.style-thxSpace h2::after {
    width: 60px;
}.style-thxSpace .style-fast-learning {
    padding: 25px;
    transform: perspective(1000px) rotateY(-1deg);
}.style-thxSpace span {
    font-size: calc(14px * 0.95);
}
}

@media (max-width: 576px) {.style-thxSpace {
    padding: 50px 0;
}.style-thxSpace h2 {
    font-size: calc(36px * 0.7);
    margin-bottom: 25px;
}.style-thxSpace h2::after {
    height: 3px;
    width: 50px;
}.style-thxSpace .style-fast-learning {
    padding: 20px;
    transform: none;
}.style-thxSpace li {
    padding-left: 20px;
}.style-thxSpace span {
    line-height: 1.6;
    font-size: calc(14px * 0.9);
}}.style-meet-us {
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding: 140px 0;
    background: rgb(239,237,239);
}.style-meet-us::before {
    position: absolute;
    content: "";
    opacity: 0.15;
    animation: gradientFlow 15s ease infinite;
    left: 0;
    background: 
        linear-gradient(217deg, rgb(212,204,209,0.5), transparent 70%),
        linear-gradient(127deg, rgb(179,169,172,0.5), transparent 70%),
        linear-gradient(336deg, rgb(212,204,209,0.5), transparent 70%);
    filter: blur(20px);
    z-index: -1;
    width: 100%;
    height: 100%;
    transform-origin: center center;
    top: 0;
}@keyframes gradientFlow {
    0% {
        background-position: 0% 0%;
        filter: blur(20px) brightness(1);
    }
    50% {
        background-position: 100% 100%;
        filter: blur(15px) brightness(1.1);
    }
    100% {
        background-position: 0% 0%;
        filter: blur(20px) brightness(1);
    }
}

.style-meet-us::after {
    left: 0;
    top: 0;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(212,204,209,0.5) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgb(179,169,172,0.5) 0%, transparent 50%);
    animation: pulsateBackground 20s ease-in-out infinite alternate;
    height: 100%;
    opacity: 0.2;
    width: 100%;
    content: "";
    position: absolute;
    z-index: -2;
}@keyframes pulsateBackground {
    0% {
        opacity: 0.1;
        background-size: 100% 100%;
    }
    50% {
        opacity: 0.2;
        background-size: 120% 120%;
    }
    100% {
        opacity: 0.1;
        background-size: 100% 100%;
    }
}

.style-meet-us .container {
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
}.style-meet-us .container::before {
    content: "";
    border-radius: 50%;
    position: absolute;
    top: -100px;
    animation: float 15s ease-in-out infinite alternate;
    right: -100px;
    filter: blur(80px);
    opacity: 0.1;
    width: 200px;
    background: rgb(212,204,209,0.5);
    height: 200px;
}@keyframes float {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(-30px, 20px);
    }
    100% {
        transform: translate(0, 0);
    }
}

.style-meet-us .style-fast-learning {
    align-items: center;
    display: flex;
    gap: 60px;
    position: relative;
    justify-content: center;
    flex-direction: column;
}.style-meet-us .style-fast-learning::before {
    opacity: 0.4;
    content: "";
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(212,204,209), transparent);
    left: 30%;
    animation: scanline 4s ease-in-out infinite;
    top: 50%;
    width: 40%;
    height: 1px;
}@keyframes scanline {
    0% {
        opacity: 0;
        transform: scaleX(0.5);
    }
    50% {
        opacity: 0.4;
        transform: scaleX(1);
    }
    100% {
        opacity: 0;
        transform: scaleX(0.5);
    }
}

.style-meet-us .style-skill-growth {
    width: 100%;
    display: flex;
    background: rgba(255, 255, 255, 0.02);
    flex-direction: column;
    backdrop-filter: blur(15px);
    padding: 50px 35px;
    z-index: 3;
    transform-style: preserve-3d;
    perspective: 1000px;
    align-items: center;
    max-width: 500px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.1);
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    margin-bottom: 20px;
    border-radius: 26px;
}.style-meet-us .style-skill-growth:hover {
    transform: translateY(-15px) rotateX(5deg);
    box-shadow: 0 35px 60px rgba(0, 0, 0, 0.12), 0 0 30px rgb(212,204,209,0.5);
    border-color: rgb(212,204,209,0.5);
}.style-meet-us .style-skill-growth::before {
    z-index: -1;
    content: "";
    inset: 0;
    background: linear-gradient(135deg, transparent 0%, rgb(212,204,209,0.5) 100%);
    transition: opacity 0.4s ease;
    opacity: 0.07;
    position: absolute;
    border-radius: 26px;
}.style-meet-us .style-skill-growth:hover::before {
    opacity: 0.12;
}.style-meet-us .style-skill-growth::after {
    content: "";
    background: linear-gradient(90deg, transparent, rgb(212,204,209,0.5), transparent);
    inset: -1px;
    border-radius: calc(26px + 1px);
    opacity: 0;
    transition: opacity 0.4s ease;
    animation: borderGlow 4s linear infinite;
    position: absolute;
    z-index: -2;
}@keyframes borderGlow {
    0% {
        opacity: 0;
        background-position: 0% 50%;
    }
    50% {
        opacity: 0.5;
        background-position: 100% 50%;
    }
    100% {
        opacity: 0;
        background-position: 0% 50%;
    }
}

.style-meet-us .style-skill-growth:hover::after {
    opacity: 1;
}.style-meet-us .style-img-round {
    z-index: 2;
    position: relative;
    margin-bottom: 30px;
    width: 220px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    transition: all 0.5s ease;
    border-radius: 50%;
    border: 5px solid rgba(255, 255, 255, 0.8);
    height: 220px;
}.style-meet-us .style-img-round::before {
    inset: -3px;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    position: absolute;
    mask-composite: exclude;
    background: conic-gradient(rgb(212,204,209), rgb(179,169,172), rgb(212,204,209));
    padding: 3px;
    border-radius: 50%;
    animation: rotate 8s linear infinite;
    content: "";
}.style-meet-us .style-img-round::after {
    inset: -10px;
    position: absolute;
    animation: rotateReverse 20s linear infinite;
    opacity: 0.5;
    border-radius: 50%;
    border: 1px dashed rgb(212,204,209,0.5);
    content: "";
}@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotateReverse {
    0% {
        transform: rotate(360deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

.style-meet-us .style-learning-creators {
    padding-top: 15px;
    width: 100%;
    position: relative;
    text-align: center;
}.style-meet-us .style-learning-creators::before {
    content: "";
    position: absolute;
    transform: translateX(-50%);
    height: 2px;
    opacity: 0.8;
    left: 50%;
    top: 0;
    width: 70px;
    background: linear-gradient(90deg, transparent, rgb(212,204,209), transparent);
}.style-meet-us .style-belief-core {
    color: #000000;
    margin-bottom: 10px;
    font-size: calc(20px * 1.15);
    font-weight: 700;
    letter-spacing: 0.5px;
    position: relative;
    display: inline-block;
}.style-meet-us .style-belief-core::after {
    width: 0;
    bottom: -4px;
    background: rgb(212,204,209);
    content: "";
    transform: translateX(-50%);
    height: 2px;
    left: 50%;
    transition: width 0.4s ease;
    position: absolute;
}.style-meet-us .style-skill-growth:hover .style-belief-core::after {
    width: 80%;
}.style-meet-us .style-learning-zone {
    font-weight: 600;
    margin-bottom: 0;
    font-size: calc(14px * 1.05);
    transition: all 0.3s ease;
    color: rgb(212,204,209);
    opacity: 0.9;
    letter-spacing: 0.5px;
}.style-meet-us .style-skill-growth:hover .style-learning-zone {
    opacity: 1;
    transform: translateY(2px);
    color: rgb(179,169,172);
}.style-meet-us .style-text-element {
    border: 1px solid rgba(255, 255, 255, 0.03);
    position: relative;
    width: 100%;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.05);
    background: rgba(255, 255, 255, 0.01);
    backdrop-filter: blur(10px);
    padding: 50px 45px;
    border-radius: 26px;
    overflow: hidden;
}.style-meet-us .style-text-element:hover {
    border-color: rgb(179,169,172,0.5);
    transform: translateY(-10px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.08), 0 0 30px rgb(179,169,172,0.5);
}.style-meet-us .style-text-element::before,
.style-meet-us .style-text-element::after {
    filter: blur(60px);
    height: 500px;
    z-index: -1;
    animation: blobAnimation 25s infinite alternate;
    width: 500px;
    transition: all 0.8s ease;
    opacity: 0.03;
    background: rgb(212,204,209,0.5);
    border-radius: 45% 55% 50% 50% / 55% 45% 55% 45%;
    position: absolute;
    content: "";
}@keyframes blobAnimation {
    0% {
        border-radius: 45% 55% 50% 50% / 55% 45% 55% 45%;
        transform: translate(0, 0) rotate(0deg) scale(1);
    }
    33% {
        border-radius: 60% 40% 55% 45% / 45% 65% 35% 55%;
        transform: translate(-20px, 10px) rotate(60deg) scale(1.05);
    }
    66% {
        border-radius: 50% 50% 35% 65% / 50% 50% 65% 35%;
        transform: translate(20px, -10px) rotate(120deg) scale(0.95);
    }
    100% {
        border-radius: 45% 55% 50% 50% / 55% 45% 55% 45%;
        transform: translate(0, 0) rotate(180deg) scale(1);
    }
}

.style-meet-us .style-text-element::before {
    right: -250px;
    top: -250px;
}.style-meet-us .style-text-element::after {
    background: rgb(179,169,172,0.5);
    left: -250px;
    bottom: -250px;
    animation-delay: -15s;
}.style-meet-us .style-text-element:hover::before,
.style-meet-us .style-text-element:hover::after {
    filter: blur(40px);
    opacity: 0.08;
}.style-meet-us .style-study-guide {
    gap: 16px;
    align-items: center;
    margin-bottom: 25px;
    position: relative;
    transition: all 0.3s ease;
    display: flex;
    font-weight: 600;
    color: rgb(212,204,209);
    font-size: calc(18px * 1.2);
}.style-meet-us .style-study-guide::after {
    width: 0;
    background: linear-gradient(90deg, rgb(212,204,209), transparent);
    left: 0;
    transition: width 0.4s ease;
    height: 1px;
    position: absolute;
    bottom: -8px;
    content: "";
}.style-meet-us .style-text-element:hover .style-study-guide::after {
    width: 50%;
}.style-meet-us .style-study-guide svg {
    width: 48px;
    transition: all 0.4s ease;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    fill: rgb(212,204,209);
    height: 48px;
}.style-meet-us .style-study-guide svg path {
    transition: fill 0.4s ease;
}.style-meet-us .style-study-guide:hover svg {
    fill: rgb(179,169,172);
    transform: rotateY(180deg);
}.style-meet-us .style-study-guide:hover svg path {
    fill: rgb(179,169,172);
}.style-meet-us .style-text-element h2 {
    letter-spacing: 0.5px;
    color: #000000;
    padding-bottom: 20px;
    position: relative;
    font-weight: 700;
    transition: all 0.4s ease;
    font-size: calc(30px * 1.1);
    margin-bottom: 30px;
}.style-meet-us .style-text-element:hover h2 {
    transform: translateX(5px);
}.style-meet-us .style-text-element h2::after {
    width: 100px;
    content: "";
    bottom: 0;
    height: 3px;
    background: linear-gradient(90deg, rgb(212,204,209), rgb(179,169,172,0.5), transparent);
    transition: width 0.5s ease;
    position: absolute;
    border-radius: 10px;
    left: 0;
}.style-meet-us .style-text-element:hover h2::after {
    width: 150px;
}.style-meet-us .style-text-element p {
    line-height: 1.9;
    color: #000000;
    transition: all 0.4s ease;
    font-size: calc(14px * 1.05);
    position: relative;
    margin-bottom: 0;
}.style-meet-us .style-text-element:hover p {
    transform: translateY(3px);
}.style-meet-us .style-text-element::before,
.style-meet-us .style-text-element::after,
.style-meet-us .style-skill-growth::before,
.style-meet-us .style-skill-growth::after,
.style-meet-us .style-img-round::before,
.style-meet-us .style-img-round::after {
    pointer-events: none;
}.style-meet-us .style-fast-learning::after {
    opacity: 0.03;
    left: 0;
    position: absolute;
    pointer-events: none;
    width: 100%;
    background-image: 
        radial-gradient(rgb(212,204,209,0.5) 1px, transparent 1px),
        radial-gradient(rgb(179,169,172,0.5) 1px, transparent 1px);
    z-index: -1;
    content: "";
    background-position: 0 0, 20px 20px;
    top: 0;
    background-size: 40px 40px;
    height: 100%;
}.style-meet-us .style-fast-learning::after {
    left: 50%;
    z-index: 0;
    background: linear-gradient(to bottom, rgb(212,204,209), transparent);
    top: 350px;
    position: absolute;
    width: 2px;
    content: "";
    height: 40px;
    animation: pulseHeight 3s infinite;
}

@keyframes pulseHeight {
    0%, 100% {
        height: 40px;
        opacity: 0.6;
    }
    50% {
        height: 60px;
        opacity: 0.8;
    }
}

@media (max-width: 1199px) {.style-meet-us {
    padding: 120px 0;
}.style-meet-us .style-fast-learning {
    gap: 50px;
}.style-meet-us .style-text-element {
    padding: 40px 35px;
}.style-meet-us .style-skill-growth {
    padding: 40px 30px;
}.style-meet-us .style-fast-learning::after {
    top: 320px;
}
}

@media (max-width: 991px) {.style-meet-us {
    padding: 100px 0;
}.style-meet-us .style-fast-learning {
    gap: 50px;
}.style-meet-us .style-text-element {
    padding: 40px 30px;
}.style-meet-us .style-skill-growth {
    padding: 40px 30px;
}.style-meet-us .style-text-element h2 {
    font-size: 30px;
}.style-meet-us .style-fast-learning::after {
    top: 300px;
}
}

@media (max-width: 767px) {.style-meet-us {
    padding: 80px 0;
}.style-meet-us .style-img-round {
    width: 180px;
    height: 180px;
}.style-meet-us .style-skill-growth {
    padding: 35px 25px;
}.style-meet-us .style-text-element {
    padding: 35px 25px;
}.style-meet-us .style-text-element h2 {
    padding-bottom: 15px;
    font-size: calc(30px * 0.9);
    margin-bottom: 25px;
}.style-meet-us .style-belief-core {
    font-size: 20px;
}.style-meet-us .style-learning-zone {
    font-size: 14px;
}.style-meet-us .style-study-guide {
    font-size: 18px;
}.style-meet-us .style-study-guide svg {
    width: 40px;
    height: 40px;
}.style-meet-us .style-fast-learning::after {
    top: 280px;
}
}

@media (max-width: 575px) {.style-meet-us {
    padding: 60px 0;
}.style-meet-us .style-img-round {
    margin-bottom: 20px;
    width: 150px;
    height: 150px;
}.style-meet-us .style-skill-growth {
    padding: 30px 20px;
}.style-meet-us .style-text-element {
    padding: 30px 20px;
}.style-meet-us .style-study-guide {
    font-size: calc(18px * 0.95);
}.style-meet-us .style-study-guide svg {
    height: 35px;
    width: 35px;
}.style-meet-us .style-text-element h2 {
    margin-bottom: 20px;
    font-size: calc(30px * 0.8);
}.style-meet-us .style-text-element p {
    line-height: 1.8;
    font-size: 14px;
}.style-meet-us .style-belief-core {
    font-size: calc(20px * 0.95);
}.style-meet-us .style-learning-zone {
    font-size: calc(14px * 0.95);
}.style-meet-us .style-fast-learning::after {
    top: 250px;
}}.style-developer-experience {
    background: rgb(239,237,239);
    position: relative;
    padding: 100px 0;
    overflow: hidden;
}.style-developer-experience::before {
    height: 100%;
    content: "";
    position: absolute;
    animation: gradientSlide 30s linear infinite;
    left: 0;
    opacity: 0.3;
    background-size: 150px 100%;
    top: 0;
    width: 100%;
    background: linear-gradient(90deg, 
        transparent 9%, 
        rgb(212,204,209,0.5) 10%, 
        transparent 11%);
}.style-developer-experience .container {
    position: relative;
    margin: 0 auto;
    z-index: 2;
    max-width: 800px;
}.style-developer-experience .style-student-testimonials {
    flex-direction: column;
    padding: 60px 40px 40px;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
    border-radius: 2px;
    position: relative;
    background: #ffffff;
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    display: flex;
}.style-developer-experience .style-student-testimonials:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}.style-developer-experience .style-img-round {
    top: -60px;
    width: 120px;
    border-radius: 2px;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
    left: 40px;
    transform: rotate(0deg);
    height: 120px;
    position: absolute;
    box-shadow: 10px 10px 0 #ffffff, 12px 12px 0 rgb(212,204,209);
    transition: all 0.5s ease;
}.style-developer-experience .style-student-testimonials:hover .style-img-round {
    transform: rotate(-5deg);
}.style-developer-experience .name {
    letter-spacing: -0.5px;
    transition: transform 0.5s ease;
    margin-left: 0;
    margin-top: 40px;
    font-weight: 700;
    font-size: calc(22px * 1.2);
    color: #000000;
    transform: translateX(0);
}.style-developer-experience .style-student-testimonials:hover .name {
    transform: translateX(10px);
}.style-developer-experience .style-student-testimonials span:not(.name) {
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transform: translateX(0);
    transition: transform 0.5s ease;
    color: #000000;
    margin-top: 5px;
    font-weight: 300;
}.style-developer-experience .style-student-testimonials:hover span:not(.name) {
    color: rgb(212,204,209);
    transform: translateX(10px);
}.style-developer-experience .style-job-box {
    line-height: 1.8;
    color: #000000;
    font-size: 14px;
    margin-top: 40px;
    transition: padding 0.5s ease;
    font-weight: 400;
    padding-left: 0;
    position: relative;
}.style-developer-experience .style-job-box::before {
    top: 15px;
    background: rgb(212,204,209);
    width: 30px;
    left: -40px;
    transform-origin: right;
    height: 2px;
    content: "";
    transition: transform 0.5s ease;
    position: absolute;
    transform: scaleX(0);
}.style-developer-experience .style-student-testimonials:hover .style-job-box {
    padding-left: 20px;
}.style-developer-experience .style-student-testimonials:hover .style-job-box::before {
    transform: scaleX(1);
}

@keyframes gradientSlide {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 0%;
    }
}

@media (max-width: 768px) {.style-developer-experience {
    padding: 80px 0;
}.style-developer-experience .style-student-testimonials {
    margin: 0 15px;
    padding: 80px 25px 30px;
}.style-developer-experience .style-img-round {
    left: 25px;
    height: 100px;
    width: 100px;
}.style-developer-experience .name {
    font-size: 22px;
}.style-developer-experience .style-job-box {
    font-size: calc(14px * 0.95);
}.style-developer-experience .style-job-box::before {
    left: -25px;
    width: 20px;
}}header .style-head-sitebar {
    box-sizing: border-box;
    padding: 1.5rem 0;
    display: flex;
    background: linear-gradient(120deg, rgb(212,204,209) 0%, rgb(179,169,172,0.5) 100%);
    justify-content: space-between;
    width: 100%;
    position: relative;
    overflow: visible;
    align-items: center;
    z-index: 99;
}header .style-head-sitebar::before {
    left: 0;
    position: absolute;
    top: 0;
    z-index: -1;
    content: "";
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 70% 30%, rgb(179,169,172,0.5) 0%, transparent 60%);
}header .style-head-sitebar .style-nav-mentor {
    margin-left: calc((100vw - 100%) / 2);
    transform: translateY(-5px);
    z-index: 2;
    position: relative;
    transition: all 0.4s ease;
}header .style-head-sitebar .style-nav-mentor:hover {
    transform: translateY(0) scale(1.05);
}header .style-head-sitebar .style-nav-mentor .style-head-know {
    position: relative;
    display: block;
    padding: 0.5rem 1rem;
}header .style-head-sitebar .style-nav-mentor .style-head-know::before {
    width: calc(100% + 40px);
    top: -10px;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    clip-path: polygon(0 0, 100% 0, 85% 100%, 15% 100%);
    content: "";
    height: calc(100% + 20px);
    z-index: -1;
    left: -20px;
}header .style-head-sitebar .style-nav-mentor .style-head-know svg {
    width: auto;
    filter: drop-shadow(0 0 8px #ffffff);
    height: 2.8rem;
}header .style-head-sitebar .style-main-master {
    list-style: none;
    justify-content: flex-end;
    width: 80vw;
    padding-right: calc((100vw - 100%) / 2);
    position: relative;
    padding: 0;
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
    margin: 0;
    background: linear-gradient(90deg, transparent, rgb(212,204,209,0.5) 30%, rgba(0, 0, 0, 0.5) 100%);
    display: flex;
}header .style-head-sitebar .style-main-master::before {
    position: absolute;
    z-index: -1;
    background: repeating-linear-gradient(
    -45deg,
    transparent,
    transparent 10px,
    rgba(255, 255, 255, 0.03) 10px,
    rgba(255, 255, 255, 0.03) 20px
  );
    height: 100%;
    content: "";
    top: 0;
    width: 100%;
    left: 0;
}header .style-head-sitebar .style-main-master .style-header-navbar {
    transform-style: preserve-3d;
    margin: 0;
    perspective: 1000px;
    position: relative;
}header .style-head-sitebar .style-main-master .style-header-navbar a {
    font-size: 14px;
    transform-origin: center;
    display: block;
    position: relative;
    text-decoration: none;
    font-weight: 600;
    color: #ffffff;
    padding: 1.2rem 1.5rem;
    transition: all 0.3s ease;
}header .style-head-sitebar .style-main-master .style-header-navbar a::after {
    left: 1.5rem;
    width: 0;
    content: "";
    transition: width 0.3s ease;
    bottom: 0.8rem;
    position: absolute;
    background: rgb(179,169,172);
    height: 2px;
}header .style-head-sitebar .style-main-master .style-header-navbar a:hover {
    color: rgb(179,169,172);
    transform: translateZ(10px);
}header .style-head-sitebar .style-main-master .style-header-navbar a:hover::after {
    width: calc(100% - 3rem);
}

@media screen and (max-width: 991px) {header .style-head-sitebar {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0;
}header .style-head-sitebar .style-nav-mentor {
    margin-left: 0;
    margin-bottom: 1rem;
}header .style-head-sitebar .style-main-master {
    padding-right: 0;
    clip-path: none;
    flex-wrap: wrap;
    background: rgb(212,204,209,0.5);
    width: 100%;
    justify-content: center;
}header .style-head-sitebar .style-main-master .style-header-navbar a {
    padding: 0.8rem 1rem;
}header .style-head-sitebar .style-main-master .style-header-navbar a::after {
    bottom: 0.4rem;
    left: 1rem;
}header .style-head-sitebar .style-main-master .style-header-navbar a:hover::after {
    width: calc(100% - 2rem);
}
}

@media screen and (max-width: 767px) {header .style-head-sitebar .style-main-master {
    padding: 0.5rem 0;
}header .style-head-sitebar .style-main-master .style-header-navbar {
    width: 50%;
}header .style-head-sitebar .style-main-master .style-header-navbar a {
    text-align: center;
    padding: 0.6rem 0.8rem;
    font-size: calc(14px - 2px);
}header .style-head-sitebar .style-main-master .style-header-navbar a::after {
    display: none;
}}.style-cookieSettingsWindow {
    z-index: 1050;
    transform: translateX(-50%);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    position: fixed;
    font-family: Arial, sans-serif;
    background: #ffffff;
    bottom: 20px;
    max-width: 500px;
    width: 90%;
    border-radius: 21px;
    left: 50%;
    overflow: hidden;
}.style-consent-panel {
    align-items: center;
    display: flex;
    flex-direction: column;
    padding: 20px;
}.style-policy-ack {
    margin-bottom: 20px;
}.style-policy-ack svg, .style-policy-ack svg path, .style-policy-ack img {
    fill: rgb(212,204,209);
    height: 60px;
    width: 60px;
}.style-cookieSettingsWindow h5 {
    margin-bottom: 10px;
    font-weight: 700;
    color: rgb(212,204,209);
    text-align: center;
    font-size: 21px;
}.style-cookieSettingsWindow p {
    color: #000000;
    font-size: 15px;
    text-align: center;
    margin-bottom: 20px;
}.style-privacy-ctrl {
    text-align: center;
    color: #ffffff;
    font-size: 15px;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    display: inline-block;
    background: rgb(212,204,209);
    text-decoration: none;
    width: calc(50% - 10px);
    transition: background 0.3s ease-in-out;
    margin: 5px;
    padding: 10px 20px;
}.style-privacy-ctrl:hover {
    background: rgb(179,169,172);
}.cookie_button.style-data-consent {
    background: rgb(179,169,172);
}.cookie_button.style-data-consent:hover {
    background: rgb(179,169,172,0.5);
}.style-cookieSettingsWindow p a {
    text-decoration: none;
    color: rgb(212,204,209);
    transition: color 0.3s ease-in-out;
}.style-cookieSettingsWindow p a:hover {
    color: rgb(179,169,172);
}#style-cookiePromptNotice {
    display: none;
}#style-cookiePromptNotice:checked ~ .style-cookieSettingsWindow {
    visibility: hidden;
    opacity: 0;
}.style-privacy-bastion {
    background: #ffffff;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.5);
    padding: 50px;
}.style-privacy-bastion h1 {
    font-family: Arial, sans-serif;
    margin-top: 0;
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 30px;
    color: #000000;
    border-bottom: 3px solid rgb(212,204,209);
    font-weight: 700;
    font-size: 48px;
}.style-privacy-bastion h2 {
    font-size: 35px;
    margin-bottom: 20px;
    color: rgb(179,169,172);
    border-bottom: 2px solid rgb(179,169,172);
    font-family: Arial, sans-serif;
    text-align: left;
    font-weight: 600;
    padding-bottom: 8px;
    margin-top: 40px;
}.style-privacy-bastion h3, .style-privacy-bastion h4, .style-privacy-bastion h5, .style-privacy-bastion h6 {
    margin-bottom: 15px;
    padding-bottom: 5px;
    font-size: 24px;
    font-weight: 600;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    margin-top: 30px;
    color: #000000;
    font-family: Arial, sans-serif;
}.style-privacy-bastion ul, .style-privacy-bastion ol {
    padding: 20px 0;
    list-style: none;
    margin: 0;
    padding-left: 0;
}.style-privacy-bastion li {
    font-family: Arial, sans-serif;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    font-size: 12px;
    margin-bottom: 15px;
    line-height: 1.8;
    color: #000000;
}.style-privacy-bastion section {
    background: #ffffff;
}.style-privacy-bastion p, .style-privacy-bastion span, .style-privacy-bastion div {
    line-height: 1.8;
    margin-bottom: 15px;
    color: #000000;
    padding-bottom: 10px;
    font-family: Arial, sans-serif;
    font-size: 12px;
}

@media only screen and (max-width: 800px) {.style-privacy-bastion {
    box-shadow: none;
    padding: 20px;
    border: none;
}.style-privacy-bastion h1, .style-privacy-bastion h2 {
    border-bottom-width: 1px;
    text-align: left;
    font-size: calc(24px - 10px);
}.style-privacy-bastion ul, .style-privacy-bastion ol {
    border-top-width: 0;
    padding: 10px 0;
    border-bottom-width: 0;
}.style-privacy-bastion li {
    padding: 5px 0;
    border-bottom-width: 0;
}.style-privacy-bastion p, .style-privacy-bastion span, .style-privacy-bastion div {
    padding-bottom: 5px;
    border-bottom-width: 0;
}}.style-course-program-description {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(239,237,239) 0%, rgb(212,204,209,0.5) 100%);
    padding: 100px 0;
}.style-course-program-description::before {
    top: 0;
    height: 100%;
    content: "";
    width: 100%;
    position: absolute;
    z-index: 1;
    background: 
    radial-gradient(circle at 20% 20%, rgb(179,169,172,0.5) 0%, transparent 30%),
    radial-gradient(circle at 80% 80%, rgb(212,204,209,0.5) 0%, transparent 30%);
    left: 0;
}.style-course-program-description::after {
    top: 0;
    z-index: 1;
    opacity: 0.1;
    position: absolute;
    background-position: -1px -1px;
    background-image: 
    linear-gradient(90deg, rgb(212,204,209,0.5) 1px, transparent 1px),
    linear-gradient(0deg, rgb(212,204,209,0.5) 1px, transparent 1px);
    width: 100%;
    left: 0;
    height: 100%;
    content: "";
    background-size: 40px 40px;
}.style-course-program-description .container {
    z-index: 2;
    position: relative;
    max-width: 1200px;
    padding: 0 30px;
    margin: 0 auto;
}.style-course-program-description .style-fast-learning {
    position: relative;
    grid-template-columns: 1fr 1.2fr;
    display: grid;
}.style-course-program-description .style-knowledge-track {
    flex-direction: column;
    padding: 0 50px 0 0;
    z-index: 3;
    align-items: flex-start;
    display: flex;
    position: relative;
    justify-content: center;
}.style-course-program-description .style-nav-mentor {
    transform-style: preserve-3d;
    position: relative;
    perspective: 500px;
    margin-bottom: 30px;
}.style-course-program-description .style-nav-mentor::before {
    height: calc(100% + 30px);
    background-color: #ffffff;
    width: calc(100% + 30px);
    left: -15px;
    content: "";
    position: absolute;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    z-index: -1;
    transform: translateZ(-10px);
    top: -15px;
}.style-course-program-description .style-nav-mentor::after {
    z-index: -1;
    left: -5px;
    top: -5px;
    height: calc(100% + 10px);
    content: "";
    border: 1px solid rgb(212,204,209,0.5);
    position: absolute;
    width: calc(100% + 10px);
    transform: translateZ(-5px);
    border-radius: calc(10px - 2px);
}.style-course-program-description .style-nav-mentor svg {
    max-width: 140px;
    transition: all 0.3s ease;
    filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.1));
}.style-course-program-description .style-nav-mentor svg path {
    fill: rgb(212,204,209);
    transition: fill 0.3s ease;
}.style-course-program-description .style-nav-mentor:hover svg {
    transform: scale(1.05);
}.style-course-program-description .style-nav-mentor:hover svg path {
    fill: rgb(179,169,172);
}.style-course-program-description h3 {
    font-size: 34px;
    line-height: 1.3;
    border-left: 3px solid rgb(212,204,209);
    margin-bottom: 30px;
    position: relative;
    font-weight: 700;
    padding-left: 20px;
    color: #000000;
}.style-course-program-description h3::after {
    height: 3px;
    width: 30px;
    content: "";
    left: -3px;
    position: absolute;
    bottom: -5px;
    background-color: rgb(179,169,172);
}.style-course-program-description p {
    font-size: 12px;
    font-family: Arial, sans-serif;
    position: relative;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.8;
    color: #000000;
    padding-left: 20px;
}.style-course-program-description .style-img-round {
    box-shadow: -20px 0 40px rgba(0, 0, 0, 0.15);
    position: relative;
    height: 550px;
    transition: all 0.5s ease;
    overflow: hidden;
    border-radius: 50% 0 0 50%;
}.style-course-program-description .style-img-round::before {
    border-left: 10px solid rgb(212,204,209,0.5);
    content: "";
    border: 10px solid transparent;
    inset: 0;
    position: absolute;
    border-radius: 50% 0 0 50%;
    z-index: 2;
}.style-course-program-description .style-img-round::after {
    border-radius: 50% 0 0 50%;
    inset: 15px;
    position: absolute;
    box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.2);
    z-index: 2;
    content: "";
}

@media screen and (min-width: 1600px) {.style-course-program-description .style-fast-learning {
    grid-template-columns: 1fr 1.5fr;
}.style-course-program-description .style-img-round {
    border-radius: 45% 0 0 45%;
}
}

@media screen and (max-width: 1200px) {.style-course-program-description {
    padding: 80px 0;
}.style-course-program-description .style-knowledge-track {
    padding: 0 30px 0 0;
}
}

@media screen and (max-width: 991px) {.style-course-program-description .style-fast-learning {
    grid-template-columns: 1fr;
    gap: 60px;
}.style-course-program-description .style-knowledge-track {
    order: 2;
    padding: 0;
}.style-course-program-description .style-img-round {
    border-radius: 0 0 30% 30%;
    order: 1;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    min-height: 350px;
}.style-course-program-description .style-img-round::before {
    border: 10px solid transparent;
    border-radius: 0 0 30% 30%;
    border-bottom: 10px solid rgb(212,204,209,0.5);
}.style-course-program-description .style-img-round::after {
    border-radius: 0 0 30% 30%;
}.style-course-program-description .style-fast-learning::before,
  .style-course-program-description .style-fast-learning::after {
    transform: translateX(-50%);
    top: calc(350px - 30px);
    left: 50%;
}.style-course-program-description .style-fast-learning::after {
    top: calc(350px - 15px);
    left: 50%;
    transform: translateX(-50%);
}
  
  @keyframes pulse {
    0%, 100% {
      transform: translateX(-50%) scale(1);
      opacity: 1;
    }
    50% {
      transform: translateX(-50%) scale(1.2);
      opacity: 0.8;
    }
  }
}

@media screen and (max-width: 768px) {.style-course-program-description {
    padding: 60px 0;
}.style-course-program-description .style-fast-learning {
    gap: 50px;
}.style-course-program-description .style-img-round {
    min-height: 300px;
}.style-course-program-description .style-fast-learning::before {
    width: 50px;
    top: calc(300px - 30px);
    height: 50px;
}.style-course-program-description .style-fast-learning::after {
    top: calc(300px - 15px);
    width: 25px;
    height: 25px;
}.style-course-program-description h3 {
    padding-left: 15px;
    font-size: calc(34px - 4px);
}.style-course-program-description p {
    padding-left: 15px;
}.style-course-program-description .style-nav-mentor {
    margin-bottom: 25px;
}.style-course-program-description .style-nav-mentor svg {
    max-width: 120px;
}
}

@media screen and (max-width: 576px) {.style-course-program-description {
    padding: 50px 0;
}.style-course-program-description .style-img-round {
    min-height: 250px;
    border-radius: 0 0 25% 25%;
}.style-course-program-description .style-img-round::before {
    border-radius: 0 0 25% 25%;
}.style-course-program-description .style-img-round::after {
    border-radius: 0 0 25% 25%;
}.style-course-program-description .style-fast-learning::before {
    top: calc(250px - 25px);
    width: 40px;
    height: 40px;
}.style-course-program-description .style-fast-learning::after {
    top: calc(250px - 12px);
    height: 20px;
    width: 20px;
}.style-course-program-description h3 {
    margin-bottom: 20px;
    font-size: calc(34px - 6px);
}.style-course-program-description p {
    font-size: calc(12px - 1px);
}.style-course-program-description .style-nav-mentor {
    margin-bottom: 20px;
}.style-course-program-description .style-nav-mentor::before {
    width: calc(100% + 20px);
    left: -10px;
    top: -10px;
    height: calc(100% + 20px);
}}.style-find-support {
    overflow: hidden;
    background-color: rgb(239,237,239);
    padding: 5rem 0;
    position: relative;
}.style-find-support::before {
    height: 100%;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    content: "";
}.style-find-support::after {
    width: 120%;
    height: 200%;
    z-index: 0;
    opacity: 0.2;
    position: absolute;
    transform: rotate(-15deg);
    content: "";
    background: linear-gradient(135deg, rgb(212,204,209,0.5) 0%, transparent 70%);
    left: -20%;
    top: -50%;
}.style-find-support .container {
    z-index: 2;
    position: relative;
}.style-find-support .style-talk-team {
    position: relative;
    display: flex;
    flex-direction: column;
}.style-find-support .style-talk-team h3 {
    width: auto;
    font-weight: 700;
    position: relative;
    font-size: 40px;
    color: rgb(212,204,209);
    margin-bottom: 3rem;
    display: inline-block;
    max-width: 70%;
}.style-find-support .style-talk-team h3::before {
    transform: translateY(-50%);
    width: 5px;
    background-color: rgb(212,204,209);
    left: -1rem;
    border-radius: 10px;
    height: 70%;
    top: 50%;
    content: "";
    position: absolute;
}.style-find-support .style-join-us {
    margin-bottom: 3rem;
    font-size: calc(12px * 1.1);
    color: #000000;
    line-height: 1.6;
    max-width: 80%;
}.style-find-support .style-reach-team {
    flex-wrap: wrap;
    margin: -1rem;
    display: flex;
}.style-find-support .style-reach-team > span {
    opacity: 1;
    border-radius: 26px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    padding: 2.5rem;
    flex: 1 0 calc(33.333% - 2rem);
    overflow: hidden;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    z-index: 1;
    min-width: 250px;
    background-color: #ffffff;
    margin: 1rem;
}.style-find-support .style-reach-team > span::before {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    top: 0;
    left: 0;
    background-position: 0 0, 0 100%, 100% 0, 100% 100%;
    z-index: -1;
    position: absolute;
    content: "";
    opacity: 0.4;
    background: linear-gradient(45deg, transparent 98%, rgb(212,204,209) 0), 
                linear-gradient(-45deg, transparent 98%, rgb(212,204,209) 0), 
                linear-gradient(135deg, transparent 98%, rgb(212,204,209) 0), 
                linear-gradient(-135deg, transparent 98%, rgb(212,204,209) 0);
}.style-find-support .style-reach-team > span:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}.style-find-support .style-reach-team > span svg {
    opacity: 0.7;
    transition: all 0.4s ease;
    right: 1.5rem;
    top: 1.5rem;
    width: 28px;
    height: 28px;
    position: absolute;
    fill: rgb(212,204,209);
}.style-find-support .style-reach-team > span svg path {
    transition: all 0.3s ease;
    stroke: #ffffff;
    stroke-width: 0.5;
}.style-find-support .style-reach-team > span:hover svg path {
    stroke-width: 1;
}.style-find-support .style-reach-team p {
    font-weight: 400;
    font-size: 12px;
    position: relative;
    color: #000000;
    align-items: center;
    margin: 0;
    display: flex;
}.style-find-support .style-reach-team p svg {
    height: 18px;
    width: 18px;
    opacity: 0.8;
    position: static;
    margin-right: 10px;
    fill: rgb(212,204,209);
}.style-find-support .style-reach-team span > span {
    font-weight: 600;
    align-items: center;
    font-size: calc(12px * 1.1);
    color: rgb(212,204,209);
    margin-top: 0.5rem;
    display: flex;
}.style-find-support .style-reach-team span > span svg {
    height: 16px;
    opacity: 0.8;
    margin-right: 8px;
    position: static;
    width: 16px;
}.style-find-support .style-reach-team a {
    transition: color 0.3s ease;
    text-decoration: none;
    position: relative;
    display: inline-flex;
    align-items: center;
    color: rgb(212,204,209);
}.style-find-support .style-reach-team a svg {
    width: 14px;
    margin-right: 6px;
    transition: transform 0.3s ease;
    position: static;
    height: 14px;
}.style-find-support .style-reach-team a::after {
    width: 100%;
    height: 1px;
    bottom: -2px;
    content: "";
    transform-origin: right;
    transition: transform 0.3s ease;
    left: 0;
    position: absolute;
    transform: scaleX(0);
    background-color: rgb(212,204,209);
}.style-find-support .style-reach-team a:hover {
    color: rgb(179,169,172);
}.style-find-support .style-reach-team a:hover svg {
    transform: translateX(3px);
    fill: rgb(179,169,172);
}.style-find-support .style-reach-team a:hover::after {
    background-color: rgb(179,169,172);
    transform: scaleX(1);
    transform-origin: left;
}.style-find-support .style-contact-feedback {
    position: relative;
    width: 100%;
    border-radius: 26px;
    overflow: hidden;
    background-color: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    padding: 2.5rem;
    margin-top: 3rem;
}.style-find-support .style-contact-feedback::before {
    content: "";
    background-size: 20px 20px;
    opacity: 0.4;
    background-repeat: no-repeat;
    background-position: 0 0, 0 100%, 100% 0, 100% 100%;
    top: 0;
    left: 0;
    height: 100%;
    position: absolute;
    z-index: -1;
    background: linear-gradient(45deg, transparent 98%, rgb(179,169,172) 0), 
                linear-gradient(-45deg, transparent 98%, rgb(179,169,172) 0), 
                linear-gradient(135deg, transparent 98%, rgb(179,169,172) 0), 
                linear-gradient(-135deg, transparent 98%, rgb(179,169,172) 0);
    width: 100%;
}.style-find-support .style-contact-feedback h4 {
    margin-bottom: 1.5rem;
    color: rgb(179,169,172);
    font-size: 19px;
    align-items: center;
    font-weight: 700;
    position: relative;
    display: inline-flex;
}.style-find-support .style-contact-feedback h4 svg {
    height: 22px;
    transition: transform 0.5s ease;
    fill: rgb(179,169,172);
    margin-right: 10px;
    width: 22px;
}.style-find-support .style-contact-feedback:hover h4 svg {
    transform: rotate(360deg);
}.style-find-support .style-contact-feedback h4::after {
    position: absolute;
    width: 40px;
    background-color: rgb(179,169,172);
    left: 0;
    content: "";
    border-radius: 10px;
    height: 3px;
    bottom: -8px;
}.style-find-support .style-contact-feedback span {
    border-radius: 10px;
    color: #000000;
    transition: all 0.3s ease;
    margin: 0.5rem 1rem 0.5rem 0;
    padding: 0.5rem 1rem;
    background-color: rgba(rgb(179,169,172,0.5), 0.1);
    display: inline-flex;
    align-items: center;
    font-size: 12px;
}.style-find-support .style-contact-feedback span:hover {
    background-color: rgba(rgb(179,169,172,0.5), 0.2);
    transform: translateY(-2px);
}.style-find-support .style-contact-feedback span svg {
    width: 14px;
    opacity: 0.8;
    height: 14px;
    margin-right: 8px;
    fill: rgb(179,169,172);
    transition: all 0.3s ease;
}.style-find-support .style-contact-feedback span:hover svg {
    transform: scale(1.2);
    opacity: 1;
}.style-find-support .style-reach-team > span::after {
    width: 0;
    transition: width 0.5s ease;
    background: linear-gradient(to right, rgb(212,204,209), rgb(179,169,172));
    top: 0;
    content: "";
    position: absolute;
    height: 3px;
    left: 0;
    z-index: 2;
}.style-find-support .style-reach-team > span:hover::after {
    width: 100%;
}.style-find-support .style-reach-team > span:nth-child(1) {
    animation-delay: 0.1s;
}.style-find-support .style-reach-team > span:nth-child(2) {
    animation-delay: 0.2s;
}.style-find-support .style-reach-team > span:nth-child(3) {
    animation-delay: 0.3s;
}.style-find-support .style-reach-team > span:nth-child(4) {
    animation-delay: 0.4s;
}.style-find-support .style-reach-team > span:nth-child(5) {
    animation-delay: 0.5s;
}.style-find-support .style-reach-team > span:nth-child(6) {
    animation-delay: 0.6s;
}.style-find-support .style-contact-feedback {
    opacity: 0;
    animation: fadeInUp 0.6s ease forwards;
    animation-delay: 0.7s;
}
@media (min-width: 1200px) {.style-find-support .style-reach-team > span {
    flex: 1 0 calc(33.333% - 2rem);
}.style-find-support {
    padding: 7rem 0;
}
}
@media (max-width: 1199px) and (min-width: 992px) {.style-find-support .style-reach-team > span {
    flex: 1 0 calc(50% - 2rem);
}.style-find-support .style-reach-team > span svg {
    width: 24px;
    height: 24px;
}
}
@media (max-width: 991px) {.style-find-support {
    padding: 5rem 0;
}.style-find-support .style-reach-team > span {
    flex: 1 0 calc(50% - 2rem);
}.style-find-support .style-talk-team h3 {
    max-width: 90%;
    font-size: calc(40px * 0.9);
}.style-find-support .style-join-us {
    max-width: 100%;
}.style-find-support .style-reach-team > span svg {
    width: 22px;
    height: 22px;
    top: 1.2rem;
    right: 1.2rem;
}.style-find-support .style-contact-feedback h4 svg {
    height: 20px;
    width: 20px;
}
}
@media (max-width: 767px) {.style-find-support {
    padding: 4rem 0;
}.style-find-support .style-reach-team > span {
    flex: 1 0 calc(100% - 2rem);
}.style-find-support .style-talk-team h3 {
    font-size: calc(40px * 0.8);
    max-width: 100%;
}.style-find-support .style-join-us {
    font-size: 12px;
}.style-find-support .style-contact-feedback {
    padding: 2rem;
}.style-find-support .style-reach-team > span {
    padding: 2rem;
}.style-find-support .style-reach-team > span svg {
    right: 1rem;
    top: 1rem;
    width: 20px;
    height: 20px;
}.style-find-support .style-contact-feedback span svg {
    height: 12px;
    width: 12px;
}
}
@media (max-width: 575px) {.style-find-support {
    padding: 3rem 0;
}.style-find-support .style-talk-team h3 {
    font-size: 35px;
    margin-bottom: 2rem;
}.style-find-support .style-join-us {
    margin-bottom: 2rem;
}.style-find-support .style-reach-team {
    margin: -0.5rem;
}.style-find-support .style-reach-team > span {
    padding: 1.5rem;
    margin: 0.5rem;
}.style-find-support .style-contact-feedback {
    margin-top: 2rem;
    padding: 1.5rem;
}.style-find-support .style-contact-feedback span {
    padding: 0.3rem 0.7rem;
    margin: 0.3rem 0.5rem 0.3rem 0;
}.style-find-support .style-reach-team > span svg {
    height: 18px;
    top: 0.8rem;
    right: 0.8rem;
    width: 18px;
}.style-find-support .style-contact-feedback h4 svg {
    height: 18px;
    width: 18px;
}.style-find-support .style-contact-feedback span svg {
    width: 10px;
    margin-right: 5px;
    height: 10px;
}}
.style-find-support .container::before {
    content: "";
    border: 30px solid rgb(212,204,209,0.5);
    z-index: -1;
    position: absolute;
    right: -15%;
    animation: rotate 40s linear infinite;
    border-radius: 50%;
    height: 300px;
    opacity: 0.1;
    width: 300px;
    top: 10%;
}.style-find-support .container::after {
    opacity: 0.1;
    left: -10%;
    border-radius: 50%;
    width: 200px;
    z-index: -1;
    bottom: -10%;
    border: 20px solid rgb(179,169,172,0.5);
    position: absolute;
    height: 200px;
    content: "";
}.style-find-support .style-reach-team > span:hover::after {
    background: linear-gradient(90deg, rgb(212,204,209), rgb(179,169,172), rgb(212,204,209));
    background-size: 200% 200%;
}.style-join-our-mailing-list {
    perspective: 1000px;
    overflow: hidden;
    padding: 6rem 2rem;
    position: relative;
    background: rgb(239,237,239);
}.style-join-our-mailing-list::before {
    top: 0;
    background-size: 60px 60px;
    position: absolute;
    background: 
        linear-gradient(30deg, transparent 49%, rgb(212,204,209,0.5) 49%, rgb(212,204,209,0.5) 51%, transparent 51%),
        linear-gradient(150deg, transparent 49%, rgb(179,169,172,0.5) 49%, rgb(179,169,172,0.5) 51%, transparent 51%);
    height: 100%;
    content: "";
    width: 100%;
    opacity: 0.2;
    left: 0;
    z-index: 1;
}.style-join-our-mailing-list .style-fast-learning {
    justify-content: center;
    z-index: 2;
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    transform-style: preserve-3d;
}.style-join-our-mailing-list .style-query-info {
    position: relative;
    box-shadow: 
        30px 30px 0px rgb(212,204,209,0.5),
        -30px -30px 0px rgb(179,169,172,0.5);
    transform: rotateX(5deg) rotateY(-15deg) rotateZ(0deg);
    transition: transform 0.5s ease;
    width: 70%;
    background: #ffffff;
    padding: 3.5rem 3rem;
}.style-join-our-mailing-list .style-query-info:hover {
    transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
}.style-join-our-mailing-list h3 {
    font-size: 20px;
    transform: translateZ(20px);
    border-left: 5px solid rgb(212,204,209);
    padding-left: 1.5rem;
    position: relative;
    font-weight: 700;
    margin-bottom: 2.5rem;
    color: #000000;
}.style-join-our-mailing-list .input_holder {
    gap: 2rem;
    flex-direction: column;
    transform: translateZ(30px);
    display: flex;
}.style-join-our-mailing-list input[type="email"] {
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    border: 2px solid rgba(0, 0, 0, 0.5);
    color: #000000;
    padding: 1.2rem 1.5rem;
    font-size: 14px;
    transform-origin: left center;
    background: #ffffff;
    transform: skewY(0deg);
}.style-join-our-mailing-list input[type="email"]:focus {
    outline: none;
    box-shadow: 10px 10px 0px rgb(179,169,172,0.5);
    transform: skewY(-2deg);
    border-color: rgb(212,204,209);
}.style-join-our-mailing-list input[type="submit"] {
    font-family: Arial, sans-serif;
    letter-spacing: 1px;
    color: #ffffff;
    align-self: flex-end;
    padding: 1rem 2.5rem;
    transition: all 0.3s ease;
    font-weight: 600;
    transform: skewY(0deg);
    transform-origin: right center;
    border: none;
    cursor: pointer;
    position: relative;
    font-size: 18px;
    overflow: hidden;
    text-transform: uppercase;
    background: rgb(212,204,209);
}.style-join-our-mailing-list input[type="submit"]:hover {
    background: rgb(179,169,172);
    box-shadow: -10px 10px 0px rgb(212,204,209,0.5);
    transform: skewY(2deg);
}.style-join-our-mailing-list .style-query-info::before {
    height: 100px;
    transform: rotateX(45deg) rotateY(15deg) rotateZ(45deg);
    width: 100px;
    opacity: 0.2;
    position: absolute;
    content: "";
    top: -50px;
    background: rgb(179,169,172);
    right: -50px;
}.style-join-our-mailing-list .style-query-info::after {
    content: "";
    background: rgb(212,204,209);
    position: absolute;
    bottom: -50px;
    width: 100px;
    height: 100px;
    transform: rotateX(45deg) rotateY(15deg) rotateZ(45deg);
    opacity: 0.2;
    left: -50px;
}.style-join-our-mailing-list .input_holder::before {
    height: 50px;
    animation: float 6s ease-in-out infinite;
    width: 50px;
    transform: rotateX(45deg) rotateY(15deg) rotateZ(45deg);
    top: 20%;
    opacity: 0.3;
    position: absolute;
    content: "";
    border: 2px solid rgb(179,169,172);
    right: -25px;
}.style-join-our-mailing-list .input_holder::after {
    transform: rotateX(45deg) rotateY(15deg) rotateZ(45deg);
    opacity: 0.3;
    bottom: 20%;
    height: 50px;
    animation: float 8s ease-in-out infinite reverse;
    position: absolute;
    border: 2px solid rgb(212,204,209);
    left: -25px;
    content: "";
    width: 50px;
}

@keyframes float {
    0%, 100% {
        transform: rotateX(45deg) rotateY(15deg) rotateZ(45deg) translateY(0);
    }
    50% {
        transform: rotateX(45deg) rotateY(15deg) rotateZ(45deg) translateY(-20px);
    }
}

@media (max-width: 992px) {.style-join-our-mailing-list .style-query-info {
    transform: rotateX(3deg) rotateY(-10deg) rotateZ(0deg);
    box-shadow: 
            20px 20px 0px rgb(212,204,209,0.5),
            -20px -20px 0px rgb(179,169,172,0.5);
    width: 85%;
}
}

@media (max-width: 768px) {.style-join-our-mailing-list {
    padding: 4rem 1.5rem;
}.style-join-our-mailing-list .style-query-info {
    width: 100%;
    padding: 2.5rem 2rem;
    transform: none;
    box-shadow: 
            10px 10px 0px rgb(212,204,209,0.5),
            -10px -10px 0px rgb(179,169,172,0.5);
}.style-join-our-mailing-list h3 {
    transform: none;
    font-size: calc(20px * 0.9);
}.style-join-our-mailing-list .input_holder {
    transform: none;
}.style-join-our-mailing-list .style-query-info::before,
    .style-join-our-mailing-list .style-query-info::after,
    .style-join-our-mailing-list .input_holder::before,
    .style-join-our-mailing-list .input_holder::after {
    display: none;
}
}

@media (max-width: 480px) {.style-join-our-mailing-list {
    padding: 3rem 1rem;
}.style-join-our-mailing-list .style-query-info {
    padding: 2rem 1.5rem;
    box-shadow: 
            5px 5px 0px rgb(212,204,209,0.5),
            -5px -5px 0px rgb(179,169,172,0.5);
}.style-join-our-mailing-list h3 {
    font-size: calc(20px * 0.8);
    padding-left: 1rem;
    margin-bottom: 2rem;
}.style-join-our-mailing-list input[type="email"] {
    padding: 1rem;
}.style-join-our-mailing-list input[type="submit"] {
    align-self: stretch;
    padding: 0.8rem 1.5rem;
}
}