* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}.U-nav-study {
    flex: 1 0 auto;
}.b-wrapper-container {
    flex-direction: column;
    min-height: 100%;
    display: flex;
    height: 100%;
}html,body {
    height: 100%;
    min-height: 100%;
    font-family: Arial, sans-serif;
    color: #000000;
}a {
    color: inherit;
    text-decoration: none;
}header,footer {
    width: 100%;
}.I-scholar-cta {
    flex: 0 0 auto;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1108px;
}svg {
    height: 30px;
    width: 30px;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.L-plan-showcase {
    padding: 5rem 1rem;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5), rgb(227,226,224), rgba(0, 0, 0, 0.5));
    overflow: hidden;
    position: relative;
}.L-plan-showcase::before {
    background: linear-gradient(45deg, transparent 0%, rgb(190,185,175,0.5) 30%, transparent 70%);
    content: "";
    width: 100%;
    top: 0;
    pointer-events: none;
    z-index: 1;
    position: absolute;
    opacity: 0.1;
    left: 0;
    height: 100%;
}.L-plan-showcase .container {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}.L-plan-showcase .M-learn-rates {
    display: flex;
    gap: 3rem;
    flex-direction: column;
}.L-plan-showcase .l-plan-fee {
    max-width: 800px;
    margin: 0 auto 2rem;
    animation: fadeUp 0.8s ease-out forwards;
    opacity: 0;
    order: -1;
    transform: translateY(20px);
    text-align: center;
}.L-plan-showcase .l-plan-fee h2 {
    color: #000000;
    margin-bottom: 1rem;
    position: relative;
    font-weight: 700;
    display: inline-block;
    font-size: 33px;
}.L-plan-showcase .l-plan-fee h2::after {
    height: 3px;
    position: absolute;
    transform: translateX(-50%);
    border-radius: 10px;
    width: 80px;
    background: linear-gradient(90deg, rgb(190,185,175), rgb(165,152,133));
    bottom: -10px;
    left: 50%;
    content: "";
}.L-plan-showcase .X-skill-pricing {
    color: #000000;
    font-size: 15px;
    line-height: 1.6;
    margin: 0 auto;
    max-width: 90%;
}.L-plan-showcase .e-skill-offers {
    perspective: 1000px;
    gap: 2rem;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.L-plan-showcase .k-offer-box {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    animation: fadeIn 0.8s cubic-bezier(0.23, 1, 0.32, 1) forwards;
    transform: translateZ(0) scale(1);
    background: #ffffff;
    border-radius: 21px;
    position: relative;
    text-decoration: none;
    color: #000000;
    display: block;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s ease;
    overflow: hidden;
    opacity: 0;
}.L-plan-showcase .k-offer-box:nth-child(1) {
    animation-delay: 0.1s;
}.L-plan-showcase .k-offer-box:nth-child(2) {
    animation-delay: 0.2s;
}.L-plan-showcase .k-offer-box:nth-child(3) {
    animation-delay: 0.3s;
}.L-plan-showcase .k-offer-box:nth-child(4) {
    animation-delay: 0.4s;
}.L-plan-showcase .k-offer-box::before {
    height: 5px;
    content: "";
    transform: scaleX(0);
    position: absolute;
    top: 0;
    left: 0;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    background: linear-gradient(90deg, rgb(190,185,175), rgb(165,152,133));
    width: 100%;
    transform-origin: left;
}.L-plan-showcase .k-offer-box:hover {
    transform: translateZ(30px) scale(1.03);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}.L-plan-showcase .k-offer-box:hover::before {
    transform: scaleX(1);
}.L-plan-showcase .y-cost-deals {
    display: flex;
    flex-direction: column;
    height: 100%;
}.L-plan-showcase .M-study-price {
    padding: 2rem;
    flex-grow: 1;
    flex-direction: column;
    display: flex;
}.L-plan-showcase .M-study-price h3 {
    transition: color 0.3s ease;
    font-size: 18px;
    position: relative;
    color: #000000;
    font-weight: 700;
    margin: 0 0 1rem;
}.L-plan-showcase .k-offer-box:hover .M-study-price h3 {
    color: rgb(190,185,175);
}.L-plan-showcase .w-pro-rates {
    color: rgb(190,185,175);
    transition: transform 0.3s ease, color 0.3s ease;
    position: relative;
    display: inline-block;
    font-size: 2rem;
    margin-bottom: 1.5rem;
    font-weight: 700;
}.L-plan-showcase .w-pro-rates::after {
    bottom: -8px;
    background-color: rgb(165,152,133);
    transition: width 0.3s ease;
    content: "";
    width: 40px;
    height: 2px;
    position: absolute;
    left: 0;
}.L-plan-showcase .k-offer-box:hover .w-pro-rates {
    transform: translateY(-3px);
}.L-plan-showcase .k-offer-box:hover .w-pro-rates::after {
    width: 80px;
}.L-plan-showcase .M-study-price p {
    word-break: break-word;
    line-height: 1.6;
    overflow-wrap: break-word;
    color: #000000;
    margin: 0;
    font-size: calc(15px - 2px);
    flex-grow: 1;
}.L-plan-showcase .r-image-click {
    overflow: hidden;
    position: relative;
    height: 200px;
    width: 100%;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}.L-plan-showcase .r-image-click::after {
    left: 0;
    position: absolute;
    top: 0;
    transition: opacity 0.5s ease;
    background: linear-gradient(to top, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 50%);
    content: "";
    bottom: 0;
    opacity: 0.7;
    right: 0;
}.L-plan-showcase .k-offer-box:hover .r-image-click {
    transform: scale(1.05);
}.L-plan-showcase .k-offer-box:hover .r-image-click::after {
    opacity: 0.4;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(30px) rotateX(5deg);
    }
    to {
        opacity: 1;
        transform: translateY(0) rotateX(0);
    }
}

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

@media (min-width: 768px) {.L-plan-showcase {
    padding: 7rem 2rem;
}.L-plan-showcase .M-learn-rates {
    align-items: flex-start;
    flex-direction: row;
}.L-plan-showcase .l-plan-fee {
    text-align: left;
    order: 0;
    justify-content: center;
    flex: 0 0 30%;
    padding-right: 2rem;
    flex-direction: column;
    margin: 0;
    display: flex;
}.L-plan-showcase .l-plan-fee h2 {
    text-align: left;
}.L-plan-showcase .l-plan-fee h2::after {
    left: 0;
    transform: none;
}.L-plan-showcase .X-skill-pricing {
    max-width: 100%;
    margin: 0;
}.L-plan-showcase .e-skill-offers {
    flex: 0 0 70%;
    grid-template-columns: repeat(auto-fill, minmax(calc(50% - 1rem), 1fr));
}
}

