* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}.wrapper-skeleton20 {
    display: flex;
    height: 100%;
    min-height: 100%;
    flex-direction: column;
}.affiliate_cta35 {
    flex: 0 0 auto;
}svg {
    width: 30px;
    height: 30px;
}a {
    color: inherit;
    text-decoration: none;
}html,body {
    color: #000000;
    min-height: 100%;
    font-family: Arial, sans-serif;
    scroll-behavior: smooth;
    height: 100%;
}header,footer {
    width: 100%;
}.top_teach81 {
    flex: 1 0 auto;
}.container {
    margin: auto;
    width: 1206px;
    max-width: 100%;
}

@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.pricing_table49 {
    background: #ffffff;
    overflow: hidden;
    padding: 7rem 0;
    position: relative;
}.pricing_table49::before {
    opacity: 0.6;
    animation: float 15s ease-in-out infinite alternate;
    z-index: 1;
    position: absolute;
    top: -150px;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    background: linear-gradient(135deg, rgb(198,203,212,0.5), transparent);
    content: '';
    filter: blur(30px);
    width: 400px;
    height: 400px;
    right: -100px;
}.pricing_table49::after {
    content: '';
    bottom: -100px;
    width: 300px;
    animation: float 18s ease-in-out infinite alternate-reverse;
    border-radius: 30% 70% 50% 50% / 30% 30% 70% 70%;
    opacity: 0.5;
    background: linear-gradient(135deg, rgb(161,168,179,0.5), transparent);
    left: -50px;
    height: 300px;
    z-index: 1;
    position: absolute;
    filter: blur(25px);
}.pricing_table49 .container {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
    padding: 0 15px;
}.pricing_table49 .fee_deals46 {
    flex-direction: column;
    display: flex;
}.pricing_table49 .tuition_grid32 {
    animation: fadeUp 0.8s ease-out 0.2s forwards;
    transform: translateY(20px);
    margin-bottom: 3rem;
    text-align: center;
    opacity: 0;
}.pricing_table49 .tuition_grid32 h2 {
    margin-bottom: 1rem;
    position: relative;
    font-size: 34px;
    font-weight: 700;
    color: #000000;
    display: inline-block;
}.pricing_table49 .tuition_grid32 h2::after {
    position: absolute;
    background: rgb(198,203,212);
    bottom: -10px;
    left: 50%;
    content: '';
    height: 3px;
    transform: translateX(-50%);
    width: 80px;
}.pricing_table49 .lesson_rates96 {
    font-size: 18px;
    margin: 1.5rem auto 0;
    max-width: 700px;
    color: #000000;
    line-height: 1.6;
}.pricing_table49 .cost_plan21 {
    margin-top: 2rem;
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
}.pricing_table49 .study_offers13 {
    animation: fadeUp 0.8s ease-out 0.4s forwards;
    position: relative;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-decoration: none;
    display: block;
    opacity: 0;
    transform: translateY(30px);
}.pricing_table49 .study_offers13:nth-child(2) {
    animation-delay: 0.5s;
}.pricing_table49 .study_offers13:nth-child(3) {
    animation-delay: 0.6s;
}.pricing_table49 .study_offers13:nth-child(4) {
    animation-delay: 0.7s;
}.pricing_table49 .study_offers13:hover {
    transform: translateY(-10px);
}.pricing_table49 .package_deal35 {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.06), 
                0 5px 15px rgba(0, 0, 0, 0.04);
    position: relative;
    background: linear-gradient(140deg, #ffffff, #f8f9fa);
    height: 100%;
    display: flex;
    overflow: hidden;
    transition: all 0.4s ease;
    flex-direction: column;
    border-radius: 4px;
}.pricing_table49 .study_offers13:hover .package_deal35 {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 
                0 10px 20px rgba(0, 0, 0, 0.08);
}.pricing_table49 .indv_sub52 {
    display: flex;
    z-index: 2;
    flex-grow: 1;
    padding: 2.5rem 2rem;
    flex-direction: column;
    position: relative;
}.pricing_table49 .indv_sub52 h3 {
    color: #000000;
    font-size: calc(20px + 2px);
    margin-bottom: 1rem;
    transition: color 0.3s ease;
    position: relative;
    font-weight: 700;
}.pricing_table49 .study_offers13:hover .indv_sub52 h3 {
    color: rgb(198,203,212);
}.pricing_table49 .fee_package50 {
    font-weight: 700;
    display: inline-block;
    position: relative;
    padding-bottom: 10px;
    font-size: calc(20px + 4px);
    margin-bottom: 1.5rem;
    color: rgb(198,203,212);
}.pricing_table49 .fee_package50::after {
    transition: width 0.3s ease;
    left: 0;
    position: absolute;
    content: '';
    background: rgb(198,203,212,0.5);
    bottom: 0;
    width: 40px;
    height: 2px;
}.pricing_table49 .study_offers13:hover .fee_package50::after {
    width: 80px;
}.pricing_table49 .indv_sub52 p {
    overflow-wrap: break-word;
    white-space: normal;
    margin-bottom: 2rem;
    flex-grow: 1;
    font-size: 18px;
    hyphens: auto;
    line-height: 1.6;
    word-wrap: break-word;
    color: #000000;
}.pricing_table49 .image_preview39 {
    overflow: hidden;
    height: 200px;
    transition: all 0.5s ease;
    width: 100%;
    position: relative;
}.pricing_table49 .image_preview39::after {
    left: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.3), transparent);
    top: 0;
    opacity: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    transition: opacity 0.4s ease;
    content: '';
}.pricing_table49 .study_offers13:hover .image_preview39::after {
    opacity: 1;
}

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

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

@media (min-width: 992px) {.pricing_table49 .fee_deals46 {
    flex-direction: row-reverse;
}.pricing_table49 .tuition_grid32 {
    padding-right: 3rem;
    flex-direction: column;
    text-align: left;
    justify-content: center;
    display: flex;
    width: 35%;
}.pricing_table49 .tuition_grid32 h2 {
    text-align: left;
}.pricing_table49 .tuition_grid32 h2::after {
    left: 0;
    transform: none;
}.pricing_table49 .lesson_rates96 {
    margin: 1.5rem 0 0;
}.pricing_table49 .cost_plan21 {
    grid-template-columns: repeat(2, 1fr);
    width: 65%;
    gap: 2rem;
    margin-top: 0;
}
}

@media (max-width: 991px) {.pricing_table49 {
    padding: 5rem 0;
}.pricing_table49 .tuition_grid32 {
    margin-bottom: 2rem;
}.pricing_table49 .cost_plan21 {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1.5rem;
}
}

@media (max-width: 767px) {.pricing_table49 {
    padding: 4rem 0;
}.pricing_table49 .indv_sub52 {
    padding: 2rem 1.5rem;
}.pricing_table49 .image_preview39 {
    height: 180px;
}
}

@media (max-width: 575px) {.pricing_table49 {
    padding: 3rem 0;
}.pricing_table49 .tuition_grid32 h2 {
    font-size: calc(34px - 4px);
}.pricing_table49 .cost_plan21 {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.pricing_table49 .indv_sub52 {
    padding: 1.5rem 1.25rem;
}.pricing_table49 .image_preview39 {
    height: 160px;
}
}

@media (hover: none) {.pricing_table49 .study_offers13:hover {
    transform: none;
}.pricing_table49 .study_offers13:hover .package_deal35 {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.06), 
                    0 5px 15px rgba(0, 0, 0, 0.04);
}.pricing_table49 .study_offers13:hover .image_preview39::after {
    opacity: 0;
}.pricing_table49 .study_offers13:hover .fee_package50::after {
    width: 40px;
}}.ty_success47 {
    background: linear-gradient(135deg, rgb(234,237,239) 0%, rgb(198,203,212,0.5) 100%);
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}.ty_success47::before {
    width: 40%;
    background: linear-gradient(120deg, rgb(161,168,179,0.5) 0%, transparent 70%);
    height: 70%;
    right: -5%;
    opacity: 0.6;
    z-index: 1;
    content: "";
    top: -10%;
    transform: rotate(-15deg) skewX(15deg);
    position: absolute;
}.ty_success47::after {
    transform: rotate(10deg) skewY(-5deg);
    position: absolute;
    left: -2%;
    opacity: 0.4;
    content: "";
    width: 30%;
    bottom: -5%;
    z-index: 1;
    height: 60%;
    background: linear-gradient(220deg, rgb(198,203,212,0.5) 0%, transparent 80%);
}.ty_success47 .container {
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
}.ty_success47 h2 {
    margin-bottom: 50px;
    color: #000000;
    font-weight: 700;
    line-height: 1.4;
    animation: fadeInUp 0.8s ease-out forwards;
    max-width: 90%;
    opacity: 1;
    transform: translateY(0);
    font-size: 30px;
    position: relative;
}.ty_success47 h2::after {
    transition: transform 0.5s ease;
    height: 3px;
    left: 0;
    width: 80px;
    background: linear-gradient(90deg, rgb(198,203,212) 0%, rgb(161,168,179) 100%);
    transform: scaleX(1);
    content: "";
    transform-origin: left;
    bottom: -15px;
    position: absolute;
}.ty_success47 .legacy_edu21 {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 
                0 5px 15px rgba(0, 0, 0, 0.03);
    position: relative;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    z-index: 3;
    opacity: 0;
    animation: fadeIn 1s ease-out 0.3s forwards;
    transform: perspective(1000px) rotateY(0deg);
    background: #ffffff;
    border-left: 4px solid rgb(198,203,212);
    padding: 40px;
}.ty_success47 .legacy_edu21::before {
    left: 0;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 95% 100%, 0 100%);
    top: 0;
    content: "";
    right: 0;
    position: absolute;
    bottom: 0;
    background: linear-gradient(135deg, #ffffff 0%, #ffffff 100%);
    z-index: -1;
}.ty_success47 .legacy_edu21:hover {
    transform: perspective(1000px) rotateY(2deg) translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
                0 10px 20px rgba(0, 0, 0, 0.05);
}.ty_success47 ul {
    margin: 0;
    list-style: none;
    padding: 0;
}.ty_success47 li {
    margin-bottom: 15px;
    position: relative;
    padding-left: 20px;
}.ty_success47 li::before {
    left: 0;
    transform: translateY(-50%);
    content: "";
    height: 6px;
    border-radius: 50%;
    top: 10px;
    position: absolute;
    background: rgb(161,168,179);
    width: 6px;
}.ty_success47 span {
    opacity: 0;
    display: block;
    color: #000000;
    letter-spacing: 0.02em;
    line-height: 1.8;
    animation: fadeInUp 0.8s ease-out 0.5s forwards;
    transform: translateY(10px);
    font-size: calc(17px * 1.05);
    font-family: Arial, sans-serif;
}

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

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@media (min-width: 768px) {.ty_success47 {
    padding: 150px 0;
}.ty_success47 h2 {
    font-size: calc(30px * 1.1);
    max-width: 80%;
}.ty_success47 .legacy_edu21 {
    padding: 50px 60px;
    margin-left: 30px;
}.ty_success47 span {
    font-size: calc(17px * 1.1);
}
}

@media (min-width: 992px) {.ty_success47 .container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}.ty_success47 h2 {
    max-width: 70%;
}.ty_success47 .legacy_edu21 {
    margin-left: 60px;
    width: 85%;
}.ty_success47 span {
    line-height: 1.9;
    font-size: calc(17px * 1.15);
}
}

@media (max-width: 767px) {.ty_success47 {
    padding: 80px 0;
}.ty_success47 h2 {
    margin-bottom: 40px;
    font-size: calc(30px * 0.9);
}.ty_success47 .legacy_edu21 {
    padding: 30px 25px;
}.ty_success47 span {
    font-size: 17px;
    line-height: 1.7;
}.ty_success47 h2::after {
    width: 60px;
}
}

