* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}header,footer {
    width: 100%;
}.container {
    width: 1127px;
    margin: auto;
    max-width: 100%;
}svg {
    width: 30px;
    height: 30px;
}.donate_btn_wdb {
    flex: 0 0 auto;
}a {
    color: inherit;
    text-decoration: none;
}html,body {
    font-family: Arial, sans-serif;
    min-height: 100%;
    color: #000000;
    scroll-snap-type: none;
    height: 100%;
    auto
contain
touch-action: none;
    auto
    scroll-behavior: smooth;
}.header_sitebar_hMR {
    flex: 1 0 auto;
}.wrapper-holder_msz {
    height: 100%;
    flex-direction: column;
    display: flex;
    min-height: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.gratBlock_N7G {
    padding: 5rem 0;
    min-height: 60vh;
    position: relative;
    display: flex;
    overflow: hidden;
    align-items: center;
    perspective: 1000px;
    background: linear-gradient(135deg, rgb(135,123,122,0.5), rgb(180,169,163,0.5) 70%);
}.gratBlock_N7G::before {
    background: repeating-linear-gradient(
        45deg,
        rgb(135,123,122,0.5) 0px,
        rgb(135,123,122,0.5) 2px,
        transparent 2px,
        transparent 8px
    );
    left: 0;
    width: 100%;
    top: 0;
    content: "";
    position: absolute;
    pointer-events: none;
    opacity: 0.07;
    z-index: 1;
    height: 100%;
}.gratBlock_N7G::after {
    transform: rotate(35deg);
    background: radial-gradient(
        circle at center,
        rgb(180,169,163,0.5) 0%,
        transparent 70%
    );
    right: -20%;
    position: absolute;
    height: 200%;
    z-index: 0;
    opacity: 0.15;
    content: "";
    animation: shimmerEffect 15s infinite alternate ease-in-out;
    width: 80%;
    top: -50%;
}.gratBlock_N7G .container {
    max-width: 1200px;
    position: relative;
    z-index: 2;
    width: 90%;
    margin: 0 auto;
}.gratBlock_N7G .method_ped_spb {
    box-shadow: 
        0 20px 50px rgba(0, 0, 0, 0.1),
        0 2px 5px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(255, 255, 255, 0.2) inset;
    transform: rotateX(2deg) rotateY(1deg);
    transform-style: preserve-3d;
    border-radius: 3px;
    backdrop-filter: blur(10px);
    padding: 3.5rem;
    background: linear-gradient(
        to right bottom,
        rgba(255, 255, 255, 0.9),
        rgba(255, 255, 255, 0.7)
    );
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
}.gratBlock_N7G .method_ped_spb:hover {
    transform: rotateX(0deg) rotateY(0deg);
}.gratBlock_N7G .method_ped_spb::before {
    opacity: 0.05;
    pointer-events: none;
    height: 100%;
    background: linear-gradient(
        45deg,
        rgb(135,123,122,0.5) 0%,
        transparent 30%,
        transparent 70%,
        rgb(180,169,163,0.5) 100%
    );
    position: absolute;
    top: 0;
    z-index: -1;
    width: 100%;
    transform: translateZ(-10px);
    left: 0;
    content: "";
}.gratBlock_N7G .method_ped_spb > div:first-child {
    padding-bottom: 1.5rem;
    margin-bottom: 2rem;
    position: relative;
}.gratBlock_N7G .method_ped_spb > div:first-child::after {
    height: 3px;
    background: linear-gradient(
        to right,
        rgb(135,123,122),
        rgb(180,169,163,0.5)
    );
    content: "";
    left: 0;
    position: absolute;
    width: 40%;
    bottom: 0;
    animation: lineExtend 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    transform-origin: left center;
}.gratBlock_N7G h5 {
    transform: translateY(15px);
    margin: 0;
    color: #000000;
    font-weight: 700;
    animation: fadeInUp 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.3s;
    opacity: 0;
    font-size: clamp(1.5rem, 2.5vw, 18px);
    line-height: 1.4;
}.gratBlock_N7G p {
    max-width: 95%;
    color: #000000;
    opacity: 0;
    transform: translateY(20px);
    margin: 0;
    line-height: 1.8;
    font-family: Arial, sans-serif;
    animation: fadeInUp 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.6s;
    font-size: clamp(1rem, 1.2vw, 16px);
}.gratBlock_N7G a {
    text-decoration: none;
    color: inherit;
    display: inline-block;
    transform: scale(1);
    position: relative;
    transition: transform 0.3s ease;
}.gratBlock_N7G a:hover {
    transform: scale(1.01);
}.gratBlock_N7G a::before {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    height: calc(100% + 30px);
    border: 1px solid rgb(135,123,122,0.5);
    content: "";
    border-radius: 3px;
    top: -15px;
    transition: opacity 0.3s ease, transform 0.3s ease;
    width: calc(100% + 30px);
    left: -15px;
}.gratBlock_N7G a:hover::before {
    transform: scale(1.02);
    opacity: 0.5;
}.gratBlock_N7G a::after {
    bottom: -5px;
    content: "";
    position: absolute;
    background: linear-gradient(
        to right,
        rgb(135,123,122),
        rgb(180,169,163)
    );
    left: 0;
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    transform: scaleX(0);
    transform-origin: right;
    width: 100%;
    height: 1px;
}.gratBlock_N7G a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

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

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

@keyframes shimmerEffect {
    0%, 100% {
        opacity: 0.15;
        transform: rotate(35deg) translateX(0);
    }
    50% {
        opacity: 0.25;
        transform: rotate(35deg) translateX(5%);
    }
}

@media (max-width: 991px) {.gratBlock_N7G {
    padding: 4rem 0;
}.gratBlock_N7G .method_ped_spb {
    transform: rotateX(1deg) rotateY(0.5deg);
    padding: 2.5rem;
}.gratBlock_N7G h5 {
    line-height: 1.35;
}.gratBlock_N7G p {
    max-width: 100%;
}.gratBlock_N7G .method_ped_spb > div:first-child::after {
    width: 60%;
}
}

@media (max-width: 767px) {.gratBlock_N7G {
    min-height: auto;
    padding: 3rem 0;
}.gratBlock_N7G .method_ped_spb {
    padding: 2rem;
    transform: none;
}.gratBlock_N7G .method_ped_spb > div:first-child {
    margin-bottom: 1.5rem;
    padding-bottom: 1.2rem;
}.gratBlock_N7G .method_ped_spb > div:first-child::after {
    width: 80%;
}.gratBlock_N7G p {
    line-height: 1.6;
}.gratBlock_N7G::after {
    width: 100%;
    top: -30%;
    right: -50%;
}
}

@media (max-width: 480px) {.gratBlock_N7G {
    padding: 2.5rem 0;
}.gratBlock_N7G .method_ped_spb {
    padding: 1.5rem;
}.gratBlock_N7G h5 {
    font-size: 1.3rem;
}.gratBlock_N7G p {
    font-size: 0.95rem;
}.gratBlock_N7G .method_ped_spb > div:first-child {
    margin-bottom: 1.2rem;
    padding-bottom: 1rem;
}.gratBlock_N7G a::before {
    height: calc(100% + 20px);
    top: -10px;
    left: -10px;
    width: calc(100% + 20px);
}}.pricing_level_5QF {
    overflow: hidden;
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(215,210,185) 0%, rgb(135,123,122,0.5) 100%);
    position: relative;
}.pricing_level_5QF::before {
    background: repeating-linear-gradient(45deg, transparent, transparent 40px, rgba(rgb(180,169,163), 0.03) 40px, rgba(rgb(180,169,163), 0.03) 80px);
    height: 100%;
    pointer-events: none;
    width: 100%;
    content: "";
    position: absolute;
    top: 0;
    z-index: 1;
    left: 0;
}.pricing_level_5QF .container {
    max-width: 1320px;
    padding: 0 1.5rem;
    position: relative;
    margin: 0 auto;
    z-index: 2;
}.pricing_level_5QF .annual_fee_ikQ {
    display: flex;
    gap: 2.5rem;
    flex-direction: column-reverse;
}.pricing_level_5QF .deal_grid_S0Q {
    margin: 0 auto;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 3;
    padding: 2rem;
    transform: translateY(0);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    max-width: 600px;
    background: rgba(#ffffff, 0.9);
}.pricing_level_5QF .deal_grid_S0Q:hover {
    transform: translateY(-5px);
}.pricing_level_5QF .deal_grid_S0Q h2 {
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 1rem;
    position: relative;
    font-size: 28px;
    color: #000000;
}.pricing_level_5QF .deal_grid_S0Q h2::after {
    bottom: -10px;
    height: 3px;
    position: absolute;
    transform: scaleX(1);
    background: rgb(180,169,163);
    transition: transform 0.5s ease;
    transform-origin: left;
    content: "";
    width: 80px;
    left: 0;
}.pricing_level_5QF .deal_grid_S0Q:hover h2::after {
    transform: scaleX(1.5);
}.pricing_level_5QF .learning_rates_eM5 {
    overflow-wrap: break-word;
    font-size: 14px;
    margin-top: 1.5rem;
    color: #000000;
    max-width: 100%;
    word-break: break-word;
    line-height: 1.6;
}.pricing_level_5QF .value_deals_5dC {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    position: relative;
}.pricing_level_5QF .learning_price_dFp {
    height: 100%;
    position: relative;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-decoration: none;
    overflow: hidden;
    display: block;
}.pricing_level_5QF .learning_price_dFp:hover {
    transform: translateY(-8px);
}.pricing_level_5QF .rate_panel_2QA {
    flex-direction: column;
    display: flex;
    background: #ffffff;
    position: relative;
    overflow: hidden;
    transition: box-shadow 0.4s ease;
    height: 100%;
    border-radius: 8px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}.pricing_level_5QF .learning_price_dFp:hover .rate_panel_2QA {
    box-shadow: 0 15px 35px rgba(rgb(180,169,163,0.5), 0.15);
}.pricing_level_5QF .rate_plans_4c3 {
    padding: 2rem;
    display: flex;
    min-height: 280px;
    flex-grow: 1;
    flex-direction: column;
}.pricing_level_5QF .rate_plans_4c3 h3 {
    font-size: calc(19px + 0.1rem);
    font-weight: 600;
    position: relative;
    margin-bottom: 1rem;
    line-height: 1.3;
    color: #000000;
}.pricing_level_5QF .price_schemes_mUl {
    font-size: calc(19px + 0.3rem);
    color: rgb(180,169,163);
    position: relative;
    font-weight: 700;
    margin: 0.5rem 0 1.25rem;
    display: block;
}.pricing_level_5QF .price_schemes_mUl::before {
    position: absolute;
    width: 40px;
    height: 2px;
    bottom: -10px;
    background: rgb(135,123,122);
    left: 0;
    content: "";
}.pricing_level_5QF .rate_plans_4c3 p {
    flex-grow: 1;
    font-size: 14px;
    color: #000000;
    overflow-wrap: break-word;
    margin-top: 1.5rem;
    word-break: break-word;
    line-height: 1.6;
}.pricing_level_5QF .img_rounded_box_B1U {
    position: relative;
    transition: transform 0.6s ease-out;
    height: 220px;
    width: 100%;
    transform: scale(1);
}.pricing_level_5QF .img_rounded_box_B1U::after {
    width: 100%;
    left: 0;
    content: "";
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
    position: absolute;
    z-index: 1;
    top: 0;
    height: 100%;
}.pricing_level_5QF .learning_price_dFp:hover .img_rounded_box_B1U {
    transform: scale(1.05);
}

@media (min-width: 768px) {.pricing_level_5QF .value_deals_5dC {
    grid-template-columns: repeat(2, 1fr);
}.pricing_level_5QF .deal_grid_S0Q {
    padding: 3rem;
}
}

@media (min-width: 992px) {.pricing_level_5QF .annual_fee_ikQ {
    flex-direction: row;
    gap: 3rem;
    align-items: center;
}.pricing_level_5QF .deal_grid_S0Q {
    width: 35%;
    margin: 0;
}.pricing_level_5QF .value_deals_5dC {
    width: 65%;
}
}

@media (min-width: 1200px) {.pricing_level_5QF .value_deals_5dC {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}.pricing_level_5QF .rate_plans_4c3 {
    padding: 2.5rem;
}.pricing_level_5QF .deal_grid_S0Q h2 {
    font-size: calc(28px + 0.2rem);
}.pricing_level_5QF .img_rounded_box_B1U {
    height: 250px;
}
}

@media (max-width: 767px) {.pricing_level_5QF {
    padding: 4rem 0;
}.pricing_level_5QF .rate_plans_4c3 {
    padding: 1.5rem;
    min-height: 240px;
}.pricing_level_5QF .img_rounded_box_B1U {
    height: 180px;
}.pricing_level_5QF .deal_grid_S0Q {
    padding: 1.5rem;
}.pricing_level_5QF .deal_grid_S0Q h2 {
    font-size: calc(28px - 0.2rem);
}.pricing_level_5QF .learning_rates_eM5 {
    font-size: calc(14px - 0.1rem);
}}.course_program_info_QMC {
    position: relative;
    padding: 120px 0 80px;
    background: linear-gradient(135deg, rgb(215,210,185) 0%, rgba(245, 248, 252, 0.9) 100%);
    overflow: hidden;
}.course_program_info_QMC::before {
    background-image: repeating-linear-gradient(
        0deg,
        transparent,
        transparent 20px,
        rgba(rgb(180,169,163,0.5), 0.03) 20px,
        rgba(rgb(180,169,163,0.5), 0.03) 21px
    );
    height: 100%;
    z-index: 1;
    pointer-events: none;
    content: "";
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
}.course_program_info_QMC::after {
    animation: float 15s infinite ease-in-out;
    background: radial-gradient(circle, rgb(180,169,163) 0%, transparent 70%);
    content: "";
    width: 200px;
    right: -50px;
    filter: blur(30px);
    position: absolute;
    opacity: 0.15;
    border-radius: 50%;
    height: 200px;
    top: -50px;
}.course_program_info_QMC .container {
    padding: 0 20px;
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}.course_program_info_QMC h2 {
    color: #000000;
    font-weight: 700;
    margin-bottom: 3rem;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    max-width: 90%;
    font-size: 35px;
    line-height: 1.3;
    transform-origin: left center;
    position: relative;
}.course_program_info_QMC h2::before {
    position: absolute;
    width: 4px;
    content: "";
    background: rgb(180,169,163);
    top: 50%;
    transform-origin: bottom;
    transform: translateY(-50%) scaleY(0);
    animation: growUp 1.2s 0.3s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
    left: -10px;
    height: 60%;
}.course_program_info_QMC h2::after {
    position: absolute;
    bottom: -12px;
    background: linear-gradient(90deg, rgb(135,123,122) 0%, transparent 100%);
    content: "";
    transform: scaleX(0);
    left: 0;
    transform-origin: left;
    width: 80px;
    height: 3px;
    animation: expand 1.2s 0.5s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
}.course_program_info_QMC .knowledge_plan_9No {
    opacity: 0;
    gap: 2.5rem;
    flex-direction: column;
    display: flex;
    transform: translateY(20px);
    position: relative;
    animation: fadeUp 0.8s 0.3s forwards ease-out;
}.course_program_info_QMC .img_rounded_box_B1U {
    overflow: hidden;
    height: 380px;
    position: relative;
    width: 100%;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s ease;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}.course_program_info_QMC .img_rounded_box_B1U::before {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    content: "";
    left: 0;
    background: linear-gradient(
        to bottom,
        transparent 70%,
        rgba(0, 0, 0, 0.2) 100%
    );
    top: 0;
}.course_program_info_QMC .img_rounded_box_B1U::after {
    position: absolute;
    content: "";
    animation: moveGradient 20s infinite alternate ease-in-out;
    height: 60%;
    top: -30%;
    left: -30%;
    z-index: 2;
    pointer-events: none;
    width: 60%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.2) 0%, transparent 70%);
}.course_program_info_QMC .text_field_w3Q {
    max-height: 350px;
    scrollbar-width: thin;
    overflow-y: auto;
    scrollbar-color: rgb(180,169,163) rgba(rgb(180,169,163,0.5), 0.1);
    padding: 1.5rem;
    position: relative;
    border-left: 1px solid rgba(rgb(180,169,163,0.5), 0.2);
}.course_program_info_QMC .text_field_w3Q::-webkit-scrollbar {
    width: 6px;
}.course_program_info_QMC .text_field_w3Q::-webkit-scrollbar-track {
    border-radius: 3px;
    background: rgba(rgb(180,169,163,0.5), 0.1);
}.course_program_info_QMC .text_field_w3Q::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: rgb(180,169,163);
}.course_program_info_QMC .description {
    color: #000000;
    margin-bottom: 1.5rem;
    padding-left: 1rem;
    line-height: 1.7;
    position: relative;
    font-size: 14px;
}.course_program_info_QMC .description:last-child {
    margin-bottom: 0;
}.course_program_info_QMC .description::before {
    border-radius: 50%;
    position: absolute;
    left: 0;
    background: rgb(135,123,122);
    width: 4px;
    top: 0.5rem;
    height: 4px;
    content: "";
}

