* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}header,footer {
    width: 100%;
}.container {
    width: 1210px;
    max-width: 100%;
    margin: auto;
}html,body {
    color: #000000;
    min-height: 100%;
    scroll-behavior: auto;
    font-family: Arial, sans-serif;
    height: 100%;
}svg {
    width: 30px;
    height: 30px;
}.wrapper-skeleton_7 {
    height: 100%;
    flex-direction: column;
    display: flex;
    min-height: 100%;
}a {
    color: inherit;
    text-decoration: none;
}.partner_logo_3 {
    flex: 0 0 auto;
}.header_wrap_1 {
    flex: 1 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.client_feedback_5 {
    overflow: hidden;
    background: rgb(202,211,205);
    position: relative;
    padding: 100px 0;
}.client_feedback_5::before {
    z-index: 1;
    content: "";
    filter: blur(100px);
    width: 800px;
    background: rgb(152,189,189,0.5);
    top: -400px;
    height: 800px;
    border-radius: 50%;
    right: -400px;
    opacity: 0.2;
    position: absolute;
}.client_feedback_5::after {
    left: -300px;
    height: 600px;
    border-radius: 50%;
    position: absolute;
    bottom: -300px;
    width: 600px;
    z-index: 1;
    content: "";
    background: rgb(101,117,164,0.5);
    filter: blur(80px);
    opacity: 0.2;
}.client_feedback_5 .growth_path_6 {
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 2;
    max-width: 1200px;
}.client_feedback_5 h4 {
    font-weight: 700;
    position: relative;
    font-size: 31px;
    margin-bottom: 60px;
    color: #000000;
    line-height: 1.2;
}.client_feedback_5 h4::after {
    width: 60px;
    position: absolute;
    border-radius: 64% 36% 43% 57% / 40% 51% 49% 60%;
    z-index: -1;
    top: -20px;
    left: -30px;
    background: rgb(152,189,189,0.5);
    content: "";
    height: 60px;
}.client_feedback_5 .user_ratings_6 {
    gap: 40px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    position: relative;
}.client_feedback_5 .user_ratings_6::before {
    position: absolute;
    left: 10%;
    height: 1px;
    background: linear-gradient(to right, transparent, rgb(152,189,189,0.5), transparent);
    content: "";
    width: 80%;
    top: 50%;
    z-index: 1;
}.client_feedback_5 .user_ratings_6::after {
    background: linear-gradient(to bottom, transparent, rgb(101,117,164,0.5), transparent);
    content: "";
    left: 50%;
    height: 80%;
    top: 10%;
    position: absolute;
    z-index: 1;
    width: 1px;
}.client_feedback_5 .review_track_5 {
    min-height: 320px;
    text-align: center;
    z-index: 2;
    padding: 40px;
    flex-direction: column;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border-radius: 63% 37% 54% 46% / 55% 52% 48% 45%;
    display: flex;
    transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    align-items: center;
    background: #ffffff;
    position: relative;
    justify-content: center;
}.client_feedback_5 .review_track_5:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border-radius: 37% 63% 46% 54% / 48% 45% 55% 52%;
}.client_feedback_5 .review_track_5::before {
    content: "";
    z-index: -1;
    position: absolute;
    inset: 5px;
    background: #ffffff;
    border-radius: inherit;
}.client_feedback_5 .review_track_5::after {
    border-radius: inherit;
    z-index: -2;
    inset: 0;
    background: linear-gradient(135deg, rgb(152,189,189,0.5), rgb(101,117,164,0.5));
    opacity: 0.7;
    content: "";
    position: absolute;
}.client_feedback_5 .review_track_5:nth-child(2n) {
    transform: translateY(20px);
    border-radius: 28% 72% 50% 50% / 44% 55% 45% 56%;
}.client_feedback_5 .review_track_5:nth-child(2n):hover {
    transform: translateY(10px);
    border-radius: 72% 28% 50% 50% / 55% 44% 56% 45%;
}.client_feedback_5 .review_track_5:nth-child(3n) {
    border-radius: 50% 50% 33% 67% / 55% 27% 73% 45%;
    transform: translateY(-20px);
}.client_feedback_5 .review_track_5:nth-child(3n):hover {
    border-radius: 50% 50% 67% 33% / 27% 55% 45% 73%;
    transform: translateY(-30px);
}.client_feedback_5 .pic_item_8 {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 65% 35% 65% 35% / 35% 65% 35% 65%;
    height: 80px;
    margin-bottom: 20px;
    animation: morphing 10s infinite alternate ease-in-out;
    border: 3px solid #ffffff;
    transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    width: 80px;
}@keyframes morphing {
    0% {
        border-radius: 65% 35% 65% 35% / 35% 65% 35% 65%;
    }
    25% {
        border-radius: 35% 65% 35% 65% / 65% 35% 65% 35%;
    }
    50% {
        border-radius: 55% 45% 75% 25% / 25% 75% 25% 75%;
    }
    75% {
        border-radius: 25% 75% 45% 55% / 75% 25% 75% 25%;
    }
    100% {
        border-radius: 65% 35% 65% 35% / 35% 65% 35% 65%;
    }
}

.client_feedback_5 .review_track_5:hover .pic_item_8 {
    transform: scale(1.1);
}.client_feedback_5 .review_track_5 span {
    margin-bottom: 15px;
    font-family: Arial, sans-serif;
    display: block;
    font-size: 22px;
    font-weight: 700;
    color: #000000;
    position: relative;
}.client_feedback_5 .review_track_5 span::after {
    width: 30px;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    bottom: -8px;
    background: rgb(152,189,189);
    position: absolute;
    content: "";
}.client_feedback_5 .review_track_5 p {
    font-family: Arial, sans-serif;
    font-style: italic;
    line-height: 1.6;
    color: #000000;
    position: relative;
    font-weight: 400;
    font-size: 18px;
}

@media (max-width: 767px) {.client_feedback_5 {
    padding: 70px 0;
}.client_feedback_5 h4 {
    margin-bottom: 50px;
    text-align: center;
    font-size: calc(31px * 0.8);
}.client_feedback_5 h4::after {
    transform: translateX(-50%);
    left: 50%;
    width: 40px;
    height: 40px;
    top: -15px;
}.client_feedback_5 .user_ratings_6 {
    gap: 50px;
    grid-template-columns: 1fr;
}.client_feedback_5 .user_ratings_6::before,
    .client_feedback_5 .user_ratings_6::after {
    display: none;
}.client_feedback_5 .review_track_5,
    .client_feedback_5 .review_track_5:nth-child(2n),
    .client_feedback_5 .review_track_5:nth-child(3n) {
    transform: none;
    padding: 30px;
    min-height: 280px;
}.client_feedback_5 .review_track_5:hover,
    .client_feedback_5 .review_track_5:nth-child(2n):hover,
    .client_feedback_5 .review_track_5:nth-child(3n):hover {
    transform: translateY(-10px);
}.client_feedback_5 .pic_item_8 {
    height: 70px;
    width: 70px;
}.client_feedback_5 .review_track_5 span {
    font-size: calc(22px * 0.9);
}.client_feedback_5 .review_track_5 p {
    font-size: calc(18px * 0.9);
}}.explore_now_2 {
    position: relative;
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    transform: perspective(1000px) rotateX(2deg);
    margin: 2rem 0;
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(101,117,164) 0%, rgb(152,189,189) 100%);
    overflow: hidden;
}.explore_now_2::before {
    border-radius: 50%;
    top: -100px;
    width: 300px;
    height: 300px;
    content: "";
    animation: float 8s infinite ease-in-out;
    opacity: 0.5;
    right: -100px;
    filter: blur(60px);
    position: absolute;
    background: rgb(152,189,189,0.5);
}.explore_now_2::after {
    opacity: 0.3;
    left: -50px;
    position: absolute;
    background: rgb(101,117,164,0.5);
    content: "";
    width: 200px;
    border-radius: 50%;
    filter: blur(40px);
    bottom: -50px;
    animation: float 6s infinite ease-in-out reverse;
    height: 200px;
}.explore_now_2 .container {
    z-index: 2;
    display: flex;
    align-items: center;
    margin: 0 auto;
    padding: 0 2rem;
    flex-direction: column;
    max-width: 1200px;
    position: relative;
}.explore_now_2 h2 {
    color: #ffffff;
    font-size: 35px;
    transition: transform 0.5s ease, opacity 0.5s ease;
    transform: translateY(0);
    opacity: 1;
    text-align: center;
    text-shadow: 0 2px 4px rgba(0,0,0,0.15);
    max-width: 800px;
    line-height: 1.4;
    margin-bottom: 2.5rem;
    font-weight: 700;
}.explore_now_2 .growth_path_6 {
    padding: 2rem 3rem;
    justify-content: center;
    display: flex;
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 32px rgba(0,0,0,0.1);
    background: rgba(255,255,255,0.15);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.4s ease;
    align-items: center;
    gap: 1.5rem;
    transform: translateY(0);
    border-radius: 26px;
}.explore_now_2 .growth_path_6:hover {
    box-shadow: 0 12px 36px rgba(0,0,0,0.15);
    transform: translateY(-5px);
}.explore_now_2 svg {
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 48px;
    width: 48px;
    flex-shrink: 0;
}.explore_now_2 svg:hover {
    transform: scale(1.1) rotate(5deg);
}.explore_now_2 svg path {
    fill: #ffffff;
    transition: fill 0.3s ease;
}.explore_now_2 .growth_path_6:hover svg path {
    fill: #ffffff;
    filter: drop-shadow(0 0 3px rgba(255,255,255,0.5));
}.explore_now_2 .growth_path_6 div {
    align-items: center;
    justify-content: center;
    display: flex;
}.explore_now_2 .support_form_6 {
    font-size: 20px;
    color: rgb(152,189,189);
    text-decoration: none;
    border-radius: 10px;
    background: #ffffff;
    display: inline-block;
    padding: 1rem 2.5rem;
    z-index: 1;
    font-family: Arial, sans-serif;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    font-weight: 600;
}.explore_now_2 .support_form_6::before {
    content: "";
    height: 100%;
    transition: left 0.7s ease;
    z-index: -1;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    top: 0;
    position: absolute;
    width: 100%;
    left: -100%;
}.explore_now_2 .support_form_6:hover {
    color: rgb(101,117,164);
    background: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}.explore_now_2 .support_form_6:hover::before {
    left: 100%;
}.explore_now_2 .support_form_6:active {
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    transform: translateY(0);
}

@keyframes float {
  0%, 100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-20px) scale(1.05);
  }
}

@media screen and (max-width: 992px) {.explore_now_2 {
    transform: perspective(1000px) rotateX(1deg);
    padding: 4rem 0;
}.explore_now_2 h2 {
    font-size: calc(35px * 0.9);
    margin-bottom: 2rem;
}.explore_now_2 .growth_path_6 {
    padding: 1.75rem 2.5rem;
}.explore_now_2 svg {
    width: 40px;
    height: 40px;
}.explore_now_2 .support_form_6 {
    padding: 0.875rem 2.25rem;
}
}

@media screen and (max-width: 768px) {.explore_now_2 {
    transform: none;
    padding: 3.5rem 0;
}.explore_now_2 h2 {
    margin-bottom: 1.75rem;
    font-size: calc(35px * 0.8);
}.explore_now_2 .growth_path_6 {
    gap: 1.25rem;
    padding: 1.5rem 2rem;
    flex-direction: column;
}.explore_now_2 svg {
    width: 36px;
    height: 36px;
}.explore_now_2 .support_form_6 {
    text-align: center;
    padding: 0.75rem 2rem;
    width: 100%;
}
}

