* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}::-webkit-scrollbar {
    width: 6px;
}::-webkit-scrollbar-track {
    border: 1px ridge rgb(216,177,193,0.5);
    background: rgb(216,177,193);
    border-radius: 11em;
}::-webkit-scrollbar-thumb {
    border-radius: 4%;
    background: rgb(235,218,224);
}::-webkit-scrollbar-thumb:hover {
    transform: scale(0.95);
    background: rgb(255, 255, 255, 0.5);
    box-shadow: -2px -1px 0px 1px rgba(0, 0, 0, 0.6);
}::-webkit-scrollbar-thumb:active {
    background: rgb(255, 255, 255, 0.5);
}::-webkit-scrollbar-corner {
    background: rgb(235,218,224);
    border: 1px dotted rgb(235,218,224);
}html {
    scrollbar-color: rgb(216,177,193,0.5) rgb(195,137,162,0.5);
    scrollbar-width: auto;
}header,footer {
    width: 100%;
}html,body {
    min-height: 100%;
    font-family: Arial, sans-serif;
    height: 100%;
    scroll-behavior: smooth;
    color: #000000;
}.edproposal_cta {
    flex: 0 0 auto;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1242px;
}.Mogrid-container {
    flex-direction: column;
    display: flex;
    min-height: 100%;
    height: 100%;
}.icsite_nav {
    flex: 1 0 auto;
}svg {
    height: 30px;
    width: 30px;
}a {
    text-decoration: none;
    color: inherit;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.HLcourse_program_info {
    z-index: 1;
    background: linear-gradient(145deg, rgb(235,218,224) 0%, rgba(245, 247, 250, 0.95) 100%);
    position: relative;
    overflow: hidden;
    padding: 120px 0 100px;
}.HLcourse_program_info::before {
    position: absolute;
    width: 60%;
    z-index: -1;
    right: 0;
    transform: skewX(-15deg) translateX(10%);
    content: "";
    top: 0;
    background: linear-gradient(135deg, transparent 0%, rgba(rgb(216,177,193,0.5), 0.05) 100%);
    height: 100%;
}.HLcourse_program_info::after {
    opacity: 0.05;
    height: 200px;
    z-index: -1;
    content: "";
    width: 200px;
    bottom: -50px;
    position: absolute;
    transform: rotate(15deg);
    left: -50px;
    background: linear-gradient(225deg, rgb(216,177,193) 0%, rgb(195,137,162) 100%);
}.HLcourse_program_info .container {
    position: relative;
    padding: 0 15px;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
}.HLcourse_program_info h2 {
    font-size: 36px;
    color: #000000;
    margin-bottom: 50px;
    transform: perspective(1000px) rotateX(0deg);
    transform-origin: left center;
    font-weight: 700;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
}.HLcourse_program_info h2::after {
    transform: scaleX(1);
    width: 80px;
    background: rgb(216,177,193);
    bottom: -10px;
    position: absolute;
    transition: transform 0.4s ease-out;
    height: this;
    content: "";
    transform-origin: left;
    left: 0;
}.HLcourse_program_info h2:hover {
    transform: perspective(1000px) rotateX(2deg);
}.HLcourse_program_info h2:hover::after {
    transform: scaleX(1.5);
}.HLcourse_program_info .Ejeducation_guide {
    position: relative;
    transform-style: preserve-3d;
    grid-template-columns: 1fr;
    gap: 40px;
    display: grid;
}.HLcourse_program_info .dAimg_show_wrap {
    box-shadow: 0 20px 40px -20px rgba(0, 0, 0, 0.2);
    transform: perspective(1000px) rotateY(-2deg) translateZ(10px);
    overflow: hidden;
    height: 350px;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275),
                box-shadow 0.5s ease;
    border: none;
}.HLcourse_program_info .dAimg_show_wrap::before {
    left: 0;
    transition: opacity 0.3s ease;
    top: 0;
    bottom: 0;
    content: "";
    z-index: 1;
    right: 0;
    position: absolute;
    background: linear-gradient(
        to bottom,
        transparent 70%,
        rgba(rgba(0, 0, 0, 0.5), 0.1) 100%
    );
}.HLcourse_program_info .dAimg_show_wrap:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(20px);
    box-shadow: 0 30px 50px -15px rgba(0, 0, 0, 0.25);
}.HLcourse_program_info .Pttext_holder_box {
    padding: 40px 30px;
    background-color: #ffffff;
    border-radius: 10px;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: relative;
    box-shadow: 0 15px 35px -15px rgba(0, 0, 0, 0.15);
    transform: perspective(1000px) rotateY(2deg) translateZ(5px);
}.HLcourse_program_info .Pttext_holder_box::before {
    width: 5px;
    content: "";
    left: 0;
    background: linear-gradient(to bottom, rgb(216,177,193), rgb(195,137,162));
    transition: height 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    height: 0;
    top: 0;
}.HLcourse_program_info .Pttext_holder_box:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(10px);
}.HLcourse_program_info .Pttext_holder_box:hover::before {
    height: 100%;
}.HLcourse_program_info .description {
    transition: transform 0.4s ease;
    color: #000000;
    line-height: 1.7;
    transform: translateZ(0);
    font-size: 17px;
    margin-bottom: 20px;
    position: relative;
}.HLcourse_program_info .description:last-child {
    margin-bottom: 0;
}.HLcourse_program_info .description::first-letter {
    color: rgb(216,177,193);
    font-size: 1.2em;
    font-weight: 600;
}.HLcourse_program_info .description:nth-child(1) {
    animation: fadeText 0.8s ease forwards;
}.HLcourse_program_info .description:nth-child(2) {
    animation: fadeText 0.8s 0.3s ease forwards;
    opacity: 0;
}@keyframes fadeText {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


.HLcourse_program_info .Ejeducation_guide:hover .dAimg_show_wrap {
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}.HLcourse_program_info .Ejeducation_guide:hover .Pttext_holder_box {
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}


@media (min-width: 768px) {.HLcourse_program_info {
    padding: 150px 0 130px;
}.HLcourse_program_info .Ejeducation_guide {
    align-items: center;
    grid-template-columns: 1fr 1.2fr;
    gap: 60px;
}.HLcourse_program_info h2 {
    font-size: calc(36px * 1.1);
    max-width: 80%;
}.HLcourse_program_info .dAimg_show_wrap {
    height: 500px;
}.HLcourse_program_info .Pttext_holder_box {
    padding: 50px 40px;
}
}

@media (min-width: 992px) {.HLcourse_program_info {
    padding: 180px 0 160px;
}.HLcourse_program_info h2 {
    margin-bottom: 70px;
}.HLcourse_program_info .Ejeducation_guide {
    gap: 80px;
}.HLcourse_program_info .dAimg_show_wrap {
    height: 600px;
}.HLcourse_program_info .Pttext_holder_box {
    padding: 60px 50px;
}
}

@media (max-width: 767px) {.HLcourse_program_info {
    padding: 80px 0 70px;
}.HLcourse_program_info h2 {
    margin-bottom: 30px;
    font-size: calc(36px * 0.85);
}.HLcourse_program_info .dAimg_show_wrap {
    height: 250px;
}.HLcourse_program_info .Pttext_holder_box {
    padding: 30px 20px;
}.HLcourse_program_info .description {
    font-size: calc(17px * 0.95);
    line-height: 1.6;
}
}

@media (max-width: 480px) {.HLcourse_program_info {
    padding: 60px 0 50px;
}.HLcourse_program_info h2 {
    font-size: calc(36px * 0.75);
    margin-bottom: 25px;
}.HLcourse_program_info .dAimg_show_wrap {
    height: 200px;
}.HLcourse_program_info .Pttext_holder_box {
    padding: 25px 15px;
}.HLcourse_program_info .description {
    font-size: calc(17px * 0.9);
    line-height: 1.5;
}}.Fpstatistical_summary {
    background: linear-gradient(135deg, rgb(235,218,224) 0%, rgba(rgb(216,177,193), 0.08) 100%);
    position: relative;
    padding: 6rem 2rem;
    overflow: hidden;
}.Fpstatistical_summary::before {
    left: 0;
    content: '';
    width: 100%;
    background-image: 
        radial-gradient(circle at 10% 20%, rgba(rgb(216,177,193), 0.05) 0%, transparent 50%),
        radial-gradient(circle at 90% 80%, rgba(rgb(216,177,193), 0.07) 0%, transparent 50%);
    height: 100%;
    top: 0;
    z-index: 0;
    position: absolute;
}.Fpstatistical_summary::after {
    width: 200%;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(rgb(216,177,193), 0.2), transparent);
    animation: horizontalFlow 18s infinite linear;
    top: 0;
    left: -50%;
    height: 2px;
    content: '';
}.Fpstatistical_summary h3 {
    animation: fadeUp 0.8s 0.2s forwards ease-out;
    z-index: 2;
    position: relative;
    margin-bottom: 3rem;
    text-align: center;
    font-weight: 700;
    font-size: 2.5rem;
    transform: translateY(0);
    opacity: 0;
    color: #000000;
}.Fpstatistical_summary .container {
    z-index: 2;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}.Fpstatistical_summary ul {
    margin: 0;
    display: grid;
    list-style: none;
    padding: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 2rem;
}.Fpstatistical_summary .fZcareer_benefits {
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), 
                box-shadow 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.8));
    animation-delay: calc(0.1s * var(--i, 0));
    box-shadow: 
        0 10px 30px -15px rgba(#000000, 0.15),
        0 0 0 1px rgba(rgb(216,177,193), 0.08);
    position: relative;
    justify-content: space-between;
    opacity: 0;
    animation: fadeUp 0.8s forwards cubic-bezier(0.22, 1, 0.36, 1);
    transform: translateY(30px);
    display: flex;
    min-height: 180px;
    flex-direction: column;
    padding: 2rem;
}.Fpstatistical_summary .fZcareer_benefits:nth-child(1) {
    --i: 1;
}.Fpstatistical_summary .fZcareer_benefits:nth-child(2) {
    --i: 2;
}.Fpstatistical_summary .fZcareer_benefits:nth-child(3) {
    --i: 3;
}.Fpstatistical_summary .fZcareer_benefits:nth-child(4) {
    --i: 4;
}.Fpstatistical_summary .fZcareer_benefits:nth-child(5) {
    --i: 5;
}.Fpstatistical_summary .fZcareer_benefits:nth-child(6) {
    --i: 6;
}.Fpstatistical_summary .fZcareer_benefits:nth-child(7) {
    --i: 7;
}.Fpstatistical_summary .fZcareer_benefits::before {
    height: 0;
    top: 0;
    position: absolute;
    width: 4px;
    left: 0;
    background: linear-gradient(to bottom, rgb(216,177,193), rgb(195,137,162));
    content: '';
    transition: height 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0.2s;
}.Fpstatistical_summary .fZcareer_benefits:hover {
    box-shadow: 
        0 20px 40px -20px rgba(#000000, 0.2),
        0 0 0 1px rgba(rgb(216,177,193), 0.1);
    transform: translateY(-5px) translateX(5px);
}.Fpstatistical_summary .fZcareer_benefits:hover::before {
    height: 100%;
}.Fpstatistical_summary .fZcareer_benefits span {
    position: relative;
    color: #000000;
    margin-bottom: 1rem;
    font-weight: 600;
    transition: transform 0.3s ease;
    display: block;
    font-size: 1rem;
}.Fpstatistical_summary .fZcareer_benefits:hover span {
    transform: translateX(5px);
}.Fpstatistical_summary .fZcareer_benefits p {
    margin: 0;
    font-size: 3rem;
    display: flex;
    position: relative;
    line-height: 1;
    color: rgb(216,177,193);
    font-weight: 700;
    align-items: center;
}.Fpstatistical_summary .fZcareer_benefits p::after {
    margin-left: 0.2rem;
    transform: translateY(5px);
    content: '+';
    transition: all 0.3s ease;
    font-size: 1.5rem;
    opacity: 0;
}.Fpstatistical_summary .fZcareer_benefits:hover p::after {
    opacity: 1;
    transform: translateY(0);
}

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

@keyframes horizontalFlow {
    0% {
        transform: translateX(-30%);
    }
    100% {
        transform: translateX(30%);
    }
}

@media (max-width: 768px) {.Fpstatistical_summary {
    padding: 4rem 1.5rem;
}.Fpstatistical_summary h3 {
    font-size: 2rem;
    margin-bottom: 2rem;
}.Fpstatistical_summary ul {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.Fpstatistical_summary .fZcareer_benefits {
    min-height: auto;
    padding: 1.5rem;
}.Fpstatistical_summary .fZcareer_benefits p {
    font-size: 2.5rem;
}
}

@media (min-width: 769px) and (max-width: 1024px) {.Fpstatistical_summary ul {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (min-width: 1025px) {.Fpstatistical_summary .fZcareer_benefits {
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), 
                   box-shadow 0.6s cubic-bezier(0.22, 1, 0.36, 1),
                   background 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}.Fpstatistical_summary .fZcareer_benefits:hover {
    background: linear-gradient(135deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.9));
}.Fpstatistical_summary ul {
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
}
}

@media (prefers-reduced-motion: reduce) {.Fpstatistical_summary .fZcareer_benefits, 
    .Fpstatistical_summary h3, 
    .Fpstatistical_summary::after {
    animation: none;
    transition: none;
}.Fpstatistical_summary .fZcareer_benefits {
    opacity: 1;
    transform: none;
}}header .Xfhead_teach {
    justify-content: space-between;
    position: relative;
    z-index: 99;
    overflow: visible;
    align-items: center;
    padding: 1.5rem 0;
    display: flex;
    width: 100%;
    background: linear-gradient(120deg, rgb(216,177,193) 0%, rgb(195,137,162,0.5) 100%);
    box-sizing: border-box;
}header .Xfhead_teach::before {
    left: 0;
    content: "";
    width: 100%;
    background: radial-gradient(circle at 70% 30%, rgb(195,137,162,0.5) 0%, transparent 60%);
    height: 100%;
    z-index: -1;
    position: absolute;
    top: 0;
}header .Xfhead_teach .cTnav_master {
    z-index: 2;
    transform: translateY(-5px);
    transition: all 0.4s ease;
    position: relative;
    margin-left: calc((100vw - 100%) / 2);
}header .Xfhead_teach .cTnav_master:hover {
    transform: translateY(0) scale(1.05);
}header .Xfhead_teach .cTnav_master .Hvtop_main {
    padding: 0.5rem 1rem;
    display: block;
    position: relative;
}header .Xfhead_teach .cTnav_master .Hvtop_main::before {
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 15% 100%);
    width: calc(100% + 40px);
    left: -20px;
    height: calc(100% + 20px);
    position: absolute;
    top: -10px;
    content: "";
}header .Xfhead_teach .cTnav_master .Hvtop_main svg {
    width: auto;
    filter: drop-shadow(0 0 8px #ffffff);
    height: 2.8rem;
}header .Xfhead_teach .eKfirst_expert {
    justify-content: flex-end;
    margin: 0;
    background: linear-gradient(90deg, transparent, rgb(216,177,193,0.5) 30%, rgba(0, 0, 0, 0.5) 100%);
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
    position: relative;
    display: flex;
    list-style: none;
    width: 80vw;
    padding: 0;
    padding-right: calc((100vw - 100%) / 2);
}header .Xfhead_teach .eKfirst_expert::before {
    left: 0;
    z-index: -1;
    top: 0;
    content: "";
    width: 100%;
    background: repeating-linear-gradient(
    -45deg,
    transparent,
    transparent 10px,
    rgba(255, 255, 255, 0.03) 10px,
    rgba(255, 255, 255, 0.03) 20px
  );
    position: absolute;
    height: 100%;
}header .Xfhead_teach .eKfirst_expert .eZtop_learn {
    margin: 0;
    transform-style: preserve-3d;
    perspective: 1000px;
    position: relative;
}header .Xfhead_teach .eKfirst_expert .eZtop_learn a {
    text-decoration: none;
    color: #ffffff;
    font-size: 18px;
    padding: 1.2rem 1.5rem;
    font-weight: 600;
    display: block;
    position: relative;
    transition: all 0.3s ease;
    transform-origin: center;
}header .Xfhead_teach .eKfirst_expert .eZtop_learn a::after {
    width: 0;
    transition: width 0.3s ease;
    bottom: 0.8rem;
    height: 2px;
    content: "";
    left: 1.5rem;
    background: rgb(195,137,162);
    position: absolute;
}header .Xfhead_teach .eKfirst_expert .eZtop_learn a:hover {
    color: rgb(195,137,162);
    transform: translateZ(10px);
}header .Xfhead_teach .eKfirst_expert .eZtop_learn a:hover::after {
    width: calc(100% - 3rem);
}

@media screen and (max-width: 991px) {header .Xfhead_teach {
    flex-direction: column;
    padding: 1rem 0;
    align-items: center;
}header .Xfhead_teach .cTnav_master {
    margin-bottom: 1rem;
    margin-left: 0;
}header .Xfhead_teach .eKfirst_expert {
    background: rgb(216,177,193,0.5);
    padding-right: 0;
    clip-path: none;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
}header .Xfhead_teach .eKfirst_expert .eZtop_learn a {
    padding: 0.8rem 1rem;
}header .Xfhead_teach .eKfirst_expert .eZtop_learn a::after {
    left: 1rem;
    bottom: 0.4rem;
}header .Xfhead_teach .eKfirst_expert .eZtop_learn a:hover::after {
    width: calc(100% - 2rem);
}
}

@media screen and (max-width: 767px) {header .Xfhead_teach .eKfirst_expert {
    padding: 0.5rem 0;
}header .Xfhead_teach .eKfirst_expert .eZtop_learn {
    width: 50%;
}header .Xfhead_teach .eKfirst_expert .eZtop_learn a {
    text-align: center;
    padding: 0.6rem 0.8rem;
    font-size: calc(18px - 2px);
}header .Xfhead_teach .eKfirst_expert .eZtop_learn a::after {
    display: none;
}}.IHcheck_it_out_now {
    overflow: hidden;
    z-index: 1;
    padding: 120px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(216,177,193) 0%, rgb(195,137,162) 100%);
}.IHcheck_it_out_now::before {
    width: 100%;
    opacity: 0.05;
    background-image: 
        linear-gradient(0deg, transparent 24%, #ffffff 25%, #ffffff 26%, transparent 27%, transparent 74%, #ffffff 75%, #ffffff 76%, transparent 77%, transparent),
        linear-gradient(90deg, transparent 24%, #ffffff 25%, #ffffff 26%, transparent 27%, transparent 74%, #ffffff 75%, #ffffff 76%, transparent 77%, transparent);
    height: 100%;
    left: 0;
    z-index: -1;
    background-size: 50px 50px;
    position: absolute;
    content: '';
    top: 0;
}.IHcheck_it_out_now::after {
    position: absolute;
    width: 100%;
    content: '';
    height: 100%;
    background: 
        radial-gradient(circle at 20% 30%, #ffffff 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, #ffffff 0%, transparent 50%);
    top: 0;
    filter: blur(60px);
    opacity: 0.1;
    animation: pulseGlow 10s ease-in-out infinite alternate;
    left: 0;
    z-index: -1;
}.IHcheck_it_out_now .omtraining_pro {
    overflow: hidden;
    flex-direction: column;
    display: flex;
    border-radius: 14px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    margin: 0 auto;
    z-index: 2;
    padding: 60px 40px;
    background: rgba(255, 255, 255, 0.05);
    max-width: 1000px;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.1);
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(10px);
}.IHcheck_it_out_now .omtraining_pro::before {
    content: '';
    box-shadow: 0 0 10px #ffffff;
    height: 2px;
    background: linear-gradient(90deg, 
        transparent 0%, 
        #ffffff 50%, 
        transparent 100%);
    width: 100%;
    left: -100%;
    top: 0;
    z-index: 1;
    position: absolute;
    animation: scanLine 4s ease-in-out infinite;
}.IHcheck_it_out_now .omtraining_pro::after {
    height: 100%;
    position: absolute;
    background: 
        linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 100%);
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 0.3;
    width: 100%;
    content: '';
}.IHcheck_it_out_now h3 {
    font-weight: 700;
    margin-bottom: 50px;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
    font-size: 35px;
    letter-spacing: 3px;
    position: relative;
    font-family: Arial, sans-serif;
}.IHcheck_it_out_now h3::before {
    text-shadow: 2px 0 rgb(195,137,162);
    color: #ffffff;
    top: 0;
    content: attr(data-text);
    left: 2px;
    opacity: 0.8;
    animation: glitchTop 3s infinite linear alternate;
    position: absolute;
    background: transparent;
    clip-path: polygon(0 0, 100% 0, 100% 45%, 0 45%);
}.IHcheck_it_out_now h3::after {
    background: transparent;
    position: absolute;
    top: 0;
    content: attr(data-text);
    text-shadow: -2px 0 rgb(216,177,193);
    left: -2px;
    clip-path: polygon(0 55%, 100% 55%, 100% 100%, 0 100%);
    color: #ffffff;
    animation: glitchBottom 2.7s infinite linear alternate;
    opacity: 0.8;
}.IHcheck_it_out_now .XNedu_chat {
    transition: all 0.4s ease;
    border-radius: 10px;
    padding: 16px 45px;
    font-size: 16px;
    display: inline-block;
    overflow: hidden;
    box-shadow: 
        0 10px 20px rgba(0, 0, 0, 0.2),
        0 0 15px rgba(255, 255, 255, 0.2);
    position: relative;
    letter-spacing: 2px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    color: rgb(216,177,193);
    background: #ffffff;
    font-family: Arial, sans-serif;
    z-index: 1;
}.IHcheck_it_out_now .XNedu_chat::before {
    background: linear-gradient(
        45deg,
        rgb(216,177,193) 0%,
        rgb(195,137,162) 100%
    );
    left: 0;
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    z-index: -1;
    width: 100%;
    transition: opacity 0.4s ease;
    opacity: 0;
}.IHcheck_it_out_now .XNedu_chat::after {
    content: '';
    transition: all 0.7s ease;
    position: absolute;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.8),
        transparent
    );
    transform: skewX(-20deg);
    z-index: 2;
    left: -100px;
    top: 0;
    width: 8px;
}.IHcheck_it_out_now .XNedu_chat:hover {
    box-shadow: 
        0 15px 25px rgba(0, 0, 0, 0.3),
        0 0 20px rgba(255, 255, 255, 0.4);
    color: #ffffff;
    transform: translateY(-5px);
}.IHcheck_it_out_now .XNedu_chat:hover::before {
    opacity: 1;
}.IHcheck_it_out_now .XNedu_chat:hover::after {
    transition-duration: 1s;
    left: 200%;
}

