* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}a {
    color: inherit;
    text-decoration: none;
}.main_guide197 {
    flex: 1 0 auto;
}svg {
    width: 30px;
    height: 30px;
}.segment-wrapper981 {
    display: flex;
    height: 100%;
    min-height: 100%;
    flex-direction: column;
}.credit_info098 {
    flex: 0 0 auto;
}html,body {
    scroll-behavior: smooth;
    height: 100%;
    color: #000000;
    min-height: 100%;
    font-family: Arial, sans-serif;
}.container {
    margin: auto;
    width: 1174px;
    max-width: 100%;
}header,footer {
    width: 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;
}}
.teacher_profile298 {
    position: relative;
    background: linear-gradient(135deg, rgb(199,197,187) 0%, rgb(170,171,171,0.5) 100%);
    padding: 6rem 2rem;
    overflow: hidden;
}.teacher_profile298::before {
    right: -5%;
    transform: rotate(-15deg) translateZ(0);
    height: 30%;
    background: rgb(127,119,130,0.5);
    width: 30%;
    content: "";
    z-index: 0;
    top: -5%;
    position: absolute;
    filter: blur(20px);
}.teacher_profile298::after {
    background: rgb(170,171,171,0.5);
    content: "";
    left: -5%;
    bottom: -5%;
    width: 25%;
    transform: rotate(15deg) translateZ(0);
    height: 25%;
    position: absolute;
    filter: blur(15px);
    z-index: 0;
}.teacher_profile298 .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 1;
}.teacher_profile298 .client_ratings495 {
    position: relative;
    display: grid;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08), 
                0 30px 60px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    transform: perspective(1000px) rotateX(2deg);
    padding: 3rem;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), 
                box-shadow 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    grid-template-columns: 1fr;
    gap: 2.5rem;
}.teacher_profile298 .client_ratings495:hover {
    transform: perspective(1000px) rotateX(0deg);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12), 
                0 40px 80px rgba(0, 0, 0, 0.08);
}.teacher_profile298 .client_ratings495 > div:first-child {
    position: relative;
    overflow: hidden;
}.teacher_profile298 .square_image378 {
    height: 300px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    transform: scale(1.05);
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
    transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}.teacher_profile298 .client_ratings495:hover .square_image378 {
    transform: scale(1);
}.teacher_profile298 .client_ratings495 > div:nth-child(2) {
    flex-direction: column;
    display: flex;
    padding-left: 2rem;
    gap: 0.5rem;
    position: relative;
}.teacher_profile298 .client_ratings495 > div:nth-child(2)::before {
    content: "";
    width: 4px;
    background: linear-gradient(to bottom, rgb(170,171,171), rgb(127,119,130));
    position: absolute;
    transform: translateY(-50%);
    height: 70%;
    left: 0;
    top: 50%;
}.teacher_profile298 .name {
    margin: 0;
    font-size: 18px;
    position: relative;
    color: #000000;
    display: inline-block;
    font-weight: 700;
}.teacher_profile298 .name::after {
    width: 0;
    bottom: -5px;
    transition: width 0.4s ease-out;
    left: 0;
    content: "";
    position: absolute;
    height: 2px;
    background: rgb(170,171,171);
}.teacher_profile298 .client_ratings495:hover .name::after {
    width: 100%;
}.teacher_profile298 .client_ratings495 > div:nth-child(2) > div {
    font-weight: 600;
    letter-spacing: 0.5px;
    font-size: calc(13px - 2px);
    color: rgb(127,119,130);
    opacity: 0.9;
}.teacher_profile298 .client_ratings495 > div:nth-child(3) {
    position: relative;
}.teacher_profile298 .job_tasks092 {
    background: linear-gradient(to right, rgba(rgb(199,197,187), 0.05), rgba(rgb(199,197,187), 0.02));
    font-size: 13px;
    line-height: 1.7;
    color: #000000;
    position: relative;
    border-left: 3px solid rgb(170,171,171,0.5);
    padding: 1.5rem;
    margin: 0;
}.teacher_profile298 .job_tasks092::before {
    opacity: 0.2;
    font-size: 5rem;
    color: rgb(170,171,171,0.5);
    top: -0.5rem;
    left: 0.5rem;
    font-family: serif;
    line-height: 1;
    position: absolute;
    content: "";
}

@media (min-width: 768px) {.teacher_profile298 {
    padding: 8rem 3rem;
}.teacher_profile298 .client_ratings495 {
    grid-template-columns: minmax(200px, 300px) 1fr;
    gap: 3rem 4rem;
    grid-template-rows: auto 1fr;
    padding: 4rem;
}.teacher_profile298 .client_ratings495 > div:first-child {
    grid-row: span 2;
}.teacher_profile298 .square_image378 {
    height: 100%;
}.teacher_profile298 .client_ratings495 > div:nth-child(2) {
    padding-left: 3rem;
}.teacher_profile298 .job_tasks092 {
    font-size: calc(13px + 1px);
    padding: 2rem;
}
}

@media (min-width: 1024px) {.teacher_profile298 {
    padding: 10rem 4rem;
}.teacher_profile298 .client_ratings495 {
    padding: 5rem;
    gap: 4rem 5rem;
    grid-template-columns: minmax(300px, 400px) 1fr;
}.teacher_profile298 .name {
    font-size: calc(18px + 2px);
}.teacher_profile298 .client_ratings495 > div:nth-child(2) > div {
    font-size: 13px;
}.teacher_profile298 .job_tasks092 {
    line-height: 1.8;
}.teacher_profile298 .client_ratings495::after {
    width: 150px;
    right: 0;
    opacity: 0.1;
    transition: opacity 0.3s ease;
    background: linear-gradient(135deg, transparent 50%, rgb(170,171,171,0.5) 50%);
    position: absolute;
    height: 150px;
    top: 0;
    content: "";
}.teacher_profile298 .client_ratings495:hover::after {
    opacity: 0.2;
}
}

@media (max-width: 767px) {.teacher_profile298 {
    padding: 4rem 1.5rem;
}.teacher_profile298 .client_ratings495 {
    gap: 2rem;
    padding: 2rem;
}.teacher_profile298 .square_image378 {
    height: 250px;
}.teacher_profile298 .name {
    font-size: calc(18px - 1px);
}.teacher_profile298 .client_ratings495 > div:nth-child(2) > div {
    font-size: calc(13px - 3px);
}.teacher_profile298 .job_tasks092 {
    font-size: calc(13px - 1px);
    padding: 1rem;
}}.pricing_table954 {
    overflow: hidden;
    position: relative;
    padding: 5rem 0;
    background: rgb(199,197,187);
}.pricing_table954::before {
    width: 300px;
    position: absolute;
    z-index: 0;
    content: "";
    top: -50px;
    height: 300px;
    filter: blur(60px);
    right: -50px;
    background: linear-gradient(135deg, rgb(127,119,130,0.5), rgb(170,171,171,0.5));
    border-radius: 50%;
}.pricing_table954::after {
    left: -50px;
    background: linear-gradient(225deg, rgb(170,171,171,0.5), rgb(127,119,130,0.5));
    height: 250px;
    border-radius: 50%;
    z-index: 0;
    position: absolute;
    filter: blur(50px);
    bottom: -50px;
    width: 250px;
    content: "";
}.pricing_table954 .container {
    position: relative;
    z-index: 1;
}.pricing_table954 .member_fees189 {
    display: flex;
    flex-direction: column-reverse;
    gap: 3rem;
}.pricing_table954 .plan_pricing609 {
    position: relative;
    max-width: 800px;
    padding: 0 1rem;
    margin: 0 auto;
    text-align: center;
}.pricing_table954 .plan_pricing609 h2 {
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: #000000;
    font-size: calc(29px * 1.1);
    display: inline-block;
    position: relative;
}.pricing_table954 .plan_pricing609 h2::after {
    left: 50%;
    background: linear-gradient(90deg, rgb(170,171,171), rgb(127,119,130));
    bottom: -10px;
    content: "";
    width: 80px;
    position: absolute;
    height: 3px;
    transform: translateX(-50%);
}.pricing_table954 .qtr_cost415 {
    color: #000000;
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 1rem;
}.pricing_table954 .value_deals347 {
    grid-template-columns: 1fr;
    perspective: 1000px;
    display: grid;
    gap: 2rem;
}.pricing_table954 .price_view502 {
    display: block;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    text-decoration: none;
    position: relative;
    transform-style: preserve-3d;
}.pricing_table954 .price_view502:hover {
    transform: translateY(-10px);
}.pricing_table954 .fee_offers192 {
    position: relative;
    z-index: 1;
    background: #ffffff;
    display: flex;
    overflow: hidden;
    min-height: 430px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    justify-content: space-between;
    border-radius: 10px;
    transition: all 0.4s ease;
    flex-direction: column;
}.pricing_table954 .price_view502:hover .fee_offers192 {
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15);
}.pricing_table954 .cost_summary534 {
    position: relative;
    z-index: 2;
    flex: 1;
    padding: 2rem;
}.pricing_table954 .price_view502 h3 {
    font-weight: 700;
    color: #000000;
    margin-bottom: 1rem;
    position: relative;
    display: inline-block;
    font-size: calc(19px * 1.1);
}.pricing_table954 .price_view502 h3::before {
    position: absolute;
    background: rgb(170,171,171);
    transition: width 0.3s ease;
    bottom: -5px;
    left: 0;
    height: 2px;
    width: 40px;
    content: "";
}.pricing_table954 .price_view502:hover h3::before {
    width: 100%;
}.pricing_table954 .edu_deals849 {
    display: block;
    color: rgb(127,119,130);
    margin: 1.5rem 0;
    font-weight: 700;
    font-size: calc(19px * 1.4);
    position: relative;
}.pricing_table954 .edu_deals849::after {
    transform: translateY(-50%);
    position: absolute;
    content: "";
    border-radius: 3px;
    width: 3px;
    left: -10px;
    background: rgb(170,171,171);
    top: 50%;
    height: 20px;
}.pricing_table954 .price_view502 p {
    font-size: 13px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    hyphens: auto;
    margin-bottom: 1rem;
    line-height: 1.6;
    color: #000000;
}.pricing_table954 .square_image378 {
    height: 180px;
    position: relative;
}.pricing_table954 .square_image378::before {
    z-index: 1;
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
    content: "";
}.pricing_table954 .price_view502:nth-child(1) .fee_offers192 {
    border-top: 4px solid rgb(170,171,171);
}.pricing_table954 .price_view502:nth-child(2) .fee_offers192 {
    border-top: 4px solid rgb(127,119,130);
}.pricing_table954 .price_view502:nth-child(3) .fee_offers192 {
    border-top: 4px solid #6c5ce7;
}.pricing_table954 .price_view502:nth-child(4) .fee_offers192 {
    border-top: 4px solid #00b894;
}

