* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}

.lib-panel-container {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    height: 100%;
}

header,footer {
    width: 100%;
}

header {
    width: 100%;
    position: relative;
    z-index: 100;
    background: linear-gradient(135deg, rgb(222,193,170,0.5), rgb(199,161,128,0.5));
    padding: 0;
}

.container {
    max-width: 100%;
    width: 1239px;
    margin: auto;
}


.lib-training-method {
    z-index: 1;
    position: relative;
    overflow: hidden;
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(222,193,170,0.5) 0%, rgb(199,161,128,0.5) 100%);
}

.lib-training-method::after {
    z-index: -1;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    height: 100%;
    background: rgb(199,161,128);
    filter: blur(20px);
    width: 40%;
    opacity: 0.06;
    right: 0;
    animation: pulse 8s ease-in-out infinite alternate;
    transform-origin: top right;
    top: 0;
    content: "";
    position: absolute;
}

.lib-training-method .lib-team-profile {
    align-items: center;
    position: relative;
    display: flex;
    justify-content: flex-start;
}

.lib-training-method .lib-team-profile > div:hover {
    transform: translateY(-8px);
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.12),
        0 0 0 1px rgba(255, 255, 255, 0.2) inset;
}

.lib-training-method h3 {
    font-size: calc(36px * 0.85);
    margin-bottom: 1.5rem;
    position: relative;
    font-weight: 700;
    font-family: Arial, sans-serif;
    color: rgb(222,193,170);
    display: inline-block;
}

.lib-training-method .lib-team-profile > div:hover h3::after {
    width: 90%;
}

.lib-training-method p {
    color: #000000;
    line-height: 1.7;
    position: relative;
    font-family: Arial, sans-serif;
    font-size: 12px;
    margin-bottom: 0;
}

.lib-training-method p span::before {
    opacity: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
    width: 0.5rem;
    border-radius: 50%;
    content: "";
    height: 0.5rem;
    top: 0.8rem;
    left: -1.5rem;
    position: absolute;
    background: rgb(199,161,128);
    transform: scale(0);
}

.lib-our-story::after {
    position: absolute;
    height: 70%;
    right: -5%;
    clip-path: polygon(30% 0%, 100% 0%, 100% 100%, 0% 100%);
    opacity: 0.15;
    z-index: 0;
    width: 40%;
    content: "";
    top: -10%;
    animation: float 15s ease-in-out infinite;
    background: linear-gradient(145deg, rgb(222,193,170,0.5), rgb(199,161,128,0.5));
    transform: rotate(15deg);
}

.lib-our-story h4::after {
    height: 3px;
    content: "";
    transform: translateX(-50%);
    background: rgb(222,193,170);
    position: absolute;
    left: 50%;
    bottom: -12px;
    width: 60px;
    transition: width 0.4s ease;
}

.lib-our-story .container {
    margin: 0 auto;
    position: relative;
    display: flex;
    padding: 0 15px;
    justify-content: center;
    max-width: 1200px;
    z-index: 2;
}

.lib-our-story .lib-content-pad::before {
    height: 100%;
    background: linear-gradient(to bottom, rgb(222,193,170), rgb(199,161,128));
    transition: transform 0.5s ease;
    transform-origin: center;
    left: 0;
    position: absolute;
    top: 0;
    content: "";
    transform: scaleY(0.6);
    width: 5px;
}

.lib-our-story .lib-content-pad:hover::before {
    transform: scaleY(1);
}

.lib-our-story h6::after {
    background: rgb(199,161,128);
    left: 0;
    position: absolute;
    height: 2px;
    bottom: 0;
    content: "";
    width: 40px;
    transition: width 0.4s ease;
}

.lib-our-story .lib-content-pad:hover h6 {
    transform: translateX(10px);
}

.lib-our-story span {
    position: relative;
    font-size: 16px;
    column-gap: 2.5rem;
    hyphens: auto;
    line-height: 1.8;
    color: #000000;
    column-count: 1;
    display: block;
    opacity: 0.9;
    transform: translateY(0);
    transition: opacity 0.4s ease, transform 0.4s ease;
    text-align: justify;
}

.lib-course-program::after {
    opacity: 0.05;
    content: "";
    width: 100%;
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    background: 
        repeating-linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.5) 1px, transparent 1px, transparent 20px),
        repeating-linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.5) 1px, transparent 1px, transparent 20px);
    height: 100%;
}

.lib-course-program .lib-content-pad:hover {
    box-shadow: 0 40px 70px rgba(0, 0, 0, 0.18);
    transform: translateY(-8px);
}

.lib-course-program h2 {
    margin-bottom: 1.8rem;
    position: relative;
    display: inline-block;
    font-weight: 700;
    color: #000000;
    font-size: calc(35px * 1.2);
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.lib-course-program h2::before {
    border-top: 3px solid rgb(222,193,170);
    content: "";
    width: 45px;
    top: -15px;
    border-left: 3px solid rgb(222,193,170);
    opacity: 0.7;
    height: 45px;
    position: absolute;
    transition: all 0.5s ease;
    left: -15px;
}

.lib-course-program .lib-content-pad:hover h2::before {
    height: 55px;
    left: -20px;
    width: 55px;
    top: -20px;
}

.lib-course-program .lib-content-pad:hover h2::after {
    bottom: -20px;
    height: 55px;
    right: -20px;
    width: 55px;
}

.lib-course-program .description:last-of-type {
    border-radius: 10px;
    max-width: 90%;
    transform: perspective(1000px) rotateX(2deg);
    font-weight: 600;
    transition: all 0.5s ease;
    border-right: 3px solid rgb(199,161,128);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.7) 100%);
    border-left: 3px solid rgb(222,193,170);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    padding: 1.2rem 1.8rem;
}

.lib-course-program .lib-img-gallery-item::before {
    position: absolute;
    content: "";
    z-index: 1;
    opacity: 0.85;
    width: 100%;
    top: 0;
    left: 0;
    background: 
        radial-gradient(circle at center, transparent 30%, rgba(0, 0, 0, 0.5) 100%),
        linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, transparent 70%);
    height: 100%;
}



