* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}html,body {
    height: 100%;
    font-family: Arial, sans-serif;
    min-height: 100%;
    color: #000000;
}svg {
    height: 30px;
    width: 30px;
}.testimonialui {
    flex: 0 0 auto;
}.container {
    width: 1218px;
    margin: auto;
    max-width: 100%;
}a {
    text-decoration: none;
    color: inherit;
}::-webkit-scrollbar {
    height: 4px;
    padding: 4px;
}::-webkit-scrollbar-track {
    border-radius: 16.5em;
    box-shadow: inset 5px -1px 10px 2px rgba(0, 0, 0, 0.4);
    background: rgb(255, 255, 255, 0.5);
}::-webkit-scrollbar-thumb {
    box-shadow: -4px -3px 6px 5px rgba(0, 0, 0, 0.2);
    transition: all, background 2.6s ease-in-out;
    border-radius: 9999px;
    background: rgb(231,223,219);
}::-webkit-scrollbar-thumb:hover {
    background: rgb(176,132,117);
    box-shadow: 1px 1px 10px 8px rgba(0, 0, 0, 0.5);
}::-webkit-scrollbar-thumb:active {
    background: rgb(176,132,117,0.5);
    box-shadow: inset 0px 1px 6px 3px rgba(0, 0, 0, 0.5);
}.inner-containerui {
    flex-direction: column;
    display: flex;
    min-height: 100%;
    height: 100%;
}header,footer {
    width: 100%;
}.main_mentorui {
    flex: 1 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.welcome_boardui {
    position: relative;
    background: linear-gradient(135deg, rgb(231,223,219) 0%, rgba(245, 248, 250, 0.95) 100%);
    min-height: 100vh;
    overflow: hidden;
}.welcome_boardui::before {
    position: absolute;
    content: "";
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    z-index: 1;
    background: 
        radial-gradient(circle at 20% 30%, rgba(var(--primary-color-rgb), 0.03) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(var(--secondary-color-rgb), 0.04) 0%, transparent 60%);
}.welcome_boardui .impact_factsui {
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 100vh;
    position: relative;
}.welcome_boardui .text_stackui {
    position: relative;
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    flex-direction: column;
    padding: 5rem 3rem;
    transform: translateX(0);
    justify-content: center;
    display: flex;
}.welcome_boardui .text_stackui::before {
    animation: verticalLine 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s forwards;
    position: absolute;
    content: "";
    left: -2rem;
    transform: scaleY(0);
    transform-origin: top;
    width: 5px;
    height: 70%;
    background: linear-gradient(to bottom, transparent, rgb(202,178,169), transparent);
    top: 15%;
}.welcome_boardui .text_stackui h1 {
    font-weight: 700;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeUpIn 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s forwards;
    font-size: clamp(2rem, 5vw, 43px);
    position: relative;
    margin-bottom: 2rem;
    color: #000000;
}.welcome_boardui .text_stackui h1::after {
    width: 60px;
    background: rgb(202,178,169);
    content: "";
    left: 0;
    bottom: -0.5rem;
    transform-origin: left;
    transform: scaleX(0);
    height: 3px;
    position: absolute;
    animation: lineExpand 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.8s forwards;
}.welcome_boardui .edu_frontui {
    flex-direction: column;
    opacity: 0;
    transform: translateY(30px);
    margin-bottom: 2rem;
    animation: fadeUpIn 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s forwards;
    gap: 1.5rem;
    display: flex;
}.welcome_boardui .edu_frontui svg {
    margin-bottom: 1rem;
    filter: drop-shadow(0 5px 15px rgba(94, 170, 168, 0.2));
    max-width: 80px;
    transform: translateY(0);
    transition: transform 0.3s ease;
    height: auto;
}.welcome_boardui .edu_frontui svg:hover {
    transform: translateY(-5px);
}.welcome_boardui .edu_frontui svg path {
    transition: fill 0.3s ease;
    fill: rgb(202,178,169);
}.welcome_boardui .edu_frontui svg text {
    font-family: Arial, sans-serif;
    transition: fill 0.3s ease;
}.welcome_boardui .edu_frontui p {
    line-height: 1.6;
    letter-spacing: 0.02em;
    color: #000000;
    font-size: 14px;
    max-width: 90%;
}.welcome_boardui ul {
    opacity: 0;
    list-style: none;
    margin: 0;
    animation: fadeUpIn 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s forwards;
    padding: 0;
    transform: translateY(40px);
}.welcome_boardui ul li {
    display: inline-block;
}.welcome_boardui .connect_inquiryui {
    color: #ffffff;
    padding: 0.8rem 2rem;
    background: linear-gradient(135deg, rgb(202,178,169) 0%, rgba(94, 170, 168, 0.85) 100%);
    box-shadow: 0 8px 20px rgba(94, 170, 168, 0.25);
    text-decoration: none;
    border: none;
    border-radius: 10px;
    transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    z-index: 1;
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
    overflow: hidden;
    position: relative;
}.welcome_boardui .connect_inquiryui::before {
    height: 100%;
    transition: left 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
    z-index: -1;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    left: -100%;
    position: absolute;
    top: 0;
}.welcome_boardui .connect_inquiryui:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 25px rgba(94, 170, 168, 0.35);
}.welcome_boardui .connect_inquiryui:hover::before {
    left: 100%;
}.welcome_boardui .pic_holderui {
    transition: clip-path 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
    position: relative;
}.welcome_boardui .pic_holderui::before {
    content: "";
    background: linear-gradient(135deg, rgba(94, 170, 168, 0.7) 0%, rgba(94, 170, 168, 0.1) 100%);
    left: 0;
    z-index: 1;
    position: absolute;
    opacity: 0.7;
    top: 0;
    width: 100%;
    height: 100%;
}.welcome_boardui .pic_holderui::after {
    z-index: 2;
    background: linear-gradient(to top, rgba(0,0,0,0.5) 0%, transparent 100%);
    width: 100%;
    left: 0;
    height: 50%;
    bottom: 0;
    position: absolute;
    content: "";
}

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

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

@keyframes verticalLine {
    from {
        transform: scaleY(0);
    }
    to {
        transform: scaleY(1);
    }
}

@media (max-width: 1100px) {.welcome_boardui .impact_factsui {
    grid-template-rows: auto 50vh;
    grid-template-columns: 1fr;
}.welcome_boardui .text_stackui {
    padding: 4rem 2rem;
    order: 2;
}.welcome_boardui .pic_holderui {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    order: 1;
}.welcome_boardui .text_stackui::before {
    height: 50%;
    left: -1rem;
}.welcome_boardui .edu_frontui p {
    max-width: 100%;
}
}

@media (max-width: 768px) {.welcome_boardui {
    min-height: auto;
}.welcome_boardui .impact_factsui {
    min-height: auto;
}.welcome_boardui .text_stackui {
    padding: 3rem 1.5rem;
}.welcome_boardui .text_stackui h1 {
    font-size: 1.8rem;
}.welcome_boardui .edu_frontui svg {
    max-width: 60px;
}.welcome_boardui .pic_holderui {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    height: 40vh;
}.welcome_boardui .connect_inquiryui {
    padding: 0.7rem 1.5rem;
}
}

