* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}.biz_learningscr {
    flex: 0 0 auto;
}.container {
    max-width: 100%;
    width: 1127px;
    margin: auto;
}.wrapper-holderwV {
    height: 100%;
    flex-direction: column;
    min-height: 100%;
    display: flex;
}html,body {
    height: 100%;
    font-family: Arial, sans-serif;
    color: #000000;
    scroll-behavior: auto;
    min-height: 100%;
}svg {
    width: 30px;
    height: 30px;
}.top_masterbC {
    flex: 1 0 auto;
}a {
    text-decoration: none;
    color: inherit;
}header,footer {
    width: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.explore_nowKW {
    z-index: 1;
    overflow: hidden;
    padding: 120px 0;
    background: linear-gradient(180deg, rgb(231,199,156) 0%, rgb(217,167,111) 100%);
    position: relative;
}.explore_nowKW::before {
    transform-origin: center top;
    animation: gridMove 20s linear infinite;
    width: 100%;
    z-index: -1;
    transform: perspective(500px) rotateX(60deg);
    height: 100%;
    opacity: 0.05;
    background-size: 30px 30px;
    top: 0;
    content: '';
    left: 0;
    position: absolute;
    background-image: 
        linear-gradient(0deg, #ffffff 1px, transparent 1px),
        linear-gradient(90deg, #ffffff 1px, transparent 1px);
}.explore_nowKW::after {
    background-size: 100% 30px, 30px 100%;
    height: 100%;
    left: 0;
    animation: gridGlow 8s ease-in-out infinite alternate;
    width: 100%;
    position: absolute;
    content: '';
    opacity: 0.05;
    top: 0;
    background: 
        linear-gradient(0deg, transparent 0%, #ffffff 50%, transparent 100%),
        linear-gradient(90deg, transparent 0%, #ffffff 50%, transparent 100%);
    z-index: -1;
}.explore_nowKW .skill_labfL {
    align-items: center;
    flex-direction: column;
    display: flex;
    max-width: 1000px;
    padding: 50px;
    border-radius: 15px;
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    z-index: 2;
    background: rgba(255, 255, 255, 0.05);
    margin: 0 auto;
    border: 1px solid rgba(255, 255, 255, 0.1);
    justify-content: center;
    overflow: hidden;
}.explore_nowKW .skill_labfL::before {
    background: 
        linear-gradient(135deg, transparent 45%, #ffffff 50%, transparent 55%),
        linear-gradient(45deg, transparent 45%, #ffffff 50%, transparent 55%);
    height: 100%;
    opacity: 0.05;
    content: '';
    background-size: 30px 30px;
    animation: patternShift 15s linear infinite;
    left: 0;
    width: 100%;
    top: 0;
    position: absolute;
    z-index: -1;
}.explore_nowKW .skill_labfL::after {
    left: -50%;
    opacity: 0.1;
    content: '';
    animation: pulseRadial 10s ease-in-out infinite;
    width: 200%;
    height: 200%;
    position: absolute;
    top: -50%;
    background: radial-gradient(
        circle at 50% 50%,
        rgba(255, 255, 255, 0.2) 0%,
        transparent 60%
    );
    z-index: -1;
}.explore_nowKW h3 {
    margin-bottom: 60px;
    text-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
    font-size: 33px;
    font-family: Arial, sans-serif;
    color: #ffffff;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    text-align: center;
}.explore_nowKW h3::before {
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
    position: absolute;
    left: 50%;
    top: -80px;
    height: 60px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    z-index: -1;
    border-radius: 50%;
    transform: translateX(-50%);
    animation: orbitRotate 10s linear infinite;
    content: '';
    width: 60px;
}.explore_nowKW h3::after {
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
    content: '';
    position: absolute;
    bottom: -20px;
    width: 100px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.5), 
        transparent);
    left: 50%;
    height: 1px;
}.explore_nowKW .feedback_formgd {
    padding: 16px 45px;
    overflow: hidden;
    font-weight: 600;
    position: relative;
    font-family: Arial, sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    color: rgb(231,199,156);
    z-index: 1;
    transition: all 0.4s ease;
    letter-spacing: 2px;
    display: inline-block;
    background: rgba(255, 255, 255, 0.9);
    font-size: 17px;
    box-shadow: 
        0 10px 20px rgba(0, 0, 0, 0.1),
        0 0 15px rgba(255, 255, 255, 0.2);
    border-radius: 10px;
}.explore_nowKW .feedback_formgd::before {
    width: 100%;
    background-image: 
        linear-gradient(45deg, rgba(0, 0, 0, 0.05) 25%, transparent 25%), 
        linear-gradient(-45deg, rgba(0, 0, 0, 0.05) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgba(0, 0, 0, 0.05) 75%),
        linear-gradient(-45deg, transparent 75%, rgba(0, 0, 0, 0.05) 75%);
    left: 0;
    position: absolute;
    content: '';
    opacity: 0;
    z-index: -1;
    top: 0;
    transition: opacity 0.4s ease;
    height: 100%;
    background-size: 10px 10px;
}.explore_nowKW .feedback_formgd::after {
    z-index: 1;
    height: 200%;
    transform: rotate(35deg);
    transition: all 0.6s ease;
    left: -100px;
    width: 20px;
    top: -50%;
    position: absolute;
    background: linear-gradient(
        to right,
        transparent,
        rgba(255, 255, 255, 0.7),
        transparent
    );
    content: '';
}.explore_nowKW .feedback_formgd:hover {
    background: linear-gradient(45deg, rgb(231,199,156), rgb(217,167,111));
    transform: translateY(-5px);
    color: #ffffff;
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.2),
        0 0 20px rgba(255, 255, 255, 0.3);
}.explore_nowKW .feedback_formgd:hover::before {
    opacity: 0.5;
}.explore_nowKW .feedback_formgd:hover::after {
    left: 200%;
}

@media screen and (max-width: 992px) {.explore_nowKW {
    padding: 100px 0;
}.explore_nowKW .skill_labfL {
    padding: 40px;
    max-width: 90%;
}.explore_nowKW h3 {
    font-size: calc(33px * 0.9);
    margin-bottom: 50px;
}.explore_nowKW h3::before {
    height: 50px;
    width: 50px;
    top: -70px;
}.explore_nowKW h3::after {
    width: 80px;
}.explore_nowKW .feedback_formgd {
    font-size: calc(17px * 0.95);
    padding: 14px 40px;
}
}

@media screen and (max-width: 768px) {.explore_nowKW {
    padding: 80px 0;
}.explore_nowKW .skill_labfL {
    padding: 30px;
}.explore_nowKW h3 {
    letter-spacing: 2px;
    font-size: calc(33px * 0.8);
    margin-bottom: 45px;
}.explore_nowKW h3::before {
    height: 40px;
    top: -60px;
    width: 40px;
}.explore_nowKW h3::after {
    bottom: -15px;
    width: 70px;
}.explore_nowKW .feedback_formgd {
    padding: 12px 35px;
    font-size: calc(17px * 0.9);
    letter-spacing: 1.5px;
}
}

@media screen and (max-width: 576px) {.explore_nowKW {
    padding: 60px 0;
}.explore_nowKW .skill_labfL {
    padding: 25px 20px;
}.explore_nowKW h3 {
    letter-spacing: 1.5px;
    font-size: calc(33px * 0.7);
    margin-bottom: 40px;
}.explore_nowKW h3::before {
    height: 30px;
    top: -50px;
    width: 30px;
}.explore_nowKW h3::after {
    bottom: -12px;
    width: 60px;
}.explore_nowKW .feedback_formgd {
    padding: 10px 30px;
    letter-spacing: 1px;
    font-size: calc(17px * 0.85);
}}

@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 0 30px;
    }
}

@keyframes gridGlow {
    0% {
        opacity: 0.03;
        filter: blur(3px);
    }
    50% {
        opacity: 0.05;
        filter: blur(5px);
    }
    100% {
        opacity: 0.03;
        filter: blur(3px);
    }
}

@keyframes patternShift {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 30px 30px;
    }
}

@keyframes pulseRadial {
    0% {
        opacity: 0.05;
        transform: scale(1);
    }
    50% {
        opacity: 0.1;
        transform: scale(1.1);
    }
    100% {
        opacity: 0.05;
        transform: scale(1);
    }
}

@keyframes orbitRotate {
    0% {
        transform: translateX(-50%) rotate(0deg);
    }
    100% {
        transform: translateX(-50%) rotate(360deg);
    }
}.homepagewd {
    background: linear-gradient(135deg, rgb(244,228,202), rgba(0, 0, 0, 0.5));
    position: relative;
    min-height: 100vh;
    justify-content: center;
    display: flex;
    overflow: hidden;
    align-items: center;
    padding: 3rem 1rem;
    width: 100%;
}.homepagewd::before {
    left: 0;
    content: "";
    height: 100%;
    top: 0;
    width: 100%;
    background: radial-gradient(circle at 70% 30%, rgba(255,255,255,0.1) 0%, transparent 60%);
    pointer-events: none;
    position: absolute;
    z-index: 1;
}.homepagewd::after {
    width: 100%;
    background: linear-gradient(90deg, rgb(231,199,156) 0%, rgb(217,167,111) 50%, rgb(231,199,156) 100%);
    height: 10px;
    z-index: 2;
    content: "";
    left: 0;
    bottom: -5px;
    position: absolute;
    box-shadow: 0 0 20px rgba(rgb(231,199,156,0.5), 0.5);
}.homepagewd .page_entryNx {
    perspective: 1000px;
    position: relative;
    z-index: 3;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
    background: linear-gradient(145deg, rgba(255,255,255,0.12), rgba(255,255,255,0.05));
    padding: 2rem;
    transform-style: preserve-3d;
    backdrop-filter: blur(10px);
    transform: translateZ(0);
    border: 1px solid rgba(255,255,255,0.1);
    max-width: 1200px;
    border-radius: 2px;
    width: 100%;
}.homepagewd .page_entryNx > div {
    grid-template-columns: 1fr;
    position: relative;
    gap: 2.5rem;
    display: grid;
}.homepagewd .page_entryNx > div > div:first-child {
    position: relative;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    background: rgba(255,255,255,0.05);
    padding: 1.5rem;
    box-shadow: inset 2px 2px 5px rgba(0,0,0,0.1), 
              inset -2px -2px 5px rgba(255,255,255,0.05);
    transform: translateZ(30px);
}.homepagewd .page_entryNx > div > div:first-child:hover {
    transform: translateZ(40px) scale(1.02);
}.homepagewd h3 {
    line-height: 1.4;
    font-size: 24px;
    font-family: Arial, sans-serif;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    padding-left: 1rem;
    margin: 0;
    position: relative;
    font-weight: 600;
    color: #ffffff;
}.homepagewd h3::before {
    content: "";
    height: 100%;
    width: 3px;
    transform: scaleY(0.9);
    left: 0;
    background: linear-gradient(to bottom, rgb(231,199,156), rgb(217,167,111));
    position: absolute;
    top: 0;
}.homepagewd .expert_studyYZ {
    display: flex;
    min-height: 360px;
    transform: translateZ(20px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.2);
    overflow: hidden;
    justify-content: center;
    align-items: center;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
}.homepagewd .expert_studyYZ:hover {
    transform: translateZ(40px) scale(1.03);
}.homepagewd .expert_studyYZ::before {
    height: 100%;
    z-index: 1;
    position: absolute;
    width: 100%;
    content: "";
    top: 0;
    background: linear-gradient(135deg, 
    rgba(rgba(0, 0, 0, 0.5), 0.7) 0%, 
    rgba(rgb(231,199,156,0.5), 0.5) 100%);
    left: 0;
}.homepagewd .expert_studyYZ > div {
    width: 90%;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    border-left: 4px solid rgb(231,199,156);
    background: rgba(255,255,255,0.1);
    backdrop-filter: blur(5px);
    max-width: 800px;
    transition: transform 0.4s ease-out;
    transform: perspective(1000px) rotateY(-5deg);
    z-index: 2;
    position: relative;
    padding: 2.5rem;
}.homepagewd .expert_studyYZ > div:hover {
    transform: perspective(1000px) rotateY(0deg);
}.homepagewd .expert_studyYZ p {
    letter-spacing: 0.5px;
    position: relative;
    font-family: Arial, sans-serif;
    padding-bottom: 1rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    color: #ffffff;
    font-size: 17px;
}.homepagewd .expert_studyYZ p::after {
    left: 0;
    bottom: 0;
    animation: pulse 2s infinite;
    height: 2px;
    content: "";
    position: absolute;
    background: rgb(217,167,111);
    width: 60px;
}.homepagewd .title_style_header {
    text-shadow: 2px 2px 8px rgba(0,0,0,0.3);
    margin: 0;
    line-height: 1.2;
    color: #ffffff;
    font-family: Arial, sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    position: relative;
    font-size: calc(36px * 1.1);
    display: inline-block;
}.homepagewd .title_style_header::before {
    background: linear-gradient(90deg, rgb(231,199,156), rgb(217,167,111));
    content: "";
    width: 0;
    left: 0;
    bottom: -10px;
    position: absolute;
    transition: width 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    height: 3px;
}.homepagewd .expert_studyYZ:hover .title_style_header::before {
    width: 100%;
}

@keyframes pulse {
  0% { opacity: 0.6; }
  50% { opacity: 1; }
  100% { opacity: 0.6; }
}

@media (min-width: 768px) {.homepagewd {
    padding: 5rem 2rem;
}.homepagewd .page_entryNx {
    padding: 3rem;
}.homepagewd .page_entryNx > div {
    grid-template-columns: 1fr 2fr;
    gap: 3rem;
}.homepagewd .expert_studyYZ {
    min-height: 450px;
}.homepagewd h3 {
    font-size: calc(24px * 1.1);
}.homepagewd .title_style_header {
    font-size: calc(40px * 1.1);
}
}

@media (min-width: 992px) {.homepagewd {
    padding: 7rem 3rem;
}.homepagewd .page_entryNx {
    padding: 3.5rem;
}.homepagewd .page_entryNx > div {
    gap: 4rem;
}.homepagewd .expert_studyYZ {
    min-height: 500px;
}.homepagewd .expert_studyYZ > div {
    padding: 3.5rem;
}.homepagewd h3 {
    font-size: calc(24px * 1.2);
}.homepagewd .title_style_header {
    font-size: calc(40px * 1.2);
}.homepagewd .expert_studyYZ p {
    font-size: calc(17px * 1.1);
}
}

@media (max-width: 767px) {.homepagewd .page_entryNx {
    padding: 1.5rem;
}.homepagewd .page_entryNx > div > div:first-child {
    padding: 1rem;
}.homepagewd h3 {
    font-size: calc(17px * 1.1);
}.homepagewd .expert_studyYZ {
    min-height: 280px;
}.homepagewd .expert_studyYZ > div {
    padding: 1.5rem;
    width: 95%;
}.homepagewd .title_style_header {
    font-size: calc(36px * 0.9);
}
}

@media (max-width: 480px) {.homepagewd {
    padding: 2rem 0.75rem;
}.homepagewd .page_entryNx {
    padding: 1rem;
}.homepagewd .page_entryNx > div {
    gap: 1.5rem;
}.homepagewd h3 {
    font-size: 17px;
}.homepagewd .expert_studyYZ {
    min-height: 240px;
}.homepagewd .expert_studyYZ > div {
    padding: 1.25rem;
}.homepagewd .title_style_header {
    font-size: calc(36px * 0.8);
}.homepagewd .expert_studyYZ p {
    margin-bottom: 1rem;
    font-size: calc(17px * 0.9);
}}header {
    overflow: visible;
    z-index: 100;
    position: relative;
    background: linear-gradient(to right, #000000 0%, rgba(0, 0, 0, 0.5) 100%);
    padding: 0;
    margin-top: 0;
}header::before {
    left: 0;
    top: 0;
    height: 100%;
    z-index: 0;
    background-image: 
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    width: 100%;
    content: '';
    background-size: 20px 20px;
    position: absolute;
}header::after {
    background-size: 200% auto;
    content: '';
    left: 0;
    position: absolute;
    background: linear-gradient(90deg, 
        rgb(231,199,156) 0%,
        rgb(217,167,111) 50%,
        rgb(231,199,156) 100%
    );
    animation: gradientSlide 5s linear infinite;
    height: 4px;
    bottom: 0;
    width: 100%;
}@keyframes gradientSlide {
    0% { background-position: 0% center; }
    100% { background-position: 200% center; }
}

header .top_navKe {
    z-index: 5;
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 1.3rem 2rem;
    position: relative;
}header .head_pagewrapWj {
    z-index: 5;
    flex: 0 0 auto;
    position: relative;
}header .top_pagebaroD {
    align-items: center;
    padding: 0.5rem;
    transition: all 0.3s ease;
    display: flex;
    text-decoration: none;
    z-index: 2;
    position: relative;
}header .top_pagebaroD:hover {
    transform: translateY(-3px) scale(1.02);
}header .top_pagebaroD img {
    filter: brightness(1.2) drop-shadow(0 0 8px rgba(255, 255, 255, 0.3));
    max-height: 40px;
}header .head_pagewrapWj::before {
    top: -8px;
    border: 1px solid rgb(231,199,156);
    transition: all 0.3s ease;
    position: absolute;
    content: '';
    bottom: -8px;
    border-radius: 10px;
    transform: skew(-3deg);
    opacity: 0.3;
    left: -8px;
    right: -8px;
}header .head_pagewrapWj:hover::before {
    transform: skew(-5deg) scale(1.05);
    opacity: 0.7;
    box-shadow: 0 0 15px rgb(231,199,156,0.5);
}header .main_pageJP {
    position: relative;
    display: flex;
    list-style: none;
    margin: 0;
    z-index: 5;
    padding: 0;
}header .nav_lessonJN {
    perspective: 800px;
    position: relative;
    margin: 0 0.3rem;
}header .nav_lessonJN a {
    transition: all 0.4s ease;
    color: #ffffff;
    position: relative;
    display: block;
    letter-spacing: 0.5px;
    font-weight: 600;
    text-decoration: none;
    z-index: 1;
    font-size: 13px;
    padding: 0.8rem 1.2rem;
    border: 1px solid transparent;
}header .nav_lessonJN a::before {
    transform: scaleX(0);
    transition: transform 0.3s ease;
    width: 80%;
    left: 10%;
    position: absolute;
    content: '';
    bottom: 5px;
    height: 1px;
    opacity: 0.7;
    background: rgb(231,199,156);
}header .nav_lessonJN a:hover {
    background: rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    color: rgb(231,199,156);
    border-color: rgba(255, 255, 255, 0.1);
    transform: translateZ(10px);
}header .nav_lessonJN a:hover::before {
    transform: scaleX(1);
}header .nav_lessonJN::after {
    position: absolute;
    background: radial-gradient(circle at center, rgb(231,199,156,0.5) 0%, transparent 70%);
    height: 100%;
    content: '';
    top: 0;
    width: 100%;
    pointer-events: none;
    left: 0;
    transition: opacity 0.3s ease;
    opacity: 0;
    z-index: -1;
}header .nav_lessonJN:hover::after {
    opacity: 0.4;
}header .top_navKe::before {
    width: 30%;
    left: 35%;
    background: linear-gradient(90deg, transparent, rgb(231,199,156), transparent);
    top: 0;
    height: 1px;
    content: '';
    position: absolute;
}header .top_navKe::after {
    opacity: 0.1;
    position: absolute;
    width: 60%;
    content: '';
    height: 1px;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    left: 20%;
    bottom: 0;
}.top_masterbC {
    z-index: 1;
    padding-top: 2rem;
    margin-top: 0;
    position: relative;
    background: rgb(244,228,202);
}

@media (min-width: 1400px) {header .top_navKe {
    max-width: 1300px;
    margin: 0 auto;
}header .nav_lessonJN {
    margin: 0 0.5rem;
}header .nav_lessonJN a {
    padding: 0.8rem 1.5rem;
}
}

@media (max-width: 991px) {header {
    padding: 0;
}header .top_navKe {
    flex-wrap: wrap;
    padding: 1rem 1.5rem;
    justify-content: space-between;
    flex-direction: row;
}header .head_pagewrapWj {
    margin-bottom: 0;
}header .main_pageJP {
    justify-content: center;
    margin-top: 1rem;
    flex: 1 0 100%;
}header .nav_lessonJN {
    margin: 0 0.2rem;
}header .nav_lessonJN a {
    font-size: calc(13px - 1px);
    padding: 0.6rem 0.8rem;
}header .head_pagewrapWj::before {
    left: -5px;
    bottom: -5px;
    right: -5px;
    top: -5px;
}
}

@media (max-width: 767px) {header {
    padding: 0;
}header .top_navKe {
    padding: 0.8rem 1.2rem;
}header .head_pagewrapWj {
    max-width: 130px;
}header .head_pagewrapWj::before {
    display: none;
}header .main_pageJP {
    padding-bottom: 0.5rem;
    margin-top: 0.8rem;
    scrollbar-width: thin;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    justify-content: flex-start;
}header .main_pageJP::-webkit-scrollbar {
    height: 2px;
}header .main_pageJP::-webkit-scrollbar-thumb {
    background: rgb(231,199,156);
    border-radius: 10px;
}header .nav_lessonJN {
    flex: 0 0 auto;
    margin: 0 0.1rem;
}header .nav_lessonJN a {
    white-space: nowrap;
    padding: 0.5rem 0.7rem;
    letter-spacing: 0;
    font-size: calc(13px - 2px);
}header .nav_lessonJN a::before {
    bottom: 3px;
}header::after {
    height: 2px;
}
}

@media (max-width: 479px) {header .top_navKe {
    padding: 0.7rem 1rem;
}header .head_pagewrapWj {
    max-width: 110px;
}header .nav_lessonJN a {
    padding: 0.4rem 0.6rem;
    font-size: calc(13px - 3px);
}}.course_program_descriptionHP {
    background: linear-gradient(135deg, rgb(244,228,202) 0%, rgba(0, 0, 0, 0.5) 100%);
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}.course_program_descriptionHP::before {
    left: 0;
    background: radial-gradient(circle at 70% 30%, rgb(231,199,156,0.5) 0%, transparent 70%);
    height: 100%;
    z-index: 1;
    top: 0;
    width: 100%;
    position: absolute;
    opacity: 0.15;
    content: "";
}.course_program_descriptionHP::after {
    content: "";
    width: 200px;
    opacity: 0.2;
    height: 200px;
    animation: rotate 30s linear infinite;
    border: 1px solid rgb(217,167,111,0.5);
    z-index: 1;
    right: -50px;
    position: absolute;
    border-radius: 50%;
    bottom: -50px;
}.course_program_descriptionHP .container {
    max-width: 1200px;
    position: relative;
    z-index: 2;
    padding: 0 20px;
    margin: 0 auto;
}.course_program_descriptionHP h2 {
    position: relative;
    color: #000000;
    margin-bottom: 50px;
    font-size: 29px;
    font-weight: 700;
    display: inline-block;
    transform: perspective(1000px) rotateX(0deg);
    transition: transform 0.5s ease-out;
}.course_program_descriptionHP h2::after {
    height: 3px;
    background: linear-gradient(90deg, rgb(231,199,156) 0%, transparent 100%);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    content: "";
    transform: scaleX(0.8);
    transform-origin: left center;
    position: absolute;
    left: 0;
    width: 60%;
    bottom: -15px;
}.course_program_descriptionHP h2:hover::after {
    transform: scaleX(1);
}.course_program_descriptionHP .learn_exploreXY {
    gap: 40px;
    position: relative;
    display: flex;
    transform-style: preserve-3d;
}.course_program_descriptionHP .img_bordereP {
    height: 500px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateY(-2deg) translateZ(20px);
    flex: 0 0 45%;
    position: relative;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    overflow: hidden;
}.course_program_descriptionHP .img_bordereP::before {
    opacity: 0.3;
    z-index: 1;
    transition: opacity 0.5s ease;
    left: 0;
    height: 100%;
    background: linear-gradient(225deg, rgb(231,199,156,0.5) 0%, transparent 70%);
    content: "";
    width: 100%;
    position: absolute;
    top: 0;
}.course_program_descriptionHP .img_bordereP:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(30px);
}.course_program_descriptionHP .img_bordereP:hover::before {
    opacity: 0.5;
}.course_program_descriptionHP .textual_boxUq {
    scrollbar-width: thin;
    padding-right: 20px;
    max-height: 500px;
    flex: 0 0 50%;
    scrollbar-color: rgb(217,167,111,0.5) transparent;
    transform: translateZ(10px);
    overflow-y: auto;
}.course_program_descriptionHP .textual_boxUq::-webkit-scrollbar {
    width: 5px;
}.course_program_descriptionHP .textual_boxUq::-webkit-scrollbar-track {
    background: transparent;
}.course_program_descriptionHP .textual_boxUq::-webkit-scrollbar-thumb {
    background-color: rgb(217,167,111,0.5);
    border-radius: 10px;
}.course_program_descriptionHP .description {
    transform: translateY(0);
    margin-bottom: 20px;
    font-size: 16px;
    position: relative;
    line-height: 1.8;
    color: #000000;
    transition: transform 0.4s ease-out;
}.course_program_descriptionHP .description:first-of-type {
    position: relative;
}.course_program_descriptionHP .description:first-of-type::first-letter {
    margin-right: 2px;
    color: rgb(231,199,156);
    font-weight: 600;
    font-size: 1.6em;
}.course_program_descriptionHP .description:last-of-type {
    padding-top: 20px;
    border-top: 1px solid rgb(217,167,111,0.5);
    margin-top: 30px;
}

@media (max-width: 992px) {.course_program_descriptionHP {
    padding: 80px 0;
}.course_program_descriptionHP h2 {
    margin-bottom: 35px;
    font-size: calc(29px * 0.9);
}.course_program_descriptionHP .learn_exploreXY {
    gap: 30px;
    flex-direction: column;
}.course_program_descriptionHP .img_bordereP {
    width: 100%;
    flex: 0 0 auto;
    height: 350px;
}.course_program_descriptionHP .textual_boxUq {
    padding-right: 10px;
    max-height: 400px;
    flex: 0 0 auto;
    width: 100%;
}
}

@media (max-width: 768px) {.course_program_descriptionHP {
    padding: 60px 0;
}.course_program_descriptionHP h2 {
    margin-bottom: 25px;
    font-size: calc(29px * 0.8);
}.course_program_descriptionHP .img_bordereP {
    height: 280px;
}.course_program_descriptionHP .textual_boxUq {
    max-height: 350px;
}.course_program_descriptionHP .description {
    font-size: calc(16px * 0.95);
    line-height: 1.7;
}
}

@media (max-width: 576px) {.course_program_descriptionHP {
    padding: 50px 0;
}.course_program_descriptionHP h2 {
    font-size: calc(29px * 0.7);
    margin-bottom: 20px;
}.course_program_descriptionHP .img_bordereP {
    height: 220px;
}.course_program_descriptionHP .textual_boxUq {
    max-height: 300px;
}.course_program_descriptionHP .description {
    font-size: calc(16px * 0.9);
    line-height: 1.6;
}}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}.contactspO {
    position: relative;
    background: rgb(244,228,202);
    isolation: isolate;
    padding: 100px 0;
    overflow: hidden;
}.contactspO::before {
    left: 0;
    z-index: -1;
    position: absolute;
    top: 0;
    transform: skewY(-5deg);
    height: 100%;
    content: "";
    background: 
        linear-gradient(0deg, transparent 50%, rgb(231,199,156,0.5) 50%) 0 0 / 40px 40px,
        linear-gradient(90deg, transparent 50%, rgb(231,199,156,0.5) 50%) 0 0 / 40px 40px;
    width: 100%;
    opacity: 0.15;
}.contactspO::after {
    content: "";
    animation: blobMovement 20s ease-in-out infinite alternate;
    height: 80%;
    top: -20%;
    z-index: -2;
    opacity: 0.1;
    right: -10%;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    filter: blur(80px);
    background: rgb(217,167,111,0.5);
    position: absolute;
    width: 60%;
}@keyframes blobMovement {
    0% {
        border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
        transform: rotate(0deg);
    }
    50% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
        transform: rotate(180deg);
    }
    100% {
        border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
        transform: rotate(360deg);
    }
}
.contactspO .container {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    z-index: 1;
    padding: 0 20px;
}.contactspO .contact_uspx {
    background: #ffffff;
    gap: 40px;
    grid-template-columns: 1fr 1fr;
    display: grid;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border-radius: 13px;
    position: relative;
}.contactspO .contact_uspx::before {
    z-index: 1;
    left: 0;
    position: absolute;
    top: 0;
    height: 5px;
    background: linear-gradient(90deg, rgb(231,199,156), rgb(217,167,111));
    width: 100%;
    content: "";
}.contactspO .contact_uspx::after {
    opacity: 0.05;
    height: 100%;
    position: absolute;
    z-index: 0;
    width: 100%;
    background: radial-gradient(circle at bottom right, rgb(231,199,156,0.5) 0%, transparent 60%);
    bottom: 0;
    content: "";
    left: 0;
}.contactspO h3 {
    color: rgb(231,199,156);
    border-left: 4px solid rgb(217,167,111);
    font-weight: 700;
    margin: 40px 40px 20px;
    padding-left: 18px;
    font-size: 29px;
    grid-column: 1 / -1;
    position: relative;
}.contactspO h3 svg {
    animation: pulseIcon 3s ease-in-out infinite;
    height: 28px;
    stroke: rgb(217,167,111);
    vertical-align: middle;
    transform-origin: center;
    filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.1));
    stroke-width: 0.5;
    width: 28px;
    margin-right: 10px;
    fill: rgb(231,199,156);
}@keyframes pulseIcon {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.8;
    }
}
.contactspO h3 svg path {
    fill-opacity: 0.9;
    transition: all 0.3s ease;
}.contactspO .submit_requestcJ {
    position: relative;
    line-height: 1.8;
    margin: 0 40px 30px;
    color: #000000;
    font-size: 16px;
    grid-column: 1 / -1;
}.contactspO .query_formiv {
    gap: 20px;
    display: flex;
    z-index: 2;
    position: relative;
    flex-direction: column;
    padding: 0 40px 40px;
    grid-column: span 2;
}.contactspO .query_formiv::before {
    border-radius: 10px;
    background: rgb(231,199,156);
    top: -10px;
    width: 50px;
    left: 40px;
    content: "";
    position: absolute;
    height: 3px;
}.contactspO .query_formiv span {
    padding: 15px 20px;
    background: rgb(244,228,202);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
    transition: all 0.3s ease;
    position: relative;
    display: flex;
    overflow: hidden;
    border-radius: 10px;
    align-items: center;
}.contactspO .query_formiv span::before {
    opacity: 0.7;
    transition: width 0.3s ease;
    top: 0;
    background: linear-gradient(to bottom, rgb(231,199,156), rgb(217,167,111));
    width: 3px;
    position: absolute;
    content: "";
    left: 0;
    height: 100%;
}.contactspO .query_formiv span:hover {
    transform: translateX(8px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}.contactspO .query_formiv span:hover::before {
    width: 5px;
}.contactspO .query_formiv span svg {
    stroke: rgb(231,199,156);
    transition: all 0.3s ease;
    margin: 0 12px;
    width: 22px;
    stroke-width: 0.8;
    flex-shrink: 0;
    fill: rgb(231,199,156);
    height: 22px;
    filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.1));
}.contactspO .query_formiv span:hover svg {
    transform: translateY(-2px) scale(1.1);
    fill: rgb(217,167,111);
}.contactspO .query_formiv span svg path {
    stroke-dashoffset: 0;
    stroke-dasharray: 100;
    transition: all 0.5s ease;
}.contactspO .query_formiv span:hover svg path {
    stroke-dashoffset: 100;
}.contactspO .query_formiv span p {
    margin: 0;
    color: #000000;
    flex: 1;
    font-weight: 600;
}.contactspO .query_formiv span span {
    border-radius: 0;
    color: rgb(231,199,156);
    background: transparent;
    margin-left: 5px;
    display: inline;
    box-shadow: none;
    font-weight: 400;
    padding: 0;
}.contactspO .query_formiv span span::before {
    display: none;
}.contactspO .query_formiv span span a {
    position: relative;
    text-decoration: none;
    align-items: center;
    display: inline-flex;
    transition: all 0.3s ease;
    color: rgb(231,199,156);
}.contactspO .query_formiv span span a svg {
    margin-right: 5px;
    stroke-width: 0.5;
    height: 16px;
    stroke: rgb(231,199,156);
    width: 16px;
    transition: all 0.3s ease;
    fill: rgb(231,199,156);
    opacity: 0.8;
}.contactspO .query_formiv span span a:hover svg {
    fill: rgb(217,167,111);
    transform: rotate(15deg);
    stroke: rgb(217,167,111);
    opacity: 1;
}.contactspO .query_formiv span span a::after {
    bottom: -2px;
    left: 0;
    width: 0;
    height: 1px;
    background: rgb(231,199,156);
    transition: width 0.3s ease;
    content: "";
    position: absolute;
}.contactspO .query_formiv span span a:hover {
    color: rgb(217,167,111);
}.contactspO .query_formiv span span a:hover::after {
    background: rgb(217,167,111);
    width: 100%;
}.contactspO .info_requestAg {
    position: relative;
    grid-row: 3 / 4;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
    background: linear-gradient(145deg, rgb(244,228,202), rgba(255, 255, 255, 0.9));
    overflow: hidden;
    padding: 30px;
    grid-column: 2 / 3;
    border-radius: 10px;
}.contactspO .info_requestAg::before {
    opacity: 0.8;
    height: 4px;
    background: rgb(217,167,111);
    top: 0;
    content: "";
    left: 0;
    width: 100%;
    position: absolute;
}.contactspO .info_requestAg::after {
    height: 30px;
    opacity: 0.3;
    top: 0;
    content: "";
    background: rgb(217,167,111,0.5);
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    width: 30px;
    position: absolute;
    right: 0;
}.contactspO .info_requestAg h4 {
    display: inline-flex;
    align-items: center;
    margin-bottom: 20px;
    position: relative;
    font-size: 18px;
    font-weight: 600;
    color: rgb(231,199,156);
}.contactspO .info_requestAg h4 svg {
    stroke: rgb(231,199,156);
    animation: clockRotate 8s linear infinite;
    width: 24px;
    margin-right: 8px;
    height: 24px;
    fill: rgb(217,167,111);
    stroke-width: 0.5;
}@keyframes clockRotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.contactspO .info_requestAg h4 svg path {
    transition: all 0.3s ease;
}.contactspO .info_requestAg h4::after {
    transition: width 0.3s ease;
    height: 2px;
    background: rgb(231,199,156);
    width: 30px;
    left: 0;
    content: "";
    position: absolute;
    bottom: -5px;
}.contactspO .info_requestAg:hover h4::after {
    width: 100%;
}.contactspO .info_requestAg span {
    font-size: 16px;
    padding: 8px;
    display: flex;
    color: #000000;
    transition: all 0.3s ease;
    margin-bottom: 10px;
    border-bottom: 1px dashed rgb(231,199,156,0.5);
    align-items: center;
}.contactspO .info_requestAg span svg {
    stroke: rgb(244,228,202);
    width: 18px;
    height: 18px;
    transform-origin: center;
    stroke-width: 0.5;
    transition: all 0.3s ease;
    opacity: 0.7;
    margin-right: 10px;
    fill: rgb(231,199,156);
}.contactspO .info_requestAg span:hover svg {
    opacity: 1;
    fill: rgb(217,167,111);
    transform: rotate(10deg) scale(1.1);
}.contactspO .info_requestAg span svg path {
    transition: all 0.3s ease;
    fill-opacity: 0.8;
}.contactspO .info_requestAg span:hover svg path {
    fill-opacity: 1;
}.contactspO .info_requestAg span:last-child {
    border-bottom: none;
}.contactspO .info_requestAg span:hover {
    transform: translateX(8px);
    color: rgb(231,199,156);
}
@media (max-width: 991px) {.contactspO {
    padding: 70px 0;
}.contactspO .contact_uspx {
    grid-template-columns: 1fr;
    gap: 20px;
}.contactspO h3 {
    margin: 30px 30px 15px;
    font-size: calc(29px - 0.2rem);
}.contactspO h3 svg {
    width: 24px;
    height: 24px;
}.contactspO .submit_requestcJ {
    margin: 0 30px 25px;
}.contactspO .query_formiv {
    padding: 0 30px 20px;
}.contactspO .query_formiv span svg {
    margin-right: 10px;
    height: 20px;
    width: 20px;
}.contactspO .info_requestAg {
    grid-column: 1 / 2;
    grid-row: auto;
    margin: 0 30px 30px;
}.contactspO .info_requestAg h4 svg {
    height: 22px;
    width: 22px;
}.contactspO .info_requestAg span svg {
    height: 16px;
    width: 16px;
}
}
@media (max-width: 767px) {.contactspO {
    padding: 50px 0;
}.contactspO .contact_uspx {
    gap: 15px;
}.contactspO h3 {
    font-size: calc(29px - 0.3rem);
    margin: 25px 25px 15px;
}.contactspO h3 svg {
    margin-right: 8px;
    height: 22px;
    width: 22px;
}.contactspO .submit_requestcJ {
    margin: 0 25px 20px;
}.contactspO .query_formiv {
    padding: 0 25px 15px;
}.contactspO .query_formiv::before {
    left: 25px;
}.contactspO .info_requestAg {
    margin: 0 25px 25px;
    padding: 25px;
}.contactspO .info_requestAg h4 svg {
    width: 20px;
    height: 20px;
}
}
@media (max-width: 480px) {.contactspO {
    padding: 40px 0;
}.contactspO .container {
    padding: 0 15px;
}.contactspO .contact_uspx {
    gap: 10px;
}.contactspO h3 {
    margin: 20px 20px 15px;
    font-size: calc(29px - 0.4rem);
}.contactspO h3 svg {
    margin-right: 6px;
    width: 20px;
    height: 20px;
}.contactspO .submit_requestcJ {
    margin: 0 20px 20px;
}.contactspO .query_formiv {
    padding: 0 20px 15px;
}.contactspO .query_formiv::before {
    left: 20px;
}.contactspO .query_formiv span {
    padding: 12px 15px;
}.contactspO .query_formiv span svg {
    width: 18px;
    height: 18px;
    margin-right: 8px;
}.contactspO .query_formiv span span a svg {
    height: 14px;
    width: 14px;
    margin-right: 4px;
}.contactspO .info_requestAg {
    padding: 20px;
    margin: 0 20px 20px;
}.contactspO .info_requestAg span {
    padding: 6px 0;
}.contactspO .info_requestAg h4 svg {
    width: 18px;
    margin-right: 6px;
    height: 18px;
}.contactspO .info_requestAg span svg {
    width: 14px;
    margin-right: 8px;
    height: 14px;
}}.learning_impactWN {
    padding: 80px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(244,228,202) 0%, rgb(231,199,156,0.5) 100%);
    position: relative;
}.learning_impactWN::before {
    border-radius: 50%;
    width: 300px;
    animation: float 15s infinite alternate ease-in-out;
    right: -100px;
    content: "";
    position: absolute;
    top: -100px;
    height: 300px;
    background: linear-gradient(45deg, rgb(217,167,111,0.5) 0%, transparent 70%);
}.learning_impactWN::after {
    position: absolute;
    height: 200px;
    left: -50px;
    transform: rotate(45deg);
    animation: pulse 8s infinite alternate ease-in-out;
    border-radius: 10px;
    width: 200px;
    bottom: -50px;
    background: linear-gradient(135deg, rgb(231,199,156,0.5) 0%, transparent 70%);
    content: "";
}.learning_impactWN .container {
    position: relative;
    padding: 0 15px;
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
}.learning_impactWN .skill_labfL {
    transition: transform 0.5s ease;
    transform: perspective(1000px) rotateY(-2deg);
    display: flex;
    align-items: center;
    padding: 40px;
    background: #ffffff;
    border-radius: 10px;
    gap: 60px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}.learning_impactWN .skill_labfL:hover {
    transform: perspective(1000px) rotateY(0deg);
}.learning_impactWN .img_bordereP {
    object-fit: cover;
    transform: translateY(-20px);
    width: 40%;
    border-radius: 10px;
    box-shadow: 10px 10px 0 rgb(231,199,156,0.5);
    transition: all 0.3s ease;
}.learning_impactWN .skill_labfL:hover .img_bordereP {
    transform: translateY(0);
    box-shadow: 15px 15px 0 rgb(231,199,156,0.5);
}.learning_impactWN .textual_boxUq {
    width: 60%;
    padding: 20px 0;
}.learning_impactWN h3 {
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 30px;
    position: relative;
    color: #000000;
}.learning_impactWN h3::after {
    bottom: -10px;
    height: 3px;
    position: absolute;
    background: rgb(217,167,111);
    width: 80px;
    content: "";
    border-radius: 10px;
    left: 0;
}.learning_impactWN ul {
    list-style: none;
    margin: 0;
    padding: 0;
}.learning_impactWN li {
    transition: transform 0.3s ease;
    padding-left: 15px;
    position: relative;
    margin-bottom: 22px;
}.learning_impactWN li:hover {
    transform: translateX(10px);
}.learning_impactWN li p {
    gap: 15px;
    display: flex;
    font-weight: 400;
    color: #000000;
    align-items: center;
    margin: 0;
    font-size: 12px;
}.learning_impactWN svg {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
}.learning_impactWN svg path {
    transition: fill 0.3s ease;
    fill: rgb(231,199,156);
}.learning_impactWN li:hover svg path {
    fill: rgb(217,167,111);
}

