* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}a {
    color: inherit;
    text-decoration: none;
}header,footer {
    width: 100%;
}.uicitation {
    flex: 0 0 auto;
}.container {
    width: 1185px;
    max-width: 100%;
    margin: auto;
}.uimain_bar {
    flex: 1 0 auto;
}.uiwrapper-container {
    min-height: 100%;
    flex-direction: column;
    display: flex;
    height: 100%;
}html,body {
    font-family: Arial, sans-serif;
    min-height: 100%;
    color: #000000;
    height: 100%;
    scroll-behavior: auto;
}svg {
    height: 30px;
    width: 30px;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.uiid_thankbox {
    background: linear-gradient(135deg, rgb(245,210,206) 0%, rgba(245, 247, 250, 0.95) 100%);
    padding: 120px 0 100px;
    overflow: hidden;
    position: relative;
}.uiid_thankbox::before {
    right: -50px;
    height: 300px;
    animation: float 15s ease-in-out infinite;
    content: "";
    z-index: 1;
    opacity: 0.4;
    width: 300px;
    filter: blur(80px);
    top: -50px;
    background: linear-gradient(45deg, rgb(197,102,85,0.5) 0%, rgb(222,150,142,0.5) 100%);
    position: absolute;
}.uiid_thankbox::after {
    position: absolute;
    left: -30px;
    content: "";
    width: 250px;
    filter: blur(60px);
    z-index: 1;
    bottom: -30px;
    background: linear-gradient(225deg, rgb(222,150,142,0.5) 0%, rgb(197,102,85,0.5) 80%);
    animation: float 18s ease-in-out infinite reverse;
    opacity: 0.3;
    height: 250px;
}.uiid_thankbox .container {
    z-index: 5;
    position: relative;
    margin: 0 auto;
    max-width: 1140px;
    padding: 0 20px;
}.uiid_thankbox h2 {
    position: relative;
    font-family: Arial, sans-serif;
    margin-bottom: 40px;
    animation: slideUp 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    opacity: 0;
    color: #000000;
    font-size: 28px;
    transform: translateY(20px);
    font-weight: 700;
}.uiid_thankbox h2::after {
    transform: scaleX(0);
    transform-origin: left center;
    left: 0;
    position: absolute;
    animation: expandLine 0.6s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.4s;
    background: linear-gradient(90deg, rgb(222,150,142) 0%, rgb(197,102,85) 100%);
    bottom: -12px;
    content: "";
    height: 3px;
    width: 80px;
}.uiid_thankbox .uilearn_identity {
    transform: translateY(30px);
    overflow: hidden;
    border-radius: 13px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.07), 0 5px 15px rgba(0, 0, 0, 0.05);
    position: relative;
    padding: 50px;
    animation: slideUp 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.3s;
    opacity: 0;
    background: #ffffff;
}.uiid_thankbox .uilearn_identity::before {
    top: 0;
    height: 100%;
    transform: scaleY(0);
    content: "";
    position: absolute;
    transform-origin: top center;
    animation: expandHeight 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.6s;
    background: linear-gradient(to bottom, rgb(197,102,85), rgb(222,150,142));
    width: 6px;
    left: 0;
}.uiid_thankbox ul {
    margin: 0;
    list-style: none;
    padding: 0;
}.uiid_thankbox li {
    position: relative;
    padding-left: 25px;
}.uiid_thankbox li::before {
    position: absolute;
    left: 0;
    background: linear-gradient(135deg, rgb(222,150,142) 0%, rgb(197,102,85) 100%);
    border-radius: 50%;
    height: 10px;
    animation: popIn 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) forwards 1s;
    content: "";
    top: 8px;
    width: 10px;
    transform: scale(0);
}.uiid_thankbox span {
    animation: fadeText 0.8s ease forwards 0.8s;
    opacity: 0;
    line-height: 1.7;
    transform: translateY(15px);
    font-size: calc(13px * 1.05);
    font-family: Arial, sans-serif;
    display: block;
    color: #000000;
}

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

@keyframes expandLine {
    to {
        transform: scaleX(1);
    }
}

@keyframes expandHeight {
    to {
        transform: scaleY(1);
    }
}

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

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

@keyframes float {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(15px, -15px);
    }
    100% {
        transform: translate(0, 0);
    }
}

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

@media (max-width: 767px) {.uiid_thankbox {
    padding: 70px 0 50px;
}.uiid_thankbox h2 {
    margin-bottom: 30px;
    font-size: calc(28px * 0.8);
    line-height: 1.4;
}.uiid_thankbox .uilearn_identity {
    padding: 35px 25px;
}.uiid_thankbox span {
    font-size: 13px;
    line-height: 1.6;
}.uiid_thankbox h2::after {
    width: 60px;
    height: 2px;
}
}

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

@media (hover: hover) {.uiid_thankbox .uilearn_identity:hover {
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.4s ease;
    transform: translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1), 0 10px 20px rgba(0, 0, 0, 0.06);
}.uiid_thankbox .uilearn_identity:hover::before {
    transition: background 0.5s ease;
    background: linear-gradient(to bottom, rgb(222,150,142), rgb(197,102,85));
}}.uisecure_bolt {
    height: auto;
    border: 1px solid rgba(0, 0, 0, 0.5);
    background: #ffffff;
    padding: 50px;
    overflow: hidden;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
    width: 100%;
}.uisecure_bolt h1 {
    margin-bottom: 20px;
    margin-top: 40px;
    padding-bottom: 10px;
    color: rgb(222,150,142);
    text-align: center;
    text-transform: uppercase;
    border-bottom: 2px solid rgb(222,150,142);
    font-size: 39px;
    font-weight: 700;
}.uisecure_bolt h2 {
    text-align: left;
    margin-top: 30px;
    padding-left: 10px;
    font-size: 32px;
    font-weight: 600;
    border-left: 4px solid rgb(222,150,142);
    text-transform: uppercase;
    margin-bottom: 20px;
    color: rgb(197,102,85);
}.uisecure_bolt ul, .uisecure_bolt ol {
    border-top: 1px solid rgba(0, 0, 0, 0.5);
    margin: 20px 0;
    list-style: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    padding: 20px 0;
    padding-left: 0;
}.uisecure_bolt ul li, .uisecure_bolt ol li {
    position: relative;
    font-size: 14px;
    margin-bottom: 15px;
    color: #000000;
    padding-left: 20px;
}.uisecure_bolt ul li::before, .uisecure_bolt ol li::before {
    border-radius: 50%;
    top: 50%;
    position: absolute;
    height: 6px;
    transform: translateY(-50%);
    left: 0;
    width: 6px;
    background: rgb(222,150,142);
    content: '';
}.uisecure_bolt p, .uisecure_bolt span, .uisecure_bolt div {
    margin-bottom: 20px;
    font-family: Arial, sans-serif;
    line-height: 1.8;
    color: #000000;
    font-size: 14px;
}.uisecure_bolt div.container {
    margin: 0 auto;
    max-width: 1000px;
}

