﻿* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}header,footer {
    width: 100%;
}.eco_footui {
    flex: 0 0 auto;
}.wrapper-containerui {
    height: 100%;
    flex-direction: column;
    display: flex;
    min-height: 100%;
}svg {
    width: 30px;
    height: 30px;
}a {
    color: inherit;
    text-decoration: none;
}html,body {
    min-height: 100%;
    scroll-behavior: auto;
    height: 100%;
    color: #000000;
    font-family: Arial, sans-serif;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1192px;
}.header_mainbarui {
    flex: 1 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.get_updatesui {
    position: relative;
    transform: skewY(-2deg);
    overflow: hidden;
    margin: 5rem 0;
    background: linear-gradient(135deg, rgb(244,230,200) 0%, rgb(231,204,154,0.5) 100%);
    padding: 4rem 2rem;
}.get_updatesui .container {
    position: relative;
    z-index: 1;
    transform: skewY(2deg);
}.get_updatesui .pro_trackui {
    align-items: flex-start;
    flex-direction: column;
    display: flex;
    max-width: 1140px;
    margin: 0 auto;
}.get_updatesui .pro_trackui::before {
    background: linear-gradient(45deg, rgb(217,173,108) 0%, rgb(231,204,154) 100%);
    z-index: -1;
    height: 130%;
    content: "";
    right: -20%;
    position: absolute;
    transform: rotate(-15deg);
    animation: pulse 8s infinite alternate;
    opacity: 0.2;
    filter: blur(25px);
    border-radius: 30px;
    top: -15%;
    width: 70%;
}.get_updatesui .pro_trackui::after {
    left: 10%;
    background: rgb(231,204,154,0.5);
    bottom: -20%;
    position: absolute;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    content: "";
    width: 40%;
    z-index: -1;
    animation: float 6s infinite alternate;
    height: 60%;
}.get_updatesui p {
    transform: translateX(30px);
    color: #000000;
    padding-left: 2rem;
    font-weight: 700;
    font-family: Arial, sans-serif;
    max-width: 70%;
    margin-bottom: 2rem;
    font-size: 35px;
    position: relative;
}.get_updatesui p::before {
    left: 0;
    content: "";
    position: absolute;
    width: 5px;
    transform: translateY(-50%);
    background: rgb(217,173,108);
    height: 80%;
    border-radius: 10px;
    top: 50%;
}.get_updatesui .input_holder {
    transition: all 0.3s ease;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    display: flex;
    border-radius: 30px;
    transform: perspective(1000px) rotateX(2deg) rotateY(-2deg);
    flex-direction: row;
    align-items: center;
    width: 100%;
    overflow: hidden;
    max-width: 600px;
    margin-left: 3rem;
}.get_updatesui .input_holder:hover {
    transform: perspective(1000px) rotateX(0) rotateY(0);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}.get_updatesui .sub_approachui {
    padding: 1.2rem 1.5rem;
    outline: none;
    flex: 1;
    background: #ffffff;
    font-family: Arial, sans-serif;
    color: #000000;
    border: none;
    transition: all 0.3s ease;
    font-size: 14px;
}.get_updatesui .sub_approachui:focus {
    box-shadow: inset 0 0 0 2px rgb(231,204,154,0.5);
    background: #ffffff;
}.get_updatesui .message_queryui {
    color: #ffffff;
    font-weight: 600;
    position: relative;
    border: none;
    background: linear-gradient(135deg, rgb(217,173,108) 0%, rgb(231,204,154) 100%);
    padding: 1.2rem 2rem;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    outline: none;
    overflow: hidden;
    font-size: 18px;
}.get_updatesui .message_queryui::before {
    left: -100%;
    height: 100%;
    top: 0;
    position: absolute;
    width: 100%;
    transition: all 0.5s ease;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    content: "";
}.get_updatesui .message_queryui:hover::before {
    left: 100%;
}.get_updatesui .message_queryui:hover {
    transform: translateY(-2px);
    background: linear-gradient(135deg, rgb(231,204,154) 0%, rgb(217,173,108) 100%);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

@keyframes pulse {
    0% {
        opacity: 0.1;
        transform: rotate(-15deg) scale(1);
    }
    50% {
        opacity: 0.2;
        transform: rotate(-10deg) scale(1.05);
    }
    100% {
        opacity: 0.1;
        transform: rotate(-15deg) scale(1);
    }
}

@keyframes float {
    0% {
        transform: translateY(0) rotate(0);
    }
    50% {
        transform: translateY(-15px) rotate(5deg);
    }
    100% {
        transform: translateY(0) rotate(0);
    }
}

@media (max-width: 992px) {.get_updatesui {
    padding: 3rem 1.5rem;
}.get_updatesui p {
    font-size: calc(35px * 0.9);
    transform: translateX(15px);
    max-width: 80%;
}.get_updatesui .input_holder {
    margin-left: 2rem;
}
}

@media (max-width: 768px) {.get_updatesui p {
    transform: translateX(0);
    max-width: 100%;
    padding-left: 1.5rem;
    font-size: calc(35px * 0.8);
}.get_updatesui .input_holder {
    margin-left: 0;
    max-width: 100%;
    flex-direction: column;
}.get_updatesui .sub_approachui {
    padding: 1rem;
    width: 100%;
}.get_updatesui .message_queryui {
    width: 100%;
    padding: 1rem;
}
}

@media (max-width: 576px) {.get_updatesui {
    transform: skewY(-1deg);
    padding: 2.5rem 1rem;
}.get_updatesui .container {
    transform: skewY(1deg);
}.get_updatesui p {
    margin-bottom: 1.5rem;
    font-size: 24px;
}.get_updatesui .pro_trackui::before {
    right: -50%;
    width: 100%;
}}.sign_up_nowui {
    position: relative;
    background: linear-gradient(135deg, rgb(231,204,154,0.5), rgb(217,173,108,0.5) 70%);
    overflow: hidden;
    padding: 7rem 2rem;
}.sign_up_nowui::before {
    background: 
    radial-gradient(circle at 15% 15%, rgba(255,255,255,0.1) 0%, transparent 50%),
    radial-gradient(circle at 85% 85%, rgba(255,255,255,0.05) 0%, transparent 50%);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    right: 0;
    z-index: 1;
    bottom: 0;
}.sign_up_nowui::after {
    border-radius: 50%;
    width: 30vw;
    opacity: 0.1;
    right: -15vw;
    content: "";
    filter: blur(60px);
    top: -15vw;
    height: 30vw;
    z-index: 0;
    background: rgb(231,204,154);
    position: absolute;
}.sign_up_nowui .container {
    flex-direction: column;
    position: relative;
    margin: 0 auto;
    align-items: center;
    display: flex;
    transform-style: preserve-3d;
    max-width: 1200px;
    z-index: 2;
    perspective: 1000px;
}.sign_up_nowui h2 {
    text-shadow: 0 1px 3px rgba(0,0,0,0.05);
    line-height: 1.4;
    max-width: 800px;
    margin-bottom: 3rem;
    letter-spacing: -0.01em;
    color: #000000;
    font-weight: 700;
    font-size: clamp(1.75rem, 3vw, 28px);
    position: relative;
    transform: translateZ(20px);
    text-align: center;
}.sign_up_nowui h2::after {
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    left: 50%;
    transform: translateX(-50%) scaleX(0.6);
    height: 3px;
    content: "";
    bottom: -15px;
    width: 60px;
    background: rgb(217,173,108);
    position: absolute;
}.sign_up_nowui .container:hover h2::after {
    transform: translateX(-50%) scaleX(1);
}.sign_up_nowui .pro_trackui {
    backdrop-filter: blur(10px);
    border-radius: 12px;
    box-shadow: 
    0 20px 40px rgba(0,0,0,0.08),
    0 5px 12px rgba(0,0,0,0.05),
    0 0 0 1px rgba(255,255,255,0.2) inset;
    gap: 1.5rem;
    transform: translateZ(40px) rotateX(2deg);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    clip-path: polygon(
    3% 0%, 
    97% 0%, 
    100% 3%, 
    100% 97%, 
    97% 100%, 
    3% 100%, 
    0% 97%, 
    0% 3%
  );
    background: rgba(255, 255, 255, 0.85);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
}.sign_up_nowui .pro_trackui:hover {
    transform: translateZ(50px) rotateX(0deg);
    box-shadow: 
    0 25px 50px rgba(0,0,0,0.12),
    0 10px 15px rgba(0,0,0,0.07),
    0 0 0 1px rgba(255,255,255,0.3) inset;
}.sign_up_nowui svg {
    filter: drop-shadow(0 2px 3px rgba(0,0,0,0.1));
    height: 42px;
    transition: transform 0.3s ease, filter 0.3s ease;
    width: 42px;
    transform-origin: center;
}.sign_up_nowui .pro_trackui:hover svg {
    filter: drop-shadow(0 3px 5px rgba(0,0,0,0.15));
    transform: scale(1.1) rotate(5deg);
}.sign_up_nowui svg path {
    transition: fill 0.3s ease;
    fill: rgb(231,204,154);
}.sign_up_nowui .pro_trackui:hover svg path {
    fill: rgb(217,173,108);
}.sign_up_nowui .message_queryui {
    background: linear-gradient(135deg, rgb(231,204,154), rgb(231,204,154,0.5) 130%);
    padding: 0.9rem 2rem;
    overflow: hidden;
    color: #ffffff;
    justify-content: center;
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    font-size: 20px;
    display: inline-flex;
    font-weight: 600;
    white-space: nowrap;
    border-radius: 8px;
    align-items: center;
    box-shadow: 
    0 4px 12px rgba(0,0,0,0.1),
    0 2px 4px rgba(0,0,0,0.06),
    0 0 0 1px rgba(255,255,255,0.1) inset;
    position: relative;
    text-decoration: none;
    letter-spacing: 0.03em;
}.sign_up_nowui .message_queryui::before {
    left: 0;
    content: "";
    height: 100%;
    background: linear-gradient(135deg, transparent, rgba(255,255,255,0.2), transparent);
    width: 100%;
    transition: transform 0.6s ease;
    transform: translateX(-100%);
    position: absolute;
    top: 0;
}.sign_up_nowui .message_queryui:hover {
    transform: translateY(-3px);
    box-shadow: 
    0 8px 20px rgba(0,0,0,0.15),
    0 4px 8px rgba(0,0,0,0.08),
    0 0 0 1px rgba(255,255,255,0.2) inset;
    background: linear-gradient(135deg, rgb(217,173,108), rgb(217,173,108) 130%);
}.sign_up_nowui .message_queryui:hover::before {
    transform: translateX(100%);
}.sign_up_nowui .message_queryui:active {
    transform: translateY(-1px);
    box-shadow: 
    0 3px 8px rgba(0,0,0,0.12),
    0 1px 3px rgba(0,0,0,0.05),
    0 0 0 1px rgba(255,255,255,0.15) inset;
}

@media (max-width: 768px) {.sign_up_nowui {
    padding: 5rem 1.5rem;
}.sign_up_nowui h2 {
    margin-bottom: 2.5rem;
}.sign_up_nowui .pro_trackui {
    padding: 1.5rem;
    transform: translateZ(20px) rotateX(1deg);
    flex-direction: column;
}.sign_up_nowui .message_queryui {
    width: 100%;
    padding: 0.8rem 1.8rem;
}
}

@media (max-width: 480px) {.sign_up_nowui {
    padding: 4rem 1rem;
}.sign_up_nowui h2 {
    margin-bottom: 2rem;
    font-size: 1.5rem;
}.sign_up_nowui .pro_trackui {
    padding: 1.25rem;
    transform: translateZ(10px) rotateX(0deg);
}.sign_up_nowui svg {
    width: 36px;
    height: 36px;
}.sign_up_nowui .message_queryui {
    padding: 0.75rem 1.5rem;
    font-size: 0.95rem;
}
}

@media (prefers-reduced-motion: reduce) {.sign_up_nowui .pro_trackui,
  .sign_up_nowui .message_queryui,
  .sign_up_nowui svg,
  .sign_up_nowui h2::after,
  .sign_up_nowui .message_queryui::before {
    animation: none;
    transition: none;
    transform: none;
}.sign_up_nowui .pro_trackui:hover {
    transform: none;
}.sign_up_nowui .message_queryui:hover {
    transform: none;
}.sign_up_nowui .pro_trackui:hover svg {
    transform: none;
}
}

@media (hover: hover) {.sign_up_nowui .container {
    cursor: default;
}.sign_up_nowui .message_queryui {
    cursor: pointer;
}}.course_offeringui {
    min-height: 100vh;
    background-color: #000000;
    overflow: hidden;
    justify-content: center;
    display: flex;
    position: relative;
    flex-direction: column;
}.course_offeringui .tech_learnui {
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
}.course_offeringui .tech_skillsui {
    display: flex;
    animation: split-carousel 40s linear infinite;
    height: 100%;
    width: 500%;
}.course_offeringui .tech_learnui:hover .tech_skillsui {
    animation-play-state: paused;
}.course_offeringui .learn_mapui {
    position: relative;
    overflow: hidden;
    flex: 1;
}.course_offeringui .learn_mapui:nth-child(odd) {
    mask-image: linear-gradient(to right, transparent 0%, black 15%, black 85%, transparent 100%);
}.course_offeringui .learn_mapui:nth-child(even) {
    mask-image: linear-gradient(to right, transparent 5%, black 20%, black 80%, transparent 95%);
}.course_offeringui .learn_mapui img {
    height: 100%;
    filter: grayscale(0.3) contrast(1.2);
    transform: scale(1.1);
    transition: all 0.7s ease;
    object-fit: cover;
    width: 100%;
}.course_offeringui .learn_mapui:hover img {
    transform: scale(1.05);
    filter: grayscale(0) contrast(1.3);
}.course_offeringui .container {
    max-width: 1200px;
    margin: 0 auto;
    z-index: 10;
    position: relative;
    padding: 0 1rem;
    width: 100%;
}.course_offeringui .pro_trackui {
    justify-content: center;
    width: 100%;
    display: flex;
    align-items: center;
}.course_offeringui .new_skillsui {
    border-radius: 28px;
    max-width: 550px;
    overflow: hidden;
    padding: 3rem;
    background-color: rgba(0, 0, 0, 0.6);
    position: relative;
    text-align: center;
    border: 1px solid rgb(231,204,154,0.5);
    backdrop-filter: blur(10px);
}.course_offeringui .new_skillsui::before {
    animation: rotate-background 20s linear infinite;
    z-index: -1;
    left: -50%;
    background: conic-gradient(
        from 0deg at 50% 50%,
        transparent 0deg,
        rgb(231,204,154,0.5) 90deg,
        transparent 180deg,
        rgb(217,173,108,0.5) 270deg,
        transparent 360deg
    );
    opacity: 0.1;
    width: 200%;
    height: 200%;
    position: absolute;
    top: -50%;
    content: "";
}.course_offeringui .new_skillsui h3 {
    display: inline-block;
    font-size: 35px;
    margin-bottom: 1.5rem;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 1px;
    position: relative;
}.course_offeringui .new_skillsui h3::after {
    background: rgb(231,204,154);
    transform: translateX(-50%);
    height: 2px;
    left: 50%;
    width: 80px;
    position: absolute;
    content: "";
    bottom: -10px;
}.course_offeringui .new_skillsui p {
    position: relative;
    margin-bottom: 2.5rem;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.8;
}.course_offeringui .new_skillsui .message_queryui {
    padding: 0.9rem 2.5rem;
    font-weight: 600;
    z-index: 1;
    display: inline-block;
    border: 2px solid rgb(231,204,154);
    position: relative;
    color: #ffffff;
    text-decoration: none;
    overflow: hidden;
    border-radius: 10px;
    transition: all 0.4s ease;
    font-size: 17px;
    background-color: transparent;
}.course_offeringui .new_skillsui .message_queryui::before {
    width: 0;
    transition: width 0.6s ease, height 0.6s ease;
    z-index: -1;
    border-radius: 50%;
    content: "";
    background-color: rgb(231,204,154);
    height: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}.course_offeringui .new_skillsui .message_queryui:hover {
    color: #000000;
}.course_offeringui .new_skillsui .message_queryui:hover::before {
    height: 300%;
    width: 300%;
}

@keyframes split-carousel {
    0%, 18% {
        transform: translateX(0);
    }
    23%, 41% {
        transform: translateX(-20%);
    }
    46%, 64% {
        transform: translateX(-40%);
    }
    69%, 87% {
        transform: translateX(-60%);
    }
    92%, 100% {
        transform: translateX(-80%);
    }
}

@keyframes rotate-background {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 1200px) {.course_offeringui .new_skillsui {
    max-width: 500px;
    padding: 2.5rem;
}
}

@media (max-width: 768px) {.course_offeringui {
    min-height: 100vh;
}.course_offeringui .tech_skillsui {
    animation-duration: 30s;
}.course_offeringui .new_skillsui {
    padding: 2rem;
    max-width: 90%;
}.course_offeringui .new_skillsui h3 {
    font-size: calc(35px * 0.85);
}.course_offeringui .learn_mapui::after {
    background: linear-gradient(to bottom, 
            #000000 0%, 
            transparent 30%, 
            transparent 70%, 
            #000000 100%
        );
}

}

@media (max-width: 576px) {.course_offeringui .container {
    padding: 0 1rem;
}.course_offeringui .new_skillsui {
    max-width: 100%;
    padding: 1.5rem;
}.course_offeringui .new_skillsui h3 {
    font-size: calc(35px * 0.7);
}.course_offeringui .new_skillsui .message_queryui {
    display: block;
    padding: 0.8rem 1.5rem;
    width: 100%;
}.course_offeringui .learn_mapui img {
    filter: grayscale(0.2) contrast(1.1);
}
}

@media (min-width: 1800px) {.course_offeringui .new_skillsui {
    max-width: 650px;
    padding: 3.5rem;
}.course_offeringui .new_skillsui h3 {
    font-size: calc(35px * 1.2);
}.course_offeringui .new_skillsui p {
    font-size: calc(14px * 1.1);
}.course_offeringui .new_skillsui .message_queryui {
    padding: 1rem 3rem;
}}.title_boardui {
    overflow: hidden;
    min-height: 100vh;
    position: relative;
    display: flex;
    padding: 2rem;
    justify-content: center;
    background: rgb(244,230,200);
    align-items: center;
}.title_boardui::before {
    background: linear-gradient(135deg, rgb(231,204,154,0.5) 0%, rgb(217,173,108,0.5) 100%);
    top: 0;
    content: "";
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.15;
}.title_boardui::after {
    width: 100%;
    opacity: 0.1;
    z-index: 1;
    top: -50%;
    right: -50%;
    content: "";
    position: absolute;
    transform: scale(2);
    height: 100%;
    background: radial-gradient(circle at center, rgb(231,204,154,0.5) 0%, transparent 70%);
}.title_boardui .learn_entryui {
    background: linear-gradient(145deg, rgba(255,255,255,0.12), rgba(255,255,255,0.05));
    z-index: 2;
    position: relative;
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: perspective(1000px) rotateX(2deg);
    box-shadow: 
    20px 20px 60px rgba(0,0,0,0.08), 
    -10px -10px 30px rgba(255,255,255,0.05),
    inset 5px 5px 10px rgba(255,255,255,0.05),
    inset -5px -5px 10px rgba(0,0,0,0.02);
    width: 90%;
    padding: 2.5rem;
    max-width: 1200px;
}.title_boardui .learn_entryui:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 
    25px 25px 70px rgba(0,0,0,0.12), 
    -12px -12px 35px rgba(255,255,255,0.08),
    inset 5px 5px 10px rgba(255,255,255,0.08),
    inset -5px -5px 10px rgba(0,0,0,0.04);
}.title_boardui .learn_entryui > div:first-child {
    border-left: 4px solid rgb(231,204,154);
    animation: slideInLeft 0.7s 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
    position: relative;
    margin-bottom: 2rem;
    padding-left: 1.5rem;
    transform: translateX(-10px);
    opacity: 0;
}.title_boardui .learn_entryui > div:first-child p {
    font-family: Arial, sans-serif;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.2);
    color: #000000;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 1.6;
    font-size: calc(13px * 1.1);
    margin: 0;
}.title_boardui .expert_zoneui {
    margin-top: 3rem;
    opacity: 0;
    transform: translateY(20px);
    position: relative;
    animation: slideInUp 0.7s 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}.title_boardui .expert_zoneui > div {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    box-shadow: 
    10px 10px 30px rgba(0,0,0,0.15), 
    -5px -5px 20px rgba(255,255,255,0.1),
    inset 1px 1px 2px rgba(255,255,255,0.05);
}.title_boardui .expert_zoneui > div::before {
    top: 0;
    content: "";
    left: 0;
    background: linear-gradient(
    to bottom,
    rgba(0,0,0,0.4) 0%,
    rgba(0,0,0,0.7) 100%
  );
    z-index: 1;
    height: 100%;
    width: 100%;
    position: absolute;
}.title_boardui .expert_zoneui > div::after {
    pointer-events: none;
    top: -10%;
    z-index: 2;
    background: radial-gradient(
    ellipse at top right,
    rgb(231,204,154,0.5) 0%,
    transparent 70%
  );
    height: 120%;
    opacity: 0.7;
    width: 120%;
    position: absolute;
    left: -10%;
    mix-blend-mode: overlay;
    content: "";
}.title_boardui .expert_zoneui h3 {
    opacity: 0;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
    font-weight: 400;
    margin: 0;
    color: #ffffff;
    font-size: calc(19px * 0.9);
    position: relative;
    transform: translateY(10px);
    line-height: 1.5;
    animation: fadeIn 0.7s 0.6s ease-out forwards;
    z-index: 3;
    padding: 2rem 2rem 1rem;
}.title_boardui .expert_zoneui > div > div {
    z-index: 3;
    backdrop-filter: blur(5px);
    margin-top: 1rem;
    background: linear-gradient(
    to bottom,
    rgba(255,255,255,0.05) 0%,
    rgba(255,255,255,0.15) 100%
  );
    padding: 2rem;
    position: relative;
}.title_boardui .expert_zoneui > div > div > div {
    background: linear-gradient(145deg, rgba(255,255,255,0.15), rgba(255,255,255,0.05));
    position: relative;
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    padding: 2rem;
    box-shadow: 
    5px 5px 15px rgba(0,0,0,0.1), 
    -5px -5px 15px rgba(255,255,255,0.05),
    inset 1px 1px 2px rgba(255,255,255,0.05),
    inset -1px -1px 2px rgba(0,0,0,0.05);
    transform: perspective(500px) rotateX(3deg);
}.title_boardui .expert_zoneui > div > div > div:hover {
    box-shadow: 
    8px 8px 20px rgba(0,0,0,0.15), 
    -5px -5px 15px rgba(255,255,255,0.08),
    inset 1px 1px 2px rgba(255,255,255,0.08),
    inset -1px -1px 2px rgba(0,0,0,0.08);
    transform: perspective(500px) rotateX(0deg) translateY(-5px);
}.title_boardui .title_style_header {
    margin: 0;
    position: relative;
    opacity: 0;
    letter-spacing: 1px;
    font-size: calc(39px * 0.9);
    animation: slideInUp 0.7s 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
    text-align: center;
    line-height: 1.3;
    font-weight: 700;
    font-family: Arial, sans-serif;
    color: #ffffff;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.3);
    transform: translateY(20px);
}.title_boardui .title_style_header::after {
    bottom: -15px;
    position: absolute;
    border-radius: 10px;
    content: "";
    left: 50%;
    height: 4px;
    background: linear-gradient(to right, rgb(231,204,154), rgb(217,173,108));
    width: 80px;
    transform: translateX(-50%);
}

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

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

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

