* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

a {
    color: inherit;
    text-decoration: none;
}

header,footer {
    width: 100%;
}

header {
    width: 100%;
    position: relative;
    padding: 1rem 0;
    background: rgb(233,225,230);
    z-index: 100;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.welcome_sectionweb .study_sessionsweb {
    z-index: 1;
    flex-direction: column;
    position: relative;
    display: flex;
    padding: 3rem 2rem;
    height: 100%;
    max-width: 1400px;
    margin: 0 auto;
    min-height: 90vh;
}

.welcome_sectionweb .subtext_wrapweb {
    justify-content: center;
    display: flex;
    z-index: 2;
    flex-direction: column;
    margin-bottom: 2rem;
    align-items: flex-start;
    position: relative;
}

.welcome_sectionweb .page_homeweb p {
    color: #000000;
    line-height: 1.6;
    font-size: calc(12px * 1.2);
    position: relative;
    margin-bottom: 2rem;
}

.welcome_sectionweb svg path {
    transition: fill 0.3s ease;
}

.welcome_sectionweb svg:hover path {
    fill: rgb(208,191,201);
}

.welcome_sectionweb svg text {
    transition: fill 0.3s ease;
}

.welcome_sectionweb .query_linksweb:hover {
    transform: translateY(-5px) translateZ(0);
    box-shadow: 8px 8px 24px rgba(0, 0, 0, 0.15),
                -8px -8px 24px rgba(255, 255, 255, 0.9),
                inset 1px 1px 1px rgba(255, 255, 255, 0.4);
}

.welcome_sectionweb .snapweb {
    height: 350px;
    transform: translateZ(0) rotate(0deg);
    overflow: hidden;
    width: 100%;
    position: relative;
    transition: transform 0.7s ease, box-shadow 0.7s ease;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1),
                -10px -10px 30px rgba(255, 255, 255, 0.7),
                inset 1px 1px 2px rgba(255, 255, 255, 0.3);
    margin-top: 2rem;
    border-radius: 16px;
}

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

.program_structureweb .description {
    background-color: rgba(255, 255, 255, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    font-size: 14px;
    padding: 30px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    border-radius: 13px;
    color: #000000;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    line-height: 1.8;
}

.program_structureweb .snapweb {
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    height: 400px;
    transition: transform 0.5s ease;
    margin: 40px 0;
    transform: perspective(1000px) rotateX(2deg);
    border-radius: 13px;
}

.pricing_bucketweb .container {
    position: relative;
    margin: 0 auto;
    max-width: 1320px;
    padding: 0 1.5rem;
    z-index: 2;
}

.pricing_bucketweb .discount_priceweb:hover {
    transform: translateY(-5px);
}

.pricing_bucketweb .discount_priceweb h2 {
    font-weight: 700;
    color: #000000;
    line-height: 1.3;
    font-size: 29px;
    position: relative;
    margin-bottom: 1rem;
}

.pricing_bucketweb .study_offersweb {
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr;
    position: relative;
}

.pricing_bucketweb .price_dealsweb {
    display: flex;
    transition: box-shadow 0.4s ease;
    border-radius: 8px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    position: relative;
    background: #ffffff;
    height: 100%;
    flex-direction: column;
}

.pricing_bucketweb .rate_optionsweb p {
    overflow-wrap: break-word;
    line-height: 1.6;
    flex-grow: 1;
    color: #000000;
    margin-top: 1.5rem;
    word-break: break-word;
    font-size: 16px;
}

#cookieWarningWindowweb {
    display: none;
}

#cookieWarningWindowweb:checked ~ .cookie_modal_messageweb {
    visibility: hidden;
    opacity: 0;
}

.cookie_guideweb {
    flex-shrink: 0;
    margin-right: 10px;
}


.outer-containerweb .cookie_modal_messageweb {
    box-shadow: rgb(208,191,201,0.5) 0px 0px 40px 39px;
    border: none;
    background: #ffffff;
}

.outer-containerweb .cookie_guideweb svg, .outer-containerweb .cookie_guideweb svg path, .outer-containerweb .cookie_guideweb img {
    height: 40px;
    width: 40px;
    fill:#000000;
}

