.uicontainer-wrap {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 100%;
}

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



.uiinfo_hub::after {
    content: '';
    opacity: 0.3;
    position: absolute;
    filter: blur(50px);
    background: 
        radial-gradient(circle at 20% 20%, rgb(187,200,207,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 80%, rgb(150,168,177,0.5) 0%, transparent 40%);
    inset: 0;
    z-index: -1;
}

.uiinfo_hub .uiwrite_page::after {
    background-image: 
        linear-gradient(45deg, transparent 25%, rgb(226,234,237) 25%, rgb(226,234,237) 26%, transparent 26%, transparent 75%, rgb(226,234,237) 75%, rgb(226,234,237) 76%, transparent 76%),
        linear-gradient(-45deg, transparent 25%, rgb(226,234,237) 25%, rgb(226,234,237) 26%, transparent 26%, transparent 75%, rgb(226,234,237) 75%, rgb(226,234,237) 76%, transparent 76%);
    width: 100%;
    position: absolute;
    z-index: -1;
    opacity: 0.05;
    top: 0;
    content: '';
    height: 100%;
    background-size: 60px 60px;
    left: 0;
}

.uiinfo_hub .uihelp_desk span::before {
    inset: 0;
    content: '';
    background: linear-gradient(135deg, transparent 0%, rgb(226,234,237) 100%);
    z-index: -1;
    position: absolute;
    transition: opacity 0.3s ease;
    opacity: 0.5;
}

.uiinfo_hub .uihelp_desk span:hover {
    border-color: transparent;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgb(187,200,207,0.5);
    transform: translateY(-10px) scale(1.03);
}

.uiinfo_hub .uihelp_desk span:hover svg {
    transform: scale(1.2);
    fill: rgb(150,168,177);
}

.uiinfo_hub .uihelp_desk span svg path {
    stroke-dashoffset: 0;
    transition: fill 0.3s ease, stroke 0.3s ease;
    stroke-dasharray: 100;
}

.uiinfo_hub .uihelp_desk span span a {
    background-size: 0% 100%;
    padding: 5px 0;
    position: relative;
    font-weight: 600;
    background-image: linear-gradient(
        transparent calc(100% - 2px),
        rgb(187,200,207) calc(100% - 2px),
        rgb(187,200,207) 100%
    );
    z-index: 2;
    color: rgb(187,200,207);
    background-repeat: no-repeat;
    display: inline-block;
    text-decoration: none;
    transition: all 0.3s ease;
    transition: background-size 0.3s ease;
}

.uiinfo_hub .uimessage_request h4 svg {
    fill: rgb(187,200,207);
    width: 22px;
    margin-right: 8px;
    height: 22px;
    animation: rotateIcon 6s linear infinite;
    stroke: rgb(187,200,207);
    stroke-width: 1;
    vertical-align: middle;
}

.uiinfo_hub .uimessage_request span:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transform: translateX(15px) scale(1.02);
    background: rgba(255, 255, 255, 0.9);
}

.uiinfo_hub .uimessage_request span:hover svg path {
    fill-opacity: 1;
    stroke-dashoffset: 0;
}

.uisecure_nest h1, .uisecure_nest h2, .uisecure_nest h3, .uisecure_nest h4, .uisecure_nest h5, .uisecure_nest h6 {
    color: #ffffff;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.uisecure_nest h1 {
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 47px;
    text-transform: uppercase;
    padding-bottom: 12px;
}

.uisecure_nest ol li:before {
    line-height: 20px;
    left: 0;
    top: 0;
    text-align: center;
    width: 20px;
    border-radius: 50%;
    position: absolute;
    color: rgb(187,200,207);
    background-color: #ffffff;
    height: 20px;
    content: counter(item);
    counter-increment: item;
    font-size: 16px;
}

.uiacademic_experience .uilearner_insights {
    display: grid;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.7) 100%);
    position: relative;
    transform: translateZ(0);
    grid-template-columns: 1fr;
    gap: 2rem;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.05),
        0 1px 3px rgba(0, 0, 0, 0.03),
        0 0 80px rgba(rgb(187,200,207), 0.03) inset;
    backdrop-filter: blur(10px);
    padding: 2.5rem;
}

