a {
    text-decoration: none;
    color: inherit;
}

svg {
    height: 30px;
    width: 30px;
}

.lib-top-section {
    flex: 1 0 auto;
}

.lib-subscr-info {
    flex: 0 0 auto;
}

.lib-subscr-info {
    z-index: 1;
    position: relative;
    background-attachment: fixed;
    padding: 6rem 0 3rem;
    color: #ffffff;
}

html,body {
    color: #000000;
    font-family: Arial, sans-serif;
    height: 100%;
    min-height: 100%;
    auto
contain
    scroll-behavior: auto;
}

.lib-training-method::before {
    left: -2%;
    background: repeating-linear-gradient(
        45deg,
        rgb(255, 255, 255, 0.5) 0px,
        rgb(255, 255, 255, 0.5) 1px,
        transparent 1px,
        transparent 15px
    );
    opacity: 0.08;
    z-index: -1;
    top: -5%;
    width: 104%;
    position: absolute;
    transform: perspective(1000px) rotateX(5deg);
    content: "";
    height: 110%;
}

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

.lib-training-method .lib-team-profile > div {
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    transform: translateX(0) translateY(0);
    padding: 3.5rem 3rem;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.08),
        0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    max-width: 800px;
    position: relative;
    width: 100%;
    background: rgba(255, 255, 255, 0.94);
    -webkit-backdrop-filter: blur(10px) saturate(180%);
    backdrop-filter: blur(10px) saturate(180%);
}

.lib-training-method h3::after {
    position: absolute;
    left: 0;
    height: 3px;
    background: linear-gradient(90deg, rgb(222,193,170) 0%, rgb(199,161,128) 100%);
    bottom: -10px;
    content: "";
    transition: width 0.3s ease-out;
    width: 60%;
    transform-origin: left;
}

.lib-training-method p span {
    display: block;
    position: relative;
}

.lib-training-method .lib-team-profile > div:hover p span::before {
    transform: scale(1);
    opacity: 1;
}

.lib-our-story {
    color: #ffffff;
    position: relative;
    overflow: hidden;
    font-family: Arial, sans-serif;
    padding: 120px 0;
}

.lib-our-story::before {
    background: linear-gradient(135deg, rgba(42, 57, 80, 0.92), rgba(32, 42, 68, 0.85));
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    content: "";
}

.lib-our-story h4 {
    position: relative;
    margin-bottom: 2.5rem;
    font-size: calc(22px * 1.2);
    transform: translateY(0);
    z-index: 2;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.4s ease;
    letter-spacing: 2px;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    opacity: 1;
}

.lib-our-story:hover h4::after {
    width: 100px;
}

.lib-our-story .lib-content-pad {
    border-radius: 10px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    padding: 3.5rem;
    max-width: 900px;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.4s ease;
    transform: translateY(0);
}

.lib-our-story .lib-content-pad:hover {
    box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.3);
    transform: translateY(-5px);
}

.lib-our-story h6 {
    color: #000000;
    font-weight: 700;
    padding-bottom: 0.75rem;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    position: relative;
    margin-bottom: 1.5rem;
    transition: transform 0.4s ease;
    font-size: calc(16px * 1.5);
    transform: translateX(0);
}

.lib-our-story .lib-content-pad:hover h6::after {
    width: 80px;
}

.lib-our-story .lib-content-pad:hover span {
    opacity: 1;
    transform: translateY(-5px);
}

.lib-course-program {
    padding: 7rem 0;
    overflow: hidden;
    position: relative;
    background: rgb(240,225,212);
}

.lib-course-program::before {
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    background: 
        linear-gradient(45deg, transparent 45%, rgb(222,193,170,0.5) 100%),
        linear-gradient(135deg, transparent 45%, rgb(199,161,128,0.5) 100%);
    content: "";
    opacity: 0.15;
    width: 100%;
}

.lib-course-program .lib-ready-skills {
    flex-direction: column;
    align-items: center;
    display: flex;
}

.lib-course-program .lib-content-pad {
    border-radius: 22px;
    width: 100%;
    position: relative;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.7) 100%);
    z-index: 3;
    transform: translateZ(0);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.12);
    padding: 4rem 3rem;
    text-align: center;
    clip-path: polygon(
        0% 5%, 
        5% 0%, 
        95% 0%, 
        100% 5%, 
        100% 95%, 
        95% 100%, 
        5% 100%, 
        0% 95%
    );
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
}

.lib-course-program h2::after {
    height: 45px;
    bottom: -15px;
    opacity: 0.7;
    transition: all 0.5s ease;
    position: absolute;
    content: "";
    border-bottom: 3px solid rgb(199,161,128);
    border-right: 3px solid rgb(199,161,128);
    width: 45px;
    right: -15px;
}

.lib-course-program .description {
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    color: #000000;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    max-width: 85%;
    margin-bottom: 1.8rem;
    line-height: 1.9;
    font-size: 12px;
}

.lib-course-program .lib-content-pad:hover .description:last-of-type {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: perspective(1000px) rotateX(0deg);
}

.lib-course-program .lib-img-gallery-item {
    top: -10%;
    position: absolute;
    border-radius: 0;
    transform: none;
    height: 120%;
    width: 120%;
    z-index: 0;
    left: -10%;
    filter: brightness(0.95) contrast(1.05);
    transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1);
}

.lib-course-program .lib-img-gallery-item::after {
    position: absolute;
    left: -25%;
    top: -25%;
    opacity: 0.3;
    width: 150%;
    height: 150%;
    content: "";
    z-index: 2;
    background: 
        radial-gradient(
            ellipse at center, 
            transparent 30%, 
            rgb(222,193,170,0.5) 70%, 
            rgb(199,161,128,0.5) 100%
        );
    animation: rotateGradient 20s infinite linear;
}