.lib-course-program .lib-content-pad::before {
    content: "";
    width: 70%;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    position: absolute;
    opacity: 0.15;
    right: -5%;
    z-index: -1;
    height: 70%;
    top: -5%;
    animation: morph 15s linear infinite alternate;
    background: rgb(222,193,170,0.5);
}

.lib-subscr-info::before {
    left: 0;
    height: 100%;
    position: absolute;
    background: linear-gradient(180deg, rgba(0,0,0,0.9) 0%, rgb(222,193,170,0.5) 100%);
    z-index: -1;
    content: "";
    width: 100%;
    top: 0;
}

.lib-subscr-info::after {
    background-image: repeating-linear-gradient(45deg, rgba(255,255,255,0.03) 0px, rgba(255,255,255,0.03) 2px, transparent 2px, transparent 4px);
    height: 100%;
    top: 0;
    content: "";
    z-index: -1;
    width: 100%;
    pointer-events: none;
    position: absolute;
    left: 0;
}

.lib-subscr-info .company_holder::before,
.lib-subscr-info .company_holder::after {
    content: "";
    position: absolute;
    animation: slide 3s infinite alternate;
    width: 20%;
    height: 2px;
    bottom: -1px;
    background: linear-gradient(90deg, transparent, rgb(199,161,128), transparent);
}

.lib-subscr-info .company_holder::before {
    left: 0;
    animation-delay: 0s;
}

.lib-subscr-info .lib-faq-block {
    line-height: 1.7;
    font-size: 14px;
    color: #ffffff;
    max-width: 600px;
    opacity: 0.8;
    margin: 1.5rem auto 0;
}

.lib-subscr-info .lib-app-store {
    display: flex;
    justify-content: center;
}

.lib-subscr-info .lib-nav-pagewrap::before {
    top: -30px;
    width: 1px;
    left: 50%;
    height: 20px;
    background: rgb(222,193,170);
    content: "";
    transform: translateX(-50%);
    position: absolute;
}

.lib-subscr-info .lib-first-class:hover {
    transform: translateY(-5px);
    background: rgba(rgb(222,193,170,0.5), 0.1);
    box-shadow: 0 12px 40px 0 rgba(0, 0, 0, 0.2);
}

.lib-subscr-info .lib-first-class .lib-nav-pagewrap {
    position: static;
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.lib-subscr-info .lib-first-class .lib-nav-pagewrap a {
    z-index: 1;
    position: relative;
    opacity: 0.75;
    font-size: 14px;
    color: #ffffff;
    overflow: hidden;
    transition: all 0.3s ease;
    text-align: center;
    padding: 0.4rem 0;
    text-decoration: none;
}

.lib-subscr-info .lib-first-class .lib-nav-pagewrap a:hover {
    opacity: 1;
    color: rgb(199,161,128);
}

.lib-subscr-info .lib-first-class .lib-nav-pagewrap a:hover::before {
    transform: scaleX(1);
}

.lib-policy-links::before {
    opacity: 0.3;
    background-size: 4px 4px;
    width: 100%;
    left: 0;
    background-image: linear-gradient(45deg, rgba(rgb(222,193,170,0.5), 0.05) 25%, transparent 25%, transparent 50%, rgba(rgb(222,193,170,0.5), 0.05) 50%, rgba(rgb(222,193,170,0.5), 0.05) 75%, transparent 75%, transparent);
    height: 100%;
    top: 0;
    position: absolute;
    content: "";
    animation: bgMove 20s linear infinite;
}

header::before {
    left: 0;
    width: 100%;
    content: '';
    top: 0;
    position: absolute;
    height: 100%;
    background: 
        linear-gradient(to right, transparent 25%, rgba(255, 255, 255, 0.05) 25%, rgba(255, 255, 255, 0.05) 26%, transparent 26%),
        linear-gradient(to right, transparent 50%, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.05) 51%, transparent 51%),
        linear-gradient(to right, transparent 75%, rgba(255, 255, 255, 0.05) 75%, rgba(255, 255, 255, 0.05) 76%, transparent 76%);
    z-index: 0;
}

header .lib-header-train {
    padding: 0 0 1rem 0;
    text-decoration: none;
    justify-content: center;
    position: relative;
    display: flex;
}

header .lib-header-train svg {
    height: auto;
    width: 180px;
    transition: all 0.3s ease;
}

header .lib-header-train:hover svg {
    filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.1));
    transform: translateY(-2px);
}

header .lib-first-class {
    display: flex;
    max-width: 90%;
    justify-content: center;
    padding: 1rem 2rem 0;
    width: 100%;
    flex-wrap: wrap;
    gap: 0.7rem;
}

header .lib-header-edu::before {
    left: 0;
    content: '';
    background: linear-gradient(to top, rgb(222,193,170,0.5), transparent);
    width: 100%;
    height: 0;
    z-index: -1;
    bottom: 0;
    position: absolute;
    transition: height 0.3s ease;
}

header .lib-header-edu:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    color: rgb(222,193,170);
    transform: translateY(-3px);
}

.lib-educational-gains::before {
    height: 6px;
    top: 0;
    content: "";
    right: 0;
    background: linear-gradient(90deg, rgb(222,193,170), rgb(199,161,128));
    left: 0;
    position: absolute;
    z-index: 1;
}

.lib-educational-gains .container {
    display: grid;
    margin: 0 auto;
    gap: 60px;
    position: relative;
    max-width: 1280px;
    grid-template-columns: 1fr 1.5fr;
    padding: 0 20px;
}

.lib-educational-gains .lib-img-gallery-item {
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    transform: perspective(1000px) rotateY(-8deg);
    height: 100%;
    width: 100%;
    box-shadow: 20px 20px 0 rgba(rgb(222,193,170,0.5), 0.2),
                -15px -15px 0 rgba(rgb(199,161,128,0.5), 0.15);
}