@media (max-width: 480px) {.welcome_boardui .text_stackui {
    padding: 2.5rem 1rem;
}.welcome_boardui .text_stackui h1 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
}.welcome_boardui .edu_frontui {
    gap: 1rem;
}.welcome_boardui .edu_frontui svg {
    max-width: 50px;
}.welcome_boardui .edu_frontui p {
    font-size: calc(14px - 2px);
}.welcome_boardui .pic_holderui {
    height: 35vh;
}}.program_informationui {
    background: linear-gradient(135deg, rgb(231,223,219) 0%, rgba(245, 247, 250, 0.95) 100%);
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}.program_informationui::before {
    width: 100%;
    background-image: 
        radial-gradient(circle at 10% 10%, rgb(202,178,169,0.5) 1px, transparent 5px),
        radial-gradient(circle at 20% 40%, rgb(202,178,169,0.5) 1px, transparent 5px),
        radial-gradient(circle at 30% 70%, rgb(202,178,169,0.5) 1px, transparent 5px),
        radial-gradient(circle at 70% 20%, rgb(202,178,169,0.5) 1px, transparent 5px),
        radial-gradient(circle at 90% 60%, rgb(202,178,169,0.5) 1px, transparent 5px);
    animation: patternFloat 60s infinite linear;
    height: 100%;
    z-index: 0;
    right: 0;
    opacity: 0.3;
    top: 0;
    background-size: 120px 120px;
    position: absolute;
    content: "";
}.program_informationui::after {
    z-index: 0;
    content: "";
    width: 100%;
    background: radial-gradient(circle at center, rgb(202,178,169,0.5) 0%, transparent 70%);
    right: -50%;
    transform: scale(2);
    height: 100%;
    opacity: 0.15;
    position: absolute;
    top: -50%;
}.program_informationui .container {
    z-index: 1;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
}.program_informationui .learn_mapui {
    display: grid;
    grid-template-columns: 1fr;
    transform: translateY(20px);
    animation: fadeInUp 1s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    position: relative;
    gap: 40px;
}.program_informationui .pic_holderui {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    overflow: hidden;
    position: relative;
    transform: perspective(1000px) rotateY(2deg);
    height: 380px;
}.program_informationui .pic_holderui::before {
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(to right, 
        rgba(#000000, 0.5) 0%, 
        rgba(#000000, 0.2) 50%, 
        rgba(#000000, 0) 100%);
    left: 0;
    content: "";
    position: absolute;
}.program_informationui .pic_holderui::after {
    background: linear-gradient(to top, 
        rgba(#000000, 0.7) 0%, 
        rgba(#000000, 0) 100%);
    position: absolute;
    z-index: 1;
    bottom: 0;
    width: 100%;
    height: 30%;
    content: "";
    left: 0;
}.program_informationui .pic_holderui:hover {
    transform: perspective(1000px) rotateY(0deg) scale(1.02);
}.program_informationui .text_stackui {
    backdrop-filter: blur(10px);
    border-left: 4px solid rgb(202,178,169);
    box-shadow: 0 15px 35px -10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    position: relative;
    transform: translateZ(0);
    background: #ffffff;
}.program_informationui .text_stackui::before {
    z-index: -1;
    content: "";
    background: linear-gradient(135deg, 
        rgba(rgb(202,178,169,0.5), 0.05) 0%, 
        rgba(#ffffff, 0.95) 100%);
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    position: absolute;
}.program_informationui h3 {
    font-size: calc(21px * 1.1);
    margin-bottom: 24px;
    color: rgb(202,178,169);
    font-weight: 700;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    line-height: 1.4;
    transform: translateX(0);
    position: relative;
    font-family: Arial, sans-serif;
}.program_informationui h3::after {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    width: 60px;
    left: 0;
    bottom: -10px;
    transform-origin: left;
    transform: scaleX(1);
    height: 3px;
    background: rgb(176,132,117);
    position: absolute;
    content: "";
}.program_informationui .text_stackui:hover h3 {
    transform: translateX(5px);
}.program_informationui .text_stackui:hover h3::after {
    transform: scaleX(1.5);
}.program_informationui p.description {
    margin-bottom: 20px;
    font-size: 13px;
    opacity: 1;
    line-height: 1.8;
    transition: opacity 0.5s, transform 0.5s;
    color: #000000;
    column-gap: 30px;
    position: relative;
    font-family: Arial, sans-serif;
    column-count: 1;
    transform: translateY(0);
}.program_informationui span.description {
    display: none;
}.program_informationui .text_stackui div {
    position: relative;
    overflow: hidden;
}

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

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

@media (min-width: 768px) {.program_informationui {
    padding: 150px 0;
}.program_informationui .learn_mapui {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 60px;
}.program_informationui .pic_holderui {
    transform: perspective(1000px) rotateY(5deg);
    height: 450px;
}.program_informationui p.description {
    column-count: 2;
}.program_informationui .text_stackui {
    padding: 40px;
}.program_informationui h3 {
    margin-bottom: 30px;
    font-size: 28px;
}.program_informationui h3::after {
    width: 80px;
}
}

@media (min-width: 992px) {.program_informationui .learn_mapui {
    gap: 80px;
}.program_informationui .pic_holderui {
    height: 520px;
}.program_informationui .text_stackui {
    padding: 50px;
}.program_informationui h3 {
    font-size: calc(28px * 1.1);
}.program_informationui p.description {
    font-size: calc(13px * 1.05);
    line-height: 1.9;
}
}

@media (max-width: 767px) {.program_informationui {
    padding: 80px 0;
}.program_informationui .pic_holderui {
    transform: perspective(1000px) rotateY(3deg);
    height: 280px;
}.program_informationui .text_stackui {
    padding: 25px 20px;
}.program_informationui h3 {
    font-size: calc(21px * 1.05);
    margin-bottom: 20px;
}.program_informationui h3::after {
    width: 50px;
    height: 2px;
}.program_informationui p.description {
    font-size: calc(13px * 0.95);
    line-height: 1.7;
}
}

@media (hover: hover) {.program_informationui .pic_holderui::before {
    transition: opacity 0.5s ease;
}.program_informationui .pic_holderui:hover::before {
    opacity: 0.7;
}}.plan_listui {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
    isolation: isolate;
}.plan_listui::before {
    height: 100%;
    left: 0;
    position: absolute;
    content: "";
    top: 0;
    width: 100%;
    background: linear-gradient(135deg, rgb(202,178,169,0.5), rgba(0, 0, 0, 0.5) 70%);
    z-index: -1;
}.plan_listui::after {
    right: 0;
    position: absolute;
    height: 100%;
    pointer-events: none;
    background: linear-gradient(225deg, rgb(176,132,117,0.5) 10%, transparent 65%);
    width: 45%;
    content: "";
    top: 0;
    z-index: -1;
}.plan_listui .container {
    max-width: 1320px;
    margin: 0 auto;
    position: relative;
    padding: 0 15px;
}.plan_listui .learn_priceui {
    display: flex;
    align-items: center;
    position: relative;
    flex-direction: column;
}.plan_listui h2 {
    color: #ffffff;
    position: relative;
    text-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 2;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 35px;
}.plan_listui h2::after {
    transform: translateY(2px);
    content: "";
    display: block;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    width: 80px;
    border-radius: 2px;
    height: 4px;
    background: rgb(202,178,169);
    margin: 16px auto 0;
}.plan_listui .learning_packagesui {
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    opacity: 0.9;
    margin: 0 auto 50px;
    color: #ffffff;
    letter-spacing: 0.3px;
    line-height: 1.6;
    max-width: 700px;
    text-align: center;
    font-weight: 400;
    font-size: calc(14px + 2px);
}.plan_listui .rate_schemesui {
    display: grid;
    margin: 0;
    z-index: 2;
    padding: 0;
    width: 100%;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    list-style: none;
    position: relative;
    gap: 30px;
}.plan_listui .rate_schemesui li {
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    display: flex;
}.plan_listui .rate_schemesui li:hover {
    transform: translateY(-8px);
}.plan_listui .bundle_offerui {
    height: 100%;
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    display: flex;
    flex-direction: column;
    border-radius: 12px;
    overflow: hidden;
    text-decoration: none;
    width: 100%;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1),
                0 5px 15px rgba(0, 0, 0, 0.07);
}.plan_listui .bundle_offerui:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15),
                0 10px 20px rgba(0, 0, 0, 0.1);
}.plan_listui .cost_tableui {
    z-index: 1;
    flex-direction: column;
    overflow: hidden;
    border-radius: 12px;
    display: flex;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.85));
    position: relative;
    box-sizing: border-box;
    flex-grow: 1;
}.plan_listui .cost_tableui::before {
    width: 100%;
    top: 0;
    position: absolute;
    left: 0;
    content: "";
    z-index: -1;
    background: linear-gradient(145deg, rgba(rgb(202,178,169), 0.03), rgba(rgb(176,132,117), 0.05));
    height: 100%;
}.plan_listui .cost_tableui::after {
    border-radius: 0 0 0 180px;
    height: 180px;
    content: "";
    transition: all 0.5s ease;
    background: linear-gradient(225deg, rgb(202,178,169,0.5) 10%, transparent 70%);
    opacity: 0.1;
    width: 180px;
    top: 0;
    position: absolute;
    transform: translate(50%, -50%);
    z-index: -1;
    right: 0;
}.plan_listui .bundle_offerui:hover .cost_tableui::after {
    transform: translate(40%, -40%) scale(1.1);
    opacity: 0.2;
}.plan_listui .class_dealsui {
    position: relative;
    display: flex;
    flex-grow: 1;
    padding: 35px 25px;
    flex-direction: column;
    z-index: 2;
}.plan_listui .class_dealsui::before {
    z-index: -1;
    width: 100%;
    left: 0;
    background: linear-gradient(to top, rgba(rgb(202,178,169), 0.03), transparent);
    position: absolute;
    height: 40%;
    content: "";
    bottom: 0;
}.plan_listui .class_dealsui h4 {
    color: #000000;
    display: inline-block;
    position: relative;
    font-weight: 600;
    margin: 0 0 20px;
    font-size: calc(24px + 2px);
}.plan_listui .class_dealsui h4::after {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    content: "";
    left: 0;
    background: rgb(202,178,169);
    height: 3px;
    position: absolute;
    width: 40px;
    bottom: -8px;
    border-radius: 2px;
}.plan_listui .class_dealsui p {
    overflow-wrap: break-word;
    word-break: break-word;
    margin: 0 0 30px;
    hyphens: auto;
    color: #000000;
    font-size: 14px;
    flex-grow: 1;
    line-height: 1.6;
}.plan_listui .learn_feesui {
    display: inline-block;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.4));
    padding: 10px 20px;
    border-radius: 8px;
    color: rgb(202,178,169);
    backdrop-filter: blur(4px);
    margin-top: auto;
    box-shadow: 
        6px 6px 12px rgba(0, 0, 0, 0.05),
        -6px -6px 12px rgba(255, 255, 255, 0.8),
        inset 1px 1px 2px rgba(255, 255, 255, 0.6);
    font-weight: 700;
    position: relative;
    align-self: flex-start;
    font-size: calc(24px + 6px);
    transition: all 0.3s ease;
}.plan_listui .bundle_offerui:hover .learn_feesui {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.5));
    transform: scale(1.05);
    box-shadow: 
        8px 8px 16px rgba(0, 0, 0, 0.07),
        -8px -8px 16px rgba(255, 255, 255, 0.9),
        inset 1px 1px 2px rgba(255, 255, 255, 0.6);
}

@media (max-width: 1200px) {.plan_listui {
    padding: 100px 0;
}.plan_listui .rate_schemesui {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
}.plan_listui h2 {
    font-size: calc(35px - 2px);
}.plan_listui .learning_packagesui {
    font-size: 14px;
    margin-bottom: 40px;
}
}

@media (max-width: 992px) {.plan_listui {
    padding: 80px 0;
}.plan_listui .rate_schemesui {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
}.plan_listui .class_dealsui {
    padding: 30px 20px;
}.plan_listui .learn_feesui {
    padding: 8px 16px;
    font-size: calc(24px + 2px);
}
}

@media (max-width: 768px) {.plan_listui {
    padding: 60px 0;
}.plan_listui .rate_schemesui {
    max-width: 500px;
    margin: 0 auto;
    grid-template-columns: 1fr;
}.plan_listui h2 {
    font-size: calc(35px - 4px);
}.plan_listui .class_dealsui h4 {
    font-size: 24px;
}.plan_listui .class_dealsui p {
    font-size: calc(14px - 1px);
}
}

