﻿* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
svg {
    width: 30px;
    height: 30px;
}
a {
    color: inherit;
    text-decoration: none;
}
.top_bar6983 {
    flex: 1 0 auto;
}
.wrapper-section7690 {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}
section {
    background-color: rgb(197,195,183);
}
.container {
    margin: auto;
    width: 1140px;
    max-width: 100%;
}

html,body {
    min-height: 100%;
    height: 100%;
    font-family: Nunito, sans-serif;
    color: #000000;
}
.footer {
    flex: 0 0 auto;
}
header,footer {
    width: 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;
    }
}.company_overview7036 {
    position: relative;
    background: linear-gradient(135deg, rgb(197,195,183) 0%, rgba(0, 0, 0, 0.5) 100%);
    padding: 80px 0;
    overflow: hidden;
}

.company_overview7036::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgb(160,161,159,0.5) 0%, transparent 70%),
        radial-gradient(circle at 80% 70%, rgb(118,119,118,0.5) 0%, transparent 70%);
    z-index: 1;
    opacity: 0.15;
    animation: pulse 15s infinite alternate;
}

.company_overview7036::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        linear-gradient(45deg, #000000 25%, transparent 25%),
        linear-gradient(-45deg, #000000 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, #000000 75%),
        linear-gradient(-45deg, transparent 75%, #000000 75%);
    background-size: 100px 100px;
    background-position: 0 0, 0 50px, 50px -50px, -50px 0px;
    opacity: 0.03;
    z-index: 2;
}

.company_overview7036 .container {
    position: relative;
    z-index: 5;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.company_overview7036 .study_track3950 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 30px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transform: translateY(0);
    transition: all 0.5s ease;
}

.company_overview7036 .study_track3950:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    border-color: rgb(160,161,159,0.5);
}

.company_overview7036 .learn_zone8064 {
    flex: 0 0 300px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
}

.company_overview7036 .learn_zone8064::before {
    content: "";
    position: absolute;
    top: -15px;
    left: -15px;
    width: calc(100% + 30px);
    height: calc(100% + 30px);
    border: 2px solid rgb(160,161,159,0.5);
    border-radius: 30px;
    opacity: 0;
    transform: scale(0.95);
    transition: all 0.5s ease;
    z-index: -1;
}

.company_overview7036 .learn_zone8064:hover::before {
    opacity: 0.5;
    transform: scale(1);
}

.company_overview7036 .img_panel1920 {
    width: 100%;
    height: 350px;
    border-radius: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
}

.company_overview7036 .img_panel1920::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, transparent 50%);
}

.company_overview7036 .learn_online1240 {
    background: rgb(160,161,159);
    padding: 20px;
    border-radius: 10px;
    margin-top: -50px;
    margin-left: 20px;
    position: relative;
    z-index: 10;
    transform: translateX(0);
    transition: all 0.5s ease;
}

.company_overview7036 .learn_zone8064:hover .learn_online1240 {
    transform: translateX(-10px);
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.15);
}

.company_overview7036 .learning_space3289 {
    font-family: Nunito, sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 5px 0;
}

.company_overview7036 .why_mission9745 {
    font-family: Nunito, sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    opacity: 0.9;
    margin: 0;
    letter-spacing: 0.2px;
}

.company_overview7036 .content_pad6194 {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.company_overview7036 .method_edu7420 {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 10px;
}

.company_overview7036 .method_edu7420 svg {
    width: 40px;
    height: 40px;
    fill: rgb(160,161,159);
    transition: all 0.3s ease;
}

.company_overview7036 .method_edu7420:hover svg {
    transform: scale(1.1) rotate(5deg);
}

.company_overview7036 .method_edu7420 svg path {
    fill: rgb(160,161,159);
    transition: all 0.3s ease;
}

.company_overview7036 .method_edu7420:hover svg path {
    fill: rgb(118,119,118);
}

.company_overview7036 h2 {
    font-family: Nunito, sans-serif;
    font-size: 38px;
    font-weight: 700;
    color: #000000;
    margin: 0 0 20px 0;
    position: relative;
    padding-bottom: 15px;
    letter-spacing: 0.5px;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
}

.company_overview7036 h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, rgb(160,161,159) 0%, rgb(118,119,118) 100%);
    border-radius: 3px;
    transition: all 0.5s ease;
}

.company_overview7036 .content_pad6194:hover h2::after {
    width: 120px;
}

.company_overview7036 p {
    font-family: Nunito, sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    line-height: 1.8;
    margin: 0;
    letter-spacing: 0.3px;
}

@keyframes pulse {
    0% {
        opacity: 0.1;
        transform: scale(1);
    }
    50% {
        opacity: 0.15;
        transform: scale(1.05);
    }
    100% {
        opacity: 0.2;
        transform: scale(1);
    }
}

@media (max-width: 992px) {
    .company_overview7036 {
        padding: 60px 0;
    }

    .company_overview7036 .study_track3950 {
        flex-direction: column;
        gap: 40px;
        padding: 30px;
    }

    .company_overview7036 .learn_zone8064 {
        flex: 0 0 auto;
        width: 100%;
        max-width: 500px;
    }

    .company_overview7036 .img_panel1920 {
        height: 300px;
    }

    .company_overview7036 .learn_online1240 {
        margin-top: -40px;
        margin-left: 15px;
    }

    .company_overview7036 h2 {
        font-size: calc(38px * 0.9);
    }
}

@media (max-width: 768px) {
    .company_overview7036 {
        padding: 50px 0;
    }

    .company_overview7036 .study_track3950 {
        padding: 25px;
        gap: 30px;
    }

    .company_overview7036 .learn_zone8064 {
        max-width: 400px;
    }

    .company_overview7036 .img_panel1920 {
        height: 250px;
    }

    .company_overview7036 .learn_online1240 {
        padding: 15px;
        margin-top: -35px;
    }

    .company_overview7036 .learning_space3289 {
        font-size: calc(22px * 0.9);
    }

    .company_overview7036 .why_mission9745 {
        font-size: calc(18px * 0.9);
    }

    .company_overview7036 h2 {
        font-size: calc(38px * 0.8);
        padding-bottom: 10px;
    }

    .company_overview7036 h2::after {
        width: 60px;
    }

    .company_overview7036 .content_pad6194:hover h2::after {
        width: 90px;
    }

    .company_overview7036 p {
        font-size: calc(18px * 0.9);
    }
}

