* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}.compliance_602 {
    flex: 0 0 auto;
}.head_prime_824 {
    flex: 1 0 auto;
}a {
    color: inherit;
    text-decoration: none;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1125px;
}.inner-container_365 {
    flex-direction: column;
    height: 100%;
    min-height: 100%;
    display: flex;
}header,footer {
    width: 100%;
}html,body {
    height: 100%;
    scroll-behavior: auto;
    min-height: 100%;
    font-family: Arial, sans-serif;
    color: #000000;
}svg {
    width: 30px;
    height: 30px;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
header {
    background: rgb(244,228,202);
    z-index: 100;
    width: 100%;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    position: relative;
    padding: 1rem 0;
}header::before {
    background: linear-gradient(to right, 
        rgb(231,199,156,0.5) 0%, 
        transparent 20%, 
        transparent 80%, 
        rgb(217,167,111,0.5) 100%);
    content: '';
    position: absolute;
    opacity: 0.4;
    top: 0;
    height: 100%;
    z-index: 0;
    left: 0;
    width: 100%;
}header .container {
    max-width: 100%;
    position: relative;
    margin: 0;
    z-index: 1;
    width: 100%;
    padding: 0 2%;
}header .main_header_095 {
    align-items: center;
    gap: 1rem;
    display: grid;
    grid-template-columns: 1fr 3fr 1fr;
    grid-template-areas:
        "logo logo logo"
        "left menu right";
}header .top_pro_560 {
    justify-content: center;
    grid-area: logo;
    padding: 0.5rem 1rem;
    position: relative;
    align-items: center;
    text-decoration: none;
    display: flex;
}header .top_pro_560::after {
    height: 2px;
    width: 50%;
    position: absolute;
    content: '';
    left: 50%;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(231,199,156), 
        rgb(217,167,111), 
        rgb(231,199,156), 
        transparent);
    transform: translateX(-50%);
    bottom: 0;
}header .top_pro_560 svg {
    width: 160px;
    height: auto;
    transition: all 0.3s ease;
}header .top_pro_560:hover svg {
    transform: translateY(-3px);
    filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.1));
}header .header_primary_376 {
    gap: 0.5rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
    border-radius: 10px;
    grid-area: menu;
    justify-content: center;
    padding: 0.6rem;
    background: rgba(255, 255, 255, 0.5);
    align-items: center;
    display: flex;
}header .top_core_724 {
    position: relative;
    font-weight: 400;
    text-align: center;
    font-family: Arial, sans-serif;
    text-decoration: none;
    font-size: 15px;
    background: #ffffff;
    padding: 0.4rem 0.8rem;
    transition: all 0.3s ease;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
    border-radius: 10px;
    color: #000000;
}header .top_core_724:hover {
    color: #ffffff;
    background: linear-gradient(135deg, rgb(231,199,156), rgb(217,167,111));
    transform: translateY(-2px);
    box-shadow: 0 3px 8px rgb(231,199,156,0.5);
}

@media (max-width: 991px) {header .top_pro_560 svg {
    width: 140px;
}header .header_primary_376 {
    gap: 0.4rem;
    padding: 0.5rem;
}header .top_core_724 {
    padding: 0.35rem 0.6rem;
    font-size: calc(15px - 1px);
}
}

@media (max-width: 767px) {header .main_header_095 {
    grid-template-areas:
            "logo"
            "header_primary_376";
    grid-template-columns: 1fr;
}header .top_pro_560 {
    padding: 0.4rem;
}header .top_pro_560 svg {
    width: 130px;
}header .header_primary_376 {
    padding: 0.4rem;
    flex-wrap: wrap;
}header .top_core_724 {
    padding: 0.3rem 0.5rem;
    font-size: calc(15px - 1px);
}
}

@media (max-width: 480px) {header {
    padding: 0.8rem 0;
}header .top_pro_560 svg {
    width: 120px;
}header .header_primary_376 {
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding: 0.4rem;
}header .header_primary_376::-webkit-scrollbar {
    height: 2px;
}header .header_primary_376::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(231,199,156);
}header .top_core_724 {
    flex-shrink: 0;
    white-space: nowrap;
}}.data_exploration_536 {
    overflow: hidden;
    padding: 100px 0;
    position: relative;
    color: #ffffff;
}.data_exploration_536::before {
    position: absolute;
    background-color: #000000;
    opacity: 0.75;
    width: 100%;
    content: "";
    z-index: 1;
    height: 100%;
    left: 0;
    top: 0;
}.data_exploration_536::after {
    opacity: 0.2;
    z-index: 2;
    left: 0;
    animation: patternMove 20s linear infinite;
    top: 0;
    width: 100%;
    content: "";
    background: 
        linear-gradient(90deg, transparent 95%, rgb(231,199,156) 95%, rgb(231,199,156) 96%, transparent 96%) 0 0 / 25px 100%,
        linear-gradient(0deg, transparent 95%, rgb(217,167,111) 95%, rgb(217,167,111) 96%, transparent 96%) 0 0 / 100% 25px;
    position: absolute;
    height: 100%;
}@keyframes patternMove {
    0% { background-position: 0 0; }
    100% { background-position: 50px 50px; }
}

.data_exploration_536 .container {
    position: relative;
    margin: 0 auto;
    z-index: 5;
    max-width: 1200px;
    padding: 0 20px;
}.data_exploration_536 .statistics_growth_527 {
    position: relative;
}.data_exploration_536 .statistics_edge_761 {
    background: none;
    height: 100px;
    align-items: center;
    position: absolute;
    transition: all 0.3s ease;
    width: 100px;
    justify-content: center;
    opacity: 0.7;
    right: 30px;
    bottom: 30px;
    border-radius: 0;
    display: flex;
    z-index: 10;
}.data_exploration_536 .statistics_edge_761:hover {
    transform: scale(1.1);
    opacity: 1;
}.data_exploration_536 .statistics_edge_761 svg {
    fill: rgb(231,199,156);
    height: 100%;
    width: 100%;
}.data_exploration_536 .statistics_edge_761 svg path {
    fill: rgb(231,199,156);
}.data_exploration_536 .fast_upgrade_136 {
    font-weight: 700;
    -webkit-background-clip: text !important;
    letter-spacing: 1px;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    text-transform: uppercase;
    margin: 0 0 5px 0;
    text-align: left;
    position: relative;
    background: linear-gradient(90deg, rgb(231,199,156), rgb(217,167,111));
    font-size: calc(38px * 1.2);
}.data_exploration_536 .benefits_track_531 {
    width: 50%;
    text-align: left;
    line-height: 1.6;
    font-size: 18px;
    margin-bottom: 60px;
    border-left: 3px solid rgb(231,199,156);
    color: rgba(255, 255, 255, 0.8);
    padding-left: 20px;
}.data_exploration_536 .advantage_statistics_753 {
    position: relative;
    gap: 80px 0;
    display: flex;
    flex-wrap: wrap;
}.data_exploration_536 .boost_experts_924 {
    width: 50%;
    transition: all 0.4s ease;
    position: relative;
    padding: 0;
}.data_exploration_536 .boost_experts_924:nth-child(odd) {
    text-align: right;
    padding-right: 50px;
}.data_exploration_536 .boost_experts_924:nth-child(even) {
    transform: translateY(80px);
    padding-left: 50px;
    text-align: left;
}.data_exploration_536 .boost_experts_924:hover {
    transform: scale(1.05);
}.data_exploration_536 .boost_experts_924:nth-child(even):hover {
    transform: translateY(80px) scale(1.05);
}.data_exploration_536 .class_gains_496 {
    z-index: 5;
    align-items: center;
    border-radius: 10px;
    justify-content: center;
    height: 60px;
    box-shadow: 0 0 0 3px rgb(231,199,156);
    width: 60px;
    top: 0;
    position: absolute;
    display: flex;
    background: #000000;
}.data_exploration_536 .boost_experts_924:nth-child(odd) .class_gains_496 {
    right: -30px;
}.data_exploration_536 .boost_experts_924:nth-child(even) .class_gains_496 {
    left: -30px;
}.data_exploration_536 .class_gains_496 svg {
    width: 30px;
    height: 30px;
    fill: rgb(231,199,156);
}.data_exploration_536 .class_gains_496 svg path {
    fill: rgb(231,199,156);
}.data_exploration_536 .boost_experts_924 span {
    position: relative;
    font-size: 37px;
    margin-bottom: 15px;
    display: block;
    font-weight: 700;
}.data_exploration_536 .boost_experts_924:nth-child(odd) span::after {
    right: -50px;
    height: 2px;
    transform: translateY(-50%);
    background: rgb(231,199,156);
    position: absolute;
    width: 30px;
    top: 50%;
    content: "";
}.data_exploration_536 .boost_experts_924:nth-child(even) span::after {
    transform: translateY(-50%);
    height: 2px;
    width: 30px;
    position: absolute;
    content: "";
    background: rgb(231,199,156);
    top: 50%;
    left: -50px;
}.data_exploration_536 .boost_experts_924 p {
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
    font-size: calc(18px * 0.95);
    line-height: 1.5;
}.data_exploration_536 .advantage_statistics_753::before {
    height: 100%;
    background: linear-gradient(
        to bottom,
        rgb(231,199,156),
        rgb(217,167,111)
    );
    top: 0;
    content: "";
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    width: 4px;
    z-index: 0;
}.data_exploration_536 .advantage_statistics_753::after {
    content: "";
    bottom: -20px;
    background: rgb(217,167,111);
    z-index: 2;
    transform: translateX(-50%);
    height: 20px;
    left: 50%;
    border-radius: 50%;
    width: 20px;
    position: absolute;
}

@media screen and (max-width: 992px) {.data_exploration_536 .benefits_track_531 {
    width: 70%;
}.data_exploration_536 .statistics_edge_761 {
    width: 80px;
    height: 80px;
    bottom: 20px;
    right: 20px;
}.data_exploration_536 .boost_experts_924 {
    transform: none !important;
}.data_exploration_536 .boost_experts_924:hover {
    transform: scale(1.03) !important;
}.data_exploration_536 .boost_experts_924:nth-child(odd) {
    padding-right: 40px;
}.data_exploration_536 .boost_experts_924:nth-child(even) {
    padding-left: 40px;
}.data_exploration_536 .boost_experts_924:nth-child(odd) span::after {
    right: -40px;
    width: 20px;
}.data_exploration_536 .boost_experts_924:nth-child(even) span::after {
    width: 20px;
    left: -40px;
}
}

