* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}a {
    text-decoration: none;
    color: inherit;
}.challenge_cta_lib {
    flex: 0 0 auto;
}html,body {
    font-family: Arial, sans-serif;
    min-height: 100%;
    color: #000000;
    height: 100%;
    scroll-behavior: smooth;
}.wrapper-template_lib {
    flex-direction: column;
    min-height: 100%;
    height: 100%;
    display: flex;
}.container {
    margin: auto;
    width: 1124px;
    max-width: 100%;
}.head_top_lib {
    flex: 1 0 auto;
}header,footer {
    width: 100%;
}svg {
    height: 30px;
    width: 30px;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.our_team_lib {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}.our_team_lib::before {
    position: absolute;
    left: 0;
    top: 0;
    background: radial-gradient(ellipse at 70% 50%, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.85) 100%);
    z-index: 1;
    content: "";
    bottom: 0;
    right: 0;
}.our_team_lib::after {
    background-size: 20px 20px;
    pointer-events: none;
    top: -50%;
    width: 200%;
    background: radial-gradient(circle at center, rgb(177,178,206,0.5) 0%, transparent 15%);
    content: "";
    left: -50%;
    opacity: 0.3;
    animation: rotate 120s linear infinite;
    z-index: 2;
    position: absolute;
    height: 200%;
}.our_team_lib .container {
    max-width: 1200px;
    padding: 0 15px;
    z-index: 3;
    margin: 0 auto;
    position: relative;
}.our_team_lib .headline_wrap_lib {
    max-width: 900px;
    margin: 0 auto;
    transition: transform 0.5s cubic-bezier(0.2, 0.85, 0.4, 1);
    box-shadow: 0 20px 40px rgba(0,0,0,0.3),
                0 0 0 1px rgba(255,255,255,0.1),
                inset 0 0 0 1px rgba(255,255,255,0.05);
    background: linear-gradient(135deg, 
        rgba(255,255,255,0.05) 0%, 
        rgba(255,255,255,0.02) 100%);
    position: relative;
    transform-origin: center bottom;
    backdrop-filter: blur(10px);
    transform: perspective(1000px) rotateX(2deg);
    padding: 40px;
}.our_team_lib .headline_wrap_lib:hover {
    transform: perspective(1000px) rotateX(0deg);
}.our_team_lib .headline_wrap_lib > div:first-child {
    position: relative;
    margin-bottom: 15px;
}.our_team_lib .headline_wrap_lib > div:first-child::before {
    left: -60px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgb(141,136,174), transparent);
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    content: "";
    position: absolute;
}.our_team_lib .headline_wrap_lib > div:first-child::after {
    content: "";
    background: linear-gradient(90deg, transparent, rgb(141,136,174), transparent);
    right: -60px;
    position: absolute;
    top: 50%;
    height: 1px;
    width: 40px;
    transform: translateY(-50%);
}.our_team_lib h5 {
    letter-spacing: 2px;
    padding: 0;
    position: relative;
    font-size: 24px;
    margin: 0;
    font-weight: 700;
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
    color: #ffffff;
}.our_team_lib h5::after {
    height: 2px;
    background: linear-gradient(90deg, transparent, rgb(177,178,206), transparent);
    bottom: -8px;
    content: "";
    left: 0;
    animation: pulse 2s ease-in-out infinite;
    transform-origin: center;
    position: absolute;
    width: 100%;
}.our_team_lib .headline_wrap_lib > div:nth-child(2) {
    text-align: center;
    margin-bottom: 25px;
}.our_team_lib .headline_wrap_lib > div:nth-child(2) p {
    text-shadow: 0 1px 3px rgba(0,0,0,0.3);
    margin: 0;
    font-size: calc(15px * 1.3);
    color: #ffffff;
    font-weight: 400;
}.our_team_lib .headline_wrap_lib > div:nth-child(2) p b {
    color: rgb(177,178,206);
    font-weight: 700;
    letter-spacing: 1px;
}.our_team_lib ol {
    margin: 0;
    position: relative;
    padding: 0;
    list-style-type: none;
}.our_team_lib ol::before {
    position: absolute;
    left: 0;
    background: radial-gradient(circle at center, rgb(141,136,174,0.5) 0%, transparent 70%);
    top: 0;
    z-index: -1;
    opacity: 0.1;
    content: "";
    width: 100%;
    height: 100%;
}.our_team_lib ol li {
    animation: fadeIn 1s ease-out forwards;
    line-height: 1.8;
    opacity: 0;
    font-size: 15px;
    position: relative;
    text-align: justify;
    font-weight: 300;
    animation-delay: 0.5s;
    color: #ffffff;
}.our_team_lib ol li::first-letter {
    font-size: 150%;
    font-weight: 700;
    color: rgb(177,178,206);
}

@keyframes pulse {
    0%, 100% {
        transform: scaleX(0.8);
        opacity: 0.6;
    }
    50% {
        transform: scaleX(1);
        opacity: 1;
    }
}

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

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

@media (max-width: 991px) {.our_team_lib {
    padding: 80px 0;
}.our_team_lib .headline_wrap_lib {
    padding: 30px;
    transform: perspective(1000px) rotateX(1deg);
}.our_team_lib h5 {
    font-size: calc(24px * 0.9);
}
}

@media (max-width: 767px) {.our_team_lib {
    padding: 60px 0;
}.our_team_lib .headline_wrap_lib {
    padding: 25px 20px;
    transform: none;
}.our_team_lib .headline_wrap_lib > div:first-child::before,
    .our_team_lib .headline_wrap_lib > div:first-child::after {
    width: 25px;
    left: -35px;
    right: -35px;
}.our_team_lib h5 {
    font-size: calc(24px * 0.8);
}.our_team_lib .headline_wrap_lib > div:nth-child(2) p {
    font-size: 15px;
}.our_team_lib ol li {
    font-size: calc(15px * 0.9);
    line-height: 1.6;
}
}

@media (max-width: 575px) {.our_team_lib {
    padding: 40px 0;
}.our_team_lib .headline_wrap_lib {
    padding: 20px 15px;
}.our_team_lib .headline_wrap_lib > div:first-child::before,
    .our_team_lib .headline_wrap_lib > div:first-child::after {
    display: none;
}.our_team_lib h5 {
    font-size: calc(24px * 0.7);
}.our_team_lib ol li {
    line-height: 1.5;
    font-size: calc(15px * 0.85);
    text-align: left;
}}.check_it_out_now_lib {
    padding: 100px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(215,216,230) 0%, rgba(0, 0, 0, 0.5) 100%);
    position: relative;
}.check_it_out_now_lib::before {
    top: -10%;
    content: '';
    animation: shift-background 15s linear infinite;
    height: 120%;
    z-index: 1;
    opacity: 0.05;
    position: absolute;
    width: 120%;
    background: repeating-linear-gradient(
        45deg, 
        rgba(0, 0, 0, 0.5) 0%, 
        transparent 10%, 
        rgb(177,178,206,0.5) 20%
    );
    left: -10%;
}.check_it_out_now_lib::after {
    position: absolute;
    background: radial-gradient(
        circle at 20% 30%,
        rgb(177,178,206,0.5) 0%,
        transparent 30%
    ), 
    radial-gradient(
        circle at 80% 70%,
        rgb(141,136,174,0.5) 0%,
        transparent 30%
    );
    top: 0;
    left: 0;
    height: 100%;
    z-index: 2;
    width: 100%;
    content: '';
}.check_it_out_now_lib .study_experts_lib {
    border-radius: 16px;
    display: flex;
    padding: 60px;
    align-items: center;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.1),
                -20px -20px 60px rgba(255, 255, 255, 0.05);
    background: rgb(215,216,230);
    position: relative;
    overflow: hidden;
    text-align: center;
    flex-direction: column;
    z-index: 10;
    justify-content: center;
}.check_it_out_now_lib .study_experts_lib::before {
    width: 200%;
    opacity: 0.1;
    left: -50%;
    top: -50%;
    content: '';
    z-index: -1;
    height: 200%;
    animation: rotate 30s linear infinite;
    position: absolute;
    background: radial-gradient(
        ellipse at center,
        transparent 30%,
        rgb(177,178,206,0.5) 100%
    );
}.check_it_out_now_lib .container p {
    margin-bottom: 40px;
    z-index: 5;
    position: relative;
    font-weight: 700;
    font-size: calc(33px * 1.2);
    color: #000000;
    line-height: 1.4;
    max-width: 800px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}.check_it_out_now_lib .container p::after {
    position: absolute;
    border-radius: 10px;
    transform: translateX(-50%);
    height: 4px;
    width: 80px;
    left: 50%;
    bottom: -15px;
    content: '';
    background: linear-gradient(90deg, rgb(177,178,206), rgb(141,136,174));
}.check_it_out_now_lib .query_request_lib {
    overflow: hidden;
    display: inline-block;
    color: #ffffff;
    font-weight: 600;
    font-size: 19px;
    background: linear-gradient(135deg, rgb(177,178,206) 0%, rgb(141,136,174) 100%);
    z-index: 5;
    border-radius: 16px;
    position: relative;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    padding: 15px 40px;
    text-decoration: none;
}.check_it_out_now_lib .query_request_lib::before {
    content: '';
    top: 0;
    position: absolute;
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    height: 100%;
    z-index: -1;
    transition: 0.5s;
    width: 100%;
}.check_it_out_now_lib .query_request_lib:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
}.check_it_out_now_lib .query_request_lib:hover::before {
    animation: shine 1.5s infinite;
    left: 100%;
}

