* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}::-webkit-scrollbar {
    height: 3px;
    width: 14px;
}::-webkit-scrollbar-button {
    height: 10px;
    background: rgb(218,202,194);
    width: 7px;
}::-webkit-scrollbar-thumb {
    border-radius: 4rem;
    transition: all, background, transform 5s ease-in;
    background: radial-gradient(ellipse at bottom right, #ffffff 80%, rgb(145,133,131) 35%, rgb(187,178,174) 9%, rgb(187,178,174,0.5) 29%, rgb(218,202,194) 18%);
    box-shadow: 4px 3px 0px -2px rgba(0, 0, 0, 0.7);
}::-webkit-scrollbar-thumb:hover {
    box-shadow: -2px 1px 10px 0px rgba(0, 0, 0, 0.6);
    background: rgb(187,178,174,0.5);
}::-webkit-scrollbar-thumb:active {
    background: rgb(218,202,194);
}html {
    scrollbar-color: #ffffff rgb(145,133,131);
}.container {
    margin: auto;
    max-width: 100%;
    width: 1244px;
}html,body {
    min-height: 100%;
    scroll-behavior: auto;
    font-family: Arial, sans-serif;
    height: 100%;
    color: #000000;
}.head_bar {
    flex: 1 0 auto;
}a {
    color: inherit;
    text-decoration: none;
}.trial_offer {
    flex: 0 0 auto;
}header,footer {
    width: 100%;
}svg {
    width: 30px;
    height: 30px;
}.wrapper-border {
    min-height: 100%;
    flex-direction: column;
    height: 100%;
    display: flex;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.cookie_popup_interrupt {
    padding: 20px 0;
    display: flex;
    border-top: 3px solid rgb(187,178,174);
    bottom: 0;
    justify-content: center;
    background: rgb(218,202,194);
    width: 100%;
    box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.5);
    z-index: 100;
    position: fixed;
}.cookie_verify {
    width: 90%;
    border: 2px solid rgb(187,178,174);
    margin: auto;
    max-width: 1200px;
    align-items: center;
    display: flex;
    background: rgba(0, 0, 0, 0.5);
    padding: 20px;
    border-radius: 16px;
    justify-content: space-between;
}.data_control {
    flex-shrink: 0;
    margin-right: 20px;
}.data_control svg {
    fill: rgb(187,178,174);
    width: 50px;
    height: 50px;
}.consent_ack {
    text-align: left;
    flex-grow: 1;
    color: #ffffff;
}.consent_ack h5 {
    margin-bottom: 10px;
    font-weight: 700;
    text-transform: uppercase;
    color: rgb(187,178,174);
    letter-spacing: 1px;
    font-size: 23px;
}.consent_ack p {
    line-height: 1.5;
    font-size: 12px;
    color: #ffffff;
    margin: 0;
}.consent_ack p a {
    color: rgb(187,178,174);
    text-decoration: underline;
}.visitor_confirm {
    min-width: 120px;
    padding: 10px 20px;
    background: rgb(187,178,174);
    font-size: 15px;
    border: none;
    flex-shrink: 0;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    color: #ffffff;
    border-radius: 10px;
}.cookie_button.cookie_guard {
    margin-right: 10px;
}#cookieNoticeWindow {
    display: none;
}#cookieNoticeWindow:checked ~ .cookie_popup_interrupt {
    visibility: hidden;
    opacity: 0;
}
@media only screen and (max-width: 1200px) {.cookie_verify {
    flex-direction: column;
    align-items: center;
    text-align: center;
}.data_control {
    margin-bottom: 20px;
    margin-right: 0;
}.visitor_confirm {
    width: 100%;
    max-width: 250px;
    margin: 10px 0;
}}
.course_fit_for {
    padding: 120px 0;
    position: relative;
    background: #f9f9f9;
    overflow: hidden;
}.course_fit_for::before {
    background-color: rgb(187,178,174,0.5);
    width: 6px;
    z-index: 1;
    top: 0;
    left: 50%;
    bottom: 0;
    content: '';
    transform: translateX(-50%);
    position: absolute;
}.course_fit_for .quick_skill {
    position: relative;
    max-width: 1000px;
    padding: 0 30px;
    margin: 0 auto;
    z-index: 10;
    text-align: center;
}.course_fit_for h3 {
    font-weight: 700;
    margin-bottom: 80px;
    border-radius: 50px;
    border: 3px solid rgb(187,178,174,0.5);
    display: inline-block;
    padding: 0 30px;
    color: #000000;
    background-color: #f9f9f9;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    position: relative;
    font-size: 28px;
}.course_fit_for ul {
    align-items: center;
    flex-direction: column;
    position: relative;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 50px;
}.course_fit_for ul li {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    text-align: left;
    border-radius: 20px;
    display: flex;
    background-color: #ffffff;
    width: 100%;
    max-width: 500px;
    gap: 20px;
    transition: all 0.4s ease;
    z-index: 2;
    padding: 30px;
    align-items: center;
    position: relative;
}.course_fit_for ul li::before {
    top: -25px;
    height: 50px;
    background-color: #ffffff;
    border: 6px solid rgb(187,178,174,0.5);
    transform: translateX(-50%);
    z-index: 5;
    left: 50%;
    transition: all 0.4s ease;
    border-radius: 50%;
    content: '';
    width: 50px;
    position: absolute;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}.course_fit_for ul li:nth-child(even) {
    text-align: right;
    flex-direction: row-reverse;
}.course_fit_for ul li:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    transform: scale(1.05);
}.course_fit_for ul li:hover::before {
    background-color: rgb(187,178,174,0.5);
    border-color: #ffffff;
}.course_fit_for ul li svg {
    flex-shrink: 0;
    width: 60px;
    background-color: rgb(187,178,174,0.5);
    padding: 12px;
    transition: all 0.4s ease;
    border-radius: 50%;
    height: 60px;
}.course_fit_for ul li:hover svg {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    transform: rotate(360deg);
}.course_fit_for ul li svg path {
    fill: #ffffff;
    transition: fill 0.4s ease;
}.course_fit_for ul li:hover svg path {
    fill: rgb(187,178,174);
}@keyframes fadeInFromTop {
    from {
        opacity: 0;
        transform: translateY(-50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.course_fit_for ul li {
    animation: fadeInFromTop 0.6s ease forwards;
    opacity: 0;
}.course_fit_for ul li:nth-child(1) {
    animation-delay: 0.1s;
}.course_fit_for ul li:nth-child(2) {
    animation-delay: 0.3s;
}.course_fit_for ul li:nth-child(3) {
    animation-delay: 0.5s;
}.course_fit_for ul li:nth-child(4) {
    animation-delay: 0.7s;
}.course_fit_for ul li:nth-child(5) {
    animation-delay: 0.9s;
}.course_fit_for ul li:nth-child(6) {
    animation-delay: 1.1s;
}

@media (max-width: 992px) {.course_fit_for {
    padding: 90px 0;
}.course_fit_for h3 {
    margin-bottom: 60px;
}.course_fit_for ul {
    gap: 60px;
}.course_fit_for ul li {
    padding: 25px;
}.course_fit_for ul li svg {
    padding: 10px;
    width: 50px;
    height: 50px;
}
}

@media (max-width: 768px) {.course_fit_for ul li,
    .course_fit_for ul li:nth-child(even) {
    align-items: center;
    flex-direction: column;
    text-align: center;
}.course_fit_for ul li::before {
    top: -30px;
}
}

@media (max-width: 576px) {.course_fit_for {
    padding: 70px 0;
}.course_fit_for h3 {
    margin-bottom: 50px;
    font-size: calc(28px * 0.85);
    padding: 0 20px;
}.course_fit_for ul {
    gap: 50px;
}.course_fit_for ul li {
    padding: 20px;
}.course_fit_for ul li::before {
    top: -25px;
    height: 40px;
    width: 40px;
}.course_fit_for ul li svg {
    padding: 8px;
    height: 45px;
    width: 45px;
}
}

@media (prefers-reduced-motion: reduce) {.course_fit_for ul li {
    animation: none;
    opacity: 1;
}.course_fit_for ul li:hover {
    transform: none;
}.course_fit_for ul li:hover svg {
    transform: none;
}}.study_method {
    background: rgb(218,202,194);
    overflow: hidden;
    position: relative;
    padding: 130px 0;
}.study_method::before {
    left: 0;
    background: 
        radial-gradient(circle at 20% 50%, rgb(187,178,174,0.5) 0%, transparent 40%),
        radial-gradient(circle at 85% 30%, rgb(145,133,131,0.5) 0%, transparent 40%);
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
    opacity: 0.2;
    top: 0;
    content: '';
}.study_method .quick_skill {
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
}.study_method .text_body_wrap {
    overflow: hidden;
    margin: 0 auto;
    padding: 60px 70px;
    position: relative;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
    width: 100%;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    max-width: 700px;
    backdrop-filter: blur(10px);
    border-radius: 26px;
}.study_method .text_body_wrap::before {
    left: -10px;
    right: -10px;
    position: absolute;
    z-index: -1;
    top: -10px;
    border-radius: calc(26px + 10px);
    bottom: -10px;
    animation: rotate-gradient 15s linear infinite;
    background: linear-gradient(45deg, 
        rgb(187,178,174,0.5), 
        transparent 40%, 
        transparent 60%, 
        rgb(145,133,131,0.5)
    );
    content: '';
}.study_method .text_body_wrap::after {
    bottom: 0;
    position: absolute;
    background: rgb(218,202,194);
    right: 0;
    margin: 3px;
    top: 0;
    left: 0;
    border-radius: 26px;
    z-index: -1;
    content: '';
}.study_method .text_body_wrap h2 {
    margin-bottom: 35px;
    font-size: 28px;
    display: inline-block;
    color: #ffffff;
    position: relative;
    font-weight: 700;
}.study_method .text_body_wrap h2::before {
    transform: translateY(5px);
    transition: transform 0.3s ease, opacity 0.3s ease;
    background: linear-gradient(90deg, rgb(187,178,174), rgb(145,133,131));
    opacity: 0;
    bottom: -4px;
    position: absolute;
    opacity: 0.7;
    height: 8px;
    border-radius: 10px;
    width: 100%;
    left: 0;
    content: '';
}.study_method .text_body_wrap:hover h2::before {
    transform: translateY(0);
    opacity: 1;
}.study_method .text_body_wrap p {
    z-index: 2;
    position: relative;
    color: #ffffff;
    font-size: 13px;
    line-height: 1.8;
}.study_method::after {
    z-index: 1;
    left: 0;
    bottom: 0;
    opacity: 0.8;
    position: absolute;
    height: 100px;
    width: 100%;
    background: linear-gradient(to bottom, transparent, rgb(218,202,194));
    content: '';
}.study_method .quick_skill::before {
    height: 40px;
    opacity: 0.1;
    position: absolute;
    width: 40%;
    transform: rotate(-35deg);
    top: 20%;
    content: '';
    filter: blur(30px);
    background: rgb(187,178,174);
    left: -5%;
    animation: wave-motion 15s infinite alternate;
}.study_method .quick_skill::after {
    width: 30%;
    bottom: 10%;
    opacity: 0.1;
    position: absolute;
    right: -5%;
    filter: blur(25px);
    animation: wave-motion 12s infinite alternate-reverse;
    transform: rotate(25deg);
    content: '';
    background: rgb(145,133,131);
    height: 30px;
}@keyframes rotate-gradient {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes wave-motion {
    0% {
        transform: rotate(-35deg) translateY(0);
    }
    50% {
        transform: rotate(-30deg) translateY(20px);
    }
    100% {
        transform: rotate(-35deg) translateY(0);
    }
}

.study_method .text_body_wrap p::after {
    bottom: -20px;
    opacity: 0.3;
    position: absolute;
    content: '';
    border-radius: 50%;
    filter: blur(20px);
    width: 60px;
    height: 60px;
    animation: pulse 8s infinite;
    right: -20px;
    background: rgb(187,178,174,0.5);
}@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.3);
        opacity: 0.5;
    }
}

.study_method .text_body_wrap p::first-line {
    font-weight: 600;
    color: rgb(187,178,174);
}.study_method .text_body_wrap::before {
    clip-path: polygon(
        0% 0%, 
        100% 0%, 
        100% 80%, 
        80% 100%, 
        0% 100%
    );
}.study_method .text_body_wrap h2::after {
    background: linear-gradient(90deg, 
        transparent, 
        rgb(187,178,174,0.5), 
        transparent
    );
    height: 1px;
    bottom: -15px;
    left: 0;
    content: '';
    width: 100%;
    position: absolute;
}

@media screen and (max-width: 992px) {.study_method {
    padding: 100px 0;
}.study_method .text_body_wrap {
    padding: 50px 50px;
}
}

@media screen and (max-width: 768px) {.study_method {
    padding: 80px 0;
}.study_method .text_body_wrap {
    padding: 40px 30px;
}.study_method .text_body_wrap h2 {
    margin-bottom: 25px;
    font-size: calc(28px * 0.9);
}.study_method .quick_skill::before,
    .study_method .quick_skill::after {
    width: 50%;
}
}

@media screen and (max-width: 480px) {.study_method {
    padding: 60px 0;
}.study_method .text_body_wrap {
    padding: 30px 20px;
    border-radius: calc(26px * 0.8);
}.study_method .text_body_wrap h2 {
    margin-bottom: 20px;
    font-size: calc(28px * 0.8);
}.study_method .text_body_wrap p {
    font-size: calc(13px * 0.9);
}.study_method .text_body_wrap::before {
    clip-path: polygon(
            0% 0%, 
            100% 0%, 
            100% 90%, 
            90% 100%, 
            0% 100%
        );
}}.title_intro {
    height: 100vh;
    align-items: center;
    min-height: 650px;
    position: relative;
    background: linear-gradient(135deg, rgb(187,178,174,0.5), rgba(0, 0, 0, 0.5));
    overflow: hidden;
    display: flex;
    width: 100%;
}.title_intro .image_grid {
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1;
    transform: scale(1.05);
    left: 0;
    position: absolute;
    animation: slowZoom 20s infinite alternate ease-in-out;
}.title_intro .image_grid::after {
    z-index: 2;
    height: 100%;
    backdrop-filter: blur(2px);
    left: 0;
    width: 100%;
    top: 0;
    position: absolute;
    background: linear-gradient(to bottom, 
        rgba(0,0,0,0.2) 0%,
        rgba(0,0,0,0.6) 100%);
    content: "";
}.title_intro .quick_skill {
    margin: 0 auto;
    width: 100%;
    transform: translateY(-2%);
    padding: 3rem;
    z-index: 5;
    gap: 2rem;
    max-width: 1200px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: relative;
}.title_intro h1 {
    font-size: clamp(2rem, 5vw, 47px);
    grid-column: 1 / -1;
    font-weight: 700;
    text-shadow: 0 2px 15px rgba(0,0,0,0.3);
    line-height: 1.2;
    position: relative;
    transform: translateX(-50px);
    margin-bottom: 1rem;
    opacity: 0;
    animation: slideInRight 0.8s 0.2s forwards ease-out;
    color: #ffffff;
}.title_intro h1::after {
    width: 80px;
    bottom: -15px;
    height: 3px;
    animation: expandLine 1s 0.8s forwards cubic-bezier(.17,.67,.83,.67);
    left: 0;
    transform: scaleX(0);
    content: "";
    background: rgb(145,133,131);
    position: absolute;
    transform-origin: left;
}.title_intro .text_body_wrap {
    grid-column: 1 / 2;
    animation: fadeUp 0.8s 0.4s forwards ease-out;
    display: flex;
    opacity: 0;
    justify-content: center;
    gap: 2rem;
    flex-direction: column;
    transform: translateY(30px);
}.title_intro p {
    text-shadow: 0 1px 5px rgba(0,0,0,0.2);
    font-size: clamp(1rem, 2vw, 16px);
    line-height: 1.6;
    color: #ffffff;
    padding-left: 15px;
    max-width: 90%;
    position: relative;
}.title_intro p::before {
    top: 5px;
    width: 3px;
    position: absolute;
    background: rgb(145,133,131);
    content: "";
    left: 0;
    height: calc(100% - 10px);
    opacity: 0.8;
}.title_intro .edu_head {
    margin: 1.5rem 0;
    position: relative;
    width: 120px;
    animation: fadeIn 1s 0.6s forwards cubic-bezier(0.23, 1, 0.32, 1);
    height: 120px;
    display: flex;
    opacity: 0;
    transform: translateX(-20px);
    justify-content: center;
}.title_intro svg {
    width: 100%;
    animation: pulse 6s infinite alternate ease-in-out;
    filter: drop-shadow(0 5px 15px rgba(0,0,0,0.2));
    transform-origin: center;
    height: 100%;
}.title_intro svg path {
    fill: rgb(94,170,168);
    transition: fill 0.3s ease-in-out;
}.title_intro svg:hover path {
    fill: rgb(145,133,131);
}.title_intro svg text {
    transition: fill 0.3s ease;
    font-family: Arial, sans-serif;
}.title_intro svg:hover text {
    fill: #ffffff;
}.title_intro h6 {
    margin-top: 1rem;
    display: flex;
    opacity: 0;
    animation: fadeUp 0.8s 0.8s forwards ease-out;
    transform: translateY(20px);
}.title_intro .support_map {
    display: inline-block;
    color: #ffffff;
    transition: all 0.4s ease;
    border: none;
    background: linear-gradient(135deg, rgb(145,133,131), rgb(94,170,168));
    text-decoration: none;
    padding: 12px 30px;
    font-size: 16px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.2);
    position: relative;
    font-weight: 600;
    overflow: hidden;
    transform: perspective(1px) translateZ(0);
}.title_intro .support_map::before {
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    left: -100%;
    height: 100%;
    transition: all 0.6s ease;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
}.title_intro .support_map:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 10px 25px rgba(0,0,0,0.3);
}.title_intro .support_map:hover::before {
    left: 100%;
}

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

