* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}.container {
    width: 1244px;
    margin: auto;
    max-width: 100%;
}.panel-container_437 {
    height: 100%;
    min-height: 100%;
    flex-direction: column;
    display: flex;
}.press_room_405 {
    flex: 0 0 auto;
}.header_start_693 {
    flex: 1 0 auto;
}svg {
    width: 30px;
    height: 30px;
}html,body {
    auto
contain
touch-action: none;
    height: 100%;
    min-height: 100%;
    font-family: Arial, sans-serif;
    scroll-snap-type: none;
    color: #000000;
}a {
    text-decoration: none;
    color: inherit;
}header,footer {
    width: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
footer {
    width: 100%;
    position: relative;
}.press_room_405 {
    position: relative;
    color: #000000;
    padding: 100px 0 30px;
    font-family: Arial, sans-serif;
    background-color: rgb(208,205,180);
}.press_room_405::before {
    background-color: rgb(173,162,159,0.5);
    content: "";
    height: 120px;
    top: 0;
    position: absolute;
    background: 
        linear-gradient(135deg, rgb(208,205,180) 25%, transparent 25%) -50px 0,
        linear-gradient(225deg, rgb(208,205,180) 25%, transparent 25%) -50px 0,
        linear-gradient(315deg, rgb(208,205,180) 25%, transparent 25%),
        linear-gradient(45deg, rgb(208,205,180) 25%, transparent 25%);
    width: 100%;
    left: 0;
    background-size: 100px 100px;
}footer .scholar_cta_812 {
    margin-top: -70px;
    position: relative;
    z-index: 1;
}footer .help_now_605 {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    padding: 25px;
    z-index: 2;
    margin-bottom: 60px;
    position: relative;
    display: flex;
    background-color: #ffffff;
    transform: translateY(-30px);
    flex-wrap: wrap;
    border-radius: 12px;
    justify-content: space-between;
}footer .info_item {
    transition: all 0.3s ease;
    background-color: rgb(208,205,180);
    padding: 10px 15px;
    position: relative;
    border-radius: 10px;
    margin: 10px;
    flex: 1 1 200px;
}footer .info_item:hover {
    background-color: #ffffff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    transform: translateY(-5px);
}footer .info_item::before {
    position: absolute;
    height: 100%;
    width: 3px;
    left: 0;
    content: "";
    opacity: 0;
    top: 0;
    transition: opacity 0.3s ease;
    border-radius: 3px 0 0 3px;
    background-color: rgb(173,162,159);
}footer .info_item:hover::before {
    opacity: 1;
}footer .info_item svg {
    height: 20px;
    vertical-align: middle;
    fill: rgb(173,162,159);
    margin-right: 10px;
    width: 20px;
}footer .info_item p,
footer .info_item a {
    display: inline-block;
    font-size: 15px;
    transition: color 0.3s ease;
    text-decoration: none;
    color: #000000;
    vertical-align: middle;
}footer .info_item a:hover {
    color: rgb(173,162,159);
}footer .text_main_holder {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
}footer .text_main_holder::before {
    z-index: -1;
    left: 0;
    width: 100%;
    border-radius: 12px;
    background-color: #ffffff;
    content: "";
    top: -40px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    position: absolute;
    height: calc(100% + 80px);
}footer .head_guide_903 {
    position: relative;
    padding: 0 30px;
}footer .head_guide_903::after {
    bottom: -15px;
    left: 30px;
    height: 1px;
    position: absolute;
    right: 30px;
    background: linear-gradient(90deg, rgb(173,162,159), transparent);
    content: "";
}footer .head_guide_903 svg {
    width: auto;
    height: 45px;
    margin-bottom: 15px;
}footer .flag_content_876 {
    color: #000000;
    line-height: 1.6;
    max-width: 330px;
    font-size: 12px;
}footer .main_know_982 {
    margin-right: 20px;
    position: relative;
    z-index: 1;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    margin-left: 20px;
    padding: 30px;
    border-radius: 12px;
    background-color: rgb(208,205,180);
    margin-top: -10px;
}footer .main_know_982 h5 {
    font-weight: 600;
    position: relative;
    margin-bottom: 20px;
    color: #000000;
    display: inline-block;
    font-size: 20px;
}footer .main_know_982 h5::after {
    background-color: rgb(173,162,159);
    left: 0;
    width: 50px;
    position: absolute;
    content: "";
    bottom: -7px;
    height: 2px;
}footer .page_nav_783 {
    grid-template-columns: 1fr;
    display: grid;
    margin-bottom: 20px;
    gap: 10px;
}footer .page_nav_783 a {
    color: #000000;
    position: relative;
    display: inline-block;
    transition: all 0.3s ease;
    text-decoration: none;
    font-size: 15px;
    padding: 8px 0;
}footer .page_nav_783 a::after {
    height: 2px;
    width: 0;
    position: absolute;
    content: "";
    left: 0;
    bottom: 5px;
    background-color: rgb(173,162,159);
    transition: width 0.3s ease;
}footer .page_nav_783 a:hover {
    transform: translateX(5px);
    color: rgb(173,162,159);
}footer .page_nav_783 a:hover::after {
    width: 100%;
}footer .subscribe_holder {
    margin-left: 40px;
    background-color: rgb(173,162,159);
    margin-right: 40px;
    position: relative;
    color: #ffffff;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    z-index: 0;
    margin-top: -10px;
}footer .subscribe_holder::before {
    top: -15px;
    right: 30px;
    z-index: -1;
    height: 30px;
    transform: rotate(45deg);
    background-color: rgb(173,162,159);
    width: 30px;
    position: absolute;
    content: "";
}footer .subscribe_holder h5 {
    margin-bottom: 15px;
    color: #ffffff;
    font-weight: 600;
    font-size: 20px;
}footer .subscribe_holder p {
    font-size: 15px;
    margin-bottom: 25px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
}footer .input_holder {
    flex-direction: column;
    gap: 15px;
    display: flex;
    position: relative;
}footer .input_holder input[type="email"] {
    color: #000000;
    border-radius: 10px;
    transition: background-color 0.3s ease;
    border: none;
    padding: 14px 16px;
    font-size: 15px;
    background-color: rgba(255, 255, 255, 0.9);
}footer .input_holder input[type="email"]:focus {
    background-color: #ffffff;
    outline: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(0, 0, 0, 0.4);
}footer .subscribe_widget_012 {
    background-color: #000000;
    font-size: 19px;
    transition: all 0.3s ease;
    cursor: pointer;
    padding: 14px 20px;
    font-weight: 600;
    border: none;
    border-radius: 10px;
    color: #ffffff;
}footer .subscribe_widget_012:hover {
    background-color: rgb(129,117,115);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}footer .about_learn_089 {
    z-index: 1;
    margin-top: 60px;
    position: relative;
    text-align: center;
}footer .pitch_comp_254 {
    padding: 8px 20px;
    border-radius: 30px;
    color: #000000;
    background-color: #ffffff;
    display: inline-block;
    font-size: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
}footer .page_nav_783 {
    grid-template-columns: 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .subscribe_widget_012 {
    white-space: nowrap;
}
}

@media (min-width: 992px) {footer .main_know_982 {
    margin-top: 0;
}footer .subscribe_holder {
    margin-top: 0;
}
}

@media (max-width: 991px) {footer .text_main_holder {
    gap: 50px;
}
}

@media (max-width: 767px) {footer .press_room_405 {
    padding: 80px 0 30px;
}footer .help_now_605 {
    padding: 20px;
    justify-content: center;
}footer .info_item {
    width: 100%;
}footer .main_know_982, footer .subscribe_holder {
    margin-left: 10px;
    padding: 25px 20px;
    margin-right: 10px;
}footer .about_learn_089 {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .press_room_405 {
    padding: 60px 0 20px;
}footer .help_now_605 {
    padding: 15px;
    transform: translateY(-20px);
    margin-bottom: 40px;
}footer .text_main_holder::before {
    height: calc(100% + 60px);
    top: -30px;
}footer .head_guide_903 {
    padding: 0 20px;
}footer .head_guide_903::after {
    right: 20px;
    left: 20px;
}footer .main_know_982 h5, footer .subscribe_holder h5 {
    font-size: calc(20px - 2px);
}footer .page_nav_783 a {
    padding: 6px 0;
}footer .input_holder input[type="email"],
    footer .subscribe_widget_012 {
    padding: 12px 15px;
}}.instructor_history_156 {
    position: relative;
    perspective: 1000px;
    padding: 5rem 2rem;
    overflow: hidden;
    background: rgb(208,205,180);
}.instructor_history_156::before {
    left: 0;
    width: 100%;
    z-index: 1;
    content: "";
    height: 100%;
    filter: blur(60px);
    opacity: 0.4;
    background: conic-gradient(
        from 45deg at 50% 50%,
        rgb(129,117,115,0.5) 0deg,
        rgb(173,162,159,0.5) 90deg,
        rgb(208,205,180) 180deg,
        rgb(173,162,159,0.5) 270deg,
        rgb(129,117,115,0.5) 360deg
    );
    position: absolute;
    top: 0;
}.instructor_history_156 .success_feedback_609 {
    z-index: 2;
    gap: 0;
    align-items: center;
    transform-style: preserve-3d;
    position: relative;
    flex-direction: row;
    justify-content: space-between;
    display: flex;
}.instructor_history_156 .photo_gallery_702 {
    position: relative;
    transform: rotateY(10deg) translateZ(50px);
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 400px;
    box-shadow: -20px 20px 30px -10px rgba(0, 0, 0, 0.5);
    filter: saturate(0.8);
    border-radius: 14px;
    width: 40%;
}.instructor_history_156 .photo_gallery_702::after {
    position: absolute;
    width: 100%;
    transition: opacity 0.6s ease;
    opacity: 0.4;
    top: 0;
    content: "";
    background: linear-gradient(
        135deg,
        transparent 0%,
        rgb(173,162,159,0.5) 100%
    );
    height: 100%;
    left: 0;
    border-radius: 14px;
}.instructor_history_156 .photo_gallery_702:hover {
    transform: rotateY(0deg) translateZ(70px) scale(1.05);
    filter: saturate(1.2);
    box-shadow: -30px 30px 50px -10px rgba(0, 0, 0, 0.5);
}.instructor_history_156 .photo_gallery_702:hover::after {
    opacity: 0;
}.instructor_history_156 .career_section_723 {
    transform: rotateY(-5deg) translateZ(30px);
    overflow: hidden;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    border-radius: 14px;
    background: #ffffff;
    width: 60%;
    box-shadow: 20px 20px 30px -10px rgba(0, 0, 0, 0.5);
    padding: 2.5rem;
}.instructor_history_156 .career_section_723::before {
    content: "";
    width: 200%;
    transform: scale(0);
    left: -50%;
    transition: transform 0.8s ease;
    opacity: 0.1;
    background: radial-gradient(
        circle at center,
        rgb(129,117,115,0.5) 0%,
        transparent 70%
    );
    top: -50%;
    height: 200%;
    position: absolute;
}.instructor_history_156 .career_section_723:hover {
    transform: rotateY(0deg) translateZ(50px);
    box-shadow: 30px 30px 50px -10px rgba(0, 0, 0, 0.5);
}.instructor_history_156 .career_section_723:hover::before {
    transform: scale(1);
}.instructor_history_156 .name {
    font-size: 35px;
    color: rgb(173,162,159);
    display: inline-block;
    font-weight: 700;
    margin-bottom: 0.5rem;
    position: relative;
}.instructor_history_156 .name::after {
    content: "";
    position: absolute;
    background: rgb(129,117,115);
    height: 3px;
    width: 0;
    bottom: -5px;
    transition: width 0.4s ease-in-out;
    left: 0;
}.instructor_history_156 .career_section_723:hover .name::after {
    width: 100%;
}.instructor_history_156 .career_section_723 > div:nth-child(2) {
    letter-spacing: 1px;
    font-size: 18px;
    color: rgb(129,117,115);
    font-weight: 600;
    margin-bottom: 2rem;
    opacity: 0.9;
}.instructor_history_156 .experience_block_398 {
    border-left: 3px solid rgb(173,162,159,0.5);
    position: relative;
    padding-left: 2rem;
    line-height: 1.7;
    font-size: 12px;
    font-weight: 400;
    color: #000000;
    font-style: italic;
}.instructor_history_156 .experience_block_398::before {
    content: "";
    left: -10px;
    font-size: 5rem;
    position: absolute;
    top: -20px;
    opacity: 0.3;
    color: rgb(129,117,115,0.5);
    font-family: serif;
}@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgb(173,162,159,0.5);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

.instructor_history_156 .photo_gallery_702:hover {
    animation: pulse 1.5s infinite;
}

@media (max-width: 992px) {.instructor_history_156 .success_feedback_609 {
    flex-direction: column;
}.instructor_history_156 .photo_gallery_702,
    .instructor_history_156 .career_section_723 {
    width: 100%;
    transform: none;
}.instructor_history_156 .photo_gallery_702 {
    height: 300px;
    margin-bottom: 2rem;
}.instructor_history_156 .photo_gallery_702:hover,
    .instructor_history_156 .career_section_723:hover {
    transform: translateY(-10px);
}}.contact_954 {
    overflow: hidden;
    position: relative;
    z-index: 1;
    background: linear-gradient(180deg, rgb(208,205,180) 0%, rgb(129,117,115,0.5) 100%);
    padding: 120px 0;
}.contact_954::before {
    left: 0;
    z-index: 0;
    width: 100%;
    top: 0;
    height: 100%;
    position: absolute;
    background-size: 100% 15px;
    pointer-events: none;
    content: '';
    animation: scanlines 10s linear infinite;
    background: linear-gradient(0deg, transparent 40%, rgba(0,0,0,0.05) 60%, transparent 80%);
}.contact_954::after {
    background: 
        radial-gradient(1px at 30% 20%, rgb(173,162,159,0.5) 0%, transparent 50%),
        radial-gradient(1px at 70% 40%, rgb(129,117,115,0.5) 0%, transparent 50%),
        radial-gradient(1px at 40% 60%, rgb(173,162,159,0.5) 0%, transparent 50%),
        radial-gradient(1px at 60% 80%, rgb(129,117,115,0.5) 0%, transparent 50%);
    left: 0;
    z-index: 0;
    height: 100%;
    position: absolute;
    top: 0;
    opacity: 0.4;
    width: 100%;
    background-size: 150px 150px, 200px 200px, 100px 100px, 250px 250px;
    content: '';
    pointer-events: none;
}.contact_954 .photo_gallery_702 {
    mix-blend-mode: overlay;
    top: 0;
    width: 100%;
    position: absolute;
    z-index: 0;
    filter: grayscale(100%) contrast(150%);
    height: 100%;
    opacity: 0.08;
    left: 0;
}.contact_954 .container {
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
}.contact_954 h3 {
    letter-spacing: 3px;
    font-size: 34px;
    perspective: 800px;
    margin-bottom: 60px;
    color: #000000;
    position: relative;
    font-family: Arial, sans-serif;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}.contact_954 h3::before {
    left: 50%;
    opacity: 0.4;
    position: absolute;
    font-size: calc(34px - 10px);
    color: rgb(129,117,115,0.5);
    letter-spacing: 5px;
    transform: translateX(-50%);
    content: attr(id);
    top: -10px;
}.contact_954 h3::after {
    transform: translateX(-50%);
    bottom: -15px;
    left: 50%;
    height: 1px;
    content: '';
    width: 100px;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(173,162,159), transparent);
}.contact_954 .support_support_403 {
    transform: perspective(1000px) rotateX(0deg);
    transform-style: preserve-3d;
    grid-template-columns: 1.5fr 1fr;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.95);
    border-radius: 17px;
    transition: transform 0.5s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: grid;
    overflow: hidden;
    box-shadow: 
        0 20px 50px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(0, 0, 0, 0.05),
        0 0 20px rgb(173,162,159,0.5) inset;
    position: relative;
}.contact_954 .support_support_403:hover {
    transform: perspective(1000px) rotateX(2deg);
}.contact_954 .support_support_403::before {
    right: -2px;
    background: linear-gradient(45deg, 
        rgb(173,162,159,0.5), 
        transparent, 
        rgb(129,117,115,0.5), 
        transparent);
    content: '';
    bottom: -2px;
    left: -2px;
    top: -2px;
    z-index: -1;
    position: absolute;
    animation: border-flow 6s linear infinite;
    border-radius: calc(17px + 2px);
}.contact_954 .support_support_403::after {
    pointer-events: none;
    content: '';
    position: absolute;
    background-size: 20px 20px;
    top: 0;
    background: 
        linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255,255,255,0.03) 1px, transparent 1px);
    width: 100%;
    left: 0;
    height: 100%;
}.contact_954 .reach_grid_652 {
    position: relative;
    background: #ffffff;
    padding: 60px;
    overflow: hidden;
}.contact_954 .reach_grid_652::before {
    background: linear-gradient(90deg, 
        rgb(173,162,159), 
        rgb(129,117,115));
    height: 3px;
    top: 0;
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
}.contact_954 .reach_grid_652::after {
    height: 100%;
    right: 0;
    width: 50%;
    position: absolute;
    pointer-events: none;
    content: '';
    background: linear-gradient(90deg, 
        transparent, 
        rgba(0, 0, 0, 0.01));
    top: 0;
}.contact_954 .reach_grid_652 #contact {
    z-index: 2;
    position: relative;
}.contact_954 .reach_grid_652 h3 {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #000000;
    margin-bottom: 40px;
    text-align: left;
}.contact_954 .reach_grid_652 h3::before {
    display: none;
}.contact_954 .reach_grid_652 h3::after {
    width: 50px;
    background: rgb(173,162,159);
    transform: none;
    left: 0;
    height: 2px;
}.contact_954 .reach_grid_652 input[type="text"],
.contact_954 .reach_grid_652 textarea {
    background-color: transparent;
    font-size: 13px;
    border: none;
    padding: 20px 25px;
    color: #000000;
    width: 100%;
    border-radius: 0;
    position: relative;
    transition: all 0.3s ease;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 25px;
    box-shadow: none;
    font-family: Arial, sans-serif;
}.contact_954 .reach_grid_652 input[type="text"]::placeholder,
.contact_954 .reach_grid_652 textarea::placeholder {
    opacity: 0.6;
    transition: opacity 0.3s ease;
    color: #000000;
}.contact_954 .reach_grid_652 input[type="text"]:focus::placeholder,
.contact_954 .reach_grid_652 textarea:focus::placeholder {
    opacity: 0.3;
}.contact_954 .reach_grid_652 input[type="text"]:focus,
.contact_954 .reach_grid_652 textarea:focus {
    outline: none;
    border-bottom-color: rgb(173,162,159);
    background-color: rgba(0, 0, 0, 0.01);
}.contact_954 .reach_grid_652 textarea {
    transition: height 0.3s ease;
    min-height: 150px;
    resize: vertical;
    overflow: hidden;
}.contact_954 .reach_grid_652 .inquiry_help_617 {
    display: flex;
    margin-bottom: 30px;
    align-items: flex-start;
}.contact_954 .reach_grid_652 .inquiry_help_617 input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.contact_954 .reach_grid_652 .inquiry_help_617 label {
    cursor: pointer;
    font-size: calc(13px - 2px);
    line-height: 1.6;
    padding-left: 40px;
    position: relative;
    color: #000000;
}.contact_954 .reach_grid_652 .inquiry_help_617 label::before {
    position: absolute;
    height: 25px;
    width: 25px;
    transition: all 0.3s ease;
    background-color: transparent;
    left: 0;
    content: '';
    border: 1px solid rgba(0, 0, 0, 0.1);
    top: 0;
}.contact_954 .reach_grid_652 .inquiry_help_617 label::after {
    border-bottom: 2px solid #ffffff;
    position: absolute;
    height: 12px;
    opacity: 0;
    transform: rotate(45deg) scale(0);
    top: 5px;
    border-right: 2px solid #ffffff;
    width: 7px;
    content: '';
    left: 9px;
    transition: all 0.3s ease;
}.contact_954 .reach_grid_652 .inquiry_help_617 input[type="checkbox"]:checked + label::before {
    border-color: rgb(173,162,159);
    background-color: rgb(173,162,159);
}.contact_954 .reach_grid_652 .inquiry_help_617 input[type="checkbox"]:checked + label::after {
    transform: rotate(45deg) scale(1);
    opacity: 1;
}.contact_954 .reach_grid_652 .inquiry_help_617 a {
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease;
    padding-bottom: 2px;
    border-bottom: 1px solid transparent;
    color: rgb(173,162,159);
}.contact_954 .reach_grid_652 .inquiry_help_617 a:hover {
    border-bottom-color: rgb(129,117,115);
    color: rgb(129,117,115);
}.contact_954 .reach_grid_652 .support_grid_593 {
    display: inline-block;
    z-index: 1;
    text-transform: uppercase;
    font-size: 16px;
    padding: 18px 40px;
    cursor: pointer;
    font-weight: 600;
    overflow: hidden;
    background-color: transparent;
    color: #000000;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    border: 1px solid rgb(173,162,159);
    letter-spacing: 2px;
}.contact_954 .reach_grid_652 .support_grid_593::before {
    left: 0;
    width: 100%;
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    background: rgb(173,162,159);
    z-index: -1;
    position: absolute;
    transform-origin: right;
    transform: scaleX(0);
    height: 100%;
    content: '';
    top: 0;
}.contact_954 .reach_grid_652 .support_grid_593:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}.contact_954 .connect_card_512 {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(173,162,159) 0%, rgb(129,117,115) 100%);
    padding: 60px;
}.contact_954 .connect_card_512::before {
    content: '';
    top: 0;
    background-size: 20px 20px;
    position: absolute;
    height: 100%;
    opacity: 0.1;
    width: 100%;
    left: 0;
    z-index: 0;
    background: 
        linear-gradient(45deg, rgba(0,0,0,0.2) 25%, transparent 25%) -10px 0,
        linear-gradient(135deg, rgba(0,0,0,0.2) 25%, transparent 25%) -10px 0,
        linear-gradient(45deg, transparent 75%, rgba(0,0,0,0.2) 75%) -10px 0,
        linear-gradient(135deg, transparent 75%, rgba(0,0,0,0.2) 75%) -10px 0;
}.contact_954 .connect_card_512::after {
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 60%);
    top: -50%;
    position: absolute;
    width: 200%;
    content: '';
    height: 200%;
    z-index: 0;
    animation: pulse-light 10s infinite;
    left: -50%;
}.contact_954 .connect_card_512 h4 {
    position: relative;
    z-index: 1;
    letter-spacing: 2px;
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 40px;
    text-transform: uppercase;
    font-weight: 600;
}.contact_954 .connect_card_512 h4::after {
    height: 2px;
    left: 0;
    position: absolute;
    width: 50px;
    bottom: -10px;
    background: #ffffff;
    content: '';
}.contact_954 .connect_card_512 .connect_widget_587 {
    z-index: 1;
    list-style: none;
    position: relative;
    margin: 0;
    padding: 0;
}.contact_954 .connect_card_512 .connect_widget_587 li {
    align-items: flex-start;
    position: relative;
    padding: 15px 0;
    transition: transform 0.3s ease;
    margin-bottom: 30px;
    display: flex;
}.contact_954 .connect_card_512 .connect_widget_587 li:hover {
    transform: translateX(10px);
}.contact_954 .connect_card_512 .connect_widget_587 li::before {
    position: absolute;
    background: rgba(255, 255, 255, 0.3);
    left: 0;
    content: '';
    height: 1px;
    top: 0;
    width: 0;
    transition: width 0.3s ease;
}.contact_954 .connect_card_512 .connect_widget_587 li:hover::before {
    width: 100%;
}.contact_954 .connect_card_512 .connect_widget_587 li::after {
    background: rgba(255, 255, 255, 0.3);
    bottom: 0;
    transition: width 0.3s ease;
    content: '';
    position: absolute;
    right: 0;
    width: 0;
    height: 1px;
}.contact_954 .connect_card_512 .connect_widget_587 li:hover::after {
    width: 100%;
}.contact_954 .connect_card_512 .connect_widget_587 li svg {
    width: 24px;
    margin-right: 20px;
    flex-shrink: 0;
    height: 24px;
}.contact_954 .connect_card_512 .connect_widget_587 li svg path {
    fill: #ffffff;
    transition: fill 0.3s ease;
}.contact_954 .connect_card_512 .connect_widget_587 li span {
    color: #ffffff;
    font-size: 13px;
    line-height: 1.5;
}.contact_954 .connect_card_512 .connect_widget_587 li a {
    position: relative;
    color: #ffffff;
    transition: all 0.3s ease;
    text-decoration: none;
}.contact_954 .connect_card_512 .connect_widget_587 li a::before {
    height: 1px;
    background: #ffffff;
    transform-origin: right;
    left: 0;
    transition: transform 0.3s ease;
    content: '';
    transform: scaleX(0);
    bottom: -2px;
    position: absolute;
    width: 100%;
}.contact_954 .connect_card_512 .connect_widget_587 li a:hover {
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
}.contact_954 .connect_card_512 .connect_widget_587 li a:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}