.lib-educational-gains .lib-content-pad {
    transform: translateZ(0);
    z-index: 2;
    padding: 30px;
    position: relative;
}

.lib-educational-gains h1 {
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 1.3;
    position: relative;
    color: #000000;
    font-size: 48px;
    transform: translateX(-5px);
}

.lib-educational-gains h1::after {
    left: 0;
    background: rgb(199,161,128);
    bottom: -10px;
    content: "";
    position: absolute;
    width: 80px;
    height: 3px;
}

.lib-educational-gains li {
    padding-left: 15px;
    transform: translateZ(0);
    position: relative;
    transition: transform 0.4s ease;
}

.lib-educational-gains li::before {
    transform: translateY(-50%) scale(0);
    height: 10px;
    position: absolute;
    content: "";
    opacity: 0.7;
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    background: rgb(222,193,170);
    width: 10px;
    border-radius: 10px;
    top: 50%;
    left: -5px;
}

.lib-educational-gains svg path {
    transition: fill 0.3s ease, transform 0.3s ease;
    fill: rgb(222,193,170);
}

.lib-educational-gains li:hover svg path:first-child {
    transform: translateY(-2px);
}

.lib-privacy-hutch {
    line-height: 1.6;
    background-color: rgb(240,225,212);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
    font-family: Arial, sans-serif;
    padding: 40px;
    color: #000000;
}

.lib-privacy-hutch h2 {
    margin-top: 30px;
    margin-bottom: 15px;
    color: rgb(199,161,128);
    font-weight: 600;
    font-size: 34px;
}

.lib-privacy-hutch h2 {
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text !important;
    background: linear-gradient(to right, rgb(222,193,170), rgb(199,161,128));
}

.lib-privacy-hutch h6 {
    font-size: 20px;
}

.lib-privacy-hutch ol {
    padding-left: 20px;
    margin-top: 10px;
    list-style-type: decimal;
}

.lib-privacy-hutch div {
    margin-bottom: 20px;
}

.lib-privacy-hutch span {
    color: rgb(222,193,170);
    font-weight: 600;
}

.lib-privacy-hutch ul li::marker,
.lib-privacy-hutch ol li::marker {
    color: rgb(199,161,128);
    font-weight: 700;
}

.lib-privacy-hutch section {
    padding-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.5);
    margin: 40px 0;
}

.lib-cookie-all {
    display: flex;
    margin: auto;
    align-items: center;
    background: rgba(0, 0, 0, 0.5);
    max-width: 1200px;
    border-radius: 20px;
    border: 2px solid rgb(222,193,170);
    justify-content: space-between;
    padding: 20px;
    width: 90%;
}

.lib-cookie-review svg {
    height: 50px;
    width: 50px;
    fill: rgb(222,193,170);
}

.lib-cookies-tracking h5 {
    letter-spacing: 1px;
    font-weight: 700;
    color: rgb(222,193,170);
    margin-bottom: 10px;
    font-size: 21px;
    text-transform: uppercase;
}

.lib-cookie-tab {
    border-radius: 10px;
    font-size: 14px;
    flex-shrink: 0;
    border: none;
    min-width: 120px;
    text-decoration: none;
    cursor: pointer;
    color: #ffffff;
    text-align: center;
    padding: 10px 20px;
    background: rgb(222,193,170);
}

.lib-academic-experience::before {
    transform: translateZ(0);
    position: absolute;
    top: -5%;
    content: "";
    opacity: 0.15;
    background: radial-gradient(circle, rgb(222,193,170,0.5) 0%, transparent 70%);
    height: 40vw;
    width: 40vw;
    right: -10%;
}

.lib-academic-experience .container {
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 0 2rem;
}

.lib-academic-experience .lib-review-views {
    display: grid;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.7) 100%);
    transform: translateZ(0);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.05),
        0 1px 3px rgba(0, 0, 0, 0.03),
        0 0 80px rgba(rgb(222,193,170), 0.03) inset;
    position: relative;
    backdrop-filter: blur(10px);
    padding: 2.5rem;
    grid-template-columns: 1fr;
    gap: 2rem;
}

.lib-academic-experience .lib-img-gallery-item::after {
    position: absolute;
    left: 0;
    width: 100%;
    content: "";
    height: 100%;
    z-index: 1;
    background: linear-gradient(135deg, transparent 0%, rgba(rgb(222,193,170), 0.1) 100%);
    top: 0;
}

.lib-academic-experience .name::after {
    position: absolute;
    transition: transform 0.4s ease;
    bottom: -8px;
    transform: scaleX(0.8);
    transform-origin: left;
    width: 60%;
    content: "";
    left: 0;
    height: 3px;
    background: linear-gradient(90deg, rgb(199,161,128) 0%, transparent 100%);
}

.lib-academic-experience .lib-work-section {
    font-size: 13px;
    line-height: 1.6;
    color: #000000;
    font-family: Arial, sans-serif;
    position: relative;
    margin: 0;
}

.lib-get-in-touch {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.lib-get-in-touch::before {
    width: 100%;
    top: 0;
    z-index: 1;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    backdrop-filter: blur(10px);
    background-color: rgb(222,193,170,0.5);
}

.lib-get-in-touch .container {
    width: 90%;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 3;
    position: relative;
}

.lib-get-in-touch .lib-message-box {
    overflow: hidden;
    gap: 30px;
    backdrop-filter: blur(15px);
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    border-radius: 18px;
    justify-content: space-between;
}

.lib-get-in-touch .lib-feedback-support::after {
    height: 150px;
    position: absolute;
    width: 150px;
    left: -75px;
    opacity: 0.3;
    background: rgb(222,193,170);
    content: '';
    bottom: -75px;
    border-radius: 50%;
}

.lib-get-in-touch .lib-feedback-support div {
    transition: transform 0.3s ease;
    display: flex;
    z-index: 5;
    margin-bottom: 25px;
    position: relative;
    align-items: center;
}

.lib-get-in-touch .lib-feedback-support div svg {
    width: 24px;
    height: 24px;
    margin-right: 15px;
    flex-shrink: 0;
}

.lib-get-in-touch .lib-feedback-support div span {
    font-size: 18px;
    color: #ffffff;
    font-weight: 400;
}

.lib-get-in-touch .lib-feedback-support div span a:hover {
    text-decoration: underline;
    color: rgb(240,225,212);
}

.lib-get-in-touch .lib-reach-grid::before {
    left: 0;
    width: 100%;
    height: 5px;
    content: '';
    background: linear-gradient(to right, rgb(222,193,170), rgb(199,161,128));
    top: 0;
    position: absolute;
}

.lib-get-in-touch .lib-reach-grid h3::after {
    position: absolute;
    background: rgb(199,161,128);
    width: 50px;
    bottom: -10px;
    content: '';
    height: 3px;
    left: 0;
}

.lib-get-in-touch form input[type="text"]:focus,
.lib-get-in-touch form input[type="email"]:focus {
    outline: none;
    border-color: rgb(199,161,128);
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.12);
    box-shadow: 0 0 15px rgba(rgb(199,161,128), 0.2);
}