@media (min-width: 992px) {.L-plan-showcase .e-skill-offers {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (min-width: 1200px) {.L-plan-showcase {
    padding: 8rem 2rem;
}.L-plan-showcase .l-plan-fee {
    flex: 0 0 25%;
}.L-plan-showcase .e-skill-offers {
    flex: 0 0 75%;
}.L-plan-showcase .M-study-price {
    padding: 2.5rem;
}
}

@media (max-width: 767px) {.L-plan-showcase .k-offer-box {
    max-width: 400px;
    margin: 0 auto;
}.L-plan-showcase .l-plan-fee h2 {
    font-size: calc(33px * 0.9);
}.L-plan-showcase .X-skill-pricing {
    font-size: calc(15px * 0.95);
}}.r-secure-grotto {
    background: linear-gradient(135deg, rgb(227,226,224) 0%, rgba(255,255,255,0.96) 100%);
    padding: 5rem 2rem;
    overflow: hidden;
    position: relative;
}.r-secure-grotto::before {
    width: 100%;
    z-index: 0;
    background: 
        radial-gradient(circle at 100% 0%, rgb(190,185,175,0.5) 0%, transparent 50%),
        radial-gradient(circle at 0% 100%, rgb(165,152,133,0.5) 0%, transparent 50%);
    top: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    opacity: 0.15;
}.r-secure-grotto .container {
    max-width: 1140px;
    transform: translateZ(0);
    border-left: 4px solid rgb(190,185,175);
    box-shadow: 0 20px 50px rgba(0,0,0,0.07);
    margin: 0 auto;
    background: linear-gradient(to right, rgba(255,255,255,0.97), rgba(255,255,255,0.99));
    z-index: 1;
    padding: 3rem;
    position: relative;
}.r-secure-grotto h1 {
    margin-bottom: 2rem;
    position: relative;
    font-size: 45px;
    font-weight: 700;
    transform: translateX(0);
    color: #000000;
    transition: transform 0.5s ease-out;
    padding-bottom: 1rem;
}.r-secure-grotto h1::after {
    transition: width 0.5s ease-out;
    left: 0;
    bottom: 0;
    position: absolute;
    width: 80px;
    content: "";
    background: linear-gradient(to right, rgb(190,185,175), rgb(165,152,133));
    height: 3px;
}.r-secure-grotto h1:hover {
    transform: translateX(5px);
}.r-secure-grotto h1:hover::after {
    width: 120px;
}.r-secure-grotto h2 {
    font-weight: 600;
    font-size: 36px;
    color: #000000;
    padding-left: 1rem;
    margin: 2.5rem 0 1.5rem;
    position: relative;
    border-left: 3px solid rgb(165,152,133);
}.r-secure-grotto h3 {
    border-left: 2px solid rgb(165,152,133,0.5);
    margin: 2rem 0 1rem;
    padding-left: 1rem;
    position: relative;
    font-size: calc(36px * 0.8);
    font-weight: 600;
    color: #000000;
}.r-secure-grotto h4 {
    color: #000000;
    padding-left: 0.75rem;
    border-left: 1px solid rgb(165,152,133,0.5);
    margin: 1.5rem 0 1rem;
    font-weight: 600;
    font-size: calc(36px * 0.7);
    position: relative;
}.r-secure-grotto p {
    line-height: 1.7;
    position: relative;
    font-family: Arial, sans-serif;
    padding-right: 1rem;
    color: #000000;
    margin-bottom: 1.5rem;
    font-size: 18px;
    transition: transform 0.4s ease;
}.r-secure-grotto p:hover {
    transform: translateX(5px);
}.r-secure-grotto strong {
    color: rgb(190,185,175);
    font-weight: 700;
    position: relative;
}.r-secure-grotto strong::after {
    bottom: -2px;
    left: 0;
    background: rgb(190,185,175);
    transition: width 0.3s ease;
    position: absolute;
    height: 1px;
    width: 0;
    content: "";
}.r-secure-grotto p:hover strong::after {
    width: 100%;
}.r-secure-grotto ul {
    padding-left: 0;
    margin: 1.5rem 0 2rem 1rem;
}.r-secure-grotto li {
    line-height: 1.6;
    list-style-type: none;
    transition: transform 0.3s ease;
    color: #000000;
    font-family: Arial, sans-serif;
    position: relative;
    padding-left: 1.5rem;
    font-size: 18px;
    margin-bottom: 1rem;
}.r-secure-grotto li::before {
    transition: transform 0.3s ease;
    position: absolute;
    top: 0.6rem;
    left: 0;
    height: 8px;
    background: linear-gradient(135deg, rgb(190,185,175), rgb(165,152,133));
    transform: rotate(45deg);
    content: "";
    width: 8px;
}.r-secure-grotto li:hover {
    transform: translateX(8px);
}.r-secure-grotto li:hover::before {
    transform: rotate(225deg);
}.r-secure-grotto span {
    transition: transform 0.3s ease-out, background 0.3s ease;
    padding: 0.75rem 1rem;
    background: linear-gradient(to right, rgba(rgb(227,226,224), 0.3), transparent);
    border-left: 2px solid rgb(165,152,133,0.5);
    font-size: calc(18px * 0.95);
    font-family: Arial, sans-serif;
    transform: perspective(1000px) rotateX(0);
    line-height: 1.7;
    display: block;
    color: #000000;
    margin-bottom: 1.5rem;
}.r-secure-grotto span:hover {
    background: linear-gradient(to right, rgba(rgb(227,226,224), 0.5), transparent);
    transform: perspective(1000px) rotateX(1deg);
}

@media (max-width: 991px) {.r-secure-grotto {
    padding: 4rem 1.5rem;
}.r-secure-grotto .container {
    padding: 2.5rem 2rem;
}.r-secure-grotto h1 {
    font-size: calc(45px * 0.9);
}.r-secure-grotto h2 {
    font-size: calc(36px * 0.9);
}
}

@media (max-width: 767px) {.r-secure-grotto {
    padding: 3rem 1rem;
}.r-secure-grotto .container {
    padding: 2rem 1.5rem;
    border-left-width: 3px;
}.r-secure-grotto h1 {
    font-size: calc(45px * 0.8);
    margin-bottom: 1.5rem;
}.r-secure-grotto h2 {
    margin: 2rem 0 1rem;
    font-size: calc(36px * 0.8);
}.r-secure-grotto h3 {
    font-size: calc(36px * 0.7);
}.r-secure-grotto h4 {
    font-size: calc(36px * 0.6);
}.r-secure-grotto ul {
    margin-left: 0.5rem;
}.r-secure-grotto li {
    padding-left: 1.25rem;
}.r-secure-grotto p, .r-secure-grotto span, .r-secure-grotto li {
    font-size: calc(18px * 0.95);
}
}

@media (max-width: 480px) {.r-secure-grotto {
    padding: 2rem 0.75rem;
}.r-secure-grotto .container {
    padding: 1.5rem 1rem;
}.r-secure-grotto h1 {
    font-size: calc(45px * 0.7);
}.r-secure-grotto h2 {
    padding-left: 0.75rem;
    font-size: calc(36px * 0.7);
}.r-secure-grotto h3, .r-secure-grotto h4 {
    padding-left: 0.5rem;
}.r-secure-grotto p, .r-secure-grotto span, .r-secure-grotto li {
    line-height: 1.6;
    font-size: calc(18px * 0.9);
}.r-secure-grotto li {
    padding-left: 1rem;
}.r-secure-grotto li::before {
    height: 6px;
    width: 6px;
}}.Q-mentorship-profile {
    padding: 7rem 2rem;
    background: radial-gradient(circle at 70% 30%, rgb(190,185,175,0.5) 0%, transparent 40%), 
              radial-gradient(circle at 30% 70%, rgb(165,152,133,0.5) 0%, transparent 40%), 
              #000000;
    position: relative;
    overflow: hidden;
}.Q-mentorship-profile::before {
    content: "";
    background: radial-gradient(ellipse at center, transparent 0%, transparent 50%, #000000 100%), 
              repeating-linear-gradient(45deg, rgba(0, 0, 0, 0.5) 0px, rgba(0, 0, 0, 0.5) 1px, transparent 1px, transparent 10px);
    width: 150%;
    left: -25%;
    animation: backgroundMovement 30s linear infinite alternate;
    opacity: 0.3;
    position: absolute;
    height: 150%;
    top: -25%;
}.Q-mentorship-profile .container {
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}.Q-mentorship-profile .o-rating-zone {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    display: grid;
    gap: 0;
}.Q-mentorship-profile .o-rating-zone::after {
    position: absolute;
    left: 0;
    pointer-events: none;
    background: linear-gradient(135deg, rgb(190,185,175,0.5) 0%, transparent 50%);
    mix-blend-mode: overlay;
    width: 100%;
    content: "";
    height: 100%;
    opacity: 0.3;
    top: 0;
}.Q-mentorship-profile .o-rating-zone .r-image-click {
    z-index: 1;
    grid-column: 1 / 2;
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
    position: relative;
    border-radius: 0;
    min-height: 500px;
    transition: all 0.5s ease;
    transform: scale(1.05) translateX(-5%);
    box-shadow: 0 0 30px rgb(190,185,175,0.5);
    grid-row: 1 / 4;
}.Q-mentorship-profile .o-rating-zone .r-image-click:hover {
    transform: scale(1.07) translateX(-4%);
    box-shadow: 0 0 50px rgb(190,185,175);
}.Q-mentorship-profile .o-rating-zone .name {
    font-weight: 700;
    padding: 3.5rem 2rem 0.5rem 3rem;
    z-index: 2;
    color: #ffffff;
    position: relative;
    font-size: 28px;
    animation: neonPulse 4s infinite alternate;
    grid-column: 2 / 3;
    letter-spacing: 2px;
    text-shadow: 0 0 10px rgb(190,185,175,0.5), 0 0 20px rgb(190,185,175,0.5);
    grid-row: 1 / 2;
}.Q-mentorship-profile .o-rating-zone span:not(.name) {
    color: rgb(165,152,133);
    font-weight: 400;
    grid-column: 2 / 3;
    font-size: 18px;
    z-index: 2;
    position: relative;
    letter-spacing: 1px;
    text-transform: uppercase;
    grid-row: 2 / 3;
    padding: 0 2rem 1rem 3rem;
}.Q-mentorship-profile .o-rating-zone .E-job-skills {
    margin-right: 1.5rem;
    border-radius: 0 10px 0 0;
    padding: 2rem 2rem 2.5rem 3rem;
    color: #ffffff;
    grid-column: 2 / 3;
    position: relative;
    line-height: 1.7;
    z-index: 2;
    grid-row: 3 / 4;
    font-size: 16px;
    backdrop-filter: blur(5px);
    border-top: 1px solid rgb(165,152,133,0.5);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
}

@keyframes neonPulse {
  0%, 100% {
    text-shadow: 0 0 10px rgb(190,185,175,0.5), 0 0 20px rgb(190,185,175,0.5);
  }
  50% {
    text-shadow: 0 0 20px rgb(190,185,175), 0 0 30px rgb(190,185,175);
  }
}

@keyframes backgroundMovement {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  100% {
    transform: translate(50px, 50px) rotate(10deg);
  }
}

@media (max-width: 992px) {.Q-mentorship-profile {
    padding: 5rem 1.5rem;
}.Q-mentorship-profile .o-rating-zone {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
}.Q-mentorship-profile .o-rating-zone .r-image-click {
    min-height: 350px;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    grid-row: 1 / 2;
    grid-column: 1 / 2;
    transform: scale(1.02) translateY(-5%);
}.Q-mentorship-profile .o-rating-zone .r-image-click:hover {
    transform: scale(1.03) translateY(-4%);
}.Q-mentorship-profile .o-rating-zone .name {
    grid-row: 2 / 3;
    grid-column: 1 / 2;
    padding: 2rem 1.5rem 0.5rem 1.5rem;
}.Q-mentorship-profile .o-rating-zone span:not(.name) {
    grid-row: 3 / 4;
    padding: 0 1.5rem 1rem 1.5rem;
    grid-column: 1 / 2;
}.Q-mentorship-profile .o-rating-zone .E-job-skills {
    grid-column: 1 / 2;
    margin-right: 0;
    grid-row: 4 / 5;
    padding: 1.5rem;
    border-radius: 10px;
}
}

@media (max-width: 576px) {.Q-mentorship-profile {
    padding: 4rem 1rem;
}.Q-mentorship-profile .o-rating-zone .r-image-click {
    min-height: 280px;
}.Q-mentorship-profile .o-rating-zone .name {
    padding: 1.5rem 1rem 0.5rem 1rem;
}.Q-mentorship-profile .o-rating-zone span:not(.name) {
    padding: 0 1rem 1rem 1rem;
}.Q-mentorship-profile .o-rating-zone .E-job-skills {
    padding: 1.2rem;
}}.g-cookieNotificationAlert {
    align-items: center;
    border-top: 3px solid rgb(190,185,175);
    display: flex;
    bottom: 0;
    overflow: hidden;
    width: 100%;
    background: rgb(227,226,224);
    z-index: 90;
    position: fixed;
    transition: transform 0.3s ease-in-out;
    justify-content: center;
    padding: 1rem 0;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
}#q-cookieConsentDialog {
    display: none;
}#q-cookieConsentDialog:checked ~ .g-cookieNotificationAlert {
    opacity: 0;
    visibility: hidden;
}.g-cookieNotificationAlert .container {
    flex-wrap: wrap;
    z-index: 1;
    justify-content: space-between;
    display: flex;
    max-width: 1140px;
    margin: 0 auto;
    gap: 1rem;
    align-items: center;
    position: relative;
    padding: 0 15px;
}.Y-track-accept {
    margin-right: 1rem;
    display: flex;
    align-items: center;
    flex-shrink: 0;
}.Y-track-accept svg {
    width: 50px;
    height: 50px;
    fill: rgb(190,185,175);
}.u-cookie-disclaimer {
    margin-bottom: 20px;
    min-width: 300px;
    flex: 1;
}.u-cookie-disclaimer h5 {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    color: rgb(190,185,175);
    font-weight: 600;
}.u-cookie-disclaimer p {
    color: #000000;
    font-size: 1rem;
}.W-cookie-explained {
    border-radius: 10px;
    background: rgb(190,185,175);
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    padding: 0.75rem 1.5rem;
    color: #ffffff;
    display: inline-block;
    border: none;
    transition: background-color 0.3s ease, transform 0.3s ease;
    font-size: 1rem;
}.cookie_button.b-track-cookies {
    background: rgb(190,185,175);
}.cookie_button.a-cookie-menu {
    margin-left: 0.5rem;
    background: #000000;
}.W-cookie-explained:hover {
    transform: translateY(-3px);
    background: #000000;
}.cookie_button.a-cookie-menu:hover {
    background: rgb(190,185,175);
}.g-cookieNotificationAlert p a {
    transition: color 0.3s ease;
    text-decoration: underline;
    color: rgb(190,185,175);
}.g-cookieNotificationAlert p a:hover {
    color: #000000;
}
@media only screen and (max-width: 768px) {.g-cookieNotificationAlert .container {
    align-items: center;
    flex-direction: column;
}.Y-track-accept {
    margin-bottom: 1rem;
    margin-right: 0;
}.u-cookie-disclaimer {
    text-align: center;
    margin-bottom: 1rem;
}.cookie_button.a-cookie-menu {
    margin-left: 0;
    margin-top: 0.5rem;
}}
.V-our-mission {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
    background: rgb(227,226,224);
}.V-our-mission::before {
    left: 0;
    background: linear-gradient(135deg, 
                rgb(190,185,175,0.5) 0%, 
                transparent 25%);
    content: "";
    z-index: 1;
    width: 100%;
    top: 0;
    height: 100%;
    position: absolute;
}.V-our-mission::after {
    z-index: 1;
    right: 0;
    width: 100%;
    background: linear-gradient(225deg, 
                rgb(165,152,133,0.5) 0%, 
                transparent 25%);
    height: 100%;
    content: "";
    top: 0;
    position: absolute;
}.V-our-mission .container {
    z-index: 5;
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}.V-our-mission h2 {
    margin-bottom: 70px;
    position: relative;
    text-align: center;
    font-weight: 700;
    font-size: 32px;
    color: #000000;
}.V-our-mission h2::after {
    width: 80px;
    position: absolute;
    bottom: -20px;
    transform: translateX(-50%);
    content: "";
    background: rgb(190,185,175);
    left: 50%;
    height: 4px;
    border-radius: 10px;
}.V-our-mission .r-class-experts {
    grid-template-columns: 1fr 1fr;
    display: grid;
    gap: 40px;
    position: relative;
    grid-template-rows: auto auto;
}.V-our-mission .B-pro-learning {
    position: relative;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    display: flex;
    overflow: hidden;
    padding: 0;
    background: #ffffff;
    border-radius: 20px;
    flex-direction: column;
}.V-our-mission .B-pro-learning:first-child {
    transform-origin: left center;
    grid-row: 1 / span 2;
    grid-column: 1;
}.V-our-mission .B-pro-learning:nth-child(2) {
    grid-column: 2;
    grid-row: 1 / span 2;
    transform-origin: right center;
}.V-our-mission .B-pro-learning:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    z-index: 10;
    transform: scale(1.03);
}.V-our-mission .B-pro-learning h3 {
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    background: rgb(190,185,175);
    padding: 20px 30px;
    margin: 0;
    position: relative;
    z-index: 2;
}.V-our-mission .B-pro-learning:nth-child(2) h3 {
    background: rgb(165,152,133);
}.V-our-mission .B-pro-learning p {
    padding: 30px;
    font-size: 12px;
    z-index: 1;
    line-height: 1.8;
    display: flex;
    align-items: center;
    color: #000000;
    margin: 0;
    position: relative;
    flex-grow: 1;
}.V-our-mission .B-pro-learning p::first-letter {
    font-size: calc(12px * 1.8);
    margin-right: 8px;
    float: left;
    line-height: 1;
    font-weight: 700;
    color: rgb(190,185,175);
}.V-our-mission .B-pro-learning:nth-child(2) p::first-letter {
    color: rgb(165,152,133);
}.V-our-mission .B-pro-learning::before {
    background: linear-gradient(135deg, transparent 50%, rgba(rgb(190,185,175,0.5), 0.1) 50%);
    content: "";
    bottom: 0;
    right: 0;
    width: 100px;
    height: 100px;
    position: absolute;
    z-index: 1;
}.V-our-mission .B-pro-learning:nth-child(2)::before {
    background: linear-gradient(135deg, transparent 50%, rgba(rgb(165,152,133,0.5), 0.1) 50%);
}.V-our-mission .B-pro-learning::after {
    content: "";
    width: 100%;
    height: 5px;
    top: 0;
    z-index: 3;
    position: absolute;
    right: 0;
    background: linear-gradient(90deg, rgb(190,185,175), transparent);
}.V-our-mission .B-pro-learning:nth-child(2)::after {
    background: linear-gradient(90deg, rgb(165,152,133), transparent);
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.5;
        transform: scale(1);
    }
    50% {
        opacity: 1;
        transform: scale(1.1);
    }
}


