* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}.grid-container {
    min-height: 100%;
    flex-direction: column;
    height: 100%;
    display: flex;
}.container {
    margin: auto;
    width: 1141px;
    max-width: 100%;
}a {
    color: inherit;
    text-decoration: none;
}svg {
    width: 30px;
    height: 30px;
}header,footer {
    width: 100%;
}html,body {
    color: #000000;
    font-family: Arial, sans-serif;
    min-height: 100%;
    height: 100%;
    scroll-behavior: auto;
}.top_wrap {
    flex: 1 0 auto;
}.abuse_ctrl {
    flex: 0 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.data_exploration {
    padding: 5rem 2rem;
    position: relative;
    background: linear-gradient(135deg, rgb(169,197,192) 0%, rgb(132,160,154,0.5) 100%);
    overflow: hidden;
}.data_exploration::before {
    z-index: 1;
    top: 0;
    background: radial-gradient(circle at 75% 25%, rgb(96,118,113,0.5) 0%, transparent 60%);
    height: 100%;
    left: 0;
    position: absolute;
    content: "";
    width: 100%;
}.data_exploration h3 {
    font-weight: 700;
    transform: perspective(1000px) translateZ(20px);
    z-index: 2;
    position: relative;
    font-size: calc(35px * 0.9);
    letter-spacing: 0.5px;
    margin-bottom: 3rem;
    transition: transform 0.5s ease-out;
    text-align: center;
    color: #000000;
}.data_exploration h3:hover {
    transform: perspective(1000px) translateZ(30px);
}.data_exploration .container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
}.data_exploration ul {
    margin: 0;
    padding: 0;
    display: grid;
    list-style: none;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 2rem;
}.data_exploration .statistics_value {
    min-height: 180px;
    overflow: hidden;
    display: flex;
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 90%);
    flex-direction: column;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), 
              box-shadow 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.5);
    align-items: center;
    justify-content: center;
    position: relative;
    transform: translateY(0);
    padding: 1.5rem;
}.data_exploration .statistics_value:hover {
    box-shadow: 0 15px 35px -10px rgba(0, 0, 0, 0.5);
    transform: translateY(-10px);
}.data_exploration .statistics_value::before {
    right: -2px;
    transition: opacity 0.5s ease;
    z-index: -1;
    background: linear-gradient(45deg, 
    rgb(132,160,154) 0%, 
    rgb(96,118,113) 25%,
    rgb(132,160,154,0.5) 50%,
    rgb(96,118,113) 75%,
    rgb(132,160,154) 100%);
    clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
    opacity: 0;
    left: -2px;
    position: absolute;
    top: -2px;
    content: "";
    background-size: 400% 400%;
    bottom: -2px;
}.data_exploration .statistics_value:hover::before {
    animation: gradientShift 10s ease infinite;
    opacity: 0.3;
}.data_exploration .statistics_value:nth-child(odd) {
    transform: translateY(10px);
}.data_exploration .statistics_value:nth-child(odd):hover {
    transform: translateY(0);
}.data_exploration .statistics_value span {
    display: block;
    position: relative;
    color: #000000;
    max-width: 90%;
    margin-bottom: 1rem;
    font-size: calc(12px * 1.1);
    text-align: center;
    font-weight: 600;
    line-height: 1.4;
}.data_exploration .statistics_value span::after {
    transition: width 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    bottom: -8px;
    transform: translateX(-50%);
    width: 0;
    left: 50%;
    height: 2px;
    position: absolute;
    background: rgb(132,160,154);
    content: "";
}.data_exploration .statistics_value:hover span::after {
    width: 70%;
}.data_exploration .statistics_value p {
    opacity: 0;
    font-size: calc(35px * 1.1);
    font-weight: 700;
    transition: opacity 0.5s ease, transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    color: rgb(132,160,154);
    position: relative;
    margin: 0.5rem 0 0;
    transform: translateY(20px);
}.data_exploration .statistics_value:hover p {
    opacity: 1;
    transform: translateY(0);
}.data_exploration .statistics_value p::before {
    bottom: 0;
    content: "";
    transition: height 0.4s ease-out 0.1s;
    height: 0%;
    left: -10%;
    position: absolute;
    background: linear-gradient(transparent, rgb(132,160,154,0.5), transparent);
    width: 120%;
    z-index: -1;
}.data_exploration .statistics_value:hover p::before {
    height: 100%;
}


@media (max-width: 992px) {.data_exploration {
    padding: 4rem 1.5rem;
}.data_exploration ul {
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}.data_exploration .statistics_value {
    padding: 1.25rem;
    min-height: 160px;
}.data_exploration h3 {
    font-size: calc(35px * 0.85);
    margin-bottom: 2.5rem;
}
}

@media (max-width: 768px) {.data_exploration {
    padding: 3.5rem 1rem;
}.data_exploration ul {
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 1.25rem;
}.data_exploration .statistics_value {
    padding: 1rem;
    min-height: 140px;
}.data_exploration .statistics_value span {
    font-size: 12px;
}.data_exploration .statistics_value p {
    font-size: 35px;
}.data_exploration h3 {
    font-size: calc(35px * 0.8);
    margin-bottom: 2rem;
}
}

@media (max-width: 576px) {.data_exploration {
    padding: 3rem 0.75rem;
}.data_exploration ul {
    gap: 1rem;
    grid-template-columns: 1fr;
}.data_exploration .statistics_value {
    padding: 1.5rem 1rem;
    min-height: auto;
}.data_exploration .statistics_value:nth-child(odd) {
    transform: translateY(0);
}.data_exploration .statistics_value p {
    opacity: 1;
    transform: translateY(0);
}.data_exploration h3 {
    font-size: calc(35px * 0.75);
    margin-bottom: 1.5rem;
}}

@keyframes gradientShift {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}.cookie_popup_warning {
    width: 100%;
    border-top: 2px solid rgb(132,160,154);
    z-index: 90;
    animation: slideIn 0.5s ease-in-out;
    bottom: 0;
    box-shadow: 0 -10px 30px rgb(132,160,154,0.5);
    background: rgb(96,118,113);
    position: fixed;
}@keyframes slideIn {
    from {
        bottom: -100px;
        opacity: 0;
    }
    to {
        bottom: 0;
        opacity: 1;
    }
}
.manage_tracking {
    padding: 20px 5%;
    display: flex;
    flex-wrap: wrap;
    box-shadow: 0 0 20px rgb(132,160,154,0.5);
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(135deg, rgb(96,118,113) 0%, rgba(0, 0, 0, 0.5) 100%);
}.cookie_tab {
    border-radius: 28px;
    box-shadow: 0 0 15px rgb(132,160,154);
    padding: 10px;
    background: rgba(0, 0, 0, 0.5);
    flex-shrink: 0;
    overflow: hidden;
    margin-right: 20px;
}.cookie_tab svg, .cookie_tab svg path {
    fill: rgb(132,160,154);
    height: 60px;
    width: 60px;
    transition: transform 0.3s ease;
}.cookie_tab:hover svg {
    transform: rotate(20deg);
}.cookie_guard {
    min-width: 300px;
    flex: 1;
    color: #ffffff;
}.cookie_guard h5 {
    color: rgb(132,160,154);
    text-shadow: 0 0 10px rgb(132,160,154);
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 10px;
}.cookie_guard p {
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 0;
    text-shadow: 0 0 5px rgb(132,160,154,0.5);
}.edu_consent {
    box-shadow: 0 0 10px rgb(132,160,154,0.5);
    transition: background 0.3s ease, box-shadow 0.3s ease;
    font-size: 15px;
    text-decoration: none;
    white-space: nowrap;
    margin-left: 10px;
    background: rgb(132,160,154);
    padding: 12px 25px;
    cursor: pointer;
    border-radius: 10px;
    color: #000000;
}.edu_consent:hover {
    box-shadow: 0 0 20px rgb(96,118,113,0.5);
    background: rgb(96,118,113);
}.cookie_popup_warning p a {
    text-decoration: underline;
    transition: color 0.3s ease;
    color: rgb(132,160,154);
}.cookie_popup_warning p a:hover {
    color: rgb(96,118,113);
}#cookiePolicyWindow {
    display: none;
}#cookiePolicyWindow:checked ~ .cookie_popup_warning {
    opacity: 0;
    visibility: hidden;
}
@media only screen and (max-width: 1200px) {.cookie_popup_warning {
    padding: 20px;
}.manage_tracking {
    padding: 20px 2%;
}
}
@media only screen and (max-width: 800px) {.cookie_tab {
    display: none;
}.manage_tracking {
    align-items: center;
    flex-direction: column;
    justify-content: center;
}.cookie_guard {
    margin-bottom: 20px;
    text-align: center;
}.cookie_popup_warning h5, .cookie_popup_warning p {
    text-align: center;
}.edu_consent {
    margin-top: 10px;
    margin-left: 0;
    text-align: center;
    width: 100%;
}}
.thxNote {
    padding: 7rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(132,160,154,0.5), rgb(96,118,113) 120%);
    overflow: hidden;
}.thxNote::before {
    right: -5%;
    transform: rotate(-15deg);
    opacity: 0.2;
    animation: float 8s ease-in-out infinite;
    content: "";
    background: radial-gradient(circle, rgb(255, 255, 255, 0.5) 10%, transparent 70%);
    top: -10%;
    height: 300px;
    position: absolute;
    width: 300px;
}.thxNote::after {
    background: radial-gradient(circle, rgb(96,118,113) 10%, transparent 70%);
    transform: rotate(15deg);
    left: -5%;
    width: 250px;
    animation: float 9s ease-in-out infinite reverse;
    position: absolute;
    height: 250px;
    bottom: -5%;
    content: "";
    opacity: 0.15;
}.thxNote .container {
    padding: 0 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}.thxNote .learn_zone {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1), 0 10px 20px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateX(1deg);
    position: relative;
    clip-path: polygon(0 0, 100% 0, 100% 95%, 95% 100%, 0 100%);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(10px);
    padding: 3.5rem;
}.thxNote .learn_zone:hover {
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.12), 0 15px 25px rgba(0, 0, 0, 0.06);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.thxNote .learn_zone > div:first-child {
    margin-bottom: 2rem;
    position: relative;
}.thxNote .learn_zone > div:first-child::before {
    height: 70%;
    transform: translateY(-50%);
    content: "";
    background: linear-gradient(to bottom, rgb(132,160,154), rgb(96,118,113));
    left: -2rem;
    position: absolute;
    top: 50%;
    width: 0.5rem;
}.thxNote h5 {
    line-height: 1.4;
    font-size: 19px;
    transform: translateX(0);
    transition: transform 0.4s ease;
    color: #000000;
    position: relative;
    font-weight: 700;
    margin: 0;
    padding-bottom: 0.5rem;
}.thxNote .learn_zone:hover h5 {
    transform: translateX(10px);
}.thxNote h5::after {
    transition: width 0.4s ease;
    content: "";
    left: 0;
    height: 3px;
    bottom: 0;
    position: absolute;
    width: 80px;
    background: linear-gradient(to right, rgb(132,160,154), transparent);
}.thxNote .learn_zone:hover h5::after {
    width: 120px;
}.thxNote .learn_zone > div:last-child {
    position: relative;
    overflow: hidden;
}.thxNote p {
    color: #000000;
    font-size: 14px;
    transition: color 0.3s ease;
    margin: 0;
    position: relative;
    line-height: 1.7;
}.thxNote a {
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    display: block;
    transform: translateY(0);
    position: relative;
    padding: 0.5rem 0;
    text-decoration: none;
}.thxNote a::before {
    height: 1px;
    width: 0;
    left: 0;
    content: "";
    transition: width 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    background: rgb(132,160,154);
    position: absolute;
    bottom: 0;
}.thxNote a:hover {
    transform: translateY(-3px);
}.thxNote a:hover::before {
    width: 100%;
}.thxNote a:hover p {
    color: rgb(132,160,154);
}.thxNote a:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgb(132,160,154,0.5);
}

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