@keyframes float {
    0%, 100% {
        transform: translate(0, 0) rotate(0deg);
    }
    25% {
        transform: translate(20px, -15px) rotate(5deg);
    }
    50% {
        transform: translate(-10px, 20px) rotate(-3deg);
    }
    75% {
        transform: translate(-15px, -10px) rotate(2deg);
    }
}

@keyframes moveGradient {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(70%, 70%);
    }
    100% {
        transform: translate(0, 100%);
    }
}

@keyframes growUp {
    0% {
        transform: translateY(-50%) scaleY(0);
    }
    100% {
        transform: translateY(-50%) scaleY(1);
    }
}

@keyframes expand {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

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

@media (min-width: 768px) {.course_program_info_QMC {
    padding: 140px 0 100px;
}.course_program_info_QMC h2 {
    font-size: calc(35px * 1.1);
    max-width: 80%;
}.course_program_info_QMC .knowledge_plan_9No {
    flex-direction: row;
    gap: 4rem;
}.course_program_info_QMC .img_rounded_box_B1U {
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    width: 40%;
    height: auto;
}.course_program_info_QMC .img_rounded_box_B1U:hover {
    transform: scale(1.02) translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}.course_program_info_QMC .text_field_w3Q {
    width: 60%;
    padding: 0 1.5rem 0 2.5rem;
    max-height: 400px;
}.course_program_info_QMC h2::after {
    width: 120px;
}
}

@media (min-width: 992px) {.course_program_info_QMC {
    padding: 160px 0 120px;
}.course_program_info_QMC h2 {
    margin-bottom: 4rem;
    font-size: calc(35px * 1.2);
    max-width: 70%;
}.course_program_info_QMC .knowledge_plan_9No {
    gap: 5rem;
}.course_program_info_QMC .img_rounded_box_B1U {
    height: 450px;
}.course_program_info_QMC .text_field_w3Q {
    padding: 0 2rem 0 3rem;
    max-height: 450px;
}.course_program_info_QMC .description {
    line-height: 1.8;
    font-size: calc(14px * 1.05);
}.course_program_info_QMC h2::after {
    width: 150px;
}.course_program_info_QMC .img_rounded_box_B1U::after {
    height: 50%;
    width: 50%;
}
}

@media (max-width: 767px) {.course_program_info_QMC {
    padding: 80px 0 60px;
}.course_program_info_QMC h2 {
    margin-bottom: 2rem;
    max-width: 100%;
    font-size: calc(35px * 0.9);
}.course_program_info_QMC .knowledge_plan_9No {
    gap: 2rem;
}.course_program_info_QMC .img_rounded_box_B1U {
    height: 280px;
}.course_program_info_QMC .text_field_w3Q {
    max-height: 300px;
    padding: 0.5rem 0.5rem 0.5rem 1rem;
}.course_program_info_QMC .description {
    line-height: 1.6;
    font-size: calc(14px * 0.95);
    margin-bottom: 1rem;
}}.contact_form_section_JeI {
    overflow: hidden;
    position: relative;
    padding: 120px 0 100px;
    background: linear-gradient(135deg, rgb(215,210,185) 0%, rgb(215,210,185) 50%, rgb(180,169,163,0.5) 150%);
}.contact_form_section_JeI::before {
    background-size: 30px 30px;
    width: 100%;
    background-image: 
        linear-gradient(to right, rgb(180,169,163,0.5) 1px, transparent 1px),
        linear-gradient(to bottom, rgb(180,169,163,0.5) 1px, transparent 1px);
    content: "";
    height: 100%;
    opacity: 0.05;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 1;
}.contact_form_section_JeI::after {
    z-index: 2;
    height: 2px;
    position: absolute;
    content: "";
    bottom: 0;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(180,169,163) 15%, 
        rgb(135,123,122) 35%, 
        rgb(180,169,163) 65%, 
        transparent 100%);
    left: 0;
    width: 100%;
    animation: scanline 3s infinite linear;
}@keyframes scanline {
    0% {
        transform: translateX(-100%);
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: translateX(100%);
        opacity: 0.5;
    }
}

