﻿* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}svg {
    width: 30px;
    height: 30px;
}header,footer {
    width: 100%;
}.container {
    width: 1215px;
    margin: auto;
    max-width: 100%;
}.top_mainwrap_style {
    flex: 1 0 auto;
}@keyframes pulse_scrollbar { 0% { opacity: 1; } 50% { opacity: 0.7; } 100% { opacity: 1; } }

::-webkit-scrollbar {
    background: linear-gradient(45deg, rgb(199,205,179) 25%, transparent 25%), linear-gradient(-45deg, rgb(199,205,179) 25%, transparent 25%), linear-gradient(45deg, transparent 75%, rgb(199,205,179) 75%), linear-gradient(-45deg, transparent 75%, rgb(199,205,179) 75%);
    width: 3px;
}::-webkit-scrollbar-track {
    background: #ffffff;
    border-radius: 15.9vw;
}::-webkit-scrollbar-thumb {
    min-height: 26px;
    border-radius: 1.4em;
    box-shadow: 5px 3px 15px 4px rgba(0, 0, 0, 0.2);
    background: rgb(255, 255, 255, 0.5);
}::-webkit-scrollbar-thumb:hover {
    background: rgb(171,183,135);
    box-shadow: -2px -2px 12px 6px rgba(0, 0, 0, 0.8);
}* {
    scrollbar-color: rgb(199,205,179) rgb(255, 255, 255, 0.5);
    scrollbar-width: auto;
}html,body {
    color: #000000;
    font-family: Arial, sans-serif;
    min-height: 100%;
    height: 100%;
}.level_up_style {
    flex: 0 0 auto;
}a {
    text-decoration: none;
    color: inherit;
}.wrapper-container_style {
    display: flex;
    height: 100%;
    flex-direction: column;
    min-height: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.learning_profits_style {
    background: linear-gradient(120deg, rgb(234,236,230) 0%, #ffffff 100%);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
    font-family: Arial, sans-serif;
}.learning_profits_style::before {
    height: 600px;
    border-radius: 50%;
    top: -200px;
    background: linear-gradient(135deg, rgb(199,205,179,0.5) 0%, transparent 70%);
    width: 600px;
    filter: blur(60px);
    content: "";
    animation: float 15s ease-in-out infinite alternate;
    right: -200px;
    position: absolute;
}.learning_profits_style::after {
    content: "";
    left: -150px;
    filter: blur(60px);
    position: absolute;
    border-radius: 50%;
    width: 400px;
    height: 400px;
    background: linear-gradient(135deg, rgb(171,183,135,0.5) 0%, transparent 70%);
    bottom: -150px;
    animation: float 20s ease-in-out infinite alternate-reverse;
}@keyframes float {
  0% {
    transform: translate(0, 0) scale(1);
    opacity: 0.3;
  }
  100% {
    transform: translate(50px, 50px) scale(1.2);
    opacity: 0.5;
  }
}

.learning_profits_style .container {
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
}.learning_profits_style .learn_training_style {
    position: relative;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.6));
    backdrop-filter: blur(10px);
    overflow: hidden;
    align-items: center;
    gap: 40px;
    padding: 40px;
    border-radius: 11px;
    box-shadow: 
    0 20px 50px rgba(0, 0, 0, 0.1),
    0 0 0 1px rgba(255, 255, 255, 0.2);
    display: flex;
}.learning_profits_style .learn_training_style::before {
    background: linear-gradient(-45deg, rgb(199,205,179,0.5) 0%, transparent 40%, transparent 60%, rgb(171,183,135,0.5) 100%);
    z-index: 0;
    content: "";
    inset: 0;
    position: absolute;
    opacity: 0.2;
}.learning_profits_style .main_photo_style {
    box-shadow: 
    15px 15px 30px rgba(0, 0, 0, 0.15),
    -5px -5px 20px rgba(255, 255, 255, 0.5),
    inset 0 0 0 1px rgba(255, 255, 255, 0.2);
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    flex: 0 0 40%;
    max-width: 350px;
    z-index: 2;
    transform: rotate(-3deg) translateY(10px);
    border-radius: 20px;
}.learning_profits_style .main_photo_style:hover {
    transform: rotate(0deg) translateY(0) scale(1.03);
    box-shadow: 
    20px 20px 40px rgba(0, 0, 0, 0.2),
    -5px -5px 20px rgba(255, 255, 255, 0.7),
    inset 0 0 0 1px rgba(255, 255, 255, 0.3);
}.learning_profits_style .content_pad_style {
    flex: 1;
    z-index: 2;
}.learning_profits_style h3 {
    color: rgb(199,205,179);
    font-weight: 700;
    margin-bottom: 40px;
    font-size: 28px;
    padding-bottom: 15px;
    position: relative;
}.learning_profits_style h3::after {
    bottom: 0;
    left: 0;
    transition: width 0.4s ease;
    height: 3px;
    width: 80px;
    position: absolute;
    content: "";
    border-radius: 10px;
    background: linear-gradient(90deg, rgb(199,205,179), rgb(171,183,135));
}.learning_profits_style .content_pad_style:hover h3::after {
    width: 140px;
}.learning_profits_style ul {
    margin: 0;
    list-style: none;
    padding: 0;
}.learning_profits_style li {
    transition: all 0.3s ease;
    margin-bottom: 20px;
    position: relative;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.4));
    transform: translateX(0);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 
    5px 5px 15px rgba(0, 0, 0, 0.05),
    -5px -5px 15px rgba(255, 255, 255, 0.6);
    padding: 16px 24px;
}.learning_profits_style li::before {
    content: "";
    background: linear-gradient(to bottom, rgb(199,205,179), rgb(171,183,135));
    width: 3px;
    left: 0;
    transition: width 0.3s ease;
    position: absolute;
    top: 0;
    opacity: 0.7;
    height: 100%;
}.learning_profits_style li:hover {
    background: linear-gradient(to right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7));
    transform: translateX(10px);
    box-shadow: 
    8px 8px 20px rgba(0, 0, 0, 0.08),
    -8px -8px 20px rgba(255, 255, 255, 0.8);
}.learning_profits_style li:hover::before {
    width: 6px;
}.learning_profits_style li p {
    color: #000000;
    margin: 0;
    align-items: center;
    font-size: 13px;
    gap: 18px;
    display: flex;
}.learning_profits_style svg {
    height: 24px;
    width: 24px;
    transition: all 0.3s ease;
    background: linear-gradient(135deg, rgb(199,205,179), rgb(171,183,135));
    flex-shrink: 0;
    border-radius: 50%;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
    padding: 10px;
}.learning_profits_style svg path {
    transition: fill 0.3s ease;
    fill: #ffffff;
}.learning_profits_style li:hover svg {
    transform: rotate(10deg) scale(1.1);
    box-shadow: 7px 7px 15px rgba(0, 0, 0, 0.15);
}

@media (max-width: 992px) {.learning_profits_style {
    padding: 60px 0;
}.learning_profits_style .learn_training_style {
    gap: 40px;
    padding: 40px;
}.learning_profits_style h3 {
    font-size: calc(28px * 0.9);
}
}

@media (max-width: 768px) {.learning_profits_style .learn_training_style {
    gap: 30px;
    flex-direction: column;
}.learning_profits_style .main_photo_style {
    align-self: center;
    max-width: 280px;
    width: 70%;
    transform: rotate(0deg) translateY(0);
}.learning_profits_style h3 {
    text-align: center;
}.learning_profits_style h3::after {
    transform: translateX(-50%);
    left: 50%;
}.learning_profits_style .content_pad_style:hover h3::after {
    width: 100px;
}
}

@media (max-width: 576px) {.learning_profits_style {
    padding: 30px 0;
}.learning_profits_style .learn_training_style {
    padding: 25px 15px;
}.learning_profits_style .main_photo_style {
    width: 85%;
    max-width: 240px;
}.learning_profits_style li {
    padding: 12px 15px;
    margin-bottom: 15px;
}.learning_profits_style li p {
    font-size: calc(13px * 0.9);
    gap: 10px;
}.learning_profits_style svg {
    height: 18px;
    padding: 7px;
    width: 18px;
}}.developer_experience_style {
    overflow: hidden;
    position: relative;
    background: rgb(234,236,230);
    border-radius: 22px;
    padding: 4rem 2rem;
}.developer_experience_style::before {
    width: 100%;
    opacity: 0.2;
    content: "";
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    animation: grid-shift 30s linear infinite;
    background-image: linear-gradient(rgb(199,205,179,0.5) 1px, transparent 1px),
                      linear-gradient(90deg, rgb(199,205,179,0.5) 1px, transparent 1px);
    background-size: 20px 20px;
    left: 0;
}.developer_experience_style .client_testimonials_styleLIMQE {
    max-width: 900px;
    z-index: 2;
    grid-template-columns: 45% 55%;
    position: relative;
    margin: 0 auto;
    display: grid;
    gap: 0;
}.developer_experience_style .main_photo_style {
    position: relative;
    filter: grayscale(60%);
    min-height: 400px;
    z-index: 2;
    transition: filter 0.6s ease;
    height: 100%;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
}.developer_experience_style .main_photo_style::before {
    opacity: 0;
    mix-blend-mode: overlay;
    border: 1px solid #ffffff;
    right: 20px;
    bottom: 20px;
    transition: all 0.5s ease;
    top: 20px;
    transform: scale(0.9);
    content: "";
    z-index: 3;
    left: 20px;
    position: absolute;
}.developer_experience_style .client_testimonials_styleLIMQE:hover .main_photo_style {
    filter: grayscale(0%);
}.developer_experience_style .client_testimonials_styleLIMQE:hover .main_photo_style::before {
    opacity: 0.8;
    transform: scale(1);
}.developer_experience_style .career_skills_style {
    position: relative;
    background: #ffffff;
    padding: 2rem 2rem 2rem 4rem;
    z-index: 3;
    margin-left: -10%;
    flex-direction: column;
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
    justify-content: center;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.5);
    display: flex;
}.developer_experience_style .career_skills_style::before {
    position: absolute;
    transition: width 0.3s ease;
    content: "";
    height: 100%;
    width: 10px;
    left: 0;
    background: linear-gradient(to bottom, rgb(199,205,179), rgb(171,183,135));
    top: 0;
}.developer_experience_style .client_testimonials_styleLIMQE:hover .career_skills_style::before {
    width: 15px;
}.developer_experience_style .name {
    color: rgb(199,205,179);
    transition: all 0.4s ease;
    letter-spacing: -1px;
    font-weight: 700;
    margin-bottom: 0.8rem;
    font-size: calc(37px * 1.2);
    transform: translateX(20px);
    font-family: Arial, sans-serif;
    opacity: 0.9;
    line-height: 1.1;
}.developer_experience_style .client_testimonials_styleLIMQE:hover .name {
    opacity: 1;
    transform: translateX(0);
}.developer_experience_style .career_skills_style > div:nth-child(2) {
    color: rgb(171,183,135);
    text-transform: uppercase;
    transition: all 0.4s ease 0.1s;
    margin-bottom: 2rem;
    transform: translateX(15px);
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 12px;
    opacity: 0.7;
}.developer_experience_style .client_testimonials_styleLIMQE:hover .career_skills_style > div:nth-child(2) {
    transform: translateX(0);
    opacity: 1;
}.developer_experience_style .job_view_style {
    opacity: 0.8;
    line-height: 1.8;
    color: #000000;
    position: relative;
    font-size: 12px;
    transform: translateX(10px);
    transition: all 0.4s ease 0.2s;
}.developer_experience_style .job_view_style::first-letter {
    font-weight: 700;
    font-size: 1.6em;
    color: rgb(199,205,179);
}.developer_experience_style .client_testimonials_styleLIMQE:hover .job_view_style {
    transform: translateX(0);
    opacity: 1;
}

@keyframes grid-shift {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 40px 40px;
    }
}

@media (max-width: 768px) {.developer_experience_style .client_testimonials_styleLIMQE {
    grid-template-columns: 1fr;
}.developer_experience_style .main_photo_style {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    min-height: 300px;
}.developer_experience_style .career_skills_style {
    padding: 3rem 2rem 2rem;
    margin-left: 0;
    clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 100%);
    margin-top: -50px;
}}.gratSpot_style {
    padding: 8rem 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(234,236,230) 0%, #ffffff 100%);
}.gratSpot_style::before {
    content: "";
    width: 100%;
    right: 0;
    z-index: 0;
    height: 100%;
    top: 0;
    background: 
        radial-gradient(circle at 15% 15%, rgb(199,205,179,0.5) 0%, transparent 35%),
        radial-gradient(circle at 85% 85%, rgb(171,183,135,0.5) 0%, transparent 45%);
    position: absolute;
}.gratSpot_style::after {
    bottom: 20%;
    left: 10%;
    transform: scaleX(0);
    content: "";
    transform-origin: left;
    animation: lineExpand 1.2s ease-out 0.8s forwards;
    background: linear-gradient(90deg, transparent, rgb(171,183,135) 50%, transparent);
    width: 80%;
    position: absolute;
    height: 1px;
}.gratSpot_style .container {
    margin: 0 auto;
    transform: translateY(30px);
    z-index: 1;
    padding: 0 2rem;
    position: relative;
    animation: fadeUpIn 0.8s ease-out 0.3s forwards;
    opacity: 0;
    max-width: 1200px;
}.gratSpot_style h2 {
    line-height: 1.3;
    font-size: 28px;
    position: relative;
    animation: fadeUpIn 0.8s ease-out 0.5s forwards;
    color: rgb(199,205,179);
    text-shadow: 0 1px 2px rgba(0,0,0,0.05);
    margin-bottom: 2.5rem;
    transform: translateY(20px);
    font-weight: 700;
    opacity: 0;
    max-width: 90%;
}.gratSpot_style h2::after {
    position: absolute;
    background: linear-gradient(90deg, rgb(171,183,135), transparent);
    transform-origin: left;
    transform: scaleX(0);
    animation: lineExpand 0.6s ease-out 1s forwards;
    height: 4px;
    content: "";
    left: 0;
    bottom: -12px;
    width: 80px;
}.gratSpot_style .learn_training_style {
    background: linear-gradient(135deg, #ffffff 0%, rgba(255,255,255,0.9) 100%);
    transform: translateY(30px) perspective(1000px) rotateX(2deg);
    padding: 3rem;
    border-left: 4px solid rgb(171,183,135);
    position: relative;
    opacity: 0;
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.05),
        0 5px 15px rgba(0,0,0,0.03);
    animation: cardAppear 1s cubic-bezier(0.23, 1, 0.32, 1) 0.7s forwards;
}.gratSpot_style .learn_training_style::before {
    background: linear-gradient(135deg, rgb(171,183,135,0.5) 0%, transparent 70%);
    content: "";
    opacity: 0.5;
    transform: scale(0);
    animation: pulseIn 1.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1.2s forwards;
    border-radius: 50%;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
}.gratSpot_style ul {
    padding: 0;
    list-style: none;
    margin: 0;
}.gratSpot_style li {
    position: relative;
    transform: translateY(15px);
    animation: fadeUpIn 0.8s ease-out 0.9s forwards;
    opacity: 0;
}.gratSpot_style li::before {
    content: "";
    height: 0.5rem;
    position: absolute;
    transform: rotate(45deg) scale(0);
    animation: diamondAppear 0.5s ease-out 1.2s forwards;
    left: -1.5rem;
    top: 0.5rem;
    width: 0.5rem;
    background-color: rgb(171,183,135);
}.gratSpot_style li span {
    color: #000000;
    font-family: Arial, sans-serif;
    display: block;
    letter-spacing: 0.01em;
    position: relative;
    font-size: calc(18px * 1.1);
    line-height: 1.7;
}

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