@keyframes shift-background {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(5%, 5%);
    }
    100% {
        transform: translate(0, 0);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes shine {
    0% {
        left: -100%;
    }
    100% {
        left: 100%;
    }
}

@media (max-width: 991px) {.check_it_out_now_lib {
    padding: 80px 0;
}.check_it_out_now_lib .study_experts_lib {
    padding: 40px 30px;
}.check_it_out_now_lib .container p {
    margin-bottom: 30px;
    font-size: 33px;
}
}

@media (max-width: 767px) {.check_it_out_now_lib {
    padding: 60px 0;
}.check_it_out_now_lib .study_experts_lib {
    padding: 30px 20px;
}.check_it_out_now_lib .container p {
    margin-bottom: 25px;
    font-size: calc(21px * 1.2);
}.check_it_out_now_lib .query_request_lib {
    padding: 12px 30px;
}
}

@media (max-width: 480px) {.check_it_out_now_lib {
    padding: 40px 0;
}.check_it_out_now_lib .study_experts_lib {
    padding: 25px 15px;
}.check_it_out_now_lib .container p {
    margin-bottom: 20px;
    font-size: 21px;
}.check_it_out_now_lib .query_request_lib {
    font-size: calc(19px * 0.9);
    padding: 10px 25px;
}}.future_members_lib {
    position: relative;
    background: #ffffff;
    overflow: hidden;
    padding: 120px 0;
}.future_members_lib::before {
    left: 0;
    top: 0;
    width: 100%;
    content: "";
    opacity: 0.3;
    z-index: 1;
    background: 
        radial-gradient(circle at 20% 30%, rgb(177,178,206,0.5) 0, transparent 80px),
        radial-gradient(circle at 80% 70%, rgb(141,136,174,0.5) 0, transparent 80px);
    height: 100%;
    position: absolute;
}.future_members_lib .container {
    z-index: 2;
    padding: 0 15px;
    margin: 0 auto;
    position: relative;
    max-width: 1140px;
}.future_members_lib .study_experts_lib {
    position: relative;
}.future_members_lib h4 {
    font-weight: 400;
    text-align: center;
    position: relative;
    font-size: 48px;
    margin-bottom: 80px;
    color: #000000;
}.future_members_lib h4::after {
    width: 50px;
    left: 50%;
    content: "";
    bottom: -20px;
    position: absolute;
    height: 2px;
    background: rgb(177,178,206);
    transform: translateX(-50%);
}.future_members_lib div > div {
    margin: 0 auto;
    gap: 40px 20px;
    flex-wrap: wrap;
    max-width: 900px;
    justify-content: space-between;
    display: flex;
}.future_members_lib p {
    margin: 0;
    font-size: 15px;
    flex-direction: column;
    color: #000000;
    padding: 0;
    transition: all 0.5s ease;
    text-align: center;
    display: flex;
    align-items: center;
    position: relative;
    flex: 0 0 calc(33.333% - 20px);
}.future_members_lib p::before {
    background: rgb(215,216,230);
    left: 50%;
    transform: translate(-50%, -50%);
    content: "";
    z-index: -1;
    top: 50%;
    width: 0;
    position: absolute;
    height: 0;
    border-radius: 50%;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.future_members_lib p:hover::before {
    width: 170%;
    height: 200%;
}.future_members_lib p svg {
    border: 1px solid rgb(177,178,206,0.5);
    padding: 10px;
    border-radius: 50%;
    margin-bottom: 15px;
    height: 50px;
    width: 50px;
    transition: all 0.4s ease;
}.future_members_lib p svg path {
    fill: rgb(177,178,206);
    transition: fill 0.3s ease;
}.future_members_lib p:hover svg {
    background: #ffffff;
    border-color: transparent;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
}.future_members_lib p:hover svg path {
    fill: rgb(141,136,174);
}.future_members_lib p span {
    padding-top: 10px;
    position: relative;
}.future_members_lib p span::before {
    position: absolute;
    width: 0;
    transform: translateX(-50%);
    left: 50%;
    content: "";
    height: 1px;
    top: 0;
    transition: width 0.3s ease;
    background: rgb(177,178,206);
}.future_members_lib p:hover span::before {
    width: 30px;
}@keyframes floatAnimation {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}

.future_members_lib p:nth-child(odd) {
    animation: floatAnimation 5s infinite ease-in-out;
}.future_members_lib p:nth-child(even) {
    animation: floatAnimation 6s infinite ease-in-out reverse;
}@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.future_members_lib .study_experts_lib > div p {
    opacity: 0;
    animation: fadeIn 0.6s ease forwards;
}.future_members_lib .study_experts_lib > div p:nth-child(1) {
    animation-delay: 0.1s;
}.future_members_lib .study_experts_lib > div p:nth-child(2) {
    animation-delay: 0.2s;
}.future_members_lib .study_experts_lib > div p:nth-child(3) {
    animation-delay: 0.3s;
}.future_members_lib .study_experts_lib > div p:nth-child(4) {
    animation-delay: 0.4s;
}.future_members_lib .study_experts_lib > div p:nth-child(5) {
    animation-delay: 0.5s;
}.future_members_lib .study_experts_lib > div p:nth-child(6) {
    animation-delay: 0.6s;
}.future_members_lib::after {
    background: linear-gradient(90deg, 
        transparent, 
        rgb(177,178,206,0.5), 
        rgb(141,136,174,0.5), 
        transparent);
    bottom: 0;
    left: 0;
    height: 2px;
    position: absolute;
    width: 100%;
    content: "";
}

@media (max-width: 991px) {.future_members_lib {
    padding: 100px 0;
}.future_members_lib h4 {
    margin-bottom: 60px;
    font-size: calc(48px * 0.9);
}.future_members_lib div > div {
    gap: 30px 20px;
}.future_members_lib p {
    flex: 0 0 calc(50% - 20px);
}.future_members_lib p svg {
    margin-bottom: 12px;
    width: 45px;
    height: 45px;
}
}

@media (max-width: 768px) {.future_members_lib {
    padding: 80px 0;
}.future_members_lib h4 {
    font-size: calc(48px * 0.8);
    margin-bottom: 50px;
}.future_members_lib h4::after {
    width: 40px;
    bottom: -15px;
}.future_members_lib div > div {
    gap: 40px 0;
}.future_members_lib p {
    flex: 0 0 100%;
}.future_members_lib p:nth-child(odd),
    .future_members_lib p:nth-child(even) {
    animation: none;
}
}

@media (max-width: 576px) {.future_members_lib {
    padding: 60px 0;
}.future_members_lib h4 {
    margin-bottom: 40px;
    font-size: calc(48px * 0.7);
}.future_members_lib h4::after {
    width: 30px;
    bottom: -12px;
}.future_members_lib div > div {
    gap: 30px 0;
}.future_members_lib p svg {
    margin-bottom: 10px;
    height: 40px;
    width: 40px;
    padding: 8px;
}.future_members_lib p {
    font-size: calc(15px * 0.9);
}}.mentorship_experience_lib {
    padding: 6rem 2rem 4rem;
    background: linear-gradient(180deg, rgb(215,216,230) 0%, rgb(141,136,174,0.5) 100%);
    position: relative;
    overflow: hidden;
}.mentorship_experience_lib::before {
    background: repeating-linear-gradient(
        -45deg,
        rgb(177,178,206,0.5) 0px,
        rgb(177,178,206,0.5) 2px,
        transparent 2px,
        transparent 10px
    );
    position: absolute;
    left: 0;
    opacity: 0.2;
    height: 100%;
    content: "";
    top: 0;
    z-index: 1;
    width: 100%;
}.mentorship_experience_lib::after {
    top: 0;
    right: 0;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    width: 50%;
    background: #ffffff;
    content: "";
    position: absolute;
    height: 100%;
    z-index: 1;
    opacity: 0.1;
}.mentorship_experience_lib .student_perspectives_lib {
    max-width: 600px;
    margin: 0 auto;
    z-index: 2;
    align-items: center;
    display: flex;
    position: relative;
    flex-direction: column;
}.mentorship_experience_lib .background_photo_lib {
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    margin-bottom: -50px;
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.5);
    z-index: 3;
    width: 200px;
    height: 250px;
    position: relative;
    border-radius: 0;
    transition: all 0.5s ease;
}.mentorship_experience_lib .background_photo_lib:hover {
    box-shadow: 0 20px 30px -10px rgba(0, 0, 0, 0.5);
    transform: translateY(-15px);
}.mentorship_experience_lib .career_card_lib {
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.5);
    flex-direction: column;
    transform-style: preserve-3d;
    padding: 70px 30px 30px;
    position: relative;
    z-index: 2;
    width: 100%;
    display: flex;
    background: #ffffff;
    align-items: center;
    perspective: 1000px;
}.mentorship_experience_lib .career_card_lib::before {
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
    transform: translateZ(-20px);
    top: 0;
    background: rgb(177,178,206);
    position: absolute;
    left: 0;
}.mentorship_experience_lib .name {
    text-align: center;
    margin-bottom: 0.5rem;
    font-weight: 700;
    font-size: 29px;
    position: relative;
    color: rgb(177,178,206);
}.mentorship_experience_lib .name::after {
    position: absolute;
    height: 3px;
    width: 50px;
    bottom: -10px;
    transform: translateX(-50%);
    background: rgb(141,136,174);
    left: 50%;
    content: "";
}.mentorship_experience_lib .career_card_lib > div:nth-child(2) {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 2px;
    margin: 20px 0;
    text-align: center;
    color: rgb(141,136,174);
}.mentorship_experience_lib .career_expertise_lib {
    line-height: 1.8;
    font-weight: 400;
    font-size: 15px;
    margin-top: 20px;
    text-align: center;
    position: relative;
    border-top: 1px solid rgb(215,216,230);
    color: #000000;
    padding-top: 30px;
    width: 100%;
    font-style: italic;
}.mentorship_experience_lib .career_expertise_lib::before,
.mentorship_experience_lib .career_expertise_lib::after {
    width: 30px;
    position: absolute;
    content: "";
    border-radius: 50%;
    height: 30px;
    background: rgb(141,136,174,0.5);
}.mentorship_experience_lib .career_expertise_lib::before {
    transform: translateX(-20px);
    top: -15px;
    left: 50%;
}.mentorship_experience_lib .career_expertise_lib::after {
    left: 50%;
    transform: translateX(-10px);
    top: -15px;
}@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0px);
    }
}

.mentorship_experience_lib .career_card_lib:hover {
    animation: float 3s ease-in-out infinite;
}

@media (max-width: 768px) {.mentorship_experience_lib {
    padding: 4rem 1rem 3rem;
}.mentorship_experience_lib .background_photo_lib {
    margin-bottom: -40px;
    height: 180px;
    width: 150px;
}.mentorship_experience_lib .career_card_lib {
    padding: 60px 20px 20px;
}}.title_opener_lib {
    overflow: hidden;
    width: 100%;
    position: relative;
}.title_opener_lib .course_base_lib {
    display: flex;
    box-sizing: border-box;
    padding: 4rem 2rem;
    position: relative;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}.title_opener_lib .course_base_lib::before {
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    content: "";
    z-index: 1;
    height: 100%;
    background: linear-gradient(135deg, rgb(177,178,206,0.5), rgba(0, 0, 0, 0.5) 75%);
}.title_opener_lib .course_base_lib::after {
    transform-origin: center;
    position: absolute;
    height: 100%;
    top: 0;
    z-index: 2;
    content: "";
    left: 0;
    animation: backgroundPulse 8s infinite alternate ease-in-out;
    background: linear-gradient(45deg, transparent 30%, rgb(141,136,174,0.5) 180%);
    width: 100%;
}.title_opener_lib .learning_track_lib {
    clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%);
    max-width: 1200px;
    background: linear-gradient(170deg, rgba(255,255,255,0.12), rgba(255,255,255,0.03));
    backdrop-filter: blur(8px);
    z-index: 3;
    box-shadow: 0 25px 50px -12px rgba(0,0,0,0.25);
    padding: 3rem;
    width: 90%;
    transform: perspective(1000px) rotateY(-3deg);
    position: relative;
}.title_opener_lib .learning_track_lib::before {
    position: absolute;
    z-index: -1;
    opacity: 0.4;
    width: calc(100% + 30px);
    transform: translateZ(-10px);
    left: -15px;
    clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%);
    content: "";
    background: linear-gradient(135deg, rgb(177,178,206) 0%, transparent 70%);
    height: calc(100% + 30px);
    top: -15px;
}.title_opener_lib h1 {
    transform: translateX(-20px);
    text-shadow: 0 2px 15px rgba(0,0,0,0.2);
    line-height: 1.2;
    color: #ffffff;
    animation: slideInText 0.8s ease-out forwards;
    position: relative;
    font-weight: 700;
    margin-bottom: 1.5rem;
    font-size: 39px;
}.title_opener_lib h1::after {
    transform: scaleX(0);
    transform-origin: left;
    position: absolute;
    animation: scaleIn 1.2s 0.5s ease forwards;
    background: rgb(141,136,174);
    left: 0;
    bottom: -10px;
    width: 80px;
    content: "";
    height: 5px;
}.title_opener_lib h3 {
    color: #ffffff;
    animation: fadeUp 0.8s 0.3s ease-out forwards;
    opacity: 0;
    text-shadow: 0 1px 10px rgba(0,0,0,0.15);
    transform: translateY(20px);
    font-size: calc(22px + 0.15rem);
    font-weight: 600;
    max-width: 90%;
    margin-bottom: 2rem;
    line-height: 1.6;
}.title_opener_lib p {
    font-size: 16px;
    transform: translateY(20px);
    position: relative;
    animation: fadeUp 0.8s 0.6s ease-out forwards;
    font-weight: 400;
    margin-top: 2rem;
    border-left: 3px solid rgb(141,136,174);
    padding-left: 2rem;
    opacity: 0;
    color: #ffffff;
}

@keyframes backgroundPulse {
  0% {
    opacity: 0.6;
  }
  100% {
    opacity: 0.9;
  }
}

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

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

@keyframes scaleIn {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}

@media screen and (max-width: 1200px) {.title_opener_lib .learning_track_lib {
    transform: perspective(800px) rotateY(-2deg);
    padding: 2.5rem;
}.title_opener_lib h1 {
    font-size: calc(39px - 0.2rem);
}.title_opener_lib h3 {
    font-size: 22px;
    max-width: 95%;
}
}

@media screen and (max-width: 992px) {.title_opener_lib .course_base_lib {
    padding: 3rem 1.5rem;
}.title_opener_lib .learning_track_lib {
    clip-path: polygon(0 0, 100% 0, 98% 100%, 2% 100%);
    padding: 2rem;
    transform: perspective(600px) rotateY(-1deg);
}.title_opener_lib h1 {
    font-size: calc(39px - 0.4rem);
}.title_opener_lib h3 {
    margin-bottom: 1.5rem;
}
}

@media screen and (max-width: 768px) {.title_opener_lib .course_base_lib {
    padding-top: 7rem;
    align-items: flex-start;
    min-height: 80vh;
}.title_opener_lib .learning_track_lib {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    transform: perspective(400px) rotateY(0deg);
    width: 95%;
    padding: 1.8rem;
}.title_opener_lib h1 {
    font-size: calc(39px - 0.6rem);
    margin-bottom: 1rem;
}.title_opener_lib h1::after {
    height: 4px;
    width: 60px;
}.title_opener_lib h3 {
    max-width: 100%;
    font-size: calc(22px - 0.1rem);
}.title_opener_lib p {
    padding-left: 1rem;
    margin-top: 1.5rem;
    font-size: calc(16px - 0.1rem);
}
}

@media screen and (max-width: 576px) {.title_opener_lib .course_base_lib {
    min-height: 70vh;
    padding-top: 6rem;
}.title_opener_lib .learning_track_lib {
    padding: 1.5rem;
    width: 100%;
}.title_opener_lib h1 {
    font-size: calc(39px - 0.8rem);
}.title_opener_lib h3 {
    line-height: 1.5;
    font-size: calc(22px - 0.2rem);
}.title_opener_lib p {
    margin-top: 1.2rem;
    font-size: calc(16px - 0.15rem);
}
}