@media only screen and (max-width: 800px) {.uisecure_bolt {
    border-radius: 10px;
    padding: 30px;
}.uisecure_bolt h1 {
    font-size: calc(18px - 5px);
}.uisecure_bolt h2 {
    font-size: calc(18px - 5px);
}.uisecure_bolt ul, .uisecure_bolt ol {
    padding: 10px 0;
    margin: 10px 0;
}.uisecure_bolt ul li, .uisecure_bolt ol li {
    font-size: 14px;
    padding-left: 15px;
}}.uipopupPrivacySettings {
    z-index: 90;
    background: rgb(245,210,206);
    width: 100%;
    bottom: 0;
    position: fixed;
    border-top: 2px solid rgb(222,150,142);
}#uicookiePolicyPrompt {
    display: none;
}#uicookiePolicyPrompt:checked ~ .uipopupPrivacySettings {
    opacity: 0;
    visibility: hidden;
}.uicookie_ack {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
}.uipopupPrivacySettings h5 {
    font-size: 22px;
    margin-bottom: 6px;
}.uipopupPrivacySettings p {
    font-size: 18px;
}.uicookie_updates {
    flex-shrink: 0;
    margin-right: 10px;
}.uicookie_updates svg, .uicookie_updates svg path, .uicookie_updates img {
    fill: rgb(222,150,142);
    height: 100px;
    width: 100px;
}.uiedu_cookies {
    text-decoration: none;
    line-height: 35px;
    flex-shrink: 0;
    min-width: 120px;
    text-align: center;
    cursor: pointer;
    font-size: 24px;
    margin-left: 10px;
    white-space: nowrap;
    border-bottom: 2px solid rgb(222,150,142);
    color: rgb(222,150,142);
}.uipopupPrivacySettings p a {
    color: rgb(222,150,142);
    text-decoration: none;
}
@media only screen and (max-width: 1200px) {.uipopupPrivacySettings {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.uicookie_updates {
    display: none;
}.uicookie_ack {
    flex-direction: column;
    align-items: center;
    justify-content: center;
}.uipopupPrivacySettings h5 {
    text-align: center;
}.uipopupPrivacySettings p {
    text-align: center;
}.uicookie_guard {
    margin-bottom: 20px;
}body .uiwrapper-container .uiedu_cookies {
    margin-bottom: 10px;
    margin-left: 0;
}}
.uiwrapper-container .uipopupPrivacySettings {
    box-shadow: rgb(197,102,85,0.5) 0px 0px 10px 10px;
    background: rgb(222,150,142);
}.uiwrapper-container .uicookie_ack {
    padding: 40px 0;
    justify-content: space-between;
}.uiwrapper-container .uiedu_cookies {
    padding: 10px;
    color: rgb(222,150,142);
    margin-left: 30px;
    background: #ffffff;
    font-size: 20px;
    border: none;
}.uiwrapper-container .uicookie_guard {
    text-align: left;
    color: #ffffff;
}.uiwrapper-container .uicookie_guard h5 {
    font-weight: 700;
}.uiwrapper-container .uicookie_guard h5, .uiwrapper-container .uicookie_guard p {
    color: #ffffff;
}.uiwrapper-container .uipopupPrivacySettings p a {
    color: rgb(197,102,85);
    text-decoration: underline;
}.uicontact {
    padding: 120px 0;
    background: rgb(245,210,206);
    overflow: hidden;
    position: relative;
}.uicontact::before {
    background: linear-gradient(90deg, rgb(222,150,142), rgb(197,102,85));
    position: absolute;
    height: 5px;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
}.uicontact .container {
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 1;
}.uicontact h2 {
    margin-bottom: 60px;
    display: inline-block;
    font-size: 34px;
    position: relative;
    text-align: left;
    padding-left: 20px;
    font-family: Arial, sans-serif;
    color: #000000;
    font-weight: 700;
}.uicontact h2::before {
    left: 0;
    width: 5px;
    background: rgb(222,150,142);
    top: 0;
    height: 100%;
    border-radius: 10px;
    position: absolute;
    content: "";
}.uicontact .uirequest_grid {
    align-items: center;
    display: grid;
    gap: 60px;
    grid-template-columns: 1fr 1fr;
}.uicontact .uiimg_box_grid {
    position: relative;
    overflow: hidden;
    order: 2;
    min-height: 500px;
    box-shadow: -15px 15px 0 rgb(222,150,142,0.5);
    border-radius: 20px;
}.uicontact .uirequest_info {
    order: 1;
}.uicontact form {
    padding: 50px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    width: 100%;
    background: #ffffff;
    border-radius: 20px;
}.uicontact form h3 {
    color: #000000;
    font-size: 21px;
    text-transform: uppercase;
    margin-bottom: 35px;
    font-family: Arial, sans-serif;
    letter-spacing: 1px;
    font-weight: 700;
}.uicontact form input[type="text"] {
    background: rgb(245,210,206);
    color: #000000;
    border-radius: 10px;
    padding: 18px 25px;
    transition: all 0.3s ease;
    font-size: 15px;
    width: 100%;
    font-family: Arial, sans-serif;
    border: none;
    margin-bottom: 25px;
}.uicontact form input[type="text"]:focus {
    box-shadow: 0 0 0 2px rgb(222,150,142,0.5);
    background: #ffffff;
    outline: none;
}.uicontact form input[type="text"]::placeholder {
    color: #000000;
    opacity: 0.5;
}.uicontact .uimessage_feedback {
    margin-bottom: 30px;
    display: flex;
    align-items: flex-start;
}.uicontact .uimessage_feedback input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.uicontact .uimessage_feedback label {
    line-height: 1.5;
    cursor: pointer;
    padding-left: 35px;
    position: relative;
    color: #000000;
    font-size: 12px;
}.uicontact .uimessage_feedback label::before {
    border-radius: 10px;
    position: absolute;
    background: rgb(245,210,206);
    top: 2px;
    width: 22px;
    height: 22px;
    content: "";
    left: 0;
    transition: all 0.2s ease;
}.uicontact .uimessage_feedback input[type="checkbox"]:checked + label::before {
    background: rgb(222,150,142);
}.uicontact .uimessage_feedback input[type="checkbox"]:checked + label::after {
    width: 6px;
    height: 10px;
    border-bottom: 2px solid #ffffff;
    left: 8px;
    top: 6px;
    position: absolute;
    transform: rotate(45deg);
    border-right: 2px solid #ffffff;
    content: "";
}.uicontact .uimessage_feedback label a {
    text-decoration: none;
    font-weight: 600;
    color: rgb(222,150,142);
    transition: all 0.3s ease;
}.uicontact .uimessage_feedback label a:hover {
    color: rgb(197,102,85);
}.uicontact form .uiinquiry_reach {
    border: none;
    color: #ffffff;
    display: inline-block;
    transition: all 0.3s ease;
    font-size: 15px;
    padding: 18px 40px;
    overflow: hidden;
    cursor: pointer;
    border-radius: 10px;
    font-family: Arial, sans-serif;
    font-weight: 600;
    background: #000000;
    position: relative;
}.uicontact form .uiinquiry_reach:hover {
    background: rgb(222,150,142);
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}.uicontact svg {
    width: 20px;
    fill: rgb(222,150,142);
    height: 20px;
}.uicontact svg path {
    fill: rgb(222,150,142);
    transition: fill 0.3s ease;
}

@media screen and (max-width: 991px) {.uicontact {
    padding: 90px 0;
}.uicontact .uirequest_grid {
    grid-template-columns: 1fr;
    gap: 40px;
}.uicontact .uiimg_box_grid {
    order: 1;
    min-height: 400px;
    max-width: 600px;
    margin: 0 auto;
}.uicontact .uirequest_info {
    order: 2;
}.uicontact form {
    margin: 0 auto;
    max-width: 600px;
}
}

@media screen and (max-width: 767px) {.uicontact {
    padding: 70px 0;
}.uicontact h2 {
    font-size: calc(34px * 0.9);
    margin-bottom: 40px;
}.uicontact .uiimg_box_grid {
    box-shadow: -10px 10px 0 rgb(222,150,142,0.5);
    width: 100%;
    min-height: 300px;
}.uicontact form {
    padding: 40px 30px;
}
}

@media screen and (max-width: 576px) {.uicontact {
    padding: 50px 0;
}.uicontact h2 {
    margin-bottom: 30px;
    font-size: calc(34px * 0.8);
}.uicontact .uiimg_box_grid {
    min-height: 250px;
    box-shadow: -8px 8px 0 rgb(222,150,142,0.5);
}.uicontact form {
    padding: 30px 20px;
}.uicontact form h3 {
    margin-bottom: 25px;
    font-size: calc(21px * 0.9);
}.uicontact form input[type="text"] {
    padding: 15px 20px;
    margin-bottom: 20px;
}.uicontact form .uiinquiry_reach {
    width: 100%;
    padding: 15px 20px;
}}.uiour_story {
    position: relative;
    align-items: center;
    min-height: 100vh;
    overflow: hidden;
    justify-content: center;
    display: flex;
}.uiour_story::before {
    left: 0;
    z-index: 1;
    bottom: 0;
    content: "";
    top: 0;
    position: absolute;
    right: 0;
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.85) 0%,
        rgba(0, 0, 0, 0.65) 50%,
        rgba(0, 0, 0, 0.75) 100%);
}.uiour_story::after {
    right: -10%;
    background: rgb(222,150,142);
    height: 70%;
    content: "";
    z-index: 2;
    animation: pulseGlow 8s infinite alternate ease-in-out;
    top: -10%;
    opacity: 0.15;
    filter: blur(70px);
    width: 70%;
    transform: rotate(-15deg);
    position: absolute;
}.uiour_story .container {
    padding: 3rem;
    z-index: 5;
    transform: perspective(1000px) rotateY(-2deg);
    width: 90%;
    backdrop-filter: blur(10px);
    background: linear-gradient(
        145deg,
        rgba(255, 255, 255, 0.03) 0%,
        rgba(255, 255, 255, 0.08) 100%
    );
    max-width: 1200px;
    position: relative;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.05) inset;
    clip-path: polygon(
        0 0,
        100% 0,
        100% calc(100% - 2rem),
        calc(100% - 2rem) 100%,
        0 100%
    );
}.uiour_story .container:hover {
    transform: perspective(1000px) rotateY(0);
}.uiour_story .uitext_holder_box {
    gap: 1.5rem;
    max-width: 100%;
    grid-template-columns: 1fr;
    display: grid;
}.uiour_story .uitext_holder_box > div:first-child {
    margin-bottom: 0.5rem;
    position: relative;
}.uiour_story .uitext_holder_box > div:first-child::before {
    transform: translateY(-50%) rotate(45deg);
    left: -1.5rem;
    background: rgb(222,150,142);
    width: 0.75rem;
    content: "";
    height: 0.75rem;
    animation: pulse 3s infinite;
    top: 50%;
    position: absolute;
}.uiour_story .uitext_holder_box > div:first-child::after {
    animation: lineGrow 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    content: "";
    bottom: -0.5rem;
    background: linear-gradient(
        90deg,
        rgb(222,150,142) 0%,
        rgb(197,102,85) 50%,
        transparent 100%
    );
    height: 1px;
    position: absolute;
    transform-origin: left;
    left: -3rem;
    width: calc(100% + 4rem);
}.uiour_story h5 {
    margin: 0;
    position: relative;
    color: #ffffff;
    transform: translateX(0);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 18px;
    transition: transform 0.4s ease;
    padding-left: 1rem;
}.uiour_story .uitext_holder_box > div:first-child:hover h5 {
    transform: translateX(0.5rem);
}.uiour_story .uitext_holder_box > div:nth-child(2) {
    position: relative;
}.uiour_story .uitext_holder_box > div:nth-child(2) p {
    line-height: 1.2;
    background: linear-gradient(
        to right,
        #ffffff 0%,
        rgb(197,102,85) 100%
    );
    -webkit-background-clip: text !important;
    transform: translateY(0);
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
    font-size: calc(18px * 1.5);
    color: #ffffff;
    background-clip: text !important;
    letter-spacing: -0.5px;
    margin: 0;
    transition: transform 0.4s ease, filter 0.4s ease;
}.uiour_story .uitext_holder_box > div:nth-child(2):hover p {
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.4));
    transform: translateY(-0.25rem);
}.uiour_story ol {
    counter-reset: about-counter;
    padding: 0;
    margin: 2rem 0 0;
    list-style: none;
    position: relative;
}.uiour_story ol::before {
    height: calc(100% + 2rem);
    z-index: 1;
    top: -1rem;
    content: "";
    left: -2rem;
    position: absolute;
    background: linear-gradient(
        to bottom,
        transparent 0%,
        rgb(222,150,142,0.5) 15%,
        rgb(222,150,142) 50%,
        rgb(222,150,142,0.5) 85%,
        transparent 100%
    );
    width: 1px;
}.uiour_story ol li {
    border-left: 3px solid rgb(222,150,142);
    padding: 1.5rem 2rem;
    counter-increment: about-counter;
    font-size: 12px;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(255, 255, 255, 0.05) inset;
    line-height: 1.8;
    color: #ffffff;
    background: linear-gradient(
        145deg,
        rgba(255, 255, 255, 0.03) 0%,
        rgba(255, 255, 255, 0.01) 100%
    );
    position: relative;
    border-radius: 0 10px 10px 0;
    text-align: justify;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    margin-bottom: 1.5rem;
}.uiour_story ol li::before {
    border-radius: 50%;
    display: flex;
    top: 1.5rem;
    border: 2px solid rgb(222,150,142);
    left: -2.5rem;
    box-shadow: 0 0 15px rgb(222,150,142,0.5);
    z-index: 2;
    background: #000000;
    width: 2rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: absolute;
    justify-content: center;
    height: 2rem;
    align-items: center;
    content: "";
}.uiour_story ol li:hover {
    transform: translateX(0.5rem);
    box-shadow: 
        0 15px 40px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.1) inset;
}.uiour_story ol li:hover::before {
    transform: scale(1.2);
    box-shadow: 0 0 25px rgb(222,150,142);
}