.gratWrapperweb::after {
    width: 70%;
    transform: rotate(25deg);
    right: -20%;
    z-index: 0;
    height: 200%;
    content: "";
    opacity: 0.1;
    background: linear-gradient(120deg, rgb(208,191,201,0.5) 10%, transparent 80%);
    top: -50%;
    position: absolute;
}

.gratWrapperweb .study_sessionsweb {
    border-left: 4px solid rgb(173,152,164);
    padding: 35px 40px 30px;
    animation: fadeSlideUp 0.8s 0.3s ease-out forwards;
    box-shadow: 0 15px 35px rgba(0,0,0,0.05), 
                0 5px 15px rgba(0,0,0,0.03);
    transform: translateZ(10px) translateY(10px);
    opacity: 0;
    background: #ffffff;
    position: relative;
}

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

.discount_ctaweb::after {
    background: repeating-linear-gradient(
        -45deg,
        #000000,
        #000000 15px,
        rgb(173,152,164,0.5) 15px,
        rgb(173,152,164,0.5) 30px
    );
    content: "";
    position: absolute;
    bottom: -50px;
    height: 300px;
    width: 300px;
    transform: rotate(30deg);
    left: -50px;
    opacity: 0.2;
}

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

footer .ssl_infoweb {
    line-height: 1.6;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
    max-width: 330px;
}

footer .head_leadweb a {
    display: block;
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    position: relative;
    margin-bottom: 12px;
    padding: 8px 0;
    transition: all 0.3s ease;
    text-decoration: none;
}

footer .subscribe_holder p {
    margin-bottom: 25px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
}

footer .sub_formweb {
    padding: 15px 20px;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    border: none;
    border-radius: 10px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    position: relative;
    overflow: hidden;
    background-color: rgb(208,191,201);
    font-size: 15px;
    color: #ffffff;
}

.customer_experienceweb h4 {
    transform: translateY(0);
    text-align: center;
    font-size: 30px;
    margin-bottom: 60px;
    font-weight: 700;
    letter-spacing: 1px;
    position: relative;
    color: #000000;
    animation: fadeInDown 1s ease-out;
    opacity: 1;
}

.customer_experienceweb .student_quotesweb {
    padding: 30px;
    border-radius: 20px;
    width: 45%;
    transition: all 0.4s ease;
    position: relative;
    background: #ffffff;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
    margin-bottom: 60px;
    clear: both;
}

.customer_experienceweb .student_quotesweb:nth-child(even)::before {
    left: -60px;
}

.customer_experienceweb .student_quotesweb::after {
    position: absolute;
    border-style: solid;
    border-width: 10px;
    height: 15px;
    content: "";
    top: 32px;
    transition: all 0.4s ease;
    width: 15px;
}

.customer_experienceweb .student_quotesweb span {
    font-weight: 600;
    transition: all 0.3s ease;
    display: block;
    font-size: 23px;
    margin-top: 10px;
    margin-bottom: 5px;
    color: #000000;
}

.customer_experienceweb .student_quotesweb:hover p::before {
    width: 60px;
    background: rgb(208,191,201);
}

.secure_oasisweb::after {
    content: "";
    position: absolute;
    transform: rotate(30deg);
    pointer-events: none;
    right: -20%;
    width: 60%;
    height: 100%;
    top: -50%;
    background: radial-gradient(circle, rgba(rgb(208,191,201,0.5), 0.05), transparent 70%);
    z-index: 0;
}

.secure_oasisweb h1::after {
    background: linear-gradient(to right, rgb(208,191,201), rgb(173,152,164));
    height: 3px;
    transition: width 0.3s ease;
    position: absolute;
    bottom: 0;
    transform-origin: left;
    content: "";
    width: 80px;
    left: 0;
}

.secure_oasisweb h4 {
    color: #000000;
    margin-top: 1.5rem;
    font-weight: 600;
    margin-bottom: 0.8rem;
    padding-left: 0.6rem;
    position: relative;
    font-size: calc(32px * 0.7);
}

.secure_oasisweb ul {
    margin-bottom: 2rem;
    padding-left: 1.2rem;
    position: relative;
}