@media (max-width: 576px) {.plan_listui {
    padding: 50px 0;
}.plan_listui h2 {
    font-size: calc(35px - 6px);
}.plan_listui .learning_packagesui {
    font-size: calc(14px - 1px);
    margin-bottom: 30px;
}.plan_listui .class_dealsui {
    padding: 25px 18px;
}.plan_listui .learn_feesui {
    padding: 6px 12px;
    font-size: 24px;
}}.contact_form_boxui {
    overflow: hidden;
    padding: 90px 0;
    position: relative;
    background: linear-gradient(120deg, rgb(231,223,219) 0%, #1a1e2e 100%);
}.contact_form_boxui::before {
    position: absolute;
    z-index: 0;
    background: 
        radial-gradient(circle at 20% 50%, rgba(0, 0, 0, 0.4) 0%, transparent 40%),
        linear-gradient(0deg, transparent 80%, rgba(rgb(202,178,169), 0.05) 100%);
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    content: "";
}.contact_form_boxui::after {
    width: 100%;
    bottom: 0;
    height: 100px;
    position: absolute;
    left: 0;
    content: "";
    background: 
        repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.03) 0px, rgba(255, 255, 255, 0.03) 1px, transparent 1px, transparent 20px);
    z-index: 1;
}.contact_form_boxui .container {
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
    max-width: 1200px;
}.contact_form_boxui h2 {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 70px;
    font-size: 32px;
    letter-spacing: 2px;
    position: relative;
    text-align: center;
    color: #ffffff;
}.contact_form_boxui h2::before {
    position: absolute;
    height: 2px;
    bottom: -20px;
    content: "";
    width: 30px;
    background: rgb(202,178,169);
    left: calc(50% - 50px);
}.contact_form_boxui h2::after {
    content: "";
    left: calc(50% - 10px);
    position: absolute;
    height: 2px;
    background: rgb(202,178,169);
    width: 70px;
    bottom: -20px;
}.contact_form_boxui .feedback_helpui {
    border-radius: 26px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
    display: grid;
    border: 1px solid rgba(255, 255, 255, 0.05);
    overflow: hidden;
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    grid-template-columns: 6fr 4fr;
}.contact_form_boxui .pic_holderui {
    position: relative;
    min-height: 100%;
}.contact_form_boxui .pic_holderui::before {
    position: absolute;
    top: 0;
    z-index: 1;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));
    left: 0;
    width: 100%;
    content: "";
    height: 100%;
}.contact_form_boxui .pic_holderui::after {
    z-index: 2;
    background: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(rgb(202,178,169), 0.1) 10px, rgba(rgb(202,178,169), 0.1) 11px);
    width: 100%;
    animation: scanLines 5s linear infinite;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    position: absolute;
}@keyframes scanLines {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

.contact_form_boxui .support_formui {
    padding: 50px;
    position: relative;
}.contact_form_boxui .support_formui::before {
    height: 100%;
    content: "";
    left: 0;
    width: 100%;
    background: radial-gradient(circle at 50% 30%, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
    top: 0;
    z-index: -1;
    position: absolute;
}.contact_form_boxui #contact {
    flex-direction: column;
    display: flex;
    gap: 25px;
}.contact_form_boxui h3 {
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 18px;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 30px;
    display: inline-block;
}.contact_form_boxui h3::after {
    content: "";
    height: 2px;
    width: 50px;
    bottom: -10px;
    position: absolute;
    left: 0;
    background: rgb(202,178,169);
}.contact_form_boxui input[type="text"] {
    border-radius: 10px;
    padding: 16px 20px;
    transition: all 0.3s ease;
    color: #ffffff;
    width: 100%;
    font-size: 16px;
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
}.contact_form_boxui input[type="text"]:focus {
    box-shadow: 0 0 15px rgba(rgb(202,178,169), 0.2);
    border-color: rgb(202,178,169);
    outline: none;
    background: rgba(0, 0, 0, 0.3);
}.contact_form_boxui input[type="text"]::placeholder {
    color: rgba(255, 255, 255, 0.4);
}.contact_form_boxui .support_linksui {
    gap: 12px;
    display: flex;
    align-items: flex-start;
    margin-top: 5px;
}.contact_form_boxui .support_linksui input[type="checkbox"] {
    appearance: none;
    cursor: pointer;
    width: 24px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 2px;
    border-radius: 3px;
    background: rgba(0, 0, 0, 0.2);
    position: relative;
    height: 24px;
}.contact_form_boxui .support_linksui input[type="checkbox"]:checked {
    border-color: rgb(202,178,169);
    background: rgb(202,178,169);
}.contact_form_boxui .support_linksui input[type="checkbox"]:checked::after {
    height: 10px;
    transform: rotate(45deg);
    position: absolute;
    width: 6px;
    left: 9px;
    top: 6px;
    border: solid #ffffff;
    content: "";
    border-width: 0 2px 2px 0;
}.contact_form_boxui .support_linksui label {
    font-size: calc(16px - 2px);
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.7);
}.contact_form_boxui .support_linksui a {
    color: rgb(202,178,169);
    transition: all 0.3s ease;
    text-decoration: none;
    position: relative;
}.contact_form_boxui .support_linksui a:hover {
    color: #ffffff;
}.contact_form_boxui .support_linksui a::after {
    transition: all 0.3s ease;
    position: absolute;
    width: 100%;
    bottom: -2px;
    content: "";
    left: 0;
    height: 1px;
    background: rgb(202,178,169);
}.contact_form_boxui .support_linksui a:hover::after {
    background: #ffffff;
}.contact_form_boxui .connect_inquiryui {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    border-radius: 10px;
    position: relative;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    overflow: hidden;
    align-self: flex-start;
    cursor: pointer;
    background: rgb(202,178,169);
    font-size: 15px;
    margin-top: 10px;
    color: #ffffff;
    padding: 16px 35px;
    border: none;
}.contact_form_boxui .connect_inquiryui::before {
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    content: "";
    transition: all 0.5s ease;
}.contact_form_boxui .connect_inquiryui:hover {
    transform: translateY(-3px);
    background: rgb(176,132,117);
}.contact_form_boxui .connect_inquiryui:hover::before {
    left: 100%;
}.contact_form_boxui svg {
    height: 22px;
    filter: drop-shadow(0 0 5px rgba(rgb(202,178,169), 0.5));
    transition: all 0.3s ease;
    fill: rgb(202,178,169);
    width: 22px;
}.contact_form_boxui svg path {
    transition: all 0.3s ease;
    fill: rgb(202,178,169);
}.contact_form_boxui svg:hover {
    fill: #ffffff;
    transform: scale(1.1);
}.contact_form_boxui svg:hover path {
    fill: #ffffff;
}

@media (max-width: 992px) {.contact_form_boxui {
    padding: 70px 0;
}.contact_form_boxui .feedback_helpui {
    grid-template-columns: 1fr;
}.contact_form_boxui .pic_holderui {
    min-height: 300px;
}.contact_form_boxui .support_formui {
    padding: 40px 30px 50px;
}
}

@media (max-width: 768px) {.contact_form_boxui {
    padding: 50px 0;
}.contact_form_boxui h2 {
    margin-bottom: 50px;
    font-size: calc(32px - 4px);
}.contact_form_boxui .pic_holderui {
    min-height: 250px;
}
}

@media (max-width: 576px) {.contact_form_boxui {
    padding: 40px 0;
}.contact_form_boxui .container {
    padding: 0 15px;
}.contact_form_boxui h2 {
    margin-bottom: 40px;
    font-size: calc(32px - 6px);
}.contact_form_boxui h2::before {
    width: 20px;
    left: calc(50% - 35px);
}.contact_form_boxui h2::after {
    width: 50px;
}.contact_form_boxui .support_formui {
    padding: 30px 20px 40px;
}.contact_form_boxui #contact {
    gap: 20px;
}.contact_form_boxui .connect_inquiryui {
    width: 100%;
}.contact_form_boxui .pic_holderui {
    min-height: 200px;
}}.client_commentsui {
    overflow: hidden;
    position: relative;
    padding: 100px 0;
    background: rgb(231,223,219);
}.client_commentsui::before {
    border-radius: 50%;
    height: 800px;
    position: absolute;
    background: rgb(202,178,169,0.5);
    filter: blur(100px);
    opacity: 0.2;
    content: "";
    top: -400px;
    width: 800px;
    z-index: 1;
    right: -400px;
}.client_commentsui::after {
    width: 600px;
    filter: blur(80px);
    background: rgb(176,132,117,0.5);
    opacity: 0.2;
    left: -300px;
    position: absolute;
    content: "";
    height: 600px;
    border-radius: 50%;
    bottom: -300px;
    z-index: 1;
}.client_commentsui .impact_factsui {
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
}.client_commentsui h4 {
    margin-bottom: 60px;
    font-size: 36px;
    position: relative;
    color: #000000;
    line-height: 1.2;
    font-weight: 700;
}.client_commentsui h4::after {
    left: -30px;
    background: rgb(202,178,169,0.5);
    border-radius: 64% 36% 43% 57% / 40% 51% 49% 60%;
    width: 60px;
    z-index: -1;
    height: 60px;
    top: -20px;
    position: absolute;
    content: "";
}.client_commentsui .learning_ratingsui {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    position: relative;
    display: grid;
    gap: 40px;
}.client_commentsui .learning_ratingsui::before {
    position: absolute;
    top: 50%;
    left: 10%;
    height: 1px;
    z-index: 1;
    background: linear-gradient(to right, transparent, rgb(202,178,169,0.5), transparent);
    width: 80%;
    content: "";
}.client_commentsui .learning_ratingsui::after {
    height: 80%;
    top: 10%;
    left: 50%;
    background: linear-gradient(to bottom, transparent, rgb(176,132,117,0.5), transparent);
    content: "";
    position: absolute;
    z-index: 1;
    width: 1px;
}.client_commentsui .alumni_voicesui {
    border-radius: 63% 37% 54% 46% / 55% 52% 48% 45%;
    align-items: center;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    text-align: center;
    justify-content: center;
    transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 2;
    background: #ffffff;
    min-height: 320px;
    position: relative;
    display: flex;
    flex-direction: column;
}.client_commentsui .alumni_voicesui:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border-radius: 37% 63% 46% 54% / 48% 45% 55% 52%;
    transform: translateY(-10px);
}.client_commentsui .alumni_voicesui::before {
    position: absolute;
    content: "";
    background: #ffffff;
    z-index: -1;
    border-radius: inherit;
    inset: 5px;
}.client_commentsui .alumni_voicesui::after {
    position: absolute;
    background: linear-gradient(135deg, rgb(202,178,169,0.5), rgb(176,132,117,0.5));
    z-index: -2;
    border-radius: inherit;
    opacity: 0.7;
    inset: 0;
    content: "";
}.client_commentsui .alumni_voicesui:nth-child(2n) {
    transform: translateY(20px);
    border-radius: 28% 72% 50% 50% / 44% 55% 45% 56%;
}.client_commentsui .alumni_voicesui:nth-child(2n):hover {
    transform: translateY(10px);
    border-radius: 72% 28% 50% 50% / 55% 44% 56% 45%;
}.client_commentsui .alumni_voicesui:nth-child(3n) {
    border-radius: 50% 50% 33% 67% / 55% 27% 73% 45%;
    transform: translateY(-20px);
}.client_commentsui .alumni_voicesui:nth-child(3n):hover {
    transform: translateY(-30px);
    border-radius: 50% 50% 67% 33% / 27% 55% 45% 73%;
}.client_commentsui .pic_holderui {
    animation: morphing 10s infinite alternate ease-in-out;
    width: 80px;
    transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    margin-bottom: 20px;
    height: 80px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border: 3px solid #ffffff;
    border-radius: 65% 35% 65% 35% / 35% 65% 35% 65%;
}@keyframes morphing {
    0% {
        border-radius: 65% 35% 65% 35% / 35% 65% 35% 65%;
    }
    25% {
        border-radius: 35% 65% 35% 65% / 65% 35% 65% 35%;
    }
    50% {
        border-radius: 55% 45% 75% 25% / 25% 75% 25% 75%;
    }
    75% {
        border-radius: 25% 75% 45% 55% / 75% 25% 75% 25%;
    }
    100% {
        border-radius: 65% 35% 65% 35% / 35% 65% 35% 65%;
    }
}

.client_commentsui .alumni_voicesui:hover .pic_holderui {
    transform: scale(1.1);
}.client_commentsui .alumni_voicesui span {
    color: #000000;
    font-family: Arial, sans-serif;
    display: block;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 22px;
    position: relative;
}.client_commentsui .alumni_voicesui span::after {
    transform: translateX(-50%);
    position: absolute;
    bottom: -8px;
    left: 50%;
    height: 2px;
    content: "";
    width: 30px;
    background: rgb(202,178,169);
}.client_commentsui .alumni_voicesui p {
    position: relative;
    font-size: 12px;
    line-height: 1.6;
    font-family: Arial, sans-serif;
    color: #000000;
    font-weight: 400;
    font-style: italic;
}