@media screen and (max-width: 576px) {.explore_now_2 {
    padding: 3rem 0;
}.explore_now_2 h2 {
    margin-bottom: 1.5rem;
    font-size: calc(35px * 0.7);
}.explore_now_2 .growth_path_6 {
    width: 90%;
    padding: 1.25rem 1.5rem;
}.explore_now_2 svg {
    height: 32px;
    width: 32px;
}.explore_now_2 .support_form_6 {
    font-size: calc(20px * 0.9);
    padding: 0.75rem 1.5rem;
}}.title_welcome_2 {
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(202,211,205) 0%, rgba(94,170,168,0.1) 100%);
}.title_welcome_2 .growth_path_6 {
    height: 100%;
    grid-template-columns: 1fr;
    display: grid;
    position: relative;
    margin: 0 auto;
    grid-template-rows: auto auto;
    padding: 2rem;
    max-width: 1400px;
}.title_welcome_2 .word_block_7 {
    padding: 3rem 1.5rem;
    backdrop-filter: blur(10px);
    position: relative;
    animation: slideInText 0.8s cubic-bezier(0.215, 0.610, 0.355, 1) forwards;
    transform: translateZ(0);
    box-shadow: 0 15px 35px rgba(0,0,0,0.1), 0 3px 10px rgba(0,0,0,0.05);
    background: linear-gradient(165deg, rgba(255,255,255,0.95) 0%, rgba(255,255,255,0.8) 100%);
    z-index: 2;
}.title_welcome_2 h1 {
    line-height: 1.2;
    opacity: 0;
    color: rgb(152,189,189);
    position: relative;
    transform: translateX(-5px);
    font-family: Arial, sans-serif;
    font-weight: 700;
    margin-bottom: 1.5rem;
    font-size: clamp(1.75rem, 4vw, 37px);
    animation: fadeInTitle 0.6s ease-out 0.3s forwards;
}.title_welcome_2 h1::after {
    content: "";
    transform: scaleX(0);
    width: 60px;
    position: absolute;
    height: 3px;
    background: linear-gradient(90deg, rgb(152,189,189) 0%, rgb(101,117,164) 100%);
    transform-origin: left center;
    left: 0;
    bottom: -8px;
    animation: expandLine 0.5s ease-out 0.8s forwards;
}.title_welcome_2 .course_primary_4 {
    display: flex;
    opacity: 0;
    transform: translateY(20px);
    margin-bottom: 2rem;
    flex-direction: column;
    animation: fadeUpInfo 0.7s ease-out 0.5s forwards;
    align-items: flex-start;
}.title_welcome_2 .course_primary_4 svg {
    transform: rotate(-5deg);
    animation: rotateSvg 15s ease-in-out infinite alternate;
    transform-origin: center;
    width: 80px;
    height: 80px;
    margin-bottom: 1.5rem;
    filter: drop-shadow(0px 2px 4px rgba(0,0,0,0.1));
}.title_welcome_2 .course_primary_4 svg path {
    animation: drawPath 2s ease-out 0.7s forwards;
    stroke-dashoffset: 1000;
    stroke: rgb(101,117,164);
    fill: rgb(152,189,189);
    stroke-dasharray: 1000;
    opacity: 0;
    stroke-width: 0.5;
}.title_welcome_2 .course_primary_4 svg text {
    fill: rgb(152,189,189);
    animation: fadeInText 1s ease-out 1.5s forwards;
    opacity: 0;
}.title_welcome_2 .course_primary_4 p {
    position: relative;
    line-height: 1.6;
    max-width: 550px;
    font-size: clamp(1rem, 2vw, 14px);
    padding-left: 12px;
    color: #000000;
    margin-bottom: 2rem;
}.title_welcome_2 .course_primary_4 p::before {
    transform-origin: top;
    content: "";
    width: 3px;
    left: 0;
    background: linear-gradient(to bottom, rgb(152,189,189), rgba(94,170,168,0.3));
    position: absolute;
    bottom: 0;
    animation: expandVerticalLine 0.5s ease-out 1.2s forwards;
    top: 0;
    transform: scaleY(0);
}.title_welcome_2 ul {
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0;
}.title_welcome_2 ul li {
    animation: fadeUpButton 0.6s ease-out 0.9s forwards;
    margin-right: 1rem;
    transform: translateY(20px);
    opacity: 0;
}.title_welcome_2 .support_form_6 {
    padding: 0.9rem 2rem;
    position: relative;
    box-shadow: 0 4px 15px rgba(94,170,168,0.3);
    overflow: hidden;
    border: none;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    color: #ffffff;
    font-size: 20px;
    background: linear-gradient(135deg, rgb(152,189,189) 0%, rgb(101,117,164) 100%);
    font-weight: 600;
    cursor: pointer;
    transform: translateZ(0);
}.title_welcome_2 .support_form_6:hover {
    box-shadow: 0 8px 25px rgba(94,170,168,0.4);
    transform: translateY(-3px);
}.title_welcome_2 .support_form_6::before {
    transition: all 0.75s ease;
    height: 100%;
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.2) 50%, rgba(255,255,255,0) 100%);
    transform: skewX(-25deg);
    position: absolute;
    width: 100%;
    left: -100%;
    content: "";
    top: 0;
}.title_welcome_2 .support_form_6:hover::before {
    left: 100%;
}.title_welcome_2 .pic_item_8 {
    overflow: hidden;
    opacity: 0;
    animation: fadeInPhoto 0.8s ease-out 0.7s forwards;
    border-radius: 5px;
    width: 100%;
    position: relative;
    height: 50vh;
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
    transform: translateY(20px);
}.title_welcome_2 .pic_item_8::before {
    content: "";
    position: absolute;
    top: 0;
    clip-path: polygon(0 0, 100% 0, 65% 100%, 0 100%);
    z-index: 1;
    right: 0;
    left: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(94,170,168,0.4) 0%, rgba(94,170,168,0) 50%);
}.title_welcome_2 .pic_item_8::after {
    width: 100px;
    height: 100px;
    filter: blur(40px);
    opacity: 0.15;
    right: -10%;
    background: rgb(152,189,189);
    top: -10%;
    content: "";
    border-radius: 50%;
    animation: floatGlow 8s ease-in-out infinite alternate;
    position: absolute;
}

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

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

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

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

@keyframes rotateSvg {
    0%, 100% {
        transform: rotate(-5deg);
    }
    50% {
        transform: rotate(5deg);
    }
}

@keyframes drawPath {
    from {
        stroke-dashoffset: 1000;
        opacity: 0;
    }
    to {
        stroke-dashoffset: 0;
        opacity: 1;
    }
}

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

@keyframes expandVerticalLine {
    from {
        transform: scaleY(0);
    }
    to {
        transform: scaleY(1);
    }
}

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

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

@keyframes floatGlow {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(-30px, 30px);
    }
    100% {
        transform: translate(10px, -20px);
    }
}

@media (min-width: 768px) {.title_welcome_2 .growth_path_6 {
    height: 100vh;
    align-items: center;
    grid-template-columns: 1fr 1fr;
    padding: 3rem;
    grid-template-rows: auto;
    gap: 2rem;
}.title_welcome_2 .word_block_7 {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);
    padding: 3rem;
}.title_welcome_2 .course_primary_4 svg {
    width: 100px;
    height: 100px;
}.title_welcome_2 .pic_item_8 {
    transform-origin: left center;
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0 100%);
    transform: perspective(1000px) rotateY(-5deg);
    height: 80vh;
    animation: fadeInPhotoDesktop 1s ease-out 0.7s forwards;
}
    
    @keyframes fadeInPhotoDesktop {
        from {
            transform: perspective(1000px) rotateY(-10deg) translateX(50px);
            opacity: 0;
        }
        to {
            transform: perspective(1000px) rotateY(-5deg) translateX(0);
            opacity: 1;
        }
    }
}

@media (min-width: 992px) {.title_welcome_2 .growth_path_6 {
    gap: 4rem;
    max-height: 90vh;
}.title_welcome_2 .word_block_7 {
    padding: 4rem;
}.title_welcome_2 h1 {
    font-size: 37px;
}.title_welcome_2 .course_primary_4 p {
    font-size: 14px;
}.title_welcome_2 .pic_item_8 {
    transform: perspective(1500px) rotateY(-8deg);
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
    box-shadow: 25px 25px 50px rgba(0,0,0,0.2);
}
}

@media (min-width: 1200px) {.title_welcome_2 .growth_path_6 {
    padding: 0 5rem;
}.title_welcome_2 .word_block_7 {
    transform: translateZ(0) translateX(-2rem);
}.title_welcome_2 .course_primary_4 svg {
    width: 120px;
    height: 120px;
}.title_welcome_2 .pic_item_8 {
    transform: perspective(2000px) rotateY(-12deg);
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 5% 100%);
}
}

@media (max-width: 767px) {.title_welcome_2 {
    padding-top: 60px;
}.title_welcome_2 .growth_path_6 {
    padding: 1.5rem;
}.title_welcome_2 .word_block_7 {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
}.title_welcome_2 h1 {
    font-size: 1.75rem;
}.title_welcome_2 .course_primary_4 p {
    font-size: 0.95rem;
}.title_welcome_2 .support_form_6 {
    padding: 0.8rem 1.8rem;
}
}

@media (max-width: 480px) {.title_welcome_2 .word_block_7 {
    padding: 1.5rem 1rem;
}.title_welcome_2 h1 {
    font-size: 1.5rem;
}.title_welcome_2 .course_primary_4 svg {
    height: 70px;
    width: 70px;
}.title_welcome_2 .pic_item_8 {
    height: 40vh;
}.title_welcome_2 .support_form_6 {
    width: 100%;
    text-align: center;
}}.developer_experience_7 {
    background: linear-gradient(125deg, #000000 0%, rgb(202,211,205) 100%);
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}.developer_experience_7::before {
    background: 
    radial-gradient(circle at 20% 30%, rgb(152,189,189,0.5) 0%, transparent 25%),
    radial-gradient(circle at 80% 70%, rgb(101,117,164,0.5) 0%, transparent 30%);
    position: absolute;
    top: 0;
    animation: pulse 20s infinite alternate;
    width: 100%;
    left: 0;
    height: 100%;
    content: "";
}.developer_experience_7 .container {
    margin: 0 auto;
    perspective: 1200px;
    max-width: 1200px;
    z-index: 2;
    padding: 0 20px;
    position: relative;
}.developer_experience_7 .review_track_5 {
    transform-style: preserve-3d;
    grid-template-columns: 1.2fr 0.8fr;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    grid-template-rows: auto auto auto;
    grid-template-areas:
    "quote photo"
    "quote name"
    "quote job";
    transform: rotateY(-10deg);
    gap: 10px 30px;
    position: relative;
    display: grid;
}.developer_experience_7 .review_track_5:hover {
    transform: rotateY(0deg) translateZ(10px);
}.developer_experience_7 .exp_content_5 {
    border-radius: 15px;
    line-height: 1.7;
    background: linear-gradient(135deg, #000000 0%, rgba(0, 0, 0, 0.5) 100%);
    backdrop-filter: blur(10px);
    font-size: 13px;
    margin: 0;
    position: relative;
    z-index: 1;
    box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.5),
    0 0 0 1px rgb(152,189,189,0.5);
    padding: 50px 40px;
    transform: translateZ(20px);
    font-weight: 300;
    grid-area: quote;
    color: #ffffff;
}.developer_experience_7 .exp_content_5::before {
    left: 20px;
    color: rgb(152,189,189);
    top: 15px;
    font-size: calc(48px * 2);
    content: "";
    line-height: 1;
    position: absolute;
}.developer_experience_7 .pic_item_8 {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 90% 100%, 0 100%);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    height: 280px;
    grid-area: photo;
    box-shadow: 
    10px 10px 20px rgba(0, 0, 0, 0.5),
    -5px -5px 30px rgb(152,189,189,0.5);
    border-radius: 10px;
    transform: translateZ(40px);
}.developer_experience_7 .review_track_5:hover .pic_item_8 {
    box-shadow: 
    15px 15px 25px rgba(0, 0, 0, 0.5),
    -8px -8px 35px rgb(152,189,189,0.5);
    transform: translateZ(60px) translateX(-10px);
}.developer_experience_7 .name {
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
    margin: 0;
    z-index: 2;
    transform: translateZ(30px);
    grid-area: name;
    font-weight: 700;
    transition: transform 0.3s ease;
    border-radius: 10px;
    font-size: 18px;
    padding: 15px 20px;
    background: rgb(152,189,189);
    color: #ffffff;
}.developer_experience_7 .review_track_5:hover .name {
    transform: translateZ(45px) translateY(-5px);
}.developer_experience_7 .review_track_5 > span:not(.name) {
    color: rgb(101,117,164);
    transition: transform 0.3s ease;
    border-radius: 10px;
    padding: 10px 15px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
    background: #ffffff;
    font-size: 13px;
    transform: translateZ(25px);
    font-weight: 600;
    grid-area: job;
    z-index: 2;
}.developer_experience_7 .review_track_5:hover > span:not(.name) {
    transform: translateZ(35px) translateY(-5px);
}