.lib-course-program .lib-content-pad::after {
    z-index: -1;
    background: rgb(199,161,128,0.5);
    bottom: -5%;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    height: 70%;
    position: absolute;
    opacity: 0.15;
    left: -5%;
    width: 70%;
    content: "";
    animation: morph 15s linear infinite alternate-reverse;
}



.lib-subscr-info .container {
    position: relative;
    flex-direction: column;
    display: flex;
}

.lib-subscr-info .company_holder {
    margin-bottom: 3rem;
    padding-bottom: 2.5rem;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    text-align: center;
    position: relative;
}

.lib-subscr-info .company_holder::after {
    right: 0;
    animation-delay: 1.5s;
}



.lib-subscr-info .company_holder h3 {
    font-size: calc(29px * 1.3);
    font-weight: 700;
    margin-bottom: 1rem;
    position: relative;
    display: inline-block;
}

.lib-subscr-info .company_holder h3::after {
    left: 50%;
    content: "";
    position: absolute;
    width: 60px;
    transform: translateX(-50%);
    height: 3px;
    background: rgb(199,161,128);
    bottom: -10px;
}

.lib-subscr-info .lib-nav-pagewrap {
    gap: 6rem;
    display: flex;
    position: relative;
}

.lib-subscr-info .lib-first-class {
    backdrop-filter: blur(10px);
    position: relative;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 1rem 1.5rem;
    transition: all 0.3s ease;
    background: rgba(255,255,255,0.05);
}

.lib-subscr-info .lib-first-class h5 {
    color: rgb(199,161,128);
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    text-align: center;
    padding-bottom: 0.8rem;
    border-bottom: 1px dashed rgba(255,255,255,0.2);
    font-size: 22px;
    letter-spacing: 1.5px;
}

.lib-subscr-info .lib-first-class .lib-nav-pagewrap a::before {
    transform: scaleX(0);
    position: absolute;
    content: "";
    transition: transform 0.4s ease;
    bottom: 0;
    background: linear-gradient(90deg, transparent, rgb(222,193,170), transparent);
    transform-origin: center;
    height: 1px;
    left: 0;
    z-index: -1;
    width: 100%;
}

.lib-policy-links {
    overflow: hidden;
    margin-top: 4rem;
    padding: 1.2rem 0;
    background-color: rgba(0, 0, 0, 0.8);
    position: relative;
}



.lib-policy-links .container {
    justify-content: center;
    align-items: center;
    display: flex;
}

.lib-policy-links .lib-grant-cta {
    text-align: center;
    font-size: 12px;
    letter-spacing: 0.5px;
    opacity: 0.8;
    position: relative;
    color: #ffffff;
}

.lib-policy-links .lib-grant-cta::before,
.lib-policy-links .lib-grant-cta::after {
    content: "•";
    margin: 0 0.6rem;
    color: rgb(222,193,170);
}

header .container {
    position: relative;
    width: 100%;
    padding: 0 2%;
    z-index: 1;
    max-width: 100%;
    margin: 0;
}

header .lib-top-core {
    background: #ffffff;
    padding: 1.5rem 0;
    align-items: center;
    margin: 1rem 0;
    overflow: hidden;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    display: flex;
    position: relative;
    border-radius: 25px;
    flex-direction: column;
}

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

header .lib-header-train::after {
    width: 60%;
    bottom: 0;
    height: 1px;
    left: 20%;
    background: linear-gradient(to right, transparent, rgb(222,193,170,0.5), rgb(199,161,128,0.5), rgb(222,193,170,0.5), transparent);
    position: absolute;
    content: '';
}

header .lib-header-edu {
    transition: all 0.3s ease;
    font-size: 19px;
    border: 1px solid rgba(0, 0, 0, 0.03);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
    text-decoration: none;
    background: linear-gradient(to bottom, #ffffff, rgb(240,225,212));
    border-radius: 10px;
    font-family: Arial, sans-serif;
    font-weight: 600;
    position: relative;
    z-index: 1;
    padding: 0.7rem 1.3rem;
    color: #000000;
    overflow: hidden;
}

header .lib-header-edu:hover::before {
    height: 100%;
}

.lib-educational-gains {
    padding: 120px 0;
    position: relative;
    background: linear-gradient(145deg, rgb(240,225,212) 30%, rgba(rgb(222,193,170,0.5), 0.05) 100%);
    overflow: hidden;
}

.lib-educational-gains::after {
    content: "";
    left: 0;
    pointer-events: none;
    top: 0;
    position: absolute;
    background-image: repeating-linear-gradient(
        45deg,
        rgba(rgb(222,193,170,0.5), 0.03) 0px,
        rgba(rgb(222,193,170,0.5), 0.03) 1px,
        transparent 1px,
        transparent 10px
    );
    height: 100%;
    width: 100%;
}

.lib-educational-gains .lib-img-gallery-item:hover {
    transform: perspective(1000px) rotateY(-4deg) translateZ(20px);
}

.lib-educational-gains .lib-team-profile {
    position: relative;
    flex-direction: column;
    display: flex;
    justify-content: center;
}

.lib-educational-gains .lib-content-pad::before {
    left: -15px;
    border-left: 3px solid rgb(222,193,170);
    top: -15px;
    position: absolute;
    backdrop-filter: blur(10px);
    background: rgba(rgb(255, 255, 255, 0.5), 0.9);
    height: calc(100% + 30px);
    box-shadow: 0 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.08);
    z-index: -1;
    width: calc(100% + 30px);
    content: "";
}

.lib-educational-gains ul {
    grid-template-columns: 1fr;
    margin: 0;
    list-style: none;
    gap: 20px;
    display: grid;
    padding: 0;
}

.lib-educational-gains li:hover {
    transform: translateX(10px);
}

.lib-educational-gains li:hover::before {
    transform: translateY(-50%) scale(1);
}