@keyframes cardAppear {
    from {
        opacity: 0;
        transform: translateY(30px) perspective(1000px) rotateX(2deg);
    }
    to {
        opacity: 1;
        transform: translateY(0) perspective(1000px) rotateX(0);
    }
}

@keyframes lineExpand {
    from {
        transform: scaleX(0);
    }
    to {
        transform: scaleX(1);
    }
}

@keyframes diamondAppear {
    from {
        transform: rotate(45deg) scale(0);
    }
    to {
        transform: rotate(45deg) scale(1);
    }
}

@keyframes pulseIn {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    50% {
        transform: scale(1.2);
        opacity: 0.7;
    }
    100% {
        transform: scale(1);
        opacity: 0.5;
    }
}

@media (max-width: 991px) {.gratSpot_style {
    padding: 6rem 0;
}.gratSpot_style h2 {
    font-size: calc(28px * 0.9);
    max-width: 100%;
}.gratSpot_style .learn_training_style {
    padding: 2.5rem;
}
}

@media (max-width: 767px) {.gratSpot_style {
    padding: 5rem 0;
}.gratSpot_style h2 {
    font-size: calc(28px * 0.8);
    margin-bottom: 2rem;
}.gratSpot_style .learn_training_style {
    padding: 2rem;
}.gratSpot_style li span {
    font-size: 18px;
}.gratSpot_style .learn_training_style::before {
    height: 45px;
    right: 15px;
    top: 15px;
    width: 45px;
}
}

@media (max-width: 575px) {.gratSpot_style {
    padding: 4rem 0;
}.gratSpot_style .container {
    padding: 0 1.5rem;
}.gratSpot_style h2 {
    margin-bottom: 1.75rem;
    font-size: calc(28px * 0.7);
}.gratSpot_style .learn_training_style {
    padding: 1.5rem;
}.gratSpot_style li::before {
    left: -1.25rem;
    width: 0.4rem;
    height: 0.4rem;
}}.prospective_members_style {
    position: relative;
    background: rgb(234,236,230);
    overflow: hidden;
    padding: 120px 0 100px;
}.prospective_members_style::before {
    position: absolute;
    width: 100%;
    transform: rotate(35deg);
    height: 100%;
    z-index: 1;
    background: rgb(199,205,179,0.5);
    right: -50%;
    content: "";
    top: -50%;
}.prospective_members_style::after {
    bottom: -50%;
    content: "";
    transform: rotate(-35deg);
    left: -50%;
    height: 100%;
    z-index: 1;
    width: 100%;
    background: rgb(171,183,135,0.5);
    position: absolute;
}.prospective_members_style .container {
    z-index: 2;
    padding: 0 15px;
    max-width: 1140px;
    position: relative;
    margin: 0 auto;
}.prospective_members_style .learn_training_style {
    position: relative;
    border-radius: 21px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.08);
    padding: 60px 40px;
    overflow: hidden;
    background: #ffffff;
}.prospective_members_style .learn_training_style::before {
    position: absolute;
    height: 6px;
    top: 0;
    width: 100%;
    left: 0;
    content: "";
    background: linear-gradient(90deg, rgb(199,205,179), rgb(171,183,135));
}.prospective_members_style .learn_training_style::after {
    height: 120px;
    opacity: 0.5;
    position: absolute;
    width: 120px;
    content: "";
    z-index: -1;
    right: 20px;
    border-radius: 50%;
    top: 20px;
    border: 2px solid rgb(199,205,179,0.5);
}.prospective_members_style h4 {
    font-size: 38px;
    margin-bottom: 50px;
    color: #000000;
    text-align: center;
    font-weight: 700;
    position: relative;
}.prospective_members_style h4::before {
    border-radius: 10px;
    left: 50%;
    position: absolute;
    content: "";
    height: 4px;
    background: rgb(199,205,179);
    transform: translateX(-50%);
    bottom: -20px;
    width: 40px;
}.prospective_members_style h4::after {
    left: 50%;
    content: "";
    width: 80px;
    transform: translateX(-20px);
    position: absolute;
    height: 4px;
    bottom: -20px;
    border-radius: 10px;
    background: rgb(171,183,135,0.5);
}.prospective_members_style div > div {
    gap: 30px;
    display: grid;
    position: relative;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}.prospective_members_style div > div::before {
    width: 100%;
    position: absolute;
    left: 0;
    height: 1px;
    z-index: -1;
    opacity: 0.5;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(171,183,135,0.5) 20%, 
        rgb(171,183,135,0.5) 80%, 
        transparent 100%);
    top: 50%;
    content: "";
}.prospective_members_style p {
    color: #000000;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    display: flex;
    background: #ffffff;
    font-size: 18px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    z-index: 1;
    margin: 0;
    border-radius: 10px;
    position: relative;
    padding: 24px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    align-items: center;
}.prospective_members_style p::before {
    opacity: 0;
    position: absolute;
    top: 0;
    border-radius: 10px;
    left: 0;
    z-index: -1;
    background: linear-gradient(135deg, #ffffff 0%, rgb(234,236,230) 100%);
    width: 100%;
    height: 100%;
    content: "";
    transition: opacity 0.4s ease;
}.prospective_members_style p:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border-color: rgb(199,205,179,0.5);
    transform: translateY(-10px) scale(1.02);
}.prospective_members_style p:hover::before {
    opacity: 1;
}.prospective_members_style p svg {
    height: 28px;
    flex-shrink: 0;
    width: 28px;
    transition: all 0.4s ease;
    margin-right: 18px;
}.prospective_members_style p svg path {
    fill: rgb(199,205,179);
    transition: fill 0.3s ease;
}.prospective_members_style p:hover svg {
    transform: rotate(10deg) scale(1.2);
}.prospective_members_style p:hover svg path {
    fill: rgb(171,183,135);
}@keyframes dotAnimation {
    0% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-20px) scale(1.5);
    }
    100% {
        transform: translateY(0) scale(1);
    }
}

.prospective_members_style .learn_training_style::before {
    animation: dotAnimation 8s infinite;
}@keyframes fadeSlideIn {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.prospective_members_style .learn_training_style > div p {
    opacity: 0;
    animation: fadeSlideIn 0.6s ease forwards;
}.prospective_members_style .learn_training_style > div p:nth-child(1) {
    animation-delay: 0.1s;
}.prospective_members_style .learn_training_style > div p:nth-child(2) {
    animation-delay: 0.3s;
}.prospective_members_style .learn_training_style > div p:nth-child(3) {
    animation-delay: 0.5s;
}.prospective_members_style .learn_training_style > div p:nth-child(4) {
    animation-delay: 0.7s;
}.prospective_members_style .learn_training_style > div p:nth-child(5) {
    animation-delay: 0.9s;
}.prospective_members_style .learn_training_style > div p:nth-child(6) {
    animation-delay: 1.1s;
}.prospective_members_style p::after {
    background: rgb(171,183,135,0.5);
    width: 30px;
    border-radius: 50%;
    position: absolute;
    height: 30px;
    content: "";
    opacity: 0;
    z-index: -1;
    transition: all 0.4s ease;
    right: 10px;
    bottom: 10px;
}.prospective_members_style p:hover::after {
    transform: scale(2);
    opacity: 0.3;
}

@media (max-width: 991px) {.prospective_members_style {
    padding: 90px 0 80px;
}.prospective_members_style .learn_training_style {
    padding: 50px 30px;
}.prospective_members_style h4 {
    margin-bottom: 40px;
    font-size: calc(38px * 0.9);
}.prospective_members_style div > div {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
}.prospective_members_style p {
    padding: 20px;
}.prospective_members_style .learn_training_style::after {
    width: 100px;
    height: 100px;
}
}

@media (max-width: 768px) {.prospective_members_style {
    padding: 80px 0 70px;
}.prospective_members_style .learn_training_style {
    padding: 40px 25px;
}.prospective_members_style h4 {
    font-size: calc(38px * 0.8);
    margin-bottom: 35px;
}.prospective_members_style div > div {
    gap: 20px;
    grid-template-columns: 1fr;
}.prospective_members_style div > div::before {
    display: none;
}.prospective_members_style p {
    padding: 18px;
}.prospective_members_style p svg {
    width: 24px;
    margin-right: 15px;
    height: 24px;
}.prospective_members_style .learn_training_style::after {
    top: auto;
    height: 80px;
    bottom: 20px;
    width: 80px;
    left: 20px;
    right: auto;
}
}

@media (max-width: 576px) {.prospective_members_style {
    padding: 60px 0 50px;
}.prospective_members_style .learn_training_style {
    padding: 35px 20px;
}.prospective_members_style h4 {
    margin-bottom: 30px;
    font-size: calc(38px * 0.7);
}.prospective_members_style h4::before {
    height: 3px;
    width: 30px;
}.prospective_members_style h4::after {
    height: 3px;
    width: 60px;
}.prospective_members_style p {
    padding: 15px;
    font-size: calc(18px * 0.9);
}.prospective_members_style p svg {
    margin-right: 12px;
    height: 20px;
    width: 20px;
}.prospective_members_style p:hover {
    transform: translateY(-5px) scale(1.01);
}.prospective_members_style .learn_training_style::after {
    height: 60px;
    width: 60px;
}}.data_analysis_style {
    color: #ffffff;
    overflow: hidden;
    padding: 100px 0;
    position: relative;
}.data_analysis_style::before {
    height: 100%;
    top: 0;
    opacity: 0.7;
    left: 0;
    width: 100%;
    content: "";
    position: absolute;
    z-index: 1;
    background-color: #000000;
}.data_analysis_style::after {
    position: absolute;
    top: 0;
    width: 100%;
    background: radial-gradient(circle at 20% 30%, 
                rgb(199,205,179,0.5) 0%, 
                transparent 40%),
                radial-gradient(circle at 80% 70%, 
                rgb(171,183,135,0.5) 0%, 
                transparent 40%);
    left: 0;
    height: 100%;
    content: "";
    z-index: 2;
}.data_analysis_style .container {
    padding: 0 20px;
    max-width: 1200px;
    z-index: 5;
    position: relative;
    margin: 0 auto;
}.data_analysis_style .benefits_block_style {
    flex-direction: column;
    display: flex;
}.data_analysis_style .statistics_pluses_style {
    display: flex;
    width: 80px;
    z-index: 2;
    position: absolute;
    justify-content: center;
    right: 40px;
    height: 80px;
    align-items: center;
    top: 30px;
    background: #ffffff;
    border-radius: 50%;
}.data_analysis_style .statistics_pluses_style svg {
    height: 40px;
    fill: rgb(199,205,179);
    width: 40px;
}.data_analysis_style .statistics_pluses_style svg path {
    fill: rgb(199,205,179);
}.data_analysis_style .statistics_perks_style {
    border-bottom: 3px solid rgb(199,205,179);
    position: relative;
    font-size: 44px;
    width: 70%;
    font-weight: 700;
    text-align: left;
    padding-bottom: 15px;
    margin: 0 0 20px 0;
}.data_analysis_style .extra_gain_style {
    width: 60%;
    margin-bottom: 60px;
    text-align: left;
    font-size: 17px;
    position: relative;
    line-height: 1.6;
}.data_analysis_style .statistics_benefit_style {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}.data_analysis_style .statistics_advantages_style {
    transition: all 0.3s ease;
    background: linear-gradient(
        135deg, 
        rgba(255, 255, 255, 0.1) 0%, 
        rgba(255, 255, 255, 0.05) 100%
    );
    gap: 10px 20px;
    position: relative;
    border-radius: 14px;
    display: grid;
    border-left: 4px solid rgb(199,205,179);
    padding: 30px;
    grid-template-columns: 80px 1fr;
    grid-template-areas:
        "img number"
        "img desc";
}.data_analysis_style .statistics_advantages_style:nth-child(even) {
    border-left: 4px solid rgb(171,183,135);
}.data_analysis_style .statistics_advantages_style:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateX(5px);
}.data_analysis_style .knowledge_statistics_style {
    border-radius: 12px;
    display: flex;
    grid-area: img;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.1);
    align-items: center;
    width: 70px;
    height: 70px;
    justify-content: center;
}.data_analysis_style .knowledge_statistics_style svg {
    fill: #ffffff;
    width: 35px;
    height: 35px;
}.data_analysis_style .knowledge_statistics_style svg path {
    fill: #ffffff;
}.data_analysis_style .statistics_advantages_style span {
    color: #ffffff;
    grid-area: number;
    font-weight: 700;
    align-self: flex-end;
    margin: 0;
    font-size: calc(32px * 1.3);
    line-height: 1;
}.data_analysis_style .statistics_advantages_style p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 17px;
    grid-area: desc;
    line-height: 1.4;
    align-self: flex-start;
    margin: 0;
}.data_analysis_style .statistics_benefit_style::before {
    top: -30px;
    height: 1px;
    width: 100%;
    position: absolute;
    left: 0;
    background: linear-gradient(
        90deg, 
        #ffffff 0%, 
        transparent 100%
    );
    content: "";
}

