* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}header,footer {
    width: 100%;
}.main_learn_style {
    flex: 1 0 auto;
}.code_labs_style {
    flex: 0 0 auto;
}a {
    color: inherit;
    text-decoration: none;
}html,body {
    min-height: 100%;
    height: 100%;
    color: #000000;
    auto
contain
    scroll-behavior: smooth;
    font-family: Arial, sans-serif;
}.wrapper-border_style {
    flex-direction: column;
    display: flex;
    min-height: 100%;
    height: 100%;
}.container {
    max-width: 100%;
    width: 1108px;
    margin: auto;
}svg {
    height: 30px;
    width: 30px;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.leadership_experience_style {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
    background: linear-gradient(170deg, rgb(198,198,181) 0%, rgb(165,159,166,0.5) 100%);
}.leadership_experience_style::before {
    opacity: 0.04;
    top: 0;
    background: 
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 20px,
            rgb(165,159,166,0.5) 20px,
            rgb(165,159,166,0.5) 21px
        );
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    position: absolute;
}.leadership_experience_style::after {
    background: 
        radial-gradient(circle at 20% 30%, rgb(165,159,166,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(121,116,127,0.5) 0%, transparent 40%);
    left: 0;
    width: 100%;
    position: absolute;
    content: "";
    height: 100%;
    top: 0;
    opacity: 0.3;
    filter: blur(80px);
}.leadership_experience_style .container {
    max-width: 1200px;
    position: relative;
    padding: 0 15px;
    z-index: 2;
    margin: 0 auto;
}.leadership_experience_style .testimonial_space_style {
    flex-direction: column;
    position: relative;
    display: flex;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
}.leadership_experience_style .testimonial_space_style::before {
    left: 50%;
    width: 500px;
    content: "";
    animation: orbit 20s linear infinite;
    position: absolute;
    border-radius: 50%;
    height: 500px;
    transform: translate(-50%, -50%);
    border: 1px solid rgb(165,159,166,0.5);
    opacity: 0.2;
    top: 50%;
}.leadership_experience_style .testimonial_space_style::after {
    animation: orbit 15s linear infinite reverse;
    top: 50%;
    opacity: 0.15;
    transform: translate(-50%, -50%);
    height: 400px;
    content: "";
    border-radius: 50%;
    left: 50%;
    width: 400px;
    position: absolute;
    border: 1px dashed rgb(121,116,127,0.5);
}@keyframes orbit {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.leadership_experience_style .img_box_grid_style {
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 0 0 10px rgba(255, 255, 255, 0.1),
        0 0 0 20px rgba(255, 255, 255, 0.05);
    margin-bottom: 30px;
    width: 240px;
    position: relative;
    height: 240px;
    border-radius: 50%;
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    z-index: 5;
}.leadership_experience_style .img_box_grid_style::before {
    background: conic-gradient(
        from 0deg,
        transparent 0deg, 
        rgb(165,159,166,0.5) 90deg,
        transparent 180deg,
        rgb(121,116,127,0.5) 270deg,
        transparent 360deg
    );
    z-index: -1;
    inset: -30px;
    animation: spin 12s linear infinite;
    border-radius: 50%;
    opacity: 0.4;
    content: "";
    position: absolute;
}.leadership_experience_style .img_box_grid_style::after {
    z-index: 2;
    position: absolute;
    background: 
        radial-gradient(
            circle at 30% 30%,
            rgba(255, 255, 255, 0.3) 0%,
            transparent 50%
        );
    border-radius: 50%;
    content: "";
    inset: 0;
}@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.leadership_experience_style .name {
    font-size: 44px;
    background: linear-gradient(
        to right,
        #000000 0%,
        rgb(165,159,166) 100%
    );
    -webkit-background-clip: text !important;
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    position: relative;
    margin-bottom: 15px;
    background-clip: text !important;
    transition: all 0.3s ease;
    z-index: 3;
    color: #000000;
    text-align: center;
    font-weight: 700;
}.leadership_experience_style .name::after {
    content: "";
    left: 50%;
    transition: width 0.4s ease;
    background: linear-gradient(
        to right,
        rgb(165,159,166) 0%,
        rgb(121,116,127) 100%
    );
    bottom: -8px;
    position: absolute;
    height: 2px;
    transform: translateX(-50%);
    width: 0;
}.leadership_experience_style .testimonial_space_style:hover .name::after {
    width: 80px;
}.leadership_experience_style .testimonial_space_style span:not(.name) {
    border: 1px solid rgba(255, 255, 255, 0.15);
    text-align: center;
    text-transform: uppercase;
    color: rgb(121,116,127);
    letter-spacing: 2px;
    margin-bottom: 30px;
    z-index: 3;
    transition: all 0.3s ease;
    position: relative;
    padding: 8px 20px;
    font-weight: 600;
    border-radius: 30px;
    opacity: 0.9;
    font-size: 22px;
    backdrop-filter: blur(5px);
    background: rgba(255, 255, 255, 0.1);
}.leadership_experience_style .testimonial_space_style:hover span:not(.name) {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}.leadership_experience_style .emp_exp_style {
    padding: 35px 45px;
    color: #000000;
    margin: 0;
    font-size: 17px;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(0, 0, 0, 0.02);
    max-width: 650px;
    background: #ffffff;
    border-radius: 19px;
    position: relative;
    text-align: center;
    line-height: 1.8;
    z-index: 3;
}.leadership_experience_style .emp_exp_style::before,
.leadership_experience_style .emp_exp_style::after {
    width: 10px;
    content: "";
    height: 10px;
    position: absolute;
}.leadership_experience_style .emp_exp_style::before {
    top: 25px;
    left: 25px;
    border-left: 2px solid rgb(165,159,166);
    border-top: 2px solid rgb(165,159,166);
}.leadership_experience_style .emp_exp_style::after {
    border-right: 2px solid rgb(121,116,127);
    right: 25px;
    border-bottom: 2px solid rgb(121,116,127);
    bottom: 25px;
}.leadership_experience_style .testimonial_space_style:hover .img_box_grid_style {
    transform: scale(1.05);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.15),
        0 0 0 15px rgba(255, 255, 255, 0.2),
        0 0 0 30px rgba(255, 255, 255, 0.05);
}

@media (max-width: 991px) {.leadership_experience_style {
    padding: 90px 0;
}.leadership_experience_style .img_box_grid_style {
    margin-bottom: 25px;
    width: 200px;
    height: 200px;
}.leadership_experience_style .testimonial_space_style::before {
    height: 400px;
    width: 400px;
}.leadership_experience_style .testimonial_space_style::after {
    height: 320px;
    width: 320px;
}.leadership_experience_style .name {
    font-size: calc(44px * 0.9);
}.leadership_experience_style .emp_exp_style {
    padding: 30px 35px;
    max-width: 600px;
}
}

@media (max-width: 767px) {.leadership_experience_style {
    padding: 70px 0;
}.leadership_experience_style .img_box_grid_style {
    margin-bottom: 20px;
    height: 180px;
    width: 180px;
}.leadership_experience_style .testimonial_space_style::before {
    width: 320px;
    height: 320px;
}.leadership_experience_style .testimonial_space_style::after {
    height: 260px;
    width: 260px;
}.leadership_experience_style .name {
    font-size: calc(44px * 0.8);
}.leadership_experience_style .testimonial_space_style span:not(.name) {
    margin-bottom: 25px;
    padding: 6px 16px;
    font-size: calc(22px * 0.95);
}.leadership_experience_style .emp_exp_style {
    max-width: 100%;
    font-size: calc(17px * 0.95);
    padding: 25px 30px;
}.leadership_experience_style .emp_exp_style::before,
    .leadership_experience_style .emp_exp_style::after {
    height: 8px;
    width: 8px;
}.leadership_experience_style .emp_exp_style::before {
    left: 20px;
    top: 20px;
}.leadership_experience_style .emp_exp_style::after {
    right: 20px;
    bottom: 20px;
}
}

@media (max-width: 575px) {.leadership_experience_style {
    padding: 50px 0;
}.leadership_experience_style .img_box_grid_style {
    margin-bottom: 18px;
    height: 150px;
    width: 150px;
}.leadership_experience_style .testimonial_space_style::before {
    width: 260px;
    height: 260px;
}.leadership_experience_style .testimonial_space_style::after {
    height: 200px;
    width: 200px;
}.leadership_experience_style .name {
    font-size: calc(44px * 0.7);
}.leadership_experience_style .testimonial_space_style span:not(.name) {
    padding: 5px 12px;
    margin-bottom: 20px;
    font-size: calc(22px * 0.9);
    letter-spacing: 1px;
}.leadership_experience_style .emp_exp_style {
    padding: 20px 25px;
    font-size: calc(17px * 0.9);
}.leadership_experience_style .emp_exp_style::before,
    .leadership_experience_style .emp_exp_style::after {
    height: 6px;
    width: 6px;
}.leadership_experience_style .emp_exp_style::before {
    left: 15px;
    top: 15px;
}.leadership_experience_style .emp_exp_style::after {
    bottom: 15px;
    right: 15px;
}}.privacy_sanctuary_style {
    padding: 40px;
    color: #000000;
    width: 100%;
    transition: background-color 0.3s, box-shadow 0.3s;
    font-family: Arial, sans-serif;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
    height: auto;
}.privacy_sanctuary_style h1 {
    text-transform: uppercase;
    font-size: 43px;
    color: rgb(165,159,166);
    border-bottom: 2px solid rgb(165,159,166);
    margin-bottom: 25px;
    padding-bottom: 10px;
    font-weight: 700;
    margin-top: 40px;
}.privacy_sanctuary_style h2 {
    border-bottom: 1px solid rgb(121,116,127);
    color: rgb(121,116,127);
    margin-bottom: 20px;
    padding-bottom: 5px;
    font-size: 30px;
    font-weight: 600;
    margin-top: 30px;
}.privacy_sanctuary_style h3, .privacy_sanctuary_style h4, .privacy_sanctuary_style h5, .privacy_sanctuary_style h6 {
    margin-bottom: 15px;
    font-weight: 600;
    color: rgb(165,159,166);
    margin-top: 25px;
    font-size: 20px;
}.privacy_sanctuary_style li {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.6;
    color: #000000;
    margin-bottom: 15px;
}.privacy_sanctuary_style section {
    background: rgb(198,198,181);
    margin-top: 20px;
    border-radius: 10px;
    padding: 20px;
}.privacy_sanctuary_style p, .privacy_sanctuary_style span, .privacy_sanctuary_style div {
    font-weight: 300;
    color: #000000;
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1.8;
}

@media only screen and (max-width: 800px) {.privacy_sanctuary_style {
    padding: 20px 10px;
}.privacy_sanctuary_style h1 {
    font-size: calc(20px * 0.8);
}.privacy_sanctuary_style h2 {
    font-size: calc(20px * 0.8);
}.privacy_sanctuary_style h3, .privacy_sanctuary_style h4, .privacy_sanctuary_style h5, .privacy_sanctuary_style h6 {
    font-size: calc(20px * 0.8);
}.privacy_sanctuary_style p, .privacy_sanctuary_style span, .privacy_sanctuary_style div {
    font-size: calc(18px * 0.9);
}}.course_benefits_style {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(198,198,181) 0%, rgba(247, 248, 255, 0.95) 100%);
    box-shadow: 0 -15px 35px -20px rgba(0, 0, 0, 0.1) inset;
    position: relative;
    padding: 120px 0;
}.course_benefits_style::before {
    top: -100%;
    transform: rotate(-15deg);
    height: 300%;
    position: absolute;
    left: -15%;
    opacity: 0.1;
    background: linear-gradient(145deg, rgb(165,159,166,0.5) 0%, rgb(121,116,127,0.5) 70%);
    content: "";
    width: 35%;
    animation: float 20s infinite alternate ease-in-out;
    z-index: 0;
}.course_benefits_style::after {
    opacity: 0.08;
    content: "";
    width: 40%;
    height: 200%;
    background: linear-gradient(215deg, rgb(121,116,127,0.5) 0%, rgb(165,159,166,0.5) 70%);
    bottom: -100%;
    animation: float 15s infinite alternate-reverse ease-in-out;
    transform: rotate(15deg);
    position: absolute;
    right: -15%;
    z-index: 0;
}.course_benefits_style .container {
    position: relative;
    grid-template-columns: 1fr 1.5fr;
    max-width: 1200px;
    display: grid;
    align-items: center;
    z-index: 1;
    padding: 0 20px;
    margin: 0 auto;
    gap: 50px;
}.course_benefits_style .img_box_grid_style {
    animation: photo-appear 1s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    height: auto;
    object-fit: cover;
    max-width: 450px;
    transition: transform 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
    box-shadow: 25px 25px 50px rgba(0, 0, 0, 0.1), 
                -5px -5px 30px rgba(255, 255, 255, 0.8);
    transform: perspective(1000px) rotateY(-5deg) rotateX(3deg);
    border-radius: 11px;
    filter: saturate(1.05);
    transform-origin: center center;
    width: 100%;
    opacity: 0;
}.course_benefits_style .img_box_grid_style:hover {
    box-shadow: 30px 30px 60px rgba(0, 0, 0, 0.15), 
                -5px -5px 30px rgba(255, 255, 255, 0.9);
    transform: perspective(1000px) rotateY(0deg) rotateX(0deg) scale(1.02);
}.course_benefits_style .learn_classes_style {
    animation: slide-in 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s forwards;
    position: relative;
    opacity: 0;
    z-index: 2;
    transform: translateY(30px);
}.course_benefits_style .text_box_content_style {
    padding: 10px 0 10px 30px;
    position: relative;
}.course_benefits_style .text_box_content_style::before {
    border-radius: 10px;
    background: linear-gradient(to bottom, rgb(165,159,166), rgb(121,116,127));
    left: 0;
    content: "";
    top: 0;
    position: absolute;
    height: 100%;
    width: 3px;
}.course_benefits_style h1 {
    margin-bottom: 30px;
    position: relative;
    font-size: 44px;
    transform: translateZ(0);
    color: #000000;
    font-weight: 700;
    line-height: 1.3;
}.course_benefits_style h1::after {
    background: rgb(165,159,166);
    top: 50%;
    position: absolute;
    content: "";
    height: 15px;
    border-radius: 50%;
    transform: translateY(-50%);
    box-shadow: 0 0 15px rgb(165,159,166,0.5);
    left: -30px;
    width: 15px;
}.course_benefits_style ul {
    padding: 0;
    gap: 20px;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
    list-style: none;
}.course_benefits_style li {
    animation: fade-in 0.5s forwards;
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05),
                -2px -2px 10px rgba(255, 255, 255, 0.6);
    position: relative;
    border-radius: 10px;
    backdrop-filter: blur(5px);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.5) 100%);
    animation-delay: calc(0.15s * var(--i, 0));
    opacity: 0;
    transform: translateZ(0);
    padding: 15px 20px 15px 60px;
}.course_benefits_style li:nth-child(1) {
    --i: 1;
}.course_benefits_style li:nth-child(2) {
    --i: 2;
}.course_benefits_style li:nth-child(3) {
    --i: 3;
}.course_benefits_style li:nth-child(4) {
    --i: 4;
}.course_benefits_style li:nth-child(5) {
    --i: 5;
}.course_benefits_style li:hover {
    box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.08),
                -3px -3px 12px rgba(255, 255, 255, 0.8);
    transform: translateY(-5px) scale(1.02);
}.course_benefits_style li p {
    color: #000000;
    line-height: 1.6;
    margin: 0;
    font-size: 14px;
}.course_benefits_style li svg {
    color: rgb(165,159,166);
    position: absolute;
    width: 30px;
    left: 15px;
    transition: transform 0.3s ease;
    transform: translateY(-50%);
    height: 30px;
    filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.1));
    top: 50%;
}.course_benefits_style li:hover svg {
    transform: translateY(-50%) scale(1.1);
}.course_benefits_style svg path {
    fill: rgb(165,159,166);
    transition: fill 0.3s ease;
}.course_benefits_style li:hover svg path {
    fill: rgb(121,116,127);
}

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

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

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