@media (prefers-reduced-motion) {.title_opener_lib .course_base_lib::after,
  .title_opener_lib h1,
  .title_opener_lib h1::after,
  .title_opener_lib h3,
  .title_opener_lib p {
    animation: none;
    transform: none;
    opacity: 1;
}.title_opener_lib h1::after {
    transform: scaleX(1);
}}.cookieSettingsWindow_lib {
    box-shadow: 0 -10px 30px rgb(177,178,206,0.5);
    z-index: 90;
    width: 100%;
    border-top: 2px solid rgb(177,178,206);
    background: rgb(141,136,174);
    position: fixed;
    animation: slideIn 0.5s ease-in-out;
    bottom: 0;
}@keyframes slideIn {
    from {
        bottom: -100px;
        opacity: 0;
    }
    to {
        bottom: 0;
        opacity: 1;
    }
}
.visitor_confirm_lib {
    box-shadow: 0 0 20px rgb(177,178,206,0.5);
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 20px 5%;
    background: linear-gradient(135deg, rgb(141,136,174) 0%, rgba(0, 0, 0, 0.5) 100%);
    justify-content: space-between;
}.digital_consent_lib {
    box-shadow: 0 0 15px rgb(177,178,206);
    margin-right: 20px;
    border-radius: 28px;
    flex-shrink: 0;
    background: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    padding: 10px;
}.digital_consent_lib svg, .digital_consent_lib svg path {
    width: 60px;
    height: 60px;
    transition: transform 0.3s ease;
    fill: rgb(177,178,206);
}.digital_consent_lib:hover svg {
    transform: rotate(20deg);
}.cookie_overview_lib {
    min-width: 300px;
    color: #ffffff;
    flex: 1;
}.cookie_overview_lib h5 {
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 19px;
    text-shadow: 0 0 10px rgb(177,178,206);
    color: rgb(177,178,206);
}.cookie_overview_lib p {
    margin-bottom: 0;
    color: #ffffff;
    text-shadow: 0 0 5px rgb(177,178,206,0.5);
    font-size: 15px;
}.cookie_explained_lib {
    text-decoration: none;
    margin-left: 10px;
    transition: background 0.3s ease, box-shadow 0.3s ease;
    white-space: nowrap;
    border-radius: 10px;
    font-size: 18px;
    padding: 12px 25px;
    box-shadow: 0 0 10px rgb(177,178,206,0.5);
    background: rgb(177,178,206);
    color: #000000;
    cursor: pointer;
}.cookie_explained_lib:hover {
    background: rgb(141,136,174);
    box-shadow: 0 0 20px rgb(141,136,174,0.5);
}.cookieSettingsWindow_lib p a {
    color: rgb(177,178,206);
    text-decoration: underline;
    transition: color 0.3s ease;
}.cookieSettingsWindow_lib p a:hover {
    color: rgb(141,136,174);
}#cookieTermsNotice_lib {
    display: none;
}#cookieTermsNotice_lib:checked ~ .cookieSettingsWindow_lib {
    visibility: hidden;
    opacity: 0;
}
@media only screen and (max-width: 1200px) {.cookieSettingsWindow_lib {
    padding: 20px;
}.visitor_confirm_lib {
    padding: 20px 2%;
}
}
@media only screen and (max-width: 800px) {.digital_consent_lib {
    display: none;
}.visitor_confirm_lib {
    flex-direction: column;
    align-items: center;
    justify-content: center;
}.cookie_overview_lib {
    margin-bottom: 20px;
    text-align: center;
}.cookieSettingsWindow_lib h5, .cookieSettingsWindow_lib p {
    text-align: center;
}.cookie_explained_lib {
    text-align: center;
    margin-top: 10px;
    margin-left: 0;
    width: 100%;
}}
.program_offerings_lib {
    background: linear-gradient(150deg, rgb(177,178,206,0.5) 0%, rgb(215,216,230) 50%, rgb(141,136,174,0.5) 100%);
    position: relative;
    overflow: hidden;
    padding: 7rem 0;
}.program_offerings_lib::before {
    z-index: 0;
    position: absolute;
    width: 150%;
    background: 
        radial-gradient(ellipse at 30% 40%, rgb(177,178,206,0.5) 0%, transparent 60%),
        radial-gradient(circle at 70% 60%, rgb(141,136,174,0.5) 0%, transparent 50%);
    top: -25%;
    animation: pulseBackground 20s ease-in-out infinite alternate;
    left: -25%;
    opacity: 0.6;
    transform-origin: center;
    height: 150%;
    filter: blur(60px);
    content: "";
}.program_offerings_lib::after {
    background-image: 
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    height: 100%;
    animation: gridMove 30s linear infinite;
    content: "";
    left: 0;
    z-index: 1;
    top: 0;
    width: 100%;
    background-size: 20px 20px;
    position: absolute;
}.program_offerings_lib .container {
    position: relative;
    z-index: 2;
}.program_offerings_lib .study_experts_lib {
    min-height: 550px;
    grid-template-columns: repeat(12, 1fr);
    display: grid;
    position: relative;
    grid-template-rows: repeat(12, minmax(30px, auto));
    gap: 15px;
}.program_offerings_lib .lesson_track_lib {
    position: relative;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    grid-row: 3 / 11;
    grid-column: 1 / 8;
    z-index: 5;
    border-radius: 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 2.5rem;
    box-shadow: 
        0 15px 25px rgba(0, 0, 0, 0.05),
        0 5px 10px rgba(0, 0, 0, 0.03);
    transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    transform: translateZ(0);
    background: rgba(255, 255, 255, 0.07);
}.program_offerings_lib .lesson_track_lib::before {
    top: 0;
    left: 0;
    width: 100%;
    content: "";
    position: absolute;
    border-radius: 14px;
    z-index: -1;
    background: 
        radial-gradient(circle at 90% 10%, rgb(177,178,206,0.5) 0%, transparent 80%),
        radial-gradient(circle at 10% 90%, rgb(141,136,174,0.5) 0%, transparent 80%);
    opacity: 0.15;
    height: 100%;
}.program_offerings_lib .lesson_track_lib::after {
    background: linear-gradient(to right, rgb(177,178,206) 0%, transparent 100%);
    position: absolute;
    bottom: -10px;
    content: "";
    width: 80%;
    left: 50%;
    filter: blur(1px);
    transform: translateX(-50%);
    height: 1px;
}.program_offerings_lib .site_start_lib {
    height: 110px;
    transition: all 0.5s ease;
    margin-bottom: 1.5rem;
    position: relative;
    width: 110px;
    transform-style: preserve-3d;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}.program_offerings_lib .site_start_lib::before {
    content: "";
    z-index: -1;
    position: absolute;
    animation: rotateConic 10s linear infinite;
    background: conic-gradient(
        from 0deg, 
        rgb(177,178,206) 0%, 
        rgb(141,136,174) 50%, 
        rgb(177,178,206) 100%
    );
    inset: -4px;
    border-radius: 33% 67% 67% 33% / 33% 33% 67% 67%;
}.program_offerings_lib .site_start_lib::after {
    position: absolute;
    inset: 6px;
    content: "";
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    background: rgb(215,216,230);
    z-index: -1;
}.program_offerings_lib .site_start_lib svg {
    left: 50%;
    top: 50%;
    filter: drop-shadow(0 0 10px rgb(177,178,206,0.5));
    height: 60px;
    transform: translate(-50%, -50%);
    width: 60px;
    position: absolute;
    animation: floatLogo 6s ease-in-out infinite;
    z-index: 1;
}.program_offerings_lib .site_start_lib svg path {
    fill: rgb(177,178,206);
    transition: fill 0.3s ease;
}.program_offerings_lib h3 {
    padding-right: 2rem;
    color: #ffffff;
    transform: perspective(1000px) rotateX(2deg);
    text-shadow: 0 0 20px rgb(177,178,206,0.5);
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 1.5rem;
    position: relative;
    transform-origin: left bottom;
    font-size: 33px;
}.program_offerings_lib h3::before {
    width: 60px;
    animation: lineExpand 1.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    height: 3px;
    position: absolute;
    left: 0;
    background: rgb(177,178,206);
    transform-origin: left;
    bottom: -8px;
    content: "";
}.program_offerings_lib p {
    font-size: 12px;
    transform: perspective(1000px) rotateX(1deg);
    color: #ffffff;
    position: relative;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    max-width: 100%;
    margin-bottom: 0;
    line-height: 1.8;
    transform-origin: left bottom;
}.program_offerings_lib .background_photo_lib {
    transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    grid-row: 1 / 13;
    box-shadow: 
        20px 20px 60px rgba(0, 0, 0, 0.1),
        10px 10px 20px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateY(-5deg) rotateX(5deg);
    grid-column: 5 / 13;
    z-index: 4;
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    animation: morphShape 20s ease-in-out infinite alternate;
    overflow: hidden;
    position: relative;
    height: 500px;
}.program_offerings_lib .background_photo_lib::before {
    mix-blend-mode: overlay;
    inset: 0;
    background: 
        linear-gradient(135deg, transparent 0%, rgb(177,178,206,0.5) 100%),
        radial-gradient(circle at 30% 70%, rgb(141,136,174,0.5) 0%, transparent 70%);
    z-index: 1;
    opacity: 0.6;
    content: "";
    position: absolute;
}.program_offerings_lib .background_photo_lib::after {
    opacity: 0.2;
    top: -25%;
    left: -25%;
    z-index: 1;
    position: absolute;
    mix-blend-mode: multiply;
    width: 150%;
    animation: pulseOverlay 15s ease-in-out infinite;
    height: 150%;
    content: "";
    background: radial-gradient(
        circle at center,
        transparent 30%,
        rgb(215,216,230) 100%
    );
}.program_offerings_lib .study_experts_lib:hover .background_photo_lib {
    transform: perspective(1000px) rotateY(-8deg) rotateX(8deg) scale(1.03);
    box-shadow: 
        30px 30px 80px rgba(0, 0, 0, 0.15),
        15px 15px 30px rgba(0, 0, 0, 0.1);
}.program_offerings_lib .study_experts_lib:hover .lesson_track_lib {
    box-shadow: 
        0 25px 35px rgba(0, 0, 0, 0.08),
        0 10px 20px rgba(0, 0, 0, 0.05);
    transform: translateZ(20px) translateX(10px);
}.program_offerings_lib .study_experts_lib:hover .site_start_lib {
    transform: rotate(5deg) scale(1.05);
}.program_offerings_lib .study_experts_lib:hover .site_start_lib svg path {
    fill: rgb(141,136,174);
}

@keyframes pulseBackground {
    0%, 100% {
        opacity: 0.6;
        transform: scale(1);
    }
    50% {
        opacity: 0.8;
        transform: scale(1.05);
    }
}

@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 40px 40px;
    }
}

@keyframes rotateConic {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes floatLogo {
    0%, 100% {
        transform: translate(-50%, -50%);
    }
    50% {
        transform: translate(-50%, -55%);
    }
}

@keyframes lineExpand {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

@keyframes morphShape {
    0% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }
    25% {
        border-radius: 40% 60% 70% 30% / 40% 40% 60% 60%;
    }
    50% {
        border-radius: 60% 40% 40% 60% / 50% 60% 40% 50%;
    }
    75% {
        border-radius: 40% 60% 30% 70% / 60% 30% 70% 40%;
    }
    100% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }
}

@keyframes pulseOverlay {
    0%, 100% {
        opacity: 0.2;
        transform: scale(1);
    }
    50% {
        opacity: 0.3;
        transform: scale(1.1);
    }
}

@media (max-width: 1200px) {.program_offerings_lib .study_experts_lib {
    min-height: 500px;
}.program_offerings_lib .lesson_track_lib {
    grid-column: 1 / 8;
    padding: 2.2rem;
}.program_offerings_lib h3 {
    font-size: calc(33px * 0.9);
}.program_offerings_lib .site_start_lib {
    height: 100px;
    width: 100px;
}.program_offerings_lib .site_start_lib svg {
    height: 55px;
    width: 55px;
}
}

@media (max-width: 992px) {.program_offerings_lib {
    padding: 5rem 0;
}.program_offerings_lib .study_experts_lib {
    gap: 10px;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    min-height: auto;
}.program_offerings_lib .lesson_track_lib {
    grid-row: 2 / 3;
    padding: 2.5rem;
    grid-column: 1 / -1;
    z-index: 5;
    margin-top: -80px;
}.program_offerings_lib .background_photo_lib {
    grid-row: 1 / 2;
    height: 350px;
    border-radius: 40% 60% 60% 40% / 30% 40% 60% 70%;
    grid-column: 1 / -1;
}.program_offerings_lib .site_start_lib {
    margin-right: auto;
    margin-left: auto;
}.program_offerings_lib h3 {
    padding-right: 0;
    text-align: center;
}.program_offerings_lib h3::before {
    left: 50%;
    transform: translateX(-50%) scaleX(0);
    animation: lineCenterExpand 1.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}.program_offerings_lib p {
    text-align: center;
}.program_offerings_lib .study_experts_lib:hover .background_photo_lib {
    transform: perspective(1000px) rotateX(-5deg) scale(1.03);
}.program_offerings_lib .study_experts_lib:hover .lesson_track_lib {
    transform: translateZ(10px) translateY(-15px);
}
}

@keyframes lineCenterExpand {
    0% {
        transform: translateX(-50%) scaleX(0);
    }
    100% {
        transform: translateX(-50%) scaleX(1);
    }
}

@media (max-width: 768px) {.program_offerings_lib {
    padding: 4rem 0;
}.program_offerings_lib .background_photo_lib {
    height: 300px;
}.program_offerings_lib .lesson_track_lib {
    padding: 2rem;
    margin-top: -60px;
}.program_offerings_lib .site_start_lib {
    height: 90px;
    margin-bottom: 1.3rem;
    width: 90px;
}.program_offerings_lib .site_start_lib svg {
    height: 50px;
    width: 50px;
}.program_offerings_lib h3 {
    margin-bottom: 1.3rem;
    font-size: calc(33px * 0.8);
}.program_offerings_lib p {
    line-height: 1.7;
    font-size: calc(12px * 0.95);
}
}