@media (max-width: 480px) {.ty_success47 {
    padding: 60px 0;
}.ty_success47 h2 {
    margin-bottom: 35px;
    font-size: calc(30px * 0.8);
}.ty_success47 .legacy_edu21 {
    padding: 25px 20px;
}.ty_success47 span {
    line-height: 1.6;
    font-size: calc(17px * 0.95);
}.ty_success47 h2::after {
    height: 2px;
    width: 50px;
}}footer {
    position: relative;
}footer::before {
    z-index: 1;
    opacity: 0.92;
    left: 0;
    background: linear-gradient(210deg, #000000 0%, rgb(198,203,212) 100%);
    position: absolute;
    right: 0;
    top: 0;
    content: '';
    bottom: 0;
}.affiliate_cta35 {
    z-index: 2;
    font-family: Arial, sans-serif;
    color: #ffffff;
    position: relative;
    padding: 90px 0 50px;
}.affiliate_cta35::before {
    background: linear-gradient(90deg, transparent 0%, #ffffff 50%, transparent 100%);
    height: 1px;
    top: 0;
    opacity: 0.1;
    width: 100%;
    left: 0;
    content: '';
    position: absolute;
}.affiliate_cta35 .container {
    flex-direction: column;
    display: flex;
}.affiliate_cta35 .company_holder {
    background-size: 200% 200%;
    border-radius: 21px;
    backdrop-filter: blur(10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    animation: shiftGradient 15s ease infinite;
    background: linear-gradient(
        135deg, 
        rgba(255, 255, 255, 0.05) 0%, 
        rgba(255, 255, 255, 0.01) 100%
    );
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 30px;
    transform: perspective(1000px) rotateX(2deg);
    order: 2;
    margin-top: 70px;
}.affiliate_cta35 .company_holder h3 {
    font-size: 37px;
    color: #ffffff;
    font-weight: 700;
    position: relative;
    text-align: center;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 20px;
}.affiliate_cta35 .company_holder h3::after {
    height: 3px;
    margin: 15px auto 0;
    content: '';
    background: rgb(198,203,212);
    width: 60px;
    border-radius: 3px;
    display: block;
}.affiliate_cta35 .data_viz95 {
    text-align: center;
    line-height: 1.6;
    font-size: 18px;
    position: relative;
    max-width: 80%;
    margin: 0 auto;
    padding-top: 15px;
}.affiliate_cta35 .peer_help19 {
    order: 1;
    position: relative;
}.affiliate_cta35 .main_nav38 {
    justify-content: space-between;
    display: flex;
    margin-bottom: 30px;
    gap: 60px;
    width: 100%;
    flex-wrap: wrap;
}.affiliate_cta35 .head_pagewrap01 {
    max-width: calc(50% - 30px);
    overflow: hidden;
    background: rgba(255, 255, 255, 0.03);
    position: relative;
    border-radius: 10px;
    padding: 20px;
    transition: transform 0.3s ease;
    transform: translateZ(0);
    flex: 1;
    min-width: 250px;
}.affiliate_cta35 .head_pagewrap01:nth-child(odd) {
    transform: perspective(1000px) rotateY(2deg);
}.affiliate_cta35 .head_pagewrap01:nth-child(even) {
    transform: perspective(1000px) rotateY(-2deg);
}.affiliate_cta35 .head_pagewrap01:hover {
    transform: perspective(1000px) rotateY(0);
}.affiliate_cta35 .head_pagewrap01::before {
    border-radius: 10px;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(255, 255, 255, 0.05) 100%
    );
    z-index: -1;
    inset: 0;
    position: absolute;
    content: '';
}.affiliate_cta35 .head_pagewrap01 h5 {
    border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
    font-weight: 600;
    font-size: 18px;
    word-wrap: break-word;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 15px;
    color: #ffffff;
}.affiliate_cta35 .head_pagewrap01 h5::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    background: rgb(161,168,179);
    width: 50px;
    height: 1px;
}.affiliate_cta35 .head_pagewrap01 .main_nav38 {
    padding: 0 10px;
    flex-direction: column;
    display: flex;
    gap: 12px;
    margin: 0;
}.affiliate_cta35 .head_pagewrap01 .main_nav38 a {
    transition: all 0.3s ease;
    align-items: center;
    word-break: break-word;
    opacity: 0.8;
    white-space: normal;
    display: flex;
    color: #ffffff;
    text-decoration: none;
    font-size: 18px;
}.affiliate_cta35 .head_pagewrap01 .main_nav38 a::before {
    min-width: 6px;
    border-radius: 50%;
    transform: scale(0);
    opacity: 0;
    flex-shrink: 0;
    content: '';
    margin-right: 10px;
    height: 6px;
    transition: all 0.3s ease;
    background: rgb(161,168,179);
}.affiliate_cta35 .head_pagewrap01 .main_nav38 a:hover {
    color: #ffffff;
    opacity: 1;
    transform: translateX(5px);
}.affiliate_cta35 .head_pagewrap01 .main_nav38 a:hover::before {
    transform: scale(1);
    opacity: 1;
}.terms_legal50 {
    position: relative;
    background: rgba(0, 0, 0, 0.2);
    padding: 25px 0;
    z-index: 2;
    margin-top: 40px;
}.terms_legal50::before {
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(161,168,179,0.5), transparent);
    height: 1px;
    content: '';
    top: 0;
    width: 100%;
    left: 0;
}.terms_legal50 .container {
    text-align: center;
}.terms_legal50 .comm_guide45 {
    color: #ffffff;
    opacity: 0.7;
    font-size: 14px;
}@keyframes floatUp {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-15px);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.5;
    }
    50% {
        opacity: 0.8;
    }
}

@keyframes shiftGradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.affiliate_cta35 .peer_help19::before {
    animation: pulse 10s infinite ease-in-out reverse;
    filter: blur(100px);
    width: 250px;
    bottom: -10%;
    content: '';
    opacity: 0.1;
    background: rgb(161,168,179);
    position: absolute;
    left: -5%;
    z-index: -1;
    height: 250px;
    border-radius: 50%;
}footer::after {
    z-index: 1;
    background-image: repeating-linear-gradient(
        0deg,
        rgba(255, 255, 255, 0.03),
        rgba(255, 255, 255, 0.03) 1px,
        transparent 1px,
        transparent 20px
    );
    content: '';
    right: 0;
    left: 0;
    bottom: 0;
    position: absolute;
    top: 0;
    pointer-events: none;
}

@media (max-width: 992px) {.affiliate_cta35 {
    padding: 70px 0 40px;
}.affiliate_cta35 .main_nav38 {
    gap: 40px;
}.affiliate_cta35 .company_holder {
    margin-top: 50px;
}
}

@media (max-width: 768px) {.affiliate_cta35 {
    padding: 50px 0 30px;
}.affiliate_cta35 .main_nav38 {
    flex-direction: column;
    gap: 30px;
}.affiliate_cta35 .head_pagewrap01 {
    min-width: 100%;
    max-width: 100%;
}.affiliate_cta35 .company_holder {
    padding: 20px;
}.affiliate_cta35 .data_viz95 {
    max-width: 100%;
}
}

@media (max-width: 576px) {.affiliate_cta35 {
    padding: 40px 0 20px;
}.affiliate_cta35 .company_holder h3 {
    font-size: calc(37px * 0.8);
}.affiliate_cta35 .head_pagewrap01 h5 {
    font-size: calc(18px * 0.9);
}}.instructional_approach67 {
    position: relative;
    padding: 120px 0;
    perspective: 1000px;
    background: linear-gradient(135deg, rgb(234,237,239) 0%, #ffffff 100%);
    overflow: hidden;
}.instructional_approach67::before {
    pointer-events: none;
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    background-size: 60px 60px;
    opacity: 0.08;
    transform: rotateX(10deg) translateZ(-20px);
    height: 100%;
    top: 0;
    background: 
        linear-gradient(45deg, transparent 49.5%, rgb(161,168,179,0.5) 49.5%, rgb(161,168,179,0.5) 50.5%, transparent 50.5%),
        linear-gradient(-45deg, transparent 49.5%, rgb(198,203,212,0.5) 49.5%, rgb(198,203,212,0.5) 50.5%, transparent 50.5%);
}.instructional_approach67::after {
    transform: rotate(15deg) translateZ(50px);
    background: rgb(198,203,212,0.5);
    content: "";
    width: 200px;
    opacity: 0.15;
    animation: rotate-shape 30s infinite linear;
    top: -50px;
    filter: blur(20px);
    right: -50px;
    height: 200px;
    position: absolute;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}.instructional_approach67 .container {
    position: relative;
    z-index: 2;
    transform-style: preserve-3d;
}.instructional_approach67 .legacy_edu21 {
    position: relative;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.85));
    transform: translateZ(0) rotateY(-2deg);
    border-left: 4px solid rgb(161,168,179);
    padding: 50px 60px;
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.08),
        0 5px 15px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(0, 0, 0, 0.02);
}.instructional_approach67 .legacy_edu21:hover {
    transform: translateZ(10px) rotateY(0deg);
}.instructional_approach67 .legacy_edu21::before {
    top: 20px;
    width: calc(100% + 40px);
    height: 1px;
    background: linear-gradient(90deg, transparent, rgb(198,203,212,0.5), transparent);
    content: "";
    transition: transform 0.6s ease, opacity 0.6s ease;
    opacity: 0;
    transform: translateY(-10px);
    position: absolute;
    left: -20px;
}.instructional_approach67 .legacy_edu21:hover::before {
    transform: translateY(0);
    opacity: 1;
}.instructional_approach67 .legacy_edu21::after {
    height: 1px;
    right: -20px;
    content: "";
    opacity: 0;
    bottom: 20px;
    transform: translateY(10px);
    width: calc(100% + 40px);
    transition: transform 0.6s ease, opacity 0.6s ease;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(161,168,179,0.5), transparent);
}.instructional_approach67 .legacy_edu21:hover::after {
    transform: translateY(0);
    opacity: 1;
}.instructional_approach67 h3 {
    color: #000000;
    font-weight: 700;
    font-size: calc(29px * 0.85);
    position: relative;
    transform: translateX(0);
    margin-bottom: 25px;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}.instructional_approach67 .legacy_edu21:hover h3 {
    transform: translateX(10px);
}.instructional_approach67 h3::after {
    transform-origin: left;
    transform: scaleX(0.7);
    left: 0;
    width: 60px;
    height: 3px;
    bottom: -10px;
    background: linear-gradient(90deg, rgb(161,168,179), rgb(198,203,212,0.5));
    content: "";
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
}.instructional_approach67 .legacy_edu21:hover h3::after {
    transform: scaleX(1);
}.instructional_approach67 p {
    transform: translateY(0);
    font-size: 15px;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    color: #000000;
    line-height: 1.8;
    position: relative;
    margin-bottom: 0;
}.instructional_approach67 .legacy_edu21:hover p {
    transform: translateY(5px);
}.instructional_approach67 p span {
    transition: color 0.4s ease;
    position: relative;
    display: inline-block;
    transform-origin: 50% 50%;
}.instructional_approach67 p span::before {
    transform-origin: left;
    height: 1px;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    width: 100%;
    opacity: 0.3;
    background: rgb(161,168,179,0.5);
    left: 0;
    bottom: 0;
    content: "";
    transform: scaleX(0);
    position: absolute;
}.instructional_approach67 .legacy_edu21:hover p span::before {
    transform: scaleX(1);
}

@keyframes rotate-shape {
    0% {
        transform: rotate(0deg) translateZ(50px);
    }
    100% {
        transform: rotate(360deg) translateZ(50px);
    }
}