@media screen and (max-width: 992px) {.data_analysis_style .statistics_perks_style {
    width: 85%;
    font-size: calc(44px * 0.9);
}.data_analysis_style .extra_gain_style {
    width: 80%;
}.data_analysis_style .statistics_pluses_style {
    width: 70px;
    right: 20px;
    height: 70px;
    top: 20px;
}.data_analysis_style .statistics_pluses_style svg {
    width: 35px;
    height: 35px;
}
}

@media screen and (max-width: 768px) {.data_analysis_style {
    padding: 80px 0;
}.data_analysis_style .statistics_perks_style {
    width: 100%;
    padding-right: 60px;
    font-size: calc(44px * 0.8);
}.data_analysis_style .extra_gain_style {
    margin-bottom: 50px;
    width: 100%;
}.data_analysis_style .statistics_pluses_style {
    width: 60px;
    top: 0;
    height: 60px;
    right: 0;
}.data_analysis_style .statistics_pluses_style svg {
    height: 30px;
    width: 30px;
}.data_analysis_style .statistics_benefit_style {
    grid-template-columns: 1fr;
}
}

@media screen and (max-width: 576px) {.data_analysis_style {
    padding: 60px 0;
}.data_analysis_style .benefits_block_style {
    padding: 0 10px;
}.data_analysis_style .statistics_perks_style {
    font-size: calc(44px * 0.7);
    margin-bottom: 15px;
    padding-bottom: 10px;
}.data_analysis_style .extra_gain_style {
    margin-bottom: 40px;
    font-size: calc(17px * 0.9);
}.data_analysis_style .statistics_advantages_style {
    padding: 20px;
    gap: 5px 15px;
    grid-template-columns: 60px 1fr;
}.data_analysis_style .knowledge_statistics_style {
    height: 55px;
    width: 55px;
}.data_analysis_style .knowledge_statistics_style svg {
    width: 25px;
    height: 25px;
}.data_analysis_style .statistics_advantages_style span {
    font-size: calc(32px * 1.1);
}.data_analysis_style .statistics_advantages_style p {
    font-size: calc(17px * 0.9);
}
}

@media screen and (max-width: 480px) {.data_analysis_style .statistics_advantages_style {
    grid-template-areas:
            "img number"
            "desc desc";
    grid-template-columns: auto 1fr;
}.data_analysis_style .knowledge_statistics_style {
    width: 45px;
    height: 45px;
    align-self: center;
}.data_analysis_style .knowledge_statistics_style svg {
    height: 22px;
    width: 22px;
}.data_analysis_style .statistics_advantages_style p {
    padding-top: 10px;
}}.meet_us_style {
    overflow: hidden;
    padding: 100px 0 120px;
    background: linear-gradient(135deg, rgb(234,236,230) 0%, rgba(240, 242, 245, 1) 100%);
    box-shadow: inset 0 20px 40px -25px rgba(0, 0, 0, 0.1);
    position: relative;
}.meet_us_style::before {
    animation: float 15s infinite alternate ease-in-out;
    height: 300px;
    top: -10%;
    right: -5%;
    content: '';
    position: absolute;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    opacity: 0.4;
    width: 300px;
    filter: blur(40px);
    transform: rotate(-15deg);
    background: linear-gradient(225deg, rgb(199,205,179,0.5) 0%, transparent 70%);
    z-index: 0;
}.meet_us_style::after {
    filter: blur(35px);
    content: '';
    height: 250px;
    width: 250px;
    background: linear-gradient(45deg, rgb(171,183,135,0.5) 0%, transparent 70%);
    left: -5%;
    position: absolute;
    bottom: -10%;
    opacity: 0.3;
    z-index: 0;
    animation: float 18s infinite alternate-reverse ease-in-out;
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
}.meet_us_style .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}.meet_us_style h1 {
    font-size: 47px;
    margin-bottom: 60px;
    position: relative;
    letter-spacing: 0.5px;
    color: #000000;
    text-align: center;
    font-weight: 700;
}.meet_us_style h1::after {
    content: '';
    box-shadow: 0 2px 8px rgba(var(--primary-color-rgb), 0.3);
    position: absolute;
    background: linear-gradient(90deg, rgb(199,205,179) 0%, rgb(171,183,135) 100%);
    left: 50%;
    width: 80px;
    transform: translateX(-50%);
    bottom: -15px;
    border-radius: 2px;
    height: 4px;
}.meet_us_style .learn_way_style {
    position: relative;
}.meet_us_style .learn_way_style ul {
    padding: 0;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
    margin: 0;
    display: grid;
    list-style: none;
}.meet_us_style .timeline_hist_style {
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    box-shadow: 12px 12px 24px rgba(0, 0, 0, 0.04),
              -12px -12px 24px rgba(255, 255, 255, 0.9),
              inset 1px 1px 2px rgba(255, 255, 255, 0.6),
              inset -1px -1px 2px rgba(0, 0, 0, 0.05);
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    padding: 40px;
    background: #ffffff;
}.meet_us_style .timeline_hist_style:hover {
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.06),
              -15px -15px 30px rgba(255, 255, 255, 1),
              inset 1px 1px 2px rgba(255, 255, 255, 0.7),
              inset -1px -1px 2px rgba(0, 0, 0, 0.06);
    transform: translateY(-5px);
}.meet_us_style .timeline_hist_style::before {
    position: absolute;
    left: 0;
    background: linear-gradient(90deg, rgb(199,205,179) 0%, rgb(171,183,135) 100%);
    width: 100%;
    content: '';
    transition: height 0.3s ease;
    height: 6px;
    top: 0;
    opacity: 0.8;
}.meet_us_style .timeline_hist_style:hover::before {
    height: 8px;
}.meet_us_style .timeline_hist_style h4 {
    padding-bottom: 15px;
    font-size: calc(23px + 2px);
    margin-bottom: 20px;
    color: #000000;
    position: relative;
    letter-spacing: 0.3px;
    font-weight: 600;
}.meet_us_style .timeline_hist_style h4::after {
    content: '';
    bottom: 0;
    height: 3px;
    transition: width 0.3s ease;
    background: rgb(171,183,135);
    position: absolute;
    width: 40px;
    border-radius: 2px;
    left: 0;
}.meet_us_style .timeline_hist_style:hover h4::after {
    width: 60px;
}.meet_us_style .timeline_hist_style div {
    color: #000000;
    max-height: 240px;
    font-size: 14px;
    padding-right: 10px;
    scrollbar-color: rgb(171,183,135,0.5) transparent;
    overflow-y: auto;
    line-height: 1.75;
    font-weight: 400;
    scrollbar-width: thin;
}.meet_us_style .timeline_hist_style div::-webkit-scrollbar {
    width: 6px;
}.meet_us_style .timeline_hist_style div::-webkit-scrollbar-track {
    background: transparent;
}.meet_us_style .timeline_hist_style div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(171,183,135,0.5);
}

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

@media screen and (max-width: 991px) {.meet_us_style {
    padding: 80px 0 100px;
}.meet_us_style h1 {
    font-size: calc(47px - 4px);
    margin-bottom: 50px;
}.meet_us_style .timeline_hist_style {
    padding: 30px;
}
}

@media screen and (max-width: 768px) {.meet_us_style {
    padding: 60px 0 80px;
}.meet_us_style::before,
  .meet_us_style::after {
    height: 180px;
    width: 180px;
}.meet_us_style h1 {
    font-size: calc(47px - 6px);
    margin-bottom: 40px;
}.meet_us_style h1::after {
    height: 3px;
    width: 60px;
}.meet_us_style .learn_way_style ul {
    gap: 30px;
    grid-template-columns: 1fr;
}.meet_us_style .timeline_hist_style div {
    max-height: 200px;
}
}

@media screen and (max-width: 576px) {.meet_us_style {
    padding: 50px 0 70px;
}.meet_us_style h1 {
    font-size: calc(47px - 8px);
}.meet_us_style .timeline_hist_style {
    padding: 25px 20px;
}.meet_us_style .timeline_hist_style h4 {
    font-size: 23px;
}.meet_us_style .timeline_hist_style div {
    font-size: calc(14px - 1px);
    line-height: 1.7;
}}.test_drive_style {
    position: relative;
    background: linear-gradient(135deg, rgb(234,236,230) 0%, rgb(199,205,179,0.5) 100%);
    padding: 5rem 0;
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}.test_drive_style::before {
    top: 0;
    z-index: 1;
    bottom: 0;
    left: 0;
    position: absolute;
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 20px,
        rgba(255, 255, 255, 0.03) 20px,
        rgba(255, 255, 255, 0.03) 40px
    );
    content: '';
    right: 0;
}.test_drive_style::after {
    right: -100px;
    height: 300px;
    position: absolute;
    background: radial-gradient(circle, rgb(199,205,179,0.5) 0%, transparent 70%);
    top: -150px;
    z-index: 0;
    border-radius: 50%;
    content: '';
    opacity: 0.6;
    width: 300px;
    filter: blur(30px);
}.test_drive_style .container {
    position: relative;
    box-shadow: 
        20px 20px 40px rgba(0, 0, 0, 0.05),
        -20px -20px 40px rgba(255, 255, 255, 0.8),
        inset 5px 5px 10px rgba(255, 255, 255, 0.8),
        inset -5px -5px 10px rgba(0, 0, 0, 0.05);
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    z-index: 2;
    transform: perspective(1000px) rotateX(2deg);
    background: rgba(255, 255, 255, 0.9);
    margin: 0 auto;
    max-width: 1140px;
    padding: 3rem;
}.test_drive_style .container:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 
        25px 25px 50px rgba(0, 0, 0, 0.08),
        -25px -25px 50px rgba(255, 255, 255, 0.9),
        inset 5px 5px 10px rgba(255, 255, 255, 0.9),
        inset -5px -5px 10px rgba(0, 0, 0, 0.03);
}.test_drive_style h6 {
    text-align: center;
    transition: transform 0.4s ease-out, opacity 0.4s ease-out;
    transform: translateY(0);
    color: #000000;
    letter-spacing: 0.5px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    font-family: Arial, sans-serif;
    opacity: 1;
    margin-bottom: 2.5rem;
}.test_drive_style .container:hover h6 {
    transform: translateY(-5px);
}.test_drive_style div div {
    display: flex;
    align-items: center;
    margin-top: 1.5rem;
    justify-content: center;
}.test_drive_style div span {
    transform: translateY(0);
    position: relative;
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    z-index: 2;
    display: inline-block;
}.test_drive_style div span:hover {
    transform: translateY(-5px);
}.test_drive_style .request_card_style {
    font-weight: 600;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    box-shadow: 
        0 10px 20px rgba(rgb(199,205,179,0.5), 0.2),
        0 5px 10px rgba(rgb(199,205,179,0.5), 0.1),
        inset 0 -2px 0 rgba(0, 0, 0, 0.1);
    overflow: hidden;
    justify-content: center;
    background: linear-gradient(135deg, rgb(199,205,179) 0%, rgb(171,183,135) 100%);
    color: #ffffff;
    padding: 15px 32px;
    border-radius: 10px;
    border: none;
    display: inline-flex;
    text-decoration: none;
    position: relative;
    cursor: pointer;
    font-size: 15px;
    align-items: center;
}.test_drive_style .request_card_style::before {
    content: '';
    top: 0;
    left: -100%;
    transition: left 0.7s ease;
    position: absolute;
    background: linear-gradient(
        90deg, 
        transparent, 
        rgba(255, 255, 255, 0.2), 
        transparent
    );
    height: 100%;
    width: 100%;
}.test_drive_style .request_card_style:hover {
    box-shadow: 
        0 15px 25px rgba(rgb(199,205,179,0.5), 0.3),
        0 10px 15px rgba(rgb(199,205,179,0.5), 0.2),
        inset 0 -2px 0 rgba(0, 0, 0, 0.1);
    transform: translateY(-2px) scale(1.03);
}.test_drive_style .request_card_style:hover::before {
    left: 100%;
}.test_drive_style .request_card_style:active {
    transform: translateY(1px) scale(0.98);
    box-shadow: 
        0 5px 10px rgba(rgb(199,205,179,0.5), 0.2),
        0 2px 5px rgba(rgb(199,205,179,0.5), 0.1),
        inset 0 2px 3px rgba(0, 0, 0, 0.1);
}.test_drive_style .request_card_style span {
    transition: transform 0.3s ease;
    position: relative;
    z-index: 1;
}.test_drive_style .request_card_style:hover span {
    transform: scale(1.05);
}


@media (max-width: 1200px) {.test_drive_style .container {
    padding: 2.5rem;
    max-width: 960px;
}
}

@media (max-width: 992px) {.test_drive_style {
    padding: 4rem 0;
}.test_drive_style .container {
    transform: perspective(1000px) rotateX(1deg);
    max-width: 720px;
    padding: 2rem;
}.test_drive_style h6 {
    font-size: calc(16px * 0.95);
    margin-bottom: 2rem;
}
}

@media (max-width: 768px) {.test_drive_style {
    padding: 3.5rem 0;
}.test_drive_style .container {
    transform: perspective(1000px) rotateX(0.5deg);
    max-width: 540px;
    padding: 1.75rem;
}.test_drive_style h6 {
    font-size: calc(16px * 0.9);
    margin-bottom: 1.75rem;
}.test_drive_style .request_card_style {
    padding: 12px 28px;
}
}