@media (min-width: 768px) {.pricing_table954 .value_deals347 {
    grid-template-columns: repeat(2, 1fr);
}.pricing_table954 .fee_offers192 {
    min-height: 480px;
}.pricing_table954 .plan_pricing609 {
    padding: 0 2rem;
}.pricing_table954 .plan_pricing609 h2 {
    font-size: calc(29px * 1.2);
}
}

@media (min-width: 992px) {.pricing_table954 .member_fees189 {
    gap: 4rem;
    flex-direction: row;
    align-items: center;
}.pricing_table954 .value_deals347 {
    flex: 2;
    grid-template-columns: repeat(2, 1fr);
}.pricing_table954 .plan_pricing609 {
    flex: 1;
    padding-right: 3rem;
    text-align: left;
}.pricing_table954 .plan_pricing609 h2::after {
    left: 0;
    transform: none;
}.pricing_table954 .fee_offers192 {
    min-height: 500px;
}
}

@media (min-width: 1200px) {.pricing_table954 .value_deals347 {
    gap: 2.5rem;
    grid-template-columns: repeat(2, 1fr);
}.pricing_table954 .price_view502 {
    transform: perspective(1000px) rotateY(0);
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.pricing_table954 .price_view502:hover {
    transform: perspective(1000px) translateY(-15px) rotateY(2deg);
}.pricing_table954 .fee_offers192 {
    backface-visibility: hidden;
    min-height: 520px;
    transform-style: preserve-3d;
}.pricing_table954 .square_image378 {
    height: 200px;
}.pricing_table954 .edu_deals849 {
    font-size: calc(19px * 1.6);
}.pricing_table954 .plan_pricing609 h2 {
    font-size: calc(29px * 1.3);
}}.secure_vaulting894 {
    color: #000000;
    line-height: 1.6;
    font-family: Arial, sans-serif;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    background-color: rgb(199,197,187);
    padding: 50px 20px;
}.secure_vaulting894 h1, .secure_vaulting894 h2, .secure_vaulting894 h3, .secure_vaulting894 h4, .secure_vaulting894 h5, .secure_vaulting894 h6 {
    margin-bottom: 20px;
    color: rgb(170,171,171);
}.secure_vaulting894 h1 {
    font-size: 46px;
    font-weight: 700;
    padding-bottom: 10px;
    border-bottom: 2px solid rgb(127,119,130);
}.secure_vaulting894 h2 {
    padding-bottom: 8px;
    border-bottom: 1px solid rgb(127,119,130);
    font-weight: 600;
    font-size: 35px;
}.secure_vaulting894 ul, .secure_vaulting894 ol {
    margin-bottom: 20px;
    list-style: none;
    padding-left: 20px;
}.secure_vaulting894 li {
    padding-left: 20px;
    color: #000000;
    font-size: 12px;
    position: relative;
    margin-bottom: 10px;
}.secure_vaulting894 ul li:before, .secure_vaulting894 ol li:before {
    height: 10px;
    top: 0.5em;
    border-radius: 50%;
    background-color: rgb(127,119,130);
    width: 10px;
    position: absolute;
    left: 0;
    content: '';
}.secure_vaulting894 p, .secure_vaulting894 span {
    margin-bottom: 20px;
    font-size: 12px;
}.secure_vaulting894 p {
    text-align: justify;
}.secure_vaulting894 div {
    margin-bottom: 20px;
}
@media only screen and (max-width: 800px) {.secure_vaulting894 {
    padding: 30px 15px;
}.secure_vaulting894 h1 {
    font-size: calc(21px - 10px);
}.secure_vaulting894 h2 {
    font-size: calc(21px - 8px);
}.secure_vaulting894 p, .secure_vaulting894 li {
    font-size: calc(12px - 2px);
}}.course_program_info596 {
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(199,197,187) 0%, rgba(255,255,255,0.9) 100%);
    position: relative;
    overflow: hidden;
}.course_program_info596::before {
    right: -10%;
    transform: rotate(-15deg);
    height: 60%;
    z-index: 0;
    width: 40%;
    top: -5%;
    position: absolute;
    filter: blur(60px);
    background: linear-gradient(145deg, rgb(127,119,130,0.5) 0%, rgb(170,171,171,0.5) 100%);
    opacity: 0.5;
    content: "";
}.course_program_info596::after {
    position: absolute;
    background: linear-gradient(145deg, rgb(170,171,171,0.5) 0%, rgb(127,119,130) 20%, transparent 100%);
    height: 60%;
    bottom: -5%;
    opacity: 0.3;
    left: -10%;
    z-index: 0;
    transform: rotate(15deg);
    width: 40%;
    filter: blur(60px);
    content: "";
}.course_program_info596 .container {
    margin: 0 auto;
    z-index: 1;
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
}.course_program_info596 h2 {
    margin-bottom: 3rem;
    opacity: 0;
    transform: translateX(-20px);
    font-size: 35px;
    font-weight: 700;
    animation: slideInTitle 0.8s ease-out 0.2s forwards;
    color: #000000;
    position: relative;
    text-align: left;
}.course_program_info596 h2::after {
    height: 4px;
    animation: expandLine 0.6s ease-out 1s forwards;
    background: linear-gradient(90deg, rgb(170,171,171), rgb(127,119,130));
    transform: scaleX(0);
    transform-origin: left;
    display: block;
    margin-top: 15px;
    width: 80px;
    content: "";
}.course_program_info596 .learn_map210 {
    gap: 3rem;
    grid-template-columns: 1fr;
    display: grid;
    transform: translateY(20px);
    opacity: 0;
    animation: fadeIn 0.8s ease-out 0.6s forwards;
}.course_program_info596 .square_image378 {
    transform: perspective(1000px) rotateY(-2deg);
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    overflow: hidden;
    position: relative;
    transition: transform 0.5s ease-out;
    width: 100%;
    height: 300px;
}.course_program_info596 .square_image378::before {
    left: 0;
    content: "";
    top: 0;
    width: 100%;
    background: linear-gradient(0deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 50%);
    height: 100%;
    position: absolute;
    z-index: 1;
}.course_program_info596 .square_image378::after {
    background: linear-gradient(135deg, rgb(127,119,130,0.5) 0%, transparent 70%);
    width: 120%;
    height: 120%;
    position: absolute;
    animation: shimmer 8s infinite alternate ease-in-out;
    left: -10%;
    z-index: 2;
    content: "";
    top: -10%;
    mix-blend-mode: overlay;
    opacity: 0.5;
}.course_program_info596 .text_holder042 {
    background: linear-gradient(to right, rgba(255,255,255,0.9), rgba(255,255,255,0.7));
    padding: 2rem;
    position: relative;
    backdrop-filter: blur(5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    border: 1px solid rgba(255,255,255,0.2);
    overflow: hidden;
}.course_program_info596 .text_holder042::before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    transform: scaleX(0);
    background: linear-gradient(90deg, rgb(170,171,171), rgb(127,119,130));
    animation: expandLine 0.8s ease-out 1.2s forwards;
    top: 0;
    transform-origin: left;
    height: 5px;
}.course_program_info596 .description {
    transform: translateY(15px);
    color: #000000;
    margin-bottom: 1.5rem;
    line-height: 1.8;
    position: relative;
    opacity: 0;
    animation: fadeInUp 0.8s ease-out 0.8s forwards;
    font-size: 12px;
}.course_program_info596 .description:first-of-type::first-letter {
    float: left;
    font-weight: 700;
    font-size: 1.8em;
    padding-right: 0.1em;
    color: rgb(170,171,171);
    line-height: 0.8;
}.course_program_info596 .description:last-of-type {
    animation-delay: 1s;
    margin-bottom: 0;
}

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

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