@media screen and (max-width: 992px) {.IHcheck_it_out_now {
    padding: 100px 0;
}.IHcheck_it_out_now .omtraining_pro {
    max-width: 90%;
    padding: 50px 30px;
}.IHcheck_it_out_now h3 {
    font-size: calc(35px * 0.9);
    margin-bottom: 45px;
}.IHcheck_it_out_now .XNedu_chat {
    padding: 14px 40px;
    font-size: calc(16px * 0.95);
}
}

@media screen and (max-width: 768px) {.IHcheck_it_out_now {
    padding: 80px 0;
}.IHcheck_it_out_now .omtraining_pro {
    padding: 40px 25px;
}.IHcheck_it_out_now h3 {
    font-size: calc(35px * 0.8);
    letter-spacing: 2px;
    margin-bottom: 40px;
}.IHcheck_it_out_now .XNedu_chat {
    font-size: calc(16px * 0.9);
    letter-spacing: 1.5px;
    padding: 12px 35px;
}
}

@media screen and (max-width: 576px) {.IHcheck_it_out_now {
    padding: 60px 0;
}.IHcheck_it_out_now .omtraining_pro {
    padding: 30px 20px;
}.IHcheck_it_out_now h3 {
    margin-bottom: 35px;
    font-size: calc(35px * 0.7);
    letter-spacing: 1.5px;
}.IHcheck_it_out_now .XNedu_chat {
    padding: 10px 30px;
    letter-spacing: 1px;
    font-size: calc(16px * 0.85);
}}

