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

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

.lib-content-wrapper {
    flex-direction: column;
    height: 100%;
    display: flex;
    min-height: 100%;
}

.lib-job-board {
    flex: 0 0 auto;
}

.lib-job-board {
    position: relative;
    background-position: center center;
    z-index: 1;
    padding: 5rem 0 3rem;
    color: #ffffff;
}

.lib-find-support .container {
    z-index: 1;
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1200px;
    position: relative;
}

.lib-find-support .lib-support-center:hover {
    transform: rotateY(0deg);
}

.lib-find-support h2 {
    margin-bottom: 30px;
    transform: translateZ(30px);
    color: #000000;
    position: relative;
    text-shadow: 2px 2px 0 rgb(205,172,198,0.5);
    font-size: 34px;
    font-weight: 700;
}

.lib-find-support .lib-write-form {
    transform: translateZ(40px);
    display: flex;
    gap: 20px;
    position: relative;
    flex-wrap: wrap;
    margin-top: 40px;
}

.lib-find-support .lib-edu-tutor:active {
    box-shadow: 
    5px 5px 0 rgb(205,172,198),
    inset 0 0 0 1px rgba(0, 0, 0, 0.05);
    transform: translateZ(0) translateX(0) translateY(0);
}

.lib-find-support .lib-edu-tutor svg {
    margin-right: 12px;
    transform: translateZ(5px);
    transition: transform 0.3s ease;
    height: 24px;
    width: 24px;
}

.lib-find-support .lib-edu-tutor:hover svg path {
    fill: rgb(189,127,189);
}

.lib-find-support p:nth-last-child(2) {
    border-radius: 10px;
    padding: 12px 20px;
    box-shadow: 
    3px 3px 0 rgb(205,172,198,0.5),
    inset 0 0 0 1px rgba(0, 0, 0, 0.05);
    transform: translateZ(20px) translateX(0) translateY(0);
    display: flex;
    transition: all 0.3s ease;
    align-items: center;
    background: #ffffff;
}

.lib-find-support .lib-edu-tutor:nth-child(1) {
    transition-delay: 0.1s;
}

.lib-find-support .lib-edu-tutor:nth-child(2) {
    transition-delay: 0.2s;
}

.lib-program-information {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(221,208,219) 0%, rgb(189,127,189,0.5) 100%);
    position: relative;
    padding: 7rem 0;
}

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

.lib-program-information .lib-skill-route {
    position: relative;
    grid-template-columns: 1fr;
    gap: 3rem;
    display: grid;
}

.lib-program-information .lib-image-showcase::after {
    border-top: 4px solid rgb(205,172,198);
    height: 60px;
    content: "";
    top: -15px;
    opacity: 0.7;
    right: -15px;
    width: 60px;
    z-index: 2;
    border-right: 4px solid rgb(205,172,198);
    position: absolute;
}

.lib-program-information .lib-text-pod::before {
    transform-origin: top;
    left: -20px;
    animation: lineGrow 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 0.5s;
    content: "";
    transform: scaleY(0);
    height: 80%;
    top: 10%;
    background: linear-gradient(to bottom, rgb(205,172,198), rgb(189,127,189));
    width: 5px;
    position: absolute;
}

.lib-program-information p.description {
    scrollbar-color: rgb(189,127,189) transparent;
    scrollbar-width: thin;
    position: relative;
    overflow-y: auto;
    display: block;
    max-height: 400px;
    padding-right: 1rem;
}

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

.lib-education-experience .lib-review-slider {
    grid-template-columns: 1fr 1fr;
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    grid-template-rows: auto auto auto;
    display: grid;
    gap: 0;
}

.lib-education-experience .lib-review-slider .lib-image-showcase {
    transition: all 0.5s ease;
    grid-row: 1 / 4;
    z-index: 1;
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
    border-radius: 0;
    box-shadow: 0 0 30px rgb(205,172,198,0.5);
    grid-column: 1 / 2;
    position: relative;
    min-height: 500px;
    transform: scale(1.05) translateX(-5%);
}

.lib-education-experience .lib-review-slider .lib-job-block {
    backdrop-filter: blur(5px);
    color: #ffffff;
    border-radius: 0 10px 0 0;
    margin-right: 1.5rem;
    z-index: 2;
    border-top: 1px solid rgb(189,127,189,0.5);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    line-height: 1.7;
    grid-row: 3 / 4;
    font-size: 18px;
    position: relative;
    grid-column: 2 / 3;
    padding: 2rem 2rem 2.5rem 3rem;
}

