* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}svg {
    height: 30px;
    width: 30px;
}@keyframes pulse_scrollbar { 0% { opacity: 1; } 50% { opacity: 0.7; } 100% { opacity: 1; } }

::-webkit-scrollbar {
    padding: 2px;
    background: linear-gradient(298deg, #ffffff 58%, rgb(255, 255, 255, 0.5) 47%, rgb(146,144,197,0.5) 78%, rgb(183,178,217) 20%, rgb(183,178,217,0.5) 33%);
    width: 7px;
}::-webkit-scrollbar-track {
    margin: 2px 0;
    background: #ffffff;
}::-webkit-scrollbar-track:active {
    background: rgb(146,144,197,0.5);
}::-webkit-scrollbar-thumb {
    background: rgb(183,178,217);
}::-webkit-scrollbar-corner {
    background: rgb(255, 255, 255, 0.5);
    border-radius: 3px;
}* {
    scrollbar-color: rgb(219,216,239) rgb(255, 255, 255, 0.5);
    scrollbar-width: none;
}.wrapper-border03697 {
    min-height: 100%;
    display: flex;
    height: 100%;
    flex-direction: column;
}.header_pagewrap53480 {
    flex: 1 0 auto;
}.container {
    max-width: 100%;
    width: 1224px;
    margin: auto;
}html,body {
    height: 100%;
    color: #000000;
    font-family: Arial, sans-serif;
    min-height: 100%;
}header,footer {
    width: 100%;
}.verify_cta36498 {
    flex: 0 0 auto;
}a {
    color: inherit;
    text-decoration: none;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.opening_board30647 {
    min-height: 100vh;
    position: relative;
    background: linear-gradient(135deg, rgb(219,216,239) 0%, rgba(245, 247, 250, 0.95) 100%);
    overflow: hidden;
}.opening_board30647::before {
    width: 70%;
    height: 100%;
    opacity: 0.07;
    position: absolute;
    right: 0;
    pointer-events: none;
    content: "";
    transform: translateX(20%) skewX(-15deg);
    top: 0;
    z-index: 1;
    background: linear-gradient(225deg, rgb(183,178,217,0.5) 0%, transparent 80%);
}.opening_board30647::after {
    z-index: 1;
    border: 2px solid rgb(183,178,217,0.5);
    width: 35%;
    left: -5%;
    transform: rotate(-12deg);
    opacity: 0.15;
    bottom: -5%;
    content: "";
    height: 35%;
    border-radius: 100px;
    pointer-events: none;
    position: absolute;
}.opening_board30647 .mentor_team96735 {
    margin: 0 auto;
    flex-direction: row;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: center;
    min-height: 100vh;
    padding: 5rem 2rem;
    max-width: 1440px;
}.opening_board30647 .text_panel_wrap08956 {
    flex: 1;
    margin-right: 2rem;
    position: relative;
    transform: translateY(-2rem);
    max-width: 600px;
}.opening_board30647 h1 {
    transform: translateX(-0.5rem);
    color: #000000;
    font-size: calc(39px * 1.2);
    position: relative;
    line-height: 1.2;
    margin-bottom: 2rem;
    font-weight: 700;
}.opening_board30647 h1::after {
    left: 0;
    bottom: -0.8rem;
    content: "";
    width: 5rem;
    position: absolute;
    animation: expandLine 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    transform-origin: left;
    background: linear-gradient(90deg, rgb(183,178,217) 0%, rgb(183,178,217,0.5) 100%);
    height: 0.25rem;
}.opening_board30647 .course_front68104 {
    align-items: flex-start;
    border-radius: 10px;
    display: flex;
    box-shadow: 0 10px 30px -15px rgba(0,0,0,0.1);
    transform: translateY(0);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    backdrop-filter: blur(10px);
    padding: 2.5rem 2.5rem 2rem;
    flex-direction: column;
    background: linear-gradient(180deg, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.6) 100%);
    margin-bottom: 3rem;
}.opening_board30647 .course_front68104:hover {
    transform: translateY(-0.5rem);
}.opening_board30647 .course_front68104 svg {
    filter: drop-shadow(0 4px 8px rgba(94,170,168,0.15));
    width: 80px;
    transition: transform 0.6s cubic-bezier(0.68, -0.6, 0.32, 1.6);
    margin-bottom: 1.5rem;
    transform: translateY(0);
    height: 80px;
}.opening_board30647 .course_front68104:hover svg {
    transform: translateY(-0.25rem) rotate(5deg);
}.opening_board30647 .course_front68104 svg g {
    transition: transform 0.5s ease-out;
}.opening_board30647 .course_front68104:hover svg g {
    transform: translate(30.89265,30.89265) scale(0.75);
}.opening_board30647 .course_front68104 svg path {
    fill: rgb(183,178,217);
    transition: fill 0.3s ease;
}.opening_board30647 .course_front68104:hover svg path {
    fill: rgb(74,150,148);
}.opening_board30647 .course_front68104 svg text {
    transition: letter-spacing 0.4s ease;
    font-family: Arial, sans-serif;
}.opening_board30647 .course_front68104:hover svg text {
    letter-spacing: 0.5px;
}.opening_board30647 .course_front68104 p {
    max-width: 95%;
    font-weight: 400;
    margin-bottom: 1rem;
    font-size: calc(14px * 1.1);
    color: #000000;
    line-height: 1.6;
}.opening_board30647 ul {
    display: flex;
    margin: 1rem 0 0;
    padding: 0;
    list-style: none;
}.opening_board30647 ul li {
    display: flex;
    align-items: center;
}.opening_board30647 .help_list98510 {
    font-weight: 600;
    overflow: hidden;
    border-radius: 20px;
    letter-spacing: 0.5px;
    color: #ffffff;
    text-decoration: none;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275),
                box-shadow 0.3s ease;
    font-size: 19px;
    z-index: 1;
    display: inline-block;
    background: linear-gradient(135deg, rgb(183,178,217) 0%, rgb(74,150,148) 100%);
    padding: 1rem 2.5rem;
    position: relative;
    box-shadow: 0 4px 20px -5px rgba(94,170,168,0.4);
}.opening_board30647 .help_list98510::before {
    left: 0;
    opacity: 0;
    background: linear-gradient(135deg, rgb(74,150,148) 0%, rgb(183,178,217) 100%);
    width: 100%;
    content: "";
    z-index: -1;
    top: 0;
    position: absolute;
    transition: opacity 0.3s ease;
    height: 100%;
}.opening_board30647 .help_list98510:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px -5px rgba(94,170,168,0.5);
}.opening_board30647 .help_list98510:hover::before {
    opacity: 1;
}.opening_board30647 .image_wrapper14873 {
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    overflow: hidden;
    box-shadow: 0 20px 40px -20px rgba(0,0,0,0.2);
    border-radius: 20px;
    position: relative;
    height: 600px;
    flex: 1;
}.opening_board30647 .image_wrapper14873::before {
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    background: linear-gradient(135deg, rgba(94,170,168,0.4) 0%, transparent 65%);
    content: "";
    z-index: 1;
    left: 0;
}.opening_board30647 .image_wrapper14873::after {
    z-index: 2;
    left: 0;
    width: 100%;
    pointer-events: none;
    top: 0;
    border: 1px solid rgba(255,255,255,0.1);
    content: "";
    position: absolute;
    height: 100%;
    backdrop-filter: brightness(1.05);
    box-shadow: inset 0 0 0 3px rgba(255,255,255,0.1);
}

@keyframes expandLine {
    from {
        width: 0;
    }
    to {
        width: 5rem;
    }
}

@media (min-width: 1600px) {.opening_board30647 .mentor_team96735 {
    padding: 6rem 3rem;
}.opening_board30647 h1 {
    font-size: calc(39px * 1.4);
}.opening_board30647 .image_wrapper14873 {
    height: 650px;
}
}

@media (max-width: 1280px) {.opening_board30647 .mentor_team96735 {
    padding: 4rem 2rem;
}.opening_board30647 h1 {
    font-size: calc(39px * 1.1);
}.opening_board30647 .image_wrapper14873 {
    height: 550px;
}
}

@media (max-width: 992px) {.opening_board30647 .mentor_team96735 {
    flex-direction: column;
    padding: 4rem 1.5rem;
}.opening_board30647 .text_panel_wrap08956 {
    transform: translateY(0);
    margin-bottom: 3rem;
    margin-right: 0;
    max-width: 100%;
}.opening_board30647 h1 {
    transform: translateX(0);
    font-size: 39px;
    text-align: center;
}.opening_board30647 h1::after {
    left: 50%;
    transform: translateX(-50%);
}.opening_board30647 .course_front68104 {
    text-align: center;
    align-items: center;
    padding: 2rem 1.5rem 1.5rem;
}.opening_board30647 .course_front68104 p {
    max-width: 100%;
}.opening_board30647 ul {
    justify-content: center;
    width: 100%;
}.opening_board30647 .image_wrapper14873 {
    width: 100%;
    height: 400px;
}
}

@media (max-width: 768px) {.opening_board30647 {
    min-height: auto;
}.opening_board30647 .mentor_team96735 {
    min-height: auto;
    padding: 3rem 1rem;
}.opening_board30647 h1 {
    margin-bottom: 1.5rem;
    font-size: calc(29px * 1.1);
}.opening_board30647 .course_front68104 {
    margin-bottom: 2rem;
}.opening_board30647 .course_front68104 svg {
    width: 70px;
    height: 70px;
}.opening_board30647 .course_front68104 p {
    font-size: 14px;
}.opening_board30647 .help_list98510 {
    padding: 0.85rem 2rem;
}.opening_board30647 .image_wrapper14873 {
    height: 350px;
}
}

@media (max-width: 576px) {.opening_board30647::before {
    width: 100%;
    transform: translateX(0) skewX(0);
}.opening_board30647::after {
    width: 50%;
    height: 50%;
}.opening_board30647 .mentor_team96735 {
    padding: 2.5rem 1rem;
}.opening_board30647 h1 {
    font-size: 29px;
}.opening_board30647 .course_front68104 {
    padding: 1.5rem 1rem;
}.opening_board30647 .course_front68104 svg {
    width: 60px;
    height: 60px;
}.opening_board30647 .image_wrapper14873 {
    height: 300px;
}
}

