* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}.top-base-o {
    flex: 1 0 auto;
}svg {
    height: 30px;
    width: 30px;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1144px;
}a {
    color: inherit;
    text-decoration: none;
}.panel-container-G {
    display: flex;
    height: 100%;
    min-height: 100%;
    flex-direction: column;
}header,footer {
    width: 100%;
}html,body {
    font-family: Arial, sans-serif;
    color: #000000;
    min-height: 100%;
    height: 100%;
}.exam-prep-G {
    flex: 0 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.connect-form-l {
    position: relative;
    padding: 90px 0;
    overflow: hidden;
    background: rgb(225,219,212);
}.connect-form-l::before {
    z-index: 1;
    position: absolute;
    top: -150px;
    filter: blur(70px);
    width: 400px;
    border-radius: 50%;
    height: 400px;
    background: linear-gradient(45deg, rgb(179,196,183,0.5), rgb(130,155,144,0.5));
    content: "";
    right: -150px;
}.connect-form-l::after {
    content: "";
    background: linear-gradient(225deg, rgb(130,155,144,0.5), rgb(179,196,183,0.5));
    z-index: 1;
    height: 300px;
    width: 300px;
    filter: blur(60px);
    border-radius: 50%;
    position: absolute;
    left: -100px;
    bottom: -100px;
}.connect-form-l .container {
    padding: 0 30px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    max-width: 1200px;
}.connect-form-l h2 {
    color: #000000;
    font-size: 28px;
    text-align: center;
    margin-bottom: 60px;
    font-weight: 700;
    position: relative;
}.connect-form-l h2::before {
    content: "";
    top: -25px;
    height: 50px;
    background: rgb(179,196,183,0.5);
    width: 50px;
    border-radius: 50%;
    z-index: -1;
    position: absolute;
    left: calc(50% - 120px);
}.connect-form-l h2::after {
    width: 30px;
    z-index: -1;
    right: calc(50% - 100px);
    content: "";
    background: rgb(130,155,144,0.5);
    position: absolute;
    border-radius: 50%;
    bottom: -15px;
    height: 30px;
}.connect-form-l .message-query-B {
    display: flex;
    overflow: hidden;
    border-radius: 20px;
    background: #ffffff;
    position: relative;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}.connect-form-l .message-query-B::before {
    position: absolute;
    background: radial-gradient(
        circle at 0% 0%,
        transparent 98%,
        rgb(179,196,183,0.5) 99%
    ), radial-gradient(
        circle at 100% 100%,
        transparent 98%,
        rgb(130,155,144,0.5) 99%
    );
    content: "";
    z-index: 0;
    inset: 0;
    pointer-events: none;
}.connect-form-l .pic-cell-5 {
    transition: transform 0.5s ease;
    position: relative;
    flex: 0 0 45%;
    min-height: 500px;
}.connect-form-l .pic-cell-5::before {
    position: absolute;
    content: "";
    inset: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.5));
    z-index: 1;
}.connect-form-l .pic-cell-5::after {
    left: 20px;
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.3);
    pointer-events: none;
    right: 20px;
    top: 20px;
    bottom: 20px;
    content: "";
    z-index: 2;
}.connect-form-l .reach-links-n {
    justify-content: center;
    position: relative;
    padding: 60px;
    flex-direction: column;
    flex: 0 0 55%;
    display: flex;
}.connect-form-l form {
    z-index: 3;
    position: relative;
}.connect-form-l form h3 {
    color: #000000;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 30px;
}.connect-form-l form input[type="text"] {
    background: rgb(225,219,212);
    border: none;
    border-radius: 12px;
    padding: 18px 25px;
    color: #000000;
    font-size: 12px;
    width: 100%;
    transition: all 0.3s ease;
    margin-bottom: 25px;
}.connect-form-l form input[type="text"]:focus {
    box-shadow: 0 5px 15px rgba(rgb(179,196,183), 0.1);
    border: 1px solid transparent;
    background: linear-gradient(rgb(225,219,212), rgb(225,219,212)) padding-box,
                linear-gradient(to right, rgb(179,196,183), rgb(130,155,144)) border-box;
    outline: none;
}.connect-form-l form input[type="text"]::placeholder {
    color: rgba(#000000, 0.5);
}.connect-form-l .connect-map-w {
    position: relative;
    margin-bottom: 30px;
}.connect-form-l .connect-map-w input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.connect-form-l .connect-map-w label {
    color: #000000;
    padding-left: 35px;
    font-size: 15px;
    align-items: center;
    cursor: pointer;
    display: flex;
    position: relative;
}.connect-form-l .connect-map-w label::before {
    border-radius: 6px;
    left: 0;
    content: "";
    width: 22px;
    top: 0;
    height: 22px;
    transition: all 0.3s ease;
    background: rgb(225,219,212);
    position: absolute;
}.connect-form-l .connect-map-w input[type="checkbox"]:checked + label::before {
    background: linear-gradient(135deg, rgb(179,196,183), rgb(130,155,144));
}.connect-form-l .connect-map-w input[type="checkbox"]:checked + label::after {
    content: "";
    border-width: 0 2px 2px 0;
    width: 6px;
    left: 8px;
    border: solid #ffffff;
    height: 12px;
    transform: rotate(45deg);
    top: 4px;
    position: absolute;
}.connect-form-l .connect-map-w label a {
    font-weight: 600;
    color: rgb(179,196,183);
    transition: color 0.3s ease;
    text-decoration: none;
}.connect-form-l .connect-map-w label a:hover {
    color: rgb(130,155,144);
}.connect-form-l .request-map-W {
    transition: all 0.5s ease;
    padding: 20px;
    cursor: pointer;
    border: none;
    border-radius: 12px;
    font-size: 20px;
    z-index: 1;
    width: 100%;
    background: linear-gradient(135deg, rgb(179,196,183), rgb(130,155,144));
    position: relative;
    overflow: hidden;
    font-weight: 600;
    color: #ffffff;
}.connect-form-l .request-map-W::before {
    background: linear-gradient(135deg, rgb(130,155,144), rgb(179,196,183));
    transform: scaleX(0);
    height: 100%;
    left: 0;
    width: 100%;
    transform-origin: right;
    content: "";
    position: absolute;
    transition: transform 0.5s ease;
    z-index: -1;
    top: 0;
}.connect-form-l .request-map-W:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}.connect-form-l svg {
    margin-right: 12px;
    fill: none;
    height: 24px;
    stroke: rgb(179,196,183);
    transition: all 0.3s ease;
    width: 24px;
}.connect-form-l svg path {
    transition: all 0.3s ease;
    stroke-width: 2;
    stroke: rgb(179,196,183);
    fill: none;
}.connect-form-l svg:hover,
.connect-form-l svg:hover path {
    stroke: rgb(130,155,144);
}

@media (max-width: 1024px) {.connect-form-l {
    padding: 70px 0;
}.connect-form-l .reach-links-n {
    padding: 45px;
}.connect-form-l .pic-cell-5 {
    min-height: 450px;
}
}

@media (max-width: 768px) {.connect-form-l {
    padding: 60px 0;
}.connect-form-l h2 {
    margin-bottom: 40px;
}.connect-form-l .message-query-B {
    flex-direction: column;
}.connect-form-l .pic-cell-5 {
    flex: 0 0 300px;
    width: 100%;
    min-height: 300px;
}.connect-form-l .reach-links-n {
    padding: 40px 30px;
    flex: 0 0 auto;
}.connect-form-l form h3 {
    margin-bottom: 25px;
}.connect-form-l form input[type="text"] {
    padding: 15px 20px;
    margin-bottom: 20px;
}
}