@keyframes pulse {
  0%, 100% {
    opacity: 0.8;
    transform: scale(1);
  }
  50% {
    opacity: 0.5;
    transform: scale(1.1);
  }
}

@media (max-width: 992px) {.developer_experience_7 {
    padding: 80px 0;
}.developer_experience_7 .review_track_5 {
    gap: 15px;
    grid-template-rows: auto auto auto auto;
    grid-template-areas:
      "pic_item_8"
      "name"
      "emp_wrap_3"
      "exp_content_5";
    transform: none;
    grid-template-columns: 1fr;
}.developer_experience_7 .exp_content_5,
  .developer_experience_7 .pic_item_8,
  .developer_experience_7 .name,
  .developer_experience_7 .review_track_5 > span:not(.name) {
    transform: none;
}.developer_experience_7 .review_track_5:hover .exp_content_5,
  .developer_experience_7 .review_track_5:hover .pic_item_8,
  .developer_experience_7 .review_track_5:hover .name,
  .developer_experience_7 .review_track_5:hover > span:not(.name) {
    transform: none;
}.developer_experience_7 .pic_item_8 {
    margin: 0 auto;
    width: 90%;
    height: 240px;
}.developer_experience_7 .exp_content_5 {
    padding: 30px;
}.developer_experience_7 .name,
  .developer_experience_7 .review_track_5 > span:not(.name) {
    text-align: center;
    margin: 0 auto;
    width: 90%;
}
}

@media (max-width: 576px) {.developer_experience_7 {
    padding: 60px 0;
}.developer_experience_7 .pic_item_8 {
    width: 100%;
    height: 200px;
}.developer_experience_7 .exp_content_5 {
    padding: 25px 20px;
    font-size: calc(13px * 0.95);
}.developer_experience_7 .name {
    font-size: calc(18px * 0.9);
}.developer_experience_7 .review_track_5 > span:not(.name) {
    font-size: calc(13px * 0.9);
}}.training_method_3 {
    position: relative;
    perspective: 1000px;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(202,211,205) 0%, #ffffff 100%);
    padding: 120px 0;
}.training_method_3::before {
    top: 0;
    transform: translateZ(-10px);
    width: 100%;
    content: "";
    opacity: 0.15;
    z-index: 0;
    left: 0;
    height: 100%;
    position: absolute;
    background: linear-gradient(45deg, rgb(152,189,189,0.5) 0%, transparent 70%);
}.training_method_3::after {
    width: 70%;
    top: -50%;
    z-index: 0;
    background: linear-gradient(170deg, rgb(101,117,164,0.5) 10%, transparent 60%);
    position: absolute;
    right: -20%;
    opacity: 0.1;
    height: 200%;
    content: "";
    animation: gradientShift 15s infinite alternate ease-in-out;
    transform: rotate(-15deg);
}.training_method_3 .container.growth_path_6 {
    position: relative;
    z-index: 2;
    transform-style: preserve-3d;
}.training_method_3 .container.growth_path_6 > div {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    padding: 3rem;
    background: #ffffff;
    transform: translateZ(40px);
    box-shadow: 0 20px 50px 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);
}.training_method_3 .container.growth_path_6 > div::before {
    width: 100%;
    z-index: -1;
    left: -10px;
    height: 100%;
    background: linear-gradient(45deg, rgb(152,189,189) 0%, rgb(101,117,164) 100%);
    content: "";
    transition: all 0.5s ease;
    opacity: 0.15;
    transform: translateZ(-10px);
    top: -10px;
    position: absolute;
}.training_method_3 .container.growth_path_6 > div:hover {
    transform: translateZ(50px) translateY(-5px);
}.training_method_3 .container.growth_path_6 > div:hover::before {
    transform: translateZ(-15px) scale(1.05);
    opacity: 0.25;
}.training_method_3 h3 {
    font-size: calc(34px * 0.9);
    color: #000000;
    margin-bottom: 1.5rem;
    transform: translateZ(10px);
    position: relative;
    font-weight: 700;
}.training_method_3 h3::after {
    bottom: -12px;
    left: 0;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform-origin: left center;
    width: 80px;
    position: absolute;
    transform: scaleX(1) translateZ(5px);
    background: linear-gradient(90deg, rgb(152,189,189) 0%, rgb(101,117,164) 100%);
    height: 3px;
    content: "";
}.training_method_3 .container.growth_path_6 > div:hover h3::after {
    transform: scaleX(1.5) translateZ(5px);
}.training_method_3 p {
    color: #000000;
    font-size: 16px;
    transform: translateZ(5px);
    position: relative;
    line-height: 1.8;
    margin-bottom: 0;
}.training_method_3 p span {
    padding-left: 10px;
    border-left: 2px solid rgb(101,117,164,0.5);
    position: relative;
    display: block;
}

@keyframes gradientShift {
    0% {
        opacity: 0.05;
        transform: rotate(-15deg) translateX(5%) translateY(2%);
    }
    100% {
        opacity: 0.15;
        transform: rotate(-12deg) translateX(0%) translateY(0%);
    }
}

@media (max-width: 991px) {.training_method_3 {
    padding: 80px 0;
}.training_method_3 h3 {
    font-size: calc(34px * 0.8);
}.training_method_3 .container.growth_path_6 > div {
    transform: translateZ(20px);
    padding: 2.5rem;
}
}

@media (max-width: 767px) {.training_method_3 {
    padding: 60px 0;
}.training_method_3 h3 {
    font-size: calc(34px * 0.7);
}.training_method_3 p {
    font-size: calc(16px * 0.95);
    line-height: 1.7;
}.training_method_3 .container.growth_path_6 > div {
    transform: translateZ(10px);
    padding: 2rem;
}.training_method_3 .container.growth_path_6 > div:hover {
    transform: translateZ(15px) translateY(-3px);
}
}

@media (max-width: 480px) {.training_method_3 {
    padding: 50px 0;
}.training_method_3 h3 {
    font-size: calc(34px * 0.6);
    margin-bottom: 1.2rem;
}.training_method_3 h3::after {
    bottom: -8px;
    height: 2px;
    width: 60px;
}.training_method_3 p {
    font-size: calc(16px * 0.9);
    line-height: 1.6;
}.training_method_3 .container.growth_path_6 > div {
    transform: translateZ(5px);
    padding: 1.5rem;
}.training_method_3 .container.growth_path_6 > div:hover {
    transform: translateZ(8px) translateY(-2px);
}.training_method_3 p span {
    padding-left: 8px;
    border-left-width: 1px;
}}.contact_box_6 {
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(202,211,205) 0%, rgba(16, 22, 47, 0.95) 100%);
    overflow: hidden;
    position: relative;
}.contact_box_6::before {
    animation: gridMove 20s linear infinite;
    position: absolute;
    top: 0;
    background: 
        linear-gradient(90deg, transparent 0%, rgba(rgb(152,189,189), 0.03) 50%, transparent 100%),
        linear-gradient(180deg, transparent 0%, rgba(rgb(101,117,164), 0.04) 50%, transparent 100%);
    content: "";
    width: 100%;
    background-size: 20px 20px, 20px 20px;
    left: 0;
    height: 100%;
}.contact_box_6::after {
    top: 0;
    background: radial-gradient(
        circle at 20% 30%, 
        rgba(rgb(152,189,189), 0.15) 0%, 
        transparent 50%
    ), radial-gradient(
        circle at 80% 70%, 
        rgba(rgb(101,117,164), 0.15) 0%, 
        transparent 50%
    );
    height: 100%;
    opacity: 0.6;
    width: 100%;
    content: "";
    left: 0;
    z-index: 0;
    position: absolute;
}@keyframes gridMove {
    0% {
        background-position: 0 0, 0 0;
    }
    100% {
        background-position: 40px 0, 0 40px;
    }
}

