* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}.nav_top_3719 {
    flex: 1 0 auto;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1216px;
}header,footer {
    width: 100%;
}html,body {
    color: #000000;
    min-height: 100%;
    height: 100%;
    font-family: Arial, sans-serif;
}::-webkit-scrollbar {
    padding: 3px;
    width: 12px;
}::-webkit-scrollbar-button {
    width: 13px;
    height: 4px;
    background: rgb(255, 255, 255, 0.5);
}::-webkit-scrollbar-track {
    border-radius: 12.7rem;
    background: linear-gradient(211deg, rgb(217,148,122,0.5) 39%, rgb(231,185,163) 0%);
    border: 1px dashed rgb(231,185,163,0.5);
}::-webkit-scrollbar-thumb {
    border-radius: 9999px;
    box-shadow: 1px 1px 3px 7px rgba(0, 0, 0, 0.7);
    background: radial-gradient(circle at top left, #ffffff 54%, rgb(255, 255, 255, 0.5) 96%, rgb(217,148,122) 41%, rgb(217,148,122,0.5) 15%, rgb(231,185,163,0.5) 40%, rgb(244,219,205) 35%);
    border: 3px solid rgb(231,185,163,0.5);
}::-webkit-scrollbar-thumb:hover {
    background: #ffffff;
}::-webkit-scrollbar-thumb:active {
    box-shadow: inset -3px 3px 4px 7px rgba(0, 0, 0, 0.3);
}html {
    scrollbar-width: auto;
    scrollbar-color: rgb(244,219,205) rgb(231,185,163,0.5);
}
@media (max-width: 768px) {::-webkit-scrollbar {
    width: 2px;
}::-webkit-scrollbar-thumb {
    background: rgb(231,185,163,0.5);
}}

.outer-container_0491 {
    height: 100%;
    display: flex;
    min-height: 100%;
    flex-direction: column;
}svg {
    width: 30px;
    height: 30px;
}.mod_tools_9816 {
    flex: 0 0 auto;
}a {
    text-decoration: none;
    color: inherit;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.course_highlights_2873 {
    background: rgb(244,219,205);
    overflow: hidden;
    background-image: 
        radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.15) 0%, transparent 20%),
        radial-gradient(circle at 90% 80%, rgba(255, 255, 255, 0.15) 0%, transparent 20%),
        radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.08) 0%, transparent 30%),
        repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.03) 0px, rgba(255, 255, 255, 0.03) 1px, transparent 1px, transparent 15px),
        repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.03) 0px, rgba(255, 255, 255, 0.03) 1px, transparent 1px, transparent 15px);
    padding: 120px 0;
    position: relative;
}.course_highlights_2873::before {
    opacity: 0.7;
    left: 0;
    width: 100%;
    top: 0;
    animation: backgroundShift 15s infinite alternate;
    content: "";
    position: absolute;
    background: linear-gradient(135deg, rgb(231,185,163,0.5) 0%, transparent 50%, rgb(217,148,122,0.5) 100%);
    height: 100%;
    z-index: 1;
}.course_highlights_2873::after {
    z-index: 2;
    height: 100%;
    content: "";
    animation: pulse 8s infinite alternate;
    background: 
        repeating-conic-gradient(rgba(255, 255, 255, 0.03) 0%, transparent 0.5%, transparent 1%, rgba(255, 255, 255, 0.03) 1.5%) 50% 50% / 30px 30px,
        radial-gradient(circle at 70% 30%, rgb(231,185,163,0.5) 0%, transparent 70%);
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
}.course_highlights_2873 .container {
    z-index: 5;
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}.course_highlights_2873 .learn_explore_4309 {
    perspective: 1000px;
    position: relative;
    gap: 40px;
    display: grid;
    grid-template-columns: 1.5fr 1fr;
}.course_highlights_2873 .learn_explore_4309::before {
    z-index: -1;
    content: "";
    transform-style: preserve-3d;
    transform: rotateY(5deg) rotateX(2deg);
    animation: borderPulse 4s infinite alternate;
    border-radius: 29px;
    position: absolute;
    width: calc(100% + 60px);
    left: -30px;
    height: calc(100% + 60px);
    top: -30px;
    border: 1px solid rgb(231,185,163,0.5);
}.course_highlights_2873 .word_box_4526 {
    border-radius: 29px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    width: 100%;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), 
                inset 0 0 20px rgba(255, 255, 255, 0.05);
    padding: 35px;
    display: flex;
    backdrop-filter: blur(8px);
    gap: 30px;
    animation: floatPanel 8s ease-in-out infinite;
    flex-direction: column;
    background: rgba(255, 255, 255, 0.03);
    transform: translateZ(0);
}.course_highlights_2873 .word_box_4526 h2 {
    background: linear-gradient(to right, rgb(231,185,163) 0%, rgb(217,148,122) 100%);
    padding: 15px 20px;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    margin-bottom: 25px;
    border-left: 2px solid rgb(217,148,122);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    transform: translateY(-10px);
    border-bottom: 2px solid rgb(231,185,163);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3), 0 0 10px rgb(231,185,163,0.5);
    letter-spacing: 1.5px;
    font-size: 36px;
    color: #ffffff;
    border-radius: 10px;
    position: relative;
    font-weight: 700;
    background-clip: text !important;
    border-radius: 8px 0 8px 0;
    max-width: fit-content;
    display: inline-block;
}.course_highlights_2873 .word_box_4526 .description {
    padding: 18px;
    color: #000000;
    position: relative;
    text-align: justify;
    line-height: 1.9;
    font-weight: 400;
    backdrop-filter: blur(4px);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.07);
    border-left: 3px solid rgb(231,185,163,0.5);
    z-index: 2;
    margin-bottom: 25px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    transform: translateZ(0);
    transition: all 0.5s ease;
    letter-spacing: 0.5px;
    font-size: 16px;
}.course_highlights_2873 .word_box_4526 .description:first-of-type {
    border-left-color: rgb(231,185,163);
}.course_highlights_2873 .word_box_4526 .description:last-of-type {
    margin-bottom: 0;
    border-left-color: rgb(217,148,122);
}.course_highlights_2873 .word_box_4526 .description::before {
    border-radius: 10px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.05), transparent);
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    content: "";
    z-index: -1;
}.course_highlights_2873 .word_box_4526 .description:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}.course_highlights_2873 .profile_image_2341 {
    overflow: hidden;
    position: relative;
    transition: all 0.5s cubic-bezier(0.215, 0.610, 0.355, 1);
    background-size: cover;
    animation: floatImage 6s ease-in-out infinite alternate;
    background-position: center;
    z-index: 4;
    transform-style: preserve-3d;
    align-self: flex-start;
    height: 450px;
    border-radius: 29px;
    transform: translateZ(0) rotateY(-5deg);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(255, 255, 255, 0.1);
}.course_highlights_2873 .profile_image_2341:hover {
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3), 0 0 0 2px rgb(231,185,163,0.5);
    transform: scale(1.02) translateY(-5px) rotateY(0deg);
}

@keyframes pulse {
    0% {
        opacity: 0.3;
        transform: scale(0.98);
    }
    100% {
        opacity: 0.7;
        transform: scale(1.02);
    }
}

@keyframes borderPulse {
    0% {
        border-color: rgb(231,185,163,0.5);
        transform: rotateY(5deg) rotateX(2deg);
    }
    100% {
        border-color: rgb(217,148,122,0.5);
        transform: rotateY(3deg) rotateX(0deg);
    }
}

@keyframes glowPulse {
    0% {
        opacity: 0.7;
        box-shadow: 0 0 10px rgb(231,185,163,0.5);
    }
    100% {
        opacity: 1;
        box-shadow: 0 0 20px rgb(231,185,163);
    }
}