@media screen and (max-width: 992px) {.thxNote {
    padding: 5rem 0;
}.thxNote .learn_zone {
    padding: 2.5rem;
}.thxNote h5 {
    font-size: calc(19px * 0.95);
}
}

@media screen and (max-width: 768px) {.thxNote {
    padding: 4rem 0;
}.thxNote .learn_zone {
    padding: 2rem;
    clip-path: polygon(0 0, 100% 0, 100% 97%, 97% 100%, 0 100%);
}.thxNote .learn_zone > div:first-child::before {
    left: -1.5rem;
    width: 0.3rem;
}.thxNote h5 {
    font-size: calc(19px * 0.9);
}
}

@media screen and (max-width: 576px) {.thxNote {
    padding: 3rem 0;
}.thxNote .learn_zone {
    clip-path: polygon(0 0, 100% 0, 100% 98%, 98% 100%, 0 100%);
    padding: 1.75rem;
}.thxNote .learn_zone > div:first-child {
    margin-bottom: 1.5rem;
}.thxNote .learn_zone > div:first-child::before {
    left: -1.2rem;
    height: 60%;
}.thxNote h5 {
    font-size: calc(19px * 0.85);
}.thxNote p {
    line-height: 1.6;
    font-size: calc(14px * 0.95);
}}header {
    position: fixed;
    backdrop-filter: blur(10px);
    z-index: 1000;
    width: 100%;
    border-bottom: 1px solid rgb(132,160,154,0.5);
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
    left: 0;
    top: 0;
    background: linear-gradient(180deg, 
        rgb(132,160,154) 0%, 
        rgba(20, 20, 30, 0.95) 100%
    );
    transition: all 0.4s ease;
    -webkit-backdrop-filter: blur(10px);
}header:before {
    width: 100%;
    background: 
        radial-gradient(circle at 15% 15%, rgb(132,160,154,0.5) 0%, transparent 25%),
        radial-gradient(circle at 85% 85%, rgb(96,118,113,0.5) 0%, transparent 25%);
    pointer-events: none;
    opacity: 0.1;
    top: 0;
    content: '';
    left: 0;
    position: absolute;
    height: 100%;
}header:after {
    width: 100%;
    height: 100%;
    content: '';
    top: 0;
    position: absolute;
    mix-blend-mode: overlay;
    pointer-events: none;
    left: 0;
    opacity: 0.02;
}header .nav_pagebar {
    overflow: hidden;
    position: relative;
}header .nav_pagebar:before {
    opacity: 0.7;
    box-shadow: 0 0 15px rgb(132,160,154), 0 0 35px rgb(132,160,154);
    content: '';
    bottom: 0;
    height: 1px;
    width: 200%;
    left: -50%;
    position: absolute;
    background: linear-gradient(90deg, 
        transparent 0%,
        rgb(132,160,154) 25%,
        #ffffff 50%,
        rgb(132,160,154) 75%,
        transparent 100%
    );
    animation: scanlineGlow 4s linear infinite;
}header .container {
    max-width: 1200px;
    padding: 18px 25px;
    margin: 0 auto;
    position: relative;
}header .container:before {
    mix-blend-mode: overlay;
    position: absolute;
    width: 100%;
    content: '';
    pointer-events: none;
    opacity: 0.5;
    background-image: 
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 2px,
            rgba(255, 255, 255, 0.015) 2px,
            rgba(255, 255, 255, 0.015) 3px
        );
    height: 100%;
}header .site_start {
    justify-content: space-between;
    align-items: center;
    position: relative;
    display: flex;
}header .site_start:before {
    border-radius: 50%;
    transform: translateY(-50%);
    animation: breathe 5s infinite alternate;
    filter: blur(15px);
    top: 50%;
    height: 20px;
    opacity: 0.3;
    left: -10px;
    width: 20px;
    position: absolute;
    content: '';
    background: rgb(132,160,154);
}header .site_start:after {
    right: -10px;
    position: absolute;
    filter: blur(15px);
    background: rgb(96,118,113);
    height: 20px;
    border-radius: 50%;
    content: '';
    transform: translateY(-50%);
    animation: breathe 5s infinite alternate-reverse;
    opacity: 0.3;
    width: 20px;
    top: 50%;
}header .nav_wrap {
    align-items: center;
    position: relative;
    gap: 30px;
    display: flex;
}header .nav_wrap:before {
    content: '';
    top: -5%;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(132,160,154,0.5), 
        transparent
    );
    animation: menuGlow 10s infinite ease-in-out;
    filter: blur(5px);
    opacity: 0.15;
    transform: translateX(-100%);
    width: 110%;
    height: 110%;
    left: -5%;
    position: absolute;
}header .top_teach {
    font-family: Arial, sans-serif;
    font-size: 13px;
    transition: all 0.3s ease;
    position: relative;
    text-transform: uppercase;
    font-weight: 400;
    text-shadow: 0 0 1px #ffffff;
    color: #ffffff;
    text-decoration: none;
    padding: 8px 2px;
    letter-spacing: 1px;
}header .top_teach:before {
    background: linear-gradient(90deg, 
        transparent, 
        rgb(132,160,154,0.5), 
        transparent
    );
    opacity: 0;
    transition: all 0.4s ease;
    content: '';
    top: 0;
    z-index: -1;
    height: 100%;
    transform: skewX(-20deg) scale(0.8, 1);
    position: absolute;
    width: 100%;
    left: 0;
}header .top_teach:after {
    left: 50%;
    height: 2px;
    bottom: -2px;
    opacity: 0.8;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: 0;
    transform: translateX(-50%);
    position: absolute;
    content: '';
    filter: blur(0.5px);
    background: linear-gradient(90deg, 
        rgb(132,160,154),
        #ffffff 50%,
        rgb(132,160,154)
    );
}header .top_teach:hover {
    transform: translateY(-2px);
    color: #ffffff;
    text-shadow: 
        0 0 5px #ffffff,
        0 0 10px rgb(132,160,154);
}header .top_teach:hover:before {
    opacity: 0.15;
    transform: skewX(-20deg) scale(1.05, 1);
}header .top_teach:hover:after {
    width: 100%;
    box-shadow: 
        0 0 5px rgb(132,160,154),
        0 0 10px rgb(132,160,154);
}header .main_base {
    text-decoration: none;
    align-items: center;
    justify-content: center;
    display: flex;
    transition: all 0.3s ease;
    position: relative;
    padding: 5px;
}header .main_base:before {
    content: '';
    left: 50%;
    height: 150%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: opacity 0.5s ease;
    background: radial-gradient(circle, 
        rgb(132,160,154,0.5) 0%, 
        transparent 70%
    );
    width: 150%;
    position: absolute;
    opacity: 0;
}header .main_base:after {
    top: -5px;
    position: absolute;
    border: 1px solid transparent;
    content: '';
    left: -5px;
    opacity: 0;
    height: calc(100% + 10px);
    width: calc(100% + 10px);
    border-image: linear-gradient(45deg, rgb(132,160,154), rgb(96,118,113), rgb(132,160,154)) 1;
    transition: all 0.5s ease;
}header .main_base:hover:before {
    opacity: 0.3;
}header .main_base:hover:after {
    opacity: 0.7;
    animation: borderRotate 4s linear infinite;
}header .main_base svg {
    height: 45px;
    filter: drop-shadow(0 0 2px rgb(132,160,154,0.5));
    width: auto;
    position: relative;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}header .main_base:hover svg {
    transform: scale(1.05);
    filter: drop-shadow(0 0 5px rgb(132,160,154));
}header .main_base:hover svg path {
    animation: logoGlow 2s infinite alternate;
}