.contact_box_6 .container {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
    z-index: 2;
}.contact_box_6 h2 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 15px;
    font-family: Arial, sans-serif;
    position: relative;
    font-size: 32px;
    color: #ffffff;
}.contact_box_6 h2::after {
    transform: translateX(-50%);
    position: absolute;
    bottom: -15px;
    content: "";
    background: linear-gradient(90deg, rgb(152,189,189), rgb(101,117,164));
    width: 80px;
    height: 3px;
    border-radius: 1.5px;
    left: 50%;
}.contact_box_6 .inquiry_feedback_1 {
    display: grid;
    margin-top: 60px;
    gap: 30px;
    position: relative;
    grid-template-columns: 1fr 1fr;
}.contact_box_6 .inquiry_feedback_1::before {
    position: absolute;
    width: 100%;
    border-radius: 20px;
    border: 1px solid rgba(rgb(152,189,189), 0.2);
    left: -8px;
    z-index: -1;
    top: -8px;
    content: "";
    height: 100%;
}.contact_box_6 .inquiry_feedback_1::after {
    width: 100%;
    right: -8px;
    z-index: -1;
    position: absolute;
    bottom: -8px;
    border-radius: 20px;
    height: 100%;
    content: "";
    border: 1px solid rgba(rgb(101,117,164), 0.2);
}.contact_box_6 .pic_item_8 {
    height: 100%;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    min-height: 550px;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}.contact_box_6 .pic_item_8::before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    background: linear-gradient(to bottom, transparent 40%, rgba(0, 0, 0, 0.6));
    width: 100%;
    z-index: 1;
}.contact_box_6 .pic_item_8::after {
    z-index: 2;
    border-top: 2px solid rgba(rgb(152,189,189), 0.6);
    position: absolute;
    height: 60px;
    width: 60px;
    right: 20px;
    border-right: 2px solid rgba(rgb(152,189,189), 0.6);
    top: 20px;
    content: "";
}.contact_box_6 .query_map_8 {
    position: relative;
    padding: 50px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
}.contact_box_6 .query_map_8::before {
    left: 20px;
    border-left: 2px solid rgba(rgb(101,117,164), 0.6);
    border-bottom: 2px solid rgba(rgb(101,117,164), 0.6);
    height: 60px;
    content: "";
    width: 60px;
    bottom: 20px;
    position: absolute;
}.contact_box_6 form {
    width: 100%;
}.contact_box_6 form h3 {
    color: #ffffff;
    font-weight: 600;
    font-family: Arial, sans-serif;
    font-size: 21px;
    padding-left: 20px;
    position: relative;
    margin-bottom: 30px;
}.contact_box_6 form h3::before {
    border-radius: 10px;
    top: 0;
    position: absolute;
    content: "";
    background: rgb(152,189,189);
    width: 3px;
    height: 100%;
    left: 0;
}.contact_box_6 form input[type="text"] {
    padding: 18px 25px;
    border-radius: 10px;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    margin-bottom: 25px;
    font-size: 15px;
    color: #ffffff;
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.05);
}.contact_box_6 form input[type="text"]:focus {
    border-color: rgb(152,189,189);
    box-shadow: 0 0 15px rgba(rgb(152,189,189), 0.2);
    outline: none;
    background: rgba(255, 255, 255, 0.08);
}.contact_box_6 form input[type="text"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}.contact_box_6 .reach_reach_0 {
    margin-bottom: 30px;
    align-items: flex-start;
    display: flex;
}.contact_box_6 .reach_reach_0 input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.contact_box_6 .reach_reach_0 label {
    font-size: 12px;
    position: relative;
    padding-left: 35px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.7);
    cursor: pointer;
}.contact_box_6 .reach_reach_0 label::before {
    position: absolute;
    top: 2px;
    left: 0;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    width: 22px;
    transition: all 0.3s ease;
    height: 22px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    content: "";
}.contact_box_6 .reach_reach_0 input[type="checkbox"]:checked + label::before {
    border-color: rgb(152,189,189);
    background: rgb(152,189,189);
}.contact_box_6 .reach_reach_0 input[type="checkbox"]:checked + label::after {
    position: absolute;
    width: 6px;
    left: 8px;
    border-right: 2px solid #ffffff;
    height: 10px;
    top: 6px;
    transform: rotate(45deg);
    border-bottom: 2px solid #ffffff;
    content: "";
}.contact_box_6 .reach_reach_0 label a {
    transition: all 0.3s ease;
    position: relative;
    text-decoration: none;
    color: rgb(152,189,189);
    font-weight: 600;
}.contact_box_6 .reach_reach_0 label a:hover {
    color: rgb(101,117,164);
}.contact_box_6 form .support_form_6 {
    border: none;
    transition: all 0.4s ease;
    overflow: hidden;
    font-weight: 600;
    font-family: Arial, sans-serif;
    background: linear-gradient(45deg, rgb(152,189,189), rgb(101,117,164));
    padding: 16px 40px;
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    position: relative;
    border-radius: 10px;
    cursor: pointer;
    z-index: 1;
}.contact_box_6 form .support_form_6::before {
    width: 100%;
    left: -100%;
    position: absolute;
    z-index: -1;
    content: "";
    transition: all 0.4s ease;
    background: linear-gradient(45deg, rgb(101,117,164), rgb(152,189,189));
    height: 100%;
    top: 0;
}.contact_box_6 form .support_form_6:hover::before {
    left: 0;
}.contact_box_6 form .support_form_6:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}.contact_box_6 svg {
    width: 22px;
    fill: rgb(152,189,189);
    height: 22px;
}.contact_box_6 svg path {
    transition: fill 0.3s ease;
    fill: rgb(152,189,189);
}

@media screen and (max-width: 991px) {.contact_box_6 {
    padding: 90px 0;
}.contact_box_6 .inquiry_feedback_1 {
    grid-template-columns: 1fr;
    gap: 40px;
}.contact_box_6 .pic_item_8 {
    min-height: 400px;
}.contact_box_6 .query_map_8 {
    padding: 40px 30px;
}
}

@media screen and (max-width: 767px) {.contact_box_6 {
    padding: 70px 0;
}.contact_box_6 h2 {
    font-size: calc(32px * 0.9);
}.contact_box_6 .pic_item_8 {
    min-height: 350px;
}.contact_box_6 .pic_item_8::after,
    .contact_box_6 .query_map_8::before {
    width: 40px;
    height: 40px;
}
}

@media screen and (max-width: 576px) {.contact_box_6 {
    padding: 50px 0;
}.contact_box_6 h2 {
    font-size: calc(32px * 0.8);
}.contact_box_6 .inquiry_feedback_1 {
    margin-top: 40px;
}.contact_box_6 .pic_item_8 {
    min-height: 250px;
}.contact_box_6 .query_map_8 {
    padding: 30px 20px;
}.contact_box_6 form h3 {
    font-size: calc(21px * 0.9);
    margin-bottom: 25px;
}.contact_box_6 form input[type="text"] {
    margin-bottom: 20px;
    padding: 15px 20px;
}.contact_box_6 form .support_form_6 {
    width: 100%;
    padding: 15px 20px;
}}.thanksSpot_3 {
    background: linear-gradient(135deg, rgb(202,211,205) 0%, rgb(101,117,164,0.5) 100%);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}.thanksSpot_3::before {
    width: 100%;
    z-index: 1;
    left: 0;
    top: 0;
    opacity: 0.7;
    content: "";
    height: 100%;
    animation: pulse 8s infinite alternate ease-in-out;
    background: radial-gradient(circle at 70% 30%, rgb(152,189,189,0.5) 0%, transparent 60%);
    position: absolute;
}.thanksSpot_3::after {
    bottom: -10%;
    z-index: 0;
    content: "";
    filter: blur(50px);
    right: -5%;
    opacity: 0.3;
    width: 40%;
    height: 40%;
    background: linear-gradient(225deg, rgb(101,117,164) 0%, transparent 80%);
    transform: rotate(15deg);
    position: absolute;
}.thanksSpot_3 .container {
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    z-index: 2;
}.thanksSpot_3 .growth_path_6 {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 50px;
    position: relative;
    flex-direction: column;
    display: flex;
    background-color: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    gap: 30px;
    transform: perspective(1000px) rotateX(2deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
                0 0 0 1px rgba(0, 0, 0, 0.02), 
                0 4px 6px rgba(0, 0, 0, 0.04);
}.thanksSpot_3 .growth_path_6:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12), 
                0 0 0 1px rgba(0, 0, 0, 0.04), 
                0 8px 12px rgba(0, 0, 0, 0.06);
}.thanksSpot_3 .growth_path_6::before {
    top: -2px;
    left: 0;
    height: 4px;
    background-size: 200% 100%;
    position: absolute;
    animation: gradientMove 6s linear infinite;
    content: "";
    background: linear-gradient(90deg, 
        rgb(152,189,189) 0%, 
        rgb(101,117,164) 50%, 
        rgb(152,189,189) 100%);
    width: 100%;
}.thanksSpot_3 .growth_path_6 > div:first-child {
    position: relative;
    padding-bottom: 20px;
}.thanksSpot_3 .growth_path_6 > div:first-child::after {
    background-color: rgb(152,189,189);
    content: "";
    position: absolute;
    bottom: 0;
    height: 3px;
    transform-origin: left;
    animation: lineExtend 1.5s ease-out forwards;
    width: 80px;
    left: 0;
}.thanksSpot_3 h5 {
    transform: translateY(10px);
    opacity: 0;
    color: #000000;
    line-height: 1.4;
    position: relative;
    font-size: 24px;
    animation: fadeSlideUp 0.8s 0.2s forwards cubic-bezier(0.19, 1, 0.22, 1);
    font-weight: 700;
    margin: 0;
}.thanksSpot_3 .growth_path_6 > div:last-child {
    transform: translateY(20px);
    opacity: 0;
    animation: fadeSlideUp 0.8s 0.4s forwards cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
}.thanksSpot_3 a {
    position: relative;
    display: block;
    text-decoration: none;
    transition: transform 0.3s ease;
}.thanksSpot_3 a:hover {
    transform: translateX(5px);
}.thanksSpot_3 a::before {
    content: "";
    background-color: rgb(101,117,164);
    left: -20px;
    position: absolute;
    transition: height 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    width: 4px;
    height: 0;
    top: 0;
}.thanksSpot_3 a:hover::before {
    height: 100%;
}.thanksSpot_3 p {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    position: relative;
    line-height: 1.8;
}

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

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

@keyframes gradientMove {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 200% 50%;
    }
}

@keyframes pulse {
    0% {
        opacity: 0.5;
        transform: scale(1);
    }
    100% {
        opacity: 0.8;
        transform: scale(1.1);
    }
}

@media (min-width: 768px) {.thanksSpot_3 .growth_path_6 {
    padding: 60px 70px;
    gap: 40px;
}.thanksSpot_3 h5 {
    font-size: calc(24px * 1.2);
}.thanksSpot_3 p {
    font-size: calc(14px * 1.05);
}
}

@media (max-width: 767px) {.thanksSpot_3 {
    padding: 60px 0;
}.thanksSpot_3 .growth_path_6 {
    gap: 25px;
    padding: 35px 25px;
}.thanksSpot_3 .growth_path_6 > div:first-child::after {
    width: 60px;
}.thanksSpot_3 h5 {
    font-size: calc(24px * 0.9);
}.thanksSpot_3 a::before {
    left: -10px;
}
}