@keyframes floatPanel {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

@keyframes floatImage {
    0%, 100% {
        transform: translateZ(0) rotateY(-5deg) translateY(0);
    }
    50% {
        transform: translateZ(50px) rotateY(-3deg) translateY(-10px);
    }
}

@keyframes shine {
    0% {
        left: -100px;
    }
    20%, 100% {
        left: 120%;
    }
}

@keyframes expand {
    0% {
        width: 20px;
    }
    100% {
        width: 100%;
    }
}

@keyframes glow {
    0% {
        opacity: 0.5;
        box-shadow: 0 0 10px rgb(231,185,163,0.5);
    }
    100% {
        opacity: 1;
        box-shadow: 0 0 20px rgb(231,185,163);
    }
}

@keyframes backgroundShift {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

@media screen and (max-width: 1200px) {.course_highlights_2873 {
    padding: 100px 0;
}.course_highlights_2873 .learn_explore_4309 {
    gap: 30px;
}.course_highlights_2873 .word_box_4526 {
    padding: 30px;
}.course_highlights_2873 .word_box_4526 h2 {
    padding: 12px 18px;
    font-size: calc(36px * 0.9);
}.course_highlights_2873 .word_box_4526 .description {
    padding: 15px;
}
}

@media screen and (max-width: 991px) {.course_highlights_2873 {
    padding: 80px 0;
}.course_highlights_2873 .learn_explore_4309 {
    gap: 40px;
    grid-template-columns: 1fr;
}.course_highlights_2873 .learn_explore_4309::before {
    left: -20px;
    width: calc(100% + 40px);
    top: -20px;
    height: calc(100% + 40px);
    transform: none;
}.course_highlights_2873 .word_box_4526 {
    order: 2;
    animation: none;
    transform: none;
}.course_highlights_2873 .profile_image_2341 {
    order: 1;
    animation: pulse 8s infinite alternate;
    transform: none;
    min-height: 400px;
}.course_highlights_2873 .profile_image_2341:hover {
    transform: scale(1.02) translateY(-5px);
}.course_highlights_2873 .word_box_4526 h2 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
}.course_highlights_2873 .word_box_4526 .description {
    text-align: left;
}
}

@media screen and (max-width: 767px) {.course_highlights_2873 {
    padding: 60px 0;
}.course_highlights_2873 .learn_explore_4309 {
    gap: 30px;
}.course_highlights_2873 .word_box_4526 {
    padding: 25px;
    gap: 20px;
}.course_highlights_2873 .word_box_4526 h2 {
    padding: 10px 15px;
    margin-bottom: 15px;
    font-size: calc(36px * 0.8);
}.course_highlights_2873 .word_box_4526 .description {
    padding: 12px;
    font-size: calc(16px * 0.95);
    line-height: 1.7;
    margin-bottom: 15px;
}.course_highlights_2873 .profile_image_2341 {
    min-height: 350px;
}.course_highlights_2873 .learn_explore_4309::before {
    display: none;
}
}

@media screen and (max-width: 480px) {.course_highlights_2873 {
    padding: 40px 0;
}.course_highlights_2873 .word_box_4526 {
    gap: 15px;
    padding: 20px;
}.course_highlights_2873 .word_box_4526 h2 {
    padding: 8px 12px;
    font-size: calc(36px * 0.7);
    letter-spacing: 1px;
}.course_highlights_2873 .word_box_4526 .description {
    padding: 10px;
    font-size: calc(16px * 0.9);
    line-height: 1.6;
}.course_highlights_2873 .profile_image_2341 {
    min-height: 280px;
}}.mod_tools_9816 {
    font-family: Arial, sans-serif;
    position: relative;
    padding: 5rem 0 2rem;
    color: #000000;
    background-color: rgb(244,219,205);
}.mod_tools_9816::before {
    opacity: 0.07;
    height: 100%;
    left: 0;
    content: '';
    top: 0;
    width: 100%;
    z-index: 0;
    position: absolute;
    background: 
        linear-gradient(135deg, rgb(231,185,163,0.5) 0%, transparent 70%),
        linear-gradient(225deg, rgb(217,148,122,0.5) 0%, transparent 70%);
}.mod_tools_9816::after {
    width: 100%;
    background: linear-gradient(90deg, 
        rgb(244,219,205) 0%,
        rgb(231,185,163) 35%, 
        rgb(217,148,122) 65%,
        rgb(244,219,205) 100%);
    content: '';
    top: 0;
    height: 7px;
    position: absolute;
    left: 0;
    z-index: 1;
}.mod_tools_9816 .container {
    z-index: 2;
    position: relative;
}.mod_tools_9816 .whatsapp_grp_4736 {
    flex-direction: column;
    display: flex;
}.mod_tools_9816 .request_support_3251 {
    flex-wrap: wrap;
    position: relative;
    margin-bottom: 4rem;
    display: flex;
    padding-bottom: 2rem;
    gap: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    justify-content: center;
}.mod_tools_9816 .request_support_3251::after {
    bottom: -1px;
    width: 100%;
    content: '';
    position: absolute;
    left: 0;
    height: 1px;
    background: linear-gradient(90deg, 
        transparent 0%,
        rgb(217,148,122,0.5) 50%,
        transparent 100%);
}.mod_tools_9816 .info_item {
    transition: all 0.3s ease;
    padding: 0.5rem 1rem;
    flex: 0 0 auto;
    width: 25%;
    position: relative;
}.mod_tools_9816 .info_item::before {
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.06);
    content: '';
    width: 1px;
    height: 60%;
    left: 0;
    position: absolute;
    top: 50%;
}.mod_tools_9816 .info_item:first-child::before {
    display: none;
}.mod_tools_9816 .info_item p,
.mod_tools_9816 .info_item a {
    text-decoration: none;
    align-items: center;
    transition: all 0.3s ease;
    color: #000000;
    font-weight: 400;
    display: flex;
    gap: 0.75rem;
    font-size: calc(18px - 1px);
    text-align: center;
    justify-content: center;
}.mod_tools_9816 .info_item:hover {
    transform: translateY(-5px);
}.mod_tools_9816 .info_item:hover p,
.mod_tools_9816 .info_item:hover a {
    color: rgb(231,185,163);
}.mod_tools_9816 .info_item svg {
    height: 20px;
    fill: rgb(231,185,163);
    width: 20px;
    transition: transform 0.3s ease;
}.mod_tools_9816 .info_item:hover svg {
    transform: rotate(10deg);
}.mod_tools_9816 .text_main_holder {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 3rem;
}.mod_tools_9816 .head_teach_2891 {
    margin-right: auto;
    gap: 1.5rem;
    display: flex;
    width: 100%;
    flex-direction: column;
    max-width: 300px;
}.mod_tools_9816 .head_teach_2891 svg {
    height: auto;
    transition: all 0.3s ease;
    max-width: 160px;
}.mod_tools_9816 .head_teach_2891:hover svg {
    transform: scale(1.05);
}.mod_tools_9816 .footer_clients_1542 {
    position: relative;
    color: #000000;
    padding-left: 2rem;
    font-size: 15px;
    line-height: 1.6;
}.mod_tools_9816 .footer_clients_1542::before {
    content: '';
    left: 0;
    bottom: 0;
    border-radius: 2px;
    top: 0;
    background: linear-gradient(to bottom, rgb(231,185,163), rgb(217,148,122));
    position: absolute;
    width: 4px;
}.mod_tools_9816 .nav_guide_4286 {
    flex: 1;
    flex-direction: column;
    position: relative;
    gap: 2rem;
    min-width: 240px;
    max-width: 400px;
    display: flex;
}.mod_tools_9816 .nav_guide_4286::before {
    background: rgba(0, 0, 0, 0.02);
    z-index: -1;
    top: 0;
    position: absolute;
    left: 0;
    width: 100%;
    border-radius: 13px;
    content: '';
    height: 100%;
}.mod_tools_9816 .nav_guide_4286 h5 {
    border-radius: 10px;
    padding: 0.75rem 1.5rem;
    margin-bottom: 1rem;
    color: #000000;
    font-weight: 600;
    font-size: 23px;
    background: rgba(0, 0, 0, 0.03);
}.mod_tools_9816 .head_base_2018 {
    flex-direction: column;
    gap: 0.75rem;
    padding: 0 1.5rem;
    display: flex;
}.mod_tools_9816 .head_base_2018:first-child {
    position: relative;
}.mod_tools_9816 .head_base_2018 a {
    padding: 0.5rem 0;
    transition: all 0.3s ease;
    font-size: 18px;
    color: #000000;
    padding-left: 1.25rem;
    text-decoration: none;
    position: relative;
}.mod_tools_9816 .head_base_2018 a::before {
    width: 6px;
    background-color: rgb(217,148,122,0.5);
    height: 6px;
    left: 0;
    position: absolute;
    content: '';
    border-radius: 50%;
    transform: translateY(-50%);
    top: 50%;
    transition: all 0.3s ease;
}.mod_tools_9816 .head_base_2018 a:hover {
    padding-left: 1.5rem;
    color: rgb(231,185,163);
}.mod_tools_9816 .head_base_2018 a:hover::before {
    width: 8px;
    background-color: rgb(231,185,163);
    height: 8px;
}.mod_tools_9816 .subscribe_holder {
    background: linear-gradient(135deg, #ffffff 0%, rgba(245, 245, 245, 0.8) 100%);
    border-radius: 13px;
    gap: 1.5rem;
    width: 100%;
    max-width: 400px;
    padding: 2rem;
    flex-direction: column;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    display: flex;
}.mod_tools_9816 .subscribe_holder::before {
    top: 0;
    border-style: solid;
    height: 0;
    border-width: 50px 50px 0 0;
    width: 0;
    position: absolute;
    border-color: rgb(231,185,163,0.5) transparent transparent transparent;
    left: 0;
    content: '';
    border-top-left-radius: 13px;
}.mod_tools_9816 .subscribe_holder h5 {
    margin-bottom: 0.5rem;
    font-weight: 600;
    font-size: 23px;
    color: #000000;
}.mod_tools_9816 .subscribe_holder p {
    line-height: 1.6;
    font-size: 18px;
    color: #000000;
}.mod_tools_9816 .input_holder {
    gap: 1rem;
    margin-top: 0.5rem;
    position: relative;
    flex-direction: column;
    display: flex;
}.mod_tools_9816 .input_holder input[type="email"] {
    font-size: 18px;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: #000000;
    padding: 1.125rem 1.25rem;
    transition: all 0.3s ease;
}.mod_tools_9816 .input_holder input[type="email"]:focus {
    box-shadow: 0 0 0 3px rgb(231,185,163,0.5);
    outline: none;
    border-color: rgb(231,185,163);
}.mod_tools_9816 .input_holder input[type="email"]::placeholder {
    opacity: 0.5;
    color: #000000;
}.mod_tools_9816 .news_block_8643 {
    border-radius: 10px;
    background: linear-gradient(135deg, rgb(231,185,163) 0%, rgb(217,148,122) 100%);
    padding: 1.125rem 1.25rem;
    border: none;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
    overflow: hidden;
    color: #ffffff;
    z-index: 1;
    font-weight: 600;
    font-size: 18px;
}.mod_tools_9816 .news_block_8643::before {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
    top: 0;
    z-index: -1;
    content: '';
    background: linear-gradient(135deg, rgb(217,148,122) 0%, rgb(231,185,163) 100%);
}.mod_tools_9816 .news_block_8643:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}.mod_tools_9816 .news_block_8643:hover::before {
    opacity: 1;
}.mod_tools_9816 .qna_board_6387 {
    padding-top: 2rem;
    text-align: center;
    position: relative;
    margin-top: 4rem;
}.mod_tools_9816 .qna_board_6387::before {
    position: absolute;
    content: '';
    left: 30%;
    top: 0;
    height: 1px;
    width: 40%;
    background: rgba(0, 0, 0, 0.1);
}.mod_tools_9816 .art_portal_7986 {
    opacity: 0.8;
    font-size: 15px;
    color: #000000;
}

@media (max-width: 1200px) {.mod_tools_9816 .text_main_holder {
    gap: 2.5rem;
}.mod_tools_9816 .head_teach_2891 {
    max-width: 260px;
}.mod_tools_9816 .nav_guide_4286 {
    min-width: 220px;
}
}

@media (max-width: 991px) {.mod_tools_9816 {
    padding: 4rem 0 2rem;
}.mod_tools_9816 .info_item {
    width: 50%;
    padding: 1rem;
}.mod_tools_9816 .info_item:nth-child(3)::before {
    display: none;
}.mod_tools_9816 .text_main_holder {
    flex-direction: column;
    align-items: center;
    gap: 3rem;
}.mod_tools_9816 .head_teach_2891 {
    max-width: 100%;
    width: 100%;
    text-align: center;
    align-items: center;
}.mod_tools_9816 .footer_clients_1542 {
    text-align: center;
    max-width: 500px;
    padding-left: 0;
}.mod_tools_9816 .footer_clients_1542::before {
    display: none;
}.mod_tools_9816 .nav_guide_4286 {
    width: 100%;
    max-width: 600px;
}.mod_tools_9816 .subscribe_holder {
    width: 100%;
    max-width: 600px;
}
}

@media (max-width: 768px) {.mod_tools_9816 {
    padding: 3.5rem 0 1.5rem;
}.mod_tools_9816 .request_support_3251 {
    margin-bottom: 3rem;
}.mod_tools_9816 .info_item {
    width: 100%;
}.mod_tools_9816 .info_item::before {
    display: none;
}.mod_tools_9816 .head_base_2018 {
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.5rem 1.5rem;
}.mod_tools_9816 .head_base_2018 a {
    padding: 0.5rem 1rem;
    text-align: center;
}.mod_tools_9816 .head_base_2018 a::before {
    display: none;
}.mod_tools_9816 .head_base_2018 a:hover {
    background-color: rgba(0, 0, 0, 0.03);
    border-radius: 10px;
    padding-left: 1rem;
}.mod_tools_9816 .qna_board_6387 {
    margin-top: 3rem;
}
}