@media (max-width: 991px) {.instructional_approach67 {
    padding: 80px 0;
}.instructional_approach67 .legacy_edu21 {
    transform: translateZ(0) rotateY(-1deg);
    padding: 40px 30px;
}.instructional_approach67 h3 {
    font-size: calc(29px * 0.75);
    margin-bottom: 20px;
}
}

@media (max-width: 767px) {.instructional_approach67 {
    padding: 60px 0;
}.instructional_approach67 .legacy_edu21 {
    padding: 30px 25px;
    transform: translateZ(0) rotateY(0deg);
    border-left-width: 3px;
}.instructional_approach67 h3 {
    margin-bottom: 15px;
    font-size: calc(29px * 0.7);
}.instructional_approach67 p {
    font-size: calc(15px * 0.95);
    line-height: 1.7;
}.instructional_approach67 h3::after {
    width: 50px;
    height: 2px;
}
}

@media (max-width: 575px) {.instructional_approach67 {
    padding: 50px 0;
}.instructional_approach67 .legacy_edu21 {
    padding: 25px 20px;
    border-left-width: 2px;
}.instructional_approach67 h3 {
    font-size: calc(29px * 0.65);
    margin-bottom: 15px;
}.instructional_approach67 p {
    font-size: calc(15px * 0.9);
    line-height: 1.6;
}.instructional_approach67 h3::after {
    width: 40px;
}.instructional_approach67::before {
    background-size: 40px 40px;
}}header {
    overflow: visible;
    position: relative;
    z-index: 99;
    width: 100%;
    background: rgb(234,237,239);
}header::before {
    width: 100%;
    position: absolute;
    background: radial-gradient(circle at 30% 30%, rgb(198,203,212,0.5) 0%, transparent 70%);
    top: 0;
    left: 0;
    content: "";
    height: 100%;
    opacity: 0.2;
}header .nav_tutor65 {
    justify-content: space-between;
    position: relative;
    padding: 25px 30px;
    display: flex;
    align-items: center;
}header .nav_tutor65::before {
    left: 10%;
    top: -10px;
    background: linear-gradient(90deg, rgb(198,203,212), transparent);
    width: 30%;
    height: 5px;
    filter: blur(5px);
    position: absolute;
    content: "";
}header .nav_tutor65::after {
    right: 10%;
    height: 5px;
    bottom: -10px;
    background: linear-gradient(90deg, transparent, rgb(161,168,179));
    width: 30%;
    filter: blur(5px);
    position: absolute;
    content: "";
}header .nav_tutor65 .nav_page24 {
    z-index: 2;
    padding: 5px;
    position: relative;
}header .nav_tutor65 .nav_page24::before {
    content: "";
    left: -5px;
    opacity: 0;
    filter: blur(15px);
    height: calc(100% + 10px);
    background: linear-gradient(135deg, rgb(198,203,212), rgb(161,168,179));
    width: calc(100% + 10px);
    top: -5px;
    transition: opacity 0.3s ease;
    position: absolute;
    z-index: -1;
}header .nav_tutor65 .nav_page24:hover::before {
    opacity: 0.7;
}header .nav_tutor65 .nav_page24 .nav_primary73 {
    transition: transform 0.3s ease;
    display: block;
    position: relative;
}header .nav_tutor65 .nav_page24:hover .nav_primary73 {
    transform: scale(1.05);
}header .nav_tutor65 .nav_page24 .nav_primary73 svg {
    width: auto;
    height: 45px;
}header .nav_tutor65 .head_pagewrap01 {
    padding: 10px;
    list-style: none;
    border-radius: 16px;
    margin: 0;
    display: flex;
    position: relative;
}header .nav_tutor65 .head_pagewrap01::before {
    position: absolute;
    z-index: -1;
    width: 100%;
    top: 0;
    backdrop-filter: blur(5px);
    height: 100%;
    content: "";
    opacity: 0.1;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    border-radius: 16px;
    left: 0;
}header .nav_tutor65 .head_pagewrap01 .main_mainwrap80 {
    margin: 0 3px;
    position: relative;
}header .nav_tutor65 .head_pagewrap01 .main_mainwrap80 a {
    font-weight: 600;
    font-size: 12px;
    padding: 8px 15px;
    display: block;
    color: #000000;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    border-radius: 10px;
    z-index: 1;
    font-family: Arial, sans-serif;
}header .nav_tutor65 .head_pagewrap01 .main_mainwrap80 a::before {
    z-index: -1;
    content: "";
    background: linear-gradient(135deg, rgb(198,203,212), rgb(161,168,179));
    top: 0;
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    transition: opacity 0.3s ease;
    opacity: 0;
}header .nav_tutor65 .head_pagewrap01 .main_mainwrap80 a::after {
    background: radial-gradient(circle, #ffffff 0%, transparent 70%);
    left: 50%;
    top: 50%;
    height: 150%;
    transition: transform 0.5s ease, opacity 0.5s ease;
    opacity: 0;
    content: "";
    position: absolute;
    z-index: -1;
    width: 150%;
    transform: translate(-50%, -50%) scale(0);
}header .nav_tutor65 .head_pagewrap01 .main_mainwrap80:hover a::before {
    opacity: 1;
}header .nav_tutor65 .head_pagewrap01 .main_mainwrap80:hover a {
    color: #ffffff;
}header .nav_tutor65 .head_pagewrap01 .main_mainwrap80:active a::after {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.3;
}header .nav_tutor65 .head_pagewrap01 .main_mainwrap80:nth-child(odd) a::before {
    background: linear-gradient(to right, rgb(198,203,212), rgb(161,168,179));
}header .nav_tutor65 .head_pagewrap01 .main_mainwrap80:nth-child(even) a::before {
    background: linear-gradient(to left, rgb(198,203,212), rgb(161,168,179));
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(rgb(198,203,212), 0.7);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(rgb(198,203,212), 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(rgb(198,203,212), 0);
    }
}

@media (max-width: 992px) {header .nav_tutor65 {
    flex-direction: column;
    padding: 20px 15px;
}header .nav_tutor65 .nav_page24 {
    margin-bottom: 15px;
}header .nav_tutor65 .head_pagewrap01 {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
}header .nav_tutor65 .head_pagewrap01 .main_mainwrap80 {
    margin: 3px;
}header .nav_tutor65 .head_pagewrap01 .main_mainwrap80 a {
    font-size: calc(12px - 1px);
    padding: 6px 12px;
}
}

@media (max-width: 767px) {header .nav_tutor65 {
    padding: 15px 10px;
}header .nav_tutor65 .nav_page24 .nav_primary73 svg {
    height: 40px;
}header .nav_tutor65 .head_pagewrap01 {
    padding: 5px;
}header .nav_tutor65 .head_pagewrap01 .main_mainwrap80 a {
    font-size: calc(12px - 2px);
    padding: 5px 10px;
}}.cookie_overlay_window72 {
    position: fixed;
    bottom: 0;
    background: rgb(161,168,179);
    width: 100%;
    transition: all 0.3s ease-in-out;
    z-index: 90;
    padding: 20px 0;
    border-top: 2px solid rgb(198,203,212);
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 20px 0px;
}.data_accept31 {
    padding: 20px 30px;
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: auto;
    align-items: center;
}.cookie_overlay_window72 h5 {
    transition: color 0.3s ease-in-out;
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 6px;
    color: #ffffff;
}.cookie_overlay_window72 p {
    max-width: 500px;
    font-size: 13px;
    color: #ffffff;
}.consent_box14 {
    margin-right: 20px;
    flex-shrink: 0;
}.consent_box14 svg, .consent_box14 svg path {
    height: 80px;
    fill: rgb(198,203,212);
    transition: transform 0.3s ease-in-out;
    width: 80px;
}.consent_box14:hover svg {
    transform: rotate(10deg);
}.track_ack98 {
    text-decoration: none;
    line-height: 35px;
    cursor: pointer;
    box-shadow: rgb(198,203,212,0.5) 0px 4px 10px 0px;
    font-size: 16px;
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
    background: rgb(198,203,212);
    margin-left: 20px;
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 16px;
}.cookie_button.learn_prefs02 {
    background: rgb(198,203,212);
}.cookie_button.cookie_reset68 {
    background: rgb(161,168,179);
}.track_ack98:hover {
    transform: scale(1.05);
    box-shadow: rgb(198,203,212,0.5) 0px 6px 15px 0px;
}.cookie_overlay_window72 p a {
    text-decoration: none;
    transition: color 0.3s ease-in-out;
    color: rgb(198,203,212);
    font-weight: 600;
}.cookie_overlay_window72 p a:hover {
    color: rgb(161,168,179);
}.wrapper-skeleton20 .cookie_overlay_window72 {
    background: rgb(161,168,179);
    padding: 40px 0;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 40px 39px;
}.wrapper-skeleton20 .track_ack98 {
    border: none;
    background: rgb(198,203,212);
    padding: 10px;
    font-size: 16px;
    font-weight: 400;
    border-radius: 10px;
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
    color: #ffffff;
    margin-left: 30px;
}.wrapper-skeleton20 .visitor_settings01 h5, .wrapper-skeleton20 .visitor_settings01 p {
    color: #ffffff;
}
@media only screen and (max-width: 1200px) {.cookie_overlay_window72 {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.consent_box14 {
    display: none;
}.data_accept31 {
    align-items: center;
    flex-direction: column;
    justify-content: center;
}.cookie_overlay_window72 h5 {
    text-align: center;
}.cookie_overlay_window72 p {
    text-align: center;
}.visitor_settings01 {
    margin-bottom: 20px;
    text-align: center;
}.track_ack98 {
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
    max-width: 300px;
}}
#cookieNoticeOverlay68 {
    display: none;
}#cookieNoticeOverlay68:checked ~ .cookie_overlay_window72 {
    opacity: 0;
    visibility: hidden;
}.privacy_unit57 {
    padding: 30px;
    border: 1px solid rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
}.privacy_unit57 h1 {
    font-family: Arial, sans-serif;
    margin-bottom: 15px;
    font-size: 31px;
    color: #000000;
    font-weight: 600;
}.privacy_unit57 h2 {
    margin: 10px 0;
    font-family: Arial, sans-serif;
    font-weight: 700;
    font-size: 19px;
    color: #000000;
}.privacy_unit57 h3, .privacy_unit57 h4, .privacy_unit57 h5, .privacy_unit57 h6 {
    margin: 1em 0;
    color: #000000;
    font-size: 19px;
}.privacy_unit57 ul {
    list-style-type: square;
    margin: 20px 0;
    color: #000000;
}.privacy_unit57 li {
    color: #000000;
    font-family: Arial, sans-serif;
    line-height: 1.6;
    font-size: 16px;
}
@media only screen and (max-width: 800px) {.privacy_unit57 {
    padding: 20px;
}.privacy_unit57 h1 {
    font-size: 19px;
}.privacy_unit57 h2 {
    font-size: 17px;
}.privacy_unit57 li {
    font-size: 16px;
}}.leadership_experience85 {
    overflow: hidden;
    padding: 140px 0;
    position: relative;
    background: rgb(234,237,239);
}.leadership_experience85::before {
    content: "";
    z-index: 0;
    inset: 0;
    opacity: 0.1;
    background: 
        linear-gradient(135deg, transparent 0%, rgb(198,203,212,0.5) 100%),
        repeating-linear-gradient(45deg, rgb(161,168,179,0.5) 0, rgb(161,168,179,0.5) 1px, transparent 1px, transparent 15px);
    animation: backgroundShift 30s linear infinite;
    position: absolute;
}.leadership_experience85::after {
    z-index: 0;
    height: 200%;
    top: -50%;
    width: 200%;
    content: "";
    opacity: 0.3;
    animation: pulseBackground 15s ease-in-out infinite alternate;
    left: -50%;
    position: absolute;
    background: 
        radial-gradient(circle at 30% 30%, rgb(198,203,212,0.5) 0%, transparent 40%),
        radial-gradient(circle at 70% 70%, rgb(161,168,179,0.5) 0%, transparent 40%);
    filter: blur(60px);
}.leadership_experience85 .container {
    max-width: 1200px;
    z-index: 1;
    padding: 0 40px;
    position: relative;
    margin: 0 auto;
}.leadership_experience85 .review_voices19 {
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.15),
        0 15px 25px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    border-radius: 28px;
    transform: perspective(1200px) rotateY(0deg);
    grid-template-columns: 1fr 1fr;
    backdrop-filter: blur(10px);
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    max-width: 1000px;
    display: grid;
    background: #ffffff;
    grid-template-rows: auto auto;
    position: relative;
    overflow: hidden;
}.leadership_experience85 .review_voices19:hover {
    transform: perspective(1200px) rotateY(2deg);
}.leadership_experience85 .image_preview39 {
    z-index: 1;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
    grid-column: 1;
    position: relative;
    height: 100%;
    grid-row: 1 / span 2;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    min-height: 450px;
}.leadership_experience85 .image_preview39::before {
    transition: opacity 0.5s ease;
    position: absolute;
    mix-blend-mode: multiply;
    background: linear-gradient(135deg, rgb(198,203,212,0.5) 0%, transparent 100%);
    opacity: 0;
    content: "";
    inset: 0;
    z-index: 2;
}.leadership_experience85 .review_voices19:hover .image_preview39::before {
    opacity: 0.4;
}.leadership_experience85 .name {
    z-index: 2;
    font-size: 21px;
    color: #000000;
    padding: 0 50px 5px 70px;
    grid-row: 1;
    grid-column: 2;
    margin: 0;
    transform: translateY(0);
    align-self: end;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    font-weight: 700;
    font-family: Arial, sans-serif;
}.leadership_experience85 .review_voices19:hover .name {
    transform: translateY(-5px);
}.leadership_experience85 .review_voices19 span:not(.name) {
    font-size: 14px;
    grid-row: 1;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.05s;
    grid-column: 2;
    font-weight: 300;
    padding: 35px 50px 40px 70px;
    position: relative;
    margin: 0;
    z-index: 2;
    color: rgb(161,168,179);
    font-family: Arial, sans-serif;
    transform: translateY(0);
    align-self: end;
}.leadership_experience85 .review_voices19:hover span:not(.name) {
    transform: translateY(-5px);
}.leadership_experience85 .review_voices19 span:not(.name)::after {
    width: 40px;
    position: absolute;
    bottom: 30px;
    transform: scaleX(0);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
    content: "";
    transform-origin: left;
    height: 2px;
    background: rgb(198,203,212);
    left: 70px;
}.leadership_experience85 .review_voices19:hover span:not(.name)::after {
    transform: scaleX(1);
}.leadership_experience85 .work_area24 {
    position: relative;
    transform: translateY(0);
    z-index: 2;
    font-family: Arial, sans-serif;
    color: #000000;
    padding: 0 50px 50px 70px;
    grid-column: 2;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
    font-weight: 400;
    grid-row: 2;
    font-size: 14px;
    line-height: 1.8;
    margin: 0;
}.leadership_experience85 .review_voices19:hover .work_area24 {
    transform: translateY(-5px);
}