@media (max-width: 576px) {
    .company_overview7036 {
        padding: 40px 0;
    }

    .company_overview7036 .study_track3950 {
        padding: 20px;
        gap: 25px;
    }

    .company_overview7036 .img_panel1920 {
        height: 220px;
    }

    .company_overview7036 .learn_online1240 {
        margin-top: -30px;
        margin-left: 10px;
        padding: 12px;
    }

    .company_overview7036 .method_edu7420 svg {
        width: 30px;
        height: 30px;
    }

    .company_overview7036 h2 {
        font-size: calc(38px * 0.7);
        padding-bottom: 8px;
        margin-bottom: 10px;
    }

    .company_overview7036 h2::after {
        width: 50px;
        height: 2px;
    }

    .company_overview7036 .content_pad6194:hover h2::after {
        width: 70px;
    }

    .company_overview7036 p {
        font-size: calc(18px * 0.85);
    }
}.welcome3142 {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 600px;
    overflow: hidden;
    background-color: rgb(197,195,183);
}

.welcome3142::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        linear-gradient(45deg, rgb(160,161,159,0.5) 0%, transparent 30%),
        linear-gradient(225deg, rgb(118,119,118,0.5) 0%, transparent 30%);
    z-index: 2;
    opacity: 0.7;
}

.welcome3142 .study_track3950 {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    z-index: 3;
}

.welcome3142 .learn_head9684 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

.welcome3142 .main_hero7413 {
    height: 100%;
    display: flex;
    animation: sidePanCarousel 30s linear infinite;
}

.welcome3142 .tech_master3108 {
    min-width: 100vw;
    height: 100%;
    position: relative;
    filter: brightness(1.1) contrast(1.05) saturate(1.1);
}

.welcome3142 .tech_master3108::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, 
        rgb(197,195,183) 0%,
        rgba(255, 255, 255, 0.1) 50%, 
        rgba(255, 255, 255, 0.05) 100%
    );
    z-index: 2;
}

.welcome3142 .tech_master3108 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform-origin: center;
    animation: slowZoom 15s alternate infinite ease-in-out;
}

.welcome3142 .content_pad6194 {
    position: relative;
    width: 50%;
    padding: 3rem;
    margin: 0 0 5% 10%;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(10px);
    border-radius: 16px 16px 0 0;
    box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(0);
    animation: slideUp 1s ease-out;
    z-index: 4;
}

.welcome3142 .content_pad6194::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, rgb(160,161,159), rgb(118,119,118));
}

.welcome3142 .content_pad6194 h2 {
    font-size: 28px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 1.5rem;
    position: relative;
}

.welcome3142 .content_pad6194 p {
    font-size: 16px;
    color: #000000;
    margin-bottom: 2rem;
    line-height: 1.7;
    position: relative;
}

.welcome3142 .content_pad6194 .request_reach5264 {
    display: inline-block;
    padding: 1rem 2.5rem;
    background: linear-gradient(90deg, rgb(160,161,159), rgb(118,119,118));
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.welcome3142 .content_pad6194 .request_reach5264::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    animation: buttonGlow 3s infinite;
}

.welcome3142 .content_pad6194 .request_reach5264:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

@keyframes sidePanCarousel {
    0% {
        transform: translateX(0);
    }
    16% {
        transform: translateX(0);
    }
    20% {
        transform: translateX(-100%);
    }
    36% {
        transform: translateX(-100%);
    }
    40% {
        transform: translateX(-200%);
    }
    56% {
        transform: translateX(-200%);
    }
    60% {
        transform: translateX(-300%);
    }
    76% {
        transform: translateX(-300%);
    }
    80% {
        transform: translateX(-400%);
    }
    96% {
        transform: translateX(-400%);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes slowZoom {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.1);
    }
}

