.nav_core_powW {
    flex: 1 0 auto;
}

header,footer {
    width: 100%;
}

header {
    overflow: visible;
    position: relative;
    z-index: 100;
    padding: 0;
    margin-top: 0;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
    background: linear-gradient(90deg, rgb(164,171,185) 0%, rgb(200,208,217) 100%);
}

.user_default_4y6L {
    align-items: center;
    justify-content: space-between;
    display: flex;
    padding: 20px 0;
}

.overlayConsentSettings_8NZz p a {
    color: rgb(200,208,217);
    text-decoration: none;
}

.inner-container_lMjk .user_default_4y6L {
    padding: 40px 0;
    justify-content: space-between;
}

.inner-container_lMjk .cookie_layer_kLD4 h5 {
    font-weight: 700;
}

.inner-container_lMjk .cookie_layer_kLD4 h5, .inner-container_lMjk .cookie_layer_kLD4 p {
    color: #ffffff;
}

.company_overview_r56f .container {
    padding: 0 30px;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 1;
    position: relative;
}

.company_overview_r56f .container::after {
    height: 400px;
    bottom: -200px;
    right: -200px;
    border-radius: 50%;
    z-index: -1;
    opacity: 0.5;
    position: absolute;
    background: radial-gradient(circle, rgba(0, 0, 0, 0.01) 0%, transparent 70%);
    width: 400px;
    content: "";
}



.company_overview_r56f .who_weare_5ljp {
    border-radius: 27px;
    position: relative;
    grid-template-columns: minmax(300px, 1fr) minmax(400px, 2fr);
    display: grid;
    box-shadow: 
        0 25px 50px -12px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(255, 255, 255, 0.05);
    background: rgba(255, 255, 255, 0.02);
    overflow: hidden;
    gap: 25px;
    grid-template-rows: auto 1fr;
    grid-template-areas: 
        "logo title"
        "photo text";
    backdrop-filter: blur(8px);
}

.company_overview_r56f .promise_block_qOU9::after {
    width: 100%;
    z-index: -1;
    height: 100%;
    content: "";
    opacity: 0.05;
    left: 0;
    top: 0;
    position: absolute;
    background: 
        linear-gradient(45deg, transparent 48.5%, rgb(200,208,217,0.5) 49%, rgb(200,208,217,0.5) 51%, transparent 51.5%),
        linear-gradient(135deg, transparent 48.5%, rgb(200,208,217,0.5) 49%, rgb(200,208,217,0.5) 51%, transparent 51.5%);
    background-size: 30px 30px;
}

.company_overview_r56f h2:hover::after {
    transform: translateX(10px);
    width: 100px;
}

.company_overview_r56f .learning_experts_cgW5::before {
    position: absolute;
    z-index: -1;
    content: "";
    inset: 10px;
    border-radius: 27px;
    opacity: 0.1;
    box-shadow: inset 0 0 0 1px rgb(200,208,217,0.5);
}

.company_overview_r56f .learning_experts_cgW5 .img_placeholder_tkOD::after {
    top: -100%;
    left: -100%;
    position: absolute;
    background: linear-gradient(
        90deg, 
        transparent, 
        rgba(255, 255, 255, 0.08), 
        transparent
    );
    animation: lightSweep 8s infinite cubic-bezier(0.4, 0, 0.2, 1);
    width: 300%;
    transform: rotate(30deg);
    height: 300%;
    content: "";
    z-index: 2;
}

.company_overview_r56f .learning_experts_cgW5:hover .learn_roots_cQ5D {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.15),
        0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

.company_overview_r56f .phrase_holder_8CF4 {
    padding: 30px;
    position: relative;
    z-index: 2;
    grid-area: text;
}

.company_overview_r56f p::before {
    opacity: 0.6;
    top: 0;
    height: 100%;
    width: 3px;
    position: absolute;
    content: "";
    left: 0;
    background: linear-gradient(to bottom, rgb(200,208,217,0.5), rgb(164,171,185,0.5));
    border-radius: 3px;
}