@keyframes backgroundShift {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

@keyframes pulseBackground {
    0% {
        opacity: 0.2;
        transform: scale(1);
    }
    100% {
        opacity: 0.3;
        transform: scale(1.1);
    }
}

@media (max-width: 992px) {.leadership_experience85 {
    padding: 120px 0;
}.leadership_experience85 .review_voices19 {
    grid-template-columns: 1fr 1.2fr;
}.leadership_experience85 .image_preview39 {
    min-height: 400px;
}.leadership_experience85 .name {
    font-size: calc(21px * 0.9);
    padding: 0 40px 5px 50px;
}.leadership_experience85 .review_voices19 span:not(.name) {
    padding: 30px 40px 35px 50px;
}.leadership_experience85 .review_voices19 span:not(.name)::after {
    bottom: 25px;
    left: 50px;
}.leadership_experience85 .work_area24 {
    padding: 0 40px 40px 50px;
}
}

@media (max-width: 768px) {.leadership_experience85 {
    padding: 100px 0;
}.leadership_experience85 .container {
    padding: 0 30px;
}.leadership_experience85 .review_voices19 {
    grid-template-columns: 1fr;
    grid-template-rows: 300px auto auto auto;
}.leadership_experience85 .image_preview39 {
    min-height: 300px;
    grid-column: 1;
    grid-row: 1;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
}.leadership_experience85 .name {
    grid-row: 2;
    padding: 40px 30px 5px 30px;
    text-align: left;
    grid-column: 1;
}.leadership_experience85 .review_voices19 span:not(.name) {
    padding: 10px 30px 40px 30px;
    grid-column: 1;
    grid-row: 3;
    text-align: left;
}.leadership_experience85 .review_voices19 span:not(.name)::after {
    left: 30px;
    bottom: 30px;
}.leadership_experience85 .work_area24 {
    grid-column: 1;
    padding: 0 30px 40px 30px;
    grid-row: 4;
}
}

@media (max-width: 480px) {.leadership_experience85 {
    padding: 80px 0;
}.leadership_experience85 .container {
    padding: 0 20px;
}.leadership_experience85 .image_preview39 {
    min-height: 250px;
}.leadership_experience85 .name {
    padding: 30px 25px 5px 25px;
    font-size: calc(21px * 0.85);
}.leadership_experience85 .review_voices19 span:not(.name) {
    padding: 10px 25px 30px 25px;
    font-size: calc(14px * 0.95);
}.leadership_experience85 .review_voices19 span:not(.name)::after {
    width: 30px;
    bottom: 20px;
    left: 25px;
}.leadership_experience85 .work_area24 {
    line-height: 1.7;
    padding: 0 25px 30px 25px;
    font-size: calc(14px * 0.95);
}}.service_info25 {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(234,237,239) 0%, rgba(255,255,255,0.95) 100%);
    padding: 5rem 0;
}.service_info25::before {
    position: absolute;
    transform: rotate(-15deg);
    height: 300px;
    width: 300px;
    z-index: 0;
    border-radius: 50%;
    top: -10%;
    right: -10%;
    content: "";
    background: linear-gradient(225deg, rgb(198,203,212,0.5) 0%, transparent 70%);
    animation: float 15s infinite ease-in-out;
}.service_info25::after {
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    animation: float 20s infinite ease-in-out reverse;
    position: absolute;
    z-index: 0;
    bottom: -5%;
    width: 200px;
    background: linear-gradient(45deg, rgb(161,168,179,0.5) 0%, transparent 70%);
    content: "";
    height: 200px;
    left: -5%;
}.service_info25 .container {
    margin: 0 auto;
    padding: 0 20px;
    z-index: 1;
    position: relative;
    max-width: 1140px;
}.service_info25 .get_assistance21 {
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 3rem;
    transform: perspective(1000px) rotateY(1deg) rotateX(1deg);
    box-shadow: 0 15px 35px rgba(0,0,0,0.05), 0 5px 15px rgba(0,0,0,0.03);
    position: relative;
    background: #ffffff;
}.service_info25 .get_assistance21:hover {
    transform: perspective(1000px) rotateY(0deg) rotateX(0deg);
}.service_info25 h3 {
    color: rgb(198,203,212);
    font-size: calc(30px * 1.1);
    display: inline-block;
    font-weight: 700;
    position: relative;
    margin-bottom: 1.5rem;
}.service_info25 h3::after {
    content: "";
    transform-origin: left;
    background: linear-gradient(90deg, rgb(198,203,212) 0%, rgb(161,168,179) 100%);
    position: absolute;
    transition: transform 0.4s ease;
    bottom: -8px;
    transform: scaleX(0.3);
    left: 0;
    width: 100%;
    height: 3px;
}.service_info25 .get_assistance21:hover h3::after {
    transform: scaleX(1);
}.service_info25 p {
    margin-bottom: 1.5rem;
    font-size: 15px;
    line-height: 1.6;
    max-width: 90%;
    color: #000000;
}.service_info25 h5 {
    font-weight: 600;
    font-size: 23px;
    display: flex;
    color: #000000;
    margin-bottom: 0.5rem;
    align-items: center;
    text-transform: capitalize;
}.service_info25 h5 svg {
    transition: transform 0.3s ease;
    margin-left: 10px;
    width: 22px;
    height: 22px;
}.service_info25 .edu_form03 {
    display: flex;
    flex-wrap: wrap;
    margin: 2rem 0 0;
    padding: 0;
    list-style: none;
    gap: 1.5rem;
}.service_info25 .edu_form03 li {
    position: relative;
    transition: transform 0.3s ease;
}.service_info25 .edu_form03 li:hover {
    transform: translateY(-5px);
}.service_info25 .learn_ask81 {
    border-left: 3px solid rgb(198,203,212);
    padding: 0.75rem 1.25rem;
    color: rgb(198,203,212);
    text-decoration: none;
    font-size: calc(15px * 0.95);
    align-items: center;
    display: flex;
    font-weight: 600;
    transition: all 0.3s ease;
    background: linear-gradient(to right, rgba(var(--primary-color-rgb), 0.1), rgba(var(--secondary-color-rgb), 0.05));
}.service_info25 .learn_ask81:hover {
    background: linear-gradient(to right, rgba(var(--primary-color-rgb), 0.15), rgba(var(--secondary-color-rgb), 0.1));
    padding-left: 1.5rem;
}.service_info25 .learn_ask81 svg {
    margin-left: 10px;
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease;
}.service_info25 .learn_ask81:hover svg {
    transform: scale(1.1) rotate(5deg);
}.service_info25 svg path {
    fill: rgb(198,203,212);
    transition: fill 0.3s ease;
}.service_info25 .learn_ask81:hover svg path {
    fill: rgb(161,168,179);
}

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

@media (max-width: 992px) {.service_info25 {
    padding: 4rem 0;
}.service_info25 .get_assistance21 {
    transform: none;
    padding: 2.5rem;
}.service_info25 h3 {
    font-size: calc(30px * 0.9);
}.service_info25 p {
    max-width: 100%;
}
}

@media (max-width: 768px) {.service_info25 {
    padding: 3rem 0;
}.service_info25 .get_assistance21 {
    padding: 2rem;
}.service_info25 .edu_form03 {
    flex-direction: column;
    gap: 1rem;
}.service_info25 h3 {
    font-size: 30px;
}.service_info25::before,
    .service_info25::after {
    height: 150px;
    width: 150px;
}
}

