.knowl_base_4819 {
    flex: 0 0 auto;
}

.knowl_base_4819 {
    padding: 80px 0 40px;
    font-family: Arial, sans-serif;
    z-index: 1;
    color: #ffffff;
    position: relative;
}

header,footer {
    width: 100%;
}

header {
    position: relative;
    background: rgb(236,215,216);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    margin-top: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding: 0;
    z-index: 100;
}

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

.potential_students_5209::before {
    content: '';
    left: 0;
    height: 100%;
    z-index: 1;
    position: absolute;
    top: 0;
    width: 100%;
    background: 
        radial-gradient(circle at 20% 20%, #ffffff 0%, transparent 25%),
        radial-gradient(circle at 80% 80%, rgb(199,134,137,0.5) 0%, transparent 30%),
        radial-gradient(circle at 50% 50%, rgb(218,176,177,0.5) 0%, transparent 40%);
    opacity: 0.2;
}

.potential_students_5209 h3 {
    font-weight: 300;
    position: relative;
    text-align: center;
    margin-bottom: 4rem;
    letter-spacing: 2px;
    font-size: 46px;
    color: rgb(218,176,177);
}

.potential_students_5209 ul {
    gap: 2.5rem;
    list-style-type: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin: 0;
}

.potential_students_5209 li::before {
    left: 0;
    transition: opacity 0.5s ease;
    top: 0;
    background: 
        radial-gradient(circle at 90% 10%, rgb(218,176,177,0.5) 0%, transparent 30%),
        radial-gradient(circle at 10% 90%, rgb(199,134,137,0.5) 0%, transparent 30%);
    position: absolute;
    content: '';
    width: 100%;
    opacity: 0.1;
    z-index: -1;
    height: 100%;
}

.potential_students_5209 li::after {
    content: '';
    left: -50%;
    height: 200%;
    background: radial-gradient(circle at center, rgba(255, 255, 255, 0.8) 0%, transparent 60%);
    top: -50%;
    z-index: -1;
    width: 200%;
    transform: scale(0.8);
    transition: all 0.5s ease;
    opacity: 0;
    position: absolute;
}

.potential_students_5209 li:hover::before {
    opacity: 0.2;
}

.potential_students_5209 li:hover::after {
    transform: scale(1);
    opacity: 0.1;
}

.potential_students_5209 li:hover svg {
    transform: translateY(-5px);
    fill: rgb(218,176,177);
    filter: drop-shadow(0 8px 15px rgb(218,176,177,0.5));
}

.potential_students_5209 li svg path {
    transition: all 0.5s ease;
}

.potential_students_5209 li:nth-child(1) {
    animation-delay: 0s;
}

.potential_students_5209 li:nth-child(3) {
    animation-delay: 0.6s;
}

.educational_yield_9071 {
    overflow: hidden;
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(236,215,216) 30%, rgba(rgb(199,134,137,0.5), 0.15) 100%);
    position: relative;
}

.educational_yield_9071::after {
    background: linear-gradient(135deg, rgba(rgb(218,176,177,0.5), 0.05) 0%, rgba(rgb(199,134,137,0.5), 0.12) 100%);
    z-index: 0;
    right: -20%;
    top: -50%;
    transform: rotate(-15deg);
    width: 60%;
    content: "";
    position: absolute;
    height: 200%;
}

.educational_yield_9071 .background_img_2754 {
    transform: perspective(1000px) rotateY(-2deg) rotateX(2deg);
    margin-bottom: 2.5rem;
    object-fit: cover;
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.15), 
                0 0 0 1px rgba(rgb(218,176,177,0.5), 0.1);
    max-height: 420px;
    height: auto;
    border-radius: 21px;
    width: 100%;
}

.educational_yield_9071 .text_pill_5430 {
    position: relative;
}

.educational_yield_9071 h1 {
    line-height: 1.3;
    margin-bottom: 2rem;
    color: transparent;
    background-clip: text !important;
    font-weight: 700;
    font-size: calc(35px * 1.1);
    background: linear-gradient(90deg, #000000 0%, rgb(218,176,177) 100%);
    -webkit-background-clip: text !important;
    color: #000000;
    position: relative;
}

.educational_yield_9071 ul {
    margin: 0;
    gap: 1.25rem;
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}

.educational_yield_9071 li {
    transition: transform 0.3s ease-out;
    padding-left: 2.5rem;
    position: relative;
}

.educational_yield_9071 li svg {
    left: 0;
    position: absolute;
    transform-origin: center;
    height: 24px;
    top: 0;
    width: 24px;
    transform: scale(0.9);
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.educational_yield_9071 li:hover svg path {
    fill: rgb(199,134,137);
}

.take_a_spin_1782::before {
    z-index: 1;
    background: rgb(218,176,177);
    right: -10%;
    width: 60%;
    content: '';
    position: absolute;
    height: 120%;
    transform: rotate(-10deg);
    opacity: 0.05;
    top: -10%;
}

.take_a_spin_1782 .learn_classes_4759 {
    z-index: 10;
    position: relative;
}

.take_a_spin_1782 .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 40px;
}

.take_a_spin_1782 .request_request_7148 {
    border: 2px solid rgb(218,176,177);
    position: relative;
    background: #ffffff;
    font-weight: 600;
    color: rgb(218,176,177);
    overflow: hidden;
    justify-self: end;
    text-decoration: none;
    font-size: 18px;
    border-radius: 0;
    transition: all 0.4s ease;
    padding: 18px 40px;
    z-index: 5;
}

.take_a_spin_1782 .request_request_7148:hover {
    color: #ffffff;
}

.take_a_spin_1782 .request_request_7148:hover::before {
    transform: translate(-50%, -50%) scale(1);
}

.take_a_spin_1782 .container::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    left: 0;
    background: rgb(218,176,177);
    height: 10px;
    width: 10px;
    bottom: -25px;
}

.meet_us_9681 {
    background: rgb(236,215,216);
    padding: 120px 0;
    z-index: 1;
    position: relative;
    overflow: hidden;
}

.meet_us_9681::before {
    top: 0;
    background: 
        repeating-linear-gradient(
            -45deg,
            transparent,
            transparent 5px,
            rgba(rgb(218,176,177,0.5), 0.03) 5px,
            rgba(rgb(218,176,177,0.5), 0.03) 10px
        );
    position: absolute;
    left: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    content: "";
}

.meet_us_9681::before {
    height: 5px;
    content: "";
    width: 100%;
    bottom: 0;
    position: absolute;
    background: linear-gradient(to right, 
        rgb(218,176,177) 0%, 
        rgb(218,176,177) 20%, 
        transparent 20%, 
        transparent 40%,
        rgb(199,134,137) 40%, 
        rgb(199,134,137) 60%,
        transparent 60%,
        transparent 80%,
        rgb(218,176,177) 80%,
        rgb(218,176,177) 100%
    );
    left: 0;
}