@keyframes pulse {
    0%, 100% { transform: translateY(-50%) rotate(45deg) scale(1); }
    50% { transform: translateY(-50%) rotate(45deg) scale(1.2); }
}

@keyframes lineGrow {
    from { transform: scaleX(0); }
    to { transform: scaleX(1); }
}

@keyframes pulseGlow {
    0% { opacity: 0.1; transform: rotate(-15deg) scale(1); }
    50% { opacity: 0.2; transform: rotate(-12deg) scale(1.05); }
    100% { opacity: 0.1; transform: rotate(-15deg) scale(1); }
}

@media (max-width: 991px) {.uiour_story .container {
    transform: perspective(1000px) rotateY(-1deg);
    padding: 2rem;
    width: 95%;
}.uiour_story h5 {
    font-size: calc(18px * 0.9);
}.uiour_story .uitext_holder_box > div:nth-child(2) p {
    font-size: calc(18px * 1.3);
}.uiour_story ol li {
    padding: 1.25rem 1.5rem;
}
}

@media (max-width: 767px) {.uiour_story {
    min-height: auto;
    padding: 4rem 0;
}.uiour_story .container {
    padding: 1.5rem;
    clip-path: polygon(
            0 0,
            100% 0,
            100% calc(100% - 1rem),
            calc(100% - 1rem) 100%,
            0 100%
        );
    transform: none;
}.uiour_story .uitext_holder_box > div:first-child::before {
    width: 0.5rem;
    height: 0.5rem;
    left: -1rem;
}.uiour_story .uitext_holder_box > div:first-child::after {
    left: -1.5rem;
    width: calc(100% + 2rem);
}.uiour_story h5 {
    font-size: calc(18px * 0.8);
}.uiour_story .uitext_holder_box > div:nth-child(2) p {
    font-size: calc(18px * 1.1);
}.uiour_story ol::before {
    left: -1.25rem;
}.uiour_story ol li {
    line-height: 1.6;
    font-size: calc(12px * 0.9);
    padding: 1rem;
}.uiour_story ol li::before {
    height: 1.5rem;
    top: 1rem;
    left: -1.75rem;
    width: 1.5rem;
}
}

@media (max-width: 480px) {.uiour_story {
    padding: 3rem 0;
}.uiour_story .container {
    padding: 1rem;
}.uiour_story .uitext_holder_box {
    gap: 1rem;
}.uiour_story h5 {
    font-size: calc(18px * 0.7);
}.uiour_story .uitext_holder_box > div:nth-child(2) p {
    font-size: 18px;
}.uiour_story ol li {
    font-size: calc(12px * 0.85);
    line-height: 1.5;
    padding: 0.75rem;
}}.uititle_board {
    width: 100%;
    overflow: hidden;
    position: relative;
    min-height: 100vh;
}.uititle_board .uilearn_main {
    height: 100vh;
    align-items: center;
    display: flex;
    position: relative;
    justify-content: center;
    width: 100%;
}.uititle_board .uilearn_main::before {
    position: absolute;
    z-index: 1;
    width: 100%;
    content: "";
    left: 0;
    height: 100%;
    top: 0;
    background: linear-gradient(135deg, rgb(222,150,142,0.5), rgba(0, 0, 0, 0.5) 80%);
}.uititle_board .uiquick_mastery {
    max-width: 1200px;
    padding: 3rem;
    transition: transform 0.5s ease-out;
    transform: perspective(1000px) rotateX(2deg);
    backdrop-filter: blur(10px);
    position: relative;
    width: 90%;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    background: linear-gradient(to right, rgba(255,255,255,0.1), rgba(255,255,255,0.05));
    z-index: 2;
}.uititle_board .uiquick_mastery:hover {
    transform: perspective(1000px) rotateX(0deg);
}.uititle_board .uiquick_mastery > div {
    opacity: 0;
    animation: fadeInUp 0.8s forwards;
    transform: translateY(30px);
}.uititle_board .uiquick_mastery > div:nth-child(1) {
    animation-delay: 0.3s;
}.uititle_board .uiquick_mastery > div:nth-child(2) {
    animation-delay: 0.6s;
}.uititle_board .uiquick_mastery > div:nth-child(3) {
    animation-delay: 0.9s;
}.uititle_board p {
    font-family: Arial, sans-serif;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-size: calc(17px * 1.1);
    margin-bottom: 1.5rem;
    color: #ffffff;
    position: relative;
    padding-left: 2rem;
}.uititle_board p::before {
    transform: translateY(-50%);
    width: 1.2rem;
    left: 0;
    top: 50%;
    content: "";
    position: absolute;
    background: rgb(197,102,85);
    height: 2px;
}.uititle_board .title_style_header {
    text-shadow: 0 2px 15px rgba(0,0,0,0.15);
    color: #ffffff;
    margin-bottom: 2rem;
    font-size: calc(47px * 1.2);
    line-height: 1.2;
    display: inline-block;
    font-weight: 700;
    position: relative;
}.uititle_board .title_style_header::after {
    background: linear-gradient(to right, rgb(197,102,85), transparent);
    width: 80%;
    height: 4px;
    bottom: -15px;
    position: absolute;
    left: 0;
    content: "";
}.uititle_board h3 {
    font-size: calc(23px * 1.1);
    border-left: 3px solid rgb(197,102,85);
    max-width: 90%;
    background: linear-gradient(to right, rgb(222,150,142,0.5), transparent);
    line-height: 1.6;
    padding: 1.5rem;
    font-weight: 400;
    color: #ffffff;
}

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

@media (max-width: 1200px) {.uititle_board .uiquick_mastery {
    padding: 2.5rem;
    width: 85%;
}.uititle_board .title_style_header {
    font-size: calc(47px * 1.1);
}.uititle_board h3 {
    max-width: 95%;
    font-size: 23px;
}
}

@media (max-width: 992px) {.uititle_board .uiquick_mastery {
    padding: 2rem;
    transform: perspective(800px) rotateX(1deg);
}.uititle_board .title_style_header {
    font-size: 47px;
}.uititle_board p {
    font-size: 17px;
}.uititle_board h3 {
    padding: 1rem;
    max-width: 100%;
}
}

@media (max-width: 768px) {.uititle_board {
    min-height: auto;
}.uititle_board .uilearn_main {
    min-height: 100vh;
    height: auto;
}.uititle_board .uiquick_mastery {
    width: 95%;
    padding: 2rem 1.5rem;
    transform: none;
}.uititle_board .uiquick_mastery:hover {
    transform: none;
}.uititle_board p {
    padding-left: 1.5rem;
    font-size: calc(17px * 0.95);
}.uititle_board .title_style_header {
    font-size: calc(30px * 1.1);
}.uititle_board h3 {
    font-size: calc(16px * 1.1);
    padding: 0.8rem;
}
}

