.container {
    max-width: 100%;
    width: 1176px;
    margin: auto;
}

.NeCfooter_clients {
    flex: 0 0 auto;
}

.Xmfnav_main {
    flex: 1 0 auto;
}

html,body {
    height: 100%;
    font-family: Arial, sans-serif;
    color: #000000;
    scroll-behavior: auto;
    min-height: 100%;
}

.iCetitle_intro .NFtphoto_frame::after {
    position: absolute;
    height: 100%;
    left: 0;
    content: "";
    width: 100%;
    backdrop-filter: blur(2px);
    background: linear-gradient(
        45deg,
        rgb(204,195,225,0.5) 0%,
        transparent 40%,
        rgb(169,158,202,0.5) 90%
    );
    top: 0;
}

.iCetitle_intro h1::before {
    background: linear-gradient(to bottom, rgb(204,195,225), rgb(169,158,202));
    transform-origin: top;
    top: 0;
    animation: lineGrow 0.6s ease-out forwards 0.5s;
    transform: scaleY(0);
    position: absolute;
    left: 0;
    width: 4px;
    height: 100%;
    content: "";
}

.iCetitle_intro p {
    font-size: calc(12px * 1.1);
    line-height: 1.6;
    position: relative;
    font-weight: 400;
    margin-bottom: 2rem;
    color: #ffffff;
}

.iCetitle_intro .zhaedu_open {
    justify-content: center;
    opacity: 0;
    display: flex;
    transform: scale(0.9);
    margin: 2rem 0;
    animation: popIn 0.5s ease-out forwards 0.7s;
}

.iCetitle_intro svg path {
    transition: fill 0.3s ease;
    stroke-width: 0.5;
    fill: rgb(94,170,168);
    stroke: rgba(255,255,255,0.3);
}

.iCetitle_intro .bLVrequest_form {
    color: #ffffff;
    border-radius: 3px;
    transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
    display: inline-block;
    text-decoration: none;
    padding: 0.9rem 2.5rem;
    transform: translateY(0);
    position: relative;
    letter-spacing: 0.5px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(94,170,168,0.3);
    font-size: 16px;
    background: linear-gradient(135deg, rgb(204,195,225) 0%, rgb(169,158,202) 100%);
    font-weight: 600;
}

.iCetitle_intro .bLVrequest_form:hover::after {
    transform: translateX(100%);
}

.VCNconnect_form::before {
    top: 0;
    content: "";
    z-index: 1;
    height: 100%;
    position: absolute;
    width: 100%;
    background: linear-gradient(45deg, rgb(169,158,202,0.5), rgb(204,195,225,0.5));
    left: 0;
}

.VCNconnect_form .ksPinquiry_inquiry::before {
    width: 300px;
    border-radius: 50%;
    top: -150px;
    right: -150px;
    opacity: 0.2;
    height: 300px;
    background: radial-gradient(circle, rgb(169,158,202) 0%, transparent 70%);
    position: absolute;
    content: '';
}