@keyframes slideInRight {
    0% {
        transform: translateX(-50px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

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

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

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

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

@media (max-width: 992px) {.title_intro .quick_skill {
    padding: 2rem;
    grid-template-columns: 1fr;
}.title_intro h1 {
    font-size: clamp(1.8rem, 4vw, 2.5rem);
}.title_intro .text_body_wrap {
    grid-column: 1 / -1;
}.title_intro p {
    max-width: 100%;
}
}

@media (max-width: 768px) {.title_intro {
    min-height: 600px;
    height: auto;
}.title_intro .quick_skill {
    transform: translateY(0);
    padding: 2rem 1.5rem;
}.title_intro h1 {
    margin-top: 2rem;
}.title_intro .edu_head {
    height: 100px;
    width: 100px;
}
}

@media (max-width: 480px) {.title_intro {
    min-height: 550px;
}.title_intro .quick_skill {
    padding: 1.5rem 1rem;
}.title_intro h1 {
    font-size: 1.5rem;
}.title_intro p {
    font-size: 1rem;
}.title_intro .support_map {
    padding: 10px 20px;
    font-size: 0.9rem;
}.title_intro .edu_head {
    width: 80px;
    height: 80px;
}}header .top_plank {
    background: rgb(187,178,174);
    color:  #ffffff;
}header .top_plank .skill_high div svg, header .top_plank .skill_high div svg path {
    fill: #ffffff;
}header .top_plank .skill_high div span {
    color: #ffffff;
}header .top_plank .skill_high {
    padding: 15px 0 10px 0;
    justify-content: flex-start;
    width: 100%;
    font-size: 15px;
    display: flex;
    line-height: 21px;
    flex-wrap: wrap;
    align-items: center;
}header .top_plank .skill_high div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 24px;
}header .top_plank .skill_high div img, header .top_plank .skill_high div svg {
    width: 16px;
    margin-right: 8px;
    height: 16px;
}header {
    padding: 0;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
    background: #ffffff;
    z-index: 100;
    position: relative;
    width: 100%;
}header::before {
    left: 0;
    background: linear-gradient(135deg, rgb(187,178,174), rgb(145,133,131));
    top: 0;
    z-index: 0;
    position: absolute;
    width: 35%;
    height: 100%;
    content: '';
}header .container {
    margin: 0;
    padding: 0;
    width: 100%;
    position: relative;
    z-index: 1;
    max-width: 100%;
}header .top_main {
    align-items: stretch;
    height: 100%;
    display: flex;
}header .head_prime {
    position: relative;
    text-decoration: none;
    padding: 1.2rem 0;
    width: 35%;
    display: flex;
    align-items: center;
    justify-content: center;
}header .head_prime svg {
    transition: all 0.3s ease;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
    height: auto;
    width: 150px;
}header .head_prime:hover svg {
    transform: scale(1.05);
}header .header_primary {
    justify-content: flex-start;
    position: relative;
    display: flex;
    width: 65%;
    gap: 0.5rem;
    padding: 1.2rem 3%;
    align-items: center;
}header .header_primary::before {
    background: linear-gradient(to bottom, transparent, rgb(187,178,174,0.5), transparent);
    left: 0;
    height: 100%;
    top: 0;
    width: 1px;
    position: absolute;
    content: '';
}header .head_teach {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    font-size: 16px;
    color: #000000;
    z-index: 1;
    background: #ffffff;
    border-radius: 10px;
    padding: 0.6rem 1.2rem;
    text-decoration: none;
    font-family: Arial, sans-serif;
    position: relative;
    font-weight: 600;
    overflow: hidden;
    transition: all 0.3s ease;
}header .head_teach::before {
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 10px;
    width: 100%;
    content: '';
    background: linear-gradient(135deg, rgb(187,178,174,0.5), rgb(145,133,131,0.5));
    opacity: 0;
    z-index: -1;
    height: 100%;
    transition: opacity 0.3s ease;
}header .head_teach:hover {
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}header .head_teach:hover::before {
    opacity: 1;
}

@media (max-width: 991px) {header::before {
    width: 30%;
}header .head_prime {
    padding: 1rem 0;
    width: 30%;
}header .head_prime svg {
    width: 130px;
}header .header_primary {
    gap: 0.5rem;
    width: 70%;
    padding: 1rem 2.5%;
}header .head_teach {
    font-size: calc(16px);
    padding: 0.5rem 1rem;
}
}

@media (max-width: 767px) {header {
    background: rgb(218,202,194);
}header::before {
    bottom: 50%;
    top: 0;
    width: 100%;
    height: auto;
}header .top_main {
    align-items: center;
    flex-direction: column;
}header .head_prime {
    width: 100%;
    padding: 0.8rem 0;
}header .head_prime svg {
    width: 120px;
}header .header_primary {
    width: 95%;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0.8rem 0;
    gap: 0.6rem;
}header .header_primary::before {
    background: linear-gradient(to right, transparent, rgb(187,178,174,0.5), transparent);
    left: 0;
    width: 100%;
    height: 1px;
    top: 0;
}header .head_teach {
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
    padding: 0.5rem 0.9rem;
}
}

@media (max-width: 480px) {header .head_prime {
    padding: 0.7rem 0;
}header .head_prime svg {
    width: 110px;
}header .header_primary {
    justify-content: flex-start;
    padding: 0.7rem 2%;
    flex-wrap: nowrap;
    overflow-x: auto;
    width: 100%;
}header .header_primary::-webkit-scrollbar {
    height: 3px;
}header .header_primary::-webkit-scrollbar-thumb {
    background: rgb(187,178,174);
    border-radius: 10px;
}header .head_teach {
    font-size: calc(16px - 1px);
    margin-right: 2px;
    white-space: nowrap;
    flex-shrink: 0;
    padding: 0.45rem 0.9rem;
}}.secure_safe {
    font-family: Arial, sans-serif;
    background: linear-gradient(145deg, rgb(218,202,194) 0%, rgba(245, 248, 250, 0.95) 100%);
    overflow: hidden;
    position: relative;
    padding: 5rem 2rem;
    color: #000000;
}.secure_safe::before {
    content: "";
    right: 0;
    background: linear-gradient(135deg, transparent 40%, rgba(rgb(187,178,174,0.5), 0.05) 100%);
    clip-path: polygon(100% 0, 100% 100%, 30% 100%, 70% 0);
    height: 100%;
    width: 30%;
    position: absolute;
    top: 0;
    z-index: 1;
}.secure_safe::after {
    position: absolute;
    height: 60%;
    width: 100%;
    background: linear-gradient(180deg, transparent 40%, rgba(rgb(145,133,131,0.5), 0.03) 100%);
    z-index: 0;
    bottom: 0;
    content: "";
    left: 0;
}.secure_safe .container {
    margin: 0 auto;
    z-index: 2;
    max-width: 1140px;
    position: relative;
    padding: 0 15px;
}.secure_safe h1 {
    margin-bottom: 2rem;
    position: relative;
    font-size: 39px;
    color: #000000;
    transform: translateX(-8px);
    font-weight: 700;
    padding-bottom: 1.5rem;
}.secure_safe h1::before {
    left: 0;
    animation: scaleIn 0.8s ease-out forwards;
    width: 120px;
    content: "";
    background: linear-gradient(90deg, rgb(187,178,174) 0%, rgb(145,133,131) 100%);
    bottom: 0;
    height: 4px;
    position: absolute;
    transform-origin: left;
}.secure_safe h2 {
    color: #000000;
    position: relative;
    font-weight: 600;
    font-size: 31px;
    margin: 3rem 0 1.5rem;
    padding-left: 1.5rem;
}.secure_safe h2::before {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    width: 8px;
    content: "";
    height: 70%;
    left: 0;
    background: rgb(187,178,174);
}.secure_safe h3 {
    position: relative;
    padding-left: 1.25rem;
    font-weight: 600;
    font-size: calc(31px * 0.85);
    color: #000000;
    margin: 2.5rem 0 1.25rem;
}.secure_safe h3::before {
    position: absolute;
    left: 0;
    content: "";
    height: 60%;
    top: 50%;
    background: rgb(145,133,131);
    width: 6px;
    transform: translateY(-50%);
}.secure_safe h4 {
    font-weight: 600;
    color: #000000;
    position: relative;
    padding-left: 1rem;
    margin: 2rem 0 1rem;
    font-size: calc(31px * 0.7);
}.secure_safe h4::before {
    content: "";
    height: 50%;
    width: 4px;
    position: absolute;
    opacity: 0.7;
    left: 0;
    background: rgb(145,133,131);
    top: 50%;
    transform: translateY(-50%);
}.secure_safe p {
    max-width: 95%;
    margin-bottom: 1.5rem;
    color: #000000;
    font-size: 12px;
    line-height: 1.8;
}.secure_safe ul {
    padding-left: 1.5rem;
    list-style: none;
    margin: 1.5rem 0 2rem 1rem;
}.secure_safe li {
    font-size: 12px;
    margin-bottom: 1rem;
    line-height: 1.7;
    padding-left: 1.75rem;
    position: relative;
}.secure_safe li::before {
    border: 2px solid rgb(187,178,174);
    transform: rotate(45deg);
    width: 10px;
    border-radius: 10px;
    left: 0;
    content: "";
    height: 10px;
    position: absolute;
    transition: transform 0.3s ease;
    top: 0.6rem;
}.secure_safe li:hover::before {
    background-color: rgba(rgb(187,178,174,0.5), 0.1);
    transform: rotate(135deg);
}.secure_safe strong {
    position: relative;
    color: #000000;
    display: inline-block;
    font-weight: 600;
}.secure_safe span {
    display: block;
    line-height: 1.7;
    color: #000000;
    border-left: 2px solid rgba(rgb(145,133,131,0.5), 0.3);
    margin-bottom: 2rem;
    padding-left: 1rem;
    font-size: 12px;
}

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

@media (min-width: 768px) {.secure_safe {
    padding: 7rem 3rem;
}.secure_safe .container {
    padding: 0 30px;
}.secure_safe h1 {
    margin-bottom: 3rem;
    transform: translateX(-15px);
    font-size: calc(39px * 1.2);
}.secure_safe h1::before {
    height: 5px;
    width: 180px;
}.secure_safe h2 {
    padding-left: 2rem;
    margin: 4rem 0 2rem;
}.secure_safe h2::before {
    width: 10px;
}.secure_safe p {
    max-width: 85%;
}.secure_safe ul {
    margin-left: 2rem;
}.secure_safe span {
    padding-left: 1.5rem;
}
}

@media (min-width: 992px) {.secure_safe {
    padding: 8rem 4rem;
}.secure_safe::before {
    width: 40%;
}.secure_safe h1 {
    transform: translateX(-25px);
}.secure_safe h1::before {
    width: 220px;
}.secure_safe p {
    max-width: 75%;
}.secure_safe li::before {
    height: 12px;
    width: 12px;
}.secure_safe span {
    border-left: 3px solid rgba(rgb(145,133,131,0.5), 0.3);
    padding-left: 2rem;
}
}

@media (max-width: 767px) {.secure_safe {
    padding: 4rem 1.5rem;
}.secure_safe::before {
    width: 50%;
}.secure_safe h1 {
    padding-bottom: 1rem;
    font-size: calc(39px * 0.9);
}.secure_safe h2 {
    margin: 2.5rem 0 1.25rem;
    font-size: calc(31px * 0.9);
}.secure_safe h3 {
    font-size: calc(31px * 0.75);
}.secure_safe h4 {
    font-size: calc(31px * 0.65);
}.secure_safe p, .secure_safe span, .secure_safe li {
    font-size: calc(12px * 0.95);
}
}

@media (max-width: 480px) {.secure_safe {
    padding: 3rem 1rem;
}.secure_safe h1 {
    font-size: calc(39px * 0.8);
}.secure_safe h2 {
    font-size: calc(31px * 0.8);
    padding-left: 1.25rem;
}.secure_safe h3 {
    padding-left: 1rem;
    font-size: calc(31px * 0.7);
}.secure_safe h4 {
    font-size: calc(31px * 0.6);
    padding-left: 0.75rem;
}.secure_safe p, .secure_safe span, .secure_safe li {
    font-size: calc(12px * 0.9);
    line-height: 1.6;
}.secure_safe li {
    padding-left: 1.5rem;
}.secure_safe span {
    padding-left: 0.75rem;
}}.customer_experience {
    background: linear-gradient(to right, rgb(218,202,194), #ffffff);
    overflow: hidden;
    position: relative;
    padding: 100px 0 120px;
}.customer_experience::before {
    height: 100%;
    background: repeating-linear-gradient(
        -45deg,
        rgb(187,178,174,0.5) 0,
        rgb(187,178,174,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 0;
    left: 0;
    opacity: 0.2;
    content: "";
}.customer_experience .quick_skill {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 30px;
    z-index: 1;
}.customer_experience h4 {
    font-size: 39px;
    margin-bottom: 60px;
    color: #000000;
    font-weight: 700;
    position: relative;
    transform: skewY(0);
    display: block;
    text-align: center;
}.customer_experience h4::after {
    width: 120%;
    background: rgb(187,178,174);
    content: "";
    transform: skewX(0);
    left: -10%;
    position: absolute;
    bottom: -20px;
    height: 10px;
}.customer_experience .rating_spot {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
}.customer_experience .edu_testimonials {
    padding: 30px 0;
    width: calc(33.333% - 40px);
    transform: translateY(0);
    position: relative;
    margin: 0 20px 40px;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: flex;
    flex-direction: column;
}.customer_experience .edu_testimonials:hover {
    transform: translateY(-15px);
}.customer_experience .edu_testimonials::before {
    background: rgb(187,178,174);
    height: 0;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 2px;
    transition: height 0.5s ease;
}.customer_experience .edu_testimonials:hover::before {
    height: 100%;
}.customer_experience .edu_testimonials::after {
    width: 0;
    height: 2px;
    background: rgb(187,178,174);
    position: absolute;
    transition: width 0.5s ease 0.2s;
    left: 0;
    content: "";
    bottom: 0;
}.customer_experience .edu_testimonials:hover::after {
    width: 100%;
}.customer_experience .image_grid {
    box-shadow: 5px 5px 0 rgb(145,133,131,0.5);
    transition: all 0.3s ease;
    border-radius: 12px;
    width: 80px;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
    height: 80px;
    transform: rotate(-3deg);
}.customer_experience .edu_testimonials:hover .image_grid {
    box-shadow: 10px 10px 0 rgb(145,133,131,0.5);
    transform: rotate(0deg);
}.customer_experience .edu_testimonials span {
    transition: transform 0.3s ease;
    transform: translateX(0);
    padding-left: 15px;
    font-weight: 600;
    color: #000000;
    margin: 10px 0;
    position: relative;
    font-size: calc(12px * 1.1);
}.customer_experience .edu_testimonials:hover span {
    color: rgb(187,178,174);
    transform: translateX(10px);
}.customer_experience .edu_testimonials p {
    line-height: 1.7;
    position: relative;
    color: #000000;
    border-left: 1px dashed rgb(145,133,131,0.5);
    padding-left: 15px;
    font-size: 12px;
    transition: border-left-color 0.3s ease;
    margin-top: 15px;
}.customer_experience .edu_testimonials:hover p {
    border-left-color: rgb(187,178,174);
}.customer_experience .edu_testimonials:nth-child(3n+1) {
    transform: translateY(20px);
}.customer_experience .edu_testimonials:nth-child(3n+2) {
    transform: translateY(40px);
}.customer_experience .edu_testimonials:nth-child(3n+1):hover {
    transform: translateY(5px);
}.customer_experience .edu_testimonials:nth-child(3n+2):hover {
    transform: translateY(25px);
}

@media (max-width: 1024px) {.customer_experience .edu_testimonials {
    width: calc(50% - 40px);
}.customer_experience .edu_testimonials:nth-child(2n+1) {
    transform: translateY(20px);
}.customer_experience .edu_testimonials:nth-child(2n+2) {
    transform: translateY(40px);
}.customer_experience .edu_testimonials:nth-child(2n+1):hover {
    transform: translateY(5px);
}.customer_experience .edu_testimonials:nth-child(2n+2):hover {
    transform: translateY(25px);
}.customer_experience h4 {
    font-size: calc(39px * 0.9);
}
}

@media (max-width: 768px) {.customer_experience {
    padding: 70px 0 90px;
}.customer_experience .edu_testimonials {
    transform: translateY(0) !important;
    width: 100%;
    margin: 0 0 50px;
}.customer_experience .edu_testimonials:hover {
    transform: translateY(-10px) !important;
}.customer_experience h4 {
    font-size: calc(39px * 0.8);
}.customer_experience h4::after {
    transform: skewX(0);
    left: 10%;
    width: 80%;
}}.tyBox {
    padding: 120px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(187,178,174,0.5) 0%, rgb(218,202,194) 100%);
    position: relative;
}.tyBox::before {
    opacity: 0.1;
    left: 0;
    animation: patternShift 30s infinite linear;
    content: "";
    position: absolute;
    z-index: 1;
    background-size: 60px 60px;
    height: 100%;
    width: 100%;
    top: 0;
    background-image: 
        linear-gradient(30deg, rgb(187,178,174,0.5) 1px, transparent 1px),
        linear-gradient(120deg, rgb(187,178,174,0.5) 1px, transparent 1px);
}.tyBox::after {
    width: 200%;
    left: -50%;
    z-index: 0;
    height: 200%;
    top: -50%;
    position: absolute;
    background: radial-gradient(ellipse at center, #ffffff 0%, transparent 70%);
    transform: translateZ(0);
    content: "";
    opacity: 0.15;
    animation: lightPulse 10s infinite ease-in-out;
}.tyBox .container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}.tyBox .quick_skill {
    padding: 60px;
    backdrop-filter: blur(10px);
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.08),
        0 1px 0 rgba(255, 255, 255, 0.8) inset,
        0 -1px 0 rgba(0, 0, 0, 0.05) inset;
    transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    transform: perspective(1000px) rotateX(2deg);
    background: linear-gradient(145deg, 
        rgba(255, 255, 255, 0.95), 
        rgba(255, 255, 255, 0.85));
    position: relative;
    border-radius: 10px;
}.tyBox .quick_skill::before {
    right: -5px;
    content: "";
    left: -5px;
    top: -5px;
    transition: opacity 0.6s ease, filter 0.6s ease;
    opacity: 0.6;
    z-index: -1;
    bottom: -5px;
    position: absolute;
    background: linear-gradient(45deg, 
        rgb(187,178,174) 0%, 
        transparent 30%, 
        transparent 70%, 
        rgb(145,133,131) 100%);
    filter: blur(8px);
    border-radius: calc(10px + 5px);
}.tyBox .quick_skill:hover {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.12),
        0 1px 0 rgba(255, 255, 255, 0.9) inset,
        0 -1px 0 rgba(0, 0, 0, 0.08) inset;
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.tyBox .quick_skill:hover::before {
    opacity: 0.8;
    filter: blur(12px);
}.tyBox .quick_skill > div:first-child {
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}.tyBox .quick_skill > div:first-child::after {
    bottom: -10px;
    left: 0;
    width: 80px;
    border-radius: 2px;
    animation: lineExtend 1.5s ease-out forwards;
    background: linear-gradient(90deg, rgb(187,178,174), rgb(145,133,131));
    transform-origin: left center;
    height: 4px;
    position: absolute;
    content: "";
}.tyBox h5 {
    font-family: Arial, sans-serif;
    transform: translateX(0);
    margin: 0;
    color: #000000;
    opacity: 0;
    animation: slideIn 0.8s 0.2s ease-out forwards;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8);
    padding: 0;
    font-weight: 700;
    line-height: 1.4;
    font-size: 19px;
}.tyBox .quick_skill > div:last-child {
    overflow: hidden;
    position: relative;
}.tyBox a {
    display: block;
    transition: transform 0.4s ease;
    text-decoration: none;
}.tyBox a:hover {
    transform: translateX(5px);
}.tyBox p {
    animation: fadeIn 1s 0.5s ease-out forwards;
    line-height: 1.8;
    margin: 0;
    opacity: 0;
    color: #000000;
    padding: 0;
    font-family: Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
}

@keyframes lineExtend {
    0% { 
        width: 0; 
        opacity: 0;
    }
    100% { 
        width: 80px; 
        opacity: 1;
    }
}

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

@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}

@keyframes patternShift {
    0% { 
        background-position: 0 0; 
    }
    100% { 
        background-position: 60px 60px; 
    }
}

@keyframes lightPulse {
    0%, 100% { 
        opacity: 0.15; 
        transform: translate(-50%, -50%) scale(1); 
    }
    50% { 
        opacity: 0.2; 
        transform: translate(-50%, -50%) scale(1.1); 
    }
}

@media (max-width: 992px) {.tyBox {
    padding: 90px 0;
}.tyBox .quick_skill {
    padding: 50px 40px;
    transform: perspective(1000px) rotateX(1deg);
}.tyBox h5 {
    font-size: calc(19px - 0.1rem);
}
}

@media (max-width: 768px) {.tyBox {
    padding: 70px 0;
}.tyBox .quick_skill {
    padding: 40px 30px;
    transform: none;
}.tyBox h5 {
    font-size: calc(19px - 0.2rem);
}.tyBox p {
    line-height: 1.7;
    font-size: calc(15px - 0.05rem);
}.tyBox .quick_skill > div:first-child::after {
    width: 60px;
}
    
    @keyframes lineExtend {
        100% { width: 60px; }
    }
}

@media (max-width: 576px) {.tyBox {
    padding: 50px 0;
}.tyBox .quick_skill {
    padding: 30px 20px;
}.tyBox h5 {
    font-size: calc(19px - 0.3rem);
}.tyBox p {
    line-height: 1.6;
    font-size: calc(15px - 0.1rem);
}.tyBox .quick_skill > div:first-child {
    margin-bottom: 25px;
}.tyBox .quick_skill > div:first-child::after {
    width: 50px;
    height: 3px;
}
    
    @keyframes lineExtend {
        100% { width: 50px; }
    }
}

@media (hover: none) {.tyBox .quick_skill:hover {
    transform: none;
    box-shadow: 
            0 10px 30px rgba(0, 0, 0, 0.08),
            0 1px 0 rgba(255, 255, 255, 0.8) inset,
            0 -1px 0 rgba(0, 0, 0, 0.05) inset;
}.tyBox .quick_skill:hover::before {
    opacity: 0.6;
    filter: blur(8px);
}.tyBox a:hover {
    transform: none;
}}.about_this {
    color: #ffffff;
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}.about_this::before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 1;
    content: "";
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.9) 0%, 
        rgba(0, 0, 0, 0.85) 25%,
        rgba(0, 0, 0, 0.75) 50%,
        rgba(0, 0, 0, 0.65) 100%);
    width: 100%;
}.about_this::after {
    content: "";
    top: -10%;
    animation: floatBlob 20s infinite alternate ease-in-out;
    filter: blur(40px);
    position: absolute;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    height: 60%;
    background: rgb(187,178,174);
    right: -10%;
    opacity: 0.15;
    width: 60%;
    z-index: 0;
}.about_this .container {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 30px;
    z-index: 2;
}.about_this .text_body_wrap {
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    transform: translateX(0);
    max-width: 840px;
}.about_this h1 {
    margin-bottom: 50px;
    font-weight: 700;
    transition: all 0.5s ease-out;
    display: inline-block;
    font-size: 42px;
    transform: translateY(0);
    color: #ffffff;
    position: relative;
    opacity: 1;
}.about_this h1::after {
    bottom: -15px;
    left: 0;
    background: linear-gradient(90deg, rgb(187,178,174) 0%, rgb(145,133,131) 100%);
    width: 80px;
    content: "";
    animation: expandLine 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    position: absolute;
    height: 4px;
    transform-origin: left;
}.about_this ul {
    list-style: none;
    padding: 0;
    margin: 0;
}.about_this li {
    margin-bottom: 20px;
}.about_this h4 {
    letter-spacing: 0.5px;
    color: rgb(145,133,131);
    display: inline-block;
    font-size: calc(35px - 2px);
    position: relative;
    font-weight: 600;
    margin: 0 0 15px 0;
    transition: transform 0.4s ease;
    transform: translateX(0);
}.about_this h4::before {
    transition: width 0.4s ease;
    left: 0;
    background: rgb(145,133,131);
    width: 0;
    bottom: -5px;
    content: "";
    position: absolute;
    height: 2px;
}.about_this h4:hover {
    transform: translateX(5px);
}.about_this h4:hover::before {
    width: 100%;
}.about_this span {
    transition: all 0.4s ease;
    padding: 30px;
    transform: translateY(0);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.7;
    display: block;
    font-size: 13px;
    position: relative;
    background: linear-gradient(90deg, 
        rgba(0, 0, 0, 0.4) 0%, 
        rgba(0, 0, 0, 0.3) 100%);
    border-left: 3px solid rgb(187,178,174);
}.about_this span:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}.about_this span::first-letter {
    font-weight: 700;
    float: left;
    color: rgb(187,178,174);
    line-height: 1;
    font-size: 2.5em;
    margin-right: 8px;
}