@media screen and (max-width: 768px) {.data_exploration_536 {
    padding: 80px 0;
}.data_exploration_536 .fast_upgrade_136 {
    font-size: 38px;
}.data_exploration_536 .benefits_track_531 {
    margin-bottom: 50px;
    width: 100%;
}.data_exploration_536 .boost_experts_924 {
    text-align: left !important;
    margin-bottom: 80px;
    width: 100%;
    padding: 0 0 0 80px !important;
}.data_exploration_536 .boost_experts_924:last-child {
    margin-bottom: 0;
}.data_exploration_536 .class_gains_496 {
    left: 0 !important;
    right: auto !important;
}.data_exploration_536 .advantage_statistics_753::before {
    left: 30px;
    transform: none;
}.data_exploration_536 .advantage_statistics_753::after {
    left: 30px;
    transform: none;
}.data_exploration_536 .boost_experts_924 span::after {
    display: none;
}.data_exploration_536 .statistics_edge_761 {
    right: 0;
    width: 60px;
    top: 0;
    height: 60px;
    bottom: auto;
}
}

@media screen and (max-width: 576px) {.data_exploration_536 {
    padding: 60px 0;
}.data_exploration_536 .fast_upgrade_136 {
    font-size: calc(38px * 0.9);
}.data_exploration_536 .benefits_track_531 {
    margin-bottom: 40px;
    padding-left: 15px;
    font-size: calc(18px * 0.95);
}.data_exploration_536 .boost_experts_924 {
    margin-bottom: 40px;
    padding: 0 0 0 60px !important;
}.data_exploration_536 .class_gains_496 {
    height: 50px;
    width: 50px;
}.data_exploration_536 .class_gains_496 svg {
    width: 25px;
    height: 25px;
}.data_exploration_536 .advantage_statistics_753::before {
    left: 25px;
}.data_exploration_536 .advantage_statistics_753::after {
    left: 25px;
}.data_exploration_536 .boost_experts_924 span {
    font-size: calc(37px * 0.9);
}.data_exploration_536 .boost_experts_924 p {
    font-size: calc(18px * 0.9);
}}.about_this_067 {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}.about_this_067::before {
    pointer-events: none;
    height: 100%;
    top: 0;
    position: absolute;
    content: "";
    width: 100%;
    z-index: 1;
    background: linear-gradient(135deg, rgb(231,199,156,0.5), rgba(0, 0, 0, 0.5) 75%);
    left: 0;
}.about_this_067::after {
    z-index: 0;
    right: -5%;
    content: "";
    position: absolute;
    width: 45%;
    opacity: 0.15;
    transform: rotate(-25deg);
    top: -10%;
    background: rgb(217,167,111);
    height: 200%;
    animation: floatElement 20s infinite alternate ease-in-out;
}.about_this_067 .container {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1240px;
    position: relative;
    z-index: 2;
}.about_this_067 h2 {
    transform: translateX(-5px);
    display: inline-block;
    color: #ffffff;
    position: relative;
    font-weight: 700;
    font-size: 37px;
    margin-bottom: 40px;
}.about_this_067 h2::after {
    position: absolute;
    transform-origin: left;
    animation: expandWidth 0.7s ease-out forwards;
    background: linear-gradient(90deg, rgb(217,167,111), transparent);
    height: 3px;
    width: 80px;
    content: "";
    left: 0;
    bottom: -10px;
}.about_this_067 .text_overlay_037 {
    backdrop-filter: blur(10px);
    grid-template-columns: 1fr;
    z-index: 3;
    display: grid;
    position: relative;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    transform: translateY(0);
    padding: 40px;
    gap: 30px;
    transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
}.about_this_067 .text_overlay_037::before {
    content: "";
    width: 6px;
    height: 0;
    animation: growVertical 1s 0.3s ease-out forwards;
    position: absolute;
    left: 0;
    top: 0;
    background: rgb(231,199,156);
}.about_this_067 .text_overlay_037 > div {
    position: relative;
}.about_this_067 .text_overlay_037 p {
    font-weight: 600;
    margin-bottom: 20px;
    transform: translateX(0);
    padding-left: 15px;
    font-size: calc(18px * 1.5);
    position: relative;
    transition: transform 0.3s ease;
    color: rgb(231,199,156);
}.about_this_067 .text_overlay_037 p::before {
    background: rgb(217,167,111);
    width: 8px;
    height: 8px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    content: "";
    left: 0;
    position: absolute;
}.about_this_067 .text_overlay_037 div > div {
    font-size: 18px;
    padding-left: 15px;
    color: #000000;
    line-height: 1.8;
    column-count: 1;
    position: relative;
    column-gap: 40px;
}.about_this_067 .text_overlay_037:hover {
    transform: translateY(-5px);
}.about_this_067 .text_overlay_037:hover p {
    transform: translateX(5px);
}

@keyframes expandWidth {
    from { width: 0; }
    to { width: 80px; }
}

@keyframes growVertical {
    from { height: 0; }
    to { height: 100%; }
}

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

@media (min-width: 768px) {.about_this_067 {
    padding: 150px 0;
}.about_this_067 h2 {
    margin-bottom: 60px;
    font-size: calc(37px * 1.2);
}.about_this_067 h2::after {
    width: 120px;
}.about_this_067 .text_overlay_037 {
    width: calc(100% - 40px);
    margin-left: 40px;
    padding: 60px;
}.about_this_067 .text_overlay_037 div > div {
    column-count: 2;
}
    
    @keyframes expandWidth {
        from { width: 0; }
        to { width: 120px; }
    }
}

@media (min-width: 992px) {.about_this_067 {
    padding: 180px 0;
}.about_this_067::after {
    width: 60%;
    top: -20%;
    right: -10%;
}.about_this_067 h2 {
    transform: translateX(-10px);
}.about_this_067 .text_overlay_037 {
    padding: 80px;
    width: calc(100% - 80px);
    margin-left: 80px;
}.about_this_067 .text_overlay_037::before {
    width: 8px;
}.about_this_067 .text_overlay_037 div > div {
    column-count: 2;
}
}

@media (min-width: 1200px) {.about_this_067 h2 {
    margin-bottom: 80px;
}.about_this_067 .text_overlay_037 {
    margin-left: 120px;
    width: calc(100% - 120px);
    padding: 100px;
}.about_this_067 .text_overlay_037::before {
    width: 10px;
}
}

@media (max-width: 767px) {.about_this_067 {
    padding: 80px 0;
}.about_this_067 h2 {
    font-size: calc(37px * 0.9);
    margin-bottom: 30px;
}.about_this_067 .text_overlay_037 {
    padding: 30px 20px;
}.about_this_067 .text_overlay_037 p {
    font-size: calc(18px * 1.2);
    margin-bottom: 15px;
}.about_this_067 .text_overlay_037 div > div {
    font-size: calc(18px * 0.95);
    line-height: 1.6;
}}.reach_out_info_895 {
    position: relative;
    overflow: hidden;
    background: rgb(244,228,202);
    padding: 90px 0;
}.reach_out_info_895::before {
    left: 0;
    top: 0;
    width: 100%;
    content: "";
    height: 100%;
    z-index: 0;
    position: absolute;
    background: rgb(231,199,156,0.5);
    clip-path: polygon(0 0, 25% 0, 35% 100%, 0% 100%);
}.reach_out_info_895::after {
    content: "";
    top: 0;
    z-index: 0;
    width: 100%;
    position: absolute;
    right: 0;
    height: 100%;
    clip-path: polygon(75% 0, 100% 0, 100% 100%, 65% 100%);
    background: rgb(217,167,111,0.5);
}.reach_out_info_895 .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 1;
    padding: 0 15px;
}.reach_out_info_895 .request_feedback_904 {
    grid-template-columns: 1fr;
    padding: 0;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.1);
    position: relative;
    display: grid;
    overflow: hidden;
    border-radius: 0;
    grid-template-rows: auto auto auto;
    background: #ffffff;
}.reach_out_info_895 h2 {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    color: #ffffff;
    font-size: 29px;
    font-weight: 700;
    padding-bottom: 60px;
    padding: 40px;
    margin: 0;
    background: rgb(231,199,156);
    position: relative;
}.reach_out_info_895 p {
    margin: 0;
    z-index: 1;
    background: #ffffff;
    padding: 40px;
    position: relative;
    margin-top: -20px;
    font-size: 18px;
    color: #000000;
}.reach_out_info_895 .query_form_581 {
    grid-template-columns: repeat(3, 1fr);
    margin: 0;
    display: grid;
    gap: 0;
    background: rgb(244,228,202);
    position: relative;
}.reach_out_info_895 .contact_help_674 {
    background: #ffffff;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
    align-items: center;
    display: flex;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
    height: 100px;
    overflow: hidden;
}.reach_out_info_895 .contact_help_674:nth-child(1) {
    z-index: 3;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);
}.reach_out_info_895 .contact_help_674:nth-child(2) {
    clip-path: polygon(5% 0, 100% 0, 95% 100%, 0% 100%);
    z-index: 2;
    margin-left: -5%;
    width: 105%;
}.reach_out_info_895 .contact_help_674:nth-child(3) {
    z-index: 1;
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
    width: 105%;
    margin-left: -5%;
}.reach_out_info_895 .contact_help_674::before {
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    transform: translateX(-100%);
    background: rgb(231,199,156);
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    content: "";
    z-index: -1;
    top: 0;
}.reach_out_info_895 .contact_help_674:hover::before {
    transform: translateX(0);
}.reach_out_info_895 .contact_help_674 svg {
    position: relative;
    width: 30px;
    transition: transform 0.3s ease;
    height: 30px;
    z-index: 1;
}.reach_out_info_895 .contact_help_674:hover svg {
    transform: scale(1.3);
}.reach_out_info_895 .contact_help_674 svg path {
    transition: fill 0.3s ease;
    fill: rgb(231,199,156);
}.reach_out_info_895 .contact_help_674:hover svg path {
    fill: #ffffff;
}.reach_out_info_895 p svg {
    height: 24px;
    margin-right: 12px;
    width: 24px;
}.reach_out_info_895 p svg path {
    fill: rgb(231,199,156);
}.reach_out_info_895 p:nth-last-child(2) {
    margin-top: 0;
    clip-path: polygon(0 0, 100% 15%, 100% 100%, 0 100%);
    align-items: center;
    background: #ffffff;
    margin-top: -20px;
    display: flex;
    padding: 30px 40px;
}

@media (max-width: 991px) {.reach_out_info_895 {
    padding: 70px 0;
}.reach_out_info_895 h2 {
    font-size: calc(29px * 0.9);
    padding: 30px;
    padding-bottom: 50px;
}.reach_out_info_895 p {
    padding: 30px;
}.reach_out_info_895 p:nth-last-child(2) {
    padding: 25px 30px;
}.reach_out_info_895 .contact_help_674 {
    height: 90px;
}.reach_out_info_895 .contact_help_674 svg {
    height: 26px;
    width: 26px;
}
}