@media (max-width: 480px) {.opening_board30647 .image_wrapper14873 {
    height: 250px;
}.opening_board30647 .help_list98510 {
    padding: 0.75rem 1.75rem;
    font-size: calc(19px * 0.9);
}}.support76941 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 5rem 0;
    background-color: rgb(219,216,239);
}.support76941::before {
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 20%, rgb(183,178,217,0.5) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgb(146,144,197,0.5) 0%, transparent 40%);
    width: 100%;
    z-index: -1;
    animation: ambientGlow 15s infinite alternate;
    position: absolute;
}.support76941::after {
    left: 0;
    z-index: -1;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, transparent 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
}.support76941 .container {
    max-width: 1200px;
    position: relative;
    padding: 0 15px;
    margin: 0 auto;
}.support76941 .contact_box41975 {
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.03);
    overflow: hidden;
    padding: 3rem;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    flex-direction: column;
    display: flex;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    transform: translateY(0);
    backdrop-filter: blur(10px);
    border-radius: 24px;
}.support76941 .contact_box41975::before {
    width: 200%;
    background: linear-gradient(
        45deg,
        transparent 0%,
        rgba(255, 255, 255, 0.03) 30%,
        rgba(255, 255, 255, 0.07) 50%,
        rgba(255, 255, 255, 0.03) 70%,
        transparent 100%
    );
    top: -150%;
    transition: all 0.7s ease;
    left: -50%;
    height: 200%;
    position: absolute;
    animation: shineEffect 6s infinite;
    z-index: -1;
    transform: rotate(45deg);
    content: "";
}.support76941 .message_us79418 {
    text-transform: uppercase;
    position: relative;
    font-size: 34px;
    color: rgb(183,178,217);
    font-weight: 700;
    margin-bottom: 2rem;
    display: inline-block;
    align-self: center;
    letter-spacing: 2px;
    text-align: center;
}.support76941 .message_us79418::after {
    left: 0;
    height: 3px;
    bottom: -10px;
    animation: headerUnderline 3s infinite;
    content: "";
    width: 100%;
    background: linear-gradient(90deg, transparent, rgb(183,178,217), transparent);
    position: absolute;
}.support76941 .image_wrapper14873 {
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 200px;
    width: 200px;
    border: 3px solid rgba(255, 255, 255, 0.1);
    margin: 0 auto 2rem;
    border-radius: 10px;
    position: relative;
}.support76941 .image_wrapper14873:hover {
    transform: scale(1.02);
    box-shadow: 0 15px 35px -5px rgba(0, 0, 0, 0.4);
}.support76941 .image_wrapper14873::after {
    background: linear-gradient(
        135deg,
        rgba(0, 123, 255, 0.2) 0%,
        transparent 100%
    );
    z-index: 1;
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    top: 0;
}.support76941 .contact_help13856 {
    padding: 2rem;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.03);
    overflow: hidden;
    backdrop-filter: blur(5px);
    position: relative;
}.support76941 .contact_help13856::before {
    width: 5px;
    content: "";
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 10px;
    position: absolute;
    background: linear-gradient(to bottom, rgb(183,178,217), rgb(146,144,197));
}.support76941 .contact_help13856 p {
    color: #000000;
    padding-left: 2rem;
    flex-direction: column;
    transition: transform 0.3s ease;
    font-size: 17px;
    position: relative;
    display: flex;
    margin-bottom: 1.5rem;
}.support76941 .contact_help13856 p:hover {
    transform: translateX(5px);
}.support76941 .contact_help13856 p:last-child {
    margin-bottom: 0;
}.support76941 .contact_help13856 p span {
    font-weight: 600;
    margin-top: 0.3rem;
}.support76941 .contact_help13856 p a {
    color: rgb(183,178,217);
    transition: color 0.3s ease, transform 0.3s ease;
    text-decoration: none;
    display: inline-block;
}.support76941 .contact_help13856 p a:hover {
    color: rgb(146,144,197);
    transform: scale(1.03);
}.support76941 .contact_help13856 svg {
    left: 0;
    stroke-linecap: round;
    top: 5px;
    position: absolute;
    stroke-width: 2;
    width: 18px;
    height: 18px;
    transition: transform 0.3s ease;
    stroke-linejoin: round;
    fill: none;
}.support76941 .contact_help13856 p:hover svg {
    transform: scale(1.1);
}.support76941 .contact_help13856 svg path {
    transition: stroke 0.3s ease;
    stroke: rgb(183,178,217);
}.support76941 .contact_help13856 p:hover svg path {
    stroke: rgb(146,144,197);
}.support76941 .contact_help13856 p:nth-child(1) svg path {
    stroke-dasharray: 50;
    stroke-dashoffset: 50;
    animation: drawSVG 1.5s forwards;
}.support76941 .contact_help13856 p:nth-child(2) svg path {
    stroke-dashoffset: 50;
    stroke-dasharray: 50;
    animation: drawSVG 1.5s 0.2s forwards;
}.support76941 .contact_help13856 p:nth-child(3) svg path {
    stroke-dashoffset: 50;
    stroke-dasharray: 50;
    animation: drawSVG 1.5s 0.4s forwards;
}.support76941 .contact_help13856 p:nth-child(4) svg path {
    animation: drawSVG 1.5s 0.6s forwards;
    stroke-dashoffset: 50;
    stroke-dasharray: 50;
}.support76941 .get_contactbox28136 {
    padding-top: 2rem;
    position: relative;
    margin-top: 2.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}.support76941 .edu_talk47095 {
    position: relative;
    font-size: 21px;
    color: rgb(183,178,217);
    text-align: center;
    font-weight: 700;
    margin-bottom: 1.5rem;
}.support76941 .edu_talk47095::before,
.support76941 .edu_talk47095::after {
    background: linear-gradient(90deg, transparent, rgb(183,178,217,0.5), transparent);
    height: 1px;
    position: absolute;
    width: 30px;
    top: 50%;
    content: "";
}.support76941 .edu_talk47095::before {
    left: 20%;
}.support76941 .edu_talk47095::after {
    right: 20%;
}.support76941 .edu_talk47095 svg {
    stroke: rgb(183,178,217);
    fill: none;
    width: 18px;
    animation: pulseAnimation 2s infinite;
    stroke-width: 2;
    margin-right: 8px;
    height: 18px;
    vertical-align: middle;
}.support76941 .message_page49350 {
    gap: 1rem;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
}.support76941 .ask_feedback95608 {
    transition: all 0.3s ease;
    border-radius: 10px;
    font-size: calc(17px - 2px);
    color: #000000;
    text-align: center;
    padding: 0.8rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(255, 255, 255, 0.05);
}.support76941 .ask_feedback95608:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-color: rgba(0, 123, 255, 0.2);
    transform: translateY(-3px);
    background: rgba(0, 123, 255, 0.1);
}.support76941 .ask_feedback95608 svg {
    margin-right: 5px;
    transition: transform 0.3s ease;
    stroke-width: 2;
    stroke: rgb(183,178,217);
    fill: none;
    height: 12px;
    width: 12px;
}.support76941 .ask_feedback95608:hover svg {
    transform: rotate(15deg);
    stroke: rgb(146,144,197);
}

@keyframes shineEffect {
    0% {
        top: -150%;
        left: -50%;
    }
    100% {
        top: 150%;
        left: 150%;
    }
}

@keyframes headerUnderline {
    0%, 100% {
        width: 30%;
        left: 35%;
    }
    50% {
        width: 100%;
        left: 0;
    }
}

@keyframes ambientGlow {
    0% {
        opacity: 0.5;
        background-position: 0% 0%;
    }
    50% {
        opacity: 0.7;
    }
    100% {
        opacity: 0.5;
        background-position: 100% 100%;
    }
}

@keyframes drawSVG {
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes pulseAnimation {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

@media (min-width: 768px) {.support76941 .contact_box41975 {
    align-items: flex-start;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}.support76941 .message_us79418 {
    width: 100%;
    margin-bottom: 3rem;
}.support76941 .image_wrapper14873 {
    width: 250px;
    margin: 0;
    flex-shrink: 0;
    height: 250px;
}.support76941 .contact_help13856 {
    margin-left: 2.5rem;
    flex: 1;
}.support76941 .contact_help13856 svg {
    width: 20px;
    height: 20px;
}.support76941 .message_page49350 {
    grid-template-columns: repeat(3, 1fr);
}
}

@media (min-width: 992px) {.support76941 .contact_box41975 {
    padding: 4rem;
}.support76941 .image_wrapper14873 {
    width: 300px;
    height: 300px;
}.support76941 .contact_help13856 {
    padding: 2.5rem;
}.support76941 .contact_help13856 svg {
    height: 22px;
    width: 22px;
}.support76941 .message_page49350 {
    grid-template-columns: repeat(4, 1fr);
}
}

@media (max-width: 767px) {.support76941 {
    padding: 3rem 0;
}.support76941 .contact_box41975 {
    padding: 2rem;
}.support76941 .contact_help13856 {
    padding: 1.5rem;
}.support76941 .message_us79418 {
    font-size: calc(34px - 4px);
}.support76941 .edu_talk47095 {
    font-size: calc(21px - 2px);
}.support76941 .message_page49350 {
    gap: 0.8rem;
    grid-template-columns: 1fr;
}.support76941 .contact_help13856 svg {
    height: 16px;
    width: 16px;
}}footer {
    position: relative;
}footer::before {
    opacity: 0.95;
    top: 0;
    left: 0;
    content: '';
    background: linear-gradient(125deg, #000000 0%, rgb(146,144,197) 100%);
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}.verify_cta36498 {
    font-family: Arial, sans-serif;
    color: #ffffff;
    padding: 60px 0;
    position: relative;
    z-index: 2;
}.verify_cta36498 .container {
    flex-wrap: wrap;
    display: flex;
}.verify_cta36498 .company_holder {
    margin-bottom: 40px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    border-radius: 23px;
    flex: 0 0 100%;
    background: rgba(0, 0, 0, 0.2);
    text-align: center;
    padding: 25px;
}.verify_cta36498 .company_holder h3 {
    color: #ffffff;
    letter-spacing: 1px;
    font-size: 28px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    font-weight: 700;
    margin-bottom: 20px;
}.verify_cta36498 .donate_books56201 {
    margin: 0 auto;
    max-width: 80%;
    color: #ffffff;
    text-align: center;
    font-size: 18px;
    line-height: 1.7;
    padding: 15px 20px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.1);
}.verify_cta36498 .citation14258 {
    margin-top: 20px;
    flex: 0 0 100%;
}.verify_cta36498 .top_study25463 {
    justify-content: center;
    flex-wrap: wrap;
    display: flex;
    gap: 30px;
    margin-top: 30px;
}.verify_cta36498 .head_sitebar69842 {
    max-width: calc(50% - 30px);
    border-radius: 23px;
    background: rgba(255, 255, 255, 0.05);
    flex: 0 0 calc(50% - 30px);
    padding: 20px;
    transition: all 0.3s ease;
}.verify_cta36498 .head_sitebar69842:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}.verify_cta36498 .head_sitebar69842 h5 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 20px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
    text-align: center;
    color: #ffffff;
    font-weight: 600;
    padding-bottom: 10px;
}.verify_cta36498 .head_sitebar69842 .top_study25463 {
    gap: 12px;
    flex-direction: column;
    margin-top: 0;
    display: flex;
}.verify_cta36498 .head_sitebar69842 .top_study25463 a {
    font-size: 18px;
    text-decoration: none;
    color: #ffffff;
    border-radius: 10px;
    transition: all 0.3s ease;
    padding: 8px 12px;
    background: rgba(255, 255, 255, 0.05);
    text-align: center;
}.verify_cta36498 .head_sitebar69842 .top_study25463 a:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    background: rgba(255, 255, 255, 0.15);
}.footer_workshops26194 {
    background: rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 2;
    padding: 20px 0;
    margin-top: 40px;
}.footer_workshops26194::before {
    height: 1px;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    content: '';
    opacity: 0.2;
    position: absolute;
    right: 20%;
    left: 20%;
    top: 0;
}.footer_workshops26194 .container {
    justify-content: center;
    display: flex;
}.footer_workshops26194 .proposal_cta81730 {
    letter-spacing: 0.5px;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
}