.meet_us_9681 h2::before {
    top: -40px;
    font-size: calc(46px * 1.5);
    opacity: 0.05;
    color: rgba(0, 0, 0, 0.5);
    position: absolute;
    z-index: -1;
    font-weight: 700;
    left: -10px;
    content: "01";
}

.meet_us_9681 .study_program_4639:nth-child(2) {
    margin-left: -50px;
    margin-right: 50px;
    grid-template-columns: 7fr 3fr;
}

.meet_us_9681 .study_program_4639:nth-child(1) h3 {
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
    z-index: 2;
    grid-column: 1;
    grid-row: 1;
    margin-right: -30px;
}

.meet_us_9681 .study_program_4639:nth-child(2) h3 {
    margin-left: -30px;
    grid-row: 1;
    z-index: 2;
    box-shadow: -5px 5px 15px rgba(0, 0, 0, 0.1);
    grid-column: 2;
    background: linear-gradient(
        135deg, 
        rgba(0, 0, 0, 0.5) 0%, 
        rgb(199,134,137,0.5) 100%
    );
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
}

.meet_us_9681 .study_program_4639:nth-child(1) p {
    border-left: 3px solid rgb(218,176,177);
    clip-path: polygon(20px 0, 100% 0, 100% 100%, 0 100%);
    grid-row: 1;
    grid-column: 2;
    margin-left: -20px;
}

.meet_us_9681 .study_program_4639:nth-child(1)::before {
    animation: rotate 30s linear infinite;
    height: 200px;
    right: -100px;
    content: "";
    z-index: 0;
    opacity: 0.2;
    border-radius: 50%;
    transform: translateY(-50%);
    border: 1px dashed rgb(218,176,177,0.5);
    top: 50%;
    position: absolute;
    width: 200px;
}

.secure_safekeeping_0194 {
    color: #000000;
    background: rgb(218,176,177,0.5);
    padding: 40px;
    font-family: Arial, sans-serif;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    width: 100%;
}

.secure_safekeeping_0194 h2 {
    color: rgb(199,134,137);
    margin-bottom: 15px;
    margin-top: 25px;
    padding-bottom: 5px;
    border-bottom: 2px solid rgb(199,134,137,0.5);
    font-size: 28px;
    font-weight: 600;
}

.secure_safekeeping_0194 div {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
    line-height: 1.8;
    background: #ffffff;
}

.secure_safekeeping_0194 p, .secure_safekeeping_0194 span {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.6;
    color: #000000;
}

.secure_safekeeping_0194 a:hover {
    text-decoration: underline;
    color: rgb(218,176,177);
}

.secure_safekeeping_0194 button {
    transition: background 0.3s ease;
    font-size: 18px;
    color: #ffffff;
    border: none;
    background: rgb(199,134,137);
    border-radius: 10px;
    cursor: pointer;
    padding: 10px 20px;
}

.thanksUnit_2157::before {
    animation: rotateGradient 30s infinite linear;
    height: 200%;
    opacity: 0.2;
    background: radial-gradient(circle at center, rgb(218,176,177,0.5) 0%, transparent 70%);
    left: -50%;
    top: -50%;
    width: 200%;
    position: absolute;
    content: "";
}

.thanksUnit_2157 .container {
    position: relative;
    transform-style: preserve-3d;
    z-index: 2;
}

.thanksUnit_2157 .learn_classes_4759 {
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    border: 1px solid rgba(255, 255, 255, 0.3);
    transform: translateZ(0);
    background: rgba(255, 255, 255, 0.85);
    flex-direction: column;
    gap: 2.5rem;
    position: relative;
    overflow: hidden;
    display: flex;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(10px);
    padding: 3rem;
}

.thanksUnit_2157 .learn_classes_4759:hover {
    transform: translateZ(20px) scale(1.01);
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(255, 255, 255, 0.2),
        0 10px 25px rgba(0, 0, 0, 0.08);
}

.thanksUnit_2157 h5 {
    font-weight: 700;
    padding-bottom: 1rem;
    color: rgb(218,176,177);
    letter-spacing: 0.02em;
    margin-bottom: 1rem;
    position: relative;
    font-size: calc(21px * 1.1);
    display: inline-block;
}

.thanksUnit_2157 p {
    position: relative;
    color: #000000;
    font-size: 16px;
    z-index: 1;
    transition: color 0.3s ease, transform 0.3s ease;
    line-height: 1.7;
    margin: 0;
}

.thanksUnit_2157 a {
    backdrop-filter: blur(5px);
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    position: relative;
    text-decoration: none;
    border-radius: 6px;
    padding: 1.5rem;
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    display: block;
    background: rgba(255, 255, 255, 0.7);
}

.thanksUnit_2157 a:hover p {
    transform: translateY(-3px);
    color: #000000;
}

.thanksUnit_2157 a:hover::after {
    transform: scaleX(1);
}

.program_offerings_2594 {
    overflow: hidden;
    display: flex;
    min-height: 100vh;
    position: relative;
    align-items: center;
    background-color: rgb(236,215,216);
}

.program_offerings_2594 .skill_explorer_0453 {
    position: absolute;
    width: 100%;
    z-index: 1;
    left: 0;
    height: 100%;
    top: 0;
}

.program_offerings_2594 .skill_explorer_0453:hover .online_class_6571 {
    animation-play-state: paused;
}

.program_offerings_2594 .training_3519 img {
    filter: brightness(0.8) saturate(1.3);
    height: 100%;
    animation: zoom-flow 20s ease-in-out infinite alternate;
    object-fit: cover;
    transform-origin: center;
    width: 100%;
}

.program_offerings_2594 .training_3519::after {
    mix-blend-mode: overlay;
    inset: 0;
    z-index: 3;
    position: absolute;
    background: 
        repeating-linear-gradient(
            45deg,
            rgb(218,176,177,0.5) 0px,
            rgb(218,176,177,0.5) 2px,
            transparent 2px,
            transparent 6px
        );
    animation: slide-pattern 15s linear infinite;
    opacity: 0.3;
    content: '';
}

.program_offerings_2594 .learn_classes_4759 {
    border-radius: 14px;
    margin-left: 0;
    max-width: 600px;
    padding: 0.5rem;
    backdrop-filter: blur(8px);
    position: relative;
    width: 100%;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    background: linear-gradient(
        135deg,
        rgb(218,176,177,0.5) 0%,
        rgb(199,134,137,0.5) 100%
    );
}

.program_offerings_2594 .knowledge_plan_5829 h3 {
    font-size: 34px;
    margin-bottom: 1.5rem;
    font-weight: 700;
    color: rgb(218,176,177);
    position: relative;
    display: inline-block;
}