@keyframes photo-appear {
    0% { opacity: 0; transform: perspective(1000px) rotateY(-15deg) rotateX(10deg) translateX(-50px); }
    100% { opacity: 1; transform: perspective(1000px) rotateY(-5deg) rotateX(3deg) translateX(0); }
}

@media (max-width: 1024px) {.course_benefits_style {
    padding: 90px 0;
}.course_benefits_style .container {
    gap: 40px;
    grid-template-columns: 1fr;
}.course_benefits_style .img_box_grid_style {
    margin: 0 auto;
    max-width: 400px;
}.course_benefits_style ul {
    grid-template-columns: 1fr;
}
}

@media (max-width: 768px) {.course_benefits_style {
    padding: 70px 0;
}.course_benefits_style h1 {
    margin-bottom: 25px;
    font-size: calc(44px * 0.85);
}.course_benefits_style .img_box_grid_style {
    max-width: 100%;
}.course_benefits_style .text_box_content_style {
    padding: 0 0 0 20px;
}.course_benefits_style li {
    padding: 15px 15px 15px 55px;
}
}

@media (max-width: 576px) {.course_benefits_style {
    padding: 50px 0;
}.course_benefits_style h1 {
    margin-bottom: 20px;
    font-size: calc(44px * 0.7);
}.course_benefits_style ul {
    gap: 15px;
}.course_benefits_style li {
    padding: 12px 12px 12px 50px;
}.course_benefits_style li svg {
    width: 24px;
    left: 12px;
    height: 24px;
}.course_benefits_style li p {
    font-size: calc(14px * 0.9);
}}footer {
    position: relative;
    z-index: 1;
}footer::before {
    background: linear-gradient(120deg, rgb(165,159,166) 0%, rgb(121,116,127) 100%);
    opacity: 0.85;
    top: 0;
    content: "";
    position: absolute;
    z-index: -2;
    bottom: 0;
    right: 0;
    left: 0;
}footer::after {
    z-index: -1;
    bottom: 0;
    right: 0;
    left: 0;
    content: "";
    top: 0;
    background-image: 
        linear-gradient(to right, rgba(255,255,255,0.07) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(255,255,255,0.07) 1px, transparent 1px);
    background-size: 20px 20px;
    position: absolute;
}.code_labs_style {
    padding: 4rem 0 2.5rem;
    position: relative;
    color: #ffffff;
}.code_labs_style::before {
    position: absolute;
    top: 0;
    width: 100%;
    height: 10px;
    content: "";
    opacity: 0.2;
    left: 0;
    background: #ffffff;
    clip-path: polygon(
        0% 0%, 4% 100%, 8% 0%, 12% 100%, 16% 0%, 20% 100%, 
        24% 0%, 28% 100%, 32% 0%, 36% 100%, 40% 0%, 44% 100%, 
        48% 0%, 52% 100%, 56% 0%, 60% 100%, 64% 0%, 68% 100%, 
        72% 0%, 76% 100%, 80% 0%, 84% 100%, 88% 0%, 92% 100%, 
        96% 0%, 100% 100%
    );
}.code_labs_style .container {
    flex-wrap: wrap;
    display: flex;
    gap: 3rem;
    position: relative;
    justify-content: space-between;
}.code_labs_style .company_holder {
    position: relative;
    flex: 1 1 400px;
    padding: 2.5rem;
    clip-path: polygon(
        0% 0%, 100% 0%, 95% 100%, 5% 100%
    );
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.1);
}.code_labs_style .company_holder h3 {
    letter-spacing: 1px;
    background: rgba(255, 255, 255, 0.15);
    font-size: 32px;
    color: #ffffff;
    font-weight: 700;
    clip-path: polygon(0% 0%, 100% 0%, 95% 100%, 5% 100%);
    display: inline-block;
    padding: 0.5rem 2rem;
    margin: 0 0 1.5rem;
    text-transform: uppercase;
}.code_labs_style .diversity_style {
    clip-path: polygon(3% 0%, 97% 0%, 100% 100%, 0% 100%);
    margin: 0 1rem;
    background: rgba(0, 0, 0, 0.15);
    font-size: 13px;
    line-height: 1.6;
    padding: 1.5rem;
    color: #ffffff;
}.code_labs_style .online_tools_style {
    flex-direction: column;
    gap: 2rem;
    min-width: 400px;
    flex: 1 1 calc(100% - 480px);
    display: flex;
}.code_labs_style .top_pagewrap_style {
    gap: 2.5rem;
    flex-wrap: wrap;
    display: flex;
}.code_labs_style .top_lead_style {
    min-width: 200px;
    flex: 1 1 calc(50% - 1.25rem);
    position: relative;
}.code_labs_style .top_lead_style h5 {
    font-weight: 600;
    clip-path: polygon(0% 0%, 95% 0%, 100% 100%, 5% 100%);
    padding: 0.5rem 1.5rem;
    margin: 0 0 1.5rem;
    position: relative;
    background: rgba(255, 255, 255, 0.15);
    color: #ffffff;
    font-size: 18px;
    display: inline-block;
}.code_labs_style .top_lead_style .top_pagewrap_style {
    gap: 0.8rem;
    background: rgba(0, 0, 0, 0.15);
    display: flex;
    clip-path: polygon(2% 0%, 98% 0%, 100% 95%, 0% 100%);
    flex-direction: column;
    padding: 1.5rem;
}.code_labs_style .top_lead_style .top_pagewrap_style a {
    display: block;
    clip-path: polygon(0% 0%, 97% 0%, 100% 100%, 3% 100%);
    position: relative;
    transition: all 0.3s ease;
    color: #ffffff;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.05);
    font-size: 13px;
    padding: 0.6rem 1rem;
}.code_labs_style .top_lead_style .top_pagewrap_style a:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateX(5px);
}.code_labs_style .top_lead_style .top_pagewrap_style a::before {
    transition: all 0.3s ease;
    left: 0;
    position: absolute;
    width: 3px;
    content: "";
    background: #ffffff;
    top: 0;
    height: 100%;
    opacity: 0;
}.code_labs_style .top_lead_style .top_pagewrap_style a:hover::before {
    opacity: 0.7;
}.transcript_style {
    position: relative;
    padding: 2rem 0;
    clip-path: polygon(0% 20%, 2% 0%, 98% 0%, 100% 20%, 100% 100%, 0% 100%);
    margin-top: 3rem;
    background: rgba(255, 255, 255, 0.1);
}.transcript_style .container {
    display: flex;
    justify-content: center;
    align-items: center;
}.transcript_style .lang_learn_style {
    position: relative;
    padding: 0.7rem 2rem;
    color: #ffffff;
    text-align: center;
    clip-path: polygon(5% 0%, 95% 0%, 100% 100%, 0% 100%);
    font-size: 15px;
    background: rgba(255, 255, 255, 0.05);
}