.lib-educational-gains p {
    align-items: center;
    margin: 0;
    display: flex;
    line-height: 1.6;
    color: #000000;
    font-size: 17px;
}

.lib-educational-gains svg {
    margin-right: 15px;
    flex-shrink: 0;
    transform: translateY(-1px);
    height: 24px;
    width: 24px;
}

.lib-educational-gains li:hover svg path {
    fill: rgb(199,161,128);
}

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

.lib-privacy-hutch h1 {
    font-weight: 700;
    margin-bottom: 20px;
    border-bottom: 2px solid rgb(222,193,170);
    color: rgb(222,193,170);
    padding-bottom: 10px;
    font-size: 42px;
}

.lib-privacy-hutch h3,
.lib-privacy-hutch h4,
.lib-privacy-hutch h5,
.lib-privacy-hutch h6 {
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 25px;
    color: rgb(222,193,170);
}

.lib-privacy-hutch h3 {
    font-size: calc(18px - 0.2rem);
}

.lib-privacy-hutch h4 {
    font-size: 18px;
}

.lib-privacy-hutch h5 {
    font-size: calc(18px - 0.2rem);
}

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

.lib-privacy-hutch li {
    line-height: 1.5;
    margin-bottom: 10px;
}

.lib-privacy-hutch p {
    font-size: 12px;
    margin-bottom: 20px;
}


.lib-privacy-hutch::before {
    display: block;
    content: '';
    width: 50px;
    border-radius: 10px;
    height: 5px;
    background-color: rgb(222,193,170);
    margin-bottom: 20px;
}

.lib-cookieNoticePromptPanel {
    bottom: 0;
    border-top: 3px solid rgb(222,193,170);
    width: 100%;
    position: fixed;
    background: rgb(240,225,212);
    z-index: 100;
    justify-content: center;
    box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.5);
    padding: 20px 0;
    display: flex;
}

.lib-cookie-review {
    margin-right: 20px;
    flex-shrink: 0;
}

.lib-cookies-tracking {
    flex-grow: 1;
    color: #ffffff;
    text-align: left;
}

.lib-cookies-tracking p {
    margin: 0;
    line-height: 1.5;
    color: #ffffff;
    font-size: 12px;
}

.lib-cookies-tracking p a {
    text-decoration: underline;
    color: rgb(222,193,170);
}

.cookie_button.lib-cookie-panel {
    margin-right: 10px;
}

#lib-cookieNoticePanel {
    display: none;
}

#lib-cookieNoticePanel:checked ~ .lib-cookieNoticePromptPanel {
    opacity: 0;
    visibility: hidden;
}


.lib-academic-experience {
    background: linear-gradient(135deg, rgb(240,225,212) 0%, rgba(245, 248, 250, 0.9) 100%);
    overflow: hidden;
    padding: 6rem 0;
    position: relative;
}

.lib-academic-experience::after {
    background: radial-gradient(circle, rgb(199,161,128,0.5) 0%, transparent 70%);
    content: "";
    left: -10%;
    opacity: 0.1;
    transform: translateZ(0);
    position: absolute;
    width: 30vw;
    height: 30vw;
    bottom: -5%;
}

.lib-academic-experience .lib-review-views > div:first-child {
    align-items: center;
    justify-content: center;
    display: flex;
}

.lib-academic-experience .lib-img-gallery-item {
    overflow: hidden;
    border-radius: 8px;
    position: relative;
    width: 200px;
    height: 200px;
    box-shadow: 
        10px 10px 20px rgba(0, 0, 0, 0.1),
        -10px -10px 20px rgba(255, 255, 255, 0.7);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: rotate(-2deg) translateZ(0);
}

.lib-academic-experience .lib-img-gallery-item:hover {
    transform: rotate(0deg) scale(1.05) translateZ(0);
}

.lib-academic-experience .name {
    font-family: Arial, sans-serif;
    display: inline-block;
    position: relative;
    color: rgb(222,193,170);
    font-size: 22px;
    margin-bottom: 0.5rem;
    font-weight: 700;
}

.lib-academic-experience .lib-review-views > div:nth-child(2) {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.lib-academic-experience .lib-review-views > div:nth-child(2) > div {
    font-weight: 600;
    margin-top: 0.5rem;
    font-size: calc(13px - 0.1rem);
    letter-spacing: 0.02em;
    color: rgba(0, 0, 0, 0.5);
}

.lib-academic-experience .lib-work-section::before {
    left: -1rem;
    content: "";
    position: absolute;
    opacity: 0.15;
    color: rgb(222,193,170,0.5);
    font-size: 6rem;
    z-index: -1;
    font-family: serif;
    top: -2rem;
}

.lib-get-in-touch::after {
    position: absolute;
    pointer-events: none;
    top: 0;
    width: 100%;
    background: linear-gradient(135deg, rgb(199,161,128,0.5) 0%, transparent 50%, rgb(222,193,170,0.5) 100%);
    content: "";
    z-index: 2;
    height: 100%;
    left: 0;
}

.lib-get-in-touch .lib-feedback-support {
    overflow: hidden;
    padding: 60px 40px;
    background: linear-gradient(to bottom right, rgb(222,193,170), rgb(199,161,128));
    position: relative;
    width: 40%;
}

.lib-get-in-touch .lib-feedback-support::before {
    position: absolute;
    right: -100px;
    content: '';
    background: rgb(199,161,128);
    height: 200px;
    border-radius: 50%;
    width: 200px;
    opacity: 0.4;
    top: -100px;
}

.lib-get-in-touch .lib-feedback-support h3 {
    margin-bottom: 40px;
    z-index: 5;
    font-size: 32px;
    position: relative;
    font-weight: 700;
    color: #ffffff;
}

.lib-get-in-touch .lib-feedback-support div:hover {
    transform: translateX(10px);
}

.lib-get-in-touch .lib-feedback-support div svg path {
    transition: fill 0.3s ease;
    fill: #ffffff;
}

.lib-get-in-touch .lib-feedback-support div:hover svg path {
    fill: rgb(240,225,212);
}

.lib-get-in-touch .lib-feedback-support div span a {
    color: #ffffff;
    transition: color 0.3s ease;
    text-decoration: none;
}

.lib-get-in-touch .lib-reach-grid {
    position: relative;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.1);
    width: 60%;
    padding: 60px 40px;
}