@media screen and (max-width: 992px) {.title_boardui {
    padding: 1.5rem;
}.title_boardui .learn_entryui {
    width: 95%;
    padding: 2rem 1.5rem;
}.title_boardui .title_style_header {
    font-size: calc(34px * 1.1);
}.title_boardui .expert_zoneui h3 {
    font-size: 19px;
    padding: 1.5rem 1.5rem 1rem;
}
}

@media screen and (max-width: 768px) {.title_boardui {
    padding: 4rem 1rem;
    min-height: auto;
}.title_boardui .learn_entryui {
    transform: perspective(800px) rotateX(1deg);
    padding: 1.5rem 1.25rem;
}.title_boardui .learn_entryui > div:first-child {
    margin-bottom: 1.5rem;
}.title_boardui .learn_entryui > div:first-child p {
    font-size: 13px;
}.title_boardui .expert_zoneui > div > div {
    padding: 1.5rem 1rem;
}.title_boardui .expert_zoneui > div > div > div {
    padding: 1.5rem 1rem;
}.title_boardui .title_style_header {
    font-size: calc(34px * 0.95);
}.title_boardui .title_style_header::after {
    width: 60px;
    height: 3px;
    bottom: -12px;
}.title_boardui .expert_zoneui h3 {
    padding: 1.5rem 1.25rem 0.75rem;
    font-size: calc(21px * 1.1);
}
}