@media (max-width: 480px) {.connect-form-l {
    padding: 50px 0;
}.connect-form-l h2 {
    font-size: calc(28px * 0.9);
    margin-bottom: 30px;
}.connect-form-l .pic-cell-5 {
    min-height: 220px;
}.connect-form-l .reach-links-n {
    padding: 30px 20px;
}.connect-form-l form h3 {
    margin-bottom: 20px;
    font-size: calc(24px * 0.9);
}.connect-form-l form input[type="text"] {
    font-size: calc(12px * 0.95);
    padding: 14px 16px;
    margin-bottom: 16px;
}.connect-form-l .request-map-W {
    padding: 16px;
}.connect-form-l .connect-map-w label {
    font-size: calc(15px * 0.95);
}}.privacy-guard-5 {
    border: 1px solid #000000;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    padding: 30px;
    background-color: rgb(225,219,212);
    font-family: Arial, sans-serif;
}.privacy-guard-5 h1 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 29px;
    color: #000000;
    margin: 20px 0;
}.privacy-guard-5 h2 {
    font-weight: 600;
    font-size: 23px;
    margin: 15px 0;
    color: #000000;
}.privacy-guard-5 h3, .privacy-guard-5 h4, .privacy-guard-5 h5, .privacy-guard-5 h6 {
    margin: 10px 0;
    font-size: 23px;
    color: #000000;
}.privacy-guard-5 ul {
    padding-left: 20px;
    color: #000000;
    margin: 15px 0;
    list-style-type: square;
}.privacy-guard-5 li {
    line-height: 1.8;
    font-size: 14px;
}
@media only screen and (max-width: 800px) {.privacy-guard-5 {
    padding: 20px;
}.privacy-guard-5 h1 {
    font-size: 23px;
}.privacy-guard-5 h2 {
    font-size: 22px;
}.privacy-guard-5 ul {
    font-size: 14px;
}}
header {
    z-index: 100;
    padding: 1.2rem 0;
    background: rgb(225,219,212);
    position: relative;
}header::before {
    left: 0;
    background: linear-gradient(135deg, 
        rgb(179,196,183,0.5) 0%, 
        transparent 50%, 
        rgb(130,155,144,0.5) 100%);
    height: 100%;
    width: 100%;
    top: 0;
    opacity: 0.5;
    content: '';
    position: absolute;
}header .container {
    padding: 0 1.5rem;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 1;
}header .nav-class-u {
    display: flex;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    background: #ffffff;
    gap: 1rem;
    flex-direction: column;
    padding: 1rem;
    align-items: center;
    border-radius: 21px;
}header .main-class-P {
    display: flex;
    margin-bottom: 0.5rem;
    position: relative;
    justify-content: center;
    text-decoration: none;
    padding: 0.5rem 1rem;
}header .main-class-P::before {
    height: 1px;
    background: linear-gradient(to right, 
        transparent, 
        rgb(179,196,183,0.5), 
        rgb(130,155,144,0.5), 
        rgb(179,196,183,0.5), 
        transparent);
    content: '';
    width: 100%;
    left: 0;
    position: absolute;
    bottom: 0;
}header .main-class-P svg {
    width: 160px;
    transition: all 0.3s ease;
    height: auto;
}header .main-class-P:hover svg {
    filter: drop-shadow(0 2px 4px rgb(179,196,183,0.5));
    transform: translateY(-2px);
}header .top-sitebar-S {
    justify-content: center;
    width: 100%;
    padding: 0.6rem;
    background: rgb(225,219,212);
    flex-wrap: wrap;
    gap: 0.4rem;
    border-radius: 10px;
    display: flex;
}header .top-sitewrap-C {
    font-family: Arial, sans-serif;
    text-decoration: none;
    transition: all 0.3s ease;
    z-index: 1;
    font-weight: 400;
    color: #000000;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    font-size: 13px;
    padding: 0.5rem 1rem;
}header .top-sitewrap-C::before {
    position: absolute;
    height: 100%;
    left: 0;
    width: 100%;
    background: linear-gradient(135deg, rgb(179,196,183), rgb(130,155,144));
    content: '';
    top: 0;
    transition: opacity 0.3s ease;
    opacity: 0;
    z-index: -1;
}header .top-sitewrap-C:hover {
    color: #ffffff;
}header .top-sitewrap-C:hover::before {
    opacity: 1;
}header .top-sitewrap-C::after {
    width: 100%;
    content: '';
    transition: transform 0.3s ease;
    transform: scaleX(0);
    transform-origin: left;
    bottom: 0;
    height: 2px;
    left: 0;
    background: linear-gradient(to right, rgb(179,196,183), rgb(130,155,144));
    position: absolute;
}header .top-sitewrap-C:hover::after {
    transform: scaleX(1);
}

@media (max-width: 991px) {header {
    padding: 1rem 0;
}header .nav-class-u {
    padding: 0.8rem;
    gap: 0.8rem;
}header .main-class-P svg {
    width: 140px;
}header .top-sitebar-S {
    padding: 0.5rem;
}header .top-sitewrap-C {
    padding: 0.4rem 0.8rem;
    font-size: calc(13px - 1px);
}
}

@media (max-width: 767px) {header {
    padding: 0.8rem 0;
}header .nav-class-u {
    gap: 0.7rem;
    padding: 0.7rem;
}header .main-class-P svg {
    width: 120px;
}header .top-sitebar-S {
    gap: 0.3rem;
    padding: 0.4rem;
}header .top-sitewrap-C {
    font-size: calc(13px - 2px);
    padding: 0.3rem 0.7rem;
}
}