@media (max-width: 576px) {.test_drive_style {
    padding: 3rem 0;
}.test_drive_style .container {
    transform: none;
    width: 90%;
    padding: 1.5rem;
}.test_drive_style h6 {
    margin-bottom: 1.5rem;
    line-height: 1.4;
    font-size: calc(16px * 0.85);
}.test_drive_style .request_card_style {
    padding: 10px 24px;
    font-size: calc(15px * 0.9);
}
}

@media (max-width: 400px) {.test_drive_style {
    padding: 2.5rem 0;
}.test_drive_style .container {
    padding: 1.25rem;
    width: 95%;
}.test_drive_style h6 {
    font-size: calc(16px * 0.8);
    margin-bottom: 1.25rem;
}.test_drive_style .request_card_style {
    font-size: calc(15px * 0.85);
    padding: 8px 20px;
}}.title_section_style {
    display: flex;
    justify-content: center;
    position: relative;
    perspective: 1000px;
    overflow: hidden;
    background: rgb(234,236,230);
    align-items: center;
    min-height: 100vh;
}.title_section_style::before {
    content: "";
    z-index: 1;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(135deg, 
    rgba(rgb(199,205,179), 0.02) 0%, 
    rgba(rgb(199,205,179), 0.05) 40%, 
    rgba(rgb(199,205,179), 0.08) 60%, 
    rgba(rgb(199,205,179), 0.12) 100%);
    position: absolute;
}.title_section_style::after {
    background: radial-gradient(circle at center, 
    transparent 0%, 
    transparent 50%, 
    rgba(rgb(199,205,179), 0.02) 70%, 
    rgba(rgb(199,205,179), 0.04) 100%);
    top: -25%;
    animation: subtleRotate 40s infinite linear;
    left: -25%;
    height: 150%;
    width: 150%;
    content: "";
    position: absolute;
    z-index: 1;
}.title_section_style .start_entry_style {
    display: grid;
    z-index: 2;
    position: relative;
    width: 90%;
    gap: 3rem;
    max-width: 1400px;
    grid-template-columns: 1fr 1.5fr;
    transform: translateZ(0);
}.title_section_style .start_entry_style > div:first-child {
    align-items: center;
    position: relative;
    transform: translateY(-2rem) translateX(1rem);
    display: flex;
}.title_section_style .start_entry_style > div:first-child::before {
    position: absolute;
    left: -3rem;
    width: 15vmin;
    background: linear-gradient(45deg, rgb(199,205,179) 0%, rgb(171,183,135) 100%);
    content: "";
    opacity: 0.1;
    clip-path: polygon(0 0, 100% 0, 100% 70%, 30% 100%, 0 100%);
    height: 15vmin;
    top: -4rem;
    transform: rotate(15deg);
}.title_section_style .start_entry_style h3 {
    padding-left: 2rem;
    line-height: 1.4;
    font-weight: 600;
    transform: perspective(1000px) rotateY(-5deg);
    font-size: clamp(1.25rem, 2vw + 0.5rem, 2rem);
    transition: transform 0.5s ease-out;
    color: #000000;
    position: relative;
}.title_section_style .start_entry_style h3::before {
    height: calc(100% - 1rem);
    top: 0.5rem;
    transform: scaleY(0);
    background: rgb(199,205,179);
    left: 0;
    position: absolute;
    transform-origin: top;
    content: "";
    width: 4px;
    animation: scaleIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.2s;
}.title_section_style .start_entry_style > div:nth-child(2) {
    align-items: center;
    justify-content: flex-start;
    position: relative;
    display: flex;
}.title_section_style .virtual_classes_style {
    position: relative;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    padding: 3rem 2rem;
    box-shadow: 
    0 20px 40px -10px rgba(rgba(0, 0, 0, 0.5), 0.1),
    0 10px 20px -5px rgba(rgba(0, 0, 0, 0.5), 0.05);
    background: linear-gradient(145deg, 
    rgba(#ffffff, 1) 0%, 
    rgba(#ffffff, 0.95) 100%);
    transform: perspective(1000px) rotateY(5deg) translateZ(20px);
    width: 100%;
}.title_section_style .virtual_classes_style::before {
    z-index: -1;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 70% 100%, 0 60%);
    right: -10px;
    width: 40%;
    height: 30%;
    background: linear-gradient(135deg, rgb(199,205,179) 0%, rgb(171,183,135) 100%);
    opacity: 0.1;
    top: -10px;
    content: "";
    position: absolute;
}.title_section_style .virtual_classes_style h1 {
    margin-bottom: 1.5rem;
    opacity: 0;
    line-height: 1.1;
    transform: translateX(-10px);
    font-weight: 700;
    color: #000000;
    position: relative;
    font-size: clamp(2rem, 4vw + 1rem, 4rem);
    animation: slideIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}.title_section_style .virtual_classes_style h1::after {
    bottom: -0.5rem;
    content: "";
    position: absolute;
    background: rgb(199,205,179);
    left: 0;
    animation: scaleIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.4s;
    transform-origin: left;
    transform: scaleX(0);
    height: 3px;
    width: 80px;
}.title_section_style .virtual_classes_style > div {
    padding: 2rem;
    transform: translateY(10px);
    animation: slideUp 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.6s;
    margin-top: 2rem;
    opacity: 0;
    position: relative;
    overflow: hidden;
}.title_section_style .virtual_classes_style > div::before {
    opacity: 0.2;
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    z-index: -1;
    background: rgb(199,205,179);
    left: 0;
    content: "";
}.title_section_style .virtual_classes_style p {
    text-shadow: 0 1px 2px rgba(rgba(0, 0, 0, 0.5), 0.3);
    font-size: clamp(1rem, 1.5vw + 0.5rem, 1.5rem);
    line-height: 1.6;
    position: relative;
    color: #ffffff;
    font-weight: 400;
}

@keyframes slideIn {
  from {
    transform: translateX(-10px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

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

@keyframes scaleIn {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

@keyframes subtleRotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@media (hover: hover) {.title_section_style .start_entry_style h3:hover {
    transform: perspective(1000px) rotateY(0deg);
}.title_section_style .virtual_classes_style:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(40px);
}
}

@media (max-width: 1200px) {.title_section_style .start_entry_style {
    gap: 2rem;
}.title_section_style .start_entry_style h3::before {
    width: 3px;
}
}

@media (max-width: 992px) {.title_section_style .start_entry_style {
    grid-template-columns: 1fr;
    gap: 3rem;
}.title_section_style .start_entry_style > div:first-child {
    transform: translateY(0) translateX(0);
}.title_section_style .virtual_classes_style {
    transform: perspective(1000px) rotateY(0deg);
    padding: 2rem 1.5rem;
}.title_section_style .virtual_classes_style > div {
    padding: 1.5rem;
}
}

@media (max-width: 768px) {.title_section_style {
    padding: 4rem 0;
}.title_section_style .start_entry_style {
    width: 85%;
}.title_section_style .start_entry_style h3 {
    font-size: clamp(1rem, 1.5vw + 0.5rem, 1.5rem);
    padding-left: 1.5rem;
}.title_section_style .virtual_classes_style h1 {
    font-size: clamp(1.75rem, 3vw + 0.5rem, 3rem);
}.title_section_style .virtual_classes_style h1::after {
    width: 60px;
}
}

@media (max-width: 576px) {.title_section_style {
    padding: 3rem 0;
}.title_section_style .start_entry_style {
    width: 90%;
}.title_section_style .start_entry_style h3 {
    padding-left: 1rem;
}.title_section_style .start_entry_style h3::before {
    width: 2px;
}.title_section_style .virtual_classes_style {
    padding: 1.5rem 1rem;
}.title_section_style .virtual_classes_style > div {
    margin-top: 1.5rem;
    padding: 1.25rem;
}.title_section_style .virtual_classes_style h1::after {
    height: 2px;
    width: 50px;
}}.pricing_list_item_style {
    background: rgb(234,236,230);
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}.pricing_list_item_style::before {
    position: absolute;
    z-index: 0;
    opacity: 0.08;
    content: "";
    height: 100%;
    background: linear-gradient(135deg, rgb(199,205,179,0.5), rgb(171,183,135,0.5));
    width: 100%;
    left: 0;
    top: 0;
}.pricing_list_item_style .container {
    z-index: 1;
    padding: 0 15px;
    margin: 0 auto;
    max-width: 1320px;
    position: relative;
}.pricing_list_item_style .tuition_plans_style {
    display: flex;
    gap: 60px;
    flex-direction: column-reverse;
}.pricing_list_item_style .lesson_rates_style {
    max-width: 800px;
    text-align: center;
    margin: 0 auto;
    padding: 0 20px;
}.pricing_list_item_style .lesson_rates_style h2 {
    margin-bottom: 20px;
    color: #000000;
    font-weight: 700;
    font-size: 29px;
    position: relative;
    display: inline-block;
}.pricing_list_item_style .lesson_rates_style h2::after {
    bottom: -10px;
    transform: translateX(-50%);
    position: absolute;
    background: linear-gradient(90deg, rgb(199,205,179), rgb(171,183,135));
    height: 3px;
    border-radius: 3px;
    width: 80px;
    left: 50%;
    content: "";
}.pricing_list_item_style .skill_pricing_style {
    margin-left: auto;
    max-width: 600px;
    margin-right: auto;
    color: #000000;
    margin-top: 20px;
    font-size: 12px;
    line-height: 1.7;
}.pricing_list_item_style .study_pricing_style {
    width: 100%;
    gap: 30px;
    grid-template-columns: 1fr;
    display: grid;
    margin: 0 auto;
}.pricing_list_item_style .sub_options_style {
    text-decoration: none;
    z-index: 1;
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: relative;
    display: block;
}.pricing_list_item_style .sub_options_style:hover {
    transform: translateY(-8px);
}.pricing_list_item_style .premium_cost_style {
    border-radius: 16px;
    box-shadow: 16px 16px 32px rgba(0, 0, 0, 0.05),
              -16px -16px 32px rgba(255, 255, 255, 0.8);
    background: linear-gradient(145deg, #f6f6f6, #ffffff);
    transition: all 0.4s ease;
    flex-direction: column;
    position: relative;
    height: 100%;
    overflow: hidden;
    display: flex;
}.pricing_list_item_style .sub_options_style:hover .premium_cost_style {
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.08),
              -8px -8px 24px rgba(255, 255, 255, 1);
}.pricing_list_item_style .group_plans_style {
    padding: 30px;
    flex: 1;
    z-index: 2;
    position: relative;
}.pricing_list_item_style .group_plans_style h3 {
    margin-bottom: 15px;
    font-weight: 600;
    padding-bottom: 10px;
    display: inline-block;
    position: relative;
    font-size: 18px;
    color: #000000;
}.pricing_list_item_style .group_plans_style h3::after {
    position: absolute;
    border-radius: 2px;
    width: 40px;
    left: 0;
    height: 3px;
    transition: width 0.3s ease;
    content: "";
    bottom: 0;
    background: rgb(199,205,179);
}.pricing_list_item_style .sub_options_style:hover .group_plans_style h3::after {
    width: 60px;
}.pricing_list_item_style .learn_fees_style {
    background: linear-gradient(135deg, rgb(199,205,179), rgb(171,183,135));
    display: inline-block;
    margin-bottom: 20px;
    color: rgb(199,205,179);
    background-clip: text !important;
    position: relative;
    -webkit-background-clip: text !important;
    font-weight: 700;
    font-size: 1.8rem;
    color: transparent;
}.pricing_list_item_style .learn_fees_style::before {
    bottom: -5px;
    content: "";
    width: 100%;
    position: absolute;
    background: linear-gradient(90deg, rgb(199,205,179,0.5), transparent);
    left: 0;
    height: 1px;
}.pricing_list_item_style .group_plans_style p {
    word-break: break-word;
    position: relative;
    overflow-wrap: break-word;
    margin-bottom: 20px;
    font-size: calc(12px - 2px);
    line-height: 1.6;
    color: #000000;
}.pricing_list_item_style .main_photo_style {
    height: 220px;
    transition: all 0.5s ease;
    border-radius: 0 0 12px 12px;
    overflow: hidden;
    position: relative;
    width: 100%;
}.pricing_list_item_style .main_photo_style::after {
    top: 0;
    right: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
    opacity: 0.6;
    bottom: 0;
    position: absolute;
    transition: opacity 0.3s ease;
    content: "";
    z-index: 1;
    left: 0;
}.pricing_list_item_style .sub_options_style:hover .main_photo_style::after {
    opacity: 0.3;
}

@media (min-width: 768px) {.pricing_list_item_style .study_pricing_style {
    grid-template-columns: repeat(2, 1fr);
}.pricing_list_item_style .premium_cost_style {
    height: 100%;
}.pricing_list_item_style .main_photo_style {
    height: 240px;
}
}

@media (min-width: 992px) {.pricing_list_item_style {
    padding: 160px 0;
}.pricing_list_item_style .tuition_plans_style {
    flex-direction: row;
    align-items: center;
    gap: 80px;
}.pricing_list_item_style .lesson_rates_style {
    flex: 0 0 30%;
    padding: 0;
    text-align: left;
}.pricing_list_item_style .lesson_rates_style h2 {
    font-size: calc(29px + 4px);
}.pricing_list_item_style .lesson_rates_style h2::after {
    transform: none;
    left: 0;
}.pricing_list_item_style .skill_pricing_style {
    margin-left: 0;
}.pricing_list_item_style .study_pricing_style {
    grid-template-columns: repeat(2, 1fr);
    flex: 0 0 70%;
}
}

@media (min-width: 1200px) {.pricing_list_item_style .study_pricing_style {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}.pricing_list_item_style .group_plans_style {
    padding: 40px;
}.pricing_list_item_style .main_photo_style {
    height: 260px;
}.pricing_list_item_style .sub_options_style:nth-child(odd) {
    transform: translateY(20px);
}.pricing_list_item_style .sub_options_style:nth-child(odd):hover {
    transform: translateY(12px);
}.pricing_list_item_style .sub_options_style:nth-child(even):hover {
    transform: translateY(-8px);
}
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(var(--primary-color-rgb), 0.4);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(var(--primary-color-rgb), 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(var(--primary-color-rgb), 0);
  }
}

@media (prefers-reduced-motion: no-preference) {.pricing_list_item_style .sub_options_style:active .premium_cost_style {
    transform: scale(0.98);
    transition: transform 0.2s ease;
}
}

@media (max-width: 767px) {.pricing_list_item_style {
    padding: 80px 0;
}.pricing_list_item_style .tuition_plans_style {
    gap: 40px;
}.pricing_list_item_style .lesson_rates_style h2 {
    font-size: calc(29px - 4px);
}.pricing_list_item_style .main_photo_style {
    height: 200px;
}.pricing_list_item_style .group_plans_style {
    padding: 25px;
}.pricing_list_item_style .learn_fees_style {
    font-size: 1.5rem;
}}.client_testimonials_styledSjD {
    overflow: hidden;
    background: rgb(234,236,230);
    padding: 100px 0;
    position: relative;
}.client_testimonials_styledSjD::before {
    position: absolute;
    height: 100%;
    left: 0;
    content: "";
    z-index: 1;
    opacity: 0.1;
    width: 100%;
    background: linear-gradient(135deg, transparent 0%, rgb(199,205,179,0.5) 100%);
    top: 0;
}.client_testimonials_styledSjD::after {
    background: linear-gradient(90deg, transparent, rgb(199,205,179,0.5), transparent);
    z-index: 1;
    position: absolute;
    width: 120%;
    content: "";
    transform: rotate(-3deg);
    top: 30%;
    left: -10%;
    height: 1px;
}.client_testimonials_styledSjD .learn_training_style {
    z-index: 2;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
}.client_testimonials_styledSjD h4 {
    color: #000000;
    padding-left: 20px;
    position: relative;
    transform: skewX(-10deg);
    display: inline-block;
    font-size: 36px;
    margin-bottom: 70px;
    font-weight: 700;
}.client_testimonials_styledSjD h4::before {
    left: 0;
    height: 100%;
    position: absolute;
    width: 5px;
    content: "";
    background: rgb(199,205,179);
    top: 0;
}.client_testimonials_styledSjD h4::after {
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgb(199,205,179,0.5);
    content: "";
    opacity: 0.3;
    left: 8px;
    z-index: -1;
    top: 8px;
}.client_testimonials_styledSjD .learner_voices_style {
    position: relative;
    gap: 50px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
}.client_testimonials_styledSjD .learner_voices_style::before {
    height: 200px;
    right: 10%;
    position: absolute;
    filter: blur(80px);
    z-index: -1;
    content: "";
    border-radius: 50%;
    top: -100px;
    width: 200px;
    opacity: 0.2;
    background: rgb(171,183,135,0.5);
}.client_testimonials_styledSjD .client_testimonials_styleLIMQE {
    background: #ffffff;
    transform: translateX(0) translateY(0);
    padding: 35px 30px;
    z-index: 1;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
}.client_testimonials_styledSjD .client_testimonials_styleLIMQE::before,
.client_testimonials_styledSjD .client_testimonials_styleLIMQE::after {
    content: "";
    border-radius: inherit;
    z-index: -1;
    opacity: 0;
    position: absolute;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}.client_testimonials_styledSjD .client_testimonials_styleLIMQE::before {
    inset: -5px;
    filter: blur(5px);
    background: linear-gradient(135deg, rgb(199,205,179,0.5) 0%, rgb(171,183,135,0.5) 100%);
}.client_testimonials_styledSjD .client_testimonials_styleLIMQE::after {
    background: linear-gradient(225deg, rgb(199,205,179,0.5) 0%, rgb(171,183,135,0.5) 100%);
    inset: -10px;
    filter: blur(10px);
}.client_testimonials_styledSjD .client_testimonials_styleLIMQE:hover {
    transform: translateX(-5px) translateY(-5px);
}.client_testimonials_styledSjD .client_testimonials_styleLIMQE:hover::before,
.client_testimonials_styledSjD .client_testimonials_styleLIMQE:hover::after {
    opacity: 1;
}.client_testimonials_styledSjD .client_testimonials_styleLIMQE:nth-child(odd) {
    border-radius: 0 20px 0 20px;
}.client_testimonials_styledSjD .client_testimonials_styleLIMQE:nth-child(even) {
    border-radius: 20px 0 20px 0;
}.client_testimonials_styledSjD .main_photo_style {
    height: 100px;
    width: 100px;
    margin: 0 auto 20px;
    position: relative;
    transition: all 0.5s ease;
    z-index: 2;
}.client_testimonials_styledSjD .main_photo_style::before,
.client_testimonials_styledSjD .main_photo_style::after {
    z-index: -1;
    inset: 0;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    content: "";
    position: absolute;
    border-radius: inherit;
}.client_testimonials_styledSjD .main_photo_style::before {
    transform: translate(5px, 5px);
    background: linear-gradient(135deg, rgb(199,205,179,0.5) 0%, rgb(171,183,135,0.5) 100%);
}.client_testimonials_styledSjD .main_photo_style::after {
    transform: translate(-5px, -5px);
    background: linear-gradient(225deg, rgb(199,205,179,0.5) 0%, rgb(171,183,135,0.5) 100%);
    opacity: 0.5;
}.client_testimonials_styledSjD .client_testimonials_styleLIMQE:hover .main_photo_style::before {
    transform: translate(8px, 8px);
}.client_testimonials_styledSjD .client_testimonials_styleLIMQE:hover .main_photo_style::after {
    transform: translate(-8px, -8px);
}.client_testimonials_styledSjD .client_testimonials_styleLIMQE:nth-child(odd) .main_photo_style {
    border-radius: 0 30px 0 30px;
}.client_testimonials_styledSjD .client_testimonials_styleLIMQE:nth-child(even) .main_photo_style {
    border-radius: 30px 0 30px 0;
}.client_testimonials_styledSjD .client_testimonials_styleLIMQE span {
    font-size: 18px;
    color: #000000;
    font-weight: 700;
    display: block;
    margin-bottom: 15px;
    position: relative;
    text-align: center;
    font-family: Arial, sans-serif;
}.client_testimonials_styledSjD .client_testimonials_styleLIMQE span::after {
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    position: absolute;
    background: rgb(199,205,179);
    bottom: -8px;
    width: 50px;
    content: "";
}.client_testimonials_styledSjD .client_testimonials_styleLIMQE p {
    font-size: 14px;
    line-height: 1.6;
    text-align: center;
    font-family: Arial, sans-serif;
    position: relative;
    font-weight: 400;
    color: #000000;
}.client_testimonials_styledSjD .client_testimonials_styleLIMQE p::first-letter {
    font-size: 1.2em;
    font-weight: 700;
    color: rgb(199,205,179);
}.client_testimonials_styledSjD .client_testimonials_styleLIMQE:nth-child(3n+1) {
    transform: rotate(-2deg);
}.client_testimonials_styledSjD .client_testimonials_styleLIMQE:nth-child(3n+2) {
    transform: rotate(2deg);
}.client_testimonials_styledSjD .client_testimonials_styleLIMQE:nth-child(3n+1):hover,
.client_testimonials_styledSjD .client_testimonials_styleLIMQE:nth-child(3n+2):hover {
    transform: translateX(-5px) translateY(-5px) rotate(0);
}

@keyframes gradientAnimation {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@media (max-width: 767px) {.client_testimonials_styledSjD {
    padding: 70px 0;
}.client_testimonials_styledSjD h4 {
    margin-bottom: 50px;
    display: block;
    padding-left: 0;
    text-align: center;
    font-size: calc(36px * 0.8);
    transform: none;
}.client_testimonials_styledSjD h4::before {
    left: 50%;
    top: auto;
    height: 3px;
    transform: translateX(-50%);
    bottom: -15px;
    width: 50px;
}.client_testimonials_styledSjD h4::after {
    display: none;
}.client_testimonials_styledSjD .learner_voices_style {
    gap: 40px;
    grid-template-columns: 1fr;
}.client_testimonials_styledSjD .client_testimonials_styleLIMQE {
    padding: 25px 20px;
}.client_testimonials_styledSjD .client_testimonials_styleLIMQE:nth-child(3n+1),
    .client_testimonials_styledSjD .client_testimonials_styleLIMQE:nth-child(3n+2) {
    transform: none;
}.client_testimonials_styledSjD .main_photo_style {
    width: 80px;
    height: 80px;
}.client_testimonials_styledSjD .client_testimonials_styleLIMQE span {
    font-size: calc(18px * 0.9);
}.client_testimonials_styledSjD .client_testimonials_styleLIMQE p {
    font-size: calc(14px * 0.9);
}}.secure_vault_style {
    border: 1px solid rgb(199,205,179,0.5);
    background-color: rgb(199,205,179);
    margin: 0 auto;
    font-family: Arial, sans-serif;
    padding: 50px;
    box-shadow: 0 0 10px rgb(199,205,179,0.5);
    color: #ffffff;
    line-height: 1.6;
}.secure_vault_style h1 {
    letter-spacing: 1px;
    padding-bottom: 10px;
    margin-bottom: 30px;
    text-align: left;
    text-transform: uppercase;
    font-weight: 700;
    border-bottom: 1px solid rgb(171,183,135,0.5);
    font-size: 38px;
    color: rgb(171,183,135);
}.secure_vault_style h2 {
    text-transform: uppercase;
    padding-left: 15px;
    margin-top: 40px;
    color: rgb(171,183,135);
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 31px;
    border-left: 5px solid rgb(199,205,179);
}.secure_vault_style ul {
    margin: 1rem 0;
    list-style-type: none;
    padding: 0;
}.secure_vault_style li {
    margin-bottom: 15px;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    font-size: 13px;
    border-radius: 10px;
    padding: 15px;
    align-items: center;
}.secure_vault_style li::before {
    font-size: 1.2em;
    content: '✦';
    color: rgb(171,183,135);
    margin-right: 10px;
}.secure_vault_style p {
    color: #ffffff;
    font-size: 13px;
    margin-bottom: 20px;
}.secure_vault_style span {
    background-color: rgb(199,205,179,0.5);
    font-weight: 600;
    padding: 3px 6px;
    color: rgb(199,205,179);
    border-radius: 10px;
}.secure_vault_style a {
    color: rgb(171,183,135);
    text-decoration: none;
    border-bottom: 1px dashed rgb(171,183,135);
    font-weight: 600;
}.secure_vault_style a:hover {
    color: rgb(199,205,179);
    border-bottom: 1px dashed rgb(199,205,179);
}
@media only screen and (max-width: 800px) {.secure_vault_style {
    padding: 30px;
}.secure_vault_style h1 {
    font-size: calc(21px * 0.8);
}.secure_vault_style h2 {
    font-size: calc(21px * 0.8);
}.secure_vault_style p {
    font-size: calc(13px * 0.9);
}.secure_vault_style li {
    padding: 10px;
}}.modalDataProtection_style {
    left: 50%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    max-width: 500px;
    border-radius: 12px;
    overflow: hidden;
    transform: translateX(-50%);
    font-family: Arial, sans-serif;
    position: fixed;
    bottom: 20px;
    background: #ffffff;
    z-index: 1050;
    width: 90%;
}.cookie_disclaimer_style {
    align-items: center;
    flex-direction: column;
    display: flex;
    padding: 20px;
}.cookie_customize_style {
    margin-bottom: 20px;
}.cookie_customize_style svg, .cookie_customize_style svg path, .cookie_customize_style img {
    width: 60px;
    fill: rgb(199,205,179);
    height: 60px;
}.modalDataProtection_style h5 {
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    color: rgb(199,205,179);
}.modalDataProtection_style p {
    color: #000000;
    font-size: 14px;
    text-align: center;
    margin-bottom: 20px;
}.visitor_confirm_style {
    width: calc(50% - 10px);
    text-align: center;
    display: inline-block;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    transition: background 0.3s ease-in-out;
    border-radius: 10px;
    font-size: 18px;
    color: #ffffff;
    background: rgb(199,205,179);
    text-decoration: none;
    padding: 10px 20px;
    margin: 5px;
}.visitor_confirm_style:hover {
    background: rgb(171,183,135);
}.cookie_button.cookie_view_style {
    background: rgb(171,183,135);
}.cookie_button.cookie_view_style:hover {
    background: rgb(171,183,135,0.5);
}.modalDataProtection_style p a {
    transition: color 0.3s ease-in-out;
    color: rgb(199,205,179);
    text-decoration: none;
}.modalDataProtection_style p a:hover {
    color: rgb(171,183,135);
}#cookieModalNotice_style {
    display: none;
}#cookieModalNotice_style:checked ~ .modalDataProtection_style {
    opacity: 0;
    visibility: hidden;
}.newsletter_subscription_style {
    padding: 80px 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(199,205,179,0.5), rgb(171,183,135));
}.newsletter_subscription_style::before {
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    content: "";
    height: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.03),
        rgba(255, 255, 255, 0.03) 2px,
        transparent 2px,
        transparent 8px
    );
    position: absolute;
}.newsletter_subscription_style::after {
    top: -50%;
    content: "";
    z-index: 0;
    height: 200%;
    width: 100%;
    right: -50%;
    opacity: 0.1;
    transform: rotate(-45deg);
    position: absolute;
    background: radial-gradient(circle at center, rgb(255, 255, 255, 0.5) 0%, transparent 70%);
}.newsletter_subscription_style .container {
    padding: 0 20px;
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}.newsletter_subscription_style .learn_training_style {
    padding: 40px;
    transform: perspective(1000px) rotateX(2deg);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
    flex-direction: column;
    background: rgba(255, 255, 255, 0.1);
    align-items: center;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 
                0 8px 15px rgba(0, 0, 0, 0.05),
                0 1px 0 rgba(255, 255, 255, 0.2) inset;
    display: flex;
    backdrop-filter: blur(10px);
}.newsletter_subscription_style .learn_training_style:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.newsletter_subscription_style h3 {
    font-family: Arial, sans-serif;
    color: #ffffff;
    letter-spacing: 0.01em;
    line-height: 1.4;
    text-align: center;
    transform: translateZ(10px);
    font-size: clamp(1.5rem, 3vw, 2.2rem);
    max-width: 800px;
    font-weight: 600;
    margin-bottom: 30px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}.newsletter_subscription_style .input_holder {
    margin-top: 15px;
    flex-direction: row;
    position: relative;
    max-width: 580px;
    width: 100%;
    transform: translateZ(15px);
    align-items: stretch;
    display: flex;
}.newsletter_subscription_style .input_holder > div {
    position: relative;
    margin-right: 15px;
    flex: 1;
}.newsletter_subscription_style .input_holder > div::before {
    background: #ffffff;
    transition: width 0.3s ease, left 0.3s ease;
    z-index: 1;
    height: 2px;
    bottom: -2px;
    content: "";
    position: absolute;
    width: 0;
    left: 50%;
}.newsletter_subscription_style .input_holder > div:focus-within::before {
    width: 100%;
    left: 0;
}.newsletter_subscription_style input[type="email"] {
    height: 54px;
    outline: none;
    background: rgba(255, 255, 255, 0.15);
    padding: 0 20px;
    width: 100%;
    border-radius: 10px;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.2);
}.newsletter_subscription_style input[type="email"]::placeholder {
    transition: color 0.3s ease, transform 0.3s ease;
    color: rgba(255, 255, 255, 0.6);
}.newsletter_subscription_style input[type="email"]:focus {
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.2);
}.newsletter_subscription_style input[type="email"]:focus::placeholder {
    transform: translateY(-5px);
    color: rgba(255, 255, 255, 0.4);
}.newsletter_subscription_style .news_signup_style {
    color: #ffffff;
    white-space: nowrap;
    font-size: 18px;
    padding: 0 30px;
    letter-spacing: 0.03em;
    cursor: pointer;
    overflow: hidden;
    border: none;
    background: rgb(199,205,179);
    font-weight: 600;
    height: 54px;
    position: relative;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: translateZ(5px);
    border-radius: 10px;
    font-family: Arial, sans-serif;
}.newsletter_subscription_style .news_signup_style::before {
    content: "";
    width: 100%;
    transition: left 0.7s ease;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.2) 50%,
        transparent 100%
    );
    top: 0;
    left: -100%;
    position: absolute;
    height: 100%;
}.newsletter_subscription_style .news_signup_style:hover {
    background: rgb(171,183,135);
    transform: translateZ(5px) translateY(-2px) scale(1.02);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}.newsletter_subscription_style .news_signup_style:hover::before {
    left: 100%;
}.newsletter_subscription_style .news_signup_style:active {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transform: translateZ(5px) translateY(1px) scale(0.98);
}