@media screen and (max-width: 991px) {.V-our-mission {
    padding: 90px 0;
}.V-our-mission h2 {
    margin-bottom: 60px;
}.V-our-mission .r-class-experts {
    gap: 30px;
}
}

@media screen and (max-width: 768px) {.V-our-mission {
    padding: 70px 0;
}.V-our-mission h2 {
    margin-bottom: 50px;
}.V-our-mission .r-class-experts {
    gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
}.V-our-mission .B-pro-learning:first-child,
    .V-our-mission .B-pro-learning:nth-child(2) {
    grid-row: auto;
    grid-column: 1;
}
}

@media screen and (max-width: 576px) {.V-our-mission {
    padding: 60px 0;
}.V-our-mission .container {
    padding: 0 15px;
}.V-our-mission h2 {
    margin-bottom: 40px;
    font-size: calc(32px * 0.9);
}.V-our-mission h2::after {
    bottom: -15px;
    height: 3px;
    width: 60px;
}.V-our-mission .B-pro-learning h3 {
    padding: 15px 20px;
    font-size: calc(20px * 0.9);
}.V-our-mission .B-pro-learning p {
    line-height: 1.7;
    padding: 20px;
    font-size: calc(12px * 0.95);
}}.i-training-structure {
    position: relative;
    perspective: 1000px;
    overflow: hidden;
    padding: 8rem 0;
    background: linear-gradient(135deg, rgb(190,185,175,0.5), rgb(165,152,133,0.5), rgb(227,226,224));
}.i-training-structure::before {
    height: 120%;
    left: -5%;
    z-index: 0;
    content: "";
    position: absolute;
    top: -10%;
    width: 120%;
    animation: constellation 30s infinite linear;
    opacity: 0.4;
    background: 
        radial-gradient(circle at 20% 30%, rgb(165,152,133,0.5) 2px, transparent 12px),
        radial-gradient(circle at 70% 60%, rgb(165,152,133,0.5) 2px, transparent 10px),
        radial-gradient(circle at 40% 80%, rgb(165,152,133,0.5) 2px, transparent 8px),
        radial-gradient(circle at 90% 15%, rgb(165,152,133,0.5) 2px, transparent 14px);
}.i-training-structure::after {
    opacity: 0.3;
    width: 100%;
    pointer-events: none;
    top: 0;
    height: 100%;
    background: 
        radial-gradient(ellipse at 30% 40%, rgb(190,185,175,0.5) 0%, transparent 60%),
        radial-gradient(ellipse at 70% 60%, rgb(165,152,133,0.5) 0%, transparent 60%);
    position: absolute;
    z-index: 1;
    content: "";
    left: 0;
}.i-training-structure .p-growth-hist {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 2rem;
    position: relative;
    transform-style: preserve-3d;
    z-index: 2;
}.i-training-structure h2 {
    transform: translateZ(20px);
    position: relative;
    margin-bottom: 3rem;
    text-align: left;
    font-weight: 700;
    display: inline-block;
    color: #000000;
    font-size: 36px;
}.i-training-structure h2::after {
    content: "";
    background: linear-gradient(90deg, rgb(190,185,175), rgb(165,152,133));
    transform: scaleX(0.8);
    bottom: -12px;
    height: 3px;
    position: absolute;
    transform-origin: left;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
    width: 60%;
}.i-training-structure .p-growth-hist:hover h2::after {
    transform: scaleX(1);
}.i-training-structure .l-text-area-wrap {
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    border-left: 4px solid rgb(190,185,175);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7));
    padding: 2.5rem;
    transform: translateZ(10px);
    position: relative;
    clip-path: polygon(0 0, 100% 0, 98% 100%, 0 95%);
    box-shadow: 
        0 10px 30px -15px rgba(0, 0, 0, 0.15),
        0 3px 10px -5px rgba(0, 0, 0, 0.08);
}.i-training-structure .l-text-area-wrap::before {
    position: absolute;
    height: 100%;
    background: linear-gradient(135deg, transparent, rgba(255, 255, 255, 0.1));
    top: 0;
    content: "";
    transition: opacity 0.5s ease-in-out;
    z-index: -1;
    opacity: 0;
    width: 100%;
    left: 0;
}.i-training-structure .l-text-area-wrap:hover {
    box-shadow: 
        0 15px 35px -20px rgba(0, 0, 0, 0.2),
        0 5px 15px -10px rgba(0, 0, 0, 0.1);
    transform: translateZ(15px);
}.i-training-structure .l-text-area-wrap:hover::before {
    opacity: 1;
}.i-training-structure p {
    line-height: 1.8;
    margin: 0;
    max-width: 90%;
    color: #000000;
    transition: transform 0.4s ease-out;
    font-size: 15px;
}

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