@media (max-width: 576px) {.service_info25 {
    padding: 2.5rem 0;
}.service_info25 .get_assistance21 {
    padding: 1.5rem;
}.service_info25 h3 {
    font-size: calc(30px * 0.8);
}.service_info25 h5 {
    font-size: calc(23px * 0.9);
}.service_info25 p {
    font-size: calc(15px * 0.95);
}.service_info25 .learn_ask81 {
    font-size: calc(15px * 0.9);
    padding: 0.6rem 1rem;
}.service_info25 .learn_ask81 svg,
    .service_info25 h5 svg {
    height: 18px;
    width: 18px;
}}.homepage94 {
    display: flex;
    min-height: 100vh;
    width: 100%;
    justify-content: center;
    background-color: rgb(234,237,239);
    padding: 6rem 2rem;
    position: relative;
    overflow: hidden;
    align-items: center;
}.homepage94 > div {
    width: 100%;
    z-index: 2;
    max-width: 1200px;
    position: relative;
}.homepage94 .learn_sessions56 {
    opacity: 0;
    position: relative;
    animation: slideInLeft 0.8s ease-out forwards;
    margin-bottom: 2.5rem;
    transform: translateX(-5%);
}.homepage94 .learn_home87 {
    line-height: 1.2;
    position: relative;
    font-size: 38px;
    color: rgb(198,203,212);
    margin: 0;
    font-weight: 700;
    display: inline-block;
}.homepage94 .learn_home87::after {
    height: 4px;
    left: 0;
    transform: scaleX(0);
    content: "";
    transform-origin: left;
    animation: expandLine 1s ease-out 0.8s forwards;
    position: absolute;
    width: 80px;
    bottom: -10px;
    background: linear-gradient(90deg, rgb(198,203,212) 0%, rgb(161,168,179) 100%);
}.homepage94 .course_primary02 {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    animation: fadeUp 0.8s ease-out 0.3s forwards;
    transform: translateY(20px);
    opacity: 0;
    position: relative;
    overflow: hidden;
    padding: 3rem;
}.homepage94 .course_primary02::before {
    content: "";
    right: 0;
    z-index: 1;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(135deg, 
    rgb(198,203,212,0.5) 0%, 
    rgba(0, 0, 0, 0.5) 100%);
    top: 0;
}.homepage94 .course_primary02 > div {
    margin: 0 auto;
    max-width: 800px;
    z-index: 2;
    position: relative;
}.homepage94 .course_primary02 p {
    animation: fadeUp 0.8s ease-out 0.6s forwards;
    color: #ffffff;
    margin-bottom: 2rem;
    font-weight: 400;
    line-height: 1.6;
    font-size: calc(18px * 1.2);
    transform: translateY(15px);
    opacity: 0;
}.homepage94 .course_primary02 h3 {
    font-size: 21px;
    background: linear-gradient(90deg, 
    rgba(255, 255, 255, 0.15) 0%, 
    rgba(255, 255, 255, 0) 100%);
    animation: fadeUp 0.8s ease-out 0.9s forwards;
    opacity: 0;
    font-weight: 600;
    color: #ffffff;
    margin-top: 2rem;
    padding-left: 1rem;
    border-left: 3px solid rgb(161,168,179);
    padding: 1rem;
    transform: translateY(15px);
    line-height: 1.5;
}@keyframes fadeUp {
  from {
    transform: translateY(20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes slideInLeft {
  from {
    transform: translateX(-5%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

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

.homepage94 .course_primary02:hover {
    transition: transform 0.4s ease;
    transform: translateY(-5px);
}

@media (min-width: 992px) {.homepage94 {
    padding: 8rem 4rem;
}.homepage94 > div {
    grid-gap: 4rem;
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 1fr;
}.homepage94 .learn_sessions56 {
    margin-bottom: 0;
    transform: translateY(0);
}.homepage94 .learn_home87 {
    font-size: calc(38px * 1.2);
}.homepage94 .course_primary02 {
    padding: 4rem;
    align-items: center;
    display: flex;
    height: 100%;
}.homepage94 .course_primary02::after {
    position: absolute;
    top: -20px;
    right: -20px;
    background: rgb(161,168,179);
    width: 100px;
    opacity: 0.7;
    content: "";
    clip-path: polygon(0 0, 100% 0, 100% 100%);
    height: 100px;
}
}

@media (max-width: 991px) {.homepage94 {
    padding: 5rem 2rem;
}.homepage94 .learn_home87 {
    font-size: calc(38px * 0.9);
}.homepage94 .course_primary02 {
    padding: 2.5rem;
}.homepage94 .course_primary02 p {
    font-size: 18px;
}.homepage94 .course_primary02 h3 {
    font-size: calc(21px * 0.9);
}
}

@media (max-width: 768px) {.homepage94 {
    padding: 4rem 1.5rem;
}.homepage94 .learn_home87 {
    font-size: calc(38px * 0.8);
}.homepage94 .course_primary02 {
    padding: 2rem;
}.homepage94 .course_primary02 h3 {
    font-size: calc(21px * 0.8);
    padding-left: 0.75rem;
}
}

@media (max-width: 576px) {.homepage94 {
    padding: 3rem 1rem;
}.homepage94 .learn_sessions56 {
    margin-bottom: 1.5rem;
}.homepage94 .learn_home87 {
    font-size: calc(38px * 0.7);
}.homepage94 .course_primary02 {
    padding: 1.5rem;
}.homepage94 .course_primary02 p {
    margin-bottom: 1.5rem;
    font-size: calc(18px * 0.9);
}.homepage94 .course_primary02 h3 {
    border-left: 2px solid rgb(161,168,179);
    padding: 0.75rem;
    font-size: calc(21px * 0.7);
}}.course_beneficiaries37 {
    position: relative;
    overflow: hidden;
    background: rgb(234,237,239);
    padding: 100px 0;
}.course_beneficiaries37::before {
    position: absolute;
    background: 
        radial-gradient(circle at 20% 30%, rgb(198,203,212,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(161,168,179,0.5) 0%, transparent 40%);
    z-index: 0;
    opacity: 0.2;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    content: "";
}.course_beneficiaries37 .container {
    z-index: 1;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    padding: 0 20px;
}.course_beneficiaries37 .legacy_edu21 {
    box-shadow: 
        20px 20px 60px rgba(0, 0, 0, 0.1),
        -20px -20px 60px rgba(255, 255, 255, 0.8);
    background: rgb(234,237,239);
    position: relative;
    border-radius: 13px;
    padding: 50px;
}.course_beneficiaries37 h4 {
    color: #000000;
    font-size: 38px;
    margin-bottom: 50px;
    font-weight: 700;
    text-align: center;
    position: relative;
}.course_beneficiaries37 h4::after {
    content: "";
    height: 4px;
    left: 50%;
    background: linear-gradient(90deg, rgb(198,203,212), rgb(161,168,179));
    border-radius: 2px;
    transform: translateX(-50%);
    width: 80px;
    position: absolute;
    bottom: -15px;
}.course_beneficiaries37 div {
    gap: 30px;
    flex-wrap: wrap;
    display: flex;
}.course_beneficiaries37 div p {
    border-radius: 13px;
    overflow: hidden;
    box-shadow: 
        8px 8px 16px rgba(0, 0, 0, 0.05),
        -8px -8px 16px rgba(255, 255, 255, 0.8),
        inset 1px 1px 1px rgba(255, 255, 255, 0.3);
    align-items: center;
    margin: 0;
    color: #000000;
    padding: 25px;
    flex: 1 1 calc(33.333% - 20px);
    display: flex;
    line-height: 1.6;
    font-size: 13px;
    position: relative;
    background: rgb(234,237,239);
    transition: all 0.3s ease;
    min-width: 250px;
}.course_beneficiaries37 div p:hover {
    transform: translateY(-5px);
    box-shadow: 
        12px 12px 24px rgba(0, 0, 0, 0.08),
        -12px -12px 24px rgba(255, 255, 255, 0.9),
        inset 1px 1px 1px rgba(255, 255, 255, 0.4);
}.course_beneficiaries37 div p::before {
    border-radius: 5px 0 0 5px;
    opacity: 0.7;
    left: 0;
    background: linear-gradient(180deg, rgb(198,203,212), rgb(161,168,179));
    position: absolute;
    top: 0;
    width: 5px;
    height: 100%;
    content: "";
}.course_beneficiaries37 div p svg {
    background: rgb(234,237,239);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 
        4px 4px 8px rgba(0, 0, 0, 0.1),
        -4px -4px 8px rgba(255, 255, 255, 0.8);
    min-width: 40px;
    margin-right: 20px;
    padding: 8px;
    transition: all 0.3s ease;
}.course_beneficiaries37 div p:hover svg {
    transform: rotate(10deg);
    box-shadow: 
        6px 6px 12px rgba(0, 0, 0, 0.15),
        -6px -6px 12px rgba(255, 255, 255, 0.9),
        inset 1px 1px 1px rgba(255, 255, 255, 0.4);
}.course_beneficiaries37 div p svg path {
    transition: fill 0.3s ease;
    fill: rgb(198,203,212);
}.course_beneficiaries37 div p:hover svg path {
    fill: rgb(161,168,179);
}

@media (max-width: 1100px) {.course_beneficiaries37 div p {
    flex: 1 1 calc(50% - 15px);
}
}

@media (max-width: 991px) {.course_beneficiaries37 {
    padding: 80px 0;
}.course_beneficiaries37 .legacy_edu21 {
    padding: 40px 30px;
}.course_beneficiaries37 h4 {
    font-size: calc(38px - 2px);
    margin-bottom: 40px;
}.course_beneficiaries37 div {
    gap: 20px;
}.course_beneficiaries37 div p {
    padding: 20px;
}.course_beneficiaries37 div p svg {
    width: 35px;
    height: 35px;
    margin-right: 15px;
    min-width: 35px;
}
}

@media (max-width: 767px) {.course_beneficiaries37 {
    padding: 60px 0;
}.course_beneficiaries37 .legacy_edu21 {
    padding: 30px 20px;
}.course_beneficiaries37 h4 {
    margin-bottom: 35px;
    font-size: calc(38px - 4px);
}.course_beneficiaries37 div p {
    padding: 18px;
    flex: 1 1 100%;
}.course_beneficiaries37 div p svg {
    width: 30px;
    margin-right: 15px;
    min-width: 30px;
    padding: 6px;
    height: 30px;
}
}

@media (max-width: 479px) {.course_beneficiaries37 {
    padding: 40px 0;
}.course_beneficiaries37 .legacy_edu21 {
    padding: 25px 15px;
}.course_beneficiaries37 h4 {
    margin-bottom: 30px;
    font-size: calc(38px - 6px);
}.course_beneficiaries37 div {
    gap: 15px;
}.course_beneficiaries37 div p {
    font-size: calc(13px - 1px);
    padding: 15px;
}.course_beneficiaries37 div p svg {
    width: 26px;
    height: 26px;
    min-width: 26px;
    margin-right: 12px;
    padding: 5px;
}}.course_program_info48 {
    min-height: 100vh;
    position: relative;
    grid-template-columns: repeat(12, 1fr);
    display: grid;
    background-color: rgb(234,237,239);
    grid-template-rows: 1fr;
    overflow: hidden;
}.course_program_info48 .education_flow30 {
    grid-column: 4 / span 8;
    position: relative;
    height: 100%;
    z-index: 1;
    grid-row: 1;
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
}.course_program_info48 .education_flow30::before {
    z-index: 2;
    position: absolute;
    pointer-events: none;
    height: 100%;
    top: 0;
    background: linear-gradient(90deg, rgb(161,168,179,0.5), transparent);
    content: "";
    left: 0;
    width: 30%;
}.course_program_info48 .skill_master01 {
    height: 100%;
    overflow: hidden;
    width: 100%;
    position: relative;
}.course_program_info48 .career_classes08 {
    perspective: 1000px;
    position: relative;
    height: 100%;
    width: 100%;
}.course_program_info48 .program_route83 {
    transform: translateZ(-50px);
    width: 100%;
    left: 0;
    position: absolute;
    transition: opacity 0.8s, transform 0.8s;
    z-index: 1;
    height: 100%;
    opacity: 0;
    top: 0;
}.course_program_info48 .program_route83:nth-child(1) {
    animation: slide-cube 25s infinite 0s;
}.course_program_info48 .program_route83:nth-child(2) {
    animation: slide-cube 25s infinite -5s;
}.course_program_info48 .program_route83:nth-child(3) {
    animation: slide-cube 25s infinite -10s;
}.course_program_info48 .program_route83:nth-child(4) {
    animation: slide-cube 25s infinite -15s;
}.course_program_info48 .program_route83:nth-child(5) {
    animation: slide-cube 25s infinite -20s;
}.course_program_info48 .program_route83 img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}.course_program_info48 .skill_master01:hover .program_route83 {
    animation-play-state: paused;
}.course_program_info48 .container {
    position: relative;
    grid-column: 1 / span 7;
    z-index: 2;
    display: flex;
    justify-content: flex-start;
    grid-row: 1;
    align-items: center;
    padding: 0 0 0 4rem;
}.course_program_info48 .legacy_edu21 {
    margin-right: auto;
    max-width: 550px;
    margin-left: 0;
    position: relative;
    width: 100%;
}.course_program_info48 .learn_track72 {
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    padding: 2rem;
    background: rgba(0, 0, 0, 0.6);
    position: relative;
    border-radius: 11px;
}.course_program_info48 .learn_track72 h3 {
    line-height: 1.1;
    color: #ffffff;
    position: relative;
    margin-bottom: 1.5rem;
    opacity: 0;
    font-weight: 700;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    animation: slide-up 0.7s ease-out forwards;
    font-size: 42px;
    transform: translateY(30px);
}.course_program_info48 .learn_track72::before {
    animation: fade-in 0.5s 0.9s ease-out forwards;
    opacity: 0;
    border-left: 3px solid rgb(198,203,212);
    height: 80px;
    top: -40px;
    content: "";
    width: 80px;
    border-top: 3px solid rgb(198,203,212);
    left: -40px;
    position: absolute;
}.course_program_info48 .learn_track72::after {
    height: 80px;
    width: 80px;
    border-right: 3px solid rgb(198,203,212);
    animation: fade-in 0.5s 0.9s ease-out forwards;
    content: "";
    position: absolute;
    right: -40px;
    bottom: -40px;
    border-bottom: 3px solid rgb(198,203,212);
    opacity: 0;
}.course_program_info48 .learn_track72 p {
    line-height: 1.8;
    transform: translateY(30px);
    opacity: 0;
    animation: slide-up 0.7s 0.4s ease-out forwards;
    margin-bottom: 2.5rem;
    font-size: 18px;
    color: #ffffff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}.course_program_info48 .connect_feedback04 {
    animation: slide-up 0.7s 0.6s ease-out forwards;
    font-size: 15px;
    font-weight: 600;
    transition: all 0.3s;
    background: rgb(198,203,212);
    position: relative;
    text-decoration: none;
    overflow: hidden;
    display: inline-block;
    color: #ffffff;
    opacity: 0;
    padding: 1rem 2.5rem;
    transform: translateY(30px);
    letter-spacing: 1px;
}.course_program_info48 .connect_feedback04:hover {
    transform: scale(1.05);
    background: transparent;
    box-shadow: 0 0 30px rgba(rgb(198,203,212), 0.5);
}.course_program_info48 .connect_feedback04::before {
    z-index: -1;
    transform-origin: bottom right;
    transform: scale(1);
    content: "";
    width: 100%;
    top: 0;
    transition: transform 0.5s;
    background: rgb(198,203,212);
    left: 0;
    height: 100%;
    position: absolute;
}.course_program_info48 .connect_feedback04:hover::before {
    transform: scale(0);
    transition: transform 0.5s;
}@keyframes slide-cube {
    0%, 20%, 100% {
        opacity: 0;
        transform: translateZ(-50px) rotateY(-5deg);
    }
    4%, 16% {
        opacity: 1;
        transform: translateZ(0) rotateY(0);
    }
}

@keyframes slide-up {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fade-in {
    to {
        opacity: 1;
    }
}

.course_program_info48::before {
    background: linear-gradient(to right,
        rgb(161,168,179,0.5) 0%,
        rgb(161,168,179,0.5) 40%,
        transparent 70%);
    left: 0;
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    width: 100%;
    z-index: 0;
    pointer-events: none;
}.course_program_info48::after {
    content: "";
    opacity: 0.5;
    pointer-events: none;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: radial-gradient(
        circle at 30% 50%,
        rgb(198,203,212,0.5) 0%,
        transparent 50%
    );
    z-index: 0;
    position: absolute;
}

@media screen and (max-width: 1400px) {.course_program_info48 .legacy_edu21 {
    margin-right: 1rem;
}
}

@media screen and (max-width: 1200px) {.course_program_info48 {
    grid-template-columns: repeat(10, 1fr);
}.course_program_info48 .education_flow30 {
    grid-column: 6 / span 5;
}.course_program_info48 .container {
    padding: 0 0 0 3rem;
    grid-column: 1 / span 6;
}.course_program_info48 .legacy_edu21 {
    max-width: 100%;
}.course_program_info48::before {
    background: linear-gradient(to right,
            rgb(161,168,179,0.5) 0%,
            rgb(161,168,179,0.5) 30%,
            transparent 60%);
}
}

@media screen and (max-width: 992px) {.course_program_info48 {
    display: flex;
    min-height: auto;
    padding: 0;
    flex-direction: column;
}.course_program_info48 .education_flow30 {
    order: 1;
    clip-path: none;
    width: 100%;
    height: 50vh;
}.course_program_info48 .education_flow30::before {
    display: none;
}.course_program_info48 .container {
    width: 100%;
    padding: 4rem 3rem;
    order: 2;
}.course_program_info48 .legacy_edu21 {
    max-width: 600px;
    margin: 0;
}.course_program_info48 .learn_track72 {
    background: rgba(0, 0, 0, 0.7);
}.course_program_info48::before {
    background: rgb(161,168,179,0.5);
    opacity: 0.95;
}.course_program_info48::after {
    background: none;
}.course_program_info48 .program_route83 {
    animation-duration: 20s;
}
}

@media screen and (max-width: 768px) {.course_program_info48 .education_flow30 {
    height: 40vh;
}.course_program_info48 .container {
    padding: 3rem 2rem;
}.course_program_info48 .learn_track72 h3 {
    font-size: calc(42px * 0.8);
}.course_program_info48 .learn_track72::before,
    .course_program_info48 .learn_track72::after {
    height: 60px;
    width: 60px;
}
}

@media screen and (max-width: 576px) {.course_program_info48 .education_flow30 {
    height: 35vh;
}.course_program_info48 .container {
    padding: 2.5rem 1.5rem;
}.course_program_info48 .learn_track72 h3 {
    font-size: calc(28px * 1.1);
}.course_program_info48 .learn_track72::before,
    .course_program_info48 .learn_track72::after {
    left: -20px;
    right: -20px;
    bottom: -20px;
    top: -20px;
    height: 40px;
    width: 40px;
}.course_program_info48 .connect_feedback04 {
    width: 100%;
    text-align: center;
}}header .top_plank {
    background: rgb(198,203,212);
    color:  #ffffff;
}header .top_plank .plank_nav12 div svg, header .top_plank .plank_nav12 div svg path {
    fill: #ffffff;
}header .top_plank .plank_nav12 div span {
    color: #ffffff;
}header .top_plank .plank_nav12 {
    display: flex;
    font-size: 16px;
    flex-wrap: wrap;
    align-items: center;
    padding: 15px 0 10px 0;
    justify-content: flex-start;
    line-height: 21px;
    width: 100%;
}header .top_plank .plank_nav12 div {
    margin-right: 24px;
    align-items: center;
    display: flex;
    justify-content: flex-start;
}header .top_plank .plank_nav12 div img, header .top_plank .plank_nav12 div svg {
    height: 16px;
    margin-right: 8px;
    width: 16px;
}.try_immediately72 {
    background: linear-gradient(135deg, rgb(198,203,212) 0%, rgb(161,168,179) 100%);
    overflow: hidden;
    z-index: 1;
    perspective: 1000px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    position: relative;
    padding: 5rem 2rem;
}.try_immediately72::before {
    content: "";
    background: repeating-linear-gradient(
        45deg,
        rgba(255,255,255,0.05),
        rgba(255,255,255,0.05) 15px,
        transparent 15px,
        transparent 30px
    );
    top: 0;
    width: 100%;
    transform: translateZ(-10px);
    left: 0;
    height: 100%;
    z-index: -1;
    position: absolute;
}.try_immediately72::after {
    background: radial-gradient(
        circle at center,
        rgba(255,255,255,0.15) 0%,
        transparent 70%
    );
    transform: rotate(-15deg);
    z-index: -1;
    content: "";
    top: -50%;
    height: 100%;
    right: -50%;
    position: absolute;
    width: 100%;
}.try_immediately72 .container {
    animation: containerReveal 0.8s ease-out forwards;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    transform-style: preserve-3d;
}.try_immediately72 h6 {
    margin-bottom: 2.5rem;
    transform: translateZ(20px);
    margin-left: auto;
    transition: transform 0.4s ease-out;
    margin-right: auto;
    position: relative;
    text-shadow: 0 2px 4px rgba(0,0,0,0.1);
    max-width: 90%;
    text-align: center;
    line-height: 1.5;
    color: #ffffff;
    font-size: calc(18px * 1.2);
    font-weight: 600;
}.try_immediately72 .container div {
    transform: translateZ(30px);
    display: flex;
    margin-top: 1.5rem;
    animation: buttonContainer 0.5s ease-out 0.4s both;
    justify-content: center;
    align-items: center;
}.try_immediately72 .container div span {
    position: relative;
    transition: transform 0.3s var(--timing-cubic);
    display: inline-block;
}.try_immediately72 .container div span::before {
    content: "";
    position: absolute;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 2px solid rgba(255,255,255,0.2);
    height: calc(100% + 20px);
    z-index: -1;
    transform: scale(0.9);
    left: -10px;
    width: calc(100% + 20px);
    border-radius: 25px;
    top: -10px;
    opacity: 0;
}.try_immediately72 .container div span:hover::before {
    opacity: 1;
    transform: scale(1);
}.try_immediately72 .connect_feedback04 {
    border-radius: 10px;
    justify-content: center;
    color: rgb(198,203,212);
    align-items: center;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    font-size: 16px;
    overflow: hidden;
    padding: 0.9rem 2.5rem;
    text-decoration: none;
    position: relative;
    font-weight: 700;
    background: #ffffff;
    display: inline-flex;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1), 0 6px 6px rgba(0,0,0,0.07);
    z-index: 1;
}.try_immediately72 .connect_feedback04::before {
    z-index: -1;
    opacity: 0;
    left: 0;
    background: linear-gradient(to right, rgb(161,168,179) 0%, rgb(198,203,212) 100%);
    height: 100%;
    content: "";
    top: 0;
    position: absolute;
    transition: opacity 0.4s ease;
    width: 100%;
}.try_immediately72 .connect_feedback04:hover {
    color: #ffffff;
    box-shadow: 0 15px 30px rgba(0,0,0,0.12), 0 8px 8px rgba(0,0,0,0.08);
    transform: translateY(-5px);
}.try_immediately72 .connect_feedback04:hover::before {
    opacity: 1;
}.try_immediately72 .connect_feedback04:active {
    box-shadow: 0 8px 16px rgba(0,0,0,0.1), 0 4px 4px rgba(0,0,0,0.05);
    transform: translateY(-2px);
}.try_immediately72 .connect_feedback04 span {
    z-index: 2;
    position: relative;
    transition: transform 0.3s ease;
}.try_immediately72 .connect_feedback04:hover span {
    transform: scale(1.05);
}

@keyframes containerReveal {
    0% {
        opacity: 0;
        transform: translateY(30px) rotateX(10deg);
    }
    100% {
        opacity: 1;
        transform: translateY(0) rotateX(0);
    }
}

@keyframes buttonContainer {
    0% {
        opacity: 0;
        transform: translateZ(30px) scale(0.9);
    }
    100% {
        opacity: 1;
        transform: translateZ(30px) scale(1);
    }
}

@media (min-width: 768px) {.try_immediately72 {
    background: linear-gradient(120deg, rgb(198,203,212) 0%, rgb(161,168,179) 70%, rgb(198,203,212,0.5) 100%);
    padding: 7rem 3rem;
}.try_immediately72::before {
    background-size: 40px 40px;
}.try_immediately72 h6 {
    margin-bottom: 3rem;
    font-size: calc(18px * 1.4);
    max-width: 80%;
}.try_immediately72 .container {
    display: flex;
    flex-direction: column;
    align-items: center;
}.try_immediately72 .connect_feedback04 {
    padding: 1rem 3rem;
}
}

@media (min-width: 992px) {.try_immediately72 {
    padding: 8rem 4rem;
}.try_immediately72::after {
    height: 150%;
    width: 150%;
}.try_immediately72 h6 {
    margin-bottom: 3.5rem;
    font-size: calc(18px * 1.5);
    max-width: 70%;
}.try_immediately72 .container div {
    margin-top: 2rem;
}.try_immediately72 .connect_feedback04 {
    padding: 1.1rem 3.5rem;
    font-size: calc(16px * 1.1);
}
}

@media (max-width: 767px) {.try_immediately72 {
    padding: 4rem 1.5rem;
}.try_immediately72 h6 {
    font-size: 18px;
    margin-bottom: 2rem;
}.try_immediately72 .connect_feedback04 {
    padding: 0.8rem 2rem;
}
}

@media (max-width: 480px) {.try_immediately72 {
    padding: 3.5rem 1rem;
}.try_immediately72 h6 {
    font-size: calc(18px * 0.9);
    line-height: 1.6;
}.try_immediately72 .connect_feedback04 {
    padding: 0.7rem 1.8rem;
    font-size: calc(16px * 0.9);
}}.our_mission80 {
    color: #000000;
    background-image: 
        linear-gradient(rgba(255, 255, 255, 0.1) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.1) 1px, transparent 1px);
    background-size: 30px 30px;
    background: linear-gradient(135deg, rgb(198,203,212,0.5) 0%, rgb(234,237,239) 50%, rgb(161,168,179,0.5) 100%);
    padding: 120px 0;
    position: relative;
    overflow: hidden;
    background-position: center center;
}.our_mission80::before {
    content: "";
    background: linear-gradient(to bottom, transparent, rgb(198,203,212,0.5), transparent);
    left: 20%;
    position: absolute;
    top: 0;
    width: 2px;
    height: 50%;
    z-index: 0;
}.our_mission80::after {
    bottom: 0;
    width: 2px;
    right: 30%;
    height: 70%;
    background: linear-gradient(to bottom, transparent, rgb(161,168,179,0.5), transparent);
    z-index: 0;
    content: "";
    position: absolute;
}.our_mission80 .container {
    z-index: 2;
    position: relative;
}.our_mission80 .container::before {
    z-index: 1;
    border: 2px solid rgb(198,203,212);
    border-radius: 50%;
    width: 20px;
    height: 20px;
    position: absolute;
    left: -100px;
    content: "";
    animation: techPulse 4s infinite;
    top: 40%;
}.our_mission80 .container::after {
    height: 15px;
    border: 2px solid rgb(161,168,179);
    width: 15px;
    z-index: 1;
    bottom: 30%;
    position: absolute;
    animation: techRotate 6s infinite linear;
    right: -80px;
    content: "";
    border-radius: 0;
}.our_mission80 h2 {
    margin-bottom: 80px;
    text-align: left;
    font-size: 48px;
    position: relative;
    font-weight: 700;
    color: #000000;
}.our_mission80 h2::before {
    height: 4px;
    content: "";
    bottom: -20px;
    position: absolute;
    background: rgb(198,203,212);
    left: 0;
    width: 120px;
}.our_mission80 h2::after {
    width: 60px;
    height: 4px;
    position: absolute;
    left: 130px;
    bottom: -20px;
    background: rgb(161,168,179);
    content: "";
}.our_mission80 .expert_learning07 {
    gap: 80px;
    position: relative;
    grid-template-columns: 1fr;
    display: grid;
}.our_mission80 .expert_learning07::before {
    content: "";
    left: 40%;
    top: 0;
    width: 2px;
    background: linear-gradient(to bottom, 
        rgb(198,203,212) 0%, 
        rgb(198,203,212,0.5) 20%,
        rgb(161,168,179,0.5) 80%,
        rgb(161,168,179) 100%
    );
    z-index: 1;
    height: 100%;
    position: absolute;
}.our_mission80 .expert_learning07::after {
    top: 0;
    z-index: 2;
    border-radius: 50%;
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.1);
    height: 10px;
    width: 10px;
    animation: moveDown 10s infinite alternate ease-in-out;
    position: absolute;
    content: "";
    background: rgb(198,203,212);
    left: calc(40% - 4px);
}.our_mission80 .online_mastery75 {
    padding: 40px;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    border-radius: 25px;
    backdrop-filter: blur(10px);
    overflow: visible;
    background: rgba(255, 255, 255, 1);
    position: relative;
}.our_mission80 .online_mastery75:first-child {
    border-left: 3px solid rgb(198,203,212);
    z-index: 20;
}.our_mission80 .online_mastery75:last-child {
    align-self: end;
    border-right: 3px solid rgb(161,168,179);
    z-index: 20;
}.our_mission80 .online_mastery75:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
}.our_mission80 .online_mastery75 h3 {
    color: rgb(198,203,212);
    padding-left: 20px;
    position: relative;
    margin-bottom: 25px;
    font-weight: 600;
    font-size: 24px;
}.our_mission80 .online_mastery75:last-child h3 {
    color: rgb(161,168,179);
}.our_mission80 .online_mastery75 h3::before {
    background: rgb(198,203,212);
    position: absolute;
    transform: translateY(-50%);
    left: 0;
    content: "";
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    width: 10px;
    height: 10px;
    top: 50%;
}.our_mission80 .online_mastery75:last-child h3::before {
    background: rgb(161,168,179);
}.our_mission80 .online_mastery75 p {
    line-height: 1.8;
    font-size: 13px;
    color: #000000;
    z-index: 1;
    position: relative;
}.our_mission80 .online_mastery75::before {
    z-index: 0;
    top: 0;
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.1) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.1) 75%, transparent 75%, transparent);
    left: 0;
    background-size: 10px 10px;
    content: "";
    opacity: 0.05;
    width: 100%;
    height: 100%;
    position: absolute;
}.our_mission80 .online_mastery75::after {
    border: 1px solid rgba(255, 255, 255, 0.1);
    content: "";
    pointer-events: none;
    position: absolute;
    inset: 0;
    border-radius: 25px;
}.our_mission80 .online_mastery75::before {
    top: -1px;
    border-radius: calc(25px + 1px);
    left: -1px;
    position: absolute;
    content: "";
    z-index: -2;
    right: -1px;
    bottom: -1px;
    transition: opacity 0.3s ease;
    background: linear-gradient(135deg, rgb(198,203,212) 0%, transparent 50%, rgb(161,168,179) 100%);
    opacity: 0;
}