.program_offerings_2594 .knowledge_plan_5829 h3::after {
    left: 0;
    bottom: -10px;
    position: absolute;
    background: linear-gradient(to right, 
        rgb(218,176,177), 
        rgb(199,134,137));
    content: '';
    height: 3px;
    border-radius: 10px;
    width: 60px;
    transition: width 0.3s ease, transform 0.3s ease;
}

.program_offerings_2594 .knowledge_plan_5829 .request_request_7148 {
    background: linear-gradient(to right, 
        rgb(218,176,177), 
        rgb(199,134,137));
    font-weight: 600;
    letter-spacing: 1px;
    box-shadow: 0 5px 15px rgb(218,176,177,0.5);
    padding: 0.9rem 1.8rem;
    overflow: hidden;
    border-radius: 10px;
    font-size: 14px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-transform: uppercase;
    display: inline-block;
    color: #ffffff;
    text-decoration: none;
    position: relative;
}

header::before {
    left: 0;
    width: 100%;
    pointer-events: none;
    top: 0;
    position: absolute;
    content: '';
    background: linear-gradient(90deg, 
        transparent 0%,
        rgba(rgb(218,176,177), 0.03) 25%, 
        rgba(rgb(218,176,177), 0.05) 50%,
        rgba(rgb(218,176,177), 0.03) 75%,
        transparent 100%
    );
    height: 100%;
}

header .head_expert_4187:hover {
    transform: translateY(-3px);
}

header .head_expert_4187 img {
    display: block;
    max-width: 100%;
    height: auto;
    filter: brightness(1.03);
}

header .head_expert_4187:hover::before {
    transform: scaleX(1);
    opacity: 0.7;
}

header .top_base_0863 {
    position: relative;
    margin: 0;
    list-style: none;
    flex-wrap: nowrap;
    padding: 0;
    display: flex;
}

header .page_header_4935 {
    position: relative;
    margin: 0;
}

header .page_header_4935 a {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    position: relative;
    text-decoration: none;
    overflow: hidden;
    padding: 1rem 1.2rem;
    display: block;
    transition: all 0.3s ease;
}

header .page_header_4935 a:hover {
    color: rgb(218,176,177);
}

header .page_header_4935 a:hover::before {
    transform: translateX(0);
}

header .page_header_4935 a::after {
    left: 0;
    position: absolute;
    height: 100%;
    content: '';
    transition: all 0.3s ease;
    width: 100%;
    border-radius: 10px;
    top: 0;
    pointer-events: none;
    transform: scale(0.8);
    z-index: -1;
    opacity: 0;
    background: rgb(218,176,177,0.5);
}

header .top_info_2085::after {
    top: 0;
    content: '';
    position: absolute;
    width: 30%;
    height: 100%;
    left: 0;
    background: linear-gradient(90deg, rgb(236,215,216), transparent);
    z-index: -1;
}

.contact_0523::before {
    height: 200%;
    width: 200%;
    animation: subtle-pulse 12s infinite alternate;
    background: radial-gradient(
        circle at center, 
        rgba(255,255,255,0.05) 0%, 
        transparent 70%
    );
    left: -50%;
    content: '';
    top: -50%;
    z-index: 1;
    position: absolute;
}

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

.contact_0523 h2 {
    color: #ffffff;
    margin-bottom: 3rem;
    font-weight: 700;
    font-size: 40px;
    position: relative;
    letter-spacing: -0.02em;
    text-align: center;
    text-transform: uppercase;
}

.contact_0523 .request_query_9548 {
    align-items: stretch;
    display: flex;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    backdrop-filter: blur(10px);
    border-radius: 11px;
    border: 1px solid rgba(255,255,255,0.1);
    background: rgba(255,255,255,0.05);
}

.contact_0523 .support_form_5678 {
    justify-content: center;
    display: flex;
    padding: 4rem 3rem;
    flex: 0 0 60%;
    flex-direction: column;
}

.contact_0523 .support_form_5678 form {
    margin: 0 auto;
    max-width: 500px;
    width: 100%;
}

.contact_0523 .support_form_5678 input:not([type="checkbox"]):not([type="submit"]) {
    transition: all 0.3s ease;
    border-radius: 10px;
    margin-bottom: 1.5rem;
    background: rgba(255,255,255,0.1);
    width: 100%;
    font-size: 15px;
    border: 1px solid rgba(255,255,255,0.2);
    padding: 1rem 1.5rem;
    outline: none;
    color: #ffffff;
}

.contact_0523 .support_form_5678 .reach_feedback_4058 input[type="checkbox"] {
    cursor: pointer;
    border: 2px solid #ffffff;
    border-radius: 10px;
    margin-right: 1rem;
    transition: all 0.3s ease;
    width: 22px;
    position: relative;
    appearance: none;
    height: 22px;
}

.contact_0523 .support_form_5678 .reach_feedback_4058 label {
    color: #ffffff;
    display: flex;
    align-items: center;
    font-size: 15px;
}

.contact_0523 .support_form_5678 .reach_feedback_4058 a {
    transition: color 0.3s ease;
    margin-left: 0.3rem;
    text-decoration: none;
    color: rgb(218,176,177);
}

.contact_0523 .support_form_5678 .request_request_7148::before {
    width: 100%;
    position: absolute;
    content: '';
    height: 100%;
    top: 0;
    left: -100%;
    background: linear-gradient(
        120deg, 
        transparent, 
        rgba(255,255,255,0.3), 
        transparent
    );
    transition: all 0.3s ease;
}

.contact_0523 .support_form_5678 .request_request_7148:hover {
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
    transform: translateY(-3px);
}

.quantitative_data_7853::before {
    z-index: -2;
    content: "";
    width: 100%;
    top: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgb(199,134,137,0.5) 30%, rgba(0, 0, 0, 0.5) 70%);
    left: 0;
    height: 100%;
    position: absolute;
}



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

.quantitative_data_7853 .container::before {
    border-radius: 50%;
    height: 200px;
    animation: pulseEffect 8s ease-in-out infinite;
    background: radial-gradient(circle, rgb(218,176,177,0.5) 0%, transparent 70%);
    right: -20px;
    top: -80px;
    opacity: 0.4;
    content: "";
    position: absolute;
    filter: blur(50px);
    width: 200px;
}

.quantitative_data_7853 h2::before {
    content: "";
    border-radius: 10px;
    top: 50%;
    width: 6px;
    height: 90%;
    background: linear-gradient(to bottom, rgb(218,176,177), rgb(199,134,137));
    transform: translateY(-50%);
    position: absolute;
    left: 0;
}