@keyframes float {
    0% { transform: translate(0, 0) rotate(0deg); }
    50% { transform: translate(30px, 30px) rotate(180deg); }
    100% { transform: translate(-30px, 15px) rotate(360deg); }
}

@keyframes pulse {
    0% { transform: rotate(45deg) scale(1); opacity: 0.5; }
    50% { transform: rotate(45deg) scale(1.2); opacity: 0.7; }
    100% { transform: rotate(45deg) scale(1); opacity: 0.5; }
}

@media (max-width: 992px) {.learning_impactWN {
    padding: 60px 0;
}.learning_impactWN .skill_labfL {
    flex-direction: column;
    transform: perspective(1000px) rotateY(0);
    padding: 30px;
    gap: 40px;
}.learning_impactWN .img_bordereP {
    transform: translateY(0);
    margin: 0 auto;
    width: 80%;
}.learning_impactWN .textual_boxUq {
    width: 100%;
    padding: 0;
}
}

@media (max-width: 576px) {.learning_impactWN {
    padding: 40px 0;
}.learning_impactWN .skill_labfL {
    padding: 25px;
    gap: 30px;
}.learning_impactWN .img_bordereP {
    box-shadow: 5px 5px 0 rgb(231,199,156,0.5);
    width: 100%;
}.learning_impactWN h3 {
    margin-bottom: 25px;
    font-size: 24px;
}.learning_impactWN h3::after {
    width: 60px;
}.learning_impactWN li {
    margin-bottom: 15px;
}.learning_impactWN svg {
    height: 20px;
    width: 20px;
}}.plan_boxNR {
    position: relative;
    z-index: 1;
    padding: 120px 0 100px;
    overflow: hidden;
}.plan_boxNR::before {
    left: 0;
    background: linear-gradient(135deg, rgb(217,167,111,0.5), rgba(0, 0, 0, 0.5) 80%);
    top: 0;
    width: 100%;
    position: absolute;
    z-index: -1;
    height: 100%;
    content: "";
}.plan_boxNR::after {
    position: absolute;
    background: radial-gradient(circle at center, transparent 45%, rgba(255, 255, 255, 0.03) 50%, transparent 55%);
    animation: rotateBackground 180s linear infinite;
    width: 200%;
    left: -50%;
    z-index: -1;
    height: 200%;
    content: "";
    pointer-events: none;
    top: -50%;
}.plan_boxNR .container {
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
}.cost_breakdownWl {
    position: relative;
}.plan_boxNR h2 {
    margin-bottom: 25px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    position: relative;
    color: #ffffff;
    font-size: 31px;
    text-align: center;
    font-weight: 700;
    transform: perspective(1000px) translateZ(20px);
}.plan_boxNR h2::after {
    bottom: -10px;
    left: 50%;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(231,199,156), transparent);
    transform: translateX(-50%);
    height: 3px;
    width: 80px;
    content: "";
}.plan_boxNR .package_pricingJw {
    opacity: 0.9;
    line-height: 1.6;
    text-align: center;
    margin: 0 auto 60px;
    max-width: 800px;
    color: #ffffff;
    transform: perspective(1000px) translateZ(10px);
    font-size: 12px;
}.plan_boxNR .tuition_gridqP {
    perspective: 1000px;
    list-style: none;
    padding: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 30px;
    display: grid;
}.plan_boxNR .tuition_gridqP li {
    transition: transform 0.5s ease-out;
    transform-style: preserve-3d;
}.plan_boxNR .pay_plansJN {
    text-decoration: none;
    transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
    display: block;
    height: 100%;
}.plan_boxNR .bundle_pricepi {
    height: 100%;
    transform-style: preserve-3d;
    padding: 30px;
    backdrop-filter: blur(8px);
    overflow: hidden;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03));
    position: relative;
    border-radius: 16px;
    transition: all 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.2),
              -10px -10px 30px rgba(255, 255, 255, 0.05),
              inset 2px 2px 4px rgba(255, 255, 255, 0.05),
              inset -2px -2px 4px rgba(0, 0, 0, 0.1);
}.plan_boxNR .bundle_pricepi::before {
    border-radius: 50%;
    right: -40px;
    opacity: 0.1;
    transition: transform 0.5s ease-out;
    top: -40px;
    position: absolute;
    height: 80px;
    content: "";
    width: 80px;
    background: rgb(231,199,156);
}.plan_boxNR .bundle_pricepi::after {
    width: 100%;
    position: absolute;
    left: 0;
    transform-origin: left;
    transform: scaleX(0.7);
    content: "";
    background: linear-gradient(90deg, rgb(231,199,156), transparent);
    bottom: 0;
    height: 3px;
    transition: transform 0.5s ease-out;
}.plan_boxNR .fee_packageRc {
    position: relative;
    transform: translateZ(20px);
    z-index: 2;
}.plan_boxNR .pay_plansJN h4 {
    font-weight: 600;
    color: #ffffff;
    margin: 0 0 20px;
    font-size: calc(19px + 2px);
    position: relative;
    display: inline-block;
}.plan_boxNR .pay_plansJN h4::after {
    height: 2px;
    content: "";
    position: absolute;
    background: rgb(231,199,156);
    transition: width 0.3s ease;
    width: 40px;
    bottom: -8px;
    left: 0;
}.plan_boxNR .pay_plansJN p {
    max-height: 240px;
    color: #ffffff;
    line-height: 1.6;
    padding-right: 10px;
    scrollbar-color: rgb(231,199,156) transparent;
    scrollbar-width: thin;
    font-size: calc(12px - 1px);
    margin-bottom: 25px;
    overflow-y: auto;
    opacity: 0.8;
}.plan_boxNR .pay_plansJN p::-webkit-scrollbar {
    width: 4px;
}.plan_boxNR .pay_plansJN p::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.05);
}.plan_boxNR .pay_plansJN p::-webkit-scrollbar-thumb {
    background: rgb(231,199,156);
    border-radius: 10px;
}.plan_boxNR .cost_planNc {
    font-weight: 700;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    font-size: calc(19px + 6px);
    text-align: right;
    display: block;
    margin-top: 20px;
    position: relative;
    color: #ffffff;
}.plan_boxNR .cost_planNc::before {
    transform-origin: right;
    transition: transform 0.3s ease;
    right: 0;
    width: 60px;
    background: rgb(231,199,156);
    content: "";
    position: absolute;
    bottom: -10px;
    height: 2px;
    transform: scaleX(0);
}.plan_boxNR .pay_plansJN:hover .bundle_pricepi {
    transform: translateY(-8px) translateZ(0);
    box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.25),
              -15px -15px 40px rgba(255, 255, 255, 0.07),
              inset 2px 2px 4px rgba(255, 255, 255, 0.05),
              inset -2px -2px 4px rgba(0, 0, 0, 0.1);
}.plan_boxNR .pay_plansJN:hover .bundle_pricepi::before {
    opacity: 0.05;
    transform: scale(3);
}.plan_boxNR .pay_plansJN:hover .bundle_pricepi::after {
    transform: scaleX(1);
}.plan_boxNR .pay_plansJN:hover h4::after {
    width: 100%;
}.plan_boxNR .pay_plansJN:hover .cost_planNc::before {
    transform: scaleX(1);
}

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