@media (max-width: 576px) {.program_offerings_lib {
    padding: 3rem 0;
}.program_offerings_lib .background_photo_lib {
    height: 250px;
    border-radius: 30% 70% 70% 30% / 30% 40% 60% 70%;
}.program_offerings_lib .lesson_track_lib {
    padding: 1.8rem 1.5rem;
    margin-top: -50px;
}.program_offerings_lib .site_start_lib {
    height: 80px;
    margin-bottom: 1.2rem;
    width: 80px;
}.program_offerings_lib .site_start_lib svg {
    width: 45px;
    height: 45px;
}.program_offerings_lib h3 {
    font-size: calc(33px * 0.7);
    margin-bottom: 1.2rem;
}.program_offerings_lib h3::before {
    width: 50px;
    height: 2px;
}.program_offerings_lib p {
    font-size: calc(12px * 0.9);
    line-height: 1.6;
}}footer {
    z-index: 1;
    position: relative;
}footer::before {
    opacity: 0.92;
    right: 0;
    bottom: 0;
    z-index: -1;
    top: 0;
    position: absolute;
    left: 0;
    background: linear-gradient(135deg, rgb(177,178,206,0.5) 0%, rgb(141,136,174,0.5) 100%);
    content: "";
}footer {
    background-position: center !important;
    background-size: cover !important;
}.challenge_cta_lib {
    padding: 5rem 0 2rem;
    color: #ffffff;
    position: relative;
}.challenge_cta_lib::before {
    height: 15px;
    width: 100%;
    background: rgb(177,178,206);
    left: 0;
    content: "";
    top: 0;
    clip-path: polygon(0 0, 100% 0, 96% 100%, 4% 100%);
    position: absolute;
}.challenge_cta_lib .container {
    gap: 0;
    display: flex;
    position: relative;
    flex-wrap: wrap;
}.challenge_cta_lib .company_holder {
    position: relative;
    margin-bottom: 2rem;
    padding: 0 3rem 2rem 0;
    flex: 0 0 40%;
}.challenge_cta_lib .company_holder::after {
    position: absolute;
    background: linear-gradient(to bottom, #ffffff, transparent);
    height: 100%;
    width: 1px;
    opacity: 0.3;
    top: 0;
    right: 1.5rem;
    content: "";
}.challenge_cta_lib .company_holder h3 {
    padding-bottom: 1rem;
    position: relative;
    font-weight: 700;
    font-size: 31px;
    letter-spacing: 1px;
    transform: skewX(-10deg);
    margin: 0 0 1.5rem;
    text-transform: uppercase;
    color: #ffffff;
}.challenge_cta_lib .company_holder h3::after {
    left: 0;
    bottom: 0;
    height: 3px;
    background: rgb(177,178,206);
    position: absolute;
    content: "";
    box-shadow: 0 0 10px rgb(177,178,206);
    width: 80px;
}.challenge_cta_lib .footer_subscribe_lib {
    border-left: 3px solid rgb(177,178,206);
    transform: skewX(-5deg);
    color: #ffffff;
    transform-origin: left top;
    line-height: 1.6;
    background: rgba(0, 0, 0, 0.2);
    padding: 1.5rem;
    font-size: 13px;
}.challenge_cta_lib .trust_badge_lib {
    gap: 0;
    flex: 0 0 60%;
    display: flex;
    flex-wrap: wrap;
}.challenge_cta_lib .nav_know_lib {
    gap: 0;
    display: flex;
    flex: 1;
    flex-wrap: wrap;
}.challenge_cta_lib .head_section_lib {
    flex: 0 0 50%;
    position: relative;
    padding: 0 1rem 2rem 1rem;
}.challenge_cta_lib .head_section_lib h5 {
    margin: 0 0 1.5rem;
    padding-left: 1rem;
    transform: skewX(-5deg);
    font-size: 23px;
    position: relative;
    color: #ffffff;
    font-weight: 600;
}.challenge_cta_lib .head_section_lib h5::before {
    background: rgb(177,178,206);
    transform: skewX(5deg);
    top: 0;
    width: 3px;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
}.challenge_cta_lib .head_section_lib .nav_know_lib {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}.challenge_cta_lib .head_section_lib .nav_know_lib a {
    position: relative;
    text-decoration: none;
    transform: skewX(-5deg);
    font-size: 13px;
    display: block;
    padding: 0.7rem 1rem;
    overflow: hidden;
    color: #ffffff;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.05);
}.challenge_cta_lib .head_section_lib .nav_know_lib a::before {
    height: 100%;
    content: "";
    transition: all 0.5s ease;
    left: -100%;
    position: absolute;
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    width: 100%;
}.challenge_cta_lib .head_section_lib .nav_know_lib a:hover {
    transform: skewX(-5deg) translateX(5px);
    padding-left: 1.5rem;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
}.challenge_cta_lib .head_section_lib .nav_know_lib a:hover::before {
    left: 100%;
}.knowl_base_lib {
    clip-path: polygon(0 0, 100% 0, 98% 100%, 2% 100%);
    background: rgba(0, 0, 0, 0.15);
    margin-top: 2rem;
    padding: 1.5rem 0;
    position: relative;
}.knowl_base_lib .container {
    gap: 1rem;
    justify-content: space-between;
    flex-wrap: wrap;
    display: flex;
    align-items: center;
}.knowl_base_lib .grant_cta_lib {
    transform: skewX(-5deg);
    color: #ffffff;
    width: 100%;
    text-align: center;
    font-size: 12px;
}

@media (max-width: 1200px) {.challenge_cta_lib .company_holder {
    flex: 0 0 35%;
    padding-right: 2rem;
}.challenge_cta_lib .trust_badge_lib {
    flex: 0 0 65%;
}
}

@media (max-width: 992px) {.challenge_cta_lib {
    padding: 4rem 0 2rem;
}.challenge_cta_lib .container {
    flex-direction: column;
}.challenge_cta_lib .company_holder {
    flex: 0 0 100%;
    margin-bottom: 3rem;
    padding-right: 0;
}.challenge_cta_lib .company_holder::after {
    display: none;
}.challenge_cta_lib .trust_badge_lib {
    flex: 0 0 100%;
}.challenge_cta_lib .head_section_lib {
    padding-bottom: 1.5rem;
}
}

@media (max-width: 768px) {.challenge_cta_lib {
    padding: 3.5rem 0 1.5rem;
}.challenge_cta_lib::before {
    height: 10px;
}.challenge_cta_lib .company_holder h3 {
    font-size: calc(31px - 2px);
}.challenge_cta_lib .footer_subscribe_lib {
    padding: 1.2rem;
    transform: skewX(-3deg);
}.challenge_cta_lib .head_section_lib h5, 
    .challenge_cta_lib .head_section_lib .nav_know_lib a {
    transform: skewX(-3deg);
}.challenge_cta_lib .head_section_lib .nav_know_lib a:hover {
    transform: skewX(-3deg) translateX(5px);
}.knowl_base_lib {
    clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%);
}.knowl_base_lib .grant_cta_lib {
    transform: skewX(-3deg);
}
}

@media (max-width: 576px) {.challenge_cta_lib {
    padding: 3rem 0 1rem;
}.challenge_cta_lib::before {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
}.challenge_cta_lib .head_section_lib {
    flex: 0 0 100%;
    padding: 0 0 2rem 0;
}.challenge_cta_lib .company_holder {
    margin-bottom: 2rem;
}.challenge_cta_lib .head_section_lib .nav_know_lib a {
    padding: 0.6rem 0.8rem;
}.challenge_cta_lib .head_section_lib .nav_know_lib a:hover {
    padding-left: 1.2rem;
}.knowl_base_lib {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    margin-top: 1rem;
}
}

@media (max-width: 420px) {.challenge_cta_lib .company_holder h3 {
    transform: skewX(-5deg);
}.challenge_cta_lib .company_holder h3::after {
    width: 60px;
}.challenge_cta_lib .footer_subscribe_lib {
    transform: none;
}.challenge_cta_lib .head_section_lib h5 {
    transform: none;
}.challenge_cta_lib .head_section_lib h5::before {
    transform: none;
}.challenge_cta_lib .head_section_lib .nav_know_lib a,
    .challenge_cta_lib .head_section_lib .nav_know_lib a:hover,
    .knowl_base_lib .grant_cta_lib {
    transform: none;
}}.appArea_lib {
    background: linear-gradient(135deg, #f5f7fa 0%, #ebedee 100%);
    overflow: hidden;
    font-family: Arial, sans-serif;
    padding: 4rem 0;
    position: relative;
}.appArea_lib::before {
    top: -30%;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    animation: float 15s ease-in-out infinite alternate;
    filter: blur(30px);
    height: 70%;
    z-index: 0;
    background: linear-gradient(145deg, rgb(177,178,206,0.5) 0%, rgb(141,136,174,0.5) 100%);
    position: absolute;
    transform: rotate(-15deg);
    right: -10%;
    width: 60%;
    opacity: 0.3;
    content: "";
}.appArea_lib::after {
    animation: float 18s ease-in-out infinite alternate-reverse;
    content: "";
    filter: blur(25px);
    border-radius: 30% 70% 60% 40% / 50% 30% 70% 50%;
    bottom: -20%;
    transform: rotate(10deg);
    background: linear-gradient(225deg, rgb(141,136,174,0.5) 0%, rgb(177,178,206,0.5) 100%);
    height: 60%;
    left: -5%;
    width: 40%;
    opacity: 0.2;
    position: absolute;
    z-index: 0;
}.appArea_lib .container {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1140px;
    position: relative;
    z-index: 2;
}.appArea_lib .study_experts_lib {
    backdrop-filter: blur(5px);
    position: relative;
    border-radius: 15px;
    padding: 3rem;
    transform: perspective(1000px) rotateX(2deg);
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.05),
                -10px -10px 30px rgba(255, 255, 255, 0.8),
                inset 2px 2px 5px rgba(255, 255, 255, 0.4),
                inset -2px -2px 5px rgba(0, 0, 0, 0.05);
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1),
                box-shadow 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}.appArea_lib .study_experts_lib:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.08),
                -15px -15px 40px rgba(255, 255, 255, 0.9),
                inset 2px 2px 5px rgba(255, 255, 255, 0.4),
                inset -2px -2px 5px rgba(0, 0, 0, 0.05);
}.appArea_lib .study_experts_lib > div:first-child {
    margin-bottom: 1.5rem;
    position: relative;
}.appArea_lib .study_experts_lib > div:first-child::after {
    transition: width 0.3s ease;
    left: 0;
    background: linear-gradient(90deg, rgb(177,178,206) 0%, rgb(141,136,174) 100%);
    content: "";
    border-radius: 10px;
    transform-origin: left;
    position: absolute;
    bottom: -0.75rem;
    width: 80px;
    height: 3px;
}.appArea_lib .study_experts_lib:hover > div:first-child::after {
    width: 120px;
}.appArea_lib h5 {
    display: inline-block;
    font-size: 22px;
    position: relative;
    margin: 0;
    color: #000000;
    font-weight: 700;
    line-height: 1.4;
}.appArea_lib h5::before {
    height: 26px;
    transform: translateY(-50%);
    display: flex;
    transition: opacity 0.5s ease, transform 0.5s ease;
    position: absolute;
    top: 50%;
    content: "✓";
    border-radius: 50%;
    justify-content: center;
    background: linear-gradient(135deg, rgb(177,178,206) 0%, rgb(141,136,174) 100%);
    align-items: center;
    opacity: 0;
    font-size: 14px;
    left: -35px;
    color: #ffffff;
    width: 26px;
}.appArea_lib .study_experts_lib:hover h5::before {
    transform: translateY(-50%) scale(1);
    opacity: 1;
}.appArea_lib p {
    color: #000000;
    font-size: 16px;
    line-height: 1.8;
    transition: color 0.3s ease;
    margin: 0;
}.appArea_lib a {
    text-decoration: none;
    display: block;
    overflow: hidden;
    transition: transform 0.3s ease;
    position: relative;
}.appArea_lib a::before {
    position: absolute;
    transform: scaleX(0);
    background: linear-gradient(90deg, rgb(177,178,206,0.5) 0%, rgb(141,136,174) 100%);
    height: 2px;
    bottom: 0;
    width: 100%;
    left: 0;
    transform-origin: right;
    content: "";
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}.appArea_lib a:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}.appArea_lib a:hover {
    transform: translateY(-2px);
}.appArea_lib a:hover p {
    color: rgb(177,178,206);
}

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

@media (max-width: 991px) {.appArea_lib {
    padding: 3rem 0;
}.appArea_lib .study_experts_lib {
    padding: 2.5rem;
}.appArea_lib h5 {
    font-size: calc(22px - 2px);
}
}

