* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}header,footer {
    width: 100%;
}svg {
    width: 30px;
    height: 30px;
}.testimoniallib {
    flex: 0 0 auto;
}html,body {
    height: 100%;
    scroll-behavior: smooth;
    min-height: 100%;
    font-family: Arial, sans-serif;
    color: #000000;
}.head_mainwraplib {
    flex: 1 0 auto;
}a {
    color: inherit;
    text-decoration: none;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1166px;
}.wrapper-paddinglib {
    flex-direction: column;
    display: flex;
    min-height: 100%;
    height: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.mentorship_experiencelib {
    background-color: rgb(179,227,205);
    overflow: hidden;
    position: relative;
    padding: 6rem 0;
}.mentorship_experiencelib::before {
    filter: blur(25px);
    right: -10%;
    top: -5%;
    background: linear-gradient(135deg, rgb(143,195,169,0.5), rgb(108,161,133,0.5));
    z-index: 1;
    height: 70%;
    position: absolute;
    opacity: 0.15;
    width: 45%;
    transform: rotate(-15deg) skewX(15deg);
    content: "";
}.mentorship_experiencelib::after {
    z-index: 1;
    transform: rotate(10deg) skewX(-10deg);
    height: 60%;
    position: absolute;
    left: -5%;
    background: linear-gradient(225deg, rgb(108,161,133,0.5), rgb(143,195,169,0.5));
    content: "";
    filter: blur(20px);
    width: 35%;
    bottom: -10%;
    opacity: 0.1;
}.mentorship_experiencelib .container {
    z-index: 2;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}.mentorship_experiencelib .learner_voiceslib {
    gap: 2.5rem;
    position: relative;
    transform: perspective(1000px) rotateY(1deg) rotateX(1deg);
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.6s ease;
    display: grid;
    backdrop-filter: blur(10px);
    grid-template-columns: 1fr;
    background: linear-gradient(145deg, rgba(255,255,255,0.95), rgba(255,255,255,0.8));
    padding: 3rem;
    box-shadow: 0 25px 50px -12px rgba(0,0,0,0.08);
}.mentorship_experiencelib .learner_voiceslib:hover {
    transform: perspective(1000px) rotateY(0deg) rotateX(0deg) translateY(-5px);
    box-shadow: 0 30px 60px -15px rgba(0,0,0,0.12);
}.mentorship_experiencelib .learner_voiceslib > div:first-child {
    position: relative;
    max-width: 320px;
    margin: 0 auto;
    width: 100%;
}.mentorship_experiencelib .learner_voiceslib .responsive_imglib {
    box-shadow: 
        0 10px 30px -10px rgba(0,0,0,0.15),
        0 1px 3px rgba(0,0,0,0.1);
    width: 100%;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.5s ease;
    border-radius: 5px;
    transform: translateZ(20px);
    padding-bottom: 100%;
    overflow: hidden;
}.mentorship_experiencelib .learner_voiceslib .responsive_imglib::before {
    top: 0;
    position: absolute;
    opacity: 0.7;
    content: "";
    z-index: 1;
    height: 100%;
    left: 0;
    background: linear-gradient(
        to bottom,
        transparent 65%,
        rgb(108,161,133,0.5) 100%
    );
    width: 100%;
}.mentorship_experiencelib .learner_voiceslib .responsive_imglib::after {
    background: linear-gradient(
        45deg,
        rgb(143,195,169,0.5) 0%,
        transparent 50%
    );
    content: "";
    opacity: 0.4;
    width: 100%;
    position: absolute;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
}.mentorship_experiencelib .learner_voiceslib:hover .responsive_imglib {
    transform: translateZ(30px) scale(1.02);
    box-shadow: 
        0 15px 35px -10px rgba(0,0,0,0.2),
        0 1px 5px rgba(0,0,0,0.1);
}.mentorship_experiencelib .learner_voiceslib > div:nth-child(2) {
    position: relative;
    text-align: center;
}.mentorship_experiencelib .learner_voiceslib .name {
    margin-bottom: 0.5rem;
    font-size: calc(18px * 1.1);
    position: relative;
    color: #000000;
    font-weight: 700;
    display: inline-block;
}.mentorship_experiencelib .learner_voiceslib .name::after {
    content: "";
    width: 35%;
    border-radius: 10px;
    position: absolute;
    bottom: -5px;
    left: 50%;
    background: linear-gradient(90deg, rgb(108,161,133), rgb(143,195,169));
    height: 3px;
    transform: translateX(-50%);
}.mentorship_experiencelib .learner_voiceslib > div:nth-child(2) > div {
    font-size: calc(15px * 0.95);
    letter-spacing: 0.5px;
    font-weight: 600;
    margin-top: 0.8rem;
    color: rgb(108,161,133);
}.mentorship_experiencelib .learner_voiceslib > div:nth-child(3) {
    position: relative;
}.mentorship_experiencelib .learner_voiceslib .career_sectionlib {
    margin: 0;
    border-left: 3px solid rgb(143,195,169,0.5);
    padding: 0.5rem 0.5rem 0.5rem 1.5rem;
    font-size: 15px;
    line-height: 1.7;
    color: #000000;
    position: relative;
}.mentorship_experiencelib .learner_voiceslib .career_sectionlib::before {
    font-family: serif;
    opacity: 0.2;
    content: "";
    z-index: -1;
    position: absolute;
    font-size: 5rem;
    left: -10px;
    top: -20px;
    color: rgb(143,195,169,0.5);
}

@media (min-width: 768px) {.mentorship_experiencelib .learner_voiceslib {
    grid-template-columns: 280px 1fr;
    grid-template-rows: auto 1fr;
    padding: 3.5rem;
    grid-template-areas: 
            "photo info"
            "photo quote";
    gap: 2rem 3.5rem;
}.mentorship_experiencelib .learner_voiceslib > div:first-child {
    margin: 0;
    grid-area: photo;
}.mentorship_experiencelib .learner_voiceslib > div:nth-child(2) {
    align-self: flex-end;
    grid-area: info;
    text-align: left;
}.mentorship_experiencelib .learner_voiceslib > div:nth-child(3) {
    grid-area: quote;
    align-self: flex-start;
}.mentorship_experiencelib .learner_voiceslib .name::after {
    width: 50px;
    transform: none;
    left: 0;
}.mentorship_experiencelib .learner_voiceslib .responsive_imglib {
    border-radius: 8px;
}
}

@media (min-width: 992px) {.mentorship_experiencelib {
    padding: 8rem 0;
}.mentorship_experiencelib .learner_voiceslib {
    padding: 4rem;
    gap: 2.5rem 4rem;
    grid-template-columns: 320px 1fr;
}.mentorship_experiencelib .learner_voiceslib .name {
    font-size: calc(18px * 1.2);
}.mentorship_experiencelib .learner_voiceslib > div:nth-child(2) > div {
    font-size: 15px;
}.mentorship_experiencelib .learner_voiceslib .career_sectionlib {
    font-size: calc(15px * 1.05);
    padding: 0.5rem 1rem 0.5rem 2rem;
}
}

@media (max-width: 576px) {.mentorship_experiencelib {
    padding: 4rem 0;
}.mentorship_experiencelib .learner_voiceslib {
    gap: 1.5rem;
    padding: 2rem;
}.mentorship_experiencelib .learner_voiceslib .responsive_imglib {
    max-width: 220px;
}.mentorship_experiencelib .learner_voiceslib .name {
    font-size: 18px;
}.mentorship_experiencelib .learner_voiceslib > div:nth-child(2) > div {
    font-size: calc(15px * 0.9);
}.mentorship_experiencelib .learner_voiceslib .career_sectionlib {
    padding: 0.5rem 0 0.5rem 1rem;
    line-height: 1.6;
    font-size: calc(15px * 0.95);
}}header {
    width: 100%;
    z-index: 100;
    background: linear-gradient(to right, #ffffff, rgb(179,227,205));
    position: relative;
    padding: 0;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.07);
}header::before {
    left: 0;
    width: 100%;
    background-size: 20px 20px;
    background-image: 
        linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255,255,255,0.05) 1px, transparent 1px);
    height: 100%;
    top: 0;
    position: absolute;
    content: '';
    z-index: 0;
}header::after {
    background: linear-gradient(to bottom, rgb(143,195,169), rgb(108,161,133));
    top: 0;
    left: 0;
    position: absolute;
    content: '';
    height: 100%;
    z-index: 1;
    width: 5px;
}header .container {
    max-width: 100%;
    padding: 0;
    width: 100%;
    z-index: 2;
    margin: 0;
    position: relative;
}header .main_leadlib {
    justify-content: space-between;
    display: flex;
    padding: 0.9rem 3%;
    align-items: center;
    margin-left: 5px;
}header .top_pagewraplib {
    display: flex;
    position: relative;
    padding: 0.5rem;
    transition: all 0.3s ease;
    text-decoration: none;
    border-radius: 10px;
    align-items: center;
    background: rgba(255, 255, 255, 0.4);
}header .top_pagewraplib:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    background: rgba(255, 255, 255, 0.6);
}header .top_pagewraplib svg {
    height: auto;
    width: 140px;
    transition: all 0.3s ease;
}header .head_masterlib {
    position: relative;
    border-radius: 10px;
    gap: 0.4rem;
    align-items: center;
    padding: 0.4rem 0.6rem;
    background: rgba(255, 255, 255, 0.3);
    display: flex;
}header .head_masterlib::before {
    content: '';
    position: absolute;
    background: linear-gradient(135deg, rgb(143,195,169,0.5), rgb(108,161,133,0.5));
    left: -2px;
    top: -2px;
    border-radius: calc(10px + 2px);
    bottom: -2px;
    z-index: -1;
    right: -2px;
    opacity: 0.5;
}header .nav_mainwraplib {
    font-weight: 400;
    z-index: 1;
    transition: all 0.3s ease;
    position: relative;
    font-family: Arial, sans-serif;
    border-radius: 10px;
    font-size: 19px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03);
    text-decoration: none;
    color: #000000;
    overflow: hidden;
    background: #ffffff;
    padding: 0.4rem 0.7rem;
}header .nav_mainwraplib::before {
    top: 0;
    opacity: 0;
    position: absolute;
    z-index: -1;
    background: linear-gradient(45deg, rgb(143,195,169,0.5), rgb(108,161,133,0.5));
    height: 100%;
    left: 0;
    content: '';
    width: 100%;
    transition: opacity 0.3s ease;
}header .nav_mainwraplib:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
    color: #ffffff;
    transform: translateY(-2px);
}header .nav_mainwraplib:hover::before {
    opacity: 1;
}