.secure_oasisweb li::before {
    top: 0.7rem;
    opacity: 0.8;
    position: absolute;
    border-radius: 1px;
    content: "";
    background: rgb(208,191,201);
    left: -1.2rem;
    transform: rotate(45deg);
    height: 6px;
    width: 6px;
}



.potential_learnersweb::after {
    top: 0;
    content: '';
    height: 100%;
    position: absolute;
    left: 0;
    box-shadow: inset 0 0 150px 50px rgba(0, 0, 0, 0.8);
    width: 100%;
    pointer-events: none;
}

.potential_learnersweb h4::after {
    position: absolute;
    content: '';
    height: 1px;
    left: 50%;
    width: 200px;
    bottom: -5px;
    transform: translateX(-50%);
    background: rgb(173,152,164,0.5);
}

.potential_learnersweb p {
    backdrop-filter: blur(5px);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.3s ease;
    position: relative;
    border-radius: 0;
    line-height: 1.7;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
    display: flex;
    margin: 0;
    padding: 30px 35px;
    box-shadow: 
        0 0 20px rgb(208,191,201,0.5),
        inset 0 0 10px rgb(208,191,201,0.5);
    clip-path: polygon(
        0% 0%, 
        100% 0%, 
        100% 80%, 
        85% 100%, 
        0% 100%
    );
    border: 1px solid rgb(208,191,201,0.5);
    overflow: visible;
    align-items: flex-start;
    font-size: calc(12px * 1.05);
}

.potential_learnersweb p:nth-child(3n+3):hover {
    transform: translateX(30px) translateY(-15px) rotateX(5deg) rotateY(5deg);
}

.potential_learnersweb .study_sessionsweb::before {
    background: 
        linear-gradient(45deg, transparent 48%, rgb(173,152,164) 49%, rgb(173,152,164) 51%, transparent 52%) 0 0/20px 20px,
        linear-gradient(-45deg, transparent 48%, rgb(173,152,164) 49%, rgb(173,152,164) 51%, transparent 52%) 0 0/20px 20px;
    left: -100px;
    border-radius: 50%;
    width: 200px;
    content: '';
    animation: rotateMesh 30s linear infinite;
    opacity: 0.2;
    position: absolute;
    filter: blur(2px);
    top: -70px;
    height: 200px;
}

.learning_outcomesweb .subtext_wrapweb {
    transform: translateZ(0);
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    box-shadow: 
        20px 20px 40px rgba(0, 0, 0, 0.05),
        -8px -8px 20px rgba(255, 255, 255, 0.8),
        inset 2px 2px 5px rgba(255, 255, 255, 0.4),
        inset -2px -2px 5px rgba(0, 0, 0, 0.05);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 40px;
    flex: 1;
}

.learning_outcomesweb li:hover p {
    box-shadow: 
        8px 8px 20px rgba(0, 0, 0, 0.05),
        -8px -8px 20px rgba(255, 255, 255, 1),
        inset 1px 1px 2px rgba(255, 255, 255, 0.6);
    background: rgba(255, 255, 255, 0.9);
}

.learning_outcomesweb svg path {
    fill: rgb(208,191,201);
    transition: fill 0.3s ease;
}

.learning_outcomesweb .subtext_wrapweb > div {
    flex-direction: column;
    display: flex;
    gap: 10px;
}

.company_overviewweb::before {
    top: 0;
    left: 0;
    content: "";
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.65) 100%);
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
    background: rgb(208,191,201,0.5);
}

.company_overviewweb .subtext_wrapweb {
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    background: rgba(255, 255, 255, 0.95);
    transform: translateY(0);
    animation: slideUp 0.8s cubic-bezier(0.23, 1, 0.32, 1) forwards;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    backdrop-filter: blur(10px);
    padding: 40px;
}

.leadership_profileweb {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
    background: rgb(233,225,230);
}

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

.leadership_profileweb .snapweb {
    transition: all 0.5s ease;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
    position: absolute;
    height: 120px;
    top: -60px;
    left: 40px;
    width: 120px;
    border-radius: 2px;
    box-shadow: 10px 10px 0 #ffffff, 12px 12px 0 rgb(208,191,201);
    transform: rotate(0deg);
}