@keyframes scanlines {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 0 100%;
    }
}

@keyframes border-flow {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@keyframes pulse-light {
    0%, 100% {
        transform: translate(0, 0);
        opacity: 0.5;
    }
    25% {
        transform: translate(10%, 10%);
        opacity: 0.3;
    }
    50% {
        transform: translate(0%, 20%);
        opacity: 0.5;
    }
    75% {
        transform: translate(-10%, 10%);
        opacity: 0.3;
    }
}

@media (max-width: 992px) {.contact_954 {
    padding: 80px 0;
}.contact_954 .container {
    padding: 0 20px;
}.contact_954 .support_support_403 {
    grid-template-columns: 1fr;
}.contact_954 .reach_grid_652,
    .contact_954 .connect_card_512 {
    padding: 40px;
}
}

@media (max-width: 768px) {.contact_954 {
    padding: 60px 0;
}.contact_954 h3 {
    font-size: calc(34px - 4px);
    margin-bottom: 40px;
}.contact_954 .reach_grid_652 h3,
    .contact_954 .connect_card_512 h4 {
    font-size: calc(18px - 2px);
    margin-bottom: 30px;
}.contact_954 .reach_grid_652 input[type="text"],
    .contact_954 .reach_grid_652 textarea {
    padding: 15px 20px;
    margin-bottom: 20px;
}.contact_954 .reach_grid_652 .support_grid_593 {
    padding: 15px 30px;
}
}

@media (max-width: 576px) {.contact_954 {
    padding: 40px 0;
}.contact_954 .reach_grid_652,
    .contact_954 .connect_card_512 {
    padding: 30px 20px;
}.contact_954 h3 {
    font-size: calc(34px - 6px);
    letter-spacing: 2px;
}.contact_954 .reach_grid_652 .inquiry_help_617 label {
    font-size: calc(13px - 3px);
}}.course_program_513 {
    overflow: hidden;
    padding: 140px 0;
    background: rgb(208,205,180);
    position: relative;
}.course_program_513::before {
    background: 
        linear-gradient(45deg, rgb(173,162,159,0.5) 0%, transparent 50%),
        linear-gradient(135deg, transparent 50%, rgb(129,117,115,0.5) 100%);
    right: 0;
    left: 0;
    z-index: 1;
    bottom: 0;
    position: absolute;
    top: 0;
    opacity: 0.15;
    content: '';
}.course_program_513 .container {
    position: relative;
    z-index: 2;
}.course_program_513 .program_track_198 {
    display: flex;
    position: relative;
    flex-direction: column;
}.course_program_513 .editorial_box_126 {
    padding: 40px;
    background: #ffffff;
    width: 80%;
    order: 2;
    border-radius: 12px;
    z-index: 3;
    position: relative;
    margin: -80px auto 0;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}.course_program_513 .editorial_box_126 h2 {
    text-align: center;
    font-size: 29px;
    padding-bottom: 15px;
    margin-bottom: 30px;
    font-weight: 700;
    color: #000000;
    position: relative;
}.course_program_513 .editorial_box_126 h2::after {
    width: 80px;
    border-radius: 10px;
    transform: translateX(-50%);
    background: linear-gradient(to right, rgb(173,162,159), rgb(129,117,115));
    left: 50%;
    content: '';
    bottom: 0;
    position: absolute;
    height: 3px;
}.course_program_513 .editorial_box_126 .description {
    font-size: 17px;
    line-height: 1.75;
    text-align: center;
    color: #000000;
    margin-bottom: 20px;
}.course_program_513 .editorial_box_126 .description:last-of-type {
    margin-bottom: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    padding-top: 20px;
}.course_program_513 .photo_gallery_702 {
    z-index: 2;
    transform: perspective(1000px) rotateX(5deg);
    width: 100%;
    overflow: hidden;
    border-radius: 12px;
    position: relative;
    transform-origin: bottom;
    margin: 0 auto;
    height: 500px;
    order: 1;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}.course_program_513 .photo_gallery_702::before {
    bottom: 0;
    right: 0;
    top: 0;
    left: 0;
    content: '';
    z-index: 1;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), transparent 70%);
    position: absolute;
}.course_program_513 .photo_gallery_702::after {
    height: 30%;
    z-index: 1;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.4), transparent);
    left: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    content: '';
}.course_program_513 .program_track_198::before {
    border: 2px solid rgb(173,162,159,0.5);
    height: 60px;
    left: 10%;
    border-radius: 50%;
    width: 60px;
    z-index: 1;
    animation: pulse 4s ease-in-out infinite;
    top: 20px;
    position: absolute;
    content: '';
}.course_program_513 .program_track_198::after {
    height: 40px;
    content: '';
    bottom: 50px;
    animation: float 6s ease-in-out infinite;
    background: rgb(129,117,115,0.5);
    z-index: 1;
    border-radius: 10px;
    right: 15%;
    position: absolute;
    width: 40px;
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.5;
    }
    50% {
        transform: scale(1.2);
        opacity: 0.3;
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-20px) rotate(10deg);
    }
}