@media (max-width: 576px) {.uititle_board .uiquick_mastery {
    padding: 1.5rem 1rem;
}.uititle_board p {
    padding-left: 1rem;
    margin-bottom: 1rem;
}.uititle_board p::before {
    width: 0.8rem;
}.uititle_board .title_style_header {
    font-size: 30px;
    margin-bottom: 1.5rem;
}.uititle_board .title_style_header::after {
    height: 3px;
    bottom: -10px;
}.uititle_board h3 {
    border-left: 2px solid rgb(197,102,85);
    font-size: 16px;
    padding: 0.6rem;
}}.uileadership_profile {
    background: linear-gradient(135deg, rgb(245,210,206) 0%, #f5f7fa 100%);
    padding: 90px 0;
    position: relative;
    overflow: hidden;
}.uileadership_profile::before {
    position: absolute;
    width: 300px;
    right: -5%;
    height: 300px;
    z-index: 0;
    filter: blur(60px);
    animation: float 15s ease-in-out infinite alternate;
    background: linear-gradient(45deg, rgb(222,150,142,0.5), rgb(197,102,85,0.5));
    opacity: 0.4;
    content: "";
    top: -10%;
}.uileadership_profile::after {
    height: 250px;
    animation: float 18s ease-in-out infinite alternate-reverse;
    bottom: -5%;
    position: absolute;
    filter: blur(50px);
    left: -5%;
    background: linear-gradient(225deg, rgb(197,102,85,0.5), rgb(222,150,142,0.5));
    opacity: 0.3;
    z-index: 0;
    content: "";
    width: 250px;
}.uileadership_profile .container {
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
    z-index: 1;
    max-width: 1200px;
}.uileadership_profile .uireview_voices {
    grid-template-columns: 1fr;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    grid-gap: 30px;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    padding: 40px;
    display: grid;
    background: #ffffff;
    transform: perspective(1000px) rotateY(2deg);
    position: relative;
}.uileadership_profile .uireview_voices:hover {
    transform: perspective(1000px) rotateY(0deg);
}.uileadership_profile .uireview_voices > div:first-child {
    margin-bottom: 10px;
    position: relative;
}.uileadership_profile .uiimg_box_grid {
    height: 120px;
    clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);
    width: 120px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    border: 3px solid #ffffff;
}.uileadership_profile .uireview_voices:hover .uiimg_box_grid {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    transform: scale(1.05) translateY(-5px);
}.uileadership_profile .name {
    display: inline-block;
    font-size: 22px;
    position: relative;
    margin-bottom: 5px;
    font-weight: 700;
    color: rgb(222,150,142);
}.uileadership_profile .name::after {
    height: 3px;
    left: 0;
    position: absolute;
    bottom: -4px;
    transition: width 0.3s ease-in-out;
    content: "";
    background: linear-gradient(90deg, rgb(222,150,142), rgb(197,102,85));
    width: 0;
}.uileadership_profile .uireview_voices:hover .name::after {
    width: 100%;
}.uileadership_profile .uireview_voices > div:nth-child(2) > div {
    margin-bottom: 15px;
    padding-left: 0;
    font-size: calc(13px - 1px);
    position: relative;
    transition: padding-left 0.3s ease;
    font-weight: 600;
    color: rgb(197,102,85);
}.uileadership_profile .uireview_voices:hover > div:nth-child(2) > div {
    padding-left: 10px;
}.uileadership_profile .uiexp_grid {
    color: #000000;
    position: relative;
    line-height: 1.7;
    border-left: 3px solid rgb(222,150,142);
    background: linear-gradient(to right, rgba(245, 247, 250, 0.5), rgba(245, 247, 250, 0));
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 20px;
    font-size: 13px;
}.uileadership_profile .uiexp_grid::before {
    line-height: 1;
    left: 10px;
    font-size: 60px;
    font-family: serif;
    position: absolute;
    opacity: 0.3;
    content: "";
    color: rgb(222,150,142,0.5);
    top: -15px;
}

@media (min-width: 768px) {.uileadership_profile {
    padding: 120px 0;
}.uileadership_profile .uireview_voices {
    grid-template-columns: 150px 1fr;
    grid-template-rows: auto 1fr;
    padding: 50px;
}.uileadership_profile .uireview_voices > div:first-child {
    grid-row: 1 / span 2;
    margin-bottom: 0;
}.uileadership_profile .uiimg_box_grid {
    height: 150px;
    width: 150px;
}.uileadership_profile .uireview_voices > div:nth-child(2) {
    align-self: end;
}.uileadership_profile .uireview_voices > div:nth-child(3) {
    grid-column: 2;
    grid-row: 2;
}
}

@media (min-width: 992px) {.uileadership_profile .uireview_voices {
    grid-template-columns: 180px 1fr;
    padding: 60px;
    grid-gap: 40px;
}.uileadership_profile .uiimg_box_grid {
    width: 180px;
    height: 180px;
}.uileadership_profile .name {
    font-size: calc(22px + 2px);
}.uileadership_profile .uiexp_grid {
    font-size: calc(13px + 1px);
    padding: 25px;
}
}

@media (max-width: 767px) {.uileadership_profile {
    padding: 60px 0;
}.uileadership_profile .uireview_voices {
    text-align: center;
    padding: 30px;
}.uileadership_profile .uiimg_box_grid {
    margin: 0 auto 20px;
}.uileadership_profile .name::after {
    transform: translateX(-50%);
    left: 50%;
}.uileadership_profile .uireview_voices:hover > div:nth-child(2) > div {
    padding-left: 0;
}.uileadership_profile .uiexp_grid {
    padding: 15px;
    text-align: left;
}}

@keyframes float {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }
    50% {
        transform: translate(15px, 15px) rotate(5deg);
    }
    100% {
        transform: translate(-15px, 10px) rotate(-5deg);
    }
}header .top_plank {
    background: rgb(222,150,142);
    color:  #ffffff;
}header .top_plank .uilearning_toolbar div svg, header .top_plank .uilearning_toolbar div svg path {
    fill: #ffffff;
}header .top_plank .uilearning_toolbar div span {
    color: #ffffff;
}header .top_plank .uilearning_toolbar {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 15px 0 10px 0;
    line-height: 21px;
    font-size: 12px;
}header .top_plank .uilearning_toolbar div {
    margin-right: 24px;
    align-items: center;
    justify-content: flex-start;
    display: flex;
}header .top_plank .uilearning_toolbar div img, header .top_plank .uilearning_toolbar div svg {
    margin-right: 8px;
    width: 16px;
    height: 16px;
}.uicourse_highlights {
    min-height: 100vh;
    flex-direction: column;
    justify-content: center;
    display: flex;
    overflow: hidden;
    align-items: center;
    position: relative;
    background-color: rgb(245,210,206);
}.uicourse_highlights .uitraining_plan {
    z-index: 1;
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    overflow: hidden;
}.uicourse_highlights .uilesson_path {
    animation: carousel-slide 40s cubic-bezier(0.25, 0.1, 0.25, 1) infinite;
    will-change: transform;
    width: 500%;
    display: flex;
    height: 100%;
}.uicourse_highlights .uitraining_plan:hover .uilesson_path {
    animation-play-state: paused;
}.uicourse_highlights .uilearn_code {
    height: 100%;
    flex: 1;
    min-width: 20%;
    position: relative;
    overflow: hidden;
}.uicourse_highlights .uilearn_code img {
    transform: scale(1.05);
    object-fit: cover;
    transition: transform 1.5s ease;
    filter: saturate(0.8) contrast(1.2);
    height: 100%;
    width: 100%;
}.uicourse_highlights .uitraining_plan:hover .uilearn_code img {
    transform: scale(1.15);
}.uicourse_highlights .container {
    margin: auto;
    display: flex;
    width: 100%;
    z-index: 4;
    max-width: 1200px;
    align-items: center;
    position: relative;
    justify-content: center;
    padding: 2rem;
}.uicourse_highlights .uilearn_identity {
    padding: 0.5rem;
    background: linear-gradient(
        135deg,
        rgba(0, 0, 0, 0.6) 0%,
        rgba(0, 0, 0, 0.8) 100%
    );
    border-radius: 14px;
    width: 100%;
    backdrop-filter: blur(8px);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5),
                0 0 60px rgb(222,150,142,0.5),
                0 0 90px rgb(197,102,85,0.5);
    animation: glow-pulse 8s ease-in-out infinite alternate;
    max-width: 800px;
}.uicourse_highlights .uiprogram_guide {
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.4) 0%,
        rgba(0, 0, 0, 0.6) 100%
    );
    text-align: center;
    padding: 3rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
}.uicourse_highlights .uiprogram_guide::before {
    height: 200%;
    animation: rotate 30s linear infinite;
    width: 200%;
    opacity: 0.1;
    content: '';
    z-index: -1;
    left: -50%;
    top: -50%;
    position: absolute;
    background: radial-gradient(
        circle at center,
        rgb(222,150,142,0.5) 0%,
        transparent 50%
    );
}.uicourse_highlights .uiprogram_guide h3 {
    display: inline-block;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 1.5rem;
    position: relative;
    color: #ffffff;
}.uicourse_highlights .uiprogram_guide h3::before,
.uicourse_highlights .uiprogram_guide h3::after {
    position: absolute;
    content: '';
    bottom: -10px;
    border-radius: 10px;
    height: 3px;
}.uicourse_highlights .uiprogram_guide h3::before {
    background: rgb(222,150,142);
    right: 50%;
    left: 50%;
    transition: all 0.6s ease;
}.uicourse_highlights .uiprogram_guide h3::after {
    transition: all 0.6s ease;
    transition-delay: 0.2s;
    background: rgb(197,102,85);
    right: 50%;
    left: 50%;
}.uicourse_highlights .uiprogram_guide:hover h3::before {
    left: 0;
    right: 50%;
}.uicourse_highlights .uiprogram_guide:hover h3::after {
    right: 0;
    left: 50%;
}.uicourse_highlights .uiprogram_guide p {
    font-size: 15px;
    margin-bottom: 2.5rem;
    line-height: 1.8;
    font-weight: 400;
    max-width: 85%;
    color: #000000;
    margin-right: auto;
    opacity: 0.85;
    margin-left: auto;
}.uicourse_highlights .uiprogram_guide .uiinquiry_reach {
    text-decoration: none;
    padding: 1rem 2rem;
    display: inline-block;
    background: linear-gradient(
        45deg,
        rgb(222,150,142) 0%,
        rgb(197,102,85) 100%
    );
    transition: all 0.4s ease;
    z-index: 1;
    border-radius: 10px;
    overflow: hidden;
    text-transform: uppercase;
    font-size: 17px;
    position: relative;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 2px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}.uicourse_highlights .uiprogram_guide .uiinquiry_reach::before {
    height: 100%;
    content: '';
    z-index: -1;
    position: absolute;
    left: -100%;
    background: linear-gradient(
        45deg,
        rgb(197,102,85) 0%,
        rgb(222,150,142) 100%
    );
    top: 0;
    transition: all 0.6s ease;
    width: 100%;
}.uicourse_highlights .uiprogram_guide .uiinquiry_reach:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
    transform: translateY(-5px);
}.uicourse_highlights .uiprogram_guide .uiinquiry_reach:hover::before {
    left: 0;
}