@keyframes scanlineGlow {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }
    10%, 90% {
        opacity: 0.7;
    }
    100% {
        transform: translateX(100%);
        opacity: 0;
    }
}

@keyframes breathe {
    0%, 100% {
        opacity: 0.3;
        filter: blur(15px);
    }
    50% {
        opacity: 0.5;
        filter: blur(20px);
    }
}

@keyframes menuGlow {
    0%, 100% {
        transform: translateX(-100%);
        opacity: 0.15;
    }
    50% {
        transform: translateX(100%);
        opacity: 0.25;
    }
}

@keyframes borderRotate {
    0% {
        border-image: linear-gradient(45deg, rgb(132,160,154), rgb(96,118,113), rgb(132,160,154)) 1;
    }
    50% {
        border-image: linear-gradient(225deg, rgb(132,160,154), rgb(96,118,113), rgb(132,160,154)) 1;
    }
    100% {
        border-image: linear-gradient(405deg, rgb(132,160,154), rgb(96,118,113), rgb(132,160,154)) 1;
    }
}

@keyframes logoGlow {
    0% {
        filter: brightness(1);
    }
    100% {
        filter: brightness(1.3);
    }
}

@keyframes glitchEffect {
    0%, 100% {
        transform: translateX(0);
    }
    20% {
        transform: translateX(-2px);
    }
    40% {
        transform: translateX(2px);
    }
    60% {
        transform: skewX(2deg);
    }
    80% {
        transform: skewX(-2deg);
    }
}

@media (max-width: 991px) {header .container {
    padding: 15px 20px;
}header .nav_wrap {
    gap: 20px;
}header .main_base svg {
    height: 38px;
}
}

@media (max-width: 767px) {header .nav_wrap {
    overflow-y: auto;
    position: fixed;
    box-shadow: -5px 0 30px rgba(0, 0, 0, 0.5);
    top: 0;
    max-width: 330px;
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 85px 30px 30px;
    height: 100vh;
    right: -100%;
    -webkit-backdrop-filter: blur(15px);
    width: 85%;
    gap: 25px;
    flex-direction: column;
    backdrop-filter: blur(15px);
    z-index: 1001;
    background: linear-gradient(135deg, 
            rgba(20, 20, 30, 0.97) 0%, 
            rgba(10, 10, 20, 0.98) 100%
        );
}header .nav_wrap:before {
    left: 10%;
    height: 1px;
    top: 70px;
    opacity: 0.3;
    animation: none;
    width: 80%;
}header .nav_wrap:after {
    height: 30px;
    opacity: 0.6;
    top: 20px;
    content: '';
    right: 20px;
    width: 30px;
    background: transparent;
    position: absolute;
    border: 1px solid rgb(132,160,154,0.5);
}header .menu.active {
    right: 0;
}header .top_teach {
    padding: 12px 5px;
    border-bottom: 1px solid rgb(132,160,154,0.5);
    text-align: left;
    width: 100%;
    opacity: 0.8;
}header .top_teach:last-child {
    border-bottom: none;
}header .top_teach:hover {
    transform: translateY(0);
    opacity: 1;
}header .main_base {
    margin: 0 auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 12px 15px;
}header .main_base svg {
    height: 35px;
}header .nav_wrap {
    max-width: 100%;
    width: 100%;
}}.contact {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
}.contact::before {
    left: 0;
    height: 100%;
    z-index: 1;
    backdrop-filter: blur(8px);
    position: absolute;
    content: '';
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    width: 100%;
}.contact::after {
    width: 100%;
    position: absolute;
    animation: gradientShift 15s infinite alternate;
    background: radial-gradient(circle at 20% 50%, rgb(132,160,154,0.5) 0%, transparent 50%),
                radial-gradient(circle at 80% 20%, rgb(96,118,113,0.5) 0%, transparent 40%);
    top: 0;
    height: 100%;
    content: '';
    left: 0;
    z-index: 2;
}@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.contact .container {
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1200px;
    z-index: 3;
    position: relative;
}.contact .support_block {
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    border-radius: 16px;
    overflow: hidden;
    backdrop-filter: blur(10px);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.1) 100%);
    display: flex;
}.contact .help_panel {
    position: relative;
    padding: 50px 40px;
    background: linear-gradient(135deg, rgb(132,160,154,0.5) 0%, rgb(96,118,113,0.5) 100%);
    flex: 1;
}.contact .help_panel::before {
    animation: patternMove 20s linear infinite;
    z-index: -1;
    left: -50%;
    width: 200%;
    content: '';
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(255, 255, 255, 0.03) 10px,
        rgba(255, 255, 255, 0.03) 20px
    );
    top: -50%;
    height: 200%;
    position: absolute;
}@keyframes patternMove {
    0% {
        transform: rotate(0) translate(0, 0);
    }
    100% {
        transform: rotate(360deg) translate(0, 0);
    }
}

.contact .help_panel h3 {
    font-weight: 700;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 15px;
    font-size: 30px;
    color: #ffffff;
}.contact .help_panel h3::after {
    content: '';
    width: 60px;
    height: 3px;
    background: #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 10px;
}.contact .help_panel div {
    display: flex;
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: rgba(255, 255, 255, 0.08);
    margin-bottom: 25px;
    border-left: 3px solid rgb(96,118,113);
    padding: 15px;
    align-items: center;
}.contact .help_panel div:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateX(5px);
}.contact .help_panel svg {
    margin-right: 15px;
    width: 24px;
    flex-shrink: 0;
    height: 24px;
}.contact .help_panel svg path {
    fill: #ffffff;
    transition: fill 0.3s ease;
}.contact .help_panel div:hover svg path {
    fill: rgb(96,118,113);
}.contact .help_panel span {
    color: #ffffff;
    font-weight: 400;
    font-size: 15px;
}.contact .help_panel a {
    text-decoration: none;
    transition: color 0.3s ease;
    color: #ffffff;
}.contact .help_panel a:hover {
    text-decoration: underline;
    color: rgb(96,118,113);
}.contact .inquiry_info {
    position: relative;
    overflow: hidden;
    padding: 50px 40px;
    background: rgba(255, 255, 255, 0.95);
    flex: 1.2;
}.contact .inquiry_info::before {
    width: 100px;
    border-radius: 0 0 0 100%;
    top: 0;
    height: 100px;
    background: rgb(132,160,154,0.5);
    content: '';
    position: absolute;
    right: 0;
}.contact .inquiry_info::after {
    height: 100px;
    left: 0;
    bottom: 0;
    border-radius: 0 100% 0 0;
    width: 100px;
    background: rgb(96,118,113,0.5);
    content: '';
    position: absolute;
}.contact form {
    position: relative;
    z-index: 1;
}.contact form h3 {
    padding-bottom: 15px;
    color: #000000;
    margin-bottom: 30px;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    position: relative;
}.contact form h3::after {
    border-radius: 10px;
    content: '';
    left: 50%;
    position: absolute;
    height: 3px;
    background: rgb(132,160,154);
    width: 60px;
    transform: translateX(-50%);
    bottom: 0;
}.contact form input[type="text"],
.contact form input[type="email"] {
    padding: 15px 20px;
    font-size: 15px;
    border-radius: 10px;
    color: #000000;
    background: rgba(240, 240, 240, 0.8);
    margin-bottom: 20px;
    border: none;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    width: 100%;
}.contact form input[type="text"]:focus,
.contact form input[type="email"]:focus {
    background: #fff;
    transform: translateY(-2px);
    box-shadow: 0 0 0 2px rgb(132,160,154,0.5);
    outline: none;
}.contact form input::placeholder {
    color: rgba(0, 0, 0, 0.4);
}.contact .query_request {
    display: flex;
    position: relative;
    margin: 25px 0;
    align-items: flex-start;
}.contact .query_request input[type="checkbox"] {
    appearance: none;
    flex-shrink: 0;
    background: rgba(240, 240, 240, 0.8);
    height: 20px;
    border-radius: 10px;
    cursor: pointer;
    -webkit-appearance: none;
    position: relative;
    margin-right: 10px;
    border: 2px solid rgb(132,160,154);
    width: 20px;
}.contact .query_request input[type="checkbox"]:checked {
    background: rgb(132,160,154);
}.contact .query_request input[type="checkbox"]:checked::after {
    border-width: 0 2px 2px 0;
    position: absolute;
    transform: rotate(45deg);
    left: 6px;
    height: 10px;
    top: 2px;
    content: '';
    width: 5px;
    border: solid #ffffff;
}.contact .query_request label {
    font-size: 13px;
    color: #000000;
    cursor: pointer;
    line-height: 1.4;
}.contact .query_request a {
    font-weight: 600;
    color: rgb(132,160,154);
    transition: color 0.3s ease;
    text-decoration: none;
}.contact .query_request a:hover {
    color: rgb(96,118,113);
    text-decoration: underline;
}.contact .reach_info {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    z-index: 1;
    color: #ffffff;
    background: linear-gradient(135deg, rgb(132,160,154) 0%, rgb(96,118,113) 100%);
    font-size: 15px;
    padding: 15px 20px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    font-weight: 600;
    border: none;
}.contact .reach_info::before {
    left: -100%;
    width: 100%;
    top: 0;
    position: absolute;
    z-index: -1;
    height: 100%;
    content: '';
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: all 0.5s ease;
}.contact .reach_info:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    transform: translateY(-3px);
}.contact .reach_info:hover::before {
    animation: shine 1.5s infinite;
    left: 100%;
}