.VCNconnect_form .ksPinquiry_inquiry div:hover {
    transform: translateX(10px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.VCNconnect_form .ksPinquiry_inquiry div svg path {
    fill: rgb(204,195,225);
}

.VCNconnect_form .ksPinquiry_inquiry div span a {
    color: #000000;
    transition: color 0.3s ease;
    text-decoration: none;
}

.VCNconnect_form .gtLrequest_widget::before {
    position: absolute;
    bottom: 0;
    width: 200px;
    right: 0;
    background: radial-gradient(circle, rgb(204,195,225,0.5) 0%, transparent 70%);
    height: 200px;
    opacity: 0.3;
    content: '';
}

.VCNconnect_form form input::placeholder {
    color: rgba(0, 0, 0, 0.4);
}

.VCNconnect_form .lfihelp_card {
    margin-top: 10px;
    display: flex;
    position: relative;
    align-items: flex-start;
}

.VCNconnect_form .lfihelp_card label::before {
    transition: all 0.3s ease;
    content: '';
    border-radius: 6px;
    top: 0;
    left: 0;
    height: 20px;
    border: 2px solid rgb(204,195,225);
    width: 20px;
    position: absolute;
    background: transparent;
}

.VCNconnect_form .lfihelp_card label a:hover {
    text-decoration: underline;
}

.VCNconnect_form form .bLVrequest_form::before {
    left: 0;
    transition: transform 0.6s ease;
    content: '';
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    position: absolute;
    height: 100%;
    width: 100%;
    transform: translateX(-100%);
    top: 0;
}

.VCNconnect_form .ksPinquiry_inquiry div:nth-child(4) {
    animation: bounce 5s infinite ease-in-out;
    animation-delay: 0.5s;
}

.iVtprogram_assets::before {
    height: 100%;
    top: 0;
    z-index: 0;
    left: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgba(rgb(204,195,225,0.5), 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(rgb(169,158,202,0.5), 0.15) 0%, transparent 60%);
    width: 100%;
    content: "";
    position: absolute;
}

.iVtprogram_assets .NFtphoto_frame {
    margin-bottom: 2.5rem;
    object-fit: cover;
    max-height: 420px;
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    width: 100%;
    height: auto;
    border-radius: 24px;
    box-shadow: 0 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.15), 
                0 0 0 1px rgba(rgb(204,195,225,0.5), 0.1);
    transform: perspective(1000px) rotateY(-2deg) rotateX(2deg);
}

.iVtprogram_assets h1::after {
    width: 80px;
    height: 3px;
    left: 0;
    bottom: -12px;
    content: "";
    border-radius: 5px;
    background: linear-gradient(90deg, rgb(204,195,225) 0%, rgb(169,158,202) 100%);
    position: absolute;
}

.iVtprogram_assets li:hover {
    transform: translateX(5px);
}

.iVtprogram_assets li svg {
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: 24px;
    left: 0;
    transform-origin: center;
    top: 0;
    transform: scale(0.9);
    position: absolute;
    height: 24px;
}

.Frncourse_program_info::after {
    z-index: 0;
    width: 300px;
    left: -80px;
    clip-path: polygon(0 0, 100% 20%, 85% 100%, 15% 80%);
    opacity: 0.07;
    position: absolute;
    background: linear-gradient(45deg, rgb(169,158,202), rgb(204,195,225));
    content: "";
    bottom: -80px;
    height: 200px;
}

.Frncourse_program_info .pixknowledge_map {
    gap: 3rem;
    position: relative;
    perspective: 1000px;
    display: grid;
    grid-template-columns: 1fr;
}

.Frncourse_program_info .NFtphoto_frame {
    transform: perspective(1000px) rotateY(-2deg) translateZ(0);
    height: 400px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12), 0 5px 15px rgba(0, 0, 0, 0.05);
    clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%);
    position: relative;
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), box-shadow 0.6s ease;
}

.Frncourse_program_info .description::before {
    top: 0;
    bottom: 0;
    width: 3px;
    content: "";
    opacity: 0.7;
    left: 0;
    position: absolute;
    background: linear-gradient(to bottom, rgb(204,195,225), rgb(169,158,202));
}

.yoHour_mission::after {
    right: 0;
    top: 0;
    height: 100%;
    clip-path: polygon(30% 0, 100% 0, 100% 100%, 0% 100%);
    width: 35%;
    content: "";
    z-index: 1;
    background: linear-gradient(90deg, transparent, rgb(169,158,202,0.5) 70%);
    position: absolute;
}

.yoHour_mission h1::after {
    left: 0;
    animation: expandLine 1.5s ease-out forwards;
    bottom: -15px;
    width: 80px;
    background: linear-gradient(90deg, rgb(204,195,225), rgb(169,158,202));
    height: 4px;
    content: "";
    transform-origin: left center;
    position: absolute;
}

.yoHour_mission .RGTstudy_track::before {
    content: "";
    left: 0;
    position: absolute;
    transition: height 0.5s ease;
    z-index: -1;
    background: linear-gradient(to bottom, rgb(204,195,225), rgb(169,158,202));
    width: 6px;
    top: 0;
    height: 0;
}

.yoHour_mission .RGTstudy_track h4 {
    margin-bottom: 20px;
    font-size: 23px;
    position: relative;
    color: #000000;
    transition: transform 0.3s ease, color 0.3s ease;
    padding-bottom: 15px;
    font-weight: 600;
}

.uZtwindowPrivacySettings {
    background: rgb(232,228,242);
    width: 100%;
    display: flex;
    transition: transform 0.3s ease-in-out;
    padding: 1rem 0;
    bottom: 0;
    z-index: 90;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
    position: fixed;
    overflow: hidden;
    justify-content: center;
    border-top: 3px solid rgb(204,195,225);
    align-items: center;
}

.pRMcookie_verify {
    min-width: 300px;
    flex: 1;
    margin-bottom: 20px;
}

.hgOdigital_consent {
    display: inline-block;
    text-decoration: none;
    background: rgb(204,195,225);
    padding: 0.75rem 1.5rem;
    font-weight: 700;
    border: none;
    font-size: 1rem;
    transition: background-color 0.3s ease, transform 0.3s ease;
    color: #ffffff;
    cursor: pointer;
    border-radius: 10px;
}