@media (max-width: 480px) {header {
    padding: 0.7rem 0;
}header .nav-class-u {
    gap: 0.6rem;
    padding: 0.6rem;
}header .main-class-P svg {
    width: 110px;
}header .top-sitebar-S {
    justify-content: flex-start;
    padding: 0.4rem;
    flex-wrap: nowrap;
    overflow-x: auto;
}header .top-sitebar-S::-webkit-scrollbar {
    height: 2px;
}header .top-sitebar-S::-webkit-scrollbar-thumb {
    background: rgb(179,196,183);
    border-radius: 10px;
}header .top-sitewrap-C {
    white-space: nowrap;
    flex-shrink: 0;
}}.privacyAgreementDialog-s {
    bottom: 0;
    width: 100%;
    background: rgb(225,219,212);
    border-top: 2px solid rgb(179,196,183);
    z-index: 90;
    position: fixed;
}#cookieNoticePrompt-d {
    display: none;
}#cookieNoticePrompt-d:checked ~ .privacyAgreementDialog-s {
    opacity: 0;
    visibility: hidden;
}.consent-ack-q {
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    display: flex;
}.privacyAgreementDialog-s h5 {
    margin-bottom: 6px;
    font-size: 22px;
}.privacyAgreementDialog-s p {
    font-size: 18px;
}.cookies-terms-I {
    margin-right: 10px;
    flex-shrink: 0;
}.cookies-terms-I svg, .cookies-terms-I svg path, .cookies-terms-I img {
    height: 100px;
    fill: rgb(179,196,183);
    width: 100px;
}.online-cookies-i {
    color: rgb(179,196,183);
    margin-left: 10px;
    cursor: pointer;
    min-width: 120px;
    font-size: 24px;
    border-bottom: 2px solid rgb(179,196,183);
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    line-height: 35px;
    flex-shrink: 0;
}.privacyAgreementDialog-s p a {
    text-decoration: none;
    color: rgb(179,196,183);
}
@media only screen and (max-width: 1200px) {.privacyAgreementDialog-s {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.cookies-terms-I {
    display: none;
}.consent-ack-q {
    align-items: center;
    flex-direction: column;
    justify-content: center;
}.privacyAgreementDialog-s h5 {
    text-align: center;
}.privacyAgreementDialog-s p {
    text-align: center;
}.policy-opt-W {
    margin-bottom: 20px;
}body .panel-container-G .online-cookies-i {
    margin-left: 0;
    margin-bottom: 10px;
}}
.panel-container-G .privacyAgreementDialog-s {
    background: rgb(179,196,183);
    box-shadow: rgb(130,155,144,0.5) 0px 0px 10px 10px;
}.panel-container-G .consent-ack-q {
    justify-content: space-between;
    padding: 40px 0;
}.panel-container-G .online-cookies-i {
    font-size: 20px;
    color: rgb(179,196,183);
    border: none;
    margin-left: 30px;
    padding: 10px;
    background: #ffffff;
}.panel-container-G .policy-opt-W {
    text-align: left;
    color: #ffffff;
}.panel-container-G .policy-opt-W h5 {
    font-weight: 700;
}.panel-container-G .policy-opt-W h5, .panel-container-G .policy-opt-W p {
    color: #ffffff;
}.panel-container-G .privacyAgreementDialog-s p a {
    color: rgb(130,155,144);
    text-decoration: underline;
}.tyMessage-U {
    overflow: hidden;
    z-index: 1;
    background: linear-gradient(135deg, rgb(225,219,212) 0%, rgb(179,196,183,0.5) 100%);
    padding: 7rem 0;
    position: relative;
}.tyMessage-U::before {
    right: -10%;
    position: absolute;
    content: "";
    filter: blur(25px);
    z-index: -1;
    transform: rotate(-15deg) translateZ(0);
    width: 50%;
    background: rgb(130,155,144,0.5);
    top: -10%;
    animation: floatGlow 12s ease-in-out infinite alternate;
    height: 70%;
}.tyMessage-U::after {
    height: 60%;
    transform: rotate(10deg) translateZ(0);
    width: 40%;
    animation: floatGlow 8s ease-in-out infinite alternate-reverse;
    content: "";
    left: -5%;
    filter: blur(20px);
    z-index: -1;
    background: rgb(179,196,183,0.5);
    bottom: -5%;
    position: absolute;
}.tyMessage-U .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    transform: translateZ(0);
    z-index: 2;
    position: relative;
}.tyMessage-U h2 {
    line-height: 1.3;
    color: #000000;
    transform: perspective(1000px) rotateX(0deg);
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    font-family: Arial, sans-serif;
    margin-bottom: 3rem;
    font-size: 37px;
    font-weight: 700;
    position: relative;
    max-width: 800px;
}.tyMessage-U h2::after {
    bottom: -15px;
    transform-origin: left center;
    transform: scaleX(1);
    width: 120px;
    height: 4px;
    background: linear-gradient(90deg, rgb(179,196,183) 0%, rgb(130,155,144) 100%);
    left: 0;
    position: absolute;
    content: "";
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}.tyMessage-U h2:hover {
    transform: perspective(1000px) rotateX(2deg);
}.tyMessage-U h2:hover::after {
    transform: scaleX(1.2);
}.tyMessage-U .virtual-training-V {
    border-left: 5px solid rgb(130,155,144);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 1px 0 rgba(255, 255, 255, 0.6) inset;
    border-radius: 10px;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), 
                box-shadow 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    backdrop-filter: blur(5px);
    transform: translateY(0);
    padding: 3rem;
    animation: slideUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    background: rgba(255, 255, 255, 0.9);
}.tyMessage-U .virtual-training-V:hover {
    transform: translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12), 
                0 10px 20px rgba(0, 0, 0, 0.07),
                0 1px 0 rgba(255, 255, 255, 0.6) inset;
}.tyMessage-U ul {
    margin: 0;
    list-style: none;
    padding: 0;
}.tyMessage-U li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 1rem;
}.tyMessage-U li::before {
    left: 0;
    width: 6px;
    position: absolute;
    content: "";
    top: 0.5rem;
    background: rgb(179,196,183);
    animation: pulseIn 0.3s 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
    border-radius: 50%;
    height: 6px;
    transform: scale(0);
}.tyMessage-U li span {
    font-size: 12px;
    opacity: 0;
    transform: translateY(20px);
    display: block;
    animation: fadeIn 0.5s 0.6s ease forwards;
    line-height: 1.8;
    font-family: Arial, sans-serif;
    color: #000000;
}

@keyframes floatGlow {
    0% {
        transform: rotate(-15deg) translate(0, 0) scale(1);
        opacity: 0.5;
    }
    100% {
        transform: rotate(-12deg) translate(2%, 2%) scale(1.05);
        opacity: 0.7;
    }
}

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

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

@keyframes pulseIn {
    0% {
        transform: scale(0);
    }
    50% {
        transform: scale(1.5);
    }
    100% {
        transform: scale(1);
    }
}

@media (max-width: 991px) {.tyMessage-U {
    padding: 5rem 0;
}.tyMessage-U h2 {
    margin-bottom: 2.5rem;
    font-size: calc(37px * 0.9);
}.tyMessage-U .virtual-training-V {
    padding: 2.5rem;
}
}

@media (max-width: 768px) {.tyMessage-U {
    padding: 4rem 0;
}.tyMessage-U h2 {
    font-size: calc(37px * 0.8);
    margin-bottom: 2rem;
}.tyMessage-U h2::after {
    height: 3px;
    width: 100px;
}.tyMessage-U .virtual-training-V {
    padding: 2rem;
}.tyMessage-U li span {
    line-height: 1.7;
    font-size: calc(12px * 0.95);
}
}

@media (max-width: 576px) {.tyMessage-U {
    padding: 3.5rem 0;
}.tyMessage-U .container {
    padding: 0 1.5rem;
}.tyMessage-U h2 {
    margin-bottom: 1.8rem;
    font-size: calc(37px * 0.7);
}.tyMessage-U h2::after {
    width: 80px;
    bottom: -12px;
}.tyMessage-U .virtual-training-V {
    border-left-width: 4px;
    padding: 1.8rem 1.5rem;
}.tyMessage-U li span {
    line-height: 1.6;
    font-size: calc(12px * 0.9);
}.tyMessage-U li::before {
    top: 0.4rem;
    width: 5px;
    height: 5px;
}
}