@media (max-width: 767px) {.reach_out_info_895 {
    padding: 50px 0;
}.reach_out_info_895 h2 {
    padding: 25px;
    font-size: calc(29px * 0.85);
    padding-bottom: 45px;
}.reach_out_info_895 p {
    font-size: calc(18px * 0.95);
    padding: 25px;
}.reach_out_info_895 p:nth-last-child(2) {
    padding: 20px 25px;
}.reach_out_info_895 .query_form_581 {
    grid-template-columns: 1fr;
}.reach_out_info_895 .contact_help_674 {
    width: 100% !important;
    margin-left: 0 !important;
    height: 70px;
    clip-path: none !important;
}.reach_out_info_895 .contact_help_674 svg {
    width: 24px;
    height: 24px;
}.reach_out_info_895 p svg {
    height: 20px;
    margin-right: 10px;
    width: 20px;
}}

.reach_out_info_895 .contact_help_674:active {
    transform: scale(0.95);
}@keyframes shimmer {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}

.reach_out_info_895 .contact_help_674::after {
    top: 0;
    width: 100%;
    z-index: -1;
    left: 0;
    height: 100%;
    transform: translateX(-100%);
    transition: opacity 0.3s ease;
    opacity: 0;
    content: "";
    position: absolute;
    background: linear-gradient(90deg, 
    transparent 0%, 
    rgba(255, 255, 255, 0.2) 50%, 
    transparent 100%
  );
}.reach_out_info_895 .contact_help_674:hover::after {
    animation: shimmer 1.5s infinite;
    opacity: 1;
}.connect_form_571 {
    padding: 90px 0;
    background: linear-gradient(120deg, rgb(244,228,202) 0%, #1a1e2e 100%);
    overflow: hidden;
    position: relative;
}.connect_form_571::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: 
        radial-gradient(circle at 20% 50%, rgba(0, 0, 0, 0.4) 0%, transparent 40%),
        linear-gradient(0deg, transparent 80%, rgba(rgb(231,199,156), 0.05) 100%);
    z-index: 0;
}.connect_form_571::after {
    height: 100px;
    width: 100%;
    content: "";
    z-index: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    background: 
        repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.03) 0px, rgba(255, 255, 255, 0.03) 1px, transparent 1px, transparent 20px);
}.connect_form_571 .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    z-index: 2;
    padding: 0 20px;
}.connect_form_571 h2 {
    text-align: center;
    letter-spacing: 2px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 70px;
    font-size: 37px;
}.connect_form_571 h2::before {
    position: absolute;
    left: calc(50% - 50px);
    content: "";
    width: 30px;
    background: rgb(231,199,156);
    height: 2px;
    bottom: -20px;
}.connect_form_571 h2::after {
    width: 70px;
    left: calc(50% - 10px);
    content: "";
    height: 2px;
    bottom: -20px;
    position: absolute;
    background: rgb(231,199,156);
}.connect_form_571 .request_panel_564 {
    border-radius: 11px;
    overflow: hidden;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(0, 0, 0, 0.2);
    display: grid;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
    grid-template-columns: 6fr 4fr;
}.connect_form_571 .img_vertical_450 {
    position: relative;
    min-height: 100%;
}.connect_form_571 .img_vertical_450::before {
    z-index: 1;
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));
    content: "";
    left: 0;
}.connect_form_571 .img_vertical_450::after {
    position: absolute;
    left: 0;
    background: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(rgb(231,199,156), 0.1) 10px, rgba(rgb(231,199,156), 0.1) 11px);
    height: 100%;
    z-index: 2;
    width: 100%;
    top: 0;
    animation: scanLines 5s linear infinite;
    content: "";
}@keyframes scanLines {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

.connect_form_571 .query_links_012 {
    padding: 50px;
    position: relative;
}.connect_form_571 .query_links_012::before {
    height: 100%;
    background: radial-gradient(circle at 50% 30%, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
    left: 0;
    position: absolute;
    content: "";
    width: 100%;
    top: 0;
    z-index: -1;
}.connect_form_571 #contact {
    gap: 25px;
    flex-direction: column;
    display: flex;
}.connect_form_571 h3 {
    font-size: 19px;
    position: relative;
    display: inline-block;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 30px;
}.connect_form_571 h3::after {
    height: 2px;
    left: 0;
    background: rgb(231,199,156);
    bottom: -10px;
    content: "";
    position: absolute;
    width: 50px;
}.connect_form_571 input[type="text"] {
    font-size: 15px;
    padding: 16px 20px;
    background: rgba(0, 0, 0, 0.2);
    width: 100%;
    transition: all 0.3s ease;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
    border-radius: 10px;
}.connect_form_571 input[type="text"]:focus {
    box-shadow: 0 0 15px rgba(rgb(231,199,156), 0.2);
    outline: none;
    border-color: rgb(231,199,156);
    background: rgba(0, 0, 0, 0.3);
}.connect_form_571 input[type="text"]::placeholder {
    color: rgba(255, 255, 255, 0.4);
}.connect_form_571 .help_form_802 {
    align-items: flex-start;
    margin-top: 5px;
    display: flex;
    gap: 12px;
}.connect_form_571 .help_form_802 input[type="checkbox"] {
    width: 24px;
    cursor: pointer;
    margin-top: 2px;
    height: 24px;
    border-radius: 3px;
    background: rgba(0, 0, 0, 0.2);
    appearance: none;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.1);
}.connect_form_571 .help_form_802 input[type="checkbox"]:checked {
    border-color: rgb(231,199,156);
    background: rgb(231,199,156);
}.connect_form_571 .help_form_802 input[type="checkbox"]:checked::after {
    transform: rotate(45deg);
    width: 6px;
    height: 10px;
    border: solid #ffffff;
    position: absolute;
    top: 6px;
    border-width: 0 2px 2px 0;
    left: 9px;
    content: "";
}.connect_form_571 .help_form_802 label {
    font-size: calc(15px - 2px);
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.7);
}.connect_form_571 .help_form_802 a {
    color: rgb(231,199,156);
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease;
}.connect_form_571 .help_form_802 a:hover {
    color: #ffffff;
}.connect_form_571 .help_form_802 a::after {
    bottom: -2px;
    background: rgb(231,199,156);
    transition: all 0.3s ease;
    content: "";
    left: 0;
    width: 100%;
    position: absolute;
    height: 1px;
}.connect_form_571 .help_form_802 a:hover::after {
    background: #ffffff;
}.connect_form_571 .help_list_510 {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    align-self: flex-start;
    position: relative;
    font-size: 18px;
    transition: all 0.3s ease;
    background: rgb(231,199,156);
    cursor: pointer;
    font-weight: 600;
    border-radius: 10px;
    letter-spacing: 1px;
    padding: 16px 35px;
    overflow: hidden;
    text-transform: uppercase;
    margin-top: 10px;
    color: #ffffff;
    border: none;
}.connect_form_571 .help_list_510::before {
    transition: all 0.5s ease;
    position: absolute;
    height: 100%;
    left: -100%;
    width: 100%;
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    content: "";
}.connect_form_571 .help_list_510:hover {
    background: rgb(217,167,111);
    transform: translateY(-3px);
}.connect_form_571 .help_list_510:hover::before {
    left: 100%;
}.connect_form_571 svg {
    width: 22px;
    height: 22px;
    transition: all 0.3s ease;
    filter: drop-shadow(0 0 5px rgba(rgb(231,199,156), 0.5));
    fill: rgb(231,199,156);
}.connect_form_571 svg path {
    transition: all 0.3s ease;
    fill: rgb(231,199,156);
}.connect_form_571 svg:hover {
    fill: #ffffff;
    transform: scale(1.1);
}.connect_form_571 svg:hover path {
    fill: #ffffff;
}

@media (max-width: 992px) {.connect_form_571 {
    padding: 70px 0;
}.connect_form_571 .request_panel_564 {
    grid-template-columns: 1fr;
}.connect_form_571 .img_vertical_450 {
    min-height: 300px;
}.connect_form_571 .query_links_012 {
    padding: 40px 30px 50px;
}
}

@media (max-width: 768px) {.connect_form_571 {
    padding: 50px 0;
}.connect_form_571 h2 {
    margin-bottom: 50px;
    font-size: calc(37px - 4px);
}.connect_form_571 .img_vertical_450 {
    min-height: 250px;
}
}