@media (min-width: 768px) {.i-training-structure .p-growth-hist {
    align-items: start;
    gap: 2rem;
    display: grid;
    grid-template-columns: 1fr;
}.i-training-structure h2 {
    margin-bottom: 4rem;
    font-size: calc(36px * 1.2);
}.i-training-structure .l-text-area-wrap {
    padding: 3rem 3.5rem;
    clip-path: polygon(0 0, 100% 0, 98% 100%, 0 95%);
}.i-training-structure p {
    max-width: 85%;
    font-size: calc(15px * 1.05);
}
}

@media (min-width: 992px) {.i-training-structure {
    padding: 10rem 0;
}.i-training-structure .p-growth-hist {
    gap: 3rem;
    grid-template-columns: 1fr;
}.i-training-structure h2 {
    font-size: calc(36px * 1.4);
    margin-bottom: 1rem;
}.i-training-structure h2::after {
    height: 4px;
    bottom: -15px;
}.i-training-structure .l-text-area-wrap {
    padding: 3.5rem 4rem;
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    clip-path: polygon(0 0, 100% 0, 97% 100%, 0 92%);
}.i-training-structure p {
    font-size: calc(15px * 1.1);
    transform: translateX(0);
    max-width: 80%;
}.i-training-structure .l-text-area-wrap:hover p {
    transform: translateX(10px);
}
}

@media (max-width: 767px) {.i-training-structure {
    padding: 5rem 0;
}.i-training-structure .p-growth-hist {
    padding: 0 1.5rem;
}.i-training-structure h2 {
    font-size: calc(36px * 0.9);
    margin-bottom: 2rem;
}.i-training-structure .l-text-area-wrap {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 97%);
    padding: 2rem;
}.i-training-structure p {
    font-size: calc(15px * 0.95);
    max-width: 100%;
}
}

@media (max-width: 480px) {.i-training-structure {
    padding: 4rem 0;
}.i-training-structure .p-growth-hist {
    padding: 0 1rem;
}.i-training-structure h2 {
    margin-bottom: 1.5rem;
    font-size: calc(36px * 0.8);
}.i-training-structure .l-text-area-wrap {
    padding: 1.5rem;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 98%);
}.i-training-structure p {
    font-size: calc(15px * 0.9);
}}.v-program-information {
    position: relative;
    overflow: hidden;
    background: linear-gradient(120deg, rgb(227,226,224) 0%, rgb(190,185,175,0.5) 25%, rgb(165,152,133,0.5) 75%, rgb(227,226,224) 100%);
    padding: 120px 0;
}.v-program-information::before {
    left: 0;
    background-image: repeating-linear-gradient(
        45deg,
        rgb(190,185,175,0.5) 0,
        rgb(190,185,175,0.5) 1px,
        transparent 1px,
        transparent 10px
    );
    top: 0;
    animation: patternShift 20s linear infinite;
    height: 100%;
    width: 100%;
    content: "";
    position: absolute;
    opacity: 0.1;
}.v-program-information::after {
    content: "";
    filter: blur(50px);
    top: 0;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 1;
    left: 0;
    background: radial-gradient(
        circle at 30% 70%,
        rgb(165,152,133,0.5) 0%,
        transparent 50%
    );
}.v-program-information .container {
    position: relative;
    z-index: 2;
}.v-program-information .p-growth-hist {
    border-radius: 0;
    min-height: 500px;
    display: flex;
    position: relative;
    justify-content: flex-end;
    align-items: center;
    overflow: hidden;
}.v-program-information .r-image-click {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    transform: scale(1.05);
    z-index: 1;
    transition: transform 0.7s ease-out, filter 0.7s ease;
    filter: saturate(1.2) contrast(1.1);
    width: 100%;
}.v-program-information .r-image-click::before {
    content: "";
    left: 0;
    z-index: 2;
    top: 0;
    height: 100%;
    background: linear-gradient(
        135deg,
        transparent 30%,
        rgb(190,185,175,0.5) 100%
    );
    position: absolute;
    width: 100%;
}.v-program-information .r-image-click::after {
    top: 0;
    left: 0;
    height: 100%;
    opacity: 0.8;
    position: absolute;
    width: 100%;
    content: "";
    background: 
        radial-gradient(
            circle at 75% 25%,
            transparent 0%,
            rgba(0, 0, 0, 0.5) 90%
        );
    z-index: 3;
}.v-program-information .n-class-route {
    box-shadow: -15px 15px 30px rgba(0, 0, 0, 0.15);
    transform: translateX(-30px);
    max-width: 55%;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    z-index: 4;
    padding: 50px;
    background: rgba(255, 255, 255, 0.85);
    position: relative;
    border-radius: 13px 0 0 13px;
    backdrop-filter: blur(10px);
}.v-program-information .n-class-route::before {
    left: 0;
    position: absolute;
    top: 0;
    z-index: -1;
    background: linear-gradient(
        135deg,
        #ffffff 0%,
        rgba(255, 255, 255, 0.8) 100%
    );
    height: 100%;
    border-radius: 13px 0 0 13px;
    content: "";
    width: 100%;
}.v-program-information .n-class-route::after {
    border: 1px solid rgb(190,185,175,0.5);
    left: 15px;
    top: 15px;
    opacity: 0.5;
    position: absolute;
    z-index: -1;
    width: calc(100% - 30px);
    border-radius: calc(13px - 10px) 0 0 calc(13px - 10px);
    content: "";
    height: calc(100% - 30px);
}.v-program-information .N-nav-pro {
    position: relative;
    margin-bottom: 25px;
    z-index: 5;
    display: inline-block;
}.v-program-information .N-nav-pro svg {
    height: 60px;
    transition: transform 0.3s ease;
    width: auto;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1));
}.v-program-information .N-nav-pro svg:hover {
    transform: scale(1.05) translateY(-5px);
}.v-program-information .N-nav-pro svg path {
    fill: rgb(190,185,175);
    transition: fill 0.3s ease;
}.v-program-information .N-nav-pro::after {
    left: 0;
    width: 40px;
    height: 3px;
    background: rgb(165,152,133);
    position: absolute;
    bottom: -8px;
    border-radius: 10px;
    transition: width 0.3s ease;
    content: "";
}.v-program-information .N-nav-pro:hover::after {
    width: 100%;
}.v-program-information h3 {
    font-size: 36px;
    padding-bottom: 15px;
    color: #000000;
    line-height: 1.3;
    margin-bottom: 20px;
    position: relative;
    font-weight: 700;
}.v-program-information h3::after {
    bottom: 0;
    width: 70px;
    border-radius: 10px;
    height: 2px;
    left: 0;
    background: linear-gradient(
        90deg,
        rgb(190,185,175) 0%,
        rgb(165,152,133) 100%
    );
    position: absolute;
    content: "";
}.v-program-information p {
    position: relative;
    line-height: 1.8;
    margin-bottom: 0;
    color: #000000;
    font-size: 15px;
}