@media (max-width: 991px) {header .main_leadlib {
    padding: 0.8rem 2.5%;
}header .top_pagewraplib svg {
    width: 130px;
}header .head_masterlib {
    padding: 0.35rem 0.5rem;
    gap: 0.3rem;
}header .nav_mainwraplib {
    padding: 0.35rem 0.6rem;
    font-size: calc(19px - 1px);
}
}

@media (max-width: 767px) {header::after {
    width: 3px;
}header .main_leadlib {
    margin-left: 3px;
    align-items: flex-start;
    gap: 0.7rem;
    flex-direction: column;
    padding: 0.8rem 2%;
}header .top_pagewraplib {
    padding: 0.4rem;
}header .top_pagewraplib svg {
    width: 120px;
}header .head_masterlib {
    justify-content: flex-start;
    padding: 0.4rem;
    overflow-x: auto;
    width: 98%;
}header .head_masterlib::-webkit-scrollbar {
    height: 2px;
}header .head_masterlib::-webkit-scrollbar-thumb {
    background: rgb(143,195,169);
    border-radius: 10px;
}header .nav_mainwraplib {
    padding: 0.3rem 0.5rem;
    font-size: calc(19px - 1px);
    white-space: nowrap;
}
}

@media (max-width: 480px) {header::after {
    width: 2px;
}header .main_leadlib {
    margin-left: 2px;
    padding: 0.7rem 1.5%;
}header .top_pagewraplib svg {
    width: 110px;
}header .head_masterlib {
    padding: 0.3rem;
}header .nav_mainwraplib {
    padding: 0.3rem 0.4rem;
    font-size: calc(19px - 2px);
}}.future_learnerslib {
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.5) 0%, 
        rgb(108,161,133,0.5) 100%);
    position: relative;
    overflow: hidden;
    padding: 5rem 0;
    z-index: 1;
}.future_learnerslib::before {
    z-index: -1;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    height: 100%;
    background-size: 40px 40px;
    width: 100%;
    background-image: 
        linear-gradient(0deg, transparent 24%, 
            rgba(#ffffff, 0.05) 25%, 
            rgba(#ffffff, 0.05) 26%, 
            transparent 27%, transparent 74%, 
            rgba(#ffffff, 0.05) 75%, 
            rgba(#ffffff, 0.05) 76%, transparent 77%, transparent),
        linear-gradient(90deg, transparent 24%, 
            rgba(#ffffff, 0.05) 25%, 
            rgba(#ffffff, 0.05) 26%, 
            transparent 27%, transparent 74%, 
            rgba(#ffffff, 0.05) 75%, 
            rgba(#ffffff, 0.05) 76%, transparent 77%, transparent);
}.future_learnerslib::after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    width: 100%;
    background: 
        radial-gradient(circle at 90% 10%, rgba(rgb(143,195,169,0.5), 0.2) 0%, transparent 50%),
        radial-gradient(circle at 10% 90%, rgba(rgb(108,161,133,0.5), 0.2) 0%, transparent 50%);
    height: 100%;
    top: 0;
}.future_learnerslib .expert_classeslib {
    margin: 0 auto;
    display: flex;
    padding: 0 2rem;
    max-width: 1100px;
    position: relative;
    flex-direction: column;
}.future_learnerslib h3 {
    border-radius: 10px 0 0 10px;
    box-shadow: inset 0 0 0 1px rgba(#ffffff, 0.1);
    display: inline-block;
    align-self: flex-end;
    padding: 1rem 0;
    margin-bottom: 3rem;
    background: rgba(rgb(143,195,169,0.5), 0.2);
    color: #ffffff;
    padding: 0.8rem 2rem;
    font-size: 28px;
    text-align: right;
    font-weight: 600;
    position: relative;
}.future_learnerslib h3::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 100%;
    top: 0;
    right: 0;
    background: rgb(143,195,169);
}.future_learnerslib h3::after {
    content: "";
    right: 0;
    width: 100%;
    position: absolute;
    bottom: -10px;
    background: linear-gradient(
        to left,
        rgb(143,195,169),
        transparent
    );
    height: 1px;
}.future_learnerslib ul {
    margin: 0;
    padding: 0;
    gap: 1.5rem;
    grid-template-rows: repeat(2, auto);
    grid-template-columns: repeat(2, 1fr);
    list-style: none;
    display: grid;
}.future_learnerslib li {
    overflow: hidden;
    box-shadow: 
        0 5px 15px rgba(0, 0, 0, 0.1),
        inset 0 1px 0 rgba(#ffffff, 0.05);
    display: flex;
    align-items: flex-start;
    padding: 1.5rem;
    background: rgba(rgba(0, 0, 0, 0.5), 0.3);
    transition: all 0.3s ease;
    border: 1px solid rgba(#ffffff, 0.1);
    border-radius: 10px;
    position: relative;
}.future_learnerslib li::before {
    background: linear-gradient(
        90deg,
        rgb(143,195,169,0.5),
        rgb(108,161,133,0.5)
    );
    width: 100%;
    height: 4px;
    transition: opacity 0.3s ease;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    content: "";
}.future_learnerslib li::after {
    height: 30px;
    width: 30px;
    position: absolute;
    top: 0;
    background: 
        linear-gradient(135deg, transparent 50%, rgba(rgb(143,195,169,0.5), 0.2) 50%);
    right: 0;
    opacity: 0;
    content: "";
    z-index: 1;
    transition: opacity 0.3s ease;
}.future_learnerslib li:hover {
    border-color: rgba(rgb(143,195,169,0.5), 0.3);
    box-shadow: 
        0 8px 20px rgba(0, 0, 0, 0.15),
        inset 0 1px 0 rgba(#ffffff, 0.1);
    transform: translateY(-5px);
}.future_learnerslib li:hover::before,
.future_learnerslib li:hover::after {
    opacity: 1;
}.future_learnerslib li svg {
    position: relative;
    margin-right: 1.2rem;
    top: 2px;
    transition: all 0.3s ease;
    height: 32px;
    fill: rgb(108,161,133);
    width: 32px;
    flex-shrink: 0;
}.future_learnerslib li svg path {
    transition: fill 0.3s ease;
    fill: rgb(108,161,133);
}.future_learnerslib li:hover svg {
    transform: scale(1.2);
}.future_learnerslib li:hover svg path {
    fill: rgb(143,195,169);
}.future_learnerslib li::before {
    left: 0;
    width: 100%;
    top: 0;
    background: linear-gradient(
        90deg,
        rgb(108,161,133),
        transparent
    );
    height: 2px;
    transition: opacity 0.3s ease;
    position: absolute;
    content: "";
    opacity: 0.5;
}.future_learnerslib li {
    color: #ffffff;
    line-height: 1.5;
    font-weight: 400;
    font-size: 15px;
}

@media (min-width: 992px) {.future_learnerslib ul {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, auto);
}.future_learnerslib li:first-child {
    grid-column: 1;
    grid-row: 1;
}.future_learnerslib li:nth-child(2) {
    grid-row: 1;
    grid-column: 2;
}.future_learnerslib li:nth-child(3) {
    grid-row: 1;
    grid-column: 3;
}.future_learnerslib li:nth-child(4) {
    grid-column: 1;
    grid-row: 2;
}.future_learnerslib li:nth-child(5) {
    grid-row: 2;
    grid-column: 2;
}.future_learnerslib li:nth-child(6) {
    grid-column: 3;
    grid-row: 2;
}
}

@media (max-width: 991px) {.future_learnerslib {
    padding: 4rem 0;
}.future_learnerslib h3 {
    font-size: calc(28px * 0.9);
    margin-bottom: 2.5rem;
    padding: 0.7rem 1.5rem;
}.future_learnerslib ul {
    gap: 1.2rem;
}
}

@media (max-width: 768px) {.future_learnerslib {
    padding: 3.5rem 0;
}.future_learnerslib .expert_classeslib {
    padding: 0 1.5rem;
}.future_learnerslib h3 {
    width: auto;
    border-radius: 10px;
    padding: 0.6rem 1.5rem;
    text-align: center;
    align-self: center;
    margin-bottom: 2rem;
    font-size: calc(28px * 0.8);
}.future_learnerslib h3::before {
    right: 0;
    left: 0;
    top: auto;
    height: 4px;
    width: 100%;
    bottom: 0;
}.future_learnerslib h3::after {
    display: none;
}.future_learnerslib ul {
    grid-template-columns: 1fr;
    gap: 1rem;
}
}

@media (max-width: 480px) {.future_learnerslib {
    padding: 3rem 0;
}.future_learnerslib .expert_classeslib {
    padding: 0 1rem;
}.future_learnerslib h3 {
    padding: 0.5rem 1.2rem;
    margin-bottom: 1.5rem;
    font-size: calc(28px * 0.7);
}.future_learnerslib li {
    padding: 1.2rem;
}.future_learnerslib li svg {
    height: 28px;
    margin-right: 0.8rem;
    width: 28px;
}}.opening_pagelib {
    width: 100%;
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    font-family: Arial, sans-serif;
}.opening_pagelib .course_openlib {
    left: 0;
    top: 0;
    align-items: center;
    display: flex;
    justify-content: center;
    position: absolute;
    height: 100%;
    width: 100%;
}.opening_pagelib .course_openlib::before {
    width: 100%;
    position: absolute;
    top: 0;
    backdrop-filter: blur(3px);
    height: 100%;
    background: linear-gradient(135deg, rgb(143,195,169,0.5), rgba(0, 0, 0, 0.5) 70%);
    z-index: 1;
    left: 0;
    content: '';
}.opening_pagelib .success_pathlib {
    position: relative;
    grid-template-columns: 1fr;
    max-width: 1140px;
    width: 90%;
    padding: 5rem 2rem;
    animation: fadeInUp 1s cubic-bezier(0.23, 1, 0.32, 1) forwards 0.3s;
    gap: 2rem;
    opacity: 0;
    display: grid;
    z-index: 2;
    transform: translateY(20px);
}.opening_pagelib .success_pathlib > div {
    position: relative;
    transition: transform 0.5s ease;
}.opening_pagelib .success_pathlib > div:nth-child(1) {
    position: relative;
    padding-left: 3rem;
}.opening_pagelib .success_pathlib > div:nth-child(1)::before {
    left: 0;
    content: '';
    height: 2px;
    width: 2rem;
    background: rgb(108,161,133);
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}.opening_pagelib .success_pathlib > div:nth-child(2) {
    position: relative;
}.opening_pagelib .success_pathlib > div:nth-child(3) {
    transition: transform 0.5s ease;
    backdrop-filter: blur(10px);
    border-left: 3px solid rgb(108,161,133);
    position: relative;
    background: rgba(255, 255, 255, 0.1);
    padding: 1.5rem;
    transform: translateX(0);
}.opening_pagelib .success_pathlib > div:nth-child(3):hover {
    transform: translateX(10px);
}.opening_pagelib p {
    color: #ffffff;
    line-height: 1.6;
    letter-spacing: 0.5px;
    font-weight: 400;
    font-size: calc(12px * 1.1);
    margin: 0;
    max-width: 80%;
}.opening_pagelib .title_style_header {
    margin: 0;
    letter-spacing: -0.5px;
    font-weight: 700;
    display: inline-block;
    line-height: 1.2;
    position: relative;
    overflow: hidden;
    padding-bottom: 1rem;
    color: #ffffff;
    font-size: calc(38px * 1.2);
}.opening_pagelib .title_style_header::after {
    left: 0;
    content: '';
    background: linear-gradient(90deg, rgb(108,161,133), transparent);
    height: 3px;
    transform: translateX(-100%);
    animation: lineSlide 1s cubic-bezier(0.23, 1, 0.32, 1) forwards 0.8s;
    bottom: 0;
    position: absolute;
    width: 100%;
}.opening_pagelib h3 {
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.2px;
    color: #ffffff;
    margin: 0;
    font-size: calc(20px * 1.1);
}

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

@keyframes lineSlide {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}

@media (min-width: 768px) {.opening_pagelib .success_pathlib {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    grid-template-columns: 1fr;
    padding: 4rem;
    background: rgba(rgba(0, 0, 0, 0.5), 0.3);
    gap: 3rem;
}.opening_pagelib .success_pathlib > div:nth-child(1) {
    padding-left: 4rem;
}.opening_pagelib .success_pathlib > div:nth-child(1)::before {
    width: 3rem;
}.opening_pagelib p {
    font-size: calc(12px * 1.2);
}.opening_pagelib .title_style_header {
    font-size: calc(38px * 1.4);
}.opening_pagelib h3 {
    font-size: calc(20px * 1.2);
}
}

@media (min-width: 992px) {.opening_pagelib .success_pathlib {
    padding: 5rem;
    gap: 4rem;
}.opening_pagelib .success_pathlib > div:hover {
    transform: translateX(10px);
}.opening_pagelib p {
    max-width: 70%;
    font-size: calc(12px * 1.3);
}.opening_pagelib .title_style_header {
    font-size: calc(38px * 1.6);
}.opening_pagelib h3 {
    font-size: calc(20px * 1.3);
    max-width: 90%;
}
}

@media (min-width: 1200px) {.opening_pagelib .success_pathlib {
    padding: 6rem;
}.opening_pagelib p {
    font-size: calc(12px * 1.4);
}.opening_pagelib .title_style_header {
    font-size: calc(38px * 1.8);
}.opening_pagelib h3 {
    font-size: calc(20px * 1.4);
}
}

@media (max-width: 767px) {.opening_pagelib .success_pathlib {
    padding: 3rem 1.5rem;
    gap: 1.5rem;
}.opening_pagelib .success_pathlib > div:nth-child(1) {
    padding-left: 2rem;
}.opening_pagelib .success_pathlib > div:nth-child(1)::before {
    width: 1.5rem;
}.opening_pagelib p {
    font-size: 12px;
    max-width: 100%;
}.opening_pagelib .title_style_header {
    font-size: 38px;
}.opening_pagelib h3 {
    font-size: 20px;
}}.client_feedbacklib {
    overflow: hidden;
    padding: 6rem 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgb(179,227,205) 100%);
    position: relative;
}.client_feedbacklib::before {
    opacity: 0.2;
    position: absolute;
    background: radial-gradient(circle at 20% 30%, rgb(143,195,169,0.5) 0%, transparent 30%),
                radial-gradient(circle at 80% 70%, rgb(108,161,133,0.5) 0%, transparent 30%);
    content: "";
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
}.client_feedbacklib .container {
    position: relative;
    z-index: 2;
}.client_feedbacklib h2 {
    font-size: 28px;
    color: #000000;
    left: 50%;
    text-align: center;
    padding: 0 2rem;
    margin-bottom: 4rem;
    display: inline-block;
    letter-spacing: 3px;
    position: relative;
    font-weight: 700;
    transform: translateX(-50%);
    text-transform: uppercase;
}.client_feedbacklib h2::after {
    height: 2px;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(143,195,169), transparent);
    width: 100%;
    left: 0;
    bottom: -15px;
    animation: glow 2s infinite;
    content: "";
}.client_feedbacklib .feedback_storieslib {
    perspective: 1000px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}.client_feedbacklib .learner_voiceslib {
    margin: 1rem;
    flex: 0 0 calc(33.333% - 2rem);
    border-radius: 10px;
    overflow: hidden;
    background: #ffffff;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    position: relative;
}.client_feedbacklib .learner_voiceslib::before {
    border-radius: 10px;
    content: "";
    -webkit-mask: 
        linear-gradient(#fff 0 0) padding-box, 
        linear-gradient(#fff 0 0);
    opacity: 0.7;
    z-index: 1;
    position: absolute;
    inset: 0;
    mask-composite: exclude;
    border: 2px solid transparent;
    -webkit-mask-composite: xor;
    background: linear-gradient(45deg, rgb(143,195,169), rgb(108,161,133)) border-box;
}.client_feedbacklib .learner_voiceslib:hover {
    transform: translateY(-15px) rotateX(5deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2), 
                0 0 20px rgb(143,195,169,0.5), 
                0 0 30px rgb(108,161,133,0.5);
}.client_feedbacklib .learner_voiceslib:hover::before {
    animation: borderGlow 1.5s infinite alternate;
}.client_feedbacklib .learner_voiceslib img {
    object-fit: cover;
    border-bottom: 1px solid rgb(179,227,205);
    height: 180px;
    filter: grayscale(20%);
    transition: filter 0.3s ease;
    width: 100%;
}.client_feedbacklib .learner_voiceslib:hover img {
    filter: grayscale(0%);
}.client_feedbacklib .learner_voiceslib p {
    font-weight: 600;
    padding: 1rem 1.5rem 0;
    position: relative;
    font-size: calc(18px + 0.1rem);
    color: #000000;
    margin: 0;
}.client_feedbacklib .learner_voiceslib p::after {
    height: 2px;
    bottom: -5px;
    background: rgb(143,195,169);
    left: 1.5rem;
    content: "";
    width: 40px;
    position: absolute;
}.client_feedbacklib .learner_voiceslib .description {
    line-height: 1.6;
    position: relative;
    font-size: 18px;
    color: #000000;
    font-weight: 400;
    padding: 1rem 1.5rem 1.5rem;
}.client_feedbacklib .learner_voiceslib:nth-child(3n+1) {
    transform: translateZ(20px);
}.client_feedbacklib .learner_voiceslib:nth-child(3n+2) {
    transform: translateZ(10px);
}.client_feedbacklib .learner_voiceslib:nth-child(3n+3) {
    transform: translateZ(30px);
}

@keyframes glow {
    0%, 100% {
        box-shadow: 0 0 5px rgb(143,195,169), 0 0 10px rgb(143,195,169,0.5);
    }
    50% {
        box-shadow: 0 0 15px rgb(143,195,169), 0 0 20px rgb(143,195,169);
    }
}

@keyframes borderGlow {
    0% {
        opacity: 0.7;
    }
    100% {
        opacity: 1;
    }
}

@media (max-width: 991px) {.client_feedbacklib .learner_voiceslib {
    flex: 0 0 calc(50% - 2rem);
}
}

@media (max-width: 767px) {.client_feedbacklib {
    padding: 4rem 0;
}.client_feedbacklib h2 {
    margin-bottom: 2.5rem;
    font-size: calc(28px - 0.3rem);
}.client_feedbacklib .learner_voiceslib {
    margin: 1rem 0;
    transform: none !important;
    flex: 0 0 100%;
}.client_feedbacklib .learner_voiceslib:hover {
    transform: translateY(-10px) !important;
}}.who_we_arelib {
    padding: 5rem 0;
    background: linear-gradient(145deg, rgb(179,227,205) 0%, rgb(108,161,133,0.5) 100%);
    overflow: hidden;
    position: relative;
}.who_we_arelib::before {
    content: "";
    top: -5%;
    z-index: 1;
    transform: rotate(-15deg);
    height: 70%;
    position: absolute;
    width: 50%;
    opacity: 0.7;
    background: linear-gradient(120deg, rgb(143,195,169,0.5) 0%, transparent 70%);
    right: -10%;
}.who_we_arelib::after {
    background: linear-gradient(240deg, rgb(108,161,133,0.5) 0%, transparent 80%);
    bottom: -5%;
    position: absolute;
    transform: rotate(10deg);
    height: 50%;
    z-index: 1;
    opacity: 0.6;
    width: 60%;
    content: "";
    left: -10%;
}.who_we_arelib .container {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    padding: 0 2rem;
    z-index: 2;
}.who_we_arelib h1 {
    position: relative;
    margin-bottom: 3rem;
    color: #000000;
    font-size: 48px;
    letter-spacing: 1px;
    font-weight: 700;
    padding-bottom: 1rem;
    transform: translateX(-0.5rem);
}.who_we_arelib h1::after {
    content: "";
    transform: scaleX(1);
    transform-origin: left;
    left: 0;
    width: 6rem;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    height: 3px;
    position: absolute;
    bottom: 0;
    background: linear-gradient(90deg, rgb(143,195,169) 0%, rgb(108,161,133) 100%);
}.who_we_arelib h1:hover::after {
    transform: scaleX(1.5);
}.who_we_arelib .learn_learnlib {
    position: relative;
}.who_we_arelib .learn_learnlib ul {
    display: grid;
    padding: 0;
    gap: 3rem;
    grid-template-columns: 1fr;
    list-style: none;
    margin: 0;
}.who_we_arelib .knowledge_guideslib {
    border-radius: 2px;
    transform: translateY(0);
    padding: 2.5rem;
    background: #ffffff;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}.who_we_arelib .knowledge_guideslib::before {
    height: 0;
    background: linear-gradient(to bottom, rgb(143,195,169), rgb(108,161,133));
    content: "";
    position: absolute;
    top: 0;
    transition: height 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    left: 0;
    width: 4px;
}.who_we_arelib .knowledge_guideslib:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    transform: translateY(-5px);
}.who_we_arelib .knowledge_guideslib:hover::before {
    height: 100%;
}.who_we_arelib .knowledge_guideslib h4 {
    padding-bottom: 0.75rem;
    color: rgb(143,195,169);
    margin-bottom: 1.5rem;
    transform: translateX(0);
    font-weight: 600;
    font-size: calc(20px * 1.2);
    position: relative;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}.who_we_arelib .knowledge_guideslib:hover h4 {
    transform: translateX(0.5rem);
}.who_we_arelib .knowledge_guideslib h4::after {
    transition: width 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    transform-origin: left;
    height: 2px;
    width: 3rem;
    bottom: 0;
    position: absolute;
    background: rgb(108,161,133,0.5);
    content: "";
    left: 0;
}.who_we_arelib .knowledge_guideslib:hover h4::after {
    width: 5rem;
}.who_we_arelib .knowledge_guideslib div {
    max-height: 300px;
    font-size: 17px;
    font-family: Arial, sans-serif;
    color: #000000;
    overflow-y: auto;
    line-height: 1.7;
    padding-right: 0.5rem;
}.who_we_arelib .knowledge_guideslib div::-webkit-scrollbar {
    width: 4px;
}.who_we_arelib .knowledge_guideslib div::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgb(179,227,205);
}.who_we_arelib .knowledge_guideslib div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(108,161,133,0.5);
}.who_we_arelib .knowledge_guideslib div::-webkit-scrollbar-thumb:hover {
    background: rgb(108,161,133);
}

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

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

@media (max-width: 767px) {.who_we_arelib {
    padding: 4rem 0;
}.who_we_arelib .container {
    padding: 0 1.5rem;
}.who_we_arelib h1 {
    font-size: calc(48px * 0.9);
    margin-bottom: 2.5rem;
}.who_we_arelib .learn_learnlib ul {
    gap: 2rem;
}.who_we_arelib .knowledge_guideslib {
    padding: 1.5rem;
}.who_we_arelib .knowledge_guideslib h4 {
    margin-bottom: 1rem;
    font-size: 20px;
}.who_we_arelib .knowledge_guideslib div {
    line-height: 1.6;
    font-size: calc(17px * 0.95);
    max-height: 200px;
}}.program_informationlib {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
    background: linear-gradient(125deg, rgb(179,227,205) 0%, rgb(143,195,169,0.5) 100%);
}.program_informationlib::before {
    position: absolute;
    height: 100%;
    content: "";
    left: 0;
    opacity: 0.6;
    width: 100%;
    top: 0;
    z-index: 1;
    background: 
        radial-gradient(ellipse at 20% 30%, rgb(143,195,169,0.5) 0%, transparent 70%),
        radial-gradient(circle at 80% 70%, rgb(108,161,133,0.5) 0%, transparent 60%);
}.program_informationlib::after {
    z-index: 1;
    top: 0;
    width: 100%;
    animation: shiftBackground 30s linear infinite;
    height: 100%;
    position: absolute;
    background-image: 
        repeating-linear-gradient(
            -45deg,
            rgba(255, 255, 255, 0.03),
            rgba(255, 255, 255, 0.03) 1px,
            transparent 1px,
            transparent 10px
        );
    opacity: 0.4;
    content: "";
    left: 0;
}@keyframes shiftBackground {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

.program_informationlib .container {
    position: relative;
    z-index: 2;
}.program_informationlib .expert_classeslib {
    position: relative;
    border-radius: 13px;
    background: linear-gradient(
        135deg, 
        rgba(255, 255, 255, 0.02), 
        rgba(255, 255, 255, 0.08)
    );
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
}.program_informationlib .expert_classeslib::before {
    top: 0;
    z-index: 1;
    height: 100%;
    position: absolute;
    width: 100%;
    background: 
        linear-gradient(
            135deg,
            transparent,
            rgba(rgb(143,195,169), 0.05)
        );
    left: 0;
    content: "";
}.program_informationlib .responsive_imglib {
    right: 3%;
    top: 5%;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.15);
    animation: morphShape 15s infinite alternate ease-in-out;
    overflow: hidden;
    height: 440px;
    width: 45%;
    position: absolute;
    z-index: 2;
}@keyframes morphShape {
    0% {
        border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    }
    50% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }
    100% {
        border-radius: 40% 60% 50% 50% / 30% 60% 40% 60%;
    }
}

.program_informationlib .responsive_imglib::before {
    z-index: 2;
    width: 100%;
    mix-blend-mode: overlay;
    opacity: 0.6;
    top: 0;
    height: 100%;
    position: absolute;
    background: linear-gradient(
        215deg,
        transparent 30%,
        rgb(143,195,169,0.5) 100%
    );
    left: 0;
    content: "";
}.program_informationlib .responsive_imglib::after {
    background-size: 20px 20px;
    content: "";
    left: 0;
    opacity: 0.2;
    position: absolute;
    height: 100%;
    top: 0;
    width: 100%;
    z-index: 3;
    background: 
        linear-gradient(
            rgba(255, 255, 255, 0.1) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.1) 1px,
            transparent 1px
        );
}.program_informationlib .study_routelib {
    flex-direction: column;
    padding: 60px 50% 60px 60px;
    position: relative;
    display: flex;
    min-height: 400px;
    z-index: 3;
}.program_informationlib .site_primelib {
    margin-bottom: 25px;
    position: relative;
    z-index: 4;
    display: inline-block;
}.program_informationlib .site_primelib svg {
    position: relative;
    height: auto;
    width: 70px;
    fill: #ffffff;
    z-index: 2;
}.program_informationlib .site_primelib svg path {
    stroke-width: 0.5;
    stroke-dasharray: 100;
    stroke-dashoffset: 100;
    stroke: rgb(143,195,169);
}.program_informationlib h3 {
    max-width: 100%;
    margin-bottom: 20px;
    z-index: 4;
    color: #ffffff;
    position: relative;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    font-size: 37px;
}.program_informationlib h3::after {
    border-radius: 3px;
    bottom: -10px;
    left: 0;
    transition: width 0.3s ease;
    content: "";
    width: 60px;
    position: absolute;
    background: linear-gradient(90deg, rgb(143,195,169), rgb(108,161,133));
    height: 3px;
}.program_informationlib .expert_classeslib:hover h3::after {
    width: 120px;
}.program_informationlib p {
    position: relative;
    max-width: 100%;
    font-size: 17px;
    color: #000000;
    margin: 0;
    z-index: 4;
    line-height: 1.7;
}.program_informationlib .expert_classeslib::after {
    z-index: 1;
    content: "";
    width: 200px;
    filter: blur(80px);
    bottom: -50px;
    height: 200px;
    position: absolute;
    background: rgb(108,161,133,0.5);
    left: -50px;
    border-radius: 50%;
    opacity: 0.3;
}.program_informationlib .study_routelib::before {
    position: absolute;
    height: 90%;
    background-position: 0 0, 10px 10px;
    width: 150px;
    background-image: 
        radial-gradient(circle, rgb(143,195,169,0.5) 1px, transparent 1px),
        radial-gradient(circle, rgb(108,161,133,0.5) 1px, transparent 1px);
    background-size: 20px 20px, 25px 25px;
    animation: floatDots 10s infinite alternate ease-in-out;
    top: 20px;
    right: 48%;
    z-index: 1;
    content: "";
    opacity: 0.2;
}

@keyframes floatDots {
    0% {
        transform: translateY(0);
        opacity: 0.2;
    }
    100% {
        transform: translateY(-20px);
        opacity: 0.4;
    }
}

@media (max-width: 1199px) {.program_informationlib .study_routelib {
    padding: 50px 50% 50px 50px;
}.program_informationlib .responsive_imglib {
    width: 42%;
    height: 85%;
}
}

@media (max-width: 991px) {.program_informationlib {
    padding: 80px 0;
}.program_informationlib .expert_classeslib {
    display: flex;
    flex-direction: column;
}.program_informationlib .study_routelib {
    padding: 220px 40px 50px 40px;
    min-height: auto;
}.program_informationlib .responsive_imglib {
    width: 80%;
    left: 10%;
    border-radius: 0 0 50% 50% / 0 0 100% 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    height: 200px;
    top: 0;
    position: absolute;
}.program_informationlib .site_primelib {
    margin-bottom: 0;
    position: absolute;
    left: 40px;
    top: 160px;
}.program_informationlib h3 {
    font-size: calc(37px * 0.9);
}.program_informationlib .study_routelib::before {
    display: none;
}
}

@media (max-width: 767px) {.program_informationlib {
    padding: 60px 0;
}.program_informationlib .study_routelib {
    padding: 200px 30px 40px 30px;
}.program_informationlib .responsive_imglib {
    height: 180px;
}.program_informationlib .site_primelib {
    top: 140px;
    left: 30px;
}.program_informationlib .site_primelib svg {
    width: 60px;
}.program_informationlib h3 {
    font-size: calc(37px * 0.8);
}.program_informationlib p {
    font-size: calc(17px * 0.95);
}
}

@media (max-width: 480px) {.program_informationlib {
    padding: 40px 0;
}.program_informationlib .study_routelib {
    padding: 180px 25px 30px 25px;
}.program_informationlib .responsive_imglib {
    height: 160px;
}.program_informationlib .site_primelib {
    left: 25px;
    top: 120px;
}.program_informationlib .site_primelib svg {
    width: 50px;
}.program_informationlib h3 {
    margin-bottom: 15px;
    font-size: calc(37px * 0.7);
}.program_informationlib p {
    font-size: calc(17px * 0.9);
}}.price_card_itemlib {
    background-color: rgb(179,227,205);
    padding: 6rem 0;
    overflow: hidden;
    position: relative;
}.price_card_itemlib::before {
    width: 100%;
    pointer-events: none;
    background: linear-gradient(135deg, rgb(143,195,169,0.5) 0%, transparent 70%);
    top: 0;
    left: 0;
    height: 100%;
    position: absolute;
    z-index: 1;
    content: "";
}.price_card_itemlib::after {
    right: -5rem;
    width: 20rem;
    z-index: 1;
    height: 20rem;
    background: linear-gradient(225deg, rgb(108,161,133) 0%, transparent 80%);
    content: "";
    transform: rotate(-15deg);
    pointer-events: none;
    opacity: 0.15;
    position: absolute;
    bottom: -5rem;
}.price_card_itemlib .container {
    z-index: 2;
    margin: 0 auto;
    max-width: 1400px;
    position: relative;
    padding: 0 2rem;
}.price_card_itemlib .learn_packslib {
    grid-template-columns: 1fr;
    gap: 3rem;
    position: relative;
    display: grid;
}.price_card_itemlib .value_rateslib {
    border-left: 4px solid rgb(143,195,169);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: translateZ(0);
    background-color: #ffffff;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    padding: 2rem;
}.price_card_itemlib .value_rateslib::before {
    left: -20px;
    background-color: rgb(143,195,169);
    position: absolute;
    z-index: -1;
    width: 40px;
    top: 20px;
    height: 40px;
    content: "";
    transform: rotate(45deg);
}.price_card_itemlib .value_rateslib h2 {
    margin-bottom: 1.5rem;
    transform: perspective(800px) translateZ(30px);
    color: #000000;
    font-size: 36px;
    position: relative;
    font-weight: 700;
}.price_card_itemlib .value_rateslib h2::after {
    left: 0;
    content: "";
    bottom: -10px;
    height: 3px;
    background: linear-gradient(90deg, rgb(143,195,169), rgb(108,161,133));
    width: 80px;
    position: absolute;
}.price_card_itemlib .value_rateslib .pricing_packlib {
    max-width: 80%;
    color: #000000;
    line-height: 1.6;
    font-size: 12px;
}.price_card_itemlib .fee_choiceslib {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 2rem;
    perspective: 1000px;
    display: grid;
}.price_card_itemlib .monthly_planlib {
    color: inherit;
    text-decoration: none;
    transform-style: preserve-3d;
    display: block;
    position: relative;
    transition: all 0.4s ease;
}.price_card_itemlib .monthly_planlib:hover {
    transform: translateY(-10px);
}.price_card_itemlib .pricing_schemeslib {
    flex-direction: column;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    height: 100%;
    border-radius: 10px;
    background-color: #ffffff;
    display: flex;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s ease;
    position: relative;
    transform: translateZ(0);
}.price_card_itemlib .monthly_planlib:hover .pricing_schemeslib {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12), 0 0 0 1px rgb(143,195,169,0.5);
    transform: translateZ(20px);
}.price_card_itemlib .monthly_planlib:nth-child(odd) .pricing_schemeslib {
    transform: rotate(-1deg);
}.price_card_itemlib .monthly_planlib:nth-child(even) .pricing_schemeslib {
    transform: rotate(1deg);
}.price_card_itemlib .monthly_planlib:hover .pricing_schemeslib {
    transform: rotate(0) translateZ(20px);
}.price_card_itemlib .promo_costlib {
    display: flex;
    flex-direction: column;
    position: relative;
    flex: 1;
    overflow-wrap: break-word;
    z-index: 2;
    padding: 2rem;
    word-break: break-word;
}.price_card_itemlib .promo_costlib::before {
    height: 100%;
    width: 100%;
    top: 0;
    position: absolute;
    content: "";
    left: 0;
    z-index: -1;
    background: linear-gradient(135deg, #ffffff 0%, rgba(255, 255, 255, 0.8) 100%);
}.price_card_itemlib .promo_costlib h3 {
    transition: transform 0.3s ease;
    transform: translateZ(10px);
    color: #000000;
    position: relative;
    margin-bottom: 1rem;
    font-size: calc(20px * 1.2);
    font-weight: 600;
}.price_card_itemlib .monthly_planlib:hover .promo_costlib h3 {
    transform: translateZ(25px);
}.price_card_itemlib .promo_costlib h3::after {
    position: absolute;
    left: 0;
    width: 40px;
    transition: width 0.3s ease;
    bottom: -8px;
    height: 3px;
    background: rgb(143,195,169);
    content: "";
}.price_card_itemlib .monthly_planlib:hover .promo_costlib h3::after {
    width: 60px;
}.price_card_itemlib .price_planlib {
    font-size: calc(20px * 1.8);
    transform: translateZ(15px);
    display: block;
    position: relative;
    font-weight: 700;
    color: rgb(143,195,169);
    margin: 0.5rem 0 1.5rem;
}.price_card_itemlib .price_planlib::before {
    left: 0;
    height: 2px;
    width: 80px;
    background: linear-gradient(90deg, rgb(143,195,169,0.5), transparent);
    content: "";
    bottom: -8px;
    position: absolute;
}.price_card_itemlib .promo_costlib p {
    overflow-wrap: break-word;
    word-break: break-word;
    line-height: 1.6;
    flex: 1;
    margin-top: 1rem;
    color: #000000;
    font-size: 12px;
}.price_card_itemlib .responsive_imglib {
    width: 100%;
    height: 200px;
    overflow: hidden;
    transform: translateZ(0);
    transition: transform 0.5s ease;
    position: relative;
}.price_card_itemlib .monthly_planlib:hover .responsive_imglib {
    transform: scale(1.05) translateZ(0);
}.price_card_itemlib .responsive_imglib::after {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
    content: "";
    height: 50%;
    width: 100%;
    z-index: 1;
    bottom: 0;
    position: absolute;
    left: 0;
}.price_card_itemlib .responsive_imglib::before {
    width: 100%;
    height: 100%;
    content: "";
    z-index: 1;
    transition: opacity 0.3s ease;
    background: rgb(143,195,169);
    left: 0;
    top: 0;
    position: absolute;
    opacity: 0.15;
}.price_card_itemlib .monthly_planlib:hover .responsive_imglib::before {
    opacity: 0.05;
}

@media (min-width: 992px) {.price_card_itemlib .learn_packslib {
    grid-template-columns: 2fr 1fr;
    gap: 4rem;
}.price_card_itemlib .value_rateslib {
    padding: 3rem;
}.price_card_itemlib .fee_choiceslib {
    grid-row: 1;
    grid-column: 1;
}.price_card_itemlib .value_rateslib {
    transform: perspective(1000px) rotateY(-5deg) translateZ(0);
    position: sticky;
    grid-column: 2;
    grid-row: 1;
    top: 2rem;
    align-self: start;
}.price_card_itemlib .value_rateslib:hover {
    transform: perspective(1000px) rotateY(0) translateZ(30px);
}
}

@media (min-width: 1200px) {.price_card_itemlib .fee_choiceslib {
    gap: 2.5rem;
    grid-template-columns: repeat(2, 1fr);
}.price_card_itemlib .promo_costlib {
    min-height: 300px;
}
}

@media (max-width: 991px) {.price_card_itemlib {
    padding: 4rem 0;
}.price_card_itemlib .value_rateslib {
    order: -1;
}.price_card_itemlib .value_rateslib h2 {
    font-size: calc(36px * 0.9);
}.price_card_itemlib .value_rateslib .pricing_packlib {
    max-width: 100%;
}
}

@media (max-width: 767px) {.price_card_itemlib {
    padding: 3rem 0;
}.price_card_itemlib .container {
    padding: 0 1.5rem;
}.price_card_itemlib .fee_choiceslib {
    grid-template-columns: 1fr;
}.price_card_itemlib .value_rateslib h2 {
    font-size: calc(36px * 0.8);
}.price_card_itemlib .promo_costlib {
    padding: 1.5rem;
}.price_card_itemlib .price_planlib {
    font-size: calc(20px * 1.5);
}.price_card_itemlib .responsive_imglib {
    height: 180px;
}
}

@media (max-width: 480px) {.price_card_itemlib .promo_costlib p {
    font-size: calc(12px * 0.9);
}.price_card_itemlib .promo_costlib h3 {
    font-size: 20px;
}.price_card_itemlib .price_planlib {
    font-size: calc(20px * 1.3);
}.price_card_itemlib .responsive_imglib {
    height: 160px;
}}footer {
    position: relative;
}footer::before {
    content: '';
    bottom: 0;
    right: 0;
    background: linear-gradient(45deg, rgb(108,161,133,0.5) 0%, rgb(143,195,169,0.5) 100%);
    z-index: 1;
    top: 0;
    left: 0;
    position: absolute;
}.testimoniallib {
    z-index: 2;
    color: #ffffff;
    padding: 80px 0 40px;
    position: relative;
    font-family: Arial, sans-serif;
}.testimoniallib .container {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 30px;
}.testimoniallib .company_holder {
    position: relative;
    grid-column: 1 / 5;
    z-index: 3;
}.testimoniallib .company_holder h3 {
    text-transform: uppercase;
    margin-bottom: 20px;
    position: relative;
    font-size: 32px;
    color: #ffffff;
    padding-bottom: 10px;
    display: inline-block;
    letter-spacing: 1px;
    font-weight: 700;
}.testimoniallib .company_holder h3::after {
    height: 4px;
    left: 0;
    position: absolute;
    width: 40px;
    border-radius: 10px;
    content: '';
    background: rgb(143,195,169);
    bottom: 0;
}.testimoniallib .whatsapp_grplib {
    font-size: 12px;
    padding: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 22px;
    backdrop-filter: blur(10px);
    margin-top: 25px;
    transform: translateZ(0);
    background: rgba(255, 255, 255, 0.1);
    border-left: 4px solid rgb(143,195,169);
    line-height: 1.6;
}.testimoniallib .license_ctalib {
    grid-column: 5 / 13;
    position: relative;
}.testimoniallib .nav_teachlib {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px;
    display: grid;
}.testimoniallib .head_masterlib {
    position: relative;
}.testimoniallib .head_masterlib h5 {
    position: relative;
    font-weight: 600;
    margin-bottom: 25px;
    display: inline-block;
    font-size: 21px;
    color: #ffffff;
}.testimoniallib .head_masterlib h5::before {
    border-radius: 50%;
    left: -15px;
    position: absolute;
    content: '';
    background: rgb(143,195,169);
    height: 8px;
    transform: translateY(-50%);
    top: 50%;
    width: 8px;
}.testimoniallib .head_masterlib .nav_teachlib {
    flex-direction: column;
    gap: 15px;
    display: flex;
}.testimoniallib .head_masterlib .nav_teachlib a {
    border-radius: 10px;
    padding: 8px 15px;
    font-size: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    position: relative;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.05);
    color: #ffffff;
    z-index: 1;
}.testimoniallib .head_masterlib .nav_teachlib a::before {
    height: 100%;
    content: '';
    position: absolute;
    z-index: -1;
    width: 3px;
    top: 0;
    transition: all 0.3s ease;
    left: 0;
    background: rgb(143,195,169);
}.testimoniallib .head_masterlib .nav_teachlib a:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateX(5px);
}.testimoniallib .head_masterlib .nav_teachlib a:hover::before {
    width: 100%;
    background: rgb(143,195,169,0.5);
}.footer_captionlib {
    position: relative;
    padding: 20px 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 2;
    margin-top: 60px;
}.footer_captionlib::before {
    top: 0;
    opacity: 0.2;
    height: 1px;
    right: 15%;
    content: '';
    left: 15%;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    position: absolute;
}.footer_captionlib .container {
    align-items: center;
    justify-content: center;
    display: flex;
}.footer_captionlib .cheat_sheetlib {
    letter-spacing: 0.5px;
    text-align: center;
    color: #ffffff;
    opacity: 0.8;
    font-size: 16px;
}@keyframes floatAnimation {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

footer::after {
    top: 0;
    position: absolute;
    left: 0;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(255, 255, 255, 0.02) 10px,
        rgba(255, 255, 255, 0.02) 20px
    );
    content: '';
    bottom: 0;
    z-index: 1;
    right: 0;
}

@media (max-width: 992px) {.testimoniallib .container {
    grid-template-columns: repeat(1, 1fr);
}.testimoniallib .company_holder {
    margin-bottom: 40px;
    grid-column: 1 / -1;
}.testimoniallib .license_ctalib {
    grid-column: 1 / -1;
}.testimoniallib .nav_teachlib {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 768px) {.testimoniallib {
    padding: 60px 0 30px;
}.testimoniallib .nav_teachlib {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 30px;
}.testimoniallib .head_masterlib {
    padding: 0;
}}

@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.testimoniallib::before {
    background: linear-gradient(90deg, rgb(143,195,169), rgb(108,161,133), rgb(143,195,169));
    background-size: 200% 200%;
    height: 5px;
    width: 100%;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    animation: gradientShift 5s infinite;
}.testimoniallib .company_holder::after {
    height: 150px;
    content: '';
    border-radius: 50%;
    background: rgb(143,195,169,0.5);
    z-index: -1;
    right: -50px;
    width: 150px;
    filter: blur(60px);
    opacity: 0.4;
    top: 40px;
    position: absolute;
}.testimoniallib .company_holder::before {
    position: absolute;
    height: 100px;
    filter: blur(40px);
    border-radius: 50%;
    background: rgb(108,161,133,0.5);
    left: -30px;
    bottom: 0;
    opacity: 0.3;
    width: 100px;
    content: '';
    z-index: -1;
}.testimoniallib .license_ctalib::after {
    z-index: -1;
    top: -20px;
    background: rgb(143,195,169,0.5);
    height: 120px;
    border-radius: 50%;
    width: 120px;
    right: 100px;
    content: '';
    position: absolute;
    opacity: 0.2;
    filter: blur(50px);
}.testimoniallib .license_ctalib::before {
    height: 180px;
    filter: blur(70px);
    content: '';
    left: 80px;
    bottom: -50px;
    opacity: 0.25;
    z-index: -1;
    width: 180px;
    border-radius: 50%;
    background: rgb(108,161,133,0.5);
    position: absolute;
}@keyframes borderPulse {
    0%, 100% {
        border-color: rgba(255, 255, 255, 0.1);
    }
    50% {
        border-color: rgba(255, 255, 255, 0.3);
    }
}

.testimoniallib .head_masterlib {
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    animation: borderPulse 4s infinite;
}.testimoniallib .head_masterlib h5 {
    letter-spacing: 0.5px;
}.testimoniallib .head_masterlib h5::after {
    width: 30px;
    content: '';
    left: 0;
    position: absolute;
    height: 2px;
    bottom: -5px;
    background: rgb(108,161,133);
}@keyframes movingGradient {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

.footer_captionlib {
    animation: movingGradient 10s ease infinite;
    background-size: 200% 200%;
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.6) 0%, 
        rgba(0, 0, 0, 0.3) 50%, 
        rgba(0, 0, 0, 0.6) 100%);
}.secure_retreatlib {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    font-family: Arial, sans-serif;
    transition: background-color 0.3s ease, color 0.3s ease;
    color: #000000;
    padding: 2rem;
    background-color: rgb(179,227,205);
}.secure_retreatlib h1 {
    font-size: 44px;
    margin-bottom: 1.5rem;
    border-bottom: 2px solid rgb(143,195,169);
    color: rgb(143,195,169);
    padding-bottom: 0.5rem;
    font-weight: 700;
}.secure_retreatlib h2 {
    margin-bottom: 1rem;
    color: rgb(108,161,133);
    font-size: 37px;
    font-weight: 600;
    margin-top: 1rem;
}.secure_retreatlib ul,
.secure_retreatlib ol {
    margin-bottom: 1rem;
    padding-left: 1.5rem;
    list-style: none;
    margin-top: 1rem;
}.secure_retreatlib li {
    position: relative;
    padding-left: 1.2rem;
    font-size: 15px;
    margin-bottom: 0.5rem;
    line-height: 1.6;
}.secure_retreatlib li::before {
    line-height: 1.2;
    position: absolute;
    font-size: 1.2rem;
    color: rgb(143,195,169);
    left: 0;
    content: "•";
}.secure_retreatlib p {
    line-height: 1.8;
    margin-bottom: 1rem;
    font-size: 15px;
}.secure_retreatlib span {
    color: #000000;
    font-weight: 400;
}.secure_retreatlib div {
    margin-bottom: 1.5rem;
}
@media only screen and (max-width: 800px) {.secure_retreatlib {
    padding: 1rem;
    border-radius: 10px;
}.secure_retreatlib h1 {
    font-size: calc(22px - 0.5rem);
}.secure_retreatlib h2 {
    font-size: calc(22px - 0.5rem);
}.secure_retreatlib p,
    .secure_retreatlib li {
    font-size: calc(15px - 0.2rem);
}}.cookie_dialog_noticelib {
    z-index: 1000;
    bottom: 0;
    width: 100%;
    animation: fadeInUp 0.5s ease-out;
    position: fixed;
    border-top: 1px solid rgb(143,195,169);
    box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.1);
    background-color: rgb(179,227,205);
    padding: 20px 0;
}.cookie_dialog_noticelib .consent_edulib {
    margin-right: 20px;
    flex-shrink: 0;
    animation: logoScale 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    transform-origin: center;
}.cookie_dialog_noticelib .consent_edulib svg {
    fill: rgb(143,195,169);
    width: 60px;
    height: 60px;
}@keyframes logoScale {
    0% {
        transform: scale(0);
    }
    80% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
.cookie_dialog_noticelib .cookie_tablib {
    flex-grow: 1;
}.cookie_dialog_noticelib .cookie_tablib h5 {
    font-size: 24px;
    margin-bottom: 6px;
    color: rgb(143,195,169);
}.cookie_dialog_noticelib .cookie_tablib p {
    margin: 0;
    font-size: 13px;
    color: #000000;
    line-height: 1.5;
}.cookie_dialog_noticelib .user_dialoglib {
    border-radius: 5px;
    font-size: 17px;
    margin-top: 20px;
    color: #ffffff;
    margin-right: 15px;
    text-decoration: none;
    display: inline-block;
    padding: 10px 20px;
    background-color: rgb(143,195,169);
    transition: transform 0.3s, box-shadow 0.3s;
}.cookie_dialog_noticelib .user_dialoglib:hover {
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}.cookie_dialog_noticelib .user_dialoglib:active {
    transform: translateY(1px);
    box-shadow: none;
}
@media (max-width: 768px) {.cookie_dialog_noticelib .consent_edulib {
    margin-right: 0;
    margin-bottom: 15px;
}.cookie_dialog_noticelib .user_dialoglib {
    width: 48%;
    text-align: center;
    margin-left: 0;
}}
#usageNoticeDialoglib {
    display: none;
}#usageNoticeDialoglib:checked ~ .cookie_dialog_noticelib {
    opacity: 0;
    visibility: hidden;
}.appSectionlib {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(179,227,205) 0%, rgba(255,255,255,0.95) 100%);
    padding: 5rem 2rem;
}.appSectionlib::before {
    transform: rotate(-15deg);
    content: "";
    position: absolute;
    height: 70%;
    z-index: 0;
    top: -20%;
    filter: blur(40px);
    opacity: 0.4;
    background: linear-gradient(45deg, rgb(143,195,169,0.5) 0%, rgb(108,161,133) 100%);
    width: 60%;
    animation: float 12s ease-in-out infinite;
    right: -20%;
}.appSectionlib::after {
    animation: float 15s ease-in-out infinite reverse;
    position: absolute;
    opacity: 0.3;
    left: -10%;
    content: "";
    transform: rotate(15deg);
    z-index: 0;
    width: 50%;
    height: 60%;
    background: linear-gradient(-45deg, rgb(108,161,133,0.5) 0%, rgb(143,195,169) 100%);
    bottom: -10%;
    filter: blur(30px);
}.appSectionlib .container {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 2;
    max-width: 1200px;
    animation: fadeIn 0.8s ease-out forwards;
    align-items: center;
}.appSectionlib h2 {
    opacity: 0;
    max-width: 90%;
    text-align: center;
    line-height: 1.3;
    animation: slideUp 0.7s ease-out 0.2s forwards;
    letter-spacing: -0.02em;
    margin-bottom: 3rem;
    font-weight: 700;
    font-family: Arial, sans-serif;
    font-size: clamp(1.75rem, 4vw, 38px);
    color: #000000;
    position: relative;
    transform: translateY(20px);
}.appSectionlib h2::before {
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, rgb(143,195,169) 0%, rgb(108,161,133) 100%);
    position: absolute;
    bottom: -16px;
    transform: translateX(-50%);
    border-radius: 2px;
    left: 50%;
    content: "";
}.appSectionlib .expert_classeslib {
    border-radius: 20px;
    backdrop-filter: blur(8px);
    background: linear-gradient(120deg, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.96) 100%);
    transform: translateY(30px);
    position: relative;
    border-left: 4px solid rgb(143,195,169);
    opacity: 0;
    max-width: 880px;
    animation: slideUp 0.8s ease-out 0.4s forwards;
    width: 100%;
    box-shadow: 0 20px 40px rgba(0,0,0,0.06), 0 8px 16px rgba(0,0,0,0.04);
    padding: 3rem;
}.appSectionlib .expert_classeslib::before {
    border-radius: calc(20px - 15px);
    left: 15px;
    pointer-events: none;
    z-index: 0;
    bottom: 15px;
    position: absolute;
    top: 15px;
    right: 15px;
    border: 1px dashed rgba(0,0,0,0.07);
    content: "";
}.appSectionlib ul {
    padding: 0;
    position: relative;
    list-style: none;
    z-index: 1;
    margin: 0;
}.appSectionlib li {
    position: relative;
    padding-left: 2rem;
}.appSectionlib li::before {
    top: 8px;
    border-radius: 50%;
    box-shadow: 0 0 0 4px rgb(143,195,169,0.5);
    width: 8px;
    height: 8px;
    background: rgb(143,195,169);
    animation: pulse 3s ease-in-out infinite;
    content: "";
    left: 0;
    position: absolute;
}.appSectionlib span {
    line-height: 1.7;
    display: block;
    font-size: clamp(1rem, 2vw, 1.1rem);
    font-weight: 400;
    position: relative;
    color: #000000;
    font-family: Arial, sans-serif;
    z-index: 2;
}

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

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgb(143,195,169,0.5);
    }
    70% {
        box-shadow: 0 0 0 8px rgba(0,0,0,0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(0,0,0,0);
    }
}

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