@media (min-width: 992px) {.course_program_513 .editorial_box_126::before {
    position: absolute;
    z-index: 1;
    background: linear-gradient(to right, transparent, rgb(173,162,159,0.5), transparent);
    content: '';
    width: 200px;
    transform: translateY(130px) rotate(90deg);
    left: -160px;
    height: 3px;
    top: 0;
}.course_program_513 .editorial_box_126::after {
    content: '';
    background: linear-gradient(to right, transparent, rgb(129,117,115,0.5), transparent);
    position: absolute;
    right: -160px;
    top: 0;
    width: 200px;
    height: 3px;
    z-index: 1;
    transform: translateY(130px) rotate(90deg);
}
}

@media (max-width: 1200px) {.course_program_513 .editorial_box_126 {
    width: 70%;
}
}

@media (max-width: 992px) {.course_program_513 {
    padding: 100px 0;
}.course_program_513 .editorial_box_126 {
    width: 80%;
    padding: 30px;
}.course_program_513 .photo_gallery_702 {
    height: 350px;
}
}

@media (max-width: 768px) {.course_program_513 {
    padding: 80px 0;
}.course_program_513 .editorial_box_126 {
    width: 90%;
    padding: 25px;
    margin-top: -50px;
}.course_program_513 .photo_gallery_702 {
    transform: perspective(1000px) rotateX(3deg);
    width: 100%;
    height: 300px;
}.course_program_513 .program_track_198::before,
    .course_program_513 .program_track_198::after {
    display: none;
}
}

@media (max-width: 576px) {.course_program_513 {
    padding: 60px 0;
}.course_program_513 .editorial_box_126 {
    padding: 20px;
    margin-top: -30px;
    width: 100%;
}.course_program_513 .photo_gallery_702 {
    height: 250px;
    transform: none;
}.course_program_513 .editorial_box_126 h2 {
    font-size: calc(29px * 0.85);
}.course_program_513 .editorial_box_126 .description {
    font-size: calc(17px * 0.95);
    line-height: 1.6;
}}.newsletter_309 {
    margin: 5rem 0;
    background: linear-gradient(170deg, rgb(208,205,180) 0%, rgb(173,162,159,0.5) 100%);
    overflow: hidden;
    position: relative;
    padding: 5rem 3rem 7rem;
}.newsletter_309::before {
    background: rgb(129,117,115,0.5);
    z-index: 1;
    clip-path: polygon(0 0, 100% 0, 60% 100%, 0 100%);
    left: -10%;
    transform: rotate(30deg);
    opacity: 0.4;
    width: 80%;
    height: 200%;
    position: absolute;
    top: -30%;
    content: "";
    animation: wave 15s infinite alternate;
}.newsletter_309::after {
    bottom: -10%;
    clip-path: polygon(40% 0, 100% 0, 100% 100%, 0 100%);
    right: -10%;
    position: absolute;
    z-index: 1;
    content: "";
    animation: float 12s infinite alternate;
    opacity: 0.3;
    filter: blur(8px);
    height: 60%;
    transform: rotate(-15deg);
    width: 80%;
    background: rgb(173,162,159,0.5);
}.newsletter_309 .learn_skill_265 {
    flex-direction: column;
    align-items: center;
    z-index: 2;
    position: relative;
    display: flex;
}.newsletter_309 p {
    text-align: center;
    font-weight: 700;
    color: #000000;
    position: relative;
    font-family: Arial, sans-serif;
    opacity: 0.9;
    font-size: 36px;
    max-width: 80%;
    line-height: 1.4;
    margin-bottom: 3rem;
}.newsletter_309 p::after {
    position: absolute;
    left: 50%;
    width: 3rem;
    background: rgb(129,117,115);
    transform: translateX(-50%);
    border-radius: 3px;
    content: "";
    bottom: -1.5rem;
    height: 3px;
}.newsletter_309 .input_holder {
    max-width: 600px;
    display: flex;
    position: relative;
    gap: 1.5rem;
    transform: rotate(-2deg);
    flex-direction: column;
    width: 100%;
}.newsletter_309 .newsletter_wrap_594 {
    width: 100%;
    border: none;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(0);
    color: #000000;
    font-size: 14px;
    padding: 1.5rem;
    border-radius: 29px;
    background: #ffffff;
}.newsletter_309 .newsletter_wrap_594:focus {
    outline: none;
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}.newsletter_309 .newsletter_wrap_594::placeholder {
    opacity: 0.6;
    color: #000000;
}.newsletter_309 .subscribe_widget_012 {
    font-weight: 600;
    padding: 1.2rem 3rem;
    z-index: 2;
    transition: all 0.3s ease;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    align-self: flex-end;
    color: #ffffff;
    font-family: Arial, sans-serif;
    font-size: 16px;
    cursor: pointer;
    background: linear-gradient(90deg, rgb(173,162,159) 0%, rgb(129,117,115) 100%);
    transform: rotate(2deg) translateY(0);
    border: none;
    position: relative;
    border-radius: 29px;
}.newsletter_309 .subscribe_widget_012::before {
    z-index: -1;
    content: "";
    width: 100%;
    top: 0;
    opacity: 0;
    background: linear-gradient(90deg, rgb(129,117,115) 0%, rgb(173,162,159) 100%);
    left: 0;
    position: absolute;
    transition: opacity 0.3s ease;
    height: 100%;
}.newsletter_309 .subscribe_widget_012:hover {
    transform: rotate(2deg) translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}.newsletter_309 .subscribe_widget_012:hover::before {
    opacity: 1;
}

