* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}html,body {
    min-height: 100%;
    color: #000000;
    font-family: Arial, sans-serif;
    auto
contain
touch-action: none;
    scroll-behavior: smooth;
    height: 100%;
    scroll-snap-type: none;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1243px;
}.wrapper-viewport_style {
    min-height: 100%;
    flex-direction: column;
    display: flex;
    height: 100%;
}a {
    color: inherit;
    text-decoration: none;
}.header_page_style {
    flex: 1 0 auto;
}svg {
    height: 30px;
    width: 30px;
}header,footer {
    width: 100%;
}.story_spot_style {
    flex: 0 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.title_greeting_style {
    overflow: hidden;
    min-height: 100vh;
    position: relative;
    background: linear-gradient(135deg, rgb(222,194,171,0.5) 0%, rgba(94,170,168,0.15) 50%, rgb(199,161,129,0.5) 100%);
}.title_greeting_style::before {
    top: 0;
    position: absolute;
    content: "";
    left: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgba(94,170,168,0.1) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgba(94,170,168,0.15) 0%, transparent 40%);
    height: 100%;
    width: 100%;
    z-index: 1;
}.title_greeting_style .learning_corner_style {
    max-width: 1400px;
    grid-template-columns: 1fr;
    display: grid;
    gap: 2rem;
    padding: 2rem;
    z-index: 2;
    height: 100%;
    margin: 0 auto;
    position: relative;
}.title_greeting_style h1 {
    position: relative;
    font-weight: 700;
    animation: titleFade 1.2s ease-out forwards;
    font-size: 47px;
    color: #000000;
    transform: translateY(0);
    text-shadow: 0 2px 10px rgba(94,170,168,0.1);
    line-height: 1.2;
    margin-bottom: 1.5rem;
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}.title_greeting_style h1::after {
    height: 4px;
    content: "";
    background: rgb(222,194,171);
    left: 0;
    position: absolute;
    width: 80px;
    transform-origin: left;
    bottom: -10px;
    animation: lineExpand 1s 0.4s ease-out forwards;
    transform: scaleX(0);
}.title_greeting_style .editorial_wrap_style {
    position: relative;
    display: flex;
    gap: 2rem;
    flex-direction: column;
}.title_greeting_style .course_base_style {
    opacity: 0;
    padding: 2rem;
    transform: translateY(20px);
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 30px rgba(94,170,168,0.15), 
                0 5px 15px rgba(0,0,0,0.05);
    position: relative;
    border-left: 4px solid rgb(222,194,171);
    animation: fadeUp 0.8s 0.6s ease-out forwards;
}.title_greeting_style .course_base_style p {
    margin-bottom: 2rem;
    font-size: calc(15px * 1.2);
    color: #000000;
    position: relative;
    line-height: 1.6;
}.title_greeting_style .course_base_style p::before {
    height: 2px;
    width: 40px;
    background: rgb(199,161,129);
    top: -10px;
    left: 0;
    content: "";
    position: absolute;
}.title_greeting_style svg {
    height: 120px;
    display: block;
    transform: rotate(-5deg);
    filter: drop-shadow(0 5px 15px rgba(94,170,168,0.25));
    margin: 0 auto 2rem;
    transition: transform 0.5s ease;
    width: 120px;
}.title_greeting_style svg:hover {
    transform: rotate(0deg) scale(1.05);
}.title_greeting_style svg path {
    transition: fill 0.3s ease;
    fill: rgb(94,170,168);
}.title_greeting_style svg text {
    transition: fill 0.3s ease;
    font-family: Arial, sans-serif;
}.title_greeting_style svg:hover path {
    fill: rgba(94,170,168,0.85);
}.title_greeting_style svg:hover text {
    fill: #000000;
}.title_greeting_style .connect_query_style {
    display: inline-block;
    padding: 1rem 2rem;
    text-decoration: none;
    box-shadow: 0 5px 15px rgba(94,170,168,0.3);
    font-size: 16px;
    position: relative;
    overflow: hidden;
    color: #ffffff;
    font-weight: 600;
    border: none;
    transform: translateZ(0);
    background: linear-gradient(135deg, rgb(222,194,171) 0%, rgb(94,170,168) 100%);
    margin-top: 1rem;
    transition: all 0.3s ease;
}.title_greeting_style .connect_query_style::before {
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    width: 100%;
    transition: left 0.7s ease;
    content: "";
    position: absolute;
    left: -100%;
    height: 100%;
}.title_greeting_style .connect_query_style:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(94,170,168,0.4);
}.title_greeting_style .connect_query_style:hover::before {
    left: 100%;
}.title_greeting_style .cover_photo_style {
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
    width: 100%;
    border-radius: 10px;
    height: 300px;
    position: relative;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeUp 0.8s 0.8s ease-out forwards;
    overflow: hidden;
}.title_greeting_style .cover_photo_style::before {
    height: 100%;
    pointer-events: none;
    top: 0;
    background: linear-gradient(to bottom, rgba(94,170,168,0.3), transparent);
    position: absolute;
    z-index: 1;
    width: 100%;
    content: "";
    left: 0;
}

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

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

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

@media (min-width: 768px) {.title_greeting_style .learning_corner_style {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 3rem;
    padding: 4rem 2rem;
}.title_greeting_style h1 {
    font-size: calc(47px * 1.2);
    grid-column: 1 / -1;
    margin-bottom: 2rem;
}.title_greeting_style .course_base_style {
    padding: 2.5rem;
}.title_greeting_style .cover_photo_style {
    height: 450px;
    margin-top: 0;
}.title_greeting_style svg {
    height: 150px;
    margin: 0 0 1rem 1rem;
    width: 150px;
    float: right;
}
}

@media (min-width: 992px) {.title_greeting_style .learning_corner_style {
    gap: 4rem;
    padding: 5rem 3rem;
}.title_greeting_style h1 {
    font-size: calc(47px * 1.4);
}.title_greeting_style .course_base_style {
    padding: 3rem;
}.title_greeting_style .cover_photo_style {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    height: 550px;
}.title_greeting_style .cover_photo_style:hover {
    transform: scale(1.03);
}.title_greeting_style svg {
    width: 180px;
    height: 180px;
}
}

@media (min-width: 1200px) {.title_greeting_style .learning_corner_style {
    gap: 6rem;
    padding: 6rem 4rem;
}.title_greeting_style h1 {
    font-size: calc(47px * 1.6);
}.title_greeting_style .course_base_style {
    padding: 3.5rem;
}.title_greeting_style .cover_photo_style {
    height: 600px;
}
}

@media (max-width: 767px) {.title_greeting_style .learning_corner_style {
    padding: 3rem 1.5rem;
}.title_greeting_style h1 {
    font-size: calc(47px * 0.9);
}.title_greeting_style .course_base_style p {
    font-size: 15px;
}.title_greeting_style .connect_query_style {
    text-align: center;
    width: 100%;
}}.academic_experience_style {
    background: linear-gradient(135deg, rgb(240,225,213), rgb(222,194,171,0.5));
    overflow: hidden;
    padding: 5rem 2rem;
    position: relative;
}.academic_experience_style::before {
    opacity: 0.1;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 1;
    position: absolute;
    content: "";
    background: repeating-linear-gradient(45deg, rgb(199,161,129,0.5) 0px, transparent 2px, transparent 10px);
}.academic_experience_style .user_quotes_style {
    position: relative;
    align-items: center;
    background: #ffffff;
    gap: 4rem;
    border-radius: 16px;
    max-width: 1200px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    display: flex;
    padding: 0;
    margin: 0 auto;
    z-index: 2;
    overflow: hidden;
}.academic_experience_style .cover_photo_style {
    flex-shrink: 0;
    position: relative;
    width: 40%;
    height: 450px;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
    transition: all 0.4s ease;
}.academic_experience_style .cover_photo_style::after {
    background: linear-gradient(135deg, rgb(222,194,171,0.5), transparent);
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    content: "";
    position: absolute;
    opacity: 0.5;
}.academic_experience_style .work_overview_style {
    position: relative;
    width: 60%;
    padding: 3rem;
}.academic_experience_style .name {
    font-size: 38px;
    color: #000000;
    display: inline-block;
    margin-bottom: 0.5rem;
    font-weight: 700;
    position: relative;
}.academic_experience_style .name::after {
    background: rgb(222,194,171);
    transition: width 0.3s ease;
    content: "";
    position: absolute;
    height: 3px;
    width: 50%;
    bottom: -8px;
    left: 0;
}.academic_experience_style .work_overview_style > div:nth-child(2) {
    font-weight: 600;
    color: rgb(199,161,129);
    font-size: 19px;
    padding-left: 2px;
    margin-bottom: 1.5rem;
}.academic_experience_style .work_section_style {
    line-height: 1.6;
    font-family: Arial, sans-serif;
    font-size: 17px;
    padding-left: 1.5rem;
    color: #000000;
    position: relative;
}.academic_experience_style .work_section_style::before {
    content: "";
    color: rgb(222,194,171,0.5);
    font-size: 4rem;
    opacity: 0.4;
    top: -2rem;
    left: -1rem;
    position: absolute;
}.academic_experience_style .user_quotes_style:hover .cover_photo_style {
    transform: scale(1.03);
}.academic_experience_style .user_quotes_style:hover .name::after {
    width: 100%;
}

@media (max-width: 992px) {.academic_experience_style .user_quotes_style {
    gap: 2rem;
    flex-direction: column;
}.academic_experience_style .cover_photo_style {
    height: 350px;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    width: 100%;
}.academic_experience_style .work_overview_style {
    width: 100%;
    padding: 0 2rem 2rem;
}
}