@keyframes patternShift {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

@media (max-width: 1200px) {.v-program-information .n-class-route {
    max-width: 65%;
}
}

@media (max-width: 992px) {.v-program-information {
    padding: 80px 0;
}.v-program-information .p-growth-hist {
    display: block;
    min-height: auto;
}.v-program-information .r-image-click {
    margin-bottom: 30px;
    position: relative;
    height: 300px;
}.v-program-information .n-class-route {
    transform: translateX(0);
    max-width: 100%;
    padding: 40px 30px;
    border-radius: 13px;
}.v-program-information .n-class-route::before,
    .v-program-information .n-class-route::after {
    border-radius: 13px;
}
}

@media (max-width: 768px) {.v-program-information {
    padding: 60px 0;
}.v-program-information .r-image-click {
    height: 250px;
}.v-program-information .n-class-route {
    padding: 30px 25px;
}.v-program-information h3 {
    font-size: calc(36px * 0.9);
}.v-program-information p {
    font-size: calc(15px * 0.95);
}.v-program-information .N-nav-pro svg {
    height: 50px;
}}.t-thanksPoint {
    background: linear-gradient(135deg, rgb(227,226,224) 0%, rgba(rgb(190,185,175,0.5), 0.05) 100%);
    overflow: hidden;
    padding: 6rem 0;
    position: relative;
}.t-thanksPoint::before {
    transform: rotate(-15deg) skew(5deg);
    background: linear-gradient(225deg, rgb(165,152,133) 0%, rgba(rgb(165,152,133,0.5), 0.2) 100%);
    opacity: 0.2;
    top: -15%;
    filter: blur(60px);
    content: "";
    height: 80%;
    right: -5%;
    position: absolute;
    width: 40%;
    z-index: 0;
    animation: float 18s ease-in-out infinite alternate;
}.t-thanksPoint::after {
    animation: float 15s ease-in-out infinite alternate-reverse;
    position: absolute;
    background: linear-gradient(45deg, rgb(190,185,175) 0%, rgba(rgb(190,185,175,0.5), 0.1) 100%);
    height: 70%;
    content: "";
    left: -5%;
    bottom: -10%;
    width: 35%;
    z-index: 0;
    transform: rotate(15deg) skew(-5deg);
    opacity: 0.15;
    filter: blur(50px);
}.t-thanksPoint .container {
    margin: 0 auto;
    position: relative;
    z-index: 1;
    padding: 0 1.5rem;
    max-width: 1140px;
}.t-thanksPoint .p-growth-hist {
    grid-template-rows: auto auto;
    display: grid;
    animation: slideUp 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.2s;
    padding: clamp(2rem, 5vw, 3.5rem);
    background: rgba(rgb(255, 255, 255, 0.5), 0.95);
    position: relative;
    box-shadow: 0 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.08),
                0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.05);
    transform: translateY(20px);
    opacity: 0;
    gap: calc(15px * 1.5);
}.t-thanksPoint .p-growth-hist::before {
    transform-origin: top;
    height: 100%;
    transform: scaleY(0);
    animation: growDown 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.6s;
    content: "";
    background: linear-gradient(180deg, rgb(190,185,175) 0%, rgb(165,152,133) 100%);
    position: absolute;
    width: 5px;
    top: 0;
    left: 0;
}.t-thanksPoint h5 {
    position: relative;
    color: #000000;
    line-height: 1.3;
    padding-bottom: 0.75rem;
    margin: 0;
    letter-spacing: -0.01em;
    overflow: hidden;
    font-weight: 700;
    font-size: 22px;
}.t-thanksPoint h5::after {
    position: absolute;
    animation: slideRight 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 1s;
    background: rgb(165,152,133);
    content: "";
    left: 0;
    width: 80px;
    transform: translateX(-100%);
    bottom: 0;
    height: 3px;
}.t-thanksPoint a {
    position: relative;
    transition: transform 0.4s ease-out;
    overflow: hidden;
    display: block;
    text-decoration: none;
}.t-thanksPoint a:hover {
    transform: translateY(-5px);
}.t-thanksPoint a::before {
    width: 80px;
    transform: scale(0);
    right: -20px;
    opacity: 0;
    position: absolute;
    content: "";
    bottom: -20px;
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    background: linear-gradient(135deg, transparent 50%, rgba(rgb(165,152,133,0.5), 0.1) 50%);
    border-radius: 50% 0 50% 0;
    height: 80px;
}.t-thanksPoint a:hover::before {
    opacity: 1;
    transform: scale(1);
}.t-thanksPoint p {
    color: #000000;
    line-height: 1.7;
    font-size: 15px;
    margin: 0;
    position: relative;
    font-family: Arial, sans-serif;
    transform: translateY(10px);
    animation: fadeIn 0.8s ease-out forwards 1.2s;
    opacity: 0;
}

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

@keyframes growDown {
    from {
        transform: scaleY(0);
    }
    to {
        transform: scaleY(1);
    }
}

@keyframes slideRight {
    from {
        transform: translateX(-100%);
    }
    to {
        transform: translateX(0);
    }
}

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

@keyframes float {
    0% {
        transform: rotate(-15deg) skew(5deg) translate(0, 0);
    }
    50% {
        transform: rotate(-12deg) skew(3deg) translate(-10px, 10px);
    }
    100% {
        transform: rotate(-18deg) skew(7deg) translate(10px, -10px);
    }
}

@media screen and (min-width: 768px) {.t-thanksPoint {
    padding: 8rem 0;
}.t-thanksPoint .p-growth-hist {
    padding: clamp(2.5rem, 6vw, 4rem);
    border-radius: 10px;
    gap: calc(15px * 2);
}.t-thanksPoint h5 {
    padding-bottom: 1rem;
    font-size: calc(22px * 1.1);
}.t-thanksPoint h5::after {
    height: 4px;
    width: 120px;
}
}

@media screen and (min-width: 992px) {.t-thanksPoint {
    padding: 10rem 0;
}.t-thanksPoint .p-growth-hist {
    grid-template-columns: 1fr 1fr;
    gap: calc(15px * 3);
    padding: clamp(3rem, 7vw, 5rem);
}.t-thanksPoint h5 {
    padding-bottom: 0;
    font-size: calc(22px * 1.2);
}.t-thanksPoint h5::after {
    bottom: -0.75rem;
}.t-thanksPoint p {
    font-size: calc(15px * 1.05);
}
}

@media screen and (max-width: 767px) {.t-thanksPoint {
    padding: 4rem 0;
}.t-thanksPoint .p-growth-hist {
    padding: 1.75rem;
}.t-thanksPoint h5 {
    font-size: calc(22px * 0.9);
}.t-thanksPoint p {
    font-size: calc(15px * 0.95);
}
}