@keyframes hexagonPulse {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

@media (max-width: 1200px) {.code_labs_style .container {
    gap: 2rem;
}.code_labs_style .company_holder {
    flex: 1 1 380px;
}.code_labs_style .online_tools_style {
    min-width: 380px;
    flex: 1 1 calc(100% - 430px);
}
}

@media (max-width: 992px) {.code_labs_style {
    padding: 3.5rem 0 2rem;
}.code_labs_style .container {
    gap: 2.5rem;
    flex-direction: column;
}.code_labs_style .company_holder,
    .code_labs_style .online_tools_style {
    min-width: 100%;
    flex: 1 1 100%;
}.code_labs_style .top_lead_style {
    min-width: 200px;
    flex: 1 1 calc(50% - 1.25rem);
}
}

@media (max-width: 768px) {.code_labs_style {
    padding: 3rem 0 1.5rem;
}.code_labs_style .company_holder {
    padding: 2rem;
}.code_labs_style .company_holder h3 {
    font-size: calc(32px - 2px);
}.code_labs_style .top_pagewrap_style {
    gap: 1.5rem;
}.transcript_style {
    margin-top: 2rem;
}
}

@media (max-width: 576px) {.code_labs_style {
    padding: 2.5rem 0 1rem;
}.code_labs_style .top_lead_style {
    min-width: 100%;
    flex: 1 1 100%;
}.code_labs_style .top_pagewrap_style {
    gap: 1rem;
}.transcript_style {
    clip-path: polygon(0% 10%, 2% 0%, 98% 0%, 100% 10%, 100% 100%, 0% 100%);
    margin-top: 1.5rem;
    padding: 1.5rem 0;
}.code_labs_style::before {
    height: 5px;
}
}

@media (max-width: 420px) {.code_labs_style .company_holder {
    padding: 1.5rem;
    clip-path: polygon(0% 0%, 100% 0%, 97% 100%, 3% 100%);
}.code_labs_style .company_holder h3 {
    padding: 0.4rem 1rem;
}.code_labs_style .top_lead_style h5 {
    padding: 0.4rem 1rem;
}.code_labs_style .top_lead_style .top_pagewrap_style {
    padding: 1rem;
}.code_labs_style .top_lead_style .top_pagewrap_style a:hover {
    transform: translateX(3px);
}.transcript_style .lang_learn_style {
    padding: 0.6rem 1.5rem;
    width: 90%;
}}.training_structure_style {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(198,198,181) 0%, rgb(121,116,127,0.5) 100%);
}.training_structure_style::before {
    width: 100%;
    animation: backgroundShift 20s infinite alternate ease-in-out;
    height: 100%;
    content: "";
    background-image: 
        radial-gradient(circle at 10% 20%, rgb(165,159,166,0.5) 5%, transparent 15%),
        radial-gradient(circle at 90% 80%, rgb(121,116,127,0.5) 10%, transparent 20%);
    position: absolute;
    top: 0;
    opacity: 0.15;
    left: 0;
    z-index: 1;
}.training_structure_style::after {
    background: linear-gradient(45deg, rgb(165,159,166,0.5) 0%, rgb(121,116,127) 100%);
    opacity: 0.2;
    content: "";
    position: absolute;
    width: 300px;
    top: -50px;
    transform: rotate(15deg) skew(15deg);
    z-index: 0;
    right: -50px;
    height: 300px;
    filter: blur(80px);
}.training_structure_style .container {
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
    z-index: 2;
}.training_structure_style .learn_classes_style {
    display: flex;
    align-items: center;
    justify-content: center;
    perspective: 1000px;
}.training_structure_style .learn_classes_style > div {
    border-radius: 10px;
    padding: 50px;
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    box-shadow: 
        0 20px 40px rgba(0,0,0,0.08),
        0 5px 15px rgba(0,0,0,0.05),
        0 0 0 1px rgba(255,255,255,0.2);
    backdrop-filter: blur(10px);
    background: linear-gradient(145deg, rgba(255,255,255,0.95), rgba(255,255,255,0.85));
    position: relative;
    transform: rotateY(2deg) translateZ(0);
    transform-style: preserve-3d;
    max-width: 800px;
}.training_structure_style .learn_classes_style > div:hover {
    box-shadow: 
        0 25px 50px rgba(0,0,0,0.12),
        0 10px 20px rgba(0,0,0,0.08),
        0 0 0 1px rgba(255,255,255,0.3);
    transform: rotateY(0deg) translateZ(10px) scale(1.01);
}.training_structure_style .learn_classes_style > div::before {
    opacity: 0.7;
    height: 10px;
    width: calc(100% + 20px);
    top: -10px;
    position: absolute;
    background: rgb(165,159,166);
    left: -10px;
    content: "";
    transform: translateZ(-5px);
}.training_structure_style .learn_classes_style > div::after {
    transform: translateZ(-5px);
    width: 10px;
    opacity: 0.7;
    position: absolute;
    top: -10px;
    left: -10px;
    background: rgb(121,116,127);
    height: calc(100% + 20px);
    content: "";
}.training_structure_style h3 {
    font-weight: 700;
    font-size: 31px;
    transform: translateZ(10px);
    position: relative;
    font-family: Arial, sans-serif;
    margin-bottom: 25px;
    color: #000000;
    line-height: 1.2;
}.training_structure_style h3::after {
    background: linear-gradient(90deg, rgb(165,159,166) 0%, rgb(121,116,127) 100%);
    content: "";
    width: 80px;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transform-origin: left center;
    height: 3px;
    bottom: -12px;
    left: 0;
    position: absolute;
    transform: scaleX(1);
}.training_structure_style .learn_classes_style > div:hover h3::after {
    transform: scaleX(1.5);
}.training_structure_style p {
    margin-bottom: 0;
    color: #000000;
    font-family: Arial, sans-serif;
    transform: translateZ(5px);
    line-height: 1.8;
    position: relative;
    font-size: 16px;
}.training_structure_style p span {
    transition: padding-left 0.4s ease;
    padding-left: 0;
    position: relative;
    display: block;
}.training_structure_style .learn_classes_style > div:hover p span {
    padding-left: 10px;
}.training_structure_style p span::before {
    opacity: 0;
    transition: width 0.4s ease, opacity 0.4s ease;
    width: 0;
    background: rgb(121,116,127);
    content: "";
    position: absolute;
    left: -10px;
    height: 2px;
    top: 12px;
}.training_structure_style .learn_classes_style > div:hover p span::before {
    width: 10px;
    opacity: 1;
}