@keyframes expandLine {
    0% {
        width: 0;
    }
    100% {
        width: 80px;
    }
}

@keyframes floatBlob {
    0% {
        transform: rotate(0deg) translate(0, 0);
    }
    50% {
        transform: rotate(5deg) translate(20px, 20px);
    }
    100% {
        transform: rotate(-5deg) translate(-20px, 20px);
    }
}

@media (max-width: 992px) {.about_this {
    padding: 90px 0;
}.about_this h1 {
    margin-bottom: 40px;
    font-size: calc(42px - 6px);
}.about_this h4 {
    font-size: calc(35px - 4px);
}.about_this span {
    padding: 25px;
    font-size: calc(13px - 1px);
}
}

@media (max-width: 768px) {.about_this {
    padding: 70px 0;
}.about_this .container {
    padding: 0 20px;
}.about_this h1 {
    margin-bottom: 35px;
    font-size: calc(42px - 10px);
}.about_this h4 {
    font-size: calc(35px - 6px);
}.about_this span {
    padding: 20px;
    line-height: 1.6;
}.about_this span::first-letter {
    font-size: 2em;
}.about_this::after {
    height: 50%;
    width: 80%;
}
}

@media (max-width: 576px) {.about_this {
    padding: 50px 0;
}.about_this .container {
    padding: 0 15px;
}.about_this h1 {
    font-size: calc(42px - 14px);
    margin-bottom: 30px;
}.about_this h1::after {
    bottom: -10px;
    height: 3px;
}.about_this h4 {
    margin-bottom: 10px;
    font-size: calc(35px - 8px);
}.about_this span {
    font-size: calc(13px - 2px);
    padding: 15px;
    line-height: 1.5;
}.about_this span::first-letter {
    margin-right: 5px;
    font-size: 1.8em;
}}.price_box {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}.price_box::before {
    z-index: 1;
    background: linear-gradient(145deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.65) 100%);
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    bottom: 0;
    right: 0;
}.price_box .container {
    position: relative;
    max-width: 1320px;
    padding: 0 15px;
    z-index: 2;
    margin: 0 auto;
}.price_box .learning_package {
    flex-direction: column;
    display: flex;
    align-items: center;
}.price_box h2 {
    margin-bottom: 20px;
    color: #ffffff;
    font-size: 34px;
    text-align: center;
    transform: translateY(20px);
    opacity: 0;
    animation: fadeInUp 0.8s ease-out forwards;
    font-weight: 700;
}.price_box .price_tiers {
    margin-bottom: 50px;
    text-align: center;
    max-width: 800px;
    opacity: 0;
    transform: translateY(20px);
    font-size: 15px;
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
    color: rgb(255, 255, 255, 0.5);
}.price_box .cost_levels {
    padding: 0;
    gap: 30px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    width: 100%;
    list-style: none;
}.price_box .cost_levels li {
    transform: translateY(30px);
    animation-delay: calc(0.3s + (0.15s * var(--li-index, 0)));
    opacity: 0;
    animation: fadeInUp 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}.price_box .cost_levels li:nth-child(1) {
    --li-index: 0;
}.price_box .cost_levels li:nth-child(2) {
    --li-index: 1;
}.price_box .cost_levels li:nth-child(3) {
    --li-index: 2;
}.price_box .cost_levels li:nth-child(4) {
    --li-index: 3;
}.price_box .member_plans {
    height: 100%;
    transform: perspective(1000px) rotateX(0deg);
    display: block;
    will-change: transform;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    text-decoration: none;
}.price_box .member_plans:hover {
    transform: perspective(1000px) rotateX(5deg) translateY(-10px);
}.price_box .package_deal {
    position: relative;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    transition: all 0.4s ease;
    background: linear-gradient(135deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.03) 100%);
    height: 100%;
    border-radius: 8px;
    border: 1px solid rgba(255,255,255,0.1);
    backdrop-filter: blur(10px);
}.price_box .member_plans:hover .package_deal {
    border-color: rgba(255,255,255,0.2);
    box-shadow: 0 20px 40px rgba(0,0,0,0.3), 0 0 15px rgba(rgb(187,178,174,0.5), 0.5);
}.price_box .package_deal::before {
    transform: rotate(-45deg);
    width: 40%;
    position: absolute;
    background: linear-gradient(135deg, rgb(187,178,174,0.5) 0%, transparent 70%);
    opacity: 0.1;
    transition: all 0.6s ease;
    top: -10%;
    left: -10%;
    content: "";
    height: 50%;
}.price_box .member_plans:hover .package_deal::before {
    transform: rotate(-45deg) translateY(-20%);
    opacity: 0.15;
}.price_box .payment_scheme {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    min-height: 280px;
    padding: 35px 30px;
    height: 100%;
}.price_box .payment_scheme h4 {
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 15px;
    font-size: calc(19px * 1.1);
    color: #ffffff;
    margin-top: 0;
    font-weight: 600;
}.price_box .payment_scheme h4::after {
    position: absolute;
    left: 0;
    transition: width 0.4s ease;
    content: "";
    height: 3px;
    width: 40px;
    background: rgb(187,178,174);
    bottom: 0;
}.price_box .member_plans:hover .payment_scheme h4::after {
    width: 60px;
}.price_box .payment_scheme p {
    margin-bottom: 25px;
    flex-grow: 1;
    overflow-wrap: break-word;
    line-height: 1.7;
    word-wrap: break-word;
    hyphens: auto;
    white-space: normal;
    font-size: calc(15px * 0.9);
    color: rgb(255, 255, 255, 0.5);
}.price_box .rate_choices {
    font-weight: 700;
    display: inline-block;
    overflow: hidden;
    align-self: flex-start;
    position: relative;
    border-radius: 4px;
    font-size: calc(19px * 1.2);
    color: rgb(187,178,174);
    padding: 10px 20px;
    transition: all 0.3s ease;
    background: rgba(255,255,255,0.05);
}.price_box .rate_choices::before {
    top: 0;
    content: "";
    width: 100%;
    transition: left 0.7s ease;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent);
    height: 100%;
    left: -100%;
    position: absolute;
}.price_box .member_plans:hover .rate_choices::before {
    left: 100%;
}

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