.future_students_HnGF .who_weare_5ljp {
    position: relative;
}

.future_students_HnGF h4::after {
    background: linear-gradient(90deg, rgb(200,208,217), rgb(164,171,185));
    height: 5px;
    bottom: -15px;
    left: 50%;
    position: absolute;
    border-radius: 5px;
    transform: translateX(-50%);
    width: 100px;
    content: "";
}

.future_students_HnGF p:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    color: #000000;
}

.future_students_HnGF p svg path {
    fill: rgb(200,208,217);
    transition: fill 0.3s ease;
}

.future_students_HnGF p span {
    display: block;
    margin-top: 50px;
    width: 100%;
}



.future_students_HnGF::after {
    width: 200px;
    content: "";
    left: 5%;
    top: 10%;
    z-index: 1;
    position: absolute;
    height: 200px;
    opacity: 0.5;
    border: 2px dashed rgb(164,171,185,0.5);
    animation: hexSpin 30s linear infinite;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}

.training_structure_3Ekl .who_weare_5ljp {
    margin: 0 auto;
    max-width: 1240px;
    transform-style: preserve-3d;
    padding: 0 20px;
    perspective: 1000px;
    z-index: 2;
    position: relative;
}

.training_structure_3Ekl h2::after {
    bottom: -10px;
    transform-origin: left center;
    position: absolute;
    transition: width 0.4s ease-out;
    content: "";
    width: 80px;
    left: 0;
    background: linear-gradient(90deg, rgb(200,208,217), rgb(164,171,185));
    height: 3px;
}

.training_structure_3Ekl .phrase_holder_8CF4:hover::before {
    transform: scale(1.2) rotate(10deg);
}

.training_structure_3Ekl .phrase_holder_8CF4:hover p {
    transform: translateX(5px);
}

.try_immediately_OqNm::before {
    opacity: 0.1;
    height: 100%;
    left: 0;
    top: 0;
    content: '';
    background: repeating-linear-gradient(
        45deg,
        rgb(200,208,217,0.5),
        rgb(200,208,217,0.5) 10px,
        transparent 10px,
        transparent 20px
    );
    position: absolute;
    z-index: 1;
    width: 100%;
}

.try_immediately_OqNm h3::after {
    background: rgb(164,171,185);
    border-radius: 10px;
    box-shadow: 0 0 15px rgb(164,171,185);
    height: 4px;
    content: '';
    bottom: -15px;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    width: 80px;
}

.try_immediately_OqNm .who_weare_5ljp::before {
    width: calc(100% + 200px);
    top: -100px;
    z-index: -1;
    position: absolute;
    opacity: 0.1;
    content: '';
    height: calc(100% + 200px);
    left: -100px;
    background-size: 30px 30px;
    background-image: 
        linear-gradient(to right, rgb(200,208,217,0.5) 1px, transparent 1px),
        linear-gradient(to bottom, rgb(200,208,217,0.5) 1px, transparent 1px);
}

header .header_mentor_P6re:hover::before {
    opacity: 0;
}



header .top_mainbar_FpLT {
    transition: all 0.3s ease;
    display: block;
    position: relative;
}

header .top_mainbar_FpLT:hover {
    transform: scale(1.05);
}

header .header_sitebar_PnHM {
    margin: 0 0.4rem;
    position: relative;
}

header .header_sitebar_PnHM a::before {
    content: '';
    right: -2px;
    z-index: -1;
    transition: opacity 0.3s ease;
    position: absolute;
    top: -2px;
    left: -2px;
    opacity: 0;
    background: #ffffff;
    transform: scale(0.9);
    bottom: -2px;
}

header .header_train_ARzh::before {
    left: 0;
    height: 1px;
    width: 100%;
    top: 0;
    content: '';
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.3), 
        transparent
    );
    position: absolute;
}

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