@keyframes wave {
    0% {
        transform: rotate(30deg) translateX(0);
    }
    100% {
        transform: rotate(30deg) translateX(5%);
    }
}

@keyframes float {
    0% {
        transform: rotate(-15deg) translateY(0);
    }
    50% {
        transform: rotate(-12deg) translateY(-10px);
    }
    100% {
        transform: rotate(-15deg) translateY(0);
    }
}

@media (max-width: 768px) {.newsletter_309 {
    padding: 4rem 1.5rem 5rem;
}.newsletter_309 p {
    font-size: 20px;
    max-width: 100%;
}.newsletter_309 .input_holder {
    transform: none;
}.newsletter_309 .subscribe_widget_012 {
    width: 100%;
    align-self: center;
    transform: none;
}.newsletter_309 .subscribe_widget_012:hover {
    transform: translateY(-5px);
}}.user_testimonials_147 {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(208,205,180) 0%, rgba(240, 245, 255, 0.9) 100%);
    padding: 5rem 0;
}.user_testimonials_147::before {
    pointer-events: none;
    position: absolute;
    z-index: 1;
    content: "";
    width: 50%;
    top: -5%;
    background: linear-gradient(230deg, rgb(173,162,159,0.5) 0%, transparent 80%);
    height: 70%;
    right: -10%;
    transform: rotate(-15deg) skew(5deg);
}.user_testimonials_147::after {
    left: -5%;
    position: absolute;
    width: 40%;
    content: "";
    pointer-events: none;
    height: 60%;
    z-index: 1;
    transform: rotate(10deg) skew(-5deg);
    background: linear-gradient(45deg, rgb(129,117,115,0.5) 0%, transparent 70%);
    bottom: -10%;
}.user_testimonials_147 h2 {
    margin-bottom: 3.5rem;
    font-size: 28px;
    text-align: center;
    font-weight: 700;
    position: relative;
    color: #000000;
    transition: transform 0.5s ease-out;
    transform-origin: center left;
}.user_testimonials_147 h2:hover {
    transform: scale(1.02);
}.user_testimonials_147 h2::after {
    bottom: -1rem;
    transform: translateX(-50%);
    box-shadow: 0 4px 12px rgba(rgb(173,162,159,0.5), 0.3);
    left: 50%;
    background: linear-gradient(90deg, rgb(173,162,159) 0%, rgb(129,117,115) 100%);
    height: 0.25rem;
    position: absolute;
    content: "";
    width: 6rem;
}.user_testimonials_147 .container.learn_skill_265 {
    position: relative;
    z-index: 5;
}.user_testimonials_147 .success_voices_854 {
    perspective: 1000px;
    gap: 2.5rem;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
}.user_testimonials_147 .success_feedback_609 {
    justify-content: space-between;
    flex-direction: column;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    display: flex;
    position: relative;
    overflow: hidden;
    transform-style: preserve-3d;
    background: #ffffff;
    z-index: 2;
    padding: 2rem;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 100%;
}.user_testimonials_147 .success_feedback_609::before {
    background: linear-gradient(135deg, transparent 0%, rgba(rgb(173,162,159,0.5), 0.05) 100%);
    z-index: -1;
    height: 100%;
    top: 0;
    content: "";
    width: 100%;
    left: 0;
    position: absolute;
}.user_testimonials_147 .success_feedback_609:hover {
    transform: translateY(-8px) rotateX(2deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}.user_testimonials_147 .success_feedback_609 h3 {
    position: relative;
    font-size: calc(23px * 1.1);
    display: inline-block;
    margin-bottom: 0.75rem;
    color: rgb(173,162,159);
    font-weight: 700;
}.user_testimonials_147 .success_feedback_609 h3::after {
    left: 0;
    height: 2px;
    content: "";
    width: 0;
    transition: width 0.3s ease;
    position: absolute;
    background: rgb(129,117,115);
    bottom: -5px;
}.user_testimonials_147 .success_feedback_609:hover h3::after {
    width: 100%;
}.user_testimonials_147 .success_feedback_609 .description {
    position: relative;
    line-height: 1.7;
    color: #000000;
    font-size: 14px;
    z-index: 2;
    margin-bottom: 1.5rem;
}.user_testimonials_147 .success_feedback_609 .description::before {
    color: rgba(rgb(173,162,159,0.5), 0.05);
    z-index: -1;
    top: -2rem;
    content: "";
    left: -1rem;
    position: absolute;
    font-family: serif;
    font-size: 8rem;
}.user_testimonials_147 .success_feedback_609 div {
    height: 60px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    width: 60px;
    overflow: hidden;
    border-radius: 28px;
    margin-top: auto;
    position: relative;
}.user_testimonials_147 .success_feedback_609 div::before {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(45deg, rgb(173,162,159,0.5), transparent);
    transition: opacity 0.3s ease;
    opacity: 0;
    z-index: 1;
}.user_testimonials_147 .success_feedback_609:hover div::before {
    opacity: 0.3;
}.user_testimonials_147 .success_feedback_609 div img {
    width: 100%;
    display: block;
    height: 100%;
    transition: transform 0.5s ease;
    object-fit: cover;
}.user_testimonials_147 .success_feedback_609:hover div img {
    transform: scale(1.05);
}

@media (max-width: 991px) {.user_testimonials_147 {
    padding: 4rem 0;
}.user_testimonials_147 h2 {
    font-size: calc(28px * 0.9);
    margin-bottom: 3rem;
}.user_testimonials_147 .success_voices_854 {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 2rem;
}
}

@media (max-width: 767px) {.user_testimonials_147 {
    padding: 3rem 0;
}.user_testimonials_147::before,
    .user_testimonials_147::after {
    height: 50%;
    width: 70%;
}.user_testimonials_147 h2 {
    margin-bottom: 2.5rem;
    font-size: calc(28px * 0.8);
}.user_testimonials_147 h2::after {
    width: 5rem;
}.user_testimonials_147 .success_voices_854 {
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}.user_testimonials_147 .success_feedback_609 {
    padding: 1.5rem;
}
}

@media (max-width: 575px) {.user_testimonials_147 {
    padding: 2.5rem 0;
}.user_testimonials_147 h2 {
    font-size: calc(28px * 0.7);
    margin-bottom: 2rem;
}.user_testimonials_147 h2::after {
    width: 4rem;
    height: 0.2rem;
}.user_testimonials_147 .success_voices_854 {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.user_testimonials_147 .success_feedback_609 {
    padding: 1.25rem;
}.user_testimonials_147 .success_feedback_609:hover {
    transform: translateY(-5px) rotateX(1deg);
}
}

@media (hover: none) {.user_testimonials_147 .success_feedback_609:hover {
    transform: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}.user_testimonials_147 .success_feedback_609:hover h3::after {
    width: 0;
}.user_testimonials_147 .success_feedback_609:hover div::before {
    opacity: 0;
}.user_testimonials_147 .success_feedback_609:hover div img {
    transform: none;
}
}

@media (prefers-reduced-motion) {.user_testimonials_147 .success_feedback_609,
    .user_testimonials_147 .success_feedback_609 div img,
    .user_testimonials_147 .success_feedback_609 h3::after,
    .user_testimonials_147 h2 {
    transition: none;
}.user_testimonials_147 .success_feedback_609:hover {
    transform: none;
}.user_testimonials_147 .success_feedback_609:hover div img {
    transform: none;
}}.price_card_deck_508 {
    overflow: hidden;
    padding: 100px 0;
    position: relative;
}.price_card_deck_508::before {
    left: 0;
    position: absolute;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.65) 100%);
    right: 0;
    z-index: 1;
    bottom: 0;
    top: 0;
    content: "";
}.price_card_deck_508 .container {
    padding: 0 20px;
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
}.price_card_deck_508 .trial_offers_396 {
    position: relative;
}.price_card_deck_508 h2 {
    margin-bottom: 20px;
    transform: translateY(20px);
    animation: fadeInUp 0.8s ease-out forwards;
    text-align: center;
    font-size: 32px;
    color: #ffffff;
    font-weight: 700;
    position: relative;
    opacity: 0;
}.price_card_deck_508 .price_grid_074 {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
    margin: 0 auto 50px;
    font-size: 18px;
    line-height: 1.6;
    color: rgb(255, 255, 255, 0.5);
    text-align: center;
    max-width: 800px;
}.price_card_deck_508 .member_plans_043 {
    display: grid;
    list-style: none;
    perspective: 1000px;
    margin: 0;
    gap: 30px;
    padding: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.price_card_deck_508 .member_plans_043 li {
    animation: fadeInStagger 0.8s ease-out forwards;
    opacity: 0;
    transform: translateZ(0) rotateY(5deg) translateX(20px);
}.price_card_deck_508 .member_plans_043 li:nth-child(1) {
    animation-delay: 0.3s;
}.price_card_deck_508 .member_plans_043 li:nth-child(2) {
    animation-delay: 0.5s;
}.price_card_deck_508 .member_plans_043 li:nth-child(3) {
    animation-delay: 0.7s;
}.price_card_deck_508 .member_plans_043 li:nth-child(4) {
    animation-delay: 0.9s;
}.price_card_deck_508 .promo_rates_413 {
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: block;
    text-decoration: none;
    height: 100%;
}.price_card_deck_508 .lesson_plans_264 {
    position: relative;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2), 0 5px 15px rgba(0,0,0,0.1);
    height: 100%;
    transition: all 0.4s ease;
    background: linear-gradient(145deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.05) 100%);
    transform: translateZ(0);
    backdrop-filter: blur(10px);
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 8px;
}.price_card_deck_508 .lesson_plans_264::before {
    left: 0;
    background: linear-gradient(45deg, rgb(173,162,159,0.5), rgb(129,117,115,0.5));
    position: absolute;
    height: 100%;
    content: "";
    width: 100%;
    opacity: 0;
    z-index: -1;
    top: 0;
    transition: opacity 0.6s ease;
}.price_card_deck_508 .indv_sub_643 {
    height: 100%;
    display: flex;
    padding: 35px 30px;
    flex-direction: column;
    color: #ffffff;
    min-height: 400px;
}.price_card_deck_508 .indv_sub_643 h4 {
    transition: transform 0.3s ease-out;
    font-size: calc(19px * 1.1);
    margin: 0 0 15px;
    font-weight: 700;
    position: relative;
    padding-bottom: 15px;
    color: #ffffff;
}.price_card_deck_508 .indv_sub_643 h4::after {
    left: 0;
    transition: width 0.4s ease;
    content: "";
    height: 3px;
    width: 60px;
    position: absolute;
    background: rgb(173,162,159);
    bottom: 0;
}.price_card_deck_508 .indv_sub_643 p {
    color: rgba(255,255,255,0.8);
    overflow-wrap: break-word;
    line-height: 1.7;
    word-wrap: break-word;
    flex-grow: 1;
    hyphens: auto;
    margin: 0 0 auto;
    font-size: 18px;
}.price_card_deck_508 .learn_fees_568 {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    font-weight: 700;
    color: #ffffff;
    align-self: flex-start;
    border-radius: 6px;
    font-size: calc(19px * 1.3);
    display: inline-block;
    padding: 10px 20px;
    margin-top: 25px;
    background: linear-gradient(135deg, rgb(173,162,159) 0%, rgb(129,117,115) 100%);
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}.price_card_deck_508 .promo_rates_413:hover {
    transform: translateY(-10px) scale(1.02);
}.price_card_deck_508 .promo_rates_413:hover .lesson_plans_264 {
    box-shadow: 0 20px 40px rgba(0,0,0,0.3), 0 15px 20px rgba(0,0,0,0.2);
    border-color: rgba(255,255,255,0.2);
}.price_card_deck_508 .promo_rates_413:hover .lesson_plans_264::before {
    opacity: 0.05;
}.price_card_deck_508 .promo_rates_413:hover .indv_sub_643 h4 {
    transform: translateY(-5px);
}.price_card_deck_508 .promo_rates_413:hover .indv_sub_643 h4::after {
    width: 100px;
}.price_card_deck_508 .promo_rates_413:hover .learn_fees_568 {
    transform: scale(1.05) translateY(-5px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.2);
}

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