@media screen and (max-width: 576px) {.title_boardui {
    padding: 3rem 0.75rem;
}.title_boardui .learn_entryui {
    padding: 1.25rem 1rem;
    transform: none;
    width: 100%;
}.title_boardui .learn_entryui > div:first-child {
    padding-left: 1rem;
    border-left-width: 3px;
}.title_boardui .expert_zoneui {
    margin-top: 2rem;
}.title_boardui .expert_zoneui > div > div {
    padding: 1.25rem 0.75rem;
}.title_boardui .expert_zoneui > div > div > div {
    transform: none;
    padding: 1.25rem 0.75rem;
}.title_boardui .title_style_header {
    font-size: calc(34px * 0.85);
}.title_boardui .title_style_header::after {
    bottom: -10px;
    width: 50px;
    height: 3px;
}.title_boardui .expert_zoneui h3 {
    padding: 1.25rem 1rem 0.75rem;
    font-size: 21px;
}}.program_outcomesui {
    position: relative;
    background: rgb(244,230,200);
    overflow: hidden;
    padding: 120px 0 80px;
    perspective: 1000px;
}.program_outcomesui::before {
    filter: blur(80px);
    content: "";
    width: 300px;
    opacity: 0.5;
    position: absolute;
    background: linear-gradient(135deg, rgb(217,173,108,0.5), transparent);
    right: -50px;
    transform: rotate(15deg) skewX(15deg);
    height: 300px;
    top: -50px;
    z-index: 0;
}.program_outcomesui::after {
    left: -80px;
    height: 400px;
    transform: rotate(-15deg) skewX(-15deg);
    width: 400px;
    opacity: 0.3;
    z-index: 0;
    background: linear-gradient(45deg, rgb(231,204,154,0.5), transparent);
    position: absolute;
    bottom: -80px;
    filter: blur(120px);
    content: "";
}.program_outcomesui .container {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
}.program_outcomesui .pro_trackui {
    display: grid;
    animation: fadeIn 0.8s ease-out forwards;
    grid-template-columns: 1fr;
    gap: 40px;
    transform-style: preserve-3d;
}.program_outcomesui .headline_wrapui {
    position: relative;
    background: linear-gradient(145deg, rgba(255,255,255,0.95), rgba(255,255,255,0.85));
    transform: translateZ(20px);
    backface-visibility: hidden;
    box-shadow: 
        0 20px 40px rgba(0,0,0,0.08),
        0 5px 15px rgba(0,0,0,0.05),
        0 0 0 1px rgba(255,255,255,0.1) inset;
    padding: 40px 30px;
}.program_outcomesui .headline_wrapui::before {
    width: 4px;
    transform: translateX(-2px);
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(to bottom, rgb(231,204,154), rgb(217,173,108));
    height: 100%;
    content: "";
}.program_outcomesui .headline_wrapui h4 {
    margin-bottom: 30px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -0.01em;
    font-size: calc(23px * 1.1);
    position: relative;
    color: #000000;
}.program_outcomesui .headline_wrapui h4::after {
    width: 80px;
    content: "";
    position: absolute;
    animation: expandWidth 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    transform-origin: left center;
    bottom: -12px;
    background: rgb(217,173,108);
    height: 3px;
    left: 0;
}.program_outcomesui .headline_wrapui > div {
    gap: 10px;
    display: flex;
    flex-direction: column;
}.program_outcomesui .headline_wrapui ul {
    margin: 0;
    list-style: none;
    padding: 0;
}.program_outcomesui .headline_wrapui li {
    transform: translateX(0);
    margin-bottom: 20px;
    transition: transform 0.3s ease;
}.program_outcomesui .headline_wrapui li:hover {
    transform: translateX(8px);
}.program_outcomesui .headline_wrapui li p {
    gap: 15px;
    font-size: 16px;
    display: flex;
    color: #000000;
    margin: 0;
    align-items: flex-start;
    line-height: 1.6;
}.program_outcomesui .headline_wrapui li p span:first-child {
    flex-shrink: 0;
    margin-top: 2px;
}.program_outcomesui .headline_wrapui li p span:last-child {
    flex-grow: 1;
}.program_outcomesui .headline_wrapui svg {
    width: 24px;
    filter: drop-shadow(0 2px 3px rgba(0,0,0,0.1));
    transition: transform 0.3s ease;
    height: 24px;
}.program_outcomesui .headline_wrapui li:hover svg {
    transform: scale(1.15) rotate(5deg);
}.program_outcomesui .headline_wrapui svg path {
    fill: rgb(217,173,108);
    transition: fill 0.3s ease;
}.program_outcomesui .headline_wrapui li:hover svg path {
    fill: rgb(231,204,154);
}.program_outcomesui .hover_imageui {
    max-height: 600px;
    transform: translateZ(40px) rotateX(2deg) rotateY(-2deg);
    box-shadow: 
        0 25px 50px rgba(0,0,0,0.15),
        0 10px 20px rgba(0,0,0,0.1);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    width: 100%;
    object-fit: cover;
    backface-visibility: hidden;
    height: auto;
}.program_outcomesui .hover_imageui:hover {
    transform: translateZ(50px) rotateX(0deg) rotateY(0deg);
}

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

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

@media (min-width: 768px) {.program_outcomesui {
    padding: 140px 0 100px;
}.program_outcomesui .pro_trackui {
    gap: 60px;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}.program_outcomesui .headline_wrapui {
    padding: 50px 40px;
}.program_outcomesui .headline_wrapui > div {
    flex-direction: row;
    gap: 30px;
}.program_outcomesui .headline_wrapui h4 {
    font-size: calc(23px * 1.3);
}.program_outcomesui .headline_wrapui h4::after {
    width: 100px;
}
    
    @keyframes expandWidth {
        from {
            width: 0;
        }
        to {
            width: 100px;
        }
    }
}

@media (min-width: 992px) {.program_outcomesui {
    padding: 160px 0 120px;
}.program_outcomesui .pro_trackui {
    gap: 80px;
}.program_outcomesui .headline_wrapui {
    transform: translateZ(30px) translateX(-20px);
    padding: 60px 50px;
}.program_outcomesui .hover_imageui {
    transform: translateZ(50px) translateX(20px) rotateX(2deg) rotateY(-2deg);
}.program_outcomesui .hover_imageui:hover {
    transform: translateZ(60px) translateX(20px) rotateX(0deg) rotateY(0deg);
}
}

@media (max-width: 767px) {.program_outcomesui {
    padding: 80px 0 60px;
}.program_outcomesui .headline_wrapui {
    padding: 30px 20px;
}.program_outcomesui .headline_wrapui h4 {
    font-size: 23px;
    margin-bottom: 25px;
}.program_outcomesui .headline_wrapui > div {
    flex-direction: column;
}.program_outcomesui .headline_wrapui li {
    margin-bottom: 15px;
}.program_outcomesui .hover_imageui {
    transform: translateZ(20px) rotateX(1deg) rotateY(-1deg);
}
}

@media (max-width: 480px) {.program_outcomesui {
    padding: 60px 0 40px;
}.program_outcomesui .headline_wrapui {
    padding: 25px 15px;
}.program_outcomesui .headline_wrapui h4 {
    font-size: calc(23px * 0.9);
}.program_outcomesui .headline_wrapui li p {
    font-size: calc(16px * 0.95);
    gap: 10px;
}.program_outcomesui .headline_wrapui svg {
    height: 20px;
    width: 20px;
}}.pricing_groupui {
    position: relative;
    overflow: hidden;
    color: #ffffff;
    padding: 120px 0;
}.pricing_groupui::before {
    content: "";
    bottom: 0;
    z-index: 1;
    left: 0;
    top: 0;
    position: absolute;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.65) 100%);
    right: 0;
}.pricing_groupui .container {
    z-index: 2;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
}.payment_dealsui {
    position: relative;
}.pricing_groupui h2 {
    font-weight: 700;
    transform: translateY(0);
    margin-bottom: 1.5rem;
    font-size: 31px;
    animation: fadeInDown 0.8s ease-out;
    position: relative;
    text-align: center;
}.pricing_groupui h2::after {
    left: 50%;
    background: linear-gradient(90deg, rgb(231,204,154), rgb(217,173,108));
    width: 80px;
    bottom: -15px;
    height: 3px;
    position: absolute;
    content: "";
    transform: translateX(-50%);
}.pricing_groupui .pro_feesui {
    line-height: 1.6;
    max-width: 800px;
    opacity: 0.9;
    font-size: calc(17px * 1.1);
    animation: fadeInUp 0.8s ease-out 0.2s both;
    margin: 0 auto 3rem;
    text-align: center;
}.pricing_groupui .bundle_offerui {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
    padding: 0;
    gap: 30px;
    list-style: none;
    margin: 0;
}.pricing_groupui .bundle_offerui li {
    transform-style: preserve-3d;
    perspective: 1000px;
}.pricing_groupui .learn_packsui {
    height: 100%;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
    text-decoration: none;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    transform: translateZ(0);
    background: linear-gradient(120deg, 
        rgba(255, 255, 255, 0.05) 0%, 
        rgba(255, 255, 255, 0.02) 100%);
    display: block;
}.pricing_groupui .learn_packsui::before {
    content: "";
    opacity: 0;
    transition: opacity 0.4s ease-out;
    background: linear-gradient(135deg, 
        rgb(231,204,154,0.5) 0%, 
        transparent 100%);
    inset: 0;
    position: absolute;
    z-index: 1;
}.pricing_groupui .learn_packsui:hover {
    transform: translateY(-10px) rotateX(2deg) rotateY(-2deg);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.25);
}.pricing_groupui .learn_packsui:hover::before {
    opacity: 0.15;
}.pricing_groupui .payment_planui {
    position: relative;
    height: 100%;
    z-index: 2;
    padding: 2.5rem 2rem;
}.pricing_groupui .rate_choiceui {
    display: flex;
    height: 100%;
    flex-direction: column;
}.pricing_groupui .rate_choiceui h4 {
    margin-bottom: 1.5rem;
    position: relative;
    display: inline-block;
    transition: transform 0.3s ease;
    font-size: calc(19px * 1.2);
    transform: translateZ(20px);
    margin-top: 0;
    color: #ffffff;
}.pricing_groupui .rate_choiceui h4::after {
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    height: 2px;
    background: rgb(217,173,108);
    left: 0;
    transform-origin: left;
    content: "";
    transform: scaleX(1);
    width: 40px;
    position: absolute;
    bottom: -8px;
}.pricing_groupui .learn_packsui:hover .rate_choiceui h4::after {
    transform: scaleX(1.5);
}.pricing_groupui .rate_choiceui p {
    line-height: 1.6;
    overflow-wrap: break-word;
    font-size: 17px;
    flex-grow: 1;
    overflow-y: auto;
    hyphens: auto;
    max-height: 300px;
    word-wrap: break-word;
    transform: translateZ(10px);
    color: rgba(255, 255, 255, 0.8);
    padding-right: 5px;
    margin-bottom: 2rem;
}.pricing_groupui .rate_choiceui p::-webkit-scrollbar {
    width: 4px;
}.pricing_groupui .rate_choiceui p::-webkit-scrollbar-thumb {
    background: rgb(217,173,108,0.5);
    border-radius: 10px;
}.pricing_groupui .price_optionsui {
    margin-top: auto;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: linear-gradient(135deg, 
        rgb(231,204,154) 0%, 
        rgb(217,173,108) 100%);
    transform: translateZ(15px);
    color: #ffffff;
    display: inline-block;
    font-size: calc(19px * 1.2);
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    padding: 0.8rem 1.5rem;
    font-weight: 700;
    align-self: flex-start;
}.pricing_groupui .learn_packsui:hover .price_optionsui {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    transform: translateZ(25px) scale(1.05);
}

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

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

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

@media (max-width: 992px) {.pricing_groupui {
    padding: 80px 0;
}.pricing_groupui .payment_planui {
    padding: 2rem 1.5rem;
}.pricing_groupui .rate_choiceui h4 {
    font-size: calc(19px * 1.1);
}.pricing_groupui .price_optionsui {
    padding: 0.7rem 1.2rem;
    font-size: calc(19px * 1.1);
}
}

@media (max-width: 768px) {.pricing_groupui {
    padding: 60px 0;
}.pricing_groupui h2 {
    font-size: calc(31px * 0.9);
}.pricing_groupui .pro_feesui {
    margin-bottom: 2rem;
    font-size: 17px;
}.pricing_groupui .bundle_offerui {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
}.pricing_groupui .rate_choiceui p {
    font-size: calc(17px * 0.95);
    max-height: 200px;
}
}