@keyframes pulseGlow {
    0% {
        opacity: 0.05;
        filter: blur(60px);
    }
    50% {
        opacity: 0.1;
        filter: blur(80px);
    }
    100% {
        opacity: 0.05;
        filter: blur(60px);
    }
}

@keyframes scanLine {
    0% {
        left: -100%;
    }
    50% {
        left: 100%;
    }
    100% {
        left: -100%;
    }
}

@keyframes glitchTop {
    0% {
        clip-path: polygon(0 0, 100% 0, 100% 45%, 0 45%);
        transform: translate(0);
    }
    10% {
        clip-path: polygon(0 15%, 100% 15%, 100% 40%, 0 40%);
        transform: translate(-5px, 2px);
    }
    20% {
        clip-path: polygon(0 10%, 100% 10%, 100% 30%, 0 30%);
        transform: translate(5px, -2px);
    }
    30% {
        clip-path: polygon(0 5%, 100% 5%, 100% 25%, 0 25%);
        transform: translate(-3px, 1px);
    }
    40% {
        clip-path: polygon(0 0, 100% 0, 100% 45%, 0 45%);
        transform: translate(0);
    }
    100% {
        clip-path: polygon(0 0, 100% 0, 100% 45%, 0 45%);
        transform: translate(0);
    }
}

@keyframes glitchBottom {
    0% {
        clip-path: polygon(0 55%, 100% 55%, 100% 100%, 0 100%);
        transform: translate(0);
    }
    10% {
        clip-path: polygon(0 60%, 100% 60%, 100% 95%, 0 95%);
        transform: translate(5px, 2px);
    }
    20% {
        clip-path: polygon(0 65%, 100% 65%, 100% 90%, 0 90%);
        transform: translate(-5px, -2px);
    }
    30% {
        clip-path: polygon(0 70%, 100% 70%, 100% 85%, 0 85%);
        transform: translate(3px, 1px);
    }
    40% {
        clip-path: polygon(0 55%, 100% 55%, 100% 100%, 0 100%);
        transform: translate(0);
    }
    100% {
        clip-path: polygon(0 55%, 100% 55%, 100% 100%, 0 100%);
        transform: translate(0);
    }
}footer {
    z-index: 1;
    position: relative;
}footer::before {
    right: 0;
    background: linear-gradient(145deg, rgb(235,218,224) 0%, rgb(216,177,193,0.5) 100%);
    left: 0;
    opacity: 0.9;
    content: "";
    z-index: -2;
    position: absolute;
    bottom: 0;
    top: 0;
}footer::after {
    right: 0;
    z-index: -1;
    content: "";
    background-image: 
        repeating-linear-gradient(0deg, rgb(216,177,193,0.5), rgb(216,177,193,0.5) 1px, transparent 1px, transparent 20px),
        repeating-linear-gradient(90deg, rgb(216,177,193,0.5), rgb(216,177,193,0.5) 1px, transparent 1px, transparent 20px);
    opacity: 0.1;
    top: 0;
    position: absolute;
    bottom: 0;
    left: 0;
}.edproposal_cta {
    color: #000000;
    position: relative;
    padding: 4rem 0 2rem;
}.edproposal_cta::after {
    background: linear-gradient(90deg, rgb(216,177,193), rgb(195,137,162));
    width: 100%;
    position: absolute;
    left: 0;
    height: 6px;
    top: 0;
    content: "";
}.edproposal_cta .container {
    position: relative;
    gap: 3rem;
    display: flex;
    flex-wrap: wrap;
}.edproposal_cta .company_holder {
    flex: 1 1 400px;
    background: #ffffff;
    padding: 2rem 2.5rem;
    position: relative;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    border-radius: 16px;
}.edproposal_cta .company_holder::before {
    height: 5px;
    left: 0;
    top: 0;
    border-top-left-radius: 16px;
    content: "";
    border-top-right-radius: 16px;
    width: 100%;
    background: rgb(216,177,193);
    position: absolute;
}.edproposal_cta .company_holder h3 {
    color: rgb(216,177,193);
    font-size: 31px;
    font-weight: 700;
    position: relative;
    margin: 0 0 1.5rem;
    letter-spacing: 0.5px;
}.edproposal_cta .company_holder h3::after {
    height: 3px;
    width: 80px;
    content: "";
    position: absolute;
    bottom: -0.5rem;
    background: rgb(195,137,162);
    left: 0;
}.edproposal_cta .ZUgrant_cta {
    position: relative;
    border-left: 3px solid rgb(195,137,162);
    padding: 1.5rem;
    line-height: 1.7;
    color: #000000;
    background: rgb(235,218,224);
    font-size: 16px;
    border-radius: 10px;
}.edproposal_cta .qQreg_remind {
    flex: 1 1 calc(100% - 450px);
    min-width: 400px;
}.edproposal_cta .Uwhead_prime {
    display: flex;
    flex-wrap: wrap;
    gap: 2.5rem;
}.edproposal_cta .eKfirst_expert {
    min-width: 200px;
    background: #ffffff;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    flex: 1 1 calc(50% - 1.25rem);
    position: relative;
    border-radius: 16px;
}.edproposal_cta .eKfirst_expert h5 {
    font-size: 23px;
    font-weight: 600;
    background: rgb(195,137,162);
    position: relative;
    color: #ffffff;
    padding: 1rem 1.5rem;
    margin: 0;
}.edproposal_cta .eKfirst_expert .Uwhead_prime {
    flex-direction: column;
    padding: 1rem 0;
    display: flex;
    gap: 0;
}.edproposal_cta .eKfirst_expert .Uwhead_prime a {
    padding: 0.8rem 1.5rem;
    align-items: center;
    position: relative;
    display: flex;
    font-size: 16px;
    transition: all 0.3s ease;
    color: #000000;
    text-decoration: none;
}.edproposal_cta .eKfirst_expert .Uwhead_prime a::before {
    height: 100%;
    transition: all 0.3s ease;
    left: 0;
    position: absolute;
    z-index: -1;
    width: 0;
    background: rgb(235,218,224);
    content: "";
    top: 0;
}.edproposal_cta .eKfirst_expert .Uwhead_prime a::after {
    position: absolute;
    width: 5px;
    opacity: 0;
    border-radius: 50%;
    transform: translateY(-50%);
    top: 50%;
    content: "";
    transition: all 0.3s ease;
    background: rgb(195,137,162);
    left: 1.5rem;
    height: 5px;
}.edproposal_cta .eKfirst_expert .Uwhead_prime a:hover {
    color: rgb(216,177,193);
    padding-left: 2.2rem;
}.edproposal_cta .eKfirst_expert .Uwhead_prime a:hover::before {
    width: 100%;
}.edproposal_cta .eKfirst_expert .Uwhead_prime a:hover::after {
    opacity: 1;
}.bostudy_bottom {
    padding: 2rem 0;
    position: relative;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    margin-top: 3rem;
    background: rgb(235,218,224);
}.bostudy_bottom::before {
    top: 0;
    content: "";
    height: 1px;
    background: linear-gradient(90deg, transparent, rgb(216,177,193,0.5), transparent);
    right: 10%;
    position: absolute;
    left: 10%;
}.bostudy_bottom .container {
    display: flex;
    align-items: center;
    justify-content: center;
}.bostudy_bottom .KMwhatsapp_grp {
    font-size: 14px;
    background: #ffffff;
    color: #000000;
    text-align: center;
    border-radius: 50px;
    padding: 0.8rem 2rem;
    font-weight: 400;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

@media (max-width: 1200px) {.edproposal_cta .container {
    gap: 2rem;
}.edproposal_cta .company_holder {
    flex: 1 1 360px;
}.edproposal_cta .qQreg_remind {
    min-width: 360px;
    flex: 1 1 calc(100% - 400px);
}.edproposal_cta .Uwhead_prime {
    gap: 2rem;
}
}

@media (max-width: 992px) {.edproposal_cta {
    padding: 3.5rem 0 2rem;
}.edproposal_cta .container {
    gap: 2.5rem;
    flex-direction: column;
}.edproposal_cta .company_holder,
    .edproposal_cta .qQreg_remind {
    flex: 1 1 100%;
    min-width: 100%;
}.edproposal_cta .eKfirst_expert {
    flex: 1 1 calc(50% - 1rem);
    min-width: 200px;
}
}

@media (max-width: 768px) {.edproposal_cta {
    padding: 3rem 0 1.5rem;
}.edproposal_cta .Uwhead_prime {
    gap: 1.5rem;
}.edproposal_cta .company_holder {
    padding: 2rem;
}.edproposal_cta .company_holder h3 {
    font-size: calc(31px - 2px);
}.bostudy_bottom {
    margin-top: 2rem;
}
}

@media (max-width: 576px) {.edproposal_cta {
    padding: 2.5rem 0 1rem;
}.edproposal_cta .container {
    gap: 1.5rem;
}.edproposal_cta .eKfirst_expert {
    min-width: 100%;
    flex: 1 1 100%;
}.edproposal_cta .Uwhead_prime {
    gap: 1rem;
}.edproposal_cta .company_holder {
    padding: 1.5rem;
}.edproposal_cta .ZUgrant_cta {
    padding: 1.2rem;
}.bostudy_bottom {
    padding: 1.5rem 0;
    margin-top: 1.5rem;
}
}

@media (max-width: 420px) {.edproposal_cta .company_holder h3::after {
    width: 50px;
}.edproposal_cta .eKfirst_expert .Uwhead_prime a:hover {
    padding-left: 2rem;
}.bostudy_bottom .KMwhatsapp_grp {
    width: 90%;
    padding: 0.7rem 1.5rem;
}}.MHmentorship_experience {
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
    background-color: rgb(235,218,224);
}.MHmentorship_experience::before {
    opacity: 0.15;
    right: -10%;
    transform: rotate(-15deg) skewX(15deg);
    position: absolute;
    top: -5%;
    background: linear-gradient(135deg, rgb(216,177,193,0.5), rgb(195,137,162,0.5));
    filter: blur(25px);
    width: 45%;
    height: 70%;
    z-index: 1;
    content: "";
}.MHmentorship_experience::after {
    filter: blur(20px);
    transform: rotate(10deg) skewX(-10deg);
    left: -5%;
    background: linear-gradient(225deg, rgb(195,137,162,0.5), rgb(216,177,193,0.5));
    bottom: -10%;
    z-index: 1;
    height: 60%;
    width: 35%;
    position: absolute;
    content: "";
    opacity: 0.1;
}.MHmentorship_experience .container {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 2rem;
}.MHmentorship_experience .FUfeedback_panel {
    display: grid;
    box-shadow: 0 25px 50px -12px rgba(0,0,0,0.08);
    grid-template-columns: 1fr;
    background: linear-gradient(145deg, rgba(255,255,255,0.95), rgba(255,255,255,0.8));
    backdrop-filter: blur(10px);
    padding: 3rem;
    position: relative;
    gap: 2.5rem;
    transform: perspective(1000px) rotateY(1deg) rotateX(1deg);
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.6s ease;
}.MHmentorship_experience .FUfeedback_panel:hover {
    transform: perspective(1000px) rotateY(0deg) rotateX(0deg) translateY(-5px);
    box-shadow: 0 30px 60px -15px rgba(0,0,0,0.12);
}.MHmentorship_experience .FUfeedback_panel > div:first-child {
    position: relative;
    max-width: 320px;
    margin: 0 auto;
    width: 100%;
}.MHmentorship_experience .FUfeedback_panel .dAimg_show_wrap {
    position: relative;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.5s ease;
    box-shadow: 
        0 10px 30px -10px rgba(0,0,0,0.15),
        0 1px 3px rgba(0,0,0,0.1);
    border-radius: 5px;
    overflow: hidden;
    padding-bottom: 100%;
    width: 100%;
    transform: translateZ(20px);
}.MHmentorship_experience .FUfeedback_panel .dAimg_show_wrap::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(
        to bottom,
        transparent 65%,
        rgb(195,137,162,0.5) 100%
    );
    opacity: 0.7;
    width: 100%;
    height: 100%;
    z-index: 1;
}.MHmentorship_experience .FUfeedback_panel .dAimg_show_wrap::after {
    height: 100%;
    content: "";
    width: 100%;
    left: 0;
    top: 0;
    opacity: 0.4;
    background: linear-gradient(
        45deg,
        rgb(216,177,193,0.5) 0%,
        transparent 50%
    );
    position: absolute;
    z-index: 1;
}.MHmentorship_experience .FUfeedback_panel:hover .dAimg_show_wrap {
    transform: translateZ(30px) scale(1.02);
    box-shadow: 
        0 15px 35px -10px rgba(0,0,0,0.2),
        0 1px 5px rgba(0,0,0,0.1);
}.MHmentorship_experience .FUfeedback_panel > div:nth-child(2) {
    text-align: center;
    position: relative;
}.MHmentorship_experience .FUfeedback_panel .name {
    position: relative;
    font-weight: 700;
    font-size: calc(20px * 1.1);
    display: inline-block;
    margin-bottom: 0.5rem;
    color: #000000;
}.MHmentorship_experience .FUfeedback_panel .name::after {
    bottom: -5px;
    position: absolute;
    left: 50%;
    background: linear-gradient(90deg, rgb(195,137,162), rgb(216,177,193));
    height: 3px;
    transform: translateX(-50%);
    content: "";
    width: 35%;
    border-radius: 10px;
}.MHmentorship_experience .FUfeedback_panel > div:nth-child(2) > div {
    margin-top: 0.8rem;
    font-weight: 600;
    color: rgb(195,137,162);
    font-size: calc(16px * 0.95);
    letter-spacing: 0.5px;
}.MHmentorship_experience .FUfeedback_panel > div:nth-child(3) {
    position: relative;
}.MHmentorship_experience .FUfeedback_panel .EQjob_skills {
    font-size: 16px;
    line-height: 1.7;
    color: #000000;
    border-left: 3px solid rgb(216,177,193,0.5);
    margin: 0;
    padding: 0.5rem 0.5rem 0.5rem 1.5rem;
    position: relative;
}.MHmentorship_experience .FUfeedback_panel .EQjob_skills::before {
    font-size: 5rem;
    z-index: -1;
    color: rgb(216,177,193,0.5);
    font-family: serif;
    top: -20px;
    opacity: 0.2;
    position: absolute;
    left: -10px;
    content: "";
}