@keyframes carousel-slide {
    0%, 16% {
        transform: translateX(0%);
    }
    20%, 36% {
        transform: translateX(-20%);
    }
    40%, 56% {
        transform: translateX(-40%);
    }
    60%, 76% {
        transform: translateX(-60%);
    }
    80%, 96% {
        transform: translateX(-80%);
    }
    100% {
        transform: translateX(0%);
    }
}

@keyframes pattern-shift {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

@keyframes gradient-pulse {
    0% {
        opacity: 0.6;
        transform: scale(1);
    }
    50% {
        opacity: 0.8;
        transform: scale(1.05);
    }
    100% {
        opacity: 0.6;
        transform: scale(1);
    }
}

@keyframes glow-pulse {
    0% {
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.5),
                    0 0 40px rgb(222,150,142,0.5);
    }
    50% {
        box-shadow: 0 0 40px rgba(0, 0, 0, 0.5),
                    0 0 70px rgb(197,102,85,0.5);
    }
    100% {
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.5),
                    0 0 40px rgb(222,150,142,0.5);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 991px) {.uicourse_highlights {
    min-height: auto;
    padding: 6rem 0;
}.uicourse_highlights .uitraining_plan {
    height: 350px;
    margin-bottom: 0;
    position: relative;
}.uicourse_highlights .container {
    padding: 1.5rem;
    margin-top: -100px;
}.uicourse_highlights .uilearn_identity {
    max-width: 90%;
}.uicourse_highlights .uiprogram_guide {
    padding: 2.5rem;
}.uicourse_highlights .uiprogram_guide p {
    max-width: 95%;
}
}

@media (max-width: 767px) {.uicourse_highlights {
    padding: 5rem 0;
}.uicourse_highlights .uitraining_plan {
    height: 280px;
}.uicourse_highlights .uilesson_path {
    animation-duration: 30s;
}.uicourse_highlights .container {
    margin-top: -50px;
    padding: 1rem;
}.uicourse_highlights .uilearn_identity {
    max-width: 100%;
    padding: 0.3rem;
}.uicourse_highlights .uiprogram_guide {
    padding: 2rem 1.5rem;
}.uicourse_highlights .uiprogram_guide h3 {
    margin-bottom: 1.2rem;
    font-size: calc(32px * 0.9);
}.uicourse_highlights .uiprogram_guide p {
    font-size: calc(15px * 0.9);
    margin-bottom: 2rem;
    line-height: 1.6;
}.uicourse_highlights .uiprogram_guide .uiinquiry_reach {
    font-size: calc(17px * 0.9);
    padding: 0.8rem 1.5rem;
}
}

@media (max-width: 480px) {.uicourse_highlights {
    padding: 4rem 0;
}.uicourse_highlights .uitraining_plan {
    height: 230px;
}.uicourse_highlights .uilesson_path {
    animation-duration: 25s;
}.uicourse_highlights .container {
    margin-top: -30px;
}.uicourse_highlights .uiprogram_guide {
    padding: 1.5rem 1rem;
}.uicourse_highlights .uiprogram_guide h3 {
    margin-bottom: 1rem;
    font-size: calc(32px * 0.8);
}.uicourse_highlights .uiprogram_guide p {
    margin-bottom: 1.8rem;
    max-width: 100%;
    font-size: calc(15px * 0.8);
}.uicourse_highlights .uiprogram_guide .uiinquiry_reach {
    width: 90%;
    margin: 0 auto;
    padding: 0.7rem 1.3rem;
}
}

@media (min-width: 1400px) {.uicourse_highlights .container {
    max-width: 1320px;
}.uicourse_highlights .uilearn_identity {
    max-width: 900px;
}.uicourse_highlights .uiprogram_guide {
    padding: 4rem;
}
}