@media (max-width: 767px) {.appArea_lib {
    padding: 2.5rem 0;
}.appArea_lib .study_experts_lib {
    transform: perspective(1000px) rotateX(1deg);
    padding: 2rem;
}.appArea_lib h5 {
    padding-left: 20px;
    font-size: calc(22px - 4px);
}.appArea_lib h5::before {
    left: -15px;
    height: 22px;
    width: 22px;
    font-size: 12px;
}.appArea_lib p {
    font-size: calc(16px - 1px);
}
}

@media (max-width: 576px) {.appArea_lib {
    padding: 2rem 0;
}.appArea_lib .study_experts_lib {
    transform: none;
    padding: 1.5rem;
    border-radius: 10px;
}.appArea_lib h5 {
    font-size: calc(22px - 6px);
}.appArea_lib .study_experts_lib > div:first-child::after {
    width: 60px;
    height: 2px;
}.appArea_lib .study_experts_lib:hover > div:first-child::after {
    width: 90px;
}.appArea_lib h5::before {
    font-size: 10px;
    height: 20px;
    width: 20px;
}.appArea_lib p {
    line-height: 1.6;
    font-size: calc(16px - 2px);
}}.price_plan_item_lib {
    overflow: hidden;
    padding: 100px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(215,216,230) 0%, rgba(245, 247, 252, 1) 100%);
}.price_plan_item_lib::before {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    height: 100%;
    pointer-events: none;
    content: "";
    width: 100%;
    background-image: repeating-linear-gradient(
    45deg,
    rgba(0, 0, 0, 0.02) 0px,
    rgba(0, 0, 0, 0.02) 1px,
    transparent 1px,
    transparent 11px
  );
}.price_plan_item_lib .container {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
    z-index: 2;
}.price_plan_item_lib .fee_package_lib {
    flex-direction: column-reverse;
    display: flex;
}.price_plan_item_lib .trial_rates_lib {
    text-align: center;
    transition: transform 0.5s ease-out;
    margin-bottom: 50px;
}.price_plan_item_lib .trial_rates_lib h2 {
    color: #000000;
    position: relative;
    font-weight: 700;
    font-size: 34px;
    display: inline-block;
    margin-bottom: 15px;
}.price_plan_item_lib .trial_rates_lib h2::after {
    left: 50%;
    height: 3px;
    bottom: -10px;
    position: absolute;
    transform: translateX(-50%);
    width: 80px;
    background: rgb(177,178,206);
    content: "";
}.price_plan_item_lib .fee_board_lib {
    margin: 0 auto;
    max-width: 700px;
    font-size: 17px;
    white-space: normal;
    overflow-wrap: break-word;
    color: #000000;
    word-break: break-word;
    line-height: 1.6;
}.price_plan_item_lib .price_grid_lib {
    grid-template-columns: 1fr;
    gap: 30px;
    display: grid;
}.price_plan_item_lib .value_pricing_lib {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-decoration: none;
    overflow: hidden;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    color: #000000;
    display: block;
}.price_plan_item_lib .value_pricing_lib:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
}.price_plan_item_lib .cost_breakdown_lib {
    background-color: #ffffff;
    position: relative;
    min-height: 450px;
    display: flex;
    overflow: hidden;
    flex-direction: column;
}.price_plan_item_lib .fee_structure_lib {
    padding: 30px;
    position: relative;
    flex: 1;
    z-index: 2;
    word-break: break-word;
    display: flex;
    flex-direction: column;
    overflow-wrap: break-word;
    white-space: normal;
}.price_plan_item_lib .fee_structure_lib h3 {
    transform: translateX(0);
    transition: transform 0.3s ease;
    color: #000000;
    position: relative;
    font-weight: 600;
    font-size: calc(19px + 2px);
    margin-bottom: 8px;
}.price_plan_item_lib .value_pricing_lib:hover .fee_structure_lib h3 {
    transform: translateX(5px);
}.price_plan_item_lib .fee_struct_lib {
    display: inline-block;
    margin: 15px 0;
    position: relative;
    font-size: calc(19px + 4px);
    color: rgb(177,178,206);
    font-weight: 700;
}.price_plan_item_lib .fee_struct_lib::before {
    transform: translateX(-10px);
    height: 2px;
    width: 10px;
    top: 50%;
    left: -20px;
    content: "";
    background: rgb(177,178,206);
    position: absolute;
    transition: all 0.3s ease;
    opacity: 0;
}.price_plan_item_lib .value_pricing_lib:hover .fee_struct_lib::before {
    opacity: 1;
    transform: translateX(0);
}.price_plan_item_lib .fee_structure_lib p {
    font-size: 17px;
    overflow-wrap: break-word;
    color: #000000;
    flex: 1;
    word-break: break-word;
    white-space: normal;
    margin-top: 15px;
    line-height: 1.6;
}.price_plan_item_lib .background_photo_lib {
    width: 100%;
    height: 200px;
    overflow: hidden;
    transition: transform 0.6s ease;
    position: relative;
}.price_plan_item_lib .background_photo_lib::after {
    height: 100%;
    background: linear-gradient(0deg, rgba(rgb(177,178,206,0.5), 0.2) 0%, rgba(0, 0, 0, 0) 100%);
    top: 0;
    content: "";
    left: 0;
    width: 100%;
    position: absolute;
    z-index: 1;
}.price_plan_item_lib .value_pricing_lib:hover .background_photo_lib {
    transform: scale(1.05);
}.price_plan_item_lib .value_pricing_lib:nth-child(odd) .cost_breakdown_lib {
    background: linear-gradient(135deg, #ffffff 0%, rgba(245, 247, 252, 1) 100%);
}.price_plan_item_lib .value_pricing_lib:nth-child(even) .cost_breakdown_lib {
    background: linear-gradient(135deg, rgba(245, 247, 252, 1) 0%, #ffffff 100%);
}.price_plan_item_lib .value_pricing_lib:nth-child(1) {
    animation: fadeInUp 0.6s 0.1s both;
}.price_plan_item_lib .value_pricing_lib:nth-child(2) {
    animation: fadeInUp 0.6s 0.2s both;
}.price_plan_item_lib .value_pricing_lib:nth-child(3) {
    animation: fadeInUp 0.6s 0.3s both;
}.price_plan_item_lib .value_pricing_lib:nth-child(4) {
    animation: fadeInUp 0.6s 0.4s both;
}

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

@media (min-width: 768px) {.price_plan_item_lib .price_grid_lib {
    grid-template-columns: repeat(2, 1fr);
}.price_plan_item_lib .trial_rates_lib {
    margin-bottom: 60px;
}.price_plan_item_lib .fee_structure_lib h3 {
    font-size: 19px;
}.price_plan_item_lib .fee_struct_lib {
    font-size: calc(19px + 2px);
}.price_plan_item_lib .fee_structure_lib p {
    font-size: calc(17px - 1px);
}
}

@media (min-width: 992px) {.price_plan_item_lib .fee_package_lib {
    align-items: center;
    gap: 50px;
    flex-direction: row;
}.price_plan_item_lib .trial_rates_lib {
    flex: 0 0 30%;
    text-align: left;
    margin-bottom: 0;
}.price_plan_item_lib .trial_rates_lib h2::after {
    left: 0;
    transform: none;
}.price_plan_item_lib .price_grid_lib {
    flex: 0 0 70%;
    grid-template-columns: repeat(2, 1fr);
}.price_plan_item_lib .fee_structure_lib {
    padding: 35px;
}
}

@media (min-width: 1200px) {.price_plan_item_lib .price_grid_lib {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}.price_plan_item_lib .cost_breakdown_lib {
    min-height: 500px;
}.price_plan_item_lib .background_photo_lib {
    height: 220px;
}.price_plan_item_lib .fee_structure_lib h3 {
    font-size: calc(19px + 2px);
}.price_plan_item_lib .fee_struct_lib {
    font-size: calc(19px + 6px);
}}.secure_citadel_lib {
    display: flex;
    color: #000000;
    background-color: rgb(215,216,230);
    font-family: Arial, sans-serif;
    width: 100%;
    flex-direction: column;
    padding: 3rem;
}.secure_citadel_lib h1 {
    letter-spacing: 0.1rem;
    border-bottom: 3px solid rgb(177,178,206);
    font-size: 41px;
    color: rgb(177,178,206);
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
}.secure_citadel_lib h2 {
    border-left: 4px solid rgb(141,136,174);
    letter-spacing: 0.08rem;
    padding-left: 1rem;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 1rem;
    font-size: 38px;
    color: rgb(141,136,174);
    margin-top: 2rem;
}.secure_citadel_lib h3,.secure_citadel_lib h4,.secure_citadel_lib h5, .secure_citadel_lib h6 {
    font-size: 21px;
    margin: 1rem 0;
}.secure_citadel_lib ul,
.secure_citadel_lib ol {
    margin-top: 1.5rem;
    border-left: 2px solid rgba(0, 0, 0, 0.5);
    padding-left: 2rem;
    list-style-type: none;
    list-style-position: inside;
    margin-bottom: 1.5rem;
}.secure_citadel_lib li {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 1rem;
    position: relative;
}.secure_citadel_lib li::before {
    content: "▹";
    margin-right: 0.5rem;
    color: rgb(177,178,206);
}.secure_citadel_lib p {
    margin-bottom: 1.5rem;
    color: #000000;
    line-height: 1.8;
    font-size: 15px;
}.secure_citadel_lib span {
    color: rgb(141,136,174);
    font-weight: 700;
}.secure_citadel_lib > div {
    margin-bottom: 2rem;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    background-color: #ffffff;
    padding: 1rem;
}
@media only screen and (max-width: 800px) {.secure_citadel_lib {
    padding: 1.5rem;
    gap: 1.5rem;
}.secure_citadel_lib h1 {
    font-size: calc(21px - 0.5rem);
}.secure_citadel_lib h2 {
    font-size: calc(21px - 0.5rem);
}.secure_citadel_lib p,
    .secure_citadel_lib li {
    font-size: calc(15px - 0.2rem);
}.secure_citadel_lib > div {
    padding: 0.5rem;
}}
.client_comments_lib {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
    background: linear-gradient(180deg, rgb(215,216,230) 0%, #ffffff 100%);
}.client_comments_lib::before {
    height: 100%;
    transform: perspective(500px) rotateX(30deg) scale(1.5);
    top: 0;
    width: 100%;
    opacity: 0.2;
    content: "";
    position: absolute;
    transform-origin: center top;
    background: 
        linear-gradient(90deg, rgb(177,178,206,0.5) 0.5px, transparent 1px),
        linear-gradient(0deg, rgb(177,178,206,0.5) 0.5px, transparent 1px);
    left: 0;
    z-index: 1;
    background-size: 20px 20px;
}.client_comments_lib .study_experts_lib {
    z-index: 2;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}.client_comments_lib h4 {
    font-weight: 700;
    margin-bottom: 80px;
    text-align: center;
    letter-spacing: 2px;
    font-size: 33px;
    position: relative;
    text-transform: uppercase;
    color: #000000;
}.client_comments_lib h4::after {
    position: absolute;
    left: 50%;
    bottom: -15px;
    width: 100px;
    background: linear-gradient(90deg, rgb(177,178,206), rgb(141,136,174));
    border-radius: 10px;
    height: 3px;
    transform: translateX(-50%);
    content: "";
}.client_comments_lib .review_quotes_lib {
    grid-template-columns: repeat(3, 1fr);
    transform-style: preserve-3d;
    perspective: 1000px;
    gap: 50px 30px;
    display: grid;
}.client_comments_lib .student_perspectives_lib {
    transform: rotateX(10deg) rotateY(-10deg);
    padding: 30px;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    z-index: 2;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transform-style: preserve-3d;
    border-radius: 29px;
    background: #ffffff;
}.client_comments_lib .student_perspectives_lib::before {
    content: "";
    opacity: 0;
    inset: 0;
    border-radius: 29px;
    transition: opacity 0.5s ease;
    z-index: -1;
    background: linear-gradient(135deg, rgb(141,136,174,0.5), rgb(177,178,206,0.5));
    position: absolute;
}.client_comments_lib .student_perspectives_lib:hover::before {
    opacity: 0.7;
}.client_comments_lib .student_perspectives_lib::after {
    transform: scale(0.9) translateZ(10px);
    opacity: 0;
    left: 5px;
    bottom: 5px;
    top: 5px;
    content: "";
    border-radius: calc(29px - 5px);
    transition: all 0.5s ease;
    right: 5px;
    position: absolute;
    z-index: -1;
    border: 1px solid #ffffff;
}.client_comments_lib .student_perspectives_lib:hover::after {
    opacity: 0.3;
    transform: scale(1) translateZ(10px);
}.client_comments_lib .student_perspectives_lib:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1);
    transform: rotateX(0) rotateY(0) translateZ(30px);
    z-index: 3;
}.client_comments_lib .background_photo_lib {
    transition: all 0.5s ease;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    margin: 0 auto 20px;
    transform: translateZ(20px);
    border-radius: 29px;
    width: 90px;
    height: 90px;
    border: 3px solid #ffffff;
}.client_comments_lib .student_perspectives_lib:hover .background_photo_lib {
    transform: translateZ(40px);
    border-color: rgb(177,178,206,0.5);
    border-radius: 50%;
}.client_comments_lib .student_perspectives_lib span {
    margin-bottom: 15px;
    color: #000000;
    transform: translateZ(15px);
    font-weight: 600;
    transition: all 0.5s ease;
    font-size: 22px;
    text-align: center;
    display: block;
}.client_comments_lib .student_perspectives_lib:hover span {
    color: #ffffff;
    transform: translateZ(30px);
}.client_comments_lib .student_perspectives_lib p {
    transform: translateZ(10px);
    transition: all 0.5s ease;
    line-height: 1.7;
    position: relative;
    text-align: center;
    padding-top: 15px;
    font-size: 13px;
    color: #000000;
}.client_comments_lib .student_perspectives_lib p::before {
    position: absolute;
    content: "";
    transition: all 0.5s ease;
    transform: translateX(-50%);
    top: 0;
    background: rgb(177,178,206,0.5);
    left: 50%;
    width: 30px;
    height: 2px;
}.client_comments_lib .student_perspectives_lib:hover p {
    color: #ffffff;
    transform: translateZ(20px);
}.client_comments_lib .student_perspectives_lib:hover p::before {
    width: 50px;
    background: #ffffff;
}.client_comments_lib .student_perspectives_lib:nth-child(3n+1) {
    animation: floatIn 0.7s ease-out both;
    animation-delay: 0.1s;
}.client_comments_lib .student_perspectives_lib:nth-child(3n+2) {
    animation: floatIn 0.7s ease-out both;
    animation-delay: 0.3s;
}.client_comments_lib .student_perspectives_lib:nth-child(3n) {
    animation-delay: 0.5s;
    animation: floatIn 0.7s ease-out both;
}

@keyframes floatIn {
    from {
        opacity: 0;
        transform: rotateX(20deg) rotateY(-20deg) translateY(50px);
    }
    to {
        opacity: 1;
        transform: rotateX(10deg) rotateY(-10deg) translateY(0);
    }
}

@media (max-width: 1024px) {.client_comments_lib {
    padding: 90px 0;
}.client_comments_lib .review_quotes_lib {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 30px;
}.client_comments_lib h4 {
    margin-bottom: 60px;
    font-size: calc(33px * 0.9);
}.client_comments_lib .student_perspectives_lib {
    padding: 25px;
}.client_comments_lib .background_photo_lib {
    height: 80px;
    width: 80px;
}
}

@media (max-width: 768px) {.client_comments_lib {
    padding: 70px 0;
}.client_comments_lib::before {
    transform: perspective(500px) rotateX(20deg) scale(2);
}.client_comments_lib h4 {
    margin-bottom: 50px;
    font-size: calc(33px * 0.8);
}.client_comments_lib .review_quotes_lib {
    grid-template-columns: 1fr;
    gap: 40px;
}.client_comments_lib .student_perspectives_lib {
    max-width: 350px;
    margin: 0 auto;
    transform: rotateX(5deg) rotateY(-5deg);
    padding: 20px;
}.client_comments_lib .student_perspectives_lib:hover {
    transform: rotateX(0) rotateY(0) translateZ(20px);
}.client_comments_lib .background_photo_lib {
    width: 70px;
    height: 70px;
}.client_comments_lib .student_perspectives_lib span {
    font-size: calc(22px * 0.9);
}.client_comments_lib .student_perspectives_lib p {
    font-size: calc(13px * 0.95);
}}.statistical_data_lib {
    padding: 5rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(215,216,230) 0%, rgb(177,178,206,0.5) 100%);
    position: relative;
}.statistical_data_lib::before {
    z-index: 1;
    top: -50px;
    transform: rotate(45deg);
    position: absolute;
    height: 200px;
    right: -50px;
    filter: blur(50px);
    width: 200px;
    background: rgb(141,136,174,0.5);
    content: "";
}.statistical_data_lib::after {
    content: "";
    position: absolute;
    z-index: 1;
    background: rgb(177,178,206,0.5);
    filter: blur(60px);
    bottom: -80px;
    left: -80px;
    width: 250px;
    border-radius: 50%;
    height: 250px;
}.statistical_data_lib .container {
    padding: 0 2rem;
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
    position: relative;
}.statistical_data_lib h4 {
    text-align: center;
    opacity: 0;
    position: relative;
    font-weight: 700;
    color: #000000;
    margin-top: 3rem;
    font-size: 24px;
    animation: fadeUpIn 0.8s forwards 1.5s;
    transform: translateY(20px);
}.statistical_data_lib h4::after {
    height: 3px;
    width: 50px;
    transform: translateX(-50%);
    position: absolute;
    content: "";
    background: rgb(177,178,206);
    left: 50%;
    bottom: -12px;
}.statistical_data_lib ul {
    gap: 1.5rem;
    margin: 0;
    padding: 0;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    list-style: none;
    display: grid;
}.statistical_data_lib .class_statistics_lib {
    z-index: 2;
    opacity: 0;
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.5);
    animation-delay: calc(0.15s * var(--i, 0));
    padding: 2rem 1.5rem;
    transform: translateY(30px) rotate(-2deg) scale(0.95);
    animation: statEnter 0.6s forwards;
    position: relative;
    background: #ffffff;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275),
              box-shadow 0.5s ease,
              opacity 0.5s ease;
}.statistical_data_lib .class_statistics_lib:nth-child(1) {
    --i: 1;
}.statistical_data_lib .class_statistics_lib:nth-child(2) {
    --i: 2;
}.statistical_data_lib .class_statistics_lib:nth-child(3) {
    --i: 3;
}.statistical_data_lib .class_statistics_lib:nth-child(4) {
    --i: 4;
}.statistical_data_lib .class_statistics_lib:nth-child(5) {
    --i: 5;
}.statistical_data_lib .class_statistics_lib:nth-child(6) {
    --i: 6;
}.statistical_data_lib .class_statistics_lib:nth-child(7) {
    --i: 7;
}.statistical_data_lib .class_statistics_lib:hover {
    box-shadow: 0 25px 35px -8px rgba(0, 0, 0, 0.5);
    transform: translateY(-10px) rotate(0) scale(1.02);
    z-index: 3;
}.statistical_data_lib .class_statistics_lib::before {
    height: 4px;
    transform: scaleX(0);
    transform-origin: left;
    position: absolute;
    top: 0;
    background: linear-gradient(90deg, rgb(177,178,206), rgb(141,136,174));
    transition: transform 0.4s ease;
    left: 0;
    right: 0;
    content: "";
}.statistical_data_lib .class_statistics_lib:hover::before {
    transform: scaleX(1);
}.statistical_data_lib .class_statistics_lib div {
    display: flex;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    align-items: center;
}.statistical_data_lib .class_statistics_lib p {
    position: relative;
    color: rgb(177,178,206);
    animation: countUp 1.5s forwards cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation-delay: calc(0.2s * var(--i, 0) + 0.3s);
    display: inline-block;
    line-height: 1;
    opacity: 0;
    font-weight: 700;
    font-size: calc(32px * 1.2);
    margin: 0 0 0.5rem;
    transform: translateY(20px);
}.statistical_data_lib .class_statistics_lib p::after {
    right: -15px;
    top: 0;
    content: "+";
    position: absolute;
    font-size: 0.6em;
}.statistical_data_lib .class_statistics_lib span {
    font-weight: 600;
    color: #000000;
    font-size: 18px;
    transform: translateY(15px);
    animation: fadeUpIn 0.6s forwards;
    max-width: 180px;
    animation-delay: calc(0.25s * var(--i, 0) + 0.6s);
    opacity: 0;
}