.YvOplan_list .container {
    z-index: 2;
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
}

.YvOplan_list .IWCpayment_plans {
    gap: 3rem;
    display: flex;
    flex-direction: column;
}

.YvOplan_list .ymwpromo_cost h2 {
    margin-bottom: 1rem;
    position: relative;
    font-weight: 700;
    font-size: 38px;
    display: inline-block;
    color: #000000;
}

.YvOplan_list .TElfee_package {
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
    perspective: 1000px;
}

.YvOplan_list .RlApromo_rates:nth-child(1) {
    animation-delay: 0.1s;
}

.YvOplan_list .RlApromo_rates:nth-child(3) {
    animation-delay: 0.3s;
}

.YvOplan_list .RlApromo_rates::before {
    position: absolute;
    top: 0;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    background: linear-gradient(90deg, rgb(204,195,225), rgb(169,158,202));
    transform-origin: left;
    transform: scaleX(0);
    content: "";
    left: 0;
    width: 100%;
    height: 5px;
}

.YvOplan_list .RlApromo_rates:hover .vMQprice_options h3 {
    color: rgb(204,195,225);
}

.YvOplan_list .hrvstudy_pricing::after {
    width: 40px;
    content: "";
    bottom: -8px;
    height: 2px;
    transition: width 0.3s ease;
    position: absolute;
    background-color: rgb(169,158,202);
    left: 0;
}

.YvOplan_list .NFtphoto_frame {
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    overflow: hidden;
    width: 100%;
    height: 200px;
    position: relative;
}

.YvOplan_list .RlApromo_rates:hover .NFtphoto_frame {
    transform: scale(1.05);
}

header::before {
    left: 0;
    content: '';
    background-image: 
        linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255,255,255,0.05) 1px, transparent 1px);
    top: 0;
    position: absolute;
    height: 100%;
    z-index: 0;
    background-size: 20px 20px;
    width: 100%;
}

header .xRNmain_learn svg {
    width: 140px;
    transition: all 0.3s ease;
    height: auto;
}

header .wLeheader_master::before {
    top: -2px;
    right: -2px;
    border-radius: calc(10px + 2px);
    left: -2px;
    background: linear-gradient(135deg, rgb(204,195,225,0.5), rgb(169,158,202,0.5));
    position: absolute;
    bottom: -2px;
    content: '';
    opacity: 0.5;
    z-index: -1;
}

header .ZbOnav_know:hover {
    color: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}

footer {
    position: relative;
    width: 100%;
}

footer .NeCfooter_clients::before {
    top: 0;
    background-size: 60px 60px;
    content: "";
    position: absolute;
    width: 100%;
    opacity: 0.1;
    background-image: linear-gradient(30deg, rgba(255, 255, 255, 0.05) 25%, transparent 25%, transparent 50%, 
                      rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.05) 75%, transparent 75%, transparent);
    height: 100%;
    left: 0;
}

footer .info_item:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(0);
}

footer .info_item p,
footer .info_item a {
    color: #2c3e50;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
}

footer .LBAnav_site:hover, footer .subscribe_holder:hover {
    background-color: rgba(255, 255, 255, 0.08);
}

footer .LBAnav_site svg {
    filter: brightness(0) invert(1);
    height: 45px;
    width: auto;
    margin-bottom: 20px;
}

footer .wLeheader_master h5::after {
    background-color: rgb(204,195,225);
    height: 2px;
    left: 0;
    position: absolute;
    width: 50px;
    content: "";
    bottom: 0;
}

footer .jhxmain_page a:last-child {
    border-bottom: none;
}

footer .jhxmain_page a:hover {
    padding-left: 5px;
    color: #ffffff;
}

footer .jhxmain_page a:hover::before {
    opacity: 1;
    transform: translateX(0);
}

footer .subscribe_holder h5 {
    padding-bottom: 10px;
    position: relative;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #ffffff;
}

footer .input_holder input[type="email"] {
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background-color: rgba(255, 255, 255, 0.05);
    color: #ffffff;
    font-size: 16px;
    transition: all 0.3s ease;
    padding: 15px;
}

footer .uivdata_viz {
    margin-top: 50px;
    position: relative;
    text-align: center;
}

.LUNprivacy_enclosure {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 100%;
    height: auto;
    padding: 40px;
    overflow: hidden;
}

.LUNprivacy_enclosure h2 {
    color: #000000;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding-bottom: 8px;
    font-size: 31px;
    border-bottom: 1px solid #000000;
    font-family: Arial, sans-serif;
    margin-bottom: 20px;
    margin-top: 30px;
    font-weight: 600;
}