.contact_form_section_JeI .img_rounded_box_B1U {
    mix-blend-mode: luminosity;
    left: 0;
    opacity: 0.06;
    filter: contrast(1.2) brightness(0.8) grayscale(0.5);
    top: 0;
    position: absolute;
    z-index: 0;
    height: 100%;
    width: 100%;
}.contact_form_section_JeI .img_rounded_box_B1U::before {
    left: 0;
    top: 0;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: repeating-linear-gradient(
        -45deg,
        rgb(180,169,163) 0,
        rgb(180,169,163) 5px,
        transparent 5px,
        transparent 10px
    );
    opacity: 0.03;
    mix-blend-mode: color-burn;
}.contact_form_section_JeI .container {
    max-width: 1200px;
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    z-index: 3;
}.contact_form_section_JeI h3 {
    margin-bottom: 60px;
    text-align: center;
    color: rgb(180,169,163);
    font-weight: 700;
    font-size: 31px;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 3px;
}.contact_form_section_JeI .reach_panel_dRj {
    box-shadow: 
        0 20px 50px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(0, 0, 0, 0.02),
        0 0 0 15px rgb(215,210,185),
        0 0 30px rgb(180,169,163,0.5);
    z-index: 2;
    display: flex;
    border-radius: 10px;
    flex-wrap: wrap;
    position: relative;
    overflow: hidden;
    background: #ffffff;
}.contact_form_section_JeI .reach_panel_dRj::before {
    top: 0;
    width: 100%;
    position: absolute;
    content: "";
    height: 3px;
    left: 0;
    z-index: 3;
    background: linear-gradient(90deg, rgb(180,169,163), rgb(135,123,122));
}.contact_form_section_JeI .inquiry_block_yGm {
    background: linear-gradient(
        135deg,
        #ffffff 0%,
        #ffffff 85%,
        rgba(rgb(215,210,185), 0.3) 100%
    );
    flex: 1 1 60%;
    position: relative;
    padding: 50px;
    z-index: 2;
}.contact_form_section_JeI .inquiry_block_yGm::after {
    content: "";
    border-right: 2px solid rgb(180,169,163,0.5);
    border-top: 2px solid rgb(180,169,163,0.5);
    width: 40px;
    top: 20px;
    position: absolute;
    height: 40px;
    opacity: 0.5;
    right: 20px;
}.contact_form_section_JeI .inquiry_block_yGm::before {
    height: 40px;
    position: absolute;
    border-left: 2px solid rgb(180,169,163,0.5);
    content: "";
    opacity: 0.5;
    bottom: 20px;
    left: 20px;
    width: 40px;
    border-bottom: 2px solid rgb(180,169,163,0.5);
}.contact_form_section_JeI .inquiry_block_yGm h3 {
    border-bottom: 1px solid rgb(215,210,185);
    letter-spacing: normal;
    font-size: 18px;
    text-align: left;
    text-transform: none;
    padding: 0 0 10px 0;
    color: #000000;
    margin-bottom: 30px;
}.contact_form_section_JeI .inquiry_block_yGm h3::before,
.contact_form_section_JeI .inquiry_block_yGm h3::after {
    display: none;
}.contact_form_section_JeI .inquiry_block_yGm input[type="text"],
.contact_form_section_JeI .inquiry_block_yGm textarea {
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
    width: 100%;
    border-radius: 10px;
    border: none;
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 12px;
    background: rgb(215,210,185);
    transition: all 0.3s ease;
    padding: 16px 20px;
}.contact_form_section_JeI .inquiry_block_yGm input[type="text"]:focus,
.contact_form_section_JeI .inquiry_block_yGm textarea:focus {
    box-shadow: 
        inset 0 1px 3px rgba(0, 0, 0, 0.05),
        0 0 0 2px rgb(180,169,163,0.5);
    outline: none;
    background: #ffffff;
}.contact_form_section_JeI .inquiry_block_yGm input[type="text"]::placeholder,
.contact_form_section_JeI .inquiry_block_yGm textarea::placeholder {
    transition: all 0.3s ease;
    color: #000000;
    opacity: 0.6;
}.contact_form_section_JeI .inquiry_block_yGm input[type="text"]:focus::placeholder,
.contact_form_section_JeI .inquiry_block_yGm textarea:focus::placeholder {
    opacity: 0.4;
    transform: translateX(5px);
}.contact_form_section_JeI .inquiry_block_yGm textarea {
    min-height: 150px;
    resize: vertical;
}.contact_form_section_JeI .inquiry_block_yGm .contact_reach_o3K {
    margin-bottom: 25px;
    display: flex;
    align-items: flex-start;
}.contact_form_section_JeI .inquiry_block_yGm .contact_reach_o3K input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.contact_form_section_JeI .inquiry_block_yGm .contact_reach_o3K label {
    padding-left: 35px;
    line-height: 1.6;
    position: relative;
    cursor: pointer;
    font-size: 13px;
    color: #000000;
}.contact_form_section_JeI .inquiry_block_yGm .contact_reach_o3K label::before {
    height: 20px;
    border: 1px solid rgb(215,210,185);
    transition: all 0.2s ease;
    top: 2px;
    left: 0;
    background: #ffffff;
    position: absolute;
    width: 20px;
    content: "";
    border-radius: 2px;
}.contact_form_section_JeI .inquiry_block_yGm .contact_reach_o3K input[type="checkbox"]:checked + label::before {
    background: rgb(180,169,163);
    border-color: rgb(180,169,163);
}.contact_form_section_JeI .inquiry_block_yGm .contact_reach_o3K input[type="checkbox"]:checked + label::after {
    top: 4px;
    left: 7px;
    width: 6px;
    height: 12px;
    transform: rotate(45deg);
    position: absolute;
    border-width: 0 2px 2px 0;
    border: solid #ffffff;
    content: "";
}.contact_form_section_JeI .inquiry_block_yGm .contact_reach_o3K a {
    font-weight: 600;
    text-decoration: none;
    background-repeat: no-repeat;
    background-image: linear-gradient(
        transparent calc(100% - 2px),
        rgb(180,169,163,0.5) 2px
    );
    color: rgb(180,169,163);
    transition: background-size 0.3s ease;
    background-size: 0% 100%;
    transition: all 0.3s ease;
}.contact_form_section_JeI .inquiry_block_yGm .contact_reach_o3K a:hover {
    background-size: 100% 100%;
}.contact_form_section_JeI .inquiry_block_yGm .reach_query_kno {
    overflow: hidden;
    color: #ffffff;
    position: relative;
    cursor: pointer;
    background: rgb(180,169,163);
    font-size: 18px;
    border: none;
    z-index: 1;
    font-weight: 600;
    border-radius: 10px;
    transition: all 0.4s ease;
    box-shadow: 0 4px 15px rgb(180,169,163,0.5);
    letter-spacing: 1px;
    padding: 16px 30px;
}.contact_form_section_JeI .inquiry_block_yGm .reach_query_kno::before {
    z-index: -1;
    position: absolute;
    content: "";
    opacity: 0;
    transition: opacity 0.4s ease;
    height: 100%;
    width: 100%;
    left: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgb(135,123,122) 0%,
        rgb(135,123,122) 10%,
        rgb(180,169,163) 10%,
        rgb(180,169,163) 20%
    );
    top: 0;
    background-size: 200% 200%;
}.contact_form_section_JeI .inquiry_block_yGm .reach_query_kno:hover {
    box-shadow: 0 8px 20px rgb(180,169,163,0.5);
    transform: translateY(-2px);
}.contact_form_section_JeI .inquiry_block_yGm .reach_query_kno:hover::before {
    opacity: 1;
    animation: buttonBg 5s linear infinite;
}@keyframes buttonBg {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

.contact_form_section_JeI .request_box_UJW {
    background: rgb(215,210,185);
    position: relative;
    z-index: 2;
    padding: 50px;
    flex: 1 1 35%;
    overflow: hidden;
}.contact_form_section_JeI .request_box_UJW::before {
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(180,169,163,0.5) 0%, transparent 10px),
        radial-gradient(circle at 80% 70%, rgb(180,169,163,0.5) 0%, transparent 10px);
    opacity: 0.1;
    background-size: 60px 60px;
    content: "";
    position: absolute;
}.contact_form_section_JeI .request_box_UJW::after {
    content: "";
    background: 
        linear-gradient(90deg, transparent 90%, rgb(180,169,163,0.5) 100%),
        linear-gradient(180deg, transparent 90%, rgb(180,169,163,0.5) 100%);
    left: 0;
    position: absolute;
    opacity: 0.3;
    height: 100%;
    top: 0;
    width: 100%;
}.contact_form_section_JeI .request_box_UJW h4 {
    position: relative;
    font-size: 18px;
    padding-bottom: 15px;
    font-weight: 600;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    color: #000000;
    margin-bottom: 40px;
}.contact_form_section_JeI .request_box_UJW h4::after {
    position: absolute;
    height: 3px;
    background: linear-gradient(90deg, rgb(180,169,163), rgb(135,123,122));
    bottom: -1px;
    width: 50px;
    left: 0;
    content: "";
}.contact_form_section_JeI .request_box_UJW .connect_support_OkC {
    margin: 0;
    list-style: none;
    padding: 0;
}.contact_form_section_JeI .request_box_UJW .connect_support_OkC li {
    border-left: 3px solid rgb(180,169,163);
    transition: all 0.3s ease;
    backdrop-filter: blur(5px);
    background: rgba(255, 255, 255, 0.7);
    margin-bottom: 25px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
    display: flex;
    padding: 15px;
    position: relative;
    align-items: center;
    overflow: hidden;
    border-radius: 10px;
}.contact_form_section_JeI .request_box_UJW .connect_support_OkC li::before {
    background: rgb(180,169,163);
    width: 3px;
    left: 0;
    height: 100%;
    z-index: 2;
    content: "";
    top: 0;
    position: absolute;
}.contact_form_section_JeI .request_box_UJW .connect_support_OkC li::after {
    height: 100%;
    background: rgb(180,169,163,0.5);
    opacity: 0;
    content: "";
    width: 100%;
    left: 0;
    z-index: -1;
    top: 0;
    position: absolute;
    transition: all 0.3s ease;
}.contact_form_section_JeI .request_box_UJW .connect_support_OkC li:hover {
    transform: translateX(5px);
    border-left-color: rgb(135,123,122);
}.contact_form_section_JeI .request_box_UJW .connect_support_OkC li:hover::after {
    opacity: 0.05;
}.contact_form_section_JeI .request_box_UJW .connect_support_OkC li svg {
    width: 22px;
    position: relative;
    height: 22px;
    margin-right: 15px;
    z-index: 2;
    transition: all 0.3s ease;
}.contact_form_section_JeI .request_box_UJW .connect_support_OkC li:hover svg {
    transform: scale(1.2);
}.contact_form_section_JeI .request_box_UJW .connect_support_OkC li svg path {
    transition: all 0.3s ease;
    fill: rgb(180,169,163);
}.contact_form_section_JeI .request_box_UJW .connect_support_OkC li:hover svg path {
    fill: rgb(135,123,122);
}.contact_form_section_JeI .request_box_UJW .connect_support_OkC li span {
    color: #000000;
    position: relative;
    z-index: 2;
    font-size: 12px;
}.contact_form_section_JeI .request_box_UJW .connect_support_OkC li a {
    text-decoration: none;
    color: #000000;
    position: relative;
    transition: all 0.3s ease;
}.contact_form_section_JeI .request_box_UJW .connect_support_OkC li a::before {
    background: rgb(180,169,163);
    bottom: -2px;
    width: 100%;
    transform: scaleX(0);
    content: "";
    transform-origin: right;
    left: 0;
    transition: transform 0.3s ease;
    position: absolute;
    height: 1px;
}.contact_form_section_JeI .request_box_UJW .connect_support_OkC li a:hover {
    color: rgb(180,169,163);
}.contact_form_section_JeI .request_box_UJW .connect_support_OkC li a:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}