.lib-thanksBlock .container {
    padding: 0 15px;
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
}

.lib-thanksBlock .lib-knowledge-lab:hover {
    transform: perspective(1000px) rotateX(0deg);
}

.lib-thanksBlock .lib-knowledge-lab > div:first-child {
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05),
                0 5px 15px rgba(0, 0, 0, 0.03);
    background: #ffffff;
    z-index: 2;
    padding: 2.5rem;
    clip-path: polygon(0 0, 100% 0, 98% 100%, 2% 100%);
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.lib-thanksBlock .lib-knowledge-lab:hover > div:last-child {
    transform: translateY(0);
}

.lib-thanksBlock h5::after {
    position: absolute;
    content: "";
    transition: width 0.4s ease;
    left: 0;
    width: 60px;
    bottom: -10px;
    background: rgb(189,127,189);
    height: 3px;
}

.lib-thanksBlock a:hover {
    transform: translateX(5px);
}

.lib-thanksBlock a::before {
    top: 0.5rem;
    content: "";
    transition: all 0.3s ease;
    position: absolute;
    background: rgb(189,127,189);
    opacity: 0;
    width: 0.5rem;
    height: 0.5rem;
    left: -1.5rem;
}

.lib-experience-trial::after {
    position: absolute;
    transform: rotate(-15deg);
    width: 100%;
    animation: orbital-glow 15s infinite alternate ease-in-out;
    content: "";
    height: 100%;
    right: -50%;
    top: -50%;
    background: radial-gradient(ellipse at center, rgb(205,172,198,0.5) 0%, transparent 70%);
    z-index: -1;
}

.lib-experience-trial .lib-knowledge-lab::before {
    content: "";
    transform: rotate(45deg);
    width: 300%;
    top: -100%;
    position: absolute;
    animation: shine 6s infinite linear;
    height: 300%;
    background: linear-gradient(45deg, 
    transparent, 
    rgba(255, 255, 255, 0.1), 
    transparent
  );
    pointer-events: none;
    left: -100%;
}

.lib-experience-trial svg {
    width: 48px;
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));
    transform: rotate(0deg);
    height: 48px;
    margin-right: 2rem;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.lib-experience-trial .lib-feedback-section::before {
    content: "";
    position: absolute;
    left: 0;
    background: linear-gradient(135deg, 
    rgb(205,172,198), 
    rgb(189,127,189)
  );
    top: 0;
    height: 100%;
    transition: opacity 0.4s ease;
    z-index: -1;
    width: 100%;
    opacity: 0;
}

header:before {
    top: 0;
    left: 0;
    pointer-events: none;
    opacity: 0.1;
    height: 100%;
    width: 100%;
    position: absolute;
    content: '';
}

header .lib-header-mainbar:before {
    bottom: -1px;
    content: '';
    height: 2px;
    opacity: 0.3;
    width: 100%;
    background: linear-gradient(to right, 
        transparent, 
        #ffffff, 
        transparent
    );
    left: 0;
    position: absolute;
}

header .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 15px 25px;
    position: relative;
}

header .container:before {
    background-repeat: repeat-x;
    right: 20px;
    content: '';
    background-position: 0 0, 0 10px;
    opacity: 0.5;
    background-size: 6px 2px, 6px 2px;
    background-image: 
        linear-gradient(90deg, transparent 50%, rgba(255, 255, 255, 0.1) 50%),
        linear-gradient(90deg, transparent 50%, rgba(255, 255, 255, 0.1) 50%);
    transform: translateY(-50%);
    pointer-events: none;
    height: 30px;
    width: 50px;
    position: absolute;
    top: 50%;
}

header .lib-nav-top:hover:before {
    opacity: 0.7;
}

header .lib-main-info:before {
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
    top: 50%;
    width: 6px;
    position: absolute;
    border-radius: 50%;
    transform: translateY(-50%);
    content: '';
    background: #ffffff;
    height: 6px;
    left: -12px;
    transition: all 0.3s ease;
    opacity: 0;
}

header .lib-main-info:hover:before {
    left: -20px;
    opacity: 1;
}

header .lib-nav-page {
    text-decoration: none;
    padding: 5px;
    align-items: center;
    position: relative;
    display: flex;
    transition: all 0.3s ease;
}