@keyframes techPulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.5;
    }
    50% {
        transform: scale(1.5);
        opacity: 0.8;
    }
}

@keyframes techRotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes moveDown {
    0% {
        top: 0;
        background: rgb(198,203,212);
    }
    100% {
        top: calc(100% - 10px);
        background: rgb(161,168,179);
    }
}

@keyframes borderGlow {
    0% {
        opacity: 0.3;
    }
    100% {
        opacity: 0.7;
    }
}

@media screen and (max-width: 1200px) {.our_mission80 .online_mastery75:first-child {
    margin-right: -10%;
}.our_mission80 .online_mastery75:last-child {
    margin-left: -10%;
}
}

@media screen and (max-width: 991px) {.our_mission80 {
    padding: 80px 0;
}.our_mission80 h2 {
    transform: translateX(0);
    font-size: calc(48px * 0.9);
    margin-bottom: 50px;
}.our_mission80 .expert_learning07 {
    gap: 50px;
}.our_mission80 .online_mastery75:first-child,
    .our_mission80 .online_mastery75:last-child {
    margin-right: 0;
    margin-left: 0;
}.our_mission80 .expert_learning07::before {
    left: 20px;
}.our_mission80 .expert_learning07::after {
    left: 16px;
}
}

@media screen and (max-width: 767px) {.our_mission80 {
    padding: 60px 0;
}.our_mission80 h2 {
    font-size: calc(48px * 0.8);
    margin-bottom: 40px;
}.our_mission80 .online_mastery75 {
    padding: 30px;
}.our_mission80 .online_mastery75 h3 {
    font-size: calc(24px * 0.9);
}.our_mission80 .online_mastery75 p {
    font-size: calc(13px * 0.95);
}.our_mission80 .online_mastery75:first-child h3::after,
    .our_mission80 .online_mastery75:last-child h3::after {
    top: -50px;
    font-size: 80px;
}
}