@media (max-width: 992px) {.contact_form_section_JeI {
    padding: 80px 0 60px;
}.contact_form_section_JeI h3 {
    margin-bottom: 40px;
}.contact_form_section_JeI .reach_panel_dRj {
    flex-direction: column;
}.contact_form_section_JeI .inquiry_block_yGm,
    .contact_form_section_JeI .request_box_UJW {
    flex: 1 1 100%;
}.contact_form_section_JeI .request_box_UJW {
    border-top: 1px solid rgb(215,210,185);
}
}

@media (max-width: 768px) {.contact_form_section_JeI {
    padding: 60px 0;
}.contact_form_section_JeI h3 {
    font-size: calc(31px * 0.85);
    margin-bottom: 35px;
}.contact_form_section_JeI .inquiry_block_yGm h3,
    .contact_form_section_JeI .request_box_UJW h4 {
    font-size: calc(18px * 0.9);
}.contact_form_section_JeI .inquiry_block_yGm,
    .contact_form_section_JeI .request_box_UJW {
    padding: 35px;
}.contact_form_section_JeI .inquiry_block_yGm::before,
    .contact_form_section_JeI .inquiry_block_yGm::after {
    height: 30px;
    width: 30px;
}.contact_form_section_JeI .inquiry_block_yGm input[type="text"],
    .contact_form_section_JeI .inquiry_block_yGm textarea {
    padding: 14px 16px;
}
}

@media (max-width: 576px) {.contact_form_section_JeI {
    padding: 50px 0;
}.contact_form_section_JeI h3 {
    margin-bottom: 30px;
    font-size: calc(31px * 0.7);
}.contact_form_section_JeI .reach_panel_dRj {
    box-shadow: 
            0 15px 30px rgba(0, 0, 0, 0.1),
            0 0 0 1px rgba(0, 0, 0, 0.02),
            0 0 0 8px rgb(215,210,185);
}.contact_form_section_JeI .inquiry_block_yGm,
    .contact_form_section_JeI .request_box_UJW {
    padding: 25px 20px;
}.contact_form_section_JeI .inquiry_block_yGm::before,
    .contact_form_section_JeI .inquiry_block_yGm::after {
    display: none;
}.contact_form_section_JeI .inquiry_block_yGm input[type="text"],
    .contact_form_section_JeI .inquiry_block_yGm textarea {
    margin-bottom: 15px;
    padding: 12px 15px;
}.contact_form_section_JeI .inquiry_block_yGm .contact_reach_o3K label {
    font-size: calc(13px * 0.9);
}.contact_form_section_JeI .inquiry_block_yGm .reach_query_kno {
    padding: 14px 20px;
    width: 100%;
}.contact_form_section_JeI .request_box_UJW .connect_support_OkC li {
    padding: 12px;
    margin-bottom: 15px;
}}.meet_us_ajW {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
    background: linear-gradient(135deg, #ffffff 0%, rgb(215,210,185) 100%);
}.meet_us_ajW::before {
    height: 100%;
    opacity: 0.05;
    position: absolute;
    top: 0;
    content: "";
    width: 50%;
    right: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgb(180,169,163,0.5) 0,
        rgb(180,169,163,0.5) 1px,
        transparent 1px,
        transparent 15px
    );
    z-index: 1;
}.meet_us_ajW::after {
    z-index: 1;
    height: 100%;
    left: 0;
    opacity: 0.05;
    background: repeating-linear-gradient(
        45deg,
        rgb(135,123,122,0.5) 0,
        rgb(135,123,122,0.5) 1px,
        transparent 1px,
        transparent 15px
    );
    bottom: 0;
    content: "";
    position: absolute;
    width: 50%;
}.meet_us_ajW .container {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
    padding: 0;
}.meet_us_ajW h2 {
    font-size: 42px;
    padding-left: 20px;
    position: relative;
    font-weight: 700;
    display: inline-block;
    padding-right: 20px;
    color: #000000;
    margin-bottom: 70px;
}.meet_us_ajW h2::before {
    position: absolute;
    content: "";
    width: 60px;
    background: rgb(180,169,163);
    bottom: -15px;
    left: 20px;
    height: 4px;
}.meet_us_ajW h2::after {
    background: rgb(180,169,163,0.5);
    z-index: -1;
    height: 4px;
    position: absolute;
    width: 120px;
    content: "";
    bottom: -15px;
    left: 20px;
}.meet_us_ajW .achieve_stats_MnN {
    grid-template-rows: auto;
    display: grid;
    gap: 0;
    grid-template-columns: repeat(4, 1fr);
}.meet_us_ajW .growth_hist_1yY:nth-child(1) {
    grid-row: 1;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    padding: 60px 40px 60px 20px;
    z-index: 3;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    overflow: hidden;
    background: #ffffff;
    grid-column: 1 / 3;
    position: relative;
}.meet_us_ajW .growth_hist_1yY:nth-child(2) {
    grid-row: 1;
    z-index: 2;
    grid-column: 3 / 5;
    justify-content: center;
    background: rgb(180,169,163);
    position: relative;
    display: flex;
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0 100%);
    flex-direction: column;
    color: #ffffff;
    padding: 60px 20px 60px 60px;
    margin-left: -20px;
}.meet_us_ajW .growth_hist_1yY:nth-child(1)::before {
    background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.03));
    height: 100%;
    position: absolute;
    right: 0;
    width: 40px;
    z-index: -1;
    top: 0;
    content: "";
}.meet_us_ajW .growth_hist_1yY:nth-child(2)::before {
    background: linear-gradient(270deg, transparent, rgba(0, 0, 0, 0.1));
    height: 100%;
    top: 0;
    position: absolute;
    width: 60px;
    z-index: -1;
    left: 0;
    content: "";
}.meet_us_ajW .growth_hist_1yY:nth-child(1)::after {
    width: 80px;
    transition: all 0.5s ease;
    background: rgb(180,169,163,0.5);
    border-radius: 50%;
    left: -100%;
    position: absolute;
    content: "";
    opacity: 0.1;
    top: -100%;
    height: 80px;
    z-index: -1;
}.meet_us_ajW .growth_hist_1yY:nth-child(1):hover::after {
    top: -10%;
    height: 150px;
    left: -10%;
    width: 150px;
}.meet_us_ajW .growth_hist_1yY h3 {
    font-size: 24px;
    margin-bottom: 25px;
    font-weight: 600;
    padding-bottom: 15px;
    position: relative;
    display: inline-block;
}.meet_us_ajW .growth_hist_1yY:nth-child(1) h3 {
    color: #000000;
}.meet_us_ajW .growth_hist_1yY:nth-child(2) h3 {
    color: #ffffff;
}.meet_us_ajW .growth_hist_1yY h3::after {
    bottom: 0;
    left: 0;
    width: 40px;
    content: "";
    height: 3px;
    position: absolute;
}.meet_us_ajW .growth_hist_1yY:nth-child(1) h3::after {
    background: rgb(180,169,163);
}.meet_us_ajW .growth_hist_1yY:nth-child(2) h3::after {
    background: #ffffff;
}.meet_us_ajW .growth_hist_1yY p {
    line-height: 1.8;
    margin-bottom: 0;
    position: relative;
    font-size: 14px;
}.meet_us_ajW .growth_hist_1yY:nth-child(1) p {
    color: #000000;
}.meet_us_ajW .growth_hist_1yY:nth-child(2) p {
    color: rgba(255, 255, 255, 0.9);
}.meet_us_ajW .growth_hist_1yY:nth-child(2)::after {
    transition: all 0.5s ease;
    width: 80px;
    border-radius: 10px;
    border: 3px solid rgba(255, 255, 255, 0.1);
    transform: rotate(45deg);
    position: absolute;
    content: "";
    height: 80px;
    bottom: 30px;
    z-index: -1;
    right: 30px;
}.meet_us_ajW .growth_hist_1yY:nth-child(2):hover::after {
    width: 100px;
    height: 100px;
    transform: rotate(315deg);
}.meet_us_ajW .container::before {
    opacity: 0.05;
    height: 200px;
    border-radius: 50%;
    content: "";
    filter: blur(50px);
    z-index: 0;
    position: absolute;
    background: rgb(135,123,122,0.5);
    width: 200px;
    top: -50px;
    right: -50px;
}.meet_us_ajW .container::after {
    left: -80px;
    width: 250px;
    position: absolute;
    content: "";
    z-index: 0;
    opacity: 0.05;
    border-radius: 50%;
    bottom: -80px;
    background: rgb(180,169,163,0.5);
    height: 250px;
    filter: blur(60px);
}

@media screen and (max-width: 991px) {.meet_us_ajW {
    padding: 90px 0;
}.meet_us_ajW h2 {
    margin-bottom: 60px;
}.meet_us_ajW .growth_hist_1yY:nth-child(1) {
    padding: 50px 30px 50px 20px;
}.meet_us_ajW .growth_hist_1yY:nth-child(2) {
    padding: 50px 20px 50px 50px;
}
}

@media screen and (max-width: 768px) {.meet_us_ajW {
    padding: 70px 0;
}.meet_us_ajW h2 {
    margin-bottom: 50px;
    font-size: calc(35px + 0.1rem);
}.meet_us_ajW .achieve_stats_MnN {
    padding: 0 20px;
    gap: 20px;
    display: flex;
    flex-direction: column;
}.meet_us_ajW .growth_hist_1yY:nth-child(1),
    .meet_us_ajW .growth_hist_1yY:nth-child(2) {
    padding: 40px 30px;
    margin-left: 0;
    clip-path: none;
}.meet_us_ajW .growth_hist_1yY:nth-child(2)::before {
    display: none;
}
}