@media (max-width: 576px) {.academic_experience_style {
    padding: 3rem 1rem;
}.academic_experience_style .cover_photo_style {
    height: 280px;
}.academic_experience_style .work_overview_style {
    padding: 0 1.5rem 1.5rem;
}.academic_experience_style .name {
    font-size: calc(38px * 0.85);
}.academic_experience_style .work_section_style {
    font-size: calc(17px * 0.95);
}}.cookie_warning_overlay_style {
    text-align: center;
    width: 90%;
    z-index: 1050;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    font-family: Arial, sans-serif;
    flex-direction: column;
    padding: 20px;
    max-width: 600px;
    position: fixed;
    border-radius: 19px;
    transform: translateX(-50%);
    left: 50%;
    overflow: hidden;
    display: flex;
    bottom: 20px;
    align-items: center;
    background: rgb(240,225,213);
}.online_tracking_style {
    z-index: 1;
    flex-direction: column;
    align-items: center;
    display: flex;
}.cookie_necessary_style {
    margin-bottom: 20px;
    animation: bounce 2s infinite;
}.cookie_necessary_style svg, .cookie_necessary_style svg path, .cookie_necessary_style img {
    fill: rgb(222,194,171);
    height: 80px;
    width: 80px;
}@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-15px);
    }
    60% {
        transform: translateY(-10px);
    }
}
.cookie_warning_overlay_style h5 {
    font-size: 21px;
    margin-bottom: 10px;
    font-weight: 700;
    color: rgb(222,194,171);
}.cookie_warning_overlay_style p {
    margin-bottom: 20px;
    color: #000000;
    font-size: 13px;
}.track_ack_style {
    background: rgb(222,194,171);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    text-align: center;
    transition: background 0.3s ease-in-out, transform 0.2s ease-in-out;
    padding: 10px 20px;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    border-radius: 10px;
    margin: 5px;
    font-size: 19px;
    width: calc(50% - 10px);
    color: #ffffff;
}.track_ack_style:hover {
    background: rgb(199,161,129);
    transform: translateY(-3px);
}.cookie_button.cookie_ack_style {
    background: rgba(0, 0, 0, 0.5);
}.cookie_button.cookie_ack_style:hover {
    background: rgb(199,161,129,0.5);
}.cookie_warning_overlay_style p a {
    color: rgb(222,194,171);
    transition: color 0.3s ease-in-out;
    text-decoration: underline;
}.cookie_warning_overlay_style p a:hover {
    color: rgb(199,161,129);
}
@media only screen and (max-width: 600px) {.cookie_warning_overlay_style {
    border-radius: 0;
    transform: none;
    left: 0;
    width: 100%;
    bottom: 0;
}.online_tracking_style {
    padding: 15px;
}.cookie_necessary_style svg {
    width: 50px;
    height: 50px;
}.cookie_warning_overlay_style h5 {
    font-size: calc(21px - 2px);
}.cookie_warning_overlay_style p {
    font-size: calc(13px - 2px);
}.track_ack_style {
    padding: 8px 16px;
    width: calc(100% - 10px);
    font-size: calc(19px - 2px);
}}
#cookiePolicyMessage_style {
    display: none;
}#cookiePolicyMessage_style:checked ~ .cookie_warning_overlay_style {
    opacity: 0;
    visibility: hidden;
}.pricing_matrix_style {
    background: linear-gradient(135deg, rgb(240,225,213) 0%, #ffffff 100%);
    padding: 6rem 0;
    overflow: hidden;
    position: relative;
}.pricing_matrix_style::before {
    background: linear-gradient(45deg, rgb(222,194,171,0.5) 0%, transparent 40%);
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    content: "";
    z-index: 1;
}.pricing_matrix_style .container {
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}.pricing_matrix_style .pricing_pack_style {
    flex-direction: column;
    display: flex;
}.pricing_matrix_style .cost_matrix_style {
    margin-right: auto;
    text-align: center;
    max-width: 800px;
    margin-bottom: 3rem;
    order: 1;
    margin-left: auto;
}.pricing_matrix_style .cost_matrix_style h2 {
    position: relative;
    color: #000000;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 1rem;
    font-size: 38px;
}.pricing_matrix_style .cost_matrix_style h2::after {
    background: rgb(222,194,171);
    position: absolute;
    bottom: -10px;
    content: "";
    left: 50%;
    width: 80px;
    transform: translateX(-50%);
    height: 3px;
}.pricing_matrix_style .plan_rates_style {
    overflow-wrap: break-word;
    line-height: 1.6;
    font-size: 18px;
    margin: 0 auto;
    word-break: break-word;
    color: #000000;
    max-width: 600px;
}.pricing_matrix_style .rate_panel_style {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
    gap: 2rem;
    order: 2;
    margin-top: 2rem;
}.pricing_matrix_style .learning_price_style {
    border-radius: 10px;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.5s ease;
    background: #ffffff;
    text-decoration: none;
    display: block;
    position: relative;
    overflow: hidden;
}.pricing_matrix_style .learning_price_style:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px) scale(1.02);
}.pricing_matrix_style .learning_plan_style {
    height: 100%;
    display: flex;
    flex-direction: column;
}.pricing_matrix_style .pricing_levels_style {
    position: relative;
    overflow-wrap: break-word;
    word-break: break-word;
    flex-direction: column;
    padding: 2rem;
    z-index: 1;
    flex-grow: 1;
    display: flex;
}.pricing_matrix_style .pricing_levels_style::before {
    height: 100%;
    position: absolute;
    background: linear-gradient(135deg, transparent 0%, #ffffff 100%);
    width: 100%;
    left: 0;
    content: "";
    opacity: 0.7;
    z-index: -1;
    top: 0;
}.pricing_matrix_style .pricing_levels_style h3 {
    padding-bottom: 0.5rem;
    font-size: calc(21px * 1.2);
    color: #000000;
    margin-bottom: 1.5rem;
    font-weight: 700;
    position: relative;
}.pricing_matrix_style .pricing_levels_style h3::after {
    bottom: 0;
    left: 0;
    content: "";
    position: absolute;
    background: rgb(199,161,129);
    width: 40px;
    height: 2px;
    transition: width 0.3s ease;
}.pricing_matrix_style .learning_price_style:hover .pricing_levels_style h3::after {
    width: 80px;
}.pricing_matrix_style .price_panel_style {
    display: inline-block;
    margin-bottom: 1.5rem;
    color: rgb(222,194,171);
    font-size: calc(21px * 1.5);
    position: relative;
    font-weight: 700;
}.pricing_matrix_style .price_panel_style::before {
    left: 0;
    width: 0;
    transition: width 0.3s ease;
    position: absolute;
    background: rgb(222,194,171);
    content: "";
    height: 2px;
    bottom: -5px;
}.pricing_matrix_style .learning_price_style:hover .price_panel_style::before {
    width: 100%;
}.pricing_matrix_style .pricing_levels_style p {
    font-size: 18px;
    margin-top: auto;
    word-break: break-word;
    overflow-wrap: break-word;
    color: #000000;
    line-height: 1.6;
}.pricing_matrix_style .cover_photo_style {
    overflow: hidden;
    height: 200px;
    transition: transform 0.5s ease;
    position: relative;
}.pricing_matrix_style .cover_photo_style::after {
    top: 0;
    width: 100%;
    left: 0;
    position: absolute;
    content: "";
    height: 100%;
    background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.4) 100%);
}.pricing_matrix_style .learning_price_style:hover .cover_photo_style {
    transform: scale(1.05);
}.pricing_matrix_style .learning_price_style:nth-child(odd) .learning_plan_style {
    flex-direction: column-reverse;
}.pricing_matrix_style .learning_price_style:nth-child(3n+1) {
    border-top: 3px solid rgb(222,194,171);
}.pricing_matrix_style .learning_price_style:nth-child(3n+2) {
    border-top: 3px solid rgb(199,161,129);
}.pricing_matrix_style .learning_price_style:nth-child(3n+3) {
    border-top: 3px solid #000000;
}

@media (min-width: 768px) {.pricing_matrix_style .pricing_pack_style {
    gap: 4rem;
    align-items: center;
    flex-direction: row;
}.pricing_matrix_style .cost_matrix_style {
    order: 2;
    margin-bottom: 0;
    text-align: left;
    flex: 0 0 30%;
}.pricing_matrix_style .cost_matrix_style h2 {
    text-align: left;
}.pricing_matrix_style .cost_matrix_style h2::after {
    transform: none;
    left: 0;
}.pricing_matrix_style .plan_rates_style {
    margin: 0;
    text-align: left;
}.pricing_matrix_style .rate_panel_style {
    order: 1;
    flex: 0 0 65%;
    grid-template-columns: repeat(2, 1fr);
}
}

@media (min-width: 992px) {.pricing_matrix_style .rate_panel_style {
    grid-template-columns: repeat(2, 1fr);
}.pricing_matrix_style .learning_price_style:nth-child(4n+1) {
    transform: translateY(20px);
}.pricing_matrix_style .learning_price_style:nth-child(4n+3) {
    transform: translateY(-20px);
}.pricing_matrix_style .learning_price_style:hover {
    transform: translateY(0) scale(1.02);
}
}

@media (max-width: 767px) {.pricing_matrix_style {
    padding: 4rem 0;
}.pricing_matrix_style .pricing_levels_style {
    padding: 1.5rem;
}.pricing_matrix_style .pricing_levels_style h3 {
    font-size: 21px;
}.pricing_matrix_style .price_panel_style {
    font-size: 21px;
}.pricing_matrix_style .pricing_levels_style p {
    line-height: 1.5;
    font-size: calc(18px * 0.9);
    overflow-y: auto;
    max-height: 150px;
}.pricing_matrix_style .cover_photo_style {
    height: 150px;
}
}

