* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}.libwrapper-section {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 100%;
}.container {
    margin: auto;
    width: 1220px;
    max-width: 100%;
}header,footer {
    width: 100%;
}a {
    text-decoration: none;
    color: inherit;
}.libcloud_lab {
    flex: 0 0 auto;
}.libsite_start {
    flex: 1 0 auto;
}svg {
    height: 30px;
    width: 30px;
}html,body {
    font-family: Arial, sans-serif;
    color: #000000;
    min-height: 100%;
    height: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.libprivacy_cordon {
    color: #ffffff;
    display: flex;
    padding: 60px;
    overflow: hidden;
    align-items: center;
    height: auto;
    width: 100%;
    flex-direction: column;
    border: 2px solid rgb(179,157,200);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    font-family: Arial, sans-serif;
}.libprivacy_cordon h1 {
    border-bottom: 3px solid rgb(179,157,200);
    padding-bottom: 10px;
    width: 100%;
    color: rgb(179,157,200);
    text-align: center;
    font-size: 46px;
    margin-bottom: 30px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 50px;
}.libprivacy_cordon h2 {
    margin-bottom: 25px;
    font-size: 30px;
    width: 100%;
    border-bottom: 2px solid rgb(130,99,161);
    margin-top: 40px;
    padding-bottom: 10px;
    font-weight: 600;
    text-align: center;
    color: rgb(130,99,161);
}.libprivacy_cordon h3, .libprivacy_cordon h4, .libprivacy_cordon h5, .libprivacy_cordon h6 {
    color: rgb(179,157,200);
    text-align: center;
    margin-bottom: 20px;
    font-size: 21px;
    margin-top: 30px;
    border-bottom: 1px solid rgb(179,157,200);
    width: 100%;
    font-weight: 600;
    padding-bottom: 5px;
}.libprivacy_cordon li {
    padding-left: 10px;
    position: relative;
    line-height: 1.6;
    padding-left: 20px;
    color: #000000;
    font-weight: 400;
    font-size: 15px;
    border-left: 3px solid rgb(179,157,200);
    margin-bottom: 15px;
}.libprivacy_cordon section {
    border: 1px solid rgb(179,157,200);
    box-shadow: 0 0 15px rgb(179,157,200,0.5);
    border-radius: 10px;
    padding: 30px;
    margin-top: 30px;
    width: 100%;
    text-align: center;
}.libprivacy_cordon p, .libprivacy_cordon span, .libprivacy_cordon div {
    font-weight: 300;
    margin: 0 auto 15px auto;
    text-align: center;
    color: #000000;
    padding-bottom: 5px;
    width: 100%;
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 1.8;
}

@media only screen and (max-width: 800px) {.libprivacy_cordon {
    padding: 20px 10px;
}.libprivacy_cordon h1 {
    font-size: calc(21px * 0.8);
    width: 100%;
}.libprivacy_cordon h2 {
    font-size: calc(21px * 0.8);
    width: 100%;
}.libprivacy_cordon h3, .libprivacy_cordon h4, .libprivacy_cordon h5, .libprivacy_cordon h6 {
    font-size: calc(21px * 0.8);
    width: 100%;
}.libprivacy_cordon p, .libprivacy_cordon span, .libprivacy_cordon div {
    width: 100%;
    font-size: calc(15px * 0.9);
}.libprivacy_cordon ul, .libprivacy_cordon ol {
    width: 100%;
}.libprivacy_cordon section {
    width: 100%;
}}header {
    backdrop-filter: blur(10px);
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
    transition: all 0.5s ease;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.5) 100%);
    left: 0;
    position: fixed;
    top: 0;
    z-index: 100;
}header::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    animation: pulse 15s infinite alternate;
    left: 0;
    opacity: 0.3;
    background: 
        radial-gradient(circle at 10% 20%, rgb(179,157,200,0.5) 0%, transparent 20%),
        radial-gradient(circle at 90% 80%, rgb(130,99,161,0.5) 0%, transparent 20%);
    width: 100%;
    height: 100%;
}header .container {
    position: relative;
    padding: 1rem 2rem;
}header .libnav_prime {
    justify-content: space-between;
    position: relative;
    z-index: 2;
    align-items: center;
    display: flex;
}header .libhead_pro {
    gap: 2rem;
    align-items: center;
    position: relative;
    display: flex;
}header .libhead_pro::before {
    position: absolute;
    width: calc(100% + 60px);
    opacity: 0.1;
    content: "";
    border-radius: 26px;
    background: linear-gradient(90deg, transparent 0%, rgb(179,157,200,0.5) 50%, transparent 100%);
    top: -15px;
    left: -30px;
    z-index: -1;
    height: calc(100% + 30px);
    transform: skewX(-15deg);
}header .libtop_prime {
    letter-spacing: 0.5px;
    padding: 0.5rem 0;
    transition: all 0.3s ease;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
    color: #ffffff;
    font-family: Arial, sans-serif;
    font-size: 17px;
    position: relative;
}header .libtop_prime::before {
    height: 2px;
    bottom: 0;
    position: absolute;
    background: linear-gradient(to right, rgb(179,157,200), rgb(130,99,161));
    transition: width 0.3s ease;
    left: 0;
    content: "";
    width: 0;
}header .libtop_prime:hover {
    transform: translateY(-2px);
    color: rgb(179,157,200);
}header .libtop_prime:hover::before {
    width: 100%;
}header .libsite_nav {
    position: relative;
    align-items: center;
    display: flex;
    z-index: 2;
    text-decoration: none;
}header .libsite_nav svg {
    height: 40px;
    filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.3));
    width: auto;
    transition: all 0.3s ease;
}header .libsite_nav:hover svg {
    transform: scale(1.05);
    filter: drop-shadow(0 0 12px rgb(179,157,200,0.5));
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.2;
    }
    50% {
        opacity: 0.4;
    }
}

@media (max-width: 991px) {header .container {
    padding: 0.8rem 1.5rem;
}header .libhead_pro {
    gap: 1.5rem;
}header .libtop_prime {
    font-size: calc(17px - 1px);
}
}

@media (max-width: 767px) {header {
    position: relative;
}header .libnav_prime {
    gap: 1rem;
    padding: 1rem 0;
    flex-direction: column-reverse;
}header .libsite_nav {
    margin-bottom: 0.5rem;
}header .libhead_pro {
    overflow-x: auto;
    width: 100%;
    justify-content: flex-start;
    padding: 0.5rem 0;
    mask-image: linear-gradient(to right, transparent 0%, #000 5%, #000 95%, transparent 100%);
}header .libhead_pro::before {
    display: none;
}header .libtop_prime {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    white-space: nowrap;
    padding: 0.5rem 1rem;
}header .libtop_prime::before {
    display: none;
}}.libinstructor_profile {
    background: linear-gradient(135deg, rgb(222,216,227) 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
    padding: 5rem 0;
}.libinstructor_profile::before {
    opacity: 0.4;
    background: linear-gradient(45deg, rgb(130,99,161,0.5) 0%, rgb(179,157,200,0.5) 100%);
    width: 30%;
    content: "";
    z-index: 0;
    filter: blur(40px);
    height: 80%;
    right: -5%;
    top: -10%;
    transform: rotate(-15deg);
    position: absolute;
}.libinstructor_profile::after {
    position: absolute;
    background: linear-gradient(-45deg, rgb(179,157,200,0.5) 0%, rgb(130,99,161,0.5) 100%);
    content: "";
    z-index: 0;
    height: 70%;
    transform: rotate(10deg);
    filter: blur(50px);
    opacity: 0.3;
    width: 40%;
    left: -5%;
    bottom: -10%;
}.libinstructor_profile .container {
    max-width: 1200px;
    z-index: 1;
    position: relative;
    padding: 0 1.5rem;
    margin: 0 auto;
}.libinstructor_profile .libfeedback_list {
    grid-template-columns: 1fr;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.05);
    border-left: 4px solid rgb(130,99,161);
    transform: perspective(1000px) rotateY(-2deg);
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.85);
    gap: 2rem;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 2rem;
    display: grid;
}.libinstructor_profile .libfeedback_list:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 
                0 10px 20px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateY(0deg) translateY(-5px);
}.libinstructor_profile .libphoto_thumbnail {
    height: 180px;
    transition: all 0.4s ease-out;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    transform: rotate(-3deg);
    width: 180px;
    margin: 0 auto;
    border-radius: 10px;
    position: relative;
}.libinstructor_profile .libphoto_thumbnail:hover {
    transform: rotate(0deg) scale(1.03);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}.libinstructor_profile .libphoto_thumbnail::after {
    right: 10px;
    position: absolute;
    content: "";
    top: 10px;
    left: 10px;
    pointer-events: none;
    border-radius: 5px;
    bottom: 10px;
    border: 2px solid rgba(255, 255, 255, 0.3);
}.libinstructor_profile .name {
    font-size: 22px;
    position: relative;
    font-weight: 700;
    color: #000000;
    display: inline-block;
    margin-bottom: 0.5rem;
}.libinstructor_profile .name::after {
    height: 3px;
    position: absolute;
    transition: width 0.3s ease;
    left: 0;
    width: 40%;
    bottom: -5px;
    background: linear-gradient(90deg, rgb(130,99,161) 0%, transparent 100%);
    content: "";
}.libinstructor_profile .libfeedback_list:hover .name::after {
    width: 70%;
}.libinstructor_profile .libpast_work {
    position: relative;
    line-height: 1.7;
    border-left: 2px solid rgb(130,99,161,0.5);
    margin: 0;
    padding-left: 1.5rem;
    font-size: 18px;
    color: #000000;
}.libinstructor_profile .libpast_work::before {
    opacity: 0.3;
    font-size: 5rem;
    content: "";
    color: rgb(130,99,161,0.5);
    left: -10px;
    top: -20px;
    position: absolute;
    font-family: serif;
}