.reach_out_W2b0 .request_list_eXfl::after {
    border-radius: 50%;
    height: 300px;
    bottom: -150px;
    width: 300px;
    position: absolute;
    background: rgb(164,171,185,0.5);
    content: "";
    z-index: 0;
    right: -150px;
}

.reach_out_W2b0 .inquiry_box_yReY div:last-of-type {
    border-bottom: none;
}

.reach_out_W2b0 .inquiry_box_yReY div svg path {
    fill: rgb(200,208,217);
    transition: fill 0.3s ease;
}

.reach_out_W2b0 .inquiry_box_yReY div span a:hover {
    color: rgb(200,208,217);
}

.reach_out_W2b0 .request_feedback_r8Wm h3 {
    color: #000000;
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 600;
}

.reach_out_W2b0 .help_widget_tcUx {
    position: relative;
    margin-bottom: 25px;
}

.reach_out_W2b0 .help_widget_tcUx label {
    line-height: 1.6;
    color: #000000;
    display: block;
    cursor: pointer;
    font-size: 13px;
    position: relative;
    padding-left: 35px;
}

.reach_out_W2b0 .help_widget_tcUx label a {
    text-decoration: none;
    color: rgb(200,208,217);
    transition: all 0.3s ease;
}

.reach_out_W2b0 .inquiry_box_yReY div:nth-child(2) {
    --n: 0;
}

.reach_out_W2b0 .inquiry_box_yReY div:nth-child(3) {
    --n: 1;
}

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

footer .message_info_69jh {
    flex-wrap: wrap;
    padding-bottom: 40px;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    display: flex;
}

footer .text_main_holder {
    gap: 40px;
    grid-template-columns: 1fr;
    display: grid;
}

footer .diversity_Hhcf {
    font-size: 13px;
    color: #000000;
    max-width: 350px;
    line-height: 1.6;
}

footer .main_base_C6Fh a {
    transition: transform 0.2s ease, color 0.2s ease;
    text-decoration: none;
    font-size: 14px;
    color: #000000;
    display: block;
    margin-bottom: 12px;
}

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

.education_history_1kVS::after {
    animation: glow 8s infinite alternate ease-in-out;
    background: rgb(200,208,217,0.5);
    height: 200px;
    content: "";
    top: -50px;
    z-index: 0;
    position: absolute;
    filter: blur(80px);
    width: 200px;
    right: -50px;
}

.education_history_1kVS .rating_praise_Tvnb > div:nth-child(1) {
    position: relative;
    order: 1;
}

.education_history_1kVS .rating_praise_Tvnb > div:nth-child(2) {
    order: 2;
}

.education_history_1kVS .img_placeholder_tkOD {
    transform: translateZ(0);
    width: 100%;
    transition: transform 0.5s ease;
    position: relative;
    height: 300px;
    overflow: hidden;
}

.education_history_1kVS .name::after {
    content: "";
    width: 0;
    left: 0;
    bottom: -5px;
    height: 2px;
    background: rgb(200,208,217);
    position: absolute;
    transition: width 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.educational_rewards_WraG {
    overflow: hidden;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(231,234,242) 0%, rgba(0, 0, 0, 0.5) 100%);
    position: relative;
}



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

.educational_rewards_WraG .who_weare_5ljp:hover {
    transform: perspective(1000px) rotateX(0deg);
}

.educational_rewards_WraG .img_placeholder_tkOD:hover {
    transform: rotate(0deg) scale(1.02);
}

.educational_rewards_WraG h3::after {
    left: 0;
    background: linear-gradient(90deg, rgb(200,208,217), transparent);
    height: 4px;
    position: absolute;
    width: 80px;
    border-radius: 10px;
    content: "";
    bottom: 0;
}

.educational_rewards_WraG li p {
    margin: 0;
    align-items: center;
    gap: 15px;
    font-size: 16px;
    display: flex;
    color: #000000;
}