@keyframes slideInTitle {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

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

@keyframes shimmer {
    0% {
        transform: translate(-10%, -10%) scale(1.1);
    }
    100% {
        transform: translate(5%, 5%) scale(1);
    }
}

@media (min-width: 768px) {.course_program_info596 {
    padding: 8rem 0;
}.course_program_info596 h2 {
    max-width: 80%;
    font-size: calc(35px * 1.2);
}.course_program_info596 .learn_map210 {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 4rem;
}.course_program_info596 .square_image378 {
    height: 500px;
    transform: perspective(1000px) rotateY(-3deg);
}.course_program_info596 .square_image378:hover {
    transform: perspective(1000px) rotateY(0deg);
}.course_program_info596 .text_holder042 {
    padding: 3rem;
}
}

@media (min-width: 992px) {.course_program_info596 {
    padding: 10rem 0;
}.course_program_info596 h2 {
    font-size: calc(35px * 1.4);
    max-width: 70%;
}.course_program_info596 .learn_map210 {
    gap: 6rem;
}.course_program_info596 .square_image378 {
    height: 600px;
}.course_program_info596 .description {
    line-height: 1.9;
    font-size: calc(12px * 1.05);
}
}

@media (max-width: 767px) {.course_program_info596 h2 {
    font-size: calc(35px * 0.9);
    text-align: center;
}.course_program_info596 h2::after {
    margin: 15px auto 0;
}.course_program_info596 .square_image378 {
    order: -1;
}.course_program_info596 .text_holder042 {
    padding: 1.5rem;
}.course_program_info596 .description {
    font-size: calc(12px * 0.95);
    line-height: 1.7;
}}.customer_feedback835 {
    padding: 6rem 2rem;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(199,197,187) 0%, rgb(170,171,171,0.5) 100%);
}.customer_feedback835::before {
    z-index: 0;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    position: absolute;
    right: 0;
    background: linear-gradient(45deg, transparent 49.5%, rgb(127,119,130,0.5) 49.5%, rgb(127,119,130,0.5) 50.5%, transparent 50.5%);
}.customer_feedback835 .pro_sessions531 {
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}.customer_feedback835 h4 {
    font-weight: 700;
    position: relative;
    color: #000000;
    margin-bottom: 4rem;
    font-size: 33px;
    text-align: center;
    transform: skewX(-5deg);
}.customer_feedback835 h4::after {
    left: 50%;
    content: "";
    height: 4px;
    transform: translateX(-50%);
    bottom: -15px;
    position: absolute;
    background: rgb(170,171,171);
    border-radius: 10px;
    width: 100px;
}.customer_feedback835 .student_ratings850 {
    display: grid;
    gap: 3rem;
    grid-template-columns: repeat(3, 1fr);
    perspective: 1000px;
}.customer_feedback835 .client_ratings495 {
    background: #ffffff;
    backface-visibility: hidden;
    overflow: hidden;
    border-radius: 30px;
    padding: 2.5rem;
    position: relative;
    transform: rotateX(10deg) rotateY(-5deg);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.5s ease;
}.customer_feedback835 .client_ratings495::before {
    content: "";
    transform: translate(30%, -30%) rotate(45deg);
    background: rgb(170,171,171,0.5);
    height: 100px;
    width: 100px;
    position: absolute;
    right: 0;
    z-index: 0;
    top: 0;
}.customer_feedback835 .client_ratings495:hover {
    transform: rotateX(0) rotateY(0);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}.customer_feedback835 .client_ratings495 .square_image378 {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border-radius: 50%;
    margin: 0 auto 1.5rem;
    width: 80px;
    border: 4px solid #ffffff;
    height: 80px;
}.customer_feedback835 .client_ratings495:hover .square_image378 {
    border-color: rgb(170,171,171);
    transform: scale(1.1);
}.customer_feedback835 .client_ratings495 span {
    font-weight: 600;
    position: relative;
    color: #000000;
    margin-bottom: 1rem;
    display: block;
    text-align: center;
    font-size: 21px;
}.customer_feedback835 .client_ratings495 span::after {
    background: rgb(170,171,171);
    height: 2px;
    margin: 0.5rem auto;
    display: block;
    content: "";
    width: 40px;
}.customer_feedback835 .client_ratings495 p {
    line-height: 1.6;
    font-size: 17px;
    color: #000000;
    text-align: center;
}

@media (max-width: 992px) {.customer_feedback835 .student_ratings850 {
    grid-template-columns: repeat(2, 1fr);
}.customer_feedback835 h4 {
    font-size: calc(33px * 0.9);
}
}

@media (max-width: 768px) {.customer_feedback835 {
    padding: 4rem 1.5rem;
}.customer_feedback835 .student_ratings850 {
    gap: 2rem;
    grid-template-columns: 1fr;
}.customer_feedback835 h4 {
    font-size: calc(33px * 0.8);
    margin-bottom: 3rem;
}.customer_feedback835 .client_ratings495 {
    padding: 2rem;
}}.course_rewards087 {
    background: linear-gradient(130deg, rgb(199,197,187) 0%, rgb(170,171,171,0.5) 80%);
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}.course_rewards087::before {
    top: 0;
    content: "";
    height: 100%;
    opacity: 0.7;
    background: radial-gradient(circle at 80% 20%, rgb(127,119,130,0.5) 0%, transparent 55%);
    width: 100%;
    position: absolute;
    left: 0;
}.course_rewards087::after {
    filter: blur(80px);
    height: 400px;
    content: "";
    left: -5%;
    animation: breathe 8s infinite alternate ease-in-out;
    width: 400px;
    position: absolute;
    bottom: -10%;
    opacity: 0.4;
    background: rgb(170,171,171,0.5);
    border-radius: 50%;
}.course_rewards087 .container {
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
    z-index: 2;
    margin: 0 auto;
}.course_rewards087 .pro_sessions531 {
    gap: 70px;
    display: grid;
    position: relative;
    grid-template-columns: 1fr 1fr;
}.course_rewards087 .pro_sessions531::before {
    content: "";
    left: calc(50% - 1px);
    width: 2px;
    background: linear-gradient(to bottom, rgb(170,171,171,0.5), transparent);
    height: 80%;
    position: absolute;
    top: 10%;
    z-index: 1;
}.course_rewards087 .square_image378 {
    transition: all 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-radius: 35% 65% 50% 50% / 50% 35% 65% 50%;
    z-index: 2;
    transform: perspective(800px) rotateY(10deg);
    width: 100%;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.12);
    position: relative;
    grid-column: 1;
}.course_rewards087 .square_image378::after {
    content: "";
    inset: -15px;
    transition: all 0.7s ease;
    border-radius: 35% 65% 50% 50% / 50% 35% 65% 50%;
    opacity: 0.6;
    border: 1px solid rgb(127,119,130,0.5);
    position: absolute;
    z-index: -1;
}.course_rewards087 .square_image378:hover {
    border-radius: 50% 35% 65% 50% / 35% 50% 50% 65%;
    transform: perspective(800px) rotateY(0deg) scale(1.05);
}.course_rewards087 .square_image378:hover::after {
    opacity: 0.3;
    inset: -25px;
}.course_rewards087 .text_holder042 {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    padding: 50px 40px;
    background: #ffffff;
    z-index: 2;
    transform: translateY(20px);
    grid-column: 2;
    position: relative;
}.course_rewards087 .text_holder042::before {
    width: 70px;
    top: -10px;
    left: -10px;
    content: "";
    opacity: 0.7;
    height: 70px;
    border-top: 3px solid rgb(170,171,171);
    position: absolute;
    border-left: 3px solid rgb(170,171,171);
    border-radius: 10px 0 0 0;
}.course_rewards087 .text_holder042::after {
    border-bottom: 3px solid rgb(127,119,130);
    position: absolute;
    opacity: 0.7;
    width: 70px;
    border-right: 3px solid rgb(127,119,130);
    right: -10px;
    height: 70px;
    content: "";
    border-radius: 0 0 10px 0;
    bottom: -10px;
}.course_rewards087 h3 {
    color: #000000;
    margin-bottom: 35px;
    font-weight: 700;
    font-size: 35px;
    padding-bottom: 15px;
    position: relative;
}.course_rewards087 h3::after {
    background: linear-gradient(to right, rgb(170,171,171), rgb(127,119,130));
    left: 0;
    height: 4px;
    border-radius: 10px;
    width: 60px;
    content: "";
    position: absolute;
    bottom: 0;
}.course_rewards087 ul {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 25px;
    flex-direction: column;
    margin: 0;
}.course_rewards087 li {
    background: rgb(199,197,187);
    border-radius: 12px;
    transition: all 0.3s ease;
    overflow: hidden;
    position: relative;
}.course_rewards087 li::before {
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: opacity 0.3s ease;
    position: absolute;
    background: linear-gradient(to right, rgb(170,171,171,0.5), transparent);
    height: 100%;
    content: "";
}.course_rewards087 li:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
    transform: translateY(-5px);
}.course_rewards087 li:hover::before {
    opacity: 0.3;
}.course_rewards087 li p {
    font-weight: 400;
    align-items: center;
    gap: 16px;
    line-height: 1.5;
    position: relative;
    color: #000000;
    padding: 16px 20px;
    z-index: 1;
    margin: 0;
    display: flex;
    font-size: 18px;
}.course_rewards087 svg {
    width: 24px;
    flex-shrink: 0;
    justify-content: center;
    border-radius: 12px;
    height: 24px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    padding: 5px;
    background: #ffffff;
    align-items: center;
}.course_rewards087 svg path {
    transition: fill 0.3s ease;
    fill: rgb(170,171,171);
}.course_rewards087 li:hover svg {
    transform: scale(1.1) rotate(-10deg);
    border-radius: 6px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    background: #ffffff;
}.course_rewards087 li:hover svg path {
    fill: rgb(127,119,130);
}