@media screen and (min-width: 1200px) {.plan_boxNR .tuition_gridqP {
    grid-template-columns: repeat(4, 1fr);
}
}

@media screen and (min-width: 992px) and (max-width: 1199px) {.plan_boxNR .tuition_gridqP {
    grid-template-columns: repeat(3, 1fr);
}.plan_boxNR {
    padding: 100px 0 80px;
}
}

@media screen and (min-width: 768px) and (max-width: 991px) {.plan_boxNR .tuition_gridqP {
    grid-template-columns: repeat(2, 1fr);
}.plan_boxNR {
    padding: 80px 0 60px;
}.plan_boxNR .package_pricingJw {
    margin-bottom: 50px;
}
}

@media screen and (max-width: 767px) {.plan_boxNR .tuition_gridqP {
    grid-template-columns: 1fr;
    max-width: 400px;
    margin: 0 auto;
}.plan_boxNR {
    padding: 60px 0 40px;
}.plan_boxNR h2 {
    font-size: calc(31px - 4px);
}.plan_boxNR .package_pricingJw {
    font-size: calc(12px - 1px);
    margin-bottom: 40px;
}.plan_boxNR .bundle_pricepi {
    padding: 25px 20px;
}
}

@media (hover: none) {.plan_boxNR .bundle_pricepi {
    box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.2),
                -8px -8px 20px rgba(255, 255, 255, 0.05);
}.plan_boxNR .pay_plansJN:active .bundle_pricepi {
    transform: translateY(-5px);
}
}