@media (min-width: 768px) {.libinstructor_profile {
    padding: 7rem 0;
}.libinstructor_profile .libfeedback_list {
    grid-template-columns: 220px 1fr;
    gap: 2.5rem;
    padding: 3rem;
    grid-template-rows: auto 1fr;
}.libinstructor_profile .libfeedback_list > div:nth-child(1) {
    grid-row: 1 / 3;
}.libinstructor_profile .libphoto_thumbnail {
    width: 220px;
    margin: 0;
    height: 280px;
}.libinstructor_profile .libpast_work {
    padding-left: 2rem;
    font-size: calc(18px + 0.1rem);
}
}

@media (min-width: 992px) {.libinstructor_profile .libfeedback_list {
    grid-template-columns: 300px 1fr;
    gap: 3rem;
    padding: 4rem;
}.libinstructor_profile .libphoto_thumbnail {
    width: 280px;
    height: 350px;
}.libinstructor_profile .name {
    font-size: calc(22px + 0.2rem);
}.libinstructor_profile .libpast_work {
    line-height: 1.8;
    padding-left: 2.5rem;
    font-size: calc(18px + 0.2rem);
}
}

@media (min-width: 1200px) {.libinstructor_profile .container {
    padding: 0 2rem;
}.libinstructor_profile .libfeedback_list {
    padding: 5rem;
    transform: perspective(1500px) rotateY(-3deg);
    gap: 4rem;
    grid-template-columns: 350px 1fr;
}.libinstructor_profile .libphoto_thumbnail {
    width: 320px;
    height: 400px;
}
}

@media (max-width: 767px) {.libinstructor_profile .libfeedback_list > div:nth-child(2) {
    text-align: center;
}.libinstructor_profile .name::after {
    transform: translateX(-50%);
    left: 50%;
}.libinstructor_profile .libpast_work {
    text-align: left;
    padding: 1.5rem;
}}.libcontact_information {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
    background: rgb(222,216,227);
}.libcontact_information::before {
    content: "";
    height: 100%;
    top: 0;
    width: 100%;
    opacity: 0.4;
    z-index: 1;
    position: absolute;
    left: 0;
    background: linear-gradient(180deg, rgb(130,99,161,0.5) 0%, transparent 100%);
}.libcontact_information::after {
    z-index: 2;
    background: linear-gradient(0deg, rgb(222,216,227) 0%, transparent 100%);
    position: absolute;
    height: 200px;
    content: "";
    bottom: 0;
    width: 100%;
    left: 0;
}.libcontact_information .libphoto_thumbnail {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 0;
    height: 100%;
    top: 0;
    opacity: 0.12;
    filter: grayscale(100%) contrast(120%);
}.libcontact_information .container {
    padding: 0 20px;
    z-index: 5;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}.libcontact_information h3 {
    color: #000000;
    text-align: center;
    position: relative;
    font-size: 37px;
    margin-bottom: 60px;
    text-transform: uppercase;
    font-weight: 700;
}.libsupport_links {
    position: relative;
    z-index: 10;
    display: flex;
    gap: 0;
}.libsupport_links .libhelp_help {
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    position: relative;
    z-index: 1;
    flex: 0 0 58%;
    padding: 60px;
}.libsupport_links .libhelp_help h3 {
    text-align: left;
    margin-bottom: 40px;
    font-weight: 600;
    text-transform: none;
    font-size: 18px;
    color: #000000;
}.libsupport_links .libhelp_help h3::before,
.libsupport_links .libhelp_help h3::after {
    content: none;
}.libsupport_links .libhelp_help form {
    flex-direction: column;
    display: flex;
}.libsupport_links .libhelp_help input[type="text"],
.libsupport_links .libhelp_help textarea {
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    margin-bottom: 25px;
    padding: 16px 20px;
    background: rgba(245, 245, 245, 0.5);
    font-size: 18px;
    border: none;
    width: 100%;
}.libsupport_links .libhelp_help input[type="text"]:focus,
.libsupport_links .libhelp_help textarea:focus {
    outline: none;
    background: rgba(245, 245, 245, 0.8);
    border-bottom-color: rgb(179,157,200);
}.libsupport_links .libhelp_help textarea {
    resize: vertical;
    min-height: 150px;
}.libsupport_links .libhelp_help .libquery_section {
    align-items: flex-start;
    display: flex;
    position: relative;
    margin-bottom: 30px;
}.libsupport_links .libhelp_help .libquery_section input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.libsupport_links .libhelp_help .libquery_section label {
    position: relative;
    font-size: calc(18px - 2px);
    padding-left: 35px;
    color: #000000;
    cursor: pointer;
    line-height: 1.5;
}.libsupport_links .libhelp_help .libquery_section label::before {
    content: "";
    top: 2px;
    background: rgba(245, 245, 245, 0.5);
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    left: 0;
    height: 22px;
    width: 22px;
    position: absolute;
    transition: all 0.3s ease;
}.libsupport_links .libhelp_help .libquery_section input[type="checkbox"]:checked + label::before {
    border-bottom-color: rgb(179,157,200);
    background: rgb(179,157,200);
}.libsupport_links .libhelp_help .libquery_section input[type="checkbox"]:checked + label::after {
    top: 4px;
    transform: rotate(45deg);
    height: 12px;
    content: "";
    width: 6px;
    border-width: 0 2px 2px 0;
    left: 8px;
    position: absolute;
    border: solid #ffffff;
}.libsupport_links .libhelp_help .libquery_section a {
    transition: all 0.3s ease;
    font-weight: 600;
    border-bottom: 1px dashed rgb(179,157,200);
    color: rgb(179,157,200);
    text-decoration: none;
}.libsupport_links .libhelp_help .libquery_section a:hover {
    color: rgb(130,99,161);
    border-bottom-color: rgb(130,99,161);
}.libsupport_links .libhelp_help .libmessage_list {
    padding: 15px 35px;
    border-bottom: 2px solid rgb(179,157,200);
    display: inline-block;
    transition: all 0.3s ease;
    position: relative;
    text-transform: uppercase;
    align-self: flex-start;
    background: transparent;
    letter-spacing: 1px;
    border: none;
    font-size: 17px;
    cursor: pointer;
    font-weight: 600;
    color: #000000;
}.libsupport_links .libhelp_help .libmessage_list::before {
    width: 100%;
    transition: all 0.3s ease;
    height: 2px;
    content: "";
    left: 0;
    position: absolute;
    background: rgb(179,157,200);
    z-index: -1;
    bottom: -2px;
}.libsupport_links .libhelp_help .libmessage_list:hover {
    color: #ffffff;
}.libsupport_links .libhelp_help .libmessage_list:hover::before {
    height: 100%;
}.libsupport_links .libsupport_reach {
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    z-index: 0;
    margin-left: -40px;
    color: #ffffff;
    position: relative;
    padding: 60px;
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
    background: rgba(0, 0, 0, 0.5);
    flex: 0 0 42%;
}.libsupport_links .libsupport_reach::before {
    left: 0;
    width: 100%;
    content: "";
    top: 0;
    background-image: repeating-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.05) 0,
        rgba(255, 255, 255, 0.05) 1px,
        transparent 1px,
        transparent 10px
    );
    z-index: -1;
    height: 100%;
    position: absolute;
}.libsupport_links .libsupport_reach h4 {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 15px;
    margin-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
}.libsupport_links .libsupport_reach .libquery_reach {
    list-style: none;
    padding: 0;
    margin: 0;
}.libsupport_links .libsupport_reach .libquery_reach li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    padding-bottom: 30px;
    align-items: center;
    margin-bottom: 30px;
    display: flex;
    position: relative;
    z-index: 1;
}.libsupport_links .libsupport_reach .libquery_reach li:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}.libsupport_links .libsupport_reach .libquery_reach li svg {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    margin-right: 20px;
}.libsupport_links .libsupport_reach .libquery_reach li svg path {
    transition: all 0.3s ease;
    fill: rgb(179,157,200);
}.libsupport_links .libsupport_reach .libquery_reach li:hover svg path {
    fill: #ffffff;
}.libsupport_links .libsupport_reach .libquery_reach li span {
    line-height: 1.5;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.9);
}.libsupport_links .libsupport_reach .libquery_reach li a {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.9);
    transition: all 0.3s ease;
}.libsupport_links .libsupport_reach .libquery_reach li a:hover {
    color: rgb(179,157,200);
}

@media screen and (max-width: 992px) {.libcontact_information {
    padding: 80px 0;
}.libsupport_links {
    flex-direction: column;
}.libsupport_links .libhelp_help {
    width: 100%;
    clip-path: none;
}.libsupport_links .libsupport_reach {
    clip-path: none;
    margin-left: 0;
    width: 100%;
}
}