@keyframes shine {
    0% {
        left: -100%;
    }
    20% {
        left: 100%;
    }
    100% {
        left: 100%;
    }
}

@media (max-width: 991px) {.contact {
    padding: 80px 0;
}.contact .support_block {
    flex-direction: column;
}.contact .help_panel,
    .contact .inquiry_info {
    width: 100%;
}.contact .help_panel {
    padding: 40px 30px;
}.contact .help_panel h3,
    .contact form h3 {
    margin-bottom: 30px;
    font-size: calc(30px * 0.9);
}
}

@media (max-width: 767px) {.contact {
    padding: 60px 0;
}.contact .help_panel,
    .contact .inquiry_info {
    padding: 30px 20px;
}.contact .help_panel h3,
    .contact form h3 {
    margin-bottom: 25px;
    font-size: calc(30px * 0.8);
}.contact .help_panel div {
    margin-bottom: 15px;
    padding: 12px;
}.contact form input[type="text"],
    .contact form input[type="email"] {
    margin-bottom: 15px;
    padding: 12px 15px;
}.contact .query_request {
    margin: 20px 0;
}.contact .reach_info {
    padding: 12px 15px;
}
}

@media (max-width: 480px) {.contact {
    padding: 40px 0;
}.contact .help_panel,
    .contact .inquiry_info {
    padding: 25px 15px;
}.contact .help_panel h3,
    .contact form h3 {
    font-size: calc(30px * 0.7);
    margin-bottom: 20px;
}.contact .help_panel div {
    flex-direction: column;
    align-items: flex-start;
}.contact .help_panel svg {
    margin-bottom: 10px;
    margin-right: 0;
}.contact .help_panel div:hover {
    transform: translateX(0);
}.contact .query_request {
    flex-direction: column;
}.contact .query_request input[type="checkbox"] {
    margin-bottom: 10px;
}}.secure_enclosure {
    color: #000000;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    padding: 2em;
    font-family: Arial, sans-serif;
    background-color: rgb(169,197,192);
}.secure_enclosure h1 {
    margin-bottom: 1em;
    color: rgb(132,160,154);
    text-align: center;
    font-size: 48px;
    font-weight: 700;
}.secure_enclosure h2 {
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 0.75em;
    color: rgb(96,118,113);
}.secure_enclosure h3,
.secure_enclosure h4,
.secure_enclosure h5,
.secure_enclosure h6 {
    margin-bottom: 0.5em;
}.secure_enclosure h3 {
    font-weight: 400;
    color: rgb(132,160,154);
    font-size: calc(20px - 0.2em);
}.secure_enclosure h4 {
    font-size: calc(20px - 0.4em);
    font-weight: 400;
    color: rgb(96,118,113);
}.secure_enclosure h5 {
    font-weight: 300;
    font-size: 20px;
    color: #000000;
}.secure_enclosure h6 {
    font-size: 20px;
    color: rgba(0, 0, 0, 0.5);
    font-weight: 300;
}.secure_enclosure ul {
    padding-left: 1.5em;
    margin-bottom: 1em;
    list-style-type: disc;
}.secure_enclosure ol {
    padding-left: 1.5em;
    margin-bottom: 1em;
    list-style-type: decimal;
}.secure_enclosure li {
    margin-bottom: 0.5em;
    font-size: 12px;
}.secure_enclosure p {
    line-height: 1.6;
    font-size: 12px;
    margin-bottom: 1em;
}.secure_enclosure span {
    font-weight: 600;
    color: rgb(132,160,154);
}.secure_enclosure div {
    margin-bottom: 1em;
}
@media only screen and (max-width: 800px) {.secure_enclosure {
    padding: 1em;
    border-radius: 10px;
}.secure_enclosure h1 {
    font-size: calc(20px - 0.5em);
}.secure_enclosure h2 {
    font-size: calc(20px - 0.4em);
}.secure_enclosure p,
    .secure_enclosure li {
    font-size: calc(12px - 0.2em);
}}
.secure_enclosure h1::after {
    background-color: rgb(132,160,154);
    margin: 0.5em auto 0;
    height: 4px;
    width: 60px;
    display: block;
    content: "";
    border-radius: 10px;
}.secure_enclosure h2::after {
    content: "";
    border-radius: 10px;
    display: block;
    height: 3px;
    background-color: rgb(96,118,113);
    width: 40px;
    margin: 0.5em auto 0;
}.secure_enclosure ul li::before {
    content: "•";
    color: rgb(132,160,154);
    width: 1em;
    font-weight: 700;
    display: inline-block;
    margin-left: -1em;
}.secure_enclosure ol li::before {
    color: rgb(96,118,113);
    font-weight: 700;
}.secure_enclosure a {
    text-decoration: underline;
    color: rgb(132,160,154);
}.secure_enclosure a:hover {
    color: rgb(96,118,113);
    text-decoration: none;
}.secure_enclosure blockquote {
    padding: 1em;
    margin: 1em 0;
    border-left: 5px solid rgb(132,160,154);
    font-style: italic;
    background-color: rgb(132,160,154,0.5);
}.tariff_card {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}.tariff_card::before {
    right: 0;
    position: absolute;
    content: "";
    bottom: 0;
    top: 0;
    left: 0;
    z-index: 1;
    background: linear-gradient(145deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.65) 100%);
}.tariff_card .container {
    max-width: 1320px;
    position: relative;
    padding: 0 15px;
    margin: 0 auto;
    z-index: 2;
}.tariff_card .program_rate {
    flex-direction: column;
    align-items: center;
    display: flex;
}.tariff_card h2 {
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 20px;
    animation: fadeInUp 0.8s ease-out forwards;
    opacity: 0;
    transform: translateY(20px);
    font-size: 38px;
    text-align: center;
}.tariff_card .cost_table {
    margin-bottom: 50px;
    max-width: 800px;
    transform: translateY(20px);
    font-size: 16px;
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
    opacity: 0;
    text-align: center;
    color: rgb(255, 255, 255, 0.5);
}.tariff_card .fee_package {
    width: 100%;
    display: grid;
    gap: 30px;
    list-style: none;
    padding: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.tariff_card .fee_package li {
    animation: fadeInUp 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    animation-delay: calc(0.3s + (0.15s * var(--li-index, 0)));
    transform: translateY(30px);
    opacity: 0;
}.tariff_card .fee_package li:nth-child(1) {
    --li-index: 0;
}.tariff_card .fee_package li:nth-child(2) {
    --li-index: 1;
}.tariff_card .fee_package li:nth-child(3) {
    --li-index: 2;
}.tariff_card .fee_package li:nth-child(4) {
    --li-index: 3;
}.tariff_card .study_rates {
    height: 100%;
    display: block;
    text-decoration: none;
    will-change: transform;
    transform: perspective(1000px) rotateX(0deg);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}.tariff_card .study_rates:hover {
    transform: perspective(1000px) rotateX(5deg) translateY(-10px);
}.tariff_card .cert_cost {
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 8px;
    background: linear-gradient(135deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.03) 100%);
    transition: all 0.4s ease;
    position: relative;
    height: 100%;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    overflow: hidden;
}.tariff_card .study_rates:hover .cert_cost {
    border-color: rgba(255,255,255,0.2);
    box-shadow: 0 20px 40px rgba(0,0,0,0.3), 0 0 15px rgba(rgb(132,160,154,0.5), 0.5);
}.tariff_card .cert_cost::before {
    top: -10%;
    left: -10%;
    position: absolute;
    content: "";
    background: linear-gradient(135deg, rgb(132,160,154,0.5) 0%, transparent 70%);
    width: 40%;
    transition: all 0.6s ease;
    height: 50%;
    opacity: 0.1;
    transform: rotate(-45deg);
}.tariff_card .study_rates:hover .cert_cost::before {
    transform: rotate(-45deg) translateY(-20%);
    opacity: 0.15;
}.tariff_card .member_fees {
    display: flex;
    flex-direction: column;
    padding: 35px 30px;
    box-sizing: border-box;
    min-height: 280px;
    height: 100%;
}.tariff_card .member_fees h4 {
    margin-top: 0;
    position: relative;
    margin-bottom: 20px;
    font-weight: 600;
    color: #ffffff;
    font-size: calc(22px * 1.1);
    padding-bottom: 15px;
}.tariff_card .member_fees h4::after {
    position: absolute;
    transition: width 0.4s ease;
    bottom: 0;
    content: "";
    width: 40px;
    left: 0;
    background: rgb(132,160,154);
    height: 3px;
}.tariff_card .study_rates:hover .member_fees h4::after {
    width: 60px;
}.tariff_card .member_fees p {
    overflow-wrap: break-word;
    hyphens: auto;
    line-height: 1.7;
    color: rgb(255, 255, 255, 0.5);
    word-wrap: break-word;
    white-space: normal;
    flex-grow: 1;
    font-size: calc(16px * 0.9);
    margin-bottom: 25px;
}.tariff_card .tuition_table {
    padding: 10px 20px;
    display: inline-block;
    font-weight: 700;
    position: relative;
    border-radius: 4px;
    color: rgb(132,160,154);
    font-size: calc(22px * 1.2);
    background: rgba(255,255,255,0.05);
    overflow: hidden;
    transition: all 0.3s ease;
    align-self: flex-start;
}.tariff_card .tuition_table::before {
    content: "";
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent);
    transition: left 0.7s ease;
    top: 0;
    position: absolute;
    left: -100%;
}.tariff_card .study_rates:hover .tuition_table::before {
    left: 100%;
}

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

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

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