@keyframes backgroundShift {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

@media (max-width: 992px) {.training_structure_style {
    padding: 80px 0;
}.training_structure_style .learn_classes_style > div {
    transform: rotateY(1deg) translateZ(0);
    padding: 40px 30px;
}.training_structure_style h3 {
    font-size: calc(31px * 0.9);
}
}

@media (max-width: 768px) {.training_structure_style {
    padding: 60px 0;
}.training_structure_style .learn_classes_style > div {
    padding: 30px 25px;
    transform: none;
}.training_structure_style h3 {
    font-size: calc(31px * 0.8);
    margin-bottom: 20px;
}.training_structure_style p {
    font-size: calc(16px * 0.95);
}
}

@media (max-width: 576px) {.training_structure_style {
    padding: 50px 0;
}.training_structure_style .learn_classes_style > div {
    padding: 25px 20px;
}.training_structure_style h3 {
    font-size: calc(31px * 0.7);
    margin-bottom: 18px;
}.training_structure_style h3::after {
    bottom: -8px;
    width: 60px;
    height: 2px;
}.training_structure_style p {
    line-height: 1.6;
    font-size: calc(16px * 0.9);
}}.ty_page_style {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(198,198,181) 0%, rgb(165,159,166,0.5) 100%);
    padding: 6rem 1.5rem;
    position: relative;
}.ty_page_style::before {
    background: radial-gradient(circle at 70% 30%, rgb(255, 255, 255, 0.5) 0%, transparent 60%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    content: "";
    left: 0;
    z-index: 1;
}.ty_page_style::after {
    width: 20rem;
    opacity: 0.15;
    height: 20rem;
    transform: rotate(15deg);
    bottom: -5rem;
    content: "";
    right: -5rem;
    z-index: 0;
    animation: float 15s ease-in-out infinite;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    position: absolute;
    background: linear-gradient(225deg, rgb(165,159,166) 0%, transparent 70%);
}.ty_page_style .container {
    gap: 3rem;
    flex-direction: column;
    margin: 0 auto;
    display: flex;
    position: relative;
    z-index: 2;
    max-width: 1200px;
}.ty_page_style h2 {
    position: relative;
    font-family: Arial, sans-serif;
    line-height: 1.3;
    transform: translateY(-10px);
    animation: slideIn 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    color: rgb(165,159,166);
    margin: 0;
    opacity: 0;
    font-weight: 700;
    font-size: 32px;
    max-width: 90%;
}.ty_page_style h2::after {
    transform-origin: left;
    transform: scaleX(0);
    animation: lineExpand 1s cubic-bezier(0.19, 1, 0.22, 1) 0.6s forwards;
    width: 6rem;
    position: absolute;
    content: "";
    left: 0;
    background: linear-gradient(90deg, rgb(165,159,166) 0%, rgb(121,116,127) 100%);
    height: 3px;
    bottom: -1rem;
}.ty_page_style .learn_classes_style {
    transform: translateY(20px);
    animation: popUp 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s forwards;
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 1.5rem), 
        calc(100% - 1.5rem) 100%, 
        0 100%
    );
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07), 
                0 1px 8px rgba(0, 0, 0, 0.04);
    position: relative;
    padding: 2.5rem;
    opacity: 0;
}.ty_page_style .learn_classes_style::before {
    height: 100%;
    background: linear-gradient(135deg, transparent 0%, rgb(165,159,166,0.5) 300%);
    top: 0;
    width: 100%;
    opacity: 0.04;
    content: "";
    z-index: -1;
    position: absolute;
    left: 0;
}.ty_page_style ul {
    padding: 0;
    margin: 0;
    list-style: none;
}.ty_page_style li {
    position: relative;
    padding-left: 2.5rem;
}.ty_page_style li::before {
    left: 0;
    border-radius: 10px;
    animation: pulse 4s ease-in-out infinite;
    background: rgb(165,159,166,0.5);
    height: 1.5rem;
    top: 0.5rem;
    content: "";
    position: absolute;
    width: 1.5rem;
    transform: rotate(45deg);
    opacity: 0.2;
}.ty_page_style li::after {
    position: absolute;
    top: 0.4rem;
    color: rgb(165,159,166);
    font-weight: 700;
    font-size: 1rem;
    left: 0.45rem;
    content: "✓";
}.ty_page_style span {
    font-weight: 400;
    font-family: Arial, sans-serif;
    color: #000000;
    font-size: 18px;
    display: block;
    line-height: 1.8;
}

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

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

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

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

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

@media (max-width: 992px) {.ty_page_style {
    padding: 5rem 1.25rem;
}.ty_page_style h2 {
    font-size: calc(32px - 0.25rem);
    max-width: 100%;
}.ty_page_style .learn_classes_style {
    padding: 2rem;
}
}

@media (max-width: 768px) {.ty_page_style {
    padding: 4rem 1.25rem;
}.ty_page_style h2 {
    font-size: calc(32px - 0.5rem);
}.ty_page_style .learn_classes_style {
    padding: 1.75rem;
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 1rem), 
            calc(100% - 1rem) 100%, 
            0 100%
        );
}.ty_page_style li {
    padding-left: 2rem;
}
}

@media (max-width: 576px) {.ty_page_style {
    padding: 3rem 1rem;
}.ty_page_style h2 {
    font-size: calc(32px - 0.75rem);
}.ty_page_style .learn_classes_style {
    padding: 1.5rem;
}.ty_page_style h2::after {
    width: 4rem;
}.ty_page_style li::before {
    width: 1.25rem;
    height: 1.25rem;
    top: 0.3rem;
}.ty_page_style li::after {
    left: 0.35rem;
    font-size: 0.9rem;
    top: 0.25rem;
}.ty_page_style span {
    font-size: calc(18px - 0.1rem);
}}.reach_out_style {
    position: relative;
    padding: 120px 0;
}.reach_out_style::before {
    background: linear-gradient(45deg, rgb(121,116,127,0.5), rgb(165,159,166,0.5));
    left: 0;
    content: "";
    width: 100%;
    z-index: 1;
    position: absolute;
    height: 100%;
    top: 0;
}.reach_out_style .container {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    z-index: 5;
}.reach_out_style .support_info_style {
    transition: transform 0.5s ease;
    flex-direction: row;
    transform: perspective(1000px) rotateX(0deg);
    display: flex;
    background: #ffffff;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    overflow: hidden;
}.reach_out_style .support_info_style:hover {
    transform: perspective(1000px) rotateX(2deg);
}.reach_out_style .request_request_style {
    width: 40%;
    background-color: rgb(198,198,181);
    padding: 60px 40px;
    overflow: hidden;
    position: relative;
}.reach_out_style .request_request_style::before {
    background: radial-gradient(circle, rgb(121,116,127) 0%, transparent 70%);
    right: -150px;
    opacity: 0.2;
    top: -150px;
    height: 300px;
    content: '';
    border-radius: 50%;
    width: 300px;
    position: absolute;
}.reach_out_style .request_request_style h3 {
    color: #000000;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 40px;
    position: relative;
}.reach_out_style .request_request_style h3::after {
    left: 0;
    width: 60px;
    background: rgb(121,116,127);
    bottom: -15px;
    height: 4px;
    content: '';
    position: absolute;
}.reach_out_style .request_request_style div {
    border-radius: 10px;
    display: flex;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-bottom: 25px;
    transform: translateX(0);
    padding: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    align-items: center;
    background: #ffffff;
}.reach_out_style .request_request_style div:hover {
    transform: translateX(10px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}.reach_out_style .request_request_style div svg {
    height: 24px;
    margin-right: 15px;
    width: 24px;
}.reach_out_style .request_request_style div svg path {
    fill: rgb(165,159,166);
}.reach_out_style .request_request_style div span {
    font-size: 13px;
    font-weight: 400;
    color: #000000;
}.reach_out_style .request_request_style div span a {
    transition: color 0.3s ease;
    text-decoration: none;
    color: #000000;
}.reach_out_style .request_request_style div span a:hover {
    color: rgb(165,159,166);
}.reach_out_style .query_info_style {
    position: relative;
    background: #ffffff;
    padding: 60px 40px;
    width: 60%;
}.reach_out_style .query_info_style::before {
    background: radial-gradient(circle, rgb(165,159,166,0.5) 0%, transparent 70%);
    height: 200px;
    opacity: 0.3;
    position: absolute;
    width: 200px;
    content: '';
    bottom: 0;
    right: 0;
}.reach_out_style .query_info_style h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 30px;
    color: #000000;
}.reach_out_style form {
    flex-direction: column;
    display: flex;
    gap: 20px;
}.reach_out_style form input[type="text"],
.reach_out_style form input[type="email"] {
    font-size: 13px;
    background-color: rgb(198,198,181);
    color: #000000;
    padding: 18px 20px;
    transition: all 0.3s ease;
    border-radius: 10px;
    border: none;
}.reach_out_style form input[type="text"]:focus,
.reach_out_style form input[type="email"]:focus {
    box-shadow: 0 0 0 2px rgb(165,159,166);
    outline: none;
    transform: translateY(-2px);
}.reach_out_style form input::placeholder {
    color: rgba(0, 0, 0, 0.4);
}.reach_out_style .support_card_style {
    align-items: flex-start;
    margin-top: 10px;
    position: relative;
    display: flex;
}.reach_out_style .support_card_style input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.reach_out_style .support_card_style label {
    padding-left: 35px;
    cursor: pointer;
    line-height: 1.5;
    position: relative;
    color: #000000;
    font-size: 15px;
}.reach_out_style .support_card_style label::before {
    transition: all 0.3s ease;
    border-radius: 6px;
    background: transparent;
    top: 0;
    left: 0;
    content: '';
    height: 20px;
    width: 20px;
    position: absolute;
    border: 2px solid rgb(165,159,166);
}.reach_out_style .support_card_style input[type="checkbox"]:checked + label::before {
    background: rgb(165,159,166);
}.reach_out_style .support_card_style input[type="checkbox"]:checked + label::after {
    border: solid #ffffff;
    height: 12px;
    width: 6px;
    position: absolute;
    left: 7px;
    top: 3px;
    transform: rotate(45deg);
    border-width: 0 2px 2px 0;
    content: '';
}.reach_out_style .support_card_style label a {
    text-decoration: none;
    color: rgb(165,159,166);
    font-weight: 600;
    transition: color 0.3s ease;
}.reach_out_style .support_card_style label a:hover {
    text-decoration: underline;
}.reach_out_style form .inquiry_support_style {
    align-self: flex-start;
    overflow: hidden;
    transition: all 0.3s ease;
    font-size: 17px;
    background: rgb(165,159,166);
    position: relative;
    border-radius: 10px;
    margin-top: 15px;
    font-weight: 600;
    color: #ffffff;
    padding: 18px 35px;
    cursor: pointer;
    border: none;
}.reach_out_style form .inquiry_support_style::before {
    height: 100%;
    transform: translateX(-100%);
    left: 0;
    transition: transform 0.6s ease;
    content: '';
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    width: 100%;
    position: absolute;
}.reach_out_style form .inquiry_support_style:hover {
    background: rgb(121,116,127);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}.reach_out_style form .inquiry_support_style:hover::before {
    transform: translateX(100%);
}@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