@media screen and (max-width: 768px) {.libcontact_information {
    padding: 60px 0;
}.libcontact_information h3 {
    font-size: calc(37px - 4px);
}.libsupport_links .libhelp_help,
    .libsupport_links .libsupport_reach {
    padding: 40px 30px;
}.libsupport_links .libhelp_help .libmessage_list {
    text-align: center;
    width: 100%;
}
}

@media screen and (max-width: 480px) {.libcontact_information {
    padding: 40px 0;
}.libsupport_links .libhelp_help,
    .libsupport_links .libsupport_reach {
    padding: 30px 20px;
}.libsupport_links .libhelp_help h3,
    .libsupport_links .libsupport_reach h4 {
    font-size: calc(18px - 2px);
}}.libcookie_modal_message {
    animation: fadeInUp 0.5s ease-out;
    z-index: 1000;
    box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.1);
    padding: 20px 0;
    position: fixed;
    bottom: 0;
    background-color: rgb(222,216,227);
    width: 100%;
    border-top: 1px solid rgb(179,157,200);
}.libcookie_modal_message .libcookie_controls {
    margin-right: 20px;
    transform-origin: center;
    animation: logoScale 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    flex-shrink: 0;
}.libcookie_modal_message .libcookie_controls svg {
    fill: rgb(179,157,200);
    height: 60px;
    width: 60px;
}@keyframes logoScale {
    0% {
        transform: scale(0);
    }
    80% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
.libcookie_modal_message .libdigital_tracking {
    flex-grow: 1;
}.libcookie_modal_message .libdigital_tracking h5 {
    margin-bottom: 6px;
    color: rgb(179,157,200);
    font-size: 20px;
}.libcookie_modal_message .libdigital_tracking p {
    line-height: 1.5;
    color: #000000;
    margin: 0;
    font-size: 12px;
}.libcookie_modal_message .libcookie_visitor {
    font-size: 19px;
    color: #ffffff;
    margin-top: 20px;
    padding: 10px 20px;
    border-radius: 5px;
    margin-right: 15px;
    display: inline-block;
    background-color: rgb(179,157,200);
    transition: transform 0.3s, box-shadow 0.3s;
    text-decoration: none;
}.libcookie_modal_message .libcookie_visitor:hover {
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}.libcookie_modal_message .libcookie_visitor:active {
    transform: translateY(1px);
    box-shadow: none;
}
@media (max-width: 768px) {.libcookie_modal_message .libcookie_controls {
    margin-bottom: 15px;
    margin-right: 0;
}.libcookie_modal_message .libcookie_visitor {
    margin-left: 0;
    text-align: center;
    width: 48%;
}}
#libcookieNoticePopup {
    display: none;
}#libcookieNoticePopup:checked ~ .libcookie_modal_message {
    visibility: hidden;
    opacity: 0;
}.libcourse_summary {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
    background: rgb(222,216,227);
}.libcourse_summary::before {
    background: 
        linear-gradient(0deg, transparent 95%, rgb(179,157,200,0.5) 100%),
        linear-gradient(90deg, transparent 95%, rgb(179,157,200,0.5) 100%);
    opacity: 0.15;
    background-size: 20px 20px;
    height: 100%;
    z-index: 1;
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    animation: gridMove 40s linear infinite;
}.libcourse_summary::after {
    opacity: 0.2;
    position: absolute;
    width: 100%;
    background: 
        radial-gradient(circle at 20% 20%, rgb(179,157,200,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 80%, rgb(130,99,161,0.5) 0%, transparent 40%);
    top: 0;
    height: 100%;
    left: 0;
    z-index: 1;
    content: "";
}@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 20px 20px;
    }
}

.libcourse_summary .container {
    max-width: 1200px;
    z-index: 2;
    padding: 0 20px;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    display: flex;
    position: relative;
}.libcourse_summary .libcareer_classes {
    justify-content: center;
    flex-direction: column;
    align-items: center;
    display: flex;
    max-width: 900px;
    width: 100%;
    position: relative;
    gap: 60px;
}.libcourse_summary .libtext_holder_wrap {
    width: 100%;
    z-index: 3;
    background: rgba(255, 255, 255, 0.02);
    position: relative;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    padding: 40px;
    border-radius: 13px;
    backdrop-filter: blur(10px);
}.libcourse_summary .libtext_holder_wrap::before {
    width: 100%;
    pointer-events: none;
    height: 100%;
    position: absolute;
    border: 1px solid rgb(179,157,200,0.5);
    opacity: 0.3;
    left: 0;
    content: "";
    top: 0;
    border-radius: 13px;
}.libcourse_summary .libtext_holder_wrap::after {
    height: 3px;
    width: 60px;
    top: -15px;
    position: absolute;
    left: calc(50% - 30px);
    content: "";
    background: linear-gradient(to right, rgb(179,157,200), rgb(130,99,161));
}.libcourse_summary .libtext_holder_wrap h2 {
    font-weight: 700;
    font-size: 30px;
    color: #000000;
    margin-bottom: 25px;
    display: inline-block;
    position: relative;
}.libcourse_summary .libtext_holder_wrap h2::after {
    content: "";
    bottom: -10px;
    position: absolute;
    width: 80px;
    height: 2px;
    left: calc(50% - 40px);
    background: rgb(179,157,200,0.5);
}.libcourse_summary .libtext_holder_wrap .description {
    margin-right: auto;
    font-size: 17px;
    line-height: 1.7;
    color: #000000;
    margin-bottom: 20px;
    margin-left: auto;
    max-width: 800px;
}.libcourse_summary .libtext_holder_wrap .description:last-child {
    margin-bottom: 0;
}.libcourse_summary .libphoto_thumbnail {
    position: relative;
    height: 450px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
    border-radius: 13px;
    overflow: hidden;
    z-index: 2;
    width: 100%;
}.libcourse_summary .container::before {
    width: 100%;
    background-size: 50px 50px, 50px 50px, 200px 200px, 200px 200px, 200px 200px;
    animation: circuitPulse 8s infinite alternate;
    opacity: 0.05;
    z-index: 0;
    top: 0;
    left: 0;
    background-image: 
        linear-gradient(to right, rgb(179,157,200,0.5) 0.5px, transparent 1px),
        linear-gradient(to bottom, rgb(179,157,200,0.5) 0.5px, transparent 1px),
        radial-gradient(circle at 50px 50px, rgb(179,157,200,0.5) 2px, transparent 2px),
        radial-gradient(circle at 150px 150px, rgb(130,99,161,0.5) 2px, transparent 2px),
        radial-gradient(circle at 250px 250px, rgb(179,157,200,0.5) 2px, transparent 2px);
    height: 100%;
    content: "";
    position: absolute;
}@keyframes circuitPulse {
    0% {
        opacity: 0.03;
    }
    100% {
        opacity: 0.07;
    }
}

.libcourse_summary .libcareer_classes::before {
    z-index: 0;
    background-size: 600px 600px;
    animation: floatParticles 40s linear infinite;
    top: -100px;
    left: -100px;
    position: absolute;
    background-image: 
        radial-gradient(circle at 100px 100px, rgb(179,157,200,0.5) 1px, transparent 1px),
        radial-gradient(circle at 200px 200px, rgb(130,99,161,0.5) 1px, transparent 1px),
        radial-gradient(circle at 300px 300px, rgb(179,157,200,0.5) 1px, transparent 1px),
        radial-gradient(circle at 400px 100px, rgb(130,99,161,0.5) 1px, transparent 1px),
        radial-gradient(circle at 500px 200px, rgb(179,157,200,0.5) 1px, transparent 1px);
    width: calc(100% + 200px);
    opacity: 0.2;
    height: calc(100% + 200px);
    content: "";
}@keyframes floatParticles {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 600px 600px;
    }
}

.libcourse_summary .libcareer_classes::after {
    position: absolute;
    height: 2px;
    left: calc(50% - 50px);
    bottom: -30px;
    width: 100px;
    content: "";
    background: linear-gradient(to right, transparent, rgb(130,99,161,0.5), transparent);
}.libcourse_summary .container::after {
    animation: hexMove 60s linear infinite;
    background-size: 50px 86.6px;
    background-image: 
        repeating-linear-gradient(60deg, rgb(179,157,200,0.5) 0, rgb(179,157,200,0.5) 1px, transparent 1px, transparent 30px),
        repeating-linear-gradient(120deg, rgb(179,157,200,0.5) 0, rgb(179,157,200,0.5) 1px, transparent 1px, transparent 30px),
        repeating-linear-gradient(180deg, rgb(179,157,200,0.5) 0, rgb(179,157,200,0.5) 1px, transparent 1px, transparent 30px);
    opacity: 0.03;
    height: 100%;
    left: 0;
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}@keyframes hexMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50px 86.6px;
    }
}

@keyframes techPulse {
    0% {
        transform: scale(1);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.05);
        opacity: 0.5;
    }
    100% {
        transform: scale(1);
        opacity: 0.3;
    }
}

.libcourse_summary .libphoto_thumbnail::after {
    animation: borderGlow 4s infinite alternate;
}@keyframes borderGlow {
    0% {
        opacity: 0.3;
    }
    100% {
        opacity: 0.7;
    }
}