@media (max-width: 480px) {.pricing_matrix_style .rate_panel_style {
    grid-template-columns: 1fr;
}.pricing_matrix_style .cost_matrix_style h2 {
    font-size: calc(38px * 0.8);
}.pricing_matrix_style .plan_rates_style {
    font-size: calc(18px * 0.9);
}.pricing_matrix_style .pricing_levels_style p {
    max-height: 120px;
}}.program_structure_style {
    align-items: stretch;
    overflow: hidden;
    background-color: #ffffff;
    min-height: 100vh;
    position: relative;
    display: flex;
}.program_structure_style::before {
    width: 100%;
    left: 0;
    content: '';
    z-index: 2;
    background: radial-gradient(circle at center, rgba(255,255,255,0.1) 0%, rgb(240,225,213) 90%);
    pointer-events: none;
    top: 0;
    position: absolute;
    height: 100%;
}.program_structure_style .career_ready_style {
    top: 0;
    width: 55%;
    height: 100%;
    right: 0;
    z-index: 1;
    position: absolute;
}.program_structure_style .career_learn_style {
    flex-direction: column;
    height: 500%;
    width: 100%;
    animation: carousel-vertical 25s ease infinite;
    display: flex;
}.program_structure_style .career_ready_style:hover .career_learn_style {
    animation-play-state: paused;
}.program_structure_style .job_training_style {
    height: 20%;
    position: relative;
    width: 100%;
}.program_structure_style .job_training_style::before {
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    content: '';
    background: linear-gradient(to right, rgba(255, 255, 255, 0.1) 0%, transparent 30%);
    top: 0;
    z-index: 2;
}.program_structure_style .job_training_style img {
    height: 100%;
    object-fit: cover;
    filter: brightness(1.2) contrast(1.15) saturate(1.15) opacity(0.95);
    transform: scale(1.05);
    width: 100%;
    transition: transform 0.8s ease;
}.program_structure_style .job_training_style:hover img {
    transform: scale(1.1);
}.program_structure_style .container {
    width: 100%;
    padding: 0;
    position: relative;
    align-items: center;
    z-index: 5;
    display: flex;
}.program_structure_style .learning_corner_style {
    width: 45%;
    flex-direction: column;
    display: flex;
    padding-left: 8%;
    justify-content: center;
}.program_structure_style .learn_skills_style {
    background: linear-gradient(135deg, #ffffff 0%, rgb(240,225,213) 100%);
    padding: 3.5rem;
    max-width: 550px;
    border-radius: 0 15px 15px 0;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
    border-left: 5px solid rgb(222,194,171);
    position: relative;
}.program_structure_style .learn_skills_style::before {
    pointer-events: none;
    position: absolute;
    right: 20px;
    border: 1px solid rgb(199,161,129,0.5);
    top: 20px;
    border-radius: 0 10px 10px 0;
    bottom: 20px;
    left: 20px;
    content: '';
    border-left: none;
}.program_structure_style .learn_skills_style h3 {
    color: rgb(222,194,171);
    position: relative;
    font-size: 41px;
    padding-bottom: 15px;
    font-weight: 700;
    margin-bottom: 1.5rem;
}.program_structure_style .learn_skills_style h3::after {
    content: '';
    bottom: 0;
    left: 0;
    position: absolute;
    background: rgb(199,161,129);
    width: 80px;
    height: 3px;
}.program_structure_style .learn_skills_style p {
    color: #000000;
    line-height: 1.8;
    margin-bottom: 2.5rem;
    font-size: 14px;
}.program_structure_style .learn_skills_style .connect_query_style {
    overflow: hidden;
    font-weight: 600;
    display: inline-block;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 16px;
    border-radius: 10px;
    background: linear-gradient(45deg, rgb(222,194,171) 0%, rgb(199,161,129) 100%);
    z-index: 1;
    color: #ffffff;
    position: relative;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    padding: 1.2rem 2.5rem;
}.program_structure_style .learn_skills_style .connect_query_style::before {
    content: '';
    transition: opacity 0.3s ease;
    left: 0;
    opacity: 0;
    top: 0;
    z-index: -1;
    position: absolute;
    height: 100%;
    width: 100%;
    background: linear-gradient(45deg, rgb(199,161,129) 0%, rgb(222,194,171) 100%);
}.program_structure_style .learn_skills_style .connect_query_style:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}.program_structure_style .learn_skills_style .connect_query_style:hover::before {
    opacity: 1;
}

@keyframes carousel-vertical {
    0%, 16% {
        transform: translateY(0);
    }
    20%, 36% {
        transform: translateY(-20%);
    }
    40%, 56% {
        transform: translateY(-40%);
    }
    60%, 76% {
        transform: translateY(-60%);
    }
    80%, 96% {
        transform: translateY(-80%);
    }
    100% {
        transform: translateY(0);
    }
}

@media screen and (min-width: 1440px) {.program_structure_style .learning_corner_style {
    padding-left: 10%;
}.program_structure_style .learn_skills_style {
    max-width: 650px;
}
}

@media screen and (max-width: 1200px) {.program_structure_style .career_ready_style {
    width: 50%;
}.program_structure_style .learning_corner_style {
    padding-left: 5%;
    width: 50%;
}.program_structure_style .learn_skills_style {
    padding: 2.5rem;
}
}

@media screen and (max-width: 992px) {.program_structure_style {
    flex-direction: column;
    min-height: auto;
}.program_structure_style .career_ready_style {
    position: relative;
    height: 400px;
    width: 100%;
}.program_structure_style .career_learn_style {
    width: 500%;
    animation: carousel-horizontal 25s ease infinite;
    height: 100%;
    flex-direction: row;
}.program_structure_style .job_training_style {
    height: 100%;
    width: 20%;
}.program_structure_style .job_training_style::before {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, transparent 30%);
}.program_structure_style .container {
    padding: 3rem 1rem;
}.program_structure_style .learning_corner_style {
    padding-left: 0;
    margin: 0 auto;
    max-width: 800px;
    width: 100%;
}.program_structure_style .learn_skills_style {
    border-left: none;
    border-radius: 15px;
    border-top: 5px solid rgb(222,194,171);
    max-width: 100%;
}.program_structure_style .learn_skills_style::before {
    right: 20px;
    border-radius: 10px;
    top: 20px;
    bottom: 20px;
    left: 20px;
    border-top: none;
    border: 1px solid rgb(199,161,129,0.5);
}
}

@media screen and (max-width: 768px) {.program_structure_style .career_ready_style {
    height: 350px;
}.program_structure_style .container {
    padding: 2.5rem 1rem;
}.program_structure_style .learn_skills_style {
    padding: 2rem;
}.program_structure_style .learn_skills_style h3 {
    font-size: calc(41px * 0.8);
}

}

@media screen and (max-width: 576px) {.program_structure_style .career_ready_style {
    height: 300px;
}.program_structure_style .container {
    padding: 2rem 1rem;
}.program_structure_style .learn_skills_style {
    padding: 1.5rem;
}.program_structure_style .learn_skills_style h3 {
    font-size: calc(41px * 0.7);
}.program_structure_style .learn_skills_style p {
    font-size: calc(14px * 0.9);
    margin-bottom: 2rem;
}.program_structure_style .learn_skills_style .connect_query_style {
    text-align: center;
    padding: 1rem;
    width: 100%;
}.program_structure_style .learn_skills_style::before {
    display: none;
}}

@keyframes carousel-horizontal {
    0%, 16% {
        transform: translateX(0);
    }
    20%, 36% {
        transform: translateX(-20%);
    }
    40%, 56% {
        transform: translateX(-40%);
    }
    60%, 76% {
        transform: translateX(-60%);
    }
    80%, 96% {
        transform: translateX(-80%);
    }
    100% {
        transform: translateX(0);
    }
}.story_spot_style {
    color: #ffffff;
    position: relative;
    z-index: 1;
    background-position: center center;
    padding: 5rem 0 3rem;
}.story_spot_style::before {
    left: 0;
    top: 0;
    content: "";
    z-index: -1;
    height: 100%;
    position: absolute;
    width: 100%;
    background: linear-gradient(0deg, #000000 20%, transparent 100%);
}.story_spot_style::after {
    height: 100%;
    width: 100%;
    opacity: 0.5;
    left: 0;
    top: 0;
    position: absolute;
    z-index: -1;
    background: repeating-linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.3) 0px,
        rgba(0, 0, 0, 0.3) 1px,
        transparent 1px,
        transparent 20px
    );
    content: "";
}.story_spot_style .container {
    flex-direction: column;
    display: flex;
    position: relative;
}.story_spot_style .container::before {
    top: -80px;
    content: "";
    position: absolute;
    left: 0;
    height: 80px;
    opacity: 0.3;
    clip-path: polygon(0 80%, 100% 80%, 100% 100%, 0 100%);
    width: 100%;
    background: linear-gradient(0deg, rgb(222,194,171) 0%, transparent 100%);
}.story_spot_style .company_holder {
    backdrop-filter: blur(5px);
    clip-path: polygon(
        0 0,
        calc(100% - 30px) 0,
        100% 30px,
        100% 100%,
        30px 100%,
        0 calc(100% - 30px)
    );
    border-radius: 10px;
    margin-bottom: 4rem;
    padding: 2rem;
    position: relative;
    background: rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(rgb(222,194,171), 0.3);
}.story_spot_style .company_holder::before {
    position: absolute;
    left: -5px;
    opacity: 0.5;
    top: -5px;
    height: calc(100% + 10px);
    filter: blur(5px);
    content: "";
    clip-path: polygon(
        0 0,
        calc(100% - 40px) 0,
        100% 40px,
        100% 100%,
        40px 100%,
        0 calc(100% - 40px)
    );
    z-index: -1;
    width: calc(100% + 10px);
    background: linear-gradient(45deg, rgb(222,194,171), transparent 70%);
}.story_spot_style .company_holder h3 {
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 0 0 10px rgb(222,194,171), 0 0 20px rgb(222,194,171), 0 0 30px rgb(222,194,171);
    position: relative;
    font-size: calc(32px * 1.2);
    display: inline-block;
    color: #ffffff;
    letter-spacing: 2px;
    margin-bottom: 1.5rem;
}.story_spot_style .company_holder h3::before {
    filter: blur(1px);
    content: attr(data-text);
    top: 2px;
    color: rgb(222,194,171);
    opacity: 0.7;
    position: absolute;
    left: 2px;
    z-index: -1;
}.story_spot_style .intern_opp_style {
    margin-top: 1.5rem;
    opacity: 0.8;
    padding-left: 1rem;
    color: #ffffff;
    line-height: 1.6;
    border-left: 2px solid rgb(222,194,171);
    font-size: 17px;
}.story_spot_style .webinar_cta_style {
    justify-content: space-between;
    position: relative;
    display: flex;
}.story_spot_style .webinar_cta_style::before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    background: linear-gradient(90deg, transparent, rgb(222,194,171), transparent);
    height: 1px;
    top: -20px;
}.story_spot_style .nav_mainwrap_style {
    gap: 2rem;
    justify-content: space-between;
    display: flex;
    width: 100%;
}.story_spot_style .nav_class_style {
    border-left: 2px solid rgb(222,194,171);
    transition: all 0.3s ease;
    box-shadow: -5px 5px 15px rgba(0, 0, 0, 0.3);
    padding: 1.5rem;
    background: rgba(0, 0, 0, 0.2);
    flex: 1;
    position: relative;
    border-bottom: 2px solid rgb(222,194,171);
}.story_spot_style .nav_class_style:hover {
    transform: translateY(-5px);
    background: rgba(rgb(222,194,171,0.5), 0.1);
    box-shadow: -8px 8px 20px rgba(0, 0, 0, 0.4);
}.story_spot_style .nav_class_style h5 {
    color: rgb(199,161,129);
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 1.5rem;
    letter-spacing: 2px;
    position: relative;
}.story_spot_style .nav_class_style h5::after {
    background: rgb(222,194,171);
    content: "";
    height: 2px;
    position: absolute;
    box-shadow: 0 0 10px rgb(222,194,171);
    bottom: -8px;
    width: 40px;
    left: 0;
}.story_spot_style .nav_class_style .nav_mainwrap_style {
    flex-direction: column;
    gap: 1rem;
    display: flex;
}.story_spot_style .nav_class_style .nav_mainwrap_style a {
    font-size: 17px;
    overflow: hidden;
    color: #ffffff;
    position: relative;
    opacity: 0.7;
    text-decoration: none;
    transition: all 0.3s ease;
    padding: 0.5rem 0 0.5rem 1.5rem;
}.story_spot_style .nav_class_style .nav_mainwrap_style a::before {
    color: rgb(222,194,171);
    transition: all 0.3s ease;
    font-size: 0.8em;
    left: 0;
    content: "//";
    position: absolute;
}.story_spot_style .nav_class_style .nav_mainwrap_style a:hover {
    opacity: 1;
    text-shadow: 0 0 5px rgb(222,194,171);
    color: rgb(222,194,171);
}.story_spot_style .nav_class_style .nav_mainwrap_style a:hover::before {
    color: rgb(199,161,129);
}.patent_info_style {
    margin-top: 3rem;
    background: rgba(0, 0, 0, 0.6);
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    position: relative;
    padding: 1.5rem 0;
}.patent_info_style::before {
    left: 0;
    position: absolute;
    content: "";
    height: 1px;
    background-image: 
        linear-gradient(90deg, transparent, rgb(222,194,171), transparent);
    width: 100%;
    top: 0;
}.patent_info_style .container {
    display: flex;
    justify-content: center;
    align-items: center;
}.patent_info_style .news_feed_style {
    text-transform: uppercase;
    text-align: center;
    opacity: 0.7;
    color: #ffffff;
    letter-spacing: 1px;
    font-size: 13px;
}.patent_info_style .news_feed_style::before,
.patent_info_style .news_feed_style::after {
    margin: 0 10px;
    content: "//";
    color: rgb(222,194,171);
}