@media (min-width: 768px) {.MHmentorship_experience .FUfeedback_panel {
    gap: 2rem 3.5rem;
    grid-template-rows: auto 1fr;
    grid-template-areas: 
            "photo info"
            "photo quote";
    grid-template-columns: 280px 1fr;
    padding: 3.5rem;
}.MHmentorship_experience .FUfeedback_panel > div:first-child {
    grid-area: photo;
    margin: 0;
}.MHmentorship_experience .FUfeedback_panel > div:nth-child(2) {
    text-align: left;
    grid-area: info;
    align-self: flex-end;
}.MHmentorship_experience .FUfeedback_panel > div:nth-child(3) {
    grid-area: quote;
    align-self: flex-start;
}.MHmentorship_experience .FUfeedback_panel .name::after {
    transform: none;
    width: 50px;
    left: 0;
}.MHmentorship_experience .FUfeedback_panel .dAimg_show_wrap {
    border-radius: 8px;
}
}

@media (min-width: 992px) {.MHmentorship_experience {
    padding: 8rem 0;
}.MHmentorship_experience .FUfeedback_panel {
    gap: 2.5rem 4rem;
    grid-template-columns: 320px 1fr;
    padding: 4rem;
}.MHmentorship_experience .FUfeedback_panel .name {
    font-size: calc(20px * 1.2);
}.MHmentorship_experience .FUfeedback_panel > div:nth-child(2) > div {
    font-size: 16px;
}.MHmentorship_experience .FUfeedback_panel .EQjob_skills {
    padding: 0.5rem 1rem 0.5rem 2rem;
    font-size: calc(16px * 1.05);
}
}

@media (max-width: 576px) {.MHmentorship_experience {
    padding: 4rem 0;
}.MHmentorship_experience .FUfeedback_panel {
    gap: 1.5rem;
    padding: 2rem;
}.MHmentorship_experience .FUfeedback_panel .dAimg_show_wrap {
    max-width: 220px;
}.MHmentorship_experience .FUfeedback_panel .name {
    font-size: 20px;
}.MHmentorship_experience .FUfeedback_panel > div:nth-child(2) > div {
    font-size: calc(16px * 0.9);
}.MHmentorship_experience .FUfeedback_panel .EQjob_skills {
    line-height: 1.6;
    padding: 0.5rem 0 0.5rem 1rem;
    font-size: calc(16px * 0.95);
}}.EHoperation_process {
    padding: 8rem 0;
    background: linear-gradient(170deg, rgb(235,218,224) 60%, rgb(216,177,193,0.5) 100%);
    overflow: hidden;
    position: relative;
}.EHoperation_process::before {
    background-size: 30px 30px;
    content: "";
    position: absolute;
    opacity: 0.15;
    left: 0;
    animation: gridPulse 8s ease-in-out infinite alternate;
    top: 0;
    width: 100%;
    z-index: 1;
    background-image: 
        linear-gradient(rgb(195,137,162,0.5) 1px, transparent 1px),
        linear-gradient(90deg, rgb(195,137,162,0.5) 1px, transparent 1px);
    height: 100%;
}.EHoperation_process::after {
    z-index: 0;
    width: 120%;
    content: "";
    filter: blur(60px);
    height: 120%;
    opacity: 0.4;
    position: absolute;
    left: -10%;
    top: -10%;
    background: 
        radial-gradient(circle at 20% 30%, rgb(216,177,193,0.5) 0%, transparent 25%),
        radial-gradient(circle at 80% 70%, rgb(195,137,162,0.5) 0%, transparent 25%);
    animation: glowMove 15s ease-in-out infinite alternate;
}.EHoperation_process .omtraining_pro {
    transition: transform 0.5s ease;
    grid-template-columns: 1fr;
    max-width: 1100px;
    display: grid;
    margin: 0 auto;
    z-index: 2;
    gap: 3rem;
    position: relative;
}.EHoperation_process h3 {
    color: #000000;
    text-transform: uppercase;
    font-size: 33px;
    padding: 0 2rem;
    text-align: center;
    margin: 0;
    animation: circuitConnect 1.5s ease-out forwards;
    font-weight: 700;
    letter-spacing: 3px;
    position: relative;
}.EHoperation_process h3::before,
.EHoperation_process h3::after {
    animation: lineGlow 3s ease-in-out infinite alternate;
    height: 1px;
    width: 60%;
    content: "";
    left: 20%;
    background: linear-gradient(90deg, transparent, rgb(216,177,193), transparent);
    position: absolute;
}.EHoperation_process h3::before {
    top: -15px;
}.EHoperation_process h3::after {
    bottom: -15px;
}.EHoperation_process span {
    font-size: 14px;
    display: flex;
    color: #000000;
    justify-content: center;
    animation: moduleInitialize 1s ease-out forwards;
    align-items: center;
    z-index: 2;
    padding: 3rem;
    position: relative;
    text-align: center;
    line-height: 1.8;
}.EHoperation_process span::before {
    clip-path: polygon(
        0 5%, 
        5% 0, 
        95% 0, 
        100% 5%, 
        100% 95%, 
        95% 100%, 
        5% 100%, 
        0 95%
    );
    right: 0;
    top: 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    position: absolute;
    content: "";
    z-index: -1;
    bottom: 0;
    left: 0;
}.EHoperation_process span::after {
    right: 4px;
    content: "";
    bottom: 4px;
    position: absolute;
    left: 4px;
    z-index: -1;
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.5) 0%, 
        rgba(255, 255, 255, 0) 50%,
        rgba(255, 255, 255, 0.2) 100%
    );
    clip-path: polygon(
        0 5%, 
        5% 0, 
        95% 0, 
        100% 5%, 
        100% 95%, 
        95% 100%, 
        5% 100%, 
        0 95%
    );
    top: 4px;
    opacity: 0.6;
}.EHoperation_process .omtraining_pro::before {
    background: linear-gradient(to bottom, rgb(216,177,193), rgb(195,137,162));
    content: "";
    position: absolute;
    left: calc(50% - 1.5px);
    z-index: 1;
    width: 3px;
    top: calc(3rem + 20px);
    height: 50px;
}.EHoperation_process .omtraining_pro::after {
    box-shadow: 
        0 0 15px rgb(216,177,193,0.5),
        0 0 30px rgb(216,177,193,0.5);
    top: calc(3rem + 70px);
    z-index: 1;
    position: absolute;
    content: "";
    width: 16px;
    background: linear-gradient(135deg, rgb(216,177,193), rgb(195,137,162));
    animation: pulseNode 3s ease-in-out infinite;
    border-radius: 50%;
    left: calc(50% - 8px);
    height: 16px;
}

@keyframes gridPulse {
    0%, 100% {
        opacity: 0.1;
        background-size: 30px 30px;
    }
    50% {
        opacity: 0.2;
        background-size: 32px 32px;
    }
}

@keyframes glowMove {
    0% {
        transform: translateX(-5%) translateY(-5%);
    }
    100% {
        transform: translateX(5%) translateY(5%);
    }
}