@media (max-width: 768px) {.tariff_card {
    padding: 70px 0;
}.tariff_card h2 {
    margin-bottom: 15px;
    font-size: calc(38px * 0.8);
}.tariff_card .cost_table {
    font-size: calc(16px * 0.95);
    margin-bottom: 35px;
}.tariff_card .fee_package {
    margin: 0 auto;
    grid-template-columns: 1fr;
    max-width: 450px;
}.tariff_card .member_fees {
    min-height: auto;
}
}

@media (max-width: 576px) {.tariff_card {
    padding: 60px 0;
}.tariff_card h2 {
    font-size: calc(38px * 0.7);
}.tariff_card .cost_table {
    font-size: calc(16px * 0.9);
}.tariff_card .member_fees {
    padding: 20px 15px;
}.tariff_card .member_fees h4 {
    font-size: 22px;
}.tariff_card .member_fees p {
    font-size: calc(16px * 0.85);
}.tariff_card .tuition_table {
    padding: 8px 15px;
    font-size: 22px;
}}.developer_experience {
    overflow: hidden;
    position: relative;
    padding: 8rem 0;
    background: linear-gradient(to bottom, #000000 0%, rgb(169,197,192) 100%);
}.developer_experience::before {
    background: 
        radial-gradient(circle at 20% 30%, rgb(132,160,154,0.5) 0%, transparent 25%),
        radial-gradient(circle at 80% 70%, rgb(96,118,113,0.5) 0%, transparent 25%);
    left: 0;
    animation: ambientLight 20s ease-in-out infinite alternate;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    filter: blur(60px);
}@keyframes ambientLight {
    0% { opacity: 0.3; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(1.1); }
    100% { opacity: 0.3; transform: scale(1); }
}

.developer_experience .container {
    max-width: 1200px;
    padding: 0 2rem;
    position: relative;
    z-index: 2;
    perspective: 1000px;
    margin: 0 auto;
}.developer_experience .learning_feedback {
    flex-wrap: wrap;
    position: relative;
    transform-style: preserve-3d;
    padding: 3rem;
    transform: rotateX(5deg) rotateY(-5deg);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgb(96,118,113,0.5),
        inset 0 0 30px rgb(132,160,154,0.5);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    background-color: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(15px);
    border-radius: 10px;
    display: flex;
}.developer_experience .learning_feedback:hover {
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.3),
        0 0 0 2px rgb(96,118,113,0.5),
        inset 0 0 50px rgb(132,160,154,0.5);
    transform: rotateX(0) rotateY(0);
}.developer_experience .square_image {
    left: 50%;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    border-radius: 50%;
    transform: translateX(-50%) translateZ(30px);
    position: absolute;
    height: 180px;
    top: -90px;
    border: 3px solid #ffffff;
    width: 180px;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.3),
        0 0 0 5px rgb(132,160,154,0.5);
}.developer_experience .learning_feedback:hover .square_image {
    transform: translateX(-50%) translateZ(50px);
}.developer_experience .name {
    width: 100%;
    margin-top: 100px;
    letter-spacing: 1px;
    text-align: center;
    color: #ffffff;
    text-shadow: 0 0 10px rgb(132,160,154,0.5);
    font-size: 33px;
    font-weight: 700;
    transform: translateZ(20px);
}.developer_experience .learning_feedback span:not(.name) {
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    margin-top: 0.5rem;
    letter-spacing: 2px;
    transform: translateZ(15px);
    color: rgb(96,118,113);
    font-size: 17px;
    font-weight: 600;
}.developer_experience .past_work {
    border-left: 3px solid rgb(132,160,154);
    transform: translateZ(10px);
    color: #ffffff;
    border-radius: 10px;
    line-height: 1.7;
    font-size: 15px;
    padding: 2rem;
    width: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
    margin-top: 2rem;
    position: relative;
    transition: transform 0.3s ease;
}.developer_experience .past_work::before {
    background: linear-gradient(45deg, rgb(132,160,154,0.5) 0%, transparent 70%);
    content: "";
    top: 0;
    width: 100%;
    border-radius: 10px;
    height: 100%;
    opacity: 0.1;
    position: absolute;
    left: 0;
    mix-blend-mode: overlay;
}.developer_experience .learning_feedback:hover .past_work {
    transform: translateZ(25px);
}

@media (max-width: 991px) {.developer_experience {
    padding: 7rem 0 5rem;
}.developer_experience .learning_feedback {
    padding: 2.5rem 2rem;
}.developer_experience .square_image {
    top: -75px;
    height: 150px;
    width: 150px;
}.developer_experience .name {
    margin-top: 80px;
}.developer_experience .past_work {
    padding: 1.5rem;
}
}