.lib-get-in-touch .lib-reach-grid h3 {
    color: #ffffff;
    position: relative;
    font-weight: 600;
    margin-bottom: 30px;
    font-size: 22px;
}

.lib-get-in-touch form {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.lib-get-in-touch form input[type="text"],
.lib-get-in-touch form input[type="email"] {
    border: none;
    border: 1px solid transparent;
    transition: all 0.3s ease;
    margin-bottom: 20px;
    font-family: Arial, sans-serif;
    font-size: 18px;
    border-radius: 10px;
    padding: 16px 20px;
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
}

.lib-get-in-touch .lib-connect-map {
    display: flex;
    position: relative;
    margin-bottom: 25px;
    align-items: flex-start;
}

.lib-get-in-touch .lib-connect-map label {
    padding-left: 35px;
    position: relative;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.5;
    cursor: pointer;
}

.lib-get-in-touch .lib-connect-map input[type="checkbox"]:checked + label::before {
    background: rgb(199,161,128);
}

.lib-get-in-touch .lib-connect-map input[type="checkbox"]:checked + label::after {
    left: 8px;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    height: 12px;
    position: absolute;
    content: '';
    top: 5px;
    width: 6px;
    border: solid white;
}

.lib-get-in-touch form .lib-feedback-links::before {
    position: absolute;
    content: "";
    height: 100%;
    transition: all 0.5s ease;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    left: -100%;
    width: 100%;
    top: 0;
}

.lib-get-in-touch form .lib-feedback-links:hover::before {
    left: 100%;
}



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

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

.lib-pricing-options {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}

.lib-pricing-options::before {
    left: 0;
    z-index: 1;
    position: absolute;
    bottom: 0;
    content: "";
    right: 0;
    backdrop-filter: blur(8px);
    top: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgb(222,193,170,0.5) 100%);
}

.lib-pricing-options h2::after {
    animation: expandLine 1.2s 0.4s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    bottom: -15px;
    width: 80px;
    background: rgb(222,193,170);
    transform: translateX(-50%) scaleX(0);
    height: 3px;
    content: "";
    position: absolute;
    left: 50%;
}

.lib-pricing-options .lib-value-fees {
    gap: 30px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    perspective: 1000px;
}

.lib-pricing-options .lib-value-fees li {
    opacity: 0;
    animation: cardReveal 0.7s cubic-bezier(0.2, 1, 0.3, 1) forwards;
    transform: translateY(30px) rotateX(10deg);
}

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

.lib-pricing-options .lib-pro-rates {
    color: #000000;
    display: block;
    will-change: transform;
    transition: transform 0.45s cubic-bezier(0.2, 1, 0.3, 1);
    height: 100%;
    text-decoration: none;
}

.lib-pricing-options .lib-pro-rates:hover .lib-pricing-levels {
    box-shadow: 0 25px 45px rgba(0,0,0,0.15), 0 10px 20px rgba(0,0,0,0.12);
}

.lib-pricing-options .lib-pricing-levels::before {
    transform: scaleX(0);
    height: 6px;
    transform-origin: right;
    left: 0;
    width: 100%;
    position: absolute;
    content: "";
    transition: transform 0.5s cubic-bezier(0.3, 0.7, 0.4, 1.5);
    top: 0;
    background: linear-gradient(90deg, rgb(222,193,170) 0%, rgb(199,161,128) 100%);
}

.lib-pricing-options .lib-pro-rates:hover .lib-cert-fees h4 {
    color: rgb(222,193,170);
}

.lib-pricing-options .lib-cert-fees h4::after {
    bottom: 0;
    position: absolute;
    width: 50px;
    left: 0;
    content: "";
    background: rgb(222,193,170,0.5);
    height: 2px;
    transition: width 0.35s ease, background 0.35s ease;
}

.lib-pricing-options .lib-tuition-plans {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(199,161,128,0.5) 0%, rgb(222,193,170) 100%);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    align-items: center;
    font-size: calc(21px * 1.2);
    font-weight: 700;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    display: flex;
    justify-content: center;
    border-radius: 10px;
    color: #ffffff;
    padding: 12px 20px;
    position: relative;
}

.lib-pricing-options .lib-pro-rates:hover .lib-tuition-plans::before {
    transform: translateX(100%);
}