@media (prefers-reduced-motion: reduce) {.t-thanksPoint::before,
    .t-thanksPoint::after {
    animation: none;
}.t-thanksPoint .p-growth-hist,
    .t-thanksPoint h5::after,
    .t-thanksPoint p {
    animation-duration: 0.1s;
}.t-thanksPoint a:hover {
    transform: none;
}}.S-contact-form-section {
    position: relative;
    padding: 100px 0;
    z-index: 1;
}.S-contact-form-section::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
    background-color: rgb(227,226,224);
    opacity: 0.9;
}.S-contact-form-section .container {
    padding: 0 20px;
    max-width: 1280px;
    margin: 0 auto;
}.S-contact-form-section .C-connect-box {
    flex-direction: column;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
    border-radius: 13px;
    overflow: hidden;
    background: #ffffff;
    position: relative;
    display: flex;
}.S-contact-form-section .E-request-list {
    background: rgb(165,152,133);
    position: relative;
    padding: 0;
}.S-contact-form-section .E-request-list h3 {
    color: #ffffff;
    font-weight: 700;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
    margin: 0;
    background: rgb(165,152,133);
    font-size: 33px;
    padding: 30px;
}.S-contact-form-section .E-request-list div {
    padding: 20px 40px;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: background-color 0.3s ease;
}.S-contact-form-section .E-request-list div:hover {
    background-color: rgb(190,185,175);
}.S-contact-form-section .E-request-list div:last-child {
    border-bottom: none;
}.S-contact-form-section .E-request-list div svg {
    height: 24px;
    width: 24px;
    margin-right: 20px;
    flex-shrink: 0;
}.S-contact-form-section .E-request-list div svg path {
    fill: #ffffff;
}.S-contact-form-section .E-request-list div span {
    font-size: 13px;
    color: #ffffff;
}.S-contact-form-section .E-request-list div span a {
    text-decoration: none;
    color: #ffffff;
    transition: opacity 0.3s ease;
}.S-contact-form-section .E-request-list div span a:hover {
    opacity: 0.8;
}.S-contact-form-section .X-inquiry-form {
    padding: 50px;
    background-color: #ffffff;
}.S-contact-form-section .X-inquiry-form h3 {
    font-weight: 700;
    margin-bottom: 30px;
    color: #000000;
    text-align: center;
    position: relative;
    font-size: 20px;
}.S-contact-form-section .X-inquiry-form h3::after {
    background-color: rgb(165,152,133);
    transform: translateX(-50%);
    position: absolute;
    height: 3px;
    content: '';
    left: 50%;
    width: 80px;
    bottom: -10px;
}.S-contact-form-section .X-inquiry-form form {
    width: 100%;
}.S-contact-form-section .X-inquiry-form input[type="text"],
.S-contact-form-section .X-inquiry-form input[type="email"] {
    height: 55px;
    border-bottom: 2px solid rgb(227,226,224);
    width: 100%;
    transition: border-color 0.3s ease;
    color: #000000;
    padding: 0 20px;
    background-color: #ffffff;
    font-size: 13px;
    border: none;
    border-radius: 0;
    margin-bottom: 25px;
}.S-contact-form-section .X-inquiry-form input[type="text"]:focus,
.S-contact-form-section .X-inquiry-form input[type="email"]:focus {
    outline: none;
    border-color: rgb(165,152,133);
}.S-contact-form-section .X-inquiry-form input::placeholder {
    opacity: 0.6;
    color: #000000;
}.S-contact-form-section .X-inquiry-form .L-query-query {
    position: relative;
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}.S-contact-form-section .X-inquiry-form .L-query-query input[type="checkbox"] {
    appearance: none;
    position: relative;
    transition: background-color 0.3s ease, border-color 0.3s ease;
    -webkit-appearance: none;
    width: 22px;
    height: 22px;
    margin-right: 10px;
    margin-top: 2px;
    border: 2px solid rgb(227,226,224);
    flex-shrink: 0;
    cursor: pointer;
}.S-contact-form-section .X-inquiry-form .L-query-query input[type="checkbox"]:checked {
    background-color: rgb(165,152,133);
    border-color: rgb(165,152,133);
}.S-contact-form-section .X-inquiry-form .L-query-query input[type="checkbox"]:checked::before {
    content: '✓';
    left: 50%;
    top: 50%;
    position: absolute;
    color: #ffffff;
    transform: translate(-50%, -50%);
    font-size: 14px;
}.S-contact-form-section .X-inquiry-form .L-query-query label {
    color: #000000;
    line-height: 1.6;
    font-size: 16px;
}.S-contact-form-section .X-inquiry-form .L-query-query label a {
    transition: color 0.3s ease;
    text-decoration: none;
    color: rgb(165,152,133);
}.S-contact-form-section .X-inquiry-form .L-query-query label a:hover {
    color: rgb(190,185,175);
}.S-contact-form-section .X-inquiry-form .s-inquiry-info {
    border-radius: 0;
    transition: background-color 0.3s ease;
    color: #ffffff;
    font-weight: 600;
    width: 100%;
    background-color: rgb(165,152,133);
    position: relative;
    cursor: pointer;
    border: none;
    font-size: 18px;
    overflow: hidden;
    height: 55px;
}.S-contact-form-section .X-inquiry-form .s-inquiry-info::before {
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    height: 100%;
    width: 100%;
    transition: left 0.7s ease;
    content: '';
    left: -100%;
    top: 0;
    position: absolute;
}.S-contact-form-section .X-inquiry-form .s-inquiry-info:hover {
    background-color: rgb(190,185,175);
}.S-contact-form-section .X-inquiry-form .s-inquiry-info:hover::before {
    left: 100%;
}

@media screen and (min-width: 992px) {.S-contact-form-section .C-connect-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
}.S-contact-form-section .E-request-list {
    display: flex;
    border-radius: 0 13px 13px 0;
    flex-direction: column;
}.S-contact-form-section .X-inquiry-form {
    border-radius: 13px 0 0 13px;
    flex-direction: column;
    display: flex;
    justify-content: center;
}.S-contact-form-section .E-request-list h3 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 40px 30px;
    text-align: left;
}.S-contact-form-section .E-request-list div {
    align-items: center;
    justify-content: flex-start;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    flex: 1;
}.S-contact-form-section .E-request-list div:last-child {
    border-bottom: none;
}
}

@media screen and (min-width: 768px) and (max-width: 991px) {.S-contact-form-section .E-request-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}.S-contact-form-section .E-request-list h3 {
    grid-column: 1 / -1;
}.S-contact-form-section .E-request-list div {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}.S-contact-form-section .E-request-list div:nth-child(2n) {
    border-right: none;
}.S-contact-form-section .E-request-list div:nth-last-child(1),
    .S-contact-form-section .E-request-list div:nth-last-child(2) {
    border-bottom: none;
}
}

@media screen and (max-width: 767px) {.S-contact-form-section {
    padding: 60px 0;
}.S-contact-form-section .X-inquiry-form {
    padding: 40px 25px;
}.S-contact-form-section .E-request-list h3 {
    padding: 25px 20px;
    font-size: calc(20px + 2px);
}.S-contact-form-section .E-request-list div {
    padding: 15px 25px;
}
}

@media screen and (max-width: 480px) {.S-contact-form-section {
    padding: 40px 0;
}.S-contact-form-section .X-inquiry-form {
    padding: 30px 20px;
}.S-contact-form-section .X-inquiry-form h3 {
    font-size: 20px;
}.S-contact-form-section .E-request-list h3 {
    padding: 20px 15px;
    font-size: 20px;
}.S-contact-form-section .E-request-list div {
    padding: 15px 20px;
}.S-contact-form-section .E-request-list div svg {
    height: 20px;
    width: 20px;
    margin-right: 15px;
}}.G-title-board {
    justify-content: center;
    position: relative;
    background-color: rgb(227,226,224);
    overflow: hidden;
    align-items: center;
    display: flex;
    min-height: 100vh;
    padding: 5rem 1rem;
}.G-title-board::before {
    content: "";
    opacity: 0.07;
    z-index: 0;
    top: 0;
    left: 0;
    background: linear-gradient(135deg, rgb(165,152,133,0.5), rgb(190,185,175,0.5));
    height: 100%;
    position: absolute;
    width: 100%;
}.G-title-board .e-learn-expressfast {
    max-width: 1200px;
    background-color: rgb(227,226,224);
    padding: 2.5rem;
    z-index: 1;
    transform: perspective(1000px) rotateX(2deg);
    width: 100%;
    box-shadow: 12px 12px 24px rgba(0, 0, 0, 0.08), 
              -12px -12px 24px #ffffff;
    position: relative;
    transition: transform 0.5s ease;
    border-radius: 16px;
}.G-title-board .e-learn-expressfast:hover {
    transform: perspective(1000px) rotateX(0deg);
}.G-title-board .e-learn-expressfast > div {
    gap: 2.5rem;
    flex-direction: column;
    display: flex;
}.G-title-board h3 {
    font-size: 21px;
    margin: 0;
    transition: all 0.3s ease;
    box-shadow: inset 3px 3px 8px rgba(0, 0, 0, 0.05),
              inset -3px -3px 8px #ffffff;
    position: relative;
    padding: 1.5rem;
    color: rgb(165,152,133);
    font-weight: 600;
    border-radius: 12px;
    background-color: rgba(255, 255, 255, 0.7);
}.G-title-board h3::before {
    height: 100%;
    background: linear-gradient(to bottom, rgb(190,185,175), rgb(165,152,133));
    top: 0;
    width: 8px;
    position: absolute;
    border-radius: 12px 0 0 12px;
    content: "";
    left: 0;
}.G-title-board .q-academy-cult {
    box-shadow: 12px 12px 24px rgba(0, 0, 0, 0.08), 
              -12px -12px 24px #ffffff;
    transition: all 0.5s ease;
    overflow: hidden;
    position: relative;
    border-radius: 16px;
}.G-title-board .q-academy-cult::before {
    z-index: 1;
    content: "";
    height: 100%;
    top: 0;
    width: 100%;
    opacity: 0.85;
    position: absolute;
    background: linear-gradient(135deg, 
    rgba(var(--primary-color-rgb), 0.7),
    rgba(var(--secondary-color-rgb), 0.7));
    left: 0;
}.G-title-board .q-academy-cult:hover {
    transform: translateY(-5px);
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.1), 
              -15px -15px 30px #ffffff;
}.G-title-board .q-academy-cult > div {
    position: relative;
    text-align: center;
    gap: 1.5rem;
    padding: 4rem 2rem;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}.G-title-board .q-academy-cult p {
    backdrop-filter: blur(10px);
    box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.1),
              inset -2px -2px 5px rgba(255, 255, 255, 0.1);
    background-color: rgba(255, 255, 255, 0.15);
    transition: all 0.3s ease;
    font-weight: 400;
    border-radius: 12px;
    margin: 0;
    color: #ffffff;
    font-size: calc(14px * 1.1);
    padding: 1rem 1.5rem;
}.G-title-board .q-academy-cult p:hover {
    box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.2),
              inset -2px -2px 5px rgba(255, 255, 255, 0.2);
    transform: translateY(-3px);
}.G-title-board .title_style_header {
    position: relative;
    padding: 0;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    margin: 0;
    font-weight: 700;
    font-size: 47px;
    color: #ffffff;
}.G-title-board .title_style_header::after {
    content: "";
    background: linear-gradient(to right, rgb(190,185,175), #ffffff, rgb(190,185,175));
    position: absolute;
    left: 50%;
    bottom: -15px;
    height: 4px;
    width: 100px;
    transform: translateX(-50%);
    border-radius: 2px;
}

@media (min-width: 768px) {.G-title-board .e-learn-expressfast {
    padding: 3rem;
}.G-title-board .e-learn-expressfast > div {
    align-items: stretch;
    flex-direction: row;
}.G-title-board .e-learn-expressfast > div > div:first-child {
    flex: 0 0 30%;
    display: flex;
    align-items: center;
}.G-title-board .q-academy-cult {
    flex: 0 0 70%;
}.G-title-board h3 {
    font-size: 21px;
    padding: 2rem;
}.G-title-board .q-academy-cult > div {
    align-items: flex-start;
    text-align: left;
    padding: 5rem 3rem;
}.G-title-board .title_style_header {
    font-size: calc(47px * 1.2);
}.G-title-board .title_style_header::after {
    transform: none;
    left: 0;
}
}

@media (min-width: 1024px) {.G-title-board .e-learn-expressfast {
    padding: 3.5rem;
}.G-title-board .e-learn-expressfast > div > div:first-child {
    flex: 0 0 35%;
}.G-title-board .q-academy-cult {
    flex: 0 0 65%;
}.G-title-board .q-academy-cult > div {
    padding: 6rem 4rem;
}.G-title-board .title_style_header {
    font-size: calc(47px * 1.4);
}
}

@media (max-width: 767px) {.G-title-board {
    padding: 3rem 1rem;
}.G-title-board .e-learn-expressfast {
    padding: 1.5rem;
}.G-title-board h3 {
    padding: 1.25rem;
    font-size: calc(21px * 0.9);
}.G-title-board .q-academy-cult > div {
    padding: 3rem 1.5rem;
}.G-title-board .title_style_header {
    font-size: calc(47px * 0.9);
}.G-title-board .q-academy-cult p {
    padding: 0.75rem 1rem;
    font-size: 14px;
}
}

@media (max-width: 480px) {.G-title-board {
    padding: 2rem 0.75rem;
}.G-title-board .e-learn-expressfast {
    box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.08), 
                -8px -8px 16px #ffffff;
    padding: 1.25rem;
}.G-title-board h3 {
    padding: 1rem;
    font-size: calc(21px * 0.8);
}.G-title-board .q-academy-cult > div {
    padding: 2.5rem 1.25rem;
}.G-title-board .title_style_header {
    font-size: calc(47px * 0.8);
}.G-title-board .q-academy-cult p {
    padding: 0.5rem 0.75rem;
    font-size: calc(14px * 0.9);
}}footer {
    position: relative;
    width: 100%;
}footer .I-scholar-cta {
    box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    padding: 80px 0 30px;
    background: linear-gradient(135deg, #000000 0%, rgb(190,185,175) 100%);
    z-index: 1;
}footer .I-scholar-cta::before {
    left: 0;
    opacity: 0.05;
    top: 0;
    position: absolute;
    background: repeating-linear-gradient(
        45deg,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0.5) 10px,
        transparent 10px,
        transparent 20px
    );
    z-index: -1;
    content: '';
    width: 100%;
    height: 100%;
}footer .I-scholar-cta::after {
    width: 100%;
    background: linear-gradient(90deg, 
        rgb(190,185,175) 0%, 
        rgb(165,152,133) 50%, 
        rgb(190,185,175) 100%);
    height: 3px;
    position: absolute;
    left: 0;
    animation: glowBorder 3s infinite linear;
    content: '';
    top: 0;
}@keyframes glowBorder {
    0% {
        opacity: 0.3;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.3;
    }
}