@media (max-width: 1200px) {.price_box {
    padding: 100px 0;
}.price_box .cost_levels {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
}

@media (max-width: 992px) {.price_box {
    padding: 80px 0;
}.price_box h2 {
    font-size: calc(34px * 0.9);
}.price_box .cost_levels {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}.price_box .payment_scheme {
    padding: 25px 20px;
}
}

@media (max-width: 768px) {.price_box {
    padding: 70px 0;
}.price_box h2 {
    margin-bottom: 15px;
    font-size: calc(34px * 0.8);
}.price_box .price_tiers {
    font-size: calc(15px * 0.95);
    margin-bottom: 35px;
}.price_box .cost_levels {
    grid-template-columns: 1fr;
    max-width: 450px;
    margin: 0 auto;
}.price_box .payment_scheme {
    min-height: auto;
}
}

@media (max-width: 576px) {.price_box {
    padding: 60px 0;
}.price_box h2 {
    font-size: calc(34px * 0.7);
}.price_box .price_tiers {
    font-size: calc(15px * 0.9);
}.price_box .payment_scheme {
    padding: 20px 15px;
}.price_box .payment_scheme h4 {
    font-size: 19px;
}.price_box .payment_scheme p {
    font-size: calc(15px * 0.85);
}.price_box .rate_choices {
    padding: 8px 15px;
    font-size: 19px;
}}footer {
    z-index: 1;
    position: relative;
    perspective: 1000px;
}footer::before {
    bottom: 0;
    background: linear-gradient(135deg, rgb(145,133,131,0.5) 0%, rgb(187,178,174,0.5) 100%);
    content: "";
    position: absolute;
    top: 0;
    z-index: -2;
    right: 0;
    opacity: 0.9;
    left: 0;
}footer::after {
    left: 0;
    background: 
        radial-gradient(circle at 20% 20%, transparent 0, transparent 80px, rgba(255, 255, 255, 0.03) 81px),
        radial-gradient(circle at 80% 40%, transparent 0, transparent 120px, rgba(255, 255, 255, 0.03) 121px),
        radial-gradient(circle at 40% 70%, transparent 0, transparent 100px, rgba(255, 255, 255, 0.03) 101px);
    right: 0;
    top: 0;
    position: absolute;
    z-index: -1;
    content: "";
    bottom: 0;
}.trial_offer {
    padding: 5rem 0 2.5rem;
    color: #ffffff;
    position: relative;
}.trial_offer::before {
    height: 20px;
    top: 0;
    width: 100%;
    left: 0;
    position: absolute;
    content: "";
    background: repeating-linear-gradient(
        90deg,
        rgb(187,178,174) 0px,
        rgb(187,178,174) 40px,
        rgb(145,133,131) 40px,
        rgb(145,133,131) 80px
    );
}.trial_offer .container {
    position: relative;
    gap: 4rem;
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
}.trial_offer .company_holder {
    padding: 2rem;
    border-radius: 0;
    transform-style: preserve-3d;
    transform: rotateX(5deg);
    background: rgb(187,178,174,0.5);
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.15);
    transition: all 0.4s ease;
    border-bottom: 6px solid rgb(187,178,174);
    flex: 1 1 380px;
    position: relative;
}.trial_offer .company_holder:hover {
    transform: rotateX(0deg);
}.trial_offer .company_holder h3 {
    position: relative;
    display: inline-block;
    margin: 0 0 1.5rem;
    letter-spacing: 1px;
    color: #ffffff;
    transform: translateZ(20px);
    font-weight: 700;
    font-size: 37px;
}.trial_offer .company_holder h3::before {
    left: -10px;
    border-top: 3px solid #ffffff;
    width: 30px;
    content: "";
    top: -10px;
    border-left: 3px solid #ffffff;
    position: absolute;
    height: 30px;
}.trial_offer .company_holder h3::after {
    content: "";
    width: 30px;
    height: 30px;
    border-right: 3px solid #ffffff;
    position: absolute;
    bottom: -10px;
    border-bottom: 3px solid #ffffff;
    right: -10px;
}.trial_offer .site_map {
    font-size: 14px;
    color: #ffffff;
    transform: translateZ(10px);
    line-height: 1.6;
    padding: 1.5rem;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.1);
}.trial_offer .slack_invite {
    min-width: 400px;
    flex: 1 1 calc(100% - 480px);
}.trial_offer .nav_wrap {
    display: flex;
    gap: 3rem;
    flex-wrap: wrap;
}.trial_offer .header_primary {
    position: relative;
    transform: rotateX(-5deg);
    transition: all 0.4s ease;
    transform-style: preserve-3d;
    min-width: 220px;
    flex: 1 1 calc(50% - 1.5rem);
}.trial_offer .header_primary:hover {
    transform: rotateX(0deg);
}.trial_offer .header_primary h5 {
    font-size: 18px;
    transform: translateZ(15px);
    font-weight: 600;
    position: relative;
    min-width: 200px;
    color: #ffffff;
    background: rgb(145,133,131,0.5);
    margin: 0 0 1.5rem;
    display: inline-block;
    padding: 1rem 1.5rem;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
}.trial_offer .header_primary h5::after {
    position: absolute;
    right: 0;
    content: "";
    height: 5px;
    bottom: -5px;
    background: rgb(145,133,131);
    left: 0;
}.trial_offer .header_primary .nav_wrap {
    display: flex;
    gap: 1rem;
    flex-direction: column;
    border-radius: 10px;
    padding: 1rem;
    transform: translateZ(5px);
    background: rgba(255, 255, 255, 0.1);
}.trial_offer .header_primary .nav_wrap a {
    padding: 0.7rem 1rem;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    font-size: 14px;
    display: block;
    transition: all 0.3s ease;
    text-decoration: none;
    transform: translateZ(10px);
    color: #ffffff;
    background: rgba(255, 255, 255, 0.05);
}.trial_offer .header_primary .nav_wrap a::before {
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    position: absolute;
    content: "";
    width: 100%;
    transition: all 0.5s ease;
    top: 0;
    left: -100%;
}.trial_offer .header_primary .nav_wrap a:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background: rgb(145,133,131,0.5);
    color: #ffffff;
}.trial_offer .header_primary .nav_wrap a:hover::before {
    left: 100%;
}.fellow_prog {
    background: rgb(145,133,131,0.5);
    perspective: 1000px;
    margin-top: 3rem;
    transform-style: preserve-3d;
    position: relative;
    padding: 2rem 0;
}.fellow_prog::before {
    height: 20px;
    top: -20px;
    transform: rotateX(45deg);
    width: 100%;
    background: rgb(145,133,131);
    left: 0;
    position: absolute;
    content: "";
    transform-origin: bottom;
}.fellow_prog .container {
    justify-content: center;
    display: flex;
    align-items: center;
}.fellow_prog .music_edu {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    border-radius: 50px;
    padding: 0.8rem 2rem;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateZ(5px);
}