@media (prefers-reduced-motion) {.uicourse_highlights .uilesson_path,
    .uicourse_highlights .uilearn_identity,
    .uicourse_highlights .uiprogram_guide::before {
    animation: none;
}.uicourse_highlights .uilearn_code {
    opacity: 0.5;
    transition: opacity 0.5s ease;
}.uicourse_highlights .uilearn_code:nth-child(1) {
    opacity: 1;
}}.uifind_support {
    background: linear-gradient(135deg, rgb(222,150,142,0.5) 0%, rgb(245,210,206) 40%, rgb(245,210,206) 60%, rgb(197,102,85,0.5) 100%);
    overflow: hidden;
    position: relative;
    padding: 90px 0;
}.uifind_support::before {
    opacity: 0.6;
    left: 0;
    background: 
        radial-gradient(circle at 15% 15%, rgb(222,150,142,0.5) 0%, transparent 25%),
        radial-gradient(circle at 85% 85%, rgb(197,102,85,0.5) 0%, transparent 25%),
        radial-gradient(circle at 75% 25%, rgb(222,150,142,0.5) 0%, transparent 15%),
        radial-gradient(circle at 25% 65%, rgb(197,102,85,0.5) 0%, transparent 20%);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    content: '';
}.uifind_support::after {
    opacity: 0.03;
    background-image: 
        linear-gradient(45deg, rgb(245,210,206) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(245,210,206) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(245,210,206) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(245,210,206) 75%);
    position: absolute;
    content: '';
    animation: patternShift 60s linear infinite;
    z-index: 1;
    background-size: 100px 100px;
    top: 0;
    left: 0;
    background-position: 0 0, 0 50px, 50px -50px, -50px 0px;
    height: 100%;
    width: 100%;
}.uifind_support .container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
    z-index: 2;
    position: relative;
}.uifind_support .uirequest_team {
    position: relative;
    flex-direction: column;
    align-items: center;
    display: flex;
}.uifind_support h3 {
    font-size: 34px;
    font-family: Arial, sans-serif;
    text-align: center;
    padding-bottom: 15px;
    color: #000000;
    position: relative;
    margin-bottom: 15px;
    font-weight: 700;
}.uifind_support h3::after {
    width: 50px;
    position: absolute;
    background: rgb(222,150,142);
    transform: translateX(-50%);
    height: 3px;
    content: '';
    bottom: 0;
    left: 50%;
}.uifind_support .uimessage_card {
    margin: 0 auto 50px;
    text-align: center;
    font-size: 12px;
    line-height: 1.6;
    color: #000000;
    max-width: 700px;
}.uifind_support .uicontact_links {
    gap: 20px;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    display: flex;
    perspective: 1000px;
}.uifind_support .uicontact_links > span {
    flex-direction: column;
    border-radius: 0 0  19px 19px;
    z-index: 1;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    min-width: 250px;
    transform-style: preserve-3d;
    flex: 1 1 calc(33.333% - 20px);
    position: relative;
    padding-left: 70px;
    max-width: 350px;
    background: #ffffff;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    padding: 25px;
    display: flex;
}.uifind_support .uicontact_links > span:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px) rotateY(5deg);
}.uifind_support .uicontact_links > span::before {
    transform: translateZ(1px);
    position: absolute;
    background: linear-gradient(to right, rgb(222,150,142), rgb(197,102,85));
    left: 0;
    right: 0;
    content: '';
    height: 5px;
    top: 0;
}.uifind_support .uicontact_links > span::after {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    left: 25px;
    top: 5px;
    transform: translateZ(1px) scale(0);
    width: 40px;
    content: '';
    transition: opacity 0.5s ease, transform 0.5s ease;
    background: #ffffff;
    border-radius: 50%;
    height: 40px;
    opacity: 0;
    position: absolute;
    z-index: -1;
}.uifind_support .uicontact_links > span p {
    text-transform: uppercase;
    margin-bottom: 5px;
    color: rgb(222,150,142);
    font-weight: 600;
    font-size: calc(12px - 1px);
    letter-spacing: 0.5px;
}.uifind_support .uicontact_links > span > span {
    font-weight: 600;
    font-size: 12px;
    color: #000000;
}.uifind_support .uicontact_links > span a {
    text-decoration: none;
    z-index: 2;
    position: relative;
    color: #000000;
    transition: color 0.3s ease;
}.uifind_support .uicontact_links > span a:hover {
    color: rgb(222,150,142);
}.uifind_support .uicontact_links > span svg {
    stroke-width: 2px;
    stroke-linejoin: round;
    top: 25px;
    z-index: 2;
    left: 25px;
    stroke-linecap: round;
    transform: translateZ(5px);
    width: 30px;
    stroke: rgb(222,150,142);
    height: 30px;
    position: absolute;
    transform-style: preserve-3d;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    fill: none;
    transition: transform 0.5s ease, filter 0.5s ease;
}.uifind_support .uicontact_links > span:nth-child(2n) svg {
    stroke: rgb(197,102,85);
}.uifind_support .uicontact_links > span:hover svg {
    transform: translateZ(15px) scale(1.2);
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.2));
}.uifind_support .uicontact_links > span svg path {
    transition: stroke-dasharray 0.5s ease, stroke-dashoffset 0.5s ease;
    stroke-dashoffset: 0;
    stroke-dasharray: 0;
}.uifind_support .uicontact_us {
    width: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    margin-top: 50px;
    position: relative;
    border-radius: 19px;
    padding: 30px;
    background: #ffffff;
}.uifind_support .uicontact_us::before {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 0;
    content: '';
    height: 100%;
    background: linear-gradient(135deg, rgb(222,150,142,0.5) 0%, transparent 70%);
    opacity: 0.1;
}.uifind_support .uicontact_us h4 {
    display: flex;
    z-index: 1;
    font-size: 19px;
    justify-content: center;
    position: relative;
    font-weight: 700;
    gap: 10px;
    color: #000000;
    text-align: center;
    align-items: center;
    margin-bottom: 25px;
}.uifind_support .uicontact_us h4 svg {
    height: 24px;
    stroke: rgb(222,150,142);
    stroke-linejoin: round;
    width: 24px;
    fill: none;
    stroke-width: 2px;
    stroke-linecap: round;
}.uifind_support .uicontact_us h4::after {
    transform: translateX(-50%);
    content: '';
    width: 30px;
    position: absolute;
    height: 2px;
    bottom: -10px;
    left: 50%;
    background: rgb(197,102,85);
}.uifind_support .uicontact_us span {
    align-items: center;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
    padding: 10px 20px;
    margin: 5px;
    background: rgba(0, 0, 0, 0.03);
    color: #000000;
    display: inline-flex;
    border-radius: 10px;
    font-size: 12px;
}.uifind_support .uicontact_us span svg {
    width: 16px;
    stroke-linejoin: round;
    stroke: rgb(197,102,85);
    transition: transform 0.3s ease;
    stroke-linecap: round;
    height: 16px;
    margin-right: 8px;
    stroke-width: 2px;
    fill: none;
}.uifind_support .uicontact_us span:hover {
    color: #000000;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transform: translateY(-3px);
    background: rgb(222,150,142,0.5);
}.uifind_support .uicontact_us span:hover svg {
    transform: rotate(360deg);
}@keyframes patternShift {
    0% {
        background-position: 0 0, 0 50px, 50px -50px, -50px 0px;
    }
    100% {
        background-position: 500px 500px, 500px 550px, 550px 450px, 450px 500px;
    }
}
@keyframes floatAnimation {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}
.uifind_support .uicontact_links > span:nth-child(3n+1) {
    animation: floatAnimation 4s ease-in-out infinite;
    animation-delay: 0s;
}.uifind_support .uicontact_links > span:nth-child(3n+2) {
    animation-delay: 1.3s;
    animation: floatAnimation 4s ease-in-out infinite;
}.uifind_support .uicontact_links > span:nth-child(3n+3) {
    animation: floatAnimation 4s ease-in-out infinite;
    animation-delay: 2.6s;
}
@media (max-width: 991px) {.uifind_support {
    padding: 70px 0;
}.uifind_support h3 {
    font-size: calc(34px - 2px);
}.uifind_support .uimessage_card {
    margin-bottom: 40px;
}.uifind_support .uicontact_links > span {
    flex: 1 1 calc(50% - 20px);
}.uifind_support .uicontact_links > span svg {
    width: 28px;
    height: 28px;
}.uifind_support .uicontact_us h4 svg {
    width: 22px;
    height: 22px;
}
}
@media (max-width: 767px) {.uifind_support {
    padding: 60px 0;
}.uifind_support h3 {
    font-size: calc(34px - 4px);
}.uifind_support .uimessage_card {
    margin-bottom: 30px;
}.uifind_support .uicontact_links {
    gap: 15px;
}.uifind_support .uicontact_links > span {
    padding-left: 60px;
    padding: 20px;
    max-width: 100%;
    flex: 1 1 100%;
}.uifind_support .uicontact_us {
    padding: 25px;
    margin-top: 30px;
}.uifind_support .uicontact_us span {
    padding: 8px 15px;
}.uifind_support .uicontact_links > span:nth-child(n) {
    animation: none;
}.uifind_support .uicontact_links > span svg {
    height: 24px;
    left: 20px;
    width: 24px;
    top: 20px;
}.uifind_support .uicontact_us h4 svg {
    width: 20px;
    height: 20px;
}.uifind_support .uicontact_us span svg {
    margin-right: 6px;
    height: 14px;
    width: 14px;
}
}
@media (max-width: 479px) {.uifind_support {
    padding: 50px 0;
}.uifind_support h3 {
    font-size: calc(34px - 6px);
}.uifind_support .uimessage_card {
    font-size: calc(12px - 1px);
    margin-bottom: 25px;
}.uifind_support .uicontact_links > span {
    padding-left: 50px;
    padding: 15px;
}.uifind_support .uicontact_links > span svg {
    width: 20px;
    left: 15px;
    height: 20px;
    top: 15px;
}.uifind_support .uicontact_us {
    padding: 20px 15px;
}.uifind_support .uicontact_us h4 {
    margin-bottom: 20px;
    font-size: calc(19px - 2px);
}.uifind_support .uicontact_us h4 svg {
    height: 18px;
    width: 18px;
}.uifind_support .uicontact_us span {
    font-size: calc(12px - 1px);
    margin: 3px;
    padding: 6px 12px;
}.uifind_support .uicontact_us span svg {
    height: 12px;
    margin-right: 4px;
    width: 12px;
}
}
@media (hover: none) {.uifind_support .uicontact_links > span:hover,
    .uifind_support .uicontact_us span:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transform: none;
    background: #ffffff;
}.uifind_support .uicontact_us span:hover {
    background: rgba(0, 0, 0, 0.03);
    color: #000000;
}.uifind_support .uicontact_links > span a:hover {
    color: #000000;
}.uifind_support .uicontact_links > span:hover svg {
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    transform: translateZ(5px);
}.uifind_support .uicontact_links > span:hover svg path {
    animation: none;
    stroke-dasharray: 0;
}.uifind_support .uicontact_us span:hover svg {
    transform: none;
}}footer {
    position: relative;
}footer::before {
    content: '';
    top: 0;
    z-index: 1;
    right: 0;
    background: linear-gradient(125deg, #000000 0%, rgb(197,102,85) 100%);
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0.95;
}.uicitation {
    position: relative;
    padding: 60px 0;
    z-index: 2;
    font-family: Arial, sans-serif;
    color: #ffffff;
}.uicitation .container {
    flex-wrap: wrap;
    display: flex;
}.uicitation .company_holder {
    text-align: center;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    background: rgba(0, 0, 0, 0.2);
    flex: 0 0 100%;
    margin-bottom: 40px;
    border-radius: 11px;
    padding: 25px;
}.uicitation .company_holder h3 {
    font-weight: 700;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    letter-spacing: 1px;
    margin-bottom: 20px;
    font-size: 38px;
}.uicitation .uiskill_test {
    padding: 15px 20px;
    background: rgba(255, 255, 255, 0.1);
    margin: 0 auto;
    text-align: center;
    line-height: 1.7;
    font-size: 18px;
    max-width: 80%;
    color: #ffffff;
    border-radius: 10px;
}.uicitation .uiskill_links {
    flex: 0 0 100%;
    margin-top: 20px;
}.uicitation .uinav_top {
    gap: 30px;
    margin-top: 30px;
    justify-content: center;
    flex-wrap: wrap;
    display: flex;
}.uicitation .uitop_mainwrap {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 11px;
    padding: 20px;
    transition: all 0.3s ease;
    flex: 0 0 calc(50% - 30px);
    max-width: calc(50% - 30px);
}.uicitation .uitop_mainwrap:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}.uicitation .uitop_mainwrap h5 {
    margin-bottom: 20px;
    font-size: 24px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-weight: 600;
    color: #ffffff;
    text-align: center;
}.uicitation .uitop_mainwrap .uinav_top {
    display: flex;
    margin-top: 0;
    gap: 12px;
    flex-direction: column;
}.uicitation .uitop_mainwrap .uinav_top a {
    font-size: 18px;
    text-align: center;
    padding: 8px 12px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.05);
    color: #ffffff;
    transition: all 0.3s ease;
    text-decoration: none;
}.uicitation .uitop_mainwrap .uinav_top a:hover {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.15);
    color: #ffffff;
    transform: translateY(-2px);
}.uigift_card {
    padding: 20px 0;
    z-index: 2;
    margin-top: 40px;
    position: relative;
    background: rgba(0, 0, 0, 0.3);
}.uigift_card::before {
    height: 1px;
    position: absolute;
    content: '';
    right: 20%;
    left: 20%;
    opacity: 0.2;
    top: 0;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
}.uigift_card .container {
    justify-content: center;
    display: flex;
}.uigift_card .uicloud_lab {
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    letter-spacing: 0.5px;
}