.leadership_profileweb .work_projectsweb {
    color: #000000;
    position: relative;
    margin-top: 40px;
    font-weight: 400;
    padding-left: 0;
    font-size: 12px;
    line-height: 1.8;
    transition: padding 0.5s ease;
}

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

.contact_boxwebGMX .feedback_blockweb::before {
    opacity: 0.3;
    right: -10%;
    position: absolute;
    border-radius: 50%;
    background: rgb(173,152,164);
    width: 200px;
    top: -10%;
    height: 200px;
    content: "";
}

.contact_boxwebGMX .feedback_blockweb div:hover {
    transform: translateX(5px);
    border-left-color: rgb(173,152,164);
}

.contact_boxwebGMX .feedback_blockweb div span {
    color: #ffffff;
    font-size: 17px;
}

.contact_boxwebGMX .query_cardweb {
    padding: 60px 40px;
    width: 60%;
    background: #ffffff;
}

.contact_boxwebGMX form input[type="text"]:focus,
.contact_boxwebGMX form input[type="email"]:focus {
    outline: none;
    border-color: rgb(208,191,201);
}

.contact_boxwebGMX .inquiry_inquiryweb label {
    font-size: 12px;
    position: relative;
    line-height: 1.6;
    padding-left: 35px;
    color: #000000;
    cursor: pointer;
}

.contact_boxwebGMX .inquiry_inquiryweb label a {
    color: rgb(208,191,201);
    transition: all 0.3s ease;
    text-decoration: none;
}

.contact_boxwebGMX form .query_linksweb:hover {
    background-color: rgb(173,152,164);
}

.contact_boxwebGMX .feedback_blockweb div:nth-child(2) {
    animation-delay: 0.1s;
}

.contact_boxwebGMX .feedback_blockweb div:nth-child(4) {
    animation-delay: 0.3s;
}

header::before {
    height: 100%;
    width: 100%;
    background: linear-gradient(to right, 
        rgb(208,191,201,0.5) 0%, 
        transparent 20%, 
        transparent 80%, 
        rgb(173,152,164,0.5) 100%);
    z-index: 0;
    top: 0;
    position: absolute;
    left: 0;
    opacity: 0.4;
    content: '';
}

header .head_studyweb {
    gap: 0.5rem;
    align-items: center;
    grid-area: menu;
    padding: 0.6rem;
    display: flex;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
    background: rgba(255, 255, 255, 0.5);
    justify-content: center;
    border-radius: 27px;
}


@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}



@media (min-width: 1200px) {.welcome_sectionweb .study_sessionsweb {
    padding: 6rem;
}.welcome_sectionweb h1 {
    font-size: calc(39px * 1.6);
    max-width: 90%;
}.welcome_sectionweb .subtext_wrapweb {
    width: 40%;
}.welcome_sectionweb .snapweb {
    height: 600px;
    width: 55%;
}.welcome_sectionweb .page_homeweb p {
    font-size: calc(12px * 1.3);
}.welcome_sectionweb svg {
    height: 180px;
    width: 180px;
}
}



@media screen and (max-width: 480px) {.program_structureweb {
    padding: 40px 0;
}.program_structureweb .program_flowweb {
    gap: 30px;
}.program_structureweb .subtext_wrapweb h2 {
    padding-left: 15px;
    font-size: calc(33px * 0.8);
}.program_structureweb .description {
    font-size: calc(14px * 0.95);
    padding: 20px;
}.program_structureweb .snapweb {
    height: 250px;
    transform: perspective(1000px) rotateX(0deg);
    margin: 20px 0;
}}


@media only screen and (max-width: 800px){.outer-containerweb .cookie_guideweb {
    margin: 0;
    margin-bottom: 14px;
}}



@media (max-width: 992px) {.gratWrapperweb {
    padding: 80px 0;
}.gratWrapperweb h2 {
    font-size: calc(37px * 0.85);
}.gratWrapperweb::after {
    width: 100%;
    right: -50%;
}.gratWrapperweb .study_sessionsweb {
    padding: 30px 35px 25px;
}
}



@media (hover: hover) {.gratWrapperweb .study_sessionsweb:hover {
    transition: transform 0.3s ease;
    transform: translateZ(15px) translateY(5px);
}}