@media (max-width: 767px) {.client_commentsui {
    padding: 70px 0;
}.client_commentsui h4 {
    margin-bottom: 50px;
    font-size: calc(36px * 0.8);
    text-align: center;
}.client_commentsui h4::after {
    top: -15px;
    width: 40px;
    left: 50%;
    transform: translateX(-50%);
    height: 40px;
}.client_commentsui .learning_ratingsui {
    gap: 50px;
    grid-template-columns: 1fr;
}.client_commentsui .learning_ratingsui::before,
    .client_commentsui .learning_ratingsui::after {
    display: none;
}.client_commentsui .alumni_voicesui,
    .client_commentsui .alumni_voicesui:nth-child(2n),
    .client_commentsui .alumni_voicesui:nth-child(3n) {
    min-height: 280px;
    padding: 30px;
    transform: none;
}.client_commentsui .alumni_voicesui:hover,
    .client_commentsui .alumni_voicesui:nth-child(2n):hover,
    .client_commentsui .alumni_voicesui:nth-child(3n):hover {
    transform: translateY(-10px);
}.client_commentsui .pic_holderui {
    width: 70px;
    height: 70px;
}.client_commentsui .alumni_voicesui span {
    font-size: calc(22px * 0.9);
}.client_commentsui .alumni_voicesui p {
    font-size: calc(12px * 0.9);
}}.company_infoui {
    position: relative;
    z-index: 1;
    padding: 120px 0 160px;
    overflow: hidden;
}.company_infoui::before {
    top: 0;
    z-index: -1;
    background: linear-gradient(135deg, 
        rgba(#000000, 0.85) 0%,
        rgba(#000000, 0.75) 50%,
        rgba(rgb(202,178,169), 0.65) 100%);
    right: 0;
    content: "";
    position: absolute;
    left: 0;
    backdrop-filter: blur(5px);
    bottom: 0;
}.company_infoui::after {
    width: 150%;
    z-index: -1;
    bottom: -75px;
    content: "";
    background: #ffffff;
    position: absolute;
    height: 150px;
    box-shadow: 0 -5px 20px rgba(0,0,0,0.1);
    left: -25%;
    transform: rotate(-3deg);
}.company_infoui .container {
    padding: 0 30px;
    position: relative;
    perspective: 1000px;
    max-width: 1200px;
    margin: 0 auto;
}.company_infoui h2 {
    letter-spacing: 2px;
    color: #ffffff;
    margin-bottom: 60px;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 700;
    font-size: clamp(2.5rem, 5vw, 35px);
    transform: translateZ(0);
    position: relative;
}.company_infoui h2::after {
    content: "";
    transform: scaleX(1);
    left: 0;
    transform-origin: left center;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    background: rgb(202,178,169);
    bottom: -15px;
    position: absolute;
    height: 4px;
    width: 80px;
}.company_infoui:hover h2::after {
    transform: scaleX(1.5);
}.company_infoui .text_stackui {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), 
                box-shadow 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(0);
    border-radius: 3px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 0 0 1px rgba(rgb(202,178,169), 0.1);
    position: relative;
    padding: 50px;
}.company_infoui .text_stackui::before {
    width: 6px;
    top: 0;
    height: 100%;
    left: 0;
    background: linear-gradient(to bottom, 
        rgb(202,178,169) 0%, 
        rgb(176,132,117) 100%);
    position: absolute;
    content: "";
}.company_infoui .text_stackui:hover {
    transform: translateY(-5px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15), 
                0 10px 25px rgba(0, 0, 0, 0.1),
                0 0 0 1px rgba(rgb(202,178,169), 0.15);
}.company_infoui .text_stackui > div {
    z-index: 2;
    position: relative;
}.company_infoui .text_stackui p {
    display: inline-block;
    color: rgb(202,178,169);
    font-weight: 600;
    position: relative;
    font-size: clamp(1.25rem, 3vw, 1.75rem);
    margin-bottom: 20px;
}.company_infoui .text_stackui p::after {
    transition: transform 0.4s ease-out;
    height: 2px;
    left: 0;
    transform-origin: left center;
    transform: scaleX(0.3);
    bottom: -8px;
    position: absolute;
    width: 100%;
    content: "";
    background: linear-gradient(to right, 
        rgb(202,178,169) 0%, 
        rgb(176,132,117) 100%);
}.company_infoui .text_stackui:hover p::after {
    transform: scaleX(1);
}.company_infoui .text_stackui div div {
    transform: translateZ(0);
    color: #000000;
    column-count: 1;
    column-gap: 40px;
    text-align: justify;
    line-height: 1.8;
    font-size: 16px;
    max-width: 100%;
    opacity: 0.9;
}

@media (min-width: 768px) {.company_infoui .text_stackui div div {
    column-count: 2;
}
}

@media (min-width: 992px) {.company_infoui {
    padding: 150px 0 200px;
}.company_infoui .text_stackui {
    padding: 60px 70px;
}.company_infoui .text_stackui div div {
    column-count: 2;
}
}

@media (max-width: 767px) {.company_infoui {
    padding: 80px 0 120px;
}.company_infoui .text_stackui {
    padding: 30px;
}.company_infoui h2 {
    margin-bottom: 40px;
}.company_infoui h2::after {
    height: 3px;
    width: 60px;
    bottom: -10px;
}
}

@media (max-width: 480px) {.company_infoui {
    padding: 60px 0 100px;
}.company_infoui .text_stackui {
    padding: 25px 20px;
}.company_infoui h2 {
    margin-bottom: 30px;
    font-size: 2rem;
}.company_infoui h2::after {
    width: 50px;
    bottom: -8px;
}.company_infoui .text_stackui p {
    font-size: 1.125rem;
}
}

@media (prefers-reduced-motion: reduce) {.company_infoui .text_stackui,
    .company_infoui h2::after,
    .company_infoui .text_stackui:hover,
    .company_infoui .text_stackui p::after {
    transform: none;
    transition: none;
}
}

@media (hover: hover) {.company_infoui .text_stackui::after {
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease;
    top: 0;
    width: 100%;
    content: "";
    position: absolute;
    left: 0;
    pointer-events: none;
    background: linear-gradient(135deg, 
            rgba(rgb(202,178,169,0.5), 0.05) 0%,
            rgba(rgb(202,178,169,0.5), 0) 50%);
    z-index: 1;
}.company_infoui .text_stackui:hover::after {
    opacity: 1;
}}.gratitudeHubui {
    background: linear-gradient(135deg, rgb(231,223,219) 0%, rgb(202,178,169,0.5) 100%);
    position: relative;
    padding: 5rem 0;
    overflow: hidden;
}.gratitudeHubui::before {
    height: 100%;
    z-index: 1;
    width: 40%;
    clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%);
    content: "";
    right: 0;
    position: absolute;
    top: 0;
    background: linear-gradient(230deg, rgb(176,132,117,0.5) 10%, transparent 80%);
}.gratitudeHubui::after {
    background: linear-gradient(45deg, rgb(202,178,169,0.5) 0%, transparent 70%);
    content: "";
    height: 20rem;
    border-radius: 50%;
    position: absolute;
    filter: blur(30px);
    left: -5rem;
    z-index: 0;
    animation: pulse 8s infinite ease-in-out;
    width: 20rem;
    bottom: -5rem;
}.gratitudeHubui .container {
    margin: 0 auto;
    position: relative;
    padding: 0 2rem;
    max-width: 1200px;
    transform: perspective(1000px) rotateX(2deg);
    z-index: 2;
}.gratitudeHubui h2 {
    animation: slideInTitle 0.8s ease-out forwards;
    font-weight: 700;
    font-family: Arial, sans-serif;
    font-size: 30px;
    margin-bottom: 3rem;
    line-height: 1.3;
    max-width: 90%;
    position: relative;
    color: #000000;
    transform-origin: left center;
}.gratitudeHubui h2::after {
    content: "";
    transform: scaleX(0);
    background: linear-gradient(90deg, rgb(202,178,169) 0%, rgb(176,132,117) 100%);
    position: absolute;
    left: 0;
    height: 0.3rem;
    bottom: -1rem;
    animation: expandLine 1s 0.5s forwards cubic-bezier(0.19, 1, 0.22, 1);
    width: 6rem;
    transform-origin: left;
}.gratitudeHubui .impact_factsui {
    opacity: 0;
    box-shadow: 0 1.5rem 3rem rgba(0, 0, 0, 0.08);
    transform: translateY(20px);
    background: #ffffff;
    animation: fadeInUp 0.8s 0.3s forwards cubic-bezier(0.19, 1, 0.22, 1);
    padding: 3rem;
    position: relative;
}.gratitudeHubui .impact_factsui::before {
    background: linear-gradient(135deg, #ffffff 0%, #ffffff 60%, rgb(176,132,117,0.5) 150%);
    top: 0;
    content: "";
    z-index: -1;
    left: 0;
    position: absolute;
    clip-path: polygon(0 0, 100% 0, 100% 80%, 95% 100%, 0 100%);
    height: 100%;
    width: 100%;
}.gratitudeHubui ul {
    list-style: none;
    padding: 0;
    margin: 0;
}.gratitudeHubui li {
    padding-left: 2rem;
    position: relative;
}.gratitudeHubui li::before {
    background: rgb(202,178,169);
    top: 0.5rem;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    content: "";
    position: absolute;
    transform: rotate(45deg) scale(0);
    left: 0;
    animation: scaleIn 0.5s 0.8s forwards cubic-bezier(0.19, 1, 0.22, 1);
    height: 0.6rem;
    width: 0.6rem;
}.gratitudeHubui span {
    font-family: Arial, sans-serif;
    line-height: 1.8;
    font-size: 18px;
    color: #000000;
    position: relative;
    display: block;
}

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

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

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

@keyframes scaleIn {
    from {
        transform: rotate(45deg) scale(0);
    }
    to {
        transform: rotate(45deg) scale(1);
    }
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.2);
        opacity: 0.5;
    }
}

@media (max-width: 992px) {.gratitudeHubui {
    padding: 4rem 0;
}.gratitudeHubui h2 {
    max-width: 100%;
    font-size: calc(30px * 0.9);
}.gratitudeHubui .impact_factsui {
    padding: 2.5rem;
}.gratitudeHubui::before {
    width: 30%;
}
}

@media (max-width: 768px) {.gratitudeHubui {
    padding: 3.5rem 0;
}.gratitudeHubui h2 {
    font-size: calc(30px * 0.8);
    margin-bottom: 2.5rem;
    line-height: 1.4;
}.gratitudeHubui .impact_factsui {
    padding: 2rem;
}.gratitudeHubui .container {
    transform: perspective(1000px) rotateX(1deg);
}.gratitudeHubui::before {
    width: 25%;
}.gratitudeHubui li::before {
    top: 0.4rem;
}
}