@keyframes breathe {
    0% { transform: scale(1); opacity: 0.4; }
    50% { transform: scale(1.2); opacity: 0.5; }
    100% { transform: scale(1); opacity: 0.4; }
}

@media (max-width: 992px) {.course_rewards087 {
    padding: 80px 0;
}.course_rewards087 .pro_sessions531 {
    gap: 50px;
    grid-template-columns: 1fr;
}.course_rewards087 .pro_sessions531::before {
    display: none;
}.course_rewards087 .square_image378 {
    width: 80%;
    margin: 0 auto;
    grid-column: 1;
    grid-row: 1;
    transform: perspective(800px) rotateY(0);
}.course_rewards087 .text_holder042 {
    width: 90%;
    grid-column: 1;
    margin: 0 auto;
    transform: translateY(0);
    grid-row: 2;
}
}

@media (max-width: 576px) {.course_rewards087 {
    padding: 60px 0;
}.course_rewards087 .square_image378 {
    border-radius: 25% 45% 30% 40% / 40% 25% 45% 30%;
    width: 100%;
}.course_rewards087 .square_image378::after {
    display: none;
}.course_rewards087 .text_holder042 {
    width: 100%;
    padding: 35px 25px;
}.course_rewards087 .text_holder042::before,
    .course_rewards087 .text_holder042::after {
    height: 50px;
    width: 50px;
}.course_rewards087 h3 {
    margin-bottom: 25px;
    font-size: 21px;
}.course_rewards087 ul {
    gap: 15px;
}.course_rewards087 li p {
    padding: 12px 15px;
}.course_rewards087 svg {
    width: 22px;
    padding: 4px;
    height: 22px;
}}header {
    padding: 1.5rem 3%;
    width: 100%;
    z-index: 100;
    background: linear-gradient(to right, rgb(170,171,171,0.5), rgb(127,119,130,0.5));
    position: relative;
}header::before {
    left: 0.5rem;
    top: 0.5rem;
    position: absolute;
    content: '';
    z-index: 0;
    bottom: 0.5rem;
    right: 0.5rem;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    pointer-events: none;
}header::after {
    height: 100%;
    content: '';
    background: 
        radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.1) 0%, transparent 20%),
        radial-gradient(circle at 90% 80%, rgba(255, 255, 255, 0.1) 0%, transparent 20%);
    left: 0;
    position: absolute;
    top: 0;
    z-index: 0;
    width: 100%;
}header .container {
    width: 100%;
    padding: 0;
    margin: 0;
    max-width: 100%;
    position: relative;
    z-index: 1;
}header .head_pagewrap701 {
    border-radius: 19px;
    display: flex;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    flex-direction: column;
    position: relative;
    background: #ffffff;
    align-items: center;
    padding: 1.5rem;
}header .head_pagewrap701::before {
    left: 0;
    top: 0;
    width: 5px;
    height: 100%;
    content: '';
    position: absolute;
    background: linear-gradient(to bottom, rgb(170,171,171), rgb(127,119,130));
}header .head_pagewrap701::after {
    content: '';
    top: 0;
    position: absolute;
    background: linear-gradient(to bottom, rgb(127,119,130), rgb(170,171,171));
    right: 0;
    height: 100%;
    width: 5px;
}header .top_mainbar135 {
    justify-content: center;
    text-decoration: none;
    position: relative;
    display: flex;
    padding: 0 0 1rem 0;
}header .top_mainbar135::after {
    width: 80px;
    content: '';
    position: absolute;
    bottom: 0;
    background: rgb(170,171,171,0.5);
    transform: translateX(-50%);
    height: 1px;
    left: 50%;
}header .top_mainbar135 svg {
    transition: all 0.3s ease;
    height: auto;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.08));
    width: 170px;
}header .top_mainbar135:hover svg {
    transform: scale(1.03);
}header .head_mainbar716 {
    display: flex;
    padding-top: 1rem;
    flex-wrap: wrap;
    max-width: 90%;
    justify-content: center;
    gap: 0.7rem;
    width: 100%;
}header .header_navbar365 {
    font-family: Arial, sans-serif;
    font-weight: 600;
    background: rgb(199,197,187);
    text-decoration: none;
    border-radius: 10px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.03);
    padding: 0.7rem 1.3rem;
    transition: all 0.3s ease;
    z-index: 1;
    position: relative;
    font-size: 20px;
    color: #000000;
}header .header_navbar365::before {
    border-radius: 10px 0 0 10px;
    background: linear-gradient(to bottom, rgb(170,171,171), rgb(127,119,130));
    width: 3px;
    height: 100%;
    top: 0;
    position: absolute;
    content: '';
    transition: width 0.3s ease;
    left: 0;
    z-index: -1;
}header .header_navbar365:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    color: #ffffff;
}header .header_navbar365:hover::before {
    width: 100%;
}

@media (max-width: 991px) {header {
    padding: 1.2rem 2.5%;
}header .head_pagewrap701 {
    padding: 1.2rem;
}header .top_mainbar135 {
    padding: 0 0 0.8rem 0;
}header .top_mainbar135 svg {
    width: 150px;
}header .head_mainbar716 {
    padding-top: 0.8rem;
    gap: 0.6rem;
}header .header_navbar365 {
    padding: 0.6rem 1.1rem;
}
}

@media (max-width: 767px) {header {
    padding: 1rem 2%;
}header .head_pagewrap701 {
    padding: 1rem;
}header .top_mainbar135 {
    padding: 0 0 0.7rem 0;
}header .top_mainbar135 svg {
    width: 130px;
}header .head_mainbar716 {
    padding-top: 0.7rem;
    gap: 0.5rem;
    max-width: 95%;
}header .header_navbar365 {
    font-size: calc(20px - 1px);
    padding: 0.5rem 1rem;
}
}