@media (prefers-reduced-motion: reduce) {.plan_boxNR::after {
    animation: none;
}.plan_boxNR .pay_plansJN:hover .bundle_pricepi {
    transform: none;
}.plan_boxNR .pay_plansJN:hover .bundle_pricepi::before {
    transform: none;
}}.statistics_informationpc {
    background: linear-gradient(135deg, rgb(244,228,202) 0%, rgba(245, 247, 250, 0.95) 100%);
    position: relative;
    padding: 5rem 0;
    overflow: hidden;
}.statistics_informationpc::before {
    pointer-events: none;
    height: 25rem;
    z-index: 1;
    transform: rotate(-15deg) skew(20deg);
    content: "";
    opacity: 0.08;
    top: -10%;
    background: linear-gradient(120deg, rgb(231,199,156,0.5) 0%, transparent 80%);
    width: 25rem;
    position: absolute;
    right: -5%;
}.statistics_informationpc::after {
    background: linear-gradient(220deg, rgb(217,167,111,0.5) 0%, transparent 70%);
    left: -10%;
    pointer-events: none;
    position: absolute;
    z-index: 1;
    bottom: -5%;
    transform: rotate(10deg) skew(-15deg);
    content: "";
    opacity: 0.1;
    width: 30rem;
    height: 20rem;
}.statistics_informationpc .container {
    margin: 0 auto;
    padding: 0 2rem;
    z-index: 2;
    max-width: 1200px;
    position: relative;
}.statistics_informationpc ul {
    gap: 2.5rem;
    padding: 0;
    display: grid;
    list-style: none;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    margin: 0 0 3.5rem;
}.statistics_informationpc .statistics_benefitsrG {
    cursor: pointer;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), 
              box-shadow 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    transform: translateY(0);
    background: #ffffff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
    overflow: hidden;
}.statistics_informationpc .statistics_benefitsrG:hover {
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.09);
    transform: translateY(-10px);
}.statistics_informationpc .statistics_benefitsrG::before {
    transform: scaleY(0);
    position: absolute;
    content: "";
    transform-origin: bottom;
    height: 100%;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
    width: 5px;
    background: linear-gradient(to bottom, rgb(231,199,156), rgb(217,167,111));
    top: 0;
}.statistics_informationpc .statistics_benefitsrG:hover::before {
    transform: scaleY(1);
}.statistics_informationpc .statistics_benefitsrG div {
    flex-direction: column;
    display: flex;
    padding: 2.5rem 2rem;
    position: relative;
    height: 100%;
    justify-content: center;
    z-index: 2;
    align-items: flex-start;
}.statistics_informationpc .statistics_benefitsrG div::after {
    position: absolute;
    z-index: -1;
    content: "";
    width: 60px;
    background: linear-gradient(135deg, transparent 50%, rgba(245, 247, 250, 0.6) 50%);
    bottom: 0;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    right: 0;
    height: 60px;
}.statistics_informationpc .statistics_benefitsrG:hover div::after {
    transform: scale(2.5);
}.statistics_informationpc .statistics_benefitsrG p {
    font-size: 3.5rem;
    line-height: 1;
    position: relative;
    color: rgb(231,199,156);
    margin: 0 0 0.75rem;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    font-weight: 700;
}.statistics_informationpc .statistics_benefitsrG:hover p {
    transform: translateX(0.5rem);
}.statistics_informationpc .statistics_benefitsrG p::after {
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
    width: 2.5rem;
    transform-origin: left;
    bottom: -0.5rem;
    background: rgb(217,167,111);
    content: "";
    position: absolute;
    left: 0;
    height: 3px;
    transform: scaleX(0.5);
}.statistics_informationpc .statistics_benefitsrG:hover p::after {
    transform: scaleX(1);
}.statistics_informationpc .statistics_benefitsrG span {
    opacity: 0.9;
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    font-size: 15px;
    color: #000000;
    max-width: 85%;
    display: block;
    font-weight: 600;
    line-height: 1.4;
}.statistics_informationpc .statistics_benefitsrG:hover span {
    opacity: 1;
    transform: translateX(0.5rem);
}.statistics_informationpc h4 {
    font-size: 20px;
    left: 50%;
    transform: translateX(-50%);
    position: relative;
    margin: 0;
    display: inline-block;
    color: #000000;
    padding-bottom: 1rem;
    text-align: center;
}.statistics_informationpc h4::before {
    left: 25%;
    bottom: 0;
    height: 2px;
    background: linear-gradient(to right, transparent, rgb(231,199,156), transparent);
    content: "";
    width: 50%;
    position: absolute;
}

@media (max-width: 1024px) {.statistics_informationpc {
    padding: 4rem 0;
}.statistics_informationpc ul {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 2rem;
}.statistics_informationpc .statistics_benefitsrG div {
    padding: 2rem 1.75rem;
}.statistics_informationpc .statistics_benefitsrG p {
    font-size: 3rem;
}
}

@media (max-width: 768px) {.statistics_informationpc {
    padding: 3.5rem 0;
}.statistics_informationpc ul {
    margin-bottom: 3rem;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.75rem;
}.statistics_informationpc .statistics_benefitsrG div {
    padding: 1.75rem 1.5rem;
}.statistics_informationpc .statistics_benefitsrG p {
    font-size: 2.75rem;
}.statistics_informationpc .statistics_benefitsrG span {
    max-width: 100%;
}
}

@media (max-width: 576px) {.statistics_informationpc {
    padding: 3rem 0;
}.statistics_informationpc .container {
    padding: 0 1.5rem;
}.statistics_informationpc ul {
    gap: 1.5rem;
    margin-bottom: 2.5rem;
    grid-template-columns: 1fr;
}.statistics_informationpc .statistics_benefitsrG div {
    padding: 1.5rem;
}.statistics_informationpc .statistics_benefitsrG p {
    font-size: 2.5rem;
}.statistics_informationpc h4 {
    font-size: calc(20px * 0.9);
}
}