@keyframes fadeInStagger {
    from {
        opacity: 0;
        transform: translateZ(-50px) rotateY(10deg) translateX(30px);
    }
    to {
        opacity: 1;
        transform: translateZ(0) rotateY(0) translateX(0);
    }
}

@media (max-width: 1024px) {.price_card_deck_508 {
    padding: 80px 0;
}.price_card_deck_508 .member_plans_043 {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 25px;
}.price_card_deck_508 .indv_sub_643 {
    min-height: 380px;
    padding: 30px 25px;
}
}

@media (max-width: 768px) {.price_card_deck_508 {
    padding: 60px 0;
}.price_card_deck_508 h2 {
    font-size: calc(32px * 0.9);
}.price_card_deck_508 .price_grid_074 {
    margin-bottom: 40px;
    font-size: calc(18px * 0.95);
}.price_card_deck_508 .member_plans_043 {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}.price_card_deck_508 .indv_sub_643 {
    min-height: 350px;
    padding: 25px 20px;
}.price_card_deck_508 .indv_sub_643 h4 {
    font-size: 19px;
}.price_card_deck_508 .learn_fees_568 {
    font-size: calc(19px * 1.1);
}
}

@media (max-width: 576px) {.price_card_deck_508 {
    padding: 50px 0;
}.price_card_deck_508 .container {
    padding: 0 15px;
}.price_card_deck_508 h2 {
    font-size: calc(32px * 0.8);
}.price_card_deck_508 .price_grid_074 {
    font-size: calc(18px * 0.9);
    margin-bottom: 30px;
}.price_card_deck_508 .member_plans_043 {
    grid-template-columns: 1fr;
    gap: 25px;
}.price_card_deck_508 .indv_sub_643 {
    min-height: auto;
}.price_card_deck_508 .indv_sub_643 p {
    font-size: calc(18px * 0.9);
}.price_card_deck_508 .learn_fees_568 {
    align-self: center;
    margin-top: 20px;
}}.secure_fortification_021 {
    background: linear-gradient(145deg, rgb(208,205,180), rgba(245, 245, 250, 0.9));
    padding: 4rem 2rem;
    color: #000000;
    overflow: hidden;
    font-family: Arial, sans-serif;
    position: relative;
}.secure_fortification_021::before {
    height: 250px;
    transform: rotate(-15deg);
    width: 250px;
    top: -10%;
    filter: blur(60px);
    right: -5%;
    opacity: 0.3;
    content: "";
    position: absolute;
    background: linear-gradient(120deg, rgb(173,162,159,0.5), rgb(129,117,115,0.5));
    z-index: 0;
}.secure_fortification_021::after {
    background: linear-gradient(230deg, rgb(129,117,115,0.5), rgb(173,162,159,0.5));
    left: -5%;
    content: "";
    width: 200px;
    z-index: 0;
    transform: rotate(15deg);
    bottom: -10%;
    height: 200px;
    opacity: 0.2;
    filter: blur(50px);
    position: absolute;
}.secure_fortification_021 .container {
    z-index: 1;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(10px) saturate(120%);
    transform: translateZ(0);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    max-width: 1140px;
    padding: 3rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 
                0 1px 5px rgba(0, 0, 0, 0.02),
                0 20px 50px rgba(50, 50, 93, 0.05);
    position: relative;
    clip-path: polygon(
        0 0,
        100% 0,
        100% calc(100% - 15px),
        calc(100% - 15px) 100%,
        0 100%
    );
    margin: 0 auto;
}.secure_fortification_021 .container:hover {
    transform: translateY(-5px) translateZ(0);
}.secure_fortification_021 h1 {
    margin-bottom: 2rem;
    color: #000000;
    position: relative;
    transform: translateZ(0);
    padding-bottom: 1rem;
    font-weight: 700;
    font-size: 41px;
    letter-spacing: -0.02em;
}.secure_fortification_021 h1::after {
    left: 0;
    bottom: 0;
    background: linear-gradient(90deg, rgb(173,162,159), rgb(129,117,115));
    transition: width 0.3s ease-out;
    content: "";
    height: 4px;
    width: 80px;
    position: absolute;
    transform-origin: left center;
}.secure_fortification_021 .container:hover h1::after {
    width: 120px;
}.secure_fortification_021 h2 {
    color: #000000;
    font-size: 30px;
    position: relative;
    letter-spacing: -0.01em;
    font-weight: 600;
    margin: 2.5rem 0 1.25rem;
    display: inline-block;
}.secure_fortification_021 h2::before {
    width: 100%;
    transition: height 0.3s, opacity 0.3s;
    bottom: 5px;
    position: absolute;
    background-color: rgb(173,162,159,0.5);
    left: 0;
    z-index: -1;
    height: 12px;
    opacity: 0.25;
    transform: skewX(-15deg);
    content: "";
}.secure_fortification_021 h2:hover::before {
    height: 8px;
    opacity: 0.4;
}.secure_fortification_021 h3 {
    font-weight: 600;
    color: #000000;
    margin: 2rem 0 1rem;
    font-size: calc(30px * 0.8);
    position: relative;
    padding-left: 15px;
}.secure_fortification_021 h3::before {
    left: 0;
    content: "";
    height: 70%;
    border-radius: 1px;
    top: 0.25em;
    width: 4px;
    background: linear-gradient(to bottom, rgb(173,162,159), rgb(129,117,115));
    position: absolute;
}.secure_fortification_021 h4 {
    letter-spacing: 0.05em;
    opacity: 0.85;
    font-size: calc(30px * 0.7);
    font-weight: 600;
    color: #000000;
    text-transform: uppercase;
    margin: 1.5rem 0 0.75rem;
}.secure_fortification_021 p {
    z-index: 1;
    font-size: 12px;
    line-height: 1.75;
    color: #000000;
    position: relative;
    margin-bottom: 1.5rem;
}.secure_fortification_021 strong {
    color: #000000;
    padding-bottom: 2px;
    position: relative;
    font-weight: 600;
    display: inline-block;
}.secure_fortification_021 strong::after {
    height: 1px;
    bottom: 0;
    background: rgb(173,162,159,0.5);
    position: absolute;
    width: 100%;
    left: 0;
    content: "";
}.secure_fortification_021 ul {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 2rem;
}.secure_fortification_021 ul::before {
    content: "";
    width: 1px;
    background: linear-gradient(to bottom, 
        rgb(173,162,159,0.5),
        rgb(129,117,115,0.5),
        transparent);
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
}.secure_fortification_021 li {
    line-height: 1.7;
    font-size: 12px;
    margin-bottom: 1rem;
    color: #000000;
    padding-left: 0.5rem;
    position: relative;
}.secure_fortification_021 li::before {
    background-color: #ffffff;
    transition: transform 0.3s, background-color 0.3s;
    width: 8px;
    position: absolute;
    height: 8px;
    content: "";
    top: 0.7em;
    left: -1.5rem;
    border: 1px solid rgb(173,162,159);
    transform: rotate(45deg);
}.secure_fortification_021 li:hover::before {
    background-color: rgb(173,162,159,0.5);
    transform: rotate(135deg);
}.secure_fortification_021 span {
    color: #000000;
    margin-bottom: 1.5rem;
    border-left: 1px dashed rgb(129,117,115,0.5);
    line-height: 1.75;
    font-size: 12px;
    padding-left: 1rem;
    display: block;
}

@media (max-width: 992px) {.secure_fortification_021 {
    padding: 3rem 1.5rem;
}.secure_fortification_021 .container {
    padding: 2.5rem;
}.secure_fortification_021 h1 {
    font-size: calc(41px * 0.9);
}.secure_fortification_021 h2 {
    font-size: calc(30px * 0.9);
}
}

@media (max-width: 768px) {.secure_fortification_021 {
    padding: 2.5rem 1rem;
}.secure_fortification_021 .container {
    clip-path: polygon(
            0 0,
            100% 0,
            100% calc(100% - 10px),
            calc(100% - 10px) 100%,
            0 100%
        );
    padding: 2rem;
}.secure_fortification_021 h1 {
    margin-bottom: 1.5rem;
    font-size: calc(41px * 0.8);
}.secure_fortification_021 h2 {
    margin: 2rem 0 1rem;
    font-size: calc(30px * 0.8);
}.secure_fortification_021 h3 {
    font-size: calc(30px * 0.7);
}.secure_fortification_021 h4 {
    font-size: calc(30px * 0.6);
}.secure_fortification_021 p, 
    .secure_fortification_021 li,
    .secure_fortification_021 span {
    font-size: calc(12px * 0.95);
}
}

@media (max-width: 576px) {.secure_fortification_021 {
    padding: 2rem 0.75rem;
}.secure_fortification_021 .container {
    padding: 1.5rem;
    clip-path: polygon(
            0 0,
            100% 0,
            100% calc(100% - 8px),
            calc(100% - 8px) 100%,
            0 100%
        );
}.secure_fortification_021 h1 {
    font-size: calc(41px * 0.7);
    padding-bottom: 0.75rem;
}.secure_fortification_021 h1::after {
    width: 60px;
    height: 3px;
}.secure_fortification_021 h2 {
    font-size: calc(30px * 0.7);
}.secure_fortification_021 h2::before {
    height: 8px;
}.secure_fortification_021 h3 {
    font-size: calc(30px * 0.6);
    padding-left: 12px;
}.secure_fortification_021 h3::before {
    width: 3px;
}.secure_fortification_021 h4 {
    font-size: calc(30px * 0.55);
}.secure_fortification_021 p, 
    .secure_fortification_021 li,
    .secure_fortification_021 span {
    font-size: calc(12px * 0.9);
    line-height: 1.6;
}.secure_fortification_021 ul {
    padding-left: 1.25rem;
}.secure_fortification_021 span {
    padding-left: 0.75rem;
}}header {
    width: 100%;
    position: relative;
    z-index: 99;
    background: linear-gradient(135deg, rgb(173,162,159,0.5) 0%, rgb(129,117,115) 100%);
    overflow: visible;
}header::before {
    background: linear-gradient(145deg, rgb(129,117,115,0.5) 0%, transparent 70%);
    top: 0;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
    left: 0;
}header .header_guide_367 {
    padding: 20px 15px;
    justify-content: space-between;
    align-items: center;
    position: relative;
    transform: none;
    z-index: 5;
    display: flex;
    flex-direction: row;
}header .header_guide_367 .head_guide_903 {
    transition: transform 0.4s ease;
    transform: translateX(0);
    margin-right: 10px;
}header .header_guide_367 .head_guide_903:hover {
    transform: scale(1.05);
}header .header_guide_367 .head_guide_903 .nav_core_368 {
    display: inline-block;
}header .header_guide_367 .head_guide_903 .nav_core_368 svg {
    height: 50px;
    width: auto;
}header .header_guide_367 .main_know_982 {
    transform: none;
    border-radius: 29px;
    padding: 20px 30px;
    display: flex;
    margin: 0;
    position: relative;
    flex-wrap: wrap;
    padding: 0;
    list-style: none;
    background: rgba(0, 0, 0, 0.5);
}header .header_guide_367 .main_know_982::before {
    left: 0;
    border-radius: 29px;
    z-index: -1;
    transform: rotate(-2deg) scale(1.03);
    height: 100%;
    background: linear-gradient(135deg, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
    top: 0;
    position: absolute;
    width: 100%;
    content: "";
}header .header_guide_367 .main_know_982 .nav_page_318 {
    margin: 0 12px;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
}header .header_guide_367 .main_know_982 .nav_page_318:hover {
    transform: translateY(-3px) scale(1.05);
}header .header_guide_367 .main_know_982 .nav_page_318 a {
    display: block;
    text-decoration: none;
    overflow: hidden;
    font-weight: 600;
    font-family: Arial, sans-serif;
    color: #ffffff;
    font-size: 16px;
    padding: 8px 5px;
    position: relative;
}header .header_guide_367 .main_know_982 .nav_page_318 a::after {
    width: 100%;
    bottom: 0;
    content: "";
    left: 0;
    transform: translateX(-100%);
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(129,117,115), transparent);
    height: 2px;
    transition: transform 0.4s ease;
}header .header_guide_367 .main_know_982 .nav_page_318:hover a::after {
    transform: translateX(0);
}