.uiacademic_experience .uilearner_insights > div:nth-child(2) > div {
    margin-top: 0.5rem;
    font-weight: 600;
    font-size: calc(14px - 0.1rem);
    letter-spacing: 0.02em;
    color: rgba(0, 0, 0, 0.5);
}

.uinewsletter::before {
    top: 0;
    transform: translateZ(0);
    width: 100%;
    opacity: 0.1;
    z-index: -1;
    background: repeating-linear-gradient(45deg, rgb(187,200,207,0.5) 0px, transparent 2px, transparent 10px, rgb(187,200,207,0.5) 12px);
    height: 100%;
    left: 0;
    position: absolute;
    content: "";
}

.uinewsletter h3::before {
    height: 0;
    content: "";
    left: -20px;
    animation: growLine 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.8s forwards;
    position: absolute;
    width: 5px;
    background: rgb(150,168,177);
    transform: translateY(-50%);
    top: 50%;
}

.uinewsletter .uinews_signup:focus {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
    outline: none;
}

.uinewsletter .uisupport_feedback::before {
    left: 0;
    z-index: -1;
    position: absolute;
    transform: translateX(-100%);
    transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    top: 0;
    content: "";
    background: rgb(150,168,177);
    height: 100%;
    width: 100%;
}

.uioffer_package .container {
    padding: 0 15px;
    margin: 0 auto;
    z-index: 1;
    max-width: 1320px;
    position: relative;
}

.uioffer_package .uicost_matrix:hover {
    transform: perspective(1000px) rotateX(2deg);
}

.uioffer_package .uicost_matrix .uigroup_plans {
    word-break: break-word;
    max-width: 700px;
    color: #000000;
    margin-bottom: 0;
    overflow-wrap: break-word;
    line-height: 1.6;
    font-size: 12px;
}