@keyframes slideUp {
    0% {
        transform: translateY(50px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes buttonGlow {
    0% {
        left: -100%;
    }
    50% {
        left: 100%;
    }
    100% {
        left: 100%;
    }
}

@media screen and (max-width: 1200px) {
    .welcome3142 .content_pad6194 {
        width: 60%;
        margin-left: 5%;
    }
}

@media screen and (max-width: 992px) {
    .welcome3142 .content_pad6194 {
        width: 70%;
    }
    
    .welcome3142 .content_pad6194 h2 {
        font-size: calc(28px * 0.9);
    }
    
    .welcome3142 .content_pad6194 p {
        font-size: calc(16px * 0.95);
    }
}

@media screen and (max-width: 768px) {
    .welcome3142 .study_track3950 {
        align-items: center;
    }
    
    .welcome3142 .content_pad6194 {
        width: 85%;
        margin: 0 auto;
        padding: 2rem;
        border-radius: 16px;
    }
    
    .welcome3142 .content_pad6194 h2 {
        font-size: calc(28px * 0.8);
    }
}

@media screen and (max-width: 576px) {
    .welcome3142 .content_pad6194 {
        width: 90%;
        padding: 1.5rem;
    }
    
    .welcome3142 .content_pad6194 h2 {
        font-size: calc(28px * 0.7);
        margin-bottom: 1rem;
    }
    
    .welcome3142 .content_pad6194 p {
        font-size: calc(16px * 0.9);
        margin-bottom: 1.5rem;
    }
    
    .welcome3142 .content_pad6194 .request_reach5264 {
        padding: 0.8rem 2rem;
        font-size: calc(20px * 0.9);
    }
}.study_process6954 {
    padding: 80px 0;
    background: #ffffff;
    border-top: 8px solid rgb(160,161,159);
    border-bottom: 8px solid rgb(160,161,159);
}

.study_process6954 .study_track3950 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    width: 80%;
    margin: auto;
}

.study_process6954 h2 {
    grid-column: span 2;
    margin-bottom: 20px;
    text-align: left;
    font-size: 38px;
    color: #000000;
    font-weight: 700;
    border-left: 4px solid rgb(118,119,118);
    padding-left: 16px;
}

.study_process6954 p {
    text-align: left;
    font-size: 18px;
    color: #000000;
    font-weight: 400;
    line-height: 1.6;
}

@media only screen and (max-width: 800px) {
    .study_process6954 {
        padding: 30px 0;
    }

    .study_process6954 .study_track3950 {
        grid-template-columns: 1fr;
        width: 90%;
    }

    .study_process6954 h2 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .study_process6954 p {
        font-size: 18px;
    }
}

.wrapper-section7690 .study_process6954 {
    padding: 40px;
    background: rgb(118,119,118,0.5);
}

.wrapper-section7690 .study_process6954 h2 {
    color: #000000;
}

.wrapper-section7690 .study_process6954 p {
    color: #000000;
    grid-column: span 2;
}
.learning_profits1837 {
    padding-bottom: 80px;
    padding-top: 80px;
}

.learning_profits1837 .study_track3950 {
    display: flex;
    width: 100%;
}

.learning_profits1837 h2 {
    text-align: left;
    margin-bottom: 20px;
}

.learning_profits1837 .img_panel1920 {
    width: 50%;
    flex-shrink: 0;
}

.learning_profits1837 .content_pad6194 {
    padding: 20px;
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.learning_profits1837 ul {
    list-style: none;
}

.learning_profits1837 li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.learning_profits1837 svg, .learning_profits1837 path {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    fill: rgb(160,161,159);
    flex-shrink: 0;
}

@media only screen and (max-width: 800px) {
    .learning_profits1837 {
        padding-bottom: 30px;
        padding-top: 30px;
    }

    .learning_profits1837 .study_track3950 {
        flex-direction: column;
    }

    .learning_profits1837 .content_pad6194 {
        width: 100%;
    }

    .learning_profits1837 .img_panel1920 {
        width: 100%;
        height: 250px;
        margin-bottom: 10px;
    }
}

.wrapper-section7690 .learning_profits1837 {
    background: rgba(0, 0, 0, 0.5);
    padding: 100px 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.wrapper-section7690 .learning_profits1837::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom right, rgb(160,161,159,0.5), transparent);
    z-index: 0;
}

.wrapper-section7690 .learning_profits1837 .study_track3950 {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: row;
    background: #ffffff;
    border-radius: 19px;
    overflow: hidden;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.wrapper-section7690 .learning_profits1837 .study_track3950:hover {
    transform: translateY(-10px);
    box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.15);
}

.wrapper-section7690 .learning_profits1837 .img_panel1920 {
    flex: 1;
    background-size: cover;
    border-top-left-radius: 19px;
    border-bottom-left-radius: 19px;
    transition: transform 0.3s ease;
}

.wrapper-section7690 .learning_profits1837 .study_track3950:hover .img_panel1920 {
    transform: scale(1.05);
}

.wrapper-section7690 .learning_profits1837 .content_pad6194 {
    flex: 2;
    padding: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    background: rgb(118,119,118,0.5);
    transition: background 0.3s ease;
}

.wrapper-section7690 .learning_profits1837 h2 {
    font-size: 33px;
    font-weight: 700;
    margin-bottom: 24px;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: color 0.3s ease;
}

.wrapper-section7690 .learning_profits1837 ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

.wrapper-section7690 .learning_profits1837 li {
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 16px;
    position: relative;
    padding-left: 40px;
    color: #000000;
    transition: color 0.3s ease;
}

.wrapper-section7690 .learning_profits1837 li::before {
    content: '';
    position: absolute;
    left: 0;
    width: 12px;
    height: 12px;
    background: rgb(118,119,118);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease, background 0.3s ease;
}

.wrapper-section7690 .learning_profits1837 li:hover::before {
    transform: scale(1.2);
    background: rgb(118,119,118);
}

.wrapper-section7690 .learning_profits1837 li svg, .wrapper-section7690 .learning_profits1837 li path {
    width: 20px;
    height: 20px;
    fill: rgb(118,119,118);
}

@media only screen and (max-width: 800px) {
    .wrapper-section7690 .learning_profits1837 .study_track3950 {
        flex-direction: column;
    }

    .wrapper-section7690 .learning_profits1837 .img_panel1920 {
        height: 250px;
        border-top-left-radius: 19px;
        border-top-right-radius: 19px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        padding-top: 250px;
        margin-bottom: 0;
    }

    .wrapper-section7690 .learning_profits1837 .content_pad6194 {
        padding: 30px 20px;
    }

    .wrapper-section7690 .learning_profits1837 h2 {
        font-size: 24px;
        margin-bottom: 16px;
    }

    .wrapper-section7690 .learning_profits1837 li {
        font-size: 15px;
        margin-bottom: 10px;
        padding-left: 30px;
    }

    .wrapper-section7690 .learning_profits1837 li::before {
        width: 8px;
        height: 8px;
    }

    .wrapper-section7690 .learning_profits1837 {
        padding: 40px 10px;
    }
}.prospective_students5816 {
    position: relative;
    background-color: rgb(197,195,183);
    padding: 180px 0 120px;
}

.prospective_students5816::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 65%;
    height: 100%;
    background: linear-gradient(
        45deg,
        rgb(160,161,159,0.5) 0%,
        rgb(118,119,118,0.5) 100%
    );
    clip-path: polygon(100px 0, 100% 0, 100% 100%, 0 100%);
}

.prospective_students5816 .container {
    position: relative;
    display: grid;
    grid-template-columns: 400px 1fr;
    gap: 100px;
}

.prospective_students5816 .class_whom1856 {
    position: relative;
    width: 400px;
    aspect-ratio: 1;
    border-radius: 0;
    transform: rotate(-4deg);
}

.prospective_students5816 .class_whom1856::before,
.prospective_students5816 .class_whom1856::after {
    content: '';
    position: absolute;
    inset: -20px;
    border: 1px solid rgb(160,161,159,0.5);
    transform: rotate(8deg);
}

.prospective_students5816 .class_whom1856::after {
    transform: rotate(4deg);
}

.prospective_students5816 .ideal_participants1267 {
    padding: 40px 20px;
}

.prospective_students5816 .ideal_participants1267 h2 {
    font-size: 40px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 80px;
    line-height: 1.1;
    position: relative;
    display: inline-block;
}

.prospective_students5816 .ideal_participants1267 h2::before {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 140%;
    height: 8px;
    background: rgb(160,161,159,0.5);
    z-index: -1;
}

.prospective_students5816 .class_designed4273 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    position: relative;
}

.prospective_students5816 .class_designed4273 div {
    position: relative;
    padding: 40px;
    background: #ffffff;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.prospective_students5816 .class_designed4273 div:nth-child(odd) {
    transform: translateY(-30px);
}

.prospective_students5816 .class_designed4273 div:nth-child(even) {
    transform: translateY(30px);
}

.prospective_students5816 .class_designed4273 div svg {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 40px;
    height: 40px;
    padding: 8px;
    background: rgb(160,161,159);
    fill: #ffffff;
    border-radius: 10px;
    transition: transform 0.3s ease;
}