@media (max-width: 480px) {.thanksSpot_3 {
    padding: 50px 0;
}.thanksSpot_3 .growth_path_6 {
    padding: 30px 20px;
    transform: perspective(1000px) rotateX(1deg);
}.thanksSpot_3 h5 {
    font-size: calc(24px * 0.85);
}.thanksSpot_3 p {
    font-size: calc(14px * 0.95);
}.thanksSpot_3 .growth_path_6 > div:first-child {
    padding-bottom: 15px;
}}.statistical_summary_2 {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: 120px 0;
    color: #ffffff;
}.statistical_summary_2::before {
    z-index: -2;
    left: 0;
    background-color: #000000;
    position: absolute;
    top: 0;
    opacity: 0.92;
    content: '';
    width: 100%;
    height: 100%;
}.statistical_summary_2::after {
    background: radial-gradient(circle at 20% 30%, rgb(152,189,189,0.5) 0%, transparent 40%),
                radial-gradient(circle at 80% 70%, rgb(101,117,164,0.5) 0%, transparent 50%);
    opacity: 0.4;
    height: 100%;
    top: 0;
    position: absolute;
    z-index: -1;
    left: 0;
    width: 100%;
    content: '';
}.statistical_summary_2 .container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}.statistical_summary_2 .statistics_elevation_7 {
    gap: 30px;
    z-index: 1;
    position: relative;
    grid-template-rows: auto auto auto;
    grid-template-areas:
        "header minisvg"
        "description description"
        "items items";
    display: grid;
    grid-template-columns: 3fr 1fr;
    margin: 0 auto;
}.statistical_summary_2 .statistics_edge_3 {
    justify-content: flex-end;
    grid-area: minisvg;
    display: flex;
    align-items: flex-start;
}.statistical_summary_2 .statistics_edge_3 svg {
    fill: rgb(152,189,189);
    width: 80px;
    filter: drop-shadow(0 0 12px rgb(152,189,189,0.5));
    height: 80px;
    animation: pulse 3s infinite alternate ease-in-out;
}.statistical_summary_2 .statistics_edge_3 svg path {
    stroke: #ffffff;
    fill: rgb(152,189,189);
    stroke-width: 0.5;
}.statistical_summary_2 .statistics_perks_8 {
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    align-items: center;
    grid-area: header;
    color: #ffffff;
    position: relative;
    font-size: 29px;
    margin: 0;
    letter-spacing: 1px;
    display: flex;
    font-weight: 700;
}.statistical_summary_2 .key_statistics_5 {
    border-radius: 26px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.01));
    opacity: 0.9;
    max-width: 85%;
    padding: 20px;
    position: relative;
    color: #ffffff;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
    grid-area: description;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.7;
}.statistical_summary_2 .key_statistics_5::before {
    position: absolute;
    border-radius: 50%;
    height: 120px;
    width: 120px;
    top: -60px;
    right: -60px;
    content: '';
    border: 1px solid rgb(152,189,189,0.5);
    animation: rotate 60s linear infinite;
    opacity: 0.6;
}.statistical_summary_2 .key_statistics_5::after {
    content: '';
    border-radius: 50%;
    animation: rotate 40s linear infinite reverse;
    left: -40px;
    bottom: -40px;
    height: 80px;
    width: 80px;
    opacity: 0.6;
    position: absolute;
    border: 1px solid rgb(101,117,164,0.5);
}.statistical_summary_2 .statistics_growth_4 {
    padding-top: 40px;
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
    gap: 20px;
    grid-area: items;
    position: relative;
}.statistical_summary_2 .statistics_growth_4::before {
    position: absolute;
    background: linear-gradient(to right, transparent, #ffffff, transparent);
    top: 0;
    content: '';
    transform: translateX(-50%);
    opacity: 0.5;
    height: 1px;
    width: 90%;
    left: 50%;
}.statistical_summary_2 .statistics_upsides_3 {
    transform-style: preserve-3d;
    position: relative;
    flex: 1 1 200px;
    height: 220px;
    perspective: 1000px;
    min-width: 220px;
    max-width: 280px;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}.statistical_summary_2 .statistics_upsides_3:hover {
    transform: translateY(-10px) rotate3d(1, 2, 0, 5deg);
    z-index: 2;
}.statistical_summary_2 .stat_item_inner {
    overflow: hidden;
    transition: transform 0.4s ease;
    backdrop-filter: blur(5px);
    padding: 20px;
    border-radius: 26px;
    position: relative;
    display: flex;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    justify-content: center;
    flex-direction: column;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.02));
    text-align: center;
    border-left: 1px solid rgba(255, 255, 255, 0.15);
    height: 100%;
    width: 100%;
    align-items: center;
}.statistical_summary_2 .statistics_upsides_3::before,
.statistical_summary_2 .statistics_upsides_3::after {
    z-index: -1;
    content: '';
    transition: all 0.5s ease;
    position: absolute;
    border-radius: 50%;
    opacity: 0;
    background: rgb(152,189,189,0.5);
}.statistical_summary_2 .statistics_upsides_3::before {
    right: -60px;
    height: 120px;
    top: -60px;
    width: 120px;
}.statistical_summary_2 .statistics_upsides_3::after {
    left: -50px;
    width: 100px;
    background: rgb(101,117,164,0.5);
    height: 100px;
    bottom: -50px;
}.statistical_summary_2 .statistics_upsides_3:hover::before,
.statistical_summary_2 .statistics_upsides_3:hover::after {
    opacity: 0.2;
}.statistical_summary_2 .pro_extra_0 {
    margin-bottom: 15px;
    position: relative;
}.statistical_summary_2 .pro_extra_0::after {
    left: 50%;
    border-radius: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: rgb(152,189,189,0.5);
    filter: blur(15px);
    content: '';
    width: 40px;
    position: absolute;
    height: 40px;
    opacity: 0.5;
    z-index: -1;
}.statistical_summary_2 .pro_extra_0 svg {
    width: 45px;
    transition: transform 0.3s ease;
    fill: rgb(152,189,189);
    z-index: 1;
    height: 45px;
    position: relative;
}.statistical_summary_2 .pro_extra_0 svg path {
    stroke: #ffffff;
    fill: rgb(152,189,189);
    stroke-width: 0.5;
}.statistical_summary_2 .statistics_upsides_3:hover .pro_extra_0 svg {
    transform: scale(1.1);
}.statistical_summary_2 .statistics_upsides_3 span {
    background: linear-gradient(to right, #ffffff, rgb(101,117,164));
    font-size: calc(29px * 1.1);
    background-clip: text !important;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    -webkit-background-clip: text !important;
    text-fill-color: transparent;
    margin-bottom: 10px;
    display: block;
    position: relative;
}.statistical_summary_2 .statistics_upsides_3 p {
    opacity: 0.9;
    line-height: 1.4;
    color: #ffffff;
    max-width: 90%;
    margin: 0;
    font-size: 18px;
}.statistical_summary_2 .stat_item_inner::before {
    left: -2px;
    bottom: -2px;
    transition: opacity 0.4s ease;
    position: absolute;
    right: -2px;
    z-index: -1;
    opacity: 0;
    background: linear-gradient(45deg, transparent, rgb(152,189,189,0.5), transparent);
    top: -2px;
    content: '';
    border-radius: calc(26px + 2px);
}.statistical_summary_2 .statistics_upsides_3:hover .stat_item_inner::before {
    opacity: 1;
}.statistical_summary_2 .stat_item_inner::after {
    left: 0;
    background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.05), transparent);
    transform: translateY(-100%);
    width: 100%;
    position: absolute;
    transition: opacity 0.3s ease;
    content: '';
    opacity: 0;
    top: 0;
    height: 30%;
    animation: shine 3s infinite;
}.statistical_summary_2 .statistics_upsides_3:hover .stat_item_inner::after {
    opacity: 1;
}.statistical_summary_2 .statistics_perks_8::before {
    width: 50px;
    content: '';
    background: rgb(152,189,189);
    height: 3px;
    left: 0;
    border-radius: 2px;
    position: absolute;
    bottom: -10px;
}.statistical_summary_2 .statistics_perks_8::after {
    content: '';
    background: rgb(101,117,164);
    bottom: -10px;
    position: absolute;
    width: 20px;
    border-radius: 2px;
    left: 60px;
    height: 3px;
}.statistical_summary_2::before {
    background-position: center center;
    background-image: 
        linear-gradient(to right, #000000 1px, transparent 1px),
        linear-gradient(to bottom, #000000 1px, transparent 1px);
    background-size: 20px 20px;
    opacity: 0.3;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.8;
    }
    50% {
        transform: scale(1.05);
        opacity: 1;
    }
}

@keyframes shine {
    0% {
        transform: translateY(-100%) rotate(30deg);
    }
    100% {
        transform: translateY(200%) rotate(30deg);
    }
}

@media screen and (max-width: 1200px) {.statistical_summary_2 .statistics_upsides_3 {
    min-width: 200px;
    flex: 1 1 180px;
    height: 200px;
}
}

@media screen and (max-width: 992px) {.statistical_summary_2 {
    padding: 100px 0;
}.statistical_summary_2 .statistics_elevation_7 {
    grid-template-rows: auto auto auto auto;
    grid-template-areas:
            "minisvg"
            "header"
            "description"
            "job_success_8";
    grid-template-columns: 1fr;
}.statistical_summary_2 .statistics_edge_3 {
    justify-content: center;
    margin-bottom: 20px;
}.statistical_summary_2 .statistics_perks_8 {
    text-align: center;
    justify-content: center;
}.statistical_summary_2 .statistics_perks_8::before,
    .statistical_summary_2 .statistics_perks_8::after {
    left: 50%;
}.statistical_summary_2 .statistics_perks_8::before {
    transform: translateX(calc(-50% - 10px));
}.statistical_summary_2 .statistics_perks_8::after {
    transform: translateX(calc(-50% + 30px));
}.statistical_summary_2 .key_statistics_5 {
    max-width: 90%;
}
}

@media screen and (max-width: 768px) {.statistical_summary_2 {
    padding: 80px 0;
}.statistical_summary_2 .statistics_perks_8 {
    font-size: calc(29px * 0.9);
}.statistical_summary_2 .key_statistics_5 {
    font-size: calc(18px * 0.95);
    padding: 15px;
    max-width: 95%;
}.statistical_summary_2 .statistics_upsides_3 {
    min-width: 170px;
    height: 190px;
    flex: 1 1 170px;
}.statistical_summary_2 .statistics_upsides_3 span {
    font-size: 29px;
}.statistical_summary_2 .statistics_upsides_3 p {
    font-size: calc(18px * 0.9);
}
}

@media screen and (max-width: 576px) {.statistical_summary_2 {
    padding: 60px 0;
}.statistical_summary_2 .statistics_edge_3 svg {
    width: 60px;
    height: 60px;
}.statistical_summary_2 .key_statistics_5 {
    max-width: 100%;
    padding: 15px 10px;
}.statistical_summary_2 .statistics_upsides_3 {
    height: auto;
    aspect-ratio: 16/9;
    flex: 1 1 100%;
    min-width: 100%;
}.statistical_summary_2 .statistics_growth_4 {
    flex-direction: column;
}}

.statistical_summary_2 .statistics_upsides_3:nth-child(1) {
    transform: translateY(-5px);
}.statistical_summary_2 .statistics_upsides_3:nth-child(2) {
    transform: translateY(5px);
}.statistical_summary_2 .statistics_upsides_3:nth-child(3) {
    transform: translateY(-8px);
}.statistical_summary_2 .statistics_upsides_3:nth-child(4) {
    transform: translateY(8px);
}.statistical_summary_2 .statistics_upsides_3:hover {
    transform: translateY(-10px) rotate3d(1, 2, 0, 5deg);
}.statistical_summary_2 .container::before {
    content: '';
    height: 60px;
    animation: rotate 30s linear infinite;
    right: -30px;
    border: 1px solid rgb(101,117,164,0.5);
    opacity: 0.3;
    border-radius: 10px;
    width: 60px;
    top: -30px;
    position: absolute;
}.statistical_summary_2 .container::after {
    animation: rotate 25s linear infinite reverse;
    opacity: 0.3;
    transform: rotate(45deg);
    border: 1px solid rgb(152,189,189,0.5);
    bottom: -20px;
    height: 40px;
    left: -20px;
    position: absolute;
    content: '';
    width: 40px;
}.join_list_1 {
    position: relative;
    overflow: hidden;
    background: rgb(202,211,205);
    padding: 100px 0;
}.join_list_1::before {
    left: 0;
    height: 100%;
    content: "";
    top: 0;
    position: absolute;
    opacity: 0.3;
    width: 100%;
    background: linear-gradient(
        135deg,
        transparent 20%,
        rgb(152,189,189,0.5) 20%, 
        rgb(152,189,189,0.5) 22%,
        transparent 22%,
        transparent 80%,
        rgb(101,117,164,0.5) 80%,
        rgb(101,117,164,0.5) 82%,
        transparent 82%
    );
}.join_list_1 .growth_path_6 {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    max-width: 800px;
    padding: 0 20px;
}.join_list_1 .support_card_8 {
    position: relative;
    gap: 10% 5%;
    display: grid;
    grid-template-columns: 1fr 1fr;
}.join_list_1 h3 {
    position: relative;
    color: #000000;
    margin-bottom: 40px;
    max-width: 80%;
    line-height: 1.1;
    grid-column: 1 / -1;
    font-size: clamp(23px, 5vw, 39px);
    font-weight: 700;
}.join_list_1 h3::first-letter {
    color: rgb(152,189,189);
    font-weight: 700;
    font-size: 1.5em;
}.join_list_1 .input_holder {
    grid-column: 1 / -1;
    position: relative;
    display: flex;
    gap: 20px;
    align-items: flex-start;
}.join_list_1 input[type="email"] {
    height: 50px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    background: transparent;
    border: none;
    color: #000000;
    border-bottom: 2px solid rgba(0, 0, 0, 0.5);
    flex: 2;
    padding: 0;
    transition: all 0.3s ease;
}.join_list_1 input[type="email"]::placeholder {
    color: #000000;
    transition: all 0.3s ease;
    opacity: 0.7;
}.join_list_1 input[type="email"]:focus {
    border-color: rgb(152,189,189);
    outline: none;
}.join_list_1 input[type="email"]:focus::placeholder {
    opacity: 0;
    transform: translateY(-10px);
}.join_list_1 .email_submit_7 {
    background: transparent;
    color: #000000;
    font-size: 17px;
    text-transform: uppercase;
    cursor: pointer;
    overflow: hidden;
    font-weight: 400;
    height: 50px;
    flex: 1;
    position: relative;
    font-family: Arial, sans-serif;
    border-radius: 0;
    letter-spacing: 2px;
    transition: all 0.3s ease;
    border: 1px solid #000000;
}.join_list_1 .email_submit_7::before {
    content: "";
    top: 0;
    height: 100%;
    z-index: -1;
    position: absolute;
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    width: 0;
    left: 0;
    background: rgb(152,189,189);
}.join_list_1 .email_submit_7:hover {
    border-color: rgb(152,189,189);
    color: #ffffff;
}.join_list_1 .email_submit_7:hover::before {
    width: 100%;
}.join_list_1::after {
    left: 20%;
    width: 60%;
    content: "";
    height: 1px;
    position: absolute;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(0, 0, 0, 0.5),
        transparent
    );
    bottom: 60px;
}