.lib-get-in-touch form input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.lib-get-in-touch .lib-connect-map input[type="checkbox"] {
    opacity: 0;
    height: 0;
    cursor: pointer;
    width: 0;
    position: absolute;
}

.lib-get-in-touch .lib-connect-map label::before {
    content: '';
    position: absolute;
    height: 22px;
    width: 22px;
    top: 2px;
    background: transparent;
    left: 0;
    transition: all 0.3s ease;
    border: 2px solid rgb(199,161,128);
    border-radius: 10px;
}

.lib-get-in-touch .lib-connect-map label a {
    text-decoration: none;
    color: rgb(199,161,128);
    transition: color 0.3s ease;
}

.lib-get-in-touch .lib-connect-map label a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.lib-get-in-touch form .lib-feedback-links {
    padding: 16px 30px;
    border-radius: 10px;
    background: linear-gradient(to right, rgb(222,193,170), rgb(199,161,128));
    transition: all 0.3s ease;
    border: none;
    font-size: 14px;
    color: #ffffff;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    font-weight: 600;
}

.lib-get-in-touch form .lib-feedback-links:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.lib-get-in-touch .lib-feedback-support div:nth-child(3) {
    animation: float 7s infinite ease-in-out;
}

.lib-get-in-touch .lib-feedback-support div:nth-child(5) {
    animation: float 8s infinite ease-in-out;
}

.lib-pricing-options .container {
    margin: 0 auto;
    z-index: 2;
    padding: 0 20px;
    position: relative;
    max-width: 1400px;
}

.lib-pricing-options .lib-fee-struct {
    flex-direction: column;
    align-items: center;
    display: flex;
}

.lib-pricing-options h2 {
    transform: translateY(0);
    position: relative;
    font-size: 38px;
    text-shadow: 0 2px 10px rgba(0,0,0,0.2);
    font-weight: 700;
    animation: fadeSlideDown 0.8s ease-out forwards;
    margin-bottom: 25px;
    text-align: center;
    color: #ffffff;
}

.lib-pricing-options .lib-cost-plan {
    font-size: calc(17px * 1.1);
    max-width: 700px;
    line-height: 1.6;
    margin: 0 auto 60px;
    text-align: center;
    transform: translateY(20px);
    opacity: 0;
    animation: fadeSlideUp 0.8s 0.3s ease-out forwards;
    color: #ffffff;
}

.lib-pricing-options .lib-value-fees li:nth-child(1) {
    animation-delay: 0.4s;
}

.lib-pricing-options .lib-value-fees li:nth-child(2) {
    animation-delay: 0.6s;
}

.lib-pricing-options .lib-value-fees li:nth-child(4) {
    animation-delay: 1s;
}

.lib-pricing-options .lib-pro-rates:hover {
    transform: translateY(-12px);
}

.lib-pricing-options .lib-pricing-levels {
    background: #ffffff;
    position: relative;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1), 0 5px 15px rgba(0,0,0,0.07);
    border-radius: 20px;
    transition: box-shadow 0.45s ease, transform 0.45s cubic-bezier(0.2, 1, 0.3, 1);
    height: 100%;
    overflow: hidden;
}

.lib-pricing-options .lib-pro-rates:hover .lib-pricing-levels::before {
    transform-origin: left;
    transform: scaleX(1);
}

.lib-pricing-options .lib-cert-fees {
    position: relative;
    padding: 35px 30px;
}

.lib-pricing-options .lib-cert-fees h4 {
    font-size: calc(21px * 1.1);
    color: #000000;
    position: relative;
    padding-bottom: 15px;
    font-weight: 700;
    margin-bottom: 20px;
    transition: color 0.35s ease;
}

.lib-pricing-options .lib-pro-rates:hover .lib-cert-fees h4::after {
    width: 75px;
    background: rgb(222,193,170);
}

.lib-pricing-options .lib-cert-fees p {
    position: relative;
    overflow-y: auto;
    padding-right: 15px;
    margin-bottom: 30px;
    max-height: 150px;
    line-height: 1.7;
    font-size: 17px;
    color: #000000;
}

.lib-pricing-options .lib-pro-rates:hover .lib-tuition-plans {
    transform: scale(1.05);
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}

.lib-pricing-options .lib-tuition-plans::before {
    position: absolute;
    width: 100%;
    transition: transform 0.6s ease;
    top: 0;
    content: "";
    left: 0;
    height: 100%;
    transform: translateX(-100%);
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
}

.lib-title-greeting .lib-course-entry {
    position: relative;
    display: flex;
    justify-content: center;
    min-height: 100vh;
    align-items: center;
}

.lib-title-greeting .lib-course-entry::after {
    z-index: 2;
    left: 0;
    background-image: repeating-linear-gradient(
    -45deg,
    rgba(0, 0, 0, 0.5) 0,
    rgba(0, 0, 0, 0.5) 1px,
    transparent 1px,
    transparent 20px
  );
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    opacity: 0.1;
    top: 0;
}