.prospective_students5816 .class_designed4273 div:hover {
    transform: translateY(0);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.prospective_students5816 .class_designed4273 div:hover svg {
    transform: rotate(90deg);
}

@media (max-width: 1400px) {
    .prospective_students5816 .container {
        grid-template-columns: 350px 1fr;
        gap: 60px;
    }

    .prospective_students5816 .class_whom1856 {
        width: 350px;
    }
}

@media (max-width: 1200px) {
    .prospective_students5816 {
        padding: 120px 0 80px;
    }

    .prospective_students5816::before {
        width: 55%;
    }

    .prospective_students5816 .class_designed4273 div {
        padding: 30px;
    }
}

@media (max-width: 992px) {
    .prospective_students5816 {
        padding: 100px 0 60px;
    }

    .prospective_students5816::before {
        display: none;
    }

    .prospective_students5816 .container {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .prospective_students5816 .class_whom1856 {
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
        transform: none;
    }

    .prospective_students5816 .class_whom1856::before,
    .prospective_students5816 .class_whom1856::after {
        transform: none;
        inset: -10px;
    }

    .prospective_students5816 .ideal_participants1267 h2 {
        display: block;
        text-align: center;
        margin-bottom: 60px;
    }

    .prospective_students5816 .ideal_participants1267 h2::before {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .prospective_students5816 {
        padding: 80px 0 40px;
    }

    .prospective_students5816 .ideal_participants1267 h2 {
        font-size: calc(40px * 0.8);
    }

    .prospective_students5816 .class_designed4273 {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .prospective_students5816 .class_designed4273 div {
        padding: 25px;
        transform: none !important;
    }

    .prospective_students5816 .class_designed4273 div svg {
        top: -12px;
        right: -12px;
        width: 32px;
        height: 32px;
        padding: 6px;
    }
}

@media (max-width: 576px) {
    .prospective_students5816 {
        padding: 60px 0 30px;
    }

    .prospective_students5816 .class_whom1856 {
        max-width: 280px;
    }

    .prospective_students5816 .ideal_participants1267 h2 {
        font-size: calc(40px * 0.7);
        margin-bottom: 40px;
    }

    .prospective_students5816 .class_designed4273 div {
        padding: 20px;
    }
}header .top_lesson0687 {
    background: rgb(160,161,159,0.5);
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

header .top_wrap6104 svg,
header .top_wrap6104 svg path,
header .top_wrap6104 img {
    fill: #ffffff;
    transition: fill 0.3s ease;
}

header .head_primary5389 a {
    color: #ffffff;
    font-family: Nunito, sans-serif;
    text-transform: uppercase;
    padding: 10px 20px;
    font-weight: 600;
    border-radius: 10px;
    transition: background 0.3s ease, color 0.3s ease;
}

header .head_primary5389 a.active {
    border-bottom: 2px solid rgb(118,119,118);
    color: rgb(118,119,118);
}

header .head_primary5389 a.active:hover {
    background: rgb(118,119,118,0.5);
    color: #ffffff;
}

header {
    width: 100%;
    padding: 15px 0;
    position: relative;
    z-index: 1000;
    background: rgb(118,119,118);
}

header .main_master9320 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
}

header .top_wrap6104 {
    display: flex;
    align-items: center;
}

header .top_nav9157 svg,
header .top_nav9157 img {
    height: 60px;
    width: 60px;
    margin-right: 15px;
    transition: transform 0.3s ease;
}

header .top_nav9157:hover svg,
header .top_nav9157:hover img {
    transform: scale(1.1);
}

header .head_primary5389 {
    display: flex;
    gap: 20px;
}

body .wrapper-section7690 header .nav_begin4759 {
    display: flex;
}

@media only screen and (max-width: 1200px) {
    header .main_master9320 {
        flex-direction: column;
        align-items: flex-start;
    }

    header .head_primary5389 {
        display: none;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        padding-bottom: 20px;
        z-index: 90;
        background: rgb(160,161,159);
        width: 100%;
    }

    header .head_primary5389 a {
        width: 100%;
        text-align: center;
    }

    header .head_primary5389 a.active {
        border: none;
    }

    header .top_lesson0687 {
        position: relative;
        z-index: 99;
    }

    header .top_wrap6104 {
        width: 100%;
        justify-content: space-between;
    }

    header .top_nav9157 svg,
    header .top_nav9157 img {
        height: 50px;
        width: 50px;
    }

    header .main_master9320 {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

.wrapper-section7690 header .main_master9320 {
    flex-direction: row-reverse;
    justify-content: space-around;
}

.wrapper-section7690 header .top_wrap6104 {
    justify-content: space-between;
}

.wrapper-section7690 header .top_wrap6104 .top_nav9157 svg,
.wrapper-section7690 header .top_wrap6104 .top_nav9157 img {
    margin-right: 0;
}

.wrapper-section7690 .head_primary5389 {
    min-width: 50%;
    justify-content: flex-start;
}

.wrapper-section7690 header .head_primary5389 a {
    padding: 10px 0;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    margin-right: 20px;
    border-bottom: 1px solid transparent;
    transition: border-bottom 0.3s ease;
}

.wrapper-section7690 header .top_header0652 {
    max-width: 48%;
    align-items: end;
}

.wrapper-section7690 header .head_study3570 {
    text-align: right;
}

@media only screen and (max-width: 1200px) {
    .wrapper-section7690 header .main_master9320 {
        flex-direction: column;
        justify-content: flex-start;
    }

    .wrapper-section7690 header .top_wrap6104 {
        width: 100%;
        justify-content: center;
    }

    .wrapper-section7690 header .top_wrap6104 {
        margin: 0;
    }

    .wrapper-section7690 header .head_primary5389 {
        width: 100%;
        padding: 10px 20px;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .wrapper-section7690 header .head_primary5389 a {
        margin-right: 0;
    }
    .wrapper-section7690 header .head_study3570 {
        line-height: 28px;
        margin-bottom: 6px;
        text-align: center;
    }

    .wrapper-section7690 header .top_header0652 {
        max-width: unset;
    }
}

header .top_header0652 .top_page4217 {
    font-size: 20px;
    font-weight: 300;
    color: rgb(118,119,118,0.5);
}

header .top_header0652 .head_study3570 {
    font-size: 46px;
    font-weight: 700;
}
.mentorship_profile9510 {
    padding: 100px 0;
    background: rgb(118,119,118);
    font-family: Nunito, sans-serif;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mentorship_profile9510::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.7) 100%);
    z-index: 0;
}
.mentorship_profile9510::after {
    content: '';
    position: absolute;
    top: -50px;
    left: -50px;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.2) 10%, transparent 10%);
    background-size: 50px 50px;
    z-index: 1;
    animation: animateBackground 20s linear infinite;
}
@keyframes animateBackground {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(50px, 50px);
    }
}
.mentorship_profile9510 .container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 90%;
    max-width: 1200px;
    z-index: 2;
}
.mentorship_profile9510 .learner_reflections3869 {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: rgb(118,119,118);
    padding: 3vw;
    border-radius: 11px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2), 0 -10px 20px rgba(255, 255, 255, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    width: 100%;
    max-width: 800px;
    margin: 20px;
}
.mentorship_profile9510 .learner_reflections3869 .img_panel1920 {
    width: 50vw;
    height: 50vw;
    max-width: 300px;
    max-height: 300px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
}
.mentorship_profile9510 .employee_summary3854 {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #ffffff;
    margin-top: 2vw;
    text-align: center;
    width: 80%;
}
.mentorship_profile9510 .employee_summary3854 p {
    margin: 5px 0;
    font-size: 19px;
    font-weight: 600;
}
.mentorship_profile9510 .worker_info {
    margin-top: 3vw;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.mentorship_profile9510 .worker_info p {
    margin: 10px 0;
    padding: 2vw;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    text-align: left;
    color: #ffffff;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.6;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    width: 90%;
    text-align: center;
}
@media only screen and (max-width: 800px) {
    .mentorship_profile9510 .container {
        flex-direction: column;
    }
    .mentorship_profile9510 .learner_reflections3869 {
        flex-direction: column;
        width: 100%;
        align-items: center;
        margin: auto;
    }
    .mentorship_profile9510 .learner_reflections3869 .img_panel1920 {
        width: 60vw;
        height: 60vw;
        max-width: 300px;
        max-height: 300px;
    }
    .mentorship_profile9510 .employee_summary3854 {
        align-items: center;
        margin-left: 0;
        margin-top: 20px;
        width: 100%;
        text-align: center;
    }
    .mentorship_profile9510 .worker_info p {
        width: 100%;
        text-align: center;
    }
}
.stay_updated7458 {
    padding-bottom: 80px;
    padding-top: 80px;
    position: relative;
}

.stay_updated7458 .study_track3950 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.stay_updated7458 input {
    padding: 12px;
    background: #ffffff;
    outline: none;
    border: 1px solid rgb(118,119,118,0.5);
    margin-right: 10px;
    min-width: 200px;
}

.stay_updated7458 h2 {
    margin-bottom: 20px;
    text-align: center;
}

.stay_updated7458 .request_reach5264 {
    background: rgb(118,119,118);
    color: #ffffff;
    padding: 12px;
    text-align: center;
    text-decoration: none;
    flex-shrink: 0;
}

.stay_updated7458 .input_holder {
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 800px) {
    .stay_updated7458 .study_track3950 {
        flex-direction: column;
    }

    .stay_updated7458 {
        padding: 30px 20px;
    }

    .stay_updated7458 input {
        min-width: unset;
    }

    .stay_updated7458 .request_reach5264 {
        flex-shrink: unset;
    }

    .stay_updated7458 .input_holder {
        flex-direction: column;
        width: 100%;
    }

    .stay_updated7458 input {
        margin: 0;
        margin-bottom: 10px;
        width: 100%;
    }

    .wrapper-section7690 .stay_updated7458 .study_track3950 h2 {
        font-size: 20px;
    }
}

.wrapper-section7690 .stay_updated7458 {
    background: rgb(118,119,118);
    border: 2px solid rgb(160,161,159,0.5);
    padding: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.wrapper-section7690 .stay_updated7458::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(160,161,159,0.5);
    clip-path: polygon(0 0, 100% 0, 100% 70%, 0 70%);
    z-index: 1;
}

.wrapper-section7690 .stay_updated7458 .input_holder {
    display: flex;
    flex-direction: row;
    width: 80%;
    margin-top: 20px;
    align-items: stretch;
    position: relative;
    z-index: 2;
    justify-content: center;
}

.wrapper-section7690 .stay_updated7458 input {
    border-radius: 18px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    background: rgb(118,119,118);
    color: #ffffff;
    padding: 15px;
    margin: 0;
    width: auto;
    border: 2px solid rgb(160,161,159);
    font-family: Nunito, sans-serif;
    font-size: 17px;
    transition: background 0.3s ease, border 0.3s ease;
}

.wrapper-section7690 .stay_updated7458 input:focus {
    background: rgb(160,161,159);
    border: 2px solid rgb(118,119,118);
    outline: none;
}

.wrapper-section7690 .stay_updated7458 h2 {
    font-size: 33px;
    color: rgb(160,161,159);
    margin-bottom: 20px;
    text-align: center;
    font-weight: 600;
    position: relative;
    z-index: 2;
}

.wrapper-section7690 .stay_updated7458 .request_reach5264 {
    border-radius: 18px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    background: rgb(160,161,159);
    padding: 15px 30px;
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    cursor: pointer;
    transition: background 0.3s ease, border 0.3s ease;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
    border: 2px solid transparent;
}

.wrapper-section7690 .stay_updated7458 .request_reach5264:hover {
    background: rgb(160,161,159);
    border: 2px solid rgb(118,119,118);
}

@media only screen and (max-width: 800px) {
    .wrapper-section7690 .stay_updated7458 {
        padding: 30px;
    }

    .wrapper-section7690 .stay_updated7458 h2 {
        font-size: 20px;
    }

    .wrapper-section7690 .stay_updated7458 input {
        width: 100%;
        margin-bottom: 10px;
    }

    .wrapper-section7690 .stay_updated7458 .input_holder {
        flex-direction: column;
        width: 100%;
    }

    .wrapper-section7690 .stay_updated7458 .request_reach5264 {
        width: 100%;
        padding: 12px;
        text-align: center;
    }
}.course_program2810 {
    position: relative;
    padding: 80px 0;
    background: linear-gradient(135deg, rgb(197,195,183) 0%, rgba(0, 0, 0, 0.5) 100%);
    overflow: hidden;
}

.course_program2810::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        radial-gradient(circle at 10% 20%, rgb(160,161,159,0.5) 5%, transparent 10%),
        radial-gradient(circle at 70% 65%, rgb(118,119,118,0.5) 5%, transparent 10%),
        radial-gradient(circle at 40% 80%, rgb(160,161,159,0.5) 4%, transparent 8%),
        radial-gradient(circle at 80% 10%, rgb(118,119,118,0.5) 4%, transparent 8%);
    opacity: 0.6;
    z-index: 1;
    animation: backgroundPulse 15s infinite alternate;
}

.course_program2810::after {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, rgb(160,161,159,0.5) 0%, transparent 70%);
    opacity: 0.2;
    transform: rotate(45deg);
    z-index: 0;
    animation: gradientRotate 20s infinite linear;
}