.uioffer_package .uipackage_price:hover {
    z-index: 5;
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.uioffer_package .uipackage_price:hover .uitrial_pricing::before {
    transform: scaleX(1);
}

.uioffer_package .uiprogram_fees {
    position: relative;
    display: flex;
    z-index: 1;
    flex-direction: column;
    padding: 30px;
    flex: 1;
}

.uioffer_package .uipackage_price:hover .uiprogram_fees h3 {
    color: rgb(187,200,207);
    transform: translateX(5px) scale(1.03);
}

.uioffer_package .uipackage_price:hover .uidiscount_grid::after {
    transform: scaleX(1);
}

.uioffer_package .uithumbnail {
    position: relative;
    height: 200px;
    overflow: hidden;
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.uiwho_we_are {
    overflow: hidden;
    padding: 120px 0 100px;
    background: rgb(226,234,237);
    isolation: isolate;
    position: relative;
}

.uiwho_we_are .uiour_journey {
    position: relative;
    gap: 70px;
    flex-direction: column;
    display: flex;
}

.uiwho_we_are h3::before {
    width: 15px;
    top: 50%;
    left: 0;
    animation: headerPulse 2s infinite;
    transform: translateY(-50%);
    height: 3px;
    background: rgb(187,200,207);
    content: "";
    position: absolute;
}



.uiwho_we_are .uiedu_leadership::after {
    background: radial-gradient(circle at top right, rgb(187,200,207,0.5) 0%, transparent 70%);
    opacity: 0.15;
    z-index: -1;
    position: absolute;
    content: "";
    left: 0;
    height: 100%;
    top: 0;
    width: 100%;
}

.uiwho_we_are .uiedu_leadership span {
    padding-left: 40px;
    position: relative;
    letter-spacing: 0.5px;
    font-size: 19px;
    grid-row: 1 / 2;
    margin-bottom: 20px;
    grid-column: 1 / 2;
    display: block;
    color: rgb(187,200,207);
    font-weight: 700;
}

.uiwho_we_are .uiedu_leadership .uithumbnail::before {
    width: 100%;
    opacity: 0.4;
    content: "";
    top: 0;
    position: absolute;
    left: 0;
    background: linear-gradient(
        135deg, 
        transparent 0%, 
        rgba(0, 0, 0, 0.5) 100%
    );
    transition: opacity 0.4s ease;
    height: 100%;
    z-index: 1;
}

.uiwho_we_are .uiedu_leadership .uithumbnail:hover::before {
    opacity: 0.1;
}

.uiwho_we_are .uilearn_experts::after {
    content: "";
    width: 100%;
    top: 0;
    opacity: 0.15;
    left: 0;
    height: 100%;
    position: absolute;
    background: radial-gradient(circle at bottom left, rgb(150,168,177,0.5) 0%, transparent 70%);
    z-index: -1;
}

.uiwho_we_are .uilearn_experts p::before {
    width: 3px;
    position: absolute;
    content: "";
    left: 0;
    animation: borderPulse 3s infinite;
    background: rgb(150,168,177);
    top: 0;
    height: 100%;
}

.uiwho_we_are .uilearn_experts .uisuccess_metric::after {
    position: absolute;
    transform: skewX(-25deg);
    width: 60%;
    animation: directorShine 6s infinite;
    left: -150%;
    z-index: 2;
    background: linear-gradient(
        to right, 
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    height: 100%;
    content: "";
    top: 0;
}

.uiwho_we_are .uiour_journey::after {
    animation: floatBlob 14s ease-in-out 3s infinite alternate-reverse;
    right: -60px;
    background: rgb(150,168,177);
    bottom: 20%;
    width: 120px;
    height: 120px;
}

.uicookiePolicyContainer h5 {
    font-size: 22px;
    margin-bottom: 6px;
}

#uiuserPrivacyWindow {
    display: none;
}

.uicookies_tech {
    flex-shrink: 0;
    margin-right: 10px;
}

.uicookiePolicyContainer p a {
    text-decoration: none;
    color: rgb(187,200,207);
}

.uicontainer-wrap .uicookies_tracking h5, .uicontainer-wrap .uicookies_tracking p {
    color: #ffffff;
}

.uicontact_panel::before {
    content: "";
    background: repeating-linear-gradient(
        45deg,
        rgb(187,200,207,0.5) 0px,
        transparent 1px,
        transparent 10px,
        rgb(187,200,207,0.5) 11px
    );
    animation: gridMove 20s linear infinite;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    opacity: 0.05;
    pointer-events: none;
}

.uicontact_panel .uithumbnail {
    transform: scale(1.01);
    min-height: 500px;
    position: relative;
    transition: transform 0.6s ease;
    flex: 1;
}

.uicontact_panel .uiquery_list {
    flex: 1;
    position: relative;
    padding: 50px;
}

.uicontact_panel .uiquery_list::before {
    position: absolute;
    top: 20px;
    content: "";
    width: 50px;
    right: 20px;
    height: 50px;
    border-top: 2px solid rgb(187,200,207,0.5);
    opacity: 0.7;
    border-right: 2px solid rgb(187,200,207,0.5);
}

.uicontact_panel form input[type="text"]:focus {
    box-shadow: 0 0 15px rgba(rgb(187,200,207), 0.2);
    background: rgba(255, 255, 255, 0.08);
    border-color: rgb(187,200,207);
    outline: none;
}

.uicontact_panel .uirequest_inquiry label::before {
    position: absolute;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.05);
    top: 2px;
    content: "";
    border: 1px solid rgba(255, 255, 255, 0.1);
    width: 22px;
    height: 22px;
    left: 0;
    transition: all 0.3s ease;
}

.uicontact_panel form .uisupport_feedback:hover::before {
    left: 0;
}

.uicontact_panel form .uisupport_feedback:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.uicontact_panel svg path {
    transition: fill 0.3s ease;
}

footer .uigrant_info::before {
    left: 0;
    position: absolute;
    opacity: 0.05;
    z-index: -1;
    height: 100%;
    width: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0.5) 10px,
        transparent 10px,
        transparent 20px
    );
    content: '';
    top: 0;
}