@keyframes circuitConnect {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes moduleInitialize {
    0% {
        opacity: 0;
        transform: scale(0.95);
    }
    50% {
        opacity: 0.7;
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes lineGlow {
    0%, 100% {
        opacity: 0.5;
        box-shadow: 0 0 5px rgb(216,177,193,0.5);
    }
    50% {
        opacity: 1;
        box-shadow: 0 0 12px rgb(216,177,193);
    }
}

@keyframes pulseNode {
    0%, 100% {
        transform: scale(1);
        box-shadow: 
            0 0 15px rgb(216,177,193,0.5),
            0 0 30px rgb(216,177,193,0.5);
    }
    50% {
        transform: scale(1.2);
        box-shadow: 
            0 0 20px rgb(216,177,193),
            0 0 40px rgb(216,177,193,0.5);
    }
}

@media (max-width: 992px) {.EHoperation_process {
    padding: 6rem 1.5rem;
}.EHoperation_process h3 {
    padding: 0 1.5rem;
    letter-spacing: 2px;
    font-size: calc(33px * 0.9);
}.EHoperation_process span {
    padding: 2.5rem;
}.EHoperation_process .omtraining_pro::before {
    height: 40px;
}.EHoperation_process .omtraining_pro::after {
    top: calc(3rem + 60px);
}
}

@media (max-width: 768px) {.EHoperation_process {
    padding: 4rem 1rem;
}.EHoperation_process::before {
    background-size: 20px 20px;
}.EHoperation_process h3 {
    font-size: calc(33px * 0.8);
    letter-spacing: 1px;
    padding: 0 1rem;
}.EHoperation_process span {
    padding: 2rem;
    font-size: calc(14px * 0.95);
}.EHoperation_process .omtraining_pro::before {
    height: 30px;
}.EHoperation_process .omtraining_pro::after {
    left: calc(50% - 6px);
    top: calc(3rem + 50px);
    width: 12px;
    height: 12px;
}}.hAgratitudeDiv {
    position: relative;
    z-index: 1;
    padding: 5rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(235,218,224) 0%, rgba(rgb(195,137,162,0.5), 0.15) 100%);
}.hAgratitudeDiv::before {
    animation: floatBg 18s infinite alternate ease-in-out;
    background: linear-gradient(145deg, rgb(216,177,193) 0%, rgba(rgb(216,177,193,0.5), 0.2) 100%);
    transform: rotate(-15deg) translateZ(0);
    left: -10%;
    z-index: -1;
    width: 60%;
    position: absolute;
    clip-path: polygon(0 0, 100% 15%, 85% 100%, 0% 85%);
    top: -20%;
    content: "";
    height: 180%;
}.hAgratitudeDiv::after {
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 85%);
    transform: rotate(12deg) translateZ(0);
    content: "";
    height: 140%;
    animation: floatBg 15s infinite alternate-reverse ease-in-out;
    background: linear-gradient(215deg, rgb(195,137,162) 0%, rgba(rgb(195,137,162,0.5), 0.3) 100%);
    width: 40%;
    right: -5%;
    position: absolute;
    bottom: -10%;
    z-index: -1;
}.hAgratitudeDiv .container {
    padding: 0 20px;
    max-width: 1320px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
}.hAgratitudeDiv .omtraining_pro {
    animation: slideUp 0.9s cubic-bezier(0.17, 0.67, 0.26, 0.97);
    border-left: 4px solid rgb(216,177,193);
    transform: translateY(0);
    box-shadow: 0 20px 50px rgba(rgba(0, 0, 0, 0.5), 0.1), 
                0 10px 30px rgba(rgba(0, 0, 0, 0.5), 0.05),
                0 5px 15px rgba(rgb(216,177,193,0.5), 0.05);
    background: rgba(rgb(255, 255, 255, 0.5), 0.9);
    position: relative;
    opacity: 1;
    backdrop-filter: blur(15px);
    padding: 4rem;
}.hAgratitudeDiv .omtraining_pro::before {
    z-index: -1;
    content: "";
    pointer-events: none;
    left: 20px;
    height: 100%;
    transform: translate(-10px, -10px);
    position: absolute;
    top: 20px;
    width: 100%;
    border: 2px dashed rgba(rgb(195,137,162,0.5), 0.2);
}.hAgratitudeDiv .omtraining_pro > div:first-child {
    animation: slideRight 0.8s 0.3s cubic-bezier(0.17, 0.67, 0.26, 0.97) both;
    position: relative;
    transform: translateX(0);
    margin-bottom: 2rem;
}.hAgratitudeDiv .omtraining_pro > div:first-child::after {
    width: 80px;
    background: rgb(216,177,193);
    position: absolute;
    bottom: -0.8rem;
    content: "";
    height: 3px;
    animation: expandWidth 1.2s 0.8s cubic-bezier(0.17, 0.67, 0.26, 0.97) forwards;
    left: 0;
}.hAgratitudeDiv h5 {
    letter-spacing: -0.01em;
    line-height: 1.4;
    color: #000000;
    transform: translateZ(0);
    font-size: 23px;
    margin: 0;
    font-weight: 700;
}.hAgratitudeDiv .omtraining_pro > div:last-child {
    opacity: 0;
    animation: fadeUp 0.8s 0.5s ease-out forwards;
    transform: translateY(20px);
}.hAgratitudeDiv a {
    transition: transform 0.5s cubic-bezier(0.17, 0.67, 0.26, 0.97);
    text-decoration: none;
    display: block;
    position: relative;
}.hAgratitudeDiv a:hover {
    transform: translateY(-5px);
}.hAgratitudeDiv a::before {
    content: "";
    height: 40px;
    top: -15px;
    border-radius: 10px;
    opacity: 0.1;
    width: 40px;
    position: absolute;
    background: linear-gradient(135deg, rgb(216,177,193) 0%, rgb(195,137,162) 100%);
    left: -20px;
    transform: rotate(-15deg);
    transition: all 0.4s ease;
}.hAgratitudeDiv a:hover::before {
    transform: rotate(0deg) scale(1.2);
    opacity: 0.2;
}.hAgratitudeDiv p {
    font-size: 14px;
    line-height: 1.8;
    margin: 0;
    position: relative;
    z-index: 2;
    font-weight: 400;
    color: #000000;
}

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

@keyframes slideRight {
    0% {
        transform: translateX(-30px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

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

@keyframes expandWidth {
    0% {
        width: 0;
    }
    100% {
        width: 80px;
    }
}

@keyframes floatBg {
    0% {
        transform: rotate(-15deg) translateZ(0);
    }
    100% {
        transform: rotate(-10deg) translateY(-10px) translateZ(0);
    }
}

@media (max-width: 991px) {.hAgratitudeDiv {
    padding: 4rem 0;
}.hAgratitudeDiv .omtraining_pro {
    padding: 3rem;
}.hAgratitudeDiv h5 {
    font-size: calc(23px * 0.9);
}
}

@media (max-width: 767px) {.hAgratitudeDiv {
    padding: 3rem 0;
}.hAgratitudeDiv .omtraining_pro {
    padding: 2.5rem 2rem;
}.hAgratitudeDiv h5 {
    font-size: calc(23px * 0.85);
}.hAgratitudeDiv p {
    line-height: 1.7;
    font-size: calc(14px * 0.95);
}.hAgratitudeDiv::before {
    width: 80%;
}.hAgratitudeDiv::after {
    width: 60%;
}
}

@media (max-width: 575px) {.hAgratitudeDiv {
    padding: 2.5rem 0;
}.hAgratitudeDiv .omtraining_pro {
    padding: 2rem 1.5rem;
}.hAgratitudeDiv h5 {
    font-size: calc(23px * 0.8);
}.hAgratitudeDiv p {
    font-size: calc(14px * 0.9);
    line-height: 1.6;
}.hAgratitudeDiv .omtraining_pro::before {
    display: none;
}.hAgratitudeDiv .omtraining_pro > div:first-child::after {
    width: 60px;
}
    
    @keyframes expandWidth {
        0% {
            width: 0;
        }
        100% {
            width: 60px;
        }
    }
}

@media (hover: hover) {.hAgratitudeDiv a {
    overflow: hidden;
    position: relative;
}.hAgratitudeDiv a::after {
    left: 0;
    content: "";
    bottom: 0;
    transform: scaleX(0);
    position: absolute;
    transform-origin: right;
    height: 1px;
    background: rgb(216,177,193);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    width: 100%;
}.hAgratitudeDiv a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}}.LMtitle_opener {
    position: relative;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    padding: 2rem 1rem;
    min-height: 100vh;
    background: linear-gradient(135deg, rgb(235,218,224) 0%, rgba(0, 0, 0, 0.5) 100%);
    display: flex;
}.LMtitle_opener::before {
    background: linear-gradient(45deg, rgb(216,177,193,0.5) 0%, transparent 50%, rgb(195,137,162,0.5) 100%);
    position: absolute;
    left: 0;
    content: "";
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0.15;
    z-index: 1;
    animation: gradientShift 15s infinite alternate ease-in-out;
}.LMtitle_opener::after {
    opacity: 0.1;
    background: 
    radial-gradient(circle at 20% 30%, rgb(216,177,193,0.5) 0%, transparent 25%),
    radial-gradient(circle at 80% 70%, rgb(195,137,162,0.5) 0%, transparent 25%);
    content: "";
    animation: pulseBackground 20s infinite alternate ease-in-out;
    filter: blur(20px);
    position: absolute;
    top: -5%;
    z-index: 1;
    left: -5%;
    transform-origin: center;
    width: 110%;
    height: 110%;
}.LMtitle_opener .qEcourse_open {
    width: 100%;
    transform-style: preserve-3d;
    perspective: 1000px;
    max-width: 1200px;
    position: relative;
    z-index: 2;
}.LMtitle_opener .qEcourse_open > div {
    gap: 2.5rem;
    display: grid;
    transform-style: preserve-3d;
    grid-template-columns: 1fr;
}.LMtitle_opener .qEcourse_open > div > div:first-child {
    position: relative;
    transform: translateZ(0);
    animation: slideInFromTop 1s ease-out forwards;
}.LMtitle_opener .qEcourse_open > div > div:first-child::before {
    position: absolute;
    top: 0;
    animation: expandHeight 1.2s ease-out 0.5s forwards;
    content: "";
    background: rgb(216,177,193);
    width: 5px;
    height: 0;
    left: 0;
}.LMtitle_opener h3 {
    opacity: 0;
    font-size: calc(24px * 0.9);
    animation: fadeSlideIn 0.8s ease-out 0.3s forwards;
    letter-spacing: 0.5px;
    line-height: 1.4;
    font-weight: 600;
    transform: translateX(20px);
    padding-left: 1.5rem;
    color: #000000;
    position: relative;
}.LMtitle_opener .PQlearn_growth {
    opacity: 0;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    transform: translateY(30px) rotateX(5deg);
    animation: revealCard 1.2s cubic-bezier(0.23, 1, 0.32, 1) 0.5s forwards;
    transform-origin: bottom;
    border-radius: 3px;
    min-height: 60vh;
    position: relative;
}.LMtitle_opener .PQlearn_growth::before {
    background: linear-gradient(to bottom, 
    transparent 0%, 
    rgba(0, 0, 0, 0.5) 100%);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
    opacity: 0.7;
}.LMtitle_opener .PQlearn_growth::after {
    animation: gradientMove 15s infinite alternate ease-in-out;
    background: linear-gradient(135deg, 
    rgb(216,177,193,0.5) 0%, 
    transparent 50%, 
    rgb(195,137,162,0.5) 100%);
    height: 100%;
    z-index: 2;
    left: 0;
    content: "";
    mix-blend-mode: overlay;
    opacity: 0.3;
    position: absolute;
    width: 100%;
    top: 0;
}.LMtitle_opener .PQlearn_growth > div {
    padding: 3rem 2rem;
    display: flex;
    justify-content: flex-end;
    height: 100%;
    flex-direction: column;
    position: relative;
    z-index: 3;
}.LMtitle_opener .PQlearn_growth > div > div {
    margin-bottom: 1.5rem;
    overflow: hidden;
    position: relative;
}.LMtitle_opener p {
    font-weight: 400;
    letter-spacing: 0.3px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    line-height: 1.5;
    font-size: calc(14px * 1.1);
    color: #ffffff;
    opacity: 0;
    transform: translateY(20px);
    margin: 0;
    animation: fadeSlideUp 0.8s ease-out 1.2s forwards;
}.LMtitle_opener .title_style_header {
    letter-spacing: 1px;
    margin: 0;
    opacity: 0;
    color: #ffffff;
    font-weight: 700;
    padding-bottom: 10px;
    transform: translateY(30px);
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
    position: relative;
    animation: fadeSlideUp 1s ease-out 1s forwards;
    line-height: 1.2;
    font-size: calc(46px * 0.9);
}.LMtitle_opener .title_style_header::after {
    content: "";
    animation: expandWidth 1.5s ease-out 1.8s forwards;
    height: 3px;
    width: 0;
    left: 0;
    background: linear-gradient(to right, rgb(216,177,193) 0%, rgb(195,137,162) 100%);
    bottom: 0;
    position: absolute;
}

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {.LMtitle_opener {
    padding: 4rem;
}.LMtitle_opener .qEcourse_open > div {
    gap: 6rem;
}.LMtitle_opener h3 {
    font-size: calc(24px * 1.1);
    padding-left: 2.5rem;
}.LMtitle_opener .PQlearn_growth {
    min-height: 70vh;
}.LMtitle_opener .PQlearn_growth > div {
    padding: 5rem 4rem;
}.LMtitle_opener p {
    font-size: calc(14px * 1.3);
}.LMtitle_opener .title_style_header {
    font-size: calc(46px * 1.1);
}}.rRconnect_form {
    z-index: 1;
    padding: 100px 0;
    position: relative;
}.rRconnect_form::before {
    background-color: rgb(235,218,224);
    content: '';
    opacity: 0.9;
    position: absolute;
    z-index: -1;
    inset: 0;
}.rRconnect_form .container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
}.rRconnect_form .xGfeedback_query {
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
    background: #ffffff;
    position: relative;
    overflow: hidden;
    border-radius: 21px;
    display: flex;
    flex-direction: column;
}.rRconnect_form .XDmessage_query {
    padding: 0;
    position: relative;
    background: rgb(195,137,162);
}.rRconnect_form .XDmessage_query h3 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background: rgb(195,137,162);
    margin: 0;
    font-size: 28px;
    padding: 30px;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
}.rRconnect_form .XDmessage_query div {
    position: relative;
    transition: background-color 0.3s ease;
    display: flex;
    align-items: center;
    padding: 20px 40px;
    justify-content: flex-start;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}.rRconnect_form .XDmessage_query div:hover {
    background-color: rgb(216,177,193);
}.rRconnect_form .XDmessage_query div:last-child {
    border-bottom: none;
}.rRconnect_form .XDmessage_query div svg {
    width: 24px;
    margin-right: 20px;
    flex-shrink: 0;
    height: 24px;
}.rRconnect_form .XDmessage_query div svg path {
    fill: #ffffff;
}.rRconnect_form .XDmessage_query div span {
    color: #ffffff;
    font-size: 14px;
}.rRconnect_form .XDmessage_query div span a {
    text-decoration: none;
    color: #ffffff;
    transition: opacity 0.3s ease;
}.rRconnect_form .XDmessage_query div span a:hover {
    opacity: 0.8;
}.rRconnect_form .ZVquery_box {
    padding: 50px;
    background-color: #ffffff;
}.rRconnect_form .ZVquery_box h3 {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    color: #000000;
    position: relative;
    margin-bottom: 30px;
}.rRconnect_form .ZVquery_box h3::after {
    width: 80px;
    height: 3px;
    transform: translateX(-50%);
    bottom: -10px;
    position: absolute;
    content: '';
    background-color: rgb(195,137,162);
    left: 50%;
}.rRconnect_form .ZVquery_box form {
    width: 100%;
}.rRconnect_form .ZVquery_box input[type="text"],
.rRconnect_form .ZVquery_box input[type="email"] {
    background-color: #ffffff;
    padding: 0 20px;
    margin-bottom: 25px;
    transition: border-color 0.3s ease;
    color: #000000;
    border: none;
    border-bottom: 2px solid rgb(235,218,224);
    font-size: 14px;
    width: 100%;
    border-radius: 0;
    height: 55px;
}.rRconnect_form .ZVquery_box input[type="text"]:focus,
.rRconnect_form .ZVquery_box input[type="email"]:focus {
    border-color: rgb(195,137,162);
    outline: none;
}.rRconnect_form .ZVquery_box input::placeholder {
    color: #000000;
    opacity: 0.6;
}.rRconnect_form .ZVquery_box .AQinquiry_form {
    margin-bottom: 25px;
    position: relative;
    display: flex;
    align-items: flex-start;
}.rRconnect_form .ZVquery_box .AQinquiry_form input[type="checkbox"] {
    -webkit-appearance: none;
    margin-right: 10px;
    position: relative;
    height: 22px;
    flex-shrink: 0;
    width: 22px;
    appearance: none;
    border: 2px solid rgb(235,218,224);
    transition: background-color 0.3s ease, border-color 0.3s ease;
    margin-top: 2px;
    cursor: pointer;
}.rRconnect_form .ZVquery_box .AQinquiry_form input[type="checkbox"]:checked {
    background-color: rgb(195,137,162);
    border-color: rgb(195,137,162);
}.rRconnect_form .ZVquery_box .AQinquiry_form input[type="checkbox"]:checked::before {
    position: absolute;
    transform: translate(-50%, -50%);
    color: #ffffff;
    content: '✓';
    left: 50%;
    font-size: 14px;
    top: 50%;
}.rRconnect_form .ZVquery_box .AQinquiry_form label {
    line-height: 1.6;
    font-size: 16px;
    color: #000000;
}.rRconnect_form .ZVquery_box .AQinquiry_form label a {
    text-decoration: none;
    color: rgb(195,137,162);
    transition: color 0.3s ease;
}.rRconnect_form .ZVquery_box .AQinquiry_form label a:hover {
    color: rgb(216,177,193);
}.rRconnect_form .ZVquery_box .bzinquiry_request {
    height: 55px;
    width: 100%;
    font-size: 20px;
    border-radius: 0;
    overflow: hidden;
    color: #ffffff;
    background-color: rgb(195,137,162);
    cursor: pointer;
    font-weight: 600;
    position: relative;
    border: none;
    transition: background-color 0.3s ease;
}.rRconnect_form .ZVquery_box .bzinquiry_request::before {
    height: 100%;
    width: 100%;
    content: '';
    top: 0;
    transition: left 0.7s ease;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    position: absolute;
    left: -100%;
}.rRconnect_form .ZVquery_box .bzinquiry_request:hover {
    background-color: rgb(216,177,193);
}.rRconnect_form .ZVquery_box .bzinquiry_request:hover::before {
    left: 100%;
}

@media screen and (min-width: 992px) {.rRconnect_form .xGfeedback_query {
    grid-template-columns: 1fr 1fr;
    display: grid;
}.rRconnect_form .XDmessage_query {
    flex-direction: column;
    border-radius: 0 21px 21px 0;
    display: flex;
}.rRconnect_form .ZVquery_box {
    justify-content: center;
    flex-direction: column;
    display: flex;
    border-radius: 21px 0 0 21px;
}.rRconnect_form .XDmessage_query h3 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    text-align: left;
    padding: 40px 30px;
}.rRconnect_form .XDmessage_query div {
    flex: 1;
    align-items: center;
    justify-content: flex-start;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}.rRconnect_form .XDmessage_query div:last-child {
    border-bottom: none;
}
}