@media (max-width: 576px) {.pricing_groupui {
    padding: 50px 0;
}.pricing_groupui h2 {
    font-size: calc(31px * 0.8);
}.pricing_groupui .payment_planui {
    padding: 1.5rem 1.2rem;
}.pricing_groupui .rate_choiceui h4 {
    margin-bottom: 1.2rem;
    font-size: 19px;
}.pricing_groupui .price_optionsui {
    font-size: 19px;
    padding: 0.6rem 1rem;
}.pricing_groupui .learn_packsui:hover {
    transform: translateY(-5px);
}}.overlayConsentSettingsui {
    width: 90%;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    border-radius: 27px;
    max-width: 600px;
    text-align: center;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    background: rgb(244,230,200);
    align-items: center;
    flex-direction: column;
    padding: 20px;
    font-family: Arial, sans-serif;
    display: flex;
    z-index: 1050;
    bottom: 20px;
}.online_cookiesui {
    align-items: center;
    z-index: 1;
    display: flex;
    flex-direction: column;
}.cookie_updatesui {
    animation: bounce 2s infinite;
    margin-bottom: 20px;
}.cookie_updatesui svg, .cookie_updatesui svg path, .cookie_updatesui img {
    width: 80px;
    height: 80px;
    fill: rgb(231,204,154);
}@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-15px);
    }
    60% {
        transform: translateY(-10px);
    }
}
.overlayConsentSettingsui h5 {
    font-weight: 700;
    color: rgb(231,204,154);
    margin-bottom: 10px;
    font-size: 22px;
}.overlayConsentSettingsui p {
    font-size: 13px;
    margin-bottom: 20px;
    color: #000000;
}.user_dialogui {
    border-radius: 10px;
    padding: 10px 20px;
    margin: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    width: calc(50% - 10px);
    transition: background 0.3s ease-in-out, transform 0.2s ease-in-out;
    text-align: center;
    display: inline-block;
    background: rgb(231,204,154);
    text-decoration: none;
    color: #ffffff;
    cursor: pointer;
    font-size: 16px;
}.user_dialogui:hover {
    transform: translateY(-3px);
    background: rgb(217,173,108);
}.cookie_button.web_cookiesui {
    background: rgba(0, 0, 0, 0.5);
}.cookie_button.web_cookiesui:hover {
    background: rgb(217,173,108,0.5);
}.overlayConsentSettingsui p a {
    color: rgb(231,204,154);
    transition: color 0.3s ease-in-out;
    text-decoration: underline;
}.overlayConsentSettingsui p a:hover {
    color: rgb(217,173,108);
}
@media only screen and (max-width: 600px) {.overlayConsentSettingsui {
    left: 0;
    width: 100%;
    transform: none;
    bottom: 0;
    border-radius: 0;
}.online_cookiesui {
    padding: 15px;
}.cookie_updatesui svg {
    width: 50px;
    height: 50px;
}.overlayConsentSettingsui h5 {
    font-size: calc(22px - 2px);
}.overlayConsentSettingsui p {
    font-size: calc(13px - 2px);
}.user_dialogui {
    padding: 8px 16px;
    width: calc(100% - 10px);
    font-size: calc(16px - 2px);
}}
#cookie_overlay_boxui {
    display: none;
}#cookie_overlay_boxui:checked ~ .overlayConsentSettingsui {
    opacity: 0;
    visibility: hidden;
}.who_we_areui {
    color: #ffffff;
    position: relative;
    overflow: hidden;
    padding: 120px 0 100px;
}.who_we_areui::before {
    background: linear-gradient(135deg, 
        rgba(28, 35, 45, 0.92) 0%,
        rgba(28, 35, 45, 0.85) 50%, 
        rgba(28, 35, 45, 0.75) 100%);
    position: absolute;
    height: 100%;
    top: 0;
    content: "";
    left: 0;
    z-index: 1;
    width: 100%;
}.who_we_areui::after {
    height: 100%;
    position: absolute;
    width: 100%;
    opacity: 0.1;
    background-image: 
        linear-gradient(90deg, rgb(217,173,108,0.5) 1px, transparent 1px),
        linear-gradient(180deg, rgb(217,173,108,0.5) 1px, transparent 1px);
    left: 0;
    background-size: 40px 40px;
    z-index: 2;
    top: 0;
    content: "";
}.who_we_areui .container {
    z-index: 3;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
}.who_we_areui h2 {
    position: relative;
    display: inline-block;
    font-size: 34px;
    transform: translateX(-10px);
    font-weight: 700;
    opacity: 0;
    color: #ffffff;
    margin-bottom: 60px;
    animation: slideInTitle 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}.who_we_areui h2::after {
    left: 0;
    position: absolute;
    bottom: -15px;
    background: linear-gradient(90deg, rgb(217,173,108), rgb(231,204,154));
    width: 0;
    height: 3px;
    animation: lineGrow 1.2s cubic-bezier(0.25, 1, 0.5, 1) 0.4s forwards;
    content: "";
}.who_we_areui .headline_wrapui {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    border-left: 4px solid rgb(217,173,108);
    transform: translateY(20px);
    flex-direction: column;
    display: flex;
    position: relative;
    opacity: 0;
    backdrop-filter: blur(10px);
    padding: 40px;
    background: rgba(255, 255, 255, 0.03);
    animation: fadeUpIn 1s cubic-bezier(0.25, 1, 0.5, 1) 0.3s forwards;
}.who_we_areui .headline_wrapui::before {
    height: 20px;
    width: 20px;
    position: absolute;
    background: rgb(217,173,108);
    top: 30px;
    content: "";
    left: -12px;
    transform: rotate(45deg);
}.who_we_areui .headline_wrapui::after {
    height: 100px;
    clip-path: polygon(100% 0, 100% 100%, 0 0);
    content: "";
    top: 0;
    position: absolute;
    width: 100px;
    background: linear-gradient(135deg, transparent 50%, rgba(var(--primary-color-rgb), 0.1) 50%);
    right: 0;
}.who_we_areui .headline_wrapui > div {
    position: relative;
}.who_we_areui .headline_wrapui p {
    opacity: 0;
    letter-spacing: 1px;
    margin-bottom: 20px;
    transform: translateX(-5px);
    font-weight: 600;
    color: rgb(217,173,108);
    animation: fadeIn 0.8s ease-out 0.5s forwards;
    font-size: calc(15px * 1.4);
}.who_we_areui .headline_wrapui div div {
    column-count: 1;
    line-height: 1.8;
    column-gap: 40px;
    animation: fadeIn 1s ease-out 0.7s forwards;
    font-family: Arial, sans-serif;
    font-size: 15px;
    opacity: 0;
    color: #ffffff;
    text-align: justify;
}

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

@keyframes lineGrow {
    to {
        width: 80px;
    }
}

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

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


@media (min-width: 768px) {.who_we_areui {
    padding: 150px 0 130px;
}.who_we_areui h2 {
    font-size: calc(34px * 1.2);
    margin-bottom: 70px;
}.who_we_areui .headline_wrapui {
    width: calc(100% - 40px);
    margin-left: 40px;
    padding: 50px 60px;
}.who_we_areui .headline_wrapui div div {
    column-count: 2;
}.who_we_areui .headline_wrapui::before {
    top: 50px;
}
}

@media (min-width: 992px) {.who_we_areui {
    padding: 180px 0 150px;
}.who_we_areui .container {
    padding: 0 40px;
}.who_we_areui h2 {
    font-size: calc(34px * 1.4);
    margin-bottom: 80px;
}.who_we_areui .headline_wrapui {
    padding: 60px 80px;
    margin-left: 60px;
    width: calc(100% - 60px);
}.who_we_areui .headline_wrapui div div {
    column-count: 2;
    column-gap: 60px;
}
}

@media (min-width: 1200px) {.who_we_areui .headline_wrapui {
    margin-left: 80px;
    width: calc(100% - 80px);
    padding: 70px 100px;
}.who_we_areui .headline_wrapui::after {
    height: 150px;
    width: 150px;
}.who_we_areui .headline_wrapui div div {
    column-count: 2;
    column-gap: 80px;
}
}

@media (hover: hover) {.who_we_areui .headline_wrapui:hover {
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
    transform: translateY(-5px);
}.who_we_areui .headline_wrapui:hover::before {
    background: rgb(231,204,154);
    transition: all 0.4s ease;
}}.contactsui {
    padding: 80px 0;
    position: relative;
    overflow: hidden;
    background: rgb(231,204,154,0.5);
    border-top: 4px solid rgb(231,204,154);
}.contactsui::before {
    left: 0;
    z-index: 1;
    height: 100%;
    position: absolute;
    background-image: 
    repeating-linear-gradient(90deg, 
      rgba(255, 255, 255, 0.03) 0px, 
      rgba(255, 255, 255, 0.03) 1px, 
      transparent 1px, 
      transparent 30px
    ),
    repeating-linear-gradient(0deg, 
      rgba(255, 255, 255, 0.03) 0px, 
      rgba(255, 255, 255, 0.03) 1px, 
      transparent 1px, 
      transparent 30px
    );
    top: 0;
    content: "";
    width: 100%;
}.contactsui .container {
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
    position: relative;
    padding: 0 15px;
}.contactsui .ask_formui {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    position: relative;
    border-left: 1px solid rgb(231,204,154);
    padding: 0;
    background: rgb(217,173,108);
}.contactsui h2 {
    padding: 30px;
    letter-spacing: 2px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
    margin: 0;
    font-size: 37px;
    font-weight: 700;
    text-transform: uppercase;
}.contactsui p {
    padding: 30px;
    font-size: 16px;
    margin: 0;
    color: rgba(255, 255, 255, 0.7);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    line-height: 1.6;
}.contactsui .message_panelui {
    padding: 30px;
    justify-content: space-between;
    display: flex;
}.contactsui .online_questionsui {
    height: 70px;
    transition: all 0.3s ease;
    display: flex;
    background: #2a2a2a;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    position: relative;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    justify-content: center;
    align-items: center;
    text-decoration: none;
    width: 70px;
}.contactsui .online_questionsui::before {
    transform: scale(0);
    left: 0;
    z-index: -1;
    background: rgb(231,204,154);
    height: 100%;
    position: absolute;
    border-radius: 50%;
    width: 100%;
    top: 0;
    content: "";
    transition: transform 0.3s ease;
}.contactsui .online_questionsui:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3), 0 0 10px rgb(231,204,154,0.5);
    border-color: rgb(231,204,154);
    transform: translateY(-5px);
}.contactsui .online_questionsui:hover::before {
    transform: scale(0.9);
}.contactsui .online_questionsui svg {
    height: 28px;
    width: 28px;
    transition: transform 0.3s ease;
}.contactsui .online_questionsui:hover svg {
    transform: scale(1.2);
}.contactsui .online_questionsui svg path {
    transition: fill 0.3s ease;
    fill: rgb(231,204,154);
}.contactsui .online_questionsui:hover svg path {
    fill: #ffffff;
}.contactsui p svg {
    width: 22px;
    margin-right: 15px;
    height: 22px;
}.contactsui p svg path {
    fill: rgb(231,204,154);
}.contactsui p:nth-last-child(2) {
    padding: 25px 30px;
    align-items: center;
    display: flex;
    border-bottom: none;
}.contactsui .ask_formui::after {
    width: calc(100% - 40px);
    position: absolute;
    background: #1a1a1a;
    height: 20px;
    content: "";
    right: 20px;
    z-index: -1;
    bottom: -20px;
}.contactsui .ask_formui::before {
    width: 15px;
    height: 15px;
    z-index: 1;
    content: "";
    background: rgb(231,204,154);
    position: absolute;
    right: 15px;
    top: 15px;
}

@media (max-width: 991px) {.contactsui {
    padding: 60px 0;
}.contactsui h2 {
    font-size: calc(37px * 0.9);
    padding: 25px;
}.contactsui p,
  .contactsui p:nth-last-child(2) {
    padding: 20px 25px;
}.contactsui .message_panelui {
    padding: 25px;
}.contactsui .online_questionsui {
    width: 60px;
    height: 60px;
}.contactsui .online_questionsui svg {
    width: 24px;
    height: 24px;
}
}

@media (max-width: 767px) {.contactsui {
    padding: 50px 0;
}.contactsui h2 {
    font-size: calc(37px * 0.85);
    padding: 20px;
}.contactsui p {
    font-size: calc(16px * 0.95);
    padding: 20px;
}.contactsui p:nth-last-child(2) {
    padding: 18px 20px;
}.contactsui .message_panelui {
    padding: 20px;
}.contactsui .online_questionsui {
    width: 50px;
    height: 50px;
}.contactsui .online_questionsui svg {
    width: 20px;
    height: 20px;
}.contactsui p svg {
    margin-right: 12px;
    width: 20px;
    height: 20px;
}.contactsui .ask_formui::after {
    bottom: -10px;
    height: 10px;
}.contactsui .ask_formui::before {
    right: 10px;
    height: 10px;
    width: 10px;
    top: 10px;
}}

.contactsui .online_questionsui:active {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2), 0 0 5px rgb(231,204,154,0.5);
    transform: translateY(0);
}@keyframes pulse {
  0%, 100% {
    box-shadow: 0 0 0 0 rgb(231,204,154,0.5);
  }
  50% {
    box-shadow: 0 0 0 8px rgba(0, 0, 0, 0);
  }
}

.contactsui .online_questionsui:hover {
    animation: pulse 1.5s infinite;
}@keyframes blink {
  0%, 100% {
    opacity: 0.2;
  }
  50% {
    opacity: 0.7;
  }
}