@media (max-width: 576px) {.mod_tools_9816 {
    padding: 3rem 0 1.5rem;
}.mod_tools_9816 .request_support_3251 {
    padding-bottom: 1.5rem;
    margin-bottom: 2.5rem;
}.mod_tools_9816 .text_main_holder {
    gap: 2.5rem;
}.mod_tools_9816 .nav_guide_4286 {
    padding: 1rem;
}.mod_tools_9816 .nav_guide_4286 h5 {
    text-align: center;
}.mod_tools_9816 .subscribe_holder {
    padding: 1.5rem;
}.mod_tools_9816 .subscribe_holder::before {
    border-width: 30px 30px 0 0;
}.mod_tools_9816 .qna_board_6387 {
    margin-top: 2.5rem;
}}.access_now_5197 {
    background: linear-gradient(160deg, rgb(244,219,205) 0%, #ffffff 100%);
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}.access_now_5197::before {
    width: 100%;
    background: linear-gradient(45deg, rgb(231,185,163,0.5) 0%, transparent 30%, transparent 70%, rgb(217,148,122,0.5) 100%);
    z-index: 1;
    position: absolute;
    content: '';
    opacity: 0.1;
    left: 0;
    height: 100%;
    top: 0;
}.access_now_5197 .learn_training_6371 {
    transform: skewY(-2deg);
    z-index: 10;
    position: relative;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 2fr 1fr;
    max-width: 1000px;
    gap: 40px;
}.access_now_5197 .container p {
    position: relative;
    border-radius: 10px;
    background: #ffffff;
    padding: 50px;
    margin: 0;
    line-height: 1.4;
    transform: skewY(2deg);
    font-size: 33px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    z-index: 5;
    font-weight: 700;
    color: #000000;
}.access_now_5197 .contact_query_2078 {
    border-radius: 10px;
    text-decoration: none;
    transform: skewY(2deg);
    color: #ffffff;
    display: flex;
    overflow: hidden;
    font-weight: 600;
    font-size: 19px;
    transition: all 0.4s ease;
    justify-content: center;
    height: 100%;
    background: rgb(231,185,163);
    align-items: center;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
    position: relative;
    z-index: 5;
}.access_now_5197 .contact_query_2078::before {
    background: rgb(217,148,122);
    position: absolute;
    width: 100%;
    z-index: -1;
    content: '';
    opacity: 0;
    top: 0;
    transition: opacity 0.4s ease;
    left: 0;
    height: 100%;
}.access_now_5197 .contact_query_2078::after {
    background: rgba(255, 255, 255, 0.2);
    height: 200%;
    position: absolute;
    transform: rotate(20deg);
    content: '';
    left: -100px;
    top: -50%;
    width: 30px;
    transition: left 0.6s ease;
}.access_now_5197 .contact_query_2078:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
    transform: skewY(2deg) translateY(-5px);
}.access_now_5197 .contact_query_2078:hover::before {
    opacity: 1;
}.access_now_5197 .contact_query_2078:hover::after {
    left: 200%;
}.access_now_5197 .container p::before {
    height: 60%;
    background: rgb(231,185,163);
    border-radius: 0 3px 3px 0;
    top: 20%;
    content: '';
    position: absolute;
    left: 0;
    width: 6px;
}.access_now_5197::after {
    width: 100%;
    z-index: 1;
    opacity: 0.1;
    position: absolute;
    height: 100%;
    background: 
        radial-gradient(circle at 80% 20%, rgb(231,185,163,0.5) 0%, transparent 50%),
        radial-gradient(circle at 20% 80%, rgb(217,148,122,0.5) 0%, transparent 50%);
    top: 0;
    content: '';
    left: 0;
}.access_now_5197 .learn_training_6371::after {
    content: '';
    position: absolute;
    right: -50px;
    width: 100px;
    opacity: 0.4;
    border-radius: 50%;
    z-index: -1;
    height: 100px;
    border: 2px dashed rgb(231,185,163,0.5);
    top: -50px;
    transform: skewY(2deg);
}

@media (max-width: 991px) {.access_now_5197 {
    padding: 100px 0;
}.access_now_5197 .learn_training_6371 {
    gap: 30px;
}.access_now_5197 .container p {
    padding: 40px;
    font-size: calc(18px * 1.2);
}.access_now_5197 .container p::before {
    width: 5px;
}
}

@media (max-width: 767px) {.access_now_5197 {
    padding: 80px 0;
}.access_now_5197 .learn_training_6371 {
    grid-template-columns: 1fr;
    gap: 25px;
}.access_now_5197 .container p {
    padding: 30px;
    font-size: 18px;
}.access_now_5197 .contact_query_2078 {
    height: 80px;
}.access_now_5197 .container p::before {
    width: 4px;
}
}