@keyframes floatText {
    0% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
    100% { transform: translateY(0); }
}

@media (max-width: 768px) {.join_list_1 {
    padding: 80px 0 100px;
}.join_list_1 .support_card_8 {
    grid-template-columns: 1fr;
    gap: 20px;
}.join_list_1 h3 {
    margin-bottom: 30px;
    max-width: 100%;
}.join_list_1 .input_holder {
    flex-direction: column;
}.join_list_1 input[type="email"],
    .join_list_1 .email_submit_7 {
    width: 100%;
}.join_list_1 .email_submit_7 {
    margin-top: 20px;
}.join_list_1::after {
    width: 80%;
    left: 10%;
    bottom: 50px;
}
}

@media (max-width: 480px) {.join_list_1 {
    padding: 60px 0 80px;
}.join_list_1 h3 {
    margin-bottom: 25px;
    font-size: 23px;
}.join_list_1 input[type="email"] {
    font-size: calc(14px * 0.9);
}.join_list_1 .email_submit_7 {
    letter-spacing: 1px;
    font-size: calc(17px * 0.9);
}.join_list_1::after {
    bottom: 40px;
}}.cookie_popup_message_5 {
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
    bottom: 0;
    z-index: 90;
    background: rgb(202,211,205);
    transition: transform 0.3s ease-in-out;
    width: 100%;
    border-top: 3px solid rgb(152,189,189);
    position: fixed;
}.cookie_tips_4 {
    padding: 20px 15px;
    align-items: center;
    display: flex;
    margin: 0 auto;
    max-width: 1200px;
    justify-content: space-between;
}.privacy_ctrl_9 {
    flex-shrink: 0;
    margin-right: 15px;
}.privacy_ctrl_9 svg {
    transition: fill 0.3s ease;
    width: 60px;
    fill: rgb(152,189,189);
    height: 60px;
}.privacy_ctrl_9 svg:hover {
    fill: rgb(101,117,164);
}.cookie_user_3 {
    flex-grow: 1;
    color: #000000;
    margin-right: 15px;
}.cookie_popup_message_5 h5 {
    font-family: Arial, sans-serif;
    margin-bottom: 8px;
    color: rgb(152,189,189);
    font-weight: 600;
    font-size: 21px;
}.cookie_popup_message_5 p {
    font-family: Arial, sans-serif;
    color: #000000;
    line-height: 1.5;
    font-size: 12px;
}.learn_prefs_1 {
    background: rgb(152,189,189);
    font-size: 15px;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.3s ease, box-shadow 0.3s ease;
    line-height: 35px;
    border-radius: 22px;
    margin-left: 10px;
    padding: 10px 20px;
}.learn_prefs_1:hover {
    box-shadow: 0 0 10px rgb(101,117,164,0.5);
    background: rgb(101,117,164);
}#cookies_consent_approval_4 {
    background: rgb(152,189,189);
}#refuseTrackingCookiesOption_6 {
    background: rgba(0, 0, 0, 0.5);
}.cookie_popup_message_5 p a {
    transition: color 0.3s ease;
    text-decoration: underline;
    color: rgb(152,189,189);
}.cookie_popup_message_5 p a:hover {
    color: rgb(101,117,164);
}
@media only screen and (max-width: 1200px) {.cookie_tips_4 {
    flex-direction: column;
    align-items: center;
}.privacy_ctrl_9 {
    margin-bottom: 15px;
}.cookie_user_3 {
    text-align: center;
    margin-bottom: 15px;
    margin-right: 0;
}.learn_prefs_1 {
    margin-bottom: 10px;
    width: 100%;
    margin-left: 0;
    max-width: 200px;
}
}
@media only screen and (max-width: 800px) {.cookie_tips_4 {
    padding: 15px;
}.privacy_ctrl_9 {
    display: none;
}.cookie_popup_message_5 h5 {
    font-size: 16px;
}.cookie_popup_message_5 p {
    font-size: 15px;
}}
#userSettingsPopup_9 {
    display: none;
}#userSettingsPopup_9:checked ~ .cookie_popup_message_5 {
    visibility: hidden;
    opacity: 0;
}header {
    z-index: 99;
    overflow: visible;
    background: rgb(202,211,205);
    width: 100%;
    position: relative;
}header::before {
    content: "";
    top: 0;
    position: absolute;
    width: 100%;
    background: radial-gradient(circle at 30% 30%, rgb(152,189,189,0.5) 0%, transparent 70%);
    left: 0;
    height: 100%;
    opacity: 0.2;
}header .top_edu_4 {
    padding: 25px 30px;
    justify-content: space-between;
    position: relative;
    display: flex;
    align-items: center;
}header .top_edu_4::before {
    left: 10%;
    content: "";
    top: -10px;
    filter: blur(5px);
    height: 5px;
    width: 30%;
    background: linear-gradient(90deg, rgb(152,189,189), transparent);
    position: absolute;
}header .top_edu_4::after {
    background: linear-gradient(90deg, transparent, rgb(101,117,164));
    height: 5px;
    filter: blur(5px);
    content: "";
    width: 30%;
    position: absolute;
    bottom: -10px;
    right: 10%;
}header .top_edu_4 .nav_pro_5 {
    padding: 5px;
    position: relative;
    z-index: 2;
}header .top_edu_4 .nav_pro_5::before {
    height: calc(100% + 10px);
    width: calc(100% + 10px);
    background: linear-gradient(135deg, rgb(152,189,189), rgb(101,117,164));
    position: absolute;
    content: "";
    left: -5px;
    transition: opacity 0.3s ease;
    filter: blur(15px);
    opacity: 0;
    top: -5px;
    z-index: -1;
}header .top_edu_4 .nav_pro_5:hover::before {
    opacity: 0.7;
}header .top_edu_4 .nav_pro_5 .header_sitebar_5 {
    transition: transform 0.3s ease;
    position: relative;
    display: block;
}header .top_edu_4 .nav_pro_5:hover .header_sitebar_5 {
    transform: scale(1.05);
}header .top_edu_4 .nav_pro_5 .header_sitebar_5 svg {
    height: 45px;
    width: auto;
}header .top_edu_4 .nav_mainwrap_3 {
    border-radius: 27px;
    display: flex;
    position: relative;
    padding: 10px;
    list-style: none;
    margin: 0;
}header .top_edu_4 .nav_mainwrap_3::before {
    top: 0;
    border-radius: 27px;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    position: absolute;
    z-index: -1;
    backdrop-filter: blur(5px);
    content: "";
    opacity: 0.1;
    width: 100%;
    height: 100%;
    left: 0;
}header .top_edu_4 .nav_mainwrap_3 .site_top_6 {
    position: relative;
    margin: 0 3px;
}header .top_edu_4 .nav_mainwrap_3 .site_top_6 a {
    font-family: Arial, sans-serif;
    padding: 8px 15px;
    text-decoration: none;
    position: relative;
    font-size: 14px;
    display: block;
    font-weight: 600;
    border-radius: 10px;
    overflow: hidden;
    color: #000000;
    z-index: 1;
}header .top_edu_4 .nav_mainwrap_3 .site_top_6 a::before {
    background: linear-gradient(135deg, rgb(152,189,189), rgb(101,117,164));
    content: "";
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    transition: opacity 0.3s ease;
    position: absolute;
    opacity: 0;
    z-index: -1;
}header .top_edu_4 .nav_mainwrap_3 .site_top_6 a::after {
    width: 150%;
    transition: transform 0.5s ease, opacity 0.5s ease;
    position: absolute;
    content: "";
    background: radial-gradient(circle, #ffffff 0%, transparent 70%);
    top: 50%;
    opacity: 0;
    z-index: -1;
    transform: translate(-50%, -50%) scale(0);
    left: 50%;
    height: 150%;
}header .top_edu_4 .nav_mainwrap_3 .site_top_6:hover a::before {
    opacity: 1;
}header .top_edu_4 .nav_mainwrap_3 .site_top_6:hover a {
    color: #ffffff;
}header .top_edu_4 .nav_mainwrap_3 .site_top_6:active a::after {
    opacity: 0.3;
    transform: translate(-50%, -50%) scale(1);
}header .top_edu_4 .nav_mainwrap_3 .site_top_6:nth-child(odd) a::before {
    background: linear-gradient(to right, rgb(152,189,189), rgb(101,117,164));
}header .top_edu_4 .nav_mainwrap_3 .site_top_6:nth-child(even) a::before {
    background: linear-gradient(to left, rgb(152,189,189), rgb(101,117,164));
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(rgb(152,189,189), 0.7);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(rgb(152,189,189), 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(rgb(152,189,189), 0);
    }
}

@media (max-width: 992px) {header .top_edu_4 {
    padding: 20px 15px;
    flex-direction: column;
}header .top_edu_4 .nav_pro_5 {
    margin-bottom: 15px;
}header .top_edu_4 .nav_mainwrap_3 {
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
}header .top_edu_4 .nav_mainwrap_3 .site_top_6 {
    margin: 3px;
}header .top_edu_4 .nav_mainwrap_3 .site_top_6 a {
    font-size: calc(14px - 1px);
    padding: 6px 12px;
}
}

@media (max-width: 767px) {header .top_edu_4 {
    padding: 15px 10px;
}header .top_edu_4 .nav_pro_5 .header_sitebar_5 svg {
    height: 40px;
}header .top_edu_4 .nav_mainwrap_3 {
    padding: 5px;
}header .top_edu_4 .nav_mainwrap_3 .site_top_6 a {
    font-size: calc(14px - 2px);
    padding: 5px 10px;
}}.our_team_0 {
    overflow: hidden;
    background: rgb(202,211,205);
    padding: 100px 0;
    position: relative;
}.our_team_0::before {
    top: 0;
    background: linear-gradient(45deg, rgb(152,189,189,0.5) 0%, transparent 70%);
    position: absolute;
    height: 100%;
    opacity: 0.6;
    left: 0;
    content: '';
    width: 100%;
}.our_team_0 .container {
    padding: 0 20px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
    max-width: 1200px;
}.our_team_0 .growth_path_6 {
    flex-wrap: wrap;
    border-radius: 30px;
    background-color: #ffffff;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
}.our_team_0 .fast_learning_4 {
    flex-direction: column;
    position: relative;
    background-color: rgb(152,189,189);
    padding: 40px;
    flex: 0 0 30%;
    align-items: center;
    display: flex;
}.our_team_0 .pic_item_8 {
    border: 5px solid #ffffff;
    border-radius: 50%;
    height: 180px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    width: 180px;
    margin-bottom: 25px;
}.our_team_0 .mastery_zone_5 {
    width: 100%;
    text-align: center;
}.our_team_0 .learn_growth_5 {
    color: #ffffff;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 23px;
}.our_team_0 .study_space_5 {
    color: #ffffff;
    font-size: 16px;
    opacity: 0.8;
    font-weight: 400;
}.our_team_0 .word_block_7 {
    flex: 0 0 70%;
    padding: 50px;
}.our_team_0 .growth_graph_9 {
    color: #000000;
    display: flex;
    margin-bottom: 20px;
    align-items: center;
    font-size: 21px;
    font-weight: 600;
}.our_team_0 .growth_graph_9 svg {
    height: 30px;
    width: 30px;
    fill: rgb(152,189,189);
    margin-right: 10px;
}.our_team_0 .growth_graph_9 svg path {
    fill: rgb(152,189,189);
}.our_team_0 h2 {
    font-size: 31px;
    position: relative;
    color: #000000;
    margin-bottom: 20px;
    padding-bottom: 15px;
}.our_team_0 h2::after {
    height: 3px;
    left: 0;
    position: absolute;
    content: '';
    bottom: 0;
    background: rgb(152,189,189);
    width: 60px;
}.our_team_0 p {
    font-size: 16px;
    line-height: 1.7;
    color: #000000;
}

@media (max-width: 992px) {.our_team_0 {
    padding: 70px 0;
}.our_team_0 .growth_path_6 {
    flex-direction: column;
}.our_team_0 .fast_learning_4 {
    flex: 0 0 100%;
    width: 100%;
    padding: 40px 20px;
}.our_team_0 .word_block_7 {
    flex: 0 0 100%;
    padding: 40px 20px;
    width: 100%;
}
}

@media (max-width: 768px) {.our_team_0 {
    padding: 50px 0;
}.our_team_0 .pic_item_8 {
    height: 150px;
    width: 150px;
}.our_team_0 h2 {
    font-size: calc(31px - 0.2rem);
}
}

@media (max-width: 480px) {.our_team_0 {
    padding: 40px 0;
}.our_team_0 .pic_item_8 {
    width: 120px;
    height: 120px;
}.our_team_0 .fast_learning_4 {
    padding: 30px 15px;
}.our_team_0 .word_block_7 {
    padding: 30px 15px;
}.our_team_0 .learn_growth_5 {
    font-size: calc(23px - 0.2rem);
}.our_team_0 .study_space_5 {
    font-size: calc(16px - 0.1rem);
}.our_team_0 h2 {
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-size: calc(31px - 0.4rem);
}.our_team_0 p {
    font-size: calc(16px - 0.1rem);
}}.course_features_4 {
    overflow: hidden;
    padding: 6rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(202,211,205) 0%, rgba(245, 247, 250, 0.95) 100%);
}.course_features_4::before {
    position: absolute;
    animation: float 15s ease-in-out infinite alternate;
    top: -5%;
    content: "";
    opacity: 0.4;
    transform: rotate(-15deg);
    width: 40%;
    height: 40%;
    z-index: 1;
    filter: blur(80px);
    background: linear-gradient(225deg, rgb(152,189,189,0.5) 0%, transparent 70%);
    right: -5%;
}.course_features_4::after {
    z-index: 1;
    transform: rotate(15deg);
    bottom: -5%;
    content: "";
    width: 30%;
    left: -5%;
    height: 30%;
    background: linear-gradient(45deg, rgb(101,117,164,0.5) 0%, transparent 70%);
    filter: blur(60px);
    opacity: 0.4;
    animation: float 18s ease-in-out infinite alternate-reverse;
    position: absolute;
}.course_features_4 .container {
    max-width: 1200px;
    z-index: 2;
    position: relative;
    padding: 0 2rem;
    margin: 0 auto;
}.course_features_4 h2 {
    color: #000000;
    font-size: 30px;
    margin-bottom: 3rem;
    animation: slideIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.2s;
    transform: translateX(-1rem);
    font-weight: 700;
    opacity: 0;
    position: relative;
}.course_features_4 h2::before {
    bottom: -1rem;
    height: 0.25rem;
    background: linear-gradient(90deg, rgb(152,189,189) 0%, rgb(101,117,164) 100%);
    width: 8rem;
    transform-origin: left;
    transform: scaleX(0);
    animation: scaleIn 1s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.8s;
    position: absolute;
    left: 0;
    content: "";
}.course_features_4 .knowledge_base_5 {
    gap: 3rem;
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
}.course_features_4 .pic_item_8 {
    height: 400px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    opacity: 0;
    transform: translateY(2rem);
    animation: fadeUp 1s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.4s;
    position: relative;
    border-radius: 10px;
}.course_features_4 .pic_item_8::before {
    content: "";
    left: 0;
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    background: linear-gradient(to bottom, 
        transparent 0%, 
        rgba(rgb(152,189,189), 0.2) 100%);
    z-index: 1;
}.course_features_4 .pic_item_8::after {
    top: -100%;
    animation: shine 8s cubic-bezier(0.25, 1, 0.5, 1) infinite;
    width: 200%;
    left: -100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
    height: 200%;
    position: absolute;
    transform: rotate(45deg);
    content: "";
}.course_features_4 .word_block_7 {
    display: flex;
    opacity: 0;
    gap: 2rem;
    flex-direction: column;
    position: relative;
    animation: fadeUp 1s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.6s;
    transform: translateY(2rem);
}.course_features_4 .description {
    position: relative;
    scrollbar-width: thin;
    scrollbar-color: rgb(152,189,189,0.5) rgb(202,211,205);
    overflow-y: auto;
    font-size: 17px;
    max-height: 300px;
    color: #000000;
    padding-right: 1.5rem;
    line-height: 1.8;
}.course_features_4 .description::-webkit-scrollbar {
    width: 6px;
}.course_features_4 .description::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgb(202,211,205);
}.course_features_4 .description::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(152,189,189,0.5);
}.course_features_4 .description:nth-child(1) {
    position: relative;
}.course_features_4 .description:nth-child(1)::first-line {
    color: #000000;
    font-weight: 600;
}.course_features_4 .description:nth-child(2) {
    position: relative;
    display: none;
}