footer .I-scholar-cta .container {
    z-index: 2;
    position: relative;
}footer .a-access-cta {
    grid-template-columns: 1fr;
    gap: 40px;
    display: grid;
}footer .b-instant-contact {
    margin-bottom: 30px;
    position: relative;
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    gap: 30px;
    padding-bottom: 30px;
}footer .b-instant-contact::after {
    content: '';
    position: absolute;
    height: 1px;
    bottom: 0;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(165,152,133,0.5) 50%, 
        transparent 100%);
    left: 0;
    width: 100%;
}footer .info_item {
    transform: translateY(0);
    flex: 1;
    background: rgba(255, 255, 255, 0.03);
    padding: 15px;
    backdrop-filter: blur(5px);
    margin-bottom: 15px;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.05);
    min-width: 200px;
    border-radius: 10px;
}footer .info_item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.05);
}footer .info_item p,
footer .info_item a {
    display: flex;
    text-decoration: none;
    color: #ffffff;
    transition: color 0.3s ease;
    font-weight: 400;
    font-size: 16px;
    align-items: center;
    font-family: Arial, sans-serif;
    gap: 10px;
}footer .info_item svg {
    transition: transform 0.3s ease;
    flex-shrink: 0;
    height: 20px;
    width: 20px;
    fill: rgb(165,152,133);
}footer .info_item:hover svg {
    transform: scale(1.2);
}footer .info_item:hover a,
footer .info_item:hover p {
    color: rgb(165,152,133);
}footer .text_main_holder {
    gap: 40px;
    margin-bottom: 40px;
    grid-template-columns: 1fr 1fr 1fr;
    display: grid;
}footer .N-nav-pro {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    flex-direction: column;
}footer .N-nav-pro svg {
    height: auto;
    max-width: 160px;
    filter: drop-shadow(0 0 5px rgb(190,185,175,0.5));
}footer .j-footer-account {
    color: #ffffff;
    opacity: 0.7;
    max-width: 300px;
    line-height: 1.5;
    font-weight: 300;
    font-size: 14px;
}footer .a-top-bar {
    flex-direction: column;
    display: flex;
    gap: 20px;
}footer .a-top-bar h5 {
    font-weight: 700;
    color: #ffffff;
    padding-bottom: 15px;
    margin-bottom: 5px;
    font-size: 20px;
    position: relative;
}footer .a-top-bar h5::after {
    content: '';
    left: 0;
    position: absolute;
    bottom: 0;
    background: rgb(165,152,133);
    width: 50px;
    border-radius: 10px;
    height: 3px;
}footer .J-header-learn {
    flex-direction: column;
    margin-bottom: 20px;
    gap: 15px;
    display: flex;
}footer .J-header-learn a {
    color: #ffffff;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s ease;
    padding-left: 15px;
    opacity: 0.8;
    position: relative;
}footer .J-header-learn a::before {
    height: 6px;
    background: rgb(165,152,133);
    content: '';
    position: absolute;
    transition: all 0.3s ease;
    top: 50%;
    width: 6px;
    transform: translateY(-50%);
    border-radius: 50%;
    opacity: 0.7;
    left: 0;
}footer .J-header-learn a:hover {
    color: rgb(165,152,133);
    transform: translateX(5px);
    opacity: 1;
}footer .J-header-learn a:hover::before {
    box-shadow: 0 0 10px rgb(165,152,133);
    height: 8px;
    opacity: 1;
    width: 8px;
}footer .subscribe_holder {
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.5s ease;
    border-radius: 22px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.2);
    padding: 25px;
    transform: perspective(1000px) rotateY(-5deg);
    gap: 15px;
}footer .subscribe_holder:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    transform: perspective(1000px) rotateY(0deg);
}footer .subscribe_holder h5 {
    margin-bottom: 5px;
    font-size: 20px;
    color: #ffffff;
    font-weight: 700;
}footer .subscribe_holder p {
    margin-bottom: 20px;
    opacity: 0.8;
    line-height: 1.6;
    color: #ffffff;
    font-size: 16px;
}footer .input_holder {
    position: relative;
    gap: 15px;
    display: flex;
    flex-direction: column;
}footer .input_holder input[type="email"] {
    border: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
    background: rgba(0, 0, 0, 0.2);
    outline: none;
    color: #ffffff;
    padding: 14px 15px;
    border-radius: 10px;
    transition: all 0.3s ease;
    font-size: 16px;
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}footer .input_holder input[type="email"]:focus {
    border-color: rgb(165,152,133);
    box-shadow: 0 0 15px rgb(165,152,133,0.5);
}footer .x-sub-bonus {
    text-transform: uppercase;
    font-size: 15px;
    border-radius: 10px;
    color: #ffffff;
    cursor: pointer;
    padding: 12px 24px;
    letter-spacing: 1px;
    background: linear-gradient(45deg, rgb(165,152,133) 0%, rgb(190,185,175) 100%);
    font-weight: 600;
    position: relative;
    transition: all 0.3s ease;
    border: none;
    overflow: hidden;
}footer .x-sub-bonus::before {
    position: absolute;
    content: '';
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.2), 
        transparent);
    top: 0;
    transition: 0.6s;
    height: 100%;
    left: -100%;
    width: 100%;
}footer .x-sub-bonus:hover::before {
    left: 100%;
}footer .x-sub-bonus:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}footer .A-gift-card {
    position: relative;
    padding-top: 30px;
    text-align: center;
}footer .A-gift-card::before {
    left: 0;
    top: 0;
    position: absolute;
    content: '';
    height: 1px;
    width: 100%;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(165,152,133,0.5) 50%, 
        transparent 100%);
}footer .m-class-guide {
    color: #ffffff;
    opacity: 0.7;
    font-size: 12px;
    font-weight: 300;
}