@media (hover: none) {.statistics_informationpc .statistics_benefitsrG:hover {
    transform: translateY(0);
}.statistics_informationpc .statistics_benefitsrG div::after,
  .statistics_informationpc .statistics_benefitsrG::before,
  .statistics_informationpc .statistics_benefitsrG p::after {
    display: none;
}.statistics_informationpc .statistics_benefitsrG p,
  .statistics_informationpc .statistics_benefitsrG span {
    transform: none !important;
}}.our_missionIp {
    background-color: rgb(244,228,202);
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}.our_missionIp::before {
    z-index: 1;
    width: 100%;
    background: 
        linear-gradient(0deg, rgb(244,228,202) 20%, transparent 80%),
        linear-gradient(90deg, rgb(244,228,202) 10%, transparent 90%);
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
}.our_missionIp::after {
    width: 100%;
    top: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgb(231,199,156,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(217,167,111,0.5) 0%, transparent 40%);
    opacity: 0.8;
    content: "";
    filter: blur(50px);
    height: 100%;
    left: 0;
    position: absolute;
    z-index: 1;
}.our_missionIp .container {
    position: relative;
    max-width: 1100px;
    z-index: 2;
    margin: 0 auto;
    padding: 0 20px;
}.our_missionIp h2 {
    font-weight: 700;
    color: #000000;
    font-size: 46px;
    margin-bottom: 80px;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
    letter-spacing: 2px;
    position: relative;
    text-align: center;
}.our_missionIp h2::after {
    height: 4px;
    left: 50%;
    bottom: -20px;
    position: absolute;
    background: linear-gradient(90deg, rgb(231,199,156), rgb(217,167,111));
    width: 60px;
    transform: translateX(-50%);
    border-radius: 10px;
    content: "";
}.our_missionIp .mastery_centernA {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 40px;
    position: relative;
}.our_missionIp .mastery_centernA::before {
    content: "";
    height: 100%;
    left: 50%;
    position: absolute;
    background: linear-gradient(to bottom, 
        transparent 0%,
        rgb(231,199,156,0.5) 10%, 
        rgb(231,199,156) 50%,
        rgb(217,167,111) 50%,
        rgb(217,167,111,0.5) 90%,
        transparent 100%);
    width: 2px;
    z-index: 1;
    top: 0;
}.our_missionIp .promise_blockGR {
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    border-radius: 25px;
    padding: 40px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    width: 55%;
    z-index: 2;
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
}.our_missionIp .promise_blockGR:nth-child(1) {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.85) 100%);
    border-left: 4px solid rgb(231,199,156);
    align-self: flex-start;
    transform: translateX(-40px);
}.our_missionIp .promise_blockGR:nth-child(2) {
    border-right: 4px solid rgb(217,167,111);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.85) 100%);
    transform: translateX(40px);
    align-self: flex-end;
}.our_missionIp .promise_blockGR::before {
    z-index: 3;
    width: 20px;
    border-radius: 50%;
    top: 50%;
    position: absolute;
    background: rgb(231,199,156);
    content: "";
    height: 20px;
}.our_missionIp .promise_blockGR:nth-child(1)::before {
    box-shadow: 0 0 15px rgb(231,199,156,0.5);
    right: -55px;
    transform: translateY(-50%);
}.our_missionIp .promise_blockGR:nth-child(2)::before {
    transform: translateY(-50%);
    left: -55px;
    background: rgb(217,167,111);
    box-shadow: 0 0 15px rgb(217,167,111,0.5);
}.our_missionIp .promise_blockGR::after {
    width: 35px;
    content: "";
    top: 50%;
    background: rgba(0, 0, 0, 0.2);
    height: 2px;
    position: absolute;
}.our_missionIp .promise_blockGR:nth-child(1)::after {
    right: -35px;
}.our_missionIp .promise_blockGR:nth-child(2)::after {
    left: -35px;
}.our_missionIp .promise_blockGR:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    z-index: 4;
    transform: scale(1.03) translateY(-5px);
}.our_missionIp .promise_blockGR:nth-child(1):hover {
    transform: scale(1.03) translateY(-5px) translateX(-40px);
}.our_missionIp .promise_blockGR:nth-child(2):hover {
    transform: scale(1.03) translateY(-5px) translateX(40px);
}.our_missionIp .promise_blockGR h3 {
    letter-spacing: 1px;
    color: #000000;
    font-weight: 600;
    padding-bottom: 15px;
    margin-bottom: 25px;
    font-size: 21px;
    position: relative;
}.our_missionIp .promise_blockGR h3::after {
    left: 0;
    width: 40%;
    height: 2px;
    transition: width 0.4s ease;
    position: absolute;
    background: linear-gradient(90deg, rgb(231,199,156), transparent);
    bottom: 0;
    content: "";
}.our_missionIp .promise_blockGR:nth-child(2) h3::after {
    background: linear-gradient(90deg, rgb(217,167,111), transparent);
}.our_missionIp .promise_blockGR:hover h3::after {
    width: 70%;
}.our_missionIp .promise_blockGR p {
    line-height: 1.8;
    z-index: 2;
    color: #000000;
    font-size: 13px;
    font-weight: 400;
    position: relative;
}.our_missionIp .container::before,
.our_missionIp .container::after {
    opacity: 0.2;
    content: "";
    z-index: 0;
    animation: floatAnim 15s linear infinite alternate;
    height: 250px;
    position: absolute;
    background: linear-gradient(45deg, rgb(231,199,156,0.5), transparent);
    border-radius: 40% 60% 60% 40% / 70% 30% 70% 30%;
    width: 250px;
    filter: blur(60px);
}.our_missionIp .container::before {
    left: -150px;
    top: 10%;
}.our_missionIp .container::after {
    right: -150px;
    animation-delay: -5s;
    background: linear-gradient(45deg, rgb(217,167,111,0.5), transparent);
    bottom: 10%;
}@keyframes floatAnim {
    0% {
        transform: translateY(0) rotate(0deg);
        border-radius: 40% 60% 60% 40% / 70% 30% 70% 30%;
    }
    50% {
        transform: translateY(-20px) rotate(180deg);
        border-radius: 60% 40% 40% 60% / 30% 70% 30% 70%;
    }
    100% {
        transform: translateY(0) rotate(360deg);
        border-radius: 40% 60% 60% 40% / 70% 30% 70% 30%;
    }
}

.our_missionIp::before {
    z-index: 1;
    width: 100%;
    height: 100%;
    content: "";
    background-image: 
        radial-gradient(circle at 10% 10%, transparent 10px, rgb(231,199,156,0.5) 10px, transparent 12px),
        radial-gradient(circle at 15% 15%, transparent 10px, rgb(231,199,156,0.5) 10px, transparent 12px),
        radial-gradient(circle at 20% 20%, transparent 10px, rgb(231,199,156,0.5) 10px, transparent 12px),
        radial-gradient(circle at 25% 25%, transparent 10px, rgb(231,199,156,0.5) 10px, transparent 12px),
        radial-gradient(circle at 30% 30%, transparent 10px, rgb(231,199,156,0.5) 10px, transparent 12px),
        radial-gradient(circle at 35% 35%, transparent 10px, rgb(231,199,156,0.5) 10px, transparent 12px),
        radial-gradient(circle at 40% 40%, transparent 10px, rgb(231,199,156,0.5) 10px, transparent 12px),
        radial-gradient(circle at 45% 45%, transparent 10px, rgb(231,199,156,0.5) 10px, transparent 12px),
        radial-gradient(circle at 50% 50%, transparent 10px, rgb(217,167,111,0.5) 10px, transparent 12px),
        radial-gradient(circle at 55% 55%, transparent 10px, rgb(217,167,111,0.5) 10px, transparent 12px),
        radial-gradient(circle at 60% 60%, transparent 10px, rgb(217,167,111,0.5) 10px, transparent 12px),
        radial-gradient(circle at 65% 65%, transparent 10px, rgb(217,167,111,0.5) 10px, transparent 12px),
        radial-gradient(circle at 70% 70%, transparent 10px, rgb(217,167,111,0.5) 10px, transparent 12px),
        radial-gradient(circle at 75% 75%, transparent 10px, rgb(217,167,111,0.5) 10px, transparent 12px),
        radial-gradient(circle at 80% 80%, transparent 10px, rgb(217,167,111,0.5) 10px, transparent 12px),
        radial-gradient(circle at 85% 85%, transparent 10px, rgb(217,167,111,0.5) 10px, transparent 12px),
        radial-gradient(circle at 90% 90%, transparent 10px, rgb(217,167,111,0.5) 10px, transparent 12px);
    background-size: 100px 100px;
    background-position: center;
    opacity: 0.15;
    position: absolute;
}

@media screen and (max-width: 1200px) {.our_missionIp .promise_blockGR:nth-child(1) {
    transform: translateX(-20px);
}.our_missionIp .promise_blockGR:nth-child(2) {
    transform: translateX(20px);
}.our_missionIp .promise_blockGR:nth-child(1):hover {
    transform: scale(1.03) translateY(-5px) translateX(-20px);
}.our_missionIp .promise_blockGR:nth-child(2):hover {
    transform: scale(1.03) translateY(-5px) translateX(20px);
}
}

@media screen and (max-width: 991px) {.our_missionIp {
    padding: 100px 0;
}.our_missionIp h2 {
    margin-bottom: 60px;
}.our_missionIp .promise_blockGR {
    width: 50%;
    padding: 30px;
}.our_missionIp .promise_blockGR:nth-child(1) {
    transform: translateX(-15px);
}.our_missionIp .promise_blockGR:nth-child(2) {
    transform: translateX(15px);
}.our_missionIp .promise_blockGR:nth-child(1):hover {
    transform: scale(1.03) translateY(-5px) translateX(-15px);
}.our_missionIp .promise_blockGR:nth-child(2):hover {
    transform: scale(1.03) translateY(-5px) translateX(15px);
}
}

@media screen and (max-width: 768px) {.our_missionIp {
    padding: 80px 0;
}.our_missionIp h2 {
    margin-bottom: 50px;
    font-size: calc(31px + 0.1rem);
}.our_missionIp .mastery_centernA::before {
    left: 30px;
}.our_missionIp .promise_blockGR {
    margin-left: auto;
    max-width: 500px;
    width: 85%;
    padding: 25px;
}.our_missionIp .promise_blockGR:nth-child(1),
    .our_missionIp .promise_blockGR:nth-child(2) {
    align-self: flex-end;
    border-right: none;
    border-left: 4px solid rgb(231,199,156);
    transform: translateX(0);
    margin-left: 60px;
}.our_missionIp .promise_blockGR:nth-child(2) {
    border-left: 4px solid rgb(217,167,111);
}.our_missionIp .promise_blockGR:nth-child(1):hover,
    .our_missionIp .promise_blockGR:nth-child(2):hover {
    transform: scale(1.03) translateY(-5px);
}.our_missionIp .promise_blockGR::before {
    left: -45px;
    right: auto;
}.our_missionIp .promise_blockGR::after {
    right: auto;
    left: -25px;
}
}

@media screen and (max-width: 576px) {.our_missionIp {
    padding: 60px 0;
}.our_missionIp h2 {
    margin-bottom: 40px;
    font-size: 31px;
}.our_missionIp .mastery_centernA {
    gap: 30px;
}.our_missionIp .mastery_centernA::before {
    left: 20px;
}.our_missionIp .promise_blockGR {
    padding: 20px;
    margin-left: 40px;
    width: 85%;
}.our_missionIp .promise_blockGR::before {
    left: -35px;
    width: 15px;
    height: 15px;
}.our_missionIp .promise_blockGR::after {
    width: 15px;
    left: -15px;
}.our_missionIp .promise_blockGR h3 {
    margin-bottom: 15px;
    font-size: calc(22px + 0.1rem);
    padding-bottom: 10px;
}.our_missionIp .promise_blockGR p {
    font-size: calc(13px - 0.05rem);
}}.sign_updG {
    position: relative;
    overflow: hidden;
    padding: 4rem 0;
    box-shadow: 0 20px 40px -15px rgba(0, 0, 0, 0.12);
    background: linear-gradient(135deg, rgb(217,167,111,0.5), rgb(231,199,156,0.5));
}.sign_updG::before {
    height: 150%;
    animation: pulse 12s ease-in-out infinite;
    background: radial-gradient(ellipse at center, transparent 60%, rgb(217,167,111,0.5) 100%);
    width: 150%;
    left: -25%;
    content: "";
    top: -25%;
    opacity: 0.6;
    position: absolute;
    pointer-events: none;
}.sign_updG::after {
    height: 100%;
    pointer-events: none;
    width: 100%;
    position: absolute;
    content: "";
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    left: 0;
    top: 0;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.05) 20%, transparent 80%);
}.sign_updG .container {
    max-width: 1140px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
    padding: 0 15px;
}.sign_updG .skill_labfL {
    padding: 3.5rem 3rem;
    background: rgba(255, 255, 255, 0.09);
    -webkit-backdrop-filter: blur(8px);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    border-radius: 12px;
    box-shadow: 
        20px 20px 40px -12px rgba(0, 0, 0, 0.15),
        -10px -10px 20px -8px rgba(255, 255, 255, 0.1),
        inset 0 0 0 1px rgba(255, 255, 255, 0.08);
    position: relative;
    backdrop-filter: blur(8px);
    transform: perspective(1000px) rotateX(2deg);
}.sign_updG .skill_labfL:hover {
    box-shadow: 
        25px 25px 50px -15px rgba(0, 0, 0, 0.18),
        -12px -12px 25px -10px rgba(255, 255, 255, 0.12),
        inset 0 0 0 1px rgba(255, 255, 255, 0.12);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.sign_updG .skill_labfL::before {
    transform: scale(0.98);
    height: calc(100% - 30px);
    content: "";
    opacity: 0;
    border-radius: 8px;
    top: 15px;
    left: 15px;
    pointer-events: none;
    transition: all 0.4s ease;
    width: calc(100% - 30px);
    border: 1px dashed rgba(255, 255, 255, 0.2);
    position: absolute;
}.sign_updG .skill_labfL:hover::before {
    opacity: 1;
    transform: scale(1);
}.sign_updG h3 {
    max-width: 90%;
    color: #ffffff;
    font-family: Arial, sans-serif;
    font-size: calc(20px * 1.05);
    line-height: 1.4;
    margin-bottom: 2rem;
    position: relative;
    font-weight: 600;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}.sign_updG h3::after {
    width: 80px;
    height: 3px;
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    background: linear-gradient(90deg, rgb(231,199,156), transparent);
    border-radius: 1.5px;
}.sign_updG .input_holder {
    position: relative;
    margin-top: 1.5rem;
    flex-direction: column;
    gap: 1.25rem;
    display: flex;
}.sign_updG .input_holder div {
    flex: 1;
    position: relative;
}.sign_updG input[type="email"] {
    background: rgba(255, 255, 255, 0.07);
    padding: 1.2rem 1.5rem;
    width: 100%;
    font-weight: 400;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    color: #ffffff;
    font-family: Arial, sans-serif;
    font-size: 16px;
    box-shadow: 
        inset 2px 2px 5px rgba(0, 0, 0, 0.1),
        inset -2px -2px 5px rgba(255, 255, 255, 0.05);
}.sign_updG input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
    transition: all 0.3s ease;
}.sign_updG input[type="email"]:focus {
    outline: none;
    background: rgba(255, 255, 255, 0.09);
    border-color: rgba(255, 255, 255, 0.2);
    box-shadow: 
        0 5px 15px -5px rgba(0, 0, 0, 0.1),
        inset 2px 2px 5px rgba(0, 0, 0, 0.05),
        inset -2px -2px 5px rgba(255, 255, 255, 0.08);
}.sign_updG input[type="email"]:focus::placeholder {
    opacity: 0.5;
    transform: translateX(5px);
}.sign_updG .updates_textqo {
    font-weight: 600;
    cursor: pointer;
    font-size: 20px;
    font-family: Arial, sans-serif;
    border: none;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-radius: 8px;
    align-self: flex-start;
    overflow: hidden;
    box-shadow: 
        0 10px 20px -8px rgb(217,167,111,0.5),
        0 5px 10px -5px rgba(0, 0, 0, 0.2);
    background: linear-gradient(135deg, rgb(217,167,111), rgb(231,199,156));
    padding: 1.2rem 2rem;
    color: #ffffff;
    display: inline-block;
    position: relative;
}.sign_updG .updates_textqo::before {
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    opacity: 0;
    content: "";
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.2), transparent);
    position: absolute;
    transition: opacity 0.4s ease;
}.sign_updG .updates_textqo::after {
    height: 150%;
    content: "";
    top: -25%;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    width: 20px;
    transform: rotate(20deg);
    position: absolute;
    background: rgba(255, 255, 255, 0.2);
    left: -100px;
}.sign_updG .updates_textqo:hover {
    box-shadow: 
        0 15px 25px -10px rgb(217,167,111,0.5),
        0 5px 15px -5px rgba(0, 0, 0, 0.3);
    transform: translateY(-3px);
}.sign_updG .updates_textqo:hover::before {
    opacity: 1;
}.sign_updG .updates_textqo:hover::after {
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    left: 120%;
}.sign_updG .updates_textqo:active {
    transform: translateY(0);
    box-shadow: 
        0 5px 10px -5px rgb(217,167,111,0.5),
        0 2px 5px -2px rgba(0, 0, 0, 0.2);
}

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