.lib-title-greeting {
    width: 100%;
    position: relative;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.lib-title-greeting .lib-course-entry::before {
    animation: gradientShift 15s infinite alternate ease-in-out;
    right: 0;
    content: "";
    z-index: 1;
    top: 0;
    position: absolute;
    bottom: 0;
    backdrop-filter: blur(2px);
    left: 0;
    background: linear-gradient(135deg, rgb(222,193,170,0.5), rgb(199,161,128,0.5));
}

.lib-title-greeting .lib-mentor-values {
    backdrop-filter: blur(8px);
    background: linear-gradient(
    170deg,
    rgba(255, 255, 255, 0.12),
    rgba(255, 255, 255, 0.05)
  );
    transform: perspective(1200px) rotateX(2deg);
    transform-origin: center bottom;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    max-width: 1200px;
    display: grid;
    gap: 2rem;
    z-index: 3;
    grid-template-columns: 1fr;
    position: relative;
    animation: floatIn 1.2s cubic-bezier(0.23, 1, 0.32, 1) forwards;
    padding: 4rem 3rem;
    width: 92%;
}

.lib-title-greeting h3 {
    font-weight: 600;
    position: relative;
    color: #ffffff;
    font-size: clamp(1.2rem, 3vw, 18px);
    margin: 0 0 1.5rem;
    line-height: 1.4;
}

.lib-title-greeting p {
    font-weight: 400;
    position: relative;
    margin: 0;
    line-height: 1.6;
    color: #ffffff;
    font-size: clamp(1rem, 2vw, 12px);
}

.lib-title-greeting .title_style_header::after {
    position: absolute;
    height: 60px;
    animation: rotateIn 1.5s 1.2s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
    right: 30px;
    transform: rotate(45deg) scale(0);
    content: "";
    top: -30px;
    width: 60px;
    border: 2px solid rgb(199,161,128);
    opacity: 0.6;
}

.lib-gratitudeWeb::before {
    background: repeating-linear-gradient(
        45deg,
        rgb(199,161,128,0.5) 0px,
        rgb(199,161,128,0.5) 2px,
        transparent 2px,
        transparent 8px
    );
    width: 100%;
    pointer-events: none;
    position: absolute;
    z-index: 1;
    left: 0;
    height: 100%;
    top: 0;
    content: "";
    opacity: 0.07;
}

.lib-gratitudeWeb .container {
    margin: 0 auto;
    width: 90%;
    position: relative;
    max-width: 1200px;
    z-index: 2;
}

.lib-gratitudeWeb .lib-team-profile {
    padding: 3.5rem;
    transform-style: preserve-3d;
    background: linear-gradient(
        to right bottom,
        rgba(255, 255, 255, 0.9),
        rgba(255, 255, 255, 0.7)
    );
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    border-radius: 3px;
    box-shadow: 
        0 20px 50px rgba(0, 0, 0, 0.1),
        0 2px 5px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(255, 255, 255, 0.2) inset;
    backdrop-filter: blur(10px);
    position: relative;
    transform: rotateX(2deg) rotateY(1deg);
}

.lib-gratitudeWeb .lib-team-profile > div:first-child {
    padding-bottom: 1.5rem;
    position: relative;
    margin-bottom: 2rem;
}

.lib-gratitudeWeb h5 {
    font-weight: 700;
    line-height: 1.4;
    transform: translateY(15px);
    color: #000000;
    animation: fadeInUp 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.3s;
    opacity: 0;
    margin: 0;
    font-size: clamp(1.5rem, 2.5vw, 20px);
}

.lib-gratitudeWeb a {
    position: relative;
    transform: scale(1);
    display: inline-block;
    transition: transform 0.3s ease;
    color: inherit;
    text-decoration: none;
}

.lib-gratitudeWeb a:hover {
    transform: scale(1.01);
}

.lib-gratitudeWeb a::before {
    border: 1px solid rgb(199,161,128,0.5);
    transition: opacity 0.3s ease, transform 0.3s ease;
    left: -15px;
    height: calc(100% + 30px);
    border-radius: 3px;
    position: absolute;
    opacity: 0;
    content: "";
    top: -15px;
    pointer-events: none;
    width: calc(100% + 30px);
}

.lib-gratitudeWeb a:hover::after {
    transform-origin: left;
    transform: scaleX(1);
}

.lib-data-statistics {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
    isolation: isolate;
}

.lib-data-statistics::after {
    position: absolute;
    background: 
        radial-gradient(circle at 20% 30%, rgb(222,193,170,0.5) 0%, transparent 12%),
        radial-gradient(circle at 80% 70%, rgb(199,161,128,0.5) 0%, transparent 15%),
        radial-gradient(circle at 60% 20%, rgb(222,193,170,0.5) 0%, transparent 8%);
    height: 100%;
    top: 0;
    z-index: 1;
    content: "";
    opacity: 0.2;
    left: 0;
    width: 100%;
}

.lib-data-statistics .lib-statistics-reasons {
    margin-right: 25px;
    width: 70px;
    height: 70px;
    position: relative;
}

.lib-data-statistics .lib-statistics-reasons svg {
    fill: rgb(222,193,170);
    width: 100%;
    height: 100%;
    filter: drop-shadow(0 0 8px rgb(222,193,170,0.5));
}

.lib-data-statistics .lib-statistics-reasons svg path {
    fill: rgb(222,193,170);
}

.lib-data-statistics .lib-statistics-tracks::before {
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    height: 70%;
    content: "";
    width: 3px;
    left: 0;
    background: rgb(222,193,170);
}

.lib-data-statistics .lib-advantage-statistics::after {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(222,193,170), rgb(199,161,128));
    content: "";
    width: 40px;
    height: 3px;
    position: absolute;
}

.lib-data-statistics .lib-study-elevation {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    flex-direction: column;
    border-radius: 10px;
    max-width: 270px;
    position: relative;
    transition: all 0.3s ease;
    flex: 1;
    isolation: isolate;
    text-align: center;
    align-items: center;
    backdrop-filter: blur(10px);
    padding: 40px 25px;
    display: flex;
    background: rgba(255, 255, 255, 0.7);
    min-width: 220px;
}

.lib-data-statistics .lib-study-elevation:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.lib-data-statistics .lib-study-elevation:hover::after {
    opacity: 0.3;
}

.lib-data-statistics .stat_item_decor {
    width: 100%;
    pointer-events: none;
    opacity: 0.4;
    height: 100%;
    z-index: -1;
    left: 0;
    top: 0;
    position: absolute;
}

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

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

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

.lib-data-statistics .lib-class-statistics::after {
    top: 50%;
    content: "";
    opacity: 0;
    width: 80px;
    height: 80px;
    transition: all 0.3s ease;
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    border-radius: 50%;
    border: 1px dashed rgb(199,161,128,0.5);
}