@media screen and (max-width: 576px) {.meet_us_ajW {
    padding: 60px 0;
}.meet_us_ajW h2 {
    margin-bottom: 40px;
    font-size: 35px;
}.meet_us_ajW .growth_hist_1yY:nth-child(1),
    .meet_us_ajW .growth_hist_1yY:nth-child(2) {
    padding: 30px 20px;
}.meet_us_ajW .growth_hist_1yY h3 {
    font-size: calc(18px + 0.1rem);
    margin-bottom: 15px;
}.meet_us_ajW .growth_hist_1yY p {
    font-size: calc(14px - 0.05rem);
}}.mentorship_experience_5Wb {
    padding: 8rem 0;
    overflow: hidden;
    min-height: 700px;
    background: linear-gradient(160deg, rgb(215,210,185) 0%, #000000 100%);
    position: relative;
}.mentorship_experience_5Wb::before {
    top: 0;
    width: 100%;
    content: "";
    z-index: 1;
    filter: blur(70px);
    opacity: 0.4;
    left: 0;
    animation: breatheGlow 15s ease-in-out infinite alternate;
    position: absolute;
    background: 
        radial-gradient(circle at 80% 20%, rgb(180,169,163,0.5) 0%, transparent 35%),
        radial-gradient(circle at 20% 80%, rgb(135,123,122,0.5) 0%, transparent 35%);
    height: 100%;
}.mentorship_experience_5Wb .container {
    z-index: 2;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 2rem;
}.mentorship_experience_5Wb .student_ratings_YD0 {
    min-height: 580px;
    grid-template-rows: auto 1fr;
    display: grid;
    gap: 30px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    grid-template-columns: 1.2fr 0.8fr;
    position: relative;
    overflow: hidden;
    padding: 3rem;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.3) 100%);
    border-radius: 22px;
    backdrop-filter: blur(15px);
}.mentorship_experience_5Wb .student_ratings_YD0::before {
    content: "";
    left: 0;
    width: 100%;
    background: linear-gradient(135deg, transparent, rgb(180,169,163,0.5), transparent);
    position: absolute;
    z-index: -1;
    background-size: 200% 200%;
    top: 0;
    opacity: 0.2;
    height: 100%;
    animation: shimmerEffect 10s ease-in-out infinite;
}.mentorship_experience_5Wb .img_rounded_box_B1U {
    border-radius: 22px;
    position: relative;
    height: 100%;
    grid-column: 2;
    grid-row: 1 / span 2;
    transition: all 0.7s cubic-bezier(0.2, 1, 0.3, 1);
    z-index: 3;
    filter: contrast(1.1) brightness(1.05);
    transform: scale(1) rotate(0deg);
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.4);
}.mentorship_experience_5Wb .student_ratings_YD0:hover .img_rounded_box_B1U {
    transform: scale(1.05) rotate(2deg);
    box-shadow: 30px 30px 60px rgba(0, 0, 0, 0.5);
}.mentorship_experience_5Wb .img_rounded_box_B1U::before {
    top: 0;
    height: 100%;
    position: absolute;
    width: 100%;
    content: "";
    border: 1px solid rgba(255, 255, 255, 0.2);
    z-index: 1;
    box-sizing: border-box;
    left: 0;
    border-radius: inherit;
}.mentorship_experience_5Wb .name {
    margin: 0;
    grid-column: 1;
    transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
    position: relative;
    color: #ffffff;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    z-index: 4;
    font-size: 29px;
    font-weight: 700;
    grid-row: 1;
    transform: translateX(0);
}.mentorship_experience_5Wb .student_ratings_YD0:hover .name {
    transform: translateX(10px);
}.mentorship_experience_5Wb .name::after {
    position: absolute;
    content: "";
    left: 0;
    height: 3px;
    width: 0;
    background: linear-gradient(90deg, rgb(180,169,163), rgb(135,123,122));
    transition: width 0.6s ease;
    bottom: -10px;
}.mentorship_experience_5Wb .student_ratings_YD0:hover .name::after {
    width: 120px;
}.mentorship_experience_5Wb .student_ratings_YD0 span:not(.name) {
    background: rgba(0, 0, 0, 0.2);
    transform: translateX(0);
    border-radius: 10px;
    font-weight: 600;
    z-index: 3;
    grid-row: 1;
    grid-column: 1;
    padding: 0.7rem 1.5rem;
    width: max-content;
    transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
    backdrop-filter: blur(10px);
    color: rgb(135,123,122);
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
    font-size: 18px;
    margin-top: 4rem;
}.mentorship_experience_5Wb .student_ratings_YD0:hover span:not(.name) {
    transform: translateX(10px);
    background: rgba(0, 0, 0, 0.3);
}.mentorship_experience_5Wb .emp_wrap_wux {
    border-radius: 22px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.2) 100%);
    border-left: 4px solid rgb(135,123,122);
    transition: all 0.7s cubic-bezier(0.2, 1, 0.3, 1);
    overflow: hidden;
    grid-row: 2;
    grid-column: 1;
    position: relative;
    color: #ffffff;
    line-height: 1.8;
    backdrop-filter: blur(10px);
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.3);
    transform: translateY(0);
    font-size: 16px;
    padding: 2rem;
    z-index: 2;
}.mentorship_experience_5Wb .student_ratings_YD0:hover .emp_wrap_wux {
    transform: translateY(-10px);
    box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.4);
}.mentorship_experience_5Wb .emp_wrap_wux::before {
    background-size: 200% 200%;
    position: absolute;
    left: 0;
    width: 100%;
    content: "";
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    animation: shimmerEffect 5s ease-in-out infinite;
    height: 100%;
    top: 0;
    z-index: -1;
}.mentorship_experience_5Wb .container::after {
    height: 400px;
    border-radius: 50%;
    background: conic-gradient(from 135deg, rgb(180,169,163,0.5) 0%, rgb(135,123,122,0.5) 50%, rgb(180,169,163,0.5) 100%);
    z-index: -1;
    bottom: -200px;
    content: "";
    width: 400px;
    animation: rotateGlow 25s linear infinite;
    filter: blur(80px);
    left: -200px;
    position: absolute;
    opacity: 0.2;
}

@keyframes breatheGlow {
    0%, 100% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.5;
    }
}

@keyframes shimmerEffect {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}

@keyframes rotateGlow {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 992px) {.mentorship_experience_5Wb .student_ratings_YD0 {
    grid-template-rows: auto auto auto;
    gap: 20px;
    padding: 2rem;
    grid-template-columns: 1fr;
}.mentorship_experience_5Wb .img_rounded_box_B1U {
    grid-row: 1;
    height: 350px;
    grid-column: 1;
}.mentorship_experience_5Wb .name {
    grid-row: 2;
    grid-column: 1;
    margin: 0;
}.mentorship_experience_5Wb .student_ratings_YD0 span:not(.name) {
    grid-row: 2;
    margin-top: 3.5rem;
    grid-column: 1;
}.mentorship_experience_5Wb .emp_wrap_wux {
    grid-column: 1;
    grid-row: 3;
}.mentorship_experience_5Wb .student_ratings_YD0:hover .name,
    .mentorship_experience_5Wb .student_ratings_YD0:hover span:not(.name) {
    transform: translateY(-5px);
}
}

@media (max-width: 576px) {.mentorship_experience_5Wb {
    padding: 5rem 0;
}.mentorship_experience_5Wb .student_ratings_YD0 {
    padding: 1.5rem;
}.mentorship_experience_5Wb .img_rounded_box_B1U {
    height: 250px;
}.mentorship_experience_5Wb .name {
    font-size: 18px;
}.mentorship_experience_5Wb .student_ratings_YD0 span:not(.name) {
    padding: 0.6rem 1rem;
    margin-top: 3rem;
    font-size: 16px;
}.mentorship_experience_5Wb .emp_wrap_wux {
    padding: 1.5rem;
    font-size: calc(16px * 0.9);
    line-height: 1.6;
}}.attempt_now_JNt {
    padding: 120px 0;
    animation: gradientShift 15s ease infinite;
    background: linear-gradient(to right, rgb(180,169,163), rgb(135,123,122), rgb(180,169,163));
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-size: 200% 100%;
}.attempt_now_JNt::before {
    left: 0;
    top: 0;
    height: 100%;
    z-index: -1;
    width: 100%;
    position: absolute;
    background: 
        repeating-linear-gradient(
            45deg,
            rgba(255, 255, 255, 0.05) 0px,
            rgba(255, 255, 255, 0.05) 1px,
            transparent 1px,
            transparent 10px
        ),
        repeating-linear-gradient(
            -45deg,
            rgba(255, 255, 255, 0.05) 0px,
            rgba(255, 255, 255, 0.05) 1px,
            transparent 1px,
            transparent 10px
        );
    content: '';
}.attempt_now_JNt::after {
    position: absolute;
    opacity: 0.3;
    top: -50%;
    content: '';
    left: -50%;
    background: radial-gradient(
        ellipse at center,
        rgba(255, 255, 255, 0.2) 0%,
        transparent 70%
    );
    transform-origin: center;
    width: 200%;
    z-index: -1;
    height: 200%;
    animation: rotateLight 40s linear infinite;
}.attempt_now_JNt .method_ped_spb {
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(10px);
    justify-content: center;
    box-shadow: 
        0 25px 45px rgba(0, 0, 0, 0.2),
        0 0 30px rgba(255, 255, 255, 0.1);
    margin: 0 auto;
    padding: 60px;
    max-width: 1100px;
    display: flex;
    border-radius: 20px;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.05);
    z-index: 2;
    flex-direction: column;
}.attempt_now_JNt .method_ped_spb::before {
    background: 
        linear-gradient(
            to right,
            transparent,
            rgba(255, 255, 255, 0.1),
            transparent
        );
    content: '';
    transform: skewX(-45deg) translateX(-150%);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    animation: shimmerEffect 5s ease-in-out infinite;
}.attempt_now_JNt .method_ped_spb::after {
    top: -25%;
    animation: rotatePrism 20s linear infinite;
    background: conic-gradient(
        from 0deg at 50% 50%,
        transparent 0deg,
        rgb(180,169,163,0.5) 90deg,
        transparent 180deg,
        rgb(135,123,122,0.5) 270deg,
        transparent 360deg
    );
    width: 150%;
    height: 150%;
    left: -25%;
    content: '';
    opacity: 0.1;
    position: absolute;
    z-index: -1;
}.attempt_now_JNt h3 {
    font-family: Arial, sans-serif;
    font-weight: 700;
    color: #ffffff;
    transform: perspective(500px);
    letter-spacing: 4px;
    position: relative;
    font-size: 38px;
    margin-bottom: 60px;
    transform-style: preserve-3d;
    text-transform: uppercase;
    text-align: center;
    animation: floatText 6s ease-in-out infinite;
}.attempt_now_JNt h3::before {
    box-shadow: 0 0 15px #ffffff;
    height: 2px;
    left: 30%;
    background: linear-gradient(
        to right,
        transparent,
        #ffffff,
        transparent
    );
    bottom: -20px;
    width: 40%;
    position: absolute;
    content: '';
}.attempt_now_JNt h3::after {
    animation: reflectionSweep 8s linear infinite;
    width: 100%;
    content: '';
    background: linear-gradient(
        135deg,
        transparent 0%,
        rgba(255, 255, 255, 0.1) 50%,
        transparent 100%
    );
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
}.attempt_now_JNt .talk_now_ZsG {
    text-decoration: none;
    background: rgba(255, 255, 255, 0.9);
    overflow: hidden;
    position: relative;
    color: rgb(180,169,163);
    transform: translateZ(10px);
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.2),
        0 0 20px rgba(255, 255, 255, 0.2);
    font-weight: 600;
    display: inline-block;
    font-size: 20px;
    letter-spacing: 3px;
    text-transform: uppercase;
    padding: 18px 50px;
    font-family: Arial, sans-serif;
    z-index: 1;
    transition: all 0.4s ease;
    border-radius: 50px;
}.attempt_now_JNt .talk_now_ZsG::before {
    transition: opacity 0.4s ease;
    width: 100%;
    top: 0;
    content: '';
    height: 100%;
    position: absolute;
    left: 0;
    opacity: 0;
    z-index: -1;
    background: linear-gradient(
        to right,
        rgb(180,169,163),
        rgb(135,123,122)
    );
}.attempt_now_JNt .talk_now_ZsG::after {
    position: absolute;
    height: 300%;
    left: -100%;
    content: '';
    transition: left 0.7s ease;
    width: 30%;
    top: -100%;
    transform: rotate(30deg);
    background: linear-gradient(
        to right,
        transparent,
        rgba(255, 255, 255, 0.7),
        transparent
    );
    z-index: 1;
}.attempt_now_JNt .talk_now_ZsG:hover {
    color: #ffffff;
    transform: translateY(-5px) translateZ(10px);
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.3),
        0 0 30px rgba(255, 255, 255, 0.3);
}.attempt_now_JNt .talk_now_ZsG:hover::before {
    opacity: 1;
}.attempt_now_JNt .talk_now_ZsG:hover::after {
    left: 200%;
}