@keyframes statEnter {
  0% {
    opacity: 0;
    transform: translateY(30px) rotate(-2deg) scale(0.95);
  }
  100% {
    opacity: 1;
    transform: translateY(0) rotate(0) scale(1);
  }
}

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

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

@media screen and (max-width: 992px) {.statistical_data_lib {
    padding: 4rem 0;
}.statistical_data_lib ul {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.25rem;
}.statistical_data_lib .class_statistics_lib p {
    font-size: calc(32px * 1.1);
}
}

@media screen and (max-width: 768px) {.statistical_data_lib {
    padding: 3.5rem 0;
}.statistical_data_lib ul {
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 1rem;
}.statistical_data_lib .class_statistics_lib {
    padding: 1.75rem 1.25rem;
}.statistical_data_lib .class_statistics_lib p {
    font-size: 32px;
}.statistical_data_lib .class_statistics_lib span {
    font-size: calc(18px * 0.9);
}
}

@media screen and (max-width: 576px) {.statistical_data_lib {
    padding: 3rem 0;
}.statistical_data_lib ul {
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 0.75rem;
}.statistical_data_lib .class_statistics_lib {
    padding: 1.5rem 1rem;
}.statistical_data_lib .class_statistics_lib p {
    font-size: calc(32px * 0.9);
}.statistical_data_lib .class_statistics_lib span {
    font-size: calc(18px * 0.85);
    max-width: 120px;
}.statistical_data_lib h4 {
    margin-top: 2rem;
    font-size: calc(24px * 0.9);
}}.connect_with_us_lib {
    padding: 6rem 0;
    perspective: 1000px;
    position: relative;
    background: linear-gradient(
        225deg, 
        rgb(215,216,230) 0%, 
        rgb(141,136,174,0.5) 100%
    );
    overflow: hidden;
}.connect_with_us_lib::before {
    content: '';
    pointer-events: none;
    z-index: 1;
    right: 0;
    position: absolute;
    bottom: 0;
    top: 0;
    background: 
        repeating-linear-gradient(
            0deg, 
            rgba(255,255,255,0.02) 0, 
            rgba(255,255,255,0.02) 1px, 
            transparent 1px, 
            transparent 4px
        ),
        repeating-linear-gradient(
            90deg, 
            rgba(255,255,255,0.02) 0, 
            rgba(255,255,255,0.02) 1px, 
            transparent 1px, 
            transparent 4px
        );
    left: 0;
}.connect_with_us_lib::after {
    left: -50%;
    content: '';
    top: -50%;
    position: absolute;
    animation: circuit-pulse 10s infinite alternate;
    width: 200%;
    height: 200%;
    z-index: 2;
    opacity: 0.6;
    background: radial-gradient(
        circle at center, 
        rgb(177,178,206,0.5) 0%, 
        transparent 70%
    );
}.connect_with_us_lib .container {
    position: relative;
    z-index: 3;
    padding: 0 1rem;
    margin: 0 auto;
    max-width: 1300px;
}.connect_with_us_lib h2 {
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    position: relative;
    margin-bottom: 3rem;
    text-align: center;
    font-size: 43px;
}.connect_with_us_lib h2::before,
.connect_with_us_lib h2::after {
    background: linear-gradient(
        to right, 
        transparent, 
        rgb(177,178,206), 
        transparent
    );
    position: absolute;
    content: '';
    height: 2px;
    bottom: -0.5rem;
}.connect_with_us_lib h2::before {
    left: 0;
    width: 30%;
}.connect_with_us_lib h2::after {
    right: 0;
    width: 30%;
}.connect_with_us_lib .support_info_lib {
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.2),
        0 5px 15px rgba(0,0,0,0.1);
    display: flex;
    transition: transform 0.3s ease;
    border: 1px solid rgb(177,178,206,0.5);
    border-radius: 27px;
    transform: rotateX(5deg) scale(0.98);
    background: rgb(141,136,174,0.5);
    align-items: stretch;
}.connect_with_us_lib .support_info_lib:hover {
    transform: rotateX(0) scale(1);
}.connect_with_us_lib .background_photo_lib {
    flex: 0 0 40%;
    min-height: 500px;
    position: relative;
    overflow: hidden;
}.connect_with_us_lib .background_photo_lib::before {
    height: 100%;
    left: 0;
    width: 100%;
    background: linear-gradient(
        135deg, 
        rgb(177,178,206,0.5) 0%, 
        rgb(141,136,174,0.5) 100%
    );
    mix-blend-mode: color-dodge;
    opacity: 0.7;
    content: '';
    position: absolute;
    top: 0;
}.connect_with_us_lib .request_map_lib {
    flex-direction: column;
    padding: 4rem 3rem;
    flex: 0 0 60%;
    position: relative;
    display: flex;
    justify-content: center;
}.connect_with_us_lib .request_map_lib::before {
    box-shadow: 0 0 20px rgb(177,178,206);
    height: 10px;
    background: rgb(177,178,206);
    position: absolute;
    content: '';
    top: 2rem;
    border-radius: 50%;
    animation: signal-pulse 2s infinite alternate;
    right: 2rem;
    width: 10px;
}.connect_with_us_lib .request_map_lib form {
    max-width: 500px;
    z-index: 3;
    position: relative;
    margin: 0 auto;
    width: 100%;
}.connect_with_us_lib .request_map_lib h3 {
    color: #ffffff;
    margin-bottom: 2rem;
    letter-spacing: 0.05em;
    font-weight: 600;
    text-align: center;
    font-size: 29px;
}.connect_with_us_lib .request_map_lib input:not([type="checkbox"]):not([type="submit"]) {
    width: 100%;
    padding: 1rem 1.5rem;
    outline: none;
    border-radius: 10px;
    transition: all 0.3s ease;
    z-index: 2;
    font-size: 13px;
    border: 1px solid rgb(177,178,206,0.5);
    background: rgb(141,136,174,0.5);
    color: #ffffff;
    position: relative;
    margin-bottom: 1.5rem;
}.connect_with_us_lib .request_map_lib input:not([type="checkbox"]):not([type="submit"])::before {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    background: linear-gradient(
        45deg, 
        transparent 0%, 
        rgb(177,178,206,0.5) 100%
    );
    position: absolute;
    z-index: 1;
    content: '';
    transition: opacity 0.3s ease;
}.connect_with_us_lib .request_map_lib input:not([type="checkbox"]):not([type="submit"]):focus {
    box-shadow: 0 0 15px rgb(177,178,206,0.5);
    border-color: rgb(177,178,206);
}.connect_with_us_lib .request_map_lib input:not([type="checkbox"]):not([type="submit"]):focus::before {
    opacity: 1;
}.connect_with_us_lib .request_map_lib .inquiry_request_lib {
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
}.connect_with_us_lib .request_map_lib .inquiry_request_lib input[type="checkbox"] {
    position: relative;
    transition: all 0.3s ease;
    width: 22px;
    cursor: pointer;
    margin-right: 1rem;
    appearance: none;
    border-radius: 10px;
    border: 2px solid rgb(177,178,206,0.5);
    height: 22px;
    background: rgb(141,136,174,0.5);
}.connect_with_us_lib .request_map_lib .inquiry_request_lib input[type="checkbox"]:checked {
    border-color: rgb(177,178,206);
    background: rgb(177,178,206);
}.connect_with_us_lib .request_map_lib .inquiry_request_lib input[type="checkbox"]:checked::after {
    content: '✔';
    font-size: 0.8rem;
    position: absolute;
    left: 50%;
    color: #ffffff;
    top: 50%;
    transform: translate(-50%, -50%);
}.connect_with_us_lib .request_map_lib .inquiry_request_lib label {
    color: #ffffff;
    align-items: center;
    font-size: 13px;
    display: flex;
}.connect_with_us_lib .request_map_lib .inquiry_request_lib a {
    margin-left: 0.3rem;
    text-decoration: none;
    color: rgb(177,178,206);
    transition: color 0.3s ease;
}.connect_with_us_lib .request_map_lib .inquiry_request_lib a:hover {
    text-decoration: underline;
}.connect_with_us_lib .request_map_lib .query_request_lib {
    transition: all 0.3s ease;
    background: rgb(177,178,206);
    text-transform: uppercase;
    font-size: 19px;
    border: none;
    width: 100%;
    overflow: hidden;
    padding: 1rem;
    font-weight: 600;
    cursor: pointer;
    border-radius: 10px;
    letter-spacing: 0.1em;
    position: relative;
    color: #ffffff;
}.connect_with_us_lib .request_map_lib .query_request_lib::before {
    top: 0;
    content: '';
    height: 100%;
    transition: all 0.3s ease;
    width: 100%;
    left: -100%;
    background: linear-gradient(
        120deg, 
        transparent, 
        rgb(177,178,206,0.5), 
        transparent
    );
    position: absolute;
}.connect_with_us_lib .request_map_lib .query_request_lib:hover::before {
    left: 100%;
}.connect_with_us_lib .request_map_lib .query_request_lib:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgb(177,178,206,0.5);
}