@media (max-width: 992px) {header .header_guide_367 {
    align-items: center;
    flex-direction: column;
}header .header_guide_367 .head_guide_903 {
    margin-bottom: 15px;
    margin-right: 0;
}header .header_guide_367 .main_know_982 {
    padding: 15px;
    width: 100%;
    justify-content: center;
}header .header_guide_367 .main_know_982 .nav_page_318 {
    margin: 5px 15px 5px 0;
}header .header_guide_367 .main_know_982 .nav_page_318 a {
    padding: 5px;
    font-size: calc(16px - 2px);
}}.dialogCookieSettings_703 {
    background: rgb(208,205,180);
    width: 100%;
    z-index: 90;
    border-top: 2px solid rgb(173,162,159);
    bottom: 0;
    position: fixed;
}#cookiePromptNotice_630 {
    display: none;
}#cookiePromptNotice_630:checked ~ .dialogCookieSettings_703 {
    visibility: hidden;
    opacity: 0;
}.user_alert_610 {
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}.dialogCookieSettings_703 h5 {
    font-size: 22px;
    margin-bottom: 6px;
}.dialogCookieSettings_703 p {
    font-size: 18px;
}.track_settings_397 {
    flex-shrink: 0;
    margin-right: 10px;
}.track_settings_397 svg, .track_settings_397 svg path, .track_settings_397 img {
    width: 100px;
    fill: rgb(173,162,159);
    height: 100px;
}.consent_learn_340 {
    flex-shrink: 0;
    line-height: 35px;
    min-width: 120px;
    color: rgb(173,162,159);
    white-space: nowrap;
    cursor: pointer;
    text-align: center;
    border-bottom: 2px solid rgb(173,162,159);
    margin-left: 10px;
    font-size: 24px;
    text-decoration: none;
}.dialogCookieSettings_703 p a {
    text-decoration: none;
    color: rgb(173,162,159);
}
@media only screen and (max-width: 1200px) {.dialogCookieSettings_703 {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.track_settings_397 {
    display: none;
}.user_alert_610 {
    justify-content: center;
    align-items: center;
    flex-direction: column;
}.dialogCookieSettings_703 h5 {
    text-align: center;
}.dialogCookieSettings_703 p {
    text-align: center;
}.cookie_menu_251 {
    margin-bottom: 20px;
}body .panel-container_437 .consent_learn_340 {
    margin-left: 0;
    margin-bottom: 10px;
}}
.panel-container_437 .dialogCookieSettings_703 {
    box-shadow: rgb(129,117,115,0.5) 0px 0px 10px 10px;
    background: rgb(173,162,159);
}.panel-container_437 .user_alert_610 {
    justify-content: space-between;
    padding: 40px 0;
}.panel-container_437 .consent_learn_340 {
    margin-left: 30px;
    color: rgb(173,162,159);
    background: #ffffff;
    font-size: 20px;
    border: none;
    padding: 10px;
}.panel-container_437 .cookie_menu_251 {
    text-align: left;
    color: #ffffff;
}.panel-container_437 .cookie_menu_251 h5 {
    font-weight: 700;
}.panel-container_437 .cookie_menu_251 h5, .panel-container_437 .cookie_menu_251 p {
    color: #ffffff;
}.panel-container_437 .dialogCookieSettings_703 p a {
    text-decoration: underline;
    color: rgb(129,117,115);
}.company_overview_356 {
    padding: 120px 0 100px;
    position: relative;
    overflow: hidden;
}.company_overview_356::before {
    z-index: 1;
    content: '';
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.85) 100%);
    bottom: 0;
    left: 0;
    top: 0;
    position: absolute;
    right: 0;
}.company_overview_356 .container {
    z-index: 2;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
}.company_overview_356 h2 {
    font-size: 31px;
    position: relative;
    margin-bottom: 60px;
    transform: translateX(-10px);
    animation: slideInTitle 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.2s;
    opacity: 0;
    font-weight: 700;
    color: #ffffff;
}.company_overview_356 h2::after {
    height: 3px;
    width: 80px;
    content: '';
    animation: expandLine 1s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.6s;
    transform: scaleX(0);
    background: rgb(173,162,159);
    bottom: -15px;
    transform-origin: left;
    position: absolute;
    left: 0;
}.company_overview_356 .editorial_box_126 {
    -webkit-backdrop-filter: blur(10px);
    position: relative;
    padding: 40px;
    opacity: 0;
    transform: translateY(20px);
    backdrop-filter: blur(10px);
    border-left: 3px solid rgb(173,162,159);
    animation: fadeUp 1s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.4s;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.09) 0%, rgba(255, 255, 255, 0.05) 100%);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}.company_overview_356 .editorial_box_126::before {
    border-top: 2px solid rgb(129,117,115);
    top: -5px;
    height: 100px;
    content: '';
    opacity: 0.6;
    border-right: 2px solid rgb(129,117,115);
    position: absolute;
    right: -5px;
    width: 100px;
}.company_overview_356 .editorial_box_126::after {
    content: '';
    position: absolute;
    opacity: 0.6;
    border-left: 2px solid rgb(129,117,115);
    border-bottom: 2px solid rgb(129,117,115);
    height: 100px;
    left: -5px;
    bottom: -5px;
    width: 100px;
}.company_overview_356 .editorial_box_126 > div {
    grid-template-columns: 1fr;
    display: grid;
}.company_overview_356 .editorial_box_126 p {
    color: rgb(173,162,159);
    position: relative;
    opacity: 0;
    font-weight: 700;
    font-size: calc(15px * 1.5);
    margin-bottom: 20px;
    transform: translateX(-10px);
    animation: slideInText 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.6s;
}.company_overview_356 .editorial_box_126 p::after {
    left: 0;
    transform-origin: left;
    transform: scaleX(0);
    width: 40px;
    content: '';
    background: rgb(173,162,159);
    bottom: -10px;
    position: absolute;
    height: 2px;
    animation: expandLine 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.8s;
}.company_overview_356 .editorial_box_126 div > div {
    color: #ffffff;
    opacity: 0;
    animation: fadeUp 1s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.8s;
    transform: translateY(10px);
    position: relative;
    line-height: 1.8;
    font-size: 15px;
    text-align: justify;
    padding-left: 20px;
}.company_overview_356 .editorial_box_126 div > div::before {
    animation: expandLine 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards 1s;
    background: linear-gradient(to bottom, rgb(173,162,159), transparent);
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    transform: scaleY(0);
    bottom: 0;
    width: 3px;
    transform-origin: top;
}

@keyframes slideInTitle {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideInText {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

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

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

@media (min-width: 768px) {.company_overview_356 {
    padding: 150px 0 130px;
}.company_overview_356 h2 {
    font-size: calc(31px * 1.2);
    margin-bottom: 80px;
}.company_overview_356 h2::after {
    bottom: -20px;
    width: 120px;
}.company_overview_356 .editorial_box_126 {
    margin-left: 40px;
    padding: 60px;
}.company_overview_356 .editorial_box_126 > div {
    align-items: flex-start;
    grid-template-columns: 1fr 3fr;
    gap: 40px;
}.company_overview_356 .editorial_box_126 p {
    margin-bottom: 0;
    padding-right: 20px;
    font-size: calc(15px * 2);
}.company_overview_356 .editorial_box_126 p::after {
    display: none;
}.company_overview_356 .editorial_box_126 div > div {
    padding-left: 0;
    border-left: none;
    position: relative;
}.company_overview_356 .editorial_box_126 div > div::before {
    width: 2px;
    left: -20px;
}
}

@media (min-width: 992px) {.company_overview_356 {
    padding: 180px 0 160px;
}.company_overview_356::before {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.65) 50%, rgba(0, 0, 0, 0.4) 100%);
}.company_overview_356 .container {
    padding: 0 40px;
}.company_overview_356 h2 {
    margin-bottom: 100px;
    font-size: calc(31px * 1.5);
    transform: translateX(-20px);
}.company_overview_356 h2::after {
    width: 150px;
    height: 4px;
}.company_overview_356 .editorial_box_126 {
    padding: 80px;
    margin-left: 80px;
    transform: translateY(30px);
    margin-right: 80px;
}.company_overview_356 .editorial_box_126::before,
    .company_overview_356 .editorial_box_126::after {
    height: 150px;
    width: 150px;
}.company_overview_356 .editorial_box_126 > div {
    grid-template-columns: 1fr 3fr;
    gap: 60px;
}.company_overview_356 .editorial_box_126 p {
    font-size: calc(15px * 2.5);
}.company_overview_356 .editorial_box_126 div > div {
    line-height: 1.9;
    font-size: calc(15px * 1.05);
    transform: translateY(15px);
}
}

@media (min-width: 1200px) {.company_overview_356 .editorial_box_126 {
    transition: transform 0.5s ease;
    transform: perspective(1000px) rotateY(-2deg);
}.company_overview_356 .editorial_box_126:hover {
    transform: perspective(1000px) rotateY(0);
}.company_overview_356 .editorial_box_126 > div {
    grid-template-columns: 1fr 4fr;
}
}