@media (max-width: 480px) {.access_now_5197 {
    padding: 60px 0;
}.access_now_5197 .learn_training_6371 {
    transform: skewY(-1deg);
}.access_now_5197 .container p {
    transform: skewY(1deg);
    padding: 25px;
    font-size: calc(14px * 1.2);
}.access_now_5197 .contact_query_2078 {
    font-size: calc(19px * 0.9);
    height: 60px;
    transform: skewY(1deg);
}.access_now_5197 .contact_query_2078:hover {
    transform: skewY(1deg) translateY(-3px);
}}.title_portal_1389 {
    overflow: hidden;
    min-height: 100vh;
    background: linear-gradient(135deg, rgb(244,219,205) 0%, #f9f9f9 100%);
    padding: 4rem 1rem;
    position: relative;
    display: flex;
    align-items: center;
}.title_portal_1389 .learn_training_6371 {
    flex-direction: column;
    display: flex;
    max-width: 1200px;
    width: 100%;
    position: relative;
    z-index: 2;
    margin: 0 auto;
}.title_portal_1389::before {
    background: linear-gradient(45deg, rgba(94,170,168,0.05) 0%, rgba(94,170,168,0.01) 100%);
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    left: 0;
    z-index: 1;
    position: absolute;
}.title_portal_1389::after {
    bottom: -10px;
    width: 100%;
    animation: moveStripes 35s linear infinite;
    height: 20px;
    transform: scaleY(0.5);
    opacity: 0.3;
    background: linear-gradient(to right, rgb(231,185,163) 25%, transparent 25%, transparent 50%, rgb(231,185,163) 50%, rgb(231,185,163) 75%, transparent 75%);
    position: absolute;
    content: "";
    background-size: 40px 40px;
    left: 0;
}.title_portal_1389 .word_box_4526 {
    padding: 3rem 2rem;
    transform: translateY(0);
    z-index: 3;
    flex: 1;
    position: relative;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}.title_portal_1389 .word_box_4526:hover {
    transform: translateY(-5px);
}.title_portal_1389 h1 {
    line-height: 1.2;
    font-size: clamp(2rem, 5vw, 38px);
    color: #000000;
    font-weight: 700;
    margin-bottom: 1.5rem;
    position: relative;
}.title_portal_1389 h1::after {
    bottom: -10px;
    left: 0;
    height: 3px;
    background: rgb(231,185,163);
    content: "";
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    transform: scaleX(1);
    position: absolute;
    width: 80px;
    transform-origin: left;
}.title_portal_1389 .word_box_4526:hover h1::after {
    transform: scaleX(1.5);
}.title_portal_1389 .start_entry_6815 {
    display: flex;
    margin: 2rem 0;
    align-items: flex-start;
    flex-direction: column;
    position: relative;
}.title_portal_1389 .start_entry_6815 svg {
    transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    margin-bottom: 1.5rem;
    height: 75px;
    width: 75px;
    filter: drop-shadow(0 4px 8px rgba(94,170,168,0.2));
}.title_portal_1389 .start_entry_6815:hover svg {
    transform: translateY(-5px) rotate(5deg);
}.title_portal_1389 .start_entry_6815 svg text {
    font-size: 5px;
    font-family: Arial, sans-serif;
    letter-spacing: 0.5px;
    opacity: 0.9;
}.title_portal_1389 .start_entry_6815 svg path {
    fill: rgb(231,185,163);
    transition: fill 0.3s ease;
}.title_portal_1389 .start_entry_6815:hover svg path {
    fill: rgb(74, 150, 148);
}.title_portal_1389 .start_entry_6815 p {
    margin-bottom: 1.5rem;
    color: #000000;
    max-width: 600px;
    line-height: 1.6;
    position: relative;
    padding-left: 1rem;
    font-size: clamp(17px, 3vw, calc(17px * 1.2));
}.title_portal_1389 .start_entry_6815 p::before {
    height: 100%;
    content: "";
    position: absolute;
    width: 3px;
    background: linear-gradient(to bottom, rgb(231,185,163), transparent);
    top: 0;
    left: 0;
}.title_portal_1389 ul {
    padding: 0;
    margin: 2rem 0 0;
    list-style: none;
}.title_portal_1389 ul li {
    margin-right: 1rem;
    display: inline-block;
}.title_portal_1389 .contact_query_2078 {
    z-index: 1;
    font-weight: 600;
    background: rgb(231,185,163);
    box-shadow: 0 4px 15px rgba(94,170,168,0.2);
    font-size: 14px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    padding: 1rem 2rem;
    color: #ffffff;
    border: 2px solid rgb(231,185,163);
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}.title_portal_1389 .contact_query_2078::before {
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    left: -100%;
    height: 100%;
    content: "";
    z-index: -1;
    top: 0;
    width: 100%;
    transition: left 0.7s ease;
    position: absolute;
}.title_portal_1389 .contact_query_2078:hover {
    border-color: rgb(74, 150, 148);
    box-shadow: 0 8px 25px rgba(94,170,168,0.3);
    transform: translateY(-5px);
    background: rgb(74, 150, 148);
}.title_portal_1389 .contact_query_2078:hover::before {
    left: 100%;
}.title_portal_1389 .profile_image_2341 {
    width: 100%;
    height: 350px;
    transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
    overflow: hidden;
}.title_portal_1389 .profile_image_2341::before {
    width: 100%;
    transition: opacity 0.5s ease;
    left: 0;
    background: linear-gradient(to right, rgba(94,170,168,0.4), rgba(0,0,0,0.1));
    opacity: 0.7;
    position: absolute;
    content: "";
    height: 100%;
    top: 0;
    z-index: 1;
}.title_portal_1389 .profile_image_2341:hover::before {
    opacity: 0.5;
}.title_portal_1389 .profile_image_2341::after {
    position: absolute;
    height: 100%;
    top: 0;
    width: 100%;
    z-index: 1;
    content: "";
    transition: opacity 0.5s ease;
    opacity: 0;
    left: 0;
}.title_portal_1389 .profile_image_2341:hover::after {
    opacity: 0.2;
}

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

@media (min-width: 768px) {.title_portal_1389 .learn_training_6371 {
    flex-direction: row;
    align-items: center;
    gap: 3rem;
}.title_portal_1389 .word_box_4526 {
    padding-right: 2rem;
    flex: 1;
}.title_portal_1389 .profile_image_2341 {
    flex: 1;
    transform: perspective(1000px) rotateY(-5deg);
    height: 450px;
    clip-path: polygon(0 0, 100% 5%, 95% 100%, 0% 95%);
}.title_portal_1389 .profile_image_2341:hover {
    transform: perspective(1000px) rotateY(0deg);
}.title_portal_1389 h1 {
    font-size: 38px;
}
}

@media (min-width: 992px) {.title_portal_1389 {
    padding: 6rem 2rem;
}.title_portal_1389 .word_box_4526 {
    padding: 3rem;
}.title_portal_1389 .profile_image_2341 {
    height: 500px;
}.title_portal_1389 h1::after {
    width: 100px;
}
}

@media (max-width: 767px) {.title_portal_1389 {
    padding: 3rem 1rem;
}.title_portal_1389 .learn_training_6371 {
    gap: 2rem;
}.title_portal_1389 h1 {
    margin-bottom: 1rem;
}.title_portal_1389 .start_entry_6815 {
    margin: 1.5rem 0;
}.title_portal_1389 .start_entry_6815 svg {
    height: 60px;
    width: 60px;
}.title_portal_1389 .contact_query_2078 {
    font-size: calc(14px * 0.9);
    padding: 0.8rem 1.5rem;
}}.statistics_information_8325 {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
    background: rgb(244,219,205);
}.statistics_information_8325::before {
    position: absolute;
    left: 0;
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    z-index: -1;
}.statistics_information_8325::after {
    height: 100%;
    left: 0;
    top: 0;
    background: radial-gradient(circle at center, rgb(231,185,163,0.5) 0%, transparent 60%);
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    opacity: 0.1;
}.statistics_information_8325 .container {
    position: relative;
    flex-direction: column;
    z-index: 2;
    display: flex;
}.statistics_information_8325 h2 {
    color: #000000;
    border-left: 5px solid rgb(231,185,163);
    padding-left: 25px;
    text-align: left;
    margin-bottom: 80px;
    position: relative;
    font-size: 31px;
    font-weight: 700;
}.statistics_information_8325 ul {
    position: relative;
    margin: 0;
    gap: 25px;
    flex-direction: column;
    list-style: none;
    display: flex;
    padding: 0;
}.statistics_information_8325 .extra_study_9732 {
    padding: 0;
    transition: all 0.4s ease;
    display: flex;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    align-items: center;
    position: relative;
    border-radius: 24px;
    flex-direction: row;
    background: #ffffff;
}.statistics_information_8325 .extra_study_9732:hover {
    transform: translateX(10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}.statistics_information_8325 .extra_study_9732 p {
    padding: 30px 40px;
    font-size: 3rem;
    justify-content: center;
    align-items: center;
    margin: 0;
    font-weight: 700;
    display: flex;
    position: relative;
    min-width: 180px;
    color: #ffffff;
    background: rgb(231,185,163);
}.statistics_information_8325 .extra_study_9732:nth-child(2n) p {
    background: rgb(217,148,122);
}.statistics_information_8325 .extra_study_9732 p::after {
    transform: translateY(-50%);
    border-top: 15px solid transparent;
    content: "";
    right: -15px;
    border-bottom: 15px solid transparent;
    height: 0;
    width: 0;
    z-index: 1;
    border-left: 15px solid rgb(231,185,163);
    top: 50%;
    position: absolute;
}.statistics_information_8325 .extra_study_9732:nth-child(2n) p::after {
    border-left-color: rgb(217,148,122);
}.statistics_information_8325 .extra_study_9732 span {
    font-size: 18px;
    padding: 30px 40px;
    color: #000000;
    transition: all 0.3s ease;
    position: relative;
    font-weight: 600;
    flex-grow: 1;
}.statistics_information_8325 .extra_study_9732:hover span {
    color: rgb(231,185,163);
}.statistics_information_8325 .extra_study_9732:nth-child(2n):hover span {
    color: rgb(217,148,122);
}.statistics_information_8325 svg {
    top: 20px;
    right: 20px;
    fill: #ffffff;
    width: 40px;
    height: 40px;
    transition: all 0.3s ease;
    position: absolute;
}.statistics_information_8325 svg path {
    transition: all 0.3s ease;
    fill: #ffffff;
}.statistics_information_8325 .extra_study_9732:hover svg {
    transform: scale(1.1) rotate(10deg);
}.statistics_information_8325 ul::before {
    content: "";
    width: 2px;
    opacity: 0.3;
    background: linear-gradient(to bottom, rgb(231,185,163,0.5), rgb(217,148,122,0.5));
    left: 90px;
    z-index: -1;
    position: absolute;
    top: 0;
    height: 100%;
}.statistics_information_8325 .extra_study_9732:nth-child(1) {
    animation: slide-in 0.5s 0.1s both;
}.statistics_information_8325 .extra_study_9732:nth-child(2) {
    animation: slide-in 0.5s 0.2s both;
}.statistics_information_8325 .extra_study_9732:nth-child(3) {
    animation: slide-in 0.5s 0.3s both;
}.statistics_information_8325 .extra_study_9732:nth-child(4) {
    animation: slide-in 0.5s 0.4s both;
}@keyframes slide-in {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.statistics_information_8325 .container::before,
.statistics_information_8325 .container::after {
    opacity: 0.1;
    border-radius: 50%;
    content: "";
    height: 300px;
    z-index: -1;
    position: absolute;
    width: 300px;
    background: radial-gradient(circle, rgb(231,185,163,0.5) 0%, transparent 70%);
}.statistics_information_8325 .container::before {
    right: -150px;
    top: -150px;
}.statistics_information_8325 .container::after {
    bottom: -150px;
    left: -150px;
}

@media (max-width: 992px) {.statistics_information_8325 {
    padding: 90px 0;
}.statistics_information_8325 h2 {
    margin-bottom: 60px;
    font-size: calc(31px * 0.9);
}.statistics_information_8325 .extra_study_9732 p {
    font-size: 2.5rem;
    padding: 25px 30px;
    min-width: 150px;
}.statistics_information_8325 .extra_study_9732 span {
    padding: 25px 30px;
}.statistics_information_8325 ul::before {
    left: 75px;
}
}

@media (max-width: 768px) {.statistics_information_8325 {
    padding: 70px 0;
}.statistics_information_8325 h2 {
    border-bottom: 3px solid rgb(231,185,163);
    padding-left: 0;
    border-left: none;
    padding-bottom: 15px;
    text-align: center;
}.statistics_information_8325 .extra_study_9732 {
    text-align: center;
    flex-direction: column;
}.statistics_information_8325 .extra_study_9732 p {
    font-size: 2.2rem;
    min-width: auto;
    padding: 20px;
    width: 100%;
}.statistics_information_8325 .extra_study_9732 p::after {
    right: auto;
    border-bottom: none;
    border-top: 15px solid rgb(231,185,163);
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    bottom: -15px;
    top: auto;
    left: 50%;
    transform: translateX(-50%);
}.statistics_information_8325 .extra_study_9732:nth-child(2n) p::after {
    border-left-color: transparent;
    border-top-color: rgb(217,148,122);
}.statistics_information_8325 .extra_study_9732 span {
    padding: 25px 20px;
    width: 100%;
}.statistics_information_8325 svg {
    margin: 15px 0;
    top: auto;
    position: relative;
    right: auto;
}.statistics_information_8325 ul::before {
    display: none;
}.statistics_information_8325 .extra_study_9732:hover {
    transform: translateY(-10px);
}
    
    @keyframes slide-in {
        from {
            opacity: 0;
            transform: translateY(30px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }
}

@media (max-width: 576px) {.statistics_information_8325 {
    padding: 50px 0;
}.statistics_information_8325 h2 {
    margin-bottom: 40px;
    font-size: calc(31px * 0.8);
}.statistics_information_8325 .extra_study_9732 p {
    font-size: 2rem;
    padding: 15px;
}.statistics_information_8325 .extra_study_9732 span {
    padding: 20px 15px;
    font-size: calc(18px * 0.9);
}.statistics_information_8325 ul {
    gap: 20px;
}}

.statistics_information_8325 .extra_study_9732::before {
    height: 100%;
    content: "";
    background: linear-gradient(45deg, #ffffff 0%, transparent 100%);
    left: 0;
    width: 100%;
    position: absolute;
    top: 0;
    transition: all 0.4s ease;
    z-index: 0;
    opacity: 0;
}.statistics_information_8325 .extra_study_9732:hover::before {
    opacity: 0.1;
}.statistics_information_8325 .extra_study_9732 span,
.statistics_information_8325 .extra_study_9732 p,
.statistics_information_8325 svg {
    z-index: 1;
}

@media (min-width: 1400px) {.statistics_information_8325 .extra_study_9732 {
    max-width: 90%;
    margin-left: auto;
}.statistics_information_8325 .extra_study_9732:nth-child(2n) {
    margin-left: 0;
    margin-right: auto;
}.statistics_information_8325 .extra_study_9732 p {
    font-size: 3.5rem;
}}.education_history_8173 {
    padding: 5rem 2rem;
    overflow: hidden;
    background: linear-gradient(to bottom, rgb(244,219,205), rgb(231,185,163,0.5) 120%);
    position: relative;
    border-radius: 17px;
}.education_history_8173::before {
    z-index: 1;
    content: "";
    width: 100%;
    opacity: 0.3;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: repeating-linear-gradient(
        -45deg,
        rgb(217,148,122,0.5) 0,
        rgb(217,148,122,0.5) 2px,
        transparent 2px,
        transparent 10px
    );
}.education_history_8173 .feedback_slider_3917 {
    transform: translateY(0);
    position: relative;
    margin: 0 auto;
    z-index: 2;
    flex-direction: column;
    transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
    display: flex;
    max-width: 500px;
}.education_history_8173 .feedback_slider_3917:hover {
    transform: translateY(-15px);
}.education_history_8173 .profile_image_2341 {
    border-radius: 17px 17px 0 0;
    clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
    width: 80%;
    position: relative;
    box-shadow: 0 15px 25px -5px rgba(0, 0, 0, 0.5);
    margin: 0 auto;
    z-index: 3;
    height: 350px;
    transition: all 0.5s ease;
}.education_history_8173 .profile_image_2341::after {
    height: 100%;
    left: 0;
    content: "";
    width: 100%;
    position: absolute;
    top: 0;
    border-radius: 17px 17px 0 0;
    background: linear-gradient(to bottom, 
                transparent 50%, 
                rgb(231,185,163,0.5) 100%);
}.education_history_8173 .feedback_slider_3917:hover .profile_image_2341 {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 95%);
}.education_history_8173 .work_projects_1986 {
    background: #ffffff;
    padding: 70px 2rem 2rem;
    margin-top: -50px;
    transition: transform 0.5s ease;
    z-index: 2;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    position: relative;
    border-radius: 17px;
    transform: translateZ(0);
}.education_history_8173 .work_projects_1986::before {
    border-radius: 10px 10px 0 0;
    height: 6px;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, 
                rgb(231,185,163), 
                rgb(217,148,122), 
                rgb(231,185,163));
    right: 0;
    background-size: 200% 100%;
    animation: gradient-shift 8s infinite alternate;
    content: "";
    position: absolute;
}.education_history_8173 .work_projects_1986::after {
    content: "";
    filter: blur(15px);
    animation: float-blob 10s infinite alternate;
    background: rgb(217,148,122,0.5);
    border-radius: 20% 40% 50% 30%;
    bottom: 20px;
    position: absolute;
    width: 60px;
    right: 20px;
    opacity: 0.2;
    height: 60px;
}.education_history_8173 .name {
    opacity: 0.9;
    transform: translateY(0);
    transition: all 0.3s ease;
    margin-bottom: 0.5rem;
    font-weight: 700;
    font-family: Arial, sans-serif;
    font-size: 35px;
    color: rgb(231,185,163);
}.education_history_8173 .work_projects_1986 > div:nth-child(2) {
    transition: all 0.4s ease 0.1s;
    position: relative;
    font-weight: 600;
    margin-bottom: 1.5rem;
    opacity: 0.8;
    transform: translateY(0);
    font-size: 20px;
    padding-bottom: 1rem;
    color: rgb(217,148,122);
}.education_history_8173 .work_projects_1986 > div:nth-child(2)::after {
    content: "";
    background: rgb(217,148,122,0.5);
    transition: width 0.4s ease;
    position: absolute;
    height: 3px;
    bottom: 0;
    left: 0;
    width: 40px;
}.education_history_8173 .feedback_slider_3917:hover .work_projects_1986 > div:nth-child(2)::after {
    width: 100px;
}.education_history_8173 .career_timeline_5467 {
    border-left: 3px solid rgb(217,148,122,0.5);
    opacity: 0.7;
    font-size: 12px;
    transform: translateY(10px);
    position: relative;
    font-style: italic;
    line-height: 1.7;
    padding: 1rem 0 0 1.5rem;
    color: #000000;
    transition: all 0.5s ease 0.2s;
}.education_history_8173 .feedback_slider_3917:hover .career_timeline_5467 {
    transform: translateY(0);
    opacity: 1;
}

@keyframes gradient-shift {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}

@keyframes float-blob {
    0% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-10px) rotate(180deg);
    }
    100% {
        transform: translateY(10px) rotate(360deg);
    }
}

@media (max-width: 768px) {.education_history_8173 .profile_image_2341 {
    height: 250px;
    width: 100%;
}}.learning_impact_3617 {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(244,219,205) 0%, rgba(245, 247, 250, 0.95) 100%);
}.learning_impact_3617::before {
    content: "";
    width: 40%;
    transform: rotate(-15deg);
    background: linear-gradient(45deg, rgb(231,185,163,0.5) 0%, rgb(217,148,122,0.5) 100%);
    top: -10%;
    right: -5%;
    filter: blur(50px);
    z-index: 0;
    height: 70%;
    position: absolute;
    opacity: 0.15;
}.learning_impact_3617::after {
    opacity: 0.1;
    bottom: -10%;
    left: -5%;
    transform: rotate(15deg);
    z-index: 0;
    background: linear-gradient(135deg, rgb(217,148,122,0.5) 0%, rgb(231,185,163,0.5) 100%);
    filter: blur(40px);
    height: 60%;
    width: 35%;
    position: absolute;
    content: "";
}.learning_impact_3617 .container {
    margin: 0 auto;
    display: grid;
    max-width: 1200px;
    z-index: 1;
    gap: 40px;
    grid-template-columns: 1fr 1.4fr;
    padding: 0 20px;
    position: relative;
}.learning_impact_3617 .profile_image_2341 {
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    width: 100%;
    object-fit: cover;
    box-shadow: 25px 25px 0 -5px rgba(var(--primary-color-rgb, 33, 37, 41), 0.08);
    transform: perspective(1000px) rotateY(-5deg);
    height: 100%;
}.learning_impact_3617 .profile_image_2341:hover {
    transform: perspective(1000px) rotateY(-2deg) translateY(-10px);
}.learning_impact_3617 .learn_training_6371 {
    z-index: 2;
    position: relative;
}.learning_impact_3617 .learn_training_6371::before {
    width: 60px;
    top: -10px;
    content: "";
    background: rgb(231,185,163);
    transform: rotate(-45deg);
    height: 3px;
    position: absolute;
    left: -30px;
}.learning_impact_3617 .word_box_4526 {
    padding: 20px 0;
    position: relative;
}.learning_impact_3617 h1 {
    line-height: 1.3;
    font-size: 46px;
    color: #000000;
    position: relative;
    margin-bottom: 40px;
    font-weight: 700;
}.learning_impact_3617 h1::after {
    bottom: -15px;
    position: absolute;
    width: 80px;
    left: 0;
    height: 3px;
    content: "";
    background: rgb(231,185,163);
}.learning_impact_3617 ul {
    gap: 20px;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    list-style: none;
}.learning_impact_3617 li {
    padding: 20px 25px 20px 60px;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-left: 3px solid rgb(231,185,163);
    box-shadow: 0 10px 30px rgba(var(--dark-color-rgb, 0, 0, 0), 0.05);
    background: #ffffff;
}.learning_impact_3617 li:hover {
    box-shadow: 0 15px 35px rgba(var(--dark-color-rgb, 0, 0, 0), 0.1);
    transform: translateY(-5px);
}.learning_impact_3617 li p {
    color: #000000;
    line-height: 1.6;
    font-size: 13px;
    margin: 0;
}.learning_impact_3617 svg {
    width: 24px;
    left: 20px;
    transition: transform 0.3s ease;
    height: 24px;
    position: absolute;
    top: 20px;
}.learning_impact_3617 li:hover svg {
    transform: scale(1.1);
}.learning_impact_3617 svg path {
    transition: fill 0.3s ease;
    fill: rgb(231,185,163);
}.learning_impact_3617 li:hover svg path {
    fill: rgb(217,148,122);
}.learning_impact_3617 li:nth-child(even) {
    border-left: 3px solid rgb(217,148,122);
}.learning_impact_3617 li:nth-child(even) svg path {
    fill: rgb(217,148,122);
}.learning_impact_3617 li:nth-child(even):hover svg path {
    fill: rgb(231,185,163);
}

@media (max-width: 991px) {.learning_impact_3617 {
    padding: 80px 0;
}.learning_impact_3617 .container {
    gap: 50px;
    grid-template-columns: 1fr;
}.learning_impact_3617 .profile_image_2341 {
    max-height: 400px;
    box-shadow: 15px 15px 0 -5px rgba(var(--primary-color-rgb, 33, 37, 41), 0.08);
    width: 100%;
}.learning_impact_3617 h1 {
    font-size: calc(46px * 0.9);
}.learning_impact_3617 ul {
    grid-template-columns: 1fr;
}
}

@media (max-width: 767px) {.learning_impact_3617 {
    padding: 60px 0;
}.learning_impact_3617 .container {
    gap: 40px;
}.learning_impact_3617 .profile_image_2341 {
    transform: perspective(1000px) rotateY(0);
    max-height: 300px;
}.learning_impact_3617 .profile_image_2341:hover {
    transform: translateY(-5px);
}.learning_impact_3617 h1 {
    font-size: calc(46px * 0.8);
    margin-bottom: 30px;
}.learning_impact_3617 li {
    padding: 18px 20px 18px 55px;
}.learning_impact_3617 svg {
    left: 15px;
    top: 18px;
}
}

@media (max-width: 480px) {.learning_impact_3617 {
    padding: 50px 0;
}.learning_impact_3617 .profile_image_2341 {
    max-height: 250px;
}.learning_impact_3617 h1 {
    font-size: calc(46px * 0.7);
}.learning_impact_3617 .learn_training_6371::before {
    left: -20px;
    width: 40px;
}.learning_impact_3617 li {
    padding: 15px 15px 15px 50px;
}.learning_impact_3617 svg {
    left: 15px;
    top: 15px;
    height: 20px;
    width: 20px;
}}.our_background_8352 {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
    background: rgb(244,219,205);
}.our_background_8352::before {
    width: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    position: absolute;
    background: 
        radial-gradient(
            ellipse at top left,
            rgb(231,185,163,0.5) 0%,
            transparent 50%
        ),
        radial-gradient(
            ellipse at bottom right,
            rgb(217,148,122,0.5) 0%,
            transparent 50%
        );
    height: 100%;
    content: "";
}.our_background_8352::after {
    content: "";
    background-size: 60px 60px;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    opacity: 0.05;
    z-index: 1;
    background-image: 
        linear-gradient(45deg, rgba(0, 0, 0, 0.5) 25%, transparent 25%), 
        linear-gradient(-45deg, rgba(0, 0, 0, 0.5) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgba(0, 0, 0, 0.5) 75%),
        linear-gradient(-45deg, transparent 75%, rgba(0, 0, 0, 0.5) 75%);
    background-position: 0 0, 0 30px, 30px -30px, -30px 0px;
    animation: movePattern 20s linear infinite;
    position: absolute;
}.our_background_8352 .container {
    position: relative;
    max-width: 1200px;
    padding: 0 25px;
    margin: 0 auto;
    z-index: 2;
}.our_background_8352 .learn_training_6371 {
    position: relative;
    gap: 50px;
    flex-wrap: wrap;
    display: flex;
}.our_background_8352 h3 {
    width: 100%;
    font-weight: 700;
    position: relative;
    font-size: 45px;
    text-align: left;
    color: #000000;
    overflow: hidden;
    margin-bottom: 60px;
}.our_background_8352 h3::after {
    bottom: -5px;
    background: linear-gradient(90deg, rgb(231,185,163), rgb(217,148,122));
    width: 0;
    animation: lineExpand 1.5s forwards;
    left: 0;
    position: absolute;
    content: "";
    height: 3px;
}.our_background_8352 .learning_lab_3490 {
    flex-direction: column;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
    min-width: 300px;
    z-index: 2;
    display: flex;
    flex: 1;
    background: #ffffff;
    position: relative;
    padding: 40px;
}.our_background_8352 .learning_lab_3490::before {
    clip-path: polygon(0 0, 100% 0, 100% 100%);
    height: 20px;
    width: 20px;
    background: rgb(231,185,163);
    z-index: 1;
    right: 10px;
    content: "";
    top: 10px;
    opacity: 0.8;
    position: absolute;
}.our_background_8352 .learning_lab_3490::after {
    position: absolute;
    bottom: 10px;
    background: rgb(217,148,122);
    left: 10px;
    height: 20px;
    opacity: 0.8;
    content: "";
    clip-path: polygon(0 0, 0 100%, 100% 100%);
    width: 20px;
    z-index: 1;
}.our_background_8352 .learning_lab_3490 span {
    color: rgb(231,185,163);
    margin-bottom: 15px;
    background: linear-gradient(to right, rgb(231,185,163,0.5), transparent);
    font-weight: 600;
    padding: 5px 15px;
    font-size: 21px;
    display: inline-block;
    transform: translateX(-15px);
    position: relative;
}.our_background_8352 .learning_lab_3490 p {
    font-size: 16px;
    margin-bottom: 30px;
    line-height: 1.7;
    color: #000000;
}.our_background_8352 .learning_lab_3490 .profile_image_2341 {
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    height: 280px;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}.our_background_8352 .learning_lab_3490 .profile_image_2341::before {
    width: 100%;
    position: absolute;
    transition: opacity 0.5s ease;
    top: 0;
    left: 0;
    content: "";
    opacity: 0;
    z-index: 1;
    background: rgb(231,185,163,0.5);
    height: 100%;
}.our_background_8352 .learning_lab_3490:hover .profile_image_2341 {
    transform: scale(1.03);
}.our_background_8352 .learning_lab_3490:hover .profile_image_2341::before {
    opacity: 0.2;
}.our_background_8352 .belief_core_8056 {
    z-index: 2;
    min-width: 300px;
    padding: 40px;
    transition: all 0.4s ease;
    flex: 1;
    background: #ffffff;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    position: relative;
}.our_background_8352 .belief_core_8056::before {
    position: absolute;
    top: 10px;
    width: 20px;
    left: 10px;
    z-index: 1;
    opacity: 0.8;
    clip-path: polygon(0 0, 100% 0, 0 100%);
    background: rgb(217,148,122);
    height: 20px;
    content: "";
}.our_background_8352 .belief_core_8056::after {
    opacity: 0.8;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    z-index: 1;
    background: rgb(231,185,163);
    width: 20px;
    position: absolute;
    height: 20px;
    right: 10px;
    bottom: 10px;
    content: "";
}.our_background_8352 .belief_core_8056 p {
    font-size: 16px;
    color: #000000;
    position: relative;
    margin-bottom: 40px;
    background: linear-gradient(to bottom, rgb(217,148,122,0.5), transparent);
    padding: 20px;
    line-height: 1.7;
    border-radius: 10px;
}.our_background_8352 .belief_core_8056 .our_ethos_4923 {
    overflow: hidden;
    margin: 0 auto;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.15);
    height: 180px;
    position: relative;
    border-radius: 0;
    transition: all 0.5s ease;
    clip-path: polygon(
        20% 0%, 
        80% 0%, 
        100% 20%, 
        100% 80%, 
        80% 100%, 
        20% 100%, 
        0% 80%, 
        0% 20%
    );
    width: 180px;
}.our_background_8352 .belief_core_8056 .our_ethos_4923::before {
    z-index: 1;
    opacity: 0.6;
    inset: 0;
    content: "";
    background: 
        linear-gradient(
            -45deg,
            rgb(217,148,122,0.5),
            transparent 60%
        );
    transition: opacity 0.5s ease;
    position: absolute;
}.our_background_8352 .belief_core_8056 .our_ethos_4923::after {
    content: "";
    inset: 0;
    position: absolute;
    opacity: 0.5;
    transition: all 0.5s ease;
    box-shadow: inset 0 0 0 2px rgb(217,148,122);
    z-index: 2;
    clip-path: polygon(
        25% 5%, 
        75% 5%, 
        95% 25%, 
        95% 75%, 
        75% 95%, 
        25% 95%, 
        5% 75%, 
        5% 25%
    );
}.our_background_8352 .belief_core_8056:hover .our_ethos_4923::after {
    clip-path: polygon(
        20% 0%, 
        80% 0%, 
        100% 20%, 
        100% 80%, 
        80% 100%, 
        20% 100%, 
        0% 80%, 
        0% 20%
    );
    opacity: 1;
}.our_background_8352 .learning_lab_3490:hover,
.our_background_8352 .belief_core_8056:hover {
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.12);
    transform: translateY(-10px);
}