.lib-data-statistics .lib-class-statistics svg path {
    fill: rgb(199,161,128);
}

.lib-data-statistics .lib-study-elevation span {
    display: block;
    margin-bottom: 15px;
    font-size: 2.5rem;
    -webkit-background-clip: text !important;
    background: linear-gradient(to right, #333333, rgb(222,193,170));
    position: relative;
    -webkit-text-fill-color: transparent;
    color: #333333;
    z-index: 1;
    font-weight: 700;
}

.lib-ideal-participants {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    background: linear-gradient(45deg, rgb(240,225,212) 0%, rgb(199,161,128,0.5) 100%);
}

.lib-ideal-participants::after {
    z-index: 0;
    opacity: 0.1;
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    background: 
        repeating-linear-gradient(
            45deg,
            rgb(222,193,170,0.5) 0,
            rgb(222,193,170,0.5) 1px,
            transparent 1px,
            transparent 20px
        ),
        repeating-linear-gradient(
            -45deg,
            rgb(199,161,128,0.5) 0,
            rgb(199,161,128,0.5) 1px,
            transparent 1px,
            transparent 20px
        );
    height: 100%;
    content: "";
}

.lib-ideal-participants .lib-team-profile:hover {
    transform: translateY(-10px);
}

.lib-ideal-participants h4 {
    margin: 0;
    background: linear-gradient(120deg, rgb(222,193,170) 0%, rgb(199,161,128) 100%);
    font-weight: 700;
    font-size: 35px;
    text-align: center;
    position: relative;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    padding: 35px 30px;
    color: #ffffff;
}

.lib-ideal-participants div {
    background: #ffffff;
    padding: 40px;
}

.lib-ideal-participants div p {
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    align-items: center;
    margin-bottom: 20px;
    line-height: 1.6;
    padding: 20px;
    font-weight: 400;
    font-size: 16px;
    z-index: 1;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.03);
    color: #000000;
    position: relative;
    display: flex;
    transition: all 0.3s ease;
    background: #ffffff;
}

.lib-ideal-participants div p::after {
    height: 100%;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    background: linear-gradient(90deg, 
        rgba(rgb(222,193,170), 0.05) 0%, 
        rgba(rgb(199,161,128), 0.05) 100%
    );
    transition: opacity 0.3s ease;
    opacity: 0;
}

.lib-ideal-participants div p svg {
    width: 28px;
    height: 28px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    transition: all 0.3s ease;
    min-width: 28px;
    margin-right: 18px;
}

::-webkit-scrollbar {
    height: 3px;
    width: 7px;
    background: rgb(199,161,128);
}