@media (min-width: 768px) {.sign_updG .input_holder {
    align-items: center;
    flex-direction: row;
}.sign_updG .updates_textqo {
    min-width: 180px;
    white-space: nowrap;
}.sign_updG h3 {
    max-width: 80%;
    font-size: calc(20px * 1.2);
}.sign_updG .skill_labfL {
    padding: 4rem 4.5rem;
}
}

@media (max-width: 767px) {.sign_updG {
    padding: 3rem 0;
}.sign_updG .skill_labfL {
    transform: perspective(1000px) rotateX(1deg);
    padding: 2.5rem 2rem;
}.sign_updG h3 {
    max-width: 100%;
    font-size: 20px;
    margin-bottom: 1.5rem;
}.sign_updG .updates_textqo {
    width: 100%;
    text-align: center;
}.sign_updG input[type="email"] {
    padding: 1rem 1.2rem;
}
}

@media (max-width: 480px) {.sign_updG {
    padding: 2.5rem 0;
}.sign_updG .skill_labfL {
    padding: 2rem 1.5rem;
}.sign_updG h3 {
    font-size: calc(20px * 0.9);
}.sign_updG h3::after {
    width: 60px;
}.sign_updG .input_holder {
    gap: 1rem;
}
}

@media (prefers-reduced-motion: reduce) {.sign_updG::before,
    .sign_updG .skill_labfL,
    .sign_updG .skill_labfL:hover,
    .sign_updG .skill_labfL::before,
    .sign_updG .skill_labfL:hover::before,
    .sign_updG input[type="email"]::placeholder,
    .sign_updG input[type="email"]:focus::placeholder,
    .sign_updG .updates_textqo,
    .sign_updG .updates_textqo:hover,
    .sign_updG .updates_textqo::after,
    .sign_updG .updates_textqo:hover::after {
    transition: none;
    transform: none;
    animation: none;
}}.cookieInformationAlertwp {
    bottom: 20px;
    overflow: hidden;
    z-index: 1050;
    width: 90%;
    position: fixed;
    background: #ffffff;
    max-width: 500px;
    border-radius: 25px;
    left: 50%;
    font-family: Arial, sans-serif;
    transform: translateX(-50%);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}.track_acceptfo {
    flex-direction: column;
    padding: 20px;
    display: flex;
    align-items: center;
}.policy_ackYS {
    margin-bottom: 20px;
}.policy_ackYS svg, .policy_ackYS svg path, .policy_ackYS img {
    width: 60px;
    height: 60px;
    fill: rgb(231,199,156);
}.cookieInformationAlertwp h5 {
    color: rgb(231,199,156);
    font-size: 18px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 10px;
}.cookieInformationAlertwp p {
    font-size: 18px;
    text-align: center;
    color: #000000;
    margin-bottom: 20px;
}.consent_eduPa {
    transition: background 0.3s ease-in-out;
    margin: 5px;
    width: calc(50% - 10px);
    display: inline-block;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    padding: 10px 20px;
    font-size: 14px;
    text-decoration: none;
    color: #ffffff;
    background: rgb(231,199,156);
    border-radius: 10px;
}.consent_eduPa:hover {
    background: rgb(217,167,111);
}.cookie_button.cookie_boxRz {
    background: rgb(217,167,111);
}.cookie_button.cookie_boxRz:hover {
    background: rgb(217,167,111,0.5);
}.cookieInformationAlertwp p a {
    transition: color 0.3s ease-in-out;
    text-decoration: none;
    color: rgb(231,199,156);
}.cookieInformationAlertwp p a:hover {
    color: rgb(217,167,111);
}#cookie_dialog_boxLo {
    display: none;
}#cookie_dialog_boxLo:checked ~ .cookieInformationAlertwp {
    visibility: hidden;
    opacity: 0;
}.teaching_processZH {
    position: relative;
    background: linear-gradient(125deg, rgb(244,228,202), rgb(217,167,111,0.5) 70%);
    overflow: hidden;
    padding: 8rem 0;
    perspective: 1000px;
}.teaching_processZH::before {
    left: -25%;
    top: -25%;
    opacity: 0.5;
    position: absolute;
    z-index: 1;
    width: 150%;
    content: "";
    background: 
        radial-gradient(circle at 20% 30%, rgb(231,199,156,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(217,167,111,0.5) 0%, transparent 40%);
    height: 150%;
    animation: rotateBg 25s linear infinite;
    transform: rotate(-15deg);
}.teaching_processZH::after {
    top: 0;
    bottom: 0;
    animation: hologlow 8s ease-in-out infinite alternate;
    right: 0;
    z-index: 2;
    left: 0;
    background: 
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 10px,
            rgba(255, 255, 255, 0.03) 10px,
            rgba(255, 255, 255, 0.03) 20px
        );
    position: absolute;
    content: "";
}.teaching_processZH .skill_labfL {
    max-width: 1000px;
    position: relative;
    gap: 4rem;
    z-index: 3;
    flex-direction: column;
    display: flex;
    margin: 0 auto;
    transform-style: preserve-3d;
}.teaching_processZH h3 {
    text-align: center;
    transform: translateZ(50px);
    text-shadow: 0 0 15px rgb(231,199,156,0.5);
    text-transform: uppercase;
    font-size: 35px;
    color: #000000;
    font-weight: 700;
    animation: floatTitle 6s ease-in-out infinite;
    position: relative;
    margin-bottom: 0;
    letter-spacing: 2px;
}.teaching_processZH h3::before,
.teaching_processZH h3::after {
    position: absolute;
    content: "";
    height: 2px;
    background: linear-gradient(90deg, transparent, rgb(231,199,156), transparent);
}.teaching_processZH h3::before {
    animation: expandLine 3s ease-in-out infinite alternate;
    left: 50%;
    bottom: -15px;
    width: 200px;
    transform: translateX(-50%);
}.teaching_processZH h3::after {
    bottom: -25px;
    width: 100px;
    left: 50%;
    opacity: 0.7;
    animation: expandLine 3s ease-in-out 0.5s infinite alternate-reverse;
    transform: translateX(-50%);
}.teaching_processZH span {
    position: relative;
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05),
        inset 0 0 0 1px rgba(255, 255, 255, 0.3);
    color: #000000;
    transform: translateZ(30px) translateY(-20px);
    padding: 2.5rem;
    font-size: 13px;
    transform-style: preserve-3d;
    transition: transform 0.5s ease;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    line-height: 1.8;
    animation: floatContent 8s ease-in-out 1s infinite alternate;
    backdrop-filter: blur(10px);
}.teaching_processZH span::before {
    left: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    animation: rainbowShift 8s linear infinite;
    background: linear-gradient(
        135deg, 
        rgba(255, 255, 255, 0.4) 0%, 
        rgba(255, 255, 255, 0) 50%,
        rgba(255, 255, 255, 0.1) 100%
    );
    border-radius: inherit;
    content: "";
    top: 0;
    position: absolute;
    opacity: 0.8;
}.teaching_processZH span::after {
    border-radius: 15px;
    content: "";
    left: -5px;
    position: absolute;
    z-index: -2;
    right: -5px;
    opacity: 0.3;
    transform: translateZ(-10px);
    top: -5px;
    bottom: -5px;
    background: linear-gradient(
        45deg,
        rgb(231,199,156,0.5),
        rgb(217,167,111,0.5),
        rgb(231,199,156,0.5)
    );
    animation: glowPulse 4s ease-in-out infinite alternate;
    filter: blur(10px);
}

@keyframes rotateBg {
    0% {
        transform: rotate(-15deg);
    }
    100% {
        transform: rotate(15deg);
    }
}

@keyframes hologlow {
    0%, 100% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.6;
    }
}

@keyframes floatTitle {
    0%, 100% {
        transform: translateZ(50px) translateY(0);
    }
    50% {
        transform: translateZ(50px) translateY(-15px);
    }
}

@keyframes floatContent {
    0%, 100% {
        transform: translateZ(30px) translateY(-20px) rotateX(2deg);
    }
    50% {
        transform: translateZ(30px) translateY(-10px) rotateX(-2deg);
    }
}

@keyframes expandLine {
    0% {
        width: 50px;
        opacity: 0.5;
    }
    100% {
        width: 200px;
        opacity: 1;
    }
}

@keyframes rainbowShift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@keyframes glowPulse {
    0%, 100% {
        opacity: 0.3;
        filter: blur(10px);
    }
    50% {
        opacity: 0.6;
        filter: blur(15px);
    }
}

@media (max-width: 992px) {.teaching_processZH {
    padding: 6rem 0;
}.teaching_processZH h3 {
    transform: translateZ(30px);
    font-size: calc(35px * 0.9);
}.teaching_processZH span {
    transform: translateZ(20px) translateY(-15px);
    padding: 2rem;
}.teaching_processZH .skill_labfL {
    gap: 3rem;
    margin: 0 2rem;
}
}