@keyframes lineExpand {
    from {
        width: 0;
    }
    to {
        width: 100px;
    }
}

@keyframes movePattern {
    0% {
        background-position: 0 0, 0 30px, 30px -30px, -30px 0px;
    }
    100% {
        background-position: 60px 60px, 60px 90px, 90px 30px, 30px 60px;
    }
}

@media (max-width: 1100px) {.our_background_8352 {
    padding: 90px 0;
}.our_background_8352 .learn_training_6371 {
    flex-direction: column;
    align-items: center;
}.our_background_8352 h3 {
    text-align: center;
    font-size: calc(45px * 0.9);
}.our_background_8352 h3::after {
    left: 50%;
    transform: translateX(-50%);
}.our_background_8352 .learning_lab_3490,
    .our_background_8352 .belief_core_8056 {
    width: 100%;
    max-width: 600px;
}
}

@media (max-width: 768px) {.our_background_8352 {
    padding: 70px 0;
}.our_background_8352 h3 {
    font-size: calc(45px * 0.8);
    margin-bottom: 40px;
}.our_background_8352 .learning_lab_3490,
    .our_background_8352 .belief_core_8056 {
    padding: 30px;
}.our_background_8352 .learning_lab_3490 .profile_image_2341 {
    height: 240px;
}.our_background_8352 .learning_lab_3490 span {
    font-size: calc(21px * 0.9);
}.our_background_8352 .belief_core_8056 .our_ethos_4923 {
    width: 160px;
    height: 160px;
}
}