@keyframes gradientFlow {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
@media (min-width: 768px) {.verify_cta36498 .top_study25463 {
    justify-content: space-between;
}.verify_cta36498 .company_holder {
    flex: 0 0 30%;
    text-align: left;
}.verify_cta36498 .citation14258 {
    flex: 0 0 65%;
}.verify_cta36498 .container {
    align-items: flex-start;
    justify-content: space-between;
}.verify_cta36498 .donate_books56201 {
    max-width: 100%;
    text-align: left;
    margin: 0;
}
}

@media (max-width: 767px) {.verify_cta36498 .head_sitebar69842 {
    margin-bottom: 20px;
    max-width: 100%;
    flex: 0 0 100%;
}.verify_cta36498 .company_holder {
    padding: 20px 15px;
}.verify_cta36498 .donate_books56201 {
    padding: 15px;
    max-width: 100%;
}
}

@media (max-width: 576px) {.verify_cta36498 {
    padding: 40px 0;
}.verify_cta36498 .company_holder h3 {
    font-size: calc(28px * 0.8);
}.verify_cta36498 .head_sitebar69842 h5 {
    font-size: calc(20px * 0.9);
}.verify_cta36498 .head_sitebar69842 .top_study25463 a {
    font-size: calc(18px * 0.95);
}}

@keyframes pulseLight {
    0%, 100% {
        opacity: 0.1;
        transform: scale(1);
    }
    50% {
        opacity: 0.15;
        transform: scale(1.1);
    }
}

footer::after {
    top: 0;
    position: absolute;
    background-image: linear-gradient(0deg, 
        rgba(255, 255, 255, 0.02) 1px, 
        transparent 1px),
        linear-gradient(90deg, 
        rgba(255, 255, 255, 0.02) 1px, 
        transparent 1px);
    width: 100%;
    height: 100%;
    z-index: 1;
    left: 0;
    content: '';
    background-size: 20px 20px;
}.course_structure63270 {
    position: relative;
    padding: 100px 0 120px;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(219,216,239) 0%, rgba(245, 247, 250, 1) 100%);
}.course_structure63270::before {
    background-size: 30px 30px;
    background-image: 
        linear-gradient(30deg, rgba(rgb(183,178,217,0.5), 0.03) 1px, transparent 1px),
        linear-gradient(120deg, rgba(rgb(183,178,217,0.5), 0.03) 1px, transparent 1px);
    z-index: 0;
    position: absolute;
    content: "";
    width: 100%;
    animation: patternFloat 60s linear infinite;
    height: 100%;
    left: 0;
    top: 0;
}.course_structure63270::after {
    content: "";
    position: absolute;
    height: 200%;
    background: linear-gradient(135deg, rgba(rgb(183,178,217,0.5), 0.08) 0%, rgba(rgb(146,144,197,0.5), 0.05) 100%);
    z-index: 0;
    right: -20%;
    width: 70%;
    top: -50%;
    transform: rotate(-15deg);
}.course_structure63270 .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 1;
}.course_structure63270 h2 {
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: perspective(1000px) rotateX(0deg);
    line-height: 1.3;
    margin-left: auto;
    color: #000000;
    margin-right: auto;
    position: relative;
    font-size: 33px;
    margin-bottom: 50px;
    max-width: 800px;
    text-align: center;
    font-weight: 700;
}.course_structure63270 h2::after {
    position: absolute;
    transition: width 0.3s ease;
    left: 50%;
    bottom: -15px;
    background: linear-gradient(90deg, rgb(183,178,217) 0%, rgb(146,144,197) 100%);
    height: 3px;
    content: "";
    transform: translateX(-50%);
    width: 80px;
}.course_structure63270 h2:hover {
    transform: perspective(1000px) rotateX(2deg);
}.course_structure63270 h2:hover::after {
    width: 120px;
}.course_structure63270 .training_map41523 {
    perspective: 1000px;
    display: grid;
    transform-style: preserve-3d;
    gap: 40px;
    align-items: center;
    position: relative;
    grid-template-columns: 1fr 1.5fr;
}.course_structure63270 .image_wrapper14873 {
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.15);
    border-radius: 3px;
    height: 500px;
    transform: translateZ(20px);
    position: relative;
    overflow: hidden;
}.course_structure63270 .image_wrapper14873::before {
    width: 100%;
    content: "";
    top: 0;
    opacity: 0.7;
    left: 0;
    height: 100%;
    z-index: 1;
    background: linear-gradient(
        to bottom,
        rgba(rgb(183,178,217,0.5), 0.2),
        rgba(rgba(0, 0, 0, 0.5), 0.4)
    );
    transition: opacity 0.3s ease;
    position: absolute;
}.course_structure63270 .image_wrapper14873:hover {
    transform: translateZ(30px) scale(1.02);
}.course_structure63270 .image_wrapper14873:hover::before {
    opacity: 0.5;
}.course_structure63270 .text_panel_wrap08956 {
    transform: translateZ(10px);
    scrollbar-width: thin;
    padding-right: 15px;
    position: relative;
    scrollbar-color: rgb(183,178,217) rgba(rgb(219,216,239), 0.5);
    max-height: 500px;
    overflow-y: auto;
}.course_structure63270 .text_panel_wrap08956::-webkit-scrollbar {
    width: 6px;
}.course_structure63270 .text_panel_wrap08956::-webkit-scrollbar-track {
    border-radius: 3px;
    background: rgba(rgb(219,216,239), 0.5);
}.course_structure63270 .text_panel_wrap08956::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: rgb(183,178,217);
}.course_structure63270 .description {
    font-size: 12px;
    line-height: 1.8;
    margin-bottom: 24px;
    color: #000000;
    position: relative;
    transition: transform 0.3s ease;
}.course_structure63270 .description:first-of-type {
    position: relative;
    border-left: 3px solid rgb(183,178,217);
    padding-left: 20px;
}.course_structure63270 .description:last-of-type {
    position: relative;
    padding-left: 20px;
    border-left: 3px solid rgb(146,144,197);
}.course_structure63270 .description:first-of-type::before {
    content: "";
    top: 0;
    left: -3px;
    position: absolute;
    width: 3px;
    height: 0;
    transition: height 1.5s ease;
    background: linear-gradient(to bottom, rgb(183,178,217), rgb(146,144,197));
}.course_structure63270 .description:first-of-type:hover::before {
    height: 100%;
}

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

@media screen and (max-width: 992px) {.course_structure63270 {
    padding: 80px 0 100px;
}.course_structure63270 h2 {
    margin-bottom: 40px;
    font-size: calc(33px * 0.9);
}.course_structure63270 .training_map41523 {
    gap: 30px;
    grid-template-columns: 1fr;
}.course_structure63270 .image_wrapper14873 {
    order: -1;
    height: 400px;
}.course_structure63270 .text_panel_wrap08956 {
    max-height: 450px;
}
}

@media screen and (max-width: 768px) {.course_structure63270 {
    padding: 60px 0 80px;
}.course_structure63270 h2 {
    margin-bottom: 30px;
    font-size: calc(33px * 0.8);
}.course_structure63270 h2::after {
    width: 60px;
    bottom: -12px;
}.course_structure63270 .image_wrapper14873 {
    height: 320px;
}.course_structure63270 .text_panel_wrap08956 {
    max-height: 400px;
}.course_structure63270 .description {
    font-size: calc(12px * 0.95);
    line-height: 1.7;
}
}

@media screen and (max-width: 576px) {.course_structure63270 {
    padding: 50px 0 70px;
}.course_structure63270 h2 {
    font-size: calc(33px * 0.7);
    margin-bottom: 25px;
}.course_structure63270 h2::after {
    bottom: -10px;
    width: 50px;
}.course_structure63270 .image_wrapper14873 {
    height: 250px;
}.course_structure63270 .text_panel_wrap08956 {
    max-height: 350px;
}.course_structure63270 .description {
    font-size: calc(12px * 0.9);
    line-height: 1.6;
    padding-left: 15px;
}
}