@media (max-width: 480px) {header {
    padding: 0.8rem 1.5%;
}header .head_pagewrap701 {
    padding: 0.8rem 0.8rem 1rem;
}header .top_mainbar135 {
    padding: 0 0 0.6rem 0;
}header .top_mainbar135 svg {
    width: 120px;
}header .head_mainbar716 {
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding-top: 0.6rem;
    overflow-x: auto;
    padding-bottom: 0.3rem;
}header .head_mainbar716::-webkit-scrollbar {
    height: 3px;
}header .head_mainbar716::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(170,171,171);
}header .header_navbar365 {
    white-space: nowrap;
    margin-right: 3px;
    flex-shrink: 0;
}}.title_welcome469 {
    grid-template-columns: 1fr;
    position: relative;
    grid-template-rows: 1fr;
    width: 100%;
    min-height: 700px;
    height: 100vh;
    overflow: hidden;
    display: grid;
}.title_welcome469 .square_image378 {
    top: 0;
    position: absolute;
    height: 100%;
    left: 0;
    width: 100%;
    z-index: 1;
}.title_welcome469 .square_image378::after {
    background: linear-gradient(135deg, 
        rgba(94, 170, 168, 0.9) 0%, 
        rgba(94, 170, 168, 0.7) 30%, 
        rgba(94, 170, 168, 0.5) 60%, 
        rgba(94, 170, 168, 0.3) 100%);
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 2;
    content: '';
    width: 100%;
    backdrop-filter: blur(3px);
}.title_welcome469 .pro_sessions531 {
    transition: transform 0.5s ease-out;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    transform: perspective(1000px) rotateX(2deg);
    background: linear-gradient(145deg, 
        rgba(255, 255, 255, 0.15) 0%,
        rgba(255, 255, 255, 0.05) 100%);
    flex-direction: column;
    display: flex;
    margin: 0 auto;
    position: relative;
    justify-content: center;
    z-index: 3;
    max-width: 1200px;
    padding: 3rem;
    width: 100%;
    backdrop-filter: blur(10px);
}.title_welcome469 .pro_sessions531:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-10px);
}.title_welcome469 h1 {
    position: relative;
    opacity: 0;
    color: #ffffff;
    transform: translateX(-20px);
    letter-spacing: 0.05em;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    font-size: 40px;
    margin-bottom: 2rem;
    animation: slideInTitle 0.8s ease-out forwards 0.3s;
    font-weight: 700;
}.title_welcome469 h1::after {
    content: '';
    bottom: -10px;
    transform-origin: left;
    animation: expandLine 0.8s ease-out forwards 1s;
    height: 4px;
    width: 80px;
    position: absolute;
    transform: scaleX(0);
    left: 0;
    background: #ffffff;
}.title_welcome469 .text_holder042 {
    display: grid;
    animation: fadeUp 0.8s ease-out forwards 0.6s;
    gap: 2rem;
    opacity: 0;
    transform: translateY(20px);
    grid-template-columns: 1fr;
}.title_welcome469 p {
    margin-bottom: 1.5rem;
    color: #ffffff;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    line-height: 1.6;
    font-size: calc(14px * 1.2);
    max-width: 600px;
}.title_welcome469 .main_entry153 {
    align-items: center;
    margin: 2rem 0;
    justify-content: center;
    display: flex;
}.title_welcome469 svg {
    transform: translateY(0);
    height: 150px;
    filter: drop-shadow(0 5px 15px rgba(0, 0, 0, 0.2));
    width: 150px;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}.title_welcome469 svg:hover {
    transform: translateY(-10px) scale(1.05);
}.title_welcome469 svg path {
    transition: fill 0.3s ease;
    fill: rgb(94, 170, 168);
}.title_welcome469 svg:hover path {
    fill: #ffffff;
}.title_welcome469 svg text {
    opacity: 0.9;
    transition: fill 0.3s ease, opacity 0.3s ease;
    letter-spacing: 0.5px;
    font-family: Arial, sans-serif;
}.title_welcome469 svg:hover text {
    fill: #ffffff;
    opacity: 1;
}.title_welcome469 h6 {
    justify-content: flex-start;
    display: flex;
    margin-top: 1rem;
}.title_welcome469 .feedback_block291 {
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 2px solid #ffffff;
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.2) 0%, 
        rgba(255, 255, 255, 0.1) 100%);
    font-size: 15px;
    letter-spacing: 0.05em;
    display: inline-block;
    z-index: 1;
    color: #ffffff;
    transform: translateZ(0);
    position: relative;
    font-weight: 600;
    padding: 1rem 2rem;
    overflow: hidden;
    text-decoration: none;
}.title_welcome469 .feedback_block291::before {
    content: '';
    width: 0;
    transition: width 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: #ffffff;
    z-index: -1;
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
}.title_welcome469 .feedback_block291:hover {
    transform: translateY(-5px);
    color: rgb(94, 170, 168);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}.title_welcome469 .feedback_block291:hover::before {
    width: 100%;
}