.lib-title-greeting .lib-mentor-values > div:first-child {
    position: relative;
    opacity: 0;
    transform: translateX(-10px);
    animation: slideRight 0.8s 0.5s cubic-bezier(0.23, 1, 0.32, 1) forwards;
}

.lib-title-greeting .lib-mentor-values > div:last-child {
    opacity: 0;
    padding-left: 2rem;
    transform: translateX(10px);
    position: relative;
    border-left: 3px solid rgb(222,193,170);
    animation: slideLeft 0.8s 0.7s cubic-bezier(0.23, 1, 0.32, 1) forwards;
}

.lib-title-greeting .title_style_header {
    font-size: clamp(2.5rem, 5vw, 39px);
    letter-spacing: -0.02em;
    line-height: 1.2;
    font-weight: 700;
    margin: 0 0 1rem;
    color: #ffffff;
    position: relative;
    text-shadow: 0 2px 10px rgba(0,0,0,0.2);
}

.lib-title-greeting .title_style_header::before {
    transform: scaleX(0);
    background: rgb(222,193,170);
    width: 60px;
    transform-origin: left;
    bottom: -20px;
    content: "";
    animation: expandWidth 1.2s 1s cubic-bezier(0.23, 1, 0.32, 1) forwards;
    left: 0;
    height: 8px;
    position: absolute;
}

.lib-gratitudeWeb {
    perspective: 1000px;
    background: linear-gradient(135deg, rgb(199,161,128,0.5), rgb(222,193,170,0.5) 70%);
    min-height: 60vh;
    position: relative;
    padding: 5rem 0;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.lib-gratitudeWeb::after {
    position: absolute;
    content: "";
    right: -20%;
    animation: shimmerEffect 15s infinite alternate ease-in-out;
    width: 80%;
    height: 200%;
    background: radial-gradient(
        circle at center,
        rgb(222,193,170,0.5) 0%,
        transparent 70%
    );
    top: -50%;
    z-index: 0;
    transform: rotate(35deg);
    opacity: 0.15;
}

.lib-gratitudeWeb .lib-team-profile:hover {
    transform: rotateX(0deg) rotateY(0deg);
}

.lib-gratitudeWeb .lib-team-profile::before {
    transform: translateZ(-10px);
    height: 100%;
    position: absolute;
    content: "";
    opacity: 0.05;
    pointer-events: none;
    top: 0;
    background: linear-gradient(
        45deg,
        rgb(199,161,128,0.5) 0%,
        transparent 30%,
        transparent 70%,
        rgb(222,193,170,0.5) 100%
    );
    z-index: -1;
    left: 0;
    width: 100%;
}

.lib-gratitudeWeb .lib-team-profile > div:first-child::after {
    animation: lineExtend 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    content: "";
    left: 0;
    bottom: 0;
    height: 3px;
    background: linear-gradient(
        to right,
        rgb(199,161,128),
        rgb(222,193,170,0.5)
    );
    transform-origin: left center;
    position: absolute;
    width: 40%;
}

.lib-gratitudeWeb p {
    max-width: 95%;
    opacity: 0;
    color: #000000;
    transform: translateY(20px);
    animation: fadeInUp 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.6s;
    font-size: clamp(1rem, 1.2vw, 12px);
    margin: 0;
    line-height: 1.8;
    font-family: Arial, sans-serif;
}

.lib-gratitudeWeb a:hover::before {
    opacity: 0.5;
    transform: scale(1.02);
}

.lib-gratitudeWeb a::after {
    transform-origin: right;
    background: linear-gradient(
        to right,
        rgb(199,161,128),
        rgb(222,193,170)
    );
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    transform: scaleX(0);
    height: 1px;
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -5px;
}

.lib-data-statistics::before {
    position: absolute;
    content: "";
    background: linear-gradient(135deg, #f8f9fa 0%, rgba(255, 255, 255, 0.98) 100%);
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    z-index: 1;
}

.lib-data-statistics .container {
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    z-index: 3;
}

.lib-data-statistics .lib-gain-statistics {
    display: flex;
    position: relative;
    flex-direction: column;
    z-index: 4;
    align-items: center;
}

.lib-data-statistics .lib-statistics-reasons::before {
    top: -10px;
    animation: pulse 3s ease-in-out infinite alternate;
    left: -10px;
    right: -10px;
    bottom: -10px;
    border: 1px dashed rgb(222,193,170,0.5);
    content: "";
    border-radius: 50%;
    position: absolute;
}

.lib-data-statistics .lib-statistics-tracks {
    padding-left: 25px;
    font-weight: 700;
    font-size: 36px;
    position: relative;
    color: #333333;
}

.lib-data-statistics .lib-advantage-statistics {
    font-size: 15px;
    max-width: 700px;
    padding-bottom: 25px;
    position: relative;
    text-align: center;
    opacity: 0.9;
    line-height: 1.6;
    margin-bottom: 70px;
    color: #555555;
}

.lib-data-statistics .lib-statistics-support {
    justify-content: center;
    display: flex;
    width: 100%;
    gap: 30px;
    flex-wrap: wrap;
}

.lib-data-statistics .lib-study-elevation::before,
.lib-data-statistics .lib-study-elevation::after {
    pointer-events: none;
    position: absolute;
    content: "";
}

.lib-data-statistics .lib-study-elevation::before {
    border: 1px solid rgba(0, 0, 0, 0.05);
    bottom: 0;
    border-radius: 10px;
    z-index: -1;
    right: 0;
    left: 0;
    top: 0;
}

.lib-data-statistics .lib-study-elevation::after {
    left: -3px;
    transition: opacity 0.3s ease;
    background: linear-gradient(135deg, rgb(222,193,170) 0%, transparent 50%, rgb(199,161,128) 100%);
    top: -3px;
    z-index: -2;
    bottom: -3px;
    border-radius: calc(10px + 3px);
    opacity: 0;
    right: -3px;
}

.lib-data-statistics .stat_item_decor::before,
.lib-data-statistics .stat_item_decor::after {
    content: "";
    background: rgb(222,193,170);
    height: 1px;
    width: 20px;
    position: absolute;
}

.lib-data-statistics .stat_item_decor::before {
    top: 20px;
    left: 20px;
}

.lib-data-statistics .stat_item_decor span::after {
    right: 20px;
    top: 20px;
}

.lib-data-statistics .lib-class-statistics {
    position: relative;
    z-index: 1;
    margin-bottom: 25px;
    height: 60px;
    transition: all 0.3s ease;
    width: 60px;
}

.lib-data-statistics .lib-study-elevation:hover .lib-class-statistics {
    transform: scale(1.1) rotate(5deg);
}

.lib-data-statistics .lib-study-elevation:hover .lib-class-statistics::after {
    opacity: 0.3;
    animation: slow-rotate 10s linear infinite;
}

.lib-data-statistics .lib-class-statistics svg {
    transition: all 0.3s ease;
    filter: drop-shadow(0 0 5px rgb(199,161,128,0.5));
    fill: rgb(199,161,128);
    width: 100%;
    height: 100%;
}

.lib-data-statistics .lib-study-elevation span::before {
    bottom: -5px;
    height: 2px;
    background: rgb(222,193,170,0.5);
    left: 50%;
    transform: translateX(-50%);
    content: "";
    opacity: 0.5;
    width: 30px;
    position: absolute;
}

.lib-data-statistics .lib-study-elevation p {
    position: relative;
    z-index: 1;
    font-size: 15px;
    line-height: 1.4;
    color: #555555;
    opacity: 0.8;
}

.lib-ideal-participants::before {
    content: "";
    height: 100%;
    position: absolute;
    background-image: 
        radial-gradient(circle at 75% 25%, rgb(222,193,170,0.5) 0%, transparent 50%),
        radial-gradient(circle at 25% 75%, rgb(199,161,128,0.5) 0%, transparent 50%);
    top: 0;
    z-index: 0;
    width: 100%;
    left: 0;
    opacity: 0.5;
}

.lib-ideal-participants .container {
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 1;
}

.lib-ideal-participants .lib-team-profile {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-radius: 20px;
    display: flex;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    position: relative;
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    transform: translateY(0);
    flex-direction: column;
}

.lib-ideal-participants h4::before {
    height: 100%;
    position: absolute;
    width: 100%;
    opacity: 0.5;
    content: "";
    left: 0;
    top: 0;
    background: 
        radial-gradient(circle at 20% 50%, rgba(255, 255, 255, 0.2) 0%, transparent 25%),
        radial-gradient(circle at 80% 50%, rgba(255, 255, 255, 0.2) 0%, transparent 25%);
}

.lib-ideal-participants div p:last-child {
    margin-bottom: 0;
}

.lib-ideal-participants div p::before {
    background: linear-gradient(180deg, rgb(222,193,170), rgb(199,161,128));
    position: absolute;
    width: 4px;
    top: 0;
    height: 100%;
    content: "";
    transition: all 0.3s ease;
    left: 0;
}

.lib-ideal-participants div p:hover {
    border-color: rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transform: translateX(5px);
}

.lib-ideal-participants div p:hover::before {
    width: 8px;
}

.lib-ideal-participants div p:hover::after {
    opacity: 1;
}

.lib-ideal-participants div p:hover svg {
    transform: scale(1.15);
}

.lib-ideal-participants div p svg path {
    fill: rgb(222,193,170);
    transition: fill 0.3s ease;
}

.lib-ideal-participants div p:hover svg path {
    fill: rgb(199,161,128);
}




@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}


@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}