footer .info_item:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.05);
}

footer .info_item svg {
    width: 20px;
    flex-shrink: 0;
    transition: transform 0.3s ease;
    fill: rgb(150,168,177);
    height: 20px;
}

footer .uinav_guide {
    gap: 20px;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
}

footer .uinav_prime {
    flex-direction: column;
    gap: 20px;
    display: flex;
}

footer .uiheader_wrap a {
    color: #ffffff;
    transition: all 0.3s ease;
    font-size: 14px;
    text-decoration: none;
    position: relative;
    opacity: 0.8;
    padding-left: 15px;
}

footer .subscribe_holder {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 21px;
    display: flex;
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.5s ease;
    padding: 25px;
    flex-direction: column;
    gap: 15px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    transform: perspective(1000px) rotateY(-5deg);
}

footer .uisub_alerts {
    cursor: pointer;
    letter-spacing: 1px;
    color: #ffffff;
    font-weight: 600;
    padding: 12px 24px;
    text-transform: uppercase;
    background: linear-gradient(45deg, rgb(150,168,177) 0%, rgb(187,200,207) 100%);
    transition: all 0.3s ease;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    border: none;
    font-size: 17px;
}

.uiwelcome_board::after {
    content: "";
    z-index: 1;
    top: -10%;
    animation: float 15s ease-in-out infinite;
    position: absolute;
    right: -10%;
    transform: rotate(-15deg);
    background: linear-gradient(135deg, rgb(150,168,177,0.5) 0%, transparent 80%);
    width: 45%;
    height: 45%;
}

.uiwelcome_board .uiquick_edu {
    gap: 1.5rem;
    align-items: flex-start;
    margin-bottom: 2rem;
    flex-direction: column;
    opacity: 0;
    animation: fadeUp 0.8s cubic-bezier(0.25, 0.8, 0.25, 1) forwards;
    animation-delay: 0.3s;
    transform: translateY(20px);
    display: flex;
}

.uiwelcome_board svg path {
    transition: fill 0.3s ease;
    fill: rgb(187,200,207);
}

.uiwelcome_board ul li {
    margin-bottom: 1rem;
}

.uiwelcome_board .uisupport_feedback {
    z-index: 1;
    overflow: hidden;
    padding: 0.8rem 1.8rem;
    transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    font-weight: 600;
    position: relative;
    display: inline-block;
    border-radius: 10px;
    text-decoration: none;
    background: linear-gradient(135deg, rgb(187,200,207) 0%, rgb(150,168,177) 100%);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    font-size: 14px;
    color: #ffffff;
}

header .uiheader_lesson {
    padding: 1rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-direction: column;
    border-radius: 13px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    background: #ffffff;
}

header .uinav_master::before {
    content: '';
    left: 0;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    background: linear-gradient(to right, 
        transparent, 
        rgb(187,200,207,0.5), 
        rgb(150,168,177,0.5), 
        rgb(187,200,207,0.5), 
        transparent);
}

header .uipage_header::after {
    transform-origin: left;
    position: absolute;
    content: '';
    transform: scaleX(0);
    height: 2px;
    left: 0;
    width: 100%;
    bottom: 0;
    transition: transform 0.3s ease;
    background: linear-gradient(to right, rgb(187,200,207), rgb(150,168,177));
}

.uigratitudeWeb h2 {
    transform: translateY(20px);
    margin-bottom: 40px;
    font-weight: 700;
    position: relative;
    opacity: 0;
    color: #000000;
    animation: slideUp 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    font-size: 35px;
    font-family: Arial, sans-serif;
}

.uigratitudeWeb ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.uigratitudeWeb li {
    padding-left: 25px;
    position: relative;
}

.uigratitudeWeb li::before {
    height: 10px;
    border-radius: 50%;
    content: "";
    top: 8px;
    background: linear-gradient(135deg, rgb(187,200,207) 0%, rgb(150,168,177) 100%);
    left: 0;
    width: 10px;
    transform: scale(0);
    animation: popIn 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) forwards 1s;
    position: absolute;
}