@media (max-width: 767px) {.company_overview_356 {
    padding: 80px 0 60px;
}.company_overview_356 h2 {
    margin-bottom: 40px;
    font-size: calc(31px * 0.9);
}.company_overview_356 .editorial_box_126 {
    margin: 0 10px;
    padding: 30px 20px;
}.company_overview_356 .editorial_box_126::before,
    .company_overview_356 .editorial_box_126::after {
    width: 60px;
    height: 60px;
}.company_overview_356 .editorial_box_126 div > div {
    padding-top: 15px;
    font-size: calc(15px * 0.95);
    line-height: 1.6;
}}.thanksNote_403 {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(208,205,180) 0%, rgba(rgb(173,162,159,0.5), 0.1) 100%);
    z-index: 1;
    padding: 6rem 0;
}.thanksNote_403::before {
    left: 0;
    height: 100%;
    background-size: 20px 20px;
    position: absolute;
    top: 0;
    z-index: -1;
    opacity: 0.6;
    width: 100%;
    background-image: 
        linear-gradient(90deg, rgba(rgb(173,162,159,0.5), 0.05) 1px, transparent 1px),
        linear-gradient(0deg, rgba(rgb(173,162,159,0.5), 0.05) 1px, transparent 1px);
    transform: perspective(1000px) rotateX(5deg);
    content: "";
}.thanksNote_403::after {
    filter: blur(80px);
    width: 40%;
    transform: rotate(-15deg) translateZ(-10px);
    top: -10%;
    position: absolute;
    right: -5%;
    opacity: 0.15;
    background: linear-gradient(45deg, rgb(173,162,159) 0%, rgba(rgb(129,117,115,0.5), 0.8) 100%);
    animation: float 15s ease-in-out infinite;
    z-index: -1;
    content: "";
    height: 70%;
}.thanksNote_403 .container {
    padding: 0 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}.thanksNote_403 .learn_skill_265 {
    box-shadow: 
        0 10px 30px -15px rgba(rgba(0, 0, 0, 0.5), 0.12),
        0 0 0 1px rgba(rgb(173,162,159,0.5), 0.08);
    padding: 3.5rem;
    transform: translateY(0);
    backdrop-filter: blur(10px);
    display: grid;
    gap: 2.5rem;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    grid-template-columns: 1fr;
    background: rgba(rgb(255, 255, 255, 0.5), 0.9);
    position: relative;
}.thanksNote_403 .learn_skill_265:hover {
    box-shadow: 
        0 20px 40px -20px rgba(rgba(0, 0, 0, 0.5), 0.16),
        0 0 0 1px rgba(rgb(173,162,159,0.5), 0.12);
    transform: translateY(-5px);
}.thanksNote_403 .learn_skill_265::before {
    height: 100%;
    content: "";
    left: 0;
    position: absolute;
    width: 4px;
    transform: scaleY(0);
    background: linear-gradient(to bottom, rgb(173,162,159), rgb(129,117,115));
    transform-origin: top;
    top: 0;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}.thanksNote_403 .learn_skill_265:hover::before {
    transform: scaleY(1);
}.thanksNote_403 h5 {
    padding-bottom: 1rem;
    font-size: calc(20px * 1.1);
    margin-bottom: 0.5rem;
    color: #000000;
    line-height: 1.3;
    font-weight: 700;
    position: relative;
    overflow: hidden;
}.thanksNote_403 h5::after {
    position: absolute;
    content: "";
    height: 3px;
    transform: translateX(0);
    transition: width 0.6s ease, transform 0.6s ease;
    background: rgb(173,162,159);
    width: 4rem;
    left: 0;
    bottom: 0;
}.thanksNote_403 .learn_skill_265:hover h5::after {
    transform: translateX(10px);
    width: 7rem;
}.thanksNote_403 p {
    transform: translateZ(0);
    transition: color 0.3s ease;
    opacity: 0.9;
    margin: 0;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.7;
    position: relative;
    color: #000000;
}.thanksNote_403 a {
    overflow: hidden;
    position: relative;
    text-decoration: none;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    display: block;
}.thanksNote_403 a::before {
    bottom: 0;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    width: 100%;
    height: 1px;
    position: absolute;
    z-index: 1;
    transform-origin: right;
    transform: scaleX(0);
    content: "";
    background: rgba(rgb(173,162,159,0.5), 0.3);
    left: 0;
}.thanksNote_403 a:hover {
    transform: translateY(-2px);
}.thanksNote_403 a:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}.thanksNote_403 a:hover p {
    color: rgb(173,162,159);
}

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

@media (min-width: 768px) {.thanksNote_403 {
    padding: 8rem 0;
}.thanksNote_403 .learn_skill_265 {
    grid-template-columns: 1fr 1.5fr;
    gap: 3rem;
    padding: 4rem;
    align-items: start;
}.thanksNote_403 h5 {
    padding-bottom: 1.5rem;
    font-size: calc(20px * 1.2);
}.thanksNote_403 p {
    line-height: 1.8;
    font-size: calc(15px * 1.05);
}.thanksNote_403::before {
    background-size: 30px 30px;
}
}

@media (min-width: 1024px) {.thanksNote_403 .learn_skill_265 {
    padding: 5rem;
    gap: 4rem;
}.thanksNote_403 h5 {
    font-size: calc(20px * 1.3);
}.thanksNote_403::after {
    width: 50%;
    right: -10%;
}
}

@media (max-width: 767px) {.thanksNote_403 {
    padding: 4rem 0;
}.thanksNote_403 .learn_skill_265 {
    padding: 2.5rem;
}.thanksNote_403 h5 {
    font-size: 20px;
}.thanksNote_403::before {
    background-size: 15px 15px;
}.thanksNote_403::after {
    opacity: 0.1;
}
}

@media (max-width: 480px) {.thanksNote_403 {
    padding: 3rem 0;
}.thanksNote_403 .learn_skill_265 {
    padding: 2rem 1.5rem;
}.thanksNote_403 h5 {
    font-size: calc(20px * 0.9);
}.thanksNote_403 p {
    line-height: 1.6;
    font-size: calc(15px * 0.95);
}}.welcome_page_714 {
    position: relative;
    justify-content: center;
    align-items: center;
    padding: 2rem 1rem;
    min-height: 100vh;
    display: flex;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(208,205,180) 0%, rgba(0, 0, 0, 0.5) 100%);
}.welcome_page_714::before {
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    z-index: 1;
    animation: gradientShift 15s infinite alternate ease-in-out;
    position: absolute;
    background: linear-gradient(45deg, rgb(173,162,159,0.5) 0%, transparent 50%, rgb(129,117,115,0.5) 100%);
    width: 100%;
    opacity: 0.15;
}.welcome_page_714::after {
    position: absolute;
    background: 
    radial-gradient(circle at 20% 30%, rgb(173,162,159,0.5) 0%, transparent 25%),
    radial-gradient(circle at 80% 70%, rgb(129,117,115,0.5) 0%, transparent 25%);
    width: 110%;
    content: "";
    filter: blur(20px);
    animation: pulseBackground 20s infinite alternate ease-in-out;
    transform-origin: center;
    z-index: 1;
    top: -5%;
    left: -5%;
    opacity: 0.1;
    height: 110%;
}.welcome_page_714 .page_first_957 {
    perspective: 1000px;
    z-index: 2;
    position: relative;
    width: 100%;
    max-width: 1200px;
    transform-style: preserve-3d;
}.welcome_page_714 .page_first_957 > div {
    transform-style: preserve-3d;
    grid-template-columns: 1fr;
    gap: 2.5rem;
    display: grid;
}.welcome_page_714 .page_first_957 > div > div:first-child {
    animation: slideInFromTop 1s ease-out forwards;
    position: relative;
    transform: translateZ(0);
}.welcome_page_714 .page_first_957 > div > div:first-child::before {
    content: "";
    background: rgb(173,162,159);
    height: 0;
    top: 0;
    width: 5px;
    position: absolute;
    animation: expandHeight 1.2s ease-out 0.5s forwards;
    left: 0;
}.welcome_page_714 h3 {
    font-weight: 600;
    animation: fadeSlideIn 0.8s ease-out 0.3s forwards;
    line-height: 1.4;
    opacity: 0;
    padding-left: 1.5rem;
    font-size: calc(21px * 0.9);
    color: #000000;
    letter-spacing: 0.5px;
    transform: translateX(20px);
    position: relative;
}.welcome_page_714 .impact_facts_403 {
    transform: translateY(30px) rotateX(5deg);
    animation: revealCard 1.2s cubic-bezier(0.23, 1, 0.32, 1) 0.5s forwards;
    overflow: hidden;
    border-radius: 3px;
    min-height: 60vh;
    transform-origin: bottom;
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    opacity: 0;
}.welcome_page_714 .impact_facts_403::before {
    opacity: 0.7;
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    content: "";
    background: linear-gradient(to bottom, 
    transparent 0%, 
    rgba(0, 0, 0, 0.5) 100%);
    width: 100%;
}.welcome_page_714 .impact_facts_403::after {
    background: linear-gradient(135deg, 
    rgb(173,162,159,0.5) 0%, 
    transparent 50%, 
    rgb(129,117,115,0.5) 100%);
    mix-blend-mode: overlay;
    animation: gradientMove 15s infinite alternate ease-in-out;
    z-index: 2;
    position: absolute;
    opacity: 0.3;
    content: "";
    width: 100%;
    top: 0;
    height: 100%;
    left: 0;
}.welcome_page_714 .impact_facts_403 > div {
    height: 100%;
    justify-content: flex-end;
    position: relative;
    flex-direction: column;
    z-index: 3;
    padding: 3rem 2rem;
    display: flex;
}.welcome_page_714 .impact_facts_403 > div > div {
    position: relative;
    overflow: hidden;
    margin-bottom: 1.5rem;
}.welcome_page_714 p {
    font-size: calc(18px * 1.1);
    opacity: 0;
    margin: 0;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    transform: translateY(20px);
    line-height: 1.5;
    color: #ffffff;
    font-weight: 400;
    animation: fadeSlideUp 0.8s ease-out 1.2s forwards;
    letter-spacing: 0.3px;
}.welcome_page_714 .title_style_header {
    padding-bottom: 10px;
    opacity: 0;
    animation: fadeSlideUp 1s ease-out 1s forwards;
    position: relative;
    line-height: 1.2;
    letter-spacing: 1px;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
    font-weight: 700;
    margin: 0;
    font-size: calc(41px * 0.9);
    transform: translateY(30px);
    color: #ffffff;
}.welcome_page_714 .title_style_header::after {
    width: 0;
    background: linear-gradient(to right, rgb(173,162,159) 0%, rgb(129,117,115) 100%);
    content: "";
    position: absolute;
    left: 0;
    height: 3px;
    animation: expandWidth 1.5s ease-out 1.8s forwards;
    bottom: 0;
}

@keyframes slideInFromTop {
  0% {
    transform: translateY(-50px) translateZ(0);
    opacity: 0;
  }
  100% {
    transform: translateY(0) translateZ(0);
    opacity: 1;
  }
}

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

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

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

@keyframes expandWidth {
  0% {
    width: 0;
  }
  100% {
    width: 60%;
  }
}

@keyframes expandHeight {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}

@keyframes gradientShift {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 100% 100%;
  }
}

@keyframes gradientMove {
  0% {
    transform: translateX(-10%) translateY(-10%);
  }
  100% {
    transform: translateX(10%) translateY(10%);
  }
}

@keyframes pulseBackground {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}

@media (min-width: 768px) {.welcome_page_714 {
    padding: 3rem;
}.welcome_page_714 .page_first_957 > div {
    grid-template-columns: 1fr 2fr;
    gap: 4rem;
    align-items: center;
}.welcome_page_714 h3 {
    max-width: 90%;
    font-size: 21px;
    padding-left: 2rem;
}.welcome_page_714 .impact_facts_403 {
    transform-origin: center;
    transition: transform 0.5s ease;
    min-height: 65vh;
}.welcome_page_714 .impact_facts_403:hover {
    transform: translateY(-5px) scale(1.01);
}.welcome_page_714 .impact_facts_403 > div {
    padding: 4rem 3rem;
}.welcome_page_714 p {
    font-size: calc(18px * 1.2);
}.welcome_page_714 .title_style_header {
    font-size: 41px;
}
}