.privacy_fence_FSOY h2 {
    font-size: 30px;
    padding-left: 15px;
    font-weight: 600;
    max-width: 800px;
    color: rgb(164,171,185);
    margin-top: 40px;
    text-align: left;
    width: 100%;
    margin-bottom: 25px;
    border-left: 5px solid rgb(200,208,217);
}

.privacy_fence_FSOY p, .privacy_fence_FSOY span, .privacy_fence_FSOY div {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    margin-bottom: 20px;
    text-align: justify;
    color: #000000;
    width: 100%;
    max-width: 800px;
    font-size: 16px;
}

.thxFrame_SxmI .container {
    z-index: 10;
    transform-style: preserve-3d;
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}

.thxFrame_SxmI h2::after {
    left: 50%;
    transform: translateX(-50%);
    content: "";
    background: linear-gradient(90deg, transparent, rgb(164,171,185), transparent);
    position: absolute;
    animation: underlineExpand 1.5s ease-out forwards 0.5s;
    bottom: -15px;
    width: 150px;
    transform-origin: center;
    height: 3px;
    opacity: 0;
}

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

.thxFrame_SxmI li {
    opacity: 0;
    background: linear-gradient(to right, rgba(245, 245, 245, 0.5) 0%, transparent 100%);
    transform: translateX(-20px);
    border-left: 3px solid rgb(164,171,185);
    margin-bottom: 15px;
    border-radius: 0 10px 10px 0;
    animation: itemSlideIn 0.8s ease-out forwards 0.6s;
    padding: 20px 15px 20px 35px;
    position: relative;
}

.statistical_overview_cazl::before {
    z-index: 0;
    height: 30vw;
    background: radial-gradient(circle, rgb(200,208,217,0.5) 0%, transparent 70%);
    right: -5%;
    transform: rotate(-15deg);
    top: -10%;
    opacity: 0.6;
    width: 30vw;
    content: "";
    filter: blur(50px);
    position: absolute;
}

.statistical_overview_cazl .extra_pro_OYrE {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 
                0 1px 4px rgba(0, 0, 0, 0.03),
                0 20px 25px -5px rgba(0, 0, 0, 0.02);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.6) 100%);
    position: relative;
    opacity: 0;
    animation-delay: calc(0.1s * var(--i, 0));
    --i: 0;
    border-left: 3px solid rgb(200,208,217);
    transform: translateY(20px);
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1),
                box-shadow 0.4s ease,
                background 0.3s ease;
    animation: fadeIn 0.6s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    backdrop-filter: blur(10px);
    padding: 2.5rem 1.5rem;
}

.statistical_overview_cazl .extra_pro_OYrE:hover p {
    text-shadow: 0 0 1px rgba(rgb(200,208,217), 0.2);
}

.course_program_details_MYqS::after {
    bottom: -50px;
    background: rgb(164,171,185,0.5);
    height: 250px;
    width: 250px;
    left: -50px;
    z-index: 1;
    opacity: 0.15;
    transform: rotate(-15deg);
    position: absolute;
    content: '';
}

.course_program_details_MYqS .img_placeholder_tkOD::after {
    top: 20px;
    content: '';
    left: 20px;
    position: absolute;
    bottom: 20px;
    z-index: 2;
    opacity: 0;
    right: 20px;
    transform: scale(0.95);
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: all 0.5s ease;
}

.course_program_details_MYqS p.description {
    overflow-y: auto;
    scrollbar-color: rgb(200,208,217,0.5) rgb(231,234,242);
    padding-right: 20px;
    scrollbar-width: thin;
    max-height: 300px;
}

.course_program_details_MYqS span.description {
    display: none;
}

.title_board_5e8H .who_weare_5ljp {
    display: flex;
    padding: 2rem 1.5rem;
    flex-direction: column-reverse;
    min-height: 100vh;
    z-index: 2;
    position: relative;
}