@media (max-width: 991px) {.lib-training-method {
    padding: 5rem 0;
}.lib-training-method .lib-team-profile > div {
    padding: 2.5rem 2rem;
    max-width: 100%;
}.lib-training-method h3 {
    font-size: calc(36px * 0.75);
}
}



@media (max-width: 767px) {.lib-training-method {
    padding: 4rem 0;
}.lib-training-method::before {
    opacity: 0.05;
}.lib-training-method .lib-team-profile > div {
    transform: none !important;
    padding: 2rem 1.5rem;
}.lib-training-method h3 {
    margin-bottom: 1.2rem;
    font-size: calc(36px * 0.7);
}.lib-training-method p {
    font-size: calc(12px * 0.95);
}.lib-training-method h3::after {
    width: 40%;
}.lib-training-method .lib-team-profile > div:hover h3::after {
    width: 70%;
}
}



@media (max-width: 480px) {.lib-training-method {
    padding: 3rem 0;
}.lib-training-method .lib-team-profile > div {
    padding: 1.5rem 1.2rem;
}.lib-training-method h3 {
    margin-bottom: 1rem;
    font-size: calc(36px * 0.65);
}.lib-training-method p {
    font-size: calc(12px * 0.9);
    line-height: 1.6;
}.lib-training-method h3::after {
    height: 2px;
}.lib-training-method p span::before {
    display: none;
}}



@media screen and (min-width: 992px) {.lib-our-story {
    padding: 150px 0;
}.lib-our-story .lib-content-pad {
    padding: 4.5rem 5rem;
}.lib-our-story h4 {
    font-size: calc(22px * 1.6);
}.lib-our-story h4::after {
    height: 4px;
}.lib-our-story h6 {
    margin-bottom: 2rem;
}
}



@media screen and (max-width: 480px) {.lib-our-story {
    padding: 60px 0;
}.lib-our-story .lib-content-pad {
    padding: 1.5rem;
}.lib-our-story h4 {
    letter-spacing: 1px;
}.lib-our-story h4::after {
    height: 2px;
    width: 40px;
}.lib-our-story:hover h4::after {
    width: 60px;
}.lib-our-story h6 {
    padding-bottom: 0.5rem;
}.lib-our-story span {
    font-size: calc(16px * 0.9);
    line-height: 1.6;
}}