.reach_out_style .request_request_style div:nth-child(2) {
    animation: bounce 5s infinite ease-in-out;
    animation-delay: 0.1s;
}.reach_out_style .request_request_style div:nth-child(3) {
    animation: bounce 5s infinite ease-in-out;
    animation-delay: 0.3s;
}.reach_out_style .request_request_style div:nth-child(4) {
    animation: bounce 5s infinite ease-in-out;
    animation-delay: 0.5s;
}.reach_out_style .request_request_style div:nth-child(5) {
    animation-delay: 0.7s;
    animation: bounce 5s infinite ease-in-out;
}

@media screen and (max-width: 992px) {.reach_out_style .support_info_style {
    flex-direction: column;
}.reach_out_style .request_request_style,
    .reach_out_style .query_info_style {
    width: 100%;
    padding: 40px 30px;
}.reach_out_style .request_request_style div {
    animation: none;
}
}

@media screen and (max-width: 576px) {.reach_out_style {
    padding: 60px 0;
}.reach_out_style .container {
    width: 90%;
}.reach_out_style .request_request_style,
    .reach_out_style .query_info_style {
    padding: 30px 20px;
}.reach_out_style .request_request_style h3 {
    font-size: calc(36px * 0.8);
}.reach_out_style form input[type="text"],
    .reach_out_style form input[type="email"] {
    padding: 15px;
}.reach_out_style form .inquiry_support_style {
    padding: 15px;
    width: 100%;
}}.greeting_page_style {
    height: 100vh;
    min-height: 600px;
    background: rgb(165,159,166);
    position: relative;
    width: 100%;
    overflow: hidden;
}.greeting_page_style .learn_classes_style {
    justify-content: center;
    display: flex;
    align-items: center;
    position: relative;
    height: 100%;
    width: 100%;
}.greeting_page_style .start_welcome_style {
    top: 0;
    left: 0;
    perspective-origin: center;
    perspective: 1000px;
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
}.greeting_page_style .start_welcome_style::before {
    background: linear-gradient(to right, 
        rgb(165,159,166) 0%,
        transparent 30%, 
        transparent 70%, 
        rgb(165,159,166) 100%
    );
    left: 0;
    z-index: 3;
    width: 100%;
    content: '';
    top: 0;
    height: 100%;
    position: absolute;
}.greeting_page_style .start_welcome_style::after {
    z-index: 3;
    position: absolute;
    content: '';
    left: 0;
    background: linear-gradient(to bottom, 
        rgb(165,159,166) 0%,
        transparent 30%, 
        transparent 70%, 
        rgb(165,159,166) 100%
    );
    height: 100%;
    width: 100%;
    top: 0;
}.greeting_page_style .start_base_style {
    display: flex;
    animation: carousel-3d 25s cubic-bezier(0.42, 0, 0.58, 1) infinite;
    width: 500%;
    height: 100%;
    transform-style: preserve-3d;
}.greeting_page_style .main_home_style {
    backface-visibility: hidden;
    transform-origin: center;
    overflow: hidden;
    width: 20%;
    position: relative;
    height: 100%;
    transition: transform 0.5s ease;
}.greeting_page_style .main_home_style:nth-child(odd) {
    animation: slide-odd 15s ease-in-out infinite alternate;
}.greeting_page_style .main_home_style:nth-child(even) {
    animation: slide-even 15s ease-in-out infinite alternate;
}.greeting_page_style .main_home_style img {
    transition: transform 8s ease;
    transform: scale(1.1);
    filter: brightness(0.9) contrast(1.1);
    height: 100%;
    object-fit: cover;
    width: 100%;
}.greeting_page_style .main_home_style::before {
    top: 0;
    content: '';
    z-index: 2;
    width: 100%;
    mask-image: repeating-conic-gradient(
        from 0deg,
        transparent 0deg 5deg,
        #fff 5deg 10deg
    );
    height: 100%;
    opacity: 0.4;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    mask-size: 20px 20px;
    left: 0;
}.greeting_page_style .text_box_content_style {
    width: 90%;
    z-index: 10;
    position: relative;
    transform: translateZ(50px);
    padding: 3.5rem;
    overflow: hidden;
    text-align: left;
    background: linear-gradient(
        145deg,
        rgba(0, 0, 0, 0.5) 0%,
        transparent 100%
    );
    max-width: 600px;
    border-radius: 29px;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.3),
        0 0 0 1px rgb(165,159,166,0.5);
}.greeting_page_style .text_box_content_style::before,
.greeting_page_style .text_box_content_style::after {
    width: 150%;
    top: -25%;
    height: 150%;
    background: conic-gradient(
        from 0deg,
        transparent,
        rgb(165,159,166,0.5),
        transparent
    );
    content: '';
    z-index: -1;
    left: -25%;
    position: absolute;
    animation: rotate-bg 12s linear infinite;
}.greeting_page_style .text_box_content_style::after {
    animation-direction: reverse;
    opacity: 0.3;
    filter: blur(15px);
    animation-duration: 15s;
}.greeting_page_style .text_box_content_style h1 {
    color: #ffffff;
    line-height: 1.3;
    position: relative;
    padding-left: 25px;
    font-size: 38px;
    margin-bottom: 1.8rem;
    font-weight: 700;
}.greeting_page_style .text_box_content_style h1::before {
    background: rgb(165,159,166);
    content: '';
    border-radius: 10px;
    left: 0;
    height: 100%;
    position: absolute;
    width: 8px;
    top: 0;
}.greeting_page_style .text_box_content_style p {
    font-size: 17px;
    color: #ffffff;
    opacity: 0.95;
    line-height: 1.7;
    margin-bottom: 2.5rem;
}.greeting_page_style .text_box_content_style .inquiry_support_style {
    font-weight: 600;
    position: relative;
    display: inline-flex;
    overflow: hidden;
    align-items: center;
    background: rgb(165,159,166);
    border-radius: 29px;
    justify-content: center;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    padding: 15px 35px;
    z-index: 1;
    text-decoration: none;
    color: #ffffff;
    font-size: 19px;
}.greeting_page_style .text_box_content_style .inquiry_support_style::before {
    background: rgb(121,116,127);
    width: 100%;
    z-index: -1;
    left: 0;
    position: absolute;
    content: '';
    top: 0;
    transition: height 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    height: 0;
}.greeting_page_style .text_box_content_style .inquiry_support_style::after {
    animation: button-shimmer 4s infinite;
    content: '';
    position: absolute;
    left: 0;
    transform: translateX(-100%);
    height: 100%;
    background: linear-gradient(
        to right,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    top: 0;
    z-index: -1;
    width: 100%;
}.greeting_page_style .text_box_content_style .inquiry_support_style:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}.greeting_page_style .text_box_content_style .inquiry_support_style:hover::before {
    height: 100%;
}

@keyframes carousel-3d {
    0%, 18% {
        transform: translateX(0) translateZ(0);
    }
    20%, 38% {
        transform: translateX(-20%) translateZ(0);
    }
    40%, 58% {
        transform: translateX(-40%) translateZ(0);
    }
    60%, 78% {
        transform: translateX(-60%) translateZ(0);
    }
    80%, 98% {
        transform: translateX(-80%) translateZ(0);
    }
    100% {
        transform: translateX(0) translateZ(0);
    }
}

@keyframes slide-odd {
    0% {
        transform: scale(1) rotateY(0deg);
    }
    50% {
        transform: scale(1.05) rotateY(3deg);
    }
    100% {
        transform: scale(1) rotateY(0deg);
    }
}

@keyframes slide-even {
    0% {
        transform: scale(1) rotateY(0deg);
    }
    50% {
        transform: scale(1.05) rotateY(-3deg);
    }
    100% {
        transform: scale(1) rotateY(0deg);
    }
}