header .lib-nav-page:hover:before {
    opacity: 1;
}

header .lib-nav-page:hover:after {
    opacity: 1;
    animation: circuit 3s infinite;
}

header .lib-nav-page:hover svg {
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
}

.lib-meet-us::before {
    position: absolute;
    width: 100%;
    top: 0;
    opacity: 0.9;
    background: linear-gradient(135deg, 
        rgb(189,127,189) 0%,
        rgba(0, 0, 0, 0.85) 100%);
    height: 100%;
    left: 0;
    z-index: 1;
    content: "";
}

.lib-meet-us .lib-text-pod {
    animation: fadeInUp 1s 0.8s forwards cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border-left: 6px solid rgb(205,172,198);
    opacity: 0;
    position: relative;
    padding: 50px;
    background: rgba(255, 255, 255, 0.95);
    transform: translateY(20px);
}

.lib-meet-us .lib-text-pod {
    padding: 60px;
    transform-style: preserve-3d;
    animation: appear3D 1.2s 0.8s forwards cubic-bezier(0.19, 1, 0.22, 1);
    transform: perspective(1000px) rotateY(-2deg);
    opacity: 0;
}

.lib-meet-us .lib-text-pod div div {
    column-gap: 40px;
    color: #000000;
    position: relative;
    font-size: 13px;
    text-align: justify;
    font-family: Arial, sans-serif;
    line-height: 1.7;
    column-count: 1;
}

.lib-meet-us .lib-text-pod div div {
    column-count: 2;
}

.lib-job-board .container::before {
    content: "";
    top: -80px;
    opacity: 0.3;
    background: linear-gradient(0deg, rgb(205,172,198) 0%, transparent 100%);
    width: 100%;
    clip-path: polygon(0 80%, 100% 80%, 100% 100%, 0 100%);
    left: 0;
    position: absolute;
    height: 80px;
}

.lib-job-board .company_holder h3 {
    color: #ffffff;
    display: inline-block;
    text-shadow: 0 0 10px rgb(205,172,198), 0 0 20px rgb(205,172,198), 0 0 30px rgb(205,172,198);
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    position: relative;
    letter-spacing: 2px;
    font-size: calc(38px * 1.2);
}