.LUNprivacy_enclosure ul li::before, .LUNprivacy_enclosure ol li::before {
    content: '\2022';
    width: 1em;
    color: rgb(204,195,225);
    font-weight: 700;
    display: inline-block;
    margin-left: -1em;
}



.LUNprivacy_enclosure ul li:hover, .LUNprivacy_enclosure ol li:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    background: rgb(204,195,225);
    color: #ffffff;
}

.UBhinstructor_history::after {
    z-index: -1;
    position: absolute;
    width: 30%;
    bottom: -5%;
    animation: morph 15s linear infinite alternate;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    content: "";
    left: -5%;
    background: rgb(169,158,202,0.5);
    height: 30%;
}

.UBhinstructor_history .aUNuser_testimonials:hover .NFtphoto_frame {
    transform: translateX(0) scale(1.02);
    filter: contrast(1.1);
}

.UBhinstructor_history .tNEemp_progress {
    justify-content: center;
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    display: flex;
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.5);
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
    transform: translateX(-15%);
    grid-row: 1 / 2;
    flex-direction: column;
    background: #ffffff;
    padding: 3rem 3rem 3rem 5rem;
    grid-column: 2 / 3;
    z-index: 1;
}

.UBhinstructor_history .aUNuser_testimonials:hover .tNEemp_progress > div:nth-child(2) {
    opacity: 1;
    transform: translateX(0);
}

.UBhinstructor_history .aUNuser_testimonials:hover .tNVemp_overview {
    transform: translateY(0);
    opacity: 1;
}



.UBhinstructor_history .tNEemp_progress::after {
    animation: float 4s ease-in-out infinite;
    bottom: 20px;
    background: rgb(204,195,225,0.5);
    height: 40px;
    width: 40px;
    position: absolute;
    border-radius: 50%;
    right: 20px;
    content: "";
    z-index: -1;
}

.DHTtyField .container {
    max-width: 1140px;
    padding: 0 20px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
}

.DHTtyField .VHXexpert_program {
    border-radius: 15px;
    padding: 3rem;
    transform: perspective(1000px) rotateX(2deg);
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1),
                box-shadow 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.05),
                -10px -10px 30px rgba(255, 255, 255, 0.8),
                inset 2px 2px 5px rgba(255, 255, 255, 0.4),
                inset -2px -2px 5px rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(5px);
    position: relative;
    background-color: rgba(255, 255, 255, 0.9);
}

.DHTtyField h5::before {
    align-items: center;
    background: linear-gradient(135deg, rgb(204,195,225) 0%, rgb(169,158,202) 100%);
    border-radius: 50%;
    top: 50%;
    justify-content: center;
    color: #ffffff;
    transform: translateY(-50%);
    content: "✓";
    transition: opacity 0.5s ease, transform 0.5s ease;
    left: -35px;
    display: flex;
    position: absolute;
    height: 26px;
    font-size: 14px;
    opacity: 0;
    width: 26px;
}

.DHTtyField a:hover p {
    color: rgb(204,195,225);
}


@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}



@media (max-width: 992px) {.iCetitle_intro {
    height: auto;
    padding: 5rem 0;
    min-height: 100vh;
}.iCetitle_intro .VHXexpert_program {
    padding: 2rem;
    transform: translateY(0);
}.iCetitle_intro h1 {
    margin-bottom: 1.2rem;
    font-size: calc(38px * 1.1);
    text-align: left;
}.iCetitle_intro .hRUreading_area {
    max-width: 100%;
    padding: 2rem;
}.iCetitle_intro svg {
    width: 100px;
    height: 100px;
}
}



@media screen and (max-width: 992px) {.VCNconnect_form .ralcontact_query {
    flex-direction: column;
}.VCNconnect_form .ksPinquiry_inquiry,
    .VCNconnect_form .gtLrequest_widget {
    padding: 40px 30px;
    width: 100%;
}.VCNconnect_form .ksPinquiry_inquiry div {
    animation: none;
}
}



@media (min-width: 768px) {.iVtprogram_assets {
    padding: 8rem 0;
}.iVtprogram_assets .container {
    align-items: center;
    gap: 3rem;
    flex-direction: row;
}.iVtprogram_assets .NFtphoto_frame {
    width: 45%;
    max-height: 500px;
    margin-bottom: 0;
}.iVtprogram_assets .VHXexpert_program {
    width: 55%;
    transform: translateY(0) translateX(-30px);
}.iVtprogram_assets ul {
    grid-template-columns: repeat(2, 1fr);
}.iVtprogram_assets h1 {
    font-size: 43px;
}
}