@media (hover: none) {.course_structure63270 h2:hover,
    .course_structure63270 .image_wrapper14873:hover {
    transform: none;
}.course_structure63270 h2:hover::after {
    width: 80px;
}}.cookie_notice_window43865 {
    padding: 15px 20px;
    bottom: 0;
    transition: all 0.3s ease-in-out;
    border-top: 3px solid rgb(183,178,217);
    font-family: Arial, sans-serif;
    z-index: 1050;
    position: fixed;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.1);
    width: 100%;
    background: #ffffff;
}.cookie_reset02135 {
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
    display: flex;
}.data_accept98256 {
    flex-shrink: 0;
    margin-right: 15px;
}.data_accept98256 svg {
    fill: rgb(183,178,217);
    width: 50px;
    height: 50px;
    transition: fill 0.3s ease-in-out;
}.cookies_tech47689 {
    flex-grow: 1;
    margin-right: 15px;
}.cookies_tech47689 h5 {
    font-size: 23px;
    font-weight: 700;
    color: rgb(183,178,217);
    margin-bottom: 5px;
}.cookies_tech47689 p {
    color: #000000;
    font-size: 15px;
    margin-bottom: 0;
}.accept_cookies98251 {
    border: 1px solid transparent;
    white-space: nowrap;
    user-select: none;
    text-decoration: none;
    text-align: center;
    border-radius: 10px;
    font-size: 20px;
    vertical-align: middle;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    margin-left: 10px;
}.cookie_button.edu_consent82610 {
    border-color: rgb(183,178,217);
    background-color: rgb(183,178,217);
    color: #ffffff;
}#cookiePopupMessage19453 {
    display: none;
}#cookiePopupMessage19453:checked ~ .cookie_notice_window43865 {
    visibility: hidden;
    opacity: 0;
}.cookie_button.edu_consent82610:hover {
    background-color: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    border-color: rgba(0, 0, 0, 0.5);
}.cookie_button.privacy_learn38761 {
    color: #000000;
    background-color: rgb(146,144,197);
    border-color: rgb(146,144,197);
}.cookie_button.privacy_learn38761:hover {
    border-color: rgb(183,178,217);
    color: #ffffff;
    background-color: rgb(183,178,217);
}.cookie_notice_window43865 p a {
    text-decoration: underline;
    color: rgb(183,178,217);
}.cookie_notice_window43865 p a:hover {
    color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 1200px) {.cookies_tech47689 h5 {
    font-size: calc(23px - 2px);
}.cookies_tech47689 p {
    font-size: calc(15px - 2px);
}.accept_cookies98251 {
    font-size: calc(20px - 2px);
}
}
@media (max-width: 800px) {.cookie_reset02135 {
    align-items: center;
    flex-direction: column;
}.data_accept98256 {
    margin-bottom: 10px;
}.cookies_tech47689 {
    text-align: center;
    margin-bottom: 15px;
}.accept_cookies98251 {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
}}
.learning_process93418 {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(219,216,239) 0%, rgba(rgb(146,144,197,0.5), 0.1) 100%);
    padding: 6rem 0;
}.learning_process93418::before {
    pointer-events: none;
    position: absolute;
    width: 100%;
    top: 0;
    content: "";
    z-index: 1;
    transform: perspective(1000px) rotateX(5deg);
    height: 100%;
    background-size: 60px 60px;
    background: linear-gradient(45deg, rgba(rgb(183,178,217,0.5), 0.05) 15%, transparent 15%, transparent 85%, rgba(rgb(183,178,217,0.5), 0.05) 85%);
    left: 0;
}.learning_process93418::after {
    top: -50%;
    right: -25%;
    position: absolute;
    transform: rotate(-15deg);
    pointer-events: none;
    height: 200%;
    width: 70%;
    content: "";
    z-index: 1;
    background: linear-gradient(to right, transparent, rgba(rgb(146,144,197,0.5), 0.08));
}.learning_process93418 .mentor_team96735 {
    margin: 0 auto;
    perspective: 1000px;
    transform-style: preserve-3d;
    z-index: 2;
    max-width: 1200px;
    position: relative;
    padding: 0 2rem;
}.learning_process93418 h2 {
    color: #000000;
    text-align: left;
    position: relative;
    font-weight: 700;
    margin-bottom: 2.5rem;
    animation: fadeSlideIn 0.8s ease-out forwards;
    font-size: 34px;
    transform: translateZ(20px);
}.learning_process93418 h2::after {
    left: 0;
    height: 4px;
    content: "";
    background: linear-gradient(90deg, rgb(183,178,217) 0%, rgb(146,144,197) 100%);
    transform-origin: left;
    position: absolute;
    bottom: -0.75rem;
    width: 120px;
    transform: scaleX(1);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.learning_process93418 h2:hover::after {
    transform: scaleX(1.2);
}.learning_process93418 .text_panel_wrap08956 {
    background: linear-gradient(to right bottom, #ffffff 0%, rgba(rgb(255, 255, 255, 0.5), 0.9) 100%);
    position: relative;
    transform: translateZ(10px) translateY(0);
    border-left: 4px solid rgb(183,178,217);
    box-shadow: 0 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.1), 
                0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.05),
                0 1px 0 rgba(rgb(255, 255, 255, 0.5), 0.95) inset;
    opacity: 0;
    padding: 2.5rem 3rem;
    animation: containerRise 1s ease-out forwards;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    animation-delay: 0.3s;
}.learning_process93418 .text_panel_wrap08956:hover {
    box-shadow: 0 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.15), 
                0 10px 20px rgba(rgba(0, 0, 0, 0.5), 0.1),
                0 1px 0 rgba(rgb(255, 255, 255, 0.5), 0.95) inset;
    transform: translateZ(20px) translateY(-5px);
}.learning_process93418 p {
    margin: 0;
    z-index: 2;
    font-size: 13px;
    line-height: 1.8;
    text-align: left;
    position: relative;
    color: #000000;
}

@keyframes fadeSlideIn {
    from {
        opacity: 0;
        transform: translateZ(0) translateY(-30px);
    }
    to {
        opacity: 1;
        transform: translateZ(20px) translateY(0);
    }
}

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

@media (max-width: 991px) {.learning_process93418 {
    padding: 4rem 0;
}.learning_process93418 .mentor_team96735 {
    padding: 0 1.5rem;
}.learning_process93418 h2 {
    font-size: calc(34px * 0.9);
    margin-bottom: 2rem;
}.learning_process93418 .text_panel_wrap08956 {
    padding: 2rem 2.5rem;
}
}

@media (max-width: 767px) {.learning_process93418 {
    padding: 3rem 0;
}.learning_process93418 .mentor_team96735 {
    padding: 0 1rem;
}.learning_process93418 h2 {
    font-size: calc(34px * 0.8);
    margin-bottom: 1.5rem;
}.learning_process93418 h2::after {
    height: 3px;
    width: 80px;
}.learning_process93418 .text_panel_wrap08956 {
    padding: 1.5rem 2rem;
}.learning_process93418 p {
    font-size: calc(13px * 0.95);
    line-height: 1.7;
}
}

@media (max-width: 480px) {.learning_process93418 {
    padding: 2.5rem 0;
}.learning_process93418 .mentor_team96735 {
    padding: 0 0.8rem;
}.learning_process93418 h2 {
    margin-bottom: 1.25rem;
    font-size: calc(34px * 0.7);
}.learning_process93418 .text_panel_wrap08956 {
    border-left-width: 3px;
    padding: 1.25rem 1.5rem;
}.learning_process93418 p {
    font-size: calc(13px * 0.9);
    line-height: 1.6;
}}.connect_form02763 {
    position: relative;
    background: linear-gradient(135deg, rgb(219,216,239) 0%, rgba(0, 0, 0, 0.03) 100%);
    overflow: hidden;
    padding: 80px 0;
}.connect_form02763::before {
    left: 0;
    right: 0;
    content: "";
    position: absolute;
    background: 
        radial-gradient(circle at 10% 20%, rgba(rgb(183,178,217), 0.05) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgba(rgb(146,144,197), 0.05) 0%, transparent 30%);
    top: 0;
    z-index: 0;
    bottom: 0;
}.connect_form02763::after {
    background-image: 
        linear-gradient(90deg, rgba(rgb(183,178,217), 0.03) 1px, transparent 1px),
        linear-gradient(rgba(rgb(183,178,217), 0.03) 1px, transparent 1px);
    z-index: 1;
    animation: gridMove 20s linear infinite;
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    background-size: 20px 20px;
    left: 0;
    height: 100%;
    opacity: 0.6;
}@keyframes gridMove {
    0% { background-position: 0 0; }
    100% { background-position: 20px 20px; }
}

.connect_form02763 .container {
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}.connect_form02763 h2 {
    color: #000000;
    transform: translateX(-50%);
    position: relative;
    display: inline-block;
    font-size: 33px;
    text-align: center;
    margin-bottom: 50px;
    font-weight: 700;
    left: 50%;
}.connect_form02763 h2::after {
    content: "";
    background: linear-gradient(90deg, transparent, rgb(183,178,217), transparent);
    width: 70%;
    height: 3px;
    left: 15%;
    position: absolute;
    bottom: -15px;
}.connect_form02763 .message_message82947 {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 
                0 5px 15px rgba(rgb(183,178,217), 0.05);
    background: #ffffff;
    transform: translateY(0);
    display: flex;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
    border-radius: 21px;
}.connect_form02763 .message_message82947:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 
                0 10px 20px rgba(rgb(183,178,217), 0.1);
    transform: translateY(-5px);
}.connect_form02763 .message_message82947::before {
    width: 5px;
    top: 0;
    background: linear-gradient(to bottom, rgb(183,178,217), rgb(146,144,197));
    left: 0;
    content: "";
    position: absolute;
    height: 100%;
}.connect_form02763 .image_wrapper14873 {
    position: relative;
    overflow: hidden;
    width: 45%;
}.connect_form02763 .image_wrapper14873::after {
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    position: absolute;
    mix-blend-mode: overlay;
    height: 100%;
    background: linear-gradient(135deg, 
                rgba(rgb(183,178,217), 0.3) 0%, 
                rgba(rgb(146,144,197), 0.3) 100%);
}.connect_form02763 .image_wrapper14873::before {
    animation: shine 6s infinite;
    width: 150%;
    z-index: 2;
    background: rgba(255, 255, 255, 0.2);
    position: absolute;
    height: 150px;
    left: -100px;
    top: -100px;
    transform: rotate(45deg);
    content: "";
}@keyframes shine {
    0% { top: -100px; left: -100px; }
    100% { top: 100%; left: 100%; }
}