@keyframes reveal {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.libcourse_summary .libtext_holder_wrap h2 {
    animation: reveal 0.8s forwards;
}.libcourse_summary .libtext_holder_wrap .description:nth-child(2) {
    animation: reveal 0.8s 0.2s forwards;
}.libcourse_summary .libtext_holder_wrap .description:nth-child(3) {
    animation: reveal 0.8s 0.4s forwards;
}

@keyframes scanLines {
    0% {
        background-position: 0 0, 0 0;
    }
    100% {
        background-position: 0 0, 0 450px;
    }
}

@media (min-width: 992px) {.libcourse_summary .libcareer_classes {
    grid-template-columns: 1fr;
    display: grid;
    gap: 40px;
    grid-template-rows: auto auto;
}.libcourse_summary .libtext_holder_wrap {
    margin-top: -80px;
    grid-row: 2;
    z-index: 4;
}.libcourse_summary .libphoto_thumbnail {
    height: 500px;
    grid-row: 1;
}
}

@media (max-width: 991px) {.libcourse_summary {
    padding: 80px 0;
}.libcourse_summary .libcareer_classes {
    gap: 40px;
}.libcourse_summary .libtext_holder_wrap {
    padding: 30px;
}.libcourse_summary .libphoto_thumbnail {
    height: 400px;
}
}

@media (max-width: 768px) {.libcourse_summary {
    padding: 60px 0;
}.libcourse_summary .libtext_holder_wrap {
    padding: 25px;
}.libcourse_summary .libphoto_thumbnail {
    height: 350px;
}.libcourse_summary .libtext_holder_wrap h2 {
    font-size: calc(30px * 0.9);
}
}

@media (max-width: 576px) {.libcourse_summary {
    padding: 50px 0;
}.libcourse_summary .libtext_holder_wrap {
    padding: 20px;
}.libcourse_summary .libphoto_thumbnail {
    height: 300px;
}.libcourse_summary .libtext_holder_wrap h2 {
    font-size: calc(30px * 0.8);
}.libcourse_summary .libtext_holder_wrap .description {
    font-size: calc(17px * 0.95);
}
}

@media (min-width: 992px) {.libcourse_summary .libtext_holder_wrap:hover {
    transform: translateY(-5px);
    transition: transform 0.3s ease;
}.libcourse_summary .libtext_holder_wrap:hover::before {
    opacity: 0.5;
    transition: all 0.3s ease;
    border-color: rgb(179,157,200);
}.libcourse_summary .libphoto_thumbnail:hover::after {
    transition: opacity 0.3s ease;
    opacity: 0.8;
}}
.libtyBlock {
    position: relative;
    padding: 120px 0;
    background: linear-gradient(135deg, rgba(rgb(179,157,200,0.5), 0.05), rgba(rgb(130,99,161,0.5), 0.1));
    overflow: hidden;
}.libtyBlock::before {
    background: 
        radial-gradient(circle at 20% 30%, rgba(rgb(179,157,200,0.5), 0.12) 0%, transparent 80%),
        radial-gradient(circle at 80% 70%, rgba(rgb(130,99,161,0.5), 0.1) 0%, transparent 70%);
    top: 0;
    content: "";
    width: 100%;
    left: 0;
    position: absolute;
    height: 100%;
    z-index: 0;
}.libtyBlock::after {
    opacity: 0.05;
    background: rgb(179,157,200);
    filter: blur(20px);
    right: -150px;
    height: 300px;
    width: 300px;
    position: absolute;
    content: "";
    z-index: 0;
    animation: floatShape 15s ease-in-out infinite alternate;
    border-radius: 40% 60% 70% 30% / 40% 50% 50% 60%;
    top: -150px;
}.libtyBlock .container {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    z-index: 1;
    padding: 0 30px;
}.libtyBlock h2 {
    position: relative;
    font-weight: 600;
    text-align: left;
    transition: transform 0.5s ease-out;
    font-family: Arial, sans-serif;
    transform: perspective(1000px) translateZ(10px);
    font-size: 36px;
    margin-bottom: 40px;
    line-height: 1.3;
    color: #000000;
}.libtyBlock h2::after {
    left: 0;
    position: absolute;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    bottom: -12px;
    height: 4px;
    width: 120px;
    background: linear-gradient(90deg, rgb(179,157,200), rgb(130,99,161));
    content: "";
    transform: scaleX(0.8);
    transform-origin: left;
    border-radius: 10px;
}.libtyBlock:hover h2::after {
    transform: scaleX(1);
}.libtyBlock .libquick_training {
    box-shadow: 
        15px 15px 30px rgba(rgba(0, 0, 0, 0.5), 0.05),
        -15px -15px 30px rgba(#ffffff, 0.8),
        inset 2px 2px 5px rgba(#ffffff, 0.1),
        inset -2px -2px 5px rgba(rgba(0, 0, 0, 0.5), 0.05);
    background: #ffffff;
    position: relative;
    padding: 40px;
    border-radius: 21px;
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.4s ease;
}.libtyBlock .libquick_training::before {
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, rgb(179,157,200), rgb(130,99,161), rgb(179,157,200));
    content: "";
    left: 0;
    animation: gradientShift 6s ease infinite;
    background-size: 200% 100%;
    top: 0;
    position: absolute;
}.libtyBlock ul {
    list-style: none;
    padding: 0;
    margin: 0;
}.libtyBlock li {
    position: relative;
    transition: transform 0.3s ease-out;
    padding: 10px 0 10px 20px;
}.libtyBlock li::before {
    height: 8px;
    background: rgb(179,157,200);
    content: "";
    left: 0;
    top: 24px;
    width: 8px;
    box-shadow: 0 0 10px rgba(rgb(179,157,200,0.5), 0.5);
    border-radius: 50%;
    transform: translateY(-50%);
    position: absolute;
}.libtyBlock span {
    font-family: Arial, sans-serif;
    color: #000000;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7;
    display: block;
    transform: translateY(0);
    position: relative;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}.libtyBlock span::after {
    width: 40%;
    right: 0;
    position: absolute;
    height: 1px;
    bottom: -10px;
    transform-origin: right;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(rgb(179,157,200,0.5), 0.3));
    transform: scaleX(0.5);
    transition: all 0.5s ease;
    opacity: 0;
}.libtyBlock .libquick_training:hover {
    box-shadow: 
        20px 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.08),
        -20px -20px 40px rgba(#ffffff, 0.9),
        inset 2px 2px 5px rgba(#ffffff, 0.1),
        inset -2px -2px 5px rgba(rgba(0, 0, 0, 0.5), 0.05);
    transform: translateY(-5px);
}.libtyBlock .libquick_training:hover span::after {
    opacity: 1;
    transform: scaleX(1);
}

@keyframes floatShape {
    0% {
        transform: translate(0, 0) rotate(0);
    }
    50% {
        transform: translate(20px, 30px) rotate(5deg);
    }
    100% {
        transform: translate(-20px, 10px) rotate(-5deg);
    }
}

@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@media (min-width: 768px) {.libtyBlock {
    padding: 150px 0;
}.libtyBlock .container {
    padding: 0 60px;
}.libtyBlock h2 {
    margin-bottom: 50px;
    font-size: calc(36px * 1.1);
    max-width: 90%;
}.libtyBlock .libquick_training {
    transform: perspective(1000px) rotateX(2deg);
    padding: 50px;
}.libtyBlock .libquick_training:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.libtyBlock li {
    padding: 10px 0 10px 30px;
}.libtyBlock li::before {
    width: 10px;
    height: 10px;
}.libtyBlock span {
    line-height: 1.8;
    font-size: calc(15px * 1.05);
}
}

@media (max-width: 767px) {.libtyBlock {
    padding: 80px 0;
}.libtyBlock .container {
    padding: 0 20px;
}.libtyBlock h2 {
    font-size: calc(36px * 0.9);
    margin-bottom: 30px;
}.libtyBlock .libquick_training {
    padding: 30px 20px;
}.libtyBlock li {
    padding: 10px 0 10px 15px;
}.libtyBlock li::before {
    height: 6px;
    width: 6px;
}.libtyBlock span {
    line-height: 1.6;
    font-size: calc(15px * 0.95);
}
}

@media (max-width: 480px) {.libtyBlock {
    padding: 60px 0;
}.libtyBlock h2 {
    font-size: calc(36px * 0.8);
    margin-bottom: 25px;
}.libtyBlock .libquick_training {
    padding: 25px 15px;
}.libtyBlock span {
    line-height: 1.5;
    font-size: calc(15px * 0.9);
}}.liblanding_page {
    display: flex;
    background: linear-gradient(135deg, #000000, rgb(179,157,200,0.5));
    align-items: center;
    width: 100%;
    position: relative;
    overflow: hidden;
    min-height: 100vh;
}.liblanding_page .libphoto_thumbnail {
    opacity: 0.85;
    left: 0;
    height: 100%;
    position: absolute;
    z-index: 1;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    top: 0;
    width: 100%;
}.liblanding_page .libphoto_thumbnail::after {
    mix-blend-mode: multiply;
    position: absolute;
    height: 100%;
    width: 100%;
    content: '';
    background: linear-gradient(
        135deg,
        rgba(94, 170, 168, 0.4),
        rgba(0, 0, 40, 0.7)
    );
    left: 0;
    top: 0;
}.liblanding_page .libquick_training {
    position: relative;
    grid-template-columns: 1fr;
    max-width: 1200px;
    width: 90%;
    transform: translateY(2vh);
    padding: 3rem;
    display: grid;
    gap: 2rem;
    margin: 0 auto;
    z-index: 2;
}.liblanding_page h1 {
    color: #ffffff;
    margin-bottom: 1rem;
    opacity: 0;
    font-weight: 700;
    animation: slideIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.2s;
    font-size: clamp(2rem, 5vw, 48px);
    transform: translateX(-50px);
    position: relative;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}.liblanding_page h1::after {
    left: 0;
    height: 4px;
    bottom: -10px;
    animation: scaleIn 1s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.8s;
    transform: scaleX(0);
    width: 80px;
    background: rgb(130,99,161);
    position: absolute;
    transform-origin: left;
    content: '';
}.liblanding_page .libtext_holder_wrap {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    border-left: 3px solid rgb(130,99,161);
    opacity: 0;
    position: relative;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    transform: translateY(30px);
    animation: fadeUp 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.4s;
    padding: 2rem;
}.liblanding_page .libtext_holder_wrap::before {
    z-index: -1;
    background: linear-gradient(135deg, rgba(94, 170, 168, 0.05), transparent);
    width: 100%;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    position: absolute;
}.liblanding_page p {
    font-size: clamp(1rem, 3vw, 1.2rem);
    font-weight: 400;
    max-width: 600px;
    line-height: 1.6;
    color: #ffffff;
    margin-bottom: 2rem;
}.liblanding_page .libpage_entry {
    margin: 1.5rem 0;
    justify-content: center;
    display: flex;
}.liblanding_page svg {
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: translateY(0);
    height: 120px;
    width: 120px;
}.liblanding_page .libpage_entry:hover svg {
    transform: translateY(-10px) scale(1.05);
}.liblanding_page svg path {
    transition: fill 0.3s ease;
    fill: rgb(94, 170, 168);
}.liblanding_page .libpage_entry:hover svg path {
    fill: rgb(130,99,161);
}.liblanding_page svg text {
    font-family: Arial, sans-serif;
    transition: fill 0.3s ease;
}.liblanding_page .libpage_entry:hover svg text {
    fill: #ffffff;
}.liblanding_page h6 {
    margin-top: 2rem;
    text-align: left;
}.liblanding_page .libmessage_list {
    position: relative;
    border: 2px solid rgb(130,99,161);
    padding: 0.8rem 2rem;
    background: rgb(130,99,161);
    overflow: hidden;
    color: #ffffff;
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    text-decoration: none;
    font-weight: 600;
    z-index: 1;
    font-size: 14px;
    display: inline-block;
}.liblanding_page .libmessage_list::before {
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    position: absolute;
    top: 0;
    transition: left 0.6s ease;
    left: -100%;
    content: '';
    width: 100%;
}.liblanding_page .libmessage_list:hover {
    transform: translateY(-3px);
    background: transparent;
    box-shadow: 0 10px 20px rgba(94, 170, 168, 0.3);
    color: rgb(130,99,161);
}.liblanding_page .libmessage_list:hover::before {
    left: 100%;
}

@keyframes slideIn {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes scaleIn {
    to {
        transform: scaleX(1);
    }
}

@keyframes fadeUp {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@media (min-width: 768px) {.liblanding_page .libquick_training {
    gap: 3rem;
    padding: 4rem;
    align-items: center;
    grid-template-columns: 1fr 1fr;
}.liblanding_page h1 {
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    grid-column: 1 / -1;
}.liblanding_page .libtext_holder_wrap {
    padding: 2.5rem;
}.liblanding_page p {
    font-size: clamp(1.1rem, 2vw, 1.3rem);
}.liblanding_page svg {
    width: 150px;
    height: 150px;
}
}

@media (min-width: 1024px) {.liblanding_page .libphoto_thumbnail {
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 85%);
}.liblanding_page .libquick_training {
    padding: 0 4rem;
    grid-template-columns: 1.5fr 1fr;
}.liblanding_page h1 {
    grid-column: 1 / 2;
    margin-bottom: 2rem;
    font-size: clamp(3rem, 5vw, 4rem);
}.liblanding_page h1::after {
    height: 5px;
    width: 120px;
}.liblanding_page .libtext_holder_wrap {
    transform: translateX(2rem);
}.liblanding_page svg {
    width: 180px;
    height: 180px;
}
}

@media (max-width: 767px) {.liblanding_page {
    min-height: 90vh;
}.liblanding_page .libquick_training {
    padding: 2rem;
}.liblanding_page .libtext_holder_wrap {
    padding: 1.5rem;
}.liblanding_page svg {
    height: 100px;
    width: 100px;
}}.libaccess_now {
    background: 
        linear-gradient(140deg, 
            rgb(130,99,161) 0%, 
            rgb(179,157,200) 50%, 
            rgb(130,99,161) 100%);
    overflow: hidden;
    background-size: 200% 200%;
    animation: gradientMove 15s ease infinite;
    z-index: 1;
    padding: 110px 0;
    position: relative;
}.libaccess_now::before {
    position: absolute;
    content: '';
    background: 
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 49px,
            rgba(255, 255, 255, 0.03) 49px,
            rgba(255, 255, 255, 0.03) 50px
        ),
        repeating-linear-gradient(
            90deg,
            transparent,
            transparent 49px,
            rgba(255, 255, 255, 0.03) 49px,
            rgba(255, 255, 255, 0.03) 50px
        );
    width: 100%;
    height: 100%;
    opacity: 0.6;
    left: 0;
    z-index: -1;
    top: 0;
}.libaccess_now::after {
    z-index: -1;
    position: absolute;
    height: 100%;
    left: 0;
    content: '';
    width: 100%;
    background: 
        linear-gradient(
            90deg,
            transparent 0%,
            rgba(0, 0, 0, 0.3) 50%,
            transparent 100%
        );
    animation: shadowSweep 10s linear infinite alternate;
    top: 0;
}.libaccess_now .libquick_training {
    display: flex;
    max-width: 1000px;
    flex-direction: column;
    margin: 0 auto;
    z-index: 2;
    align-items: center;
    position: relative;
    padding: 0;
    justify-content: center;
}.libaccess_now .libquick_training::before {
    transform-origin: center center;
    border-radius: 50%;
    content: '';
    filter: blur(30px);
    z-index: -1;
    height: 70%;
    top: 15%;
    width: 120%;
    transform: perspective(800px) rotateX(60deg);
    background: 
        linear-gradient(
            to right,
            transparent,
            rgba(0, 0, 0, 0.6),
            transparent
        );
    left: -10%;
    position: absolute;
}.libaccess_now .libquick_training::after {
    height: 1px;
    left: 0;
    background: 
        linear-gradient(
            to right,
            transparent,
            #ffffff,
            transparent
        );
    bottom: -20px;
    width: 100%;
    content: '';
    position: absolute;
    opacity: 0.3;
    filter: blur(1px);
    animation: glowLine 3s ease-in-out infinite alternate;
}.libaccess_now h3 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    transition: all 0.3s ease;
    margin-bottom: 70px;
    font-family: Arial, sans-serif;
    color: #ffffff;
    font-size: calc(29px * 1.2);
    letter-spacing: 6px;
    position: relative;
}.libaccess_now h3::before {
    left: 20%;
    position: absolute;
    animation: widthPulse 4s ease-in-out infinite alternate;
    bottom: -25px;
    content: '';
    background: 
        linear-gradient(
            to right,
            transparent,
            #ffffff,
            transparent
        );
    height: 10px;
    opacity: 0.1;
    filter: blur(5px);
    width: 60%;
}.libaccess_now h3::after {
    background: transparent;
    width: 30px;
    transform: translateX(-50%);
    height: 30px;
    top: -50px;
    animation: pulseSphere 6s ease-in-out infinite;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    content: '';
    left: 50%;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
    position: absolute;
}.libaccess_now .libmessage_card {
    letter-spacing: 3px;
    font-family: Arial, sans-serif;
    font-size: 17px;
    clip-path: polygon(
        10px 0%, 
        calc(100% - 10px) 0%, 
        100% 10px, 
        100% calc(100% - 10px), 
        calc(100% - 10px) 100%, 
        10px 100%, 
        0% calc(100% - 10px), 
        0% 10px
    );
    padding: 20px 60px;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.2),
        0 0 0 2px rgba(0, 0, 0, 0.05);
    display: inline-block;
    z-index: 1;
    font-weight: 700;
    border-radius: 0;
    transition: all 0.4s ease;
    border: none;
    color: rgb(179,157,200);
    background: #ffffff;
}.libaccess_now .libmessage_card::before {
    content: '';
    width: 100%;
    left: 0;
    z-index: -1;
    transition: opacity 0.4s ease;
    top: 0;
    opacity: 0;
    background: linear-gradient(
        45deg,
        rgb(179,157,200) 0%,
        rgb(130,99,161) 100%
    );
    position: absolute;
    height: 100%;
}.libaccess_now .libmessage_card::after {
    bottom: -2px;
    background: linear-gradient(
        45deg,
        rgb(179,157,200),
        rgb(130,99,161),
        rgb(179,157,200)
    );
    clip-path: polygon(
        10px 0%, 
        calc(100% - 10px) 0%, 
        100% 10px, 
        100% calc(100% - 10px), 
        calc(100% - 10px) 100%, 
        10px 100%, 
        0% calc(100% - 10px), 
        0% 10px
    );
    animation: borderGradient 3s linear infinite;
    z-index: -2;
    top: -2px;
    left: -2px;
    transition: opacity 0.4s ease;
    opacity: 0;
    content: '';
    background-size: 200% 200%;
    position: absolute;
    right: -2px;
}.libaccess_now .libmessage_card:hover {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px) scale(1.05);
    color: #ffffff;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.3),
        0 0 0 2px rgba(255, 255, 255, 0.1);
}.libaccess_now .libmessage_card:hover::before {
    opacity: 1;
}.libaccess_now .libmessage_card:hover::after {
    opacity: 1;
}