@keyframes slideInTitle {
    from {
        transform: translateX(-20px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

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

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

@media screen and (min-width: 768px) {.title_welcome469 .pro_sessions531 {
    grid-template-columns: 1fr 1fr;
    padding: 4rem;
}.title_welcome469 h1 {
    font-size: calc(40px * 1.2);
}.title_welcome469 .text_holder042 {
    grid-template-columns: 2fr 1fr;
}.title_welcome469 svg {
    height: 180px;
    width: 180px;
}
}

@media screen and (min-width: 992px) {.title_welcome469 .pro_sessions531 {
    grid-template-columns: 1fr 1fr;
    padding: 5rem;
}.title_welcome469 h1 {
    margin-bottom: 3rem;
    font-size: calc(40px * 1.4);
}.title_welcome469 p {
    font-size: calc(14px * 1.4);
}.title_welcome469 svg {
    width: 200px;
    height: 200px;
}.title_welcome469 .feedback_block291 {
    font-size: calc(15px * 1.1);
    padding: 1.2rem 2.5rem;
}
}

@media screen and (max-width: 767px) {.title_welcome469 {
    height: auto;
    min-height: 100vh;
}.title_welcome469 .pro_sessions531 {
    padding: 2rem;
}.title_welcome469 h1 {
    font-size: calc(40px * 0.9);
    margin-bottom: 1.5rem;
}.title_welcome469 p {
    font-size: 14px;
}.title_welcome469 .text_holder042 {
    gap: 1rem;
}.title_welcome469 svg {
    width: 120px;
    height: 120px;
}.title_welcome469 .feedback_block291 {
    padding: 0.8rem 1.5rem;
}
}

@media screen and (max-width: 480px) {.title_welcome469 .pro_sessions531 {
    padding: 1.5rem;
}.title_welcome469 h1 {
    font-size: calc(40px * 0.8);
}.title_welcome469 p {
    font-size: calc(14px * 0.9);
}.title_welcome469 svg {
    height: 100px;
    width: 100px;
}.title_welcome469 .feedback_block291 {
    padding: 0.7rem 1.2rem;
    font-size: calc(15px * 0.9);
}}.cookie_popup_advisory361 {
    position: fixed;
    z-index: 90;
    background: rgb(199,197,187);
    border-top: 2px solid rgb(170,171,171);
    bottom: 0;
    width: 100%;
}.cookie_explained032 {
    padding: 20px 0;
    justify-content: space-between;
    display: flex;
    align-items: center;
}.cookie_popup_advisory361 h5 {
    margin-bottom: 6px;
    font-size: 22px;
}.cookie_popup_advisory361 p {
    font-size: 18px;
}.consent_learn860 {
    margin-right: 10px;
    flex-shrink: 0;
}.consent_learn860 svg, .consent_learn860 svg path, .consent_learn860 img {
    height: 100px;
    fill: rgb(170,171,171);
    width: 100px;
}.cookie_screen523 {
    flex-shrink: 0;
    text-align: center;
    margin-left: 10px;
    line-height: 35px;
    cursor: pointer;
    text-decoration: none;
    font-size: 24px;
    color: rgb(170,171,171);
    border-bottom: 2px solid rgb(170,171,171);
    min-width: 120px;
    white-space: nowrap;
}.cookie_popup_advisory361 p a {
    color: rgb(170,171,171);
    text-decoration: none;
}#panelCookieWarning983 {
    display: none;
}#panelCookieWarning983:checked ~ .cookie_popup_advisory361 {
    visibility: hidden;
    opacity: 0;
}
@media only screen and (max-width: 1200px) {.cookie_popup_advisory361 {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.consent_learn860 {
    display: none;
}.cookie_explained032 {
    align-items: center;
    justify-content: center;
    flex-direction: column;
}.cookie_popup_advisory361 h5 {
    text-align: center;
}.cookie_popup_advisory361 p {
    text-align: center;
}.digital_cookies016 {
    margin-bottom: 20px;
}body .segment-wrapper981 .cookie_screen523 {
    margin-left: 0;
}}
.segment-wrapper981 .cookie_explained032 {
    justify-content: flex-end;
}.segment-wrapper981 .cookie_screen523 {
    font-size: 20px;
    color: #ffffff;
    padding: 10px;
    margin-left: 30px;
    background: rgb(170,171,171);
}.segment-wrapper981 .digital_cookies016 {
    text-align: right;
}
@media only screen and (max-width: 800px)  {.segment-wrapper981 .cookie_screen523 {
    margin-left: 0;
    margin-bottom: 10px;
}}.our_background674 {
    background: linear-gradient(135deg, rgb(199,197,187) 0%, rgba(245, 245, 250, 0.98) 100%);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}.our_background674::before {
    opacity: 0.08;
    width: 100%;
    height: 100%;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(127,119,130,0.5) 0.5%, transparent 5%),
        radial-gradient(circle at 80% 70%, rgb(127,119,130,0.5) 0.5%, transparent 5%),
        radial-gradient(circle at 50% 50%, rgb(127,119,130,0.5) 0.5%, transparent 5%),
        radial-gradient(circle at 30% 80%, rgb(127,119,130,0.5) 0.5%, transparent 5%);
    content: "";
    top: 0;
    background-size: 250px 250px;
    left: 0;
    z-index: 1;
    position: absolute;
}.our_background674 .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
    padding: 0 20px;
}.our_background674 h1 {
    text-align: center;
    transform: perspective(1000px) translateZ(0);
    font-weight: 700;
    position: relative;
    font-size: 45px;
    color: rgb(170,171,171);
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    margin-bottom: 50px;
}.our_background674 h1::after {
    bottom: -15px;
    content: "";
    transform: translateX(-50%);
    position: absolute;
    background: linear-gradient(90deg, rgb(170,171,171), rgb(127,119,130));
    height: 3px;
    border-radius: 10px;
    left: 50%;
    width: 80px;
}.our_background674 .smart_classes163 {
    position: relative;
}.our_background674 .smart_classes163 ul {
    grid-template-columns: 1fr;
    padding: 0;
    gap: 40px;
    display: grid;
    margin: 0;
    list-style: none;
}.our_background674 .pro_training475 {
    padding: 40px;
    overflow: hidden;
    position: relative;
    border-radius: 3px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}.our_background674 .pro_training475::before {
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    left: 0;
    content: "";
    transform: scaleX(0);
    top: 0;
    width: 100%;
    height: 4px;
    transform-origin: left;
    background: linear-gradient(90deg, rgb(170,171,171), rgb(127,119,130));
    position: absolute;
}.our_background674 .pro_training475:hover::before {
    transform: scaleX(1);
}.our_background674 .pro_training475::after {
    bottom: -100px;
    width: 200px;
    opacity: 0.1;
    background: radial-gradient(circle, rgb(127,119,130,0.5) 0%, transparent 70%);
    height: 200px;
    z-index: 0;
    content: "";
    border-radius: 100%;
    right: -100px;
    position: absolute;
}.our_background674 .pro_training475 h4 {
    font-size: calc(21px + 2px);
    transform: translateX(0);
    transition: transform 0.3s ease;
    color: rgb(170,171,171);
    font-weight: 700;
    position: relative;
    margin-bottom: 20px;
}.our_background674 .pro_training475:hover h4 {
    transform: translateX(10px);
}.our_background674 .pro_training475 h4::after {
    width: 40px;
    background-color: rgb(127,119,130);
    transition: width 0.3s ease;
    left: 0;
    bottom: -10px;
    position: absolute;
    height: 2px;
    content: "";
}.our_background674 .pro_training475:hover h4::after {
    width: 60px;
}.our_background674 .pro_training475 div {
    z-index: 1;
    padding-right: 10px;
    color: #000000;
    line-height: 1.8;
    max-height: 200px;
    font-weight: 400;
    position: relative;
    font-size: 14px;
    font-family: Arial, sans-serif;
    overflow-y: auto;
}.our_background674 .pro_training475 div::-webkit-scrollbar {
    width: 4px;
}.our_background674 .pro_training475 div::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}.our_background674 .pro_training475 div::-webkit-scrollbar-thumb {
    background: rgb(127,119,130,0.5);
    border-radius: 10px;
}.our_background674 .pro_training475:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

@media (min-width: 768px) {.our_background674 .smart_classes163 ul {
    grid-template-columns: repeat(2, 1fr);
}.our_background674 h1 {
    font-size: calc(45px + 4px);
    margin-bottom: 70px;
}.our_background674 .pro_training475 div {
    max-height: 300px;
}
}

@media (min-width: 992px) {.our_background674 {
    padding: 120px 0;
}.our_background674 .pro_training475 {
    padding: 50px;
}.our_background674 h1 {
    font-size: calc(45px + 8px);
}.our_background674 .pro_training475 div {
    max-height: 350px;
    font-size: calc(14px + 1px);
}.our_background674 .container {
    padding: 0 40px;
}
}

@media (max-width: 767px) {.our_background674 {
    padding: 70px 0;
}.our_background674 h1 {
    margin-bottom: 40px;
    font-size: calc(45px - 2px);
}.our_background674 .pro_training475 {
    padding: 30px;
}.our_background674 .pro_training475 div {
    line-height: 1.6;
    font-size: calc(14px - 1px);
}
}

@media (hover: hover) {.our_background674 h1:hover {
    transform: perspective(1000px) translateZ(10px);
}.our_background674 .pro_training475:hover div::-webkit-scrollbar-thumb {
    background: rgb(127,119,130);
}}footer {
    position: relative;
    width: 100%;
}.credit_info098 {
    color: #ffffff;
    position: relative;
    overflow: hidden;
    font-family: Arial, sans-serif;
    background-color: #000000;
    padding: 80px 0 30px;
}.credit_info098::before {
    content: "";
    transform: rotate(45deg);
    height: 500px;
    width: 500px;
    position: absolute;
    top: -100px;
    right: -100px;
    opacity: 0.4;
    background: repeating-linear-gradient(
        45deg,
        #000000,
        #000000 10px,
        rgba(0, 0, 0, 0.5) 10px,
        rgba(0, 0, 0, 0.5) 20px
    );
}.credit_info098::after {
    background: repeating-linear-gradient(
        -45deg,
        #000000,
        #000000 15px,
        rgb(127,119,130,0.5) 15px,
        rgb(127,119,130,0.5) 30px
    );
    opacity: 0.2;
    bottom: -50px;
    transform: rotate(30deg);
    height: 300px;
    width: 300px;
    content: "";
    left: -50px;
    position: absolute;
}footer .grant_info384 {
    z-index: 1;
    position: relative;
}footer .get_in_touch759 {
    border-radius: 0 30px 30px 0;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    border-left: 4px solid rgb(170,171,171);
    display: grid;
    background-color: rgba(255, 255, 255, 0.05);
    padding: 30px;
    margin-bottom: 60px;
    gap: 20px;
}footer .info_item {
    display: flex;
    align-items: center;
}footer .info_item svg {
    width: 20px;
    margin-right: 15px;
    fill: rgb(170,171,171);
    flex-shrink: 0;
    height: 20px;
}footer .info_item p,
footer .info_item a {
    text-decoration: none;
    color: #ffffff;
    font-weight: 300;
    transition: color 0.3s ease;
    font-size: 14px;
}footer .info_item a:hover {
    color: rgb(170,171,171);
}footer .text_main_holder {
    grid-template-columns: 1fr;
    display: grid;
    gap: 50px;
}footer .head_pagebar458 {
    position: relative;
}footer .head_pagebar458::after {
    bottom: -30px;
    content: "";
    position: absolute;
    background-color: rgb(170,171,171);
    left: 0;
    width: 30%;
    height: 3px;
}footer .head_pagebar458 svg {
    filter: brightness(0) invert(1);
    height: 45px;
    margin-bottom: 20px;
    width: auto;
}footer .about_learn631 {
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    font-size: 15px;
    max-width: 330px;
}footer .head_mainbar716 {
    position: relative;
}footer .head_mainbar716 h5 {
    margin-bottom: 25px;
    font-size: 19px;
    font-weight: 700;
    display: inline-block;
    letter-spacing: 1px;
    position: relative;
    color: #ffffff;
    text-transform: uppercase;
}footer .head_mainbar716 h5::after {
    content: "";
    background-color: rgb(170,171,171);
    bottom: -10px;
    left: 0;
    position: absolute;
    height: 3px;
    width: 40px;
}footer .nav_skill152 {
    margin-bottom: 30px;
}footer .nav_skill152 a {
    padding: 8px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    display: block;
    font-size: 14px;
    margin-bottom: 12px;
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
}footer .nav_skill152 a:hover {
    padding-left: 10px;
    border-bottom-color: rgb(170,171,171,0.5);
    color: #ffffff;
}footer .subscribe_holder {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 30px;
    position: relative;
    padding: 35px;
}footer .subscribe_holder::before {
    border-radius: 30px;
    content: "";
    opacity: 0.1;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    position: absolute;
    background: linear-gradient(135deg, rgb(170,171,171,0.5), transparent);
}footer .subscribe_holder h5 {
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #ffffff;
    font-weight: 700;
    font-size: 19px;
    letter-spacing: 1px;
}footer .subscribe_holder p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    margin-bottom: 25px;
    line-height: 1.7;
}footer .input_holder {
    position: relative;
    flex-direction: column;
    display: flex;
    gap: 15px;
}footer .input_holder input[type="email"] {
    color: #ffffff;
    font-size: 14px;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background-color: rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
}footer .input_holder input[type="email"]:focus {
    outline: none;
    background-color: rgba(255, 255, 255, 0.1);
    border-color: rgb(170,171,171);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}footer .subscribe_title195 {
    background-color: rgb(170,171,171);
    overflow: hidden;
    cursor: pointer;
    border-radius: 10px;
    position: relative;
    font-weight: 600;
    padding: 15px 20px;
    font-size: 19px;
    transition: all 0.3s ease;
    color: #ffffff;
    border: none;
    letter-spacing: 1px;
    display: inline-block;
    text-transform: uppercase;
}footer .subscribe_title195::after {
    left: -100px;
    height: 300px;
    position: absolute;
    top: -100px;
    transition: all 0.7s ease;
    width: 30px;
    transform: rotate(45deg);
    background-color: rgba(255, 255, 255, 0.2);
    content: "";
}footer .subscribe_title195:hover {
    background-color: rgb(127,119,130);
}footer .subscribe_title195:hover::after {
    left: 120%;
}footer .edu_links139 {
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 60px;
}footer .template_cta413 {
    color: rgba(255, 255, 255, 0.5);
    font-size: 15px;
    text-align: center;
}