@media (max-width: 576px) {.our_background_8352 {
    padding: 50px 0;
}.our_background_8352 .container {
    padding: 0 20px;
}.our_background_8352 h3 {
    font-size: calc(45px * 0.7);
    margin-bottom: 30px;
}.our_background_8352 .learning_lab_3490,
    .our_background_8352 .belief_core_8056 {
    clip-path: none;
    padding: 25px;
}.our_background_8352 .learning_lab_3490 .profile_image_2341 {
    height: 200px;
}.our_background_8352 .belief_core_8056 p {
    padding: 15px;
}.our_background_8352 .belief_core_8056 .our_ethos_4923 {
    height: 140px;
    width: 140px;
}}.cookieNotificationBar_5967 {
    border-top: 2px solid rgb(231,185,163);
    position: fixed;
    z-index: 90;
    width: 100%;
    background: rgb(244,219,205);
    bottom: 0;
}#cookieAlertMessage_3091 {
    display: none;
}#cookieAlertMessage_3091:checked ~ .cookieNotificationBar_5967 {
    visibility: hidden;
    opacity: 0;
}.cookie_reset_0438 {
    padding: 20px 0;
    justify-content: space-between;
    align-items: center;
    display: flex;
}.cookieNotificationBar_5967 h5 {
    margin-bottom: 6px;
    font-size: 22px;
}.cookieNotificationBar_5967 p {
    font-size: 18px;
}.web_tracking_3960 {
    margin-right: 10px;
    flex-shrink: 0;
}.web_tracking_3960 svg, .web_tracking_3960 svg path, .web_tracking_3960 img {
    height: 100px;
    fill: rgb(231,185,163);
    width: 100px;
}.secure_cookies_0173 {
    line-height: 35px;
    flex-shrink: 0;
    cursor: pointer;
    text-decoration: none;
    border-bottom: 2px solid rgb(231,185,163);
    min-width: 120px;
    font-size: 24px;
    text-align: center;
    color: rgb(231,185,163);
    white-space: nowrap;
    margin-left: 10px;
}.cookieNotificationBar_5967 p a {
    text-decoration: none;
    color: rgb(231,185,163);
}
@media only screen and (max-width: 1200px) {.cookieNotificationBar_5967 {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.web_tracking_3960 {
    display: none;
}.cookie_reset_0438 {
    justify-content: center;
    align-items: center;
    flex-direction: column;
}.cookieNotificationBar_5967 h5 {
    text-align: center;
}.cookieNotificationBar_5967 p {
    text-align: center;
}.cookie_verify_9563 {
    margin-bottom: 20px;
}body .outer-container_0491 .secure_cookies_0173 {
    margin-left: 0;
    margin-bottom: 10px;
}}
.outer-container_0491 .cookieNotificationBar_5967 {
    background: rgb(231,185,163);
    box-shadow: rgb(217,148,122,0.5) 0px 0px 10px 10px;
}.outer-container_0491 .cookie_reset_0438 {
    padding: 40px 0;
    justify-content: space-between;
}.outer-container_0491 .secure_cookies_0173 {
    font-size: 20px;
    border: none;
    padding: 10px;
    margin-left: 30px;
    color: rgb(231,185,163);
    background: #ffffff;
}.outer-container_0491 .cookie_verify_9563 {
    color: #ffffff;
    text-align: left;
}.outer-container_0491 .cookie_verify_9563 h5 {
    font-weight: 700;
}.outer-container_0491 .cookie_verify_9563 h5, .outer-container_0491 .cookie_verify_9563 p {
    color: #ffffff;
}.outer-container_0491 .cookieNotificationBar_5967 p a {
    text-decoration: underline;
    color: rgb(217,148,122);
}header {
    width: 100%;
    top: 0;
    z-index: 1000;
    position: fixed;
    border-bottom: 2px solid rgb(244,219,205);
    background-color: #ffffff;
    left: 0;
    transition: all 0.3s ease;
}header:before {
    top: 0;
    content: '';
    background: linear-gradient(90deg, rgb(231,185,163), rgb(217,148,122), rgb(231,185,163));
    animation: gradientMove 6s infinite linear;
    position: absolute;
    width: 100%;
    background-size: 200% 100%;
    height: 4px;
    left: 0;
}header .header_top_1307 {
    width: 100%;
    padding: 0;
}header .container {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    padding: 20px;
}header .main_lead_6495 {
    position: relative;
    justify-content: space-between;
    align-items: center;
    display: flex;
}header .nav_guide_4286 {
    display: flex;
    gap: 35px;
    align-items: center;
}header .head_bar_9372 {
    font-family: Arial, sans-serif;
    color: #000000;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s ease;
    padding: 5px 0;
    position: relative;
}header .head_bar_9372:before {
    width: 6px;
    position: absolute;
    transition: transform 0.3s ease;
    border-radius: 10px;
    transform: translateY(-50%) scale(0);
    height: 6px;
    background-color: rgb(231,185,163);
    left: -15px;
    top: 50%;
    content: '';
}header .head_bar_9372:after {
    transition: transform 0.3s ease;
    content: '';
    transform: scaleX(0);
    position: absolute;
    height: 2px;
    transform-origin: center;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: rgb(231,185,163);
}header .head_bar_9372:hover {
    color: rgb(231,185,163);
}header .head_bar_9372:hover:before {
    transform: translateY(-50%) scale(1);
}header .head_bar_9372:hover:after {
    transform: scaleX(1);
}header .nav_block_1637 {
    align-items: center;
    position: relative;
    padding: 5px 10px;
    text-decoration: none;
    transition: all 0.3s ease;
    display: flex;
}header .nav_block_1637:before {
    position: absolute;
    height: 100%;
    -webkit-mask-composite: xor;
    content: '';
    opacity: 0;
    width: 100%;
    background: linear-gradient(to right, rgb(231,185,163), rgb(217,148,122)) border-box;
    left: 0;
    mask-composite: exclude;
    top: 0;
    border: 2px solid transparent;
    transition: opacity 0.3s ease;
    border-radius: 10px;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
}header .nav_block_1637:hover:before {
    opacity: 1;
}header .nav_block_1637 svg {
    height: 42px;
    width: auto;
    transition: transform 0.3s ease;
}header .nav_block_1637:hover svg {
    transform: scale(1.05);
}

@keyframes gradientMove {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 200% 0%;
    }
}

@media (max-width: 991px) {header .container {
    padding: 15px;
}header .nav_guide_4286 {
    gap: 20px;
}header .head_bar_9372:before {
    left: -10px;
}header .nav_block_1637 svg {
    height: 38px;
}
}

@media (max-width: 767px) {header .nav_guide_4286 {
    transition: max-height 0.4s ease;
    border-bottom: 3px solid rgb(231,185,163);
    top: 100%;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    max-height: 0;
    left: 0;
    flex-direction: column;
    position: absolute;
    z-index: 1001;
    gap: 0;
    padding: 0;
    width: 100%;
    background-color: #ffffff;
}header .menu.active {
    max-height: 400px;
}header .head_bar_9372 {
    padding: 12px 20px;
    width: 100%;
    border-bottom: 1px solid rgb(244,219,205);
}header .head_bar_9372:last-child {
    border-bottom: none;
}header .head_bar_9372:before {
    left: 5px;
}header .main_lead_6495 {
    padding: 5px 0;
}header .nav_block_1637 {
    margin: 0 auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 12px 10px;
}header .nav_block_1637 svg {
    height: 32px;
}}.pricing_block_6410 {
    position: relative;
    padding: 7rem 0;
    background: #ffffff;
    overflow: hidden;
}.pricing_block_6410::before {
    height: 400px;
    filter: blur(30px);
    content: '';
    top: -150px;
    z-index: 1;
    right: -100px;
    animation: float 15s ease-in-out infinite alternate;
    opacity: 0.6;
    width: 400px;
    background: linear-gradient(135deg, rgb(231,185,163,0.5), transparent);
    position: absolute;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
}.pricing_block_6410::after {
    content: '';
    background: linear-gradient(135deg, rgb(217,148,122,0.5), transparent);
    position: absolute;
    z-index: 1;
    bottom: -100px;
    left: -50px;
    opacity: 0.5;
    filter: blur(25px);
    width: 300px;
    height: 300px;
    animation: float 18s ease-in-out infinite alternate-reverse;
    border-radius: 30% 70% 50% 50% / 30% 30% 70% 70%;
}.pricing_block_6410 .container {
    position: relative;
    max-width: 1200px;
    padding: 0 15px;
    z-index: 2;
    margin: 0 auto;
}.pricing_block_6410 .payment_plan_7952 {
    flex-direction: column;
    display: flex;
}.pricing_block_6410 .study_rates_3980 {
    text-align: center;
    margin-bottom: 3rem;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeUp 0.8s ease-out 0.2s forwards;
}.pricing_block_6410 .study_rates_3980 h2 {
    margin-bottom: 1rem;
    font-size: 33px;
    color: #000000;
    position: relative;
    font-weight: 700;
    display: inline-block;
}.pricing_block_6410 .study_rates_3980 h2::after {
    content: '';
    bottom: -10px;
    height: 3px;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    background: rgb(231,185,163);
    width: 80px;
}.pricing_block_6410 .cost_fee_1986 {
    max-width: 700px;
    margin: 1.5rem auto 0;
    line-height: 1.6;
    color: #000000;
    font-size: 12px;
}.pricing_block_6410 .plan_deals_5296 {
    gap: 2rem;
    margin-top: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
}.pricing_block_6410 .learn_pricing_6052 {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    opacity: 0;
    text-decoration: none;
    transform: translateY(30px);
    animation: fadeUp 0.8s ease-out 0.4s forwards;
    display: block;
}.pricing_block_6410 .learn_pricing_6052:nth-child(2) {
    animation-delay: 0.5s;
}.pricing_block_6410 .learn_pricing_6052:nth-child(3) {
    animation-delay: 0.6s;
}.pricing_block_6410 .learn_pricing_6052:nth-child(4) {
    animation-delay: 0.7s;
}.pricing_block_6410 .learn_pricing_6052:hover {
    transform: translateY(-10px);
}.pricing_block_6410 .basic_cost_6971 {
    flex-direction: column;
    overflow: hidden;
    border-radius: 4px;
    position: relative;
    transition: all 0.4s ease;
    background: linear-gradient(140deg, #ffffff, #f8f9fa);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.06), 
                0 5px 15px rgba(0, 0, 0, 0.04);
    height: 100%;
    display: flex;
}.pricing_block_6410 .learn_pricing_6052:hover .basic_cost_6971 {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 
                0 10px 20px rgba(0, 0, 0, 0.08);
}.pricing_block_6410 .learning_fees_2504 {
    position: relative;
    flex-grow: 1;
    z-index: 2;
    flex-direction: column;
    padding: 2.5rem 2rem;
    display: flex;
}.pricing_block_6410 .learning_fees_2504 h3 {
    color: #000000;
    transition: color 0.3s ease;
    margin-bottom: 1rem;
    font-size: calc(19px + 2px);
    position: relative;
    font-weight: 700;
}.pricing_block_6410 .learn_pricing_6052:hover .learning_fees_2504 h3 {
    color: rgb(231,185,163);
}.pricing_block_6410 .edu_deals_0569 {
    padding-bottom: 10px;
    color: rgb(231,185,163);
    display: inline-block;
    position: relative;
    font-weight: 700;
    font-size: calc(19px + 4px);
    margin-bottom: 1.5rem;
}.pricing_block_6410 .edu_deals_0569::after {
    transition: width 0.3s ease;
    content: '';
    bottom: 0;
    height: 2px;
    position: absolute;
    background: rgb(231,185,163,0.5);
    width: 40px;
    left: 0;
}.pricing_block_6410 .learn_pricing_6052:hover .edu_deals_0569::after {
    width: 80px;
}.pricing_block_6410 .learning_fees_2504 p {
    margin-bottom: 2rem;
    hyphens: auto;
    flex-grow: 1;
    color: #000000;
    white-space: normal;
    font-size: 12px;
    line-height: 1.6;
    overflow-wrap: break-word;
    word-wrap: break-word;
}.pricing_block_6410 .profile_image_2341 {
    overflow: hidden;
    position: relative;
    transition: all 0.5s ease;
    height: 200px;
    width: 100%;
}.pricing_block_6410 .profile_image_2341::after {
    top: 0;
    opacity: 0;
    content: '';
    position: absolute;
    right: 0;
    transition: opacity 0.4s ease;
    bottom: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.3), transparent);
    left: 0;
}.pricing_block_6410 .learn_pricing_6052:hover .profile_image_2341::after {
    opacity: 1;
}

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

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

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

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