@media (max-width: 768px) {.lib-course-program {
    padding: 4rem 0;
}.lib-course-program .lib-content-pad {
    max-width: 90%;
    clip-path: polygon(
            0% 3%, 
            3% 0%, 
            97% 0%, 
            100% 3%, 
            100% 97%, 
            97% 100%, 
            3% 100%, 
            0% 97%
        );
    padding: 2.5rem 1.5rem;
}.lib-course-program h2 {
    font-size: calc(35px * 0.95);
}.lib-course-program h2::before,
    .lib-course-program h2::after {
    height: 35px;
    left: -10px;
    width: 35px;
    top: -10px;
}.lib-course-program h2::after {
    right: -10px;
    bottom: -10px;
}.lib-course-program .lib-content-pad:hover h2::before,
    .lib-course-program .lib-content-pad:hover h2::after {
    height: 40px;
    width: 40px;
}.lib-course-program .description {
    line-height: 1.7;
    max-width: 95%;
    font-size: calc(12px * 0.95);
}.lib-course-program .description:last-of-type {
    max-width: 95%;
    padding: 1rem 1.5rem;
}.lib-course-program .lib-img-gallery-item {
    width: 150%;
    height: 150%;
}
}



@media screen and (max-width: 992px) {.lib-subscr-info {
    padding: 4rem 0 2rem;
}.lib-subscr-info .company_holder {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
}.lib-subscr-info .company_holder h3 {
    font-size: 29px;
}.lib-subscr-info .lib-nav-pagewrap {
    gap: 3rem;
}
}



@media screen and (max-width: 768px) {.lib-subscr-info .lib-app-store {
    align-items: center;
    flex-direction: column;
}.lib-subscr-info .lib-nav-pagewrap {
    max-width: 450px;
    width: 100%;
    gap: 2rem;
    flex-direction: column;
}.lib-subscr-info .lib-first-class {
    width: 100%;
}
}



@media screen and (max-width: 576px) {.lib-subscr-info {
    padding: 3rem 0 1.5rem;
}.lib-subscr-info .company_holder h3 {
    font-size: calc(29px * 0.9);
}.lib-subscr-info .lib-faq-block {
    font-size: calc(14px * 0.9);
}.lib-subscr-info .lib-first-class {
    padding: 1rem;
}.lib-subscr-info .lib-first-class h5 {
    font-size: calc(22px * 0.9);
}.lib-policy-links {
    padding: 1rem 0;
    margin-top: 2rem;
}.lib-policy-links .lib-grant-cta {
    font-size: calc(12px * 0.9);
}.lib-policy-links .lib-grant-cta::before,
    .lib-policy-links .lib-grant-cta::after {
    display: none;
}}



@media (max-width: 480px) {header .lib-top-core {
    margin: 0.5rem 0;
    padding: 0.8rem 0;
}header .lib-header-train {
    padding: 0 0 0.6rem 0;
}header .lib-header-train svg {
    width: 120px;
}header .lib-first-class {
    padding: 0.6rem 0.5rem 0;
    flex-wrap: nowrap;
    overflow-x: auto;
    justify-content: flex-start;
}header .lib-first-class::-webkit-scrollbar {
    height: 3px;
}header .lib-first-class::-webkit-scrollbar-thumb {
    background: rgb(222,193,170);
    border-radius: 10px;
}header .lib-header-edu {
    margin-right: 3px;
    white-space: nowrap;
    flex-shrink: 0;
}}



@media (max-width: 768px) {.lib-educational-gains {
    padding: 60px 0;
}.lib-educational-gains .container {
    gap: 30px;
}.lib-educational-gains .lib-img-gallery-item {
    transform: none;
    box-shadow: 10px 10px 0 rgba(rgb(222,193,170,0.5), 0.2),
                    -8px -8px 0 rgba(rgb(199,161,128,0.5), 0.15);
    width: 100%;
}.lib-educational-gains .lib-content-pad {
    padding: 20px;
}.lib-educational-gains .lib-content-pad::before {
    height: calc(100% + 20px);
    left: -10px;
    top: -10px;
    width: calc(100% + 20px);
}.lib-educational-gains h1 {
    font-size: calc(48px * 0.8);
    margin-bottom: 25px;
}.lib-educational-gains ul {
    gap: 15px;
}
}


@media only screen and (max-width: 800px) {.lib-privacy-hutch {
    padding: 20px;
    border-radius: 10px;
}.lib-privacy-hutch h1 {
    font-size: calc(18px - 0.5rem);
}.lib-privacy-hutch h2 {
    font-size: calc(18px - 0.4rem);
}.lib-privacy-hutch p {
    font-size: calc(12px - 0.2rem);
}}



@media (min-width: 768px) {.lib-academic-experience {
    padding: 8rem 0;
}.lib-academic-experience .lib-review-views {
    grid-template-rows: auto 1fr;
    gap: 2.5rem 3rem;
    grid-template-columns: auto 1fr;
    padding: 3rem;
}.lib-academic-experience .lib-review-views > div:first-child {
    grid-row: span 2;
}.lib-academic-experience .lib-img-gallery-item {
    width: 260px;
    height: 260px;
}.lib-academic-experience .name {
    font-size: calc(22px + 0.2rem);
}.lib-academic-experience .lib-work-section {
    font-size: calc(13px + 0.05rem);
}
}



@media (min-width: 1200px) {.lib-academic-experience .container {
    padding: 0 4rem;
}.lib-academic-experience .lib-review-views {
    gap: 3rem 5rem;
}.lib-academic-experience .lib-review-views:hover .name::after {
    transform: scaleX(1);
}
}



@media screen and (max-width: 992px) {.lib-get-in-touch {
    padding: 80px 0;
}.lib-get-in-touch .lib-message-box {
    flex-direction: column;
}.lib-get-in-touch .lib-feedback-support,
    .lib-get-in-touch .lib-reach-grid {
    width: 100%;
    padding: 40px 30px;
}.lib-get-in-touch .lib-feedback-support h3 {
    margin-bottom: 30px;
    font-size: calc(32px * 0.9);
}.lib-get-in-touch .lib-feedback-support div {
    margin-bottom: 20px;
}
}