@media (max-width: 576px) {.connect_form_571 {
    padding: 40px 0;
}.connect_form_571 .container {
    padding: 0 15px;
}.connect_form_571 h2 {
    margin-bottom: 40px;
    font-size: calc(37px - 6px);
}.connect_form_571 h2::before {
    width: 20px;
    left: calc(50% - 35px);
}.connect_form_571 h2::after {
    width: 50px;
}.connect_form_571 .query_links_012 {
    padding: 30px 20px 40px;
}.connect_form_571 #contact {
    gap: 20px;
}.connect_form_571 .help_list_510 {
    width: 100%;
}.connect_form_571 .img_vertical_450 {
    min-height: 200px;
}}.pricing_offer_box_165 {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}.pricing_offer_box_165::before {
    left: 0;
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.6) 100%);
    top: 0;
    z-index: 1;
}.pricing_offer_box_165 .container {
    padding: 0 15px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
}.pricing_offer_box_165 .bundle_rate_240 {
    perspective: 1000px;
}.pricing_offer_box_165 h2 {
    text-align: center;
    font-size: 37px;
    color: #ffffff;
    transform: translateZ(50px);
    text-shadow: 0 5px 15px rgba(0,0,0,0.2);
    position: relative;
    font-weight: 700;
    margin-bottom: 25px;
}.pricing_offer_box_165 h2::after {
    width: 80px;
    left: 50%;
    content: "";
    background: rgb(231,199,156);
    position: absolute;
    height: 3px;
    transform: translateX(-50%);
    box-shadow: 0 0 15px rgb(231,199,156,0.5);
    bottom: -10px;
}.pricing_offer_box_165 .rate_packages_719 {
    font-size: 17px;
    text-align: center;
    max-width: 800px;
    color: #ffffff;
    line-height: 1.6;
    margin: 0 auto 60px;
    opacity: 0.9;
}.pricing_offer_box_165 .package_deal_804 {
    margin: 0;
    display: grid;
    gap: 30px;
    list-style: none;
    padding: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.pricing_offer_box_165 .cost_card_643 {
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    height: 100%;
    text-decoration: none;
    display: block;
    will-change: transform;
    transform-style: preserve-3d;
}.pricing_offer_box_165 .basic_rates_695 {
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.3),
        -15px -15px 30px rgba(255, 255, 255, 0.02),
        inset 2px 2px 5px rgba(255, 255, 255, 0.05),
        inset -2px -2px 5px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(10px);
    height: 100%;
    background: rgba(255, 255, 255, 0.03);
    overflow: hidden;
    position: relative;
    padding: 8px;
    border-radius: 8px;
}.pricing_offer_box_165 .basic_rates_695::before {
    z-index: -1;
    content: "";
    top: -5px;
    left: -5px;
    right: -5px;
    animation: shimmer 3s infinite linear;
    background: linear-gradient(45deg, transparent 40%, rgba(255,255,255,0.1) 45%, rgba(255,255,255,0.1) 55%, transparent 60%);
    opacity: 0;
    bottom: -5px;
    transition: opacity 0.4s ease;
    position: absolute;
    background-size: 200% 200%;
}.pricing_offer_box_165 .price_choices_761 {
    flex-direction: column;
    position: relative;
    border-radius: 4px;
    transition: all 0.3s ease;
    padding: 35px 25px;
    background: linear-gradient(145deg, rgba(255,255,255,0.03) 0%, rgba(255,255,255,0.01) 100%);
    border: 1px solid rgba(255,255,255,0.05);
    display: flex;
    height: 100%;
}.pricing_offer_box_165 .price_choices_761 h4 {
    font-size: 21px;
    position: relative;
    padding-bottom: 15px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #ffffff;
}.pricing_offer_box_165 .price_choices_761 h4::after {
    transition: width 0.3s ease;
    background: rgb(231,199,156);
    bottom: 0;
    content: "";
    width: 40px;
    left: 0;
    height: 2px;
    position: absolute;
}.pricing_offer_box_165 .price_choices_761 p {
    flex-grow: 1;
    opacity: 0.8;
    font-size: calc(17px - 2px);
    line-height: 1.6;
    color: #ffffff;
    margin-bottom: 25px;
}.pricing_offer_box_165 .class_deals_748 {
    align-self: flex-start;
    position: relative;
    display: inline-block;
    box-shadow: 
        0 10px 20px rgba(0,0,0,0.2),
        0 0 0 1px rgba(255,255,255,0.1);
    font-size: calc(21px + 4px);
    font-weight: 700;
    color: #ffffff;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(231,199,156) 0%, rgb(217,167,111) 100%);
    border-radius: 30px;
    padding: 12px 25px;
}.pricing_offer_box_165 .class_deals_748::before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: 0.5s;
}.pricing_offer_box_165 .cost_card_643:hover {
    transform: translateY(-10px) rotateX(5deg);
}.pricing_offer_box_165 .cost_card_643:hover .basic_rates_695 {
    box-shadow: 
        20px 20px 40px rgba(0, 0, 0, 0.4),
        -20px -20px 40px rgba(255, 255, 255, 0.03),
        inset 2px 2px 5px rgba(255, 255, 255, 0.05),
        inset -2px -2px 5px rgba(0, 0, 0, 0.15);
}.pricing_offer_box_165 .cost_card_643:hover .basic_rates_695::before {
    opacity: 1;
}.pricing_offer_box_165 .cost_card_643:hover .price_choices_761 h4::after {
    width: 80px;
}.pricing_offer_box_165 .cost_card_643:hover .class_deals_748::before {
    left: 100%;
}.pricing_offer_box_165 .cost_card_643:hover .price_choices_761 {
    transform: translateZ(20px);
    border-color: rgba(255,255,255,0.1);
}

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

@media (max-width: 1200px) {.pricing_offer_box_165 {
    padding: 100px 0;
}.pricing_offer_box_165 .package_deal_804 {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}.pricing_offer_box_165 .price_choices_761 {
    padding: 30px 20px;
}
}

@media (max-width: 768px) {.pricing_offer_box_165 {
    padding: 80px 0;
}.pricing_offer_box_165 h2 {
    font-size: calc(37px - 4px);
}.pricing_offer_box_165 .rate_packages_719 {
    margin-bottom: 40px;
}.pricing_offer_box_165 .package_deal_804 {
    max-width: 450px;
    margin: 0 auto;
    grid-template-columns: 1fr;
}.pricing_offer_box_165 .price_choices_761 h4 {
    font-size: calc(21px - 1px);
}.pricing_offer_box_165 .class_deals_748 {
    font-size: calc(21px + 2px);
    padding: 10px 20px;
}
}

@media (max-width: 480px) {.pricing_offer_box_165 {
    padding: 60px 0;
}.pricing_offer_box_165 h2 {
    font-size: calc(37px - 6px);
}.pricing_offer_box_165 .rate_packages_719 {
    margin-bottom: 30px;
    font-size: calc(17px - 1px);
}.pricing_offer_box_165 .price_choices_761 {
    padding: 25px 15px;
}.pricing_offer_box_165 .price_choices_761 p {
    margin-bottom: 20px;
    font-size: calc(17px - 3px);
}.pricing_offer_box_165 .class_deals_748 {
    padding: 8px 15px;
    font-size: calc(21px + 0px);
}
}

@media (hover: none) {.pricing_offer_box_165 .cost_card_643:hover {
    transform: none;
}.pricing_offer_box_165 .basic_rates_695 {
    box-shadow: 
            5px 5px 15px rgba(0, 0, 0, 0.2),
            -5px -5px 15px rgba(255, 255, 255, 0.02);
}.pricing_offer_box_165 .cost_card_643:active {
    transform: scale(0.98);
}}.user_feedback_263 {
    background: linear-gradient(135deg, rgb(244,228,202) 0%, rgba(rgb(231,199,156,0.5), 0.05) 100%);
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}.user_feedback_263::before {
    right: -50px;
    content: "";
    width: 250px;
    height: 250px;
    z-index: 1;
    transform: rotate(-15deg);
    top: -50px;
    background: linear-gradient(225deg, rgb(231,199,156) 0%, transparent 70%);
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 70%;
    position: absolute;
    opacity: 0.1;
}.user_feedback_263::after {
    background: linear-gradient(45deg, rgb(217,167,111) 0%, transparent 70%);
    z-index: 1;
    opacity: 0.08;
    position: absolute;
    height: 300px;
    content: "";
    width: 300px;
    transform: rotate(15deg);
    border-radius: 30% 70% 40% 60% / 50% 40% 60% 50%;
    bottom: -80px;
    left: -80px;
}.user_feedback_263 .container {
    position: relative;
    z-index: 2;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
}.user_feedback_263 h2 {
    font-weight: 700;
    left: 50%;
    letter-spacing: -0.5px;
    position: relative;
    font-size: 33px;
    margin-bottom: 60px;
    text-align: center;
    transform: translateX(-50%);
    display: inline-block;
    color: #000000;
}.user_feedback_263 h2::after {
    left: 10%;
    position: absolute;
    bottom: -12px;
    height: 3px;
    background: linear-gradient(90deg, transparent, rgb(231,199,156), transparent);
    width: 80%;
    content: "";
}.user_feedback_263 .review_grid_954 {
    gap: 30px;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    margin: 0;
    list-style: none;
}.user_feedback_263 .student_views_231 {
    box-shadow: 0 8px 30px rgba(rgba(0, 0, 0, 0.5), 0.06);
    background: #ffffff;
    transition: transform 0.3s ease, box-shadow 0.4s ease;
    border-left: 3px solid rgb(231,199,156);
    padding: 30px;
    position: relative;
    overflow: hidden;
}.user_feedback_263 .student_views_231::before {
    color: rgba(rgb(231,199,156,0.5), 0.08);
    position: absolute;
    top: 10px;
    content: "";
    font-family: serif;
    font-size: 120px;
    right: 20px;
    line-height: 0.8;
}.user_feedback_263 .student_views_231:hover {
    box-shadow: 0 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.1);
    transform: translateY(-8px);
}.user_feedback_263 .student_views_231 div {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}.user_feedback_263 .student_views_231 img {
    object-fit: cover;
    border: 3px solid #ffffff;
    width: 60px;
    border-radius: 50%;
    transition: transform 0.3s ease;
    height: 60px;
    box-shadow: 0 4px 10px rgba(rgba(0, 0, 0, 0.5), 0.1);
    margin-right: 15px;
}.user_feedback_263 .student_views_231:hover img {
    transform: scale(1.05);
}.user_feedback_263 .student_views_231 h4 {
    font-weight: 600;
    font-size: calc(18px - 2px);
    margin: 0;
    color: #000000;
    position: relative;
}.user_feedback_263 .student_views_231 h4::after {
    transition: width 0.3s ease;
    position: absolute;
    height: 2px;
    left: 0;
    content: "";
    width: 30px;
    background-color: rgb(231,199,156);
    bottom: -5px;
}.user_feedback_263 .student_views_231:hover h4::after {
    width: 50px;
}.user_feedback_263 .description {
    position: relative;
    font-weight: 400;
    font-size: 14px;
    margin: 0;
    line-height: 1.6;
    color: #000000;
}.user_feedback_263 a {
    color: #ffffff;
    font-size: 18px;
    display: inline-block;
    transform: translateX(-50%);
    z-index: 10;
    box-shadow: 0 6px 15px rgba(rgb(231,199,156,0.5), 0.3);
    text-decoration: none;
    overflow: hidden;
    padding: 12px 30px;
    margin-top: 40px;
    font-weight: 600;
    transition: all 0.3s ease;
    left: 50%;
    border-radius: 10px;
    background: linear-gradient(135deg, rgb(231,199,156) 0%, rgb(217,167,111) 100%);
    position: relative;
}.user_feedback_263 a::before {
    content: "";
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    position: absolute;
    top: 0;
    transition: left 0.7s ease;
    left: -100%;
    height: 100%;
}.user_feedback_263 a:hover {
    transform: translateX(-50%) translateY(-3px);
    box-shadow: 0 8px 25px rgba(rgb(231,199,156,0.5), 0.4);
}.user_feedback_263 a:hover::before {
    left: 100%;
}

@media (max-width: 991px) {.user_feedback_263 {
    padding: 90px 0;
}.user_feedback_263 h2 {
    font-size: calc(33px - 4px);
    margin-bottom: 50px;
}.user_feedback_263 .review_grid_954 {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}
}

@media (max-width: 767px) {.user_feedback_263 {
    padding: 70px 0;
}.user_feedback_263 h2 {
    font-size: calc(33px - 6px);
    margin-bottom: 40px;
    line-height: 1.3;
}.user_feedback_263 .review_grid_954 {
    margin: 0 auto;
    max-width: 500px;
    grid-template-columns: 1fr;
}.user_feedback_263 .student_views_231 {
    padding: 25px;
}.user_feedback_263 a {
    padding: 10px 25px;
    margin-top: 30px;
}
}