@media (hover: hover) {.iVtprogram_assets .VHXexpert_program {
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1), 
                    box-shadow 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}.iVtprogram_assets .VHXexpert_program:hover {
    box-shadow: 0 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.15),
                    0 0 0 1px rgba(rgb(204,195,225,0.5), 0.1);
}}



@media (min-width: 1200px) {.Frncourse_program_info .container {
    padding: 0 4rem;
}.Frncourse_program_info h2 {
    max-width: 60%;
}.Frncourse_program_info .pixknowledge_map {
    gap: 6rem;
}.Frncourse_program_info .NFtphoto_frame {
    transform: perspective(1500px) rotateY(-4deg) translateZ(0);
}.Frncourse_program_info .description {
    padding-left: 2rem;
}.Frncourse_program_info .description::before {
    width: 4px;
}
}



@media screen and (max-width: 992px) {.yoHour_mission {
    padding: 90px 0 70px;
}.yoHour_mission::after {
    width: 25%;
}.yoHour_mission h1 {
    margin-bottom: 50px;
}.yoHour_mission .Ddwlearn_roots ul {
    gap: 30px;
}
}



@media screen and (max-width: 480px) {.yoHour_mission {
    padding: 50px 0 40px;
}.yoHour_mission h1 {
    margin-bottom: 30px;
    font-size: calc(42px * 0.9);
}.yoHour_mission h1::after {
    height: 3px;
    bottom: -10px;
}.yoHour_mission .RGTstudy_track {
    padding: 25px 20px;
}.yoHour_mission .RGTstudy_track h4 {
    padding-bottom: 10px;
    font-size: calc(23px * 0.9);
    margin-bottom: 15px;
}.yoHour_mission .RGTstudy_track div {
    max-height: 250px;
    font-size: calc(17px * 0.95);
}}



@media (max-width: 767px) {.YvOplan_list .RlApromo_rates {
    margin: 0 auto;
    max-width: 400px;
}.YvOplan_list .ymwpromo_cost h2 {
    font-size: calc(38px * 0.9);
}.YvOplan_list .uOIpricing_tiers {
    font-size: calc(15px * 0.95);
}}



@media (max-width: 767px) {header::after {
    width: 3px;
}header .Ujkheader_nav {
    align-items: flex-start;
    gap: 0.7rem;
    flex-direction: column;
    padding: 0.8rem 2%;
    margin-left: 3px;
}header .xRNmain_learn {
    padding: 0.4rem;
}header .xRNmain_learn svg {
    width: 120px;
}header .wLeheader_master {
    overflow-x: auto;
    justify-content: flex-start;
    width: 98%;
    padding: 0.4rem;
}header .wLeheader_master::-webkit-scrollbar {
    height: 2px;
}header .wLeheader_master::-webkit-scrollbar-thumb {
    background: rgb(204,195,225);
    border-radius: 10px;
}header .ZbOnav_know {
    padding: 0.3rem 0.5rem;
    font-size: calc(15px - 1px);
    white-space: nowrap;
}
}



@media only screen and (max-width: 800px) {.LUNprivacy_enclosure {
    padding: 20px;
}.LUNprivacy_enclosure h1, .LUNprivacy_enclosure h2 {
    text-align: center;
    font-size: 20px;
}.LUNprivacy_enclosure ul li, .LUNprivacy_enclosure ol li {
    font-size: 14px;
    padding: 8px;
}}



@media (max-width: 991px) {.DHTtyField {
    padding: 3rem 0;
}.DHTtyField .VHXexpert_program {
    padding: 2.5rem;
}.DHTtyField h5 {
    font-size: calc(20px - 2px);
}
}



@media (max-width: 576px) {.DHTtyField {
    padding: 2rem 0;
}.DHTtyField .VHXexpert_program {
    transform: none;
    padding: 1.5rem;
    border-radius: 10px;
}.DHTtyField h5 {
    font-size: calc(20px - 6px);
}.DHTtyField .VHXexpert_program > div:first-child::after {
    width: 60px;
    height: 2px;
}.DHTtyField .VHXexpert_program:hover > div:first-child::after {
    width: 90px;
}.DHTtyField h5::before {
    height: 20px;
    font-size: 10px;
    width: 20px;
}.DHTtyField p {
    line-height: 1.6;
    font-size: calc(12px - 2px);
}
}



@keyframes popIn {
    0% {
        transform: scale(0.9);
        opacity: 0;
    }
    50% {
        transform: scale(1.03);
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}



@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(30px) rotateX(5deg);
    }
    to {
        opacity: 1;
        transform: translateY(0) rotateX(0);
    }
}

@keyframes morph {
    0% {
        border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    }
    100% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }
}