::-webkit-scrollbar-thumb {
    box-shadow: -4px 0px 13px 4px rgba(0, 0, 0, 0.5);
    background: linear-gradient(195deg, #ffffff 39%, rgb(255, 255, 255, 0.5) 82%, rgb(199,161,128) 11%, rgb(199,161,128,0.5) 26%, rgb(222,193,170,0.5) 4%, rgb(240,225,212) 69%);
    border-radius: 9999px;
}

::-webkit-scrollbar-thumb:hover {
    background: rgb(222,193,170,0.5);
    box-shadow: 4px 0px 1px 8px rgba(0, 0, 0, 0.4);
}

::-webkit-scrollbar-thumb:active {
    box-shadow: inset -2px 3px 2px 1px rgba(0, 0, 0, 0.8);
    background: rgb(199,161,128);
}

::-webkit-scrollbar-corner {
    background: rgb(199,161,128);
    border-radius: 4px;
}

.lib-pricing-options .lib-cert-fees p::-webkit-scrollbar {
    width: 6px;
}

.lib-pricing-options .lib-cert-fees p::-webkit-scrollbar-track {
    background: rgba(0,0,0,0.05);
    border-radius: 10px;
}

.lib-pricing-options .lib-cert-fees p::-webkit-scrollbar-thumb {
    transition: background 0.3s ease;
    border-radius: 10px;
    background: rgb(222,193,170,0.5);
}

.lib-pricing-options .lib-pro-rates:hover .lib-cert-fees p::-webkit-scrollbar-thumb {
    background: rgb(222,193,170);
}



@media screen and (min-width: 768px) {.lib-our-story span {
    column-count: 2;
}.lib-our-story h4 {
    font-size: calc(22px * 1.4);
}.lib-our-story h6 {
    font-size: calc(16px * 1.8);
}.lib-our-story .lib-content-pad {
    padding: 4rem;
}
}



@media screen and (max-width: 767px) {.lib-our-story {
    padding: 80px 0;
}.lib-our-story h4 {
    margin-bottom: 1.5rem;
    font-size: calc(22px * 1.1);
}.lib-our-story .lib-content-pad {
    padding: 2rem;
}.lib-our-story h6 {
    margin-bottom: 1rem;
    font-size: 16px;
}.lib-our-story span {
    line-height: 1.7;
    font-size: calc(16px * 0.95);
}.lib-our-story .lib-content-pad::before {
    width: 3px;
}
}



@media (max-width: 1200px) {.lib-course-program .lib-content-pad {
    max-width: 800px;
    padding: 3.5rem 2.5rem;
}.lib-course-program .lib-img-gallery-item {
    width: 130%;
    height: 130%;
}
}



@media (max-width: 992px) {.lib-course-program {
    padding: 5rem 0;
}.lib-course-program .lib-content-pad {
    padding: 3rem 2rem;
    max-width: 700px;
}.lib-course-program h2 {
    font-size: 35px;
}.lib-course-program .description {
    max-width: 90%;
    line-height: 1.8;
}.lib-course-program .lib-img-gallery-item {
    width: 140%;
    top: -20%;
    left: -20%;
    height: 140%;
}
}



@media (max-width: 576px) {.lib-course-program {
    padding: 3rem 0;
}.lib-course-program .lib-content-pad {
    max-width: 95%;
    clip-path: polygon(
            0% 2%, 
            2% 0%, 
            98% 0%, 
            100% 2%, 
            100% 98%, 
            98% 100%, 
            2% 100%, 
            0% 98%
        );
    padding: 2rem 1.2rem;
}.lib-course-program h2 {
    margin-bottom: 1.2rem;
    font-size: calc(35px * 0.85);
}.lib-course-program h2::before,
    .lib-course-program h2::after {
    border-width: 2px;
    top: -8px;
    width: 25px;
    height: 25px;
    left: -8px;
}.lib-course-program h2::after {
    border-width: 2px;
    right: -8px;
    bottom: -8px;
}.lib-course-program .lib-content-pad:hover h2::before,
    .lib-course-program .lib-content-pad:hover h2::after {
    height: 30px;
    width: 30px;
}.lib-course-program .description {
    margin-bottom: 1.2rem;
    font-size: calc(12px * 0.9);
    line-height: 1.6;
    max-width: 100%;
}.lib-course-program .description:last-of-type {
    max-width: 100%;
    transform: none;
    padding: 0.8rem 1.2rem;
    border-width: 2px;
}.lib-course-program .lib-content-pad:hover {
    transform: translateY(-5px);
}.lib-course-program .lib-content-pad:hover .description:last-of-type {
    transform: none;
}.lib-course-program .lib-img-gallery-item {
    top: -30%;
    height: 160%;
    left: -30%;
    width: 160%;
}.lib-course-program .lib-content-pad::before,
    .lib-course-program .lib-content-pad::after {
    width: 80%;
    height: 80%;
}}



@media (max-width: 991px) {header .lib-top-core {
    padding: 1.2rem 0;
    margin: 0.8rem 0;
}header .lib-header-train {
    padding: 0 0 0.8rem 0;
}header .lib-header-train svg {
    width: 160px;
}header .lib-first-class {
    padding: 0.8rem 1.5rem 0;
    gap: 0.6rem;
}header .lib-header-edu {
    padding: 0.6rem 1.1rem;
}
}



@media (max-width: 767px) {header .lib-top-core {
    margin: 0.6rem 0;
    padding: 1rem 0;
}header .lib-header-train {
    padding: 0 0 0.7rem 0;
}header .lib-header-train svg {
    width: 140px;
}header .lib-first-class {
    padding: 0.7rem 1rem 0;
    gap: 0.5rem;
    max-width: 95%;
}header .lib-header-edu {
    padding: 0.5rem 1rem;
    font-size: calc(19px - 1px);
}
}



@media (max-width: 1024px) {.lib-educational-gains {
    padding: 80px 0;
}.lib-educational-gains .container {
    grid-template-columns: 1fr;
    gap: 40px;
}.lib-educational-gains .lib-img-gallery-item {
    transform: perspective(1000px) rotateY(-5deg);
    margin: 0 auto;
    max-height: 400px;
    width: 80%;
}.lib-educational-gains h1 {
    font-size: calc(48px * 0.9);
}
}



@media (max-width: 480px) {.lib-educational-gains {
    padding: 40px 0;
}.lib-educational-gains .lib-img-gallery-item {
    box-shadow: 8px 8px 0 rgba(rgb(222,193,170,0.5), 0.2);
    max-height: 250px;
}.lib-educational-gains h1 {
    font-size: calc(48px * 0.7);
    margin-bottom: 20px;
}.lib-educational-gains h1::after {
    width: 60px;
    height: 2px;
}.lib-educational-gains p {
    font-size: calc(17px * 0.9);
}.lib-educational-gains svg {
    height: 20px;
    width: 20px;
    margin-right: 10px;
}.lib-educational-gains ul {
    gap: 12px;
}.lib-educational-gains li:hover {
    transform: translateX(5px);
}}


@media only screen and (max-width: 1200px) {.lib-cookie-all {
    text-align: center;
    align-items: center;
    flex-direction: column;
}.lib-cookie-review {
    margin-bottom: 20px;
    margin-right: 0;
}.lib-cookie-tab {
    width: 100%;
    max-width: 250px;
    margin: 10px 0;
}}



@media (min-width: 1024px) {.lib-academic-experience .lib-review-views {
    gap: 3rem 4rem;
    padding: 4rem;
    grid-template-columns: auto 1fr;
}.lib-academic-experience .lib-img-gallery-item {
    height: 300px;
    transform: rotate(-3deg) translateZ(0);
    width: 300px;
}.lib-academic-experience .name {
    font-size: calc(22px + 0.4rem);
}.lib-academic-experience .name::after {
    height: 4px;
}.lib-academic-experience .lib-work-section {
    font-size: calc(13px + 0.1rem);
    line-height: 1.7;
}.lib-academic-experience .lib-review-views > div:nth-child(2) > div {
    font-size: 13px;
}
}



@media (max-width: 767px) {.lib-academic-experience {
    padding: 4rem 0;
}.lib-academic-experience .container {
    padding: 0 1rem;
}.lib-academic-experience .lib-review-views {
    padding: 2rem;
}.lib-academic-experience .lib-img-gallery-item {
    width: 180px;
    height: 180px;
}}



@media screen and (max-width: 576px) {.lib-get-in-touch {
    padding: 60px 0;
}.lib-get-in-touch .container {
    width: 95%;
}.lib-get-in-touch .lib-feedback-support,
    .lib-get-in-touch .lib-reach-grid {
    padding: 30px 20px;
}.lib-get-in-touch .lib-feedback-support h3 {
    font-size: calc(32px * 0.8);
    margin-bottom: 25px;
}.lib-get-in-touch .lib-reach-grid h3 {
    font-size: calc(22px * 0.9);
}.lib-get-in-touch form input[type="text"],
    .lib-get-in-touch form input[type="email"] {
    margin-bottom: 15px;
    padding: 14px 16px;
}.lib-get-in-touch .lib-connect-map label {
    font-size: calc(13px * 0.9);
}.lib-get-in-touch form .lib-feedback-links {
    padding: 14px 20px;
}}



@media (max-width: 767px) {.lib-pricing-options {
    padding: 60px 0;
}.lib-pricing-options h2 {
    font-size: calc(38px * 0.8);
}.lib-pricing-options .lib-cost-plan {
    font-size: calc(17px * 0.95);
    margin-bottom: 40px;
}.lib-pricing-options .lib-value-fees {
    max-width: 450px;
    grid-template-columns: 1fr;
    margin: 0 auto;
}.lib-pricing-options .lib-cert-fees p {
    max-height: none;
}
}



@media (min-width: 768px) {.lib-title-greeting .lib-mentor-values {
    padding: 5rem 4rem;
    gap: 3rem;
    grid-template-columns: 1.2fr 1fr;
}.lib-title-greeting .lib-mentor-values > div:last-child {
    border-left: 3px solid rgb(222,193,170);
    padding-left: 3rem;
}.lib-title-greeting .title_style_header::before {
    width: 80px;
}
}



@media (max-width: 767px) {.lib-title-greeting .lib-course-entry {
    min-height: 100vh;
}.lib-title-greeting .lib-mentor-values {
    padding: 3rem 2rem;
    gap: 2rem;
}.lib-title-greeting .lib-mentor-values > div:last-child {
    padding-left: 1.5rem;
}.lib-title-greeting .title_style_header::before {
    width: 50px;
    bottom: -15px;
    height: 6px;
}.lib-title-greeting .title_style_header::after {
    width: 40px;
    height: 40px;
    top: -20px;
    right: 20px;
}
}



@media (max-width: 991px) {.lib-gratitudeWeb {
    padding: 4rem 0;
}.lib-gratitudeWeb .lib-team-profile {
    transform: rotateX(1deg) rotateY(0.5deg);
    padding: 2.5rem;
}.lib-gratitudeWeb h5 {
    line-height: 1.35;
}.lib-gratitudeWeb p {
    max-width: 100%;
}.lib-gratitudeWeb .lib-team-profile > div:first-child::after {
    width: 60%;
}
}



@media (max-width: 480px) {.lib-gratitudeWeb {
    padding: 2.5rem 0;
}.lib-gratitudeWeb .lib-team-profile {
    padding: 1.5rem;
}.lib-gratitudeWeb h5 {
    font-size: 1.3rem;
}.lib-gratitudeWeb p {
    font-size: 0.95rem;
}.lib-gratitudeWeb .lib-team-profile > div:first-child {
    padding-bottom: 1rem;
    margin-bottom: 1.2rem;
}.lib-gratitudeWeb a::before {
    height: calc(100% + 20px);
    left: -10px;
    width: calc(100% + 20px);
    top: -10px;
}}



@media screen and (max-width: 768px) {.lib-data-statistics {
    padding: 80px 0;
}.lib-data-statistics .lib-statistics-reasons {
    margin-bottom: 20px;
    margin-right: 0;
}.lib-data-statistics .lib-statistics-tracks {
    padding-left: 0;
}.lib-data-statistics .lib-statistics-tracks::before {
    top: -10px;
    left: 50%;
    width: 40px;
    height: 3px;
    transform: translateX(-50%);
}.lib-data-statistics .lib-study-elevation {
    min-width: 45%;
}
}



@media (max-width: 991px) {.lib-ideal-participants {
    padding: 80px 0;
}.lib-ideal-participants h4 {
    padding: 30px 25px;
    font-size: calc(35px - 2px);
}.lib-ideal-participants div {
    padding: 30px;
}.lib-ideal-participants div p {
    padding: 15px;
    margin-bottom: 15px;
}.lib-ideal-participants div p svg {
    width: 24px;
    height: 24px;
    margin-right: 15px;
    min-width: 24px;
}
}



@media (max-width: 767px) {.lib-ideal-participants {
    padding: 60px 0;
}.lib-ideal-participants h4 {
    padding: 25px 20px;
    font-size: calc(35px - 4px);
}.lib-ideal-participants div {
    padding: 25px 20px;
}.lib-ideal-participants div p {
    padding: 12px 15px;
    margin-bottom: 12px;
}.lib-ideal-participants div p svg {
    height: 20px;
    min-width: 20px;
    margin-right: 12px;
    width: 20px;
}
}



@keyframes pulse {
    0%, 100% {
        opacity: 0.06;
        transform: scale(1) rotate(0deg);
    }
    50% {
        opacity: 0.08;
        transform: scale(1.05) rotate(2deg);
    }
}

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

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

@keyframes slide {
    0% {
        width: 0;
        opacity: 0.5;
    }
    100% {
        width: 40%;
        opacity: 1;
    }
}

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



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



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



@keyframes cardReveal {
    from {
        opacity: 0;
        transform: translateY(30px) rotateX(10deg);
    }
    to {
        opacity: 1;
        transform: translateY(0) rotateX(0);
    }
}



@keyframes floatIn {
  0% {
    opacity: 0;
    transform: perspective(1200px) rotateX(10deg) translateY(50px);
  }
  100% {
    opacity: 1;
    transform: perspective(1200px) rotateX(2deg) translateY(0);
  }
}



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



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



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



@keyframes shimmerEffect {
    0%, 100% {
        opacity: 0.15;
        transform: rotate(35deg) translateX(0);
    }
    50% {
        opacity: 0.25;
        transform: rotate(35deg) translateX(5%);
    }
}



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