.lib-job-board .lib-glossary {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.lib-job-board .lib-main-pro {
    gap: 2rem;
    justify-content: space-between;
    width: 100%;
    display: flex;
}

.lib-job-board .lib-nav-top:hover {
    box-shadow: -8px 8px 20px rgba(0, 0, 0, 0.4);
    transform: translateY(-5px);
    background: rgba(rgb(205,172,198,0.5), 0.1);
}

.lib-job-board .lib-nav-top h5::after {
    content: "";
    background: rgb(205,172,198);
    height: 2px;
    box-shadow: 0 0 10px rgb(205,172,198);
    left: 0;
    position: absolute;
    width: 40px;
    bottom: -8px;
}

.lib-job-board .lib-nav-top .lib-main-pro a:hover {
    color: rgb(205,172,198);
    text-shadow: 0 0 5px rgb(205,172,198);
    opacity: 1;
}

.lib-debate-club {
    background: rgba(0, 0, 0, 0.6);
    position: relative;
    padding: 1.5rem 0;
    margin-top: 3rem;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
}

.lib-debate-club .lib-skill-test {
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    opacity: 0.7;
    font-size: 12px;
    color: #ffffff;
}

.lib-customer-reviews::after {
    left: -300px;
    width: 600px;
    filter: blur(80px);
    content: "";
    z-index: 1;
    opacity: 0.2;
    bottom: -300px;
    background: rgb(189,127,189,0.5);
    height: 600px;
    border-radius: 50%;
    position: absolute;
}

.lib-customer-reviews .lib-opinion-ratings {
    gap: 40px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    position: relative;
    display: grid;
}

.lib-customer-reviews .lib-opinion-ratings::after {
    width: 1px;
    height: 80%;
    top: 10%;
    background: linear-gradient(to bottom, transparent, rgb(189,127,189,0.5), transparent);
    content: "";
    z-index: 1;
    position: absolute;
    left: 50%;
}

.lib-customer-reviews .lib-review-slider::before {
    inset: 5px;
    z-index: -1;
    border-radius: inherit;
    background: #ffffff;
    position: absolute;
    content: "";
}

.lib-customer-reviews .lib-review-slider:nth-child(2n) {
    border-radius: 28% 72% 50% 50% / 44% 55% 45% 56%;
    transform: translateY(20px);
}

.lib-customer-reviews .lib-review-slider:nth-child(3n) {
    transform: translateY(-20px);
    border-radius: 50% 50% 33% 67% / 55% 27% 73% 45%;
}



.lib-customer-reviews .lib-review-slider:hover .lib-image-showcase {
    transform: scale(1.1);
}

.lib-customer-reviews .lib-review-slider span::after {
    width: 30px;
    transform: translateX(-50%);
    height: 2px;
    position: absolute;
    bottom: -8px;
    background: rgb(205,172,198);
    left: 50%;
    content: "";
}

.lib-get-in-touch::before {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 5px;
    background: linear-gradient(90deg, rgb(205,172,198), rgb(189,127,189));
    content: "";
}

.lib-get-in-touch h2::before {
    position: absolute;
    background: rgb(205,172,198);
    border-radius: 10px;
    top: 0;
    content: "";
    left: 0;
    width: 5px;
    height: 100%;
}

.lib-get-in-touch form {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    width: 100%;
    background: #ffffff;
    border-radius: 21px;
    padding: 50px;
}

.lib-get-in-touch form input[type="text"]:focus {
    box-shadow: 0 0 0 2px rgb(205,172,198,0.5);
    outline: none;
    background: #ffffff;
}

.lib-get-in-touch .lib-help-reach {
    display: flex;
    margin-bottom: 30px;
    align-items: flex-start;
}

.lib-get-in-touch .lib-help-reach label {
    color: #000000;
    cursor: pointer;
    font-size: 15px;
    line-height: 1.5;
    position: relative;
    padding-left: 35px;
}

.lib-get-in-touch .lib-help-reach label a {
    font-weight: 600;
    transition: all 0.3s ease;
    color: rgb(205,172,198);
    text-decoration: none;
}

.lib-get-in-touch form .lib-feedback-section {
    display: inline-block;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 600;
    padding: 18px 40px;
    background: #000000;
    border: none;
    border-radius: 10px;
    overflow: hidden;
    font-family: Arial, sans-serif;
    color: #ffffff;
    font-size: 17px;
}

.lib-pricing-plan .lib-rate-choices {
    transform-style: preserve-3d;
    perspective: 1000px;
}

.lib-pricing-plan .lib-plan-fees {
    margin: 0 auto 50px;
    transform: translateZ(15px);
    text-align: center;
    position: relative;
    max-width: 700px;
    line-height: 1.6;
    color: rgb(255, 255, 255, 0.5);
    font-size: calc(14px * 1.1);
}

.lib-pricing-plan .lib-learn-packs {
    backdrop-filter: blur(10px);
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.2),
        0 5px 15px rgba(0,0,0,0.15),
        0 0 0 1px rgba(255,255,255,0.1) inset;
    padding: 40px 30px;
    transform: translateZ(0);
    position: relative;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    border-radius: 4px;
    overflow: hidden;
    height: 100%;
    background: linear-gradient(135deg, 
        rgba(255,255,255,0.1) 0%, 
        rgba(255,255,255,0.03) 100%);
}

.lib-pricing-plan .lib-program-price h4 {
    font-weight: 600;
    position: relative;
    color: #ffffff;
    margin: 0 0 20px;
    padding-bottom: 15px;
    font-size: calc(19px * 1.2);
}

.lib-pricing-plan .lib-plan-matrix {
    color: #ffffff;
    font-weight: 700;
    text-shadow: 0 2px 8px rgba(0,0,0,0.2);
    font-size: calc(19px * 1.4);
    margin-top: 10px;
    padding: 10px 0;
    position: relative;
    display: block;
}

.lib-pricing-plan .lib-study-cost:hover .lib-learn-packs::before {
    transform: scaleX(1);
    opacity: 1;
}

.lib-pricing-plan .lib-study-cost:hover .lib-learn-packs::after {
    opacity: 0.7;
    transform: scale(1.2);
}

.lib-pricing-plan .lib-discount-tier li:nth-child(3) {
    animation-delay: 0.3s;
}