@media (max-width: 767px) {.pricing_block_6410 {
    padding: 4rem 0;
}.pricing_block_6410 .learning_fees_2504 {
    padding: 2rem 1.5rem;
}.pricing_block_6410 .profile_image_2341 {
    height: 180px;
}
}

@media (max-width: 575px) {.pricing_block_6410 {
    padding: 3rem 0;
}.pricing_block_6410 .study_rates_3980 h2 {
    font-size: calc(33px - 4px);
}.pricing_block_6410 .plan_deals_5296 {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.pricing_block_6410 .learning_fees_2504 {
    padding: 1.5rem 1.25rem;
}.pricing_block_6410 .profile_image_2341 {
    height: 160px;
}
}

@media (hover: none) {.pricing_block_6410 .learn_pricing_6052:hover {
    transform: none;
}.pricing_block_6410 .learn_pricing_6052:hover .basic_cost_6971 {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.06), 
                    0 5px 15px rgba(0, 0, 0, 0.04);
}.pricing_block_6410 .learn_pricing_6052:hover .profile_image_2341::after {
    opacity: 0;
}.pricing_block_6410 .learn_pricing_6052:hover .edu_deals_0569::after {
    width: 40px;
}}.privacy_panel_8634 {
    background-color: #ffffff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    height: auto;
    color: #000000;
    width: 100%;
    font-family: Arial, sans-serif;
    overflow: hidden;
    padding: 40px;
}.privacy_panel_8634 h1 {
    margin-bottom: 30px;
    letter-spacing: 2px;
    font-size: 40px;
    padding-bottom: 10px;
    font-weight: 700;
    border-bottom: 2px solid rgb(231,185,163,0.5);
    text-transform: uppercase;
    color: rgb(231,185,163);
    margin-top: 20px;
}.privacy_panel_8634 h2 {
    letter-spacing: 1px;
    margin-bottom: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: rgb(217,148,122);
    font-size: 36px;
    border-bottom: 1px solid rgb(217,148,122,0.5);
    margin-top: 25px;
    padding-bottom: 5px;
}.privacy_panel_8634 h3, .privacy_panel_8634 h4, .privacy_panel_8634 h5, .privacy_panel_8634 h6 {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 400;
    color: rgb(231,185,163,0.5);
    border-bottom: 1px solid rgb(231,185,163,0.5);
    margin-top: 20px;
    padding-bottom: 5px;
}.privacy_panel_8634 ul, .privacy_panel_8634 ol {
    padding-left: 20px;
    margin: 20px 0;
    list-style-type: disc;
}.privacy_panel_8634 ol {
    list-style-type: decimal;
}.privacy_panel_8634 ul li, .privacy_panel_8634 ol li {
    margin-bottom: 10px;
    line-height: 1.6;
}.privacy_panel_8634 section {
    border-radius: 10px;
    background: rgb(217,148,122,0.5);
    border: 1px solid rgb(231,185,163,0.5);
    padding: 25px;
}.privacy_panel_8634 p, .privacy_panel_8634 span, .privacy_panel_8634 div {
    margin-bottom: 20px;
    color: #000000;
    line-height: 1.8;
    font-size: 12px;
}

@media only screen and (max-width: 800px) {.privacy_panel_8634 {
    padding: 20px;
}.privacy_panel_8634 h1 {
    font-size: calc(21px - 5px);
}.privacy_panel_8634 h2 {
    font-size: calc(21px - 4px);
}.privacy_panel_8634 h3, .privacy_panel_8634 h4, .privacy_panel_8634 h5, .privacy_panel_8634 h6 {
    font-size: calc(21px - 3px);
}.privacy_panel_8634 ul, .privacy_panel_8634 ol {
    padding-left: 15px;
}}

.privacy_panel_8634 a {
    transition: color 0.2s ease, border-bottom-color 0.2s ease;
    color: rgb(231,185,163);
    text-decoration: none;
    border-bottom: 1px solid rgb(231,185,163,0.5);
}.privacy_panel_8634 a:hover {
    border-bottom-color: rgb(217,148,122);
    color: rgb(217,148,122);
}.id_thankbox_4028 {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(244,219,205) 0%, rgb(231,185,163,0.5) 100%);
    position: relative;
    padding: 7rem 0;
}.id_thankbox_4028::before {
    height: 100%;
    animation: backgroundPulse 12s infinite alternate ease-in-out;
    left: 0;
    background: 
        radial-gradient(circle at 15% 15%, rgb(231,185,163,0.5) 0%, transparent 50%),
        radial-gradient(circle at 85% 85%, rgb(217,148,122,0.5) 0%, transparent 50%);
    top: 0;
    content: "";
    width: 100%;
    position: absolute;
    z-index: 0;
    opacity: 0.25;
}.id_thankbox_4028::after {
    filter: blur(120px);
    width: 40%;
    right: -10%;
    animation: floatElement 15s infinite alternate ease-in-out;
    position: absolute;
    background: rgb(231,185,163,0.5);
    height: 40%;
    top: -10%;
    content: "";
    opacity: 0.2;
    z-index: 0;
}.id_thankbox_4028 .container {
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
}.id_thankbox_4028 h2 {
    position: relative;
    font-family: Arial, sans-serif;
    margin-bottom: 3rem;
    color: #000000;
    padding-bottom: 1.5rem;
    font-size: 29px;
    font-weight: 700;
    max-width: 90%;
    transform: perspective(1000px) rotateX(2deg);
    line-height: 1.3;
}.id_thankbox_4028 h2::after {
    bottom: 0;
    width: 120px;
    transition: width 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    background: linear-gradient(90deg, rgb(231,185,163) 0%, rgb(217,148,122) 100%);
    transform-origin: left center;
    left: 0;
    content: "";
    position: absolute;
    height: 4px;
}.id_thankbox_4028 h2:hover::after {
    width: 180px;
}.id_thankbox_4028 .learn_training_6371 {
    padding: 2.5rem;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 100%);
    border-radius: 0 10px 10px 0;
    position: relative;
    transform: perspective(1000px) rotateY(-1deg);
    border-left: 4px solid rgb(231,185,163);
    box-shadow: 
        0 10px 30px -15px rgba(0, 0, 0, 0.5),
        0 2px 5px rgba(0,0,0,0.05);
}.id_thankbox_4028 .learn_training_6371:hover {
    transform: perspective(1000px) rotateY(0);
}.id_thankbox_4028 .learn_training_6371::before {
    opacity: 0.05;
    background-size: 40px 40px;
    content: "";
    width: 100%;
    background: 
        linear-gradient(45deg, transparent 49.5%, rgb(217,148,122,0.5) 49.5%, rgb(217,148,122,0.5) 50.5%, transparent 50.5%),
        linear-gradient(-45deg, transparent 49.5%, rgb(217,148,122,0.5) 49.5%, rgb(217,148,122,0.5) 50.5%, transparent 50.5%);
    position: absolute;
    pointer-events: none;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}.id_thankbox_4028 ul {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 1;
}.id_thankbox_4028 li {
    padding-left: 2rem;
    position: relative;
}.id_thankbox_4028 li::before {
    content: "";
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    top: 0.5rem;
    position: absolute;
    width: 12px;
    height: 12px;
    background: rgb(231,185,163);
    left: 0;
    animation: rotateDiamond 8s infinite linear;
}.id_thankbox_4028 span {
    font-size: 18px;
    display: block;
    color: #000000;
    line-height: 1.8;
    position: relative;
    font-family: Arial, sans-serif;
}.id_thankbox_4028 span::after {
    right: 0;
    background: linear-gradient(90deg, transparent, rgb(217,148,122,0.5));
    content: "";
    height: 4px;
    position: absolute;
    width: 60px;
    bottom: -15px;
}

@keyframes backgroundPulse {
    0% {
        opacity: 0.2;
        transform: scale(1);
    }
    100% {
        opacity: 0.35;
        transform: scale(1.1);
    }
}

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

@keyframes rotateDiamond {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 991px) {.id_thankbox_4028 {
    padding: 5rem 0;
}.id_thankbox_4028 h2 {
    margin-bottom: 2rem;
    font-size: calc(29px * 0.9);
    max-width: 100%;
}.id_thankbox_4028 .learn_training_6371 {
    padding: 2rem;
}
}

@media (max-width: 767px) {.id_thankbox_4028 {
    padding: 4rem 0;
}.id_thankbox_4028 h2 {
    transform: perspective(1000px) rotateX(1deg);
    font-size: calc(29px * 0.8);
    margin-bottom: 1.5rem;
}.id_thankbox_4028 .learn_training_6371 {
    padding: 1.5rem;
    transform: perspective(1000px) rotateY(-0.5deg);
}.id_thankbox_4028 li {
    padding-left: 1.5rem;
}.id_thankbox_4028 li::before {
    height: 10px;
    top: 0.4rem;
    width: 10px;
}
}