.course_program2810 .container {
    position: relative;
    z-index: 5;
}

.course_program2810 .study_track3950 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
    border-radius: 29px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 
                0 8px 15px rgba(0, 0, 0, 0.5), 
                0 0 0 1px rgb(160,161,159,0.5);
    overflow: hidden;
    transition: all 0.5s ease;
}

.course_program2810 .study_track3950::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgb(160,161,159,0.5) 0%, transparent 100%);
    opacity: 0.1;
    z-index: -1;
}

.course_program2810 .career_learn4079 {
    flex: 1 1 55%;
    padding: 40px 50px;
    position: relative;
    z-index: 2;
}

.course_program2810 .top_wrap6104 {
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
    transform: perspective(1000px) rotateY(0deg);
    transition: transform 0.6s ease;
}

.course_program2810 .top_wrap6104:hover {
    transform: perspective(1000px) rotateY(10deg);
}

.course_program2810 .top_wrap6104 svg {
    width: 120px;
    height: auto;
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.5));
}

.course_program2810 .top_wrap6104 svg path {
    fill: rgb(160,161,159);
    transition: fill 0.3s ease;
}

.course_program2810 .top_wrap6104:hover svg path {
    fill: rgb(118,119,118);
}

.course_program2810 .career_learn4079 h3 {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #ffffff;
    position: relative;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    transform-style: preserve-3d;
}