@media (max-width: 1200px) {.trial_offer .container {
    gap: 3rem;
}.trial_offer .company_holder {
    flex: 1 1 350px;
}.trial_offer .slack_invite {
    flex: 1 1 calc(100% - 430px);
    min-width: 350px;
}.trial_offer .nav_wrap {
    gap: 2rem;
}
}

@media (max-width: 992px) {.trial_offer {
    padding: 4rem 0 2rem;
}.trial_offer .container {
    flex-direction: column;
    gap: 3rem;
}.trial_offer .company_holder,
    .trial_offer .slack_invite {
    flex: 1 1 100%;
    min-width: 100%;
}.trial_offer .header_primary {
    min-width: 220px;
    flex: 1 1 calc(50% - 1.5rem);
}.trial_offer .company_holder,
    .trial_offer .header_primary {
    transform: none;
}
}

@media (max-width: 768px) {.trial_offer {
    padding: 3.5rem 0 1.5rem;
}.trial_offer .nav_wrap {
    gap: 1.5rem;
}.trial_offer .company_holder h3 {
    font-size: calc(37px - 2px);
}.trial_offer .company_holder h3::before,
    .trial_offer .company_holder h3::after {
    width: 20px;
    height: 20px;
}.fellow_prog {
    margin-top: 2rem;
}.fellow_prog::before {
    height: 15px;
    top: -15px;
}
}