.contactsui .container::before {
    border-radius: 50%;
    right: 45px;
    animation: blink 2s ease-in-out infinite;
    top: 15px;
    height: 8px;
    background: rgb(231,204,154);
    position: absolute;
    width: 8px;
    content: "";
}.contactsui .container::after {
    left: 15px;
    content: attr(data-text);
    top: -10px;
    letter-spacing: 1px;
    font-size: 12px;
    position: absolute;
    text-transform: uppercase;
    color: rgb(231,204,154);
}.contactsui .online_questionsui:nth-child(1) {
    transition-delay: 0.1s;
}.contactsui .online_questionsui:nth-child(2) {
    transition-delay: 0.2s;
}.contactsui .online_questionsui:nth-child(3) {
    transition-delay: 0.3s;
}.gratitudeDivui {
    background: linear-gradient(135deg, rgb(244,230,200) 0%, rgb(217,173,108,0.5) 100%);
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}.gratitudeDivui::before {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 0.4;
    content: "";
    z-index: 1;
    background: 
    radial-gradient(circle at 10% 20%, rgb(231,204,154,0.5) 5%, transparent 60%),
    radial-gradient(circle at 90% 80%, rgb(217,173,108,0.5) 10%, transparent 50%);
    pointer-events: none;
}.gratitudeDivui::after {
    right: -50%;
    pointer-events: none;
    transform: rotate(-15deg);
    z-index: 1;
    top: -50%;
    opacity: 0.08;
    width: 90%;
    content: "";
    height: 90%;
    position: absolute;
    background: rgb(255, 255, 255, 0.5);
    filter: blur(80px);
}.gratitudeDivui .container {
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
    z-index: 2;
    margin: 0 auto;
}.gratitudeDivui .pro_trackui {
    animation: slideIn 0.8s cubic-bezier(0.17, 0.67, 0.45, 1.09) forwards;
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
    padding: 60px 50px;
    background: #ffffff;
    backdrop-filter: blur(10px);
    border-left: 4px solid rgb(231,204,154);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
              0 5px 12px rgba(0, 0, 0, 0.05);
}.gratitudeDivui .pro_trackui::before {
    transition: transform 0.5s ease;
    pointer-events: none;
    border-radius: 10px;
    transform: scale(0.97);
    opacity: 0.2;
    right: 20px;
    bottom: 20px;
    top: 20px;
    left: 20px;
    position: absolute;
    border: 1px solid rgb(217,173,108,0.5);
    content: "";
}.gratitudeDivui .pro_trackui:hover::before {
    transform: scale(1);
}.gratitudeDivui .pro_trackui > div:first-child {
    padding-bottom: 25px;
    margin-bottom: 30px;
    position: relative;
}.gratitudeDivui .pro_trackui > div:first-child::after {
    bottom: 0;
    background: linear-gradient(90deg, rgb(231,204,154) 0%, rgb(217,173,108) 100%);
    height: 3px;
    position: absolute;
    left: 0;
    transform-origin: left center;
    animation: lineExpand 1s ease-out 0.3s forwards;
    content: "";
    width: 80px;
}.gratitudeDivui h5 {
    font-weight: 700;
    animation: fadeUp 0.7s ease-out 0.2s forwards;
    color: #000000;
    transform: translateY(15px);
    line-height: 1.4;
    opacity: 0;
    margin: 0;
    font-size: 19px;
}.gratitudeDivui p {
    font-weight: 400;
    color: #000000;
    line-height: 1.8;
    margin: 0;
    transform: translateY(15px);
    opacity: 0;
    font-size: 16px;
    animation: fadeUp 0.7s ease-out 0.4s forwards;
}.gratitudeDivui a {
    display: block;
    text-decoration: none;
    color: inherit;
    transition: transform 0.4s cubic-bezier(0.17, 0.67, 0.45, 1.09);
    position: relative;
}.gratitudeDivui a:hover {
    transform: translateY(-5px);
}.gratitudeDivui a::after {
    height: 1px;
    transform: scaleX(0.3);
    transition: transform 0.5s ease, opacity 0.5s ease;
    bottom: -8px;
    position: absolute;
    content: "";
    left: 0;
    opacity: 0;
    transform-origin: left;
    background: linear-gradient(90deg, rgb(231,204,154,0.5) 0%, transparent 100%);
    width: 100%;
}.gratitudeDivui a:hover::after {
    transform: scaleX(1);
    opacity: 1;
}

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

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

@keyframes slideIn {
  0% {
    transform: perspective(1000px) translateY(50px) rotateX(8deg);
    opacity: 0;
  }
  100% {
    transform: perspective(1000px) translateY(0) rotateX(2deg);
    opacity: 1;
  }
}

@media (max-width: 992px) {.gratitudeDivui {
    padding: 80px 0;
}.gratitudeDivui .pro_trackui {
    padding: 50px 40px;
}.gratitudeDivui h5 {
    font-size: calc(19px - 2px);
}
}

@media (max-width: 768px) {.gratitudeDivui {
    padding: 60px 0;
}.gratitudeDivui .pro_trackui {
    transform: perspective(1000px) rotateX(1deg);
    padding: 40px 30px;
}.gratitudeDivui .pro_trackui::before {
    top: 15px;
    bottom: 15px;
    left: 15px;
    right: 15px;
}.gratitudeDivui .pro_trackui > div:first-child {
    padding-bottom: 20px;
    margin-bottom: 25px;
}.gratitudeDivui h5 {
    font-size: calc(19px - 4px);
}.gratitudeDivui p {
    line-height: 1.7;
    font-size: calc(16px - 1px);
}
}

@media (max-width: 576px) {.gratitudeDivui {
    padding: 50px 0;
}.gratitudeDivui .pro_trackui {
    border-left: 3px solid rgb(231,204,154);
    padding: 30px 20px;
    transform: none;
}.gratitudeDivui .pro_trackui::before {
    display: none;
}.gratitudeDivui .pro_trackui > div:first-child {
    padding-bottom: 15px;
    margin-bottom: 20px;
}.gratitudeDivui .pro_trackui > div:first-child::after {
    width: 60px;
    height: 2px;
}.gratitudeDivui h5 {
    font-size: calc(19px - 6px);
}.gratitudeDivui p {
    font-size: calc(16px - 2px);
    line-height: 1.6;
}}header {
    z-index: 100;
    overflow: visible;
    margin-top: 0;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.08);
    position: relative;
    background: linear-gradient(135deg, rgb(231,204,154,0.5) 0%, rgb(244,230,200) 100%);
    padding: 0;
}header::before {
    z-index: 0;
    content: '';
    top: 0;
    position: absolute;
    opacity: 0.4;
    width: 100%;
    background-image: 
        radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.3) 0%, transparent 8%),
        radial-gradient(circle at 70% 60%, rgba(255, 255, 255, 0.3) 0%, transparent 12%),
        radial-gradient(circle at 40% 80%, rgba(255, 255, 255, 0.3) 0%, transparent 10%),
        radial-gradient(circle at 80% 30%, rgba(255, 255, 255, 0.3) 0%, transparent 15%),
        radial-gradient(circle at 10% 70%, rgba(255, 255, 255, 0.3) 0%, transparent 8%);
    height: 100%;
    left: 0;
}header::after {
    left: 0;
    opacity: 0.6;
    bottom: 0;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(231,204,154,0.5), 
        transparent
    );
    content: '';
    position: absolute;
    width: 100%;
    height: 10px;
}header .main_headui {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 5;
    padding: 1.3rem 3rem;
    justify-content: space-between;
}header .header_navbarui {
    padding: 1rem;
    margin-right: 2rem;
    border-radius: 50% 30% 60% 40% / 40% 50% 30% 50%;
    background: rgba(255, 255, 255, 0.15);
    flex: 0 0 auto;
    overflow: hidden;
    transition: all 0.6s ease;
    box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.5);
    position: relative;
}header .header_navbarui:hover {
    border-radius: 60% 40% 30% 70% / 50% 30% 60% 40%;
    box-shadow: inset 0 0 15px rgba(255, 255, 255, 0.7), 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}header .head_learningui {
    display: block;
    position: relative;
    transition: all 0.4s ease;
}header .head_learningui img {
    filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.1));
    max-height: 38px;
}header .site_mainui {
    display: flex;
    z-index: 2;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}header .site_mainui::before {
    height: 110%;
    content: '';
    z-index: -1;
    top: -5%;
    opacity: 0.1;
    width: 110%;
    left: -5%;
    transition: all 0.6s ease;
    background: linear-gradient(135deg, rgb(231,204,154,0.5) 0%, transparent 100%);
    border-radius: 70% 30% 50% 40% / 40% 60% 30% 50%;
    position: absolute;
}header .site_mainui:hover::before {
    border-radius: 40% 60% 30% 70% / 60% 30% 70% 40%;
    opacity: 0.2;
}header .head_coreui {
    position: relative;
    margin: 0 0.5rem;
}header .head_coreui a {
    z-index: 1;
    font-weight: 600;
    border-radius: 60% 40% 40% 60% / 40% 50% 50% 60%;
    color: #000000;
    transition: all 0.4s ease;
    padding: 0.8rem 1.3rem;
    background: rgba(255, 255, 255, 0.1);
    text-decoration: none;
    align-items: center;
    overflow: hidden;
    font-size: 12px;
    position: relative;
    justify-content: center;
    display: flex;
}header .head_coreui a::before {
    height: 100%;
    border-radius: inherit;
    transition: opacity 0.4s ease;
    background: linear-gradient(135deg, rgb(231,204,154,0.5) 0%, rgb(217,173,108,0.5) 100%);
    content: '';
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0;
    z-index: -1;
    top: 0;
    transform: scale(1.1);
}header .head_coreui a:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px) scale(1.05);
    border-radius: 40% 60% 60% 40% / 60% 40% 60% 40%;
    color: #ffffff;
}header .head_coreui a:hover::before {
    transform: scale(1);
    opacity: 1;
}header .head_coreui::after {
    bottom: -8px;
    left: 50%;
    background: rgb(231,204,154);
    position: absolute;
    content: '';
    height: 6px;
    width: 6px;
    transform: translateX(-50%) scale(0);
    opacity: 0.7;
    transition: transform 0.4s ease;
    border-radius: 50%;
}header .head_coreui:hover::after {
    transform: translateX(-50%) scale(1);
}header .main_headui::before {
    width: 200px;
    top: -100px;
    filter: blur(30px);
    height: 200px;
    border-radius: 50%;
    right: -100px;
    content: '';
    opacity: 0.1;
    position: absolute;
    background: radial-gradient(circle, rgb(231,204,154,0.5) 0%, transparent 70%);
}header .main_headui::after {
    opacity: 0.1;
    border-radius: 50%;
    background: radial-gradient(circle, rgb(217,173,108,0.5) 0%, transparent 70%);
    bottom: -75px;
    width: 150px;
    height: 150px;
    filter: blur(30px);
    content: '';
    position: absolute;
    left: -75px;
}.header_mainbarui {
    background: rgb(244,230,200);
    position: relative;
    padding-top: 2rem;
    z-index: 1;
}

@keyframes morphing {
    0%, 100% { border-radius: 60% 40% 30% 70% / 50% 30% 60% 40%; }
    33% { border-radius: 40% 60% 70% 30% / 30% 40% 30% 70%; }
    66% { border-radius: 30% 60% 70% 40% / 60% 30% 70% 40%; }
}

@media (min-width: 1400px) {header .main_headui {
    margin: 0 auto;
    max-width: 1320px;
}header .head_coreui {
    margin: 0 0.7rem;
}header .head_coreui a {
    padding: 0.8rem 1.6rem;
}
}

@media (max-width: 991px) {header .main_headui {
    flex-wrap: wrap;
    padding: 1rem 2rem;
}header .header_navbarui {
    padding: 0.7rem;
    margin-right: 0;
    margin-bottom: 0;
}header .site_mainui {
    flex-basis: 100%;
    justify-content: flex-end;
    margin-top: 1rem;
}header .head_coreui a {
    font-size: calc(12px - 1px);
    padding: 0.6rem 1rem;
}header .site_mainui::before {
    display: none;
}
}

@media (max-width: 767px) {header {
    padding: 0;
}header .main_headui {
    padding: 0.8rem 1.5rem;
}header .header_navbarui {
    padding: 0.6rem;
    border-radius: 40% 60% 50% 50% / 40% 50% 50% 40%;
    max-width: 140px;
}header .head_learningui img {
    max-height: 35px;
}header .site_mainui {
    -webkit-overflow-scrolling: touch;
    padding-bottom: 0.5rem;
    margin-top: 0.8rem;
    justify-content: flex-start;
    overflow-x: auto;
    scrollbar-width: thin;
}header .site_mainui::-webkit-scrollbar {
    height: 3px;
}header .site_mainui::-webkit-scrollbar-thumb {
    background: rgb(231,204,154,0.5);
    border-radius: 10px;
}header .head_coreui {
    margin: 0 0.2rem;
    flex: 0 0 auto;
}header .head_coreui a {
    padding: 0.5rem 0.8rem;
    white-space: nowrap;
    font-size: calc(12px - 2px);
    border-radius: 30% 70% 50% 50% / 30% 30% 70% 70%;
}header .head_coreui::after {
    display: none;
}header::after {
    height: 5px;
}
}

@media (max-width: 479px) {header .main_headui {
    padding: 0.7rem 1.2rem;
}header .header_navbarui {
    padding: 0.5rem;
    max-width: 120px;
}header .head_coreui a {
    font-size: calc(12px - 3px);
    padding: 0.4rem 0.6rem;
}}.connect_formui {
    background: linear-gradient(135deg, rgb(244,230,200) 0%, rgb(231,204,154,0.5) 100%);
    overflow: hidden;
    padding: 120px 0 80px;
    position: relative;
}.connect_formui::before {
    background: linear-gradient(45deg, 
        rgb(231,204,154,0.5) 25%, 
        transparent 25%, 
        transparent 50%, 
        rgb(231,204,154,0.5) 50%, 
        rgb(231,204,154,0.5) 75%, 
        transparent 75%, 
        transparent);
    background-size: 60px 60px;
    animation: gradientMove 20s linear infinite;
    width: 100%;
    position: absolute;
    opacity: 0.05;
    height: 100%;
    top: 0;
    content: "";
    left: 0;
}@keyframes gradientMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 60px 60px;
    }
}