@media screen and (min-width: 768px) and (max-width: 991px) {.rRconnect_form .XDmessage_query {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
}.rRconnect_form .XDmessage_query h3 {
    grid-column: 1 / -1;
}.rRconnect_form .XDmessage_query div {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}.rRconnect_form .XDmessage_query div:nth-child(2n) {
    border-right: none;
}.rRconnect_form .XDmessage_query div:nth-last-child(1),
    .rRconnect_form .XDmessage_query div:nth-last-child(2) {
    border-bottom: none;
}
}

@media screen and (max-width: 767px) {.rRconnect_form {
    padding: 60px 0;
}.rRconnect_form .ZVquery_box {
    padding: 40px 25px;
}.rRconnect_form .XDmessage_query h3 {
    padding: 25px 20px;
    font-size: calc(18px + 2px);
}.rRconnect_form .XDmessage_query div {
    padding: 15px 25px;
}
}

@media screen and (max-width: 480px) {.rRconnect_form {
    padding: 40px 0;
}.rRconnect_form .ZVquery_box {
    padding: 30px 20px;
}.rRconnect_form .ZVquery_box h3 {
    font-size: 18px;
}.rRconnect_form .XDmessage_query h3 {
    padding: 20px 15px;
    font-size: 18px;
}.rRconnect_form .XDmessage_query div {
    padding: 15px 20px;
}.rRconnect_form .XDmessage_query div svg {
    height: 20px;
    width: 20px;
    margin-right: 15px;
}}.AHtraining_results {
    padding: 10rem 0;
    background: rgb(235,218,224);
    position: relative;
    overflow: hidden;
}.AHtraining_results::before {
    top: 0;
    content: '';
    background: 
        radial-gradient(circle at 10% 20%, rgb(216,177,193,0.5) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgb(195,137,162,0.5) 0%, transparent 40%);
    position: absolute;
    opacity: 0.4;
    left: 0;
    width: 100%;
    z-index: 1;
    height: 100%;
}.AHtraining_results .omtraining_pro {
    position: relative;
    display: flex;
    max-width: 1400px;
    margin: 0 auto;
    flex-direction: column;
    z-index: 5;
}.AHtraining_results h2 {
    position: relative;
    color: #000000;
    margin-left: 2rem;
    line-height: 1.2;
    width: 60%;
    font-weight: 700;
    margin-bottom: 2.5rem;
    font-size: calc(32px * 1.5);
}.AHtraining_results h2::after {
    position: absolute;
    border-radius: 10px;
    background: rgb(216,177,193);
    height: 6px;
    bottom: -15px;
    content: '';
    width: 120px;
    left: 0;
}.AHtraining_results .dAimg_show_wrap {
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
    box-shadow: -30px 30px 60px rgba(0, 0, 0, 0.15);
    z-index: 2;
    position: absolute;
    border-radius: 16px 0 0 16px;
    height: 80%;
    top: 10%;
    width: 45%;
    right: 0;
}.AHtraining_results .dAimg_show_wrap::after {
    z-index: 1;
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    height: 100%;
    background: linear-gradient(90deg, rgb(216,177,193,0.5) 0%, transparent 100%);
    top: 0;
}.AHtraining_results .Pttext_holder_box {
    width: 65%;
    position: relative;
    z-index: 3;
    padding-left: 2rem;
}.AHtraining_results .text_main_holder {
    gap: 2.5rem;
    margin-top: 1rem;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
}.AHtraining_results .text_main_holder > div {
    position: relative;
    border-radius: 16px;
    background: #ffffff;
    transition: all 0.4s ease;
    display: flex;
    align-items: flex-start;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    padding: 2rem 2.5rem;
}.AHtraining_results .text_main_holder > div::before {
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.1;
    border-radius: 16px;
    content: '';
    background: linear-gradient(90deg, rgb(216,177,193) 0%, transparent 100%);
    width: 0;
    position: absolute;
    transition: width 0.4s ease;
    z-index: 1;
}.AHtraining_results .text_main_holder > div:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}.AHtraining_results .text_main_holder > div:hover::before {
    width: 100%;
}.AHtraining_results .text_main_holder svg {
    width: 3rem;
    z-index: 2;
    transition: transform 0.3s ease;
    position: relative;
    margin-right: 1.5rem;
    flex-shrink: 0;
    height: 3rem;
}.AHtraining_results .text_main_holder > div:hover svg {
    transform: rotate(10deg) scale(1.1);
}.AHtraining_results .text_main_holder svg path {
    fill: rgb(216,177,193);
    transition: fill 0.3s ease;
}.AHtraining_results .text_main_holder > div:hover svg path {
    fill: rgb(195,137,162);
}.AHtraining_results .text_main_holder p {
    z-index: 2;
    line-height: 1.6;
    color: #000000;
    position: relative;
    font-size: 17px;
    margin: 0;
}