@media (max-width: 576px) {.trial_offer {
    padding: 3rem 0 1rem;
}.trial_offer .header_primary {
    min-width: 100%;
    flex: 1 1 100%;
}.trial_offer .nav_wrap {
    gap: 0.7rem;
}.trial_offer .header_primary .nav_wrap a {
    padding: 0.6rem 0.8rem;
}.fellow_prog {
    padding: 1.5rem 0;
    margin-top: 1.5rem;
}.fellow_prog::before {
    display: none;
}
}

@media (max-width: 420px) {.trial_offer::before {
    height: 10px;
}.trial_offer .company_holder h3::before,
    .trial_offer .company_holder h3::after {
    display: none;
}.trial_offer .header_primary h5 {
    width: 100%;
    min-width: auto;
}.fellow_prog .music_edu {
    padding: 0.7rem 1.5rem;
    width: 90%;
}}.contact {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}.contact::before {
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgb(145,133,131,0.5);
    left: 0;
    position: absolute;
    content: '';
}.contact .container {
    z-index: 2;
    padding: 0 15px;
    margin: 0 auto;
    max-width: 1400px;
    position: relative;
}.contact .message_message {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    gap: 0;
    display: grid;
}.contact .request_support {
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 60px 50px;
    background: #ffffff;
    border-radius: 0 0 13px 13px;
    grid-row: 2;
    display: flex;
}.contact .request_support h3 {
    width: 100%;
    text-align: center;
    font-weight: 700;
    font-size: 38px;
    position: relative;
    color: #000000;
    margin-bottom: 40px;
}.contact .request_support h3::after {
    background: rgb(187,178,174);
    content: '';
    width: 80px;
    bottom: -15px;
    height: 3px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
}.contact .request_support div {
    padding: 20px;
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: rgb(218,202,194);
    flex: 0 0 calc(50% - 20px);
    margin-bottom: 30px;
    align-items: center;
    display: flex;
}.contact .request_support div:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}.contact .request_support svg {
    height: 24px;
    width: 24px;
    margin-right: 15px;
}.contact .request_support svg path {
    fill: rgb(187,178,174);
}.contact .request_support span {
    font-size: 17px;
    color: #000000;
}.contact .request_support a {
    transition: color 0.3s ease;
    color: rgb(187,178,174);
    text-decoration: none;
}.contact .request_support a:hover {
    color: rgb(145,133,131);
}.contact .query_query {
    padding: 0;
    background: rgb(187,178,174);
    grid-row: 1;
    border-radius: 13px 13px 0 0;
    overflow: hidden;
    position: relative;
}.contact .query_query::before {
    opacity: 0.2;
    content: '';
    top: -50px;
    background: rgb(145,133,131);
    width: 150px;
    right: -50px;
    position: absolute;
    height: 150px;
    border-radius: 50%;
}.contact .query_query::after {
    opacity: 0.1;
    bottom: -80px;
    width: 200px;
    height: 200px;
    left: -80px;
    background: rgb(145,133,131);
    content: '';
    position: absolute;
    border-radius: 50%;
}.contact form {
    padding: 60px 50px;
    position: relative;
    z-index: 1;
}.contact form h3 {
    color: #ffffff;
    font-weight: 700;
    position: relative;
    margin-bottom: 40px;
    font-size: 38px;
    text-align: center;
}.contact form h3::after {
    transform: translateX(-50%);
    bottom: -15px;
    background: #ffffff;
    content: '';
    width: 80px;
    height: 3px;
    left: 50%;
    position: absolute;
}.contact form input[type="text"],
.contact form input[type="email"] {
    padding: 18px 20px;
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    border-radius: 10px;
    margin-bottom: 20px;
    font-size: 17px;
    transition: all 0.3s ease;
}.contact form input[type="text"]:focus,
.contact form input[type="email"]:focus {
    outline: none;
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.5);
}.contact form input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}.contact .request_map {
    display: flex;
    margin: 25px 0 30px;
    align-items: flex-start;
}.contact .request_map input[type="checkbox"] {
    appearance: none;
    cursor: pointer;
    border-radius: 10px;
    margin-right: 15px;
    width: 22px;
    -webkit-appearance: none;
    height: 22px;
    position: relative;
    border: 2px solid rgba(255, 255, 255, 0.3);
    flex-shrink: 0;
    transition: all 0.3s ease;
}.contact .request_map input[type="checkbox"]:checked {
    border-color: #ffffff;
    background-color: #ffffff;
}.contact .request_map input[type="checkbox"]:checked::before {
    width: 6px;
    top: 4px;
    transform: rotate(45deg);
    border-width: 0 2px 2px 0;
    height: 10px;
    content: '';
    border: solid rgb(187,178,174);
    left: 7px;
    position: absolute;
}.contact .request_map label {
    color: rgba(255, 255, 255, 0.8);
    font-size: 13px;
    line-height: 1.6;
}.contact .request_map a {
    border-bottom: 1px dotted rgba(255, 255, 255, 0.5);
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    transition: opacity 0.3s ease;
}.contact .request_map a:hover {
    border-bottom-color: #ffffff;
    opacity: 0.8;
}.contact .support_map {
    transition: all 0.3s ease;
    cursor: pointer;
    font-size: 20px;
    width: 100%;
    border: none;
    border-radius: 10px;
    font-weight: 700;
    color: rgb(187,178,174);
    background: #ffffff;
    padding: 18px 20px;
}.contact .support_map:hover {
    background: rgb(218,202,194);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}