@media screen and (max-width: 767px) {.appSectionlib {
    padding: 3rem 1.25rem;
}.appSectionlib h2 {
    margin-bottom: 2rem;
    max-width: 100%;
}.appSectionlib .expert_classeslib {
    border-left-width: 3px;
    padding: 2rem 1.5rem;
}.appSectionlib li {
    padding-left: 1.5rem;
}.appSectionlib li::before {
    top: 6px;
    width: 6px;
    height: 6px;
}.appSectionlib h2::before {
    bottom: -12px;
    width: 60px;
    height: 3px;
}
}

@media screen and (max-width: 480px) {.appSectionlib {
    padding: 2.5rem 1rem;
}.appSectionlib h2 {
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
}.appSectionlib .expert_classeslib {
    padding: 1.5rem 1.25rem;
}.appSectionlib span {
    font-size: 0.95rem;
}}.data_summarylib {
    background: linear-gradient(135deg, rgb(143,195,169,0.5) 0%, rgb(108,161,133,0.5) 100%);
    position: relative;
    overflow: hidden;
    perspective: 1000px;
    padding: 8rem 0 4rem;
}.data_summarylib::before {
    height: 100%;
    left: 0;
    transform: translateZ(-50px);
    position: absolute;
    content: "";
    width: 100%;
    top: 0;
    pointer-events: none;
    background: repeating-linear-gradient(
        -45deg,
        rgb(143,195,169,0.5) 0px,
        rgb(143,195,169,0.5) 1px,
        transparent 1px,
        transparent 10px
    );
    opacity: 0.1;
}.data_summarylib::after {
    opacity: 0.15;
    content: "";
    transform: rotate(-15deg);
    background: radial-gradient(circle at center, rgb(108,161,133,0.5) 0%, transparent 70%);
    top: -50%;
    height: 200%;
    pointer-events: none;
    right: -20%;
    position: absolute;
    width: 60%;
}.data_summarylib .container {
    z-index: 2;
    max-width: 1440px;
    position: relative;
    margin: 0 auto;
    padding: 0 2rem;
    transform-style: preserve-3d;
}.data_summarylib ul {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 2.5rem;
    padding: 0;
    margin: 0;
    display: grid;
    transform: translateZ(20px);
    list-style: none;
}.data_summarylib .statistics_supportlib {
    position: relative;
    backdrop-filter: blur(10px);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 3px 10px rgba(0, 0, 0, 0.05);
    background: linear-gradient(
        145deg,
        rgba(255, 255, 255, 0.15) 0%,
        rgba(255, 255, 255, 0.05) 100%
    );
    padding: 2.5rem 1.5rem;
    transform: translateZ(0);
}.data_summarylib .statistics_supportlib::before {
    opacity: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(
        45deg,
        rgb(143,195,169,0.5) 0%,
        transparent 60%
    );
    content: "";
    left: 0;
    transition: all 0.5s ease;
    z-index: -1;
    top: 0;
    position: absolute;
}.data_summarylib .statistics_supportlib:hover {
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.15),
        0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px) translateZ(30px);
}.data_summarylib .statistics_supportlib:hover::before {
    opacity: 0.3;
}.data_summarylib .statistics_supportlib div {
    flex-direction: column;
    height: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
}.data_summarylib .statistics_supportlib p {
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    background-clip: text;
    color: #ffffff;
    -webkit-background-clip: text;
    transition: all 0.4s ease;
    transform: translateZ(10px);
    background: linear-gradient(120deg, rgb(143,195,169) 0%, rgb(108,161,133) 100%);
    font-size: calc(44px * 1.2);
    margin: 0 0 1rem;
}.data_summarylib .statistics_supportlib:hover p {
    transform: translateZ(20px) scale(1.05);
}.data_summarylib .statistics_supportlib span {
    color: #ffffff;
    letter-spacing: 0.5px;
    font-weight: 400;
    max-width: 80%;
    margin: 0;
    opacity: 0.9;
    transition: all 0.4s ease;
    font-size: 13px;
    transform: translateZ(5px);
}.data_summarylib .statistics_supportlib:hover span {
    opacity: 1;
    transform: translateZ(15px);
}.data_summarylib h4 {
    opacity: 0.9;
    position: relative;
    color: #ffffff;
    margin: 4rem 0 0;
    font-size: 23px;
    letter-spacing: 1px;
    padding-bottom: 1rem;
    text-align: center;
    font-weight: 600;
    transform: translateZ(10px);
}.data_summarylib h4::after {
    left: 50%;
    width: 50px;
    position: absolute;
    content: "";
    bottom: 0;
    transform: translateX(-50%);
    background: linear-gradient(90deg, transparent, rgb(108,161,133), transparent);
    height: 2px;
}