@media (min-width: 768px) {.course_features_4 .knowledge_base_5 {
    grid-template-columns: 1fr 1fr;
    align-items: flex-start;
}.course_features_4 h2 {
    max-width: 90%;
    text-align: left;
    font-size: calc(30px * 1.2);
}.course_features_4 .pic_item_8 {
    height: 500px;
}.course_features_4 .description {
    max-height: 500px;
}
}

@media (min-width: 992px) {.course_features_4 {
    padding: 8rem 0;
}.course_features_4 .container {
    padding: 0 4rem;
}.course_features_4 h2 {
    font-size: calc(30px * 1.4);
    max-width: 80%;
}.course_features_4 .knowledge_base_5 {
    gap: 4rem;
}.course_features_4 .pic_item_8 {
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    height: 600px;
}.course_features_4 .pic_item_8:hover {
    transform: translateY(-8px) scale(1.02);
}.course_features_4 .word_block_7 {
    padding-top: 2rem;
}
}

@media (min-width: 1200px) {.course_features_4 .pic_item_8 {
    height: 650px;
}.course_features_4 h2 {
    max-width: 70%;
}
}

@media (max-width: 767px) {.course_features_4 {
    padding: 4rem 0;
}.course_features_4 h2 {
    text-align: center;
    font-size: calc(30px * 0.9);
}.course_features_4 h2::before {
    left: 50%;
    animation: scaleInCenter 1s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.8s;
    transform: translateX(-50%) scaleX(0);
}}

@keyframes slideIn {
    0% {
        transform: translateX(-1rem);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

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

@keyframes scaleInCenter {
    0% {
        transform: translateX(-50%) scaleX(0);
    }
    100% {
        transform: translateX(-50%) scaleX(1);
    }
}

@keyframes fadeUp {
    0% {
        transform: translateY(2rem);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes shine {
    0% {
        transform: translateX(-100%) translateY(-100%) rotate(45deg);
    }
    20%, 100% {
        transform: translateX(100%) translateY(100%) rotate(45deg);
    }
}

@keyframes float {
    0% {
        transform: rotate(-15deg) translate(0, 0);
    }
    50% {
        transform: rotate(-10deg) translate(-10px, 10px);
    }
    100% {
        transform: rotate(-5deg) translate(-20px, 5px);
    }
}footer {
    width: 100%;
    position: relative;
}.partner_logo_3 {
    font-family: Arial, sans-serif;
    overflow: hidden;
    padding: 0 0 30px;
    position: relative;
}footer .ar_tools_9 {
    position: relative;
    z-index: 1;
}footer .message_card_6 {
    color: #ffffff;
    flex-wrap: wrap;
    background-color: rgb(101,117,164);
    display: flex;
    gap: 20px;
    margin-bottom: 70px;
    position: relative;
    padding: 40px 20px;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    justify-content: center;
}footer .message_card_6::after {
    pointer-events: none;
    width: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
    left: 0;
    height: 100%;
    position: absolute;
    content: "";
    top: 0;
}footer .info_item {
    align-items: center;
    background-color: rgba(0, 0, 0, 0.2);
    display: flex;
    transition: all 0.3s ease;
    border-radius: 10px;
    max-width: 300px;
    flex: 1 1 200px;
    padding: 10px 20px;
}footer .info_item:hover {
    transform: translateY(-5px);
    background-color: rgba(0, 0, 0, 0.3);
}footer .info_item svg {
    flex-shrink: 0;
    fill: #ffffff;
    height: 22px;
    width: 22px;
    margin-right: 15px;
}footer .info_item p,
footer .info_item a {
    font-size: 13px;
    text-decoration: none;
    color: #ffffff;
}footer .info_item a:hover {
    text-decoration: underline;
}footer .text_main_holder {
    display: grid;
    gap: 40px;
    margin-top: -30px;
    grid-template-columns: 1fr;
    position: relative;
}footer .text_main_holder::before {
    z-index: -1;
    content: "";
    height: 100%;
    clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 100%);
    background-color: #ffffff;
    width: 100%;
    top: 0;
    position: absolute;
    left: 0;
}footer .nav_pro_5 {
    text-align: center;
    padding-top: 60px;
}footer .nav_pro_5 svg {
    height: 45px;
    margin-bottom: 15px;
    width: auto;
}footer .intern_opp_8 {
    max-width: 350px;
    margin: 0 auto;
    color: #000000;
    text-align: center;
    line-height: 1.6;
    font-size: 12px;
}footer .nav_mainwrap_3 {
    clip-path: polygon(5% 0, 100% 0, 95% 100%, 0% 100%);
    padding: 30px;
    margin: 0 20px;
    background-color: rgb(202,211,205);
    position: relative;
}footer .nav_mainwrap_3 h5 {
    font-weight: 600;
    display: inline-block;
    position: relative;
    font-size: 22px;
    margin-bottom: 25px;
    color: #000000;
}footer .nav_mainwrap_3 h5::after {
    width: 100%;
    left: 0;
    content: "";
    height: 2px;
    bottom: -8px;
    position: absolute;
    background: linear-gradient(90deg, rgb(152,189,189), transparent);
}footer .nav_lead_5 {
    flex-wrap: wrap;
    flex-direction: column;
    display: flex;
    margin-bottom: 25px;
    gap: 10px 30px;
}footer .nav_lead_5 a {
    color: #000000;
    flex: 1 0 calc(50% - 30px);
    font-size: 13px;
    transition: all 0.3s ease;
    text-decoration: none;
    position: relative;
    padding: 8px 0;
}footer .nav_lead_5 a::after {
    bottom: 0;
    background-color: rgb(152,189,189);
    transition: width 0.3s ease;
    height: 1px;
    width: 0;
    position: absolute;
    content: "";
    left: 0;
}footer .nav_lead_5 a:hover {
    color: rgb(152,189,189);
    padding-left: 5px;
}footer .nav_lead_5 a:hover::after {
    width: 100%;
}footer .subscribe_holder {
    position: relative;
    background-color: rgb(152,189,189);
    padding: 30px;
    clip-path: polygon(0 0, 95% 0, 100% 100%, 5% 100%);
    color: #ffffff;
    margin: 0 20px;
}footer .subscribe_holder::before {
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.1) 0%, transparent 50%);
    width: 100%;
    height: 100%;
    top: 0;
    pointer-events: none;
    content: "";
    left: 0;
    position: absolute;
}footer .subscribe_holder h5 {
    font-weight: 600;
    color: #ffffff;
    font-size: 22px;
    margin-bottom: 15px;
}footer .subscribe_holder p {
    font-size: 13px;
    margin-bottom: 25px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
}footer .input_holder {
    gap: 15px;
    display: flex;
    position: relative;
    flex-direction: column;
}footer .input_holder input[type="email"] {
    border-radius: 10px;
    transition: all 0.3s ease;
    font-size: 13px;
    padding: 15px;
    border: none;
}footer .input_holder input[type="email"]:focus {
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3);
    outline: none;
}footer .email_submit_7 {
    color: #ffffff;
    font-weight: 600;
    font-size: 15px;
    padding: 15px;
    transition: all 0.3s ease;
    cursor: pointer;
    border-radius: 10px;
    border: none;
    background-color: #000000;
}footer .email_submit_7:hover {
    background-color: rgb(101,117,164);
}footer .equity_pledge_1 {
    padding-top: 20px;
    border-top: 1px dashed rgba(0, 0, 0, 0.1);
    margin-top: 60px;
}footer .pitch_comp_9 {
    color: #000000;
    font-size: 12px;
    text-align: center;
}