@media screen and (max-width: 575px) {.our_mission80 {
    padding: 50px 0;
}.our_mission80 h2 {
    font-size: calc(48px * 0.7);
    margin-bottom: 30px;
}.our_mission80 h2::before {
    width: 80px;
    height: 3px;
}.our_mission80 h2::after {
    height: 3px;
    left: 90px;
    width: 40px;
}.our_mission80 .online_mastery75 {
    padding: 25px;
}.our_mission80 .online_mastery75 h3 {
    font-size: calc(24px * 0.85);
    margin-bottom: 15px;
}.our_mission80 .online_mastery75 p {
    font-size: calc(13px * 0.9);
    line-height: 1.6;
}.our_mission80 .online_mastery75:first-child h3::after,
    .our_mission80 .online_mastery75:last-child h3::after {
    top: -40px;
    font-size: 60px;
}.our_mission80 .expert_learning07::before {
    left: 10px;
}.our_mission80 .expert_learning07::after {
    left: 6px;
}}.connect_form71 {
    position: relative;
    overflow: hidden;
    background: linear-gradient(90deg, #ffffff 50%, rgb(234,237,239) 50%);
    padding: 100px 0;
}.connect_form71::before {
    background-size: 60px 60px;
    z-index: 0;
    content: "";
    background: 
        radial-gradient(circle at 20% 20%, rgba(0, 0, 0, 0.02) 0%, transparent 20%),
        radial-gradient(circle at 80% 80%, rgba(0, 0, 0, 0.02) 0%, transparent 20%);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}.connect_form71 .container {
    max-width: 1200px;
    z-index: 1;
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
}.connect_form71 h2 {
    position: relative;
    text-align: center;
    font-weight: 700;
    color: rgb(198,203,212);
    font-size: 32px;
    margin-bottom: 60px;
}.connect_form71 h2::after {
    background: rgb(198,203,212);
    transform: translateX(-50%);
    left: 50%;
    height: 3px;
    position: absolute;
    width: 60px;
    content: "";
    bottom: -15px;
}.connect_form71 .reach_message71 {
    background: #ffffff;
    display: flex;
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
}.connect_form71 .reach_message71::before {
    top: 0;
    height: 5px;
    position: absolute;
    width: 100%;
    left: 0;
    content: "";
    background: linear-gradient(90deg, rgb(198,203,212), rgb(161,168,179));
}.connect_form71 .image_preview39 {
    position: relative;
    transition: all 0.5s ease;
    min-height: 550px;
    flex: 0 0 50%;
}.connect_form71 .image_preview39::after {
    content: "";
    top: 0;
    width: 100%;
    background: linear-gradient(45deg, rgb(198,203,212,0.5), transparent);
    left: 0;
    height: 100%;
    position: absolute;
}.connect_form71 .feedback_section86 {
    flex: 0 0 50%;
    background: #ffffff;
    position: relative;
    padding: 60px 50px;
}.connect_form71 .feedback_section86::before {
    width: 10px;
    top: 0;
    background: rgb(234,237,239);
    left: 0;
    content: "";
    height: 100%;
    position: absolute;
}.connect_form71 #contact {
    flex-direction: column;
    display: flex;
    gap: 30px;
}.connect_form71 h3 {
    font-weight: 600;
    font-size: 24px;
    position: relative;
    padding-bottom: 10px;
    display: inline-block;
    color: #000000;
    margin-bottom: 20px;
}.connect_form71 h3::after {
    position: absolute;
    left: 0;
    height: 2px;
    background: rgb(198,203,212,0.5);
    bottom: 0;
    content: "";
    width: 100%;
}.connect_form71 input[type="text"] {
    padding: 18px 20px;
    border-radius: 10px;
    transition: all 0.3s ease;
    font-size: 15px;
    width: 100%;
    background: #ffffff;
    border: 2px solid rgb(234,237,239);
    color: #000000;
}.connect_form71 input[type="text"]:focus {
    outline: none;
    border-color: rgb(198,203,212);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}.connect_form71 input[type="text"]::placeholder {
    opacity: 0.6;
    color: #000000;
}.connect_form71 .reach_card74 {
    margin-top: 10px;
    align-items: flex-start;
    gap: 12px;
    display: flex;
}.connect_form71 .reach_card74 input[type="checkbox"] {
    cursor: pointer;
    margin-top: 2px;
    height: 24px;
    position: relative;
    appearance: none;
    border: 2px solid rgb(234,237,239);
    width: 24px;
    border-radius: 10px;
    transition: all 0.3s ease;
}.connect_form71 .reach_card74 input[type="checkbox"]:checked {
    background: rgb(198,203,212);
    border-color: rgb(198,203,212);
}.connect_form71 .reach_card74 input[type="checkbox"]:checked::after {
    height: 10px;
    border-right: 2px solid #ffffff;
    content: "";
    transform: rotate(45deg);
    left: 8px;
    top: 5px;
    border-bottom: 2px solid #ffffff;
    width: 6px;
    position: absolute;
}.connect_form71 .reach_card74 label {
    line-height: 1.5;
    font-size: 15px;
    color: #000000;
}.connect_form71 .reach_card74 a {
    transition: all 0.3s ease;
    text-decoration: none;
    color: rgb(198,203,212);
    font-weight: 600;
}.connect_form71 .reach_card74 a:hover {
    color: rgb(161,168,179);
}.connect_form71 .connect_feedback04 {
    position: relative;
    padding: 16px 40px;
    font-size: 15px;
    cursor: pointer;
    align-self: flex-start;
    font-weight: 600;
    box-shadow: 0 8px 20px rgb(198,203,212,0.5);
    background: rgb(198,203,212);
    border-radius: 10px;
    transition: all 0.3s ease;
    overflow: hidden;
    color: #ffffff;
    margin-top: 20px;
    border: none;
}.connect_form71 .connect_feedback04::before {
    width: 100%;
    transition: all 0.6s ease;
    left: -100%;
    content: "";
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    height: 100%;
    top: 0;
}.connect_form71 .connect_feedback04:hover {
    background: rgb(161,168,179);
    box-shadow: 0 10px 25px rgb(161,168,179,0.5);
    transform: translateY(-3px);
}.connect_form71 .connect_feedback04:hover::before {
    left: 100%;
}.connect_form71 svg {
    height: 22px;
    transition: all 0.3s ease;
    fill: rgb(198,203,212);
    width: 22px;
}.connect_form71 svg path {
    transition: all 0.3s ease;
    fill: rgb(198,203,212);
}.connect_form71 svg:hover {
    transform: translateY(-2px);
    fill: rgb(161,168,179);
}.connect_form71 svg:hover path {
    fill: rgb(161,168,179);
}