@media (max-width: 375px) {.tyMessage-U {
    padding: 3rem 0;
}.tyMessage-U .container {
    padding: 0 1.2rem;
}.tyMessage-U h2 {
    font-size: calc(37px * 0.65);
    margin-bottom: 1.5rem;
}.tyMessage-U .virtual-training-V {
    padding: 1.5rem 1.2rem;
}.tyMessage-U li span {
    font-size: calc(12px * 0.85);
    line-height: 1.5;
}}.price-offer-4 {
    color: #ffffff;
    padding: 100px 0;
    overflow: hidden;
    position: relative;
}.price-offer-4::before {
    height: 100%;
    width: 100%;
    background: linear-gradient(135deg, rgba(20, 30, 48, 0.85), rgba(36, 59, 85, 0.92));
    z-index: 1;
    top: 0;
    position: absolute;
    left: 0;
    content: "";
}.price-offer-4::after {
    z-index: 2;
    width: 100%;
    background: radial-gradient(circle at 75% 25%, rgba(rgb(179,196,183,0.5), 0.15) 0%, transparent 50%);
    position: absolute;
    top: 0;
    height: 100%;
    content: "";
    left: 0;
}.price-offer-4 .container {
    position: relative;
    padding: 0 20px;
    z-index: 3;
    margin: 0 auto;
    max-width: 1200px;
}.price-offer-4 .price-view-D {
    position: relative;
}.price-offer-4 h2 {
    font-size: 30px;
    opacity: 1;
    color: #ffffff;
    text-align: center;
    transition: transform 0.5s ease, opacity 0.5s ease;
    margin-bottom: 20px;
    transform: translateY(0);
    font-weight: 700;
    position: relative;
}.price-offer-4 h2::after {
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    height: 3px;
    content: "";
    background: linear-gradient(90deg, rgb(179,196,183), rgb(130,155,144));
    width: 80px;
    bottom: -10px;
}.price-offer-4 .study-fees-M {
    max-width: 700px;
    margin: 0 auto 40px;
    font-size: calc(14px + 2px);
    color: #ffffff;
    opacity: 0.9;
    line-height: 1.6;
    text-align: center;
}.price-offer-4 .pro-rates-3 {
    margin: 0;
    display: grid;
    padding: 0;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    list-style: none;
}.price-offer-4 .pro-rates-3 li {
    perspective: 1000px;
    display: flex;
}.price-offer-4 .fee-options-1 {
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.1);
    z-index: 1;
    display: flex;
    overflow: hidden;
    text-decoration: none;
    backdrop-filter: blur(8px);
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2);
    flex-direction: column;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03));
    height: 100%;
    width: 100%;
    -webkit-backdrop-filter: blur(8px);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.5s ease;
}.price-offer-4 .fee-options-1::before {
    position: absolute;
    transition: opacity 0.5s ease;
    left: 0;
    background: radial-gradient(circle at 30% 30%, rgb(179,196,183,0.5), transparent 75%);
    z-index: -1;
    top: 0;
    opacity: 0;
    width: 100%;
    content: "";
    height: 100%;
}.price-offer-4 .fee-options-1:hover {
    transform: translateY(-10px) rotateX(5deg);
    box-shadow: 0 25px 35px rgba(0, 0, 0, 0.25);
}.price-offer-4 .fee-options-1:hover::before {
    opacity: 0.15;
}.price-offer-4 .monthly-plan-d {
    flex-direction: column;
    display: flex;
    position: relative;
    padding: 30px;
    flex-grow: 1;
}.price-offer-4 .cost-table-B {
    display: flex;
    height: 100%;
    flex-direction: column;
}.price-offer-4 .cost-table-B h4 {
    color: #ffffff;
    font-size: calc(23px + 2px);
    transition: transform 0.3s ease;
    position: relative;
    margin: 0 0 20px;
}.price-offer-4 .fee-options-1:hover .cost-table-B h4 {
    transform: translateY(-5px);
}.price-offer-4 .cost-table-B h4::after {
    position: absolute;
    background: rgb(130,155,144);
    bottom: -8px;
    width: 40px;
    height: 2px;
    transition: width 0.3s ease;
    left: 0;
    content: "";
}.price-offer-4 .fee-options-1:hover .cost-table-B h4::after {
    width: 60px;
}.price-offer-4 .cost-table-B p {
    flex-grow: 1;
    font-size: 14px;
    margin: 0 0 25px;
    word-break: break-word;
    line-height: 1.6;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 0.8);
}.price-offer-4 .plan-deals-t {
    align-self: flex-start;
    color: #ffffff;
    font-weight: 700;
    overflow: hidden;
    position: relative;
    padding: 10px 20px;
    margin-top: auto;
    transition: transform 0.3s ease;
    border-radius: 10px;
    background: linear-gradient(90deg, rgb(179,196,183,0.5), transparent);
    font-size: calc(23px + 4px);
}.price-offer-4 .plan-deals-t::before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    position: absolute;
    width: 100%;
    transition: left 0.5s ease;
    left: -100%;
    content: "";
    height: 100%;
    top: 0;
}.price-offer-4 .fee-options-1:hover .plan-deals-t {
    transform: scale(1.05);
}.price-offer-4 .fee-options-1:hover .plan-deals-t::before {
    left: 100%;
}

@media (max-width: 1200px) {.price-offer-4 {
    padding: 80px 0;
}.price-offer-4 .pro-rates-3 {
    gap: 25px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
}

@media (max-width: 992px) {.price-offer-4 h2 {
    font-size: calc(30px - 4px);
}.price-offer-4 .study-fees-M {
    margin-bottom: 30px;
    font-size: 14px;
}.price-offer-4 .monthly-plan-d {
    padding: 25px;
}
}

@media (max-width: 768px) {.price-offer-4 {
    padding: 60px 0;
}.price-offer-4 .pro-rates-3 {
    margin: 0 auto;
    grid-template-columns: 1fr;
    max-width: 450px;
}.price-offer-4 .cost-table-B h4 {
    font-size: 23px;
}.price-offer-4 .plan-deals-t {
    font-size: 23px;
}
}

@media (max-width: 576px) {.price-offer-4 {
    padding: 50px 0;
}.price-offer-4 h2 {
    font-size: calc(30px - 6px);
}.price-offer-4 .study-fees-M {
    font-size: calc(14px - 1px);
}.price-offer-4 .monthly-plan-d {
    padding: 20px;
}.price-offer-4 .cost-table-B p {
    font-size: calc(14px - 1px);
}}.about-this-o {
    padding: 120px 0;
    background: rgb(225,219,212);
    overflow: hidden;
    position: relative;
    z-index: 1;
}.about-this-o::before {
    content: "";
    width: 100%;
    z-index: -1;
    position: absolute;
    left: 0;
    height: 100%;
    background: radial-gradient(ellipse at bottom right, rgb(179,196,183,0.5) 0%, transparent 70%);
    top: 0;
    opacity: 0.2;
}.about-this-o::after {
    content: "";
    position: absolute;
    background-size: 60px 60px;
    top: 0;
    left: 0;
    height: 100%;
    animation: backgroundMove 15s linear infinite;
    width: 100%;
    opacity: 0.03;
    background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.5) 25%, transparent 25%, transparent 50%, 
                        rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.5) 75%, transparent 75%, transparent);
    z-index: -2;
}@keyframes backgroundMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 60px 60px;
    }
}

.about-this-o .container {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    padding: 0 15px;
}.about-this-o .virtual-training-V {
    position: relative;
    display: grid;
    grid-template-areas: 
        "logo"
        "top-base-o"
        "director";
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    gap: 40px;
}.about-this-o .mentor-team-1 {
    align-items: center;
    display: flex;
    font-size: calc(19px * 1.3);
    position: relative;
    color: rgb(179,196,183);
    justify-content: center;
    gap: 15px;
    font-weight: 700;
    margin-bottom: 10px;
    grid-area: logo;
}.about-this-o .mentor-team-1 svg {
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: 60px;
    fill: rgb(179,196,183);
    height: 60px;
}.about-this-o .mentor-team-1 svg path {
    fill: rgb(179,196,183);
}.about-this-o .text-pod-L {
    text-align: center;
    position: relative;
    padding: 0 10%;
    grid-area: content;
}.about-this-o .text-pod-L h2 {
    font-weight: 700;
    display: inline-block;
    position: relative;
    margin-bottom: 30px;
    font-size: 32px;
    color: #000000;
}.about-this-o .text-pod-L h2::before,
.about-this-o .text-pod-L h2::after {
    background: rgb(130,155,144);
    position: absolute;
    height: 2px;
    width: 40px;
    top: 50%;
    content: "";
}.about-this-o .text-pod-L h2::before {
    right: calc(100% + 20px);
}.about-this-o .text-pod-L h2::after {
    left: calc(100% + 20px);
}.about-this-o .text-pod-L p {
    margin-bottom: 0;
    position: relative;
    line-height: 1.8;
    font-size: 12px;
    color: #000000;
}.about-this-o .teach-method-W {
    grid-row:1;
    grid-area: director;
    display: flex;
    margin-top: 20px;
    position: relative;
    padding-top: 40px;
    justify-content: center;
}.about-this-o .pic-cell-5 {
    height: 180px;
    position: relative;
    flex: 0 0 auto;
    width: 180px;
    transition: all 0.4s ease;
    z-index: 2;
    box-shadow: 15px 15px 0 rgb(179,196,183,0.5);
    border-radius: 10px;
}.about-this-o .pic-cell-5:hover {
    box-shadow: 20px 20px 0 rgb(179,196,183,0.5);
    transform: translate(-5px, -5px);
}.about-this-o .pro-study-c {
    position: relative;
    display: flex;
    justify-content: center;
    padding-left: 30px;
    flex-direction: column;
}.about-this-o .pro-study-c::before {
    left: 0;
    content: "";
    transform: translateY(-50%);
    background: rgb(179,196,183);
    position: absolute;
    width: 30px;
    top: 50%;
    height: 1px;
}.about-this-o .learning-corner-s {
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #000000;
}.about-this-o .learning-space-f {
    font-size: 12px;
    font-weight: 600;
    color: rgb(179,196,183);
    margin-bottom: 0;
}