@media (max-width: 768px) {.newsletter_subscription_style {
    padding: 60px 0;
}.newsletter_subscription_style .learn_training_style {
    transform: perspective(1000px) rotateX(1deg);
    padding: 30px 20px;
}.newsletter_subscription_style h3 {
    margin-bottom: 20px;
    font-size: clamp(1.2rem, 4vw, 1.5rem);
}.newsletter_subscription_style .input_holder {
    align-items: center;
    flex-direction: column;
}.newsletter_subscription_style .input_holder > div {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
}.newsletter_subscription_style input[type="email"] {
    font-size: calc(12px - 1px);
    height: 50px;
}.newsletter_subscription_style .news_signup_style {
    height: 50px;
    width: 100%;
    padding: 0 20px;
    font-size: calc(18px - 1px);
}
}

@media (max-width: 480px) {.newsletter_subscription_style {
    padding: 40px 0;
}.newsletter_subscription_style .learn_training_style {
    padding: 25px 15px;
}.newsletter_subscription_style h3 {
    font-size: clamp(1.1rem, 5vw, 1.3rem);
    margin-bottom: 15px;
}.newsletter_subscription_style input[type="email"] {
    height: 46px;
    padding: 0 15px;
}.newsletter_subscription_style .news_signup_style {
    height: 46px;
}}header {
    background: linear-gradient(to right, #000000 0%, rgba(0, 0, 0, 0.5) 100%);
    padding: 0;
    margin-top: 0;
    z-index: 100;
    overflow: visible;
    position: relative;
}header::before {
    content: '';
    background-size: 20px 20px;
    left: 0;
    top: 0;
    background-image: 
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    width: 100%;
    height: 100%;
    z-index: 0;
    position: absolute;
}header::after {
    width: 100%;
    background: linear-gradient(90deg, 
        rgb(199,205,179) 0%,
        rgb(171,183,135) 50%,
        rgb(199,205,179) 100%
    );
    bottom: 0;
    animation: gradientSlide 5s linear infinite;
    background-size: 200% auto;
    height: 4px;
    position: absolute;
    left: 0;
    content: '';
}@keyframes gradientSlide {
    0% { background-position: 0% center; }
    100% { background-position: 200% center; }
}

header .top_lesson_style {
    z-index: 5;
    display: flex;
    align-items: center;
    padding: 1.3rem 2rem;
    justify-content: space-between;
    position: relative;
}header .nav_pagewrap_style {
    position: relative;
    z-index: 5;
    flex: 0 0 auto;
}header .nav_primary_style {
    transition: all 0.3s ease;
    align-items: center;
    display: flex;
    z-index: 2;
    text-decoration: none;
    padding: 0.5rem;
    position: relative;
}header .nav_primary_style:hover {
    transform: translateY(-3px) scale(1.02);
}header .nav_primary_style img {
    filter: brightness(1.2) drop-shadow(0 0 8px rgba(255, 255, 255, 0.3));
    max-height: 40px;
}header .nav_pagewrap_style::before {
    transform: skew(-3deg);
    transition: all 0.3s ease;
    left: -8px;
    top: -8px;
    bottom: -8px;
    right: -8px;
    border: 1px solid rgb(199,205,179);
    position: absolute;
    border-radius: 10px;
    opacity: 0.3;
    content: '';
}header .nav_pagewrap_style:hover::before {
    box-shadow: 0 0 15px rgb(199,205,179,0.5);
    transform: skew(-5deg) scale(1.05);
    opacity: 0.7;
}header .head_mainwrap_style {
    margin: 0;
    list-style: none;
    position: relative;
    display: flex;
    z-index: 5;
    padding: 0;
}header .header_nav_style {
    position: relative;
    margin: 0 0.3rem;
    perspective: 800px;
}header .header_nav_style a {
    display: block;
    transition: all 0.4s ease;
    z-index: 1;
    color: #ffffff;
    position: relative;
    border: 1px solid transparent;
    font-size: 12px;
    text-decoration: none;
    padding: 0.8rem 1.2rem;
    font-weight: 600;
    letter-spacing: 0.5px;
}header .header_nav_style a::before {
    height: 1px;
    position: absolute;
    bottom: 5px;
    width: 80%;
    transition: transform 0.3s ease;
    opacity: 0.7;
    content: '';
    left: 10%;
    background: rgb(199,205,179);
    transform: scaleX(0);
}header .header_nav_style a:hover {
    color: rgb(199,205,179);
    border-color: rgba(255, 255, 255, 0.1);
    transform: translateZ(10px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.2);
}header .header_nav_style a:hover::before {
    transform: scaleX(1);
}header .header_nav_style::after {
    width: 100%;
    transition: opacity 0.3s ease;
    pointer-events: none;
    position: absolute;
    opacity: 0;
    left: 0;
    top: 0;
    background: radial-gradient(circle at center, rgb(199,205,179,0.5) 0%, transparent 70%);
    height: 100%;
    z-index: -1;
    content: '';
}header .header_nav_style:hover::after {
    opacity: 0.4;
}header .top_lesson_style::before {
    background: linear-gradient(90deg, transparent, rgb(199,205,179), transparent);
    content: '';
    width: 30%;
    position: absolute;
    height: 1px;
    top: 0;
    left: 35%;
}header .top_lesson_style::after {
    position: absolute;
    width: 60%;
    opacity: 0.1;
    height: 1px;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    bottom: 0;
    left: 20%;
    content: '';
}.top_mainwrap_style {
    background: rgb(234,236,230);
    margin-top: 0;
    z-index: 1;
    position: relative;
    padding-top: 2rem;
}

@media (min-width: 1400px) {header .top_lesson_style {
    max-width: 1300px;
    margin: 0 auto;
}header .header_nav_style {
    margin: 0 0.5rem;
}header .header_nav_style a {
    padding: 0.8rem 1.5rem;
}
}

@media (max-width: 991px) {header {
    padding: 0;
}header .top_lesson_style {
    padding: 1rem 1.5rem;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}header .nav_pagewrap_style {
    margin-bottom: 0;
}header .head_mainwrap_style {
    flex: 1 0 100%;
    margin-top: 1rem;
    justify-content: center;
}header .header_nav_style {
    margin: 0 0.2rem;
}header .header_nav_style a {
    padding: 0.6rem 0.8rem;
    font-size: calc(12px - 1px);
}header .nav_pagewrap_style::before {
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
}
}

@media (max-width: 767px) {header {
    padding: 0;
}header .top_lesson_style {
    padding: 0.8rem 1.2rem;
}header .nav_pagewrap_style {
    max-width: 130px;
}header .nav_pagewrap_style::before {
    display: none;
}header .head_mainwrap_style {
    justify-content: flex-start;
    padding-bottom: 0.5rem;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    margin-top: 0.8rem;
    overflow-x: auto;
}header .head_mainwrap_style::-webkit-scrollbar {
    height: 2px;
}header .head_mainwrap_style::-webkit-scrollbar-thumb {
    background: rgb(199,205,179);
    border-radius: 10px;
}header .header_nav_style {
    margin: 0 0.1rem;
    flex: 0 0 auto;
}header .header_nav_style a {
    white-space: nowrap;
    padding: 0.5rem 0.7rem;
    letter-spacing: 0;
    font-size: calc(12px - 2px);
}header .header_nav_style a::before {
    bottom: 3px;
}header::after {
    height: 2px;
}
}

@media (max-width: 479px) {header .top_lesson_style {
    padding: 0.7rem 1rem;
}header .nav_pagewrap_style {
    max-width: 110px;
}header .header_nav_style a {
    padding: 0.4rem 0.6rem;
    font-size: calc(12px - 3px);
}}footer {
    color: #ffffff;
    z-index: 1;
    position: relative;
    font-family: Arial, sans-serif;
}footer::before {
    position: absolute;
    animation: gradientShift 15s ease infinite;
    height: 100%;
    width: 100%;
    content: "";
    top: 0;
    z-index: -1;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgb(199,205,179,0.5) 50%, rgb(171,183,135,0.5) 100%);
    backdrop-filter: blur(8px);
    left: 0;
}.level_up_style {
    padding: 4.5rem 0 2rem;
    position: relative;
}.level_up_style::before {
    content: "";
    animation: shimmer 8s linear infinite;
    height: 1px;
    background: linear-gradient(to right, 
                transparent 0%, 
                rgb(199,205,179) 25%, 
                #ffffff 50%, 
                rgb(171,183,135) 75%, 
                transparent 100%);
    top: 0;
    right: 0;
    position: absolute;
    left: 0;
}.level_up_style .container {
    z-index: 1;
    flex-wrap: wrap;
    display: flex;
    position: relative;
    justify-content: space-between;
}.level_up_style .company_holder {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    transform: translateY(0);
    margin-right: 2rem;
    backdrop-filter: blur(15px);
    background: rgba(0, 0, 0, 0.5);
    flex: 1 1 350px;
    padding: 1.5rem;
    border-radius: 27px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15), 
                inset 0 0 0 1px rgba(255, 255, 255, 0.1);
}.level_up_style .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(199,205,179,0.5);
}.level_up_style .company_holder h3 {
    position: relative;
    font-weight: 700;
    margin-bottom: 1.25rem;
    display: inline-block;
    color: #ffffff;
    font-size: calc(38px * 0.85);
}.level_up_style .company_holder h3::after {
    content: "";
    bottom: -8px;
    transition: transform 0.5s ease;
    width: 100%;
    transform: scaleX(0.3);
    transform-origin: left;
    left: 0;
    position: absolute;
    height: 2px;
    background: linear-gradient(to right, rgb(199,205,179), rgb(171,183,135));
}.level_up_style .company_holder:hover h3::after {
    transform: scaleX(1);
}.level_up_style .fund_cta_style {
    line-height: 1.6;
    max-width: 450px;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 1rem;
}.level_up_style .biz_learnings_style {
    position: relative;
    flex: 1 1 450px;
}.level_up_style .main_site_style {
    gap: 1.5rem;
    display: flex;
    flex-wrap: wrap;
}.level_up_style .biz_learnings_style .main_site_style {
    justify-content: flex-end;
}.level_up_style .head_mainwrap_style {
    padding: 1.5rem;
    border-radius: 27px;
    position: relative;
    flex: 1 1 200px;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.05);
    overflow: hidden;
}.level_up_style .head_mainwrap_style h5 {
    font-weight: 600;
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 1.25rem;
    position: relative;
    display: inline-block;
}.level_up_style .head_mainwrap_style h5::before {
    content: "";
    left: 0;
    transition: width 0.3s ease;
    width: 40px;
    bottom: -6px;
    position: absolute;
    height: 2px;
    background: rgb(199,205,179);
}.level_up_style .head_mainwrap_style:hover h5::before {
    width: 100%;
}.level_up_style .head_mainwrap_style .main_site_style {
    gap: 0.75rem;
    flex-direction: column;
    display: flex;
}.level_up_style .head_mainwrap_style a {
    padding: 0.25rem 0.5rem;
    z-index: 1;
    font-size: 18px;
    border-radius: 10px;
    display: block;
    color: rgba(255, 255, 255, 0.8);
    transition: all 0.3s ease;
    text-decoration: none;
    position: relative;
}.level_up_style .head_mainwrap_style a::before {
    height: 1px;
    bottom: 0;
    position: absolute;
    background: linear-gradient(to right, rgb(199,205,179), rgb(171,183,135));
    z-index: -1;
    transition: width 0.3s ease;
    width: 0;
    left: 0;
    content: "";
}.level_up_style .head_mainwrap_style a:hover {
    transform: translateX(5px);
    color: #ffffff;
}.level_up_style .head_mainwrap_style a:hover::before {
    width: 100%;
}.footnote_ref_style {
    padding: 1.5rem 0;
    overflow: hidden;
    backdrop-filter: blur(15px);
    position: relative;
    background: rgba(0, 0, 0, 0.5);
}.footnote_ref_style::before {
    background: linear-gradient(to right, 
                transparent 0%, 
                rgb(171,183,135) 25%, 
                #ffffff 50%, 
                rgb(199,205,179) 75%, 
                transparent 100%);
    top: 0;
    left: 0;
    position: absolute;
    height: 1px;
    right: 0;
    content: "";
}.footnote_ref_style .container {
    position: relative;
    justify-content: center;
    display: flex;
    align-items: center;
}.footnote_ref_style .search_foot_style {
    color: rgba(255, 255, 255, 0.7);
    position: relative;
    transition: all 0.3s ease;
    border-radius: 30px;
    padding: 0.5rem 1rem;
    font-size: 12px;
    text-align: center;
    backdrop-filter: blur(5px);
    background: rgba(0, 0, 0, 0.1);
}.footnote_ref_style .search_foot_style:hover {
    background: rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 15px rgb(199,205,179,0.5);
    color: #ffffff;
}