@media (min-width: 992px) {.contact form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}.contact form h3 {
    grid-column: span 2;
}.contact .request_map {
    grid-column: span 2;
}.contact .support_map {
    grid-column: span 2;
}
}

@media (max-width: 992px) {.contact {
    padding: 90px 0;
}.contact .query_query,
    .contact .request_support {
    padding: 50px 40px;
}
}

@media (max-width: 768px) {.contact {
    padding: 70px 0;
}.contact .request_support div {
    flex: 0 0 100%;
}.contact .query_query,
    .contact .request_support {
    padding: 40px 30px;
}.contact .request_support h3,
    .contact form h3 {
    margin-bottom: 35px;
    font-size: calc(38px * 0.9);
}
}

@media (max-width: 576px) {.contact {
    padding: 50px 0;
}.contact .query_query,
    .contact .request_support {
    padding: 30px 25px;
}.contact .request_support h3,
    .contact form h3 {
    font-size: calc(38px * 0.85);
    margin-bottom: 30px;
}.contact form input[type="text"],
    .contact form input[type="email"] {
    padding: 15px;
}}.educational_rewards {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(218,202,194) 30%, rgba(rgb(187,178,174,0.5), 0.05) 100%);
}.educational_rewards::before {
    width: 200%;
    height: 200%;
    top: -50%;
    z-index: 0;
    position: absolute;
    left: -50%;
    content: "";
    transform: rotate(-15deg);
    background: radial-gradient(circle at 75% 25%, rgba(rgb(187,178,174,0.5), 0.08) 0%, transparent 50%);
}.educational_rewards .container {
    padding: 0 15px;
    z-index: 1;
    max-width: 1200px;
    grid-template-columns: 1fr 1.5fr;
    display: grid;
    position: relative;
    gap: 40px;
    margin: 0 auto;
}.educational_rewards .image_grid {
    filter: brightness(1.05) contrast(1.05);
    width: 100%;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: 15px 15px 0 rgba(rgb(187,178,174,0.5), 0.2),
                -10px -10px 0 rgba(rgb(145,133,131,0.5), 0.15);
    object-fit: cover;
    height: 100%;
    transform: perspective(1000px) rotateY(-5deg) translateZ(0);
}.educational_rewards .image_grid:hover {
    transform: perspective(1000px) rotateY(-2deg) translateZ(20px);
}.educational_rewards .quick_skill {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}.educational_rewards .text_body_wrap {
    opacity: 0;
    transform: translateX(-20px);
    animation: slide-in 0.8s cubic-bezier(0.23, 1, 0.32, 1) forwards;
    position: relative;
    padding: 30px 0;
}.educational_rewards h1 {
    line-height: 1.3;
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 30px;
    transform: translateY(0);
    position: relative;
    color: #000000;
}.educational_rewards h1::after {
    width: 80px;
    height: 4px;
    transform-origin: left;
    left: 0;
    transform: scaleX(0);
    background: linear-gradient(90deg, rgb(187,178,174), rgba(rgb(187,178,174,0.5), 0.5));
    bottom: -12px;
    content: "";
    animation: scale-in 0.6s 0.4s cubic-bezier(0.23, 1, 0.32, 1) forwards;
    position: absolute;
}.educational_rewards ul {
    margin: 0;
    padding: 0;
    gap: 20px;
    list-style: none;
    grid-template-columns: 1fr 1fr;
    display: grid;
}.educational_rewards li {
    animation-delay: calc(0.1s * var(--i, 0));
    transform: translateY(20px);
    backdrop-filter: blur(10px);
    box-shadow: 0 6px 15px rgba(rgba(0, 0, 0, 0.5), 0.06);
    border-left: 3px solid rgb(187,178,174);
    padding: 18px 20px;
    transition: all 0.3s ease;
    animation: fade-up 0.5s cubic-bezier(0.23, 1, 0.32, 1) forwards;
    opacity: 0;
    background: rgba(rgb(255, 255, 255, 0.5), 0.8);
}.educational_rewards li:nth-child(1) {
    --i: 1;
}.educational_rewards li:nth-child(2) {
    --i: 2;
}.educational_rewards li:nth-child(3) {
    --i: 3;
}.educational_rewards li:nth-child(4) {
    --i: 4;
}.educational_rewards li:nth-child(5) {
    --i: 5;
}.educational_rewards li:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 10px 25px rgba(rgba(0, 0, 0, 0.5), 0.1);
    border-left-width: 5px;
}.educational_rewards li p {
    margin: 0;
    display: flex;
    color: #000000;
    gap: 12px;
    align-items: flex-start;
    font-size: 13px;
    line-height: 1.6;
}.educational_rewards svg {
    transform: rotate(-5deg);
    height: 20px;
    margin-top: 4px;
    width: 20px;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}.educational_rewards li:hover svg {
    transform: rotate(0deg) scale(1.1);
}.educational_rewards svg path {
    transition: fill 0.3s ease;
    fill: rgb(187,178,174);
}.educational_rewards li:hover svg path {
    fill: rgb(145,133,131);
}

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

@keyframes scale-in {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

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

@media (max-width: 1024px) {.educational_rewards {
    padding: 90px 0;
}.educational_rewards .container {
    grid-template-columns: 1fr;
    gap: 30px;
}.educational_rewards .image_grid {
    width: 90%;
    display: block;
    max-height: 400px;
    margin: 0 auto;
}.educational_rewards ul {
    grid-template-columns: 1fr;
}.educational_rewards h1 {
    font-size: calc(40px * 0.9);
}
}

@media (max-width: 768px) {.educational_rewards {
    padding: 70px 0;
}.educational_rewards .image_grid {
    box-shadow: 10px 10px 0 rgba(rgb(187,178,174,0.5), 0.2);
    max-height: 320px;
}.educational_rewards h1 {
    font-size: calc(40px * 0.8);
    margin-bottom: 25px;
}.educational_rewards li {
    padding: 15px;
}.educational_rewards li p {
    font-size: calc(13px * 0.95);
    gap: 8px;
}.educational_rewards svg {
    width: 18px;
    height: 18px;
}
}

@media (max-width: 480px) {.educational_rewards {
    padding: 50px 0;
}.educational_rewards .image_grid {
    max-height: 250px;
}.educational_rewards h1 {
    font-size: calc(40px * 0.7);
}.educational_rewards h1::after {
    height: 3px;
    width: 60px;
}.educational_rewards li {
    padding: 12px;
}.educational_rewards li p {
    font-size: calc(13px * 0.9);
}.educational_rewards svg {
    width: 16px;
    height: 16px;
}}.academic_expertise {
    padding: 4rem 2rem;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(218,202,194) 0%, rgb(187,178,174,0.5) 100%);
}.academic_expertise::before {
    background: rgb(145,133,131,0.5);
    position: absolute;
    height: 70%;
    transform: rotate(-12deg);
    content: "";
    top: -10%;
    z-index: 1;
    left: -5%;
    width: 120%;
}.academic_expertise .edu_testimonials {
    position: relative;
    display: flex;
    z-index: 2;
    gap: 3rem;
    flex-direction: row;
    transform: translateX(5%);
    align-items: center;
}.academic_expertise .image_grid {
    border-radius: 11px;
    transition: all 0.5s ease;
    height: 350px;
    box-shadow: 15px 15px 0 rgb(187,178,174,0.5);
    width: 280px;
    transform: rotate(-5deg);
}.academic_expertise .image_grid:hover {
    box-shadow: 0px 20px 30px -10px rgba(0, 0, 0, 0.5);
    transform: rotate(0deg) scale(1.05);
}.academic_expertise .exp_view {
    border-radius: 11px;
    padding: 2rem;
    background: #ffffff;
    max-width: 60%;
    transition: all 0.5s ease;
    transform: rotate(2deg) translateY(-30px);
    position: relative;
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.5);
}.academic_expertise .exp_view::after {
    opacity: 0.6;
    position: absolute;
    content: "";
    filter: blur(8px);
    width: 85%;
    bottom: -10px;
    background: rgb(145,133,131);
    height: 10px;
    transition: all 0.5s ease;
    left: 30px;
}.academic_expertise .exp_view:hover {
    transform: rotate(0deg) translateY(-20px);
}.academic_expertise .exp_view:hover::after {
    width: 95%;
    opacity: 0.8;
}.academic_expertise .name {
    margin-bottom: 0.5rem;
    font-size: 32px;
    color: rgb(187,178,174);
    font-weight: 700;
    transform: translateX(-20px);
}.academic_expertise .exp_view > div:nth-child(2) {
    transform: translateX(-10px);
    margin-bottom: 1.5rem;
    color: rgb(145,133,131);
    font-size: 17px;
    font-weight: 600;
}.academic_expertise .experience_profile {
    font-weight: 400;
    position: relative;
    line-height: 1.6;
    color: #000000;
    font-size: 12px;
    font-style: italic;
    padding-left: 1.5rem;
}.academic_expertise .experience_profile::before {
    background: linear-gradient(to bottom, rgb(187,178,174), rgb(145,133,131));
    top: 0;
    border-radius: 10px;
    width: 5px;
    position: absolute;
    left: 0;
    content: "";
    height: 100%;
}