@media (max-width: 480px) {.user_feedback_263 {
    padding: 60px 0;
}.user_feedback_263 h2 {
    font-size: calc(33px - 8px);
    margin-bottom: 35px;
}.user_feedback_263 .student_views_231 {
    padding: 20px;
}.user_feedback_263 .student_views_231 img {
    width: 50px;
    height: 50px;
}.user_feedback_263 .description {
    font-size: calc(14px - 1px);
}.user_feedback_263 a {
    width: 90%;
    text-align: center;
}}footer {
    width: 100%;
    position: relative;
    z-index: 1;
}.compliance_602 {
    background: linear-gradient(135deg, #000000, rgb(217,167,111));
    padding: 80px 0 30px;
    font-family: Arial, sans-serif;
    color: #ffffff;
    position: relative;
}.compliance_602::before {
    bottom: 0;
    left: 0;
    background: radial-gradient(circle at 10% 20%, rgb(217,167,111,0.5) 0%, transparent 50%);
    top: 0;
    position: absolute;
    content: "";
    pointer-events: none;
    right: 0;
}.compliance_602::after {
    pointer-events: none;
    content: "";
    top: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    animation: shiftGradient 15s infinite linear;
    left: 0;
    background: linear-gradient(45deg, transparent 40%, rgb(231,199,156,0.5) 70%, transparent 100%);
}@keyframes shiftGradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.compliance_602 .container {
    position: relative;
    z-index: 2;
}footer .challenge_cta_217 {
    grid-template-columns: 1fr;
    display: grid;
    gap: 40px;
}footer .get_contactbox_529 {
    border: 1px solid rgba(255, 255, 255, 0.1);
    transform: translateY(0);
    border-radius: 24px;
    gap: 20px;
    padding: 25px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    flex-wrap: wrap;
    display: flex;
    backdrop-filter: blur(8px);
    background: rgba(255, 255, 255, 0.05);
}footer .get_contactbox_529:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
}footer .info_item {
    align-items: center;
    display: flex;
    flex: 1 1 220px;
}footer .info_item svg {
    transition: transform 0.3s ease;
    filter: drop-shadow(0 0 3px rgb(231,199,156,0.5));
    fill: rgb(231,199,156);
    margin-right: 12px;
    width: 20px;
    height: 20px;
}footer .info_item:hover svg {
    transform: scale(1.1);
}footer .info_item p, footer .info_item a {
    text-decoration: none;
    transition: color 0.3s ease;
    display: flex;
    font-size: 15px;
    font-weight: 400;
    align-items: center;
    color: #ffffff;
}footer .info_item a:hover {
    text-shadow: 0 0 8px rgb(231,199,156,0.5);
    color: rgb(231,199,156);
}footer .text_main_holder {
    grid-template-columns: 1fr;
    display: grid;
    gap: 40px;
    margin-top: 20px;
}footer .header_base_761 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
}footer .header_base_761 svg {
    transition: filter 0.3s ease;
    filter: drop-shadow(0 0 5px rgb(231,199,156,0.5));
    margin-bottom: 10px;
    height: 50px;
    width: auto;
}footer .header_base_761:hover svg {
    filter: drop-shadow(0 0 8px rgb(231,199,156));
}footer .footer_clients_901 {
    line-height: 1.5;
    color: #ffffff;
    font-size: 15px;
    opacity: 0.8;
    max-width: 300px;
}footer .header_primary_376 {
    backdrop-filter: blur(5px);
    padding: 25px;
    transition: box-shadow 0.3s ease;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    position: relative;
    background: rgba(255, 255, 255, 0.03);
}footer .header_primary_376:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}footer .header_primary_376::before {
    opacity: 0;
    position: absolute;
    top: -2px;
    border-radius: calc(24px + 2px);
    bottom: -2px;
    background: linear-gradient(45deg, rgb(231,199,156), transparent, rgb(217,167,111), transparent);
    content: "";
    left: -2px;
    transition: opacity 0.5s ease;
    right: -2px;
    z-index: -1;
}footer .header_primary_376:hover::before {
    opacity: 0.7;
    animation: borderRotate 6s linear infinite;
}@keyframes borderRotate {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 300% 0%;
    }
}

footer .header_primary_376 h5 {
    margin-bottom: 20px;
    font-size: 21px;
    padding-bottom: 10px;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
    font-weight: 600;
}footer .header_primary_376 h5::after {
    bottom: -1px;
    background: rgb(231,199,156);
    left: 0;
    transition: width 0.3s ease;
    width: 50px;
    height: 2px;
    content: "";
    position: absolute;
}footer .header_primary_376:hover h5::after {
    width: 100px;
}footer .page_top_135 {
    flex-direction: column;
    margin-bottom: 25px;
    display: flex;
    gap: 10px;
}footer .page_top_135 a {
    position: relative;
    transition: color 0.3s ease, padding-left 0.3s ease;
    color: #ffffff;
    padding-left: 15px;
    font-size: calc(15px - 1px);
    font-weight: 400;
    text-decoration: none;
}footer .page_top_135 a::before {
    left: 0;
    transform: translateY(-50%) scale(0.8);
    background-color: rgb(231,199,156);
    width: 6px;
    opacity: 0.7;
    height: 6px;
    top: 50%;
    transition: transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease;
    border-radius: 50%;
    position: absolute;
    content: "";
}footer .page_top_135 a:hover {
    color: rgb(231,199,156);
    padding-left: 20px;
}footer .page_top_135 a:hover::before {
    background-color: rgb(231,199,156);
    transform: translateY(-50%) scale(1);
    box-shadow: 0 0 5px rgb(231,199,156), 0 0 10px rgb(231,199,156,0.5);
    opacity: 1;
}footer .subscribe_holder {
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    border-radius: 24px;
    position: relative;
    padding: 30px;
    background: linear-gradient(135deg, rgb(217,167,111,0.5), #000000);
}footer .subscribe_holder::before {
    width: 200%;
    height: 200%;
    position: absolute;
    top: -50%;
    background: radial-gradient(circle, transparent 20%, #000000 70%);
    content: "";
    animation: pulseBackground 10s infinite ease-in-out;
    z-index: -1;
    left: -50%;
}@keyframes pulseBackground {
    0% {
        transform: scale(1);
        opacity: 0.5;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.8;
    }
    100% {
        transform: scale(1);
        opacity: 0.5;
    }
}

footer .subscribe_holder h5 {
    color: #ffffff;
    font-size: 21px;
    display: inline-block;
    margin-bottom: 15px;
    font-weight: 600;
    position: relative;
}footer .subscribe_holder h5::after {
    left: 0;
    height: 2px;
    width: 100%;
    bottom: -5px;
    background: linear-gradient(90deg, rgb(231,199,156), transparent);
    position: absolute;
    content: "";
}footer .subscribe_holder p {
    margin-bottom: 20px;
    color: #ffffff;
    font-size: 15px;
    line-height: 1.6;
    opacity: 0.9;
}footer .input_holder {
    flex-direction: column;
    gap: 15px;
    position: relative;
    display: flex;
}footer .input_holder input[type="email"] {
    padding: 14px 16px;
    color: #ffffff;
    transition: all 0.3s ease;
    border-radius: 10px;
    width: 100%;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 15px;
}footer .input_holder input[type="email"]:focus {
    background: rgba(255, 255, 255, 0.1);
    outline: none;
    box-shadow: 0 0 10px rgb(231,199,156,0.5);
    border-color: rgb(231,199,156);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}footer .sub_strategy_234 {
    border: none;
    position: relative;
    background: rgb(231,199,156);
    text-align: center;
    padding: 14px 24px;
    cursor: pointer;
    font-weight: 600;
    font-size: 20px;
    color: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s ease;
    display: inline-block;
}footer .sub_strategy_234::before {
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.7s ease;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}footer .sub_strategy_234:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    background: rgb(217,167,111);
}footer .sub_strategy_234:hover::before {
    left: 100%;
}footer .support_cta_702 {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 20px;
    margin-top: 50px;
}footer .honor_cta_647 {
    letter-spacing: 0.5px;
    color: #ffffff;
    opacity: 0.7;
    text-align: center;
    font-size: 15px;
}

@media (min-width: 768px) {footer .info_item {
    flex: 1 1 60px;
}footer .text_main_holder {
    grid-template-columns: 1fr 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .sub_strategy_234 {
    white-space: nowrap;
}
}

@media (min-width: 992px) {footer .challenge_cta_217 {
    grid-template-columns: 1fr;
}footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}footer .get_contactbox_529 {
    justify-content: space-between;
    flex-wrap: nowrap;
    display: flex;
}footer .info_item {
    flex: 0 1 auto;
}
}

@media (max-width: 767px) {footer .compliance_602 {
    padding: 60px 0 30px;
}footer .get_contactbox_529 {
    padding: 20px;
    flex-direction: column;
    gap: 15px;
}footer .info_item {
    width: 100%;
}footer .header_primary_376, footer .subscribe_holder {
    padding: 20px;
}footer .subscribe_holder h5, footer .header_primary_376 h5 {
    font-size: calc(21px - 2px);
}footer .subscribe_holder p, footer .page_top_135 a {
    font-size: calc(15px - 2px);
}footer .support_cta_702 {
    margin-top: 30px;
}
}

@media (max-width: 576px) {footer .compliance_602 {
    padding: 40px 0 20px;
}footer .get_contactbox_529, footer .header_primary_376, footer .subscribe_holder {
    padding: 15px;
}footer .input_holder input[type="email"], footer .sub_strategy_234 {
    padding: 12px;
}footer .header_base_761 svg {
    height: 40px;
}footer .footer_clients_901 {
    font-size: calc(15px - 1px);
}}.privacy_bunker_369 {
    padding: 40px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    height: auto;
    background: rgba(0, 0, 0, 0.5);
    margin: 0 auto;
    width: 100%;
    z-index: 1;
    position: relative;
    color: #ffffff;
}.privacy_bunker_369::before {
    z-index: -1;
    position: absolute;
    right: 10px;
    content: '';
    top: 10px;
    bottom: 10px;
    left: 10px;
}.privacy_bunker_369 h1 {
    color: rgb(231,199,156);
    font-family: Arial, sans-serif;
    font-weight: 700;
    font-size: 46px;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 2px solid rgb(231,199,156);
    margin-bottom: 20px;
    margin-top: 30px;
}.privacy_bunker_369 h2 {
    border-left: 4px solid rgb(217,167,111);
    padding-left: 15px;
    text-align: left;
    font-size: 30px;
    margin-bottom: 15px;
    margin-top: 25px;
    font-weight: 600;
    font-family: Arial, sans-serif;
    color: rgb(217,167,111);
}.privacy_bunker_369 h3, .privacy_bunker_369 h4, .privacy_bunker_369 h5, .privacy_bunker_369 h6 {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 400;
    font-family: Arial, sans-serif;
    color: rgb(231,199,156);
    margin-top: 20px;
}.privacy_bunker_369 ul, .privacy_bunker_369 ol {
    list-style: none;
    font-family: Arial, sans-serif;
    padding: 15px 0;
    font-size: 13px;
    padding-left: 0;
    margin: 0;
    color: #ffffff;
}.privacy_bunker_369 li {
    margin-bottom: 15px;
    padding-left: 30px;
    position: relative;
}.privacy_bunker_369 li::before {
    position: absolute;
    line-height: 1em;
    font-size: 1.2em;
    color: rgb(231,199,156);
    top: 50%;
    left: 0;
    content: ">";
    transform: translateY(-50%);
}.privacy_bunker_369 section {
    padding: 20px;
    border-radius: 10px;
    background: #000000;
    border: 1px solid rgb(217,167,111,0.5);
    margin-bottom: 20px;
}.privacy_bunker_369 p, .privacy_bunker_369 span, .privacy_bunker_369 div {
    line-height: 1.6;
    padding-left: 15px;
    font-family: Arial, sans-serif;
    margin-bottom: 20px;
    color: #ffffff;
    border-left: 3px solid rgb(231,199,156);
    font-size: 13px;
}

@media only screen and (max-width: 800px) {.privacy_bunker_369 {
    width: 95%;
    padding: 20px;
}.privacy_bunker_369 h1 {
    margin-top: 20px;
    font-size: calc(20px - 6px);
    margin-bottom: 15px;
}.privacy_bunker_369 h2 {
    margin-bottom: 10px;
    margin-top: 20px;
    font-size: calc(20px - 6px);
}.privacy_bunker_369 ul, .privacy_bunker_369 ol {
    padding-left: 15px;
}.privacy_bunker_369 li {
    padding-left: 20px;
}.privacy_bunker_369 p, .privacy_bunker_369 span, .privacy_bunker_369 div {
    margin-bottom: 15px;
    padding-left: 10px;
}}.appContent_639 {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(244,228,202) 0%, rgb(231,199,156,0.5) 100%);
    padding: 120px 0;
}.appContent_639::before {
    position: absolute;
    width: 40%;
    animation: floatElement 15s ease-in-out infinite;
    background: linear-gradient(220deg, rgb(217,167,111,0.5) 20%, transparent 80%);
    right: -5%;
    transform: rotate(-15deg) skewX(10deg);
    top: -10%;
    content: "";
    filter: blur(60px);
    z-index: 1;
    height: 70%;
}.appContent_639::after {
    height: 70%;
    content: "";
    transform: rotate(15deg) skewX(-10deg);
    z-index: 1;
    left: -5%;
    filter: blur(60px);
    bottom: -10%;
    background: linear-gradient(220deg, rgb(231,199,156,0.5) 20%, transparent 80%);
    width: 40%;
    position: absolute;
    animation: floatElement 15s ease-in-out infinite reverse;
}.appContent_639 .container {
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
    z-index: 2;
    margin: 0 auto;
}.appContent_639 h2 {
    animation: slideUp 0.8s forwards 0.2s ease-out;
    font-size: 32px;
    line-height: 1.4;
    max-width: 800px;
    letter-spacing: -0.01em;
    margin-bottom: 40px;
    margin-left: auto;
    color: #000000;
    text-align: center;
    transform: translateY(20px);
    position: relative;
    font-weight: 700;
    margin-right: auto;
    opacity: 0;
}.appContent_639 h2::after {
    background: rgb(231,199,156);
    border-radius: 10px;
    position: absolute;
    transform: translateX(-50%);
    bottom: -15px;
    height: 3px;
    content: "";
    width: 80px;
    left: 50%;
}.appContent_639 .impact_facts_460 {
    opacity: 0;
    animation: slideUp 0.8s forwards 0.5s ease-out;
    border-radius: 24px;
    padding: 50px;
    position: relative;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08), 0 5px 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    transform: translateY(30px);
    background: #ffffff;
}.appContent_639 .impact_facts_460::before {
    top: 0;
    left: 0;
    height: 6px;
    content: "";
    position: absolute;
    width: 100%;
    background: linear-gradient(90deg, rgb(231,199,156) 0%, rgb(217,167,111) 100%);
}.appContent_639 .impact_facts_460::after {
    right: 20px;
    content: "";
    background: linear-gradient(135deg, rgb(231,199,156,0.5) 0%, transparent 70%);
    opacity: 0.2;
    border-radius: 50%;
    width: 160px;
    position: absolute;
    transform: translateY(-10px);
    top: 20px;
    height: 160px;
}.appContent_639 ul {
    position: relative;
    padding: 0;
    list-style: none;
    margin: 0;
}.appContent_639 li {
    gap: 20px;
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
}.appContent_639 li::before {
    left: -30px;
    content: "";
    height: 12px;
    position: absolute;
    top: 8px;
    border-radius: 50%;
    animation: pulse 2s infinite;
    width: 12px;
    background: rgb(231,199,156);
}.appContent_639 span {
    border-left: 3px solid rgb(231,199,156,0.5);
    padding-left: 15px;
    line-height: 1.8;
    text-align: left;
    font-family: Arial, sans-serif;
    position: relative;
    color: #000000;
    font-size: calc(14px * 1.1);
}

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

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

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

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

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