@media (min-width: 768px) {.about-this-o .virtual-training-V {
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
            "logo logo"
            "content content"
            "director director";
}
}

@media (min-width: 992px) {.about-this-o .virtual-training-V {
    grid-template-areas:
            "logo content content"
            "director content content";
    gap: 30px;
    grid-template-columns: 1fr 1fr;
}.about-this-o .mentor-team-1 {
    justify-content: flex-start;
}.about-this-o .text-pod-L {
    padding: 0 0 0 30px;
    text-align: left;
}.about-this-o .text-pod-L h2::before,
    .about-this-o .text-pod-L h2::after {
    display: none;
}.about-this-o .teach-method-W {
    margin-top: 50px;
    padding-top: 0;
}

}

@media (min-width: 1200px) {.about-this-o .virtual-training-V {
    grid-template-columns: 0.8fr 2fr;
    grid-template-areas:
            "logo . content"
            "director . content";
    gap: 40px;
}.about-this-o .text-pod-L {
    position: relative;
    padding: 0 0 0 50px;
}.about-this-o .text-pod-L::before {
    position: absolute;
    left: 0;
    background: linear-gradient(to bottom, rgb(179,196,183), transparent);
    width: 1px;
    top: 10%;
    content: "";
    height: 80%;
}
}

@media (max-width: 767px) {.about-this-o {
    padding: 80px 0;
}.about-this-o .text-pod-L h2::before,
    .about-this-o .text-pod-L h2::after {
    width: 25px;
}.about-this-o .pic-cell-5 {
    height: 140px;
    box-shadow: 10px 10px 0 rgb(179,196,183,0.5);
    width: 140px;
}.about-this-o .pro-study-c {
    padding-left: 20px;
}.about-this-o .pro-study-c::before {
    width: 20px;
}
}

@media (max-width: 575px) {.about-this-o {
    padding: 60px 0;
}.about-this-o .mentor-team-1 {
    font-size: 19px;
}.about-this-o .mentor-team-1 svg {
    width: 50px;
    height: 50px;
}.about-this-o .text-pod-L h2 {
    font-size: calc(32px * 0.9);
}.about-this-o .text-pod-L h2::before,
    .about-this-o .text-pod-L h2::after {
    width: 20px;
}.about-this-o .teach-method-W {
    align-items: center;
    flex-direction: column;
}.about-this-o .pro-study-c {
    text-align: center;
    padding-top: 20px;
    padding-left: 0;
}.about-this-o .pro-study-c::before {
    top: 10px;
    transform: translateX(-50%);
    height: 1px;
    width: 30px;
    left: 50%;
}}.locate-U {
    z-index: 1;
    background: linear-gradient(135deg, rgb(179,196,183,0.5) 0%, rgb(130,155,144,0.5) 100%);
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}.locate-U:before {
    opacity: 0.06;
    top: -50%;
    background: conic-gradient(from 90deg at 50% 50%, rgb(179,196,183) 0%, transparent 25%, rgb(130,155,144) 50%, transparent 75%);
    height: 200%;
    position: absolute;
    content: '';
    left: -50%;
    animation: rotateConic 20s infinite linear;
    width: 200%;
    z-index: -1;
}.locate-U:after {
    z-index: -1;
    bottom: 0;
    animation: pulseWave 12s infinite ease-in-out;
    position: absolute;
    width: 70%;
    right: 0;
    opacity: 0.12;
    background: radial-gradient(circle at 80% 80%, rgb(130,155,144,0.5) 0%, transparent 60%);
    content: '';
    height: 70%;
}.locate-U .container {
    flex-direction: column;
    margin: 0 auto;
    max-width: 1280px;
    gap: 60px;
    position: relative;
    display: flex;
}.locate-U .message-us-x {
    flex-wrap: wrap;
    gap: 40px;
    display: flex;
    border-radius: 29px;
    transition: all 0.5s ease;
    background: #ffffff;
    box-shadow: 0 20px 50px rgb(179,196,183,0.5);
    padding: 60px;
}.locate-U .message-us-x:hover {
    box-shadow: 0 30px 70px rgb(130,155,144,0.5);
}.locate-U .send-request-T {
    text-align: center;
    letter-spacing: 2px;
    position: relative;
    font-weight: 700;
    font-size: 36px;
    color: rgb(179,196,183);
    text-transform: uppercase;
    width: 100%;
    margin: 0 auto 40px;
}.locate-U .send-request-T:after {
    width: 80px;
    animation: expandLine 2s infinite ease;
    bottom: -15px;
    border-radius: 10px;
    height: 3px;
    background: rgb(130,155,144);
    transform: translateX(-50%);
    left: 50%;
    content: '';
    position: absolute;
}.locate-U .pic-cell-5 {
    flex: 0 0 40%;
    transition: all 0.4s ease;
    border-radius: 29px;
    height: 300px;
    position: relative;
    overflow: hidden;
    max-width: 400px;
}.locate-U .pic-cell-5:before {
    content: '';
    inset: 0;
    transition: opacity 0.3s ease;
    background: linear-gradient(90deg, transparent 70%, rgb(179,196,183,0.5) 85%, transparent 100%);
    position: absolute;
    opacity: 0;
}.locate-U .pic-cell-5:hover:before {
    opacity: 0.3;
}.locate-U .pic-cell-5:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgb(130,155,144,0.5);
}.locate-U .course-ask-F {
    display: grid;
    gap: 25px;
    flex: 1 1 55%;
    align-self: center;
}.locate-U .course-ask-F p {
    font-size: 17px;
    color: #000000;
    display: flex;
    font-family: Arial, sans-serif;
    align-items: center;
    padding-left: 0;
    line-height: 1.7;
    position: relative;
    transition: all 0.3s ease;
    margin: 0;
}.locate-U .course-ask-F p svg {
    flex-shrink: 0;
    transition: all 0.3s ease;
    height: 22px;
    width: 22px;
    margin: 0 15px;
}.locate-U .course-ask-F p svg path {
    fill: rgb(130,155,144);
    transition: fill 0.3s ease;
}.locate-U .course-ask-F p span {
    font-weight: 600;
    color: rgb(179,196,183);
}.locate-U .course-ask-F p a {
    position: relative;
    transition: all 0.3s ease;
    text-decoration: none;
    color: rgb(130,155,144);
}.locate-U .course-ask-F p a:after {
    transition: transform 0.3s ease;
    bottom: -3px;
    width: 100%;
    transform-origin: left;
    content: '';
    left: 0;
    position: absolute;
    transform: scaleX(0);
    height: 1px;
    background: rgb(130,155,144);
}.locate-U .course-ask-F p a:hover:after {
    transform: scaleX(1);
}.locate-U .contact-card-G {
    text-align: center;
    margin: 0 auto;
    max-width: 600px;
    padding: 40px;
    width: 100%;
    box-shadow: 0 15px 35px rgb(179,196,183,0.5);
    border-radius: 29px;
    transition: all 0.4s ease;
    background: rgb(225,219,212);
}.locate-U .contact-card-G:hover {
    background: #ffffff;
    box-shadow: 0 25px 55px rgb(130,155,144,0.5);
}.locate-U .contact-help-N {
    position: relative;
    margin-bottom: 25px;
    font-size: 19px;
    align-items: center;
    display: flex;
    font-weight: 600;
    justify-content: center;
    color: rgb(179,196,183);
}.locate-U .contact-help-N svg {
    height: 24px;
    margin-right: 10px;
    width: 24px;
}.locate-U .contact-help-N svg path {
    fill: rgb(179,196,183);
    transition: fill 0.3s ease;
}.locate-U .contact-card-G:hover .contact-help-N svg path {
    fill: rgb(130,155,144);
}.locate-U .contact-help-N:before {
    width: 40px;
    top: -10px;
    height: 1px;
    left: 50%;
    background: rgb(130,155,144);
    transform: translateX(-50%);
    position: absolute;
    animation: pulseLine 1.5s infinite ease;
    content: '';
}.locate-U .submit-request-u {
    gap: 20px;
    display: grid;
}.locate-U .write-page-T {
    justify-content: center;
    display: flex;
    padding: 15px 25px;
    position: relative;
    transition: all 0.3s ease;
    color: #000000;
    font-size: 17px;
    border-radius: 10px;
    align-items: center;
    background: #ffffff;
    font-weight: 400;
}.locate-U .write-page-T svg {
    width: 0;
    margin-right: 0;
    height: 18px;
    transition: all 0.3s ease;
    opacity: 0;
}.locate-U .write-page-T svg path {
    fill: rgb(179,196,183);
}.locate-U .write-page-T:hover {
    background: rgb(130,155,144,0.5);
    padding-left: 15px;
    box-shadow: 0 10px 20px rgb(179,196,183,0.5);
    transform: translateY(-5px);
}.locate-U .write-page-T:hover svg {
    width: 18px;
    margin-right: 8px;
    opacity: 1;
}