@keyframes rotate-bg {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes button-shimmer {
    0% {
        transform: translateX(-100%);
    }
    20%, 100% {
        transform: translateX(100%);
    }
}

@media (max-width: 1200px) {.greeting_page_style .text_box_content_style {
    max-width: 550px;
    padding: 3rem;
}
}

@media (max-width: 992px) {.greeting_page_style {
    min-height: 550px;
    height: auto;
}.greeting_page_style .text_box_content_style {
    padding: 2.5rem;
    max-width: 500px;
}.greeting_page_style .text_box_content_style h1 {
    font-size: calc(38px * 0.9);
}
}

@media (max-width: 768px) {.greeting_page_style {
    min-height: 500px;
}.greeting_page_style .start_welcome_style {
    perspective: none;
}.greeting_page_style .start_welcome_style::before {
    background: linear-gradient(to right, 
            #000000 0%, 
            transparent 20%, 
            transparent 80%, 
            #000000 100%
        );
}.greeting_page_style .start_welcome_style::after {
    background: linear-gradient(to bottom, 
            #000000 0%, 
            transparent 20%, 
            transparent 80%, 
            #000000 100%
        );
}.greeting_page_style .text_box_content_style {
    max-width: 90%;
    text-align: center;
    padding: 2rem;
}.greeting_page_style .text_box_content_style h1 {
    padding-left: 0;
}.greeting_page_style .text_box_content_style h1::before {
    transform: translateX(-50%);
    width: 70px;
    height: 4px;
    bottom: -15px;
    top: auto;
    left: 50%;
}
}

@media (max-width: 576px) {.greeting_page_style {
    min-height: unset;
}.greeting_page_style .text_box_content_style {
    padding: 1.5rem;
}.greeting_page_style .text_box_content_style h1 {
    font-size: calc(38px * 0.8);
    margin-bottom: 2rem;
}.greeting_page_style .text_box_content_style p {
    margin-bottom: 2rem;
    font-size: calc(17px * 0.9);
}.greeting_page_style .text_box_content_style .inquiry_support_style {
    width: 100%;
    padding: 12px 25px;
}.greeting_page_style .main_home_style::before {
    mask-size: 15px 15px;
}
}

@media (orientation: landscape) and (max-height: 600px) {.greeting_page_style {
    height: auto;
    min-height: 100vh;
}.greeting_page_style .text_box_content_style {
    max-width: 500px;
    padding: 1.5rem;
}.greeting_page_style .text_box_content_style h1 {
    margin-bottom: 1.5rem;
}.greeting_page_style .text_box_content_style p {
    margin-bottom: 1.5rem;
}}.program_overview_style {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(198,198,181) 0%, #ffffff 100%);
}.program_overview_style::before {
    height: 300px;
    content: "";
    width: 300px;
    filter: blur(80px);
    background: rgb(165,159,166,0.5);
    top: -50px;
    position: absolute;
    animation: float 15s ease-in-out infinite;
    right: -50px;
    z-index: 0;
}.program_overview_style::after {
    width: 250px;
    filter: blur(60px);
    bottom: -80px;
    background: rgb(121,116,127,0.5);
    animation: float 18s ease-in-out infinite alternate;
    position: absolute;
    z-index: 0;
    left: -80px;
    height: 250px;
    content: "";
}.program_overview_style .container {
    max-width: 1200px;
    padding: 0 20px;
    z-index: 1;
    margin: 0 auto;
    position: relative;
}.program_overview_style h2 {
    opacity: 0;
    position: relative;
    animation: slideIn 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    font-size: calc(35px * 1.1);
    line-height: 1.3;
    transform: translateX(-5%);
    font-weight: 700;
    color: #000000;
    margin-bottom: 40px;
}.program_overview_style h2::after {
    position: absolute;
    transform: scaleX(0);
    background: linear-gradient(90deg, rgb(165,159,166) 0%, rgb(121,116,127) 100%);
    bottom: -10px;
    height: 4px;
    left: 0;
    animation: scaleIn 1.2s 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    transform-origin: left;
    width: 80px;
    content: "";
}.program_overview_style .job_success_style {
    gap: 40px;
    display: grid;
    position: relative;
    grid-template-columns: 1fr;
}.program_overview_style .img_box_grid_style {
    border-radius: 4px;
    height: 380px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    animation: fadeUp 1s 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    opacity: 0;
    overflow: hidden;
    position: relative;
    transform: translateY(20px);
}.program_overview_style .img_box_grid_style::before {
    top: 0;
    left: 0;
    height: 100%;
    background: linear-gradient(to bottom, transparent 60%, rgba(0, 0, 0, 0.5));
    content: "";
    width: 100%;
    position: absolute;
    z-index: 1;
}.program_overview_style .img_box_grid_style::after {
    inset: 0;
    position: absolute;
    mix-blend-mode: hue;
    background: rgb(165,159,166);
    opacity: 0.2;
    transition: opacity 0.5s ease;
    content: "";
    z-index: 2;
}.program_overview_style .img_box_grid_style:hover::after {
    opacity: 0;
}.program_overview_style .text_box_content_style {
    animation: fadeUp 1s 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    transform: translateY(20px);
    flex-direction: column;
    opacity: 0;
    display: flex;
    gap: 30px;
}.program_overview_style .description {
    position: relative;
    line-height: 1.8;
    color: #000000;
    transition: border-left 0.3s ease;
    margin: 0;
    padding-left: 15px;
    font-size: 12px;
    border-left: 2px solid rgb(121,116,127,0.5);
}.program_overview_style .description:first-of-type {
    z-index: 2;
    position: relative;
}.program_overview_style .description:nth-of-type(2) {
    margin-top: 20px;
    position: relative;
    z-index: 1;
}.program_overview_style .description:hover {
    border-left: 2px solid rgb(121,116,127);
}.program_overview_style .description::first-letter {
    font-size: 1.5em;
    font-weight: 700;
    color: rgb(165,159,166);
}

@keyframes float {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(30px, -30px);
  }
}

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

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

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

@media (min-width: 768px) {.program_overview_style .job_success_style {
    gap: 60px;
    grid-template-columns: 0.8fr 1.2fr;
    align-items: flex-start;
}.program_overview_style .img_box_grid_style {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    transition: clip-path 0.5s ease;
    height: 500px;
}.program_overview_style .img_box_grid_style:hover {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}.program_overview_style h2 {
    max-width: 80%;
    font-size: calc(35px * 1.2);
}.program_overview_style .text_box_content_style {
    padding-top: 20px;
}
}

@media (min-width: 992px) {.program_overview_style {
    padding: 150px 0;
}.program_overview_style .container {
    padding: 0 40px;
}.program_overview_style h2 {
    margin-bottom: 60px;
    max-width: 70%;
    font-size: calc(35px * 1.3);
}.program_overview_style .img_box_grid_style {
    height: 550px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12);
}.program_overview_style .description {
    line-height: 1.9;
    font-size: calc(12px * 1.05);
}.program_overview_style .text_box_content_style {
    padding-top: 30px;
}
}

@media (min-width: 1200px) {.program_overview_style .job_success_style {
    gap: 80px;
}.program_overview_style h2 {
    max-width: 60%;
}.program_overview_style .img_box_grid_style {
    height: 600px;
    transform: perspective(1000px) rotateY(-5deg);
    transition: transform 0.5s ease;
}.program_overview_style .img_box_grid_style:hover {
    transform: perspective(1000px) rotateY(0);
}.program_overview_style .text_box_content_style {
    transform: perspective(1000px) rotateY(2deg);
    transition: transform 0.5s ease;
}.program_overview_style .text_box_content_style:hover {
    transform: perspective(1000px) rotateY(0);
}
}