@media (max-width: 1200px) {.AHtraining_results h2 {
    font-size: calc(32px * 1.3);
    width: 70%;
}.AHtraining_results .Pttext_holder_box {
    width: 70%;
}.AHtraining_results .dAimg_show_wrap {
    width: 40%;
}
}

@media (max-width: 992px) {.AHtraining_results {
    padding: 8rem 0;
}.AHtraining_results h2 {
    font-size: calc(32px * 1.2);
    width: 80%;
}.AHtraining_results .Pttext_holder_box {
    padding-left: 2rem;
    padding-right: 2rem;
    width: 80%;
}.AHtraining_results .text_main_holder {
    gap: 2rem;
    grid-template-columns: 1fr;
}.AHtraining_results .dAimg_show_wrap {
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0 100%);
}
}

@media (max-width: 768px) {.AHtraining_results {
    padding: 7rem 0 20rem;
}.AHtraining_results .omtraining_pro {
    flex-direction: column;
    display: flex;
}.AHtraining_results h2 {
    margin-right: 2rem;
    width: auto;
    margin-left: 2rem;
    font-size: 32px;
}.AHtraining_results .Pttext_holder_box {
    width: auto;
    padding: 0 2rem;
}.AHtraining_results .dAimg_show_wrap {
    margin: 2rem auto 0;
    clip-path: none;
    top: auto;
    width: 90%;
    position: relative;
    height: 300px;
    border-radius: 16px;
    right: auto;
}.AHtraining_results .text_main_holder > div {
    padding: 1.8rem 2rem;
}
}

@media (max-width: 576px) {.AHtraining_results {
    padding: 5rem 0 18rem;
}.AHtraining_results h2 {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
}.AHtraining_results .Pttext_holder_box {
    padding: 0 1.5rem;
}.AHtraining_results .text_main_holder > div {
    padding: 1.5rem;
}.AHtraining_results .text_main_holder svg {
    width: 2.5rem;
    height: 2.5rem;
    margin-right: 1rem;
}.AHtraining_results .dAimg_show_wrap {
    height: 250px;
}}.qkabout_this {
    overflow: hidden;
    position: relative;
    padding: 120px 0 100px;
}.qkabout_this::before {
    width: 100%;
    background: linear-gradient(135deg, 
        rgba(rgb(216,177,193,0.5), 0.92), 
        rgba(rgba(0, 0, 0, 0.5), 0.85) 60%,
        rgba(rgb(195,137,162,0.5), 0.78) 100%);
    left: 0;
    content: "";
    position: absolute;
    z-index: 1;
    height: 100%;
    top: 0;
}.qkabout_this .container {
    z-index: 2;
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
}.qkabout_this h2 {
    color: #ffffff;
    transform: translateX(-10px);
    opacity: 0;
    font-size: calc(33px * 1.2);
    animation: slideInTitle 0.8s ease-out forwards;
    font-weight: 700;
    position: relative;
    margin-bottom: 50px;
}.qkabout_this h2::after {
    transform-origin: left;
    transform: scaleX(0);
    width: 80px;
    animation: expandLine 1.2s 0.4s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    content: "";
    position: absolute;
    background: linear-gradient(90deg, rgb(195,137,162), transparent);
    height: 4px;
    bottom: -15px;
    left: 0;
}.qkabout_this .Pttext_holder_box {
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr;
    perspective: 1000px;
}.qkabout_this .Pttext_holder_box > div {
    transform: translateY(30px) rotateX(5deg);
    clip-path: polygon(
        0 0,
        100% 0,
        100% calc(100% - 20px),
        calc(100% - 20px) 100%,
        0 100%
    );
    animation: fadeInUp 1s 0.6s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    background: linear-gradient(to right bottom, 
        rgba(255, 255, 255, 0.9), 
        rgba(255, 255, 255, 0.7));
    border-left: 3px solid rgb(195,137,162);
    opacity: 0;
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1),
                0 5px 15px rgba(0, 0, 0, 0.05);
    padding: 40px;
}.qkabout_this .Pttext_holder_box p {
    opacity: 0;
    font-size: calc(17px * 1.5);
    transform: translateX(-5px);
    color: rgb(195,137,162);
    font-weight: 600;
    animation: slideInTitle 0.8s 0.8s ease-out forwards;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
    letter-spacing: 1px;
}.qkabout_this .Pttext_holder_box p::after {
    bottom: -5px;
    background: linear-gradient(90deg, rgb(195,137,162), transparent 80%);
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%;
    content: "";
}.qkabout_this .Pttext_holder_box div div {
    transform: translateY(20px);
    overflow-y: auto;
    columns: 1;
    column-gap: 30px;
    padding-right: 20px;
    font-size: 17px;
    color: #000000;
    opacity: 0;
    animation: fadeInContent 1s 1s ease-out forwards;
    max-height: 350px;
    font-family: Arial, sans-serif;
    line-height: 1.8;
}.qkabout_this .Pttext_holder_box div div::-webkit-scrollbar {
    width: 6px;
    background: rgba(rgba(0, 0, 0, 0.5), 0.05);
}.qkabout_this .Pttext_holder_box div div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(195,137,162);
}