@media screen and (max-width: 992px) {.libaccess_now {
    padding: 90px 0;
}.libaccess_now h3 {
    margin-bottom: 60px;
    letter-spacing: 5px;
    font-size: calc(29px * 1.1);
}.libaccess_now h3::after {
    width: 25px;
    top: -40px;
    height: 25px;
}.libaccess_now .libmessage_card {
    padding: 18px 50px;
    font-size: calc(17px * 0.95);
}
}

@media screen and (max-width: 768px) {.libaccess_now {
    padding: 80px 0;
}.libaccess_now h3 {
    font-size: calc(29px * 0.9);
    letter-spacing: 4px;
    margin-bottom: 50px;
}.libaccess_now h3::before {
    height: 8px;
    bottom: -20px;
}.libaccess_now h3::after {
    width: 20px;
    height: 20px;
    top: -35px;
}.libaccess_now .libmessage_card {
    font-size: calc(17px * 0.9);
    padding: 15px 40px;
    letter-spacing: 2px;
}
}

@media screen and (max-width: 576px) {.libaccess_now {
    padding: 60px 0;
}.libaccess_now h3 {
    letter-spacing: 3px;
    margin-bottom: 45px;
    font-size: calc(29px * 0.8);
}.libaccess_now h3::before {
    bottom: -15px;
    height: 6px;
}.libaccess_now h3::after {
    height: 15px;
    top: -30px;
    width: 15px;
}.libaccess_now .libmessage_card {
    padding: 12px 35px;
    letter-spacing: 1.5px;
    font-size: calc(17px * 0.85);
}}