@media screen and (max-width: 1024px) {.locate-U {
    padding: 100px 0;
}.locate-U .message-us-x {
    gap: 30px;
    padding: 50px;
}.locate-U .pic-cell-5 {
    flex: 0 0 35%;
    height: 280px;
}.locate-U .course-ask-F {
    flex: 1 1 60%;
}.locate-U .contact-card-G {
    padding: 35px;
}.locate-U .course-ask-F p svg {
    height: 20px;
    margin-right: 12px;
    width: 20px;
}
}

@media screen and (max-width: 768px) {.locate-U {
    padding: 80px 0;
}.locate-U .message-us-x {
    flex-direction: column;
    padding: 40px;
}.locate-U .pic-cell-5 {
    flex: unset;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    height: 300px;
}.locate-U .course-ask-F {
    flex: 0 0 100%;
}.locate-U .contact-card-G {
    padding: 30px;
}.locate-U .course-ask-F p svg {
    width: 18px;
    height: 18px;
    margin: 0 10px;
}.locate-U .contact-help-N svg {
    margin-right: 8px;
    width: 20px;
    height: 20px;
}
}

@media screen and (max-width: 480px) {.locate-U {
    padding: 60px 0;
}.locate-U .message-us-x {
    padding: 30px;
}.locate-U .pic-cell-5 {
    height: 250px;
}.locate-U .send-request-T {
    font-size: calc(36px * 0.85);
}.locate-U .contact-card-G {
    padding: 25px;
}.locate-U .write-page-T {
    padding: 12px 20px;
}.locate-U .course-ask-F p svg {
    width: 16px;
    margin-right: 8px;
    height: 16px;
}.locate-U .contact-help-N svg {
    width: 18px;
    height: 18px;
    margin-right: 6px;
}}

@keyframes rotateConic {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes pulseWave {
    0% {
        transform: scale(1);
        opacity: 0.12;
    }
    50% {
        transform: scale(1.15);
        opacity: 0.18;
    }
    100% {
        transform: scale(1);
        opacity: 0.12;
    }
}

@keyframes expandLine {
    0% {
        width: 80px;
    }
    50% {
        width: 120px;
    }
    100% {
        width: 80px;
    }
}

@keyframes pulseLine {
    0% {
        width: 40px;
        opacity: 1;
    }
    50% {
        width: 60px;
        opacity: 0.6;
    }
    100% {
        width: 40px;
        opacity: 1;
    }
}.course-program-info-R {
    background: linear-gradient(135deg, rgb(225,219,212) 0%, rgba(0, 0, 0, 0.5) 100%);
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
}.course-program-info-R::before {
    width: 20vw;
    top: -5%;
    right: -5%;
    background: linear-gradient(225deg, rgb(179,196,183) 0%, transparent 70%);
    height: 20vw;
    content: "";
    transform: rotate(15deg);
    position: absolute;
    z-index: 1;
    opacity: 0.15;
}.course-program-info-R::after {
    width: 15vw;
    content: "";
    transform: rotate(-10deg);
    z-index: 1;
    position: absolute;
    left: -5%;
    bottom: -5%;
    opacity: 0.1;
    height: 15vw;
    background: linear-gradient(45deg, rgb(130,155,144) 0%, transparent 70%);
}.course-program-info-R .container {
    position: relative;
    max-width: 1200px;
    z-index: 2;
    padding: 0 2rem;
    margin: 0 auto;
}.course-program-info-R h2 {
    max-width: 90%;
    position: relative;
    font-weight: 700;
    font-size: 37px;
    transform: translateX(-0.5rem);
    color: #000000;
    margin-bottom: 3rem;
    line-height: 1.3;
}.course-program-info-R h2::after {
    left: 0;
    position: absolute;
    background: rgb(179,196,183);
    height: 0.35rem;
    transform-origin: left center;
    content: "";
    width: 6rem;
    bottom: -1rem;
    animation: expandWidth 4s ease-in-out infinite alternate;
}.course-program-info-R .learn-professional-8 {
    gap: 2rem;
    display: grid;
    grid-template-columns: 1fr;
    position: relative;
}.course-program-info-R .pic-cell-5 {
    height: 350px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.5s ease;
    position: relative;
    width: 100%;
    transform: translateY(0);
    clip-path: polygon(0 0, 100% 0, 100% 92%, 93% 100%, 0 100%);
    box-shadow: 0 15px 25px rgba(0,0,0,0.1);
}.course-program-info-R .pic-cell-5:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 30px rgba(0,0,0,0.15);
}.course-program-info-R .pic-cell-5::before {
    background: linear-gradient(to bottom, transparent 70%, rgba(0,0,0,0.5));
    position: absolute;
    width: 100%;
    left: 0;
    height: 100%;
    top: 0;
    z-index: 1;
    content: "";
}.course-program-info-R .text-pod-L {
    padding: 0.5rem 0;
    position: relative;
}.course-program-info-R .text-pod-L::before {
    left: -2rem;
    height: 100%;
    width: 0.3rem;
    content: "";
    background: rgb(130,155,144);
    top: 0;
    position: absolute;
    opacity: 0.5;
}.course-program-info-R .description {
    padding-right: 1rem;
    overflow-y: auto;
    line-height: 1.7;
    margin-bottom: 1.5rem;
    font-size: 18px;
    max-height: 300px;
    position: relative;
    color: #000000;
}.course-program-info-R .description::-webkit-scrollbar {
    width: 6px;
}.course-program-info-R .description::-webkit-scrollbar-track {
    background: rgb(225,219,212);
    border-radius: 10px;
}.course-program-info-R .description::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(179,196,183,0.5);
}.course-program-info-R .description::-webkit-scrollbar-thumb:hover {
    background: rgb(179,196,183);
}.course-program-info-R .description:first-of-type::first-letter {
    padding: 0.5rem;
    font-weight: 700;
    margin-right: 0.5rem;
    border-radius: 10px;
    background: rgb(225,219,212);
    float: left;
    color: rgb(179,196,183);
    line-height: 1;
    font-size: 1.5rem;
}.course-program-info-R .description:last-child {
    margin-bottom: 0;
}

@keyframes expandWidth {
  0% {
    width: 6rem;
  }
  50% {
    width: 10rem;
  }
  100% {
    width: 6rem;
  }
}

@media screen and (min-width: 768px) {.course-program-info-R {
    padding: 7rem 0;
}.course-program-info-R h2 {
    max-width: 70%;
    font-size: calc(37px * 1.1);
}.course-program-info-R .learn-professional-8 {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: start;
}.course-program-info-R .pic-cell-5 {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 90% 100%, 0 100%);
    height: 450px;
}.course-program-info-R .text-pod-L {
    padding: 1rem 0;
}.course-program-info-R .description {
    max-height: 450px;
    padding-right: 1.5rem;
}
}