@media (max-width: 575px) {.id_thankbox_4028 {
    padding: 3rem 0;
}.id_thankbox_4028 h2 {
    font-size: calc(29px * 0.7);
    transform: none;
}.id_thankbox_4028 h2::after {
    width: 80px;
    height: 3px;
}.id_thankbox_4028 h2:hover::after {
    width: 120px;
}.id_thankbox_4028 .learn_training_6371 {
    transform: none;
    border-left-width: 3px;
    padding: 1.25rem;
}.id_thankbox_4028 span {
    line-height: 1.7;
    font-size: calc(18px * 0.95);
}.id_thankbox_4028 span::after {
    width: 40px;
    height: 3px;
    bottom: -10px;
}}.connect_form_2157 {
    overflow: hidden;
    background: rgb(244,219,205);
    padding: 100px 0;
    position: relative;
    z-index: 1;
}.connect_form_2157::before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
    background: linear-gradient(45deg, transparent 48%, rgb(231,185,163,0.5) 49%, rgb(231,185,163,0.5) 51%, transparent 52%),
                linear-gradient(-45deg, transparent 48%, rgb(217,148,122,0.5) 49%, rgb(217,148,122,0.5) 51%, transparent 52%);
    height: 100%;
    background-size: 60px 60px;
    left: 0;
    opacity: 0.3;
}.connect_form_2157::after {
    background-size: 100px 100px;
    z-index: 0;
    width: 100%;
    top: 0;
    content: '';
    position: absolute;
    left: 0;
    height: 100%;
    opacity: 0.2;
    background: 
        linear-gradient(90deg, rgb(244,219,205) 6px, transparent 6px),
        linear-gradient(0deg, rgb(244,219,205) 6px, transparent 6px);
}.connect_form_2157 .profile_image_2341 {
    filter: grayscale(0.7) hue-rotate(25deg);
    top: 0;
    opacity: 0.15;
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 0;
    height: 100%;
}.connect_form_2157 .container {
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
    z-index: 2;
    max-width: 1200px;
}.connect_form_2157 h3 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    font-size: 45px;
    color: #000000;
    letter-spacing: 4px;
    font-family: Arial, sans-serif;
    margin-bottom: 60px;
    transform: skew(-5deg);
}.connect_form_2157 h3::before {
    height: 5px;
    position: absolute;
    left: 50%;
    width: 100px;
    content: '';
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
    background: linear-gradient(90deg, rgb(231,185,163), rgb(217,148,122));
    transform: translateX(-50%);
    bottom: -15px;
}.connect_form_2157 .request_info_7316 {
    z-index: 1;
    flex-wrap: wrap;
    display: flex;
    position: relative;
}.connect_form_2157 .reach_card_7604 {
    z-index: 2;
    transform: skew(-3deg);
    background: #ffffff;
    box-shadow: -10px 10px 0 rgba(0, 0, 0, 0.1);
    padding: 60px;
    flex: 1 1 60%;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    position: relative;
    border-radius: 0;
}.connect_form_2157 .reach_card_7604::before {
    left: 20px;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    position: absolute;
    border: 2px solid rgba(0, 0, 0, 0.05);
    bottom: 20px;
    right: 20px;
    content: '';
    pointer-events: none;
    top: 20px;
}.connect_form_2157 .reach_card_7604 #contact {
    transform: skew(3deg);
}.connect_form_2157 .reach_card_7604 h3 {
    text-align: left;
    margin-bottom: 40px;
    transform: skew(0);
    font-weight: 700;
    font-size: 23px;
    color: #000000;
}.connect_form_2157 .reach_card_7604 h3::before {
    height: 3px;
    clip-path: none;
    width: 60px;
    transform: none;
    left: 0;
}.connect_form_2157 .reach_card_7604 input[type="text"],
.connect_form_2157 .reach_card_7604 textarea {
    border-radius: 0;
    border: 2px solid rgb(231,185,163);
    box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.05);
    padding: 20px;
    transition: all 0.3s ease;
    background-color: #ffffff;
    margin-bottom: 25px;
    width: 100%;
    color: #000000;
    font-size: 15px;
    font-family: Arial, sans-serif;
}.connect_form_2157 .reach_card_7604 input[type="text"]:focus,
.connect_form_2157 .reach_card_7604 textarea:focus {
    transform: translate(-3px, -3px);
    outline: none;
    background-color: rgba(0, 0, 0, 0.02);
    box-shadow: 8px 8px 0 rgb(231,185,163,0.5);
}.connect_form_2157 .reach_card_7604 textarea {
    resize: vertical;
    height: 140px;
}.connect_form_2157 .reach_card_7604 .help_links_4278 {
    align-items: flex-start;
    margin-bottom: 30px;
    display: flex;
}.connect_form_2157 .reach_card_7604 .help_links_4278 input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.connect_form_2157 .reach_card_7604 .help_links_4278 label {
    color: #000000;
    cursor: pointer;
    position: relative;
    line-height: 1.5;
    padding-left: 35px;
    font-size: calc(15px - 2px);
}.connect_form_2157 .reach_card_7604 .help_links_4278 label::before {
    content: '';
    border: 2px solid rgb(231,185,163);
    transition: all 0.3s ease;
    position: absolute;
    background-color: #ffffff;
    width: 24px;
    height: 24px;
    top: 0;
    left: 0;
}.connect_form_2157 .reach_card_7604 .help_links_4278 input[type="checkbox"]:checked + label::before {
    background-color: rgb(231,185,163);
}.connect_form_2157 .reach_card_7604 .help_links_4278 input[type="checkbox"]:checked + label::after {
    content: '';
    border-right: 2px solid #ffffff;
    height: 12px;
    top: 5px;
    width: 6px;
    border-bottom: 2px solid #ffffff;
    left: 9px;
    position: absolute;
    transform: rotate(45deg);
}.connect_form_2157 .reach_card_7604 .help_links_4278 a {
    color: rgb(231,185,163);
    transition: color 0.3s ease;
    position: relative;
    text-decoration: none;
    font-weight: 600;
}.connect_form_2157 .reach_card_7604 .help_links_4278 a::after {
    transition: transform 0.3s ease;
    bottom: -2px;
    position: absolute;
    content: '';
    background-color: rgb(231,185,163);
    height: 2px;
    width: 100%;
    transform: scaleX(0);
    transform-origin: left;
    left: 0;
}.connect_form_2157 .reach_card_7604 .help_links_4278 a:hover {
    color: rgb(217,148,122);
}.connect_form_2157 .reach_card_7604 .help_links_4278 a:hover::after {
    transform: scaleX(1);
    background-color: rgb(217,148,122);
}.connect_form_2157 .reach_card_7604 .contact_query_2078 {
    display: inline-block;
    letter-spacing: 2px;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    text-transform: uppercase;
    color: #ffffff;
    transition: all 0.3s ease;
    background: rgb(231,185,163);
    box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.1);
    font-size: 19px;
    padding: 18px 40px;
    font-weight: 700;
    cursor: pointer;
    position: relative;
    border: none;
}.connect_form_2157 .reach_card_7604 .contact_query_2078:hover {
    box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.2);
    transform: translate(-3px, -3px);
    background: rgb(217,148,122);
}.connect_form_2157 .feedback_widget_3460 {
    flex: 1 1 40%;
    position: relative;
    color: #ffffff;
    margin-left: -40px;
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
    z-index: 1;
    background: rgb(244,219,205);
    padding: 60px 60px 60px 80px;
}.connect_form_2157 .feedback_widget_3460::before {
    width: 100%;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(255, 255, 255, 0.03) 10px,
        rgba(255, 255, 255, 0.03) 20px
    );
    height: 100%;
    content: '';
    left: 0;
    z-index: -1;
    position: absolute;
    top: 0;
}.connect_form_2157 .feedback_widget_3460::after {
    bottom: 20px;
    left: 20px;
    position: absolute;
    pointer-events: none;
    border: 2px solid rgba(255, 255, 255, 0.1);
    right: 20px;
    content: '';
    top: 20px;
}.connect_form_2157 .feedback_widget_3460 h4 {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 40px;
    position: relative;
    font-size: 23px;
    color: #000000;
}.connect_form_2157 .feedback_widget_3460 h4::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -15px;
    background: rgb(231,185,163);
    width: 60px;
    height: 3px;
}.connect_form_2157 .feedback_widget_3460 .inquiry_query_2394 {
    padding: 0;
    margin: 0;
    list-style: none;
}.connect_form_2157 .feedback_widget_3460 .inquiry_query_2394 li {
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    align-items: flex-start;
    display: flex;
}.connect_form_2157 .feedback_widget_3460 .inquiry_query_2394 li:last-child {
    margin-bottom: 0;
    border-bottom: none;
}.connect_form_2157 .feedback_widget_3460 .inquiry_query_2394 li svg {
    width: 24px;
    flex-shrink: 0;
    height: 24px;
    margin-right: 20px;
}.connect_form_2157 .feedback_widget_3460 .inquiry_query_2394 li svg path {
    fill: rgb(231,185,163);
}.connect_form_2157 .feedback_widget_3460 .inquiry_query_2394 li:hover svg path {
    fill: rgb(217,148,122);
    transition: fill 0.3s ease;
}.connect_form_2157 .feedback_widget_3460 .inquiry_query_2394 li span {
    color: #000000;
    font-size: 15px;
    line-height: 1.5;
}.connect_form_2157 .feedback_widget_3460 .inquiry_query_2394 li a {
    text-decoration: none;
    transition: all 0.3s ease;
    color: #000000;
}.connect_form_2157 .feedback_widget_3460 .inquiry_query_2394 li a:hover {
    color: rgb(231,185,163);
}

@media (max-width: 992px) {.connect_form_2157 {
    padding: 70px 0;
}.connect_form_2157 .request_info_7316 {
    flex-direction: column;
}.connect_form_2157 .reach_card_7604 {
    flex: 1 1 100%;
    clip-path: polygon(0 0, 100% 0, 97% 100%, 0% 100%);
    padding: 40px;
}.connect_form_2157 .feedback_widget_3460 {
    margin-left: 0;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 3% 100%);
    margin-top: -20px;
    padding: 40px;
    flex: 1 1 100%;
}
}

@media (max-width: 768px) {.connect_form_2157 {
    padding: 50px 0;
}.connect_form_2157 h3 {
    font-size: calc(37px);
    letter-spacing: 2px;
    margin-bottom: 40px;
}.connect_form_2157 .reach_card_7604 h3,
    .connect_form_2157 .feedback_widget_3460 h4 {
    margin-bottom: 30px;
    font-size: calc(23px - 2px);
}.connect_form_2157 .reach_card_7604 input[type="text"],
    .connect_form_2157 .reach_card_7604 textarea {
    padding: 15px;
    margin-bottom: 20px;
}.connect_form_2157 .reach_card_7604 textarea {
    height: 120px;
}.connect_form_2157 .reach_card_7604 .contact_query_2078 {
    padding: 15px 30px;
}.connect_form_2157 .feedback_widget_3460 .inquiry_query_2394 li {
    padding-bottom: 15px;
    margin-bottom: 20px;
}.connect_form_2157 .feedback_widget_3460 .inquiry_query_2394 li svg {
    margin-right: 15px;
    width: 20px;
    height: 20px;
}
}

@media (max-width: 576px) {.connect_form_2157 {
    padding: 40px 0;
}.connect_form_2157 .reach_card_7604,
    .connect_form_2157 .feedback_widget_3460 {
    box-shadow: none;
    padding: 30px 20px;
    transform: skew(0);
    clip-path: none;
}.connect_form_2157 .reach_card_7604 #contact {
    transform: skew(0);
}.connect_form_2157 .reach_card_7604::before,
    .connect_form_2157 .feedback_widget_3460::after {
    clip-path: none;
}.connect_form_2157 .feedback_widget_3460 {
    margin-top: 0;
}.connect_form_2157 h3 {
    font-size: calc(37px - 6px);
    transform: skew(0);
}.connect_form_2157 .reach_card_7604 .help_links_4278 label {
    font-size: calc(15px - 3px);
}.connect_form_2157 .reach_card_7604 .contact_query_2078 {
    clip-path: none;
}
}