@keyframes gradientMove {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@keyframes shadowSweep {
    0% {
        transform: translateX(-50%);
    }
    100% {
        transform: translateX(50%);
    }
}

@keyframes glowLine {
    0% {
        opacity: 0.2;
        filter: blur(1px);
    }
    100% {
        opacity: 0.4;
        filter: blur(2px);
    }
}

@keyframes widthPulse {
    0% {
        width: 60%;
        opacity: 0.1;
    }
    100% {
        width: 70%;
        opacity: 0.2;
    }
}

@keyframes pulseSphere {
    0%, 100% {
        transform: translateX(-50%) scale(1);
        opacity: 0.2;
    }
    50% {
        transform: translateX(-50%) scale(1.2);
        opacity: 0.4;
    }
}

@keyframes borderGradient {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}.libdata_analysis {
    position: relative;
    overflow: hidden;
    padding: 5rem 0;
    background: rgb(222,216,227);
}.libdata_analysis::before {
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    content: "";
    z-index: 0;
    background: linear-gradient(135deg, rgb(179,157,200,0.5) 0%, transparent 70%);
    opacity: 0.1;
    height: 100%;
}.libdata_analysis::after {
    top: 0;
    height: 100%;
    background: 
        repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.05) 10px, rgba(255, 255, 255, 0.05) 11px),
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.05) 10px, rgba(255, 255, 255, 0.05) 11px);
    position: absolute;
    z-index: 0;
    opacity: 0.5;
    content: "";
    width: 100%;
    left: 0;
}.libdata_analysis .container {
    max-width: 1200px;
    z-index: 1;
    position: relative;
    margin: 0 auto;
    padding: 0 1.5rem;
}.libdata_analysis .libsmart_pros {
    padding: 3rem;
    background: linear-gradient(to right, rgb(179,157,200,0.5) 0%, transparent 100%);
    box-shadow: -5px 5px 15px rgba(0, 0, 0, 0.05);
    position: relative;
    border-radius: 23px 0 0 23px;
    margin-bottom: 3rem;
}.libdata_analysis .libsmart_pros::before {
    content: "";
    left: 0;
    background: rgb(179,157,200);
    position: absolute;
    width: 5px;
    border-radius: 10px 0 0 10px;
    top: 0;
    height: 100%;
}.libdata_analysis .libstatistics_benefits {
    position: relative;
    margin: 0 0 1.5rem;
    color: #000000;
    font-weight: 700;
    display: inline-block;
    font-size: 35px;
}.libdata_analysis .libstatistics_benefits::after {
    border-radius: 10px;
    left: 0;
    background: rgb(130,99,161);
    position: absolute;
    width: 50%;
    bottom: -0.5rem;
    height: 3px;
    content: "";
}.libdata_analysis .libstatistics_plus {
    color: #000000;
    font-weight: 400;
    max-width: 80%;
    line-height: 1.7;
    margin: 0;
    font-size: 17px;
}.libdata_analysis .libstatistics_upsides {
    margin: -1rem;
    flex-wrap: wrap;
    display: flex;
}.libdata_analysis .libextra_gain {
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    flex: 0 0 calc(50% - 2rem);
    margin: 1rem;
    display: flex;
    padding: 0;
    align-items: flex-start;
    background: #ffffff;
    border-radius: 23px;
}.libdata_analysis .libextra_gain:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}.libdata_analysis .libextra_gain h4 {
    display: flex;
    color: #ffffff;
    position: relative;
    align-items: center;
    font-size: calc(35px * 1.5);
    padding: 2.5rem;
    margin: 0;
    justify-content: center;
    overflow: hidden;
    font-weight: 700;
    background: rgb(179,157,200);
    flex: 0 0 40%;
}.libdata_analysis .libextra_gain:nth-child(even) h4 {
    background: rgb(130,99,161);
}.libdata_analysis .libextra_gain h4::before {
    height: 200%;
    opacity: 0;
    position: absolute;
    left: -50%;
    transition: opacity 0.3s ease;
    content: "";
    top: -50%;
    width: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.3) 0%, transparent 60%);
}.libdata_analysis .libextra_gain:hover h4::before {
    opacity: 1;
}.libdata_analysis .libextra_gain span {
    font-weight: 400;
    flex: 1;
    align-items: center;
    font-size: 17px;
    display: flex;
    color: #000000;
    padding: 2.5rem;
}.libdata_analysis svg {
    top: 1rem;
    right: 1rem;
    position: absolute;
    height: 24px;
    fill: rgba(255, 255, 255, 0.5);
    transition: all 0.3s ease;
    width: 24px;
}.libdata_analysis svg path {
    fill: inherit;
}.libdata_analysis .libextra_gain:hover svg {
    transform: scale(1.2) rotate(15deg);
    fill: rgba(255, 255, 255, 0.8);
}

@media (max-width: 1024px) {.libdata_analysis .libstatistics_plus {
    max-width: 100%;
}.libdata_analysis .libextra_gain h4 {
    font-size: calc(35px * 1.3);
    padding: 2rem;
}.libdata_analysis .libextra_gain span {
    padding: 2rem;
}
}

@media (max-width: 768px) {.libdata_analysis {
    padding: 4rem 0;
}.libdata_analysis .libsmart_pros {
    margin-bottom: 2rem;
    padding: 2rem;
}.libdata_analysis .libextra_gain {
    flex: 0 0 calc(100% - 2rem);
}.libdata_analysis .libextra_gain h4 {
    font-size: calc(35px * 1.2);
    padding: 1.8rem;
}.libdata_analysis .libextra_gain span {
    padding: 1.8rem;
}.libdata_analysis .libstatistics_benefits {
    font-size: calc(35px * 0.9);
    margin-bottom: 1.2rem;
}.libdata_analysis .libstatistics_plus {
    font-size: calc(17px * 0.95);
    line-height: 1.6;
}
}