@media screen and (min-width: 992px) {.course-program-info-R {
    padding: 8rem 0;
}.course-program-info-R h2 {
    font-size: calc(37px * 1.2);
    margin-bottom: 4rem;
    max-width: 60%;
}.course-program-info-R .pic-cell-5 {
    height: 500px;
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.7s ease;
}.course-program-info-R .learn-professional-8 {
    gap: 4rem;
}.course-program-info-R .text-pod-L::before {
    width: 0.4rem;
    left: -3rem;
}.course-program-info-R .description {
    padding-right: 2rem;
    line-height: 1.8;
    max-height: 500px;
    font-size: calc(18px * 1.05);
}.course-program-info-R .description:first-of-type::first-letter {
    padding: 0.7rem;
    font-size: 2rem;
}
}

@media screen and (min-width: 1200px) {.course-program-info-R h2 {
    transform: translateX(-1rem);
}.course-program-info-R .learn-professional-8 {
    gap: 5rem;
}.course-program-info-R .pic-cell-5 {
    clip-path: polygon(0 0, 100% 0, 100% 80%, 85% 100%, 0 100%);
    height: 550px;
}.course-program-info-R .description {
    max-height: 550px;
}
}

@media (hover: hover) {.course-program-info-R .pic-cell-5 {
    cursor: pointer;
}
}

@media (prefers-reduced-motion: reduce) {.course-program-info-R h2::after {
    animation: none;
}.course-program-info-R .pic-cell-5 {
    transition: none;
}}.developer-experience-A {
    background: linear-gradient(180deg, rgb(225,219,212) 0%, rgb(130,155,144,0.5) 100%);
    overflow: hidden;
    padding: 6rem 2rem 4rem;
    position: relative;
}.developer-experience-A::before {
    z-index: 1;
    opacity: 0.2;
    top: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgb(179,196,183,0.5) 0px,
        rgb(179,196,183,0.5) 2px,
        transparent 2px,
        transparent 10px
    );
    left: 0;
    width: 100%;
    position: absolute;
    content: "";
    height: 100%;
}.developer-experience-A::after {
    background: #ffffff;
    top: 0;
    z-index: 1;
    height: 100%;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    opacity: 0.1;
    position: absolute;
    right: 0;
    content: "";
    width: 50%;
}.developer-experience-A .student-perspectives-g {
    flex-direction: column;
    margin: 0 auto;
    display: flex;
    max-width: 600px;
    z-index: 2;
    position: relative;
    align-items: center;
}.developer-experience-A .pic-cell-5 {
    height: 250px;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    position: relative;
    transition: all 0.5s ease;
    border-radius: 0;
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.5);
    z-index: 3;
    width: 200px;
    margin-bottom: -50px;
}.developer-experience-A .pic-cell-5:hover {
    transform: translateY(-15px);
    box-shadow: 0 20px 30px -10px rgba(0, 0, 0, 0.5);
}.developer-experience-A .career-projects-I {
    transform-style: preserve-3d;
    display: flex;
    width: 100%;
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.5);
    background: #ffffff;
    padding: 70px 30px 30px;
    flex-direction: column;
    position: relative;
    align-items: center;
    z-index: 2;
    perspective: 1000px;
}.developer-experience-A .career-projects-I::before {
    top: 0;
    position: absolute;
    z-index: -1;
    height: 100%;
    width: 100%;
    transform: translateZ(-20px);
    content: "";
    background: rgb(179,196,183);
    left: 0;
}.developer-experience-A .name {
    position: relative;
    text-align: center;
    margin-bottom: 0.5rem;
    color: rgb(179,196,183);
    font-weight: 700;
    font-size: 28px;
}.developer-experience-A .name::after {
    width: 50px;
    height: 3px;
    bottom: -10px;
    content: "";
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    background: rgb(130,155,144);
}.developer-experience-A .career-projects-I > div:nth-child(2) {
    font-weight: 600;
    margin: 20px 0;
    color: rgb(130,155,144);
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 2px;
    text-align: center;
}.developer-experience-A .job-box-l {
    border-top: 1px solid rgb(225,219,212);
    margin-top: 20px;
    font-size: 13px;
    font-style: italic;
    color: #000000;
    padding-top: 30px;
    font-weight: 400;
    position: relative;
    line-height: 1.8;
    text-align: center;
    width: 100%;
}.developer-experience-A .job-box-l::before,
.developer-experience-A .job-box-l::after {
    height: 30px;
    background: rgb(130,155,144,0.5);
    content: "";
    width: 30px;
    position: absolute;
    border-radius: 50%;
}.developer-experience-A .job-box-l::before {
    top: -15px;
    left: 50%;
    transform: translateX(-20px);
}.developer-experience-A .job-box-l::after {
    top: -15px;
    transform: translateX(-10px);
    left: 50%;
}@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0px);
    }
}

.developer-experience-A .career-projects-I:hover {
    animation: float 3s ease-in-out infinite;
}

@media (max-width: 768px) {.developer-experience-A {
    padding: 4rem 1rem 3rem;
}.developer-experience-A .pic-cell-5 {
    height: 180px;
    width: 150px;
    margin-bottom: -40px;
}.developer-experience-A .career-projects-I {
    padding: 60px 20px 20px;
}}footer {
    z-index: 1;
    position: relative;
}footer::before {
    z-index: -2;
    right: 0;
    content: "";
    position: absolute;
    top: 0;
    opacity: 0.9;
    bottom: 0;
    background: linear-gradient(to right, rgb(130,155,144), rgb(179,196,183));
    left: 0;
}footer::after {
    z-index: -1;
    position: absolute;
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.05) 10px,
        transparent 10px,
        transparent 20px
    );
    bottom: 0;
    right: 0;
    content: "";
    left: 0;
    top: 0;
}.exam-prep-G {
    padding: 5rem 0 2rem;
    color: #ffffff;
    position: relative;
}.exam-prep-G::before {
    position: absolute;
    top: 0;
    background: linear-gradient(90deg, rgb(179,196,183), rgb(130,155,144), rgb(179,196,183));
    left: 0;
    width: 100%;
    height: 10px;
    content: "";
}.exam-prep-G .container {
    gap: 2rem;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    position: relative;
}.exam-prep-G .company_holder {
    position: relative;
    grid-column: span 5;
    padding: 0;
}.exam-prep-G .company_holder h3 {
    font-weight: 700;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    margin: 0 0 1.5rem;
    font-size: 31px;
    color: #ffffff;
    padding-bottom: 1rem;
    position: relative;
}.exam-prep-G .company_holder h3::after {
    bottom: -2px;
    background: #ffffff;
    position: absolute;
    width: 80px;
    content: "";
    height: 2px;
    left: 0;
}.exam-prep-G .equity-pledge-d {
    position: relative;
    line-height: 1.7;
    border-left: 3px solid rgba(255, 255, 255, 0.3);
    margin-top: 1.5rem;
    padding: 0 0 0 1.5rem;
    font-size: 13px;
    color: #ffffff;
}.exam-prep-G .collab-space-l {
    grid-column: span 7;
}.exam-prep-G .nav-wrap-s {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}.exam-prep-G .top-sitebar-S {
    position: relative;
}.exam-prep-G .top-sitebar-S h5 {
    padding-bottom: 0.8rem;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    margin: 0 0 1.5rem;
    position: relative;
}.exam-prep-G .top-sitebar-S h5::after {
    bottom: -2px;
    background: #ffffff;
    left: 0;
    width: 40px;
    position: absolute;
    content: "";
    height: 2px;
}.exam-prep-G .top-sitebar-S .nav-wrap-s {
    display: grid;
    gap: 1rem;
}.exam-prep-G .top-sitebar-S .nav-wrap-s a {
    position: relative;
    font-size: 13px;
    align-items: center;
    display: flex;
    color: rgba(255, 255, 255, 0.8);
    transition: all 0.3s ease;
    text-decoration: none;
}.exam-prep-G .top-sitebar-S .nav-wrap-s a::after {
    margin-left: 0.5rem;
    transition: all 0.3s ease;
    opacity: 0;
    transform: translateX(-5px);
    content: "\2192";
}.exam-prep-G .top-sitebar-S .nav-wrap-s a:hover {
    padding-left: 0.5rem;
    color: #ffffff;
}.exam-prep-G .top-sitebar-S .nav-wrap-s a:hover::after {
    opacity: 1;
    transform: translateX(0);
}.honor-cta-1 {
    background: rgba(0, 0, 0, 0.1);
    margin-top: 4rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 2rem 0;
    position: relative;
}.honor-cta-1 .container {
    align-items: center;
    justify-content: center;
    display: flex;
}.honor-cta-1 .grade-help-m {
    position: relative;
    text-align: center;
    font-size: 15px;
    opacity: 0.9;
    padding: 0 1rem;
    color: #ffffff;
}.exam-prep-G::after {
    height: 50px;
    width: 50px;
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    right: 2rem;
    top: 2rem;
    content: "";
    border-right: 2px solid rgba(255, 255, 255, 0.2);
    position: absolute;
}.exam-prep-G .company_holder::before {
    border-left: 2px solid rgba(255, 255, 255, 0.2);
    position: absolute;
    width: 50px;
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    left: 0;
    height: 50px;
    content: "";
    top: 0;
}.exam-prep-G .company_holder::after {
    height: 50px;
    width: 50px;
    bottom: 0;
    position: absolute;
    border-left: 2px solid rgba(255, 255, 255, 0.2);
    left: 0;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    content: "";
}.exam-prep-G .collab-space-l::after {
    position: absolute;
    width: 50px;
    right: 0;
    content: "";
    border-right: 2px solid rgba(255, 255, 255, 0.2);
    bottom: 0;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    height: 50px;
}