.quantitative_data_7853 .statistics_expertise_4230 {
    min-width: 240px;
    backdrop-filter: blur(10px);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    padding: 35px 30px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.03);
    position: relative;
    text-align: center;
    max-width: 100%;
    flex: 1 1 240px;
}

.quantitative_data_7853 .statistics_expertise_4230:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    border-color: rgba(rgb(218,176,177,0.5), 0.2);
    transform: translateY(-10px);
}

.quantitative_data_7853 .statistics_expertise_4230:hover::after {
    transform: scale(1);
    opacity: 0.1;
}

.quantitative_data_7853 .statistics_expertise_4230 p::before {
    height: 40px;
    border-radius: 50%;
    width: 40px;
    z-index: -1;
    left: -20px;
    content: "";
    filter: blur(10px);
    position: absolute;
    background: rgb(218,176,177,0.5);
    opacity: 0.2;
    top: -10px;
}

.quantitative_data_7853 .statistics_expertise_4230 span::after {
    position: absolute;
    width: 40px;
    height: 2px;
    transform: translateX(-50%);
    bottom: -15px;
    border-radius: 10px;
    left: 50%;
    background: rgb(218,176,177,0.5);
    content: "";
}

.quantitative_data_7853 ul:has(.statistics_expertise_4230:nth-child(3):last-child) .statistics_expertise_4230 {
    max-width: calc(33.33% - 27px);
    flex: 0 0 calc(33.33% - 27px);
}

.quantitative_data_7853 ul:has(.statistics_expertise_4230:nth-child(5):nth-last-child(-n+1)) .statistics_expertise_4230 {
    flex: 0 0 calc(20% - 32px);
    max-width: calc(20% - 32px);
}

.quantitative_data_7853 svg {
    margin-bottom: 15px;
    transition: transform 0.3s ease;
    height: 40px;
    width: 40px;
    fill: rgb(218,176,177);
}

.quantitative_data_7853 svg path {
    fill: rgb(218,176,177);
}

.teacher_profile_4358 {
    padding: 80px 0;
    background: linear-gradient(135deg, rgb(236,215,216), rgb(199,134,137,0.5));
    overflow: hidden;
    position: relative;
}

.teacher_profile_4358::after {
    transform: rotate(20deg);
    width: 40%;
    position: absolute;
    border-radius: 27px;
    height: 60%;
    content: "";
    background: rgb(199,134,137,0.5);
    bottom: -5%;
    left: -5%;
    z-index: 1;
    animation: float 6s ease-in-out infinite reverse;
}