@media (min-width: 1200px) {.data_summarylib ul {
    grid-template-columns: repeat(4, 1fr);
}.data_summarylib .statistics_supportlib {
    min-height: 220px;
}.data_summarylib .statistics_supportlib p {
    font-size: calc(44px * 1.5);
}
}

@media (min-width: 768px) and (max-width: 1199px) {.data_summarylib ul {
    grid-template-columns: repeat(3, 1fr);
}.data_summarylib .statistics_supportlib {
    min-height: 200px;
}
}

@media (min-width: 576px) and (max-width: 767px) {.data_summarylib ul {
    grid-template-columns: repeat(2, 1fr);
}.data_summarylib {
    padding: 6rem 0 3rem;
}.data_summarylib .statistics_supportlib {
    min-height: 180px;
}
}

@media (max-width: 575px) {.data_summarylib {
    padding: 4rem 0 2rem;
}.data_summarylib ul {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.data_summarylib .container {
    padding: 0 1.5rem;
}.data_summarylib .statistics_supportlib {
    min-height: 160px;
    padding: 2rem 1rem;
}.data_summarylib .statistics_supportlib p {
    font-size: calc(32px * 1.2);
}.data_summarylib h4 {
    margin-top: 3rem;
    font-size: calc(19px * 1.1);
}}

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

.data_summarylib .statistics_supportlib:nth-child(1) {
    animation: statsLoad 0.6s 0.1s ease-out forwards;
}.data_summarylib .statistics_supportlib:nth-child(2) {
    animation: statsLoad 0.6s 0.2s ease-out forwards;
}.data_summarylib .statistics_supportlib:nth-child(3) {
    animation: statsLoad 0.6s 0.3s ease-out forwards;
}.data_summarylib .statistics_supportlib:nth-child(4) {
    animation: statsLoad 0.6s 0.4s ease-out forwards;
}.data_summarylib .statistics_supportlib:nth-child(5) {
    animation: statsLoad 0.6s 0.5s ease-out forwards;
}.data_summarylib .statistics_supportlib:nth-child(6) {
    animation: statsLoad 0.6s 0.6s ease-out forwards;
}.data_summarylib .statistics_supportlib:nth-child(7) {
    animation: statsLoad 0.6s 0.7s ease-out forwards;
}.data_summarylib .statistics_supportlib {
    opacity: 0;
}header .top_plank {
    color:  #ffffff;
    background: rgb(143,195,169);
}header .top_plank .learning_toplib div svg, header .top_plank .learning_toplib div svg path {
    fill: #ffffff;
}header .top_plank .learning_toplib div span {
    color: #ffffff;
}header .top_plank .learning_toplib {
    flex-wrap: wrap;
    line-height: 21px;
    justify-content: flex-start;
    padding: 15px 0 10px 0;
    display: flex;
    width: 100%;
    align-items: center;
    font-size: 15px;
}header .top_plank .learning_toplib div {
    align-items: center;
    margin-right: 24px;
    display: flex;
    justify-content: flex-start;
}header .top_plank .learning_toplib div img, header .top_plank .learning_toplib div svg {
    width: 16px;
    margin-right: 8px;
    height: 16px;
}.contact_sectionlib {
    position: relative;
    padding: 120px 0;
}.contact_sectionlib::before {
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgb(108,161,133,0.5), rgb(143,195,169,0.5));
    left: 0;
    position: absolute;
    content: "";
}.contact_sectionlib .container {
    margin: 0 auto;
    position: relative;
    z-index: 5;
    max-width: 1200px;
}.contact_sectionlib .reach_supportlib {
    background: #ffffff;
    overflow: hidden;
    transition: transform 0.5s ease;
    flex-direction: row;
    border-radius: 20px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1);
    display: flex;
    transform: perspective(1000px) rotateX(0deg);
}.contact_sectionlib .reach_supportlib:hover {
    transform: perspective(1000px) rotateX(2deg);
}.contact_sectionlib .request_supportlib {
    width: 40%;
    background-color: rgb(179,227,205);
    padding: 60px 40px;
    overflow: hidden;
    position: relative;
}.contact_sectionlib .request_supportlib::before {
    width: 300px;
    height: 300px;
    top: -150px;
    opacity: 0.2;
    content: '';
    border-radius: 50%;
    right: -150px;
    background: radial-gradient(circle, rgb(108,161,133) 0%, transparent 70%);
    position: absolute;
}.contact_sectionlib .request_supportlib h3 {
    position: relative;
    font-size: 29px;
    font-weight: 700;
    margin-bottom: 40px;
    color: #000000;
}.contact_sectionlib .request_supportlib h3::after {
    bottom: -15px;
    height: 4px;
    left: 0;
    content: '';
    width: 60px;
    position: absolute;
    background: rgb(108,161,133);
}.contact_sectionlib .request_supportlib div {
    align-items: center;
    display: flex;
    border-radius: 10px;
    background: #ffffff;
    transform: translateX(0);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    padding: 15px;
    margin-bottom: 25px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}.contact_sectionlib .request_supportlib div:hover {
    transform: translateX(10px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}.contact_sectionlib .request_supportlib div svg {
    margin-right: 15px;
    width: 24px;
    height: 24px;
}.contact_sectionlib .request_supportlib div svg path {
    fill: rgb(143,195,169);
}.contact_sectionlib .request_supportlib div span {
    font-weight: 400;
    font-size: 16px;
    color: #000000;
}.contact_sectionlib .request_supportlib div span a {
    color: #000000;
    text-decoration: none;
    transition: color 0.3s ease;
}.contact_sectionlib .request_supportlib div span a:hover {
    color: rgb(143,195,169);
}.contact_sectionlib .reach_gridlib {
    position: relative;
    padding: 60px 40px;
    width: 60%;
    background: #ffffff;
}.contact_sectionlib .reach_gridlib::before {
    background: radial-gradient(circle, rgb(143,195,169,0.5) 0%, transparent 70%);
    content: '';
    position: absolute;
    right: 0;
    opacity: 0.3;
    width: 200px;
    bottom: 0;
    height: 200px;
}.contact_sectionlib .reach_gridlib h3 {
    color: #000000;
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 22px;
}.contact_sectionlib form {
    gap: 20px;
    display: flex;
    flex-direction: column;
}.contact_sectionlib form input[type="text"],
.contact_sectionlib form input[type="email"] {
    font-size: 16px;
    color: #000000;
    transition: all 0.3s ease;
    padding: 18px 20px;
    background-color: rgb(179,227,205);
    border-radius: 10px;
    border: none;
}.contact_sectionlib form input[type="text"]:focus,
.contact_sectionlib form input[type="email"]:focus {
    outline: none;
    transform: translateY(-2px);
    box-shadow: 0 0 0 2px rgb(143,195,169);
}.contact_sectionlib form input::placeholder {
    color: rgba(0, 0, 0, 0.4);
}.contact_sectionlib .query_maplib {
    align-items: flex-start;
    display: flex;
    margin-top: 10px;
    position: relative;
}.contact_sectionlib .query_maplib input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.contact_sectionlib .query_maplib label {
    padding-left: 35px;
    line-height: 1.5;
    color: #000000;
    font-size: 14px;
    cursor: pointer;
    position: relative;
}.contact_sectionlib .query_maplib label::before {
    top: 0;
    transition: all 0.3s ease;
    left: 0;
    content: '';
    border: 2px solid rgb(143,195,169);
    height: 20px;
    background: transparent;
    border-radius: 6px;
    width: 20px;
    position: absolute;
}.contact_sectionlib .query_maplib input[type="checkbox"]:checked + label::before {
    background: rgb(143,195,169);
}.contact_sectionlib .query_maplib input[type="checkbox"]:checked + label::after {
    transform: rotate(45deg);
    border-width: 0 2px 2px 0;
    content: '';
    left: 7px;
    top: 3px;
    border: solid #ffffff;
    height: 12px;
    width: 6px;
    position: absolute;
}.contact_sectionlib .query_maplib label a {
    color: rgb(143,195,169);
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease;
}.contact_sectionlib .query_maplib label a:hover {
    text-decoration: underline;
}.contact_sectionlib form .request_cardlib {
    font-weight: 600;
    margin-top: 15px;
    position: relative;
    background: rgb(143,195,169);
    color: #ffffff;
    border-radius: 10px;
    padding: 18px 35px;
    transition: all 0.3s ease;
    align-self: flex-start;
    overflow: hidden;
    border: none;
    font-size: 14px;
    cursor: pointer;
}.contact_sectionlib form .request_cardlib::before {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transform: translateX(-100%);
    left: 0;
    transition: transform 0.6s ease;
    content: '';
}.contact_sectionlib form .request_cardlib:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    background: rgb(108,161,133);
}.contact_sectionlib form .request_cardlib:hover::before {
    transform: translateX(100%);
}@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