.connect_form02763 .contact_message23108 {
    position: relative;
    padding: 50px 40px;
    width: 55%;
}.connect_form02763 .contact_message23108::before {
    position: absolute;
    height: 200px;
    right: -50px;
    width: 200px;
    top: -50px;
    z-index: 0;
    border-radius: 50%;
    content: "";
    background: radial-gradient(circle, rgba(rgb(183,178,217), 0.05) 0%, transparent 70%);
}.connect_form02763 form {
    position: relative;
    z-index: 2;
}.connect_form02763 form h3 {
    display: inline-block;
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 19px;
    color: #000000;
    position: relative;
}.connect_form02763 form h3::after {
    position: absolute;
    bottom: -10px;
    content: "";
    left: 0;
    height: 2px;
    width: 40px;
    background: rgb(183,178,217);
}.connect_form02763 form input[type="text"] {
    padding: 15px 20px;
    font-family: Arial, sans-serif;
    border: 1px solid rgba(#000000, 0.1);
    background: rgba(#ffffff, 0.8);
    margin-bottom: 20px;
    position: relative;
    transition: all 0.3s ease;
    color: #000000;
    width: 100%;
    border-radius: 10px;
    font-size: 13px;
}.connect_form02763 form input[type="text"]:focus {
    box-shadow: 0 0 0 3px rgba(rgb(183,178,217), 0.1);
    outline: none;
    border-color: rgb(183,178,217);
    background: #ffffff;
}.connect_form02763 form input[type="text"]::placeholder {
    transition: all 0.3s ease;
    color: rgba(#000000, 0.5);
}.connect_form02763 form input[type="text"]:focus::placeholder {
    transform: translateX(5px);
    opacity: 0.5;
}.connect_form02763 .feedback_feedback83165 {
    align-items: flex-start;
    display: flex;
    margin-bottom: 30px;
    position: relative;
}.connect_form02763 .feedback_feedback83165 input[type="checkbox"] {
    width: 0;
    position: absolute;
    opacity: 0;
    height: 0;
    cursor: pointer;
}.connect_form02763 .feedback_feedback83165 label {
    line-height: 1.4;
    color: #000000;
    padding-left: 35px;
    position: relative;
    user-select: none;
    font-size: 15px;
    cursor: pointer;
}.connect_form02763 .feedback_feedback83165 label::before {
    position: absolute;
    top: 0;
    border: 1px solid rgba(#000000, 0.2);
    background: rgba(#ffffff, 0.8);
    border-radius: 10px;
    content: "";
    height: 22px;
    transition: all 0.3s ease;
    width: 22px;
    left: 0;
}.connect_form02763 .feedback_feedback83165 input[type="checkbox"]:checked + label::before {
    border-color: rgb(183,178,217);
    background: rgb(183,178,217);
}.connect_form02763 .feedback_feedback83165 input[type="checkbox"]:checked + label::after {
    transform: rotate(45deg);
    content: "";
    top: 4px;
    border-width: 0 2px 2px 0;
    left: 8px;
    height: 12px;
    width: 6px;
    position: absolute;
    border: solid #ffffff;
}.connect_form02763 .feedback_feedback83165 label a {
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease;
    color: rgb(183,178,217);
}.connect_form02763 .feedback_feedback83165 label a::after {
    left: 0;
    bottom: -2px;
    background: rgb(183,178,217);
    content: "";
    width: 100%;
    height: 1px;
    transform: scaleX(0);
    transition: transform 0.3s ease;
    transform-origin: left;
    position: absolute;
}.connect_form02763 .feedback_feedback83165 label a:hover {
    color: rgb(146,144,197);
}.connect_form02763 .feedback_feedback83165 label a:hover::after {
    background: rgb(146,144,197);
    transform: scaleX(1);
}.connect_form02763 .help_list98510 {
    font-weight: 600;
    border-radius: 10px;
    border: none;
    transition: all 0.3s ease;
    color: #ffffff;
    background: linear-gradient(90deg, rgb(183,178,217), rgb(146,144,197));
    padding: 15px 20px;
    z-index: 1;
    font-size: 16px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    width: 100%;
}.connect_form02763 .help_list98510::before {
    content: "";
    top: 0;
    transition: opacity 0.3s ease;
    left: 0;
    background: linear-gradient(90deg, rgb(146,144,197), rgb(183,178,217));
    opacity: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1;
}.connect_form02763 .help_list98510:hover::before {
    opacity: 1;
}.connect_form02763 .help_list98510:active {
    transform: translateY(2px);
}.connect_form02763 svg {
    width: 20px;
    height: 20px;
    fill: rgb(183,178,217);
    transition: fill 0.3s ease;
    margin-right: 10px;
}.connect_form02763 svg path {
    fill: rgb(183,178,217);
    transition: fill 0.3s ease;
}.connect_form02763 svg:hover,
.connect_form02763 svg:hover path {
    fill: rgb(146,144,197);
}.connect_form02763 form input {
    background: rgb(219,216,239);
}
@media (max-width: 1024px) {.connect_form02763 {
    padding: 60px 0;
}.connect_form02763 .container {
    padding: 0 15px;
}.connect_form02763 h2 {
    margin-bottom: 40px;
}.connect_form02763 .contact_message23108 {
    padding: 40px 30px;
}
}

@media (max-width: 768px) {.connect_form02763 {
    padding: 50px 0;
}.connect_form02763 h2 {
    margin-bottom: 30px;
}.connect_form02763 .message_message82947 {
    flex-direction: column;
}.connect_form02763 .image_wrapper14873 {
    height: 250px;
    width: 100%;
}.connect_form02763 .contact_message23108 {
    padding: 30px 25px;
    width: 100%;
}.connect_form02763 form h3 {
    margin-bottom: 25px;
}.connect_form02763 form input[type="text"] {
    margin-bottom: 15px;
    padding: 12px 15px;
}.connect_form02763 .feedback_feedback83165 {
    margin-bottom: 25px;
}.connect_form02763 .help_list98510 {
    padding: 12px 15px;
}
}

@media (max-width: 480px) {.connect_form02763 {
    padding: 40px 0;
}.connect_form02763 h2 {
    margin-bottom: 25px;
    font-size: calc(33px * 0.85);
}.connect_form02763 .image_wrapper14873 {
    height: 200px;
}.connect_form02763 .contact_message23108 {
    padding: 25px 20px;
}.connect_form02763 form h3 {
    margin-bottom: 20px;
    font-size: calc(19px * 0.9);
}.connect_form02763 form input[type="text"] {
    margin-bottom: 12px;
    padding: 10px 12px;
}.connect_form02763 .feedback_feedback83165 {
    margin-bottom: 20px;
}.connect_form02763 .feedback_feedback83165 label {
    padding-left: 30px;
    font-size: calc(15px * 0.9);
}.connect_form02763 .feedback_feedback83165 label::before {
    height: 18px;
    width: 18px;
}.connect_form02763 .feedback_feedback83165 input[type="checkbox"]:checked + label::after {
    height: 10px;
    top: 3px;
    left: 6px;
    width: 5px;
}.connect_form02763 .help_list98510 {
    padding: 10px 12px;
}
}

@media (prefers-reduced-motion: reduce) {.connect_form02763::after,
    .connect_form02763 .image_wrapper14873::before {
    animation: none;
}.connect_form02763 .message_message82947:hover {
    transform: none;
}}.price_combo60825 {
    overflow: hidden;
    padding: 100px 0;
    position: relative;
}.price_combo60825::before {
    right: 0;
    bottom: 0;
    z-index: 1;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
    position: absolute;
    content: "";
    left: 0;
}.price_combo60825 .container {
    z-index: 2;
    margin: 0 auto;
    position: relative;
    max-width: 1320px;
    padding: 0 15px;
}.price_combo60825 .fee_structure48105 {
    width: 100%;
    align-items: center;
    flex-direction: column;
    display: flex;
}.price_combo60825 h2 {
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
    letter-spacing: 1px;
    animation: fadeSlideUp 0.7s ease forwards;
    font-size: 38px;
    position: relative;
    opacity: 0;
    transform: translateY(20px);
    text-align: center;
}.price_combo60825 .annual_fee10674 {
    text-align: center;
    margin-bottom: 50px;
    font-size: 12px;
    max-width: 700px;
    transform: translateY(20px);
    opacity: 0;
    color: #ffffff;
    animation: fadeSlideUp 0.7s ease forwards 0.2s;
    line-height: 1.6;
}.price_combo60825 .pricing_block96238 {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    padding: 0;
    list-style: none;
    display: grid;
    perspective: 1000px;
    gap: 30px;
    width: 100%;
}.price_combo60825 .pricing_block96238 li {
    transform: translateY(30px);
    animation: fadeSlideUp 0.8s ease forwards;
    animation-delay: calc(0.2s + (var(--li-index, 0) * 0.15s));
    opacity: 0;
}.price_combo60825 .pricing_block96238 li:nth-child(1) {
    --li-index: 1;
}.price_combo60825 .pricing_block96238 li:nth-child(2) {
    --li-index: 2;
}.price_combo60825 .pricing_block96238 li:nth-child(3) {
    --li-index: 3;
}.price_combo60825 .pricing_block96238 li:nth-child(4) {
    --li-index: 4;
}.price_combo60825 .plan_table72839 {
    display: block;
    border: 1px solid rgba(255,255,255,0.15);
    text-decoration: none;
    backdrop-filter: blur(10px);
    position: relative;
    height: 100%;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    background: linear-gradient(145deg, rgba(255,255,255,0.12), rgba(255,255,255,0.05));
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), 
                box-shadow 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    overflow: hidden;
}.price_combo60825 .plan_table72839::before {
    left: 0;
    transform: scaleX(0);
    top: 0;
    height: 4px;
    position: absolute;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    transform-origin: left;
    content: "";
    width: 100%;
    background: linear-gradient(90deg, rgb(183,178,217), rgb(146,144,197));
}.price_combo60825 .plan_table72839:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}.price_combo60825 .plan_table72839:hover::before {
    transform: scaleX(1);
}.price_combo60825 .rate_card64910 {
    flex-direction: column;
    height: 100%;
    padding: 30px;
    display: flex;
}.price_combo60825 .pricing_list76158 {
    height: 100%;
    display: flex;
    flex-direction: column;
}.price_combo60825 .pricing_list76158 h4 {
    margin-bottom: 15px;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-size: 18px;
    margin-top: 0;
    padding-bottom: 15px;
    color: #ffffff;
    position: relative;
}.price_combo60825 .pricing_list76158 h4::after {
    content: "";
    left: 0;
    width: 40px;
    bottom: 0;
    height: 2px;
    background: rgb(146,144,197);
    position: absolute;
}.price_combo60825 .pricing_list76158 p {
    overflow-wrap: break-word;
    font-size: calc(12px - 2px);
    color: rgba(255,255,255,0.8);
    margin-bottom: 25px;
    line-height: 1.6;
    flex-grow: 1;
    word-break: break-word;
}.price_combo60825 .lesson_fees53490 {
    display: inline-block;
    align-self: flex-start;
    position: relative;
    font-size: calc(18px + 4px);
    background: linear-gradient(135deg, rgb(183,178,217,0.5), rgb(146,144,197,0.5));
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-top: auto;
    color: #ffffff;
    padding: 10px 20px;
    font-weight: 700;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    border-radius: 10px;
}.price_combo60825 .plan_table72839:hover .lesson_fees53490 {
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
    transform: scale(1.05);
}

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

@media (max-width: 992px) {.price_combo60825 {
    padding: 80px 0;
}.price_combo60825 h2 {
    font-size: calc(38px - 4px);
}.price_combo60825 .pricing_block96238 {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
}.price_combo60825 .rate_card64910 {
    padding: 25px;
}.price_combo60825 .lesson_fees53490 {
    font-size: calc(18px + 2px);
}
}

@media (max-width: 768px) {.price_combo60825 {
    padding: 60px 0;
}.price_combo60825 h2 {
    margin-bottom: 15px;
    font-size: calc(38px - 6px);
}.price_combo60825 .annual_fee10674 {
    margin-bottom: 30px;
    font-size: calc(12px - 1px);
}.price_combo60825 .pricing_block96238 {
    grid-template-columns: 1fr;
    max-width: 450px;
    margin: 0 auto;
}.price_combo60825 .pricing_list76158 p {
    font-size: calc(12px - 3px);
}
}

@media (max-width: 480px) {.price_combo60825 {
    padding: 50px 0;
}.price_combo60825 .rate_card64910 {
    padding: 20px;
}.price_combo60825 .pricing_list76158 h4 {
    font-size: calc(18px - 2px);
}.price_combo60825 .lesson_fees53490 {
    padding: 8px 15px;
    font-size: 18px;
}}.testimonials83417 {
    position: relative;
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(219,216,239) 0%, rgb(183,178,217,0.5) 100%);
    overflow: hidden;
}.testimonials83417::before {
    height: 100%;
    left: 0;
    width: 100%;
    z-index: 1;
    content: "";
    top: 0;
    opacity: 0.15;
    background: repeating-linear-gradient(45deg, rgb(146,144,197,0.5) 0px, transparent 10px, transparent 20px);
    position: absolute;
}.testimonials83417 .container {
    z-index: 2;
    position: relative;
}.testimonials83417 h2 {
    font-size: 35px;
    display: inline-block;
    margin-bottom: 3.5rem;
    color: #000000;
    font-weight: 700;
    transform: skew(-5deg);
    position: relative;
}.testimonials83417 h2::after {
    background: linear-gradient(90deg, rgb(183,178,217) 0%, transparent 100%);
    position: absolute;
    width: 80%;
    bottom: -10px;
    height: 4px;
    transform: translateX(10%);
    left: 0;
    content: "";
}.testimonials83417 .success_stories14807 {
    transform: rotate(-2deg);
    gap: 2.5rem;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.testimonials83417 .learning_testimonials67854 {
    overflow: hidden;
    background: #ffffff;
    transition: all 0.4s ease;
    border-radius: 10px;
    position: relative;
    flex-direction: column;
    padding: 2rem;
    transform: rotate(2deg);
    display: flex;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}.testimonials83417 .learning_testimonials67854::before {
    position: absolute;
    transform: scaleY(0);
    background: linear-gradient(to bottom, rgb(183,178,217), rgb(146,144,197));
    height: 100%;
    transform-origin: top;
    transition: transform 0.4s ease;
    content: "";
    width: 5px;
    left: 0;
    top: 0;
}.testimonials83417 .learning_testimonials67854:hover {
    transform: rotate(0) translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}.testimonials83417 .learning_testimonials67854:hover::before {
    transform: scaleY(1);
}.testimonials83417 .learning_testimonials67854:nth-child(odd) {
    transform: rotate(4deg) translateY(20px);
}.testimonials83417 .learning_testimonials67854:nth-child(odd):hover {
    transform: rotate(0) translateY(10px);
}.testimonials83417 .learning_testimonials67854:nth-child(3n+2) {
    transform: rotate(-3deg) translateY(-10px);
}.testimonials83417 .learning_testimonials67854:nth-child(3n+2):hover {
    transform: rotate(0) translateY(-20px);
}.testimonials83417 .learning_testimonials67854 img {
    border-radius: 50%;
    border: 3px solid #ffffff;
    object-fit: cover;
    height: 80px;
    transition: all 0.4s ease;
    width: 80px;
    margin-bottom: 1rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateX(-10px);
}.testimonials83417 .learning_testimonials67854:hover img {
    border-color: rgb(183,178,217,0.5);
    transform: translateX(0) scale(1.05);
}.testimonials83417 .learning_testimonials67854 p {
    font-family: Arial, sans-serif;
    font-size: calc(14px * 1.1);
    color: #000000;
    transition: all 0.3s ease;
    font-weight: 600;
    margin: 0;
}.testimonials83417 .learning_testimonials67854 .description {
    color: #000000;
    font-weight: 400;
    font-size: 14px;
    position: relative;
    padding-top: 1rem;
    margin-top: 0.5rem;
}.testimonials83417 .learning_testimonials67854 .description::before {
    left: 0;
    position: absolute;
    transition: all 0.3s ease;
    width: 50px;
    top: 0;
    background: rgb(146,144,197,0.5);
    height: 3px;
    content: "";
}.testimonials83417 .learning_testimonials67854:hover .description::before {
    width: 80px;
    background: rgb(183,178,217);
}

@media (max-width: 991px) {.testimonials83417 {
    padding: 4rem 0;
}.testimonials83417 h2 {
    transform: skew(0);
    text-align: center;
    width: 100%;
}.testimonials83417 h2::after {
    width: 60%;
    transform: none;
    left: 20%;
}.testimonials83417 .success_stories14807 {
    transform: rotate(0);
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
}

@media (max-width: 767px) {.testimonials83417 {
    padding: 3rem 0;
}.testimonials83417 h2 {
    margin-bottom: 2.5rem;
    font-size: calc(35px * 0.9);
}.testimonials83417 .success_stories14807 {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.testimonials83417 .learning_testimonials67854,
    .testimonials83417 .learning_testimonials67854:nth-child(odd),
    .testimonials83417 .learning_testimonials67854:nth-child(3n+2) {
    transform: rotate(0);
    padding: 1.5rem;
}.testimonials83417 .learning_testimonials67854:hover,
    .testimonials83417 .learning_testimonials67854:nth-child(odd):hover,
    .testimonials83417 .learning_testimonials67854:nth-child(3n+2):hover {
    transform: translateY(-5px);
}.testimonials83417 .learning_testimonials67854 img {
    height: 60px;
    width: 60px;
}
}

@media (max-width: 480px) {.testimonials83417 h2 {
    font-size: calc(35px * 0.8);
}.testimonials83417 .learning_testimonials67854 {
    padding: 1.25rem;
}}.tyField72810 {
    padding: 7rem 0;
    z-index: 1;
    position: relative;
    background: linear-gradient(135deg, rgb(219,216,239) 0%, rgb(183,178,217,0.5) 100%);
    overflow: hidden;
}.tyField72810::before {
    position: absolute;
    background: rgb(146,144,197,0.5);
    z-index: -1;
    filter: blur(25px);
    height: 70%;
    transform: rotate(-15deg) translateZ(0);
    right: -10%;
    width: 50%;
    top: -10%;
    animation: floatGlow 12s ease-in-out infinite alternate;
    content: "";
}.tyField72810::after {
    animation: floatGlow 8s ease-in-out infinite alternate-reverse;
    position: absolute;
    background: rgb(183,178,217,0.5);
    height: 60%;
    content: "";
    width: 40%;
    transform: rotate(10deg) translateZ(0);
    filter: blur(20px);
    left: -5%;
    z-index: -1;
    bottom: -5%;
}.tyField72810 .container {
    transform: translateZ(0);
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
    z-index: 2;
}.tyField72810 h2 {
    font-weight: 700;
    font-family: Arial, sans-serif;
    transform: perspective(1000px) rotateX(0deg);
    line-height: 1.3;
    max-width: 800px;
    font-size: 35px;
    position: relative;
    color: #000000;
    margin-bottom: 3rem;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}.tyField72810 h2::after {
    height: 4px;
    transform: scaleX(1);
    background: linear-gradient(90deg, rgb(183,178,217) 0%, rgb(146,144,197) 100%);
    position: absolute;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    content: "";
    transform-origin: left center;
    left: 0;
    bottom: -15px;
    width: 120px;
}.tyField72810 h2:hover {
    transform: perspective(1000px) rotateX(2deg);
}.tyField72810 h2:hover::after {
    transform: scaleX(1.2);
}.tyField72810 .mentor_team96735 {
    padding: 3rem;
    border-left: 5px solid rgb(146,144,197);
    animation: slideUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), 
                box-shadow 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    border-radius: 10px;
    transform: translateY(0);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 1px 0 rgba(255, 255, 255, 0.6) inset;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(5px);
}.tyField72810 .mentor_team96735:hover {
    transform: translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12), 
                0 10px 20px rgba(0, 0, 0, 0.07),
                0 1px 0 rgba(255, 255, 255, 0.6) inset;
}.tyField72810 ul {
    padding: 0;
    list-style: none;
    margin: 0;
}.tyField72810 li {
    margin-bottom: 1rem;
    padding-left: 1.5rem;
    position: relative;
}.tyField72810 li::before {
    transform: scale(0);
    left: 0;
    width: 6px;
    top: 0.5rem;
    border-radius: 50%;
    position: absolute;
    background: rgb(183,178,217);
    animation: pulseIn 0.3s 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
    height: 6px;
    content: "";
}.tyField72810 li span {
    transform: translateY(20px);
    opacity: 0;
    line-height: 1.8;
    display: block;
    font-size: 18px;
    animation: fadeIn 0.5s 0.6s ease forwards;
    font-family: Arial, sans-serif;
    color: #000000;
}

@keyframes floatGlow {
    0% {
        transform: rotate(-15deg) translate(0, 0) scale(1);
        opacity: 0.5;
    }
    100% {
        transform: rotate(-12deg) translate(2%, 2%) scale(1.05);
        opacity: 0.7;
    }
}

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

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

@keyframes pulseIn {
    0% {
        transform: scale(0);
    }
    50% {
        transform: scale(1.5);
    }
    100% {
        transform: scale(1);
    }
}

@media (max-width: 991px) {.tyField72810 {
    padding: 5rem 0;
}.tyField72810 h2 {
    font-size: calc(35px * 0.9);
    margin-bottom: 2.5rem;
}.tyField72810 .mentor_team96735 {
    padding: 2.5rem;
}
}

@media (max-width: 768px) {.tyField72810 {
    padding: 4rem 0;
}.tyField72810 h2 {
    margin-bottom: 2rem;
    font-size: calc(35px * 0.8);
}.tyField72810 h2::after {
    height: 3px;
    width: 100px;
}.tyField72810 .mentor_team96735 {
    padding: 2rem;
}.tyField72810 li span {
    font-size: calc(18px * 0.95);
    line-height: 1.7;
}
}

@media (max-width: 576px) {.tyField72810 {
    padding: 3.5rem 0;
}.tyField72810 .container {
    padding: 0 1.5rem;
}.tyField72810 h2 {
    font-size: calc(35px * 0.7);
    margin-bottom: 1.8rem;
}.tyField72810 h2::after {
    width: 80px;
    bottom: -12px;
}.tyField72810 .mentor_team96735 {
    border-left-width: 4px;
    padding: 1.8rem 1.5rem;
}.tyField72810 li span {
    line-height: 1.6;
    font-size: calc(18px * 0.9);
}.tyField72810 li::before {
    width: 5px;
    top: 0.4rem;
    height: 5px;
}
}

@media (max-width: 375px) {.tyField72810 {
    padding: 3rem 0;
}.tyField72810 .container {
    padding: 0 1.2rem;
}.tyField72810 h2 {
    font-size: calc(35px * 0.65);
    margin-bottom: 1.5rem;
}.tyField72810 .mentor_team96735 {
    padding: 1.5rem 1.2rem;
}.tyField72810 li span {
    line-height: 1.5;
    font-size: calc(18px * 0.85);
}}.our_team31608 {
    overflow: hidden;
    background-color: rgb(219,216,239);
    padding: 120px 0;
    position: relative;
}.our_team31608::before {
    width: 400px;
    background: rgb(183,178,217,0.5);
    position: absolute;
    opacity: 0.15;
    height: 400px;
    right: -100px;
    top: -100px;
    border-radius: 50%;
    content: '';
}.our_team31608::after {
    background: rgb(146,144,197,0.5);
    content: '';
    left: -100px;
    bottom: -100px;
    opacity: 0.15;
    border-radius: 50%;
    position: absolute;
    width: 500px;
    height: 500px;
}.our_team31608 .container {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    z-index: 2;
    padding: 0 20px;
}.our_team31608 .mentor_team96735 {
    grid-template-columns: repeat(12, 1fr);
    display: grid;
    align-items: center;
    position: relative;
    gap: 40px;
}.our_team31608 .master_class05827 {
    grid-column: span 4;
    position: relative;
}.our_team31608 .image_wrapper14873 {
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.1), 
                -20px -20px 60px rgba(255, 255, 255, 0.8);
    border-radius: 29px;
    position: relative;
    width: 100%;
    transition: all 0.3s ease;
    aspect-ratio: 1/1.2;
}.our_team31608 .image_wrapper14873:hover {
    transform: translateY(-10px);
    box-shadow: 25px 25px 70px rgba(0, 0, 0, 0.12), 
                -25px -25px 70px rgba(255, 255, 255, 0.9);
}.our_team31608 .skill_track82357 {
    margin-left: 20px;
    border-radius: 29px;
    position: relative;
    z-index: 2;
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.05), 
                -15px -15px 30px rgba(255, 255, 255, 0.6);
    margin-right: 20px;
    padding: 25px 30px;
    margin-top: -50px;
    background-color: #ffffff;
}.our_team31608 .expert_program84510 {
    color: #000000;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 5px;
    text-align: center;
}.our_team31608 .growth_path16935 {
    font-weight: 600;
    color: rgb(183,178,217);
    text-align: center;
    font-size: 13px;
}.our_team31608 .text_panel_wrap08956 {
    position: relative;
    padding: 50px;
    border-radius: 29px;
    background-color: #ffffff;
    grid-column: span 8;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.06), 
                -20px -20px 60px rgba(255, 255, 255, 0.8);
}.our_team31608 .training_track40615 {
    margin-bottom: 25px;
    color: #000000;
    font-size: 19px;
    font-weight: 600;
    align-items: center;
    display: flex;
}.our_team31608 .training_track40615 svg {
    height: 40px;
    fill: rgb(183,178,217);
    margin-right: 15px;
    width: 40px;
}.our_team31608 .training_track40615 svg path {
    fill: rgb(183,178,217);
}.our_team31608 h2 {
    color: #000000;
    font-weight: 700;
    position: relative;
    margin-bottom: 30px;
    font-size: 33px;
}.our_team31608 h2::before {
    position: absolute;
    left: -50px;
    transform: translateY(-50%);
    background-color: rgb(183,178,217);
    content: '';
    top: 50%;
    height: 3px;
    width: 30px;
}.our_team31608 p {
    color: #000000;
    position: relative;
    font-size: 13px;
    line-height: 1.8;
}