.connect_formui .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 2;
    position: relative;
}.connect_formui h2 {
    text-align: center;
    color: rgb(231,204,154);
    position: relative;
    letter-spacing: 2px;
    font-weight: 700;
    margin-bottom: 60px;
    font-family: Arial, sans-serif;
    font-size: 29px;
    text-transform: uppercase;
}.connect_formui h2::after {
    left: 50%;
    content: "";
    position: absolute;
    bottom: -15px;
    transform: translateX(-50%);
    height: 4px;
    width: 60px;
    background: rgb(231,204,154);
}.connect_formui .contact_feedbackui {
    max-width: 1000px;
    overflow: hidden;
    margin: 0 auto;
    border-radius: 23px;
    position: relative;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    display: grid;
    gap: 0;
    grid-template-columns: 1fr 1fr;
}.connect_formui .hover_imageui {
    order: 2;
    position: relative;
    min-height: 600px;
    height: 100%;
}.connect_formui .query_messageui {
    position: relative;
    background: #ffffff;
    display: flex;
    justify-content: center;
    order: 1;
    flex-direction: column;
    padding: 60px;
}.connect_formui .query_messageui::before {
    top: 0;
    position: absolute;
    height: 100%;
    right: 0;
    background: linear-gradient(to bottom, rgb(231,204,154), rgb(217,173,108));
    content: "";
    width: 10px;
}.connect_formui form {
    position: relative;
    width: 100%;
}.connect_formui form h3 {
    padding-bottom: 15px;
    font-weight: 700;
    position: relative;
    margin-bottom: 40px;
    border-bottom: 2px solid rgb(217,173,108,0.5);
    font-family: Arial, sans-serif;
    font-size: 18px;
    color: #000000;
}.connect_formui form input[type="text"] {
    margin-bottom: 25px;
    font-size: 17px;
    background: rgb(244,230,200);
    font-family: Arial, sans-serif;
    color: #000000;
    width: 100%;
    padding: 16px 20px 16px 50px;
    border-radius: 10px;
    transition: all 0.3s ease;
    border: none;
    position: relative;
}.connect_formui form input[type="text"]:focus {
    background: #ffffff;
    box-shadow: 0 0 0 2px rgb(231,204,154);
    outline: none;
}.connect_formui form input[type="text"]::placeholder {
    color: rgba(0, 0, 0, 0.4);
}.connect_formui form input#name {
    position: relative;
}.connect_formui form input#name::before {
    top: 50%;
    content: "";
    position: absolute;
    background: rgb(231,204,154);
    height: 20px;
    border-radius: 50%;
    left: 20px;
    width: 20px;
    transform: translateY(-50%);
}.connect_formui .feedback_reachui {
    display: flex;
    margin-bottom: 30px;
    align-items: flex-start;
}.connect_formui .feedback_reachui input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.connect_formui .feedback_reachui label {
    line-height: 1.5;
    color: #000000;
    cursor: pointer;
    position: relative;
    font-size: 15px;
    padding-left: 35px;
}.connect_formui .feedback_reachui label::before {
    background: rgb(244,230,200);
    position: absolute;
    top: 0;
    width: 24px;
    content: "";
    transition: all 0.3s ease;
    height: 24px;
    border-radius: 10px;
    left: 0;
}.connect_formui .feedback_reachui input[type="checkbox"]:checked + label::before {
    background: rgb(231,204,154);
}.connect_formui .feedback_reachui input[type="checkbox"]:checked + label::after {
    height: 14px;
    width: 8px;
    position: absolute;
    transform: rotate(45deg);
    left: 8px;
    border-right: 2px solid #ffffff;
    top: 4px;
    border-bottom: 2px solid #ffffff;
    content: "";
}.connect_formui .feedback_reachui label a {
    color: rgb(231,204,154);
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
}.connect_formui .feedback_reachui label a::after {
    background: rgb(231,204,154);
    content: "";
    bottom: -2px;
    height: 1px;
    left: 0;
    width: 0;
    position: absolute;
    transition: width 0.3s ease;
}.connect_formui .feedback_reachui label a:hover::after {
    width: 100%;
}.connect_formui form .message_queryui {
    z-index: 1;
    position: relative;
    font-size: 16px;
    font-family: Arial, sans-serif;
    background: rgb(231,204,154);
    transition: all 0.3s ease;
    cursor: pointer;
    padding: 16px 40px;
    border: none;
    border-radius: 50px;
    display: inline-block;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
    overflow: hidden;
}.connect_formui form .message_queryui::before {
    top: 0;
    position: absolute;
    height: 100%;
    width: 0;
    transition: width 0.3s ease;
    left: 0;
    content: "";
    z-index: -1;
    background: rgb(217,173,108);
}.connect_formui form .message_queryui:hover::before {
    width: 100%;
}.connect_formui form .message_queryui:hover {
    box-shadow: 0 10px 20px -10px rgb(231,204,154);
    transform: translateY(-3px);
}.connect_formui svg {
    left: 20px;
    width: 20px;
    position: absolute;
    height: 20px;
    transform: translateY(-50%);
    fill: rgb(231,204,154);
    top: 50%;
}.connect_formui svg path {
    fill: rgb(231,204,154);
    transition: fill 0.3s ease;
}.connect_formui form #name,
.connect_formui form #phone {
    position: relative;
}

@media screen and (max-width: 1024px) {.connect_formui .contact_feedbackui {
    max-width: 800px;
}.connect_formui .query_messageui {
    padding: 40px;
}
}

@media screen and (max-width: 768px) {.connect_formui {
    padding: 80px 0 60px;
}.connect_formui .contact_feedbackui {
    grid-template-columns: 1fr;
}.connect_formui .hover_imageui {
    min-height: 300px;
    clip-path: none;
    order: 1;
}.connect_formui .query_messageui {
    order: 2;
    padding: 40px 30px;
}.connect_formui .query_messageui::before {
    height: 6px;
    background: linear-gradient(to right, rgb(231,204,154), rgb(217,173,108));
    right: 0;
    width: 100%;
    top: 0;
}.connect_formui h2 {
    margin-bottom: 40px;
}
}

@media screen and (max-width: 480px) {.connect_formui {
    padding: 60px 0 40px;
}.connect_formui h2 {
    font-size: calc(29px * 0.8);
    margin-bottom: 30px;
}.connect_formui .hover_imageui {
    min-height: 200px;
}.connect_formui .query_messageui {
    padding: 30px 20px;
}.connect_formui form h3 {
    font-size: calc(18px * 0.9);
    margin-bottom: 30px;
}.connect_formui form .message_queryui {
    padding: 14px 20px;
    width: 100%;
}}footer {
    position: relative;
}footer::before {
    opacity: 0.92;
    content: '';
    top: 0;
    background: linear-gradient(210deg, #000000 0%, rgb(231,204,154) 100%);
    bottom: 0;
    right: 0;
    z-index: 1;
    position: absolute;
    left: 0;
}.eco_footui {
    padding: 90px 0 50px;
    font-family: Arial, sans-serif;
    position: relative;
    color: #ffffff;
    z-index: 2;
}.eco_footui::before {
    background: linear-gradient(90deg, transparent 0%, #ffffff 50%, transparent 100%);
    content: '';
    height: 1px;
    left: 0;
    width: 100%;
    top: 0;
    position: absolute;
    opacity: 0.1;
}.eco_footui .container {
    display: flex;
    flex-direction: column;
}.eco_footui .company_holder {
    margin-top: 70px;
    border-radius: 15px;
    background: linear-gradient(
        135deg, 
        rgba(255, 255, 255, 0.05) 0%, 
        rgba(255, 255, 255, 0.01) 100%
    );
    background-size: 200% 200%;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 30px;
    animation: shiftGradient 15s ease infinite;
    backdrop-filter: blur(10px);
    transform: perspective(1000px) rotateX(2deg);
    order: 2;
}.eco_footui .company_holder h3 {
    color: #ffffff;
    text-align: center;
    letter-spacing: 3px;
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
}.eco_footui .company_holder h3::after {
    border-radius: 3px;
    width: 60px;
    margin: 15px auto 0;
    content: '';
    display: block;
    height: 3px;
    background: rgb(231,204,154);
}.eco_footui .footer_workshopsui {
    line-height: 1.6;
    margin: 0 auto;
    max-width: 80%;
    padding-top: 15px;
    text-align: center;
    font-size: 18px;
    position: relative;
}.eco_footui .template_ctaui {
    position: relative;
    order: 1;
}.eco_footui .top_skillui {
    display: flex;
    margin-bottom: 30px;
    flex-wrap: wrap;
    gap: 60px;
    justify-content: space-between;
    width: 100%;
}.eco_footui .site_mainui {
    transition: transform 0.3s ease;
    padding: 20px;
    transform: translateZ(0);
    flex: 1;
    overflow: hidden;
    max-width: calc(50% - 30px);
    position: relative;
    min-width: 250px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 10px;
}.eco_footui .site_mainui:nth-child(odd) {
    transform: perspective(1000px) rotateY(2deg);
}.eco_footui .site_mainui:nth-child(even) {
    transform: perspective(1000px) rotateY(-2deg);
}.eco_footui .site_mainui:hover {
    transform: perspective(1000px) rotateY(0);
}.eco_footui .site_mainui::before {
    inset: 0;
    position: absolute;
    z-index: -1;
    border-radius: 10px;
    content: '';
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(255, 255, 255, 0.05) 100%
    );
}.eco_footui .site_mainui h5 {
    margin-bottom: 30px;
    padding-bottom: 15px;
    font-size: 20px;
    word-wrap: break-word;
    position: relative;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
    font-weight: 600;
    color: #ffffff;
}.eco_footui .site_mainui h5::before {
    position: absolute;
    background: rgb(217,173,108);
    left: 0;
    height: 1px;
    content: '';
    width: 50px;
    bottom: -1px;
}.eco_footui .site_mainui .top_skillui {
    display: flex;
    gap: 12px;
    padding: 0 10px;
    flex-direction: column;
    margin: 0;
}.eco_footui .site_mainui .top_skillui a {
    align-items: center;
    text-decoration: none;
    white-space: normal;
    display: flex;
    color: #ffffff;
    word-break: break-word;
    opacity: 0.8;
    font-size: 18px;
    transition: all 0.3s ease;
}.eco_footui .site_mainui .top_skillui a::before {
    flex-shrink: 0;
    content: '';
    border-radius: 50%;
    height: 6px;
    transform: scale(0);
    opacity: 0;
    background: rgb(217,173,108);
    min-width: 6px;
    margin-right: 10px;
    transition: all 0.3s ease;
}.eco_footui .site_mainui .top_skillui a:hover {
    transform: translateX(5px);
    opacity: 1;
    color: #ffffff;
}.eco_footui .site_mainui .top_skillui a:hover::before {
    transform: scale(1);
    opacity: 1;
}.achieve_ctaui {
    padding: 25px 0;
    position: relative;
    background: rgba(0, 0, 0, 0.2);
    margin-top: 40px;
    z-index: 2;
}.achieve_ctaui::before {
    left: 0;
    position: absolute;
    content: '';
    height: 1px;
    background: linear-gradient(90deg, transparent, rgb(217,173,108,0.5), transparent);
    width: 100%;
    top: 0;
}.achieve_ctaui .container {
    text-align: center;
}.achieve_ctaui .training_zoneui {
    font-size: 12px;
    opacity: 0.7;
    color: #ffffff;
}@keyframes floatUp {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-15px);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.5;
    }
    50% {
        opacity: 0.8;
    }
}

@keyframes shiftGradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.eco_footui .template_ctaui::before {
    background: rgb(217,173,108);
    opacity: 0.1;
    width: 250px;
    bottom: -10%;
    filter: blur(100px);
    content: '';
    height: 250px;
    position: absolute;
    z-index: -1;
    border-radius: 50%;
    animation: pulse 10s infinite ease-in-out reverse;
    left: -5%;
}footer::after {
    pointer-events: none;
    bottom: 0;
    z-index: 1;
    content: '';
    top: 0;
    left: 0;
    background-image: repeating-linear-gradient(
        0deg,
        rgba(255, 255, 255, 0.03),
        rgba(255, 255, 255, 0.03) 1px,
        transparent 1px,
        transparent 20px
    );
    right: 0;
    position: absolute;
}

@media (max-width: 992px) {.eco_footui {
    padding: 70px 0 40px;
}.eco_footui .top_skillui {
    gap: 40px;
}.eco_footui .company_holder {
    margin-top: 50px;
}
}

@media (max-width: 768px) {.eco_footui {
    padding: 50px 0 30px;
}.eco_footui .top_skillui {
    flex-direction: column;
    gap: 30px;
}.eco_footui .site_mainui {
    max-width: 100%;
    min-width: 100%;
}.eco_footui .company_holder {
    padding: 20px;
}.eco_footui .footer_workshopsui {
    max-width: 100%;
}
}