@media (max-width: 576px) {.gratitudeHubui {
    padding: 3rem 0;
}.gratitudeHubui h2 {
    font-size: calc(30px * 0.7);
    margin-bottom: 2rem;
}.gratitudeHubui h2::after {
    bottom: -0.75rem;
    width: 5rem;
    height: 0.25rem;
}.gratitudeHubui .impact_factsui {
    padding: 1.5rem;
}.gratitudeHubui .container {
    padding: 0 1.5rem;
    transform: none;
}.gratitudeHubui::before {
    display: none;
}.gratitudeHubui li {
    padding-left: 1.5rem;
}.gratitudeHubui li::before {
    height: 0.5rem;
    width: 0.5rem;
    top: 0.4rem;
}.gratitudeHubui span {
    font-size: calc(18px * 0.95);
    line-height: 1.7;
}}header {
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    border-bottom: 1px solid rgb(202,178,169,0.5);
    width: 100%;
    left: 0;
    backdrop-filter: blur(10px);
    transition: all 0.4s ease;
    position: fixed;
    background: linear-gradient(180deg, 
        rgb(202,178,169) 0%, 
        rgba(20, 20, 30, 0.95) 100%
    );
    -webkit-backdrop-filter: blur(10px);
    top: 0;
}header:before {
    position: absolute;
    background: 
        radial-gradient(circle at 15% 15%, rgb(202,178,169,0.5) 0%, transparent 25%),
        radial-gradient(circle at 85% 85%, rgb(176,132,117,0.5) 0%, transparent 25%);
    height: 100%;
    content: '';
    left: 0;
    opacity: 0.1;
    pointer-events: none;
    top: 0;
    width: 100%;
}header:after {
    opacity: 0.02;
    height: 100%;
    mix-blend-mode: overlay;
    top: 0;
    position: absolute;
    pointer-events: none;
    left: 0;
    width: 100%;
    content: '';
}header .main_siteui {
    position: relative;
    overflow: hidden;
}header .main_siteui:before {
    opacity: 0.7;
    animation: scanlineGlow 4s linear infinite;
    content: '';
    height: 1px;
    box-shadow: 0 0 15px rgb(202,178,169), 0 0 35px rgb(202,178,169);
    position: absolute;
    left: -50%;
    background: linear-gradient(90deg, 
        transparent 0%,
        rgb(202,178,169) 25%,
        #ffffff 50%,
        rgb(202,178,169) 75%,
        transparent 100%
    );
    bottom: 0;
    width: 200%;
}header .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 18px 25px;
}header .container:before {
    mix-blend-mode: overlay;
    height: 100%;
    width: 100%;
    position: absolute;
    content: '';
    opacity: 0.5;
    pointer-events: none;
    background-image: 
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 2px,
            rgba(255, 255, 255, 0.015) 2px,
            rgba(255, 255, 255, 0.015) 3px
        );
}header .top_startui {
    align-items: center;
    justify-content: space-between;
    position: relative;
    display: flex;
}header .top_startui:before {
    background: rgb(202,178,169);
    border-radius: 50%;
    left: -10px;
    animation: breathe 5s infinite alternate;
    content: '';
    top: 50%;
    width: 20px;
    transform: translateY(-50%);
    position: absolute;
    filter: blur(15px);
    opacity: 0.3;
    height: 20px;
}header .top_startui:after {
    border-radius: 50%;
    position: absolute;
    transform: translateY(-50%);
    filter: blur(15px);
    height: 20px;
    width: 20px;
    background: rgb(176,132,117);
    opacity: 0.3;
    right: -10px;
    content: '';
    top: 50%;
    animation: breathe 5s infinite alternate-reverse;
}header .header_knowui {
    position: relative;
    align-items: center;
    gap: 30px;
    display: flex;
}header .header_knowui:before {
    background: linear-gradient(90deg, 
        transparent, 
        rgb(202,178,169,0.5), 
        transparent
    );
    content: '';
    top: -5%;
    opacity: 0.15;
    position: absolute;
    animation: menuGlow 10s infinite ease-in-out;
    width: 110%;
    height: 110%;
    filter: blur(5px);
    transform: translateX(-100%);
    left: -5%;
}header .nav_blockui {
    padding: 8px 2px;
    color: #ffffff;
    position: relative;
    transition: all 0.3s ease;
    text-shadow: 0 0 1px #ffffff;
    letter-spacing: 1px;
    text-decoration: none;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
}header .nav_blockui:before {
    top: 0;
    position: absolute;
    z-index: -1;
    transition: all 0.4s ease;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(202,178,169,0.5), 
        transparent
    );
    content: '';
    opacity: 0;
    transform: skewX(-20deg) scale(0.8, 1);
    width: 100%;
    height: 100%;
    left: 0;
}header .nav_blockui:after {
    content: '';
    width: 0;
    opacity: 0.8;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    bottom: -2px;
    background: linear-gradient(90deg, 
        rgb(202,178,169),
        #ffffff 50%,
        rgb(202,178,169)
    );
    filter: blur(0.5px);
}header .nav_blockui:hover {
    transform: translateY(-2px);
    color: #ffffff;
    text-shadow: 
        0 0 5px #ffffff,
        0 0 10px rgb(202,178,169);
}header .nav_blockui:hover:before {
    transform: skewX(-20deg) scale(1.05, 1);
    opacity: 0.15;
}header .nav_blockui:hover:after {
    width: 100%;
    box-shadow: 
        0 0 5px rgb(202,178,169),
        0 0 10px rgb(202,178,169);
}header .top_classui {
    transition: all 0.3s ease;
    justify-content: center;
    position: relative;
    display: flex;
    align-items: center;
    padding: 5px;
    text-decoration: none;
}header .top_classui:before {
    width: 150%;
    content: '';
    opacity: 0;
    height: 150%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    transition: opacity 0.5s ease;
    background: radial-gradient(circle, 
        rgb(202,178,169,0.5) 0%, 
        transparent 70%
    );
}header .top_classui:after {
    height: calc(100% + 10px);
    left: -5px;
    border: 1px solid transparent;
    top: -5px;
    opacity: 0;
    border-image: linear-gradient(45deg, rgb(202,178,169), rgb(176,132,117), rgb(202,178,169)) 1;
    transition: all 0.5s ease;
    width: calc(100% + 10px);
    position: absolute;
    content: '';
}header .top_classui:hover:before {
    opacity: 0.3;
}header .top_classui:hover:after {
    animation: borderRotate 4s linear infinite;
    opacity: 0.7;
}header .top_classui svg {
    height: 45px;
    filter: drop-shadow(0 0 2px rgb(202,178,169,0.5));
    position: relative;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: auto;
}header .top_classui:hover svg {
    transform: scale(1.05);
    filter: drop-shadow(0 0 5px rgb(202,178,169));
}header .top_classui:hover svg path {
    animation: logoGlow 2s infinite alternate;
}

@keyframes scanlineGlow {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }
    10%, 90% {
        opacity: 0.7;
    }
    100% {
        transform: translateX(100%);
        opacity: 0;
    }
}

@keyframes breathe {
    0%, 100% {
        opacity: 0.3;
        filter: blur(15px);
    }
    50% {
        opacity: 0.5;
        filter: blur(20px);
    }
}

@keyframes menuGlow {
    0%, 100% {
        transform: translateX(-100%);
        opacity: 0.15;
    }
    50% {
        transform: translateX(100%);
        opacity: 0.25;
    }
}

@keyframes borderRotate {
    0% {
        border-image: linear-gradient(45deg, rgb(202,178,169), rgb(176,132,117), rgb(202,178,169)) 1;
    }
    50% {
        border-image: linear-gradient(225deg, rgb(202,178,169), rgb(176,132,117), rgb(202,178,169)) 1;
    }
    100% {
        border-image: linear-gradient(405deg, rgb(202,178,169), rgb(176,132,117), rgb(202,178,169)) 1;
    }
}

@keyframes logoGlow {
    0% {
        filter: brightness(1);
    }
    100% {
        filter: brightness(1.3);
    }
}

@keyframes glitchEffect {
    0%, 100% {
        transform: translateX(0);
    }
    20% {
        transform: translateX(-2px);
    }
    40% {
        transform: translateX(2px);
    }
    60% {
        transform: skewX(2deg);
    }
    80% {
        transform: skewX(-2deg);
    }
}

@media (max-width: 991px) {header .container {
    padding: 15px 20px;
}header .header_knowui {
    gap: 20px;
}header .top_classui svg {
    height: 38px;
}
}

@media (max-width: 767px) {header .header_knowui {
    z-index: 1001;
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    background: linear-gradient(135deg, 
            rgba(20, 20, 30, 0.97) 0%, 
            rgba(10, 10, 20, 0.98) 100%
        );
    width: 85%;
    box-shadow: -5px 0 30px rgba(0, 0, 0, 0.5);
    height: 100vh;
    max-width: 330px;
    backdrop-filter: blur(15px);
    top: 0;
    overflow-y: auto;
    right: -100%;
    flex-direction: column;
    -webkit-backdrop-filter: blur(15px);
    position: fixed;
    padding: 85px 30px 30px;
    gap: 25px;
}header .header_knowui:before {
    left: 10%;
    width: 80%;
    animation: none;
    top: 70px;
    height: 1px;
    opacity: 0.3;
}header .header_knowui:after {
    border: 1px solid rgb(202,178,169,0.5);
    top: 20px;
    opacity: 0.6;
    background: transparent;
    content: '';
    position: absolute;
    right: 20px;
    width: 30px;
    height: 30px;
}header .menu.active {
    right: 0;
}header .nav_blockui {
    text-align: left;
    opacity: 0.8;
    border-bottom: 1px solid rgb(202,178,169,0.5);
    padding: 12px 5px;
    width: 100%;
}header .nav_blockui:last-child {
    border-bottom: none;
}header .nav_blockui:hover {
    transform: translateY(0);
    opacity: 1;
}header .top_classui {
    margin: 0 auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 12px 15px;
}header .top_classui svg {
    height: 35px;
}header .header_knowui {
    width: 100%;
    max-width: 100%;
}}.confidential_asylumui {
    position: relative;
    overflow: hidden;
    background: linear-gradient(145deg, rgb(231,223,219), #ffffff);
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    padding: 4rem 2rem;
    font-family: Arial, sans-serif;
}.confidential_asylumui::before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    height: 5px;
    position: absolute;
    background: linear-gradient(90deg, rgb(202,178,169), rgb(176,132,117), rgb(202,178,169));
}.confidential_asylumui::after {
    content: "";
    opacity: 0.07;
    width: 100%;
    height: 300px;
    transform: skewY(-3deg) translateY(50%);
    bottom: 0;
    background: linear-gradient(180deg, transparent 0%, rgb(231,223,219) 100%);
    z-index: -1;
    position: absolute;
    left: 0;
}.confidential_asylumui .container {
    z-index: 2;
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
}.confidential_asylumui h1 {
    margin-bottom: 2rem;
    padding-left: 1.5rem;
    font-size: 39px;
    font-weight: 700;
    color: rgb(202,178,169);
    letter-spacing: -0.02em;
    border-left: 4px solid rgb(176,132,117);
    position: relative;
    transform-origin: left center;
}.confidential_asylumui h1::after {
    left: 1.5rem;
    content: "";
    transform-origin: left center;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: 60px;
    background: rgb(176,132,117);
    bottom: -10px;
    position: absolute;
    transform: scaleX(1);
    height: 3px;
}.confidential_asylumui h1:hover::after {
    transform: scaleX(1.5);
}.confidential_asylumui h2 {
    position: relative;
    font-weight: 600;
    padding-bottom: 0.75rem;
    font-size: 35px;
    margin: 2.5rem 0 1.25rem;
    color: #000000;
}.confidential_asylumui h2::before {
    background-color: rgb(202,178,169);
    position: absolute;
    content: "";
    transition: width 0.3s ease-out;
    bottom: 0;
    width: 40px;
    height: 2px;
    left: 0;
}.confidential_asylumui h2:hover::before {
    width: 80px;
}.confidential_asylumui h3 {
    font-size: calc(35px * 0.85);
    position: relative;
    font-weight: 600;
    margin: 2rem 0 1rem;
    color: #000000;
    padding-left: 1rem;
}.confidential_asylumui h3::before {
    bottom: 0;
    width: 3px;
    left: 0;
    top: 0;
    content: "";
    background-color: rgb(176,132,117);
    transform: scaleY(0.7);
    position: absolute;
}.confidential_asylumui h4 {
    margin: 1.75rem 0 0.875rem;
    font-size: calc(35px * 0.7);
    font-weight: 600;
    color: #000000;
    opacity: 0.95;
}.confidential_asylumui p {
    font-size: 16px;
    line-height: 1.8;
    color: #000000;
    letter-spacing: 0.01em;
    max-width: 100%;
    margin-bottom: 1.5rem;
}.confidential_asylumui p strong {
    background: linear-gradient(120deg, transparent 0%, rgb(176,132,117,0.5) 30%, transparent 100%);
    font-weight: 600;
    transition: background 0.3s ease;
    color: #000000;
    padding: 0.15em 0.3em;
    margin: 0 -0.3em;
}.confidential_asylumui p strong:hover {
    background: linear-gradient(120deg, transparent 0%, rgb(176,132,117,0.5) 50%, transparent 100%);
}.confidential_asylumui ul {
    list-style-type: none;
    padding-left: 1.5rem;
    margin: 1.5rem 0 2rem;
}.confidential_asylumui li {
    color: #000000;
    font-size: 16px;
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.875rem;
    line-height: 1.7;
}.confidential_asylumui li::before {
    transform: translateY(-50%);
    background: #ffffff;
    top: 0.7em;
    border-radius: 50%;
    position: absolute;
    width: 8px;
    content: "";
    transition: transform 0.2s ease, background 0.2s ease;
    left: 0;
    height: 8px;
    border: 2px solid rgb(202,178,169);
}.confidential_asylumui li:hover::before {
    transform: translateY(-50%) scale(1.2);
    background: rgb(202,178,169);
}.confidential_asylumui span {
    color: #000000;
    background: linear-gradient(90deg, rgb(255, 255, 255, 0.5) 0%, transparent 100%);
    line-height: 1.7;
    display: block;
    border-left: 1px solid rgb(176,132,117,0.5);
    font-size: 16px;
    margin-bottom: 1.5rem;
    padding: 0.5rem 0 0.5rem 1rem;
}