@keyframes pulseLight {
    0% {
        opacity: 0.1;
    }
    50% {
        opacity: 0.3;
    }
    100% {
        opacity: 0.1;
    }
}

@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}footer .input_holder {
    flex-direction: row;
    align-items: stretch;
}footer .subscribe_title195 {
    white-space: nowrap;
}
}

@media (max-width: 767px) {footer .credit_info098 {
    padding: 60px 0 30px;
}footer .get_in_touch759 {
    padding: 20px;
    margin-bottom: 40px;
    grid-template-columns: 1fr;
}footer .head_mainbar716 h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
}footer .head_mainbar716 h5::after {
    bottom: -8px;
}footer .subscribe_holder {
    padding: 25px 20px;
}footer .edu_links139 {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .credit_info098 {
    padding: 50px 0 20px;
}footer .get_in_touch759 {
    margin-bottom: 30px;
    padding: 15px;
}footer .head_pagebar458::after {
    width: 50px;
}footer .head_mainbar716 h5, footer .subscribe_holder h5 {
    font-size: calc(19px - 2px);
}footer .subscribe_holder p, footer .nav_skill152 a, footer .info_item p, footer .info_item a {
    font-size: calc(14px - 1px);
}footer .subscribe_holder {
    padding: 20px 15px;
}footer .input_holder input[type="email"],
    footer .subscribe_title195 {
    padding: 12px 15px;
}}.connect_form486 {
    position: relative;
    padding: 120px 0;
    z-index: 1;
    overflow: hidden;
}.connect_form486::before {
    background-color: rgb(170,171,171,0.5);
    left: 0;
    height: 100%;
    width: 100%;
    content: '';
    top: 0;
    z-index: -1;
    position: absolute;
}.connect_form486 .container {
    max-width: 1280px;
    padding: 0 15px;
    position: relative;
    margin: 0 auto;
}.connect_form486 .request_grid784 {
    margin: 0 auto;
    border-radius: 17px;
    display: flex;
    position: relative;
    flex-direction: column;
    overflow: hidden;
}.connect_form486 .inquiry_block067 {
    position: relative;
    z-index: 2;
    padding: 50px 30px;
    background-color: #ffffff;
    order: 1;
    width: 100%;
    border-radius: 17px 17px 0 0;
}.connect_form486 .inquiry_block067 h3 {
    font-weight: 700;
    display: inline-block;
    position: relative;
    color: #000000;
    font-size: 18px;
    margin-bottom: 30px;
}.connect_form486 .inquiry_block067 h3::after {
    left: 0;
    position: absolute;
    width: 50%;
    background-color: rgb(127,119,130);
    content: '';
    height: 3px;
    bottom: -8px;
}.connect_form486 .inquiry_block067 form {
    flex-wrap: wrap;
    display: flex;
    gap: 20px;
}.connect_form486 .inquiry_block067 input[type="text"],
.connect_form486 .inquiry_block067 input[type="email"] {
    color: #000000;
    background-color: rgb(199,197,187);
    border: none;
    flex: 1 0 100%;
    font-size: 13px;
    height: 60px;
    padding: 0 20px;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    border-radius: 10px;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.5);
}.connect_form486 .inquiry_block067 input[type="text"]:focus,
.connect_form486 .inquiry_block067 input[type="email"]:focus {
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.5), 0 0 0 3px rgb(127,119,130,0.5);
    outline: none;
    transform: translateY(-2px);
}.connect_form486 .inquiry_block067 input::placeholder {
    opacity: 0.6;
    color: #000000;
}.connect_form486 .inquiry_block067 .feedback_help420 {
    margin-top: 10px;
    display: flex;
    flex: 1 0 100%;
    align-items: flex-start;
}.connect_form486 .inquiry_block067 .feedback_help420 input[type="checkbox"] {
    flex-shrink: 0;
    width: 24px;
    margin-top: 2px;
    background-color: rgb(199,197,187);
    margin-right: 10px;
    transition: background-color 0.3s ease;
    border-radius: 10px;
    cursor: pointer;
    appearance: none;
    position: relative;
    height: 24px;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.5);
    -webkit-appearance: none;
}.connect_form486 .inquiry_block067 .feedback_help420 input[type="checkbox"]:checked {
    background-color: rgb(127,119,130);
}.connect_form486 .inquiry_block067 .feedback_help420 input[type="checkbox"]:checked::before {
    border: solid #ffffff;
    position: absolute;
    content: '';
    height: 10px;
    width: 6px;
    transform: rotate(45deg);
    border-width: 0 2px 2px 0;
    top: 6px;
    left: 9px;
}.connect_form486 .inquiry_block067 .feedback_help420 label {
    line-height: 1.6;
    color: #000000;
    font-size: 16px;
}.connect_form486 .inquiry_block067 .feedback_help420 label a {
    position: relative;
    font-weight: 600;
    color: rgb(170,171,171);
    text-decoration: none;
}.connect_form486 .inquiry_block067 .feedback_help420 label a::after {
    left: 0;
    width: 100%;
    transform-origin: right;
    bottom: -2px;
    transition: transform 0.3s ease;
    background-color: rgb(170,171,171);
    position: absolute;
    height: 1px;
    transform: scaleX(0);
    content: '';
}.connect_form486 .inquiry_block067 .feedback_help420 label a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}.connect_form486 .inquiry_block067 .feedback_block291 {
    position: relative;
    box-shadow: 0 4px 10px rgb(127,119,130,0.5);
    flex: 1 0 100%;
    margin-top: 15px;
    border-radius: 10px;
    z-index: 1;
    height: 60px;
    font-size: 20px;
    color: #ffffff;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s ease;
    overflow: hidden;
    background-color: rgb(127,119,130);
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
}.connect_form486 .inquiry_block067 .feedback_block291::before {
    border-radius: 10px;
    background: rgb(170,171,171);
    content: '';
    z-index: -1;
    transform: scaleX(0);
    height: 100%;
    left: 0;
    top: 0;
    transition: transform 0.5s ease;
    width: 100%;
    position: absolute;
    transform-origin: right;
}.connect_form486 .inquiry_block067 .feedback_block291:hover {
    box-shadow: 0 6px 15px rgb(170,171,171,0.5);
}.connect_form486 .inquiry_block067 .feedback_block291:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}.connect_form486 .help_reach578 {
    background-color: rgb(170,171,171);
    flex-direction: column;
    position: relative;
    padding: 50px 30px;
    width: 100%;
    order: 2;
    border-radius: 0 0 17px 17px;
    align-items: center;
    color: #ffffff;
    display: flex;
}.connect_form486 .help_reach578::before {
    top: 0;
    width: 100%;
    transform: translateY(-15px);
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    left: 0;
    background: rgb(170,171,171);
    height: 30px;
    content: '';
    position: absolute;
}.connect_form486 .help_reach578 h3 {
    margin-bottom: 40px;
    text-align: center;
    position: relative;
    font-weight: 700;
    width: 100%;
    font-size: 38px;
    color: #ffffff;
}.connect_form486 .help_reach578 h3::after {
    width: 60px;
    bottom: -15px;
    position: absolute;
    height: 3px;
    content: '';
    background-color: rgb(127,119,130);
    transform: translateX(-50%);
    left: 50%;
}.connect_form486 .help_reach578 div {
    display: flex;
    width: 100%;
    position: relative;
    max-width: 400px;
    align-items: center;
    padding: 0;
    margin-bottom: 30px;
}.connect_form486 .help_reach578 div::before {
    background: linear-gradient(to right, transparent, #ffffff, transparent);
    left: 0;
    width: 100%;
    position: absolute;
    bottom: -10px;
    opacity: 0.2;
    content: '';
    height: 1px;
}.connect_form486 .help_reach578 div:last-child::before {
    display: none;
}.connect_form486 .help_reach578 div svg {
    background-color: rgb(127,119,130);
    height: 32px;
    border-radius: 50%;
    padding: 6px;
    box-shadow: 0 4px 10px rgb(127,119,130,0.5);
    width: 32px;
    margin-right: 20px;
}.connect_form486 .help_reach578 div svg path {
    fill: #ffffff;
}.connect_form486 .help_reach578 div span {
    font-weight: 400;
    font-size: 13px;
    color: #ffffff;
}.connect_form486 .help_reach578 div span a {
    color: #ffffff;
    transition: color 0.3s ease;
    position: relative;
    text-decoration: none;
}.connect_form486 .help_reach578 div span a::after {
    transform: scaleX(0);
    bottom: -2px;
    left: 0;
    transform-origin: right;
    content: '';
    position: absolute;
    background-color: #ffffff;
    transition: transform 0.3s ease;
    height: 1px;
    width: 100%;
}.connect_form486 .help_reach578 div span a:hover::after {
    transform-origin: left;
    transform: scaleX(1);
}

@media screen and (min-width: 992px) {.connect_form486 .request_grid784 {
    align-items: stretch;
    flex-direction: row;
}.connect_form486 .inquiry_block067 {
    width: 60%;
    border-radius: 17px 0 0 17px;
    order: 1;
    padding: 60px;
}.connect_form486 .help_reach578 {
    justify-content: center;
    border-radius: 0 17px 17px 0;
    padding: 60px 40px;
    width: 40%;
    order: 2;
}.connect_form486 .help_reach578::before {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 0);
    left: 0;
    height: 100%;
    transform: translateX(-15px);
    width: 30px;
    top: 0;
}.connect_form486 .inquiry_block067 input#email {
    flex: 1 0 100%;
}
}