@media (max-width: 992px) {.our_team31608 {
    padding: 80px 0;
}.our_team31608 .mentor_team96735 {
    grid-template-columns: 1fr;
    gap: 50px;
}.our_team31608 .master_class05827 {
    grid-column: span 1;
    max-width: 400px;
    margin: 0 auto;
}.our_team31608 .text_panel_wrap08956 {
    grid-column: span 1;
    padding: 40px 30px;
}.our_team31608 h2::before {
    left: -30px;
    width: 20px;
}
}

@media (max-width: 768px) {.our_team31608 {
    padding: 60px 0;
}.our_team31608 .skill_track82357 {
    margin-top: -40px;
    padding: 20px;
}.our_team31608 .text_panel_wrap08956 {
    padding: 30px 25px;
}.our_team31608 h2 {
    margin-bottom: 20px;
    font-size: calc(33px * 0.9);
}.our_team31608 h2::before {
    display: none;
}.our_team31608 p {
    padding-left: 15px;
}
}

@media (max-width: 480px) {.our_team31608 {
    padding: 40px 0;
}.our_team31608 .skill_track82357 {
    padding: 15px;
    margin-top: -30px;
}.our_team31608 .expert_program84510 {
    font-size: calc(24px * 0.9);
}.our_team31608 .growth_path16935 {
    font-size: calc(13px * 0.9);
}.our_team31608 .text_panel_wrap08956 {
    padding: 25px 20px;
}.our_team31608 h2 {
    font-size: calc(33px * 0.8);
    margin-bottom: 15px;
}.our_team31608 p {
    padding-left: 10px;
    font-size: calc(13px * 0.9);
    line-height: 1.6;
}.our_team31608 .training_track40615 {
    margin-bottom: 15px;
    font-size: calc(19px * 0.9);
}.our_team31608 .training_track40615 svg {
    margin-right: 10px;
    width: 30px;
    height: 30px;
}}header {
    background: rgb(219,216,239);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    position: relative;
    margin-top: 0;
    padding: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    z-index: 100;
}header::before {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    pointer-events: none;
    content: '';
    left: 0;
    background: linear-gradient(90deg, 
        transparent 0%,
        rgba(rgb(183,178,217), 0.03) 25%, 
        rgba(rgb(183,178,217), 0.05) 50%,
        rgba(rgb(183,178,217), 0.03) 75%,
        transparent 100%
    );
}header .main_lead12468 {
    padding: 1.2rem 2rem;
    z-index: 2;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}header .head_learning72918 {
    max-width: 180px;
    flex: 0 0 auto;
    position: relative;
    margin-right: 2rem;
}header .nav_block70436 {
    position: relative;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    display: block;
}header .nav_block70436:hover {
    transform: translateY(-3px);
}header .nav_block70436 img {
    display: block;
    max-width: 100%;
    filter: brightness(1.03);
    height: auto;
}header .nav_block70436::before {
    height: 10px;
    left: 0;
    transition: all 0.3s ease;
    opacity: 0;
    bottom: -15px;
    transform: scaleX(0.7);
    background: rgb(183,178,217);
    border-radius: 10px;
    content: '';
    width: 100%;
    position: absolute;
}header .nav_block70436:hover::before {
    opacity: 0.7;
    transform: scaleX(1);
}header .head_sitebar69842 {
    display: flex;
    flex-wrap: nowrap;
    list-style: none;
    position: relative;
    padding: 0;
    margin: 0;
}header .head_sitebar69842::after {
    bottom: -15px;
    content: '';
    width: 100%;
    position: absolute;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(183,178,217,0.5), 
        transparent
    );
    left: 0;
    height: 1px;
}header .first_expert21046 {
    margin: 0;
    position: relative;
}header .first_expert21046 a {
    font-size: 13px;
    transition: all 0.3s ease;
    text-decoration: none;
    font-weight: 600;
    padding: 1rem 1.2rem;
    overflow: hidden;
    display: block;
    color: #000000;
    position: relative;
}header .first_expert21046 a::before {
    width: 100%;
    content: '';
    position: absolute;
    background: rgb(183,178,217);
    left: 0;
    transition: transform 0.3s ease;
    bottom: 0;
    transform: translateX(-100%);
    height: 3px;
}header .first_expert21046 a:hover {
    color: rgb(183,178,217);
}header .first_expert21046 a:hover::before {
    transform: translateX(0);
}header .first_expert21046 a::after {
    transition: all 0.3s ease;
    top: 0;
    background: rgb(183,178,217,0.5);
    height: 100%;
    position: absolute;
    z-index: -1;
    pointer-events: none;
    left: 0;
    opacity: 0;
    transform: scale(0.8);
    border-radius: 10px;
    width: 100%;
    content: '';
}header .first_expert21046 a:hover::after {
    opacity: 0.15;
    transform: scale(1);
}header .main_lead12468::before {
    background: linear-gradient(-90deg, rgb(219,216,239), transparent);
    content: '';
    position: absolute;
    height: 100%;
    width: 30%;
    top: 0;
    right: 0;
    z-index: -1;
}header .main_lead12468::after {
    background: linear-gradient(90deg, rgb(219,216,239), transparent);
    width: 30%;
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    height: 100%;
    top: 0;
}header .header_pagewrap53480 {
    background: #ffffff;
    z-index: 1;
    position: relative;
    padding-top: 2rem;
}