.title_board_5e8H h1::after {
    content: "";
    position: absolute;
    left: 0;
    transform-origin: left;
    height: 3px;
    animation: expandWidth 0.5s ease-out 0.8s forwards;
    background: rgb(200,208,217);
    transform: scaleX(0);
    width: 60px;
    bottom: -10px;
}

.title_board_5e8H svg path {
    transition: fill 0.3s ease;
    fill: rgb(200,208,217);
}

.title_board_5e8H ul {
    list-style: none;
    transform: translateY(20px);
    padding: 0;
    animation: fadeIn 0.5s ease-out 0.8s forwards;
    opacity: 0;
    margin: 2rem 0 0;
}

.title_board_5e8H .inquiry_map_Vih1:hover::before {
    left: 100%;
}

.title_board_5e8H .img_placeholder_tkOD {
    height: 50vh;
    clip-path: polygon(0 0, 100% 0, 100% 92%, 0 100%);
    position: relative;
    width: 100%;
    animation: fadeIn 1s ease-out;
    z-index: 2;
    overflow: hidden;
}



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


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



@media (max-width: 768px) {.company_overview_r56f {
    padding: 80px 0;
}.company_overview_r56f .learning_experts_cgW5 .img_placeholder_tkOD {
    height: 240px;
}.company_overview_r56f .learn_roots_cQ5D {
    margin-left: 10px;
    padding: 15px 20px;
    margin-right: 10px;
}.company_overview_r56f h2 {
    font-size: calc(28px * 0.9);
}
}



@media (max-width: 991px) {.future_students_HnGF {
    padding: 80px 0;
}.future_students_HnGF h4 {
    margin-bottom: 70px;
    font-size: calc(38px * 0.85);
}.future_students_HnGF div > div {
    grid-template-columns: repeat(2, 1fr);
    gap: 100px 20px;
    padding: 0;
}.future_students_HnGF p {
    height: 180px;
    padding: 35px 25px;
}.future_students_HnGF p:nth-child(3n+2) {
    transform: translateY(0);
}.future_students_HnGF p:nth-child(even) {
    transform: translateY(90px);
}.future_students_HnGF p svg {
    top: 25px;
}.future_students_HnGF p span {
    margin-top: 45px;
}.future_students_HnGF::after {
    height: 150px;
    width: 150px;
}
}



@media (max-width: 767px) {.training_structure_3Ekl {
    padding: 70px 0;
}.training_structure_3Ekl h2 {
    margin-bottom: 25px;
    font-size: calc(31px * 0.8);
}.training_structure_3Ekl .phrase_holder_8CF4 {
    padding: 25px;
    transform: translateZ(0) rotateY(0);
}.training_structure_3Ekl .phrase_holder_8CF4::before {
    border-width: 0 30px 30px 0;
}.training_structure_3Ekl p {
    font-size: calc(17px * 0.95);
    line-height: 1.7;
}
}



@media screen and (max-width: 576px) {.try_immediately_OqNm {
    padding: 40px 0;
}.try_immediately_OqNm h3 {
    margin-bottom: 20px;
    font-size: calc(31px * 0.7);
}.try_immediately_OqNm .edu_talk_F8Pe {
    font-size: calc(17px * 0.9);
    padding: 12px 25px;
}.try_immediately_OqNm h3::after {
    width: 60px;
    height: 3px;
    bottom: -10px;
}}



@media screen and (max-width: 992px) {.reach_out_W2b0 .container {
    width: 90%;
}.reach_out_W2b0 .request_list_eXfl {
    grid-template-columns: 1fr;
}.reach_out_W2b0 .inquiry_box_yReY {
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
}



@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}footer .input_holder {
    flex-direction: row;
}footer .updates_text_2IMa {
    white-space: nowrap;
}
}



@media (max-width: 576px) {footer .tutor_match_AF1Y {
    padding: 40px 0 20px;
}footer .site_map_0pRw {
    gap: 40px;
}footer .main_tutor_1wu7 h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
}}