@media (max-width: 576px) {.eco_footui {
    padding: 40px 0 20px;
}.eco_footui .company_holder h3 {
    font-size: calc(30px * 0.8);
}.eco_footui .site_mainui h5 {
    font-size: calc(20px * 0.9);
}}.instructor_profileui {
    overflow: hidden;
    background-color: rgb(244,230,200);
    position: relative;
    padding: 6rem 2rem;
}.instructor_profileui::before {
    position: absolute;
    content: "";
    width: 40%;
    background: linear-gradient(90deg, transparent, rgb(231,204,154,0.5));
    top: 0;
    right: 0;
    height: 100%;
    z-index: 1;
}.instructor_profileui .learning_feedbackui {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    border-radius: 0;
    display: flex;
    z-index: 2;
    background: transparent;
    box-shadow: none;
}.instructor_profileui .hover_imageui {
    box-shadow: 15px 15px 0 rgb(231,204,154,0.5);
    width: 45%;
    border-radius: 0;
    height: 480px;
    position: relative;
    transition: all 0.5s ease;
    transform: rotate(-2deg);
}.instructor_profileui .exp_skillsui {
    flex-direction: column;
    display: flex;
    justify-content: center;
    padding: 3rem 0 3rem 4rem;
    position: relative;
    width: 55%;
}.instructor_profileui .exp_skillsui::before {
    content: "";
    left: 2.5rem;
    width: 1px;
    height: 100%;
    background: linear-gradient(to bottom, rgb(217,173,108,0.5), transparent);
    top: 0;
    position: absolute;
}.instructor_profileui .name {
    margin-bottom: 1rem;
    color: #000000;
    font-weight: 700;
    font-size: calc(38px * 1.2);
    line-height: 1.1;
    position: relative;
}.instructor_profileui .exp_skillsui > div:nth-child(2) {
    border-radius: 10px;
    background-color: rgb(217,173,108);
    font-weight: 600;
    font-size: 16px;
    display: inline-block;
    padding: 0.5rem 1.5rem;
    margin-bottom: 2.5rem;
    transform: translateX(-10px);
    letter-spacing: 1px;
    color: #ffffff;
}.instructor_profileui .career_progressui {
    padding-left: 0;
    color: #000000;
    font-size: 13px;
    line-height: 1.8;
    position: relative;
    max-width: 90%;
}.instructor_profileui .career_progressui::before {
    position: absolute;
    content: "";
    top: -1.5rem;
    left: 0;
    height: 3px;
    background-color: rgb(231,204,154);
    width: 60px;
}.instructor_profileui .learning_feedbackui:hover .hover_imageui {
    box-shadow: 10px 10px 0 rgb(217,173,108);
    transform: rotate(0deg);
}

@media (max-width: 992px) {.instructor_profileui::before {
    background: linear-gradient(180deg, rgb(231,204,154,0.5), transparent);
    right: 0;
    top: 0;
    width: 100%;
    height: 40%;
}.instructor_profileui .learning_feedbackui {
    align-items: center;
    flex-direction: column;
    max-width: 90%;
}.instructor_profileui .hover_imageui {
    height: 400px;
    width: 90%;
}.instructor_profileui .exp_skillsui {
    width: 100%;
    padding: 3rem 1rem 1rem;
}.instructor_profileui .exp_skillsui::before {
    display: none;
}.instructor_profileui .career_progressui {
    max-width: 100%;
}
}

@media (max-width: 576px) {.instructor_profileui {
    padding: 4rem 1rem;
}.instructor_profileui .hover_imageui {
    height: 320px;
}.instructor_profileui .name {
    font-size: 29px;
}.instructor_profileui .exp_skillsui > div:nth-child(2) {
    font-size: 15px;
}.instructor_profileui .career_progressui {
    line-height: 1.6;
    font-size: calc(13px * 0.95);
}}.customer_opinionsui {
    position: relative;
    padding: 6rem 0;
    background-color: rgb(244,230,200);
    overflow: hidden;
}.customer_opinionsui::before {
    width: 40%;
    right: -5%;
    height: 70%;
    top: -10%;
    background: linear-gradient(135deg, rgb(217,173,108,0.5), rgb(231,204,154,0.5));
    content: "";
    position: absolute;
    filter: blur(40px);
    transform: rotate(-15deg) skew(15deg);
    opacity: 0.4;
    z-index: 0;
}.customer_opinionsui::after {
    filter: blur(35px);
    content: "";
    left: -5%;
    position: absolute;
    bottom: -10%;
    transform: rotate(12deg) skew(-10deg);
    z-index: 0;
    width: 35%;
    opacity: 0.3;
    background: linear-gradient(225deg, rgb(231,204,154,0.5), rgb(217,173,108,0.5));
    height: 60%;
}.customer_opinionsui .container {
    padding: 0 2rem;
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}.customer_opinionsui h2 {
    margin-bottom: 4rem;
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    font-weight: 700;
    color: #000000;
    transform: translateY(0);
    font-size: calc(29px * 1.1);
    position: relative;
    text-align: center;
}.customer_opinionsui h2::after {
    border-radius: 10px;
    transform: translateX(-50%);
    opacity: 0.8;
    width: 80px;
    height: 4px;
    left: 50%;
    bottom: -1rem;
    content: "";
    position: absolute;
    background: linear-gradient(90deg, rgb(231,204,154), rgb(217,173,108));
}.customer_opinionsui .pro_trackui {
    position: relative;
}.customer_opinionsui .feedback_perspectivesui {
    display: grid;
    margin-top: 2rem;
    gap: 2.5rem;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.customer_opinionsui .learning_feedbackui {
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 0 1px 4px rgba(0, 0, 0, 0.03);
    background: #ffffff;
    transform: translateY(0);
    border-radius: 2px;
    padding: 2.5rem 2rem 2rem;
    position: relative;
    overflow: hidden;
    flex-direction: column;
    display: flex;
}.customer_opinionsui .learning_feedbackui::before {
    line-height: 1;
    color: rgb(217,173,108);
    transform: rotate(8deg);
    opacity: 0.1;
    position: absolute;
    content: "";
    font-size: 6rem;
    top: 0.5rem;
    font-family: serif;
    right: 1.5rem;
}.customer_opinionsui .learning_feedbackui::after {
    background: linear-gradient(90deg, rgb(231,204,154), rgb(217,173,108));
    transform: scaleX(0.85);
    width: 100%;
    opacity: 0.7;
    height: 5px;
    transform-origin: left;
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}.customer_opinionsui .learning_feedbackui:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.09), 0 4px 8px rgba(0, 0, 0, 0.04);
    transform: translateY(-8px);
}.customer_opinionsui .learning_feedbackui:hover::after {
    transform: scaleX(1);
}.customer_opinionsui .learning_feedbackui h3 {
    margin-bottom: 1rem;
    position: relative;
    font-size: calc(22px * 1.05);
    color: #000000;
    font-weight: 600;
    display: inline-block;
}.customer_opinionsui .learning_feedbackui h3::after {
    content: "";
    bottom: -0.35rem;
    left: 0;
    opacity: 0.7;
    height: 2px;
    background-color: rgb(231,204,154);
    position: absolute;
    width: 35%;
    transition: width 0.4s ease-out;
}.customer_opinionsui .learning_feedbackui:hover h3::after {
    width: 65%;
}.customer_opinionsui .learning_feedbackui .description {
    font-size: 17px;
    font-weight: 400;
    flex-grow: 1;
    position: relative;
    z-index: 1;
    line-height: 1.7;
    margin-bottom: 2rem;
    color: #000000;
}.customer_opinionsui .learning_feedbackui div {
    transition: transform 0.4s ease;
    overflow: hidden;
    height: 60px;
    margin-top: auto;
    width: 60px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    border-radius: 50%;
    position: relative;
}.customer_opinionsui .learning_feedbackui:hover div {
    transform: scale(1.08);
}.customer_opinionsui .learning_feedbackui img {
    transition: transform 0.5s ease;
    width: 100%;
    object-fit: cover;
    height: 100%;
    transform: scale(1);
}.customer_opinionsui .learning_feedbackui:hover img {
    transform: scale(1.1);
}

@media (max-width: 1200px) {.customer_opinionsui {
    padding: 5rem 0;
}.customer_opinionsui .feedback_perspectivesui {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 2rem;
}
}

@media (max-width: 992px) {.customer_opinionsui h2 {
    font-size: 29px;
}.customer_opinionsui .learning_feedbackui {
    padding: 2rem 1.5rem 1.5rem;
}
}

@media (max-width: 768px) {.customer_opinionsui {
    padding: 4rem 0;
}.customer_opinionsui h2 {
    font-size: calc(29px * 0.9);
    margin-bottom: 3rem;
}.customer_opinionsui .feedback_perspectivesui {
    gap: 1.8rem;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}.customer_opinionsui .learning_feedbackui::before {
    font-size: 4.5rem;
}
}

@media (max-width: 576px) {.customer_opinionsui {
    padding: 3.5rem 0;
}.customer_opinionsui h2 {
    margin-bottom: 2.5rem;
    font-size: calc(29px * 0.8);
}.customer_opinionsui .container {
    padding: 0 1.5rem;
}.customer_opinionsui .feedback_perspectivesui {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.customer_opinionsui .learning_feedbackui {
    padding: 1.8rem 1.4rem 1.4rem;
}.customer_opinionsui h2::after {
    width: 60px;
    height: 3px;
}
}

@media (hover: none) {.customer_opinionsui .learning_feedbackui {
    transform: translateY(0) !important;
}.customer_opinionsui .learning_feedbackui::after {
    transform: scaleX(1);
}.customer_opinionsui .learning_feedbackui h3::after {
    width: 50%;
}}.secure_safehouseui {
    color: #000000;
    border: 1px solid rgb(231,204,154);
    font-family: Arial, sans-serif;
    background-color: rgb(244,230,200);
    padding: 60px;
}.secure_safehouseui h1 {
    border-bottom: 2px solid rgb(231,204,154);
    color: rgb(231,204,154);
    font-weight: 700;
    margin-bottom: 40px;
    text-transform: uppercase;
    font-size: 43px;
    padding-bottom: 10px;
}.secure_safehouseui h2 {
    border-bottom: 1px solid rgb(217,173,108);
    margin-top: 50px;
    text-transform: uppercase;
    margin-bottom: 30px;
    padding-bottom: 8px;
    font-weight: 600;
    font-size: 32px;
    color: rgb(217,173,108);
}.secure_safehouseui h3, .secure_safehouseui h4, .secure_safehouseui h5, .secure_safehouseui h6 {
    margin: 30px 0;
    color: rgb(231,204,154);
    text-transform: uppercase;
}.secure_safehouseui h3 {
    font-weight: 700;
    font-size: calc(23px - 2px);
}.secure_safehouseui h4 {
    font-weight: 600;
    font-size: calc(23px + 2px);
}.secure_safehouseui h5 {
    font-weight: 400;
    font-size: 23px;
}.secure_safehouseui h6 {
    font-size: 18px;
    font-weight: 300;
}.secure_safehouseui ul, .secure_safehouseui ol {
    margin: 20px 0;
    padding-left: 25px;
    list-style: none;
}.secure_safehouseui ul li::before {
    color: rgb(217,173,108);
    content: '•';
    font-size: 20px;
    margin-right: 10px;
}.secure_safehouseui ol {
    counter-reset: list-counter;
}.secure_safehouseui ol li {
    counter-increment: list-counter;
}.secure_safehouseui ol li::before {
    margin-right: 5px;
    content: counter(list-counter) '. ';
    font-weight: 700;
    color: rgb(231,204,154);
}.secure_safehouseui li {
    line-height: 1.6;
    position: relative;
    margin-bottom: 15px;
    padding-left: 15px;
    font-size: 16px;
}.secure_safehouseui section {
    margin-top: 60px;
    border-top: 1px solid #000000;
    padding-top: 30px;
}.secure_safehouseui p {
    line-height: 1.8;
    font-size: 16px;
    text-align: justify;
    margin-bottom: 20px;
}.secure_safehouseui span {
    color: rgb(231,204,154);
    font-weight: 600;
}.secure_safehouseui div {
    margin-bottom: 25px;
}
@media only screen and (max-width: 800px) {.secure_safehouseui {
    padding: 40px;
    border-radius: 10px;
}.secure_safehouseui h1 {
    font-size: calc(23px - 8px);
}.secure_safehouseui h2 {
    font-size: calc(23px - 6px);
}.secure_safehouseui ul, .secure_safehouseui ol {
    padding-left: 20px;
}.secure_safehouseui li {
    font-size: calc(16px - 1px);
}.secure_safehouseui p {
    font-size: calc(16px - 1px);
}}.training_structureui {
    padding: 160px 0;
    position: relative;
    overflow: visible;
    background: linear-gradient(170deg, rgb(244,230,200) 0%, rgba(0, 0, 0, 0.5) 100%);
}.training_structureui::before {
    opacity: 0.2;
    height: 100%;
    position: absolute;
    top: 0;
    background: linear-gradient(45deg, rgb(231,204,154,0.5) 0%, transparent 40%);
    z-index: 1;
    width: 100%;
    content: '';
    left: 0;
}.training_structureui .pro_trackui {
    margin: 0 auto;
    transform: rotate(-3deg);
    padding: 0 20px;
    max-width: 1200px;
    z-index: 2;
    position: relative;
}.training_structureui .headline_wrapui {
    border-radius: 0 19px 19px 0;
    transform: translateX(20px);
    overflow: visible;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
    position: relative;
    backdrop-filter: blur(10px);
    padding: 60px 70px 60px 50px;
    margin-left: 5%;
    border-left: 4px solid rgb(231,204,154);
    width: 60%;
}.training_structureui .headline_wrapui:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
    transform: translateX(10px);
}.training_structureui .headline_wrapui::before {
    animation: pulse-glow 8s infinite alternate;
    position: absolute;
    top: -90px;
    width: 180px;
    height: 180px;
    right: -90px;
    content: '';
    opacity: 0.1;
    z-index: -1;
    background: rgb(231,204,154);
    filter: blur(40px);
    border-radius: 50%;
}.training_structureui .headline_wrapui::after {
    position: absolute;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(231,204,154,0.5) 30%, 
        rgb(231,204,154) 50%, 
        rgb(231,204,154,0.5) 70%, 
        transparent 100%
    );
    width: 150%;
    z-index: 3;
    bottom: -30px;
    height: 3px;
    left: -25%;
    content: '';
}.training_structureui .headline_wrapui h2 {
    margin-bottom: 30px;
    font-size: 31px;
    transform: translateX(-40px);
    position: relative;
    padding-bottom: 15px;
    color: #ffffff;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    font-weight: 700;
}.training_structureui .headline_wrapui h2::before {
    width: 70px;
    content: '';
    position: absolute;
    border-radius: 10px;
    left: -35px;
    z-index: -1;
    border: 2px solid rgb(231,204,154,0.5);
    height: 70px;
    opacity: 0.6;
    top: -35px;
    animation: spin-slow 20s linear infinite;
}.training_structureui .headline_wrapui h2::after {
    width: 60px;
    position: absolute;
    left: 0;
    border-radius: 10px;
    content: '';
    background: rgb(231,204,154);
    bottom: 0;
    height: 4px;
}.training_structureui .headline_wrapui p {
    position: relative;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    line-height: 1.8;
    font-size: 14px;
    color: #ffffff;
    z-index: 2;
}.training_structureui::after {
    position: absolute;
    animation: rotate-float 25s infinite linear;
    opacity: 0.1;
    bottom: -90px;
    right: 15%;
    background: rgb(217,173,108);
    height: 180px;
    transform: rotate(30deg);
    border-radius: 19px;
    filter: blur(30px);
    width: 180px;
    content: '';
}.training_structureui .pro_trackui::before {
    border-radius: 50%;
    position: absolute;
    width: 100px;
    animation: float-vertical 10s infinite ease-in-out;
    border: 1px solid rgb(231,204,154,0.5);
    top: -120px;
    right: 10%;
    opacity: 0.4;
    content: '';
    height: 100px;
}.training_structureui .pro_trackui::after {
    filter: blur(5px);
    height: 25px;
    opacity: 0.2;
    top: 40%;
    left: -40px;
    content: '';
    border-radius: 50%;
    animation: pulse-subtle 5s infinite;
    width: 25px;
    position: absolute;
    background: rgb(231,204,154);
}@keyframes pulse-glow {
    0%, 100% {
        opacity: 0.1;
        transform: scale(1);
    }
    50% {
        opacity: 0.2;
        transform: scale(1.1);
    }
}