@media screen and (max-width: 992px) {.attempt_now_JNt {
    padding: 100px 0;
}.attempt_now_JNt .method_ped_spb {
    max-width: 90%;
    padding: 50px 40px;
}.attempt_now_JNt h3 {
    margin-bottom: 50px;
    font-size: calc(38px * 0.9);
}.attempt_now_JNt .talk_now_ZsG {
    padding: 16px 45px;
}
}

@media screen and (max-width: 768px) {.attempt_now_JNt {
    padding: 80px 0;
}.attempt_now_JNt .method_ped_spb {
    padding: 40px 30px;
}.attempt_now_JNt h3 {
    letter-spacing: 3px;
    font-size: calc(38px * 0.8);
    margin-bottom: 45px;
}.attempt_now_JNt h3::before {
    left: 35%;
    width: 30%;
}.attempt_now_JNt .talk_now_ZsG {
    padding: 15px 40px;
    font-size: calc(20px * 0.95);
    letter-spacing: 2px;
}
}

@media screen and (max-width: 576px) {.attempt_now_JNt {
    padding: 60px 0;
}.attempt_now_JNt .method_ped_spb {
    padding: 30px 20px;
}.attempt_now_JNt h3 {
    letter-spacing: 2px;
    margin-bottom: 40px;
    font-size: calc(38px * 0.7);
}.attempt_now_JNt h3::before {
    bottom: -15px;
    width: 25%;
    left: 37.5%;
}.attempt_now_JNt .talk_now_ZsG {
    font-size: calc(20px * 0.9);
    padding: 12px 35px;
    letter-spacing: 1px;
}}

@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@keyframes rotateLight {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes shimmerEffect {
    0% {
        transform: skewX(-45deg) translateX(-150%);
    }
    50% {
        transform: skewX(-45deg) translateX(150%);
    }
    100% {
        transform: skewX(-45deg) translateX(-150%);
    }
}

@keyframes rotatePrism {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes floatText {
    0%, 100% {
        transform: perspective(500px) translateZ(0);
        text-shadow: 0 0 10px #ffffff;
    }
    50% {
        transform: perspective(500px) translateZ(20px);
        text-shadow: 0 0 25px #ffffff;
    }
}

@keyframes reflectionSweep {
    0% {
        transform: translateX(-100%) skewX(-45deg);
    }
    100% {
        transform: translateX(100%) skewX(-45deg);
    }
}header {
    background: rgb(135,123,122);
    position: relative;
    overflow: visible;
    padding: 0;
    z-index: 100;
    margin-top: 0;
}header::before {
    z-index: 0;
    content: '';
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    background-image: linear-gradient(0deg, 
        rgba(255, 255, 255, 0.02) 1px, 
        transparent 1px),
    linear-gradient(90deg, 
        rgba(255, 255, 255, 0.02) 1px, 
        transparent 1px);
    left: 0;
    background-size: 20px 20px;
}header::after {
    content: '';
    top: 0;
    width: 100%;
    left: 0;
    position: absolute;
    background: 
        linear-gradient(to right, transparent 0%, rgb(135,123,122,0.5) 50%, transparent 100%),
        linear-gradient(to bottom, transparent 0%, rgb(135,123,122,0.5) 50%, transparent 100%);
    height: 100%;
    z-index: 0;
}header .header_bar_clW {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.3rem 2.5rem;
    position: relative;
    z-index: 5;
}header .top_skill_2IS {
    margin-right: 2rem;
    z-index: 2;
    padding: 0.5rem 0.7rem;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease;
    border-left: 3px solid rgb(180,169,163);
    flex: 0 0 auto;
}header .top_skill_2IS::before {
    left: 0;
    content: '';
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    opacity: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    transform: scaleX(0);
    top: 0;
    transition: all 0.4s ease;
}header .top_skill_2IS:hover {
    transform: translateX(5px);
    box-shadow: 5px 0 15px -5px rgb(180,169,163);
}header .top_skill_2IS:hover::before {
    transform: scaleX(1);
    opacity: 1;
}header .head_top_IPu {
    transition: all 0.3s ease;
    display: block;
    position: relative;
}header .head_top_IPu::after {
    width: 10px;
    content: '';
    opacity: 0;
    position: absolute;
    right: -5px;
    height: 10px;
    background: rgb(180,169,163);
    bottom: -5px;
    transition: all 0.3s ease;
}header .head_top_IPu:hover::after {
    opacity: 1;
}header .head_top_IPu img {
    filter: brightness(1.1);
    max-height: 40px;
}header .top_nav_x1H {
    margin: 0;
    z-index: 2;
    display: flex;
    padding: 0;
    list-style: none;
    position: relative;
}header .top_nav_x1H::before {
    right: -20px;
    background: rgb(180,169,163);
    content: '';
    width: 40px;
    height: 1px;
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
}header .top_header_2MU {
    position: relative;
    margin: 0 1px;
}header .top_header_2MU a {
    color: #ffffff;
    overflow: hidden;
    text-decoration: none;
    height: 45px;
    justify-content: center;
    transition: all 0.3s ease;
    font-weight: 600;
    font-size: 15px;
    border-right: 1px solid transparent;
    letter-spacing: 1px;
    border-left: 1px solid transparent;
    align-items: center;
    z-index: 1;
    position: relative;
    display: flex;
    padding: 0 1.2rem;
}header .top_header_2MU a::before {
    background: rgb(180,169,163);
    height: 100%;
    z-index: -1;
    width: 100%;
    content: '';
    transform: translateX(-100%);
    left: 0;
    top: 0;
    position: absolute;
    transition: transform 0.3s ease;
}header .top_header_2MU a:hover {
    border-left-color: rgba(255, 255, 255, 0.2);
    color: #ffffff;
    border-right-color: rgba(255, 255, 255, 0.2);
}header .top_header_2MU a:hover::before {
    transform: translateX(0);
}header .top_header_2MU a::after {
    top: 0;
    height: 2px;
    background: rgb(180,169,163);
    content: '';
    position: absolute;
    width: 100%;
    transition: transform 0.3s ease;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
}header .top_header_2MU a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}header .top_header_2MU::before {
    transition: transform 0.3s ease;
    width: 5px;
    background: rgb(180,169,163);
    position: absolute;
    transform: translateY(-50%) scale(0);
    top: 50%;
    content: '';
    height: 5px;
    left: -10px;
}header .top_header_2MU:hover::before {
    transform: translateY(-50%) scale(1);
}header .header_bar_clW::before {
    width: 30px;
    position: absolute;
    top: 20px;
    height: 1px;
    left: 20px;
    background: rgb(180,169,163);
    content: '';
}header .header_bar_clW::after {
    height: 30px;
    position: absolute;
    left: 20px;
    width: 1px;
    top: 20px;
    background: rgb(180,169,163);
    content: '';
}.header_sitebar_hMR {
    background: rgb(215,210,185);
    padding-top: 2rem;
    z-index: 1;
    position: relative;
}@keyframes typingCursor {
    0%, 100% { opacity: 1; }
    50% { opacity: 0; }
}

header .top_header_2MU:last-child::after {
    font-weight: 700;
    transform: translateY(-50%);
    top: 50%;
    right: -10px;
    color: rgb(180,169,163);
    content: '|';
    animation: typingCursor 1s infinite;
    position: absolute;
}

@media (min-width: 1400px) {header .header_bar_clW {
    margin: 0 auto;
    max-width: 1320px;
}header .top_header_2MU {
    margin: 0 2px;
}header .top_header_2MU a {
    padding: 0 1.5rem;
}
}

@media (max-width: 991px) {header .header_bar_clW {
    padding: 1rem 2rem;
    flex-wrap: wrap;
}header .top_skill_2IS {
    margin-bottom: 0;
    margin-right: 0;
}header .top_nav_x1H {
    justify-content: flex-end;
    flex-basis: 100%;
    margin-top: 1rem;
}header .top_nav_x1H::before {
    display: none;
}header .top_header_2MU a {
    font-size: calc(15px - 1px);
    height: 40px;
    padding: 0 1rem;
}header .top_header_2MU::before {
    display: none;
}header .header_bar_clW::before,
    header .header_bar_clW::after {
    display: none;
}
}

@media (max-width: 767px) {header {
    padding: 0;
}header .header_bar_clW {
    padding: 0.8rem 1.5rem;
}header .top_skill_2IS {
    max-width: 140px;
    padding: 0.4rem 0.6rem;
}header .head_top_IPu img {
    max-height: 35px;
}header .top_nav_x1H {
    margin-top: 0.8rem;
    padding-bottom: 0.5rem;
    justify-content: flex-start;
    scrollbar-width: thin;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}header .top_nav_x1H::-webkit-scrollbar {
    height: 3px;
}header .top_nav_x1H::-webkit-scrollbar-thumb {
    background: rgb(180,169,163);
    border-radius: 10px;
}header .top_header_2MU {
    margin: 0;
    flex: 0 0 auto;
}header .top_header_2MU a {
    white-space: nowrap;
    padding: 0 0.8rem;
    height: 35px;
    letter-spacing: 0.5px;
    font-size: calc(15px - 2px);
}header .top_header_2MU:last-child::after {
    display: none;
}
}

@media (max-width: 479px) {header .header_bar_clW {
    padding: 0.7rem 1.2rem;
}header .top_skill_2IS {
    padding: 0.3rem 0.5rem;
    max-width: 120px;
}header .top_header_2MU a {
    height: 32px;
    padding: 0 0.6rem;
    font-size: calc(15px - 3px);
}}.donate_btn_wdb {
    padding: 6rem 0 3rem;
    color: #ffffff;
    z-index: 1;
    position: relative;
    background-attachment: fixed;
}.donate_btn_wdb::before {
    width: 100%;
    z-index: -1;
    left: 0;
    height: 100%;
    background: linear-gradient(180deg, rgba(0,0,0,0.9) 0%, rgb(180,169,163,0.5) 100%);
    position: absolute;
    top: 0;
    content: "";
}.donate_btn_wdb::after {
    top: 0;
    pointer-events: none;
    background-image: repeating-linear-gradient(45deg, rgba(255,255,255,0.03) 0px, rgba(255,255,255,0.03) 2px, transparent 2px, transparent 4px);
    position: absolute;
    left: 0;
    content: "";
    height: 100%;
    width: 100%;
    z-index: -1;
}@keyframes gridMovement {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

.donate_btn_wdb .container {
    position: relative;
    display: flex;
    flex-direction: column;
}.donate_btn_wdb .company_holder {
    padding-bottom: 2.5rem;
    text-align: center;
    margin-bottom: 3rem;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    position: relative;
}.donate_btn_wdb .company_holder::before,
.donate_btn_wdb .company_holder::after {
    position: absolute;
    content: "";
    bottom: -1px;
    animation: slide 3s infinite alternate;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgb(135,123,122), transparent);
    width: 20%;
}.donate_btn_wdb .company_holder::before {
    animation-delay: 0s;
    left: 0;
}.donate_btn_wdb .company_holder::after {
    right: 0;
    animation-delay: 1.5s;
}@keyframes slide {
    0% {
        width: 0;
        opacity: 0.5;
    }
    100% {
        width: 40%;
        opacity: 1;
    }
}

.donate_btn_wdb .company_holder h3 {
    font-weight: 700;
    display: inline-block;
    position: relative;
    font-size: calc(37px * 1.3);
    margin-bottom: 1rem;
}.donate_btn_wdb .company_holder h3::after {
    transform: translateX(-50%);
    width: 60px;
    background: rgb(135,123,122);
    content: "";
    position: absolute;
    bottom: -10px;
    height: 3px;
    left: 50%;
}.donate_btn_wdb .goal_footer_2Gh {
    font-size: 15px;
    margin: 1.5rem auto 0;
    line-height: 1.7;
    max-width: 600px;
    opacity: 0.8;
    color: #ffffff;
}.donate_btn_wdb .telegram_ref_TVJ {
    display: flex;
    justify-content: center;
}.donate_btn_wdb .top_expert_dsO {
    gap: 6rem;
    position: relative;
    display: flex;
}.donate_btn_wdb .top_expert_dsO::before {
    transform: translateX(-50%);
    top: -30px;
    background: rgb(180,169,163);
    height: 20px;
    content: "";
    position: absolute;
    width: 1px;
    left: 50%;
}.donate_btn_wdb .top_nav_x1H {
    background: rgba(255,255,255,0.05);
    padding: 1rem 1.5rem;
    border-radius: 10px;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.1);
    position: relative;
}.donate_btn_wdb .top_nav_x1H:hover {
    box-shadow: 0 12px 40px 0 rgba(0, 0, 0, 0.2);
    background: rgba(rgb(180,169,163,0.5), 0.1);
    transform: translateY(-5px);
}.donate_btn_wdb .top_nav_x1H h5 {
    padding-bottom: 0.8rem;
    font-weight: 600;
    font-size: 16px;
    color: rgb(135,123,122);
    border-bottom: 1px dashed rgba(255,255,255,0.2);
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    letter-spacing: 1.5px;
}.donate_btn_wdb .top_nav_x1H .top_expert_dsO {
    position: static;
    gap: 0.8rem;
    display: flex;
    flex-direction: column;
}.donate_btn_wdb .top_nav_x1H .top_expert_dsO a {
    text-decoration: none;
    opacity: 0.75;
    position: relative;
    font-size: 15px;
    padding: 0.4rem 0;
    transition: all 0.3s ease;
    text-align: center;
    color: #ffffff;
    z-index: 1;
    overflow: hidden;
}.donate_btn_wdb .top_nav_x1H .top_expert_dsO a::before {
    z-index: -1;
    position: absolute;
    content: "";
    transform-origin: center;
    background: linear-gradient(90deg, transparent, rgb(180,169,163), transparent);
    transform: scaleX(0);
    bottom: 0;
    width: 100%;
    transition: transform 0.4s ease;
    left: 0;
    height: 1px;
}.donate_btn_wdb .top_nav_x1H .top_expert_dsO a:hover {
    color: rgb(135,123,122);
    opacity: 1;
}.donate_btn_wdb .top_nav_x1H .top_expert_dsO a:hover::before {
    transform: scaleX(1);
}.subscr_info_xId {
    position: relative;
    overflow: hidden;
    margin-top: 4rem;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 1.2rem 0;
}.subscr_info_xId::before {
    background-size: 4px 4px;
    position: absolute;
    left: 0;
    width: 100%;
    animation: bgMove 20s linear infinite;
    top: 0;
    opacity: 0.3;
    background-image: linear-gradient(45deg, rgba(rgb(180,169,163,0.5), 0.05) 25%, transparent 25%, transparent 50%, rgba(rgb(180,169,163,0.5), 0.05) 50%, rgba(rgb(180,169,163,0.5), 0.05) 75%, transparent 75%, transparent);
    height: 100%;
    content: "";
}@keyframes bgMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