@keyframes gradientFlow {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
@media (min-width: 768px) {.uicitation .uinav_top {
    justify-content: space-between;
}.uicitation .company_holder {
    flex: 0 0 30%;
    text-align: left;
}.uicitation .uiskill_links {
    flex: 0 0 65%;
}.uicitation .container {
    justify-content: space-between;
    align-items: flex-start;
}.uicitation .uiskill_test {
    max-width: 100%;
    text-align: left;
    margin: 0;
}
}

@media (max-width: 767px) {.uicitation .uitop_mainwrap {
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 20px;
}.uicitation .company_holder {
    padding: 20px 15px;
}.uicitation .uiskill_test {
    max-width: 100%;
    padding: 15px;
}
}

@media (max-width: 576px) {.uicitation {
    padding: 40px 0;
}.uicitation .company_holder h3 {
    font-size: calc(38px * 0.8);
}.uicitation .uitop_mainwrap h5 {
    font-size: calc(24px * 0.9);
}.uicitation .uitop_mainwrap .uinav_top a {
    font-size: calc(18px * 0.95);
}}

@keyframes pulseLight {
    0%, 100% {
        opacity: 0.1;
        transform: scale(1);
    }
    50% {
        opacity: 0.15;
        transform: scale(1.1);
    }
}

footer::after {
    width: 100%;
    position: absolute;
    z-index: 1;
    background-size: 20px 20px;
    content: '';
    height: 100%;
    left: 0;
    background-image: linear-gradient(0deg, 
        rgba(255, 255, 255, 0.02) 1px, 
        transparent 1px),
        linear-gradient(90deg, 
        rgba(255, 255, 255, 0.02) 1px, 
        transparent 1px);
    top: 0;
}.uisubscribe_to_newsletter {
    z-index: 1;
    position: relative;
    background: linear-gradient(135deg, rgb(197,102,85,0.5), rgb(222,150,142));
    overflow: hidden;
    padding: 4rem 2rem;
}.uisubscribe_to_newsletter::before {
    z-index: -1;
    height: 70%;
    animation: float 15s infinite alternate ease-in-out;
    right: -5%;
    content: "";
    top: -10%;
    transform: rotate(-15deg) skewX(-15deg);
    filter: blur(40px);
    background: rgb(255, 255, 255, 0.5);
    width: 40%;
    position: absolute;
}.uisubscribe_to_newsletter::after {
    height: 50%;
    animation: float 12s infinite alternate-reverse ease-in-out;
    width: 25%;
    transform: rotate(25deg) skewY(5deg);
    content: "";
    bottom: -5%;
    left: -5%;
    background: rgb(197,102,85,0.5);
    z-index: -1;
    position: absolute;
    filter: blur(30px);
}.uisubscribe_to_newsletter .container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
}.uisubscribe_to_newsletter .uilearn_identity {
    background: rgba(255, 255, 255, 0.05);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    backdrop-filter: blur(10px);
    padding: 3rem;
    border-left: 4px solid rgb(197,102,85);
    transform: perspective(1000px) rotateX(2deg);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}.uisubscribe_to_newsletter .uilearn_identity:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.15);
}.uisubscribe_to_newsletter h3 {
    transform: translateX(5px);
    font-family: Arial, sans-serif;
    font-size: clamp(1.25rem, 3vw, 1.75rem);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 2rem;
    font-weight: 600;
    line-height: 1.4;
    color: #ffffff;
    position: relative;
}.uisubscribe_to_newsletter h3::before {
    content: "";
    left: -20px;
    height: 8px;
    transform: translateY(-50%);
    position: absolute;
    border-radius: 10px;
    animation: pulse 3s infinite;
    top: 0.8em;
    width: 8px;
    background: rgb(197,102,85);
}.uisubscribe_to_newsletter .input_holder {
    max-width: 100%;
    flex-direction: column;
    position: relative;
    gap: 1.25rem;
    display: flex;
}.uisubscribe_to_newsletter .input_holder::before {
    right: 0;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.05));
    clip-path: polygon(80% 0, 100% 0, 100% 100%, 60% 100%);
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -1;
}.uisubscribe_to_newsletter .input_holder div {
    flex: 1;
    position: relative;
}.uisubscribe_to_newsletter input[type="email"] {
    transition: all 0.3s ease;
    font-size: 15px;
    backdrop-filter: blur(5px);
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    width: 100%;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 1.2rem 1.5rem;
}.uisubscribe_to_newsletter input[type="email"]:focus {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0 0 0 3px rgb(197,102,85,0.5);
    border-color: rgb(197,102,85);
    outline: none;
}.uisubscribe_to_newsletter input[type="email"]::placeholder {
    transition: all 0.3s ease;
    color: rgba(255, 255, 255, 0.6);
}.uisubscribe_to_newsletter input[type="email"]:focus::placeholder {
    transform: translateX(5px);
    opacity: 0.5;
}.uisubscribe_to_newsletter .uiupdates_header {
    padding: 1.1rem 2rem;
    position: relative;
    border-radius: 10px;
    letter-spacing: 0.5px;
    color: #ffffff;
    font-weight: 600;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    transform-origin: left;
    background: rgb(197,102,85);
    font-size: 20px;
    border: none;
    cursor: pointer;
    align-self: flex-start;
}.uisubscribe_to_newsletter .uiupdates_header::before {
    background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    transform: translateX(-100%);
    transition: transform 0.6s ease;
    left: 0;
    top: 0;
}.uisubscribe_to_newsletter .uiupdates_header:hover {
    box-shadow: 0 7px 20px rgba(0, 0, 0, 0.2);
    background: rgb(222,150,142);
    transform: translateY(-3px) scale(1.02);
}.uisubscribe_to_newsletter .uiupdates_header:hover::before {
    transform: translateX(100%);
}.uisubscribe_to_newsletter .uiupdates_header:active {
    transform: translateY(1px) scale(0.98);
}

@keyframes pulse {
    0%, 100% {
        opacity: 1;
        transform: translateY(-50%) scale(1);
    }
    50% {
        opacity: 0.6;
        transform: translateY(-50%) scale(1.5);
    }
}

@keyframes float {
    0% {
        transform: rotate(-15deg) skewX(-15deg) translate(0, 0);
    }
    100% {
        transform: rotate(-10deg) skewX(-10deg) translate(10px, 10px);
    }
}

@media (min-width: 768px) {.uisubscribe_to_newsletter {
    padding: 6rem 2rem;
}.uisubscribe_to_newsletter .uilearn_identity {
    clip-path: polygon(0 0, 100% 0, 98% 100%, 0 100%);
    padding: 4rem;
}.uisubscribe_to_newsletter .input_holder {
    align-items: center;
    flex-direction: row;
}.uisubscribe_to_newsletter h3 {
    margin-bottom: 2.5rem;
    max-width: 80%;
}.uisubscribe_to_newsletter .input_holder::before {
    clip-path: polygon(70% 0, 100% 0, 100% 100%, 50% 100%);
}
}

@media (max-width: 767px) {.uisubscribe_to_newsletter .uilearn_identity {
    padding: 2rem 1.5rem;
}.uisubscribe_to_newsletter h3 {
    font-size: clamp(1rem, 5vw, 1.25rem);
    margin-bottom: 1.5rem;
}.uisubscribe_to_newsletter input[type="email"] {
    padding: 1rem;
}.uisubscribe_to_newsletter .uiupdates_header {
    width: 100%;
    margin-top: 0.5rem;
    padding: 1rem;
}.uisubscribe_to_newsletter::before,
    .uisubscribe_to_newsletter::after {
    opacity: 0.5;
}
}

@media (hover: none) {.uisubscribe_to_newsletter .uilearn_identity:hover {
    box-shadow: none;
    transform: none;
}.uisubscribe_to_newsletter .uiupdates_header:hover {
    box-shadow: none;
    transform: none;
    background: rgb(197,102,85);
}
}