@media (max-width: 768px) {.teaching_processZH {
    padding: 4rem 0;
    perspective: 500px;
}.teaching_processZH h3 {
    transform: translateZ(20px);
    letter-spacing: 1px;
    font-size: calc(35px * 0.8);
}.teaching_processZH span {
    padding: 1.5rem;
    transform: translateZ(10px) translateY(-10px);
    font-size: calc(13px * 0.95);
}.teaching_processZH .skill_labfL {
    margin: 0 1rem;
    gap: 2rem;
}}.get_in_touchGZ {
    background: rgb(244,228,202);
    padding: 70px 0;
    position: relative;
    overflow: hidden;
}.get_in_touchGZ::before {
    position: absolute;
    height: 100%;
    z-index: 0;
    content: "";
    top: 0;
    left: 0;
    background-image: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(0, 0, 0, 0.03) 10px, rgba(0, 0, 0, 0.03) 20px),
        repeating-linear-gradient(135deg, transparent, transparent 10px, rgba(0, 0, 0, 0.03) 10px, rgba(0, 0, 0, 0.03) 20px);
    width: 100%;
}.get_in_touchGZ .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 1;
    padding: 0 20px;
}.get_in_touchGZ h2 {
    color: rgb(217,167,111);
    position: relative;
    font-weight: 700;
    text-align: center;
    font-size: 35px;
    margin-bottom: 40px;
}.get_in_touchGZ h2::after {
    height: 3px;
    position: absolute;
    transform: translateX(-50%);
    background: rgb(231,199,156);
    content: "";
    left: 50%;
    bottom: -15px;
    width: 60px;
}.get_in_touchGZ .help_queryTw {
    overflow: hidden;
    grid-template-columns: 1fr 1fr;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
    gap: 0;
    border-radius: 28px;
    display: grid;
    background: #ffffff;
}.get_in_touchGZ .img_bordereP {
    grid-row: 1;
    height: 100%;
    border-bottom-right-radius: 28px;
    transition: transform 0.6s ease;
    border-top-right-radius: 28px;
    grid-column: 2;
    min-height: 500px;
}.get_in_touchGZ .connect_mapYz {
    grid-column: 1;
    padding: 50px 40px;
    grid-row: 1;
    background: #ffffff;
}.get_in_touchGZ #contact {
    gap: 25px;
    display: flex;
    flex-direction: column;
}.get_in_touchGZ h3 {
    font-size: 18px;
    margin-bottom: 15px;
    color: rgb(231,199,156);
    font-weight: 600;
}.get_in_touchGZ input[type="text"] {
    color: #000000;
    font-size: 14px;
    padding: 15px 20px;
    background: #ffffff;
    border-radius: 10px;
    transition: all 0.3s ease;
    border: 1px solid rgb(244,228,202);
    width: 100%;
}.get_in_touchGZ input[type="text"]:focus {
    outline: none;
    border-color: rgb(231,199,156);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}.get_in_touchGZ input[type="text"]::placeholder {
    opacity: 0.5;
    color: #000000;
}.get_in_touchGZ .help_gridAV {
    align-items: flex-start;
    display: flex;
    margin-top: 10px;
    gap: 10px;
}.get_in_touchGZ .help_gridAV input[type="checkbox"] {
    cursor: pointer;
    border-radius: 10px;
    flex-shrink: 0;
    height: 24px;
    position: relative;
    border: 2px solid rgb(244,228,202);
    width: 24px;
    appearance: none;
    margin-top: 2px;
}.get_in_touchGZ .help_gridAV input[type="checkbox"]:checked {
    border-color: rgb(231,199,156);
    background: rgb(231,199,156);
}.get_in_touchGZ .help_gridAV input[type="checkbox"]:checked::after {
    transform: translate(-50%, -50%);
    content: "✓";
    font-size: 16px;
    left: 50%;
    color: #ffffff;
    top: 50%;
    position: absolute;
}.get_in_touchGZ .help_gridAV label {
    font-size: 14px;
    line-height: 1.5;
    color: #000000;
}.get_in_touchGZ .help_gridAV a {
    transition: all 0.3s ease;
    color: rgb(231,199,156);
    text-decoration: none;
    font-weight: 600;
}.get_in_touchGZ .help_gridAV a:hover {
    color: rgb(217,167,111);
}.get_in_touchGZ .help_cardhP {
    border-radius: 10px;
    margin-top: 10px;
    align-self: flex-start;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
    position: relative;
    overflow: hidden;
    letter-spacing: 1px;
    background: rgb(231,199,156);
    font-size: 15px;
    text-transform: uppercase;
    padding: 15px 35px;
    color: #ffffff;
}.get_in_touchGZ .help_cardhP::before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    position: absolute;
    top: 0;
    height: 100%;
    left: -100%;
    transition: all 0.6s ease;
    width: 100%;
    content: "";
}.get_in_touchGZ .help_cardhP:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    background: rgb(217,167,111);
    transform: translateY(-3px);
}.get_in_touchGZ .help_cardhP:hover::before {
    left: 100%;
}.get_in_touchGZ svg {
    height: 22px;
    fill: rgb(231,199,156);
    width: 22px;
    margin-right: 10px;
    vertical-align: middle;
}.get_in_touchGZ svg path {
    fill: rgb(231,199,156);
}

@media (max-width: 992px) {.get_in_touchGZ .help_queryTw {
    grid-template-columns: 1fr;
}.get_in_touchGZ .img_bordereP {
    border-top-left-radius: 28px;
    border-radius: 0;
    min-height: 300px;
    grid-column: 1;
    border-top-right-radius: 28px;
    grid-row: 1;
}.get_in_touchGZ .connect_mapYz {
    padding: 40px 30px;
    grid-row: 2;
    grid-column: 1;
}
}

@media (max-width: 768px) {.get_in_touchGZ {
    padding: 50px 0;
}.get_in_touchGZ h2 {
    font-size: calc(35px - 4px);
    margin-bottom: 30px;
}.get_in_touchGZ .connect_mapYz {
    padding: 30px 25px;
}.get_in_touchGZ .img_bordereP {
    min-height: 250px;
}
}

@media (max-width: 576px) {.get_in_touchGZ {
    padding: 40px 0;
}.get_in_touchGZ .container {
    padding: 0 15px;
}.get_in_touchGZ h2::after {
    width: 40px;
}.get_in_touchGZ .connect_mapYz {
    padding: 25px 20px;
}.get_in_touchGZ #contact {
    gap: 20px;
}.get_in_touchGZ .help_cardhP {
    width: 100%;
    padding: 14px 20px;
}.get_in_touchGZ .img_bordereP {
    min-height: 200px;
}}.instructor_profileFA {
    background: linear-gradient(150deg, rgb(244,228,202) 0%, rgb(217,167,111,0.5) 100%);
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}.instructor_profileFA::before {
    background-size: 40px 40px;
    content: "";
    background: 
        linear-gradient(to right, transparent 49.5%, rgb(231,199,156,0.5) 49.5%, rgb(231,199,156,0.5) 50.5%, transparent 50.5%),
        linear-gradient(to bottom, transparent 49.5%, rgb(231,199,156,0.5) 49.5%, rgb(231,199,156,0.5) 50.5%, transparent 50.5%);
    position: absolute;
    left: 0;
    opacity: 0.07;
    top: 0;
    width: 100%;
    height: 100%;
}.instructor_profileFA::after {
    left: 0;
    content: "";
    height: 100%;
    opacity: 0.04;
    top: 0;
    position: absolute;
    background: 
        repeating-radial-gradient(
            circle at 50% 50%,
            transparent 0,
            transparent 40px,
            rgb(231,199,156,0.5) 40px,
            rgb(231,199,156,0.5) 41px,
            transparent 41px,
            transparent 60px,
            rgb(231,199,156,0.5) 60px,
            rgb(231,199,156,0.5) 61px,
            transparent 61px,
            transparent 80px,
            rgb(231,199,156,0.5) 80px,
            rgb(231,199,156,0.5) 81px
        );
    width: 100%;
}.instructor_profileFA .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    z-index: 2;
    padding: 0 15px;
}.instructor_profileFA .student_praiseTS {
    padding: 50px;
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.08),
        0 0 0 1px rgba(0, 0, 0, 0.02);
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    gap: 40px;
    background: #ffffff;
    overflow: hidden;
    border-radius: 0;
}.instructor_profileFA .student_praiseTS::before {
    height: 6px;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(
        90deg,
        rgb(231,199,156) 0%,
        rgb(217,167,111) 100%
    );
    content: "";
    width: 100%;
}.instructor_profileFA .student_praiseTS::after {
    left: 0;
    top: 6px;
    content: "";
    width: 100%;
    background: linear-gradient(
        90deg,
        rgb(231,199,156,0.5) 0%,
        transparent 20%,
        rgb(231,199,156,0.5) 40%,
        transparent 60%,
        rgb(217,167,111,0.5) 80%,
        transparent 100%
    );
    animation: scanner 4s linear infinite;
    height: 1px;
    position: absolute;
}@keyframes scanner {
    0% {
        transform: translateY(0);
        opacity: 0.5;
    }
    50% {
        transform: translateY(calc(100% - 7px));
        opacity: 0.8;
    }
    50.1% {
        opacity: 0;
    }
    50.2% {
        transform: translateY(0);
        opacity: 0;
    }
    55% {
        opacity: 0.5;
    }
    100% {
        transform: translateY(0);
        opacity: 0.5;
    }
}

.instructor_profileFA .img_bordereP {
    overflow: hidden;
    position: relative;
    min-height: 360px;
    height: 100%;
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.1),
        -15px -15px 30px rgba(255, 255, 255, 0.8);
    transition: all 0.5s ease;
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% 85%, 
        85% 100%, 
        0 100%
    );
    border-radius: 0;
    width: 100%;
}.instructor_profileFA .img_bordereP::before {
    z-index: 1;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.2) 0%,
        transparent 40%,
        rgba(0, 0, 0, 0.2) 100%
    );
    content: "";
    position: absolute;
    inset: 0;
}.instructor_profileFA .img_bordereP::after {
    left: 0;
    background: 
        repeating-linear-gradient(
            45deg,
            transparent 0,
            transparent 10px,
            rgba(255, 255, 255, 0.05) 10px,
            rgba(255, 255, 255, 0.05) 12px
        );
    top: 0;
    height: 100%;
    z-index: 2;
    width: 100%;
    position: absolute;
    content: "";
}.instructor_profileFA .name {
    position: relative;
    font-size: 38px;
    color: #000000;
    margin-bottom: 12px;
    border-left: 4px solid rgb(231,199,156);
    font-weight: 700;
    line-height: 1.2;
    padding-left: 16px;
}.instructor_profileFA .name::before {
    left: -4px;
    width: 4px;
    position: absolute;
    height: 0;
    content: "";
    top: 0;
    transition: height 0.5s ease;
    background: rgb(217,167,111);
}.instructor_profileFA .student_praiseTS:hover .name::before {
    height: 100%;
}.instructor_profileFA .student_praiseTS span:not(.name) {
    text-transform: uppercase;
    background: rgb(244,228,202);
    border-radius: 3px;
    display: inline-block;
    margin-bottom: 25px;
    font-size: 21px;
    position: relative;
    letter-spacing: 1px;
    font-weight: 600;
    padding: 6px 12px;
    color: rgba(0, 0, 0, 0.5);
}.instructor_profileFA .student_praiseTS span:not(.name)::after {
    position: absolute;
    width: 0;
    transition: width 0.3s ease;
    bottom: 0;
    content: "";
    background: rgb(231,199,156);
    height: 2px;
    left: 0;
}.instructor_profileFA .student_praiseTS:hover span:not(.name)::after {
    width: 100%;
}.instructor_profileFA .emp_summaryAS {
    background: linear-gradient(
        to right,
        rgb(244,228,202) 0%,
        rgba(255, 255, 255, 0.8) 100%
    );
    color: #000000;
    padding: 25px 30px;
    margin: 0;
    border-left: 1px solid rgb(231,199,156);
    box-shadow: 
        inset 0 1px 3px rgba(0, 0, 0, 0.05),
        0 5px 15px rgba(0, 0, 0, 0.05);
    font-size: 13px;
    border-radius: 10px;
    position: relative;
    line-height: 1.8;
}.instructor_profileFA .emp_summaryAS::before {
    width: 12px;
    opacity: 0.6;
    top: 15px;
    position: absolute;
    border-left: 2px solid rgb(231,199,156);
    content: "";
    height: 12px;
    left: 12px;
    border-top: 2px solid rgb(231,199,156);
}.instructor_profileFA .emp_summaryAS::after {
    position: absolute;
    bottom: 15px;
    right: 12px;
    border-bottom: 2px solid rgb(217,167,111);
    height: 12px;
    border-right: 2px solid rgb(217,167,111);
    opacity: 0.6;
    width: 12px;
    content: "";
}.instructor_profileFA .student_praiseTS:hover {
    transform: translateY(-10px);
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.12),
        0 0 0 1px rgba(0, 0, 0, 0.03);
}.instructor_profileFA .student_praiseTS:hover .img_bordereP {
    box-shadow: 
        20px 20px 40px rgba(0, 0, 0, 0.15),
        -20px -20px 40px rgba(255, 255, 255, 0.9);
    transform: scale(1.03);
}

@media (max-width: 991px) {.instructor_profileFA {
    padding: 90px 0;
}.instructor_profileFA .student_praiseTS {
    gap: 30px;
    padding: 40px 30px;
}.instructor_profileFA .img_bordereP {
    min-height: 320px;
}.instructor_profileFA .emp_summaryAS {
    padding: 20px 25px;
}
}

@media (max-width: 767px) {.instructor_profileFA {
    padding: 70px 0;
}.instructor_profileFA .student_praiseTS {
    gap: 25px;
    grid-template-rows: auto auto;
    padding: 35px 25px;
    grid-template-columns: 1fr;
}.instructor_profileFA .img_bordereP {
    min-height: 280px;
}.instructor_profileFA .name {
    font-size: calc(38px * 0.9);
}.instructor_profileFA .student_praiseTS span:not(.name) {
    margin-bottom: 20px;
    font-size: calc(21px * 0.95);
}.instructor_profileFA .emp_summaryAS {
    font-size: calc(13px * 0.95);
    padding: 18px 22px;
}
}

@media (max-width: 575px) {.instructor_profileFA {
    padding: 50px 0;
}.instructor_profileFA .student_praiseTS {
    gap: 20px;
    padding: 30px 20px;
}.instructor_profileFA .img_bordereP {
    min-height: 220px;
}.instructor_profileFA .name {
    padding-left: 12px;
    font-size: calc(38px * 0.8);
}.instructor_profileFA .student_praiseTS span:not(.name) {
    font-size: calc(21px * 0.9);
    margin-bottom: 15px;
    padding: 4px 10px;
}.instructor_profileFA .emp_summaryAS {
    font-size: calc(13px * 0.9);
    padding: 15px 18px;
}}.thxMessageRw {
    padding: 80px 0;
    background: linear-gradient(135deg, rgb(244,228,202) 0%, rgb(231,199,156,0.5) 100%);
    position: relative;
    overflow: hidden;
}.thxMessageRw::before {
    top: 0;
    position: absolute;
    background-image: repeating-linear-gradient(
    -45deg,
    transparent,
    transparent 20px,
    rgba(255, 255, 255, 0.03) 20px,
    rgba(255, 255, 255, 0.03) 40px
  );
    content: "";
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}.thxMessageRw::after {
    width: 80%;
    right: -50%;
    top: -50%;
    background: linear-gradient(
    to bottom right,
    transparent,
    rgba(var(--primary-color-rgb), 0.05) 30%,
    rgba(var(--primary-color-rgb), 0.1) 60%,
    transparent
  );
    z-index: 2;
    pointer-events: none;
    transform: rotate(35deg);
    height: 200%;
    position: absolute;
    content: "";
}.thxMessageRw .container {
    padding: 0 20px;
    z-index: 3;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}.thxMessageRw .skill_labfL {
    background: #ffffff;
    padding: 50px 40px;
    gap: 30px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08), 0 5px 15px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateX(2deg);
    grid-template-columns: 1fr;
    position: relative;
    display: grid;
    transform-origin: center top;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}.thxMessageRw .skill_labfL::before {
    height: 100%;
    position: absolute;
    background: linear-gradient(to bottom, rgb(231,199,156), rgb(217,167,111));
    transform: scaleY(1.03);
    left: 0;
    top: 0;
    content: "";
    width: 5px;
}.thxMessageRw .skill_labfL:hover {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12), 0 10px 20px rgba(0, 0, 0, 0.08);
    transform: perspective(1000px) rotateX(0deg);
}.thxMessageRw h5 {
    line-height: 1.4;
    font-weight: 700;
    font-size: 22px;
    transition: transform 0.4s ease-out;
    transform: translateX(15px);
    position: relative;
    color: rgb(231,199,156);
    margin: 0 0 10px;
}.thxMessageRw h5::after {
    transform-origin: left;
    width: 80px;
    background: rgb(217,167,111);
    bottom: -10px;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 3px;
    position: absolute;
    content: "";
    transform: scaleX(0.7);
    left: 0;
}.thxMessageRw .skill_labfL:hover h5 {
    transform: translateX(0);
}.thxMessageRw .skill_labfL:hover h5::after {
    transform: scaleX(1);
}.thxMessageRw p {
    font-size: 13px;
    color: #000000;
    transition: color 0.3s ease;
    margin: 0;
    line-height: 1.7;
    position: relative;
}.thxMessageRw a {
    border-radius: 4px;
    background: linear-gradient(to right, rgba(var(--primary-color-rgb), 0.03), transparent);
    position: relative;
    transition: all 0.4s ease;
    overflow: hidden;
    display: block;
    padding: 15px 20px;
    text-decoration: none;
}.thxMessageRw a::before {
    content: "";
    width: 3px;
    left: 0;
    top: 0;
    opacity: 0.5;
    height: 100%;
    transition: width 0.3s ease;
    background: rgb(231,199,156);
    position: absolute;
}.thxMessageRw a:hover {
    background: linear-gradient(to right, rgba(var(--primary-color-rgb), 0.07), transparent 70%);
}.thxMessageRw a:hover::before {
    width: 5px;
}.thxMessageRw a:hover p {
    color: rgb(231,199,156);
}.thxMessageRw a::after {
    content: "";
    bottom: 0;
    transition: all 0.3s ease;
    height: 30px;
    width: 30px;
    right: 0;
    position: absolute;
    background: linear-gradient(135deg, transparent 50%, rgba(var(--secondary-color-rgb), 0.1) 50%);
}.thxMessageRw a:hover::after {
    background: linear-gradient(135deg, transparent 50%, rgba(var(--secondary-color-rgb), 0.2) 50%);
    height: 40px;
    width: 40px;
}