.teacher_profile_4358 .user_reviews_4605:hover {
    transform: rotate(0deg) translateY(-10px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
}

.teacher_profile_4358 .background_img_2754 {
    height: 200px;
    border-radius: 27px;
    grid-area: photo;
    transform: rotate(4deg);
    box-shadow: 10px 10px 0 rgb(218,176,177,0.5);
    transition: transform 0.3s ease;
}

.teacher_profile_4358 .name {
    font-size: 21px;
    color: #000000;
    transform: translateX(20px);
    margin-top: 20px;
    grid-area: name;
    font-weight: 700;
}

.teacher_profile_4358 .career_record_9352 {
    background: linear-gradient(to right, rgb(236,215,216), transparent);
    border-radius: 0 10px 10px 0;
    grid-area: quote;
    padding: 20px;
    color: #000000;
    border-left: 4px solid rgb(218,176,177);
    margin-top: 20px;
    position: relative;
    line-height: 1.6;
    font-size: 12px;
}

.title_portal_4103 .learn_classes_4759 {
    height: 100%;
    position: relative;
    grid-template-rows: 1fr;
    width: 100%;
    grid-template-columns: 1fr 1fr;
    display: grid;
}

.title_portal_4103 .skill_quick_8172::before {
    z-index: 2;
    position: absolute;
    height: 100%;
    background: linear-gradient(
        90deg,
        #000000 0%,
        transparent 30%,
        transparent 70%,
        rgb(218,176,177,0.5) 100%
    );
    opacity: 0.7;
    left: 0;
    content: '';
    width: 100%;
    top: 0;
}

.title_portal_4103 .study_tech_1704 {
    flex-wrap: wrap;
    animation: vertical-slide 30s cubic-bezier(0.4, 0, 0.2, 1) infinite;
    flex-direction: column;
    height: 100%;
    display: flex;
}



.title_portal_4103 .study_tech_1704 {
    flex-wrap: wrap;
    --slide-count: 2;
    height: calc(100% * var(--slide-count, 2));
}

.title_portal_4103 .edu_skill_7421:hover img {
    transform: scale(1.03);
}

.title_portal_4103 .study_tech_1704:hover {
    animation-play-state: paused;
}

.title_portal_4103 .text_pill_5430::before {
    height: 60%;
    background: linear-gradient(
        to bottom,
        rgb(218,176,177) 0%,
        rgb(199,134,137) 100%
    );
    top: 20%;
    position: absolute;
    width: 5px;
    z-index: 1;
    right: 0;
    box-shadow: 0 0 15px rgb(218,176,177,0.5);
    content: '';
}

.title_portal_4103 .text_pill_5430 p {
    margin-bottom: 2rem;
    animation: text-slide-in 0.8s ease-out 0.2s forwards;
    font-size: 13px;
    font-weight: 400;
    opacity: 0;
    max-width: 85%;
    line-height: 1.7;
    backdrop-filter: blur(2px);
    padding: 1rem;
    border-radius: 10px;
    text-align: left;
    background: linear-gradient(90deg, rgb(218,176,177,0.5) 0%, transparent 100%);
    color: #ffffff;
    transform: translateX(-30px);
    text-shadow: 0 1px 8px #000000;
}

.title_portal_4103 .text_pill_5430 .request_request_7148:hover {
    box-shadow: 0 6px 18px rgb(199,134,137,0.5);
    background-color: rgb(199,134,137);
    transform: translateY(-3px);
}

.title_portal_4103 .background-decoration {
    height: 100%;
    left: 0;
    z-index: 0;
    position: absolute;
    overflow: hidden;
    top: 0;
    width: 100%;
    pointer-events: none;
}

.title_portal_4103 .background-decoration::after {
    background: rgb(199,134,137,0.5);
    position: absolute;
    right: 30%;
    bottom: -150px;
    border-radius: 50%;
    animation: blob-move 15s infinite alternate-reverse;
    height: 350px;
    width: 350px;
    opacity: 0.15;
    content: '';
    filter: blur(100px);
}

.title_portal_4103:has(.edu_skill_7421:nth-child(4)) .study_tech_1704 {
    --slide-count: 4;
}

.title_portal_4103:has(.edu_skill_7421:nth-child(n+6)) .study_tech_1704 {
    --slide-count: 5;
}

.cost_plan_2148::before {
    top: 0;
    width: 100%;
    left: 0;
    position: absolute;
    z-index: 1;
    content: "";
    pointer-events: none;
    height: 100%;
    background-image: repeating-linear-gradient(
    45deg,
    rgba(0, 0, 0, 0.02) 0px,
    rgba(0, 0, 0, 0.02) 1px,
    transparent 1px,
    transparent 11px
  );
}

.cost_plan_2148 .study_costs_4591 {
    text-align: center;
    transition: transform 0.5s ease-out;
    margin-bottom: 50px;
}

.cost_plan_2148 .study_costs_4591 h2::after {
    bottom: -10px;
    background: rgb(218,176,177);
    left: 50%;
    width: 80px;
    position: absolute;
    height: 3px;
    transform: translateX(-50%);
    content: "";
}

.cost_plan_2148 .pricing_deals_2741 {
    gap: 30px;
    grid-template-columns: 1fr;
    display: grid;
}

.cost_plan_2148 .price_choices_7461:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.cost_plan_2148 .study_sub_6028 {
    min-height: 450px;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    background-color: #ffffff;
    display: flex;
}

.cost_plan_2148 .learning_fees_0941 h3 {
    font-weight: 600;
    position: relative;
    transform: translateX(0);
    margin-bottom: 8px;
    font-size: calc(21px + 2px);
    color: #000000;
    transition: transform 0.3s ease;
}

.cost_plan_2148 .value_rates_5618 {
    position: relative;
    margin: 15px 0;
    display: inline-block;
    color: rgb(218,176,177);
    font-weight: 700;
    font-size: calc(21px + 4px);
}

.cost_plan_2148 .price_choices_7461:hover .value_rates_5618::before {
    transform: translateX(0);
    opacity: 1;
}

.cost_plan_2148 .learning_fees_0941 p {
    word-break: break-word;
    color: #000000;
    overflow-wrap: break-word;
    margin-top: 15px;
    white-space: normal;
    font-size: 15px;
    flex: 1;
    line-height: 1.6;
}

.cost_plan_2148 .price_choices_7461:hover .background_img_2754 {
    transform: scale(1.05);
}

.cost_plan_2148 .price_choices_7461:nth-child(odd) .study_sub_6028 {
    background: linear-gradient(135deg, #ffffff 0%, rgba(245, 247, 252, 1) 100%);
}

.cost_plan_2148 .price_choices_7461:nth-child(1) {
    animation: fadeInUp 0.6s 0.1s both;
}

.cost_plan_2148 .price_choices_7461:nth-child(2) {
    animation: fadeInUp 0.6s 0.2s both;
}

.cost_plan_2148 .price_choices_7461:nth-child(4) {
    animation: fadeInUp 0.6s 0.4s both;
}

.knowl_base_4819 .company_holder {
    flex: 0 0 30%;
    position: relative;
    padding-right: 30px;
}

.knowl_base_4819 .company_holder h3 {
    text-shadow: 0 0 10px rgb(218,176,177,0.5);
    color: #ffffff;
    font-weight: 700;
    font-size: calc(36px * 0.9);
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}

.knowl_base_4819 .company_holder h3 {
    overflow: hidden;
    position: relative;
}

.knowl_base_4819 .company_holder h3:hover::after {
    width: 100%;
}

.knowl_base_4819 .access_help_8472 {
    padding: 15px;
    backdrop-filter: blur(5px);
    font-size: 18px;
    transition: all 0.3s ease;
    color: #ffffff;
    margin-top: 15px;
    line-height: 1.6;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.08);
    transform: translateZ(0);
}

.knowl_base_4819 .top_base_0863 {
    padding: 20px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    overflow: hidden;
    border-radius: 16px;
    position: relative;
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    flex: 0 0 45%;
}

.knowl_base_4819 .top_base_0863:hover::before {
    transform: translateX(100%);
}

.knowl_base_4819 .top_base_0863 h5::after {
    height: 2px;
    transition: width 0.3s ease, box-shadow 0.3s ease;
    width: 40px;
    content: '';
    background: rgb(218,176,177);
    left: 0;
    bottom: 0;
    position: absolute;
}

.knowl_base_4819 .top_base_0863 .header_learn_1290 {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.knowl_base_4819 .top_base_0863 .header_learn_1290 a::before {
    content: '';
    width: 0;
    transition: width 0.3s ease, transform 0.3s ease;
    height: 1px;
    left: 0;
    bottom: -2px;
    transform-origin: left;
    background: linear-gradient(90deg, rgb(218,176,177), transparent);
    position: absolute;
}

.mod_tools_9187 {
    backdrop-filter: blur(10px);
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(0, 0, 0, 0.5);
    position: relative;
    padding: 15px 0;
}

.mod_tools_9187 .container {
    align-items: center;
    justify-content: center;
    display: flex;
}

.mod_tools_9187 .faq_block_8071 {
    letter-spacing: 0.5px;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.knowl_base_4819 .company_holder h3::before {
    top: 0;
    height: 100%;
    content: '';
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    position: absolute;
    width: 100%;
    transition: 0.5s;
    pointer-events: none;
    left: -100%;
}

.knowl_base_4819 .company_holder h3:hover::before {
    left: 100%;
}

.cookie_window_banner_4703 {
    z-index: 1050;
    background: #ffffff;
    position: fixed;
    max-width: 500px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    width: 90%;
    bottom: 20px;
    left: 50%;
    font-family: Arial, sans-serif;
    overflow: hidden;
    border-radius: 23px;
    transform: translateX(-50%);
}

.data_policy_3048 {
    margin-bottom: 20px;
}

.data_policy_3048 svg, .data_policy_3048 svg path, .data_policy_3048 img {
    fill: rgb(218,176,177);
    width: 60px;
    height: 60px;
}

.cookie_window_banner_4703 p {
    margin-bottom: 20px;
    color: #000000;
    text-align: center;
    font-size: 16px;
}

.cookie_expand_1063:hover {
    background: rgb(199,134,137);
}

.cookie_button.cookie_disclaimer_0928 {
    background: rgb(199,134,137);
}

.cookie_button.cookie_disclaimer_0928:hover {
    background: rgb(199,134,137,0.5);
}

.cookie_window_banner_4703 p a {
    color: rgb(218,176,177);
    transition: color 0.3s ease-in-out;
    text-decoration: none;
}

#windowConsentAlert_0259:checked ~ .cookie_window_banner_4703 {
    opacity: 0;
    visibility: hidden;
}

.contact_4571::before {
    position: absolute;
    height: 100%;
    animation: ambientGlow 15s infinite alternate;
    width: 100%;
    top: 0;
    background: 
        radial-gradient(circle at 20% 20%, rgb(218,176,177,0.5) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgb(199,134,137,0.5) 0%, transparent 40%);
    left: 0;
    content: "";
    z-index: -1;
}

.contact_4571 .message_request_0678 {
    padding: 3rem;
    border-radius: 30px;
    flex-direction: column;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
    display: flex;
    transform: translateY(0);
}

.contact_4571 .contact_support_3105 {
    color: rgb(218,176,177);
    position: relative;
    display: inline-block;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 2rem;
    font-weight: 700;
    font-size: 37px;
    align-self: center;
}

.contact_4571 .background_img_2754 {
    width: 200px;
    margin: 0 auto 2rem;
    border-radius: 10px;
    height: 200px;
    border: 3px solid rgba(255, 255, 255, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    position: relative;
}

.contact_4571 .reach_out_0963 {
    border-radius: 30px;
    backdrop-filter: blur(5px);
    overflow: hidden;
    padding: 2rem;
    background: rgba(255, 255, 255, 0.03);
    position: relative;
}

.contact_4571 .reach_out_0963 p {
    display: flex;
    position: relative;
    margin-bottom: 1.5rem;
    padding-left: 2rem;
    font-size: 14px;
    transition: transform 0.3s ease;
    color: #000000;
    flex-direction: column;
}

.contact_4571 .reach_out_0963 p:last-child {
    margin-bottom: 0;
}

.contact_4571 .reach_out_0963 p a {
    transition: color 0.3s ease, transform 0.3s ease;
    color: rgb(218,176,177);
    text-decoration: none;
    display: inline-block;
}

.contact_4571 .reach_out_0963 p:hover svg {
    transform: scale(1.1);
}

.contact_4571 .reach_out_0963 svg path {
    stroke: rgb(218,176,177);
    transition: stroke 0.3s ease;
}

.contact_4571 .reach_out_0963 p:hover svg path {
    stroke: rgb(199,134,137);
}

.contact_4571 .reach_out_0963 p:nth-child(2) svg path {
    animation: drawSVG 1.5s 0.2s forwards;
    stroke-dasharray: 50;
    stroke-dashoffset: 50;
}

.contact_4571 .reach_out_0963 p:nth-child(4) svg path {
    stroke-dashoffset: 50;
    stroke-dasharray: 50;
    animation: drawSVG 1.5s 0.6s forwards;
}

.contact_4571 .edu_coach_9437 {
    font-weight: 700;
    font-size: 18px;
    color: rgb(218,176,177);
    margin-bottom: 1.5rem;
    text-align: center;
    position: relative;
}

.contact_4571 .edu_coach_9437::after {
    right: 20%;
}

.contact_4571 .edu_coach_9437 svg {
    fill: none;
    stroke-width: 2;
    stroke: rgb(218,176,177);
    margin-right: 8px;
    height: 18px;
    animation: pulseAnimation 2s infinite;
    vertical-align: middle;
    width: 18px;
}

.contact_4571 .chat_form_3724 {
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
    color: #000000;
    border-radius: 10px;
    padding: 0.8rem 1rem;
    font-size: calc(14px - 2px);
}

.contact_4571 .chat_form_3724:hover svg {
    transform: rotate(15deg);
    stroke: rgb(199,134,137);
}



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



@media (max-width: 991px) {.potential_students_5209 {
    padding: 5rem 0;
}.potential_students_5209 h3 {
    font-size: calc(46px * 0.8);
    margin-bottom: 3rem;
}.potential_students_5209 ul {
    gap: 2rem;
}.potential_students_5209 li {
    padding: 2rem 1.5rem;
}.potential_students_5209 li svg {
    width: 60px;
    height: 60px;
    margin-bottom: 1.2rem;
}
}



@media (min-width: 768px) {.educational_yield_9071 {
    padding: 8rem 0;
}.educational_yield_9071 .container {
    align-items: center;
    gap: 3rem;
    flex-direction: row;
}.educational_yield_9071 .background_img_2754 {
    max-height: 500px;
    margin-bottom: 0;
    width: 45%;
}.educational_yield_9071 .learn_classes_4759 {
    width: 55%;
    transform: translateY(0) translateX(-30px);
}.educational_yield_9071 ul {
    grid-template-columns: repeat(2, 1fr);
}.educational_yield_9071 h1 {
    font-size: 42px;
}
}



@media (max-width: 480px) {.educational_yield_9071 {
    padding: 3rem 0;
}.educational_yield_9071 .learn_classes_4759 {
    transform: translateY(-10px);
    padding: 1.25rem;
}.educational_yield_9071 h1 {
    margin-bottom: 1.25rem;
    font-size: calc(35px * 0.8);
}.educational_yield_9071 ul {
    gap: 1rem;
}.educational_yield_9071 li p {
    font-size: calc(12px * 0.95);
}
}



@media (max-width: 991px) {.take_a_spin_1782 {
    padding: 90px 0;
}.take_a_spin_1782 .container {
    gap: 30px;
}.take_a_spin_1782 .container p {
    font-size: calc(22px * 1.2);
    padding-left: 20px;
}.take_a_spin_1782 .request_request_7148 {
    padding: 15px 35px;
}
}



@media (max-width: 767px) {.take_a_spin_1782 {
    padding: 70px 0;
}.take_a_spin_1782 .container {
    grid-template-columns: 1fr;
    gap: 40px;
}.take_a_spin_1782 .container p {
    font-size: 22px;
    padding-left: 15px;
    border-left-width: 4px;
}.take_a_spin_1782 .request_request_7148 {
    justify-self: start;
    padding: 14px 30px;
}.take_a_spin_1782 .container::before {
    width: 70%;
}
}



@media screen and (max-width: 1200px) {.meet_us_9681 .study_program_4639:nth-child(2) {
    margin-right: 0;
    margin-left: 0;
}
}



@media screen and (max-width: 992px) {.meet_us_9681 {
    padding: 80px 0;
}.meet_us_9681 h2 {
    margin-bottom: 50px;
}.meet_us_9681 .study_program_4639,
    .meet_us_9681 .study_program_4639:nth-child(2) {
    grid-template-columns: 1fr;
    margin-right: 0;
    gap: 20px;
    margin-left: 0;
}.meet_us_9681 .study_program_4639:nth-child(1) h3,
    .meet_us_9681 .study_program_4639:nth-child(2) h3 {
    margin: 0;
    grid-column: 1;
    grid-row: 1;
    justify-self: center;
    width: 80%;
}.meet_us_9681 .study_program_4639:nth-child(1) p,
    .meet_us_9681 .study_program_4639:nth-child(2) p {
    clip-path: none;
    border: none;
    grid-column: 1;
    border-top: 3px solid rgb(218,176,177);
    grid-row: 2;
    margin: 0;
    text-align: left;
}.meet_us_9681 .study_program_4639:nth-child(2) p {
    border-top: 3px solid rgb(199,134,137);
}.meet_us_9681 .study_program_4639::before {
    display: none;
}
}



@media only screen and (max-width: 800px) {.secure_safekeeping_0194 {
    padding: 20px;
    box-shadow: none;
}.secure_safekeeping_0194 h1 {
    font-size: calc(20px - 10px);
}.secure_safekeeping_0194 h2 {
    font-size: calc(20px - 5px);
}}



@media (max-width: 767px) {.thanksUnit_2157 {
    padding: 4rem 0;
}.thanksUnit_2157 .learn_classes_4759 {
    padding: 2rem;
    gap: 1.5rem;
}.thanksUnit_2157 h5 {
    font-size: calc(21px * 0.9);
}.thanksUnit_2157 h5::after {
    height: 2px;
}.thanksUnit_2157 a {
    padding: 1.2rem;
}
}



@media (hover: none) {.thanksUnit_2157 .learn_classes_4759:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1),
                   0 0 0 1px rgba(255, 255, 255, 0.1),
                   0 5px 15px rgba(0, 0, 0, 0.05);
    transform: none;
}.thanksUnit_2157 a:hover {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    transform: none;
}.thanksUnit_2157 a:hover p {
    transform: none;
}}



@media (min-width: 1400px) {.program_offerings_2594 .learn_classes_4759 {
    max-width: 650px;
}.program_offerings_2594 .container {
    max-width: 1320px;
}
}



@media (max-width: 767px) {.program_offerings_2594 .skill_explorer_0453 {
    height: 300px;
}.program_offerings_2594 .online_class_6571 {
    animation-duration: 25s;
}.program_offerings_2594 .container {
    padding: 2.5rem 1rem;
}.program_offerings_2594 .knowledge_plan_5829 {
    padding: 1.8rem;
}.program_offerings_2594 .knowledge_plan_5829 h3 {
    font-size: calc(34px * 0.9);
}.program_offerings_2594 .knowledge_plan_5829 p {
    font-size: calc(15px * 0.95);
    margin-bottom: 1.5rem;
}
}



@media (prefers-reduced-motion) {.program_offerings_2594 .online_class_6571,
    .program_offerings_2594 .training_3519 img,
    .program_offerings_2594 .training_3519::after {
    animation: none;
}}



@media (min-width: 1400px) {header .top_info_2085 {
    max-width: 1300px;
    margin: 0 auto;
}header .page_header_4935 a {
    padding: 1rem 1.5rem;
}
}



@media (max-width: 991px) {header .top_info_2085 {
    flex-direction: row;
    justify-content: space-between;
    padding: 1rem;
    flex-wrap: wrap;
}header .head_prime_2763 {
    margin-right: 0;
    margin-bottom: 0;
}header .top_base_0863 {
    margin-top: 0;
    padding-top: 1rem;
    flex-basis: 100%;
    justify-content: flex-end;
    flex-wrap: wrap;
}header .page_header_4935 {
    margin-bottom: 0.5rem;
}header .page_header_4935 a {
    padding: 0.7rem 1rem;
    font-size: calc(18px - 1px);
}
}



@media screen and (max-width: 1024px) {.contact_0523 .request_query_9548 {
    flex-direction: column;
}.contact_0523 .background_img_2754 {
    flex: 0 0 100%;
    min-height: 300px;
}.contact_0523 .support_form_5678 {
    padding: 3rem 2rem;
    flex: 0 0 100%;
}
}



@media screen and (max-width: 768px) {.contact_0523 {
    padding: 3rem 0;
}.contact_0523 h2 {
    font-size: calc(40px * 0.8);
    margin-bottom: 2rem;
}.contact_0523 .support_form_5678 h3 {
    font-size: calc(30px * 0.9);
}.contact_0523 .support_form_5678 input:not([type="checkbox"]):not([type="submit"]) {
    padding: 0.8rem 1.2rem;
    margin-bottom: 1rem;
}.contact_0523 .support_form_5678 .reach_feedback_4058 {
    align-items: flex-start;
}.contact_0523 .support_form_5678 .reach_feedback_4058 input[type="checkbox"] {
    margin-top: 0.2rem;
}
}



@media screen and (max-width: 1440px) {.quantitative_data_7853 {
    padding: 100px 0;
}.quantitative_data_7853 ul {
    gap: 30px;
}.quantitative_data_7853 .statistics_expertise_4230 {
    padding: 30px 25px;
}.quantitative_data_7853 .statistics_expertise_4230 p {
    font-size: 3rem;
}
}



@media screen and (max-width: 1200px) {.quantitative_data_7853 {
    padding: 90px 0;
}.quantitative_data_7853 ul:has(.statistics_expertise_4230:nth-child(4):last-child) .statistics_expertise_4230,
    .quantitative_data_7853 ul:has(.statistics_expertise_4230:nth-child(5):nth-last-child(-n+1)) .statistics_expertise_4230,
    .quantitative_data_7853 ul:has(.statistics_expertise_4230:nth-child(n+6):nth-child(-n+10)) .statistics_expertise_4230 {
    max-width: calc(33.33% - 20px);
    flex: 0 0 calc(33.33% - 20px);
}.quantitative_data_7853 .statistics_expertise_4230 p {
    font-size: 2.8rem;
}
}



@media screen and (max-width: 767px) {.quantitative_data_7853 {
    padding: 70px 0;
}.quantitative_data_7853 h2 {
    font-size: calc(47px * 0.8);
    margin-bottom: 40px;
    padding-left: 15px;
}.quantitative_data_7853 h2::before {
    width: 4px;
}.quantitative_data_7853 ul {
    flex-direction: column;
    gap: 20px;
}.quantitative_data_7853 .statistics_expertise_4230,
    .quantitative_data_7853 ul:has(.statistics_expertise_4230:nth-child(2):last-child) .statistics_expertise_4230,
    .quantitative_data_7853 ul:has(.statistics_expertise_4230:nth-child(3):last-child) .statistics_expertise_4230,
    .quantitative_data_7853 ul:has(.statistics_expertise_4230:nth-child(4):last-child) .statistics_expertise_4230,
    .quantitative_data_7853 ul:has(.statistics_expertise_4230:nth-child(5):nth-last-child(-n+1)) .statistics_expertise_4230,
    .quantitative_data_7853 ul:has(.statistics_expertise_4230:nth-child(n+6):nth-child(-n+10)) .statistics_expertise_4230 {
    max-width: 100%;
    flex: 0 0 100%;
}.quantitative_data_7853 .statistics_expertise_4230 p {
    font-size: 2.2rem;
}.quantitative_data_7853 svg {
    width: 35px;
    height: 35px;
}
}



@media (max-width: 1200px) {.title_portal_4103 .text_pill_5430 {
    padding: 0 8% 0 8%;
}.title_portal_4103 .text_pill_5430 h1 {
    max-width: 95%;
    font-size: calc(42px * 0.9);
}.title_portal_4103 .text_pill_5430 p {
    max-width: 90%;
}
}



@media (max-width: 992px) {.title_portal_4103 .learn_classes_4759 {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
}.title_portal_4103 .skill_quick_8172 {
    grid-column: 1;
    grid-row: 1;
    height: 50vh;
    clip-path: none;
}.title_portal_4103 .skill_quick_8172::before {
    background: linear-gradient(
            0deg,
            #000000 0%,
            transparent 70%
        );
}.title_portal_4103 .text_pill_5430 {
    align-items: center;
    grid-row: 2;
    padding: 2rem 10%;
    background: rgb(236,215,216);
    grid-column: 1;
}.title_portal_4103 .text_pill_5430::before {
    height: 3px;
    top: 0;
    left: 20%;
    right: auto;
    width: 60%;
}.title_portal_4103 .text_pill_5430 h1 {
    text-align: center;
    max-width: 100%;
}.title_portal_4103 .text_pill_5430 p {
    max-width: 100%;
    background: linear-gradient(180deg, rgb(218,176,177,0.5) 0%, transparent 100%);
    text-align: center;
}.title_portal_4103 {
    min-height: unset;
    height: auto;
}
}



@media (max-width: 420px) {.title_portal_4103 .skill_quick_8172 {
    height: 30vh;
}.title_portal_4103 .text_pill_5430 {
    padding: 1.2rem 5%;
}.title_portal_4103 .text_pill_5430 h1 {
    font-size: calc(42px * 0.8);
}.title_portal_4103 .text_pill_5430 p {
    margin-bottom: 1rem;
    line-height: 1.5;
    font-size: calc(13px * 0.85);
}.title_portal_4103 .text_pill_5430 .request_request_7148 {
    font-size: calc(17px * 0.9);
    padding: 0.6rem 1.5rem;
}
}



@media (min-width: 992px) {.cost_plan_2148 .price_schemes_1395 {
    align-items: center;
    gap: 50px;
    flex-direction: row;
}.cost_plan_2148 .study_costs_4591 {
    flex: 0 0 30%;
    margin-bottom: 0;
    text-align: left;
}.cost_plan_2148 .study_costs_4591 h2::after {
    left: 0;
    transform: none;
}.cost_plan_2148 .pricing_deals_2741 {
    flex: 0 0 70%;
    grid-template-columns: repeat(2, 1fr);
}.cost_plan_2148 .learning_fees_0941 {
    padding: 35px;
}
}



@media (max-width: 991px) {.knowl_base_4819 {
    padding: 60px 0 30px;
}.knowl_base_4819 .container {
    flex-direction: column;
}.knowl_base_4819 .company_holder {
    padding-right: 0;
    flex: 0 0 100%;
    margin-bottom: 40px;
}.knowl_base_4819 .company_holder::after {
    display: none;
}.knowl_base_4819 .faculty_info_0963 {
    flex: 0 0 100%;
}.knowl_base_4819 .top_base_0863 {
    margin-bottom: 20px;
    flex: 0 0 calc(50% - 20px);
}
}



@media (max-width: 576px) {.knowl_base_4819 {
    padding: 30px 0 15px;
}.knowl_base_4819 .company_holder {
    margin-bottom: 30px;
}.knowl_base_4819 .company_holder h3 {
    font-size: calc(36px * 0.7);
}.knowl_base_4819 .top_base_0863 h5 {
    font-size: calc(18px * 0.8);
}.mod_tools_9187 {
    padding: 10px 0;
}.mod_tools_9187 .faq_block_8071 {
    font-size: calc(16px * 0.8);
}}



@media (min-width: 992px) {.contact_4571 .message_request_0678 {
    padding: 4rem;
}.contact_4571 .background_img_2754 {
    height: 300px;
    width: 300px;
}.contact_4571 .reach_out_0963 {
    padding: 2.5rem;
}.contact_4571 .reach_out_0963 svg {
    height: 22px;
    width: 22px;
}.contact_4571 .get_contactbox_0623 {
    grid-template-columns: repeat(4, 1fr);
}
}



@media (max-width: 767px) {.contact_4571 {
    padding: 3rem 0;
}.contact_4571 .message_request_0678 {
    padding: 2rem;
}.contact_4571 .reach_out_0963 {
    padding: 1.5rem;
}.contact_4571 .contact_support_3105 {
    font-size: calc(37px - 4px);
}.contact_4571 .edu_coach_9437 {
    font-size: calc(18px - 2px);
}.contact_4571 .get_contactbox_0623 {
    grid-template-columns: 1fr;
    gap: 0.8rem;
}.contact_4571 .reach_out_0963 svg {
    height: 16px;
    width: 16px;
}
}



@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.5;
    }
    50% {
        transform: scale(1.05);
        opacity: 0.8;
    }
    100% {
        transform: scale(1);
        opacity: 0.5;
    }
}