@media screen and (max-width: 991px) {.connect_form486 {
    padding: 80px 0;
}.connect_form486 .help_reach578 div {
    max-width: 100%;
}
}

@media screen and (max-width: 767px) {.connect_form486 {
    padding: 60px 0;
}.connect_form486 .inquiry_block067,
    .connect_form486 .help_reach578 {
    padding: 40px 25px;
}.connect_form486 .inquiry_block067 h3,
    .connect_form486 .help_reach578 h3 {
    font-size: calc(18px + 2px);
}.connect_form486 .inquiry_block067 input[type="text"],
    .connect_form486 .inquiry_block067 input[type="email"],
    .connect_form486 .inquiry_block067 .feedback_block291 {
    height: 55px;
}
}

@media screen and (max-width: 480px) {.connect_form486 {
    padding: 40px 0;
}.connect_form486 .inquiry_block067,
    .connect_form486 .help_reach578 {
    padding: 30px 20px;
}.connect_form486 .help_reach578 div svg {
    height: 28px;
    margin-right: 15px;
    width: 28px;
}}.appArea375 {
    position: relative;
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(199,197,187) 0%, #ffffff 100%);
    overflow: hidden;
}.appArea375::before {
    background: linear-gradient(120deg, rgb(170,171,171,0.5) 0%, rgb(127,119,130,0.5) 100%);
    content: "";
    opacity: 0.4;
    width: 40%;
    animation: float 15s ease-in-out infinite;
    z-index: 0;
    height: 70%;
    top: -10%;
    position: absolute;
    transform: rotate(-15deg) skewX(15deg);
    right: -5%;
    filter: blur(25px);
}.appArea375::after {
    height: 60%;
    opacity: 0.3;
    background: linear-gradient(220deg, rgb(127,119,130,0.5) 0%, rgb(170,171,171,0.5) 100%);
    width: 30%;
    bottom: -5%;
    left: -2%;
    content: "";
    transform: rotate(10deg) skewX(-10deg);
    z-index: 0;
    animation: float 18s ease-in-out infinite reverse;
    position: absolute;
    filter: blur(20px);
}.appArea375 .container {
    margin: 0 auto;
    padding: 0 1.5rem;
    position: relative;
    z-index: 2;
    max-width: 1200px;
}.appArea375 .pro_sessions531 {
    backdrop-filter: blur(10px);
    transform: perspective(1000px) rotateX(1deg);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.07), 
              0 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    background-color: #ffffff;
    border-left: 5px solid rgb(170,171,171);
    padding: 3.5rem;
}.appArea375 .pro_sessions531:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1),
              0 10px 20px rgba(0, 0, 0, 0.07);
}.appArea375 .pro_sessions531::before {
    content: "";
    animation: shimmerMask 8s infinite linear;
    height: 100%;
    mask-size: 200% 200%;
    top: 0;
    mask-image: linear-gradient(45deg, #000 25%, rgba(0, 0, 0, 0.7) 50%, #000 75%);
    width: 100%;
    left: 0;
    background: linear-gradient(to right, 
               #ffffff 0%, 
               rgba(255, 255, 255, 0.8) 100%);
    z-index: -1;
    position: absolute;
}.appArea375 .pro_sessions531 > div:first-child {
    margin-bottom: 2rem;
    position: relative;
}.appArea375 .pro_sessions531 > div:first-child::after {
    left: 0;
    background: linear-gradient(90deg, rgb(170,171,171) 0%, rgb(127,119,130) 100%);
    transform-origin: left center;
    width: 60px;
    bottom: -1rem;
    position: absolute;
    content: "";
    height: 4px;
    transition: width 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}.appArea375 .pro_sessions531:hover > div:first-child::after {
    width: 120px;
}.appArea375 h5 {
    margin: 0;
    animation: fadeInUp 0.8s forwards 0.2s;
    position: relative;
    line-height: 1.4;
    font-weight: 600;
    color: #000000;
    transform: translateZ(0);
    font-size: 20px;
    opacity: 0;
}.appArea375 a {
    display: block;
    transform: translateZ(0);
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    text-decoration: none;
}.appArea375 a:hover {
    transform: translateY(-3px);
}.appArea375 p {
    opacity: 0;
    font-size: 13px;
    color: #000000;
    margin: 0;
    font-weight: 400;
    line-height: 1.7;
    animation: fadeInUp 0.8s forwards 0.5s;
    font-family: Arial, sans-serif;
}

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

@keyframes shimmerMask {
  0% {
    mask-position: 0% 0%;
  }
  100% {
    mask-position: 200% 0%;
  }
}

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

@media (max-width: 992px) {.appArea375 {
    padding: 5rem 0;
}.appArea375 .pro_sessions531 {
    padding: 2.5rem;
}.appArea375 h5 {
    font-size: calc(20px * 0.95);
}
}

@media (max-width: 768px) {.appArea375 {
    padding: 4rem 0;
}.appArea375 .pro_sessions531 {
    transform: perspective(1000px) rotateX(0deg);
    padding: 2rem;
}.appArea375 h5 {
    font-size: calc(20px * 0.9);
}.appArea375 p {
    font-size: calc(13px * 0.95);
    line-height: 1.6;
}
}

@media (max-width: 576px) {.appArea375 {
    padding: 3rem 0;
}.appArea375 .pro_sessions531 {
    padding: 1.5rem;
    border-left-width: 3px;
}.appArea375 .pro_sessions531 > div:first-child::after {
    height: 3px;
    width: 50px;
}.appArea375 .pro_sessions531:hover > div:first-child::after {
    width: 80px;
}.appArea375 h5 {
    font-size: calc(20px * 0.85);
}.appArea375 p {
    line-height: 1.5;
    font-size: calc(13px * 0.9);
}
}