@media (max-width: 992px) {footer .I-scholar-cta {
    padding: 60px 0 30px;
}footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 1fr;
}footer .subscribe_holder {
    grid-column: span 2;
    transform: perspective(1000px) rotateY(0deg);
}footer .b-instant-contact {
    gap: 20px;
}footer .info_item {
    min-width: 180px;
}
}

@media (max-width: 768px) {footer .I-scholar-cta {
    padding: 50px 0 30px;
}footer .text_main_holder {
    grid-template-columns: 1fr;
    gap: 40px;
}footer .subscribe_holder {
    grid-column: span 1;
}footer .a-top-bar {
    gap: 15px;
}footer .b-instant-contact {
    flex-direction: column;
    gap: 15px;
}footer .info_item {
    margin-bottom: 0;
    width: 100%;
}footer .input_holder {
    flex-direction: column;
}footer .x-sub-bonus {
    width: 100%;
}
}

@media (max-width: 576px) {footer .I-scholar-cta {
    padding: 40px 0 30px;
}footer .N-nav-pro {
    align-items: center;
    margin: 0 auto;
    text-align: center;
}footer .j-footer-account {
    text-align: center;
    margin: 0 auto;
}footer .a-top-bar h5 {
    text-align: center;
}footer .a-top-bar h5::after {
    left: 50%;
    transform: translateX(-50%);
}footer .J-header-learn {
    align-items: center;
}footer .J-header-learn a {
    text-align: center;
}footer .subscribe_holder {
    text-align: center;
    padding: 20px;
}footer .subscribe_holder h5,
    footer .subscribe_holder p {
    text-align: center;
}}header {
    overflow: visible;
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 15px), 
        calc(100% - 15px) 100%, 
        15px 100%, 
        0 calc(100% - 15px)
    );
    position: relative;
    z-index: 100;
    margin-top: 0;
    padding: 0;
    background: linear-gradient(120deg, rgb(190,185,175) 0%, rgb(165,152,133) 100%);
}header::before {
    bottom: 2px;
    right: 2px;
    position: absolute;
    left: 2px;
    z-index: -1;
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.05) 0px,
        rgba(255, 255, 255, 0.05) 1px,
        transparent 1px,
        transparent 10px
    );
    top: 2px;
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 15px), 
        calc(100% - 15px) 100%, 
        15px 100%, 
        0 calc(100% - 15px)
    );
    content: '';
}header .F-site-core {
    display: flex;
    padding: 1.2rem 3rem;
    z-index: 5;
    position: relative;
    justify-content: space-between;
    align-items: center;
}header .N-nav-pro {
    padding: 0.7rem 1.2rem 0.7rem 1rem;
    margin-right: 2rem;
    background: rgba(255, 255, 255, 0.15);
    clip-path: polygon(
        0 0,
        calc(100% - 10px) 0,
        100% 10px,
        100% 100%,
        10px 100%,
        0 calc(100% - 10px)
    );
    flex: 0 0 auto;
    position: relative;
    transition: all 0.3s ease;
}header .N-nav-pro::before {
    right: 3px;
    left: 3px;
    z-index: -1;
    top: 3px;
    border: 1px dashed rgba(255, 255, 255, 0.3);
    position: absolute;
    clip-path: polygon(
        0 0,
        calc(100% - 10px) 0,
        100% 10px,
        100% 100%,
        10px 100%,
        0 calc(100% - 10px)
    );
    content: '';
    bottom: 3px;
}header .N-nav-pro:hover {
    transform: translateY(-3px) scale(1.03);
    background: rgba(255, 255, 255, 0.2);
}header .m-head-learn {
    transition: all 0.3s ease;
    position: relative;
    display: block;
    z-index: 1;
}header .m-head-learn img {
    max-height: 40px;
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
}header .a-top-bar {
    z-index: 2;
    margin: 0;
    padding: 0;
    position: relative;
    list-style: none;
    display: flex;
}header .p-head-section {
    position: relative;
    margin: 0 0.5rem;
}header .p-head-section a {
    text-decoration: none;
    padding: 0 1.2rem;
    color: #ffffff;
    align-items: center;
    display: flex;
    overflow: hidden;
    transition: all 0.3s ease;
    font-weight: 600;
    font-size: 13px;
    position: relative;
    justify-content: center;
    border: 1px solid transparent;
    height: 40px;
    clip-path: polygon(
        10px 0,
        calc(100% - 10px) 0,
        100% 10px,
        100% calc(100% - 10px),
        calc(100% - 10px) 100%,
        10px 100%,
        0 calc(100% - 10px),
        0 10px
    );
    background: rgba(255, 255, 255, 0.1);
}header .p-head-section a::before {
    position: absolute;
    content: '';
    width: 100%;
    transition: left 0.7s ease;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    left: -100%;
    top: 0;
}header .p-head-section a:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    border-color: #ffffff;
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-3px);
}header .p-head-section a:hover::before {
    left: 100%;
}header .p-head-section::after {
    bottom: -5px;
    transform: translateX(-50%);
    position: absolute;
    width: 0;
    left: 50%;
    content: '';
    height: 2px;
    background: #ffffff;
    transition: width 0.3s ease;
}header .p-head-section:hover::after {
    width: 80%;
}header .F-site-core::before {
    opacity: 0.5;
    content: '';
    width: 40px;
    border-bottom: none;
    border-right: none;
    height: 40px;
    top: 10px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    position: absolute;
    right: 10px;
}header .F-site-core::after {
    border-left: none;
    opacity: 0.5;
    bottom: 10px;
    width: 40px;
    left: 10px;
    position: absolute;
    content: '';
    border-top: none;
    height: 40px;
    border: 2px solid rgba(255, 255, 255, 0.3);
}header .U-nav-study {
    z-index: 1;
    position: relative;
    background: rgb(227,226,224);
    padding-top: 2rem;
    margin-top: -15px;
}@keyframes pulse {
    0%, 100% { opacity: 0.5; }
    50% { opacity: 1; }
}

header::after {
    width: 8px;
    top: 15px;
    animation: pulse 2s infinite;
    right: 15px;
    box-shadow: 0 0 10px #ffffff;
    border-radius: 50%;
    content: '';
    height: 8px;
    position: absolute;
    background: #ffffff;
}

@media (min-width: 1400px) {header .F-site-core {
    margin: 0 auto;
    max-width: 1320px;
}header .p-head-section {
    margin: 0 0.7rem;
}header .p-head-section a {
    padding: 0 1.5rem;
}
}

@media (max-width: 991px) {header {
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 10px), 
            calc(100% - 10px) 100%, 
            10px 100%, 
            0 calc(100% - 10px)
        );
}header .F-site-core {
    padding: 1rem 2rem;
    flex-wrap: wrap;
}header .N-nav-pro {
    margin-bottom: 0;
    margin-right: 0;
}header .a-top-bar {
    margin-top: 1rem;
    justify-content: flex-end;
    flex-basis: 100%;
}header .p-head-section a {
    font-size: calc(13px - 1px);
    padding: 0 1rem;
    height: 35px;
}header .F-site-core::before,
    header .F-site-core::after {
    display: none;
}.U-nav-study {
    margin-top: -10px;
}
}

@media (max-width: 767px) {header {
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 5px), 
            calc(100% - 5px) 100%, 
            5px 100%, 
            0 calc(100% - 5px)
        );
    padding: 0;
}header .F-site-core {
    padding: 0.8rem 1.5rem;
}header .N-nav-pro {
    padding: 0.5rem 0.8rem;
    clip-path: polygon(
            0 0,
            calc(100% - 5px) 0,
            100% 5px,
            100% 100%,
            5px 100%,
            0 calc(100% - 5px)
        );
}header .m-head-learn img {
    max-height: 35px;
}header .a-top-bar {
    margin-top: 0.8rem;
    justify-content: flex-start;
    scrollbar-width: thin;
    padding-bottom: 0.5rem;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}header .a-top-bar::-webkit-scrollbar {
    height: 3px;
}header .a-top-bar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.3);
}header .p-head-section {
    flex: 0 0 auto;
    margin: 0 0.25rem;
}header .p-head-section a {
    clip-path: polygon(
            5px 0,
            calc(100% - 5px) 0,
            100% 5px,
            100% calc(100% - 5px),
            calc(100% - 5px) 100%,
            5px 100%,
            0 calc(100% - 5px),
            0 5px
        );
    height: 32px;
    font-size: calc(13px - 2px);
    white-space: nowrap;
    padding: 0 0.8rem;
}header .p-head-section::after {
    display: none;
}header::after {
    width: 5px;
    right: 10px;
    height: 5px;
    top: 10px;
}.U-nav-study {
    margin-top: -5px;
}
}

@media (max-width: 479px) {header .F-site-core {
    padding: 0.7rem 1.2rem;
}header .N-nav-pro {
    padding: 0.4rem 0.6rem;
    max-width: 120px;
}header .p-head-section a {
    height: 30px;
    padding: 0 0.6rem;
    font-size: calc(13px - 3px);
}
}