@media (max-width: 480px) {.appContent_639 {
    padding: 40px 0;
}.appContent_639 h2 {
    font-size: calc(32px * 0.6);
    margin-bottom: 25px;
}.appContent_639 .impact_facts_460 {
    padding: 25px 15px;
}.appContent_639 span {
    padding-left: 10px;
    border-left: 2px solid rgb(231,199,156,0.5);
}}.training_specialist_670 {
    padding: 6rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(244,228,202) 0%, rgb(231,199,156,0.5) 70%, rgb(217,167,111,0.5) 100%);
    overflow: hidden;
}.training_specialist_670::before {
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(231,199,156,0.5) 2px, transparent 2px),
        radial-gradient(circle at 40% 70%, rgb(231,199,156,0.5) 2px, transparent 2px),
        radial-gradient(circle at 70% 10%, rgb(231,199,156,0.5) 2px, transparent 2px),
        radial-gradient(circle at 90% 50%, rgb(231,199,156,0.5) 2px, transparent 2px);
    position: absolute;
    content: "";
    background-size: 120px 120px;
    opacity: 0.3;
    width: 100%;
    height: 100%;
    z-index: 0;
    left: 0;
    top: 0;
}.training_specialist_670::after {
    background: radial-gradient(ellipse at center, rgb(217,167,111,0.5) 0%, transparent 70%);
    content: "";
    border-radius: 50%;
    z-index: 0;
    right: -50%;
    height: 90%;
    opacity: 0.2;
    position: absolute;
    width: 90%;
    top: -50%;
    transform: rotate(-15deg);
}.training_specialist_670 .container {
    padding: 0 1.5rem;
    z-index: 1;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}.training_specialist_670 .student_views_231 {
    display: grid;
    position: relative;
    transform: perspective(1200px) rotateX(2deg);
    border-left: 4px solid rgb(231,199,156);
    grid-template-columns: 1fr;
    gap: 2rem;
    background: linear-gradient(145deg, rgba(255,255,255,0.95), rgba(255,255,255,0.85));
    box-shadow: 0 15px 35px rgba(0,0,0,0.1), 
                0 3px 10px rgba(0,0,0,0.05),
                0 1px 0 rgba(255,255,255,0.8) inset;
    padding: 2.5rem;
    backdrop-filter: blur(10px);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%);
}.training_specialist_670 .student_views_231:hover {
    transform: perspective(1200px) rotateX(0);
    box-shadow: 0 18px 40px rgba(0,0,0,0.15), 
                0 5px 12px rgba(0,0,0,0.08),
                0 1px 0 rgba(255,255,255,0.8) inset;
}.training_specialist_670 .student_views_231 > div:first-child {
    justify-content: center;
    display: flex;
}.training_specialist_670 .img_vertical_450 {
    transition: all 0.4s ease-out;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1),
                0 0 0 8px rgba(255,255,255,0.8),
                0 0 0 12px rgb(231,199,156,0.5);
    z-index: 2;
    height: 150px;
    border-radius: 50%;
    position: relative;
    width: 150px;
}.training_specialist_670 .student_views_231:hover .img_vertical_450 {
    box-shadow: 0 8px 20px rgba(0,0,0,0.15),
                0 0 0 8px rgba(255,255,255,0.9),
                0 0 0 12px rgb(231,199,156);
    transform: translateY(-5px) scale(1.05);
}.training_specialist_670 .student_views_231 > div:nth-child(2) {
    text-align: center;
    position: relative;
}.training_specialist_670 .name {
    margin-bottom: 0.5rem;
    transform: translateZ(0);
    position: relative;
    color: #000000;
    font-size: 21px;
    font-weight: 700;
    display: inline-block;
    padding-bottom: 0.5rem;
}.training_specialist_670 .name::after {
    height: 2px;
    width: 40%;
    transform: translateX(-50%);
    transition: width 0.3s ease;
    background: linear-gradient(90deg, transparent, rgb(231,199,156), transparent);
    content: "";
    bottom: 0;
    left: 50%;
    position: absolute;
}.training_specialist_670 .student_views_231:hover .name::after {
    width: 70%;
}.training_specialist_670 .student_views_231 > div:nth-child(2) > div {
    color: rgb(217,167,111);
    position: relative;
    font-weight: 600;
    background: linear-gradient(to right, rgba(rgb(231,199,156,0.5), 0.1), rgba(rgb(231,199,156,0.5), 0), rgba(rgb(231,199,156,0.5), 0.1));
    padding: 0.5rem 1.5rem;
    font-size: calc(16px - 0.1rem);
    display: inline-block;
    font-style: italic;
}.training_specialist_670 .emp_highlights_390 {
    box-shadow: 0 3px 8px rgba(0,0,0,0.05);
    font-size: 16px;
    line-height: 1.7;
    padding: 1.5rem;
    border-radius: 10px;
    position: relative;
    color: #000000;
    background-color: rgba(255,255,255,0.5);
    font-family: Arial, sans-serif;
}.training_specialist_670 .emp_highlights_390::before,
.training_specialist_670 .emp_highlights_390::after {
    font-size: 3.5rem;
    position: absolute;
    color: rgb(231,199,156,0.5);
    content: "";
    font-family: serif;
    line-height: 1;
}.training_specialist_670 .emp_highlights_390::before {
    left: 0;
    top: -0.5rem;
}.training_specialist_670 .emp_highlights_390::after {
    bottom: -1.5rem;
    content: "";
    right: 0;
}

@media (min-width: 768px) {.training_specialist_670 .student_views_231 {
    gap: 1.5rem 2.5rem;
    grid-template-rows: auto 1fr;
    grid-template-columns: 180px 1fr;
}.training_specialist_670 .student_views_231 > div:first-child {
    align-self: center;
    grid-row: 1 / 3;
}.training_specialist_670 .student_views_231 > div:nth-child(2) {
    text-align: left;
    align-self: end;
}.training_specialist_670 .name::after {
    transform: none;
    left: 0;
}.training_specialist_670 .student_views_231 > div:nth-child(2) > div {
    padding-left: 0;
    background: linear-gradient(to right, rgba(rgb(231,199,156,0.5), 0.1), rgba(rgb(231,199,156,0.5), 0));
}.training_specialist_670 .student_views_231 > div:nth-child(3) {
    grid-column: 2;
}
}