@media (min-width: 768px) {.confidential_asylumui {
    padding: 5rem 3rem;
}.confidential_asylumui h1 {
    font-size: calc(39px * 1.1);
    margin-bottom: 2.5rem;
    padding-left: 2rem;
}.confidential_asylumui h1::after {
    left: 2rem;
    width: 80px;
}.confidential_asylumui .container {
    padding: 0 2rem;
}.confidential_asylumui p {
    max-width: 90%;
}.confidential_asylumui ul {
    max-width: 90%;
    padding-left: 2rem;
}
}

@media (min-width: 992px) {.confidential_asylumui {
    padding: 6rem 4rem;
}.confidential_asylumui::after {
    transform: skewY(-5deg) translateY(50%);
}.confidential_asylumui .container {
    padding: 0 3rem;
}.confidential_asylumui h1 {
    font-size: calc(39px * 1.2);
}.confidential_asylumui h2 {
    font-size: calc(35px * 1.1);
}.confidential_asylumui p {
    font-size: calc(16px * 1.05);
    max-width: 80%;
}.confidential_asylumui ul {
    margin: 2rem 0 2.5rem;
}.confidential_asylumui li {
    font-size: calc(16px * 1.05);
    margin-bottom: 1rem;
}
}

@media (max-width: 767px) {.confidential_asylumui {
    padding: 3rem 1.5rem;
}.confidential_asylumui h1 {
    padding-left: 1rem;
    font-size: calc(39px * 0.9);
}.confidential_asylumui h1::after {
    width: 50px;
    left: 1rem;
}.confidential_asylumui h2 {
    font-size: calc(35px * 0.9);
}.confidential_asylumui h3 {
    font-size: calc(35px * 0.75);
}.confidential_asylumui h4 {
    font-size: calc(35px * 0.65);
}.confidential_asylumui p, 
    .confidential_asylumui li,
    .confidential_asylumui span {
    font-size: calc(16px * 0.95);
}
}

@media (max-width: 480px) {.confidential_asylumui {
    padding: 2.5rem 1rem;
}.confidential_asylumui h1 {
    font-size: calc(39px * 0.85);
}.confidential_asylumui h2 {
    margin: 2rem 0 1rem;
    font-size: calc(35px * 0.85);
}.confidential_asylumui ul {
    padding-left: 0.75rem;
}.confidential_asylumui li {
    padding-left: 1.25rem;
}}.future_membersui {
    position: relative;
    background: rgb(231,223,219);
    z-index: 1;
    overflow: hidden;
    padding: 5rem 0;
}.future_membersui::before {
    top: 0;
    background: linear-gradient(135deg, 
        transparent 0%,
        rgba(rgb(176,132,117,0.5), 0.05) 25%, 
        transparent 35%,
        rgba(rgb(202,178,169,0.5), 0.05) 50%,
        transparent 65%,
        rgba(rgb(176,132,117,0.5), 0.05) 75%,
        transparent 100%
    );
    position: absolute;
    left: 0;
    content: "";
    height: 100%;
    width: 100%;
    z-index: -1;
}.future_membersui::after {
    top: 0;
    opacity: 0.5;
    z-index: -1;
    left: 0;
    height: 100%;
    content: "";
    position: absolute;
    background-position: 0 0, 25px 25px;
    width: 100%;
    background-image: 
        radial-gradient(rgba(rgb(202,178,169,0.5), 0.15) 2px, transparent 2px),
        radial-gradient(rgba(rgb(176,132,117,0.5), 0.1) 2px, transparent 2px);
    background-size: 50px 50px, 100px 100px;
}.future_membersui .impact_factsui {
    margin: 0 auto;
    max-width: 1100px;
    padding: 0 2rem;
    position: relative;
}.future_membersui h3 {
    position: relative;
    color: rgb(176,132,117);
    font-weight: 700;
    margin-bottom: 3rem;
    padding-left: 2rem;
    text-align: left;
    font-size: 38px;
}.future_membersui h3::before {
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    background: linear-gradient(
        to bottom,
        rgb(176,132,117),
        rgb(202,178,169)
    );
    left: 0;
    border-radius: 10px;
    width: 5px;
}.future_membersui ul {
    display: grid;
    padding: 0;
    list-style: none;
    position: relative;
    gap: 2rem 1.5rem;
    grid-template-columns: repeat(2, 1fr);
    margin: 0;
}.future_membersui ul::before {
    left: 50%;
    position: absolute;
    top: 0;
    background: linear-gradient(
        to bottom,
        transparent,
        rgba(rgb(202,178,169,0.5), 0.3),
        transparent
    );
    width: 1px;
    height: 100%;
    z-index: -1;
    content: "";
}.future_membersui li {
    box-shadow: 
        0 5px 15px rgba(0, 0, 0, 0.05),
        inset 0 0 0 1px rgba(rgb(176,132,117,0.5), 0.1);
    padding: 1.5rem;
    display: flex;
    transition: all 0.3s ease;
    border-radius: 12px;
    align-items: flex-start;
    background: rgba(rgb(176,132,117,0.5), 0.03);
    position: relative;
}.future_membersui li::before {
    background: linear-gradient(
        90deg,
        transparent,
        rgba(rgb(202,178,169,0.5), 0.5),
        transparent
    );
    opacity: 0;
    content: "";
    top: 0;
    height: 4px;
    right: 0;
    position: absolute;
    left: 0;
    border-radius: 10px 10px 0 0;
    transition: opacity 0.4s ease;
}.future_membersui li::after {
    top: -10px;
    height: 40px;
    border-radius: 50%;
    left: -10px;
    content: "";
    z-index: -1;
    position: absolute;
    background: radial-gradient(
        circle,
        rgba(rgb(202,178,169,0.5), 0.15) 0%,
        transparent 70%
    );
    width: 40px;
}.future_membersui li:hover {
    background: rgba(rgb(176,132,117,0.5), 0.05);
    box-shadow: 
        0 10px 25px rgba(0, 0, 0, 0.1),
        inset 0 0 0 1px rgba(rgb(202,178,169,0.5), 0.2);
    transform: translateY(-5px);
}.future_membersui li:hover::before {
    opacity: 1;
}.future_membersui li:nth-child(odd)::after {
    left: auto;
    right: -10px;
    animation: pulseEven 3s infinite alternate ease-in-out;
}.future_membersui li:nth-child(even)::after {
    animation: pulseOdd 3s infinite alternate-reverse ease-in-out;
}.future_membersui li svg {
    flex-shrink: 0;
    position: relative;
    margin-right: 1rem;
    height: 32px;
    width: 32px;
    fill: rgb(202,178,169);
    transition: all 0.3s ease;
}.future_membersui li svg::after {
    content: "";
    height: 100%;
    background: radial-gradient(
        circle,
        rgba(rgb(202,178,169,0.5), 0.3) 0%,
        transparent 70%
    );
    position: absolute;
    width: 100%;
    z-index: -1;
    border-radius: 50%;
}.future_membersui li svg path {
    transition: fill 0.3s ease;
    fill: rgb(202,178,169);
}.future_membersui li:hover svg {
    transform: scale(1.1);
    animation: pulse 2s infinite;
}.future_membersui li:hover svg path {
    fill: rgb(202,178,169);
}.future_membersui li {
    font-weight: 400;
    color: #000000;
    font-size: 18px;
    line-height: 1.5;
}

@keyframes pulse {
    0% {
        filter: drop-shadow(0 0 2px rgba(rgb(202,178,169,0.5), 0.5));
    }
    50% {
        filter: drop-shadow(0 0 8px rgba(rgb(202,178,169,0.5), 0.8));
    }
    100% {
        filter: drop-shadow(0 0 2px rgba(rgb(202,178,169,0.5), 0.5));
    }
}

@keyframes pulseOdd {
    0% {
        opacity: 0.4;
        transform: scale(0.8);
    }
    100% {
        opacity: 0.7;
        transform: scale(1.2);
    }
}

@keyframes pulseEven {
    0% {
        opacity: 0.3;
        transform: scale(1);
    }
    100% {
        opacity: 0.6;
        transform: scale(1.4);
    }
}