@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) {.level_up_style {
    padding: 3.5rem 0 2rem;
}.level_up_style .container {
    flex-direction: column;
}.level_up_style .company_holder {
    margin-bottom: 2rem;
    margin-right: 0;
    flex: 1 1 100%;
}.level_up_style .biz_learnings_style {
    flex: 1 1 100%;
}.level_up_style .biz_learnings_style .main_site_style {
    justify-content: space-between;
}.level_up_style .head_mainwrap_style {
    flex: 1 1 calc(50% - 1rem);
}
}

@media (max-width: 768px) {.level_up_style {
    padding: 3rem 0 1.5rem;
}.level_up_style::before {
    height: 2px;
}.level_up_style .company_holder {
    padding: 1.25rem;
}.level_up_style .head_mainwrap_style {
    margin-bottom: 1rem;
    flex: 1 1 100%;
}.level_up_style .biz_learnings_style .main_site_style {
    flex-direction: column;
}.footnote_ref_style {
    padding: 1.25rem 0;
}.footnote_ref_style::before {
    height: 2px;
}
}

@media (max-width: 576px) {.level_up_style {
    padding: 2.5rem 0 1rem;
}.level_up_style .company_holder h3 {
    font-size: calc(38px * 0.75);
}.level_up_style .fund_cta_style {
    font-size: calc(18px * 0.9);
}.level_up_style .head_mainwrap_style h5 {
    font-size: calc(18px * 0.9);
}.level_up_style .head_mainwrap_style a {
    font-size: calc(18px * 0.9);
}.footnote_ref_style .search_foot_style {
    font-size: calc(12px * 0.9);
    padding: 0.4rem 0.8rem;
}}