@media (min-width: 1400px) {header .main_lead12468 {
    margin: 0 auto;
    max-width: 1300px;
}header .first_expert21046 a {
    padding: 1rem 1.5rem;
}
}

@media (max-width: 991px) {header .main_lead12468 {
    flex-direction: row;
    flex-wrap: wrap;
    padding: 1rem;
    justify-content: space-between;
}header .head_learning72918 {
    margin-bottom: 0;
    margin-right: 0;
}header .head_sitebar69842 {
    padding-top: 1rem;
    flex-wrap: wrap;
    flex-basis: 100%;
    margin-top: 0;
    justify-content: flex-end;
}header .first_expert21046 {
    margin-bottom: 0.5rem;
}header .first_expert21046 a {
    font-size: calc(13px - 1px);
    padding: 0.7rem 1rem;
}
}

@media (max-width: 767px) {header {
    margin-top: 0;
}header .main_lead12468 {
    padding: 1rem 1.5rem;
}header .head_learning72918 {
    max-width: 150px;
    flex: 0 0 auto;
}header .head_sitebar69842 {
    scrollbar-width: thin;
    flex-wrap: nowrap;
    overflow-x: auto;
    margin-top: 0.5rem;
    padding: 0.5rem 0;
    padding-bottom: 0.5rem;
    -webkit-overflow-scrolling: touch;
    justify-content: flex-start;
}header .head_sitebar69842::-webkit-scrollbar {
    height: 3px;
}header .head_sitebar69842::-webkit-scrollbar-thumb {
    background: rgb(183,178,217,0.5);
    border-radius: 10px;
}header .first_expert21046 {
    flex: 0 0 auto;
}header .first_expert21046 a {
    font-size: calc(13px - 2px);
    padding: 0.6rem 0.8rem;
    white-space: nowrap;
}header .head_sitebar69842::after {
    bottom: 0;
}header .nav_block70436::before {
    display: none;
}}.privacy_space23879 {
    margin: 0 auto;
    border: 1px solid rgba(0, 0, 0, 0.5);
    font-family: Arial, sans-serif;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    padding: 40px;
    color: #000000;
    max-width: 1000px;
    background: #ffffff;
}.privacy_space23879 h1 {
    padding-bottom: 10px;
    margin-top: 30px;
    color: rgb(183,178,217);
    border-bottom: 3px solid rgb(183,178,217);
    margin-bottom: 20px;
    font-size: 46px;
    font-weight: 700;
}.privacy_space23879 h2 {
    font-size: 34px;
    border-left: 5px solid rgb(146,144,197);
    font-weight: 600;
    padding-left: 15px;
    color: rgb(146,144,197);
    margin-top: 25px;
    margin-bottom: 15px;
}.privacy_space23879 ul {
    list-style-type: disc;
    margin: 20px 0;
    background: rgb(146,144,197,0.5);
    border-radius: 10px;
    padding-left: 40px;
}.privacy_space23879 li {
    line-height: 1.6;
    margin-bottom: 10px;
    padding-bottom: 5px;
    font-size: 13px;
}.privacy_space23879 p, .privacy_space23879 span, .privacy_space23879 div {
    line-height: 1.8;
    margin-bottom: 15px;
    color: #000000;
    font-size: 13px;
}.privacy_space23879 h3, .privacy_space23879 h4, .privacy_space23879 h5, .privacy_space23879 h6 {
    color: rgb(183,178,217);
    border-left: 4px solid rgb(183,178,217);
    padding-left: 10px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 19px;
    font-weight: 600;
}