@media (max-width: 1200px) {.lib-pricing-options {
    padding: 100px 0;
}.lib-pricing-options .lib-value-fees {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 25px;
}
}



@media (max-width: 991px) {.lib-pricing-options {
    padding: 80px 0;
}.lib-pricing-options h2 {
    font-size: calc(38px * 0.9);
}.lib-pricing-options .lib-cost-plan {
    font-size: 17px;
    margin-bottom: 50px;
}.lib-pricing-options .lib-value-fees {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}.lib-pricing-options .lib-cert-fees {
    padding: 25px 20px;
}
}



@media (max-width: 480px) {.lib-pricing-options {
    padding: 50px 0;
}.lib-pricing-options h2 {
    font-size: calc(38px * 0.7);
}.lib-pricing-options .lib-cert-fees {
    padding: 20px 18px;
}.lib-pricing-options .lib-tuition-plans {
    font-size: calc(21px * 1.1);
    padding: 10px 15px;
}}



@media (min-width: 1200px) {.lib-title-greeting .lib-mentor-values {
    gap: 4rem;
    padding: 6rem 5rem;
}.lib-title-greeting .title_style_header {
    margin-bottom: 1.5rem;
}.lib-title-greeting .lib-mentor-values > div:first-child {
    position: relative;
}.lib-title-greeting .lib-mentor-values > div:first-child::after {
    position: absolute;
    content: "";
    width: 1px;
    right: -2rem;
    height: 80%;
    top: 50%;
    background: linear-gradient(to bottom, transparent, rgb(255, 255, 255, 0.5), transparent);
    transform: translateY(-50%);
}
}



@media (max-width: 480px) {.lib-title-greeting .lib-mentor-values {
    padding: 2.5rem 1.5rem;
}.lib-title-greeting .lib-mentor-values > div:last-child {
    padding-left: 1rem;
    border-left-width: 2px;
}}



@media (max-width: 767px) {.lib-gratitudeWeb {
    min-height: auto;
    padding: 3rem 0;
}.lib-gratitudeWeb .lib-team-profile {
    transform: none;
    padding: 2rem;
}.lib-gratitudeWeb .lib-team-profile > div:first-child {
    margin-bottom: 1.5rem;
    padding-bottom: 1.2rem;
}.lib-gratitudeWeb .lib-team-profile > div:first-child::after {
    width: 80%;
}.lib-gratitudeWeb p {
    line-height: 1.6;
}.lib-gratitudeWeb::after {
    right: -50%;
    top: -30%;
    width: 100%;
}
}



@media screen and (max-width: 1200px) {.lib-data-statistics {
    padding: 100px 0;
}.lib-data-statistics .lib-statistics-support {
    gap: 25px;
}.lib-data-statistics .lib-study-elevation {
    padding: 35px 20px;
    min-width: 200px;
}
}



@media screen and (max-width: 992px) {.lib-data-statistics {
    padding: 90px 0;
}.lib-data-statistics .lib-advantage-statistics {
    margin-bottom: 60px;
}.lib-data-statistics .lib-study-elevation {
    min-width: 180px;
}
}



@media screen and (max-width: 576px) {.lib-data-statistics {
    padding: 70px 0;
}.lib-data-statistics .lib-statistics-tracks {
    font-size: calc(36px * 0.9);
}.lib-data-statistics .lib-advantage-statistics {
    padding-bottom: 20px;
    font-size: calc(15px * 0.95);
    margin-bottom: 50px;
}.lib-data-statistics .lib-statistics-support {
    flex-direction: column;
    align-items: center;
}.lib-data-statistics .lib-study-elevation {
    max-width: 100%;
    min-width: 100%;
}.lib-data-statistics .lib-class-statistics {
    margin-bottom: 20px;
    width: 50px;
    height: 50px;
}.lib-data-statistics .lib-study-elevation span {
    font-size: 2.2rem;
}.lib-data-statistics .lib-study-elevation p {
    font-size: calc(15px * 0.9);
}}



@media (max-width: 479px) {.lib-ideal-participants {
    padding: 40px 0;
}.lib-ideal-participants h4 {
    padding: 20px 15px;
    font-size: calc(35px - 6px);
}.lib-ideal-participants div {
    padding: 20px 15px;
}.lib-ideal-participants div p {
    padding: 10px 12px;
    font-size: calc(16px - 1px);
    margin-bottom: 10px;
}.lib-ideal-participants div p svg {
    margin-right: 10px;
    height: 18px;
    min-width: 18px;
    width: 18px;
}
}



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



@keyframes morph {
    0% {
        border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    }
    25% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
    50% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }
    75% {
        border-radius: 40% 60% 30% 70% / 60% 40% 30% 70%;
    }
    100% {
        border-radius: 60% 40% 60% 40% / 50% 60% 40% 50%;
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.8;
    }
    50% {
        transform: scale(1.05);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 0.8;
    }
}



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



@keyframes expandLine {
    from {
        transform: translateX(-50%) scaleX(0);
    }
    to {
        transform: translateX(-50%) scaleX(1);
    }
}



@keyframes gradientShift {
  0% {
    background: linear-gradient(135deg, rgb(222,193,170,0.5), rgb(199,161,128,0.5));
  }
  50% {
    background: linear-gradient(225deg, rgb(199,161,128,0.5), rgb(222,193,170,0.5));
  }
  100% {
    background: linear-gradient(315deg, rgb(222,193,170,0.5), rgb(199,161,128,0.5));
  }
}



@keyframes slideLeft {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}



@keyframes rotateIn {
  0% {
    transform: rotate(45deg) scale(0);
    opacity: 0;
  }
  100% {
    transform: rotate(45deg) scale(1);
    opacity: 0.6;
  }
}



@keyframes lineExtend {
    from {
        transform: scaleX(0);
    }
    to {
        transform: scaleX(1);
    }
}



@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.3;
    }
    100% {
        transform: scale(1.2);
        opacity: 0.1;
    }
}



@keyframes slow-rotate {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}



@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-5px);
    }
    100% {
        transform: translateY(0px);
    }
}