@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);
    }
}

.level_up_style .main_site_style a::after {
    top: 50%;
    content: "";
    position: absolute;
    transition: transform 0.3s ease;
    height: 4px;
    background: rgb(199,205,179);
    left: -10px;
    border-radius: 50%;
    width: 4px;
    transform: translateY(-50%) scale(0);
}.level_up_style .main_site_style a:hover::after {
    transform: translateY(-50%) scale(1);
}.level_up_style .fund_cta_style::before {
    position: absolute;
    border: 1px solid transparent;
    height: 0;
    content: "";
    transition: width 0.5s ease 0.3s, height 0.5s ease;
    left: -10px;
    top: -10px;
    width: 0;
}.level_up_style .fund_cta_style::after {
    height: 0;
    width: 0;
    bottom: -10px;
    right: -10px;
    border: 1px solid transparent;
    transition: width 0.5s ease 0.3s, height 0.5s ease;
    content: "";
    position: absolute;
}.level_up_style .company_holder:hover .fund_cta_style::before {
    border-right-color: rgb(199,205,179,0.5);
    height: calc(100% + 20px);
    border-top-color: rgb(199,205,179,0.5);
    width: calc(100% + 20px);
    transition: width 0.5s ease, height 0.5s ease 0.3s;
}.level_up_style .company_holder:hover .fund_cta_style::after {
    height: calc(100% + 20px);
    width: calc(100% + 20px);
    transition: width 0.5s ease, height 0.5s ease 0.3s;
    border-bottom-color: rgb(171,183,135,0.5);
    border-left-color: rgb(171,183,135,0.5);
}.program_offerings_style {
    background: linear-gradient(135deg, #000000 0%, rgba(0, 0, 0, 0.5) 50%, rgb(199,205,179,0.5) 100%);
    position: relative;
    overflow: hidden;
    padding: 80px 0;
}.program_offerings_style::before {
    background: 
        radial-gradient(circle at 10% 20%, rgb(199,205,179,0.5) 0%, transparent 50%),
        radial-gradient(circle at 90% 80%, rgb(171,183,135,0.5) 0%, transparent 40%);
    position: absolute;
    left: 0;
    content: '';
    z-index: 1;
    right: 0;
    top: 0;
    bottom: 0;
}.program_offerings_style::after {
    background: 
        linear-gradient(45deg, transparent 48%, rgb(199,205,179,0.5) 49%, rgb(199,205,179,0.5) 51%, transparent 52%) 0 0 / 20px 20px,
        linear-gradient(-45deg, transparent 48%, rgb(171,183,135,0.5) 49%, rgb(171,183,135,0.5) 51%, transparent 52%) 10px 0 / 20px 20px;
    opacity: 0.1;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    content: '';
    animation: backgroundShift 30s linear infinite;
    top: 0;
}@keyframes backgroundShift {
    0% {
        background-position: 0 0, 10px 0;
    }
    100% {
        background-position: 500px 500px, 510px 500px;
    }
}

.program_offerings_style .container {
    padding: 0 15px;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
}.program_offerings_style .learn_training_style {
    overflow: hidden;
    grid-template-columns: 1fr 1fr;
    position: relative;
    padding: 40px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2), 
                0 0 0 1px rgb(199,205,179,0.5),
                inset 0 0 20px rgb(199,205,179,0.5);
    gap: 40px;
    backdrop-filter: blur(5px);
    background: linear-gradient(145deg, 
                rgba(255, 255, 255, 0.05) 0%, 
                rgba(255, 255, 255, 0.02) 100%);
    border-radius: 14px;
    transition: all 0.5s ease;
    display: grid;
}.program_offerings_style .learn_training_style::before {
    content: '';
    height: 200px;
    animation: pulseLight 8s ease-in-out infinite;
    opacity: 0.2;
    position: absolute;
    background: radial-gradient(circle, rgb(199,205,179) 0%, transparent 70%);
    right: -100px;
    border-radius: 50%;
    top: -100px;
    width: 200px;
    filter: blur(20px);
}.program_offerings_style .learn_training_style::after {
    height: 200px;
    opacity: 0.2;
    animation: pulseLight 8s ease-in-out infinite 4s;
    filter: blur(20px);
    background: radial-gradient(circle, rgb(171,183,135) 0%, transparent 70%);
    position: absolute;
    bottom: -100px;
    border-radius: 50%;
    width: 200px;
    content: '';
    left: -100px;
}@keyframes pulseLight {
    0% {
        transform: scale(1);
        opacity: 0.2;
    }
    50% {
        transform: scale(1.5);
        opacity: 0.3;
    }
    100% {
        transform: scale(1);
        opacity: 0.2;
    }
}

.program_offerings_style .job_success_style {
    position: relative;
    flex-direction: column;
    justify-content: center;
    z-index: 3;
    padding-right: 20px;
    display: flex;
}.program_offerings_style .nav_pagewrap_style {
    position: relative;
    display: inline-block;
    margin-bottom: 25px;
    transition: transform 0.5s ease;
    transform: perspective(1000px) rotateY(5deg);
}.program_offerings_style .nav_pagewrap_style:hover {
    transform: perspective(1000px) rotateY(0deg);
}.program_offerings_style .nav_pagewrap_style svg {
    width: 50px;
    filter: drop-shadow(0 5px 15px rgb(199,205,179,0.5));
    height: 50px;
    transition: all 0.3s ease;
}.program_offerings_style .nav_pagewrap_style svg path {
    transition: fill 0.3s ease;
    fill: rgb(199,205,179);
}.program_offerings_style .nav_pagewrap_style:hover svg path {
    fill: rgb(171,183,135);
}.program_offerings_style h3 {
    transform: translateZ(0);
    padding-bottom: 15px;
    color: #ffffff;
    font-family: Arial, sans-serif;
    margin-bottom: 25px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    font-size: 28px;
    font-weight: 700;
    backface-visibility: hidden;
    letter-spacing: 0.5px;
    position: relative;
}.program_offerings_style h3::after {
    content: '';
    left: 0;
    border-radius: 10px;
    width: 60px;
    animation: lineExpand 4s ease-in-out infinite;
    bottom: 0;
    background: linear-gradient(90deg, rgb(199,205,179) 0%, rgb(171,183,135) 100%);
    position: absolute;
    height: 3px;
}@keyframes lineExpand {
    0% {
        width: 60px;
        opacity: 1;
    }
    50% {
        width: 100px;
        opacity: 0.8;
    }
    100% {
        width: 60px;
        opacity: 1;
    }
}

.program_offerings_style p {
    z-index: 2;
    margin-bottom: 0;
    position: relative;
    font-family: Arial, sans-serif;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.7;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}.program_offerings_style .main_photo_style {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.3),
        0 0 0 1px rgb(199,205,179,0.5),
        inset 0 0 30px rgba(0, 0, 0, 0.4);
    transition: all 0.5s ease;
    height: 350px;
    border-radius: calc(14px * 1.5);
    transform: perspective(1000px) rotateY(-5deg);
    position: relative;
    overflow: hidden;
}.program_offerings_style .main_photo_style:hover {
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.4),
        0 0 0 1px rgb(199,205,179),
        inset 0 0 30px rgba(0, 0, 0, 0.4);
    transform: perspective(1000px) rotateY(0deg) scale(1.02);
}.program_offerings_style .main_photo_style::before {
    width: 100%;
    left: 0;
    height: 100%;
    z-index: 1;
    position: absolute;
    background: linear-gradient(
        135deg,
        transparent 0%,
        rgba(0, 0, 0, 0.3) 100%
    );
    content: '';
    top: 0;
}.program_offerings_style .main_photo_style::after {
    opacity: 0.5;
    top: 0;
    background: 
        linear-gradient(45deg, transparent 40%, rgba(255, 255, 255, 0.1) 45%, transparent 50%) 0 0 / 30px 30px,
        linear-gradient(-45deg, transparent 40%, rgba(255, 255, 255, 0.1) 45%, transparent 50%) 15px 0 / 30px 30px;
    z-index: 2;
    height: 100%;
    animation: scanlines 10s linear infinite;
    width: 100%;
    left: 0;
    content: '';
    position: absolute;
}

@keyframes scanlines {
    0% {
        background-position: 0 0, 15px 0;
    }
    100% {
        background-position: 300px 300px, 315px 300px;
    }
}


@media (max-width: 991px) {.program_offerings_style {
    padding: 60px 0;
}.program_offerings_style .learn_training_style {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 30px;
}.program_offerings_style .job_success_style {
    text-align: center;
    padding-right: 0;
}.program_offerings_style h3::after {
    transform: translateX(-50%);
    left: 50%;
}.program_offerings_style .main_photo_style {
    min-height: 300px;
}
}

@media (max-width: 767px) {.program_offerings_style {
    padding: 40px 0;
}.program_offerings_style .learn_training_style {
    padding: 25px;
    gap: 25px;
}.program_offerings_style h3 {
    font-size: calc(28px * 0.85);
    margin-bottom: 20px;
}.program_offerings_style p {
    font-size: calc(18px * 0.95);
}.program_offerings_style .main_photo_style {
    min-height: 250px;
    clip-path: polygon(
            0% 5%, 
            5% 0%, 
            95% 0%, 
            100% 5%, 
            100% 95%, 
            95% 100%, 
            5% 100%, 
            0% 95%
        );
}
}