@media only screen and (max-width: 800px) {.privacy_space23879 {
    padding: 20px;
}.privacy_space23879 h1 {
    font-size: calc(19px - 4px);
}.privacy_space23879 h2 {
    font-size: calc(19px - 3px);
}.privacy_space23879 h3, .privacy_space23879 h4, .privacy_space23879 h5, .privacy_space23879 h6 {
    font-size: calc(19px - 2px);
}.privacy_space23879 p, .privacy_space23879 span, .privacy_space23879 div, .privacy_space23879 li {
    font-size: calc(13px - 2px);
}}.instructor_history37861 {
    padding: 4rem 2rem;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    background: rgb(219,216,239);
}.instructor_history37861::before {
    animation: grid-shift 30s linear infinite;
    position: absolute;
    background-image: linear-gradient(rgb(183,178,217,0.5) 1px, transparent 1px),
                      linear-gradient(90deg, rgb(183,178,217,0.5) 1px, transparent 1px);
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0.2;
    content: "";
    height: 100%;
    background-size: 20px 20px;
    z-index: 1;
}.instructor_history37861 .learning_testimonials67854 {
    max-width: 900px;
    grid-template-columns: 45% 55%;
    margin: 0 auto;
    z-index: 2;
    gap: 0;
    display: grid;
    position: relative;
}.instructor_history37861 .image_wrapper14873 {
    z-index: 2;
    min-height: 400px;
    filter: grayscale(60%);
    transition: filter 0.6s ease;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
    position: relative;
    height: 100%;
}.instructor_history37861 .image_wrapper14873::before {
    mix-blend-mode: overlay;
    right: 20px;
    left: 20px;
    position: absolute;
    content: "";
    z-index: 3;
    transition: all 0.5s ease;
    bottom: 20px;
    opacity: 0;
    top: 20px;
    transform: scale(0.9);
    border: 1px solid #ffffff;
}.instructor_history37861 .learning_testimonials67854:hover .image_wrapper14873 {
    filter: grayscale(0%);
}.instructor_history37861 .learning_testimonials67854:hover .image_wrapper14873::before {
    opacity: 0.8;
    transform: scale(1);
}.instructor_history37861 .exp_skills49231 {
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.5);
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
    display: flex;
    justify-content: center;
    margin-left: -10%;
    position: relative;
    flex-direction: column;
    z-index: 3;
    padding: 2rem 2rem 2rem 4rem;
    background: #ffffff;
}.instructor_history37861 .exp_skills49231::before {
    height: 100%;
    transition: width 0.3s ease;
    content: "";
    background: linear-gradient(to bottom, rgb(183,178,217), rgb(146,144,197));
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
}.instructor_history37861 .learning_testimonials67854:hover .exp_skills49231::before {
    width: 15px;
}.instructor_history37861 .name {
    margin-bottom: 0.8rem;
    opacity: 0.9;
    letter-spacing: -1px;
    font-size: calc(36px * 1.2);
    font-weight: 700;
    line-height: 1.1;
    color: rgb(183,178,217);
    transition: all 0.4s ease;
    transform: translateX(20px);
    font-family: Arial, sans-serif;
}.instructor_history37861 .learning_testimonials67854:hover .name {
    opacity: 1;
    transform: translateX(0);
}.instructor_history37861 .exp_skills49231 > div:nth-child(2) {
    transform: translateX(15px);
    text-transform: uppercase;
    color: rgb(146,144,197);
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 2rem;
    opacity: 0.7;
    letter-spacing: 2px;
    transition: all 0.4s ease 0.1s;
}.instructor_history37861 .learning_testimonials67854:hover .exp_skills49231 > div:nth-child(2) {
    transform: translateX(0);
    opacity: 1;
}.instructor_history37861 .work_timeline48963 {
    transform: translateX(10px);
    color: #000000;
    font-size: 12px;
    position: relative;
    transition: all 0.4s ease 0.2s;
    line-height: 1.8;
    opacity: 0.8;
}.instructor_history37861 .work_timeline48963::first-letter {
    font-size: 1.6em;
    color: rgb(183,178,217);
    font-weight: 700;
}.instructor_history37861 .learning_testimonials67854:hover .work_timeline48963 {
    opacity: 1;
    transform: translateX(0);
}

@keyframes grid-shift {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 40px 40px;
    }
}

@media (max-width: 768px) {.instructor_history37861 .learning_testimonials67854 {
    grid-template-columns: 1fr;
}.instructor_history37861 .image_wrapper14873 {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    min-height: 300px;
}.instructor_history37861 .exp_skills49231 {
    clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 100%);
    padding: 3rem 2rem 2rem;
    margin-top: -50px;
    margin-left: 0;
}}.stay_updated48036 {
    background: linear-gradient(135deg, rgb(183,178,217), rgb(183,178,217,0.5));
    position: relative;
    padding: 4rem 0;
    z-index: 1;
    overflow: hidden;
}.stay_updated48036::before {
    transform: rotate(-3deg);
    opacity: 0.15;
    background: 
        radial-gradient(
            circle at 20% 30%, 
            rgb(146,144,197,0.5) 0%, 
            transparent 25%
        ),
        radial-gradient(
            circle at 80% 70%, 
            rgb(146,144,197,0.5) 0%, 
            transparent 30%
        );
    height: 110%;
    top: -5%;
    z-index: -1;
    position: absolute;
    content: "";
    left: -5%;
    width: 110%;
}.stay_updated48036 .container {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    width: 90%;
}.stay_updated48036 .mentor_team96735 {
    backdrop-filter: blur(8px);
    gap: 2rem;
    position: relative;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.05),
        0 1px 0 rgba(255, 255, 255, 0.1) inset;
    padding: 2.5rem;
    display: grid;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transform: translateZ(0);
    grid-template-columns: 1fr;
    background: rgba(255, 255, 255, 0.04);
}.stay_updated48036 .mentor_team96735::after {
    bottom: -1px;
    position: absolute;
    content: "";
    width: 40%;
    opacity: 0.8;
    height: 1px;
    left: 30%;
    background: linear-gradient(90deg, transparent, rgb(146,144,197,0.5), transparent);
}.stay_updated48036 h4 {
    letter-spacing: 0.02em;
    font-size: calc(24px * 0.9);
    line-height: 1.4;
    margin: 0;
    font-weight: 600;
    color: #ffffff;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    z-index: 2;
    position: relative;
}.stay_updated48036 .input_holder {
    position: relative;
    flex-direction: column;
    display: flex;
    z-index: 2;
    gap: 1rem;
}.stay_updated48036 .input_holder span {
    position: relative;
    display: block;
}.stay_updated48036 .input_holder input[type="email"] {
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
    outline: none;
    font-family: Arial, sans-serif;
    width: 100%;
    font-size: 14px;
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    padding: 1rem 1.25rem;
    background-color: rgba(255, 255, 255, 0.05);
}.stay_updated48036 .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
    transition: color 0.3s ease;
}.stay_updated48036 .input_holder input[type="email"]:focus {
    background-color: rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 0 3px rgb(146,144,197,0.5);
    border-color: rgb(146,144,197,0.5);
}.stay_updated48036 .input_holder input[type="email"]:focus::placeholder {
    transform: translateX(5px);
    color: rgba(255, 255, 255, 0.4);
}.stay_updated48036 .input_holder .help_list98510 {
    cursor: pointer;
    width: 100%;
    position: relative;
    overflow: hidden;
    color: #ffffff;
    background: rgb(146,144,197);
    text-transform: uppercase;
    font-weight: 600;
    border: none;
    letter-spacing: 0.05em;
    padding: 1rem 1.5rem;
    font-size: 18px;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.stay_updated48036 .input_holder .help_list98510::before {
    width: 100%;
    position: absolute;
    height: 100%;
    left: -100%;
    top: 0;
    background: linear-gradient(
        90deg, 
        transparent, 
        rgba(255, 255, 255, 0.2), 
        transparent
    );
    transition: all 0.5s ease;
    content: "";
}.stay_updated48036 .input_holder .help_list98510:hover {
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
    background: rgb(146,144,197);
}.stay_updated48036 .input_holder .help_list98510:hover::before {
    left: 100%;
}.stay_updated48036 .input_holder .help_list98510:active {
    transform: translateY(1px);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

@media (min-width: 768px) {.stay_updated48036 .mentor_team96735 {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    padding: 3rem;
    gap: 3rem;
}.stay_updated48036 h4 {
    font-size: 24px;
}.stay_updated48036 .input_holder {
    align-items: stretch;
    flex-direction: row;
}.stay_updated48036 .input_holder span:first-child {
    flex: 1;
}.stay_updated48036 .input_holder .help_list98510 {
    white-space: nowrap;
    width: auto;
}
}

@media (min-width: 992px) {.stay_updated48036 {
    padding: 5rem 0;
}.stay_updated48036 .mentor_team96735 {
    padding: 4rem;
    gap: 4rem;
}.stay_updated48036 h4 {
    max-width: 90%;
    font-size: calc(24px * 1.1);
}.stay_updated48036 .input_holder input[type="email"] {
    height: 100%;
}
}

@media (min-width: 1200px) {.stay_updated48036 .mentor_team96735 {
    grid-template-columns: 1.5fr 1fr;
}.stay_updated48036 h4 {
    line-height: 1.5;
    max-width: 85%;
    font-size: calc(24px * 1.2);
}.stay_updated48036::before {
    animation: gradientShift 15s infinite alternate ease-in-out;
}
    
    @keyframes gradientShift {
        0% {
            transform: rotate(-3deg) scale(1);
            opacity: 0.1;
        }
        50% {
            transform: rotate(-2deg) scale(1.05);
            opacity: 0.15;
        }
        100% {
            transform: rotate(-4deg) scale(1.02);
            opacity: 0.2;
        }
    }
}