@keyframes circuit-pulse {
    0% {
        transform: rotate(0deg) scale(1);
        opacity: 0.6;
    }
    100% {
        transform: rotate(5deg) scale(1.02);
        opacity: 0.8;
    }
}

@keyframes signal-pulse {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }
    100% {
        transform: scale(1.5);
        opacity: 1;
    }
}

@media screen and (max-width: 1024px) {.connect_with_us_lib .support_info_lib {
    flex-direction: column;
    transform: none;
}.connect_with_us_lib .background_photo_lib {
    flex: 0 0 100%;
    min-height: 300px;
}.connect_with_us_lib .request_map_lib {
    flex: 0 0 100%;
    padding: 3rem 2rem;
}
}

@media screen and (max-width: 768px) {.connect_with_us_lib {
    padding: 3rem 0;
}.connect_with_us_lib h2 {
    font-size: calc(43px * 0.8);
    margin-bottom: 2rem;
}.connect_with_us_lib .request_map_lib h3 {
    font-size: calc(29px * 0.9);
}.connect_with_us_lib .request_map_lib input:not([type="checkbox"]):not([type="submit"]) {
    padding: 0.8rem 1.2rem;
    margin-bottom: 1rem;
}.connect_with_us_lib .request_map_lib .inquiry_request_lib {
    align-items: flex-start;
}.connect_with_us_lib .request_map_lib .inquiry_request_lib input[type="checkbox"] {
    margin-top: 0.2rem;
}
}

@media screen and (max-width: 480px) {.connect_with_us_lib .support_info_lib {
    border-radius: 0;
}.connect_with_us_lib .background_photo_lib {
    min-height: 250px;
}.connect_with_us_lib .request_map_lib {
    padding: 2rem 1.5rem;
}}header .top_plank {
    background: rgb(177,178,206);
    color:  #ffffff;
}header .top_plank .top_education_lib div svg, header .top_plank .top_education_lib div svg path {
    fill: #ffffff;
}header .top_plank .top_education_lib div span {
    color: #ffffff;
}header .top_plank .top_education_lib {
    font-size: 15px;
    flex-wrap: wrap;
    line-height: 21px;
    padding: 15px 0 10px 0;
    align-items: center;
    display: flex;
    width: 100%;
    justify-content: flex-start;
}header .top_plank .top_education_lib div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 24px;
}header .top_plank .top_education_lib div img, header .top_plank .top_education_lib div svg {
    margin-right: 8px;
    height: 16px;
    width: 16px;
}.learning_system_lib {
    position: relative;
    padding: 180px 0 150px;
    overflow: visible;
    background: linear-gradient(160deg, rgb(215,216,230) 0%, rgb(177,178,206,0.5) 140%);
}.learning_system_lib::before {
    content: '';
    position: absolute;
    width: 100%;
    top: 0;
    background: linear-gradient(45deg, transparent 60%, rgb(177,178,206,0.5) 100%);
    z-index: 1;
    opacity: 0.2;
    height: 100%;
    left: 0;
}.learning_system_lib .study_experts_lib {
    position: relative;
    padding: 0 30px;
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
}.learning_system_lib .headline_wrap_lib {
    display: flex;
    position: relative;
    align-items: flex-start;
    flex-direction: column;
}.learning_system_lib .headline_wrap_lib h2 {
    color: #ffffff;
    background: rgb(177,178,206,0.5);
    border-radius: 24px;
    margin-bottom: 0;
    position: relative;
    z-index: 4;
    font-size: 35px;
    font-weight: 700;
    backdrop-filter: blur(10px);
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.15);
    align-self: flex-start;
    transform: translateX(-80px);
    padding: 30px 40px;
}.learning_system_lib .headline_wrap_lib p {
    backdrop-filter: blur(15px);
    border-radius: 24px;
    width: 70%;
    font-size: 17px;
    z-index: 3;
    line-height: 1.8;
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    box-shadow: 20px 20px 50px rgba(0, 0, 0, 0.2);
    align-self: flex-end;
    padding: 50px 60px;
    position: relative;
    margin-top: -15px;
}.learning_system_lib .headline_wrap_lib::before {
    height: 300px;
    position: absolute;
    animation: morph 15s infinite alternate;
    background: rgb(177,178,206);
    right: -150px;
    width: 300px;
    z-index: 1;
    filter: blur(60px);
    top: -150px;
    content: '';
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    opacity: 0.05;
}.learning_system_lib .headline_wrap_lib::after {
    height: 400px;
    left: -150px;
    position: absolute;
    filter: blur(70px);
    content: '';
    width: 400px;
    border-radius: 60% 40% 30% 70% / 50% 60% 30% 60%;
    animation: morph 20s infinite alternate-reverse;
    z-index: 0;
    background: rgb(141,136,174);
    opacity: 0.05;
    bottom: -200px;
}.learning_system_lib .headline_wrap_lib h2::before {
    transform: rotate(45deg);
    z-index: -1;
    content: '';
    position: absolute;
    height: 40px;
    left: -20px;
    width: 40px;
    border-radius: 10px;
    background: rgb(177,178,206);
    top: -20px;
}.learning_system_lib .headline_wrap_lib h2::after {
    height: 2px;
    bottom: -30px;
    z-index: 5;
    left: 40px;
    content: '';
    width: 120px;
    background: rgb(177,178,206);
    position: absolute;
}.learning_system_lib .headline_wrap_lib p::before {
    background: rgb(177,178,206,0.5);
    top: -40px;
    opacity: 0.1;
    height: 80px;
    content: '';
    right: 60px;
    z-index: -1;
    width: 80px;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    position: absolute;
    animation: float-rotate 10s infinite alternate;
}.learning_system_lib .headline_wrap_lib p::after {
    content: '';
    background: rgb(141,136,174,0.5);
    opacity: 0.1;
    animation: float-rotate 12s infinite alternate-reverse;
    bottom: -30px;
    z-index: -1;
    height: 60px;
    position: absolute;
    left: 40px;
    width: 60px;
    border-radius: 30% 70% 50% 50% / 50% 50% 70% 30%;
}.learning_system_lib::after {
    height: 3px;
    opacity: 0.6;
    z-index: 1;
    position: absolute;
    width: 100%;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(177,178,206,0.5) 20%, 
        rgb(177,178,206) 50%, 
        rgb(141,136,174,0.5) 80%, 
        transparent 100%
    );
    left: 0;
    content: '';
    bottom: 0;
}.learning_system_lib .study_experts_lib::before {
    width: 200px;
    content: '';
    left: -100px;
    height: 2px;
    top: 35%;
    background: rgb(177,178,206,0.5);
    animation: glow 5s infinite alternate;
    transform: rotate(60deg);
    position: absolute;
}.learning_system_lib .study_experts_lib::after {
    position: absolute;
    bottom: 25%;
    background: rgb(141,136,174,0.5);
    transform: rotate(-60deg);
    height: 2px;
    right: -100px;
    content: '';
    width: 200px;
    animation: glow 6s infinite alternate-reverse;
}@keyframes morph {
    0% {
        border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    }
    100% {
        border-radius: 70% 30% 40% 60% / 50% 60% 30% 60%;
    }
}

@keyframes float-rotate {
    0% {
        transform: translateY(0) rotate(0deg);
    }
    100% {
        transform: translateY(-20px) rotate(45deg);
    }
}

@keyframes glow {
    0%, 100% {
        opacity: 0.3;
        box-shadow: 0 0 5px rgb(177,178,206,0.5);
    }
    50% {
        opacity: 0.7;
        box-shadow: 0 0 15px rgb(177,178,206);
    }
}

.learning_system_lib .headline_wrap_lib h2 span {
    z-index: 2;
    position: relative;
}.learning_system_lib .headline_wrap_lib p span {
    font-weight: 600;
    color: rgb(177,178,206);
    position: relative;
}.learning_system_lib .floating-element {
    right: 10%;
    animation: float 20s infinite ease-in-out;
    z-index: 0;
    width: 150px;
    opacity: 0.2;
    height: 150px;
    top: 20%;
    position: absolute;
    border: 2px solid rgb(177,178,206,0.5);
}.learning_system_lib .floating-element::before {
    content: '';
    transform: translate(-50%, -50%);
    height: 20px;
    background: rgb(177,178,206);
    left: 50%;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    opacity: 0.3;
    width: 20px;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }
    25% {
        transform: translateY(-30px) rotate(5deg);
    }
    50% {
        transform: translateY(0) rotate(10deg);
    }
    75% {
        transform: translateY(30px) rotate(5deg);
    }
}

@media screen and (max-width: 1200px) {.learning_system_lib .headline_wrap_lib h2 {
    transform: translateX(-60px);
}.learning_system_lib .headline_wrap_lib p {
    width: 75%;
}.learning_system_lib .headline_wrap_lib::before {
    top: -125px;
    height: 250px;
    width: 250px;
    right: -125px;
}.learning_system_lib .headline_wrap_lib::after {
    width: 350px;
    bottom: -175px;
    left: -120px;
    height: 350px;
}.learning_system_lib .floating-element {
    width: 120px;
    right: 8%;
    height: 120px;
}
}

@media screen and (max-width: 992px) {.learning_system_lib {
    padding: 150px 0 120px;
}.learning_system_lib .headline_wrap_lib h2 {
    padding: 25px 35px;
    transform: translateX(-40px);
}.learning_system_lib .headline_wrap_lib p {
    padding: 40px 50px;
    width: 80%;
}.learning_system_lib .headline_wrap_lib::before {
    width: 200px;
    height: 200px;
    right: -100px;
    top: -100px;
}.learning_system_lib .headline_wrap_lib::after {
    left: -100px;
    height: 280px;
    width: 280px;
    bottom: -140px;
}.learning_system_lib .study_experts_lib::before,
    .learning_system_lib .study_experts_lib::after {
    width: 150px;
}.learning_system_lib .floating-element {
    width: 100px;
    height: 100px;
}
}