.subscr_info_xId .container {
    align-items: center;
    display: flex;
    justify-content: center;
}.subscr_info_xId .syllabus_ref_i2Z {
    letter-spacing: 0.5px;
    position: relative;
    opacity: 0.8;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
}.subscr_info_xId .syllabus_ref_i2Z::before,
.subscr_info_xId .syllabus_ref_i2Z::after {
    content: "•";
    margin: 0 0.6rem;
    color: rgb(180,169,163);
}

@media screen and (max-width: 992px) {.donate_btn_wdb {
    padding: 4rem 0 2rem;
}.donate_btn_wdb .company_holder {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
}.donate_btn_wdb .company_holder h3 {
    font-size: 37px;
}.donate_btn_wdb .top_expert_dsO {
    gap: 3rem;
}
}

@media screen and (max-width: 768px) {.donate_btn_wdb .telegram_ref_TVJ {
    align-items: center;
    flex-direction: column;
}.donate_btn_wdb .top_expert_dsO {
    flex-direction: column;
    gap: 2rem;
    width: 100%;
    max-width: 450px;
}.donate_btn_wdb .top_nav_x1H {
    width: 100%;
}
}

@media screen and (max-width: 576px) {.donate_btn_wdb {
    padding: 3rem 0 1.5rem;
}.donate_btn_wdb .company_holder h3 {
    font-size: calc(37px * 0.9);
}.donate_btn_wdb .goal_footer_2Gh {
    font-size: calc(15px * 0.9);
}.donate_btn_wdb .top_nav_x1H {
    padding: 1rem;
}.donate_btn_wdb .top_nav_x1H h5 {
    font-size: calc(16px * 0.9);
}.subscr_info_xId {
    padding: 1rem 0;
    margin-top: 2rem;
}.subscr_info_xId .syllabus_ref_i2Z {
    font-size: calc(12px * 0.9);
}.subscr_info_xId .syllabus_ref_i2Z::before,
    .subscr_info_xId .syllabus_ref_i2Z::after {
    display: none;
}}.welcome_board_Pc2 {
    background-image: linear-gradient(135deg, rgb(215,210,185) 0%, rgba(255,255,255,0.95) 100%);
    min-height: 100vh;
    position: relative;
    overflow: hidden;
}.welcome_board_Pc2::before {
    border-radius: 40% 60% 70% 30%;
    opacity: 0.15;
    filter: blur(80px);
    animation: float 15s infinite alternate ease-in-out;
    position: absolute;
    z-index: 0;
    content: "";
    width: 35%;
    top: -10%;
    left: -5%;
    background: rgb(180,169,163,0.5);
    height: 50%;
}.welcome_board_Pc2::after {
    animation: float 12s infinite alternate-reverse ease-in-out;
    content: "";
    width: 30%;
    height: 40%;
    z-index: 0;
    background: rgb(135,123,122,0.5);
    filter: blur(60px);
    position: absolute;
    bottom: -5%;
    opacity: 0.15;
    right: -5%;
    border-radius: 50% 40% 30% 60%;
}.welcome_board_Pc2 .method_ped_spb {
    max-width: 1400px;
    height: 100%;
    flex-direction: column;
    position: relative;
    min-height: 90vh;
    display: flex;
    margin: 0 auto;
    z-index: 1;
    padding: 3rem 2rem;
}.welcome_board_Pc2 h1 {
    font-weight: 700;
    color: #000000;
    transform: translateY(0);
    margin-bottom: 2rem;
    position: relative;
    z-index: 2;
    font-size: 43px;
    max-width: 90%;
    line-height: 1.2;
}.welcome_board_Pc2 h1::after {
    border-radius: 3px;
    bottom: -0.75rem;
    width: 100px;
    content: "";
    transition: width 0.5s ease;
    background: linear-gradient(90deg, rgb(180,169,163) 0%, rgb(135,123,122) 100%);
    position: absolute;
    left: 0;
    box-shadow: 0 4px 15px rgba(94,170,168,0.3);
    height: 6px;
}.welcome_board_Pc2 h1:hover::after {
    width: 150px;
}.welcome_board_Pc2 .text_field_w3Q {
    flex-direction: column;
    position: relative;
    align-items: flex-start;
    justify-content: center;
    display: flex;
    z-index: 2;
    margin-bottom: 2rem;
}.welcome_board_Pc2 .start_hero_fxe {
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    box-shadow: 8px 8px 30px rgba(0, 0, 0, 0.05),
                -8px -8px 30px rgba(255, 255, 255, 0.8),
                inset 1px 1px 1px rgba(255, 255, 255, 0.6),
                inset -1px -1px 1px rgba(0, 0, 0, 0.05);
    transform: translateZ(0);
    border-radius: 12px;
    backdrop-filter: blur(10px);
    width: 100%;
    background: rgba(255, 255, 255, 0.85);
    padding: 2.5rem;
    max-width: 600px;
}.welcome_board_Pc2 .start_hero_fxe:hover {
    box-shadow: 10px 10px 35px rgba(0, 0, 0, 0.08),
                -10px -10px 35px rgba(255, 255, 255, 0.9),
                inset 1px 1px 1px rgba(255, 255, 255, 0.7),
                inset -1px -1px 1px rgba(0, 0, 0, 0.07);
    transform: translateY(-5px) translateZ(0);
}.welcome_board_Pc2 .start_hero_fxe p {
    margin-bottom: 2rem;
    font-size: calc(17px * 1.2);
    position: relative;
    color: #000000;
    line-height: 1.6;
}.welcome_board_Pc2 svg {
    width: 140px;
    transition: transform 0.5s ease, filter 0.5s ease;
    height: 140px;
    filter: drop-shadow(0px 4px 6px rgba(0, 0, 0, 0.1));
    margin: 1rem auto 2rem;
    display: block;
}.welcome_board_Pc2 svg:hover {
    transform: scale(1.05) rotate(2deg);
    filter: drop-shadow(0px 6px 12px rgba(0, 0, 0, 0.15));
}.welcome_board_Pc2 svg path {
    transition: fill 0.3s ease;
}.welcome_board_Pc2 svg:hover path {
    fill: rgb(180,169,163);
}.welcome_board_Pc2 svg text {
    transition: fill 0.3s ease;
}.welcome_board_Pc2 svg:hover text {
    fill: rgb(135,123,122);
}.welcome_board_Pc2 .reach_query_kno {
    padding: 1rem 2rem;
    font-size: 20px;
    transform: translateZ(0);
    background: linear-gradient(135deg, rgb(180,169,163) 0%, rgb(135,123,122) 100%);
    border: none;
    text-decoration: none;
    position: relative;
    font-weight: 600;
    border-radius: 21px;
    color: #ffffff;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-block;
    box-shadow: 6px 6px 18px rgba(0, 0, 0, 0.1),
                -6px -6px 18px rgba(255, 255, 255, 0.8),
                inset 1px 1px 1px rgba(255, 255, 255, 0.3);
}.welcome_board_Pc2 .reach_query_kno::before {
    left: -100%;
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 50%, rgba(255,255,255,0) 100%);
    transition: all 0.5s ease;
    position: absolute;
    pointer-events: none;
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
}.welcome_board_Pc2 .reach_query_kno:hover {
    transform: translateY(-5px) translateZ(0);
    box-shadow: 8px 8px 24px rgba(0, 0, 0, 0.15),
                -8px -8px 24px rgba(255, 255, 255, 0.9),
                inset 1px 1px 1px rgba(255, 255, 255, 0.4);
}.welcome_board_Pc2 .reach_query_kno:hover::before {
    left: 100%;
}.welcome_board_Pc2 .reach_query_kno:active {
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1),
                -4px -4px 10px rgba(255, 255, 255, 0.8),
                inset 2px 2px 6px rgba(0, 0, 0, 0.1),
                inset -2px -2px 6px rgba(255, 255, 255, 0.5);
    transform: translateY(2px) translateZ(0);
}.welcome_board_Pc2 .img_rounded_box_B1U {
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1),
                -10px -10px 30px rgba(255, 255, 255, 0.7),
                inset 1px 1px 2px rgba(255, 255, 255, 0.3);
    height: 350px;
    transform: translateZ(0) rotate(0deg);
    position: relative;
    width: 100%;
    margin-top: 2rem;
    overflow: hidden;
    transition: transform 0.7s ease, box-shadow 0.7s ease;
    border-radius: 16px;
}.welcome_board_Pc2 .img_rounded_box_B1U::after {
    content: "";
    top: 0;
    background: linear-gradient(135deg, rgba(94,170,168,0.2) 0%, rgba(255,255,255,0) 70%);
    height: 100%;
    z-index: 1;
    left: 0;
    width: 100%;
    position: absolute;
}.welcome_board_Pc2 .img_rounded_box_B1U:hover {
    box-shadow: 15px 15px 35px rgba(0, 0, 0, 0.15),
                -15px -15px 35px rgba(255, 255, 255, 0.8),
                inset 1px 1px 2px rgba(255, 255, 255, 0.4);
    transform: translateZ(0) rotate(1deg) scale(1.02);
}