.uicourse_program_details .uiour_journey {
    display: flex;
    position: relative;
    flex-direction: column;
    gap: 40px;
}

.uicourse_program_details .uithumbnail::before {
    content: "";
    background: linear-gradient(to bottom, 
                transparent 70%, 
                rgb(187,200,207,0.5) 100%);
    opacity: 0.7;
    z-index: 1;
    position: absolute;
    inset: 0;
}

.uicourse_program_details .uieducation_route::before {
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, 
                rgb(187,200,207), 
                rgb(150,168,177));
    top: 0;
    left: 0;
    border-radius: 17px 17px 0 0;
    content: "";
    position: absolute;
}

.uicourse_program_details .uinav_guide::after {
    border: 1px dashed rgb(187,200,207,0.5);
    inset: 0;
    border-radius: 10px;
    position: absolute;
    content: "";
    opacity: 0.5;
}

.uicourse_program_details .uieducation_route h3::after {
    height: 3px;
    content: "";
    transition: width 0.4s ease;
    position: absolute;
    bottom: 0;
    width: 50px;
    left: 0;
    background: rgb(187,200,207);
}



@media (max-width: 767px) {.uiinfo_hub {
    padding: 60px 0;
}.uiinfo_hub .uiwrite_page {
    clip-path: polygon(
            0 2%, 2% 0, 98% 0, 100% 2%,
            100% 98%, 98% 100%, 2% 100%, 0 98%
        );
    padding: 30px;
}.uiinfo_hub h3 {
    font-size: calc(33px - 0.3rem);
    margin-bottom: 30px;
}.uiinfo_hub .uijoin_us {
    margin-bottom: 35px;
    padding: 15px;
}.uiinfo_hub .uihelp_desk {
    grid-template-columns: 1fr;
    gap: 20px;
}.uiinfo_hub .uimessage_request {
    padding: 25px;
}.uiinfo_hub .uimessage_request svg {
    width: 16px;
    height: 16px;
}
}



@media (min-width: 1200px) {.uiacademic_experience .container {
    padding: 0 4rem;
}.uiacademic_experience .uilearner_insights {
    gap: 3rem 5rem;
}.uiacademic_experience .uilearner_insights:hover .name::after {
    transform: scaleX(1);
}
}



@media (min-width: 768px) {.uinewsletter {
    padding: 6rem 3rem;
}.uinewsletter .uiour_journey {
    align-items: center;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
}.uinewsletter h3 {
    font-size: 18px;
}.uinewsletter .input_holder {
    flex-direction: row;
}.uinewsletter .uinews_signup {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}.uinewsletter .uisupport_feedback {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    flex-shrink: 0;
}
}



@media (min-width: 768px) {.uioffer_package .uilearning_fees {
    grid-template-columns: repeat(2, 1fr);
}.uioffer_package .uicost_matrix {
    padding: 40px;
}.uioffer_package .uiprogram_fees {
    padding: 30px 35px;
}.uioffer_package .uithumbnail {
    height: 240px;
}
}



@media screen and (max-width: 1199px) {.uiwho_we_are {
    padding: 100px 0 80px;
}.uiwho_we_are .uiour_journey {
    gap: 50px;
}.uiwho_we_are h3 {
    margin-bottom: 40px;
    font-size: calc(35px - 0.2rem);
}.uiwho_we_are .uiedu_leadership,
    .uiwho_we_are .uilearn_experts {
    padding: 30px;
    gap: 40px;
}.uiwho_we_are .uiedu_leadership .uithumbnail {
    min-height: 330px;
}.uiwho_we_are .uilearn_experts .uisuccess_metric {
    height: 380px;
}.uiwho_we_are .container::before,
    .uiwho_we_are .container::after,
    .uiwho_we_are .uiour_journey::before,
    .uiwho_we_are .uiour_journey::after {
    filter: blur(25px);
}
}