@media (max-width: 992px) {.future_membersui {
    padding: 4rem 0;
}.future_membersui h3 {
    margin-bottom: 2.5rem;
    font-size: calc(38px * 0.9);
}.future_membersui ul {
    gap: 1.5rem 1.2rem;
}
}

@media (max-width: 768px) {.future_membersui {
    padding: 3.5rem 0;
}.future_membersui .impact_factsui {
    padding: 0 1.5rem;
}.future_membersui h3 {
    padding-left: 0;
    font-size: calc(38px * 0.8);
    text-align: center;
    margin-bottom: 2rem;
}.future_membersui h3::before {
    width: 80px;
    top: auto;
    left: 50%;
    bottom: -12px;
    height: 4px;
    transform: translateX(-50%);
}.future_membersui ul {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.future_membersui ul::before {
    display: none;
}
}

@media (max-width: 480px) {.future_membersui {
    padding: 3rem 0;
}.future_membersui .impact_factsui {
    padding: 0 1rem;
}.future_membersui h3 {
    font-size: calc(38px * 0.7);
    margin-bottom: 1.8rem;
}.future_membersui h3::before {
    width: 60px;
    height: 3px;
}.future_membersui li {
    padding: 1.2rem;
}.future_membersui li svg {
    height: 28px;
    width: 28px;
    margin-right: 0.8rem;
}.future_membersui li::after {
    width: 30px;
    left: -8px;
    top: -8px;
    height: 30px;
}}.training_specialistui {
    padding: 6rem 0;
    overflow: hidden;
    position: relative;
    background-color: rgb(231,223,219);
}.training_specialistui::before {
    position: absolute;
    bottom: 0;
    top: 0;
    background-size: 30px 30px;
    z-index: 1;
    opacity: 0.6;
    background: 
        linear-gradient(135deg, rgba(255,255,255,0.05) 25%, transparent 25%) 0 0,
        linear-gradient(225deg, rgba(255,255,255,0.05) 25%, transparent 25%) 0 0,
        linear-gradient(315deg, rgba(255,255,255,0.05) 25%, transparent 25%) 0 0,
        linear-gradient(45deg, rgba(255,255,255,0.05) 25%, transparent 25%) 0 0;
    content: "";
    left: 0;
    right: 0;
}.training_specialistui .container {
    position: relative;
    padding: 0 2rem;
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
}.training_specialistui .alumni_voicesui {
    border-radius: 16px;
    box-shadow: 
        20px 20px 60px rgba(0, 0, 0, 0.1),
        -20px -20px 60px rgba(255, 255, 255, 0.5),
        inset 5px 5px 10px rgba(255, 255, 255, 0.5),
        inset -5px -5px 10px rgba(0, 0, 0, 0.05);
    grid-template-columns: 1fr;
    transform: perspective(1000px) rotateX(2deg);
    gap: 2rem;
    padding: 3rem;
    background: linear-gradient(145deg, #ffffff, rgb(231,223,219));
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    display: grid;
}.training_specialistui .alumni_voicesui:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-10px);
    box-shadow: 
        25px 25px 70px rgba(0, 0, 0, 0.12),
        -25px -25px 70px rgba(255, 255, 255, 0.6),
        inset 5px 5px 10px rgba(255, 255, 255, 0.5),
        inset -5px -5px 10px rgba(0, 0, 0, 0.05);
}.training_specialistui .pic_holderui {
    height: 150px;
    transform: translateZ(30px);
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    box-shadow: 
        8px 8px 16px rgba(0, 0, 0, 0.15),
        -8px -8px 16px rgba(255, 255, 255, 0.7),
        inset 2px 2px 4px rgba(255, 255, 255, 0.25),
        inset -2px -2px 4px rgba(0, 0, 0, 0.1);
    width: 150px;
    border-radius: 16px;
    margin: 0 auto;
}.training_specialistui .alumni_voicesui:hover .pic_holderui {
    transform: translateZ(50px) scale(1.05);
}.training_specialistui .name {
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: translateZ(20px);
    letter-spacing: 0.02em;
    color: rgb(202,178,169);
    font-weight: 700;
    margin-bottom: 0.5rem;
    font-size: calc(20px * 1.1);
    text-align: center;
}.training_specialistui .alumni_voicesui:hover .name {
    transform: translateZ(30px);
}.training_specialistui .alumni_voicesui div:nth-child(2) div {
    text-align: center;
    color: rgb(176,132,117);
    font-weight: 600;
    font-size: calc(18px * 0.95);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) 0.05s;
    margin-bottom: 1rem;
    transform: translateZ(15px);
}.training_specialistui .alumni_voicesui:hover div:nth-child(2) div {
    transform: translateZ(25px);
}.training_specialistui .career_backui {
    font-size: 18px;
    border-radius: 12px;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) 0.1s;
    backdrop-filter: blur(5px);
    position: relative;
    box-shadow: 
        6px 6px 12px rgba(0, 0, 0, 0.08),
        -6px -6px 12px rgba(255, 255, 255, 0.5),
        inset 1px 1px 2px rgba(255, 255, 255, 0.3),
        inset -1px -1px 2px rgba(0, 0, 0, 0.05);
    line-height: 1.7;
    transform: translateZ(10px);
    padding: 2rem;
    background: linear-gradient(145deg, rgba(255,255,255,0.65), rgba(255,255,255,0.35));
    color: #000000;
}.training_specialistui .alumni_voicesui:hover .career_backui {
    transform: translateZ(20px);
    box-shadow: 
        8px 8px 16px rgba(0, 0, 0, 0.1),
        -8px -8px 16px rgba(255, 255, 255, 0.6),
        inset 1px 1px 2px rgba(255, 255, 255, 0.3),
        inset -1px -1px 2px rgba(0, 0, 0, 0.05);
}.training_specialistui .career_backui::before {
    left: 1rem;
    transition: all 0.4s ease;
    content: "";
    font-family: serif;
    opacity: 0.3;
    line-height: 1;
    font-size: 5rem;
    top: -1.5rem;
    color: rgb(202,178,169,0.5);
    position: absolute;
}.training_specialistui .alumni_voicesui:hover .career_backui::before {
    opacity: 0.5;
    transform: scale(1.1) translateY(-5px);
}

@media (min-width: 768px) {.training_specialistui {
    padding: 8rem 0;
}.training_specialistui .alumni_voicesui {
    padding: 4rem;
    gap: 3rem;
    grid-template-columns: auto 1fr 2fr;
    align-items: center;
}.training_specialistui .pic_holderui {
    margin: 0;
    height: 180px;
    width: 180px;
}.training_specialistui .name {
    font-size: calc(20px * 1.2);
    text-align: left;
}.training_specialistui .alumni_voicesui div:nth-child(2) div {
    font-size: 18px;
    text-align: left;
}.training_specialistui .career_backui {
    font-size: calc(18px * 1.05);
    line-height: 1.8;
}
}

@media (min-width: 1200px) {.training_specialistui {
    padding: 10rem 0;
}.training_specialistui .container {
    padding: 0 3rem;
}.training_specialistui .alumni_voicesui {
    gap: 4rem;
    padding: 5rem;
}.training_specialistui .pic_holderui {
    height: 220px;
    width: 220px;
}.training_specialistui .name {
    margin-bottom: 0.75rem;
    font-size: calc(20px * 1.3);
}.training_specialistui .alumni_voicesui div:nth-child(2) div {
    margin-bottom: 1.5rem;
    font-size: calc(18px * 1.05);
}.training_specialistui .career_backui {
    font-size: calc(18px * 1.1);
    line-height: 1.9;
    padding: 2.5rem;
}
}