@keyframes float {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }
    50% {
        transform: translate(5%, 2%) rotate(5deg);
    }
    100% {
        transform: translate(-2%, 5%) rotate(-5deg);
    }
}

@media (min-width: 768px) {.welcome_board_Pc2 .method_ped_spb {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 4rem;
    flex-wrap: wrap;
}.welcome_board_Pc2 h1 {
    max-width: 70%;
    font-size: calc(43px * 1.2);
}.welcome_board_Pc2 .text_field_w3Q {
    margin-bottom: 0;
    width: 50%;
}.welcome_board_Pc2 .img_rounded_box_B1U {
    height: 450px;
    width: 45%;
    margin-top: 0;
}
}

@media (min-width: 992px) {.welcome_board_Pc2 .method_ped_spb {
    min-height: 85vh;
    padding: 5rem;
}.welcome_board_Pc2 h1 {
    font-size: calc(43px * 1.4);
    max-width: 60%;
}.welcome_board_Pc2 .text_field_w3Q {
    width: 45%;
}.welcome_board_Pc2 .img_rounded_box_B1U {
    height: 550px;
    transform: translateZ(0) translateX(0) rotate(0deg);
    width: 50%;
}.welcome_board_Pc2 .img_rounded_box_B1U:hover {
    transform: translateZ(0) translateX(-10px) rotate(1deg) scale(1.03);
}.welcome_board_Pc2 svg {
    width: 160px;
    height: 160px;
}
}

@media (min-width: 1200px) {.welcome_board_Pc2 .method_ped_spb {
    padding: 6rem;
}.welcome_board_Pc2 h1 {
    max-width: 90%;
    font-size: calc(43px * 1.6);
}.welcome_board_Pc2 .text_field_w3Q {
    width: 40%;
}.welcome_board_Pc2 .img_rounded_box_B1U {
    width: 55%;
    height: 600px;
}.welcome_board_Pc2 .start_hero_fxe p {
    font-size: calc(17px * 1.3);
}.welcome_board_Pc2 svg {
    height: 180px;
    width: 180px;
}
}

@media (max-width: 767px) {.welcome_board_Pc2 h1 {
    font-size: calc(43px * 0.9);
}.welcome_board_Pc2 .start_hero_fxe {
    padding: 1.5rem;
}.welcome_board_Pc2 .start_hero_fxe p {
    font-size: 17px;
}.welcome_board_Pc2 .reach_query_kno {
    padding: 0.8rem 1.5rem;
}.welcome_board_Pc2 svg {
    width: 120px;
    height: 120px;
}}.modalCookieSettings_6vV {
    bottom: 0;
    z-index: 90;
    width: 100%;
    border-top: 2px solid rgb(180,169,163);
    position: fixed;
    background: rgb(215,210,185);
}.safe_cookies_9MN {
    justify-content: space-between;
    padding: 20px 0;
    display: flex;
    align-items: center;
}.modalCookieSettings_6vV h5 {
    margin-bottom: 6px;
    font-size: 22px;
}#cookieUsageMessage_A1y {
    display: none;
}#cookieUsageMessage_A1y:checked ~ .modalCookieSettings_6vV {
    opacity: 0;
    visibility: hidden;
}.modalCookieSettings_6vV p {
    font-size: 18px;
}.consent_edu_SO6 {
    margin-right: 10px;
    flex-shrink: 0;
}.consent_edu_SO6 svg, .consent_edu_SO6 svg path, .consent_edu_SO6 img {
    height: 100px;
    fill: rgb(180,169,163);
    width: 100px;
}.online_tracking_Huw {
    font-size: 24px;
    flex-shrink: 0;
    text-decoration: none;
    line-height: 35px;
    min-width: 120px;
    border-bottom: 2px solid rgb(180,169,163);
    text-align: center;
    color: rgb(180,169,163);
    margin-left: 10px;
    white-space: nowrap;
    cursor: pointer;
}.modalCookieSettings_6vV p a {
    color: rgb(180,169,163);
    text-decoration: none;
}
@media only screen and (max-width: 1200px) {.modalCookieSettings_6vV {
    padding: 20px;
}}

.wrapper-holder_msz .modalCookieSettings_6vV {
    background: rgb(135,123,122);
    box-shadow: rgb(135,123,122,0.5) 0px 0px 40px 39px;
    border: none;
    padding: 40px 0;
}.wrapper-holder_msz .online_tracking_Huw {
    padding: 10px;
    background: rgb(180,169,163);
    border: none;
    font-size: 20px;
    color: #ffffff;
    font-weight: 400;
    margin-left: 30px;
}.wrapper-holder_msz .cookie_menu_Bta h5, .wrapper-holder_msz .cookie_menu_Bta p {
    color: #ffffff;
}
@media only screen and (max-width: 800px) {.consent_edu_SO6 {
    display: none;
}.safe_cookies_9MN {
    flex-direction: column;
    align-items: center;
    justify-content: center;
}.modalCookieSettings_6vV h5 {
    text-align: center;
}.modalCookieSettings_6vV p {
    text-align: center;
}.cookie_menu_Bta {
    margin-bottom: 20px;
}body .wrapper-holder_msz .online_tracking_Huw {
    margin-bottom: 10px;
    margin-left: 0;
}}.privacy_reserve_O23 {
    padding: 20px;
    line-height: 1.6;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    background-color: rgb(215,210,185);
    font-family: Arial, sans-serif;
    color: #000000;
}.privacy_reserve_O23 h1, .privacy_reserve_O23 h2, .privacy_reserve_O23 h3, .privacy_reserve_O23 h4, .privacy_reserve_O23 h5, .privacy_reserve_O23 h6 {
    color: rgb(180,169,163);
    margin-bottom: 20px;
    font-weight: 700;
}.privacy_reserve_O23 h1 {
    font-size: 47px;
}.privacy_reserve_O23 h2 {
    font-size: 38px;
}.privacy_reserve_O23 h3 {
    font-size: calc(24px - 4px);
}.privacy_reserve_O23 h4 {
    font-size: calc(24px - 8px);
}.privacy_reserve_O23 h5 {
    font-weight: 600;
    font-size: 24px;
}.privacy_reserve_O23 h6 {
    font-weight: 300;
    font-size: 22px;
}.privacy_reserve_O23 ul, .privacy_reserve_O23 ol {
    margin-left: 20px;
    padding-left: 20px;
    list-style-position: inside;
}.privacy_reserve_O23 li {
    padding-left: 10px;
    border-left: 3px solid rgb(135,123,122);
    margin-bottom: 10px;
}.privacy_reserve_O23 li::marker {
    color: rgb(135,123,122);
}.privacy_reserve_O23 section {
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 40px;
    background-color: rgb(215,210,185);
}.privacy_reserve_O23 p, .privacy_reserve_O23 span {
    font-size: 18px;
    margin-bottom: 15px;
    color: #000000;
}
@media only screen and (max-width: 800px) {.privacy_reserve_O23 {
    padding: 15px;
}.privacy_reserve_O23 h1 {
    font-size: calc(24px - 6px);
}.privacy_reserve_O23 h2 {
    font-size: calc(24px - 5px);
}.privacy_reserve_O23 ul, .privacy_reserve_O23 ol {
    margin-left: 10px;
    padding-left: 10px;
}.privacy_reserve_O23 li {
    margin-bottom: 8px;
}.privacy_reserve_O23 p, .privacy_reserve_O23 span {
    font-size: calc(18px - 2px);
}
}