@keyframes slideInUp {
    from {
        transform: translateY(2rem);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}



@keyframes shimmer {
    0% {
        left: -100%;
    }
    20%, 100% {
        left: 100%;
    }
}



@keyframes slide-show {
    0%, 15% {
        transform: translateX(0);
    }
    20%, 35% {
        transform: translateX(-20%);
    }
    40%, 55% {
        transform: translateX(-40%);
    }
    60%, 75% {
        transform: translateX(-60%);
    }
    80%, 95% {
        transform: translateX(-80%);
    }
    100% {
        transform: translateX(0);
    }
}



@keyframes subtle-wave {
    0% {
        transform: rotate(0deg) scale(1);
    }
    100% {
        transform: rotate(5deg) scale(1.02);
    }
}

@keyframes pulseEffect {
    0%, 100% {
        transform: scale(1);
        opacity: 0.4;
    }
    50% {
        transform: scale(1.5);
        opacity: 0.2;
    }
}



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



@keyframes text-slide-in {
    0% {
        transform: translateX(-30px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}



@keyframes button-slide-up {
    0% {
        transform: translateY(30px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}



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

@keyframes pulseLine {
    0%, 100% {
        opacity: 0.6;
    }
    50% {
        opacity: 1;
    }
}



@keyframes headerUnderline {
    0%, 100% {
        width: 30%;
        left: 35%;
    }
    50% {
        width: 100%;
        left: 0;
    }
}



@keyframes drawSVG {
    to {
        stroke-dashoffset: 0;
    }
}



@keyframes pulseAnimation {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