@media (max-width: 767px) {footer .discount_ctaweb {
    padding: 60px 0 30px;
}footer .contact_supportweb {
    margin-bottom: 40px;
    padding: 20px;
    grid-template-columns: 1fr;
}footer .head_studyweb h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
}footer .head_studyweb h5::after {
    bottom: -8px;
}footer .subscribe_holder {
    padding: 25px 20px;
}footer .footer_careersweb {
    margin-top: 40px;
}
}



@media (min-width: 768px) {.secure_oasisweb {
    padding: 5rem 2rem;
}.secure_oasisweb .container {
    padding: 3rem 4rem;
    border-left-width: 4px;
}.secure_oasisweb h1 {
    font-size: calc(43px * 1.2);
    margin-bottom: 2.5rem;
    padding-bottom: 1rem;
}.secure_oasisweb h1::after {
    width: 120px;
    height: 4px;
}.secure_oasisweb h2 {
    margin-top: 3rem;
    padding-left: 1.5rem;
    font-size: calc(32px * 1.1);
}.secure_oasisweb h2::before {
    width: 4px;
}.secure_oasisweb p, .secure_oasisweb span {
    font-size: calc(16px * 1.05);
    line-height: 1.8;
}.secure_oasisweb ul {
    padding-left: 2rem;
}.secure_oasisweb li {
    font-size: calc(16px * 1.05);
    padding-left: 0.8rem;
}.secure_oasisweb li::before {
    left: -1.4rem;
    height: 7px;
    width: 7px;
}
}



@media (max-width: 767px) {.potential_learnersweb {
    padding: 70px 0;
}.potential_learnersweb h4 {
    letter-spacing: 2px;
    margin-bottom: 50px;
    font-size: 33px;
}.potential_learnersweb div > div {
    grid-template-columns: 1fr;
    margin: 0;
    gap: 25px;
}.potential_learnersweb p {
    padding: 25px;
    transform: none !important;
}.potential_learnersweb p:hover {
    transform: translateY(-10px) !important;
}.potential_learnersweb .study_sessionsweb::before {
    left: -60px;
    top: -50px;
    width: 120px;
    height: 120px;
}.potential_learnersweb .study_sessionsweb::after {
    height: 100px;
    width: 100px;
    bottom: -50px;
    right: -50px;
}
}



@media (min-width: 1200px) {.learning_outcomesweb .study_sessionsweb {
    gap: 80px;
}.learning_outcomesweb .subtext_wrapweb {
    padding: 60px;
}.learning_outcomesweb h4 {
    font-size: calc(18px * 1.2);
    margin-bottom: 40px;
}.learning_outcomesweb li p {
    padding: 18px 25px;
}
}



@media (min-width: 992px) {.company_overviewweb {
    padding: 180px 0 120px;
}.company_overviewweb::after {
    animation: floatElement 15s infinite ease-in-out;
    height: 300px;
    transform: rotate(15deg);
    right: -5%;
    position: absolute;
    top: -10%;
    opacity: 0.15;
    border: 15px solid rgb(173,152,164,0.5);
    z-index: 1;
    width: 300px;
    content: "";
    border-radius: 10px;
}.company_overviewweb .container {
    padding: 0 40px;
}.company_overviewweb h2 {
    font-size: calc(38px * 1.4);
    margin-bottom: 70px;
}.company_overviewweb .subtext_wrapweb {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 80px 100%, 0 calc(100% - 80px));
    margin-left: 80px;
    padding: 80px;
}.company_overviewweb .subtext_wrapweb p {
    font-size: calc(14px * 1.8);
    margin-bottom: 30px;
}
}



@media (max-width: 767px) {header .nav_classweb {
    grid-template-columns: 1fr;
    grid-template-areas:
            "logo"
            "head_studyweb";
}header .header_mainweb {
    padding: 0.4rem;
}header .header_mainweb svg {
    width: 130px;
}header .head_studyweb {
    padding: 0.4rem;
    flex-wrap: wrap;
}header .nav_guideweb {
    padding: 0.3rem 0.5rem;
    font-size: calc(20px - 1px);
}
}



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

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



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



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

h1, h2, h3, h4, h5, h6 {word-break: break-word;}