@media (min-width: 768px) {.thxMessageRw {
    padding: 120px 0;
}.thxMessageRw .skill_labfL {
    gap: 50px;
    align-items: center;
    padding: 60px 70px 60px 60px;
    grid-template-columns: 1fr 1.5fr;
}.thxMessageRw h5 {
    transform: translateX(25px);
    font-size: calc(22px * 1.1);
}.thxMessageRw p {
    font-size: calc(13px * 1.05);
}
}

@media (max-width: 767px) {.thxMessageRw {
    padding: 60px 0;
}.thxMessageRw .skill_labfL {
    padding: 35px 25px;
    transform: perspective(1000px) rotateX(1deg);
}.thxMessageRw h5 {
    font-size: calc(22px * 0.9);
    transform: translateX(10px);
}.thxMessageRw a {
    padding: 10px 15px;
}.thxMessageRw a::after {
    height: 20px;
    width: 20px;
}
}

@media (hover: none) {.thxMessageRw .skill_labfL {
    transform: none;
}.thxMessageRw .skill_labfL:hover {
    transform: none;
}.thxMessageRw h5 {
    transform: none;
}.thxMessageRw h5::after {
    transform: scaleX(1);
}
}

@media (prefers-reduced-motion: reduce) {.thxMessageRw .skill_labfL,
  .thxMessageRw h5,
  .thxMessageRw h5::after,
  .thxMessageRw a,
  .thxMessageRw a::before,
  .thxMessageRw a::after {
    transition: none;
}}.secure_lodgezN {
    height: auto;
    background-size: 200% 100%;
    background-image: linear-gradient(to right, rgb(231,199,156,0.5) 50%, rgb(217,167,111,0.5) 50%);
    border: 2px solid rgb(231,199,156);
    padding: 50px;
    width: 100%;
    background-color: #ffffff;
    box-shadow: inset 0 0 10px rgb(217,167,111,0.5), 0 0 20px rgba(0, 0, 0, 0.5);
    background-position: right bottom;
}.secure_lodgezN h1 {
    border-bottom: 3px solid rgb(217,167,111);
    letter-spacing: 2px;
    margin-top: 40px;
    font-size: 46px;
    padding-bottom: 10px;
    margin-bottom: 25px;
    color: rgb(231,199,156);
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
}.secure_lodgezN h2 {
    font-size: 30px;
    border-left: 5px solid rgb(231,199,156);
    font-family: Arial, sans-serif;
    margin-bottom: 20px;
    padding-left: 15px;
    margin-top: 30px;
    color: rgb(217,167,111);
    font-weight: 600;
}.secure_lodgezN h3, .secure_lodgezN h4, .secure_lodgezN h5, .secure_lodgezN h6 {
    font-size: 21px;
    color: #000000;
    border-bottom: 1px dotted rgb(231,199,156);
    font-weight: 400;
    margin-top: 25px;
    text-transform: capitalize;
    margin-bottom: 15px;
    font-family: Arial, sans-serif;
}.secure_lodgezN ul, .secure_lodgezN ol {
    list-style: none;
    line-height: 1.8;
    color: #000000;
    padding-left: 25px;
    font-size: 12px;
    list-style-position: inside;
    margin: 15px 0;
    font-family: Arial, sans-serif;
}.secure_lodgezN li {
    padding-left: 25px;
    border-left: 2px dashed rgb(217,167,111);
    line-height: 1.6;
    position: relative;
    margin-bottom: 12px;
}.secure_lodgezN li::before {
    content: "";
    height: 10px;
    background-color: rgb(231,199,156);
    top: 5px;
    position: absolute;
    width: 10px;
    border-radius: 50%;
    left: 0;
}.secure_lodgezN section {
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    background: rgb(244,228,202);
    border: 1px solid rgb(217,167,111,0.5);
    padding: 25px;
}.secure_lodgezN p, .secure_lodgezN span, .secure_lodgezN div {
    color: #000000;
    font-family: Arial, sans-serif;
    line-height: 1.8;
    font-size: 12px;
    padding-bottom: 5px;
    border-bottom: 1px solid rgb(217,167,111,0.5);
    margin-bottom: 15px;
}

@media only screen and (max-width: 800px) {.secure_lodgezN {
    padding: 30px;
}.secure_lodgezN h1 {
    font-size: calc(21px - 8px);
}.secure_lodgezN h2 {
    font-size: calc(21px - 6px);
}.secure_lodgezN h3, .secure_lodgezN h4, .secure_lodgezN h5, .secure_lodgezN h6 {
    font-size: calc(21px - 4px);
}.secure_lodgezN ul, .secure_lodgezN ol {
    font-size: calc(12px - 2px);
    padding-left: 20px;
}}.biz_learningscr {
    color: #ffffff;
    font-family: Arial, sans-serif;
    padding: 80px 0 40px;
    z-index: 1;
    position: relative;
}@keyframes pulseLine {
    0%, 100% {
        opacity: 0.6;
    }
    50% {
        opacity: 1;
    }
}

.biz_learningscr .container {
    position: relative;
    display: flex;
    justify-content: space-between;
}.biz_learningscr .company_holder {
    padding-right: 30px;
    position: relative;
    flex: 0 0 30%;
}.biz_learningscr .company_holder::after {
    width: 1px;
    top: 10%;
    background: linear-gradient(to bottom, transparent, rgb(231,199,156), transparent);
    position: absolute;
    right: 0;
    height: 80%;
    content: '';
}.biz_learningscr .company_holder h3 {
    font-size: calc(36px * 0.9);
    position: relative;
    font-weight: 700;
    margin-bottom: 20px;
    text-shadow: 0 0 10px rgb(231,199,156,0.5);
    display: inline-block;
    color: #ffffff;
}.biz_learningscr .company_holder h3::after {
    background: rgb(231,199,156);
    left: 0;
    transition: width 0.3s ease-in-out;
    height: 2px;
    content: '';
    position: absolute;
    bottom: -5px;
    width: 40%;
}.biz_learningscr .company_holder h3:hover::after {
    width: 100%;
}.biz_learningscr .online_toolsKV {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    padding: 15px;
    background: rgba(255, 255, 255, 0.08);
    margin-top: 15px;
    font-size: 15px;
    line-height: 1.6;
    transition: all 0.3s ease;
    color: #ffffff;
    backdrop-filter: blur(5px);
    transform: translateZ(0);
    border-radius: 10px;
}.biz_learningscr .online_toolsKV:hover {
    transform: translateY(-2px) translateZ(0);
    background: rgba(255, 255, 255, 0.12);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}.biz_learningscr .project_refLT {
    justify-content: space-between;
    flex: 0 0 65%;
    display: flex;
    position: relative;
}.biz_learningscr .main_leadjM {
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    display: flex;
}.biz_learningscr .main_pageJP {
    border-radius: 20px;
    overflow: hidden;
    flex: 0 0 45%;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    padding: 20px;
}.biz_learningscr .main_pageJP::before {
    position: absolute;
    content: '';
    inset: 0;
    background: linear-gradient(135deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transform: translateX(-100%);
    transition: transform 0.6s ease;
    z-index: -1;
}.biz_learningscr .main_pageJP:hover::before {
    transform: translateX(100%);
}.biz_learningscr .main_pageJP h5 {
    padding-bottom: 10px;
    font-weight: 600;
    font-size: 21px;
    margin-bottom: 20px;
    position: relative;
    color: #ffffff;
}.biz_learningscr .main_pageJP h5::after {
    left: 0;
    content: '';
    position: absolute;
    width: 40px;
    height: 2px;
    bottom: 0;
    transition: width 0.3s ease, box-shadow 0.3s ease;
    background: rgb(231,199,156);
}.biz_learningscr .main_pageJP:hover h5::after {
    width: 70px;
    box-shadow: 0 0 8px rgb(231,199,156), 0 0 16px rgb(231,199,156,0.5);
}.biz_learningscr .main_pageJP .main_leadjM {
    flex-direction: column;
    gap: 12px;
    display: flex;
}.biz_learningscr .main_pageJP .main_leadjM a {
    position: relative;
    font-size: calc(15px * 0.95);
    display: inline-block;
    transition: all 0.3s ease;
    color: #ffffff;
    opacity: 0.85;
    text-decoration: none;
    padding-left: 0;
}.biz_learningscr .main_pageJP .main_leadjM a::before {
    content: '';
    width: 0;
    left: 0;
    height: 1px;
    background: linear-gradient(90deg, rgb(231,199,156), transparent);
    position: absolute;
    transform-origin: left;
    transition: width 0.3s ease, transform 0.3s ease;
    bottom: -2px;
}.biz_learningscr .main_pageJP .main_leadjM a:hover {
    opacity: 1;
    padding-left: 5px;
    color: #ffffff;
}.biz_learningscr .main_pageJP .main_leadjM a:hover::before {
    width: 100%;
    box-shadow: 0 0 5px rgb(231,199,156,0.5);
}.blog_refIo {
    backdrop-filter: blur(10px);
    padding: 15px 0;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}.blog_refIo::before {
    background: linear-gradient(90deg, transparent, rgb(231,199,156,0.5), transparent);
    right: 0;
    height: 1px;
    top: 0;
    left: 0;
    position: absolute;
    content: '';
}.blog_refIo .container {
    align-items: center;
    justify-content: center;
    display: flex;
}.blog_refIo .grant_infoQT {
    font-size: 15px;
    text-align: center;
    color: #ffffff;
    opacity: 0.8;
    letter-spacing: 0.5px;
    transition: opacity 0.3s ease;
}.blog_refIo .grant_infoQT:hover {
    opacity: 1;
}

@media (max-width: 991px) {.biz_learningscr {
    padding: 60px 0 30px;
}.biz_learningscr .container {
    flex-direction: column;
}.biz_learningscr .company_holder {
    flex: 0 0 100%;
    margin-bottom: 40px;
    padding-right: 0;
}.biz_learningscr .company_holder::after {
    display: none;
}.biz_learningscr .project_refLT {
    flex: 0 0 100%;
}.biz_learningscr .main_pageJP {
    margin-bottom: 20px;
    flex: 0 0 calc(50% - 20px);
}
}

@media (max-width: 768px) {.biz_learningscr {
    padding: 40px 0 20px;
}.biz_learningscr .main_leadjM {
    flex-direction: column;
}.biz_learningscr .main_pageJP {
    flex: 0 0 100%;
    margin-bottom: 20px;
}.biz_learningscr .company_holder h3 {
    font-size: calc(36px * 0.8);
}.biz_learningscr .main_pageJP h5 {
    font-size: calc(21px * 0.9);
}.blog_refIo .grant_infoQT {
    font-size: calc(15px * 0.9);
}
}

@media (max-width: 576px) {.biz_learningscr {
    padding: 30px 0 15px;
}.biz_learningscr .company_holder {
    margin-bottom: 30px;
}.biz_learningscr .company_holder h3 {
    font-size: calc(36px * 0.7);
}.biz_learningscr .main_pageJP h5 {
    font-size: calc(21px * 0.8);
}.blog_refIo {
    padding: 10px 0;
}.blog_refIo .grant_infoQT {
    font-size: calc(15px * 0.8);
}}


footer {
    position: relative;
}footer::after {
    position: absolute;
    background-image: 
        linear-gradient(0deg, transparent 24%, rgba(255, 255, 255, .05) 25%, rgba(255, 255, 255, .05) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, .05) 75%, rgba(255, 255, 255, .05) 76%, transparent 77%, transparent),
        linear-gradient(90deg, transparent 24%, rgba(255, 255, 255, .05) 25%, rgba(255, 255, 255, .05) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, .05) 75%, rgba(255, 255, 255, .05) 76%, transparent 77%, transparent);
    opacity: 0.3;
    content: '';
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    left: 0;
    background-size: 50px 50px;
}.biz_learningscr .company_holder h3 {
    position: relative;
    overflow: hidden;
}.biz_learningscr .company_holder h3::before {
    top: 0;
    transition: 0.5s;
    pointer-events: none;
    left: -100%;
    position: absolute;
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    content: '';
}.biz_learningscr .company_holder h3:hover::before {
    left: 100%;
}