@keyframes slideInTitle {
    0% {
        transform: translateX(-10px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

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

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

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

@media (min-width: 768px) {.qkabout_this {
    padding: 150px 0 130px;
}.qkabout_this h2 {
    font-size: calc(33px * 1.5);
    margin-bottom: 60px;
}.qkabout_this h2::after {
    width: 120px;
    height: 5px;
}.qkabout_this .Pttext_holder_box div div {
    columns: 2;
    column-gap: 40px;
    max-height: 400px;
}.qkabout_this .Pttext_holder_box > div {
    padding: 50px;
    border-left: 5px solid rgb(195,137,162);
}
}

@media (min-width: 992px) {.qkabout_this {
    padding: 180px 0 150px;
}.qkabout_this .container {
    padding: 0 50px;
}.qkabout_this h2 {
    transform: translateX(-20px);
    margin-bottom: 70px;
    font-size: calc(33px * 1.8);
}.qkabout_this h2::after {
    bottom: -20px;
    width: 150px;
}.qkabout_this .Pttext_holder_box > div {
    clip-path: polygon(
            0 0,
            100% 0,
            100% calc(100% - 30px),
            calc(100% - 30px) 100%,
            0 100%
        );
    padding: 60px 70px;
}.qkabout_this .Pttext_holder_box div div {
    columns: 2;
    max-height: 450px;
}.qkabout_this .Pttext_holder_box p {
    margin-bottom: 25px;
    font-size: calc(17px * 1.8);
}
}

@media (min-width: 1200px) {.qkabout_this .Pttext_holder_box > div {
    transform: translateY(40px) rotateX(8deg);
}.qkabout_this .Pttext_holder_box div div {
    line-height: 1.9;
    column-gap: 50px;
    font-size: calc(17px * 1.05);
    columns: 2;
}
}

@media (max-width: 767px) {.qkabout_this {
    padding: 80px 0 60px;
}.qkabout_this h2 {
    font-size: 33px;
    margin-bottom: 40px;
}.qkabout_this .Pttext_holder_box > div {
    padding: 30px 25px;
}.qkabout_this .Pttext_holder_box p {
    font-size: calc(17px * 1.3);
    margin-bottom: 15px;
}.qkabout_this .Pttext_holder_box div div {
    max-height: 300px;
    font-size: calc(17px * 0.95);
    line-height: 1.7;
}}.lRcustomer_comments {
    overflow: hidden;
    padding: 6rem 0;
    position: relative;
    perspective: 1000px;
    background: linear-gradient(135deg, rgb(235,218,224) 40%, rgb(195,137,162,0.5) 100%);
}.lRcustomer_comments::before {
    background: linear-gradient(225deg, rgb(216,177,193,0.5) 0%, transparent 70%);
    height: 70%;
    right: -5%;
    transform: rotate(-15deg) translateZ(-50px);
    top: -10%;
    width: 40%;
    content: '';
    filter: blur(15px);
    z-index: 0;
    position: absolute;
}.lRcustomer_comments::after {
    transform: rotate(10deg) translateZ(-30px);
    left: -2%;
    width: 30%;
    filter: blur(10px);
    bottom: -5%;
    content: '';
    z-index: 0;
    height: 60%;
    background: linear-gradient(45deg, rgb(195,137,162,0.5) 0%, transparent 80%);
    position: absolute;
}.lRcustomer_comments h2 {
    color: #000000;
    letter-spacing: -0.5px;
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
    text-align: left;
    font-size: calc(28px * 1.1);
    margin-bottom: 3.5rem;
    font-weight: 700;
    line-height: 1.2;
    transform-origin: left center;
}.lRcustomer_comments h2::after {
    transform-origin: left;
    background: linear-gradient(90deg, rgb(216,177,193) 0%, rgb(195,137,162) 100%);
    transform: scaleX(1);
    bottom: -12px;
    left: 0;
    height: 3px;
    position: absolute;
    content: '';
    transition: transform 0.5s ease-out;
    width: 80px;
}.lRcustomer_comments h2:hover::after {
    transform: scaleX(1.5);
}.lRcustomer_comments .container.omtraining_pro {
    position: relative;
    z-index: 2;
}.lRcustomer_comments .Yxlearner_views {
    position: relative;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    transform-style: preserve-3d;
    gap: 2.5rem;
}.lRcustomer_comments .FUfeedback_panel {
    transform: translateZ(0) rotateX(0) translateY(0);
    transition: all 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
    background: #ffffff;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 1px 5px rgba(0, 0, 0, 0.03);
    padding: 2rem;
    position: relative;
    overflow: hidden;
    backface-visibility: hidden;
}.lRcustomer_comments .FUfeedback_panel::before {
    right: 20px;
    content: '"';
    top: -15px;
    font-size: 120px;
    opacity: 0.2;
    font-family: serif;
    position: absolute;
    color: rgb(216,177,193,0.5);
    z-index: 0;
    line-height: 1;
}.lRcustomer_comments .FUfeedback_panel:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12), 
                0 10px 20px rgba(0, 0, 0, 0.08),
                0 5px 10px rgba(0, 0, 0, 0.05);
    transform: translateZ(15px) translateY(-8px);
}.lRcustomer_comments .FUfeedback_panel h3 {
    transform: translateX(0);
    transition: transform 0.3s ease;
    font-weight: 600;
    font-size: calc(19px * 1.05);
    z-index: 2;
    position: relative;
    letter-spacing: 0.5px;
    color: rgb(216,177,193);
    margin-bottom: 0.8rem;
}.lRcustomer_comments .FUfeedback_panel:hover h3 {
    transform: translateX(5px);
}.lRcustomer_comments .FUfeedback_panel h3::after {
    left: -10px;
    width: 5px;
    top: 50%;
    position: absolute;
    transition: height 0.3s ease;
    content: '';
    z-index: -1;
    transform: translateY(-50%);
    height: 0;
    background: rgb(216,177,193);
}.lRcustomer_comments .FUfeedback_panel:hover h3::after {
    height: 80%;
}.lRcustomer_comments .FUfeedback_panel .description {
    font-weight: 400;
    font-size: 12px;
    margin-bottom: 1.5rem;
    z-index: 2;
    position: relative;
    line-height: 1.6;
    color: #000000;
}.lRcustomer_comments .FUfeedback_panel div {
    transition: transform 0.3s ease;
    z-index: 2;
    border-radius: 50%;
    height: 60px;
    overflow: hidden;
    margin-top: 1rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    position: relative;
    width: 60px;
}.lRcustomer_comments .FUfeedback_panel:hover div {
    transform: scale(1.05);
}.lRcustomer_comments .FUfeedback_panel img {
    width: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
    height: 100%;
}.lRcustomer_comments .FUfeedback_panel:hover img {
    transform: scale(1.1);
}.lRcustomer_comments .FUfeedback_panel:nth-child(odd) {
    transform: translateZ(0) rotateX(0) translateY(0);
}.lRcustomer_comments .FUfeedback_panel:nth-child(odd):hover {
    transform: translateZ(10px) rotateX(1deg) translateY(-8px);
}.lRcustomer_comments .FUfeedback_panel:nth-child(even) {
    transform: translateZ(0) rotateX(0) translateY(0);
}.lRcustomer_comments .FUfeedback_panel:nth-child(even):hover {
    transform: translateZ(10px) rotateX(-1deg) translateY(-8px);
}.lRcustomer_comments .FUfeedback_panel:nth-child(3n+1)::after {
    bottom: 0;
    right: 0;
    transition: opacity 0.3s ease;
    width: 30%;
    background: linear-gradient(135deg, transparent 50%, rgb(216,177,193,0.5) 100%);
    position: absolute;
    z-index: 1;
    content: '';
    opacity: 0.05;
    height: 40%;
}.lRcustomer_comments .FUfeedback_panel:nth-child(3n+1):hover::after {
    opacity: 0.1;
}.lRcustomer_comments .FUfeedback_panel:nth-child(3n+2)::after {
    content: '';
    background: linear-gradient(225deg, transparent 50%, rgb(195,137,162,0.5) 100%);
    width: 40%;
    z-index: 1;
    position: absolute;
    transition: opacity 0.3s ease;
    left: 0;
    opacity: 0.05;
    height: 30%;
    top: 0;
}.lRcustomer_comments .FUfeedback_panel:nth-child(3n+2):hover::after {
    opacity: 0.1;
}

@media (max-width: 991px) {.lRcustomer_comments {
    padding: 5rem 0;
}.lRcustomer_comments h2 {
    transform: none;
    font-size: 28px;
    text-align: center;
}.lRcustomer_comments h2::after {
    left: 50%;
    transform: translateX(-50%) scaleX(1);
}.lRcustomer_comments h2:hover::after {
    transform: translateX(-50%) scaleX(1.3);
}.lRcustomer_comments .Yxlearner_views {
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
}

@media (max-width: 767px) {.lRcustomer_comments {
    padding: 4rem 0;
}.lRcustomer_comments h2 {
    margin-bottom: 2.5rem;
    font-size: calc(28px * 0.9);
}.lRcustomer_comments .Yxlearner_views {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.lRcustomer_comments .FUfeedback_panel {
    padding: 1.5rem;
}.lRcustomer_comments .FUfeedback_panel::before {
    right: 15px;
    top: -10px;
    font-size: 100px;
}
}

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

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

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

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

@media (max-width: 768px) {.XPpricing_matrix {
    padding: 60px 0;
}.XPpricing_matrix h2 {
    font-size: calc(35px * 0.9);
}.XPpricing_matrix .GVenroll_cost {
    font-size: calc(18px * 0.95);
    margin-bottom: 40px;
}.XPpricing_matrix .lTpremium_cost {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}.XPpricing_matrix .Xbcert_fees {
    min-height: 350px;
    padding: 25px 20px;
}.XPpricing_matrix .Xbcert_fees h4 {
    font-size: 20px;
}.XPpricing_matrix .EVpackage_price {
    font-size: calc(20px * 1.1);
}
}

@media (max-width: 576px) {.XPpricing_matrix {
    padding: 50px 0;
}.XPpricing_matrix .container {
    padding: 0 15px;
}.XPpricing_matrix h2 {
    font-size: calc(35px * 0.8);
}.XPpricing_matrix .GVenroll_cost {
    font-size: calc(18px * 0.9);
    margin-bottom: 30px;
}.XPpricing_matrix .lTpremium_cost {
    grid-template-columns: 1fr;
    gap: 25px;
}.XPpricing_matrix .Xbcert_fees {
    min-height: auto;
}.XPpricing_matrix .Xbcert_fees p {
    font-size: calc(18px * 0.9);
}.XPpricing_matrix .EVpackage_price {
    margin-top: 20px;
    align-self: center;
}}.RUprivacy_retreat {
    padding: 60px;
    width: 100%;
    font-family: Arial, sans-serif;
    color: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    height: auto;
    align-items: center;
    overflow: hidden;
    border: 2px solid rgb(216,177,193);
    display: flex;
    flex-direction: column;
}.RUprivacy_retreat h1 {
    font-size: 47px;
    font-weight: 700;
    margin-bottom: 30px;
    border-bottom: 3px solid rgb(216,177,193);
    color: rgb(216,177,193);
    width: 100%;
    padding-bottom: 10px;
    text-transform: uppercase;
    margin-top: 50px;
    text-align: center;
}.RUprivacy_retreat h2 {
    font-weight: 600;
    font-size: 29px;
    padding-bottom: 10px;
    width: 100%;
    margin-bottom: 25px;
    text-align: center;
    color: rgb(195,137,162);
    margin-top: 40px;
    border-bottom: 2px solid rgb(195,137,162);
}.RUprivacy_retreat h3, .RUprivacy_retreat h4, .RUprivacy_retreat h5, .RUprivacy_retreat h6 {
    padding-bottom: 5px;
    margin-top: 30px;
    border-bottom: 1px solid rgb(216,177,193);
    margin-bottom: 20px;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    width: 100%;
    color: rgb(216,177,193);
}.RUprivacy_retreat li {
    margin-bottom: 15px;
    border-left: 3px solid rgb(216,177,193);
    color: #000000;
    line-height: 1.6;
    font-size: 13px;
    position: relative;
    padding-left: 10px;
    font-weight: 400;
    padding-left: 20px;
}.RUprivacy_retreat section {
    box-shadow: 0 0 15px rgb(216,177,193,0.5);
    border: 1px solid rgb(216,177,193);
    padding: 30px;
    text-align: center;
    width: 100%;
    border-radius: 10px;
    margin-top: 30px;
}.RUprivacy_retreat p, .RUprivacy_retreat span, .RUprivacy_retreat div {
    font-weight: 300;
    color: #000000;
    margin: 0 auto 15px auto;
    margin-bottom: 15px;
    line-height: 1.8;
    text-align: center;
    font-size: 13px;
    padding-bottom: 5px;
    width: 100%;
}

@media only screen and (max-width: 800px) {.RUprivacy_retreat {
    padding: 20px 10px;
}.RUprivacy_retreat h1 {
    font-size: calc(24px * 0.8);
    width: 100%;
}.RUprivacy_retreat h2 {
    width: 100%;
    font-size: calc(24px * 0.8);
}.RUprivacy_retreat h3, .RUprivacy_retreat h4, .RUprivacy_retreat h5, .RUprivacy_retreat h6 {
    font-size: calc(24px * 0.8);
    width: 100%;
}.RUprivacy_retreat p, .RUprivacy_retreat span, .RUprivacy_retreat div {
    font-size: calc(13px * 0.9);
    width: 100%;
}.RUprivacy_retreat ul, .RUprivacy_retreat ol {
    width: 100%;
}.RUprivacy_retreat section {
    width: 100%;
}}.fDcookieNotificationBar {
    z-index: 90;
    width: 100%;
    position: fixed;
    background: rgb(235,218,224);
    bottom: 0;
    border-top: 2px solid rgb(216,177,193);
}.Eycookie_controls {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    align-items: center;
}.fDcookieNotificationBar h5 {
    font-size: 22px;
    margin-bottom: 6px;
}.fDcookieNotificationBar p {
    font-size: 18px;
}.Qqcookie_apply {
    flex-shrink: 0;
    margin-right: 10px;
}.Qqcookie_apply svg, .Qqcookie_apply svg path, .Qqcookie_apply img {
    height: 100px;
    width: 100px;
    fill: rgb(216,177,193);
}.dqcookie_overlay {
    text-decoration: none;
    font-size: 24px;
    line-height: 35px;
    min-width: 120px;
    text-align: center;
    border-bottom: 2px solid rgb(216,177,193);
    cursor: pointer;
    margin-left: 10px;
    flex-shrink: 0;
    color: rgb(216,177,193);
    white-space: nowrap;
}.fDcookieNotificationBar p a {
    color: rgb(216,177,193);
    text-decoration: none;
}#EeuserPrivacyWindow {
    display: none;
}#EeuserPrivacyWindow:checked ~ .fDcookieNotificationBar {
    visibility: hidden;
    opacity: 0;
}
@media only screen and (max-width: 1200px) {.fDcookieNotificationBar {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.Qqcookie_apply {
    display: none;
}.Eycookie_controls {
    justify-content: center;
    align-items: center;
    flex-direction: column;
}.fDcookieNotificationBar h5 {
    text-align: center;
}.fDcookieNotificationBar p {
    text-align: center;
}.dTdigital_consent {
    margin-bottom: 20px;
}body .Mogrid-container .dqcookie_overlay {
    margin-left: 0;
}}
.Mogrid-container .Eycookie_controls {
    justify-content: flex-end;
}.Mogrid-container .dqcookie_overlay {
    margin-left: 30px;
    font-size: 20px;
    padding: 10px;
    color: #ffffff;
    background: rgb(216,177,193);
}.Mogrid-container .dTdigital_consent {
    text-align: right;
}
@media only screen and (max-width: 800px)  {.Mogrid-container .dqcookie_overlay {
    margin-bottom: 10px;
    margin-left: 0;
}
}