@media (max-width: 767px) {.education_history_1kVS {
    padding: 80px 0;
}.education_history_1kVS .rating_praise_Tvnb {
    padding: 30px;
}.education_history_1kVS .img_placeholder_tkOD {
    height: 240px;
}.education_history_1kVS .name {
    font-size: calc(23px - 1px);
}.education_history_1kVS .exp_section_FWJV {
    font-size: calc(18px - 1px);
    line-height: 1.7;
}}



@media (max-width: 768px) {.educational_rewards_WraG .who_weare_5ljp {
    flex-direction: column;
    gap: 30px;
}.educational_rewards_WraG .img_placeholder_tkOD {
    max-width: 320px;
    width: 100%;
    margin: 0 auto;
}.educational_rewards_WraG .phrase_holder_8CF4 {
    width: 100%;
}
}



@media (max-width: 992px) {.thxFrame_SxmI {
    padding: 60px 0;
}.thxFrame_SxmI h2 {
    margin-bottom: 30px;
    font-size: calc(29px * 0.9);
}.thxFrame_SxmI .who_weare_5ljp {
    padding: 30px;
}
}



@media (min-width: 992px) {.statistical_overview_cazl ul {
    gap: 1.5rem;
    grid-template-columns: repeat(4, 1fr);
}.statistical_overview_cazl .extra_pro_OYrE {
    padding: 2.5rem 1rem;
}.statistical_overview_cazl h4 {
    font-size: 32px;
    margin-top: 5rem;
}.statistical_overview_cazl h4::before {
    width: 80px;
    height: 4px;
}
}



@media (min-width: 768px) {.course_program_details_MYqS .online_learn_4iUB {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 60px;
}.course_program_details_MYqS .img_placeholder_tkOD {
    transform: perspective(1200px) rotateY(-5deg) translateZ(0);
    height: 550px;
}.course_program_details_MYqS .phrase_holder_8CF4 {
    padding: 0 0 0 20px;
}.course_program_details_MYqS h3 {
    margin-bottom: 35px;
    font-size: 34px;
}.course_program_details_MYqS h3::after {
    height: 4px;
    width: 120px;
}.course_program_details_MYqS p.description {
    max-height: 380px;
}
}



@media (min-width: 992px) {.title_board_5e8H .who_weare_5ljp {
    padding: 0 5rem;
}.title_board_5e8H .phrase_holder_8CF4 {
    transform: translateX(-5rem);
    padding: 4rem 3rem;
}.title_board_5e8H h1 {
    font-size: calc(48px * 0.9);
}.title_board_5e8H .start_base_1bJH p {
    font-size: calc(16px * 1.1);
    line-height: 1.8;
}.title_board_5e8H .inquiry_map_Vih1 {
    padding: 1rem 2.2rem;
}.title_board_5e8H .img_placeholder_tkOD {
    height: 85vh;
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
}.title_board_5e8H svg {
    height: 120px;
    width: 120px;
}
}

@keyframes hexSpin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes neonPulse {
    0% { opacity: 0.3; box-shadow: 0 0 5px #ffffff, 0 0 10px #ffffff; }
    100% { opacity: 0.7; box-shadow: 0 0 10px #ffffff, 0 0 20px #ffffff, 0 0 30px #ffffff; }
}



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



@keyframes holderEntrance {
    0% {
        opacity: 0;
        transform: translateY(40px) translateZ(15px) rotateX(2deg);
    }
    100% {
        opacity: 1;
        transform: translateY(0) translateZ(15px) rotateX(2deg);
    }
}



@keyframes pulseDot {
    0% {
        box-shadow: 0 0 0 0 rgba(var(--secondary-color-rgb, 0, 120, 200), 0.4);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(var(--secondary-color-rgb, 0, 120, 200), 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(var(--secondary-color-rgb, 0, 120, 200), 0);
    }
}



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