@media (max-width: 767px) {.program_overview_style {
    padding: 80px 0;
}.program_overview_style h2 {
    font-size: 35px;
    margin-bottom: 30px;
}.program_overview_style .img_box_grid_style {
    height: 280px;
}.program_overview_style .description {
    font-size: calc(12px * 0.95);
    line-height: 1.7;
}}header {
    width: 100%;
    z-index: 100;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    background: linear-gradient(to bottom, 
        rgb(165,159,166,0.5) 0%,
        #000000 100%);
    left: 0;
}header::before {
    opacity: 0.3;
    content: "";
    height: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgb(121,116,127,0.5) 0%, transparent 15%),
        radial-gradient(circle at 80% 70%, rgb(165,159,166,0.5) 0%, transparent 15%);
    position: absolute;
    width: 100%;
    animation: pulse-bg 8s infinite alternate;
    left: 0;
    z-index: 1;
    top: 0;
}header::after {
    left: 0;
    top: 0;
    opacity: 0.1;
    content: "";
    height: 100%;
    background-size: 20px 20px;
    position: absolute;
    width: 100%;
    background-image: 
        linear-gradient(0deg, transparent 95%, rgb(121,116,127,0.5) 100%),
        linear-gradient(90deg, transparent 95%, rgb(121,116,127,0.5) 100%);
    z-index: 1;
}header .container {
    flex-direction: column;
    display: flex;
    z-index: 2;
    padding: 0;
    align-items: center;
    position: relative;
}header .top_header_style {
    width: 100%;
    flex-direction: column;
    align-items: center;
    display: flex;
    position: relative;
}header .header_main_style {
    text-decoration: none;
    justify-content: center;
    display: flex;
    margin: 1rem 0 1.5rem;
    position: relative;
    z-index: 3;
    align-items: center;
}header .header_main_style::before {
    width: 120px;
    border-radius: 50%;
    content: "";
    animation: rotate 10s linear infinite;
    opacity: 0.2;
    background: 
        conic-gradient(
            transparent 0deg,
            rgb(121,116,127,0.5) 120deg,
            transparent 180deg,
            rgb(165,159,166,0.5) 240deg,
            transparent 360deg
        );
    position: absolute;
    z-index: -1;
    height: 120px;
}header .header_main_style::after {
    animation: pulse-opacity 4s ease infinite alternate;
    filter: blur(20px);
    position: absolute;
    opacity: 0.3;
    width: 70px;
    border-radius: 50%;
    background: rgb(121,116,127,0.5);
    content: "";
    z-index: -2;
    height: 70px;
}header .header_main_style svg {
    filter: drop-shadow(0 0 8px rgb(165,159,166,0.5));
    height: 45px;
    width: auto;
    transition: all 0.4s ease;
}header .header_main_style:hover svg {
    transform: scale(1.08);
    filter: drop-shadow(0 0 12px rgb(121,116,127));
}header .top_lead_style {
    justify-content: center;
    background: linear-gradient(to bottom,
        rgba(0, 0, 0, 0.5) 0%,
        #000000 100%);
    gap: 0.8rem;
    border-top: 1px solid rgb(165,159,166,0.5);
    scrollbar-width: none;
    padding: 1rem 0;
    overflow-x: auto;
    border-bottom: 1px solid rgb(165,159,166,0.5);
    width: 100vw;
    position: relative;
    display: flex;
}header .top_lead_style::-webkit-scrollbar {
    display: none;
}header .top_lead_style::before {
    top: 0;
    pointer-events: none;
    content: "";
    left: 0;
    background: 
        linear-gradient(90deg, 
            #000000 0%,
            transparent 10%,
            transparent 90%,
            #000000 100%);
    position: absolute;
    z-index: 3;
    width: 100%;
    height: 100%;
}header .nav_top_style {
    color: #ffffff;
    position: relative;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 0.6rem 1.5rem;
    perspective: 800px;
    z-index: 2;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    text-decoration: none;
    white-space: nowrap;
    text-transform: uppercase;
    font-size: 13px;
}header .nav_top_style::before {
    width: 100%;
    height: 100%;
    border: 1px solid transparent;
    content: "";
    border-radius: 10px;
    left: 0;
    position: absolute;
    transition: all 0.3s ease;
    z-index: -1;
    transform: translateZ(-10px);
    top: 0;
}header .nav_top_style::after {
    height: 2px;
    position: absolute;
    content: "";
    bottom: 0;
    transition: all 0.3s ease;
    width: 0%;
    background: rgb(121,116,127);
    transform: translateX(-50%);
    left: 50%;
}header .nav_top_style:hover {
    transform: translateY(-2px) translateZ(0);
    text-shadow: 0 0 5px rgb(121,116,127,0.5);
    color: rgb(121,116,127);
}header .nav_top_style:hover::before {
    border-color: rgb(121,116,127,0.5);
    box-shadow: 0 0 15px rgb(165,159,166,0.5);
    transform: translateZ(0);
}header .nav_top_style:hover::after {
    width: 80%;
}

@keyframes pulse-bg {
    0%, 100% {
        opacity: 0.2;
    }
    50% {
        opacity: 0.4;
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes pulse-opacity {
    0%, 100% {
        opacity: 0.2;
        transform: scale(1);
    }
    50% {
        opacity: 0.4;
        transform: scale(1.2);
    }
}

@media (max-width: 991px) {header .header_main_style {
    margin: 0.8rem 0 1.2rem;
}header .header_main_style svg {
    height: 40px;
}header .nav_top_style {
    padding: 0.5rem 1.2rem;
    font-size: calc(13px - 1px);
}
}

@media (max-width: 767px) {header .header_main_style {
    margin: 0.6rem 0 1rem;
}header .header_main_style svg {
    height: 35px;
}header .header_main_style::before {
    height: 90px;
    width: 90px;
}header .header_main_style::after {
    height: 50px;
    width: 50px;
}header .top_lead_style {
    padding: 0.8rem 0;
    justify-content: flex-start;
}header .nav_top_style {
    font-size: calc(13px - 2px);
    padding: 0.4rem 1rem;
}header .nav_top_style:first-child {
    margin-left: 2rem;
}header .nav_top_style:last-child {
    margin-right: 2rem;
}}.company_info_style {
    position: relative;
    padding: 120px 0 80px;
    overflow: hidden;
}.company_info_style::before {
    left: 0;
    background: linear-gradient(135deg, rgb(165,159,166,0.5), rgba(20, 30, 60, 0.85), rgba(40, 50, 80, 0.82));
    top: 0;
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    z-index: 1;
    backdrop-filter: blur(3px);
}.company_info_style::after {
    top: -50%;
    content: "";
    animation: glow 15s infinite alternate ease-in-out;
    background: radial-gradient(ellipse at center, rgb(121,116,127,0.5) 0%, transparent 70%);
    transform: rotate(-15deg);
    position: absolute;
    height: 200%;
    z-index: 2;
    opacity: 0.15;
    width: 80%;
    right: -30%;
}.company_info_style .container {
    max-width: 1140px;
    position: relative;
    margin: 0 auto;
    z-index: 5;
    padding: 0 20px;
}.company_info_style h2 {
    font-size: 31px;
    display: inline-block;
    color: #ffffff;
    letter-spacing: 1.5px;
    transform: translateZ(0);
    margin-bottom: 40px;
    font-weight: 700;
    position: relative;
}.company_info_style h2::before {
    bottom: -10px;
    width: 40%;
    transform-origin: left;
    animation: expandLine 1.5s forwards ease-out;
    position: absolute;
    content: "";
    left: 0;
    height: 3px;
    background: rgb(121,116,127);
}.company_info_style h2::after {
    left: 0;
    content: "";
    bottom: -10px;
    animation: expandWiderLine 2s forwards ease-out;
    height: 1px;
    width: 80%;
    transform-origin: left;
    position: absolute;
    background: rgb(255, 255, 255, 0.5);
}.company_info_style .text_box_content_style {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2), 0 5px 15px rgba(0, 0, 0, 0.1);
    border-left: 4px solid rgb(121,116,127);
    backdrop-filter: blur(8px);
    position: relative;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04));
    border: 1px solid rgba(255, 255, 255, 0.1);
    transform: perspective(1000px) rotateY(-1deg);
    overflow: hidden;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 30px 40px;
}.company_info_style .text_box_content_style::before {
    height: 100%;
    top: 0;
    width: 100%;
    position: absolute;
    content: "";
    left: 0;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.05), transparent);
    animation: shimmer 5s infinite;
    transform: translateX(-100%);
}.company_info_style .text_box_content_style:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25), 0 8px 20px rgba(0, 0, 0, 0.15);
    transform: perspective(1000px) rotateY(0deg);
}.company_info_style .text_box_content_style > div {
    position: relative;
}.company_info_style .text_box_content_style p {
    transform: translateZ(0);
    font-weight: 600;
    font-size: calc(20px * 1.1);
    display: inline-block;
    margin-bottom: 20px;
    position: relative;
    color: #ffffff;
}.company_info_style .text_box_content_style p::after {
    transform-origin: left;
    background: rgb(121,116,127);
    content: "";
    bottom: -8px;
    position: absolute;
    width: 70px;
    left: 0;
    animation: expandLine 1.5s forwards ease-out 0.5s;
    height: 2px;
}.company_info_style .text_box_content_style div div {
    column-count: 1;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.9);
    position: relative;
    column-gap: 40px;
    line-height: 1.7;
    margin-bottom: 0;
    text-align: justify;
    transition: all 0.5s ease;
}

@keyframes expandLine {
    0% {
        width: 0;
    }
    100% {
        width: 40%;
    }
}

@keyframes expandWiderLine {
    0% {
        width: 0;
    }
    100% {
        width: 80%;
    }
}

@keyframes shimmer {
    0% {
        transform: translateX(-100%);
    }
    20%, 100% {
        transform: translateX(100%);
    }
}

@keyframes glow {
    0%, 100% {
        opacity: 0.15;
        transform: rotate(-15deg) scale(1);
    }
    50% {
        opacity: 0.25;
        transform: rotate(-15deg) scale(1.05);
    }
}

@media (min-width: 768px) {.company_info_style {
    padding: 150px 0 100px;
}.company_info_style h2 {
    margin-bottom: 60px;
}.company_info_style .text_box_content_style {
    transform: perspective(1200px) rotateY(-1deg);
    padding: 40px 50px;
}.company_info_style .text_box_content_style div div {
    column-count: 2;
}
}

@media (min-width: 992px) {.company_info_style {
    padding: 180px 0 120px;
}.company_info_style .container {
    padding: 0 30px;
}.company_info_style h2 {
    font-size: calc(31px * 1.1);
}.company_info_style .text_box_content_style {
    transform: perspective(1500px) rotateY(-1deg);
    padding: 50px 60px;
}.company_info_style .text_box_content_style div div {
    column-count: 2;
    line-height: 1.8;
}
}

@media (max-width: 767px) {.company_info_style {
    padding: 90px 0 60px;
}.company_info_style .container {
    padding: 0 15px;
}.company_info_style h2 {
    margin-bottom: 30px;
    font-size: calc(31px * 0.9);
}.company_info_style .text_box_content_style {
    transform: perspective(800px) rotateY(-1deg);
    padding: 25px 20px;
}.company_info_style .text_box_content_style p {
    font-size: 20px;
}.company_info_style .text_box_content_style div div {
    font-size: calc(16px * 0.95);
    line-height: 1.6;
}
}