@keyframes neon-flicker {
    0%, 19%, 21%, 23%, 25%, 54%, 56%, 100% {
        opacity: 0.9;
        text-shadow: 0 0 10px rgb(222,194,171), 0 0 20px rgb(222,194,171);
    }
    20%, 24%, 55% {
        opacity: 0.5;
        text-shadow: none;
    }
}

@keyframes scan-lines {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 0 100%;
    }
}

@media screen and (max-width: 992px) {.story_spot_style .webinar_cta_style {
    flex-direction: column;
}.story_spot_style .nav_mainwrap_style {
    flex-direction: column;
}.story_spot_style .nav_class_style {
    margin-bottom: 1rem;
    width: 100%;
}.patent_info_style {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
}
}

@media screen and (max-width: 768px) {.story_spot_style {
    padding: 4rem 0 2rem;
}.story_spot_style .company_holder {
    margin-bottom: 3rem;
    padding: 1.5rem;
}.story_spot_style .company_holder h3 {
    font-size: 32px;
}.story_spot_style .nav_class_style h5 {
    font-size: calc(24px * 0.9);
}.patent_info_style {
    clip-path: polygon(0 0, 100% 0, 85% 100%, 15% 100%);
    padding: 1.2rem 0;
    margin-top: 2rem;
}
}

@media screen and (max-width: 576px) {.story_spot_style {
    padding: 3rem 0 2rem;
}.story_spot_style .company_holder {
    clip-path: polygon(
            0 0,
            calc(100% - 20px) 0,
            100% 20px,
            100% 100%,
            20px 100%,
            0 calc(100% - 20px)
        );
}.story_spot_style .company_holder h3 {
    letter-spacing: 1px;
    font-size: calc(32px * 0.85);
}.story_spot_style .intern_opp_style {
    font-size: calc(17px * 0.9);
}.story_spot_style .nav_class_style {
    padding: 1rem;
}.story_spot_style .nav_class_style .nav_mainwrap_style a {
    font-size: calc(17px * 0.9);
}.patent_info_style {
    clip-path: polygon(0 0, 100% 0, 80% 100%, 20% 100%);
    padding: 1rem 0;
}.patent_info_style .news_feed_style::before,
    .patent_info_style .news_feed_style::after {
    display: none;
}}.connect_with_us_style {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}.connect_with_us_style::before {
    top: 0;
    content: '';
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgb(199,161,129,0.5);
    left: 0;
    position: absolute;
}.connect_with_us_style .container {
    z-index: 2;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
}.connect_with_us_style .support_info_style {
    grid-template-columns: 1fr;
    gap: 0;
    grid-template-rows: auto auto;
    display: grid;
}.connect_with_us_style .reach_links_style {
    padding: 60px 50px;
    background: #ffffff;
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    border-radius: 0 0 19px 19px;
    grid-row: 2;
}.connect_with_us_style .reach_links_style h3 {
    margin-bottom: 40px;
    font-size: 36px;
    width: 100%;
    color: #000000;
    position: relative;
    font-weight: 700;
    text-align: center;
}.connect_with_us_style .reach_links_style h3::after {
    position: absolute;
    background: rgb(222,194,171);
    width: 80px;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    height: 3px;
    bottom: -15px;
}.connect_with_us_style .reach_links_style div {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    align-items: center;
    background: rgb(240,225,213);
    flex: 0 0 calc(50% - 20px);
    display: flex;
    margin-bottom: 30px;
    border-radius: 10px;
    padding: 20px;
}.connect_with_us_style .reach_links_style div:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    transform: translateY(-5px);
}.connect_with_us_style .reach_links_style svg {
    margin-right: 15px;
    width: 24px;
    height: 24px;
}.connect_with_us_style .reach_links_style svg path {
    fill: rgb(222,194,171);
}.connect_with_us_style .reach_links_style span {
    font-size: 18px;
    color: #000000;
}.connect_with_us_style .reach_links_style a {
    color: rgb(222,194,171);
    text-decoration: none;
    transition: color 0.3s ease;
}.connect_with_us_style .reach_links_style a:hover {
    color: rgb(199,161,129);
}.connect_with_us_style .help_panel_style {
    border-radius: 19px 19px 0 0;
    padding: 0;
    overflow: hidden;
    grid-row: 1;
    background: rgb(222,194,171);
    position: relative;
}.connect_with_us_style .help_panel_style::before {
    height: 150px;
    top: -50px;
    content: '';
    background: rgb(199,161,129);
    opacity: 0.2;
    position: absolute;
    right: -50px;
    width: 150px;
    border-radius: 50%;
}.connect_with_us_style .help_panel_style::after {
    background: rgb(199,161,129);
    width: 200px;
    border-radius: 50%;
    left: -80px;
    height: 200px;
    opacity: 0.1;
    position: absolute;
    content: '';
    bottom: -80px;
}.connect_with_us_style form {
    z-index: 1;
    padding: 60px 50px;
    position: relative;
}.connect_with_us_style form h3 {
    color: #ffffff;
    text-align: center;
    margin-bottom: 40px;
    font-weight: 700;
    font-size: 36px;
    position: relative;
}.connect_with_us_style form h3::after {
    left: 50%;
    transform: translateX(-50%);
    content: '';
    background: #ffffff;
    height: 3px;
    bottom: -15px;
    width: 80px;
    position: absolute;
}.connect_with_us_style form input[type="text"],
.connect_with_us_style form input[type="email"] {
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
    width: 100%;
    font-size: 18px;
    padding: 18px 20px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.1);
    margin-bottom: 20px;
    color: #ffffff;
}.connect_with_us_style form input[type="text"]:focus,
.connect_with_us_style form input[type="email"]:focus {
    outline: none;
    border-color: rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0.2);
}.connect_with_us_style form input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}.connect_with_us_style .help_map_style {
    align-items: flex-start;
    margin: 25px 0 30px;
    display: flex;
}.connect_with_us_style .help_map_style input[type="checkbox"] {
    height: 22px;
    -webkit-appearance: none;
    border: 2px solid rgba(255, 255, 255, 0.3);
    margin-right: 15px;
    cursor: pointer;
    border-radius: 10px;
    width: 22px;
    transition: all 0.3s ease;
    position: relative;
    appearance: none;
    flex-shrink: 0;
}.connect_with_us_style .help_map_style input[type="checkbox"]:checked {
    border-color: #ffffff;
    background-color: #ffffff;
}.connect_with_us_style .help_map_style input[type="checkbox"]:checked::before {
    position: absolute;
    top: 4px;
    border: solid rgb(222,194,171);
    content: '';
    width: 6px;
    left: 7px;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    height: 10px;
}.connect_with_us_style .help_map_style label {
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
}.connect_with_us_style .help_map_style a {
    color: #ffffff;
    transition: opacity 0.3s ease;
    font-weight: 600;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.5);
    text-decoration: none;
}.connect_with_us_style .help_map_style a:hover {
    opacity: 0.8;
    border-bottom-color: #ffffff;
}.connect_with_us_style .connect_query_style {
    border: none;
    width: 100%;
    font-size: 16px;
    cursor: pointer;
    padding: 18px 20px;
    border-radius: 10px;
    font-weight: 700;
    transition: all 0.3s ease;
    background: #ffffff;
    color: rgb(222,194,171);
}.connect_with_us_style .connect_query_style:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    background: rgb(240,225,213);
}