@keyframes spin-slow {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotate-float {
    0% {
        transform: rotate(30deg) translateY(0);
    }
    25% {
        transform: rotate(120deg) translateY(-20px);
    }
    50% {
        transform: rotate(210deg) translateY(0);
    }
    75% {
        transform: rotate(300deg) translateY(20px);
    }
    100% {
        transform: rotate(390deg) translateY(0);
    }
}

@keyframes float-vertical {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-30px);
    }
}

@keyframes pulse-subtle {
    0%, 100% {
        opacity: 0.2;
        transform: scale(1);
    }
    50% {
        opacity: 0.4;
        transform: scale(1.3);
    }
}

.training_structureui .headline_wrapui p::first-letter {
    color: rgb(231,204,154);
    font-size: 1.5em;
    font-weight: 700;
}.training_structureui .headline_wrapui p::after {
    right: -250px;
    width: 200px;
    z-index: -1;
    height: 100%;
    background-image: repeating-linear-gradient(
        -45deg,
        rgb(231,204,154,0.5),
        rgb(231,204,154,0.5) 1px,
        transparent 1px,
        transparent 6px
    );
    opacity: 0.3;
    position: absolute;
    top: 0;
    content: '';
}

@media screen and (max-width: 1200px) {.training_structureui .headline_wrapui::after {
    width: 120%;
    left: -10%;
}.training_structureui .headline_wrapui p::after {
    display: none;
}
}

@media screen and (max-width: 992px) {.training_structureui {
    padding: 120px 0;
}.training_structureui .pro_trackui {
    transform: rotate(-2deg);
}.training_structureui .headline_wrapui {
    padding: 50px 40px 50px 40px;
    width: 70%;
}.training_structureui .headline_wrapui h2 {
    transform: translateX(-30px);
}.training_structureui .headline_wrapui::before {
    right: -75px;
    top: -75px;
    height: 150px;
    width: 150px;
}.training_structureui::after {
    width: 150px;
    bottom: -75px;
    height: 150px;
}
}

@media screen and (max-width: 768px) {.training_structureui {
    overflow: hidden;
    padding: 90px 0;
}.training_structureui .pro_trackui {
    transform: none;
}.training_structureui .headline_wrapui {
    width: 90%;
    border-radius: 19px;
    transform: none;
    margin-left: 0;
    padding: 40px 30px;
}.training_structureui .headline_wrapui:hover {
    transform: none;
}.training_structureui .headline_wrapui h2 {
    margin-bottom: 25px;
    transform: none;
    font-size: calc(31px * 0.9);
}.training_structureui .headline_wrapui h2::before {
    display: none;
}.training_structureui .headline_wrapui::before {
    right: -60px;
    height: 120px;
    top: -60px;
    width: 120px;
}.training_structureui .headline_wrapui::after {
    bottom: -20px;
    left: 0;
    width: 100%;
}.training_structureui .pro_trackui::before,
    .training_structureui .pro_trackui::after,
    .training_structureui::after {
    display: none;
}
}

@media screen and (max-width: 480px) {.training_structureui {
    padding: 70px 0;
}.training_structureui .headline_wrapui {
    padding: 30px 20px;
    width: 100%;
}.training_structureui .headline_wrapui h2 {
    margin-bottom: 20px;
    padding-bottom: 12px;
    font-size: calc(31px * 0.8);
}.training_structureui .headline_wrapui h2::after {
    width: 50px;
    height: 3px;
}.training_structureui .headline_wrapui p {
    font-size: calc(14px * 0.9);
}.training_structureui .headline_wrapui::before {
    right: -40px;
    top: -40px;
    height: 80px;
    width: 80px;
}}.quantitative_dataui {
    position: relative;
    padding: 5rem 2rem;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(244,230,200) 0%, rgba(0, 0, 0, 0.5) 100%);
}.quantitative_dataui::before {
    position: absolute;
    height: 100%;
    left: 0;
    background-size: 60px 60px;
    content: "";
    width: 100%;
    opacity: 0.05;
    top: 0;
    background-image: 
        linear-gradient(45deg, rgb(231,204,154,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(231,204,154,0.5) 15%, transparent 15%);
    pointer-events: none;
}.quantitative_dataui::after {
    top: -10%;
    right: -5%;
    content: "";
    filter: blur(80px);
    width: 300px;
    position: absolute;
    opacity: 0.15;
    background: linear-gradient(to right, rgb(231,204,154,0.5), rgb(217,173,108,0.5));
    height: 300px;
    z-index: -1;
}.quantitative_dataui h3 {
    transform: translateX(10px);
    font-weight: 700;
    position: relative;
    text-align: left;
    font-family: Arial, sans-serif;
    margin-bottom: 3rem;
    font-size: 36px;
    letter-spacing: -0.5px;
    color: rgb(231,204,154);
}.quantitative_dataui h3::after {
    transform-origin: left center;
    bottom: -12px;
    height: 3px;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    width: 60px;
    content: "";
    background: linear-gradient(90deg, rgb(231,204,154) 0%, rgb(217,173,108) 100%);
    left: 0;
    position: absolute;
    transform: scaleX(1);
}.quantitative_dataui .container {
    max-width: 1200px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
}.quantitative_dataui ul {
    padding: 0;
    display: grid;
    margin: 0;
    list-style: none;
    gap: 2rem;
    perspective: 1000px;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}.quantitative_dataui .gain_statisticsui {
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.5);
    transform: translateZ(0) rotateX(0deg);
    position: relative;
    backdrop-filter: blur(5px);
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 15px), 
        calc(100% - 15px) 100%, 
        0 100%
    );
    padding: 2rem;
    overflow: hidden;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), 
                box-shadow 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform-style: preserve-3d;
    border-left: 2px solid rgb(231,204,154,0.5);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
}.quantitative_dataui .gain_statisticsui::before {
    background: linear-gradient(45deg, transparent 60%, rgb(231,204,154,0.5) 150%);
    position: absolute;
    left: 0;
    opacity: 0;
    top: 0;
    content: "";
    transition: opacity 0.5s ease;
    z-index: -1;
    height: 100%;
    width: 100%;
}.quantitative_dataui .gain_statisticsui:hover {
    box-shadow: 0 15px 40px -10px rgba(0, 0, 0, 0.5);
    transform: translateZ(10px) rotateX(2deg);
}.quantitative_dataui .gain_statisticsui:hover::before {
    opacity: 0.1;
}.quantitative_dataui .gain_statisticsui span {
    display: block;
    color: #ffffff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    font-size: 17px;
    position: relative;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(0);
    font-weight: 600;
    font-family: Arial, sans-serif;
    margin-bottom: 1rem;
}.quantitative_dataui .gain_statisticsui p {
    -webkit-background-clip: text !important;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
    position: relative;
    font-size: calc(41px * 1.2);
    margin: 0;
    color: rgb(231,204,154);
    color: transparent;
    font-family: Arial, sans-serif;
    display: inline-block;
    transform: translateY(0);
    background: linear-gradient(135deg, rgb(231,204,154) 0%, rgb(217,173,108) 100%);
    font-weight: 700;
    background-clip: text !important;
}.quantitative_dataui .gain_statisticsui p::after {
    position: absolute;
    height: 3px;
    left: 0;
    content: "";
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    bottom: 5px;
    background: linear-gradient(90deg, rgb(231,204,154,0.5), transparent);
    width: 100%;
}.quantitative_dataui .gain_statisticsui:hover span {
    transform: translateY(-5px);
}.quantitative_dataui .gain_statisticsui:hover p {
    transform: translateY(-3px);
}.quantitative_dataui .gain_statisticsui:hover p::after {
    transform: scaleX(1);
}.quantitative_dataui .gain_statisticsui:nth-child(odd) {
    transform: translateZ(0) rotateX(0deg) rotateY(-1deg);
}.quantitative_dataui .gain_statisticsui:nth-child(odd):hover {
    transform: translateZ(10px) rotateX(1deg) rotateY(-1deg);
}.quantitative_dataui .gain_statisticsui:nth-child(even) {
    transform: translateZ(0) rotateX(0deg) rotateY(1deg);
    border-right: 2px solid rgb(217,173,108,0.5);
    border-left: none;
}.quantitative_dataui .gain_statisticsui:nth-child(even):hover {
    transform: translateZ(10px) rotateX(1deg) rotateY(1deg);
}.quantitative_dataui .gain_statisticsui:nth-child(3n+1) p {
    background-clip: text !important;
    -webkit-background-clip: text !important;
    background: linear-gradient(135deg, rgb(231,204,154) 0%, rgb(217,173,108) 100%);
}.quantitative_dataui .gain_statisticsui:nth-child(3n+2) p {
    background-clip: text !important;
    background: linear-gradient(135deg, rgb(217,173,108) 0%, rgb(231,204,154) 100%);
    -webkit-background-clip: text !important;
}.quantitative_dataui .gain_statisticsui:nth-child(3n+3) p {
    background-clip: text !important;
    background: linear-gradient(135deg, #ffffff 0%, rgb(231,204,154) 100%);
    -webkit-background-clip: text !important;
}

@media (max-width: 992px) {.quantitative_dataui {
    padding: 4rem 1.5rem;
}.quantitative_dataui h3 {
    font-size: calc(36px * 0.9);
    margin-bottom: 2.5rem;
}.quantitative_dataui ul {
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}.quantitative_dataui .gain_statisticsui {
    padding: 1.75rem;
}.quantitative_dataui .gain_statisticsui p {
    font-size: calc(41px * 1);
}
}

@media (max-width: 768px) {.quantitative_dataui {
    padding: 3.5rem 1.25rem;
}.quantitative_dataui h3 {
    font-size: calc(36px * 0.85);
    text-align: center;
    transform: translateX(0);
}.quantitative_dataui h3::after {
    left: 50%;
    transform: translateX(-50%);
}.quantitative_dataui ul {
    gap: 1.25rem;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}.quantitative_dataui .gain_statisticsui {
    padding: 1.5rem;
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 10px), 
            calc(100% - 10px) 100%, 
            0 100%
        );
}.quantitative_dataui .gain_statisticsui span {
    font-size: calc(17px * 0.95);
    margin-bottom: 0.75rem;
}.quantitative_dataui .gain_statisticsui p {
    font-size: calc(36px * 1.1);
}
}

@media (max-width: 576px) {.quantitative_dataui {
    padding: 3rem 1rem;
}.quantitative_dataui h3 {
    margin-bottom: 2rem;
    font-size: calc(36px * 0.8);
}.quantitative_dataui ul {
    grid-template-columns: 1fr;
    gap: 1rem;
}.quantitative_dataui .gain_statisticsui {
    transform: none !important;
    padding: 1.25rem;
}.quantitative_dataui .gain_statisticsui:hover {
    transform: translateY(-5px) !important;
}.quantitative_dataui .gain_statisticsui span {
    font-size: 17px;
}.quantitative_dataui .gain_statisticsui p {
    font-size: 36px;
}.quantitative_dataui .gain_statisticsui:nth-child(odd),
    .quantitative_dataui .gain_statisticsui:nth-child(even) {
    border-left: 2px solid rgb(231,204,154,0.5);
    border-right: none;
}
}