@media (max-width: 576px) {.program_offerings_style {
    padding: 30px 0;
}.program_offerings_style .learn_training_style {
    padding: 20px;
    gap: 20px;
}.program_offerings_style .nav_pagewrap_style {
    margin-bottom: 15px;
}.program_offerings_style h3 {
    font-size: calc(28px * 0.7);
    margin-bottom: 15px;
    padding-bottom: 10px;
}.program_offerings_style p {
    font-size: calc(18px * 0.9);
}.program_offerings_style .main_photo_style {
    min-height: 200px;
}}
.contact_styleOYQ {
    perspective: 1000px;
    padding: 6rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(234,236,230) 0%, rgba(rgb(199,205,179), 0.05) 100%);
    position: relative;
}.contact_styleOYQ::before {
    z-index: 0;
    position: absolute;
    width: 110%;
    transform: rotateX(45deg) rotateZ(-2deg);
    height: 110%;
    top: -5%;
    pointer-events: none;
    left: -5%;
    background: repeating-linear-gradient(
        45deg,
        rgba(rgb(199,205,179), 0.01),
        rgba(rgb(199,205,179), 0.02) 2px,
        transparent 2px,
        transparent 8px
    );
    content: "";
}.contact_styleOYQ .container {
    position: relative;
    margin: 0 auto;
    padding: 0 2rem;
    z-index: 1;
    max-width: 1200px;
}.contact_styleOYQ .talk_answer_style {
    padding: 3rem;
    gap: 2.5rem;
    transform: translateZ(0);
    background: rgba(#ffffff, 0.9);
    grid-template-columns: 1fr;
    position: relative;
    box-shadow: 0 20px 40px rgba(#000000, 0.08), 
                0 0 0 1px rgba(rgb(199,205,179), 0.05),
                0 4px 0 rgba(rgb(199,205,179), 0.3);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    backdrop-filter: blur(10px);
    display: grid;
}.contact_styleOYQ .talk_answer_style:hover {
    box-shadow: 0 25px 50px rgba(#000000, 0.1), 
                0 0 0 1px rgba(rgb(199,205,179), 0.08),
                0 6px 0 rgba(rgb(199,205,179), 0.4);
    transform: translateY(-5px) translateZ(10px);
}.contact_styleOYQ h3 {
    transform-origin: left center;
    margin: 0 0 1.5rem;
    transition: transform 0.3s ease-out;
    font-size: calc(35px * 1.2);
    position: relative;
    color: #000000;
    font-weight: 700;
    padding-bottom: 0.75rem;
}.contact_styleOYQ h3::after {
    left: 0;
    width: 4rem;
    transform-origin: left;
    transform: scaleX(1);
    background: rgb(199,205,179);
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
    height: 4px;
    bottom: 0;
    position: absolute;
}.contact_styleOYQ .talk_answer_style:hover h3::after {
    transform: scaleX(1.5);
}.contact_styleOYQ p {
    line-height: 1.7;
    color: #000000;
    font-size: 15px;
    transition: transform 0.3s ease-out;
    margin-bottom: 1.5rem;
}.contact_styleOYQ div > p {
    transform: translateZ(5px);
}.contact_styleOYQ h5 {
    font-weight: 600;
    font-size: 24px;
    align-items: center;
    display: flex;
    text-transform: capitalize;
    color: #000000;
    margin-bottom: 0.5rem;
}.contact_styleOYQ h5 svg {
    transform: translateY(0);
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    margin-left: 0.75rem;
}.contact_styleOYQ h5:hover svg {
    transform: translateY(-3px);
}.contact_styleOYQ svg {
    height: 24px;
    flex-shrink: 0;
    width: 24px;
}.contact_styleOYQ svg path {
    fill: rgb(199,205,179);
    transition: fill 0.3s ease, transform 0.3s ease;
}.contact_styleOYQ .submit_feedback_style {
    margin: 1.5rem 0 0;
    padding: 0;
    list-style: none;
    flex-direction: column;
    display: flex;
    gap: 1.25rem;
}.contact_styleOYQ .help_desk_style {
    text-decoration: none;
    border-left: 3px solid rgb(199,205,179);
    transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    background: rgba(rgb(199,205,179), 0.05);
    padding: 0.75rem 1.25rem;
    font-weight: 600;
    font-size: calc(15px * 1.05);
    display: flex;
    align-items: center;
    transform: translateX(0);
    color: #000000;
}.contact_styleOYQ .help_desk_style:hover {
    border-left: 6px solid rgb(199,205,179);
    transform: translateX(5px);
    background: rgba(rgb(199,205,179), 0.1);
}.contact_styleOYQ .help_desk_style svg {
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    margin-left: auto;
    transform: rotate(0);
}.contact_styleOYQ .help_desk_style:hover svg {
    transform: rotate(15deg) scale(1.1);
}.contact_styleOYQ .help_desk_style:hover svg path {
    fill: rgb(171,183,135);
}.contact_styleOYQ .help_desk_style:active {
    transform: translateX(5px) scale(0.98);
}

@media (min-width: 768px) {.contact_styleOYQ {
    padding: 8rem 0;
}.contact_styleOYQ .talk_answer_style {
    gap: 3rem;
    grid-template-columns: 2fr 1fr;
    padding: 4rem;
}.contact_styleOYQ h3 {
    font-size: calc(35px * 1.4);
    grid-column: 1 / -1;
}.contact_styleOYQ .submit_feedback_style {
    margin: 0;
    grid-column: 2 / 3;
    grid-row: 2 / 4;
}.contact_styleOYQ::after {
    top: 20%;
    height: 300px;
    content: "";
    filter: blur(60px);
    opacity: 0.6;
    right: -5%;
    width: 300px;
    position: absolute;
    background: linear-gradient(135deg, rgba(rgb(199,205,179), 0.2), rgba(rgb(171,183,135), 0.1));
    z-index: 0;
    border-radius: 50%;
}
}

@media (min-width: 992px) {.contact_styleOYQ .talk_answer_style {
    grid-template-columns: 3fr 2fr;
    gap: 4rem;
}.contact_styleOYQ h3 {
    font-size: calc(47px * 0.9);
}.contact_styleOYQ .help_desk_style {
    font-size: calc(15px * 1.1);
    padding: 1rem 1.5rem;
}.contact_styleOYQ::before {
    transform: rotateX(55deg) rotateZ(-5deg);
}.contact_styleOYQ .talk_answer_style {
    transform-style: preserve-3d;
}.contact_styleOYQ .talk_answer_style > div:not(:first-child) {
    transform: translateZ(10px);
}@keyframes float {
        0%, 100% { transform: translateY(0); }
        50% { transform: translateY(-10px); }
    }
    
    .contact_styleOYQ .submit_feedback_style {
    position: relative;
}.contact_styleOYQ .submit_feedback_style::before {
    border-radius: 10px;
    content: "";
    transform: translateZ(-5px);
    inset: -20px;
    background: linear-gradient(45deg, rgba(rgb(199,205,179), 0.03), rgba(rgb(171,183,135), 0.02));
    z-index: -1;
    position: absolute;
}
}

@media (max-width: 767px) {.contact_styleOYQ {
    padding: 4rem 0;
}.contact_styleOYQ .talk_answer_style {
    padding: 2rem;
}.contact_styleOYQ h3 {
    font-size: calc(35px * 1.1);
}.contact_styleOYQ .help_desk_style {
    padding: 0.75rem 1rem;
}
}

@media (hover: hover) {.contact_styleOYQ .help_desk_style:hover svg path {
    animation: pulse 1s infinite alternate;
}@keyframes pulse {
        0% { fill: rgb(199,205,179); }
        100% { fill: rgb(171,183,135); }
    }
}.contact_styletFxIV {
    position: relative;
    padding: 90px 0;
    overflow: hidden;
    background: rgb(234,236,230);
}.contact_styletFxIV::before {
    filter: blur(70px);
    top: -150px;
    border-radius: 50%;
    height: 400px;
    z-index: 1;
    content: "";
    position: absolute;
    right: -150px;
    background: linear-gradient(45deg, rgb(199,205,179,0.5), rgb(171,183,135,0.5));
    width: 400px;
}.contact_styletFxIV::after {
    height: 300px;
    width: 300px;
    background: linear-gradient(225deg, rgb(171,183,135,0.5), rgb(199,205,179,0.5));
    left: -100px;
    border-radius: 50%;
    filter: blur(60px);
    position: absolute;
    content: "";
    z-index: 1;
    bottom: -100px;
}.contact_styletFxIV .container {
    max-width: 1200px;
    padding: 0 30px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
}.contact_styletFxIV h2 {
    font-weight: 700;
    text-align: center;
    position: relative;
    margin-bottom: 60px;
    font-size: 29px;
    color: #000000;
}.contact_styletFxIV h2::before {
    width: 50px;
    z-index: -1;
    border-radius: 50%;
    left: calc(50% - 120px);
    height: 50px;
    position: absolute;
    background: rgb(199,205,179,0.5);
    content: "";
    top: -25px;
}.contact_styletFxIV h2::after {
    background: rgb(171,183,135,0.5);
    z-index: -1;
    content: "";
    border-radius: 50%;
    position: absolute;
    width: 30px;
    right: calc(50% - 100px);
    height: 30px;
    bottom: -15px;
}.contact_styletFxIV .contact_request_style {
    display: flex;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}.contact_styletFxIV .contact_request_style::before {
    position: absolute;
    pointer-events: none;
    z-index: 0;
    inset: 0;
    background: radial-gradient(
        circle at 0% 0%,
        transparent 98%,
        rgb(199,205,179,0.5) 99%
    ), radial-gradient(
        circle at 100% 100%,
        transparent 98%,
        rgb(171,183,135,0.5) 99%
    );
    content: "";
}.contact_styletFxIV .main_photo_style {
    flex: 0 0 45%;
    min-height: 500px;
    position: relative;
    transition: transform 0.5s ease;
}.contact_styletFxIV .main_photo_style::before {
    inset: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.5));
    z-index: 1;
    content: "";
    position: absolute;
}.contact_styletFxIV .main_photo_style::after {
    right: 20px;
    z-index: 2;
    position: absolute;
    content: "";
    pointer-events: none;
    border: 1px solid rgba(255, 255, 255, 0.3);
    left: 20px;
    bottom: 20px;
    top: 20px;
}.contact_styletFxIV .request_links_style {
    padding: 60px;
    flex-direction: column;
    flex: 0 0 55%;
    position: relative;
    display: flex;
    justify-content: center;
}.contact_styletFxIV form {
    z-index: 3;
    position: relative;
}.contact_styletFxIV form h3 {
    color: #000000;
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 30px;
}.contact_styletFxIV form input[type="text"] {
    color: #000000;
    transition: all 0.3s ease;
    font-size: 17px;
    border: none;
    width: 100%;
    margin-bottom: 25px;
    padding: 18px 25px;
    border-radius: 12px;
    background: rgb(234,236,230);
}.contact_styletFxIV form input[type="text"]:focus {
    background: linear-gradient(rgb(234,236,230), rgb(234,236,230)) padding-box,
                linear-gradient(to right, rgb(199,205,179), rgb(171,183,135)) border-box;
    border: 1px solid transparent;
    outline: none;
    box-shadow: 0 5px 15px rgba(rgb(199,205,179), 0.1);
}.contact_styletFxIV form input[type="text"]::placeholder {
    color: rgba(#000000, 0.5);
}.contact_styletFxIV .feedback_reach_style {
    margin-bottom: 30px;
    position: relative;
}.contact_styletFxIV .feedback_reach_style input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.contact_styletFxIV .feedback_reach_style label {
    cursor: pointer;
    padding-left: 35px;
    color: #000000;
    align-items: center;
    font-size: 14px;
    display: flex;
    position: relative;
}.contact_styletFxIV .feedback_reach_style label::before {
    left: 0;
    background: rgb(234,236,230);
    transition: all 0.3s ease;
    content: "";
    border-radius: 6px;
    position: absolute;
    height: 22px;
    top: 0;
    width: 22px;
}.contact_styletFxIV .feedback_reach_style input[type="checkbox"]:checked + label::before {
    background: linear-gradient(135deg, rgb(199,205,179), rgb(171,183,135));
}.contact_styletFxIV .feedback_reach_style input[type="checkbox"]:checked + label::after {
    position: absolute;
    width: 6px;
    content: "";
    left: 8px;
    top: 4px;
    transform: rotate(45deg);
    border: solid #ffffff;
    height: 12px;
    border-width: 0 2px 2px 0;
}.contact_styletFxIV .feedback_reach_style label a {
    font-weight: 600;
    color: rgb(199,205,179);
    transition: color 0.3s ease;
    text-decoration: none;
}.contact_styletFxIV .feedback_reach_style label a:hover {
    color: rgb(171,183,135);
}.contact_styletFxIV .request_card_style {
    position: relative;
    border-radius: 12px;
    background: linear-gradient(135deg, rgb(199,205,179), rgb(171,183,135));
    padding: 20px;
    transition: all 0.5s ease;
    font-size: 15px;
    color: #ffffff;
    cursor: pointer;
    z-index: 1;
    border: none;
    overflow: hidden;
    font-weight: 600;
    width: 100%;
}.contact_styletFxIV .request_card_style::before {
    transform-origin: right;
    background: linear-gradient(135deg, rgb(171,183,135), rgb(199,205,179));
    content: "";
    position: absolute;
    height: 100%;
    transform: scaleX(0);
    top: 0;
    width: 100%;
    transition: transform 0.5s ease;
    left: 0;
    z-index: -1;
}.contact_styletFxIV .request_card_style:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}.contact_styletFxIV svg {
    margin-right: 12px;
    stroke: rgb(199,205,179);
    transition: all 0.3s ease;
    fill: none;
    width: 24px;
    height: 24px;
}.contact_styletFxIV svg path {
    stroke: rgb(199,205,179);
    transition: all 0.3s ease;
    stroke-width: 2;
    fill: none;
}.contact_styletFxIV svg:hover,
.contact_styletFxIV svg:hover path {
    stroke: rgb(171,183,135);
}

@media (max-width: 1024px) {.contact_styletFxIV {
    padding: 70px 0;
}.contact_styletFxIV .request_links_style {
    padding: 45px;
}.contact_styletFxIV .main_photo_style {
    min-height: 450px;
}
}

@media (max-width: 768px) {.contact_styletFxIV {
    padding: 60px 0;
}.contact_styletFxIV h2 {
    margin-bottom: 40px;
}.contact_styletFxIV .contact_request_style {
    flex-direction: column;
}.contact_styletFxIV .main_photo_style {
    min-height: 300px;
    flex: 0 0 300px;
    width: 100%;
}.contact_styletFxIV .request_links_style {
    padding: 40px 30px;
    flex: 0 0 auto;
}.contact_styletFxIV form h3 {
    margin-bottom: 25px;
}.contact_styletFxIV form input[type="text"] {
    padding: 15px 20px;
    margin-bottom: 20px;
}
}

@media (max-width: 480px) {.contact_styletFxIV {
    padding: 50px 0;
}.contact_styletFxIV h2 {
    font-size: calc(29px * 0.9);
    margin-bottom: 30px;
}.contact_styletFxIV .main_photo_style {
    min-height: 220px;
}.contact_styletFxIV .request_links_style {
    padding: 30px 20px;
}.contact_styletFxIV form h3 {
    font-size: calc(23px * 0.9);
    margin-bottom: 20px;
}.contact_styletFxIV form input[type="text"] {
    margin-bottom: 16px;
    font-size: calc(17px * 0.95);
    padding: 14px 16px;
}.contact_styletFxIV .request_card_style {
    padding: 16px;
}.contact_styletFxIV .feedback_reach_style label {
    font-size: calc(14px * 0.95);
}
}