@media (min-width: 992px) {.training_specialist_670 {
    padding: 8rem 0;
}.training_specialist_670 .student_views_231 {
    max-width: 90%;
    margin: 0 auto;
    transform: perspective(1500px) rotateX(2deg) rotateY(-1deg);
}.training_specialist_670 .student_views_231:hover {
    transform: perspective(1500px) rotateX(0) rotateY(0);
}.training_specialist_670 .img_vertical_450 {
    height: 180px;
    width: 180px;
}.training_specialist_670 .emp_highlights_390 {
    padding: 2rem;
    font-size: calc(16px + 0.1rem);
    line-height: 1.8;
}
}

@media (min-width: 1200px) {.training_specialist_670 .student_views_231 {
    grid-template-columns: 220px 1fr;
    gap: 2rem 3rem;
    max-width: 80%;
}.training_specialist_670 .img_vertical_450 {
    width: 200px;
    height: 200px;
}.training_specialist_670 .name {
    font-size: calc(21px + 0.2rem);
}.training_specialist_670 .student_views_231 > div:nth-child(2) > div {
    font-size: 16px;
}
}

@media (max-width: 767px) {.training_specialist_670 {
    padding: 4rem 0;
}.training_specialist_670 .student_views_231 {
    padding: 2rem 1.5rem;
}.training_specialist_670 .emp_highlights_390 {
    padding: 1rem 0.5rem;
}.training_specialist_670 .emp_highlights_390::before,
    .training_specialist_670 .emp_highlights_390::after {
    font-size: 2.5rem;
}}.opening_board_072 {
    width: 100%;
    font-family: Arial, sans-serif;
    color: #ffffff;
    overflow: hidden;
    position: relative;
    height: 100vh;
}.opening_board_072 .learn_start_138 {
    z-index: 1;
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
}.opening_board_072 .learn_start_138::before {
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.7) 0%, 
        rgba(0, 0, 0, 0.4) 50%, 
        rgba(0, 0, 0, 0.7) 100%);
    z-index: -1;
    width: 100%;
    top: 0;
    content: "";
    backdrop-filter: blur(3px);
    position: absolute;
    left: 0;
    height: 100%;
}.opening_board_072 .learn_start_138::after {
    background: linear-gradient(to top, 
        rgba(rgb(231,199,156,0.5), 0.9), 
        transparent);
    content: "";
    left: 0;
    width: 100%;
    height: 35%;
    z-index: -1;
    bottom: 0;
    position: absolute;
}.opening_board_072 .training_pro_817 {
    z-index: 2;
    margin: 0 auto;
    height: 100%;
    justify-content: center;
    position: relative;
    flex-direction: column;
    align-items: flex-start;
    max-width: 1200px;
    padding: 2rem 5%;
    display: flex;
}.opening_board_072 .training_pro_817 > div {
    opacity: 0;
    animation: fade-slide-up 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    transform: translateY(30px);
}.opening_board_072 .training_pro_817 > div:nth-child(1) {
    animation-delay: 0.2s;
    max-width: 85%;
}.opening_board_072 .training_pro_817 > div:nth-child(2) {
    max-width: 90%;
    animation-delay: 0.5s;
}.opening_board_072 .training_pro_817 > div:nth-child(3) {
    max-width: 75%;
    animation-delay: 0.8s;
}.opening_board_072 p {
    font-weight: 600;
    position: relative;
    letter-spacing: 0.5px;
    line-height: 1.5;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    font-size: calc(18px * 1.3);
    color: rgb(217,167,111);
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
}.opening_board_072 p::before {
    content: "";
    position: absolute;
    border-radius: 2px;
    transform: translateY(-50%);
    top: 50%;
    height: 80%;
    background: rgb(217,167,111);
    width: 5px;
    left: 0;
}.opening_board_072 .title_style_header {
    font-size: clamp(2.5rem, 5vw, 39px);
    transition: transform 0.5s ease;
    text-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    position: relative;
    color: transparent;
    transform: perspective(1000px) rotateX(0deg);
    line-height: 1.2;
    -webkit-background-clip: text !important;
    margin-bottom: 2rem;
    background-clip: text !important;
    font-weight: 700;
    background: linear-gradient(135deg, #ffffff 30%, rgb(217,167,111) 100%);
}.opening_board_072 .title_style_header::after {
    left: 0;
    content: "";
    animation: line-reveal 1s 0.7s cubic-bezier(0.17, 0.67, 0.83, 0.67) forwards;
    transform-origin: left;
    width: 40%;
    transform: scaleX(0);
    position: absolute;
    bottom: -15px;
    height: 4px;
    background: linear-gradient(90deg, rgb(217,167,111), transparent);
}.opening_board_072 h3 {
    position: relative;
    font-size: calc(19px * 1.1);
    box-decoration-break: clone;
    padding-right: 10%;
    border-left: 2px solid rgb(231,199,156);
    padding-left: 1.5rem;
    color: rgba(rgb(255, 255, 255, 0.5), 0.9);
    margin-top: 0;
    font-weight: 400;
    line-height: 1.6;
}@keyframes fade-slide-up {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

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


.opening_board_072:hover .title_style_header {
    transform: perspective(1000px) rotateX(3deg);
}


@media (max-width: 992px) {.opening_board_072 .training_pro_817 {
    padding: 2rem 4%;
}.opening_board_072 p {
    padding-left: 1.2rem;
    font-size: calc(18px * 1.1);
}.opening_board_072 h3 {
    font-size: 19px;
    padding-right: 5%;
}
}

@media (max-width: 768px) {.opening_board_072 {
    height: 90vh;
}.opening_board_072 .training_pro_817 {
    padding-bottom: 15%;
    justify-content: flex-end;
}.opening_board_072 .training_pro_817 > div:nth-child(1),
    .opening_board_072 .training_pro_817 > div:nth-child(2),
    .opening_board_072 .training_pro_817 > div:nth-child(3) {
    max-width: 100%;
}.opening_board_072 p {
    margin-bottom: 1rem;
    font-size: 18px;
}.opening_board_072 .title_style_header {
    margin-bottom: 1.5rem;
    font-size: clamp(2rem, 7vw, 2.5rem);
}.opening_board_072 .title_style_header::after {
    width: 60%;
}.opening_board_072 h3 {
    padding-right: 0;
    font-size: calc(21px * 1.1);
}
}

@media (max-width: 576px) {.opening_board_072 {
    height: 85vh;
}.opening_board_072 .learn_start_138::before {
    background: linear-gradient(135deg, 
            rgba(0, 0, 0, 0.8) 0%, 
            rgba(0, 0, 0, 0.6) 50%, 
            rgba(0, 0, 0, 0.8) 100%);
}.opening_board_072 .training_pro_817 {
    justify-content: center;
    padding: 1.5rem 5%;
}.opening_board_072 p {
    padding-left: 1rem;
    font-size: calc(18px * 0.9);
    margin-bottom: 0.8rem;
}.opening_board_072 p::before {
    width: 3px;
    height: 70%;
}.opening_board_072 .title_style_header {
    margin-bottom: 1.2rem;
    font-size: clamp(1.8rem, 8vw, 2.2rem);
}.opening_board_072 h3 {
    font-size: 21px;
    padding-left: 1rem;
    line-height: 1.5;
}
}

@media (orientation: landscape) and (max-height: 600px) {.opening_board_072 {
    height: auto;
    min-height: 100vh;
}.opening_board_072 .training_pro_817 {
    padding: 5rem 5% 3rem;
}.opening_board_072 p {
    margin-bottom: 0.5rem;
}.opening_board_072 .title_style_header {
    margin-bottom: 1rem;
}}.join_list_245 {
    overflow: hidden;
    font-family: Arial, sans-serif;
    padding: 6rem 2rem;
    background: rgb(244,228,202);
    position: relative;
}.join_list_245::before,
.join_list_245::after {
    position: absolute;
    content: "";
    border-radius: 50%;
    z-index: 0;
}.join_list_245::before {
    top: -20vw;
    animation: floatBubble 15s infinite alternate ease-in-out;
    width: 60vw;
    height: 60vw;
    background: linear-gradient(135deg, rgb(231,199,156,0.5), transparent);
    right: -20vw;
    filter: blur(30px);
}.join_list_245::after {
    filter: blur(25px);
    width: 40vw;
    height: 40vw;
    animation: floatBubble 18s infinite alternate-reverse ease-in-out;
    background: linear-gradient(225deg, rgb(217,167,111,0.5), transparent);
    left: -15vw;
    bottom: -15vw;
}.join_list_245 .impact_facts_460 {
    margin: 0 auto;
    position: relative;
    z-index: 1;
    max-width: 1200px;
}.join_list_245 .support_info_245 {
    overflow: hidden;
    max-width: 600px;
    margin-left: auto;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
    margin-right: 0;
    padding: 3rem;
    position: relative;
    width: 90%;
    border-radius: 12px;
}.join_list_245 .support_info_245::before,
.join_list_245 .support_info_245::after {
    pointer-events: none;
    content: "";
    position: absolute;
}.join_list_245 .support_info_245::before {
    mix-blend-mode: overlay;
    top: -100%;
    background: 
        radial-gradient(circle at 30% 40%, rgb(231,199,156,0.5) 0%, transparent 50%),
        radial-gradient(circle at 70% 60%, rgb(217,167,111,0.5) 0%, transparent 50%);
    width: 150%;
    left: -25%;
    opacity: 0.5;
    height: 200%;
    animation: rotateBg 20s infinite linear;
}.join_list_245 h3 {
    font-weight: 700;
    position: relative;
    color: #000000;
    margin-bottom: 2.5rem;
    font-size: 34px;
}.join_list_245 .input_holder {
    z-index: 1;
    display: flex;
    width: 100%;
    flex-direction: column;
    position: relative;
}.join_list_245 input[type="email"] {
    border: none;
    padding: 1.2rem 1.5rem;
    margin-bottom: 1.5rem;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05), 0 -2px 5px rgba(255, 255, 255, 0.5) inset;
    font-size: 16px;
    color: #000000;
    border-radius: 50px;
    width: 100%;
    background: #ffffff;
}.join_list_245 input[type="email"]:focus {
    box-shadow: 0 5px 15px rgb(231,199,156,0.5), 0 -2px 5px rgba(255, 255, 255, 0.5) inset;
    transform: scale(1.02);
    outline: none;
}.join_list_245 input[type="email"]::placeholder {
    color: #000000;
    opacity: 0.6;
}.join_list_245 .sub_strategy_234 {
    border: none;
    font-weight: 600;
    align-self: flex-end;
    border-radius: 50px;
    position: relative;
    background: linear-gradient(135deg, rgb(231,199,156), rgb(217,167,111));
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    cursor: pointer;
    color: #ffffff;
    transition: all 0.3s ease;
    overflow: hidden;
    padding: 1.2rem 3rem;
    z-index: 1;
    font-size: 16px;
}.join_list_245 .sub_strategy_234::before {
    content: "";
    transition: opacity 0.3s ease;
    left: 0;
    position: absolute;
    width: 100%;
    opacity: 0;
    height: 100%;
    top: 0;
    background: linear-gradient(135deg, rgb(217,167,111), rgb(231,199,156));
    z-index: -1;
}.join_list_245 .sub_strategy_234:hover {
    box-shadow: 0 15px 30px rgb(231,199,156,0.5);
    transform: translateY(-5px);
}.join_list_245 .sub_strategy_234:hover::before {
    opacity: 1;
}

@keyframes floatBubble {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(5%, 5%);
    }
}