@media (max-width: 767px) {.developer_experience {
    padding: 6rem 0 3rem;
}.developer_experience .container {
    padding: 0 1rem;
}.developer_experience .learning_feedback {
    padding: 2rem 1.5rem;
    transform: none;
}.developer_experience .square_image {
    width: 120px;
    height: 120px;
    top: -60px;
}.developer_experience .name {
    margin-top: 70px;
    font-size: calc(33px - 2px);
}.developer_experience .learning_feedback span:not(.name) {
    font-size: calc(17px - 1px);
}.developer_experience .past_work {
    margin-top: 1.5rem;
    padding: 1.2rem;
    font-size: calc(15px - 1px);
}.developer_experience .learning_feedback:hover {
    transform: none;
}}.study_method {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(169,197,192), #ffffff);
}.study_method::before {
    position: absolute;
    background: repeating-linear-gradient(
        45deg,
        rgb(132,160,154,0.5),
        transparent 10px,
        transparent 60px,
        rgb(132,160,154,0.5) 70px
    );
    left: 0;
    z-index: 1;
    opacity: 0.07;
    top: 0;
    height: 100%;
    content: "";
    width: 100%;
    pointer-events: none;
}.study_method::after {
    width: 300px;
    animation: float 15s ease-in-out infinite;
    right: -5%;
    filter: blur(40px);
    top: -10%;
    transform: translate(0, 0);
    height: 300px;
    z-index: 0;
    opacity: 0.05;
    border-radius: 50%;
    content: "";
    position: absolute;
    background: rgb(96,118,113);
}.study_method .learn_zone {
    max-width: 1200px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
    padding: 0 30px;
}.study_method h2 {
    letter-spacing: -0.02em;
    color: #000000;
    position: relative;
    margin-bottom: 40px;
    transform: translateX(-5px);
    font-family: Arial, sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 1.2;
}.study_method h2::before {
    left: 0;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    height: 3px;
    position: absolute;
    bottom: -12px;
    width: 80px;
    content: "";
    transform: scaleX(1);
    background: linear-gradient(to right, rgb(132,160,154), rgb(96,118,113));
    transform-origin: left center;
}.study_method:hover h2::before {
    transform: scaleX(1.5);
}.study_method .text_holder_wrap {
    padding: 40px;
    background: #ffffff;
    position: relative;
    border-left: 4px solid rgb(132,160,154);
    transform: translateY(0);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    backdrop-filter: blur(5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}.study_method .text_holder_wrap::before {
    opacity: 0.1;
    height: calc(100% - 40px);
    position: absolute;
    transition: width 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
    left: -2px;
    top: 20px;
    background: rgb(96,118,113);
    content: "";
    width: 0;
}.study_method:hover .text_holder_wrap::before {
    width: 100%;
}.study_method .text_holder_wrap p {
    margin: 0;
    letter-spacing: 0.01em;
    color: #000000;
    font-size: calc(13px + 0.05rem);
    line-height: 1.7;
    font-weight: 400;
    position: relative;
    z-index: 2;
}.study_method:hover .text_holder_wrap {
    transform: translateY(-5px);
}

@keyframes float {
    0%, 100% {
        transform: translate(0, 0);
    }
    25% {
        transform: translate(-20px, 20px);
    }
    50% {
        transform: translate(10px, -15px);
    }
    75% {
        transform: translate(-15px, -10px);
    }
}

@media (max-width: 992px) {.study_method {
    padding: 90px 0;
}.study_method h2 {
    font-size: calc(30px - 0.2rem);
}.study_method .text_holder_wrap {
    padding: 35px;
}
}

@media (max-width: 768px) {.study_method {
    padding: 70px 0;
}.study_method h2 {
    margin-bottom: 30px;
    font-size: calc(30px - 0.4rem);
}.study_method h2::before {
    width: 60px;
}.study_method .text_holder_wrap {
    padding: 30px 25px;
}.study_method .text_holder_wrap p {
    line-height: 1.6;
    font-size: 13px;
}
}

@media (max-width: 576px) {.study_method {
    padding: 50px 0;
}.study_method .learn_zone {
    padding: 0 20px;
}.study_method h2 {
    margin-bottom: 25px;
    font-size: calc(30px - 0.6rem);
}.study_method h2::before {
    height: 2px;
    width: 50px;
    bottom: -8px;
}.study_method .text_holder_wrap {
    padding: 25px 20px;
    border-left-width: 3px;
}.study_method .text_holder_wrap p {
    font-size: calc(13px - 0.05rem);
    line-height: 1.5;
}}footer {
    font-family: Arial, sans-serif;
    color: #ffffff;
    z-index: 1;
    position: relative;
}footer::before {
    left: 0;
    top: 0;
    backdrop-filter: blur(8px);
    position: absolute;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgb(132,160,154,0.5) 50%, rgb(96,118,113,0.5) 100%);
    z-index: -1;
    height: 100%;
    width: 100%;
    content: "";
    animation: gradientShift 15s ease infinite;
}.abuse_ctrl {
    padding: 4.5rem 0 2rem;
    position: relative;
}.abuse_ctrl::before {
    position: absolute;
    height: 1px;
    background: linear-gradient(to right, 
                transparent 0%, 
                rgb(132,160,154) 25%, 
                #ffffff 50%, 
                rgb(96,118,113) 75%, 
                transparent 100%);
    left: 0;
    right: 0;
    top: 0;
    content: "";
    animation: shimmer 8s linear infinite;
}.abuse_ctrl .container {
    display: flex;
    position: relative;
    justify-content: space-between;
    flex-wrap: wrap;
    z-index: 1;
}.abuse_ctrl .company_holder {
    transform: translateY(0);
    margin-right: 2rem;
    backdrop-filter: blur(15px);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 1.5rem;
    border-radius: 16px;
    flex: 1 1 350px;
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15), 
                inset 0 0 0 1px rgba(255, 255, 255, 0.1);
}.abuse_ctrl .company_holder:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), 
                inset 0 0 0 1px rgba(255, 255, 255, 0.15),
                0 0 20px rgb(132,160,154,0.5);
}.abuse_ctrl .company_holder h3 {
    margin-bottom: 1.25rem;
    font-size: calc(28px * 0.85);
    font-weight: 700;
    color: #ffffff;
    position: relative;
    display: inline-block;
}.abuse_ctrl .company_holder h3::after {
    bottom: -8px;
    transform-origin: left;
    position: absolute;
    width: 100%;
    transition: transform 0.5s ease;
    content: "";
    transform: scaleX(0.3);
    background: linear-gradient(to right, rgb(132,160,154), rgb(96,118,113));
    left: 0;
    height: 2px;
}.abuse_ctrl .company_holder:hover h3::after {
    transform: scaleX(1);
}.abuse_ctrl .collab_net {
    max-width: 450px;
    line-height: 1.6;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 1rem;
}.abuse_ctrl .youtube_chan {
    flex: 1 1 450px;
    position: relative;
}.abuse_ctrl .site_prime {
    gap: 1.5rem;
    flex-wrap: wrap;
    display: flex;
}.abuse_ctrl .youtube_chan .site_prime {
    justify-content: flex-end;
}.abuse_ctrl .nav_wrap {
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    flex: 1 1 200px;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    background: rgba(255, 255, 255, 0.05);
    padding: 1.5rem;
}.abuse_ctrl .nav_wrap h5 {
    font-weight: 600;
    display: inline-block;
    color: #ffffff;
    margin-bottom: 1.25rem;
    font-size: 24px;
    position: relative;
}.abuse_ctrl .nav_wrap h5::before {
    left: 0;
    transition: width 0.3s ease;
    content: "";
    height: 2px;
    background: rgb(132,160,154);
    width: 40px;
    bottom: -6px;
    position: absolute;
}.abuse_ctrl .nav_wrap:hover h5::before {
    width: 100%;
}.abuse_ctrl .nav_wrap .site_prime {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}.abuse_ctrl .nav_wrap a {
    font-size: 16px;
    z-index: 1;
    color: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    position: relative;
    text-decoration: none;
    display: block;
    transition: all 0.3s ease;
    padding: 0.25rem 0.5rem;
}.abuse_ctrl .nav_wrap a::before {
    transition: width 0.3s ease;
    content: "";
    width: 0;
    left: 0;
    height: 1px;
    position: absolute;
    z-index: -1;
    bottom: 0;
    background: linear-gradient(to right, rgb(132,160,154), rgb(96,118,113));
}.abuse_ctrl .nav_wrap a:hover {
    transform: translateX(5px);
    color: #ffffff;
}.abuse_ctrl .nav_wrap a:hover::before {
    width: 100%;
}.collab_space {
    backdrop-filter: blur(15px);
    padding: 1.5rem 0;
    background: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    position: relative;
}.collab_space::before {
    height: 1px;
    left: 0;
    top: 0;
    background: linear-gradient(to right, 
                transparent 0%, 
                rgb(96,118,113) 25%, 
                #ffffff 50%, 
                rgb(132,160,154) 75%, 
                transparent 100%);
    content: "";
    right: 0;
    position: absolute;
}.collab_space .container {
    display: flex;
    justify-content: center;
    position: relative;
    align-items: center;
}.collab_space .partner_logo {
    transition: all 0.3s ease;
    backdrop-filter: blur(5px);
    background: rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    padding: 0.5rem 1rem;
    font-size: 15px;
    text-align: center;
    color: rgba(255, 255, 255, 0.7);
    position: relative;
}.collab_space .partner_logo:hover {
    color: #ffffff;
    background: rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 15px rgb(132,160,154,0.5);
}

@keyframes gradientShift {
    0%, 100% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
}

@keyframes shimmer {
    0% {
        background-position: -1000px 0;
    }
    100% {
        background-position: 1000px 0;
    }
}

@keyframes pulsate {
    0%, 100% {
        opacity: 0.4;
        transform: scale(1);
    }
    50% {
        opacity: 0.6;
        transform: scale(1.05);
    }
}

@media (max-width: 992px) {.abuse_ctrl {
    padding: 3.5rem 0 2rem;
}.abuse_ctrl .container {
    flex-direction: column;
}.abuse_ctrl .company_holder {
    margin-right: 0;
    flex: 1 1 100%;
    margin-bottom: 2rem;
}.abuse_ctrl .youtube_chan {
    flex: 1 1 100%;
}.abuse_ctrl .youtube_chan .site_prime {
    justify-content: space-between;
}.abuse_ctrl .nav_wrap {
    flex: 1 1 calc(50% - 1rem);
}
}

@media (max-width: 768px) {.abuse_ctrl {
    padding: 3rem 0 1.5rem;
}.abuse_ctrl::before {
    height: 2px;
}.abuse_ctrl .company_holder {
    padding: 1.25rem;
}.abuse_ctrl .nav_wrap {
    flex: 1 1 100%;
    margin-bottom: 1rem;
}.abuse_ctrl .youtube_chan .site_prime {
    flex-direction: column;
}.collab_space {
    padding: 1.25rem 0;
}.collab_space::before {
    height: 2px;
}
}

@media (max-width: 576px) {.abuse_ctrl {
    padding: 2.5rem 0 1rem;
}.abuse_ctrl .company_holder h3 {
    font-size: calc(28px * 0.75);
}.abuse_ctrl .collab_net {
    font-size: calc(16px * 0.9);
}.abuse_ctrl .nav_wrap h5 {
    font-size: calc(24px * 0.9);
}.abuse_ctrl .nav_wrap a {
    font-size: calc(16px * 0.9);
}.collab_space .partner_logo {
    padding: 0.4rem 0.8rem;
    font-size: calc(15px * 0.9);
}}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-30px) scale(1.1);
    }
}