.course_program2810 .career_learn4079 h3::after {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 0;
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, rgb(160,161,159) 0%, rgb(118,119,118) 100%);
    border-radius: 10px;
    transform: translateZ(-5px);
    filter: blur(1px);
}

.course_program2810 .career_learn4079 p {
    font-size: 17px;
    line-height: 1.7;
    color: #ffffff;
    margin-bottom: 30px;
    position: relative;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    max-width: 100%;
}

.course_program2810 .img_panel1920 {
    flex: 1 1 45%;
    min-height: 450px;
    position: relative;
    transition: all 0.5s ease;
    transform-style: preserve-3d;
    perspective: 1000px;
}

.course_program2810 .img_panel1920::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgb(160,161,159,0.5) 0%, transparent 70%);
    z-index: 1;
    mix-blend-mode: overlay;
    animation: overlayPulse 8s infinite alternate;
}

.course_program2810 .img_panel1920::after {
    content: "";
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    border: 1px solid #ffffff;
    opacity: 0.2;
    z-index: 2;
    transform: translateZ(20px);
    box-shadow: 0 0 30px rgb(160,161,159,0.5);
}

@keyframes backgroundPulse {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

@keyframes gradientRotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes overlayPulse {
    0% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 0.3;
    }
}

@media (hover: hover) {
    .course_program2810 .study_track3950:hover {
        transform: translateY(-5px);
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 
                    0 12px 20px rgba(0, 0, 0, 0.5), 
                    0 0 0 1px rgb(160,161,159);
    }
    
    .course_program2810 .img_panel1920:hover {
        transform: rotateY(-5deg) translateZ(10px);
    }
}

@media screen and (max-width: 992px) {
    .course_program2810 {
        padding: 60px 0;
    }
    
    .course_program2810 .career_learn4079 {
        padding: 30px 40px;
    }
    
    .course_program2810 .img_panel1920 {
        min-height: 380px;
    }
    
    .course_program2810 .top_wrap6104 svg {
        width: 100px;
    }
    
    .course_program2810 .career_learn4079 h3 {
        font-size: calc(38px * 0.9);
    }
}

@media screen and (max-width: 768px) {
    .course_program2810 {
        padding: 50px 0;
    }
    
    .course_program2810 .study_track3950 {
        flex-direction: column-reverse;
    }
    
    .course_program2810 .career_learn4079 {
        flex: 1 1 100%;
        padding: 30px 25px;
    }
    
    .course_program2810 .img_panel1920 {
        flex: 1 1 100%;
        min-height: 300px;
        width: 100%;
    }
    
    .course_program2810 .career_learn4079 h3 {
        font-size: calc(38px * 0.8);
        margin-bottom: 20px;
    }
    
    .course_program2810 .career_learn4079 p {
        margin-bottom: 20px;
    }
    
    .course_program2810 .top_wrap6104 {
        margin-bottom: 15px;
    }
    
    .course_program2810 .top_wrap6104 svg {
        width: 90px;
    }
    
    .course_program2810 .career_learn4079 h3::after {
        width: 60px;
        height: 2px;
        bottom: -10px;
    }
}