.lib-cookie-all {
    padding: 20px 5%;
    background: linear-gradient(135deg, rgb(189,127,189) 0%, rgba(0, 0, 0, 0.5) 100%);
    align-items: center;
    box-shadow: 0 0 20px rgb(205,172,198,0.5);
    flex-wrap: wrap;
    justify-content: space-between;
    display: flex;
}

.lib-visitor-confirm:hover svg {
    transform: rotate(20deg);
}

.lib-edu-consent h5 {
    margin-bottom: 10px;
    text-shadow: 0 0 10px rgb(205,172,198);
    font-weight: 700;
    font-size: 22px;
    color: rgb(205,172,198);
}

.lib-cookieSettingsWindow p a {
    color: rgb(205,172,198);
    text-decoration: underline;
    transition: color 0.3s ease;
}

#lib-cookie-info-alert {
    display: none;
}


.lib-privacy-stronghold {
    align-items: center;
    width: 100%;
    border: 2px solid rgb(205,172,198);
    height: auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    flex-direction: column;
    display: flex;
    font-family: Arial, sans-serif;
    color: #ffffff;
    overflow: hidden;
    padding: 60px;
}

.lib-privacy-stronghold h3, .lib-privacy-stronghold h4, .lib-privacy-stronghold h5, .lib-privacy-stronghold h6 {
    padding-bottom: 5px;
    width: 100%;
    font-weight: 600;
    text-align: center;
    color: rgb(205,172,198);
    font-size: 23px;
    margin-bottom: 20px;
    margin-top: 30px;
    border-bottom: 1px solid rgb(205,172,198);
}

.lib-opening-page::before {
    background: linear-gradient(180deg, transparent 0%, rgba(94,170,168,0.05) 80%);
    height: 100%;
    width: 100%;
    z-index: 0;
    top: 0;
    clip-path: polygon(0 70%, 100% 40%, 100% 100%, 0 100%);
    content: "";
    position: absolute;
    left: 0;
}

.lib-opening-page h1::before {
    bottom: -0.5rem;
    transform-origin: left;
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    height: 3px;
    content: "";
    transform: scaleX(1);
    position: absolute;
    background: linear-gradient(90deg, rgb(189,127,189) 0%, rgba(94,170,168,0.3) 100%);
    width: 3rem;
    left: 0;
}

.lib-opening-page .lib-text-pod ol {
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    margin: 0;
    list-style: none;
}

.lib-opening-page .lib-course-entry svg:hover {
    transform: translateX(-0.5rem) scale(1.05);
    filter: drop-shadow(0 6px 12px rgba(94,170,168,0.25));
}

.lib-opening-page .lib-course-entry p {
    color: #000000;
    position: relative;
    line-height: 1.6;
    font-size: calc(17px * 1.3);
    max-width: 95%;
    margin: 0;
    letter-spacing: 0.3px;
}

.lib-opening-page .lib-feedback-section::before {
    height: 100%;
    z-index: -1;
    opacity: 0;
    content: "";
    left: 0;
    position: absolute;
    background: linear-gradient(135deg, rgb(94,170,168) 0%, rgb(189,127,189) 100%);
    top: 0;
    width: 100%;
    transition: opacity 0.4s ease;
}

.lib-opening-page .lib-feedback-section:active {
    box-shadow: 0 4px 12px rgba(94,170,168,0.2);
    transform: translateY(0);
}

.lib-opening-page .lib-image-showcase::before {
    background: linear-gradient(135deg, rgba(94,170,168,0.3) 0%, transparent 50%);
    left: 0;
    position: absolute;
    content: "";
    height: 100%;
    top: 0;
    opacity: 0.7;
    width: 100%;
    z-index: 1;
}

.lib-program-information p.description::-webkit-scrollbar {
    width: 6px;
}

.lib-program-information p.description::-webkit-scrollbar-track {
    background: transparent;
}

.lib-program-information p.description::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(189,127,189,0.5);
}

.lib-pricing-plan .lib-program-price p::-webkit-scrollbar {
    width: 4px;
}

.lib-pricing-plan .lib-program-price p::-webkit-scrollbar-track {
    background: transparent;
}

.lib-pricing-plan .lib-program-price p::-webkit-scrollbar-thumb {
    background-color: rgb(189,127,189,0.5);
    border-radius: 20px;
}