.abuse_ctrl .site_prime a::after {
    top: 50%;
    position: absolute;
    transform: translateY(-50%) scale(0);
    height: 4px;
    content: "";
    transition: transform 0.3s ease;
    background: rgb(132,160,154);
    width: 4px;
    left: -10px;
    border-radius: 50%;
}.abuse_ctrl .site_prime a:hover::after {
    transform: translateY(-50%) scale(1);
}.abuse_ctrl .collab_net::before {
    left: -10px;
    border: 1px solid transparent;
    top: -10px;
    height: 0;
    width: 0;
    position: absolute;
    content: "";
    transition: width 0.5s ease 0.3s, height 0.5s ease;
}.abuse_ctrl .collab_net::after {
    transition: width 0.5s ease 0.3s, height 0.5s ease;
    height: 0;
    border: 1px solid transparent;
    width: 0;
    position: absolute;
    content: "";
    right: -10px;
    bottom: -10px;
}.abuse_ctrl .company_holder:hover .collab_net::before {
    height: calc(100% + 20px);
    border-right-color: rgb(132,160,154,0.5);
    transition: width 0.5s ease, height 0.5s ease 0.3s;
    width: calc(100% + 20px);
    border-top-color: rgb(132,160,154,0.5);
}.abuse_ctrl .company_holder:hover .collab_net::after {
    border-left-color: rgb(96,118,113,0.5);
    transition: width 0.5s ease, height 0.5s ease 0.3s;
    height: calc(100% + 20px);
    width: calc(100% + 20px);
    border-bottom-color: rgb(96,118,113,0.5);
}.who_we_are {
    overflow: hidden;
    position: relative;
}.who_we_are::before {
    position: absolute;
    background: linear-gradient(135deg, rgb(132,160,154,0.5), rgba(0, 0, 0, 0.5) 70%);
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 1;
    content: "";
    backdrop-filter: blur(2px);
    top: 0;
}.who_we_are .container {
    padding: 8rem 2rem;
    margin: 0 auto;
    perspective: 1000px;
    z-index: 2;
    max-width: 1200px;
    position: relative;
}.who_we_are .text_holder_wrap {
    background: linear-gradient(165deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.85));
    position: relative;
    overflow: hidden;
    transform: translateY(0);
    padding: 3.5rem;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
}.who_we_are .text_holder_wrap::before {
    content: "";
    top: 0;
    transform: scaleY(1.1);
    height: 100%;
    left: 0;
    position: absolute;
    background: linear-gradient(to bottom, rgb(132,160,154), rgb(96,118,113));
    width: 5px;
}.who_we_are .text_holder_wrap:hover {
    transform: translateY(-5px);
}.who_we_are .text_holder_wrap > div:first-child {
    margin-bottom: 1.5rem;
    position: relative;
}.who_we_are .text_holder_wrap > div:first-child::after {
    background: rgb(132,160,154);
    transition: width 0.4s ease;
    position: absolute;
    bottom: -10px;
    content: "";
    height: 2px;
    width: 50px;
    transform-origin: left center;
    left: 0;
}.who_we_are .text_holder_wrap:hover > div:first-child::after {
    width: 80px;
}.who_we_are h5 {
    margin: 0;
    font-size: 22px;
    display: inline-block;
    letter-spacing: 1.5px;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    color: rgb(132,160,154);
}.who_we_are .text_holder_wrap > div:nth-child(2) {
    margin-bottom: 2rem;
}.who_we_are p {
    font-weight: 400;
    color: #000000;
    line-height: 1.5;
    margin: 0;
    font-size: calc(17px * 1.5);
}.who_we_are p b {
    color: rgb(96,118,113);
    position: relative;
    display: inline-block;
    letter-spacing: 0.5px;
    font-weight: 700;
}.who_we_are p b::after {
    bottom: -5px;
    height: 1px;
    background: rgb(96,118,113,0.5);
    left: 0;
    width: 100%;
    content: "";
    transform-origin: left;
    transform: scaleX(0);
    position: absolute;
    transition: transform 0.5s ease;
}.who_we_are .text_holder_wrap:hover p b::after {
    transform: scaleX(1);
}.who_we_are ol {
    list-style: none;
    padding: 0;
    margin: 0;
    counter-reset: about-counter;
}.who_we_are ol li {
    padding-left: 0;
    column-gap: 2.5rem;
    column-count: 1;
    position: relative;
    text-align: justify;
    color: #000000;
    font-family: Arial, sans-serif;
    line-height: 1.8;
    font-size: 17px;
}.who_we_are ol li::before {
    display: none;
}

@media (min-width: 768px) {.who_we_are ol li {
    column-count: 2;
}.who_we_are .container {
    padding: 10rem 4rem;
}
}

@media (min-width: 992px) {.who_we_are .text_holder_wrap {
    margin-left: auto;
    max-width: 90%;
    padding: 4.5rem;
}.who_we_are ol li {
    column-count: 3;
    font-size: calc(17px * 1.05);
}.who_we_are .container {
    padding: 12rem 5rem;
}
}

@media (max-width: 767px) {.who_we_are .text_holder_wrap {
    padding: 2.5rem 1.5rem;
}.who_we_are .container {
    padding: 5rem 1.5rem;
}.who_we_are h5 {
    font-size: calc(22px * 0.9);
}.who_we_are p {
    font-size: calc(17px * 1.25);
}}