@media screen and (max-width: 480px) {
    .course_program2810 {
        padding: 40px 0;
    }
    
    .course_program2810 .img_panel1920 {
        min-height: 250px;
    }
    
    .course_program2810 .career_learn4079 {
        padding: 25px 20px;
    }
    
    .course_program2810 .career_learn4079 h3 {
        font-size: calc(23px * 1.2);
    }
    
    .course_program2810 .top_wrap6104 svg {
        width: 80px;
    }
}.appWrapper9475 {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(160,161,159,0.5);
    padding: 60px 20px;
    position: relative;
    height: 100vh;
}
.appWrapper9475 .container {
    max-width: 1000px;
    width: 100%;
    background-color: rgb(197,195,183);
    padding: 50px;
    border-radius: 24px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    position: relative;
    overflow: hidden;
    border: 2px solid rgb(160,161,159);
}
.appWrapper9475 .container::before,
.appWrapper9475 .container::after {
    content: '';
    position: absolute;
    border-radius: 24px;
    border: 2px solid rgb(160,161,159,0.5);
    box-shadow: 0 0 15px rgb(160,161,159,0.5);
}
.appWrapper9475 .container::before {
    top: -15px;
    left: -15px;
    right: -15px;
    bottom: -15px;
}
.appWrapper9475 .container::after {
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border: 2px solid rgb(118,119,118,0.5);
    box-shadow: 0 0 10px rgb(118,119,118,0.5);
}
.appWrapper9475 .container h2 {
    font-size: 38px;
    color: rgb(160,161,159);
    font-family: Nunito, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: 3px solid rgb(118,119,118);
    letter-spacing: 1.5px;
    background: rgb(160,161,159,0.5);
    padding: 10px 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgb(160,161,159,0.5);
}
.appWrapper9475 .container p {
    font-size: 16px;
    color: #000000;
    font-family: Nunito, sans-serif;
    font-weight: 400;
    line-height: 1.8;
    margin-bottom: 20px;
    position: relative;
    background: rgb(160,161,159,0.5);
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgb(118,119,118,0.5);
    color: #ffffff;
}
@media only screen and (max-width: 800px) {
    .appWrapper9475 {
        padding: 30px 10px;
    }
    .appWrapper9475 .container {
        padding: 30px;
    }
    .appWrapper9475 h2 {
        font-size: 38px;
    }
}
.privacy_parapet8074 {
    background-color: rgb(118,119,118);
    color: #ffffff;
    padding: 50px;
    box-shadow: 0 0 15px rgb(160,161,159,0.5);
    font-family: Nunito, sans-serif;
}
.privacy_parapet8074 h3, .privacy_parapet8074 h4, .privacy_parapet8074 h5, .privacy_parapet8074 h6 {
    margin: 1rem 0;
}
.privacy_parapet8074 h1 {
    font-size: 40px;
    color: rgb(160,161,159);
    font-weight: 700;
    margin-bottom: 30px;
    text-shadow: 0 0 8px rgb(160,161,159,0.5);
}
.privacy_parapet8074 h2 {
    font-size: 35px;
    color: rgb(160,161,159);
    font-weight: 600;
    margin-top: 40px;
    margin-bottom: 20px;
    text-shadow: 0 0 5px rgb(118,119,118,0.5);
}
.privacy_parapet8074 h3, .privacy_parapet8074 h4, .privacy_parapet8074 h5, .privacy_parapet8074 h6 {
    margin-top: 30px;
    color: rgb(160,161,159);
}
.privacy_parapet8074 h3 {
    font-size: calc(20px - 2px);
    font-weight: 700;
    text-shadow: 0 0 6px rgb(160,161,159,0.5);
}
.privacy_parapet8074 h4 {
    font-size: calc(20px + 2px);
    font-weight: 600;
    text-shadow: 0 0 4px rgb(160,161,159,0.5);
}
.privacy_parapet8074 h5 {
    font-size: 20px;
    font-weight: 400;
    text-shadow: 0 0 3px rgb(160,161,159,0.5);
}
.privacy_parapet8074 h6 {
    font-size: 16px;
    font-weight: 300;
    text-shadow: 0 0 2px rgb(160,161,159,0.5);
}
.privacy_parapet8074 ul, .privacy_parapet8074 ol {
    padding-left: 25px;
    margin: 20px 0;
    list-style: none;
}
.privacy_parapet8074 li {
    margin-bottom: 15px;
    line-height: 1.7;
    font-size: 16px;
    position: relative;
    padding-left: 15px;
}
.privacy_parapet8074 li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background-color: rgb(118,119,118);
    border-radius: 50%;
    box-shadow: 0 0 8px rgb(118,119,118,0.5);
}
.privacy_parapet8074 section {
    margin-top: 50px;
    border-top: 1px solid rgb(118,119,118,0.5);
    padding-top: 30px;
}
.privacy_parapet8074 p {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.8;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}
.privacy_parapet8074 span {
    color: rgb(118,119,118);
    font-weight: 600;
    text-shadow: 0 0 4px rgb(118,119,118,0.5);
}
.privacy_parapet8074 div {
    margin-bottom: 25px;
}
@media only screen and (max-width: 800px) {
    .privacy_parapet8074 {
        padding: 30px;
        border-radius: 10px;
    }
    .privacy_parapet8074 h1 {
        font-size: calc(20px - 8px);
    }
    .privacy_parapet8074 h2 {
        font-size: calc(20px - 6px);
    }
    .privacy_parapet8074 ul, .privacy_parapet8074 ol {
        padding-left: 20px;
    }
    .privacy_parapet8074 li {
        font-size: calc(16px - 1px);
    }
    .privacy_parapet8074 p {
        font-size: calc(16px - 1px);
    }
}footer {
    background: rgb(118,119,118);
    color: #ffffff;
    font-family: Nunito, sans-serif;
    padding: 50px 0;
    border-top: 5px solid rgb(160,161,159);
}
footer .footer {
    padding: 40px 0;
    background: rgb(197,195,183);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
}
footer .container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    flex-direction: column;
}
footer .footer_milestones7645 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
footer .top_wrap6104 {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
footer .top_wrap6104 svg, footer .top_wrap6104 img {
    height: 60px;
    width: 60px;
    margin-right: 15px;
    border: 2px solid rgb(160,161,159);
    border-radius: 10px;
    fill: rgb(160,161,159);
}
footer h5 {
    font-size: 19px;
    margin: 16px 0;
    color: rgb(160,161,159);
    position: relative;
    padding-bottom: 10px;
}
footer h5::after {
    content: '';
    position: absolute;
    width: 50px;
    height: 2px;
    background: rgb(160,161,159);
    bottom: 0;
    left: 0;
}
footer .head_primary5389 {
    display: flex;
    flex-direction: column;
}
footer .head_primary5389 a {
    color: #ffffff;
    text-decoration: none;
    font-size: 18px;
    padding: 8px 0;
    border-bottom: 1px solid rgb(160,161,159,0.5);
    transition: color 0.3s ease;
    margin: 10px;
}
footer .head_primary5389 a:last-child {
    border-bottom: none;
}
footer .head_primary5389 a:hover {
    color: rgb(160,161,159);
}
footer .feedback_message6815 {
    display: flex;
    flex-direction: column;
}
footer .feedback_message6815 div {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}
footer .feedback_message6815 div svg {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    fill: rgb(160,161,159);
}
footer .feedback_message6815 div span {
    color: #ffffff;
    font-weight: 600;
}
footer .sustain_cta0632 {
    margin-top: 30px;
    font-size: 18px;
    color: #ffffff;
    background: rgb(160,161,159,0.5);
    padding: 15px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
footer .slack_invite4759 {
    background: rgb(118,119,118,0.5);
    padding: 20px 0;
    text-align: center;
    margin-top: 30px;
    font-size: 15px;
    color: #ffffff;
    border-top: 1px solid rgb(160,161,159);
}
footer .comm_guide4981 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
footer .comm_guide4981 a {
    color: rgb(160,161,159);
    text-decoration: none;
    font-weight: 700;
    margin: 0 5px;
}
footer .comm_guide4981 a:hover {
    text-decoration: underline;
}
@media only screen and (max-width: 1200px) {
    footer .footer_milestones7645 {
        padding: 0 20px;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    footer .head_primary5389 {
        margin-top: 20px;
    }
    footer .head_primary5389 a {
        padding: 10px 0;
    }
    footer .feedback_message6815 {
        margin-top: 30px;
    }
    footer h5 {
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 800px) {
    footer .footer_milestones7645 {
        padding: 0;
    }
    footer .head_primary5389, footer .header_tutor0831, footer .footer_milestones7645 {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    footer .feedback_message6815 {
        margin-top: 20px;
    }
    footer .head_primary5389 a {
        font-size: 18px;
        margin-bottom: 10px;
    }
    footer h5 {
        margin-top: 5px;
    }
}
.reach_out0739 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.reach_out0739 h3 {
    color: rgb(118,119,118);
}

.reach_out0739 .connect_card8109 {
    background: rgb(197,195,183);
    border-radius: 10px;
}

.reach_out0739 .request_info3054 svg, .reach_out0739 .request_info3054 svg path {
    fill: rgb(160,161,159);
}

.reach_out0739 .request_info3054 .feedback_message6815 h5 {
    color: rgb(160,161,159);
}

.reach_out0739 .request_info3054 span {
    color: #000000;
}

.reach_out0739 .request_info3054 .feedback_message6815 svg, .reach_out0739 .request_info3054 .feedback_message6815 svg path {
    fill: #000000;
}

.reach_out0739 form input {
    color: #000000;
    border-radius: 6px;
    background: #ffffff;
}

.reach_out0739 form .request_reach5264 {
    background: rgb(118,119,118);
    color: #ffffff;
    border-radius: 100px;
}

.reach_out0739 form .request_reach5264:hover {
    background: rgb(160,161,159);
}


.reach_out0739 .study_track3950 {
    display: flex;
}

.reach_out0739 .study_track3950 > div {
    width: 50%;
    padding: 40px;
}

.reach_out0739 .connect_card8109 {

}

.reach_out0739 .connect_card8109 form {
    display: flex;
    flex-direction: column;
}

.reach_out0739 h3 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 18px;
}

.reach_out0739 .request_info3054 {
    padding-top: 40px;
}

.reach_out0739 form input {
    border: none;
    padding: 13px;
    width: 100%;
    margin-bottom: 24px;
    line-height: 24px;
    outline: none;
    border: 1px solid transparent;
}

.reach_out0739 form .request_reach5264 {
    font-weight: 400;
    cursor: pointer;
}

.reach_out0739 .request_info3054 .feedback_message6815 h5 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 16px;
}

.reach_out0739 .request_info3054 svg, .reach_out0739 .request_info3054 img {
    margin-right: 16px;
    width: 16px;
    height: 16px;
}

.reach_out0739 .request_info3054 span {
    font-size: 16px;
}

.reach_out0739 .top_wrap6104 {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding-bottom: 30px;
    margin-right: 30px;
}

.reach_out0739 .top_wrap6104 svg, .reach_out0739 .top_wrap6104 img {
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
    margin-right: 0;
}

.reach_out0739 .request_info3054 .feedback_message6815 span {
    font-weight: 300;
}

.reach_out0739 .request_info3054 .feedback_message6815 > div {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.reach_out0739 .connect_list3816 {
    display: flex;
    justify-content: space-between;
}

.reach_out0739 .connect_list3816 #surname {
    margin-left: 24px;
}

.reach_out0739 .query_list5218 {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.reach_out0739 .query_list5218 label {
    display: block;
}

.reach_out0739 .query_list5218 a {
    margin-left: 5px;
    color: rgb(160,161,159);
}

.reach_out0739 .query_list5218 input[type=checkbox] {
    width: auto;
    margin: 0;
    margin-right: 5px;
}

@media only screen and (max-width: 600px) {
    .reach_out0739 .study_track3950 {
        flex-direction: column;
    }

    .reach_out0739 .study_track3950 > div {
        width: 100%;
    }

    .reach_out0739 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .reach_out0739 h3 {
        font-size: 30px;
    }
}

.wrapper-section7690 .reach_out0739 .study_track3950 {
    flex-direction: row-reverse;
}

.wrapper-section7690 .reach_out0739 .study_track3950 .connect_card8109 {
    width: calc(70% - 50px);
    margin-right: 50px;
    background: none;
    margin: auto;
}

.wrapper-section7690 .reach_out0739 .top_wrap6104 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;

}

.wrapper-section7690 .reach_out0739 .top_wrap6104 svg {
    margin-bottom: 10px;
    margin-right: 0;
}

.wrapper-section7690 .reach_out0739 .request_info3054 span {
    font-weight: normal;
}

.wrapper-section7690 .reach_out0739 .study_track3950 .request_info3054 {
    width: 30%;
}

.wrapper-section7690 .reach_out0739 form input {
    border-bottom: 1px solid rgb(118,119,118,0.5);
    border-radius: 0 !important;
    font-size: 18px;
    font-weight: 300;
}

.wrapper-section7690 .reach_out0739 h3 {
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 40px;
}

.wrapper-section7690 .reach_out0739 form .request_reach5264 {
    width: fit-content;
    background: rgb(118,119,118);
    color: #ffffff;
    margin-top: 24px;
}

.reach_out0739 .request_info3054 .feedback_message6815 svg, .reach_out0739 .request_info3054 .feedback_message6815 svg path {
    flex-shrink: 0;
}

@media only screen and (max-width: 800px) {
    .wrapper-section7690 .reach_out0739 .study_track3950 {
        flex-direction: column-reverse;
    }

    .wrapper-section7690 .reach_out0739 .study_track3950 .connect_card8109, .wrapper-section7690 .reach_out0739 .study_track3950 .request_info3054 {
        width: 100%;
    }

    .wrapper-section7690 .reach_out0739 .connect_list3816 {
        flex-direction: column;
    }

    .wrapper-section7690 .reach_out0739 .connect_list3816 #surname {
        margin-left: 0;
    }
}