@media (min-width: 992px) {.connect_with_us_style form {
    gap: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}.connect_with_us_style form h3 {
    grid-column: span 2;
}.connect_with_us_style .help_map_style {
    grid-column: span 2;
}.connect_with_us_style .connect_query_style {
    grid-column: span 2;
}
}

@media (max-width: 992px) {.connect_with_us_style {
    padding: 90px 0;
}.connect_with_us_style .help_panel_style,
    .connect_with_us_style .reach_links_style {
    padding: 50px 40px;
}
}

@media (max-width: 768px) {.connect_with_us_style {
    padding: 70px 0;
}.connect_with_us_style .reach_links_style div {
    flex: 0 0 100%;
}.connect_with_us_style .help_panel_style,
    .connect_with_us_style .reach_links_style {
    padding: 40px 30px;
}.connect_with_us_style .reach_links_style h3,
    .connect_with_us_style form h3 {
    font-size: calc(36px * 0.9);
    margin-bottom: 35px;
}
}

@media (max-width: 576px) {.connect_with_us_style {
    padding: 50px 0;
}.connect_with_us_style .help_panel_style,
    .connect_with_us_style .reach_links_style {
    padding: 30px 25px;
}.connect_with_us_style .reach_links_style h3,
    .connect_with_us_style form h3 {
    font-size: calc(36px * 0.85);
    margin-bottom: 30px;
}.connect_with_us_style form input[type="text"],
    .connect_with_us_style form input[type="email"] {
    padding: 15px;
}}.secure_wrap_style {
    background-color: rgb(222,194,171,0.5);
    font-family: Arial, sans-serif;
    padding: 40px;
    width: 100%;
    overflow: hidden;
    height: 100%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}.secure_wrap_style h1 {
    border-bottom: 2px solid rgb(199,161,129);
    padding-bottom: 10px;
    margin-bottom: 30px;
    margin-top: 40px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    color: #ffffff;
    font-size: 39px;
    font-weight: 700;
}.secure_wrap_style h2 {
    text-transform: uppercase;
    font-size: 38px;
    letter-spacing: 1px;
    color: rgb(199,161,129);
    margin-top: 35px;
    margin-bottom: 25px;
    font-weight: 600;
}.secure_wrap_style h3, .secure_wrap_style h4, .secure_wrap_style h5, .secure_wrap_style h6 {
    font-weight: 400;
    font-size: 21px;
    margin-bottom: 15px;
    color: #000000;
    margin-top: 25px;
}.secure_wrap_style ul, .secure_wrap_style ol {
    list-style-position: inside;
    padding: 15px 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    background-color: #ffffff;
    padding-left: 20px;
}.secure_wrap_style li {
    position: relative;
    padding-left: 20px;
    line-height: 1.6;
    color: #000000;
    font-size: 16px;
    margin-bottom: 15px;
}.secure_wrap_style section {
    background: #ffffff;
    padding: 20px;
    border-radius: 18px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}.secure_wrap_style p, .secure_wrap_style span, .secure_wrap_style div {
    font-size: 16px;
    font-weight: 300;
    border-radius: 10px;
    margin-bottom: 10px;
    padding: 5px 10px;
    line-height: 1.8;
    color: #000000;
    background-color: rgb(222,194,171,0.5);
    border-left: 3px solid rgb(222,194,171);
}

@media only screen and (max-width: 800px) {.secure_wrap_style {
    padding: 20px;
}.secure_wrap_style h1 {
    font-size: calc(21px - 10%);
}.secure_wrap_style h2 {
    font-size: calc(21px - 10%);
}.secure_wrap_style h3, .secure_wrap_style h4, .secure_wrap_style h5, .secure_wrap_style h6 {
    font-size: calc(21px - 10%);
}.secure_wrap_style li {
    font-size: calc(16px - 10%);
}}.company_overview_style {
    position: relative;
    padding: 120px 0 80px;
    overflow: hidden;
}.company_overview_style::before {
    z-index: 1;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgb(222,194,171,0.5), rgba(0, 0, 0, 0.5) 85%);
}.company_overview_style::after {
    opacity: 0.07;
    background: rgb(199,161,129);
    width: 300px;
    transform: rotate(35deg);
    right: -50px;
    position: absolute;
    clip-path: polygon(0 0, 100% 0, 100% 75%, 0 100%);
    top: -50px;
    z-index: 2;
    content: "";
    height: 300px;
}.company_overview_style h4 {
    font-weight: 700;
    font-size: 36px;
    position: relative;
    letter-spacing: 3px;
    text-transform: uppercase;
    z-index: 10;
    margin-bottom: 40px;
    color: #ffffff;
    text-align: center;
}.company_overview_style h4::after {
    height: 4px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    width: 60px;
    bottom: -14px;
    background: rgb(199,161,129);
}.company_overview_style .container {
    margin: 0 auto;
    z-index: 10;
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
}.company_overview_style .editorial_wrap_style {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    border-left: 5px solid rgb(199,161,129);
    transform: translateY(0);
    padding: 50px 60px;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    background: rgba(255, 255, 255, 0.95);
    position: relative;
}.company_overview_style .editorial_wrap_style:hover {
    transform: translateY(-8px);
}.company_overview_style .editorial_wrap_style::before {
    background: rgb(199,161,129);
    position: absolute;
    opacity: 0.05;
    right: 30px;
    transform: rotate(25deg);
    height: 150px;
    top: 30px;
    width: 150px;
    content: "";
    z-index: -1;
    border-radius: 10px;
}.company_overview_style h6 {
    color: rgb(222,194,171);
    font-size: calc(19px + 2px);
    margin-bottom: 25px;
    font-weight: 700;
    display: inline-block;
    position: relative;
}.company_overview_style h6::after {
    content: "";
    height: 3px;
    background: rgb(199,161,129);
    position: absolute;
    width: 40%;
    left: 0;
    bottom: -8px;
}.company_overview_style .editorial_wrap_style div {
    position: relative;
}.company_overview_style .editorial_wrap_style span {
    column-gap: 40px;
    text-align: justify;
    color: #000000;
    display: block;
    line-height: 1.8;
    font-weight: 400;
    hyphens: auto;
    font-size: 16px;
    column-count: 2;
}

@media (max-width: 992px) {.company_overview_style {
    padding: 90px 0 60px;
}.company_overview_style .editorial_wrap_style {
    padding: 40px 35px;
}.company_overview_style .editorial_wrap_style span {
    font-size: calc(16px - 1px);
    column-count: 1;
}.company_overview_style h6 {
    font-size: 19px;
}.company_overview_style h4 {
    font-size: calc(36px - 4px);
}
}

@media (max-width: 768px) {.company_overview_style {
    padding: 70px 0 50px;
}.company_overview_style .editorial_wrap_style {
    border-left-width: 3px;
    padding: 30px 25px;
}.company_overview_style .editorial_wrap_style::before {
    height: 100px;
    right: 20px;
    width: 100px;
    top: 20px;
}.company_overview_style h6 {
    font-size: calc(16px + 2px);
}.company_overview_style h4 {
    letter-spacing: 2px;
    margin-bottom: 30px;
    font-size: calc(36px - 8px);
}.company_overview_style h4::after {
    width: 40px;
    bottom: -10px;
    height: 3px;
}
}

@media (max-width: 576px) {.company_overview_style {
    padding: 60px 0 40px;
}.company_overview_style .editorial_wrap_style {
    padding: 25px 20px;
}.company_overview_style .editorial_wrap_style span {
    font-size: calc(16px - 2px);
    line-height: 1.6;
}.company_overview_style h6 {
    margin-bottom: 20px;
}.company_overview_style h6::after {
    height: 2px;
    bottom: -6px;
}.company_overview_style .editorial_wrap_style::before {
    display: none;
}}.learning_process_style {
    background: linear-gradient(135deg, rgb(240,225,213) 0%, #ffffff 100%);
    overflow: hidden;
    padding: 6rem 0;
    position: relative;
}.learning_process_style::before {
    height: 100%;
    z-index: 0;
    width: 100%;
    position: absolute;
    content: "";
    top: 0;
    pointer-events: none;
    background-image: radial-gradient(circle at 10% 20%, rgb(199,161,129,0.5) 0%, transparent 60%);
    left: 0;
}.learning_process_style::after {
    transform: rotate(-15deg);
    clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
    z-index: 0;
    content: "";
    opacity: 0.08;
    background: rgb(222,194,171,0.5);
    width: 250px;
    animation: float 12s infinite ease-in-out;
    top: -50px;
    position: absolute;
    right: -50px;
    height: 250px;
}.learning_process_style .container {
    position: relative;
    margin: 0 auto;
    z-index: 1;
    max-width: 1200px;
}.learning_process_style .learning_corner_style {
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    backdrop-filter: blur(10px);
    display: flex;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
    transform: perspective(1000px) rotateX(2deg);
    padding: 3rem;
    position: relative;
    align-items: center;
    background: rgba(255, 255, 255, 0.9);
    justify-content: center;
}.learning_process_style .learning_corner_style:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.07), 0 10px 20px rgba(0, 0, 0, 0.05);
}.learning_process_style .learning_corner_style > div {
    position: relative;
    max-width: 800px;
}.learning_process_style .learning_corner_style > div::before {
    transform: scaleY(0);
    left: -2rem;
    position: absolute;
    background: linear-gradient(to bottom, rgb(222,194,171), rgb(199,161,129));
    transform-origin: top;
    top: 0;
    content: "";
    animation: line-appear 1.2s 0.5s forwards cubic-bezier(0.19, 1, 0.22, 1);
    width: 4px;
    height: 100%;
}.learning_process_style h3 {
    color: #000000;
    font-weight: 700;
    font-size: calc(34px * 0.85);
    position: relative;
    margin-bottom: 1.5rem;
    opacity: 0;
    animation: slide-in 0.8s 0.2s forwards cubic-bezier(0.19, 1, 0.22, 1);
    font-family: Arial, sans-serif;
    transform: translateX(-20px);
    letter-spacing: -0.02em;
}.learning_process_style h3::after {
    bottom: -0.5rem;
    width: 80px;
    background: rgb(199,161,129);
    content: "";
    transform-origin: left;
    position: absolute;
    left: 0;
    height: 3px;
    transform: scaleX(0);
    animation: line-grow 1s 0.8s forwards cubic-bezier(0.19, 1, 0.22, 1);
}.learning_process_style p {
    margin-bottom: 0;
    opacity: 0;
    transform: translateY(20px);
    color: #000000;
    font-size: 15px;
    position: relative;
    line-height: 1.8;
    font-family: Arial, sans-serif;
    animation: fade-up 0.8s 0.4s forwards cubic-bezier(0.19, 1, 0.22, 1);
}.learning_process_style p span {
    display: inline-block;
    position: relative;
    padding-right: 0.5rem;
}.learning_process_style p span::before {
    left: 0;
    bottom: -5px;
    transform: scaleX(0);
    content: "";
    transform-origin: left;
    animation: line-grow-subtle 1.2s 1s forwards cubic-bezier(0.19, 1, 0.22, 1);
    height: 1px;
    position: absolute;
    background: linear-gradient(to right, rgb(199,161,129,0.5), transparent);
    width: 100%;
    opacity: 0.3;
}@keyframes line-appear {
    0% {
        transform: scaleY(0);
    }
    100% {
        transform: scaleY(1);
    }
}