@media (prefers-reduced-motion: reduce) {.uisubscribe_to_newsletter::before,
    .uisubscribe_to_newsletter::after,
    .uisubscribe_to_newsletter h3::before,
    .uisubscribe_to_newsletter .uiupdates_header::before {
    transition: none;
    animation: none;
}.uisubscribe_to_newsletter .uilearn_identity,
    .uisubscribe_to_newsletter input[type="email"],
    .uisubscribe_to_newsletter .uiupdates_header {
    transition: none;
}}header {
    overflow: visible;
    width: 100%;
    z-index: 99;
    position: relative;
    background: rgb(245,210,206);
}header::before {
    background: radial-gradient(circle at 30% 30%, rgb(222,150,142,0.5) 0%, transparent 70%);
    opacity: 0.2;
    content: "";
    left: 0;
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
}header .uinav_pagebar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 25px 30px;
}header .uinav_pagebar::before {
    width: 30%;
    background: linear-gradient(90deg, rgb(222,150,142), transparent);
    top: -10px;
    height: 5px;
    left: 10%;
    content: "";
    filter: blur(5px);
    position: absolute;
}header .uinav_pagebar::after {
    filter: blur(5px);
    bottom: -10px;
    height: 5px;
    content: "";
    right: 10%;
    width: 30%;
    background: linear-gradient(90deg, transparent, rgb(197,102,85));
    position: absolute;
}header .uinav_pagebar .uihead_wrap {
    padding: 5px;
    z-index: 2;
    position: relative;
}header .uinav_pagebar .uihead_wrap::before {
    background: linear-gradient(135deg, rgb(222,150,142), rgb(197,102,85));
    position: absolute;
    z-index: -1;
    width: calc(100% + 10px);
    opacity: 0;
    height: calc(100% + 10px);
    transition: opacity 0.3s ease;
    content: "";
    left: -5px;
    top: -5px;
    filter: blur(15px);
}header .uinav_pagebar .uihead_wrap:hover::before {
    opacity: 0.7;
}header .uinav_pagebar .uihead_wrap .uitop_study {
    display: block;
    position: relative;
    transition: transform 0.3s ease;
}header .uinav_pagebar .uihead_wrap:hover .uitop_study {
    transform: scale(1.05);
}header .uinav_pagebar .uihead_wrap .uitop_study svg {
    height: 45px;
    width: auto;
}header .uinav_pagebar .uitop_mainwrap {
    list-style: none;
    margin: 0;
    position: relative;
    display: flex;
    padding: 10px;
    border-radius: 29px;
}header .uinav_pagebar .uitop_mainwrap::before {
    opacity: 0.1;
    width: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    z-index: -1;
    left: 0;
    top: 0;
    backdrop-filter: blur(5px);
    height: 100%;
    position: absolute;
    content: "";
    border-radius: 29px;
}header .uinav_pagebar .uitop_mainwrap .uimain_mainbar {
    margin: 0 3px;
    position: relative;
}header .uinav_pagebar .uitop_mainwrap .uimain_mainbar a {
    font-weight: 600;
    overflow: hidden;
    position: relative;
    color: #000000;
    font-size: 15px;
    border-radius: 10px;
    z-index: 1;
    text-decoration: none;
    font-family: Arial, sans-serif;
    padding: 8px 15px;
    display: block;
}header .uinav_pagebar .uitop_mainwrap .uimain_mainbar a::before {
    top: 0;
    width: 100%;
    position: absolute;
    content: "";
    background: linear-gradient(135deg, rgb(222,150,142), rgb(197,102,85));
    z-index: -1;
    opacity: 0;
    height: 100%;
    left: 0;
    transition: opacity 0.3s ease;
}header .uinav_pagebar .uitop_mainwrap .uimain_mainbar a::after {
    position: absolute;
    opacity: 0;
    z-index: -1;
    transition: transform 0.5s ease, opacity 0.5s ease;
    top: 50%;
    height: 150%;
    background: radial-gradient(circle, #ffffff 0%, transparent 70%);
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 150%;
    content: "";
}header .uinav_pagebar .uitop_mainwrap .uimain_mainbar:hover a::before {
    opacity: 1;
}header .uinav_pagebar .uitop_mainwrap .uimain_mainbar:hover a {
    color: #ffffff;
}header .uinav_pagebar .uitop_mainwrap .uimain_mainbar:active a::after {
    opacity: 0.3;
    transform: translate(-50%, -50%) scale(1);
}header .uinav_pagebar .uitop_mainwrap .uimain_mainbar:nth-child(odd) a::before {
    background: linear-gradient(to right, rgb(222,150,142), rgb(197,102,85));
}header .uinav_pagebar .uitop_mainwrap .uimain_mainbar:nth-child(even) a::before {
    background: linear-gradient(to left, rgb(222,150,142), rgb(197,102,85));
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(rgb(222,150,142), 0.7);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(rgb(222,150,142), 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(rgb(222,150,142), 0);
    }
}

@media (max-width: 992px) {header .uinav_pagebar {
    flex-direction: column;
    padding: 20px 15px;
}header .uinav_pagebar .uihead_wrap {
    margin-bottom: 15px;
}header .uinav_pagebar .uitop_mainwrap {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
}header .uinav_pagebar .uitop_mainwrap .uimain_mainbar {
    margin: 3px;
}header .uinav_pagebar .uitop_mainwrap .uimain_mainbar a {
    padding: 6px 12px;
    font-size: calc(15px - 1px);
}
}

@media (max-width: 767px) {header .uinav_pagebar {
    padding: 15px 10px;
}header .uinav_pagebar .uihead_wrap .uitop_study svg {
    height: 40px;
}header .uinav_pagebar .uitop_mainwrap {
    padding: 5px;
}header .uinav_pagebar .uitop_mainwrap .uimain_mainbar a {
    font-size: calc(15px - 2px);
    padding: 5px 10px;
}}.uiplan_chooser {
    padding: 100px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(245,210,206) 0%, rgb(222,150,142,0.5) 100%);
    position: relative;
}.uiplan_chooser::before {
    position: absolute;
    width: 100%;
    content: "";
    pointer-events: none;
    height: 100%;
    z-index: 0;
    left: 0;
    background: radial-gradient(circle at 30% 70%, rgb(197,102,85,0.5) 0%, transparent 60%);
    top: 0;
}.uiplan_chooser .container {
    margin: 0 auto;
    position: relative;
    padding: 0 15px;
    max-width: 1320px;
    z-index: 1;
}.uiplan_chooser .uilearn_fees {
    flex-direction: column-reverse;
    display: flex;
    position: relative;
    gap: 60px;
}.uiplan_chooser .uicert_fees {
    max-width: 100%;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    padding: 30px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateX(0deg);
    border-left: 3px solid rgb(222,150,142);
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 90%);
    backdrop-filter: blur(10px);
}.uiplan_chooser .uicert_fees:hover {
    transform: perspective(1000px) rotateX(2deg);
}.uiplan_chooser .uicert_fees h2 {
    background-clip: text !important;
    background: linear-gradient(90deg, rgb(222,150,142), rgb(197,102,85));
    color: transparent;
    transform: translateZ(0);
    letter-spacing: -0.02em;
    font-size: 38px;
    line-height: 1.3;
    -webkit-background-clip: text !important;
    margin-bottom: 20px;
    font-weight: 700;
}.uiplan_chooser .uicert_fees .uiplan_fee {
    max-width: 700px;
    font-size: 13px;
    line-height: 1.6;
    overflow-wrap: break-word;
    color: #000000;
    margin-bottom: 0;
    word-break: break-word;
}.uiplan_chooser .uimonthly_rate {
    display: grid;
    position: relative;
    gap: 30px;
    grid-template-columns: 1fr;
}.uiplan_chooser .uifee_struct {
    display: block;
    text-decoration: none;
    border-radius: 4px;
    transform: translateY(0);
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    overflow: hidden;
    position: relative;
}.uiplan_chooser .uifee_struct:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    z-index: 5;
}.uiplan_chooser .uicost_rates {
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.06);
    flex-direction: column;
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 95%);
    display: flex;
    height: 100%;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}.uiplan_chooser .uicost_rates::before {
    transition: transform 0.4s ease-out;
    position: absolute;
    transform-origin: left;
    width: 100%;
    top: 0;
    left: 0;
    height: 5px;
    content: "";
    transform: scaleX(0.8);
    background: linear-gradient(90deg, rgb(222,150,142), rgb(197,102,85));
}.uiplan_chooser .uifee_struct:hover .uicost_rates::before {
    transform: scaleX(1);
}.uiplan_chooser .uibundle_offer {
    z-index: 1;
    position: relative;
    flex-direction: column;
    display: flex;
    flex: 1;
    padding: 30px;
}.uiplan_chooser .uibundle_offer h3 {
    font-weight: 700;
    position: relative;
    margin-bottom: 15px;
    transform-origin: left;
    font-size: calc(20px + 2px);
    color: #000000;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: transform 0.3s ease;
}.uiplan_chooser .uifee_struct:hover .uibundle_offer h3 {
    transform: translateX(5px) scale(1.03);
    color: rgb(222,150,142);
}.uiplan_chooser .uilearn_sub {
    font-weight: 700;
    font-size: calc(20px + 4px);
    position: relative;
    margin-bottom: 20px;
    display: inline-block;
    color: rgb(197,102,85);
}.uiplan_chooser .uilearn_sub::after {
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    content: "";
    transform: scaleX(0.5);
    bottom: -5px;
    width: 50px;
    left: 0;
    height: 3px;
    position: absolute;
    background: rgb(222,150,142);
    transform-origin: left;
}.uiplan_chooser .uifee_struct:hover .uilearn_sub::after {
    transform: scaleX(1);
}.uiplan_chooser .uibundle_offer p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    flex: 1;
    line-height: 1.6;
    word-break: break-word;
    font-size: 13px;
    overflow: hidden;
    color: #000000;
    -webkit-line-clamp: 5;
    overflow-wrap: break-word;
    margin-bottom: 0;
}.uiplan_chooser .uiimg_box_grid {
    position: relative;
    overflow: hidden;
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    height: 200px;
}.uiplan_chooser .uiimg_box_grid::after {
    pointer-events: none;
    height: 100%;
    left: 0;
    position: absolute;
    content: "";
    background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.3) 100%);
    top: 0;
    width: 100%;
}.uiplan_chooser .uifee_struct:hover .uiimg_box_grid {
    transform: scale(1.05);
}

@media (min-width: 768px) {.uiplan_chooser .uimonthly_rate {
    grid-template-columns: repeat(2, 1fr);
}.uiplan_chooser .uicert_fees {
    padding: 40px;
}.uiplan_chooser .uibundle_offer {
    padding: 30px 35px;
}.uiplan_chooser .uiimg_box_grid {
    height: 240px;
}
}

@media (min-width: 992px) {.uiplan_chooser .uilearn_fees {
    align-items: stretch;
    flex-direction: row;
    gap: 40px;
}.uiplan_chooser .uicert_fees {
    justify-content: center;
    flex-direction: column;
    padding: 50px 40px;
    display: flex;
    width: 30%;
}.uiplan_chooser .uimonthly_rate {
    grid-template-columns: repeat(2, 1fr);
    width: 70%;
}.uiplan_chooser .uibundle_offer {
    padding: 30px;
}.uiplan_chooser .uibundle_offer p {
    -webkit-line-clamp: 6;
}
}

@media (min-width: 1200px) {.uiplan_chooser {
    padding: 120px 0;
}.uiplan_chooser .uimonthly_rate {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}.uiplan_chooser .uicert_fees h2 {
    font-size: calc(38px + 4px);
}.uiplan_chooser .uibundle_offer h3 {
    font-size: calc(20px + 4px);
}.uiplan_chooser .uilearn_sub {
    font-size: calc(20px + 8px);
}.uiplan_chooser .uiimg_box_grid {
    height: 280px;
}
}

@media (min-width: 1400px) {.uiplan_chooser .uimonthly_rate {
    grid-template-columns: repeat(2, 1fr);
}.uiplan_chooser .uibundle_offer p {
    -webkit-line-clamp: 7;
}
}

@media (hover: hover) {.uiplan_chooser .uifee_struct {
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}.uiplan_chooser .uifee_struct:hover {
    transform: translateY(-10px) scale(1.02);
}
}