@media (max-width: 767px) {.training_specialistui .alumni_voicesui {
    padding: 2.5rem 1.5rem;
}.training_specialistui .pic_holderui {
    height: 120px;
    width: 120px;
}.training_specialistui .name {
    margin-top: 1rem;
}.training_specialistui .career_backui {
    padding: 1.5rem;
}}footer {
    position: relative;
}footer::before {
    position: absolute;
    background: linear-gradient(90deg, #000000 0%, rgb(202,178,169) 150%);
    right: 0;
    z-index: 1;
    opacity: 0.92;
    bottom: 0;
    top: 0;
    content: '';
    left: 0;
}.testimonialui {
    z-index: 2;
    font-family: Arial, sans-serif;
    padding: 70px 0;
    position: relative;
    color: #ffffff;
}.testimonialui .container {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}.testimonialui .company_holder {
    transition: all 0.3s ease;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 12px 0 12px 0;
    overflow: hidden;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    position: relative;
}.testimonialui .company_holder:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
    transform: translateY(-5px);
}.testimonialui .company_holder::before {
    width: 100%;
    left: 0;
    background: rgb(202,178,169);
    content: '';
    position: absolute;
    top: 0;
    height: 5px;
}.testimonialui .company_holder h3 {
    display: inline-block;
    font-size: 31px;
    position: relative;
    margin-bottom: 25px;
    font-weight: 700;
    color: #ffffff;
}.testimonialui .company_holder h3::after {
    height: 3px;
    background: rgb(176,132,117);
    position: absolute;
    content: '';
    left: 0;
    width: 60px;
    bottom: -8px;
}.testimonialui .design_resui {
    font-size: 16px;
    color: #ffffff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    line-height: 1.6;
}.testimonialui .partner_logoui {
    position: relative;
}.testimonialui .head_masterui {
    justify-content: space-between;
    gap: 30px;
    display: flex;
    flex-wrap: wrap;
}.testimonialui .header_knowui {
    position: relative;
    flex: 0 0 calc(50% - 15px);
}.testimonialui .header_knowui h5 {
    border-left: 3px solid rgb(202,178,169);
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #ffffff;
    position: relative;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    padding-left: 15px;
}.testimonialui .header_knowui .head_masterui {
    display: flex;
    flex-direction: column;
    gap: 12px;
}.testimonialui .header_knowui .head_masterui a {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    z-index: 1;
    display: inline-block;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 4px;
    padding: 8px 15px;
    font-size: 16px;
    position: relative;
    text-decoration: none;
    overflow: hidden;
    color: #ffffff;
}.testimonialui .header_knowui .head_masterui a::before {
    height: 100%;
    width: 0;
    z-index: -1;
    top: 0;
    transition: width 0.3s ease;
    content: '';
    position: absolute;
    background: rgb(202,178,169,0.5);
    left: 0;
}.testimonialui .header_knowui .head_masterui a:hover {
    transform: translateX(5px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    color: #ffffff;
}.testimonialui .header_knowui .head_masterui a:hover::before {
    width: 100%;
}.mobile_ctaui {
    z-index: 2;
    margin-top: 50px;
    position: relative;
    padding: 20px 0;
    background: rgba(0, 0, 0, 0.4);
}.mobile_ctaui .container {
    align-items: center;
    justify-content: center;
    display: flex;
}.mobile_ctaui .peer_helpui {
    letter-spacing: 0.5px;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
}@keyframes gradientAnimation {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

footer::after {
    top: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    right: 0;
    content: '';
    background: 
        linear-gradient(0deg, transparent 49%, rgba(255, 255, 255, 0.03) 50%, transparent 51%),
        linear-gradient(90deg, transparent 49%, rgba(255, 255, 255, 0.03) 50%, transparent 51%);
    background-size: 40px 40px;
}

@media (max-width: 992px) {.testimonialui .container {
    flex-direction: column;
}
}

@media (max-width: 768px) {.testimonialui {
    padding: 50px 0;
}.testimonialui .header_knowui {
    flex: 0 0 100%;
}
}

@media (max-width: 576px) {.testimonialui {
    padding: 40px 0;
}.testimonialui .company_holder h3 {
    font-size: calc(31px * 0.8);
}.testimonialui .header_knowui h5 {
    font-size: calc(23px * 0.9);
}.testimonialui .header_knowui .head_masterui a,
    .testimonialui .footer_agreement {
    font-size: calc(16px * 0.95);
}}

.mobile_ctaui::before {
    content: '';
    width: 100%;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.2;
    height: 1px;
}header .top_plank {
    background: rgb(202,178,169);
    color:  #ffffff;
}header .top_plank .best_studyui div svg, header .top_plank .best_studyui div svg path {
    fill: #ffffff;
}header .top_plank .best_studyui div span {
    color: #ffffff;
}header .top_plank .best_studyui {
    flex-wrap: wrap;
    line-height: 21px;
    padding: 15px 0 10px 0;
    width: 100%;
    align-items: center;
    display: flex;
    font-size: 15px;
    justify-content: flex-start;
}header .top_plank .best_studyui div {
    display: flex;
    align-items: center;
    margin-right: 24px;
    justify-content: flex-start;
}header .top_plank .best_studyui div img, header .top_plank .best_studyui div svg {
    margin-right: 8px;
    height: 16px;
    width: 16px;
}.info_detailsui {
    background-color: rgb(231,223,219);
    padding: 5rem 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
}.info_detailsui::before {
    width: 100%;
    z-index: -1;
    animation: ambientGlow 15s infinite alternate;
    top: 0;
    background: 
        radial-gradient(circle at 20% 20%, rgb(202,178,169,0.5) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgb(176,132,117,0.5) 0%, transparent 40%);
    position: absolute;
    content: "";
    left: 0;
    height: 100%;
}.info_detailsui::after {
    height: 100%;
    top: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, transparent 100%);
    left: 0;
    width: 100%;
    content: "";
    z-index: -1;
    position: absolute;
}.info_detailsui .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
}.info_detailsui .assist_teamui {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    position: relative;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    flex-direction: column;
    border-radius: 27px;
    overflow: hidden;
    padding: 3rem;
    display: flex;
    background: rgba(255, 255, 255, 0.03);
    transform: translateY(0);
}.info_detailsui .assist_teamui::before {
    transform: rotate(45deg);
    animation: shineEffect 6s infinite;
    left: -50%;
    background: linear-gradient(
        45deg,
        transparent 0%,
        rgba(255, 255, 255, 0.03) 30%,
        rgba(255, 255, 255, 0.07) 50%,
        rgba(255, 255, 255, 0.03) 70%,
        transparent 100%
    );
    z-index: -1;
    position: absolute;
    content: "";
    top: -150%;
    height: 200%;
    transition: all 0.7s ease;
    width: 200%;
}.info_detailsui .edu_formui {
    text-transform: uppercase;
    color: rgb(202,178,169);
    position: relative;
    font-size: 28px;
    letter-spacing: 2px;
    align-self: center;
    text-align: center;
    margin-bottom: 2rem;
    display: inline-block;
    font-weight: 700;
}.info_detailsui .edu_formui::after {
    width: 100%;
    background: linear-gradient(90deg, transparent, rgb(202,178,169), transparent);
    left: 0;
    animation: headerUnderline 3s infinite;
    height: 3px;
    position: absolute;
    bottom: -10px;
    content: "";
}.info_detailsui .pic_holderui {
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.3);
    width: 200px;
    border: 3px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    margin: 0 auto 2rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
    position: relative;
    height: 200px;
}.info_detailsui .pic_holderui:hover {
    transform: scale(1.02);
    box-shadow: 0 15px 35px -5px rgba(0, 0, 0, 0.4);
}.info_detailsui .pic_holderui::after {
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    left: 0;
    background: linear-gradient(
        135deg,
        rgba(0, 123, 255, 0.2) 0%,
        transparent 100%
    );
    content: "";
}.info_detailsui .form_learnui {
    backdrop-filter: blur(5px);
    position: relative;
    padding: 2rem;
    border-radius: 27px;
    background: rgba(255, 255, 255, 0.03);
    overflow: hidden;
}.info_detailsui .form_learnui::before {
    top: 0;
    width: 5px;
    position: absolute;
    background: linear-gradient(to bottom, rgb(202,178,169), rgb(176,132,117));
    border-radius: 10px;
    content: "";
    height: 100%;
    left: 0;
}.info_detailsui .form_learnui p {
    margin-bottom: 1.5rem;
    transition: transform 0.3s ease;
    flex-direction: column;
    font-size: 17px;
    position: relative;
    color: #000000;
    padding-left: 2rem;
    display: flex;
}.info_detailsui .form_learnui p:hover {
    transform: translateX(5px);
}.info_detailsui .form_learnui p:last-child {
    margin-bottom: 0;
}.info_detailsui .form_learnui p span {
    font-weight: 600;
    margin-top: 0.3rem;
}.info_detailsui .form_learnui p a {
    color: rgb(202,178,169);
    text-decoration: none;
    transition: color 0.3s ease, transform 0.3s ease;
    display: inline-block;
}.info_detailsui .form_learnui p a:hover {
    transform: scale(1.03);
    color: rgb(176,132,117);
}.info_detailsui .form_learnui svg {
    stroke-linejoin: round;
    top: 5px;
    position: absolute;
    transition: transform 0.3s ease;
    left: 0;
    height: 18px;
    stroke-linecap: round;
    stroke-width: 2;
    width: 18px;
    fill: none;
}.info_detailsui .form_learnui p:hover svg {
    transform: scale(1.1);
}.info_detailsui .form_learnui svg path {
    transition: stroke 0.3s ease;
    stroke: rgb(202,178,169);
}.info_detailsui .form_learnui p:hover svg path {
    stroke: rgb(176,132,117);
}.info_detailsui .form_learnui p:nth-child(1) svg path {
    animation: drawSVG 1.5s forwards;
    stroke-dasharray: 50;
    stroke-dashoffset: 50;
}.info_detailsui .form_learnui p:nth-child(2) svg path {
    stroke-dashoffset: 50;
    stroke-dasharray: 50;
    animation: drawSVG 1.5s 0.2s forwards;
}.info_detailsui .form_learnui p:nth-child(3) svg path {
    animation: drawSVG 1.5s 0.4s forwards;
    stroke-dasharray: 50;
    stroke-dashoffset: 50;
}.info_detailsui .form_learnui p:nth-child(4) svg path {
    stroke-dashoffset: 50;
    stroke-dasharray: 50;
    animation: drawSVG 1.5s 0.6s forwards;
}.info_detailsui .edu_asksupui {
    margin-top: 2.5rem;
    padding-top: 2rem;
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}.info_detailsui .message_usui {
    font-size: 18px;
    color: rgb(202,178,169);
    position: relative;
    text-align: center;
    font-weight: 700;
    margin-bottom: 1.5rem;
}.info_detailsui .message_usui::before,
.info_detailsui .message_usui::after {
    width: 30px;
    background: linear-gradient(90deg, transparent, rgb(202,178,169,0.5), transparent);
    position: absolute;
    top: 50%;
    content: "";
    height: 1px;
}.info_detailsui .message_usui::before {
    left: 20%;
}.info_detailsui .message_usui::after {
    right: 20%;
}.info_detailsui .message_usui svg {
    height: 18px;
    width: 18px;
    animation: pulseAnimation 2s infinite;
    stroke-width: 2;
    vertical-align: middle;
    stroke: rgb(202,178,169);
    fill: none;
    margin-right: 8px;
}.info_detailsui .join_communityui {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}.info_detailsui .talk_nowui {
    border-radius: 10px;
    padding: 0.8rem 1rem;
    font-size: calc(17px - 2px);
    color: #000000;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(255, 255, 255, 0.05);
    text-align: center;
}.info_detailsui .talk_nowui:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background: rgba(0, 123, 255, 0.1);
    transform: translateY(-3px);
    border-color: rgba(0, 123, 255, 0.2);
}.info_detailsui .talk_nowui svg {
    transition: transform 0.3s ease;
    height: 12px;
    fill: none;
    margin-right: 5px;
    width: 12px;
    stroke-width: 2;
    stroke: rgb(202,178,169);
}.info_detailsui .talk_nowui:hover svg {
    stroke: rgb(176,132,117);
    transform: rotate(15deg);
}

@keyframes shineEffect {
    0% {
        top: -150%;
        left: -50%;
    }
    100% {
        top: 150%;
        left: 150%;
    }
}

@keyframes headerUnderline {
    0%, 100% {
        width: 30%;
        left: 35%;
    }
    50% {
        width: 100%;
        left: 0;
    }
}

@keyframes ambientGlow {
    0% {
        opacity: 0.5;
        background-position: 0% 0%;
    }
    50% {
        opacity: 0.7;
    }
    100% {
        opacity: 0.5;
        background-position: 100% 100%;
    }
}

@keyframes drawSVG {
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes pulseAnimation {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

@media (min-width: 768px) {.info_detailsui .assist_teamui {
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
}.info_detailsui .edu_formui {
    width: 100%;
    margin-bottom: 3rem;
}.info_detailsui .pic_holderui {
    width: 250px;
    margin: 0;
    flex-shrink: 0;
    height: 250px;
}.info_detailsui .form_learnui {
    margin-left: 2.5rem;
    flex: 1;
}.info_detailsui .form_learnui svg {
    height: 20px;
    width: 20px;
}.info_detailsui .join_communityui {
    grid-template-columns: repeat(3, 1fr);
}
}

@media (min-width: 992px) {.info_detailsui .assist_teamui {
    padding: 4rem;
}.info_detailsui .pic_holderui {
    height: 300px;
    width: 300px;
}.info_detailsui .form_learnui {
    padding: 2.5rem;
}.info_detailsui .form_learnui svg {
    height: 22px;
    width: 22px;
}.info_detailsui .join_communityui {
    grid-template-columns: repeat(4, 1fr);
}
}

@media (max-width: 767px) {.info_detailsui {
    padding: 3rem 0;
}.info_detailsui .assist_teamui {
    padding: 2rem;
}.info_detailsui .form_learnui {
    padding: 1.5rem;
}.info_detailsui .edu_formui {
    font-size: calc(28px - 4px);
}.info_detailsui .message_usui {
    font-size: calc(18px - 2px);
}.info_detailsui .join_communityui {
    gap: 0.8rem;
    grid-template-columns: 1fr;
}.info_detailsui .form_learnui svg {
    height: 16px;
    width: 16px;
}
}