@media (max-width: 480px) {.libdata_analysis {
    padding: 3rem 0;
}.libdata_analysis .libsmart_pros {
    margin-bottom: 1.5rem;
    padding: 1.5rem;
}.libdata_analysis .libextra_gain {
    flex-direction: column;
}.libdata_analysis .libextra_gain h4 {
    flex: 0 0 auto;
    width: 100%;
    font-size: 35px;
    padding: 1.5rem;
}.libdata_analysis .libextra_gain span {
    padding: 1.5rem;
    text-align: center;
    justify-content: center;
}.libdata_analysis .libstatistics_benefits {
    font-size: calc(35px * 0.8);
    margin-bottom: 1rem;
}.libdata_analysis .libstatistics_plus {
    font-size: calc(17px * 0.9);
    line-height: 1.5;
}.libdata_analysis svg {
    top: 0.8rem;
    height: 20px;
    right: 0.8rem;
    width: 20px;
}}.liboffer_selection {
    background: linear-gradient(135deg, rgb(222,216,227) 0%, rgba(245, 247, 250, 0.95) 100%);
    overflow: hidden;
    padding: 7rem 0;
    position: relative;
}.liboffer_selection::before {
    height: 70%;
    width: 40%;
    content: "";
    top: -10%;
    z-index: 0;
    position: absolute;
    right: -5%;
    background: linear-gradient(120deg, rgb(179,157,200,0.5) 20%, rgb(130,99,161,0.5) 80%);
    opacity: 0.1;
    transform: rotate(-15deg);
    border-radius: 10px;
}.liboffer_selection::after {
    transform: rotate(10deg);
    border-radius: 10px;
    bottom: -5%;
    height: 50%;
    background: linear-gradient(45deg, rgb(130,99,161,0.5) 30%, rgb(179,157,200,0.5) 70%);
    left: -3%;
    position: absolute;
    width: 35%;
    z-index: 0;
    opacity: 0.08;
    content: "";
}.liboffer_selection .container {
    margin: 0 auto;
    z-index: 2;
    padding: 0 2rem;
    position: relative;
    max-width: 1400px;
}.liboffer_selection .liblearning_fees {
    display: flex;
    flex-direction: column;
}.liboffer_selection .librate_panel {
    text-align: center;
    position: relative;
    order: 1;
    margin-bottom: 3.5rem;
}.liboffer_selection .librate_panel h2 {
    position: relative;
    margin-bottom: 1.5rem;
    font-weight: 700;
    display: inline-block;
    color: #000000;
    font-size: 38px;
}.liboffer_selection .librate_panel h2::after {
    transform: translateX(-50%);
    width: 70%;
    bottom: -0.75rem;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(179,157,200), transparent);
    left: 50%;
    position: absolute;
    height: 3px;
}.liboffer_selection .libdiscount_deals {
    color: #000000;
    max-width: 800px;
    margin: 0 auto;
    font-size: 17px;
    line-height: 1.6;
}.liboffer_selection .libannual_fee {
    gap: 2rem;
    order: 2;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    width: 100%;
    display: grid;
}.liboffer_selection .libfee_offers {
    color: #000000;
    display: block;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.4s ease;
    text-decoration: none;
    height: 100%;
}.liboffer_selection .libfee_offers:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}.liboffer_selection .libfee_offers::before {
    width: 100%;
    background: linear-gradient(90deg, rgb(179,157,200), rgb(130,99,161));
    content: "";
    position: absolute;
    transform: translateY(-5px);
    left: 0;
    top: 0;
    height: 5px;
    transition: transform 0.3s ease;
}.liboffer_selection .libfee_offers:hover::before {
    transform: translateY(0);
}.liboffer_selection .libgroup_plans {
    display: flex;
    box-sizing: border-box;
    height: 100%;
    flex-direction: column;
}.liboffer_selection .libprice_options {
    position: relative;
    flex: 1;
    display: flex;
    padding: 2rem 1.75rem;
    flex-direction: column;
}.liboffer_selection .libprice_options h3 {
    font-size: calc(19px * 1.1);
    position: relative;
    display: inline-block;
    color: #000000;
    font-weight: 700;
    margin-bottom: 1rem;
}.liboffer_selection .libprice_options .liblesson_fees {
    position: relative;
    font-weight: 700;
    color: rgb(179,157,200);
    margin-bottom: 1.5rem;
    font-size: calc(19px * 1.3);
}.liboffer_selection .libprice_options .liblesson_fees::after {
    content: "";
    position: absolute;
    height: 2px;
    width: 40px;
    background: rgb(179,157,200,0.5);
    left: 0;
    bottom: -0.75rem;
}.liboffer_selection .libprice_options p {
    color: #000000;
    flex-grow: 1;
    overflow-wrap: break-word;
    margin-bottom: 1.5rem;
    word-break: break-word;
    line-height: 1.65;
    word-wrap: break-word;
    font-size: 17px;
}.liboffer_selection .libphoto_thumbnail {
    width: 100%;
    height: 180px;
    overflow: hidden;
    position: relative;
    transition: transform 0.5s ease;
}.liboffer_selection .libphoto_thumbnail::after {
    position: absolute;
    top: 0;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4));
    left: 0;
    content: "";
    width: 100%;
}.liboffer_selection .libfee_offers:hover .libphoto_thumbnail {
    transform: scale(1.05);
}.liboffer_selection .libfee_offers:nth-child(odd) .libprice_options::before {
    top: 1rem;
    border-radius: 50%;
    opacity: 0.1;
    position: absolute;
    height: 2.5rem;
    content: "";
    background: rgb(179,157,200,0.5);
    width: 2.5rem;
    z-index: -1;
    right: 1rem;
}.liboffer_selection .libfee_offers:nth-child(even) .libprice_options::before {
    z-index: -1;
    content: "";
    opacity: 0.1;
    left: 1rem;
    width: 2.5rem;
    height: 2.5rem;
    bottom: 1rem;
    background: rgb(130,99,161,0.5);
    position: absolute;
    border-radius: 50%;
}

@media (min-width: 992px) {.liboffer_selection .liblearning_fees {
    flex-direction: row;
}.liboffer_selection .librate_panel {
    display: flex;
    flex-direction: column;
    text-align: left;
    flex: 0 0 30%;
    justify-content: center;
    padding-left: 3rem;
    order: 2;
    margin-bottom: 0;
}.liboffer_selection .librate_panel h2 {
    text-align: left;
    margin-bottom: 2rem;
}.liboffer_selection .librate_panel h2::after {
    transform: none;
    left: 0;
    width: 40%;
}.liboffer_selection .libdiscount_deals {
    margin: 0;
    text-align: left;
}.liboffer_selection .libannual_fee {
    grid-template-columns: repeat(2, 1fr);
    flex: 0 0 70%;
    order: 1;
}
}

@media (max-width: 991px) {.liboffer_selection {
    padding: 5rem 0;
}.liboffer_selection .libfee_offers {
    margin-bottom: 1.5rem;
}.liboffer_selection .librate_panel {
    padding: 0 1rem;
}
}

@media (max-width: 767px) {.liboffer_selection {
    padding: 4rem 0;
}.liboffer_selection .librate_panel h2 {
    font-size: calc(38px * 0.9);
}.liboffer_selection .libprice_options h3 {
    font-size: 19px;
}.liboffer_selection .libprice_options .liblesson_fees {
    font-size: calc(19px * 1.15);
}.liboffer_selection .libphoto_thumbnail {
    height: 160px;
}
}

@media (max-width: 575px) {.liboffer_selection {
    padding: 3rem 0;
}.liboffer_selection .container {
    padding: 0 1.5rem;
}.liboffer_selection .libannual_fee {
    gap: 1.5rem;
}.liboffer_selection .libprice_options {
    padding: 1.5rem;
}.liboffer_selection .libphoto_thumbnail {
    height: 140px;
}
}

@media (hover: none) {.liboffer_selection .libfee_offers:hover {
    transform: none;
}.liboffer_selection .libfee_offers:hover .libphoto_thumbnail {
    transform: none;
}}footer {
    width: 100%;
    position: relative;
}footer .libcloud_lab {
    color: #ffffff;
    font-family: Arial, sans-serif;
    padding: 250px 0 30px;
    background:rgb(130,99,161);
    position: relative;
}footer .libcloud_lab::before {
    top: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(179,157,200) 25%, rgb(130,99,161) 25%, rgb(130,99,161) 50%, rgb(179,157,200) 50%, rgb(179,157,200) 75%, rgb(130,99,161) 75%);
    height: 20px;
    content: "";
    left: 0;
    width: 100%;
}footer .libscholar_cta {
    z-index: 1;
    position: relative;
}footer .libonline_questions {
    position: absolute;
    border-radius: 25px;
    margin-bottom: 50px;
    justify-content: space-between;
    left: 0;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    top: -120px;
    right: 0;
    background-color: #ffffff;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    overflow: hidden;
}footer .info_item {
    align-items: center;
    flex: 1 1 250px;
    position: relative;
    transition: all 0.3s ease;
    justify-content: flex-start;
    display: flex;
    border-right: 1px solid rgba(0, 0, 0, 0.05);
    padding: 25px;
}footer .info_item:last-child {
    border-right: none;
}footer .info_item::after {
    transition: width 0.3s ease;
    content: "";
    background-color: rgb(179,157,200);
    left: 0;
    height: 3px;
    width: 0;
    bottom: 0;
    position: absolute;
}footer .info_item:hover::after {
    width: 100%;
}footer .info_item svg {
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    margin-right: 15px;
    fill: rgb(179,157,200);
}footer .info_item p,
footer .info_item a {
    color: #000000;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 16px;
}footer .info_item a:hover {
    color: rgb(179,157,200);
}footer .text_main_holder {
    gap: 20px;
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 100px;
}footer .libtop_nav {
    padding: 0 25px;
    position: relative;
}footer .libtop_nav svg {
    width: auto;
    height: 45px;
    margin-bottom: 20px;
    filter: brightness(0) invert(1);
}footer .libabuse_ctrl {
    max-width: 350px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.8);
    font-size: 12px;
}footer .libhead_pro {
    padding: 0 25px;
    position: relative;
}footer .libhead_pro h5 {
    color: #ffffff;
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 25px;
    font-weight: 600;
    position: relative;
    font-size: 19px;
    padding-bottom: 10px;
}footer .libhead_pro h5::after {
    background-color: rgb(179,157,200);
    bottom: -2px;
    position: absolute;
    left: 0;
    content: "";
    width: 60px;
    height: 2px;
}footer .libheader_pro {
    margin-bottom: 20px;
    flex-wrap: wrap;
    display: flex;
}footer .libheader_pro a {
    border-radius: 20px;
    transition: all 0.3s ease;
    color: rgba(255, 255, 255, 0.8);
    background-color: rgba(255, 255, 255, 0.05);
    margin: 5px 8px 5px 0;
    font-size: 16px;
    text-decoration: none;
    padding: 8px 16px;
}footer .libheader_pro a:hover {
    color: #ffffff;
    background-color: rgb(179,157,200);
    transform: translateY(-3px);
}footer .subscribe_holder {
    position: relative;
    background-color: rgb(130,99,161,0.5);
    border-radius: 25px;
    padding: 30px 25px;
}footer .subscribe_holder h5 {
    font-weight: 600;
    font-size: 19px;
    color: #ffffff;
    margin-bottom: 15px;
}footer .subscribe_holder p {
    line-height: 1.6;
    font-size: 16px;
    margin-bottom: 25px;
    color: rgba(255, 255, 255, 0.8);
}footer .input_holder {
    flex-direction: column;
    display: flex;
    position: relative;
    gap: 15px;
}footer .input_holder::before {
    opacity: 0.1;
    background-color: rgb(179,157,200);
    border-radius: 50%;
    height: 50px;
    right: -10px;
    top: -10px;
    position: absolute;
    width: 50px;
    content: "";
    z-index: -1;
}footer .input_holder::after {
    bottom: -20px;
    z-index: -1;
    border-radius: 50%;
    position: absolute;
    left: -10px;
    width: 70px;
    height: 70px;
    opacity: 0.1;
    background-color: rgb(130,99,161);
    content: "";
}footer .input_holder input[type="email"] {
    background-color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    padding: 15px;
    transition: all 0.3s ease;
    color: rgb(130,99,161);
    border-radius: 10px;
    border: none;
}footer .input_holder input[type="email"]:focus {
    background-color: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    outline: none;
}footer .input_holder input[type="email"]::placeholder {
    color: #000000;
    opacity: 0.6;
}footer .libinstant_learn {
    cursor: pointer;
    padding: 15px;
    background-color: rgb(179,157,200);
    position: relative;
    font-weight: 600;
    border-radius: 10px;
    overflow: hidden;
    border: none;
    font-size: 16px;
    transition: all 0.3s ease;
    color: #ffffff;
}footer .libinstant_learn::before {
    left: -100%;
    top: 0;
    content: "";
    transition: left 0.7s ease;
    position: absolute;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    height: 100%;
}footer .libinstant_learn:hover {
    background-color: rgb(130,99,161);
}footer .libinstant_learn:hover::before {
    left: 100%;
}footer .libfooter_workshops {
    padding-top: 20px;
    margin-top: 50px;
    text-align: center;
    border-top: 1px dashed rgba(255, 255, 255, 0.1);
}footer .libjob_board {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
}