@media (max-width: 1200px) {.connect_form71 {
    background: #ffffff;
}
}

@media (max-width: 992px) {.connect_form71 {
    padding: 80px 0;
}.connect_form71 .reach_message71 {
    flex-direction: column-reverse;
}.connect_form71 .image_preview39 {
    flex: 0 0 auto;
    min-height: 350px;
}.connect_form71 .feedback_section86 {
    flex: 0 0 auto;
    padding: 50px 40px;
}.connect_form71 .feedback_section86::before {
    top: 0;
    height: 10px;
    width: 100%;
    left: 0;
}
}

@media (max-width: 768px) {.connect_form71 {
    padding: 60px 0;
}.connect_form71 h2 {
    font-size: calc(32px - 4px);
    margin-bottom: 40px;
}.connect_form71 .feedback_section86 {
    padding: 40px 30px;
}.connect_form71 #contact {
    gap: 25px;
}.connect_form71 .image_preview39 {
    min-height: 300px;
}
}

@media (max-width: 576px) {.connect_form71 {
    padding: 50px 0;
}.connect_form71 .container {
    padding: 0 15px;
}.connect_form71 h2 {
    margin-bottom: 30px;
    font-size: calc(32px - 6px);
}.connect_form71 .feedback_section86 {
    padding: 35px 25px;
}.connect_form71 #contact {
    gap: 20px;
}.connect_form71 input[type="text"] {
    padding: 15px;
}.connect_form71 .connect_feedback04 {
    padding: 15px 25px;
    width: 100%;
}.connect_form71 .image_preview39 {
    min-height: 250px;
}}.customer_feedback14 {
    position: relative;
    padding: 6rem 0;
    perspective: 1000px;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(234,237,239) 40%, rgb(161,168,179,0.5) 100%);
}.customer_feedback14::before {
    filter: blur(15px);
    width: 40%;
    top: -10%;
    background: linear-gradient(225deg, rgb(198,203,212,0.5) 0%, transparent 70%);
    content: '';
    transform: rotate(-15deg) translateZ(-50px);
    z-index: 0;
    height: 70%;
    position: absolute;
    right: -5%;
}.customer_feedback14::after {
    width: 30%;
    background: linear-gradient(45deg, rgb(161,168,179,0.5) 0%, transparent 80%);
    content: '';
    transform: rotate(10deg) translateZ(-30px);
    bottom: -5%;
    z-index: 0;
    filter: blur(10px);
    position: absolute;
    height: 60%;
    left: -2%;
}.customer_feedback14 h2 {
    transform-origin: left center;
    text-align: left;
    line-height: 1.2;
    letter-spacing: -0.5px;
    transform: perspective(1000px) rotateX(2deg);
    color: #000000;
    font-weight: 700;
    margin-bottom: 3.5rem;
    position: relative;
    font-size: calc(32px * 1.1);
}.customer_feedback14 h2::after {
    transform: scaleX(1);
    width: 80px;
    content: '';
    background: linear-gradient(90deg, rgb(198,203,212) 0%, rgb(161,168,179) 100%);
    bottom: -12px;
    position: absolute;
    transition: transform 0.5s ease-out;
    transform-origin: left;
    left: 0;
    height: 3px;
}.customer_feedback14 h2:hover::after {
    transform: scaleX(1.5);
}.customer_feedback14 .container.legacy_edu21 {
    position: relative;
    z-index: 2;
}.customer_feedback14 .review_corner05 {
    transform-style: preserve-3d;
    position: relative;
    display: grid;
    gap: 2.5rem;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.customer_feedback14 .review_voices19 {
    transition: all 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
    position: relative;
    backface-visibility: hidden;
    background: #ffffff;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 1px 5px rgba(0, 0, 0, 0.03);
    transform: translateZ(0) rotateX(0) translateY(0);
    padding: 2rem;
}.customer_feedback14 .review_voices19::before {
    content: '"';
    top: -15px;
    line-height: 1;
    font-family: serif;
    z-index: 0;
    opacity: 0.2;
    right: 20px;
    position: absolute;
    color: rgb(198,203,212,0.5);
    font-size: 120px;
}.customer_feedback14 .review_voices19:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12), 
                0 10px 20px rgba(0, 0, 0, 0.08),
                0 5px 10px rgba(0, 0, 0, 0.05);
    transform: translateZ(15px) translateY(-8px);
}.customer_feedback14 .review_voices19 h3 {
    color: rgb(198,203,212);
    transition: transform 0.3s ease;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 0.8rem;
    z-index: 2;
    font-size: calc(18px * 1.05);
    transform: translateX(0);
    position: relative;
}.customer_feedback14 .review_voices19:hover h3 {
    transform: translateX(5px);
}.customer_feedback14 .review_voices19 h3::after {
    width: 5px;
    content: '';
    background: rgb(198,203,212);
    height: 0;
    position: absolute;
    left: -10px;
    z-index: -1;
    transform: translateY(-50%);
    top: 50%;
    transition: height 0.3s ease;
}.customer_feedback14 .review_voices19:hover h3::after {
    height: 80%;
}.customer_feedback14 .review_voices19 .description {
    color: #000000;
    font-size: 17px;
    line-height: 1.6;
    position: relative;
    z-index: 2;
    margin-bottom: 1.5rem;
    font-weight: 400;
}.customer_feedback14 .review_voices19 div {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    height: 60px;
    z-index: 2;
    transition: transform 0.3s ease;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    margin-top: 1rem;
    width: 60px;
}.customer_feedback14 .review_voices19:hover div {
    transform: scale(1.05);
}.customer_feedback14 .review_voices19 img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    transition: transform 0.5s ease;
}.customer_feedback14 .review_voices19:hover img {
    transform: scale(1.1);
}.customer_feedback14 .review_voices19:nth-child(odd) {
    transform: translateZ(0) rotateX(0) translateY(0);
}.customer_feedback14 .review_voices19:nth-child(odd):hover {
    transform: translateZ(10px) rotateX(1deg) translateY(-8px);
}.customer_feedback14 .review_voices19:nth-child(even) {
    transform: translateZ(0) rotateX(0) translateY(0);
}.customer_feedback14 .review_voices19:nth-child(even):hover {
    transform: translateZ(10px) rotateX(-1deg) translateY(-8px);
}.customer_feedback14 .review_voices19:nth-child(3n+1)::after {
    transition: opacity 0.3s ease;
    content: '';
    right: 0;
    opacity: 0.05;
    z-index: 1;
    width: 30%;
    background: linear-gradient(135deg, transparent 50%, rgb(198,203,212,0.5) 100%);
    position: absolute;
    bottom: 0;
    height: 40%;
}.customer_feedback14 .review_voices19:nth-child(3n+1):hover::after {
    opacity: 0.1;
}.customer_feedback14 .review_voices19:nth-child(3n+2)::after {
    position: absolute;
    content: '';
    opacity: 0.05;
    top: 0;
    width: 40%;
    height: 30%;
    left: 0;
    z-index: 1;
    transition: opacity 0.3s ease;
    background: linear-gradient(225deg, transparent 50%, rgb(161,168,179,0.5) 100%);
}.customer_feedback14 .review_voices19:nth-child(3n+2):hover::after {
    opacity: 0.1;
}

@media (max-width: 991px) {.customer_feedback14 {
    padding: 5rem 0;
}.customer_feedback14 h2 {
    transform: none;
    text-align: center;
    font-size: 32px;
}.customer_feedback14 h2::after {
    transform: translateX(-50%) scaleX(1);
    left: 50%;
}.customer_feedback14 h2:hover::after {
    transform: translateX(-50%) scaleX(1.3);
}.customer_feedback14 .review_corner05 {
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
}

@media (max-width: 767px) {.customer_feedback14 {
    padding: 4rem 0;
}.customer_feedback14 h2 {
    font-size: calc(32px * 0.9);
    margin-bottom: 2.5rem;
}.customer_feedback14 .review_corner05 {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.customer_feedback14 .review_voices19 {
    padding: 1.5rem;
}.customer_feedback14 .review_voices19::before {
    font-size: 100px;
    right: 15px;
    top: -10px;
}
}

@media (max-width: 480px) {.customer_feedback14 {
    padding: 3rem 0;
}.customer_feedback14 h2 {
    margin-bottom: 2rem;
    font-size: calc(32px * 0.8);
}.customer_feedback14 .review_voices19 {
    padding: 1.25rem;
}.customer_feedback14 .review_voices19::before {
    font-size: 80px;
}.customer_feedback14 .review_voices19 div {
    height: 50px;
    width: 50px;
}
}