@keyframes line-grow {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

@keyframes line-grow-subtle {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

@keyframes slide-in {
    0% {
        transform: translateX(-20px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

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

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


.learning_process_style .learning_corner_style:hover::after {
    width: 200px;
    z-index: -1;
    animation: followMouse 0.8s cubic-bezier(0.33, 1, 0.68, 1) forwards;
    position: absolute;
    content: "";
    transform: translate(-50%, -50%);
    opacity: 0.1;
    border-radius: 50%;
    pointer-events: none;
    height: 200px;
    background: radial-gradient(circle, rgb(199,161,129,0.5) 0%, transparent 70%);
}

@keyframes followMouse {
    0% {
        opacity: 0;
        transform: scale(0.5) translate(-50%, -50%);
    }
    100% {
        opacity: 0.1;
        transform: scale(1) translate(-50%, -50%);
    }
}


@media (max-width: 1200px) {.learning_process_style {
    padding: 5rem 0;
}.learning_process_style .learning_corner_style {
    padding: 2.5rem;
    margin: 0 2rem;
}.learning_process_style h3 {
    font-size: calc(34px * 0.8);
}
}

@media (max-width: 992px) {.learning_process_style {
    padding: 4rem 0;
}.learning_process_style .learning_corner_style {
    padding: 2rem;
    transform: perspective(1000px) rotateX(1deg);
}.learning_process_style h3 {
    font-size: calc(34px * 0.75);
}.learning_process_style p {
    font-size: calc(15px * 0.95);
    line-height: 1.7;
}.learning_process_style::after {
    height: 180px;
    top: -30px;
    right: -30px;
    width: 180px;
}
}

@media (max-width: 768px) {.learning_process_style {
    padding: 3.5rem 0;
}.learning_process_style .learning_corner_style {
    padding: 1.75rem;
    margin: 0 1.5rem;
    transform: none;
}.learning_process_style .learning_corner_style:hover {
    transform: translateY(-3px);
}.learning_process_style h3 {
    font-size: calc(34px * 0.7);
    margin-bottom: 1.25rem;
}.learning_process_style .learning_corner_style > div::before {
    width: 3px;
    left: -1.5rem;
}.learning_process_style h3::after {
    height: 2px;
    width: 60px;
}.learning_process_style::after {
    top: -20px;
    height: 150px;
    width: 150px;
    right: -20px;
}
}

@media (max-width: 576px) {.learning_process_style {
    padding: 3rem 0;
}.learning_process_style .learning_corner_style {
    padding: 1.5rem;
    margin: 0 1rem;
}.learning_process_style h3 {
    margin-bottom: 1rem;
    font-size: calc(34px * 0.65);
}.learning_process_style p {
    line-height: 1.6;
    font-size: calc(15px * 0.9);
}.learning_process_style .learning_corner_style > div::before {
    width: 2px;
    left: -1.25rem;
}.learning_process_style::after {
    height: 120px;
    width: 120px;
    opacity: 0.06;
}
}

@media (max-width: 480px) {.learning_process_style {
    padding: 2.5rem 0;
}.learning_process_style .learning_corner_style {
    margin: 0 0.75rem;
    padding: 1.25rem;
}.learning_process_style h3 {
    font-size: calc(34px * 0.6);
}.learning_process_style p {
    font-size: calc(15px * 0.85);
    line-height: 1.5;
}.learning_process_style .learning_corner_style > div::before {
    left: -1rem;
}.learning_process_style h3::after {
    width: 50px;
}.learning_process_style::after {
    height: 100px;
    width: 100px;
}}header {
    padding: 0;
    overflow: visible;
    margin-top: 0;
    position: relative;
    z-index: 100;
    background: rgb(199,161,129);
}header::before {
    height: 100%;
    background-size: 20px 20px;
    background-image: linear-gradient(0deg, 
        rgba(255, 255, 255, 0.02) 1px, 
        transparent 1px),
    linear-gradient(90deg, 
        rgba(255, 255, 255, 0.02) 1px, 
        transparent 1px);
    content: '';
    top: 0;
    z-index: 0;
    left: 0;
    position: absolute;
    width: 100%;
}header::after {
    width: 100%;
    background: 
        linear-gradient(to right, transparent 0%, rgb(199,161,129,0.5) 50%, transparent 100%),
        linear-gradient(to bottom, transparent 0%, rgb(199,161,129,0.5) 50%, transparent 100%);
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
    z-index: 0;
    content: '';
}header .top_mentor_style {
    position: relative;
    z-index: 5;
    justify-content: space-between;
    padding: 1.3rem 2.5rem;
    display: flex;
    align-items: center;
}header .top_primary_style {
    margin-right: 2rem;
    padding: 0.5rem 0.7rem;
    transition: all 0.3s ease;
    z-index: 2;
    flex: 0 0 auto;
    border-left: 3px solid rgb(222,194,171);
    overflow: hidden;
    position: relative;
}header .top_primary_style::before {
    width: 100%;
    transition: all 0.4s ease;
    content: '';
    transform: scaleX(0);
    left: 0;
    top: 0;
    position: absolute;
    opacity: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    height: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}header .top_primary_style:hover {
    transform: translateX(5px);
    box-shadow: 5px 0 15px -5px rgb(222,194,171);
}header .top_primary_style:hover::before {
    transform: scaleX(1);
    opacity: 1;
}header .main_nav_style {
    display: block;
    transition: all 0.3s ease;
    position: relative;
}header .main_nav_style::after {
    height: 10px;
    content: '';
    opacity: 0;
    bottom: -5px;
    transition: all 0.3s ease;
    right: -5px;
    width: 10px;
    position: absolute;
    background: rgb(222,194,171);
}header .main_nav_style:hover::after {
    opacity: 1;
}header .main_nav_style img {
    max-height: 40px;
    filter: brightness(1.1);
}header .nav_class_style {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 2;
}header .nav_class_style::before {
    width: 40px;
    content: '';
    top: 50%;
    background: rgb(222,194,171);
    position: absolute;
    transform: translateY(-50%);
    right: -20px;
    height: 1px;
}header .header_pagewrap_style {
    position: relative;
    margin: 0 1px;
}header .header_pagewrap_style a {
    align-items: center;
    font-size: 18px;
    padding: 0 1.2rem;
    letter-spacing: 1px;
    display: flex;
    border-right: 1px solid transparent;
    position: relative;
    overflow: hidden;
    z-index: 1;
    height: 45px;
    border-left: 1px solid transparent;
    color: #ffffff;
    transition: all 0.3s ease;
    justify-content: center;
    font-weight: 600;
    text-decoration: none;
}header .header_pagewrap_style a::before {
    transition: transform 0.3s ease;
    background: rgb(222,194,171);
    position: absolute;
    z-index: -1;
    left: 0;
    content: '';
    top: 0;
    width: 100%;
    transform: translateX(-100%);
    height: 100%;
}header .header_pagewrap_style a:hover {
    color: #ffffff;
    border-left-color: rgba(255, 255, 255, 0.2);
    border-right-color: rgba(255, 255, 255, 0.2);
}header .header_pagewrap_style a:hover::before {
    transform: translateX(0);
}header .header_pagewrap_style a::after {
    content: '';
    top: 0;
    transform-origin: right;
    width: 100%;
    left: 0;
    height: 2px;
    position: absolute;
    transition: transform 0.3s ease;
    background: rgb(222,194,171);
    transform: scaleX(0);
}header .header_pagewrap_style a:hover::after {
    transform-origin: left;
    transform: scaleX(1);
}header .header_pagewrap_style::before {
    content: '';
    transform: translateY(-50%) scale(0);
    transition: transform 0.3s ease;
    left: -10px;
    width: 5px;
    height: 5px;
    top: 50%;
    background: rgb(222,194,171);
    position: absolute;
}header .header_pagewrap_style:hover::before {
    transform: translateY(-50%) scale(1);
}header .top_mentor_style::before {
    width: 30px;
    top: 20px;
    height: 1px;
    content: '';
    position: absolute;
    background: rgb(222,194,171);
    left: 20px;
}header .top_mentor_style::after {
    height: 30px;
    width: 1px;
    left: 20px;
    background: rgb(222,194,171);
    content: '';
    position: absolute;
    top: 20px;
}.header_page_style {
    padding-top: 2rem;
    position: relative;
    z-index: 1;
    background: rgb(240,225,213);
}@keyframes typingCursor {
    0%, 100% { opacity: 1; }
    50% { opacity: 0; }
}

header .header_pagewrap_style:last-child::after {
    color: rgb(222,194,171);
    animation: typingCursor 1s infinite;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 700;
    content: '|';
    position: absolute;
    right: -10px;
}

@media (min-width: 1400px) {header .top_mentor_style {
    margin: 0 auto;
    max-width: 1320px;
}header .header_pagewrap_style {
    margin: 0 2px;
}header .header_pagewrap_style a {
    padding: 0 1.5rem;
}
}

@media (max-width: 991px) {header .top_mentor_style {
    flex-wrap: wrap;
    padding: 1rem 2rem;
}header .top_primary_style {
    margin-bottom: 0;
    margin-right: 0;
}header .nav_class_style {
    flex-basis: 100%;
    justify-content: flex-end;
    margin-top: 1rem;
}header .nav_class_style::before {
    display: none;
}header .header_pagewrap_style a {
    height: 40px;
    font-size: calc(18px - 1px);
    padding: 0 1rem;
}header .header_pagewrap_style::before {
    display: none;
}header .top_mentor_style::before,
    header .top_mentor_style::after {
    display: none;
}
}

@media (max-width: 767px) {header {
    padding: 0;
}header .top_mentor_style {
    padding: 0.8rem 1.5rem;
}header .top_primary_style {
    padding: 0.4rem 0.6rem;
    max-width: 140px;
}header .main_nav_style img {
    max-height: 35px;
}header .nav_class_style {
    justify-content: flex-start;
    -webkit-overflow-scrolling: touch;
    margin-top: 0.8rem;
    overflow-x: auto;
    padding-bottom: 0.5rem;
    scrollbar-width: thin;
}header .nav_class_style::-webkit-scrollbar {
    height: 3px;
}header .nav_class_style::-webkit-scrollbar-thumb {
    background: rgb(222,194,171);
    border-radius: 10px;
}header .header_pagewrap_style {
    flex: 0 0 auto;
    margin: 0;
}header .header_pagewrap_style a {
    letter-spacing: 0.5px;
    font-size: calc(18px - 2px);
    padding: 0 0.8rem;
    white-space: nowrap;
    height: 35px;
}header .header_pagewrap_style:last-child::after {
    display: none;
}
}

@media (max-width: 479px) {header .top_mentor_style {
    padding: 0.7rem 1.2rem;
}header .top_primary_style {
    padding: 0.3rem 0.5rem;
    max-width: 120px;
}header .header_pagewrap_style a {
    font-size: calc(18px - 3px);
    padding: 0 0.6rem;
    height: 32px;
}}.gratefulPage_style {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(240,225,213) 0%, rgb(222,194,171,0.5) 100%);
    position: relative;
    padding: 120px 0;
}.gratefulPage_style::before {
    width: 40%;
    background: linear-gradient(220deg, rgb(199,161,129,0.5) 20%, transparent 80%);
    content: "";
    position: absolute;
    z-index: 1;
    filter: blur(60px);
    height: 70%;
    animation: floatElement 15s ease-in-out infinite;
    top: -10%;
    right: -5%;
    transform: rotate(-15deg) skewX(10deg);
}.gratefulPage_style::after {
    filter: blur(60px);
    bottom: -10%;
    width: 40%;
    z-index: 1;
    position: absolute;
    left: -5%;
    content: "";
    animation: floatElement 15s ease-in-out infinite reverse;
    transform: rotate(15deg) skewX(-10deg);
    height: 70%;
    background: linear-gradient(220deg, rgb(222,194,171,0.5) 20%, transparent 80%);
}.gratefulPage_style .container {
    max-width: 1200px;
    z-index: 2;
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
}.gratefulPage_style h2 {
    position: relative;
    letter-spacing: -0.01em;
    max-width: 800px;
    color: #000000;
    line-height: 1.4;
    font-weight: 700;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 40px;
    transform: translateY(20px);
    opacity: 0;
    font-size: 33px;
    animation: slideUp 0.8s forwards 0.2s ease-out;
}.gratefulPage_style h2::after {
    position: absolute;
    transform: translateX(-50%);
    content: "";
    width: 80px;
    background: rgb(222,194,171);
    border-radius: 10px;
    bottom: -15px;
    height: 3px;
    left: 50%;
}.gratefulPage_style .learning_corner_style {
    overflow: hidden;
    opacity: 0;
    padding: 50px;
    background: #ffffff;
    position: relative;
    transform: translateY(30px);
    animation: slideUp 0.8s forwards 0.5s ease-out;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08), 0 5px 10px rgba(0, 0, 0, 0.05);
    border-radius: 24px;
}.gratefulPage_style .learning_corner_style::before {
    left: 0;
    content: "";
    height: 6px;
    background: linear-gradient(90deg, rgb(222,194,171) 0%, rgb(199,161,129) 100%);
    top: 0;
    position: absolute;
    width: 100%;
}.gratefulPage_style .learning_corner_style::after {
    content: "";
    height: 160px;
    background: linear-gradient(135deg, rgb(222,194,171,0.5) 0%, transparent 70%);
    top: 20px;
    opacity: 0.2;
    transform: translateY(-10px);
    position: absolute;
    width: 160px;
    right: 20px;
    border-radius: 50%;
}.gratefulPage_style ul {
    margin: 0;
    list-style: none;
    padding: 0;
    position: relative;
}.gratefulPage_style li {
    position: relative;
    gap: 20px;
    grid-template-columns: 1fr;
    display: grid;
}.gratefulPage_style li::before {
    position: absolute;
    background: rgb(222,194,171);
    height: 12px;
    top: 8px;
    content: "";
    left: -30px;
    width: 12px;
    border-radius: 50%;
    animation: pulse 2s infinite;
}.gratefulPage_style span {
    text-align: left;
    font-family: Arial, sans-serif;
    position: relative;
    color: #000000;
    border-left: 3px solid rgb(222,194,171,0.5);
    font-size: calc(16px * 1.1);
    line-height: 1.8;
    padding-left: 15px;
}

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

@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(rgb(222,194,171), 0.5);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(rgb(222,194,171), 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(rgb(222,194,171), 0);
  }
}

@keyframes floatElement {
  0% {
    transform: rotate(-15deg) skewX(10deg) translateY(0);
  }
  50% {
    transform: rotate(-15deg) skewX(10deg) translateY(-20px);
  }
  100% {
    transform: rotate(-15deg) skewX(10deg) translateY(0);
  }
}

@media (max-width: 991px) {.gratefulPage_style {
    padding: 80px 0;
}.gratefulPage_style h2 {
    font-size: calc(33px * 0.85);
}.gratefulPage_style .learning_corner_style {
    padding: 40px 30px;
}.gratefulPage_style li::before {
    left: -20px;
}
}

@media (max-width: 767px) {.gratefulPage_style {
    padding: 60px 0;
}.gratefulPage_style h2 {
    font-size: calc(33px * 0.7);
    margin-bottom: 30px;
}.gratefulPage_style h2::after {
    width: 60px;
    bottom: -10px;
}.gratefulPage_style .learning_corner_style {
    padding: 30px 20px;
}.gratefulPage_style li::before {
    display: none;
}.gratefulPage_style span {
    line-height: 1.6;
    font-size: 16px;
}
}

@media (max-width: 480px) {.gratefulPage_style {
    padding: 40px 0;
}.gratefulPage_style h2 {
    margin-bottom: 25px;
    font-size: calc(33px * 0.6);
}.gratefulPage_style .learning_corner_style {
    padding: 25px 15px;
}.gratefulPage_style span {
    border-left: 2px solid rgb(222,194,171,0.5);
    padding-left: 10px;
}}.customer_opinions_style {
    padding: 120px 0;
    background: linear-gradient(165deg, rgb(240,225,213) 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}.customer_opinions_style::before {
    width: 100%;
    content: "";
    top: 0;
    position: absolute;
    left: 0;
    height: 100%;
    opacity: 0.5;
    z-index: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgb(222,194,171,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(199,161,129,0.5) 0%, transparent 40%);
}.customer_opinions_style::after {
    background-size: 50px 50px;
    background-image: 
        linear-gradient(90deg, rgb(222,194,171,0.5) 1px, transparent 1px),
        linear-gradient(0deg, rgb(222,194,171,0.5) 1px, transparent 1px);
    width: 100%;
    position: absolute;
    height: 100%;
    opacity: 0.05;
    z-index: 0;
    content: "";
    top: 0;
    left: 0;
}.customer_opinions_style .learning_corner_style {
    z-index: 1;
    padding: 0;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    max-width: 1300px;
}.customer_opinions_style h4 {
    font-size: 32px;
    position: relative;
    margin-bottom: 80px;
    color: #000000;
    font-weight: 700;
    z-index: 2;
    text-align: center;
}.customer_opinions_style h4::before {
    left: 50%;
    width: 100px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(222,194,171), rgb(199,161,129));
    bottom: -20px;
    border-radius: 10px;
    position: absolute;
    height: 8px;
    content: "";
}.customer_opinions_style h4::after {
    position: absolute;
    background: #ffffff;
    border: 3px solid rgb(222,194,171);
    border-radius: 50%;
    transform: translateX(-50%);
    left: 50%;
    z-index: 1;
    width: 20px;
    bottom: -26px;
    content: "";
    height: 20px;
}.customer_opinions_style .learning_testimonials_style {
    width: max-content;
    padding: 20px 0;
    position: relative;
    display: flex;
    animation: scrollReviews 60s linear infinite;
}.customer_opinions_style .learning_testimonials_style:hover {
    animation-play-state: paused;
}.customer_opinions_style .user_quotes_style {
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    display: flex;
    background: #ffffff;
    position: relative;
    z-index: 1;
    margin: 0 20px;
    width: 320px;
    border-radius: 18px;
    height: 400px;
    align-items: center;
    transform: translateY(0);
    transition: all 0.4s ease;
    flex-direction: column;
}.customer_opinions_style .user_quotes_style:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    z-index: 2;
    transform: translateY(-15px);
}.customer_opinions_style .user_quotes_style::before {
    left: 0;
    width: 100%;
    top: 0;
    content: "";
    z-index: -1;
    border-radius: inherit;
    position: absolute;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
    height: 100%;
}.customer_opinions_style .user_quotes_style::after {
    opacity: 0.2;
    transition: all 0.4s ease;
    width: 60px;
    height: 60px;
    background: rgb(222,194,171,0.5);
    top: -10px;
    content: "";
    right: -10px;
    border-radius: 50%;
    position: absolute;
    z-index: -1;
}.customer_opinions_style .user_quotes_style:hover::after {
    opacity: 0.3;
    transform: scale(1.2);
}.customer_opinions_style .cover_photo_style {
    border: 5px solid #ffffff;
    height: 110px;
    margin-bottom: 25px;
    position: relative;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    width: 110px;
    border-radius: 50%;
    transition: all 0.4s ease;
}.customer_opinions_style .user_quotes_style:hover .cover_photo_style {
    transform: scale(1.1);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    border-color: rgb(222,194,171,0.5);
}.customer_opinions_style .user_quotes_style span {
    text-align: center;
    position: relative;
    margin-bottom: 15px;
    font-size: calc(15px * 1.2);
    transition: all 0.3s ease;
    color: #000000;
    font-weight: 600;
}.customer_opinions_style .user_quotes_style span::after {
    width: 40px;
    left: 50%;
    height: 2px;
    background: rgb(222,194,171);
    transform: translateX(-50%);
    position: absolute;
    opacity: 0.5;
    transition: all 0.3s ease;
    bottom: -8px;
    content: "";
}.customer_opinions_style .user_quotes_style:hover span {
    color: rgb(222,194,171);
}.customer_opinions_style .user_quotes_style:hover span::after {
    opacity: 1;
    width: 60px;
}.customer_opinions_style .user_quotes_style p {
    display: flex;
    transition: all 0.3s ease;
    overflow: hidden;
    line-height: 1.6;
    color: #000000;
    font-size: 15px;
    text-align: center;
    flex-grow: 1;
    align-items: center;
}.customer_opinions_style .user_quotes_style:nth-child(3n+1) {
    background: linear-gradient(to bottom, #ffffff, rgba(rgb(222,194,171,0.5), 0.05));
}.customer_opinions_style .user_quotes_style:nth-child(3n+2) {
    background: linear-gradient(to bottom, #ffffff, rgba(rgb(199,161,129,0.5), 0.05));
}.customer_opinions_style .user_quotes_style:nth-child(3n+2)::after {
    background: rgb(199,161,129,0.5);
}.customer_opinions_style .user_quotes_style:nth-child(3n+3) {
    background: linear-gradient(to bottom, #ffffff, rgba(rgb(222,194,171,0.5), 0.03));
}.customer_opinions_style .user_quotes_style:nth-child(even) {
    margin-top: 30px;
}.customer_opinions_style .user_quotes_style:nth-child(odd) {
    margin-top: -30px;
}

@keyframes scrollReviews {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

@media (max-width: 1200px) {.customer_opinions_style {
    padding: 90px 0;
}.customer_opinions_style .user_quotes_style {
    padding: 25px;
    height: 380px;
    width: 280px;
}.customer_opinions_style .cover_photo_style {
    height: 90px;
    width: 90px;
}
}

@media (max-width: 992px) {.customer_opinions_style {
    padding: 70px 0;
}.customer_opinions_style h4 {
    margin-bottom: 60px;
}.customer_opinions_style .user_quotes_style {
    padding: 20px;
    width: 250px;
    margin: 0 15px;
    height: 350px;
}.customer_opinions_style .cover_photo_style {
    height: 80px;
    width: 80px;
    margin-bottom: 20px;
}.customer_opinions_style .user_quotes_style span {
    font-size: 15px;
}.customer_opinions_style .user_quotes_style:nth-child(even) {
    margin-top: 20px;
}.customer_opinions_style .user_quotes_style:nth-child(odd) {
    margin-top: -20px;
}
}

@media (max-width: 768px) {.customer_opinions_style {
    padding: 60px 0;
}.customer_opinions_style .learning_corner_style {
    overflow: visible;
    padding: 0 20px;
}.customer_opinions_style .learning_testimonials_style {
    animation: none;
    flex-direction: column;
    width: 100%;
}.customer_opinions_style .user_quotes_style {
    width: 100%;
    padding: 25px;
    margin: 0 0 30px;
    min-height: 200px;
    height: auto;
}.customer_opinions_style .user_quotes_style:last-child {
    margin-bottom: 0;
}.customer_opinions_style .user_quotes_style:nth-child(even),
    .customer_opinions_style .user_quotes_style:nth-child(odd) {
    margin-top: 0;
}.customer_opinions_style .user_quotes_style::after {
    height: 40px;
    width: 40px;
}.customer_opinions_style .cover_photo_style {
    margin-bottom: 15px;
    width: 80px;
    height: 80px;
}.customer_opinions_style .user_quotes_style p {
    margin-top: 10px;
}}.potential_students_style {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(240,225,213), rgb(222,194,171,0.5));
    position: relative;
    padding: 5rem 0;
    z-index: 1;
}.potential_students_style::before {
    left: 0;
    content: '';
    z-index: -1;
    top: 0;
    right: 0;
    position: absolute;
    animation: rotateRings 30s linear infinite;
    bottom: 0;
    background: 
        radial-gradient(circle at center, transparent 30%, rgb(199,161,129,0.5) 31%, transparent 32%) 0 0 / 80px 80px,
        radial-gradient(circle at center, transparent 20%, rgb(222,194,171,0.5) 21%, transparent 22%) 40px 40px / 80px 80px;
    opacity: 0.3;
}.potential_students_style::after {
    content: '';
    z-index: -2;
    position: absolute;
    width: 500px;
    top: 50%;
    animation: pulsateRing 10s ease-in-out infinite alternate;
    opacity: 0.2;
    box-shadow: 0 0 80px 20px rgb(222,194,171,0.5);
    height: 500px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: 2px solid rgb(199,161,129,0.5);
    left: 50%;
}.potential_students_style .learning_corner_style {
    margin: 0 auto;
    max-width: 1200px;
    z-index: 3;
    position: relative;
    padding: 0 2rem;
}.potential_students_style h3 {
    color: #ffffff;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    text-align: center;
    margin-bottom: 3.5rem;
    font-size: 34px;
    font-weight: 700;
    position: relative;
}.potential_students_style h3::before {
    transform: translateX(-50%);
    bottom: -12px;
    border-radius: 50px;
    width: 200px;
    left: 50%;
    box-shadow: 0 0 10px rgb(222,194,171), 0 0 20px rgb(222,194,171,0.5);
    position: absolute;
    content: '';
    background: rgb(222,194,171);
    height: 3px;
}.potential_students_style h3::after {
    animation: orbitRotate 8s infinite linear;
    width: 50px;
    position: absolute;
    border: 2px solid rgb(222,194,171,0.5);
    height: 50px;
    content: '';
    transform: translateX(-50%);
    border-radius: 50%;
    bottom: -38px;
    left: 50%;
    opacity: 0.6;
}.potential_students_style ul {
    padding: 0;
    margin: 0;
    gap: 2.5rem;
    list-style: none;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    display: grid;
}.potential_students_style ul li {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50px;
    overflow: hidden;
    font-size: 16px;
    position: relative;
    align-items: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
    display: flex;
    background-color: rgba(0, 0, 0, 0.2);
    transition: all 0.4s ease;
    color: #ffffff;
    font-weight: 400;
    padding: 1.5rem 2rem;
}.potential_students_style ul li:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
    transform: translateY(-5px);
    background-color: rgba(0, 0, 0, 0.3);
}.potential_students_style ul li::before {
    height: 100px;
    width: 100px;
    top: -50%;
    content: '';
    border-radius: 50%;
    background: radial-gradient(circle, rgb(199,161,129,0.5) 0%, transparent 70%);
    animation: floatBubble 15s infinite ease-in-out alternate;
    left: -50%;
    opacity: 0.5;
    position: absolute;
    z-index: -1;
}.potential_students_style ul li::after {
    bottom: -30px;
    content: '';
    position: absolute;
    right: -30px;
    width: 80px;
    animation: pulsateBubble 5s infinite alternate;
    border: 2px solid rgb(222,194,171,0.5);
    border-radius: 50%;
    opacity: 0.3;
    height: 80px;
}.potential_students_style ul li svg {
    height: 38px;
    transition: transform 0.4s ease;
    margin-right: 1.5rem;
    transform: rotate(0deg);
    width: 38px;
    flex-shrink: 0;
}.potential_students_style ul li:hover svg {
    transform: rotate(15deg);
}.potential_students_style ul li svg path {
    transition: fill 0.4s ease;
    fill: rgb(199,161,129);
}.potential_students_style ul li:hover svg path {
    fill: rgb(222,194,171);
}

@keyframes rotateRings {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes pulsateRing {
    0% {
        transform: translate(-50%, -50%) scale(0.8);
        opacity: 0.1;
    }
    100% {
        transform: translate(-50%, -50%) scale(1.2);
        opacity: 0.3;
    }
}

@keyframes orbitRotate {
    0% {
        transform: translateX(-50%) rotate(0deg);
    }
    100% {
        transform: translateX(-50%) rotate(360deg);
    }
}

@keyframes floatBubble {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(50px, 50px);
    }
}

@keyframes pulsateBubble {
    0% {
        transform: scale(0.8);
        opacity: 0.2;
    }
    100% {
        transform: scale(1.2);
        opacity: 0.4;
    }
}

@media (max-width: 992px) {.potential_students_style {
    padding: 4rem 0;
}.potential_students_style h3 {
    font-size: calc(34px * 0.9);
}.potential_students_style ul {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}.potential_students_style ul li {
    border-radius: 40px;
    padding: 1.2rem 1.8rem;
}
}

@media (max-width: 576px) {.potential_students_style {
    padding: 3rem 0;
}.potential_students_style h3 {
    margin-bottom: 3rem;
    font-size: calc(34px * 0.8);
}.potential_students_style ul {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.potential_students_style ul li {
    border-radius: 30px;
    padding: 1rem 1.5rem;
}.potential_students_style ul li svg {
    height: 32px;
    margin-right: 1rem;
    width: 32px;
}
}