@media (max-width: 992px) {.academic_expertise .edu_testimonials {
    transform: none;
    gap: 2rem;
    flex-direction: column;
}.academic_expertise .image_grid {
    width: 220px;
    margin: 0 auto;
    height: 280px;
}.academic_expertise .exp_view {
    max-width: 100%;
    transform: none;
}.academic_expertise .name,
    .academic_expertise .exp_view > div:nth-child(2) {
    transform: none;
}}.course_program_description {
    overflow: hidden;
    justify-content: center;
    background-color: rgb(218,202,194);
    display: flex;
    align-items: center;
    min-height: 100vh;
    position: relative;
}.course_program_description .skill_path {
    width: 100%;
    z-index: 1;
    position: absolute;
    overflow: hidden;
    top: 0;
    height: 100%;
    left: 0;
}.course_program_description .education_route {
    width: 500%;
    display: flex;
    animation: carousel-slide 30s cubic-bezier(0.4, 0, 0.2, 1) infinite;
    height: 100%;
}.course_program_description .skill_path:hover .education_route {
    animation-play-state: paused;
}.course_program_description .program_flow {
    overflow: hidden;
    position: relative;
    width: 20%;
    height: 100%;
}.course_program_description .program_flow img {
    object-fit: cover;
    transform: scale(1.05);
    transition: transform 0.7s ease-out;
    width: 100%;
    filter: brightness(0.85) contrast(1.1);
    height: 100%;
}.course_program_description .program_flow:hover img {
    filter: brightness(0.9) contrast(1.05);
    transform: scale(1);
}.course_program_description .program_flow::before {
    left: 0;
    top: 0;
    height: 100%;
    z-index: 2;
    background: linear-gradient(
        135deg,
        rgba(var(--primary-color, 0, 204, 204), 0.2) 0%,
        rgba(var(--primary-color, 0, 204, 204), 0) 25%,
        rgba(var(--secondary-color, 102, 16, 242), 0) 75%,
        rgba(var(--secondary-color, 102, 16, 242), 0.2) 100%
    );
    width: 100%;
    content: "";
    position: absolute;
    animation: gradient-shift 8s infinite alternate;
}.course_program_description .program_flow::after {
    background: 
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 2px,
            rgba(var(--primary-color, 0, 204, 204), 0.03) 2px,
            rgba(var(--primary-color, 0, 204, 204), 0.03) 4px
        ),
        radial-gradient(
            circle at 80% 20%,
            transparent 0%,
            rgba(0, 0, 0, 0.5) 70%
        );
    top: 0;
    z-index: 1;
    width: 100%;
    content: "";
    height: 100%;
    position: absolute;
    left: 0;
}.course_program_description .container {
    position: relative;
    justify-content: center;
    height: 100%;
    margin: auto;
    display: flex;
    padding: 2rem;
    z-index: 2;
    align-items: center;
}.course_program_description .quick_skill {
    max-width: 800px;
    position: relative;
    width: 100%;
}.course_program_description .learn_now {
    overflow: hidden;
    text-align: center;
    backdrop-filter: blur(10px);
    position: relative;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.3), 
        0 3px 10px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.05) inset;
    background: rgba(var(--dark-color, 21, 20, 26), 0.75);
    transform: translateY(0);
    border-radius: 23px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 4rem;
}.course_program_description .learn_now::before {
    position: absolute;
    animation: pulse-gradient 8s ease infinite;
    opacity: 0.7;
    height: 100%;
    left: 0;
    width: 100%;
    content: "";
    background: 
        linear-gradient(
            90deg, 
            transparent 0%,
            rgba(var(--primary-color, 0, 204, 204), 0.05) 25%,
            rgba(var(--secondary-color, 102, 16, 242), 0.05) 75%,
            transparent 100%
        );
    top: 0;
}.course_program_description .learn_now::after {
    animation: shine-effect 10s ease-in-out infinite;
    top: 0;
    z-index: -1;
    bottom: 0;
    background: 
        linear-gradient(
            45deg,
            transparent 40%,
            rgba(var(--primary-color, 0, 204, 204), 0.03) 45%,
            rgba(var(--primary-color, 0, 204, 204), 0.03) 55%,
            transparent 60%
        );
    right: 0;
    transform: translateX(-100%);
    position: absolute;
    left: 0;
    content: "";
}.course_program_description .learn_now h3 {
    display: inline-block;
    font-size: 31px;
    margin-bottom: 1.5rem;
    font-weight: 700;
    position: relative;
    color: #ffffff;
}.course_program_description .learn_now h3::after {
    position: absolute;
    background: linear-gradient(
        90deg,
        rgb(187,178,174) 0%,
        rgb(145,133,131) 100%
    );
    bottom: -8px;
    width: 30%;
    transform: translateX(-50%);
    content: "";
    height: 2px;
    left: 50%;
    transition: width 0.3s ease;
}.course_program_description .learn_now:hover h3::after {
    width: 60%;
}.course_program_description .learn_now p {
    max-width: 90%;
    font-weight: 300;
    color: #ffffff;
    line-height: 1.8;
    opacity: 0.8;
    margin-bottom: 2.5rem;
    margin-right: auto;
    font-size: 17px;
    margin-left: auto;
}.course_program_description .learn_now .support_map {
    padding: 1rem 2.5rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: inline-block;
    color: #ffffff;
    position: relative;
    font-size: 18px;
    z-index: 1;
    box-shadow: 0 8px 25px rgb(187,178,174,0.5);
    overflow: hidden;
    background: linear-gradient(
        45deg,
        rgb(187,178,174) 0%,
        rgb(145,133,131) 100%
    );
    border-radius: 10px;
    text-decoration: none;
    font-weight: 600;
}.course_program_description .learn_now .support_map::before {
    content: "";
    height: 100%;
    width: 100%;
    transition: opacity 0.3s ease;
    opacity: 0;
    top: 0;
    background: linear-gradient(
        45deg,
        rgb(145,133,131) 0%,
        rgb(187,178,174) 100%
    );
    left: 0;
    position: absolute;
    z-index: -1;
}.course_program_description .learn_now .support_map::after {
    transform: scale(0);
    height: 200%;
    position: absolute;
    width: 200%;
    content: "";
    transition: transform 0.5s ease, opacity 0.5s ease;
    opacity: 0;
    left: -50%;
    background: radial-gradient(
        circle,
        rgba(255, 255, 255, 0.2) 0%,
        transparent 60%
    );
    top: -50%;
}.course_program_description .learn_now .support_map:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgb(187,178,174,0.5);
}.course_program_description .learn_now .support_map:hover::before {
    opacity: 1;
}.course_program_description .learn_now .support_map:hover::after {
    animation: ripple-out 1.5s ease;
    transform: scale(1);
    opacity: 1;
}@keyframes carousel-slide {
    0% {
        transform: translateX(0);
    }
    18% {
        transform: translateX(0);
    }
    20% {
        transform: translateX(-20%);
    }
    38% {
        transform: translateX(-20%);
    }
    40% {
        transform: translateX(-40%);
    }
    58% {
        transform: translateX(-40%);
    }
    60% {
        transform: translateX(-60%);
    }
    78% {
        transform: translateX(-60%);
    }
    80% {
        transform: translateX(-80%);
    }
    98% {
        transform: translateX(-80%);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes gradient-shift {
    0% {
        background: linear-gradient(
            135deg,
            rgba(var(--primary-color, 0, 204, 204), 0.2) 0%,
            rgba(var(--primary-color, 0, 204, 204), 0) 25%,
            rgba(var(--secondary-color, 102, 16, 242), 0) 75%,
            rgba(var(--secondary-color, 102, 16, 242), 0.2) 100%
        );
    }
    50% {
        background: linear-gradient(
            135deg,
            rgba(var(--secondary-color, 102, 16, 242), 0.2) 0%,
            rgba(var(--secondary-color, 102, 16, 242), 0) 25%,
            rgba(var(--primary-color, 0, 204, 204), 0) 75%,
            rgba(var(--primary-color, 0, 204, 204), 0.2) 100%
        );
    }
    100% {
        background: linear-gradient(
            135deg,
            rgba(var(--primary-color, 0, 204, 204), 0.2) 0%,
            rgba(var(--primary-color, 0, 204, 204), 0) 25%,
            rgba(var(--secondary-color, 102, 16, 242), 0) 75%,
            rgba(var(--secondary-color, 102, 16, 242), 0.2) 100%
        );
    }
}

@keyframes pulse-gradient {
    0% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.7;
    }
    100% {
        opacity: 0.3;
    }
}

@keyframes shine-effect {
    0% {
        transform: translateX(-100%);
    }
    20%, 100% {
        transform: translateX(100%);
    }
}

@keyframes ripple-out {
    0% {
        opacity: 1;
        transform: scale(0);
    }
    100% {
        opacity: 0;
        transform: scale(1);
    }
}

.course_program_description::before {
    opacity: 0.7;
    z-index: 1;
    top: 0;
    width: 100%;
    background: 
        linear-gradient(
            0deg,
            #000000 0%,
            transparent 100%
        );
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
}.course_program_description::after {
    left: 0;
    background: 
        radial-gradient(
            circle at 75% 25%, 
            transparent 0%,
            #000000 80%
        );
    height: 100%;
    top: 0;
    content: "";
    width: 100%;
    z-index: 1;
    opacity: 0.8;
    position: absolute;
}

@media (max-width: 992px) {.course_program_description .learn_now {
    padding: 3rem;
}.course_program_description .quick_skill {
    max-width: 700px;
}.course_program_description .learn_now h3 {
    font-size: calc(31px * 0.9);
}.course_program_description .learn_now p {
    max-width: 95%;
}
}

@media (max-width: 768px) {.course_program_description .learn_now {
    padding: 2.5rem;
}.course_program_description .quick_skill {
    max-width: 90%;
}.course_program_description .learn_now h3 {
    font-size: calc(31px * 0.8);
    margin-bottom: 1.2rem;
}.course_program_description .learn_now p {
    font-size: calc(17px * 0.95);
    margin-bottom: 2rem;
}.course_program_description .learn_now .support_map {
    padding: 0.85rem 2rem;
}
}

@media (max-width: 576px) {.course_program_description .education_route {
    animation-duration: 25s;
}.course_program_description .learn_now {
    padding: 2rem 1.5rem;
}.course_program_description .learn_now h3 {
    margin-bottom: 1rem;
    font-size: calc(31px * 0.7);
}.course_program_description .learn_now p {
    font-size: calc(17px * 0.9);
    margin-bottom: 1.5rem;
    max-width: 100%;
}.course_program_description .learn_now .support_map {
    padding: 0.75rem 1.75rem;
    font-size: calc(18px * 0.9);
}@keyframes carousel-slide {
        0% {
            transform: translateX(0);
        }
        20% {
            transform: translateX(0);
        }
        25% {
            transform: translateX(-20%);
        }
        45% {
            transform: translateX(-20%);
        }
        50% {
            transform: translateX(-40%);
        }
        70% {
            transform: translateX(-40%);
        }
        75% {
            transform: translateX(-60%);
        }
        95% {
            transform: translateX(-60%);
        }
        100% {
            transform: translateX(0);
        }
    }
}

.course_program_description .program_flow:nth-child(1)::before {
    animation-delay: 0s;
}.course_program_description .program_flow:nth-child(2)::before {
    animation-delay: 2s;
}.course_program_description .program_flow:nth-child(3)::before {
    animation-delay: 4s;
}.course_program_description .program_flow:nth-child(4)::before {
    animation-delay: 6s;
}.course_program_description .program_flow:nth-child(5)::before {
    animation-delay: 8s;
}.course_program_description .program_flow::after {
    animation: tech-grid 15s linear infinite;
}

@keyframes tech-grid {
    0% {
        opacity: 0.4;
        background-position: 0% 0%;
    }
    50% {
        opacity: 0.6;
        background-position: 100% 100%;
    }
    100% {
        opacity: 0.4;
        background-position: 0% 0%;
    }
}