@media (max-width: 1200px) {.exam-prep-G .container {
    gap: 1.5rem;
}
}

@media (max-width: 992px) {.exam-prep-G {
    padding: 4rem 0 2rem;
}.exam-prep-G .container {
    grid-template-columns: 1fr;
}.exam-prep-G .company_holder,
    .exam-prep-G .collab-space-l {
    grid-column: span 12;
}.exam-prep-G .company_holder {
    margin-bottom: 2rem;
}.exam-prep-G::after,
    .exam-prep-G .company_holder::before,
    .exam-prep-G .company_holder::after,
    .exam-prep-G .collab-space-l::after {
    display: none;
}
}

@media (max-width: 768px) {.exam-prep-G {
    padding: 3rem 0 1.5rem;
}.exam-prep-G .nav-wrap-s {
    gap: 1.5rem;
}.exam-prep-G .company_holder h3 {
    font-size: calc(31px - 2px);
}.honor-cta-1 {
    margin-top: 3rem;
}
}

@media (max-width: 576px) {.exam-prep-G {
    padding: 2.5rem 0 1rem;
}.exam-prep-G .nav-wrap-s {
    grid-template-columns: 1fr;
    gap: 2rem;
}.exam-prep-G .equity-pledge-d {
    padding-left: 1rem;
}.honor-cta-1 {
    margin-top: 2rem;
}
}

@media (max-width: 420px) {.exam-prep-G .company_holder h3::after,
    .exam-prep-G .top-sitebar-S h5::after {
    width: 30px;
}.exam-prep-G .top-sitebar-S .nav-wrap-s a:hover {
    padding-left: 0.3rem;
}}.title-board-M {
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
    min-height: 100vh;
}.title-board-M::before {
    bottom: 0;
    top: 0;
    background: linear-gradient(135deg, 
    rgba(0, 0, 20, 0.85) 0%,
    rgba(0, 0, 20, 0.65) 50%,
    rgba(0, 0, 20, 0.75) 100%);
    content: "";
    position: absolute;
    left: 0;
    z-index: 1;
    right: 0;
}.title-board-M::after {
    background: rgb(179,196,183,0.5);
    content: "";
    top: -10%;
    clip-path: polygon(50% 0%, 100% 0, 100% 100%, 0 100%);
    transform: rotate(-15deg);
    position: absolute;
    right: -10%;
    width: 70%;
    height: 70%;
    z-index: 2;
    animation: float 15s infinite ease-in-out;
}.title-board-M > div {
    z-index: 5;
    position: relative;
    display: flex;
    transform: translateY(-5%);
    width: 90%;
    flex-direction: column;
    max-width: 1200px;
}.title-board-M > div > div:first-child {
    margin-bottom: 3rem;
    position: relative;
    transform: translateX(-5%);
}.title-board-M .title_style_header {
    position: relative;
    margin-bottom: 2rem;
    line-height: 1.1;
    padding-bottom: 0.75rem;
    font-weight: 700;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    letter-spacing: -0.02em;
    display: inline-block;
    font-size: clamp(2.5rem, 5vw, 44px);
    transform: perspective(1000px) rotateX(2deg);
}.title-board-M .title_style_header::after {
    bottom: 0;
    left: 0;
    animation: expandLine 1.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    background: rgb(130,155,144);
    height: 4px;
    width: 80%;
    transform-origin: left;
    content: "";
    position: absolute;
}.title-board-M .page-entry-g {
    padding: 2rem;
    position: relative;
    gap: 2rem;
    background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
    backdrop-filter: blur(8px);
    max-width: 80%;
    margin-left: auto;
    box-shadow: 
    0 20px 40px -10px rgba(0, 0, 0, 0.3),
    inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    display: flex;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    flex-direction: column;
}.title-board-M .heritage-edu-B {
    margin-bottom: 1rem;
}.title-board-M .heritage-edu-B h3 {
    padding-left: 1.5rem;
    font-weight: 600;
    line-height: 1.3;
    color: #ffffff;
    font-size: clamp(1.2rem, 3vw, 1.8rem);
    position: relative;
}.title-board-M .heritage-edu-B h3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.5rem;
    background-color: rgb(130,155,144);
    animation: pulse 3s infinite ease-in-out;
    transform: rotate(45deg);
    width: 8px;
    height: 8px;
}.title-board-M p {
    color: #ffffff;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    margin: 0;
    font-weight: 400;
    line-height: 1.6;
    position: relative;
    padding-right: 2rem;
    font-size: clamp(1rem, 2vw, 12px);
}.title-board-M span {
    display: inline-block;
    padding: 0.5rem 0;
    position: relative;
}.title-board-M span::after {
    height: 2px;
    width: 40%;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(to right, rgb(130,155,144), transparent);
}

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

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

@keyframes pulse {
  0%, 100% {
    transform: rotate(45deg) scale(1);
  }
  50% {
    transform: rotate(45deg) scale(1.2);
  }
}

@media (max-width: 992px) {.title-board-M > div {
    transform: translateY(0);
    width: 95%;
}.title-board-M .page-entry-g {
    padding: 1.5rem;
    max-width: 90%;
}.title-board-M > div > div:first-child {
    transform: translateX(0);
}
}

@media (max-width: 768px) {.title-board-M {
    padding: 3rem 1rem;
}.title-board-M::after {
    height: 50%;
    width: 80%;
    top: -5%;
}.title-board-M .page-entry-g {
    max-width: 100%;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
}.title-board-M .title_style_header {
    font-size: clamp(2rem, 8vw, 2.5rem);
}.title-board-M .heritage-edu-B h3 {
    font-size: clamp(1rem, 5vw, 1.3rem);
}
}

@media (max-width: 576px) {.title-board-M {
    padding: 2rem 1rem;
}.title-board-M > div {
    width: 100%;
}.title-board-M .page-entry-g {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    padding: 1.25rem;
    gap: 1.5rem;
}.title-board-M .title_style_header::after {
    width: 60%;
}.title-board-M .heritage-edu-B h3 {
    padding-left: 1.2rem;
}.title-board-M p {
    padding-right: 0;
}
}