@media (min-width: 992px) {.lib-program-information {
    padding: 9rem 0;
}.lib-program-information .lib-image-showcase {
    height: 500px;
}.lib-program-information .lib-text-pod {
    padding-right: 2rem;
}.lib-program-information .lib-text-pod::before {
    left: -40px;
}.lib-program-information h3 {
    font-size: calc(33px * 0.7);
    margin-bottom: 2rem;
}.lib-program-information .description {
    font-size: calc(14px * 1.05);
}.lib-program-information p.description {
    max-height: 450px;
}
}



@media (max-width: 767px) {.lib-program-information {
    padding: 5rem 0;
}.lib-program-information .lib-image-showcase {
    margin-bottom: 1rem;
    height: 280px;
}.lib-program-information h3 {
    margin-bottom: 1rem;
    font-size: calc(23px * 1);
}.lib-program-information .lib-text-pod::before {
    left: -15px;
}.lib-program-information p.description {
    max-height: 350px;
}}



@media (min-width: 768px) {.lib-thanksBlock {
    padding: 8rem 0;
}.lib-thanksBlock .lib-knowledge-lab {
    gap: 0;
    grid-template-columns: 1fr 1.2fr;
}.lib-thanksBlock .lib-knowledge-lab > div:first-child {
    transform: translateX(5%);
    z-index: 2;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
}.lib-thanksBlock .lib-knowledge-lab > div:last-child {
    z-index: 1;
    transform: translateY(25px);
    padding-left: 10%;
    margin-left: -5%;
}.lib-thanksBlock .lib-knowledge-lab:hover > div:last-child {
    transform: translateY(15px);
}.lib-thanksBlock h5 {
    font-size: calc(21px * 1.1);
}.lib-thanksBlock p {
    font-size: calc(12px * 1.05);
}
}



@media (max-width: 767px) {.lib-thanksBlock {
    padding: 4rem 0;
}.lib-thanksBlock .lib-knowledge-lab > div:first-child,
    .lib-thanksBlock .lib-knowledge-lab > div:last-child {
    padding: 2rem;
}.lib-thanksBlock h5 {
    font-size: calc(21px * 0.9);
}.lib-thanksBlock p {
    font-size: calc(12px * 0.95);
}}



@media (max-width: 480px) {.lib-experience-trial {
    padding: 3rem 0;
}.lib-experience-trial h2 {
    font-size: calc(38px * 0.65);
    margin-bottom: 1.5rem;
    line-height: 1.5;
}.lib-experience-trial .lib-knowledge-lab {
    padding: 1.5rem 1rem;
    width: 90%;
}.lib-experience-trial svg {
    height: 36px;
    width: 36px;
    margin-bottom: 1rem;
}.lib-experience-trial .lib-feedback-section {
    font-size: calc(19px * 0.9);
    padding: 0.75rem 1.5rem;
}}




@media (min-width: 992px) {.lib-meet-us {
    padding: 160px 0 140px;
}.lib-meet-us h2 {
    font-size: calc(32px * 1.2);
    margin-bottom: 60px;
}.lib-meet-us h2::after {
    width: 100px;
    height: 5px;
}.lib-meet-us .lib-text-pod {
    margin-left: 40px;
    border-left: 8px solid rgb(205,172,198);
    padding: 70px;
}.lib-meet-us .lib-text-pod::after {
    height: 120px;
    right: -15px;
    opacity: 0.3;
    width: 120px;
    content: "";
    position: absolute;
    border: 3px solid rgb(189,127,189);
    z-index: -1;
    top: -15px;
}.lib-meet-us .lib-text-pod > div {
    grid-template-columns: 0.3fr 0.7fr;
    align-items: flex-start;
}.lib-meet-us .lib-text-pod p {
    padding-bottom: 20px;
    font-size: calc(18px * 1.1);
}.lib-meet-us .lib-text-pod p::after {
    width: 60px;
}.lib-meet-us .lib-text-pod div div {
    column-count: 2;
}
}



@media screen and (max-width: 992px) {.lib-job-board .lib-glossary {
    flex-direction: column;
}.lib-job-board .lib-main-pro {
    flex-direction: column;
}.lib-job-board .lib-nav-top {
    margin-bottom: 1rem;
    width: 100%;
}.lib-debate-club {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
}
}