.who_we_are .text_holder_wrap::after {
    position: absolute;
    border-top: 2px solid rgb(132,160,154,0.5);
    content: "";
    top: 20px;
    border-right: 2px solid rgb(132,160,154,0.5);
    width: 60px;
    right: 20px;
    height: 60px;
    opacity: 0.7;
}.who_we_are .text_holder_wrap div:nth-child(2)::before {
    width: 60px;
    content: "";
    position: absolute;
    left: 20px;
    border-left: 2px solid rgb(96,118,113,0.5);
    height: 60px;
    border-bottom: 2px solid rgb(96,118,113,0.5);
    opacity: 0.7;
    bottom: 20px;
}@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.who_we_are::after {
    height: 1px;
    background-size: 200% 200%;
    left: 0;
    background: linear-gradient(90deg, transparent, rgb(255, 255, 255, 0.5), transparent);
    position: absolute;
    width: 100%;
    animation: gradientShift 8s ease infinite;
    bottom: 0;
    content: "";
}.course_program {
    align-items: center;
    min-height: 100vh;
    overflow: hidden;
    display: flex;
    position: relative;
    background-color: rgb(169,197,192);
}.course_program .container {
    z-index: 10;
    width: 100%;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    padding: 4rem 2rem;
}.course_program .learn_zone {
    display: flex;
    flex-direction: column;
    position: relative;
    align-items: center;
    flex-direction: column;
}.course_program .quick_progress {
    margin: 0 auto;
    position: relative;
    text-align: center;
    max-width: 800px;
}.course_program .quick_progress::before {
    background-color: rgb(132,160,154);
    width: 150px;
    position: absolute;
    content: '';
    border-radius: 50%;
    left: -30px;
    opacity: 0.1;
    top: -50px;
    height: 150px;
    z-index: -1;
}.course_program .quick_progress::after {
    height: 100px;
    width: 100px;
    content: '';
    border-radius: 50%;
    z-index: -1;
    bottom: -30px;
    background-color: rgb(96,118,113);
    opacity: 0.1;
    right: -20px;
    position: absolute;
}.course_program .quick_progress h3 {
    margin-bottom: 1.5rem;
    position: relative;
    color: rgb(132,160,154);
    font-weight: 700;
    font-size: 43px;
}.course_program .quick_progress h3::after {
    content: '';
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    border-radius: 2px;
    position: absolute;
    height: 4px;
    bottom: -15px;
    background-color: rgb(132,160,154);
}.course_program .quick_progress p {
    max-width: 700px;
    margin-left: auto;
    font-size: 18px;
    color: #000000;
    margin-bottom: 2.5rem;
    margin-right: auto;
    line-height: 1.8;
}.course_program .quick_progress .reach_info {
    padding: 1rem 2.5rem;
    transition: all 0.3s ease;
    text-decoration: none;
    position: relative;
    font-size: 17px;
    overflow: hidden;
    border-radius: 50px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    display: inline-block;
    z-index: 1;
    color: #ffffff;
    background-color: rgb(132,160,154);
    font-weight: 600;
}.course_program .quick_progress .reach_info::before {
    border-radius: 50px;
    position: absolute;
    transform: translateY(100%);
    z-index: -1;
    content: '';
    height: 100%;
    transition: transform 0.4s ease;
    background-color: rgb(96,118,113);
    top: 0;
    left: 0;
    width: 100%;
}.course_program .quick_progress .reach_info:hover {
    box-shadow: 0 7px 20px rgba(0, 0, 0, 0.15);
}.course_program .quick_progress .reach_info:hover::before {
    transform: translateY(0);
}.course_program .skill_master {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 500px;
    margin-top: 3rem;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}.course_program .skill_master::before {
    z-index: 5;
    content: '';
    position: absolute;
    top: 0;
    background: linear-gradient(to bottom,
                rgba(0, 0, 0, 0.4) 0%,
                transparent 40%,
                transparent 60%,
                rgba(0, 0, 0, 0.4) 100%);
    left: 0;
    width: 100%;
    pointer-events: none;
    height: 100%;
}.course_program .career_class {
    animation: carousel-slide 25s ease-in-out infinite;
    display: flex;
    height: 100%;
    width: 500%;
}.course_program .skill_master:hover .career_class {
    animation-play-state: paused;
}.course_program .study_route {
    width: 20%;
    position: relative;
    height: 100%;
}.course_program .study_route img {
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
    width: 100%;
}.course_program .study_route:hover img {
    transform: scale(1.05);
}.course_program .feature-item {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    width: calc(33.333% - 20px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    border-radius: 10px;
    text-align: center;
    padding: 25px;
    min-width: 250px;
}.course_program .feature-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

@keyframes carousel-slide {
    0% {
        transform: translateX(0);
    }
    20% {
        transform: translateX(0);
    }
    25% {
        transform: translateX(-20%);
    }
    45% {
        transform: translateX(-20%);
    }
    50% {
        transform: translateX(-40%);
    }
    70% {
        transform: translateX(-40%);
    }
    75% {
        transform: translateX(-60%);
    }
    95% {
        transform: translateX(-60%);
    }
    100% {
        transform: translateX(-80%);
    }
}

@media (max-width: 991px) {.course_program .skill_master {
    height: 350px;
}.course_program .quick_progress h3 {
    font-size: calc(43px * 0.9);
}.course_program .feature-item {
    width: calc(50% - 15px);
}
}

@media (max-width: 767px) {.course_program .container {
    padding: 3rem 1.5rem;
}.course_program .skill_master {
    height: 300px;
    margin-top: 2rem;
}.course_program .quick_progress h3 {
    font-size: calc(43px * 0.8);
}.course_program .feature-item {
    min-width: 100%;
    padding: 20px;
}.course_program .career_class {
    width: 600%;
    animation-duration: 20s;
}.course_program .study_route {
    width: 16.6667%;
}
    
    @keyframes carousel-slide {
        0%, 12% {
            transform: translateX(0);
        }
        16%, 28% {
            transform: translateX(-16.6667%);
        }
        32%, 44% {
            transform: translateX(-33.3334%);
        }
        48%, 60% {
            transform: translateX(-50%);
        }
        64%, 76% {
            transform: translateX(-66.6667%);
        }
        80%, 92% {
            transform: translateX(-83.3334%);
        }
        100% {
            transform: translateX(0);
        }
    }
}

@media (max-width: 480px) {.course_program .skill_master {
    height: 250px;
}.course_program .quick_progress .reach_info {
    padding: 0.8rem 2rem;
}}.title_welcome {
    display: flex;
    position: relative;
    background: linear-gradient(135deg, rgb(169,197,192), rgb(132,160,154,0.5));
    min-height: 100vh;
    align-items: center;
    overflow: hidden;
    padding: 2rem 1rem;
    justify-content: center;
}.title_welcome > div {
    width: 100%;
    position: relative;
    max-width: 1200px;
    z-index: 2;
}.title_welcome .teach_method {
    transform: translateY(20px);
    animation: fadeInUp 0.8s ease-out forwards;
    margin-bottom: 2rem;
    opacity: 0;
    position: relative;
}.title_welcome .learn_home {
    display: inline-block;
    font-size: clamp(2rem, 5vw, 38px);
    font-weight: 700;
    color: rgb(132,160,154);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    position: relative;
    margin-bottom: 1rem;
}.title_welcome .learn_home::after {
    width: 80%;
    animation: lineGrow 1s 0.4s ease-out forwards;
    background: linear-gradient(90deg, rgb(132,160,154), transparent);
    border-radius: 10px;
    position: absolute;
    transform: scaleX(0);
    content: "";
    bottom: -10px;
    transform-origin: left;
    height:.25rem;
    left: 0;
}.title_welcome .edu_trackfast {
    border-radius: 10px;
    animation: fadeInUp 0.8s 0.3s ease-out forwards;
    padding: 2rem;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    position: relative;
    opacity: 0;
    transform: translateY(30px);
}.title_welcome .edu_trackfast::before {
    top: 0;
    z-index: 1;
    left: 0;
    position: absolute;
    backdrop-filter: blur(5px);
    right: 0;
    content: "";
    background: linear-gradient(135deg, rgb(132,160,154,0.5), rgba(0, 0, 0, 0.5));
    bottom: 0;
}.title_welcome .edu_trackfast > div {
    display: grid;
    z-index: 2;
    position: relative;
    grid-template-rows: auto auto;
    gap: 1.5rem;
}.title_welcome .edu_trackfast p {
    padding-left: 1rem;
    position: relative;
    color: #ffffff;
    font-size: clamp(1rem, 3vw, 15px);
    line-height: 1.6;
    margin-bottom: 1rem;
    transform: translateX(-20px);
    font-weight: 600;
    opacity: 0;
    animation: fadeInRight 0.8s 0.6s ease-out forwards;
}.title_welcome .edu_trackfast p::before {
    left: 0;
    bottom: 0;
    background: rgb(96,118,113);
    position: absolute;
    border-radius: 10px;
    content: "";
    top: 0;
    width: 4px;
}.title_welcome .edu_trackfast h3 {
    font-size: clamp(1.2rem, 3.5vw, 23px);
    border-left: 5px solid rgb(96,118,113);
    line-height: 1.4;
    color: #ffffff;
    position: relative;
    font-weight: 700;
    background: rgba(0, 0, 0, 0.2);
    opacity: 0;
    padding: 1.5rem;
    animation: fadeInUp 0.8s 0.9s ease-out forwards;
    transform: translateY(20px);
}

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

@keyframes fadeInRight {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes lineGrow {
  to {
    transform: scaleX(1);
  }
}

@media (min-width: 768px) {.title_welcome {
    padding: 3rem;
}.title_welcome .edu_trackfast {
    padding: 3rem;
}.title_welcome .edu_trackfast > div {
    gap: 2rem;
    align-items: center;
    grid-template-columns: 1fr 1fr;
}.title_welcome .edu_trackfast p {
    font-size: 15px;
    margin-bottom: 0;
}.title_welcome .learn_home {
    margin-bottom: 1.5rem;
}
}

@media (min-width: 992px) {.title_welcome .teach_method {
    width: 70%;
}.title_welcome .edu_trackfast {
    transition: transform 0.5s ease;
    transform: perspective(1000px) rotateY(-2deg);
}.title_welcome .edu_trackfast:hover {
    transform: perspective(1000px) rotateY(0);
}.title_welcome .edu_trackfast h3 {
    padding: 2rem;
    font-size: 23px;
}
}

@media (max-width: 576px) {.title_welcome {
    padding: 1.5rem 1rem;
}.title_welcome .edu_trackfast {
    padding: 1.5rem;
}.title_welcome .learn_home {
    font-size: 1.8rem;
}.title_welcome .edu_trackfast h3 {
    padding: 1rem;
    font-size: 1.1rem;
}}.educational_yield {
    overflow: hidden;
    padding: 10rem 0;
    background: rgb(169,197,192);
    position: relative;
}.educational_yield::before {
    height: 100%;
    width: 100%;
    top: 0;
    content: '';
    position: absolute;
    z-index: 1;
    left: 0;
    background: 
        radial-gradient(circle at 10% 20%, rgb(132,160,154,0.5) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgb(96,118,113,0.5) 0%, transparent 40%);
    opacity: 0.4;
}.educational_yield .learn_zone {
    z-index: 5;
    max-width: 1400px;
    display: flex;
    position: relative;
    flex-direction: column;
    margin: 0 auto;
}.educational_yield h2 {
    margin-bottom: 2.5rem;
    line-height: 1.2;
    font-size: calc(32px * 1.5);
    margin-left: 2rem;
    width: 60%;
    position: relative;
    color: #000000;
    font-weight: 700;
}.educational_yield h2::after {
    width: 120px;
    content: '';
    bottom: -15px;
    position: absolute;
    height: 6px;
    background: rgb(132,160,154);
    border-radius: 10px;
    left: 0;
}.educational_yield .square_image {
    width: 45%;
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
    top: 10%;
    height: 80%;
    z-index: 2;
    position: absolute;
    box-shadow: -30px 30px 60px rgba(0, 0, 0, 0.15);
    right: 0;
    border-radius: 27px 0 0 27px;
}.educational_yield .square_image::after {
    left: 0;
    content: '';
    background: linear-gradient(90deg, rgb(132,160,154,0.5) 0%, transparent 100%);
    z-index: 1;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
}.educational_yield .text_holder_wrap {
    z-index: 3;
    width: 65%;
    position: relative;
    padding-left: 2rem;
}.educational_yield .text_main_holder {
    gap: 2.5rem;
    display: grid;
    margin-top: 1rem;
    grid-template-columns: repeat(2, 1fr);
}.educational_yield .text_main_holder > div {
    background: #ffffff;
    position: relative;
    border-radius: 27px;
    display: flex;
    padding: 2rem 2.5rem;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
    align-items: flex-start;
}.educational_yield .text_main_holder > div::before {
    top: 0;
    left: 0;
    background: linear-gradient(90deg, rgb(132,160,154) 0%, transparent 100%);
    height: 100%;
    position: absolute;
    transition: width 0.4s ease;
    border-radius: 27px;
    content: '';
    z-index: 1;
    width: 0;
    opacity: 0.1;
}.educational_yield .text_main_holder > div:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}.educational_yield .text_main_holder > div:hover::before {
    width: 100%;
}.educational_yield .text_main_holder svg {
    transition: transform 0.3s ease;
    margin-right: 1.5rem;
    height: 3rem;
    flex-shrink: 0;
    position: relative;
    width: 3rem;
    z-index: 2;
}.educational_yield .text_main_holder > div:hover svg {
    transform: rotate(10deg) scale(1.1);
}.educational_yield .text_main_holder svg path {
    transition: fill 0.3s ease;
    fill: rgb(132,160,154);
}.educational_yield .text_main_holder > div:hover svg path {
    fill: rgb(96,118,113);
}.educational_yield .text_main_holder p {
    margin: 0;
    color: #000000;
    line-height: 1.6;
    z-index: 2;
    font-size: 18px;
    position: relative;
}

@media (max-width: 1200px) {.educational_yield h2 {
    width: 70%;
    font-size: calc(32px * 1.3);
}.educational_yield .text_holder_wrap {
    width: 70%;
}.educational_yield .square_image {
    width: 40%;
}
}

@media (max-width: 992px) {.educational_yield {
    padding: 8rem 0;
}.educational_yield h2 {
    width: 80%;
    font-size: calc(32px * 1.2);
}.educational_yield .text_holder_wrap {
    width: 80%;
    padding-right: 2rem;
    padding-left: 2rem;
}.educational_yield .text_main_holder {
    gap: 2rem;
    grid-template-columns: 1fr;
}.educational_yield .square_image {
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0 100%);
}
}

@media (max-width: 768px) {.educational_yield {
    padding: 7rem 0 20rem;
}.educational_yield .learn_zone {
    display: flex;
    flex-direction: column;
}.educational_yield h2 {
    margin-right: 2rem;
    margin-left: 2rem;
    width: auto;
    font-size: 32px;
}.educational_yield .text_holder_wrap {
    width: auto;
    padding: 0 2rem;
}.educational_yield .square_image {
    clip-path: none;
    height: 300px;
    right: auto;
    top: auto;
    margin: 2rem auto 0;
    width: 90%;
    position: relative;
    border-radius: 27px;
}.educational_yield .text_main_holder > div {
    padding: 1.8rem 2rem;
}
}

@media (max-width: 576px) {.educational_yield {
    padding: 5rem 0 18rem;
}.educational_yield h2 {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
}.educational_yield .text_holder_wrap {
    padding: 0 1.5rem;
}.educational_yield .text_main_holder > div {
    padding: 1.5rem;
}.educational_yield .text_main_holder svg {
    height: 2.5rem;
    margin-right: 1rem;
    width: 2.5rem;
}.educational_yield .square_image {
    height: 250px;
}
}