.contact_sectionlib .request_supportlib div:nth-child(2) {
    animation-delay: 0.1s;
    animation: bounce 5s infinite ease-in-out;
}.contact_sectionlib .request_supportlib div:nth-child(3) {
    animation-delay: 0.3s;
    animation: bounce 5s infinite ease-in-out;
}.contact_sectionlib .request_supportlib div:nth-child(4) {
    animation: bounce 5s infinite ease-in-out;
    animation-delay: 0.5s;
}.contact_sectionlib .request_supportlib div:nth-child(5) {
    animation: bounce 5s infinite ease-in-out;
    animation-delay: 0.7s;
}

@media screen and (max-width: 992px) {.contact_sectionlib .reach_supportlib {
    flex-direction: column;
}.contact_sectionlib .request_supportlib,
    .contact_sectionlib .reach_gridlib {
    width: 100%;
    padding: 40px 30px;
}.contact_sectionlib .request_supportlib div {
    animation: none;
}
}

@media screen and (max-width: 576px) {.contact_sectionlib {
    padding: 60px 0;
}.contact_sectionlib .container {
    width: 90%;
}.contact_sectionlib .request_supportlib,
    .contact_sectionlib .reach_gridlib {
    padding: 30px 20px;
}.contact_sectionlib .request_supportlib h3 {
    font-size: calc(29px * 0.8);
}.contact_sectionlib form input[type="text"],
    .contact_sectionlib form input[type="email"] {
    padding: 15px;
}.contact_sectionlib form .request_cardlib {
    padding: 15px;
    width: 100%;
}
}