@media only screen and (max-width: 1200px) {.uicookiePolicyContainer {
    padding: 20px;
}}


@media only screen and (max-width: 800px) {.uicookies_tech {
    display: none;
}.uitrack_switch {
    justify-content: center;
    align-items: center;
    flex-direction: column;
}.uicookiePolicyContainer h5 {
    text-align: center;
}.uicookiePolicyContainer p {
    text-align: center;
}.uicookies_tracking {
    margin-bottom: 20px;
}body .uicontainer-wrap .uicookie_comply {
    margin-bottom: 10px;
    margin-left: 0;
}}



@media screen and (max-width: 991px) {.uicontact_panel {
    padding: 80px 0;
}.uicontact_panel .uifeedback_query {
    flex-direction: column;
}.uicontact_panel .uithumbnail {
    min-height: 300px;
    order: 1;
}.uicontact_panel .uiquery_list {
    padding: 40px 30px;
    order: 2;
}
}



@media (max-width: 992px) {footer .uigrant_info {
    padding: 60px 0 30px;
}footer .text_main_holder {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}footer .subscribe_holder {
    grid-column: span 2;
    transform: perspective(1000px) rotateY(0deg);
}footer .uiask_feedback {
    gap: 20px;
}footer .info_item {
    min-width: 180px;
}
}



@media (min-width: 1024px) {.uiwelcome_board {
    padding: 6rem 0;
}.uiwelcome_board .uiour_journey {
    gap: 5rem;
}.uiwelcome_board .uitext_block_wrap {
    flex: 0.8;
}.uiwelcome_board h1 {
    font-size: 42px;
}.uiwelcome_board .uiquick_edu {
    gap: 2rem;
}.uiwelcome_board .uithumbnail {
    flex: 1.2;
    height: 500px;
}.uiwelcome_board .uithumbnail:hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg);
}.uiwelcome_board svg {
    height: 120px;
    width: 120px;
}
}



@media (max-width: 991px) {.uigratitudeWeb {
    padding: 90px 0 70px;
}.uigratitudeWeb h2 {
    margin-bottom: 35px;
    font-size: calc(35px * 0.9);
}.uigratitudeWeb .uiour_journey {
    padding: 40px 35px;
}.uigratitudeWeb h2::after {
    width: 70px;
}
}



@media (max-width: 575px) {.uigratitudeWeb {
    padding: 60px 0 40px;
}.uigratitudeWeb h2 {
    font-size: calc(35px * 0.7);
    margin-bottom: 25px;
}.uigratitudeWeb .uiour_journey {
    padding: 30px 20px;
}.uigratitudeWeb li {
    padding-left: 20px;
}.uigratitudeWeb li::before {
    height: 8px;
    top: 9px;
    width: 8px;
}.uigratitudeWeb h2::after {
    width: 50px;
}
}



@media (max-width: 767px) {.uicourse_program_details {
    padding: 60px 0;
}.uicourse_program_details .uiour_journey {
    gap: 30px;
}.uicourse_program_details .uithumbnail {
    height: 300px;
}.uicourse_program_details .uieducation_route {
    padding: 25px;
}.uicourse_program_details .uinav_guide {
    margin-bottom: 20px;
    padding: 10px;
}.uicourse_program_details .uinav_guide svg {
    width: 60px;
}.uicourse_program_details .uieducation_route h3 {
    margin-bottom: 15px;
    padding-bottom: 12px;
    font-size: calc(36px * 0.9);
}
}

@keyframes headerPulse {
    0%, 100% {
        opacity: 1;
        width: 15px;
    }
    50% {
        opacity: 0.5;
        width: 10px;
    }
}

@keyframes directorShine {
    0% {
        left: -150%;
    }
    30%, 100% {
        left: 200%;
    }
}



@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.05;
        transform: scale(1);
    }
    50% {
        opacity: 0.1;
        transform: scale(1.1);
    }
}



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



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



@keyframes popIn {
    0% {
        transform: scale(0);
    }
    70% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