@media (min-width: 768px) {footer .libcloud_lab {
    padding-top: 60px;
}footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .libinstant_learn {
    white-space: nowrap;
}
}

@media (max-width: 991px) {footer .libonline_questions {
    position: relative;
    margin-bottom: 80px;
    top: 0;
}footer .libcloud_lab {
    padding: 120px 0 30px;
}footer .text_main_holder {
    margin-top: 40px;
}
}

@media (max-width: 767px) {footer .info_item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    border-right: none;
}footer .info_item:last-child {
    border-bottom: none;
}footer .libhead_pro, footer .subscribe_holder, footer .libtop_nav {
    padding: 20px;
}footer .libfooter_workshops {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .libhead_pro h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
    font-size: calc(19px - 2px);
}footer .libheader_pro a {
    padding: 6px 12px;
    font-size: calc(16px - 1px);
}footer .input_holder input[type="email"],
    footer .libinstant_learn {
    padding: 12px;
}}.libour_mission {
    padding: 5rem 0;
    overflow: hidden;
    background: linear-gradient(145deg, rgb(222,216,227) 0%, rgb(130,99,161,0.5) 100%);
    position: relative;
}.libour_mission::before {
    position: absolute;
    right: -10%;
    width: 50%;
    height: 70%;
    top: -5%;
    background: linear-gradient(120deg, rgb(179,157,200,0.5) 0%, transparent 70%);
    transform: rotate(-15deg);
    opacity: 0.7;
    z-index: 1;
    content: "";
}.libour_mission::after {
    bottom: -5%;
    z-index: 1;
    position: absolute;
    opacity: 0.6;
    background: linear-gradient(240deg, rgb(130,99,161,0.5) 0%, transparent 80%);
    content: "";
    height: 50%;
    left: -10%;
    transform: rotate(10deg);
    width: 60%;
}.libour_mission .container {
    z-index: 2;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    padding: 0 2rem;
}.libour_mission h1 {
    letter-spacing: 1px;
    position: relative;
    margin-bottom: 3rem;
    transform: translateX(-0.5rem);
    font-weight: 700;
    padding-bottom: 1rem;
    color: #000000;
    font-size: 38px;
}.libour_mission h1::after {
    bottom: 0;
    transform-origin: left;
    left: 0;
    transform: scaleX(1);
    content: "";
    background: linear-gradient(90deg, rgb(179,157,200) 0%, rgb(130,99,161) 100%);
    position: absolute;
    height: 3px;
    width: 6rem;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}.libour_mission h1:hover::after {
    transform: scaleX(1.5);
}.libour_mission .liblearning_program {
    position: relative;
}.libour_mission .liblearning_program ul {
    gap: 3rem;
    margin: 0;
    list-style: none;
    display: grid;
    padding: 0;
    grid-template-columns: 1fr;
}.libour_mission .libstudy_lab {
    transform: translateY(0);
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    background: #ffffff;
    border-radius: 2px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    padding: 2.5rem;
}.libour_mission .libstudy_lab::before {
    top: 0;
    content: "";
    left: 0;
    transition: height 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    position: absolute;
    height: 0;
    background: linear-gradient(to bottom, rgb(179,157,200), rgb(130,99,161));
    width: 4px;
}.libour_mission .libstudy_lab:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    transform: translateY(-5px);
}.libour_mission .libstudy_lab:hover::before {
    height: 100%;
}.libour_mission .libstudy_lab h4 {
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    color: rgb(179,157,200);
    transform: translateX(0);
    padding-bottom: 0.75rem;
    position: relative;
    font-size: calc(23px * 1.2);
    font-weight: 600;
    margin-bottom: 1.5rem;
}.libour_mission .libstudy_lab:hover h4 {
    transform: translateX(0.5rem);
}.libour_mission .libstudy_lab h4::after {
    transition: width 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    background: rgb(130,99,161,0.5);
    bottom: 0;
    width: 3rem;
    left: 0;
    content: "";
    position: absolute;
    height: 2px;
    transform-origin: left;
}.libour_mission .libstudy_lab:hover h4::after {
    width: 5rem;
}.libour_mission .libstudy_lab div {
    font-family: Arial, sans-serif;
    font-size: 12px;
    overflow-y: auto;
    line-height: 1.7;
    color: #000000;
    padding-right: 0.5rem;
    max-height: 300px;
}.libour_mission .libstudy_lab div::-webkit-scrollbar {
    width: 4px;
}.libour_mission .libstudy_lab div::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgb(222,216,227);
}.libour_mission .libstudy_lab div::-webkit-scrollbar-thumb {
    background: rgb(130,99,161,0.5);
    border-radius: 10px;
}.libour_mission .libstudy_lab div::-webkit-scrollbar-thumb:hover {
    background: rgb(130,99,161);
}

@media (min-width: 768px) {.libour_mission {
    padding: 7rem 0;
}.libour_mission .container {
    padding: 0 4rem;
}.libour_mission h1 {
    font-size: calc(38px * 1.2);
    margin-bottom: 4rem;
}.libour_mission .liblearning_program ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}.libour_mission .libstudy_lab {
    display: flex;
    height: 500px;
    flex-direction: column;
}.libour_mission .libstudy_lab div {
    overflow-y: auto;
    max-height: none;
    flex-grow: 1;
}
}

@media (min-width: 1200px) {.libour_mission {
    padding: 8rem 0;
}.libour_mission .container {
    padding: 0 2rem;
}.libour_mission .liblearning_program ul {
    gap: 3rem;
}.libour_mission .libstudy_lab {
    padding: 3rem;
    transform: perspective(1000px) rotateY(0deg);
    transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}.libour_mission .libstudy_lab:first-child:hover {
    transform: perspective(1000px) rotateY(2deg) translateY(-5px);
}.libour_mission .libstudy_lab:last-child:hover {
    transform: perspective(1000px) rotateY(-2deg) translateY(-5px);
}.libour_mission .libstudy_lab h4 {
    font-size: calc(23px * 1.4);
}
}

@media (max-width: 767px) {.libour_mission {
    padding: 4rem 0;
}.libour_mission .container {
    padding: 0 1.5rem;
}.libour_mission h1 {
    font-size: calc(38px * 0.9);
    margin-bottom: 2.5rem;
}.libour_mission .liblearning_program ul {
    gap: 2rem;
}.libour_mission .libstudy_lab {
    padding: 1.5rem;
}.libour_mission .libstudy_lab h4 {
    margin-bottom: 1rem;
    font-size: 23px;
}.libour_mission .libstudy_lab div {
    line-height: 1.6;
    font-size: calc(12px * 0.95);
    max-height: 200px;
}
}