@media (min-width: 768px) {footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .email_submit_7 {
    white-space: nowrap;
}footer .nav_pro_5 {
    padding-top: 80px;
}
}

@media (max-width: 767px) {footer .message_card_6 {
    padding: 30px 15px 50px;
}footer .nav_mainwrap_3, footer .subscribe_holder {
    margin: 0 10px;
    padding: 25px 20px;
}footer .equity_pledge_1 {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .message_card_6 {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}footer .nav_mainwrap_3 h5, footer .subscribe_holder h5 {
    font-size: calc(22px - 2px);
}footer .nav_lead_5 a {
    flex: 1 0 100%;
}footer .input_holder input[type="email"],
    footer .email_submit_7 {
    padding: 12px;
}}.pricing_plan_card_4 {
    overflow: hidden;
    padding: 120px 0;
    isolation: isolate;
    position: relative;
}.pricing_plan_card_4::before {
    left: 0;
    position: absolute;
    z-index: -1;
    height: 100%;
    content: "";
    top: 0;
    width: 100%;
    background: linear-gradient(135deg, rgb(152,189,189,0.5), rgba(0, 0, 0, 0.5) 70%);
}.pricing_plan_card_4::after {
    height: 100%;
    top: 0;
    pointer-events: none;
    content: "";
    position: absolute;
    z-index: -1;
    right: 0;
    background: linear-gradient(225deg, rgb(101,117,164,0.5) 10%, transparent 65%);
    width: 45%;
}.pricing_plan_card_4 .container {
    padding: 0 15px;
    max-width: 1320px;
    position: relative;
    margin: 0 auto;
}.pricing_plan_card_4 .pro_fees_0 {
    display: flex;
    position: relative;
    align-items: center;
    flex-direction: column;
}.pricing_plan_card_4 h2 {
    font-size: 37px;
    z-index: 2;
    font-weight: 700;
    margin-bottom: 20px;
    text-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    position: relative;
    color: #ffffff;
    text-align: center;
}.pricing_plan_card_4 h2::after {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    background: rgb(152,189,189);
    content: "";
    transform: translateY(2px);
    border-radius: 2px;
    width: 80px;
    height: 4px;
    display: block;
    margin: 16px auto 0;
}.pricing_plan_card_4 .program_price_4 {
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    text-align: center;
    opacity: 0.9;
    font-weight: 400;
    color: #ffffff;
    letter-spacing: 0.3px;
    font-size: calc(12px + 2px);
    line-height: 1.6;
    margin: 0 auto 50px;
    max-width: 700px;
}.pricing_plan_card_4 .value_rates_5 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    width: 100%;
    gap: 30px;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 2;
    list-style: none;
}.pricing_plan_card_4 .value_rates_5 li {
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    display: flex;
}.pricing_plan_card_4 .value_rates_5 li:hover {
    transform: translateY(-8px);
}.pricing_plan_card_4 .study_pricing_2 {
    overflow: hidden;
    height: 100%;
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    display: flex;
    flex-direction: column;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1),
                0 5px 15px rgba(0, 0, 0, 0.07);
    text-decoration: none;
    border-radius: 12px;
    width: 100%;
}.pricing_plan_card_4 .study_pricing_2:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15),
                0 10px 20px rgba(0, 0, 0, 0.1);
}.pricing_plan_card_4 .discount_price_7 {
    z-index: 1;
    flex-grow: 1;
    flex-direction: column;
    border-radius: 12px;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
    display: flex;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.85));
}.pricing_plan_card_4 .discount_price_7::before {
    width: 100%;
    height: 100%;
    background: linear-gradient(145deg, rgba(rgb(152,189,189), 0.03), rgba(rgb(101,117,164), 0.05));
    z-index: -1;
    position: absolute;
    left: 0;
    content: "";
    top: 0;
}.pricing_plan_card_4 .discount_price_7::after {
    background: linear-gradient(225deg, rgb(152,189,189,0.5) 10%, transparent 70%);
    transform: translate(50%, -50%);
    width: 180px;
    content: "";
    border-radius: 0 0 0 180px;
    transition: all 0.5s ease;
    position: absolute;
    right: 0;
    opacity: 0.1;
    top: 0;
    z-index: -1;
    height: 180px;
}.pricing_plan_card_4 .study_pricing_2:hover .discount_price_7::after {
    transform: translate(40%, -40%) scale(1.1);
    opacity: 0.2;
}.pricing_plan_card_4 .payment_pricing_1 {
    padding: 35px 25px;
    flex-direction: column;
    display: flex;
    position: relative;
    z-index: 2;
    flex-grow: 1;
}.pricing_plan_card_4 .payment_pricing_1::before {
    background: linear-gradient(to top, rgba(rgb(152,189,189), 0.03), transparent);
    bottom: 0;
    position: absolute;
    height: 40%;
    width: 100%;
    left: 0;
    content: "";
    z-index: -1;
}.pricing_plan_card_4 .payment_pricing_1 h4 {
    position: relative;
    font-weight: 600;
    display: inline-block;
    margin: 0 0 20px;
    font-size: calc(19px + 2px);
    color: #000000;
}.pricing_plan_card_4 .payment_pricing_1 h4::after {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    position: absolute;
    width: 40px;
    background: rgb(152,189,189);
    bottom: -8px;
    left: 0;
    border-radius: 2px;
    height: 3px;
    content: "";
}.pricing_plan_card_4 .payment_pricing_1 p {
    word-break: break-word;
    flex-grow: 1;
    margin: 0 0 30px;
    line-height: 1.6;
    hyphens: auto;
    font-size: 12px;
    color: #000000;
    overflow-wrap: break-word;
}.pricing_plan_card_4 .learn_pricing_2 {
    margin-top: auto;
    color: rgb(152,189,189);
    position: relative;
    box-shadow: 
        6px 6px 12px rgba(0, 0, 0, 0.05),
        -6px -6px 12px rgba(255, 255, 255, 0.8),
        inset 1px 1px 2px rgba(255, 255, 255, 0.6);
    border-radius: 8px;
    padding: 10px 20px;
    transition: all 0.3s ease;
    display: inline-block;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.4));
    backdrop-filter: blur(4px);
    font-size: calc(19px + 6px);
    font-weight: 700;
    align-self: flex-start;
}.pricing_plan_card_4 .study_pricing_2:hover .learn_pricing_2 {
    transform: scale(1.05);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.5));
    box-shadow: 
        8px 8px 16px rgba(0, 0, 0, 0.07),
        -8px -8px 16px rgba(255, 255, 255, 0.9),
        inset 1px 1px 2px rgba(255, 255, 255, 0.6);
}

@media (max-width: 1200px) {.pricing_plan_card_4 {
    padding: 100px 0;
}.pricing_plan_card_4 .value_rates_5 {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
}.pricing_plan_card_4 h2 {
    font-size: calc(37px - 2px);
}.pricing_plan_card_4 .program_price_4 {
    font-size: 12px;
    margin-bottom: 40px;
}
}

@media (max-width: 992px) {.pricing_plan_card_4 {
    padding: 80px 0;
}.pricing_plan_card_4 .value_rates_5 {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
}.pricing_plan_card_4 .payment_pricing_1 {
    padding: 30px 20px;
}.pricing_plan_card_4 .learn_pricing_2 {
    padding: 8px 16px;
    font-size: calc(19px + 2px);
}
}

@media (max-width: 768px) {.pricing_plan_card_4 {
    padding: 60px 0;
}.pricing_plan_card_4 .value_rates_5 {
    max-width: 500px;
    margin: 0 auto;
    grid-template-columns: 1fr;
}.pricing_plan_card_4 h2 {
    font-size: calc(37px - 4px);
}.pricing_plan_card_4 .payment_pricing_1 h4 {
    font-size: 19px;
}.pricing_plan_card_4 .payment_pricing_1 p {
    font-size: calc(12px - 1px);
}
}

@media (max-width: 576px) {.pricing_plan_card_4 {
    padding: 50px 0;
}.pricing_plan_card_4 h2 {
    font-size: calc(37px - 6px);
}.pricing_plan_card_4 .program_price_4 {
    margin-bottom: 30px;
    font-size: calc(12px - 1px);
}.pricing_plan_card_4 .payment_pricing_1 {
    padding: 25px 18px;
}.pricing_plan_card_4 .learn_pricing_2 {
    padding: 6px 12px;
    font-size: 19px;
}}.privacy_section_4 {
    color: #ffffff;
    font-family: Arial, sans-serif;
    padding: 50px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    background: linear-gradient(to right, rgb(152,189,189), rgb(101,117,164));
    flex-direction: column;
    gap: 30px;
    display: flex;
}.privacy_section_4 h1 {
    font-size: 43px;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 700;
}.privacy_section_4 h2 {
    margin-bottom: 15px;
    font-weight: 600;
    margin-top: 30px;
    text-align: center;
    font-size: 33px;
}.privacy_section_4 h3, .privacy_section_4 h4, .privacy_section_4 h5, .privacy_section_4 h6 {
    margin: 1rem 0;
    text-align: center;
}.privacy_section_4 p {
    line-height: 1.8;
    margin-bottom: 20px;
    text-align: justify;
    font-size: 12px;
}.privacy_section_4 ul, .privacy_section_4 ol {
    margin: 0;
    list-style-position: inside;
    padding: 0;
}.privacy_section_4 ul li, .privacy_section_4 ol li {
    line-height: 1.6;
    font-size: 12px;
    margin-bottom: 10px;
}.privacy_section_4 span {
    font-weight: 600;
}.privacy_section_4 div {
    margin-bottom: 20px;
}
@media only screen and (max-width: 800px) {.privacy_section_4 {
    padding: 30px 15px;
}.privacy_section_4 h1 {
    font-size: calc(22px - 10px);
}.privacy_section_4 h2 {
    font-size: calc(22px - 8px);
}.privacy_section_4 p, .privacy_section_4 li {
    font-size: calc(12px - 2px);
}
}