@keyframes rotateBg {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes waveMove {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(10px);
    }
}

@media (min-width: 768px) {.join_list_245 {
    padding: 8rem 3rem;
}.join_list_245 .support_info_245 {
    padding: 4rem;
    width: 70%;
}.join_list_245 .input_holder {
    align-items: center;
    flex-direction: row;
    gap: 1.5rem;
}.join_list_245 input[type="email"] {
    flex: 1;
    margin-bottom: 0;
}
}

@media (max-width: 767px) {.join_list_245 {
    padding: 5rem 1.5rem;
}.join_list_245 h3 {
    font-size: 24px;
}.join_list_245 .support_info_245 {
    padding: 2.5rem 2rem;
    margin: 0 auto;
    width: 100%;
}.join_list_245 .sub_strategy_234 {
    align-self: center;
    width: 100%;
}}.course_features_230 {
    padding: 120px 0;
    overflow: hidden;
    background: rgb(244,228,202);
    position: relative;
}.course_features_230::before {
    height: 100%;
    background: radial-gradient(circle at 30% 30%, rgb(231,199,156,0.5) 0%, transparent 40%);
    left: 0;
    content: "";
    z-index: 1;
    width: 100%;
    position: absolute;
    top: 0;
}.course_features_230::after {
    content: "";
    width: 100%;
    background: radial-gradient(circle at 70% 80%, rgb(217,167,111,0.5) 0%, transparent 40%);
    right: 0;
    z-index: 1;
    bottom: 0;
    position: absolute;
    height: 100%;
}.course_features_230 .container {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 30px;
    z-index: 2;
}.course_features_230 .impact_facts_460 {
    grid-template-columns: 1fr;
    gap: 50px;
    border-radius: 10px;
    display: grid;
    background: #ffffff;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
    position: relative;
}.course_features_230 .impact_facts_460::before {
    left: 0;
    background: linear-gradient(to right, rgb(231,199,156), rgb(217,167,111));
    width: 100%;
    position: absolute;
    content: "";
    z-index: 1;
    top: 0;
    height: 5px;
}.course_features_230 .study_path_910 {
    position: relative;
    display: flex;
    justify-content: center;
    padding: 60px 50px;
    flex-direction: column;
}.course_features_230 .study_path_910::before {
    border: 2px solid rgb(231,199,156,0.5);
    width: 80px;
    opacity: 0.5;
    left: 40px;
    z-index: -1;
    height: 80px;
    top: 40px;
    border-radius: 10px;
    content: "";
    animation: float 8s ease-in-out infinite;
    position: absolute;
}.course_features_230 .study_path_910::after {
    animation: pulse 6s ease-in-out infinite;
    content: "";
    width: 60px;
    bottom: 40px;
    opacity: 0.3;
    height: 60px;
    z-index: -1;
    right: 40px;
    position: absolute;
    background: rgb(217,167,111,0.5);
    border-radius: 50%;
}.course_features_230 .header_base_761 {
    transition: all 0.3s ease;
    position: relative;
    margin-bottom: 35px;
    padding: 15px;
    box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.05), 
              -8px -8px 16px rgba(255, 255, 255, 0.8);
    background: linear-gradient(145deg, rgb(244,228,202), #ffffff);
    border-radius: 10px;
    display: inline-block;
}.course_features_230 .header_base_761:hover {
    box-shadow: 12px 12px 20px rgba(0, 0, 0, 0.07), 
              -12px -12px 20px rgba(255, 255, 255, 0.9);
    transform: translateY(-5px);
}.course_features_230 .header_base_761 svg {
    transition: all 0.3s ease;
    max-height: 50px;
    max-width: 140px;
}.course_features_230 .header_base_761 svg path {
    transition: fill 0.3s ease;
    fill: rgb(231,199,156);
}.course_features_230 .header_base_761:hover svg path {
    fill: rgb(217,167,111);
}.course_features_230 h3 {
    color: #000000;
    position: relative;
    margin-bottom: 25px;
    font-weight: 700;
    line-height: 1.3;
    font-size: 32px;
}.course_features_230 h3::after {
    bottom: -12px;
    border-radius: 10px;
    left: 0;
    background: linear-gradient(to right, rgb(231,199,156), rgb(217,167,111));
    width: 70px;
    content: "";
    height: 3px;
    position: absolute;
}.course_features_230 p {
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 15px;
    position: relative;
    font-weight: 400;
    line-height: 1.8;
}.course_features_230 .img_vertical_450 {
    min-height: 500px;
    transition: all 0.5s ease;
    height: 100%;
    position: relative;
}.course_features_230 .img_vertical_450::before {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    content: "";
    background: linear-gradient(
    135deg,
    rgb(231,199,156,0.5) 0%,
    transparent 60%
  );
    z-index: 1;
}.course_features_230 .img_vertical_450::after {
    animation: pulseCircle 3s infinite;
    right: 30px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    content: "";
    width: 20px;
    z-index: 2;
    top: 30px;
    height: 20px;
    position: absolute;
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.3);
}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 0.3;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.5;
  }
}

@keyframes pulseCircle {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@media screen and (max-width: 1024px) {.course_features_230 {
    padding: 90px 0;
}.course_features_230 .study_path_910 {
    padding: 50px 40px;
}
}

@media screen and (max-width: 992px) {.course_features_230 .impact_facts_460 {
    grid-template-columns: 1fr;
}.course_features_230 .img_vertical_450 {
    order: -1;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    min-height: 400px;
}.course_features_230 .study_path_910 {
    padding: 40px;
}.course_features_230 .study_path_910::before,
  .course_features_230 .study_path_910::after {
    display: none;
}.course_features_230 .header_base_761 {
    margin-bottom: 25px;
}
}

@media screen and (max-width: 768px) {.course_features_230 {
    padding: 70px 0;
}.course_features_230 .study_path_910 {
    padding: 30px;
}.course_features_230 h3 {
    font-size: calc(32px - 4px);
}.course_features_230 .img_vertical_450 {
    min-height: 350px;
}.course_features_230 .header_base_761 {
    padding: 12px;
}.course_features_230 .header_base_761 svg {
    max-width: 120px;
}
}

@media screen and (max-width: 576px) {.course_features_230 {
    padding: 50px 0;
}.course_features_230 .container {
    padding: 0 20px;
}.course_features_230 .impact_facts_460 {
    border-radius: 10px;
}.course_features_230 .study_path_910 {
    padding: 25px 20px;
}.course_features_230 h3 {
    font-size: calc(32px - 6px);
    margin-bottom: 20px;
}.course_features_230 p {
    font-size: calc(15px - 1px);
}.course_features_230 .header_base_761 {
    padding: 10px;
    margin-bottom: 20px;
}.course_features_230 .header_base_761 svg {
    max-width: 100px;
}.course_features_230 .img_vertical_450 {
    min-height: 280px;
}.course_features_230 .img_vertical_450::after {
    height: 15px;
    right: 20px;
    top: 20px;
    width: 15px;
}}.cookie_message_banner_201 {
    transform: translateX(-50%);
    display: flex;
    width: 90%;
    left: 50%;
    padding: 20px;
    flex-direction: column;
    position: fixed;
    z-index: 1050;
    align-items: center;
    overflow: hidden;
    background: rgb(244,228,202);
    max-width: 600px;
    text-align: center;
    bottom: 20px;
    font-family: Arial, sans-serif;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
}.learn_prefs_187 {
    display: flex;
    align-items: center;
    z-index: 1;
    flex-direction: column;
}.cookie_none_085 {
    margin-bottom: 20px;
    animation: bounce 2s infinite;
}.cookie_none_085 svg, .cookie_none_085 svg path, .cookie_none_085 img {
    width: 80px;
    height: 80px;
    fill: rgb(231,199,156);
}@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-15px);
    }
    60% {
        transform: translateY(-10px);
    }
}
.cookie_message_banner_201 h5 {
    margin-bottom: 10px;
    font-size: 23px;
    color: rgb(231,199,156);
    font-weight: 700;
}.cookie_message_banner_201 p {
    margin-bottom: 20px;
    font-size: 12px;
    color: #000000;
}.consent_comply_723 {
    padding: 10px 20px;
    display: inline-block;
    color: #ffffff;
    background: rgb(231,199,156);
    border-radius: 10px;
    text-decoration: none;
    transition: background 0.3s ease-in-out, transform 0.2s ease-in-out;
    cursor: pointer;
    width: calc(50% - 10px);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    text-align: center;
    font-size: 15px;
    margin: 5px;
}.consent_comply_723:hover {
    transform: translateY(-3px);
    background: rgb(217,167,111);
}.cookie_button.privacy_learn_348 {
    background: rgba(0, 0, 0, 0.5);
}.cookie_button.privacy_learn_348:hover {
    background: rgb(217,167,111,0.5);
}.cookie_message_banner_201 p a {
    text-decoration: underline;
    color: rgb(231,199,156);
    transition: color 0.3s ease-in-out;
}.cookie_message_banner_201 p a:hover {
    color: rgb(217,167,111);
}
@media only screen and (max-width: 600px) {.cookie_message_banner_201 {
    left: 0;
    transform: none;
    width: 100%;
    border-radius: 0;
    bottom: 0;
}.learn_prefs_187 {
    padding: 15px;
}.cookie_none_085 svg {
    width: 50px;
    height: 50px;
}.cookie_message_banner_201 h5 {
    font-size: calc(23px - 2px);
}.cookie_message_banner_201 p {
    font-size: calc(12px - 2px);
}.consent_comply_723 {
    width: calc(100% - 10px);
    font-size: calc(15px - 2px);
    padding: 8px 16px;
}}
#privacyAlertPopup_270 {
    display: none;
}#privacyAlertPopup_270:checked ~ .cookie_message_banner_201 {
    opacity: 0;
    visibility: hidden;
}