@media (max-width: 767px) {.lib-customer-reviews {
    padding: 70px 0;
}.lib-customer-reviews h4 {
    text-align: center;
    margin-bottom: 50px;
    font-size: calc(35px * 0.8);
}.lib-customer-reviews h4::after {
    top: -15px;
    height: 40px;
    transform: translateX(-50%);
    width: 40px;
    left: 50%;
}.lib-customer-reviews .lib-opinion-ratings {
    gap: 50px;
    grid-template-columns: 1fr;
}.lib-customer-reviews .lib-opinion-ratings::before,
    .lib-customer-reviews .lib-opinion-ratings::after {
    display: none;
}.lib-customer-reviews .lib-review-slider,
    .lib-customer-reviews .lib-review-slider:nth-child(2n),
    .lib-customer-reviews .lib-review-slider:nth-child(3n) {
    min-height: 280px;
    padding: 30px;
    transform: none;
}.lib-customer-reviews .lib-review-slider:hover,
    .lib-customer-reviews .lib-review-slider:nth-child(2n):hover,
    .lib-customer-reviews .lib-review-slider:nth-child(3n):hover {
    transform: translateY(-10px);
}.lib-customer-reviews .lib-image-showcase {
    height: 70px;
    width: 70px;
}.lib-customer-reviews .lib-review-slider span {
    font-size: calc(22px * 0.9);
}.lib-customer-reviews .lib-review-slider p {
    font-size: calc(15px * 0.9);
}}



@media (max-width: 576px) {.lib-pricing-plan {
    padding: 60px 0 40px;
}.lib-pricing-plan .container {
    padding: 0 15px;
}.lib-pricing-plan h2 {
    font-size: calc(32px * 0.7);
    margin-bottom: 15px;
}.lib-pricing-plan .lib-plan-fees {
    margin-bottom: 25px;
    font-size: calc(14px * 0.95);
}.lib-pricing-plan .lib-discount-tier {
    gap: 25px;
    grid-template-columns: 1fr;
}.lib-pricing-plan .lib-learn-packs {
    padding: 30px 20px;
}.lib-pricing-plan .lib-program-price h4 {
    font-size: 19px;
}.lib-pricing-plan .lib-plan-matrix {
    font-size: calc(19px * 1.2);
}}



@media (min-width: 768px) {.lib-opening-page {
    padding: 5% 8%;
}.lib-opening-page h1 {
    font-size: calc(19px * 1.4);
    transform: translateX(0);
}.lib-opening-page .lib-knowledge-lab {
    flex-direction: row;
    gap: 4rem;
}.lib-opening-page .lib-text-pod {
    flex: 1.4;
}.lib-opening-page .lib-image-showcase {
    flex: 1;
    min-height: 400px;
}.lib-opening-page .lib-course-entry svg {
    height: 100px;
    width: 100px;
}.lib-opening-page .lib-course-entry p {
    font-size: calc(17px * 1.5);
    max-width: 90%;
}
}



@media (max-width: 767px) {.lib-opening-page {
    padding: 10% 5%;
}.lib-opening-page .lib-feedback-section {
    padding: 0.9rem 1.8rem;
    align-self: flex-start;
}.lib-opening-page .lib-course-entry p {
    font-size: calc(17px * 1.2);
}
}



@keyframes floatElement {
    0%, 100% {
        transform: translate(0, 0) rotate(-15deg);
    }
    25% {
        transform: translate(-10px, 15px) rotate(-10deg);
    }
    50% {
        transform: translate(10px, 5px) rotate(-20deg);
    }
    75% {
        transform: translate(15px, -10px) rotate(-12deg);
    }
}



@keyframes shine {
  0% {
    top: -100%;
    left: -100%;
  }
  100% {
    top: 100%;
    left: 100%;
  }
}



@keyframes circuit {
    0%, 100% {
        top: -5px;
        left: -5px;
    }
    25% {
        top: -5px;
        left: calc(100% - 5px);
    }
    50% {
        top: calc(100% - 5px);
        left: calc(100% - 5px);
    }
    75% {
        top: calc(100% - 5px);
        left: -5px;
    }
}



@keyframes neon-flicker {
    0%, 19%, 21%, 23%, 25%, 54%, 56%, 100% {
        opacity: 0.9;
        text-shadow: 0 0 10px rgb(205,172,198), 0 0 20px rgb(205,172,198);
    }
    20%, 24%, 55% {
        opacity: 0.5;
        text-shadow: none;
    }
}

@keyframes slideIn {
    from {
        bottom: -100px;
        opacity: 0;
    }
    to {
        bottom: 0;
        opacity: 1;
    }
}