@media (max-width: 480px) {.company_info_style {
    padding: 70px 0 50px;
}.company_info_style .text_box_content_style {
    padding: 20px 15px;
    transform: none;
}.company_info_style h2 {
    font-size: calc(31px * 0.85);
}.company_info_style .text_box_content_style p {
    font-size: calc(20px * 0.9);
}.company_info_style .text_box_content_style div div {
    font-size: calc(16px * 0.9);
    line-height: 1.5;
}}.data_overview_style {
    overflow: hidden;
    padding: 4rem 2rem;
    position: relative;
    background: linear-gradient(135deg, rgb(198,198,181) 0%, rgba(0, 0, 0, 0.5) 100%);
}.data_overview_style::before {
    opacity: 0.05;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgb(165,159,166,0.5) 0px,
        rgb(165,159,166,0.5) 1px,
        transparent 1px,
        transparent 10px
    );
}.data_overview_style::after {
    width: 80%;
    height: 200%;
    background: linear-gradient(45deg, rgb(165,159,166,0.5) 0%, transparent 70%);
    content: "";
    opacity: 0.1;
    z-index: 0;
    position: absolute;
    transform: rotate(-15deg);
    top: -50%;
    right: -50%;
}.data_overview_style h3 {
    margin-bottom: 3rem;
    font-family: Arial, sans-serif;
    text-align: center;
    color: #000000;
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    font-size: 31px;
    z-index: 2;
    position: relative;
    font-weight: 700;
    transform: translateY(0);
}.data_overview_style h3::after {
    left: 50%;
    position: absolute;
    height: 3px;
    width: 60px;
    background: rgb(165,159,166);
    transition: transform 0.6s ease-out;
    bottom: -12px;
    content: "";
    transform: translateX(-50%) scaleX(0.8);
}.data_overview_style:hover h3::after {
    transform: translateX(-50%) scaleX(1.2);
}.data_overview_style .container {
    z-index: 2;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}.data_overview_style ul {
    list-style: none;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    padding: 0;
    display: grid;
    perspective: 1000px;
    gap: 2rem;
}.data_overview_style .pro_extra_style {
    background: #ffffff;
    isolation: isolate;
    justify-content: center;
    overflow: hidden;
    position: relative;
    transform: translateY(0) rotateX(0);
    transition: transform 0.5s cubic-bezier(0.17, 0.67, 0.3, 0.98), 
                box-shadow 0.5s ease;
    display: flex;
    flex-direction: column;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    padding: 2rem 1.5rem;
    align-items: center;
}.data_overview_style .pro_extra_style::before {
    height: 0;
    left: 0;
    background: rgb(165,159,166);
    position: absolute;
    width: 6px;
    content: "";
    top: 0;
    transition: height 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}.data_overview_style .pro_extra_style:hover {
    transform: translateY(-10px) rotateX(2deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}.data_overview_style .pro_extra_style:hover::before {
    height: 100%;
}.data_overview_style .pro_extra_style span {
    transition: transform 0.4s ease, color 0.3s ease;
    z-index: 2;
    margin-bottom: 1rem;
    font-weight: 600;
    position: relative;
    display: block;
    color: #000000;
    font-family: Arial, sans-serif;
    width: 100%;
    font-size: 16px;
    text-align: center;
}.data_overview_style .pro_extra_style:hover span {
    transform: translateX(8px);
    color: rgb(165,159,166);
}.data_overview_style .pro_extra_style p {
    opacity: 0;
    color: rgb(121,116,127);
    font-family: Arial, sans-serif;
    transform: translateY(20px);
    animation-delay: calc(0.1s * var(--i, 1));
    position: relative;
    animation: fadeInUp 0.8s forwards;
    font-size: 2.5rem;
    margin: 0;
    font-weight: 700;
}.data_overview_style .pro_extra_style:nth-child(1) p {
    --i: 1;
}.data_overview_style .pro_extra_style:nth-child(2) p {
    --i: 2;
}.data_overview_style .pro_extra_style:nth-child(3) p {
    --i: 3;
}.data_overview_style .pro_extra_style:nth-child(4) p {
    --i: 4;
}.data_overview_style .pro_extra_style:nth-child(5) p {
    --i: 5;
}.data_overview_style .pro_extra_style:nth-child(6) p {
    --i: 6;
}.data_overview_style .pro_extra_style:nth-child(7) p {
    --i: 7;
}.data_overview_style .pro_extra_style::after {
    transition: opacity 0.5s ease;
    height: 50%;
    right: 0;
    mix-blend-mode: overlay;
    z-index: 1;
    position: absolute;
    bottom: 0;
    width: 50%;
    opacity: 0;
    content: "";
    background: linear-gradient(225deg, rgb(165,159,166,0.5) 0%, transparent 70%);
}.data_overview_style .pro_extra_style:hover::after {
    opacity: 0.2;
}

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

@media (max-width: 992px) {.data_overview_style {
    padding: 3rem 1.5rem;
}.data_overview_style h3 {
    font-size: calc(31px * 0.9);
    margin-bottom: 2.5rem;
}.data_overview_style ul {
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}
}

@media (max-width: 768px) {.data_overview_style {
    padding: 2.5rem 1.25rem;
}.data_overview_style h3 {
    font-size: calc(31px * 0.8);
    margin-bottom: 2rem;
}.data_overview_style ul {
    gap: 1.25rem;
    grid-template-columns: repeat(2, 1fr);
}.data_overview_style .pro_extra_style {
    padding: 1.75rem 1.25rem;
}.data_overview_style .pro_extra_style p {
    font-size: 2.2rem;
}
}

@media (max-width: 576px) {.data_overview_style {
    padding: 2rem 1rem;
}.data_overview_style h3 {
    margin-bottom: 1.5rem;
    font-size: calc(31px * 0.7);
}.data_overview_style ul {
    gap: 1rem;
    grid-template-columns: 1fr;
}.data_overview_style .pro_extra_style {
    padding: 1.5rem 1rem;
}.data_overview_style .pro_extra_style p {
    font-size: 2rem;
}.data_overview_style .pro_extra_style:hover {
    transform: translateY(-5px) rotateX(1deg);
}
}

@media (prefers-reduced-motion: reduce) {.data_overview_style .pro_extra_style,
    .data_overview_style h3,
    .data_overview_style h3::after,
    .data_overview_style .pro_extra_style::before,
    .data_overview_style .pro_extra_style::after,
    .data_overview_style .pro_extra_style span,
    .data_overview_style .pro_extra_style p {
    animation: none;
    transition: none;
    transform: none;
}.data_overview_style .pro_extra_style p {
    opacity: 1;
}}.pricing_options_style {
    padding: 120px 0;
    position: relative;
    color: #ffffff;
    overflow: hidden;
}.pricing_options_style::before {
    left: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.6) 100%);
    position: absolute;
    content: '';
    height: 100%;
    top: 0;
    z-index: 1;
    width: 100%;
}.pricing_options_style .container {
    position: relative;
    padding: 0 20px;
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
}.pricing_options_style .learn_packs_style {
    position: relative;
}.pricing_options_style h2 {
    animation: titleFloat 6s ease-in-out infinite;
    background-clip: text !important;
    text-align: center;
    transform: translateY(0);
    -webkit-background-clip: text !important;
    color: transparent;
    position: relative;
    font-size: 37px;
    font-weight: 700;
    margin-bottom: 25px;
    background: linear-gradient(90deg, rgb(165,159,166) 0%, rgb(121,116,127) 100%);
}.pricing_options_style h2::after {
    bottom: -10px;
    background: rgb(121,116,127);
    transform: translateX(-50%);
    left: 50%;
    height: 3px;
    content: '';
    width: 80px;
    position: absolute;
}.pricing_options_style .study_rates_style {
    line-height: 1.6;
    margin: 0 auto 50px;
    opacity: 0.9;
    font-size: calc(12px + 2px);
    text-align: center;
    max-width: 700px;
    color: #ffffff;
}.pricing_options_style .indv_cost_style {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    list-style: none;
    margin: 0;
    display: grid;
    padding: 0;
    gap: 30px;
}.pricing_options_style .indv_cost_style li {
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
}.pricing_options_style .indv_cost_style li:hover {
    z-index: 3;
    transform: translateY(-10px);
}.pricing_options_style .package_deals_style {
    text-decoration: none;
    color: #ffffff;
    height: 100%;
    position: relative;
    display: block;
    overflow: hidden;
}.pricing_options_style .learning_fees_style {
    padding: 35px 30px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3), 0 5px 15px rgba(0, 0, 0, 0.2);
    background: linear-gradient(145deg, rgba(41, 41, 41, 0.8) 0%, rgba(25, 25, 25, 0.9) 100%);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(10px);
    transition: all 0.4s ease;
    height: 100%;
    position: relative;
}.pricing_options_style .learning_fees_style::before {
    background: linear-gradient(90deg, rgb(165,159,166), rgb(121,116,127));
    transform-origin: left;
    top: 0;
    position: absolute;
    transform: scaleX(0);
    width: 100%;
    content: '';
    height: 5px;
    transition: transform 0.5s ease;
    left: 0;
}.pricing_options_style .package_deals_style:hover .learning_fees_style::before {
    transform: scaleX(1);
}.pricing_options_style .learning_fees_style::after {
    position: absolute;
    right: 0;
    background: linear-gradient(135deg, transparent 50%, rgb(121,116,127,0.5) 50%);
    width: 60px;
    height: 60px;
    transition: opacity 0.5s ease;
    content: '';
    bottom: 0;
    opacity: 0;
}.pricing_options_style .package_deals_style:hover .learning_fees_style::after {
    opacity: 1;
}.pricing_options_style .discount_grid_style {
    z-index: 2;
    position: relative;
}.pricing_options_style .discount_grid_style h4 {
    font-size: calc(21px + 2px);
    margin: 0 0 20px;
    font-weight: 700;
    position: relative;
    color: #ffffff;
    display: inline-block;
}.pricing_options_style .discount_grid_style h4::after {
    transition: width 0.4s ease;
    left: 0;
    background: rgb(165,159,166);
    content: '';
    width: 40px;
    position: absolute;
    height: 2px;
    bottom: -8px;
}.pricing_options_style .package_deals_style:hover .discount_grid_style h4::after {
    width: 100%;
}.pricing_options_style .discount_grid_style p {
    max-height: 200px;
    padding-right: 5px;
    overflow-y: auto;
    color: rgba(255, 255, 255, 0.8);
    overflow-wrap: break-word;
    line-height: 1.6;
    margin: 0 0 30px;
    font-size: 12px;
    word-break: break-word;
}.pricing_options_style .discount_grid_style p::-webkit-scrollbar {
    width: 4px;
}.pricing_options_style .discount_grid_style p::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
}.pricing_options_style .discount_grid_style p::-webkit-scrollbar-thumb {
    background: rgb(165,159,166,0.5);
}.pricing_options_style .skill_offers_style {
    position: relative;
    font-weight: 700;
    color: #ffffff;
    font-size: calc(21px + 4px);
    display: block;
    padding: 10px 0;
    margin-top: 15px;
}.pricing_options_style .skill_offers_style::before {
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
    top: 0;
    content: '';
    width: 40px;
    left: 0;
    position: absolute;
}

@keyframes titleFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

@media (max-width: 991px) {.pricing_options_style {
    padding: 80px 0;
}.pricing_options_style .indv_cost_style {
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}.pricing_options_style .learning_fees_style {
    padding: 25px 20px;
}.pricing_options_style .discount_grid_style p {
    font-size: calc(12px - 1px);
    max-height: 150px;
}.pricing_options_style .skill_offers_style {
    font-size: calc(21px + 2px);
}
}

@media (max-width: 767px) {.pricing_options_style {
    padding: 60px 0;
}.pricing_options_style h2 {
    font-size: calc(37px - 4px);
}.pricing_options_style .study_rates_style {
    margin-bottom: 30px;
    font-size: 12px;
}.pricing_options_style .indv_cost_style {
    max-width: 450px;
    margin: 0 auto;
    grid-template-columns: 1fr;
}.pricing_options_style .discount_grid_style h4 {
    font-size: 21px;
}.pricing_options_style .skill_offers_style {
    font-size: 21px;
}
}

@media (max-width: 480px) {.pricing_options_style {
    padding: 50px 0;
}.pricing_options_style h2 {
    font-size: calc(37px - 8px);
}.pricing_options_style .study_rates_style {
    font-size: calc(12px - 2px);
}.pricing_options_style .learning_fees_style {
    padding: 20px 15px;
}.pricing_options_style .discount_grid_style p {
    font-size: calc(12px - 2px);
}
}