@media (min-width: 1200px) {.welcome_page_714 {
    padding: 4rem;
}.welcome_page_714 .page_first_957 > div {
    gap: 6rem;
}.welcome_page_714 h3 {
    font-size: calc(21px * 1.1);
    padding-left: 2.5rem;
}.welcome_page_714 .impact_facts_403 {
    min-height: 70vh;
}.welcome_page_714 .impact_facts_403 > div {
    padding: 5rem 4rem;
}.welcome_page_714 p {
    font-size: calc(18px * 1.3);
}.welcome_page_714 .title_style_header {
    font-size: calc(41px * 1.1);
}}.course_suitability_457 {
    overflow: hidden;
    padding: 90px 0;
    background-color: #ffffff;
    position: relative;
}.course_suitability_457::before {
    width: 100%;
    position: absolute;
    background: repeating-linear-gradient(
        45deg,
        rgb(173,162,159,0.5) 0,
        rgb(173,162,159,0.5) 1px,
        transparent 1px,
        transparent 30px
    );
    height: 100%;
    top: 0;
    z-index: 1;
    left: 0;
    content: '';
    opacity: 0.03;
}.course_suitability_457 .learn_skill_265 {
    position: relative;
    margin: 0 auto;
    max-width: 1100px;
    padding: 0 30px;
    z-index: 10;
    text-align: center;
}.course_suitability_457 h3 {
    margin-bottom: 50px;
    position: relative;
    padding: 0 30px;
    font-weight: 700;
    display: inline-block;
    font-size: 35px;
    color: #000000;
}.course_suitability_457 h3::before,
.course_suitability_457 h3::after {
    position: absolute;
    transform: translateY(-50%);
    background-color: rgb(173,162,159,0.5);
    top: 50%;
    content: '';
    height: 15px;
    border-radius: 50%;
    width: 15px;
}.course_suitability_457 h3::before {
    left: 0;
}.course_suitability_457 h3::after {
    right: 0;
}.course_suitability_457 ul {
    margin: 0;
    padding: 0;
    justify-content: center;
    list-style: none;
    gap: 25px;
    display: flex;
    flex-wrap: wrap;
}.course_suitability_457 ul li {
    text-align: left;
    border: 1px solid rgba(0, 0, 0, 0.05);
    display: flex;
    min-width: 280px;
    position: relative;
    transition: all 0.4s ease;
    align-items: center;
    border-radius: 21px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    width: calc(33.333% - 17px);
    gap: 20px;
    background-color: #ffffff;
    z-index: 1;
    padding: 35px 25px;
}.course_suitability_457 ul li::before {
    border-radius: 21px;
    top: 0;
    z-index: -1;
    width: 100%;
    opacity: 0;
    position: absolute;
    left: 0;
    height: 100%;
    background: linear-gradient(135deg, 
                #ffffff 0%, 
                #ffffff 60%, 
                rgb(208,205,180) 100%);
    transition: opacity 0.4s ease;
    content: '';
}.course_suitability_457 ul li:hover {
    transform: translateY(-7px) scale(1.03);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    border-color: rgba(0, 0, 0, 0.1);
}.course_suitability_457 ul li:hover::before {
    opacity: 1;
}.course_suitability_457 ul li svg {
    flex-shrink: 0;
    width: 45px;
    position: relative;
    transition: all 0.4s ease;
    height: 45px;
}.course_suitability_457 ul li:hover svg {
    transform: scale(1.1);
}.course_suitability_457 ul li svg path {
    transition: fill 0.4s ease;
    fill: rgb(173,162,159);
}.course_suitability_457 ul li:hover svg path {
    fill: rgb(129,117,115);
}.course_suitability_457 ul li::after {
    right: 15px;
    width: 10px;
    position: absolute;
    content: '';
    background-color: rgb(173,162,159,0.5);
    height: 10px;
    transition: all 0.4s ease;
    bottom: 15px;
    border-radius: 50%;
    opacity: 0.5;
}.course_suitability_457 ul li:hover::after {
    background-color: rgb(129,117,115,0.5);
    transform: scale(1.5);
}@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.course_suitability_457 ul li {
    opacity: 0;
    animation: slideUp 0.5s ease forwards;
}.course_suitability_457 ul li:nth-child(1) {
    animation-delay: 0.1s;
}.course_suitability_457 ul li:nth-child(2) {
    animation-delay: 0.2s;
}.course_suitability_457 ul li:nth-child(3) {
    animation-delay: 0.3s;
}.course_suitability_457 ul li:nth-child(4) {
    animation-delay: 0.4s;
}.course_suitability_457 ul li:nth-child(5) {
    animation-delay: 0.5s;
}.course_suitability_457 ul li:nth-child(6) {
    animation-delay: 0.6s;
}.course_suitability_457 ul li:nth-child(3n+1) {
    box-shadow: 0 5px 20px rgba(rgb(173,162,159,0.5), 0.1);
}.course_suitability_457 ul li:nth-child(3n+2) {
    box-shadow: 0 5px 20px rgba(rgb(129,117,115,0.5), 0.1);
}

@media (max-width: 992px) {.course_suitability_457 {
    padding: 70px 0;
}.course_suitability_457 h3 {
    margin-bottom: 40px;
}.course_suitability_457 ul li {
    padding: 30px 20px;
    width: calc(50% - 13px);
}
}

@media (max-width: 768px) {.course_suitability_457 ul {
    gap: 20px;
}.course_suitability_457 ul li {
    padding: 25px 20px;
    width: 100%;
}
}

@media (max-width: 576px) {.course_suitability_457 {
    padding: 50px 0;
}.course_suitability_457 h3 {
    margin-bottom: 30px;
    font-size: calc(35px * 0.85);
    padding: 0 20px;
}.course_suitability_457 h3::before,
    .course_suitability_457 h3::after {
    height: 10px;
    width: 10px;
}.course_suitability_457 ul li {
    padding: 20px 15px;
    gap: 15px;
}.course_suitability_457 ul li svg {
    height: 35px;
    width: 35px;
}
}

@media (prefers-reduced-motion: reduce) {.course_suitability_457 ul li {
    animation: none;
    opacity: 1;
}.course_suitability_457 ul li:hover {
    transform: none;
}.course_suitability_457 ul li:hover svg {
    transform: none;
}}.learning_outcomes_280 {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(208,205,180) 0%, rgba(245, 247, 250, 0.9) 100%);
    padding: 120px 0;
    position: relative;
}.learning_outcomes_280::before {
    z-index: 0;
    height: 100%;
    position: absolute;
    content: "";
    left: 0;
    background: 
        radial-gradient(circle at 10% 20%, rgba(rgb(129,117,115,0.5), 0.03) 0%, transparent 50%),
        radial-gradient(circle at 90% 80%, rgba(rgb(173,162,159,0.5), 0.04) 0%, transparent 60%);
    top: 0;
    width: 100%;
}.learning_outcomes_280::after {
    height: 300px;
    width: 300px;
    animation: floatShape 15s infinite alternate ease-in-out;
    position: absolute;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    transform: rotate(-15deg);
    border: 2px solid rgba(rgb(129,117,115,0.5), 0.1);
    z-index: 0;
    right: -5%;
    content: "";
    top: -10%;
}.learning_outcomes_280 .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    padding: 0 20px;
    z-index: 2;
}.learning_outcomes_280 .learn_skill_265 {
    display: flex;
    align-items: center;
    gap: 60px;
    justify-content: space-between;
}.learning_outcomes_280 .editorial_box_126 {
    max-width: 650px;
    flex: 1;
}.learning_outcomes_280 h4 {
    position: relative;
    font-size: 30px;
    transform: translateY(20px);
    color: #000000;
    animation: fadeSlideUp 0.8s 0.2s forwards ease-out;
    font-weight: 700;
    opacity: 0;
    line-height: 1.3;
    margin-bottom: 40px;
}.learning_outcomes_280 h4::after {
    height: 4px;
    transform-origin: left;
    position: absolute;
    transform: scaleX(0);
    left: 0;
    content: "";
    width: 80px;
    background: rgb(129,117,115);
    bottom: -15px;
    animation: scaleIn 0.8s 0.6s forwards ease-out;
}.learning_outcomes_280 .editorial_box_126 > div {
    gap: 20px;
    display: flex;
    margin-top: 30px;
    flex-wrap: wrap;
}.learning_outcomes_280 .editorial_box_126 > div:first-of-type {
    animation: fadeIn 0.8s 0.4s forwards ease-out;
    opacity: 0;
}.learning_outcomes_280 .editorial_box_126 > div:last-of-type {
    animation: fadeIn 0.8s 0.6s forwards ease-out;
    opacity: 0;
}.learning_outcomes_280 ul {
    margin: 0;
    min-width: 280px;
    padding: 0;
    list-style: none;
    flex: 1;
}.learning_outcomes_280 li {
    transform: translateX(15px);
    margin-bottom: 20px;
    opacity: 0;
    animation: fadeSlideRight 0.6s forwards ease-out;
}.learning_outcomes_280 li:nth-child(1) {
    animation-delay: 0.7s;
}.learning_outcomes_280 li:nth-child(2) {
    animation-delay: 0.9s;
}.learning_outcomes_280 li:nth-child(3) {
    animation-delay: 1.1s;
}.learning_outcomes_280 li p {
    gap: 15px;
    background: #ffffff;
    border-left: 3px solid rgb(129,117,115);
    display: flex;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    align-items: flex-start;
    border-radius: 10px;
    margin: 0;
    padding: 15px 20px;
    box-shadow: 0 6px 24px -8px rgba(rgba(0, 0, 0, 0.5), 0.08);
}.learning_outcomes_280 li p:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px -10px rgba(rgba(0, 0, 0, 0.5), 0.12);
}.learning_outcomes_280 li p span:first-child {
    align-items: center;
    background: rgba(rgb(129,117,115,0.5), 0.1);
    height: 40px;
    justify-content: center;
    display: flex;
    border-radius: 50%;
    flex-shrink: 0;
    padding: 8px;
    width: 40px;
}.learning_outcomes_280 li p span:last-child {
    font-weight: 400;
    color: #000000;
    font-size: calc(13px - 1px);
    line-height: 1.6;
}.learning_outcomes_280 svg {
    transition: transform 0.3s ease;
    width: 24px;
    height: 24px;
}.learning_outcomes_280 li p:hover svg {
    transform: translateY(-2px);
}.learning_outcomes_280 svg path {
    fill: rgb(129,117,115);
    transition: fill 0.3s ease;
}.learning_outcomes_280 li p:hover svg path {
    fill: rgb(173,162,159);
}.learning_outcomes_280 .photo_gallery_702 {
    opacity: 0;
    transform: perspective(1000px) rotateY(-5deg) rotateX(3deg) translateZ(0);
    flex: 0 0 40%;
    max-width: 450px;
    box-shadow: 
        30px 30px 60px -15px rgba(rgba(0, 0, 0, 0.5), 0.15),
        -2px -2px 10px rgba(rgb(255, 255, 255, 0.5), 0.8),
        0 0 0 3px rgba(rgb(129,117,115,0.5), 0.15);
    border-radius: 0 23px 23px 23px;
    height: auto;
    object-fit: cover;
    animation: photoReveal 1.2s 0.8s forwards ease-out;
}

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

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

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

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

@keyframes photoReveal {
    0% {
        opacity: 0;
        transform: perspective(1000px) rotateY(-10deg) rotateX(5deg) translateZ(0) translateX(40px);
    }
    100% {
        opacity: 1;
        transform: perspective(1000px) rotateY(-5deg) rotateX(3deg) translateZ(0) translateX(0);
    }
}

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

@media (max-width: 992px) {.learning_outcomes_280 {
    padding: 80px 0;
}.learning_outcomes_280 .learn_skill_265 {
    flex-direction: column-reverse;
    gap: 40px;
}.learning_outcomes_280 .editorial_box_126 {
    max-width: 100%;
}.learning_outcomes_280 h4 {
    margin-bottom: 30px;
    font-size: calc(30px - 4px);
}.learning_outcomes_280 .photo_gallery_702 {
    align-self: center;
    transform: perspective(1000px) rotateY(-3deg) rotateX(2deg) translateZ(0);
    max-width: 90%;
}
}

@media (max-width: 768px) {.learning_outcomes_280 {
    padding: 60px 0;
}.learning_outcomes_280 .editorial_box_126 > div {
    flex-direction: column;
    gap: 10px;
}.learning_outcomes_280 h4 {
    font-size: calc(30px - 6px);
}.learning_outcomes_280 ul {
    width: 100%;
}.learning_outcomes_280 .photo_gallery_702 {
    max-width: 100%;
    box-shadow: 
            15px 15px 30px -10px rgba(rgba(0, 0, 0, 0.5), 0.15),
            -1px -1px 5px rgba(rgb(255, 255, 255, 0.5), 0.8),
            0 0 0 2px rgba(rgb(129,117,115,0.5), 0.15);
    transform: perspective(1000px) rotateY(0) rotateX(0) translateZ(0);
}
}

@media (max-width: 576px) {.learning_outcomes_280 {
    padding: 50px 0;
}.learning_outcomes_280 h4 {
    font-size: calc(30px - 8px);
}.learning_outcomes_280 li p {
    padding: 12px 15px;
}.learning_outcomes_280 li p span:first-child {
    width: 32px;
    height: 32px;
}.learning_outcomes_280 svg {
    height: 20px;
    width: 20px;
}.learning_outcomes_280 li p span:last-child {
    font-size: calc(13px - 2px);
}
}