@media screen and (max-width: 768px) {.learning_system_lib {
    padding: 120px 0 100px;
    overflow: hidden;
}.learning_system_lib .headline_wrap_lib h2 {
    padding: 20px 30px;
    transform: translateX(0);
    align-self: center;
    margin-bottom: 30px;
    font-size: calc(35px * 0.9);
}.learning_system_lib .headline_wrap_lib p {
    padding: 30px 40px;
    margin-top: 0;
    align-self: center;
    width: 100%;
}.learning_system_lib .headline_wrap_lib h2::after {
    bottom: -20px;
    left: 50%;
    width: 80px;
    transform: translateX(-50%);
}.learning_system_lib .headline_wrap_lib::before,
    .learning_system_lib .headline_wrap_lib::after,
    .learning_system_lib .study_experts_lib::before,
    .learning_system_lib .study_experts_lib::after,
    .learning_system_lib .floating-element {
    display: none;
}
}

@media screen and (max-width: 480px) {.learning_system_lib {
    padding: 100px 0 80px;
}.learning_system_lib .headline_wrap_lib h2 {
    font-size: calc(35px * 0.8);
    padding: 15px 25px;
}.learning_system_lib .headline_wrap_lib p {
    font-size: calc(17px * 0.9);
    padding: 25px 30px;
}.learning_system_lib .headline_wrap_lib h2::before {
    width: 30px;
    top: -15px;
    left: -15px;
    height: 30px;
}.learning_system_lib .headline_wrap_lib h2::after {
    height: 1px;
    width: 60px;
    bottom: -15px;
}}header {
    padding: 1.2rem 0;
    z-index: 1000;
    position: relative;
    background-color: rgb(215,216,230);
    clip-path: polygon(0 0, 100% 0, 100% 85%, 97% 100%, 3% 100%, 0 85%);
}header::before {
    animation: gridMove 40s linear infinite;
    top: 0;
    height: 100%;
    background: 
        linear-gradient(90deg, transparent 49.5%, rgb(177,178,206,0.5) 49.5%, rgb(177,178,206,0.5) 50.5%, transparent 50.5%) 0 0 / 20px 100%,
        linear-gradient(0deg, transparent 49.5%, rgb(141,136,174,0.5) 49.5%, rgb(141,136,174,0.5) 50.5%, transparent 50.5%) 0 0 / 100% 20px;
    z-index: -1;
    width: 100%;
    position: absolute;
    left: 0;
    opacity: 0.15;
    content: '';
}header::after {
    background: linear-gradient(90deg, 
        rgb(177,178,206) 0%, 
        rgb(141,136,174) 50%, 
        rgb(177,178,206) 100%);
    width: 100%;
    bottom: 0;
    left: 0;
    height: 4px;
    position: absolute;
    content: '';
    z-index: 1;
}header .container {
    position: relative;
    margin: 0 auto;
    padding: 0 1.5rem;
    max-width: 1200px;
}header .top_base_lib {
    justify-content: space-between;
    position: relative;
    display: flex;
    align-items: center;
}header .head_section_lib {
    position: relative;
    gap: 0.5rem;
    backdrop-filter: blur(10px);
    border-radius: 21px;
    background: rgba(0, 0, 0, 0.2);
    padding: 5px;
    display: flex;
}header .top_prime_lib {
    transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
    border-radius: 10px;
    padding: 0.7rem 1.2rem;
    font-family: Arial, sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #ffffff;
    text-decoration: none;
    position: relative;
}header .top_prime_lib::before {
    transition: all 0.3s ease;
    left: -2px;
    right: -2px;
    position: absolute;
    border-radius: calc(10px + 2px);
    opacity: 0;
    top: -2px;
    bottom: -2px;
    content: '';
    transform: scale(0.95);
    z-index: -1;
    background: linear-gradient(45deg, rgb(177,178,206), rgb(141,136,174));
}header .top_prime_lib::after {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
    content: '';
    z-index: -1;
    background: rgb(177,178,206);
    right: 0;
    bottom: 0;
}header .top_prime_lib:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    color: #ffffff;
    transform: translateY(-3px);
}header .top_prime_lib:hover::before {
    opacity: 1;
    transform: scale(1);
}header .main_class_lib {
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.03);
    align-items: center;
    position: relative;
    display: flex;
    padding: 0.5rem 1rem;
    border-radius: 10px;
    text-decoration: none;
    overflow: hidden;
}header .main_class_lib::before {
    top: 0;
    width: 100%;
    left: -100%;
    transition: 0.5s;
    content: '';
    position: absolute;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.1),
        transparent
    );
}header .main_class_lib:hover::before {
    left: 100%;
}header .main_class_lib svg {
    z-index: 2;
    height: auto;
    position: relative;
    width: 160px;
}

@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 20px 20px;
    }
}

@media (max-width: 991px) {header {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 95% 100%, 5% 100%, 0 90%);
}header .head_section_lib {
    gap: 0.3rem;
}header .top_prime_lib {
    padding: 0.6rem 0.8rem;
    font-size: calc(18px - 1px);
}header .main_class_lib svg {
    width: 140px;
}
}

@media (max-width: 767px) {header {
    clip-path: polygon(0 0, 100% 0, 100% 95%, 90% 100%, 10% 100%, 0 95%);
    padding: 1rem 0 1.5rem;
}header .top_base_lib {
    flex-direction: column;
}header .head_section_lib {
    gap: 0.5rem;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    order: 2;
    margin-top: 1rem;
    padding: 10px;
}header .top_prime_lib {
    font-size: calc(18px - 2px);
    padding: 0.5rem 0.7rem;
}header .main_class_lib {
    order: 1;
    margin-bottom: 0.5rem;
}header .main_class_lib svg {
    width: 130px;
}
}

@media (max-width: 480px) {header {
    padding: 0.8rem 0 1.2rem;
}header .head_section_lib {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
}header .head_section_lib::-webkit-scrollbar {
    height: 3px;
}header .head_section_lib::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(177,178,206);
}header .top_prime_lib {
    white-space: nowrap;
}header .main_class_lib svg {
    width: 110px;
}}.info_hub_lib {
    background: linear-gradient(135deg, rgb(215,216,230) 0%, rgba(240, 245, 255, 0.9) 100%);
    padding: 4rem 2rem;
    position: relative;
    color: #000000;
    overflow: hidden;
    font-family: Arial, sans-serif;
}.info_hub_lib::before {
    position: absolute;
    z-index: 1;
    left: 0;
    background-image: repeating-linear-gradient(45deg, transparent, transparent 20px, rgba(rgb(177,178,206,0.5), 0.03) 20px, rgba(rgb(177,178,206,0.5), 0.03) 40px);
    width: 100%;
    top: 0;
    content: '';
    height: 100%;
}.info_hub_lib::after {
    right: -20%;
    transform: rotate(-15deg);
    background: radial-gradient(circle, rgba(rgb(141,136,174,0.5), 0.1) 0%, transparent 70%);
    z-index: 0;
    content: '';
    position: absolute;
    width: 70%;
    top: -50%;
    height: 200%;
}.info_hub_lib h1 {
    text-align: center;
    font-size: 41px;
    transform: perspective(1000px) translateZ(5px);
    font-weight: 700;
    z-index: 2;
    margin-bottom: 2.5rem;
    text-shadow: 2px 2px 0 rgba(rgb(177,178,206,0.5), 0.1);
    color: rgb(177,178,206);
    position: relative;
}.info_hub_lib h1::after {
    position: absolute;
    height: 3px;
    background: linear-gradient(90deg, transparent, rgb(177,178,206), transparent);
    bottom: -10px;
    left: 50%;
    content: '';
    transform: translateX(-50%);
    width: 80px;
}.info_hub_lib .container {
    position: relative;
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
}.info_hub_lib .assist_experts_lib {
    transform: perspective(1000px) rotateX(2deg);
    grid-template-columns: 1fr;
    box-shadow: 0 10px 30px rgba(rgba(0, 0, 0, 0.5), 0.05),
                0 1px 4px rgba(rgba(0, 0, 0, 0.5), 0.1);
    position: relative;
    display: grid;
    backdrop-filter: blur(5px);
    background: rgba(rgb(255, 255, 255, 0.5), 0.8);
    transition: transform 0.3s ease-out;
    gap: 2rem;
    transform-origin: top center;
    padding: 2rem;
}.info_hub_lib .assist_experts_lib:hover {
    transform: perspective(1000px) rotateX(0deg);
}.info_hub_lib .assist_experts_lib > div {
    padding: 1.5rem;
    transition: all 0.3s ease;
    transform: translateY(5px);
    border-radius: 10px;
    background: rgba(rgb(255, 255, 255, 0.5), 0.9);
    box-shadow: 0 5px 15px rgba(rgb(177,178,206,0.5), 0.05);
}.info_hub_lib .assist_experts_lib > div:hover {
    box-shadow: 0 8px 20px rgba(rgb(177,178,206,0.5), 0.1);
    transform: translateY(0);
    background: rgba(rgb(255, 255, 255, 0.5), 1);
}.info_hub_lib .assist_experts_lib > div:first-child {
    line-height: 1.6;
    font-size: 16px;
    position: relative;
    padding: 2rem;
    border-left: 3px solid rgb(141,136,174);
    color: #000000;
}.info_hub_lib .assist_experts_lib > div:first-child::before {
    position: absolute;
    color: rgba(rgb(141,136,174,0.5), 0.2);
    top: 0;
    line-height: 1;
    font-size: 4rem;
    content: '"';
    left: 10px;
    font-family: serif;
}.info_hub_lib h6 {
    margin-bottom: 0.5rem;
    font-size: 22px;
    text-transform: capitalize;
    font-weight: 600;
    color: #000000;
    align-items: center;
    display: flex;
}.info_hub_lib h6 svg {
    transition: transform 0.3s ease;
    margin-left: 8px;
}.info_hub_lib span {
    font-size: calc(16px - 1px);
    color: #000000;
    display: block;
    margin-left: 1.5rem;
    line-height: 1.5;
}.info_hub_lib .get_connected_lib {
    gap: 1rem;
    flex-direction: column;
    display: flex;
}.info_hub_lib .get_connected_lib > div {
    margin-bottom: 0.5rem;
}.info_hub_lib .send_info_lib {
    position: relative;
    padding: 0.5rem 0;
    text-decoration: none;
    font-size: calc(16px - 1px);
    color: #000000;
    align-items: center;
    transition: all 0.3s ease;
    overflow: hidden;
    display: flex;
}.info_hub_lib .send_info_lib::before {
    bottom: 0;
    transition: transform 0.3s ease;
    content: '';
    height: 1px;
    transform: translateX(-100%);
    width: 100%;
    left: 0;
    position: absolute;
    background: linear-gradient(to right, rgb(177,178,206), transparent);
}.info_hub_lib .send_info_lib:hover {
    color: rgb(177,178,206);
    transform: translateX(5px);
}.info_hub_lib .send_info_lib:hover::before {
    transform: translateX(0);
}.info_hub_lib .send_info_lib svg {
    margin-left: 8px;
    transition: transform 0.3s ease;
}.info_hub_lib .send_info_lib:hover svg {
    transform: scale(1.1) rotate(5deg);
}.info_hub_lib svg {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
}.info_hub_lib svg path {
    fill: rgb(141,136,174);
    transition: fill 0.3s ease;
}.info_hub_lib .send_info_lib:hover svg path {
    fill: rgb(177,178,206);
}

@media (min-width: 768px) {.info_hub_lib {
    padding: 6rem 3rem;
}.info_hub_lib .assist_experts_lib {
    padding: 3rem;
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
}.info_hub_lib .assist_experts_lib > div:first-child {
    grid-column: 1 / -1;
}.info_hub_lib h1 {
    margin-bottom: 3.5rem;
    font-size: calc(41px + 0.5rem);
}.info_hub_lib .get_connected_lib {
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
}.info_hub_lib .get_connected_lib > div {
    flex: 0 0 calc(50% - 1rem);
}
}

@media (min-width: 992px) {.info_hub_lib {
    padding: 8rem 4rem;
}.info_hub_lib .assist_experts_lib {
    grid-template-columns: 2fr 1fr 1fr;
}.info_hub_lib .assist_experts_lib > div:first-child {
    grid-row: 1 / span 2;
    grid-column: 1;
}.info_hub_lib .get_connected_lib {
    flex-direction: column;
}.info_hub_lib .get_connected_lib > div {
    flex: 0 0 100%;
}.info_hub_lib h1::after {
    width: 120px;
}
}

@media (max-width: 767px) {.info_hub_lib {
    padding: 3rem 1.5rem;
}.info_hub_lib h1 {
    font-size: calc(41px - 0.2rem);
}.info_hub_lib .assist_experts_lib {
    padding: 1.5rem;
    transform: perspective(1000px) rotateX(1deg);
}.info_hub_lib .assist_experts_lib > div {
    padding: 1.2rem;
}.info_hub_lib span {
    margin-left: 1rem;
}
}

@media (hover: none) {.info_hub_lib .assist_experts_lib,
    .info_hub_lib .assist_experts_lib:hover {
    transform: none;
}.info_hub_lib .assist_experts_lib > div:hover {
    box-shadow: 0 5px 15px rgba(rgb(177,178,206,0.5), 0.05);
    transform: none;
}.info_hub_lib .send_info_lib:hover {
    transform: none;
}
}