* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}.container {
    margin: auto;
    width: 1108px;
    max-width: 100%;
}.webheader_top {
    flex: 1 0 auto;
}::-webkit-scrollbar {
    width: 5px;
}::-webkit-scrollbar-track {
    background: radial-gradient(ellipse at top right, #ffffff 23%, rgb(255, 255, 255, 0.5) 38%, rgb(157,168,129) 89%, rgb(157,168,129,0.5) 69%, rgb(190,191,179) 22%, rgb(190,191,179,0.5) 15%, rgb(230,230,227) 9%);
}::-webkit-scrollbar-track:active {
    background: rgb(157,168,129);
}::-webkit-scrollbar-thumb {
    background: rgb(255, 255, 255, 0.5);
    min-height: 49px;
}::-webkit-scrollbar-thumb:hover {
    transform: scale(1.05);
    border-color: rgb(157,168,129,0.5);
    background: #ffffff;
}::-webkit-scrollbar-thumb:active {
    box-shadow: inset 1px 1px 3px 0px rgba(0, 0, 0, 0.8);
    background: #ffffff;
}* {
    scrollbar-color: rgb(157,168,129) #ffffff;
    scrollbar-width: none;
}html,body {
    min-height: 100%;
    font-family: Arial, sans-serif;
    height: 100%;
    color: #000000;
}a {
    text-decoration: none;
    color: inherit;
}header,footer {
    width: 100%;
}.webdata_viz {
    flex: 0 0 auto;
}svg {
    height: 30px;
    width: 30px;
}.webcontainer-wrap {
    display: flex;
    flex-direction: column;
    height: 100%;
    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;
}}
.webcustomer_comments {
    overflow: hidden;
    position: relative;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgb(230,230,227) 100%);
    padding: 6rem 0;
}.webcustomer_comments::before {
    width: 100%;
    left: 0;
    background: radial-gradient(circle at 20% 30%, rgb(190,191,179,0.5) 0%, transparent 30%),
                radial-gradient(circle at 80% 70%, rgb(157,168,129,0.5) 0%, transparent 30%);
    position: absolute;
    opacity: 0.2;
    top: 0;
    content: "";
    height: 100%;
}.webcustomer_comments .container {
    position: relative;
    z-index: 2;
}.webcustomer_comments h2 {
    letter-spacing: 3px;
    text-transform: uppercase;
    position: relative;
    transform: translateX(-50%);
    text-align: center;
    font-weight: 700;
    padding: 0 2rem;
    font-size: 35px;
    color: #000000;
    margin-bottom: 4rem;
    display: inline-block;
    left: 50%;
}.webcustomer_comments h2::after {
    background: linear-gradient(90deg, transparent, rgb(190,191,179), transparent);
    position: absolute;
    left: 0;
    width: 100%;
    animation: glow 2s infinite;
    bottom: -15px;
    content: "";
    height: 2px;
}.webcustomer_comments .webclient_praises {
    justify-content: center;
    perspective: 1000px;
    display: flex;
    flex-wrap: wrap;
}.webcustomer_comments .webstudent_voices {
    margin: 1rem;
    border-radius: 10px;
    transform-style: preserve-3d;
    position: relative;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    flex: 0 0 calc(33.333% - 2rem);
    background: #ffffff;
}.webcustomer_comments .webstudent_voices::before {
    content: "";
    mask-composite: exclude;
    position: absolute;
    border: 2px solid transparent;
    background: linear-gradient(45deg, rgb(190,191,179), rgb(157,168,129)) border-box;
    -webkit-mask: 
        linear-gradient(#fff 0 0) padding-box, 
        linear-gradient(#fff 0 0);
    z-index: 1;
    opacity: 0.7;
    inset: 0;
    border-radius: 10px;
    -webkit-mask-composite: xor;
}.webcustomer_comments .webstudent_voices:hover {
    transform: translateY(-15px) rotateX(5deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2), 
                0 0 20px rgb(190,191,179,0.5), 
                0 0 30px rgb(157,168,129,0.5);
}.webcustomer_comments .webstudent_voices:hover::before {
    animation: borderGlow 1.5s infinite alternate;
}.webcustomer_comments .webstudent_voices img {
    filter: grayscale(20%);
    height: 180px;
    object-fit: cover;
    border-bottom: 1px solid rgb(230,230,227);
    width: 100%;
    transition: filter 0.3s ease;
}.webcustomer_comments .webstudent_voices:hover img {
    filter: grayscale(0%);
}.webcustomer_comments .webstudent_voices p {
    margin: 0;
    font-weight: 600;
    padding: 1rem 1.5rem 0;
    color: #000000;
    font-size: calc(12px + 0.1rem);
    position: relative;
}.webcustomer_comments .webstudent_voices p::after {
    left: 1.5rem;
    width: 40px;
    content: "";
    position: absolute;
    bottom: -5px;
    background: rgb(190,191,179);
    height: 2px;
}.webcustomer_comments .webstudent_voices .description {
    line-height: 1.6;
    padding: 1rem 1.5rem 1.5rem;
    font-weight: 400;
    font-size: 12px;
    position: relative;
    color: #000000;
}.webcustomer_comments .webstudent_voices:nth-child(3n+1) {
    transform: translateZ(20px);
}.webcustomer_comments .webstudent_voices:nth-child(3n+2) {
    transform: translateZ(10px);
}.webcustomer_comments .webstudent_voices:nth-child(3n+3) {
    transform: translateZ(30px);
}

@keyframes glow {
    0%, 100% {
        box-shadow: 0 0 5px rgb(190,191,179), 0 0 10px rgb(190,191,179,0.5);
    }
    50% {
        box-shadow: 0 0 15px rgb(190,191,179), 0 0 20px rgb(190,191,179);
    }
}

@keyframes borderGlow {
    0% {
        opacity: 0.7;
    }
    100% {
        opacity: 1;
    }
}

@media (max-width: 991px) {.webcustomer_comments .webstudent_voices {
    flex: 0 0 calc(50% - 2rem);
}
}

@media (max-width: 767px) {.webcustomer_comments {
    padding: 4rem 0;
}.webcustomer_comments h2 {
    font-size: calc(35px - 0.3rem);
    margin-bottom: 2.5rem;
}.webcustomer_comments .webstudent_voices {
    transform: none !important;
    flex: 0 0 100%;
    margin: 1rem 0;
}.webcustomer_comments .webstudent_voices:hover {
    transform: translateY(-10px) !important;
}}.webconfidential_refuge {
    padding: 40px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    line-height: 1.6;
    background: #ffffff;
    width: 100%;
    overflow: hidden;
}.webconfidential_refuge h1 {
    font-size: 46px;
    font-family: Arial, sans-serif;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 700;
    color: rgb(190,191,179);
    margin-top: 20px;
    border-bottom: 2px solid rgb(190,191,179);
    padding-bottom: 10px;
}.webconfidential_refuge h2 {
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 15px;
    color: rgb(157,168,129);
    font-family: Arial, sans-serif;
    font-size: 35px;
    border-bottom: 1px solid rgb(157,168,129);
    padding-bottom: 8px;
}.webconfidential_refuge h3, .webconfidential_refuge h4, .webconfidential_refuge h5, .webconfidential_refuge h6 {
    font-family: Arial, sans-serif;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    margin-top: 25px;
    color: #000000;
    font-weight: 600;
    font-size: 19px;
}.webconfidential_refuge ul, .webconfidential_refuge ol {
    padding-left: 0;
    list-style-position: inside;
    margin: 0;
    padding: 10px 0;
}.webconfidential_refuge li {
    margin-bottom: 10px;
    font-family: Arial, sans-serif;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    font-size: 16px;
    line-height: 1.8;
    padding: 5px 0;
    color: #000000;
}.webconfidential_refuge section {
    background: #ffffff;
}.webconfidential_refuge p, .webconfidential_refuge span, .webconfidential_refuge div {
    font-size: 16px;
    line-height: 1.8;
    color: #000000;
    font-family: Arial, sans-serif;
    margin-bottom: 10px;
}

@media only screen and (max-width: 800px) {.webconfidential_refuge {
    box-shadow: none;
    padding: 20px;
}.webconfidential_refuge h1, .webconfidential_refuge h2 {
    font-size: calc(19px - 5px);
    border-bottom-width: 1px;
    text-align: left;
}.webconfidential_refuge ul, .webconfidential_refuge ol {
    padding: 10px 0;
}.webconfidential_refuge li {
    padding: 5px 0;
}.webconfidential_refuge p, .webconfidential_refuge span, .webconfidential_refuge div {
    padding-bottom: 5px;
}}.webpayment_plan {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}.webpayment_plan::before {
    right: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgb(190,191,179,0.5) 100%);
    position: absolute;
    top: 0;
    z-index: 1;
    bottom: 0;
    left: 0;
    content: "";
    backdrop-filter: blur(8px);
}.webpayment_plan .container {
    margin: 0 auto;
    padding: 0 20px;
    z-index: 2;
    max-width: 1400px;
    position: relative;
}.webpayment_plan .webfee_choices {
    display: flex;
    flex-direction: column;
    align-items: center;
}.webpayment_plan h2 {
    font-weight: 700;
    text-align: center;
    text-shadow: 0 2px 10px rgba(0,0,0,0.2);
    transform: translateY(0);
    color: #ffffff;
    position: relative;
    margin-bottom: 25px;
    font-size: 34px;
    animation: fadeSlideDown 0.8s ease-out forwards;
}.webpayment_plan h2::after {
    animation: expandLine 1.2s 0.4s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    left: 50%;
    background: rgb(190,191,179);
    transform: translateX(-50%) scaleX(0);
    width: 80px;
    height: 3px;
    content: "";
    position: absolute;
    bottom: -15px;
}.webpayment_plan .webpromo_rates {
    font-size: calc(17px * 1.1);
    animation: fadeSlideUp 0.8s 0.3s ease-out forwards;
    transform: translateY(20px);
    line-height: 1.6;
    opacity: 0;
    text-align: center;
    margin: 0 auto 60px;
    color: #ffffff;
    max-width: 700px;
}.webpayment_plan .webpackage_deals {
    perspective: 1000px;
    padding: 0;
    list-style: none;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 30px;
    display: grid;
    width: 100%;
    margin: 0;
}.webpayment_plan .webpackage_deals li {
    transform: translateY(30px) rotateX(10deg);
    opacity: 0;
    animation: cardReveal 0.7s cubic-bezier(0.2, 1, 0.3, 1) forwards;
}.webpayment_plan .webpackage_deals li:nth-child(1) {
    animation-delay: 0.4s;
}.webpayment_plan .webpackage_deals li:nth-child(2) {
    animation-delay: 0.6s;
}.webpayment_plan .webpackage_deals li:nth-child(3) {
    animation-delay: 0.8s;
}.webpayment_plan .webpackage_deals li:nth-child(4) {
    animation-delay: 1s;
}.webpayment_plan .webplan_options {
    color: #000000;
    will-change: transform;
    text-decoration: none;
    height: 100%;
    display: block;
    transition: transform 0.45s cubic-bezier(0.2, 1, 0.3, 1);
}.webpayment_plan .webplan_options:hover {
    transform: translateY(-12px);
}.webpayment_plan .webstudy_costs {
    background: #ffffff;
    height: 100%;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1), 0 5px 15px rgba(0,0,0,0.07);
    border-radius: 22px;
    position: relative;
    transition: box-shadow 0.45s ease, transform 0.45s cubic-bezier(0.2, 1, 0.3, 1);
}.webpayment_plan .webplan_options:hover .webstudy_costs {
    box-shadow: 0 25px 45px rgba(0,0,0,0.15), 0 10px 20px rgba(0,0,0,0.12);
}.webpayment_plan .webstudy_costs::before {
    transition: transform 0.5s cubic-bezier(0.3, 0.7, 0.4, 1.5);
    position: absolute;
    left: 0;
    background: linear-gradient(90deg, rgb(190,191,179) 0%, rgb(157,168,129) 100%);
    width: 100%;
    transform: scaleX(0);
    top: 0;
    height: 6px;
    content: "";
    transform-origin: right;
}.webpayment_plan .webplan_options:hover .webstudy_costs::before {
    transform-origin: left;
    transform: scaleX(1);
}.webpayment_plan .webtuition_grid {
    padding: 35px 30px;
    position: relative;
}.webpayment_plan .webtuition_grid h4 {
    color: #000000;
    position: relative;
    font-size: calc(24px * 1.1);
    padding-bottom: 15px;
    transition: color 0.35s ease;
    font-weight: 700;
    margin-bottom: 20px;
}.webpayment_plan .webplan_options:hover .webtuition_grid h4 {
    color: rgb(190,191,179);
}.webpayment_plan .webtuition_grid h4::after {
    background: rgb(190,191,179,0.5);
    left: 0;
    height: 2px;
    transition: width 0.35s ease, background 0.35s ease;
    width: 50px;
    position: absolute;
    content: "";
    bottom: 0;
}.webpayment_plan .webplan_options:hover .webtuition_grid h4::after {
    background: rgb(190,191,179);
    width: 75px;
}.webpayment_plan .webtuition_grid p {
    line-height: 1.7;
    font-size: 17px;
    max-height: 150px;
    overflow-y: auto;
    position: relative;
    padding-right: 15px;
    color: #000000;
    margin-bottom: 30px;
}.webpayment_plan .webtuition_grid p::-webkit-scrollbar {
    width: 6px;
}.webpayment_plan .webtuition_grid p::-webkit-scrollbar-track {
    background: rgba(0,0,0,0.05);
    border-radius: 10px;
}.webpayment_plan .webtuition_grid p::-webkit-scrollbar-thumb {
    background: rgb(190,191,179,0.5);
    transition: background 0.3s ease;
    border-radius: 10px;
}.webpayment_plan .webplan_options:hover .webtuition_grid p::-webkit-scrollbar-thumb {
    background: rgb(190,191,179);
}.webpayment_plan .webpremium_plan {
    overflow: hidden;
    font-size: calc(24px * 1.2);
    color: #ffffff;
    display: flex;
    position: relative;
    align-items: center;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    font-weight: 700;
    justify-content: center;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    background: linear-gradient(135deg, rgb(157,168,129,0.5) 0%, rgb(190,191,179) 100%);
    padding: 12px 20px;
    border-radius: 10px;
}.webpayment_plan .webplan_options:hover .webpremium_plan {
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
    transform: scale(1.05);
}.webpayment_plan .webpremium_plan::before {
    left: 0;
    height: 100%;
    top: 0;
    transition: transform 0.6s ease;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    position: absolute;
    transform: translateX(-100%);
    width: 100%;
}.webpayment_plan .webplan_options:hover .webpremium_plan::before {
    transform: translateX(100%);
}

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

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

@keyframes expandLine {
    from {
        transform: translateX(-50%) scaleX(0);
    }
    to {
        transform: translateX(-50%) scaleX(1);
    }
}

@keyframes cardReveal {
    from {
        opacity: 0;
        transform: translateY(30px) rotateX(10deg);
    }
    to {
        opacity: 1;
        transform: translateY(0) rotateX(0);
    }
}

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

@media (max-width: 991px) {.webpayment_plan {
    padding: 80px 0;
}.webpayment_plan h2 {
    font-size: calc(34px * 0.9);
}.webpayment_plan .webpromo_rates {
    margin-bottom: 50px;
    font-size: 17px;
}.webpayment_plan .webpackage_deals {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}.webpayment_plan .webtuition_grid {
    padding: 25px 20px;
}
}

@media (max-width: 767px) {.webpayment_plan {
    padding: 60px 0;
}.webpayment_plan h2 {
    font-size: calc(34px * 0.8);
}.webpayment_plan .webpromo_rates {
    font-size: calc(17px * 0.95);
    margin-bottom: 40px;
}.webpayment_plan .webpackage_deals {
    max-width: 450px;
    margin: 0 auto;
    grid-template-columns: 1fr;
}.webpayment_plan .webtuition_grid p {
    max-height: none;
}
}

@media (max-width: 480px) {.webpayment_plan {
    padding: 50px 0;
}.webpayment_plan h2 {
    font-size: calc(34px * 0.7);
}.webpayment_plan .webtuition_grid {
    padding: 20px 18px;
}.webpayment_plan .webpremium_plan {
    font-size: calc(24px * 1.1);
    padding: 10px 15px;
}}.webtyBox {
    position: relative;
    background: linear-gradient(135deg, rgb(157,168,129,0.5), rgb(190,191,179,0.5));
    padding: 6rem 0;
    overflow: hidden;
}.webtyBox::before {
    width: 100%;
    top: 0;
    background-image: 
        radial-gradient(circle at 20% 30%, rgba(255,255,255,0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(255,255,255,0.1) 0%, transparent 40%);
    left: 0;
    pointer-events: none;
    z-index: 1;
    position: absolute;
    content: "";
    height: 100%;
}.webtyBox::after {
    content: "";
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(157,168,129) 25%, 
        rgb(190,191,179) 75%, 
        transparent 100%);
    opacity: 0.7;
    width: 100%;
    animation: shimmer 4s infinite ease-in-out;
    position: absolute;
    left: 0;
    bottom: -5px;
    z-index: 2;
    height: 10px;
}.webtyBox .container {
    position: relative;
    width: 90%;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 3;
}.webtyBox .weblearning_dna {
    transition: transform 0.5s ease-out;
    padding: 4rem 3rem;
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.1),
        0 3px 10px rgba(0,0,0,0.05),
        0 0 0 1px rgba(255,255,255,0.2) inset;
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
    overflow: hidden;
    background: linear-gradient(145deg, 
        rgba(255,255,255,0.95), 
        rgba(255,255,255,0.85));
    transform-style: preserve-3d;
    border-radius: 10px;
}.webtyBox .weblearning_dna::before {
    right: -10%;
    border-radius: 50%;
    height: 200px;
    position: absolute;
    opacity: 0.7;
    top: -10%;
    animation: float 8s infinite ease-in-out;
    content: "";
    z-index: -1;
    background: linear-gradient(135deg, 
        rgb(190,191,179,0.5) 0%, 
        transparent 70%);
    width: 200px;
    filter: blur(20px);
}.webtyBox .weblearning_dna:hover {
    transform: perspective(1000px) rotateX(0deg);
    box-shadow: 
        0 20px 40px rgba(0,0,0,0.15),
        0 5px 15px rgba(0,0,0,0.08),
        0 0 0 1px rgba(255,255,255,0.3) inset;
}.webtyBox .weblearning_dna > div:first-child {
    opacity: 1;
    margin-bottom: 2rem;
    animation: fadeSlideUp 0.8s ease-out;
    position: relative;
    transform: translateY(0);
}.webtyBox .weblearning_dna > div:last-child {
    animation: fadeSlideUp 0.8s 0.2s ease-out both;
    position: relative;
    opacity: 1;
    transform: translateY(0);
}.webtyBox h5 {
    font-family: Arial, sans-serif;
    margin: 0 0 1rem;
    font-weight: 700;
    color: rgb(190,191,179);
    font-size: 19px;
    display: inline-block;
    line-height: 1.4;
    position: relative;
}.webtyBox h5::after {
    bottom: -10px;
    transform-origin: left;
    background: linear-gradient(90deg, rgb(157,168,129), transparent);
    height: 3px;
    content: "";
    left: 0;
    width: 60%;
    position: absolute;
    animation: lineExpand 1.2s 0.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    transform: scaleX(0);
    border-radius: 2px;
}.webtyBox a {
    text-decoration: none;
    display: block;
    transition: all 0.3s ease;
}.webtyBox a:hover p {
    transform: translateY(-3px);
    color: rgb(190,191,179);
    text-shadow: 0 1px 2px rgba(0,0,0,0.1);
}.webtyBox p {
    position: relative;
    margin: 0;
    font-family: Arial, sans-serif;
    font-size: 16px;
    transition: all 0.4s ease;
    font-weight: 400;
    line-height: 1.8;
    color: #000000;
}

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

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

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

@keyframes shimmer {
    0%, 100% {
        opacity: 0.5;
        transform: translateX(0%);
    }
    50% {
        opacity: 0.8;
        transform: translateX(2%);
    }
}

@media (max-width: 991px) {.webtyBox {
    padding: 5rem 0;
}.webtyBox .weblearning_dna {
    padding: 3rem 2.5rem;
    transform: perspective(1000px) rotateX(1deg);
}.webtyBox h5 {
    font-size: calc(19px * 0.95);
}.webtyBox p {
    font-size: calc(16px * 0.98);
    line-height: 1.7;
}
}

@media (max-width: 767px) {.webtyBox {
    padding: 4rem 0;
}.webtyBox .weblearning_dna {
    transform: none;
    padding: 2.5rem 2rem;
}.webtyBox .weblearning_dna::before {
    width: 150px;
    height: 150px;
}.webtyBox h5 {
    font-size: calc(19px * 0.9);
}.webtyBox h5::after {
    width: 50%;
}.webtyBox p {
    font-size: calc(16px * 0.95);
    line-height: 1.6;
}
}

@media (max-width: 576px) {.webtyBox {
    padding: 3rem 0;
}.webtyBox .container {
    width: 92%;
}.webtyBox .weblearning_dna {
    padding: 2rem 1.5rem;
}.webtyBox .weblearning_dna > div:first-child {
    margin-bottom: 1.5rem;
}.webtyBox h5 {
    font-size: calc(19px * 0.85);
}.webtyBox p {
    line-height: 1.5;
    font-size: calc(16px * 0.9);
}}.webcookie_dialog_banner {
    background-color: rgb(230,230,227);
    bottom: 0;
    position: fixed;
    width: 100%;
    z-index: 1000;
    padding: 20px 0;
    border-top: 1px solid rgb(190,191,179);
    box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.1);
    animation: fadeInUp 0.5s ease-out;
}.webcookie_dialog_banner .webcookie_eductrl {
    flex-shrink: 0;
    animation: logoScale 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    transform-origin: center;
    margin-right: 20px;
}.webcookie_dialog_banner .webcookie_eductrl svg {
    width: 60px;
    height: 60px;
    fill: rgb(190,191,179);
}@keyframes logoScale {
    0% {
        transform: scale(0);
    }
    80% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
.webcookie_dialog_banner .weblearn_prefs {
    flex-grow: 1;
}.webcookie_dialog_banner .weblearn_prefs h5 {
    margin-bottom: 6px;
    color: rgb(190,191,179);
    font-size: 20px;
}.webcookie_dialog_banner .weblearn_prefs p {
    margin: 0;
    line-height: 1.5;
    font-size: 18px;
    color: #000000;
}.webcookie_dialog_banner .webcookie_customize {
    font-size: 17px;
    margin-top: 20px;
    border-radius: 5px;
    display: inline-block;
    background-color: rgb(190,191,179);
    margin-right: 15px;
    color: #ffffff;
    text-decoration: none;
    transition: transform 0.3s, box-shadow 0.3s;
    padding: 10px 20px;
}.webcookie_dialog_banner .webcookie_customize:hover {
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}.webcookie_dialog_banner .webcookie_customize:active {
    box-shadow: none;
    transform: translateY(1px);
}
@media (max-width: 768px) {.webcookie_dialog_banner .webcookie_eductrl {
    margin-right: 0;
    margin-bottom: 15px;
}.webcookie_dialog_banner .webcookie_customize {
    width: 48%;
    margin-left: 0;
    text-align: center;
}}
#webcookie_popupalert {
    display: none;
}#webcookie_popupalert:checked ~ .webcookie_dialog_banner {
    visibility: hidden;
    opacity: 0;
}.webtitle_intro {
    padding: 5rem 2rem;
    justify-content: center;
    display: flex;
    background: linear-gradient(135deg, rgb(230,230,227) 0%, #ffffff 100%);
    perspective: 1000px;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    min-height: 100vh;
}.webtitle_intro::before {
    opacity: 0.05;
    background: repeating-linear-gradient(
        45deg,
        rgb(190,191,179,0.5),
        transparent 2px,
        transparent 10px,
        rgb(190,191,179,0.5) 12px
    );
    content: "";
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 1;
    top: 0;
}.webtitle_intro h1 {
    z-index: 10;
    letter-spacing: 1px;
    transform: translateZ(50px);
    text-align: center;
    font-weight: 700;
    font-size: calc(18px * 1.2);
    color: rgb(190,191,179);
    position: relative;
    text-shadow: 0 1px 3px rgba(0,0,0,0.1);
    margin-bottom: 2rem;
}.webtitle_intro .weblearning_dna {
    flex-direction: column;
    display: flex;
    z-index: 2;
    position: relative;
    transform-style: preserve-3d;
    gap: 2rem;
}.webtitle_intro .webtext_area_wrap {
    position: relative;
    padding: 2rem;
    flex: 1;
    background: #ffffff;
    border-left: 4px solid rgb(190,191,179);
    transform: translateZ(20px) perspective(1000px);
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.05),
        0 5px 15px rgba(0,0,0,0.03);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}.webtitle_intro .webtext_area_wrap::before {
    top: -10px;
    left: -10px;
    content: "";
    opacity: 0.2;
    position: absolute;
    background: linear-gradient(135deg, rgb(157,168,129,0.5), transparent);
    transform: translateZ(-10px);
    right: 10px;
    bottom: 10px;
    z-index: -1;
}.webtitle_intro ol {
    list-style: none;
    padding: 0;
    margin: 0;
}.webtitle_intro li {
    margin-bottom: 1.5rem;
}.webtitle_intro .webcourse_intro {
    align-items: center;
    display: flex;
    flex-direction: column;
    text-align: center;
}.webtitle_intro .webcourse_intro p {
    line-height: 1.6;
    max-width: 600px;
    color: #000000;
    font-size: 15px;
    margin-top: 1.5rem;
}.webtitle_intro svg {
    height: 120px;
    transform: translateZ(30px) rotateY(5deg);
    transition: transform 0.5s ease, filter 0.5s ease;
    margin-bottom: 1rem;
    width: 120px;
    filter: drop-shadow(0 5px 15px rgba(0,0,0,0.1));
}.webtitle_intro svg:hover {
    filter: drop-shadow(0 8px 20px rgba(0,0,0,0.15));
    transform: translateZ(40px) rotateY(0deg) scale(1.05);
}.webtitle_intro svg path {
    transition: fill 0.3s ease;
}.webtitle_intro svg text {
    font-family: Arial, sans-serif;
    transition: fill 0.3s ease;
}.webtitle_intro .webinquiry_card {
    font-size: 15px;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(94,170,168,0.3);
    color: #ffffff;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    margin-top: 1rem;
    padding: 0.8rem 2rem;
    font-weight: 600;
    overflow: hidden;
    position: relative;
    text-align: center;
    border-radius: 10px;
    transform: translateZ(15px);
    display: inline-block;
    background: linear-gradient(135deg, rgb(190,191,179) 0%, rgb(157,168,129) 100%);
}.webtitle_intro .webinquiry_card:hover {
    transform: translateZ(20px) translateY(-3px);
    box-shadow: 0 8px 25px rgba(94,170,168,0.4);
}.webtitle_intro .webinquiry_card::before {
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    width: 100%;
    transition: left 0.7s ease;
    position: absolute;
    left: -100%;
    content: "";
    height: 100%;
}.webtitle_intro .webinquiry_card:hover::before {
    left: 100%;
}.webtitle_intro .webcapture {
    height: 350px;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    clip-path: polygon(0 5%, 100% 0, 95% 100%, 5% 95%);
    transform: translateZ(10px) rotateX(2deg);
    position: relative;
    box-shadow: 
        0 20px 40px rgba(0,0,0,0.1),
        0 10px 20px rgba(0,0,0,0.05);
}.webtitle_intro .webcapture::after {
    opacity: 0.3;
    transition: opacity 0.3s ease;
    content: "";
    mix-blend-mode: overlay;
    left: 0;
    bottom: 0;
    position: absolute;
    top: 0;
    background: linear-gradient(135deg, rgb(190,191,179,0.5) 0%, rgb(157,168,129,0.5) 100%);
    right: 0;
}.webtitle_intro .webcapture:hover {
    transform: translateZ(30px) rotateX(0deg);
}.webtitle_intro .webcapture:hover::after {
    opacity: 0.2;
}

@media (min-width: 768px) {.webtitle_intro {
    padding: 5rem;
}.webtitle_intro h1 {
    text-align: left;
    font-size: calc(33px * 0.8);
    margin-left: 2rem;
}.webtitle_intro .weblearning_dna {
    height: auto;
    flex-direction: row;
    min-height: 500px;
}.webtitle_intro .webtext_area_wrap {
    margin-right: -50px;
    flex: 1;
    padding: 3rem;
    z-index: 3;
    align-self: center;
}.webtitle_intro .webcapture {
    flex: 1;
    height: auto;
    clip-path: polygon(5% 0, 100% 5%, 95% 100%, 0 95%);
}.webtitle_intro .webcourse_intro {
    text-align: left;
    align-items: flex-start;
}
}

@media (min-width: 1200px) {.webtitle_intro h1 {
    margin-left: 4rem;
    font-size: 33px;
}.webtitle_intro .weblearning_dna {
    min-height: 600px;
}.webtitle_intro .webtext_area_wrap {
    margin-right: -100px;
    padding: 4rem;
}.webtitle_intro svg {
    width: 150px;
    height: 150px;
}}

@keyframes floating {
    0% { transform: translateY(0) translateZ(30px) rotateY(5deg); }
    50% { transform: translateY(-10px) translateZ(35px) rotateY(3deg); }
    100% { transform: translateY(0) translateZ(30px) rotateY(5deg); }
}

.webtitle_intro .webtext_area_wrap:hover svg {
    animation: floating 3s ease-in-out infinite;
}

@media (max-width: 767px) {.webtitle_intro h1 {
    font-size: 18px;
}.webtitle_intro .webtext_area_wrap {
    padding: 1.5rem;
}.webtitle_intro .webcapture {
    height: 250px;
}.webtitle_intro svg {
    width: 100px;
    height: 100px;
}.webtitle_intro .webinquiry_card {
    font-size: calc(15px * 0.9);
    padding: 0.7rem 1.5rem;
}}.webtest_drive {
    position: relative;
    padding: 80px 0;
    overflow: hidden;
    background: linear-gradient(135deg, #000000 0%, rgb(190,191,179) 100%);
}.webtest_drive::before {
    content: '';
    opacity: 0.1;
    left: 0;
    width: 100%;
    z-index: 1;
    height: 100%;
    top: 0;
    background: repeating-linear-gradient(
        45deg,
        rgb(190,191,179,0.5),
        rgb(190,191,179,0.5) 10px,
        transparent 10px,
        transparent 20px
    );
    position: absolute;
}.webtest_drive::after {
    content: '';
    background: radial-gradient(
        circle,
        rgb(157,168,129) 0%,
        transparent 70%
    );
    left: -50%;
    opacity: 0.05;
    z-index: 0;
    animation: pulse 15s infinite alternate;
    width: 200%;
    height: 200%;
    position: absolute;
    top: -50%;
}.webtest_drive .weblearning_dna {
    display: flex;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
    text-align: center;
    z-index: 2;
    flex-direction: column;
}.webtest_drive h3 {
    color: #ffffff;
    margin-bottom: 40px;
    font-family: Arial, sans-serif;
    transition: transform 0.5s ease;
    transform: translateY(0);
    font-size: 31px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    font-weight: 700;
    position: relative;
    letter-spacing: 1px;
}.webtest_drive h3::after {
    left: 50%;
    background: rgb(157,168,129);
    position: absolute;
    content: '';
    width: 80px;
    box-shadow: 0 0 15px rgb(157,168,129);
    height: 4px;
    bottom: -15px;
    transform: translateX(-50%);
    border-radius: 10px;
}.webtest_drive .webmsg_info {
    color: #ffffff;
    transition: all 0.4s ease;
    text-decoration: none;
    z-index: 2;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
    position: relative;
    letter-spacing: 2px;
    font-weight: 600;
    overflow: hidden;
    text-transform: uppercase;
    border-radius: 24px;
    background: rgb(157,168,129);
    display: inline-block;
    font-size: 15px;
    border: 2px solid transparent;
    padding: 16px 40px;
}.webtest_drive .webmsg_info::before {
    transition: all 0.6s ease;
    left: -100%;
    position: absolute;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    width: 100%;
    top: 0;
    height: 100%;
    content: '';
}.webtest_drive .webmsg_info:hover {
    transform: translateY(-5px);
    background: transparent;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    border-color: rgb(157,168,129);
}.webtest_drive .webmsg_info:hover::before {
    left: 100%;
}.webtest_drive .weblearning_dna::before {
    background-size: 30px 30px;
    background-image: 
        linear-gradient(to right, rgb(190,191,179,0.5) 1px, transparent 1px),
        linear-gradient(to bottom, rgb(190,191,179,0.5) 1px, transparent 1px);
    left: -100px;
    position: absolute;
    opacity: 0.1;
    top: -100px;
    z-index: -1;
    width: calc(100% + 200px);
    height: calc(100% + 200px);
    content: '';
}.webtest_drive .weblearning_dna::after {
    border-radius: 50%;
    content: '';
    right: -50px;
    animation: rotate 20s linear infinite;
    width: 200px;
    bottom: -100px;
    position: absolute;
    height: 200px;
    opacity: 0.2;
    border: 2px solid rgb(157,168,129,0.5);
}

@media screen and (max-width: 992px) {.webtest_drive {
    padding: 60px 0;
}.webtest_drive h3 {
    margin-bottom: 30px;
    font-size: calc(31px * 0.9);
}.webtest_drive .weblearning_dna::after {
    height: 150px;
    width: 150px;
    bottom: -70px;
    right: -30px;
}
}

@media screen and (max-width: 768px) {.webtest_drive {
    padding: 50px 0;
}.webtest_drive h3 {
    font-size: calc(31px * 0.8);
    margin-bottom: 25px;
}.webtest_drive .webmsg_info {
    padding: 14px 30px;
}.webtest_drive .weblearning_dna::after {
    bottom: -50px;
    right: -20px;
    height: 100px;
    width: 100px;
}
}

@media screen and (max-width: 576px) {.webtest_drive {
    padding: 40px 0;
}.webtest_drive h3 {
    font-size: calc(31px * 0.7);
    margin-bottom: 20px;
}.webtest_drive .webmsg_info {
    padding: 12px 25px;
    font-size: calc(15px * 0.9);
}.webtest_drive h3::after {
    bottom: -10px;
    width: 60px;
    height: 3px;
}}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.05;
    }
    50% {
        transform: scale(1.05);
        opacity: 0.1;
    }
    100% {
        transform: scale(1);
        opacity: 0.05;
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}.webconnect_form {
    overflow: hidden;
    position: relative;
    padding: 90px 0;
    background: linear-gradient(120deg, rgb(230,230,227) 0%, #1a1e2e 100%);
}.webconnect_form::before {
    background: 
        radial-gradient(circle at 20% 50%, rgba(0, 0, 0, 0.4) 0%, transparent 40%),
        linear-gradient(0deg, transparent 80%, rgba(rgb(190,191,179), 0.05) 100%);
    height: 100%;
    top: 0;
    width: 100%;
    z-index: 0;
    content: "";
    left: 0;
    position: absolute;
}.webconnect_form::after {
    position: absolute;
    left: 0;
    z-index: 1;
    width: 100%;
    background: 
        repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.03) 0px, rgba(255, 255, 255, 0.03) 1px, transparent 1px, transparent 20px);
    height: 100px;
    bottom: 0;
    content: "";
}.webconnect_form .container {
    z-index: 2;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
}.webconnect_form h2 {
    text-transform: uppercase;
    position: relative;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    font-size: 38px;
    margin-bottom: 70px;
    letter-spacing: 2px;
}.webconnect_form h2::before {
    width: 30px;
    left: calc(50% - 50px);
    background: rgb(190,191,179);
    bottom: -20px;
    height: 2px;
    content: "";
    position: absolute;
}.webconnect_form h2::after {
    bottom: -20px;
    left: calc(50% - 10px);
    position: absolute;
    content: "";
    width: 70px;
    height: 2px;
    background: rgb(190,191,179);
}.webconnect_form .webhelp_form {
    border-radius: 21px;
    overflow: hidden;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
    display: grid;
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.05);
    grid-template-columns: 6fr 4fr;
    backdrop-filter: blur(10px);
}.webconnect_form .webcapture {
    position: relative;
    min-height: 100%;
}.webconnect_form .webcapture::before {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    content: "";
    width: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));
}.webconnect_form .webcapture::after {
    content: "";
    left: 0;
    height: 100%;
    z-index: 2;
    top: 0;
    position: absolute;
    animation: scanLines 5s linear infinite;
    background: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(rgb(190,191,179), 0.1) 10px, rgba(rgb(190,191,179), 0.1) 11px);
    width: 100%;
}@keyframes scanLines {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

.webconnect_form .webquery_block {
    padding: 50px;
    position: relative;
}.webconnect_form .webquery_block::before {
    width: 100%;
    left: 0;
    height: 100%;
    top: 0;
    z-index: -1;
    position: absolute;
    background: radial-gradient(circle at 50% 30%, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
    content: "";
}.webconnect_form #contact {
    display: flex;
    flex-direction: column;
    gap: 25px;
}.webconnect_form h3 {
    font-weight: 700;
    position: relative;
    margin-bottom: 30px;
    font-size: 22px;
    text-transform: uppercase;
    display: inline-block;
    color: #ffffff;
    letter-spacing: 1px;
}.webconnect_form h3::after {
    position: absolute;
    left: 0;
    background: rgb(190,191,179);
    width: 50px;
    content: "";
    bottom: -10px;
    height: 2px;
}.webconnect_form input[type="text"] {
    color: #ffffff;
    position: relative;
    transition: all 0.3s ease;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 16px 20px;
    width: 100%;
    background: rgba(0, 0, 0, 0.2);
    font-size: 13px;
}.webconnect_form input[type="text"]:focus {
    outline: none;
    background: rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 15px rgba(rgb(190,191,179), 0.2);
    border-color: rgb(190,191,179);
}.webconnect_form input[type="text"]::placeholder {
    color: rgba(255, 255, 255, 0.4);
}.webconnect_form .webquery_inquiry {
    gap: 12px;
    display: flex;
    align-items: flex-start;
    margin-top: 5px;
}.webconnect_form .webquery_inquiry input[type="checkbox"] {
    height: 24px;
    margin-top: 2px;
    cursor: pointer;
    width: 24px;
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 3px;
    position: relative;
    appearance: none;
}.webconnect_form .webquery_inquiry input[type="checkbox"]:checked {
    background: rgb(190,191,179);
    border-color: rgb(190,191,179);
}.webconnect_form .webquery_inquiry input[type="checkbox"]:checked::after {
    border-width: 0 2px 2px 0;
    width: 6px;
    border: solid #ffffff;
    content: "";
    left: 9px;
    height: 10px;
    top: 6px;
    transform: rotate(45deg);
    position: absolute;
}.webconnect_form .webquery_inquiry label {
    color: rgba(255, 255, 255, 0.7);
    font-size: calc(13px - 2px);
    line-height: 1.5;
}.webconnect_form .webquery_inquiry a {
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease;
    color: rgb(190,191,179);
}.webconnect_form .webquery_inquiry a:hover {
    color: #ffffff;
}.webconnect_form .webquery_inquiry a::after {
    content: "";
    transition: all 0.3s ease;
    left: 0;
    background: rgb(190,191,179);
    position: absolute;
    height: 1px;
    width: 100%;
    bottom: -2px;
}.webconnect_form .webquery_inquiry a:hover::after {
    background: #ffffff;
}.webconnect_form .webinquiry_card {
    margin-top: 10px;
    border-radius: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    align-self: flex-start;
    background: rgb(190,191,179);
    color: #ffffff;
    padding: 16px 35px;
    font-weight: 600;
    transition: all 0.3s ease;
    font-size: 16px;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    border: none;
    position: relative;
}.webconnect_form .webinquiry_card::before {
    content: "";
    top: 0;
    height: 100%;
    transition: all 0.5s ease;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    width: 100%;
    left: -100%;
}.webconnect_form .webinquiry_card:hover {
    background: rgb(157,168,129);
    transform: translateY(-3px);
}.webconnect_form .webinquiry_card:hover::before {
    left: 100%;
}.webconnect_form svg {
    height: 22px;
    fill: rgb(190,191,179);
    transition: all 0.3s ease;
    filter: drop-shadow(0 0 5px rgba(rgb(190,191,179), 0.5));
    width: 22px;
}.webconnect_form svg path {
    transition: all 0.3s ease;
    fill: rgb(190,191,179);
}.webconnect_form svg:hover {
    fill: #ffffff;
    transform: scale(1.1);
}.webconnect_form svg:hover path {
    fill: #ffffff;
}

@media (max-width: 992px) {.webconnect_form {
    padding: 70px 0;
}.webconnect_form .webhelp_form {
    grid-template-columns: 1fr;
}.webconnect_form .webcapture {
    min-height: 300px;
}.webconnect_form .webquery_block {
    padding: 40px 30px 50px;
}
}

@media (max-width: 768px) {.webconnect_form {
    padding: 50px 0;
}.webconnect_form h2 {
    font-size: calc(38px - 4px);
    margin-bottom: 50px;
}.webconnect_form .webcapture {
    min-height: 250px;
}
}

@media (max-width: 576px) {.webconnect_form {
    padding: 40px 0;
}.webconnect_form .container {
    padding: 0 15px;
}.webconnect_form h2 {
    font-size: calc(38px - 6px);
    margin-bottom: 40px;
}.webconnect_form h2::before {
    width: 20px;
    left: calc(50% - 35px);
}.webconnect_form h2::after {
    width: 50px;
}.webconnect_form .webquery_block {
    padding: 30px 20px 40px;
}.webconnect_form #contact {
    gap: 20px;
}.webconnect_form .webinquiry_card {
    width: 100%;
}.webconnect_form .webcapture {
    min-height: 200px;
}}.webstatistical_summary {
    padding: 5rem 1rem;
    overflow: hidden;
    font-family: Arial, sans-serif;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    position: relative;
    background: linear-gradient(145deg, rgb(230,230,227), rgb(157,168,129,0.5));
}.webstatistical_summary::before,
.webstatistical_summary::after {
    background: linear-gradient(
        135deg,
        rgb(190,191,179,0.5) 0%,
        rgb(190,191,179) 100%
    );
    width: 30vw;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    height: 30vw;
    filter: blur(15px);
    content: '';
    z-index: 0;
    position: absolute;
    opacity: 0.07;
    animation: floatAnimation 20s infinite alternate ease-in-out;
}.webstatistical_summary::before {
    top: -10%;
    right: -10%;
}.webstatistical_summary::after {
    animation-delay: 5s;
    left: -10%;
    bottom: -10%;
}.webstatistical_summary h3 {
    position: relative;
    font-weight: 700;
    letter-spacing: 0.03em;
    font-size: calc(32px * 0.85);
    text-align: center;
    z-index: 1;
    color: #000000;
    margin-bottom: 2.5rem;
    transform: translateZ(0);
}.webstatistical_summary h3::after {
    content: '';
    bottom: -15px;
    background: linear-gradient(90deg, rgb(190,191,179), rgb(157,168,129));
    border-radius: 10px;
    position: absolute;
    left: 50%;
    height: 4px;
    width: 60px;
    transform: translateX(-50%);
}.webstatistical_summary .container {
    position: relative;
    max-width: 1200px;
    perspective: 1000px;
    margin: 0 auto;
    z-index: 1;
}.webstatistical_summary ul {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    padding: 0;
    list-style: none;
    display: grid;
    margin: 0;
    gap: 1.75rem;
}.webstatistical_summary .webgrowth_track {
    background: linear-gradient(
        145deg,
        rgba(255, 255, 255, 0.85),
        rgba(255, 255, 255, 0.5)
    );
    justify-content: space-between;
    transform: translateZ(0);
    backdrop-filter: blur(10px);
    flex-direction: column;
    box-shadow: 
        8px 8px 16px rgba(0, 0, 0, 0.05),
        -8px -8px 16px rgba(255, 255, 255, 0.8),
        inset 1px 1px 1px rgba(255, 255, 255, 0.6);
    min-height: 180px;
    position: relative;
    display: flex;
    overflow: hidden;
    border-radius: 16px;
    align-items: center;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    padding: 2rem 1.5rem;
}.webstatistical_summary .webgrowth_track::before {
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity 0.5s ease;
    background: linear-gradient(
        145deg,
        transparent,
        rgba(rgb(157,168,129), 0.05)
    );
    content: '';
    opacity: 0;
    top: 0;
    position: absolute;
}.webstatistical_summary .webgrowth_track:hover {
    box-shadow: 
        10px 10px 20px rgba(0, 0, 0, 0.08),
        -8px -8px 16px rgba(255, 255, 255, 0.8),
        inset 1px 1px 1px rgba(255, 255, 255, 0.6);
    transform: translateY(-8px) translateZ(0);
}.webstatistical_summary .webgrowth_track:hover::before {
    opacity: 1;
}.webstatistical_summary .webgrowth_track span {
    transition: transform 0.3s ease, color 0.3s ease;
    line-height: 1.4;
    margin-bottom: 1rem;
    letter-spacing: 0.02em;
    text-align: center;
    font-weight: 600;
    font-size: calc(18px * 1.05);
    color: #000000;
    display: block;
    position: relative;
}.webstatistical_summary .webgrowth_track p {
    margin: 0;
    position: relative;
    font-size: calc(32px * 1.2);
    font-weight: 700;
    color: rgb(190,191,179);
    transition: transform 0.3s ease, color 0.3s ease;
}.webstatistical_summary .webgrowth_track p::after {
    background: linear-gradient(90deg, rgb(190,191,179), transparent);
    transform: translateX(-50%) scaleX(0);
    position: absolute;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    left: 50%;
    transform-origin: center;
    content: '';
    height: 2px;
    bottom: -10px;
    width: 40px;
}.webstatistical_summary .webgrowth_track:hover p::after {
    transform: translateX(-50%) scaleX(1);
}.webstatistical_summary .webgrowth_track:hover span {
    transform: translateY(-5px);
}.webstatistical_summary .webgrowth_track:hover p {
    transform: scale(1.1);
    color: rgb(157,168,129);
}

@keyframes floatAnimation {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }
    25% {
        transform: translate(5%, 5%) rotate(5deg);
    }
    50% {
        transform: translate(0%, 10%) rotate(0deg);
    }
    75% {
        transform: translate(-5%, 5%) rotate(-5deg);
    }
    100% {
        transform: translate(0, 0) rotate(0deg);
    }
}

@media (max-width: 992px) {.webstatistical_summary {
    padding: 4rem 1rem;
}.webstatistical_summary ul {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 1.5rem;
}.webstatistical_summary .webgrowth_track {
    min-height: 160px;
    padding: 1.75rem 1.25rem;
}.webstatistical_summary h3 {
    font-size: calc(32px * 0.8);
}
}

@media (max-width: 768px) {.webstatistical_summary {
    padding: 3.5rem 1rem;
}.webstatistical_summary ul {
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 1.25rem;
}.webstatistical_summary .webgrowth_track {
    padding: 1.5rem 1rem;
    min-height: 150px;
}.webstatistical_summary .webgrowth_track span {
    font-size: 18px;
}.webstatistical_summary .webgrowth_track p {
    font-size: calc(32px * 1.1);
}
}

@media (max-width: 576px) {.webstatistical_summary {
    padding: 3rem 0.75rem;
}.webstatistical_summary ul {
    grid-template-columns: 1fr;
    margin: 0 auto;
    max-width: 320px;
}.webstatistical_summary h3 {
    font-size: calc(32px * 0.75);
    margin-bottom: 2rem;
}.webstatistical_summary .webgrowth_track {
    min-height: auto;
    padding: 1.5rem 1rem;
}.webstatistical_summary .webgrowth_track span {
    margin-bottom: 0.75rem;
}.webstatistical_summary .webgrowth_track p {
    font-size: calc(32px);
}.webstatistical_summary h3::after {
    bottom: -10px;
    width: 50px;
    height: 3px;
}}.webcustomer_support {
    padding: 80px 0;
    background: rgb(230,230,227);
    overflow: hidden;
    isolation: isolate;
    position: relative;
}.webcustomer_support::before {
    left: 0;
    height: 100%;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(190,191,179,0.5) 0%, transparent 20%),
        radial-gradient(circle at 80% 70%, rgb(157,168,129,0.5) 0%, transparent 20%);
    z-index: -2;
    opacity: 0.4;
    content: "";
    top: 0;
    width: 100%;
    position: absolute;
}.webcustomer_support::after {
    background: linear-gradient(135deg, rgb(190,191,179,0.5) 0%, transparent 100%);
    top: 0;
    width: 100%;
    content: "";
    opacity: 0.1;
    height: 100%;
    z-index: -1;
    left: 0;
    position: absolute;
}.webcustomer_support .container {
    position: relative;
}.webcustomer_support .webfeedback_form {
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 
                inset 0 1px 1px #ffffff,
                0 0 30px rgb(190,191,179,0.5);
    position: relative;
    border: 1px solid #ffffff;
    padding: 50px;
    background: rgba(0, 0, 0, 0.5);
    transition: all 0.4s ease;
}.webcustomer_support .webfeedback_form::before {
    top: -100px;
    width: 200px;
    background: rgb(190,191,179,0.5);
    height: 200px;
    filter: blur(60px);
    opacity: 0.3;
    position: absolute;
    border-radius: 50%;
    right: -100px;
    animation: pulse 8s infinite alternate;
    content: "";
}.webcustomer_support .webfeedback_form::after {
    left: -75px;
    animation: pulse 6s infinite alternate-reverse;
    opacity: 0.2;
    width: 150px;
    position: absolute;
    filter: blur(50px);
    height: 150px;
    background: rgb(157,168,129,0.5);
    border-radius: 50%;
    content: "";
    bottom: -75px;
}.webcustomer_support .webfeedback_form h2 {
    display: inline-block;
    text-shadow: 0 2px 4px #000000;
    font-weight: 700;
    font-size: 31px;
    margin-bottom: 20px;
    color: #ffffff;
    position: relative;
}.webcustomer_support .webfeedback_form h2::after {
    border-radius: 10px;
    bottom: -10px;
    width: 40%;
    height: 3px;
    left: 0;
    background: linear-gradient(90deg, rgb(190,191,179), transparent);
    position: absolute;
    content: "";
}.webcustomer_support .webfeedback_form p {
    font-weight: 400;
    text-shadow: 0 1px 2px #000000;
    position: relative;
    color: #ffffff;
    margin-bottom: 25px;
    line-height: 1.6;
    font-size: 17px;
    max-width: 90%;
}.webcustomer_support .webfeedback_form p:last-of-type {
    display: flex;
    padding: 12px 18px;
    border-left: 3px solid rgb(190,191,179);
    background: rgba(0, 0, 0, 0.5);
    margin-top: 30px;
    font-size: 17px;
    align-items: center;
    border-radius: 10px;
    color: #ffffff;
}.webcustomer_support .webedu_chat {
    display: flex;
    gap: 30px;
    margin-top: 40px;
    justify-content: center;
}.webcustomer_support .webmsg_info {
    z-index: 1;
    align-items: center;
    transition: all 0.3s ease;
    border-radius: 50%;
    overflow: hidden;
    height: 70px;
    position: relative;
    width: 70px;
    border: 1px solid #ffffff;
    justify-content: center;
    text-decoration: none;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
}.webcustomer_support .webmsg_info::before {
    content: "";
    transition: opacity 0.3s ease;
    top: 0;
    width: 100%;
    background: linear-gradient(45deg, rgb(190,191,179), rgb(157,168,129));
    height: 100%;
    position: absolute;
    left: 0;
    opacity: 0;
    z-index: -1;
}.webcustomer_support .webmsg_info:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    border-color: #ffffff;
}.webcustomer_support .webmsg_info:hover::before {
    opacity: 0.8;
}.webcustomer_support .webmsg_info svg {
    transition: transform 0.3s ease;
    width: 28px;
    height: 28px;
}.webcustomer_support .webmsg_info svg path {
    fill: rgb(190,191,179);
    transition: fill 0.3s ease;
}.webcustomer_support .webmsg_info:hover svg {
    transform: scale(1.2);
}.webcustomer_support .webmsg_info:hover svg path {
    fill: #ffffff;
}.webcustomer_support .webfeedback_form p:last-of-type svg {
    margin-right: 10px;
    width: 20px;
    height: 20px;
}.webcustomer_support .webfeedback_form p:last-of-type svg path {
    fill: rgb(190,191,179);
}@keyframes pulse {
    0% {
        opacity: 0.2;
        transform: scale(1);
    }
    50% {
        opacity: 0.3;
        transform: scale(1.2);
    }
    100% {
        opacity: 0.2;
        transform: scale(1);
    }
}

@keyframes floatIn {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.webcustomer_support .webfeedback_form > * {
    opacity: 0;
    animation: floatIn 0.5s ease forwards;
}.webcustomer_support .webfeedback_form h2 {
    animation-delay: 0.1s;
}.webcustomer_support .webfeedback_form > p:first-of-type {
    animation-delay: 0.2s;
}.webcustomer_support .webfeedback_form > p:last-of-type {
    animation-delay: 0.3s;
}.webcustomer_support .webedu_chat {
    animation-delay: 0.4s;
}.webcustomer_support .webmsg_info:nth-child(1) {
    animation-delay: 0.5s;
}.webcustomer_support .webmsg_info:nth-child(2) {
    animation-delay: 0.6s;
}.webcustomer_support .webmsg_info:nth-child(3) {
    animation-delay: 0.7s;
}.webcustomer_support .webmsg_info::after {
    opacity: 0;
    transform: translateX(-50%);
    content: attr(title);
    bottom: -30px;
    left: 50%;
    white-space: nowrap;
    color: #ffffff;
    text-shadow: 0 1px 2px #000000;
    transition: opacity 0.3s ease, bottom 0.3s ease;
    position: absolute;
    font-size: 16px;
}.webcustomer_support .webmsg_info:hover::after {
    bottom: -25px;
    opacity: 1;
}

@media (max-width: 992px) {.webcustomer_support {
    padding: 60px 0;
}.webcustomer_support .webfeedback_form {
    padding: 40px 30px;
}.webcustomer_support .webfeedback_form h2 {
    font-size: calc(31px - 4px);
}.webcustomer_support .webfeedback_form p {
    max-width: 100%;
}.webcustomer_support .webedu_chat {
    gap: 20px;
}.webcustomer_support .webmsg_info {
    width: 60px;
    height: 60px;
}.webcustomer_support .webmsg_info svg {
    width: 24px;
    height: 24px;
}
}

@media (max-width: 768px) {.webcustomer_support {
    padding: 50px 0;
}.webcustomer_support .webfeedback_form {
    padding: 30px 20px;
}.webcustomer_support .webfeedback_form h2 {
    font-size: calc(31px - 6px);
}.webcustomer_support .webedu_chat {
    gap: 15px;
}.webcustomer_support .webfeedback_form p:last-of-type {
    margin-top: 20px;
    padding: 10px 15px;
}
}

@media (max-width: 576px) {.webcustomer_support {
    padding: 40px 0;
}.webcustomer_support .webfeedback_form {
    padding: 25px 15px;
}.webcustomer_support .webfeedback_form h2 {
    font-size: calc(31px - 8px);
}.webcustomer_support .webfeedback_form h2::after {
    height: 2px;
    width: 30%;
}.webcustomer_support .webfeedback_form p {
    font-size: calc(17px - 1px);
}.webcustomer_support .webedu_chat {
    flex-wrap: wrap;
    justify-content: space-around;
}.webcustomer_support .webmsg_info {
    height: 50px;
    margin-bottom: 30px;
    width: 50px;
}.webcustomer_support .webmsg_info svg {
    width: 20px;
    height: 20px;
}
}

@media (prefers-reduced-motion) {.webcustomer_support .webfeedback_form::before,
    .webcustomer_support .webfeedback_form::after,
    .webcustomer_support .webfeedback_form > *,
    .webcustomer_support .webmsg_info svg {
    animation: none;
}}.webleadership_experience {
    background: linear-gradient(135deg, rgb(230,230,227) 0%, rgb(190,191,179,0.5) 70%, rgb(157,168,129,0.5) 100%);
    position: relative;
    padding: 6rem 0;
    overflow: hidden;
}.webleadership_experience::before {
    position: absolute;
    z-index: 0;
    width: 100%;
    background-size: 120px 120px;
    opacity: 0.3;
    height: 100%;
    left: 0;
    content: "";
    top: 0;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(190,191,179,0.5) 2px, transparent 2px),
        radial-gradient(circle at 40% 70%, rgb(190,191,179,0.5) 2px, transparent 2px),
        radial-gradient(circle at 70% 10%, rgb(190,191,179,0.5) 2px, transparent 2px),
        radial-gradient(circle at 90% 50%, rgb(190,191,179,0.5) 2px, transparent 2px);
}.webleadership_experience::after {
    z-index: 0;
    opacity: 0.2;
    position: absolute;
    top: -50%;
    content: "";
    background: radial-gradient(ellipse at center, rgb(157,168,129,0.5) 0%, transparent 70%);
    border-radius: 50%;
    height: 90%;
    transform: rotate(-15deg);
    right: -50%;
    width: 90%;
}.webleadership_experience .container {
    position: relative;
    max-width: 1200px;
    z-index: 1;
    margin: 0 auto;
    padding: 0 1.5rem;
}.webleadership_experience .webstudent_voices {
    background: linear-gradient(145deg, rgba(255,255,255,0.95), rgba(255,255,255,0.85));
    backdrop-filter: blur(10px);
    border-left: 4px solid rgb(190,191,179);
    transform: perspective(1200px) rotateX(2deg);
    padding: 2.5rem;
    gap: 2rem;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1), 
                0 3px 10px rgba(0,0,0,0.05),
                0 1px 0 rgba(255,255,255,0.8) inset;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%);
    position: relative;
    grid-template-columns: 1fr;
    display: grid;
}.webleadership_experience .webstudent_voices:hover {
    box-shadow: 0 18px 40px rgba(0,0,0,0.15), 
                0 5px 12px rgba(0,0,0,0.08),
                0 1px 0 rgba(255,255,255,0.8) inset;
    transform: perspective(1200px) rotateX(0);
}.webleadership_experience .webstudent_voices > div:first-child {
    justify-content: center;
    display: flex;
}.webleadership_experience .webcapture {
    height: 150px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1),
                0 0 0 8px rgba(255,255,255,0.8),
                0 0 0 12px rgb(190,191,179,0.5);
    position: relative;
    width: 150px;
    z-index: 2;
    border-radius: 50%;
    transition: all 0.4s ease-out;
}.webleadership_experience .webstudent_voices:hover .webcapture {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15),
                0 0 0 8px rgba(255,255,255,0.9),
                0 0 0 12px rgb(190,191,179);
}.webleadership_experience .webstudent_voices > div:nth-child(2) {
    position: relative;
    text-align: center;
}.webleadership_experience .name {
    display: inline-block;
    font-weight: 700;
    position: relative;
    font-size: 19px;
    margin-bottom: 0.5rem;
    color: #000000;
    padding-bottom: 0.5rem;
    transform: translateZ(0);
}.webleadership_experience .name::after {
    content: "";
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 40%;
    transition: width 0.3s ease;
    background: linear-gradient(90deg, transparent, rgb(190,191,179), transparent);
    position: absolute;
    height: 2px;
}.webleadership_experience .webstudent_voices:hover .name::after {
    width: 70%;
}.webleadership_experience .webstudent_voices > div:nth-child(2) > div {
    padding: 0.5rem 1.5rem;
    position: relative;
    font-style: italic;
    font-weight: 600;
    display: inline-block;
    font-size: calc(16px - 0.1rem);
    background: linear-gradient(to right, rgba(rgb(190,191,179,0.5), 0.1), rgba(rgb(190,191,179,0.5), 0), rgba(rgb(190,191,179,0.5), 0.1));
    color: rgb(157,168,129);
}.webleadership_experience .webemp_tasks {
    border-radius: 10px;
    padding: 1.5rem;
    line-height: 1.7;
    font-size: 16px;
    position: relative;
    font-family: Arial, sans-serif;
    box-shadow: 0 3px 8px rgba(0,0,0,0.05);
    background-color: rgba(255,255,255,0.5);
    color: #000000;
}.webleadership_experience .webemp_tasks::before,
.webleadership_experience .webemp_tasks::after {
    content: "";
    font-family: serif;
    font-size: 3.5rem;
    position: absolute;
    color: rgb(190,191,179,0.5);
    line-height: 1;
}.webleadership_experience .webemp_tasks::before {
    top: -0.5rem;
    left: 0;
}.webleadership_experience .webemp_tasks::after {
    right: 0;
    bottom: -1.5rem;
    content: "";
}

@media (min-width: 768px) {.webleadership_experience .webstudent_voices {
    grid-template-rows: auto 1fr;
    grid-template-columns: 180px 1fr;
    gap: 1.5rem 2.5rem;
}.webleadership_experience .webstudent_voices > div:first-child {
    align-self: center;
    grid-row: 1 / 3;
}.webleadership_experience .webstudent_voices > div:nth-child(2) {
    align-self: end;
    text-align: left;
}.webleadership_experience .name::after {
    transform: none;
    left: 0;
}.webleadership_experience .webstudent_voices > div:nth-child(2) > div {
    padding-left: 0;
    background: linear-gradient(to right, rgba(rgb(190,191,179,0.5), 0.1), rgba(rgb(190,191,179,0.5), 0));
}.webleadership_experience .webstudent_voices > div:nth-child(3) {
    grid-column: 2;
}
}

@media (min-width: 992px) {.webleadership_experience {
    padding: 8rem 0;
}.webleadership_experience .webstudent_voices {
    margin: 0 auto;
    max-width: 90%;
    transform: perspective(1500px) rotateX(2deg) rotateY(-1deg);
}.webleadership_experience .webstudent_voices:hover {
    transform: perspective(1500px) rotateX(0) rotateY(0);
}.webleadership_experience .webcapture {
    height: 180px;
    width: 180px;
}.webleadership_experience .webemp_tasks {
    line-height: 1.8;
    padding: 2rem;
    font-size: calc(16px + 0.1rem);
}
}

@media (min-width: 1200px) {.webleadership_experience .webstudent_voices {
    gap: 2rem 3rem;
    max-width: 80%;
    grid-template-columns: 220px 1fr;
}.webleadership_experience .webcapture {
    height: 200px;
    width: 200px;
}.webleadership_experience .name {
    font-size: calc(19px + 0.2rem);
}.webleadership_experience .webstudent_voices > div:nth-child(2) > div {
    font-size: 16px;
}
}

@media (max-width: 767px) {.webleadership_experience {
    padding: 4rem 0;
}.webleadership_experience .webstudent_voices {
    padding: 2rem 1.5rem;
}.webleadership_experience .webemp_tasks {
    padding: 1rem 0.5rem;
}.webleadership_experience .webemp_tasks::before,
    .webleadership_experience .webemp_tasks::after {
    font-size: 2.5rem;
}}.webcourse_summary {
    padding: 8rem 2rem;
    overflow: hidden;
    background: linear-gradient(45deg, rgb(157,168,129,0.5) 0%, rgb(230,230,227) 50%, rgb(190,191,179,0.5) 100%);
    position: relative;
}.webcourse_summary::before {
    content: "";
    z-index: 1;
    animation: rotate 60s linear infinite;
    width: 200%;
    background: 
        radial-gradient(ellipse at center, transparent 0%, transparent 65%, rgb(157,168,129,0.5) 100%);
    left: -50%;
    height: 200%;
    top: -50%;
    position: absolute;
}.webcourse_summary::after {
    content: "";
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    position: absolute;
    background: linear-gradient(
        rgb(157,168,129,0.5),
        transparent 20%,
        transparent 80%,
        rgb(190,191,179,0.5)
    );
    z-index: 2;
}.webcourse_summary .container {
    max-width: 1400px;
    z-index: 3;
    position: relative;
    margin: 0 auto;
}.webcourse_summary .webskill_work {
    margin-bottom: 2rem;
    flex-direction: column;
    display: flex;
    position: relative;
}.webcourse_summary .webtext_area_wrap {
    margin-right: auto;
    text-align: center;
    margin-bottom: 4rem;
    margin-left: auto;
    max-width: 800px;
}.webcourse_summary h2 {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 3rem;
    color: #000000;
    position: relative;
    font-size: 41px;
    letter-spacing: 2px;
}.webcourse_summary h2::before,
.webcourse_summary h2::after {
    left: -25%;
    height: 3px;
    position: absolute;
    width: 150%;
    background: linear-gradient(to right, transparent, rgb(190,191,179), transparent);
    content: "";
}.webcourse_summary h2::before {
    top: -15px;
}.webcourse_summary h2::after {
    bottom: -15px;
}.webcourse_summary .description {
    transform: translateY(30px);
    font-size: calc(13px * 1.1);
    animation-delay: 0.2s;
    animation: slideUp 0.8s forwards;
    margin-bottom: 1.5rem;
    position: relative;
    opacity: 0;
    color: #000000;
    line-height: 1.8;
}.webcourse_summary .description:nth-of-type(2) {
    animation-delay: 0.5s;
}.webcourse_summary .webcapture {
    margin-top: 2rem;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: 100%;
    position: relative;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    border-radius: 10px;
    transform: scale(0.95);
    height: 500px;
}.webcourse_summary .webcapture::before {
    transition: opacity 0.5s ease;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    opacity: 0.7;
    background: linear-gradient(
        to bottom,
        rgb(190,191,179,0.5) 0%,
        transparent 40%,
        transparent 60%,
        rgb(157,168,129,0.5) 100%
    );
    top: 0;
    left: 0;
    content: "";
}.webcourse_summary .webcapture:hover {
    transform: scale(1);
}.webcourse_summary .webcapture:hover::before {
    opacity: 0.4;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes slideUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media screen and (max-width: 992px) {.webcourse_summary {
    padding: 5rem 1.5rem;
}.webcourse_summary .webtext_area_wrap {
    margin-bottom: 3rem;
}.webcourse_summary h2 {
    font-size: calc(41px * 0.85);
}.webcourse_summary .webcapture {
    height: 400px;
}
}

@media screen and (max-width: 768px) {.webcourse_summary {
    padding: 4rem 1rem;
}.webcourse_summary .webtext_area_wrap {
    margin-bottom: 2rem;
}.webcourse_summary h2 {
    font-size: calc(41px * 0.7);
}.webcourse_summary h2::before,
    .webcourse_summary h2::after {
    left: -10%;
    width: 120%;
}.webcourse_summary .description {
    font-size: 13px;
}.webcourse_summary .webcapture {
    height: 300px;
}}.webour_story {
    color: #ffffff;
    position: relative;
    overflow: hidden;
    padding: 120px 0 100px;
}.webour_story::before {
    z-index: 1;
    right: 0;
    top: 0;
    position: absolute;
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.85) 0%,
        rgba(0, 0, 0, 0.75) 40%,
        rgba(0, 0, 0, 0.65) 100%);
    bottom: 0;
    content: '';
    left: 0;
}.webour_story::after {
    transform: rotate(-15deg) skewX(-15deg);
    height: 70%;
    top: -10%;
    position: absolute;
    right: -5%;
    opacity: 0.15;
    content: '';
    animation: float 15s ease-in-out infinite;
    width: 40%;
    z-index: 1;
    background: rgb(190,191,179);
}.webour_story .container {
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
    z-index: 2;
}.webour_story h2 {
    margin-bottom: 50px;
    transform: translateX(-20px);
    color: #ffffff;
    padding-bottom: 15px;
    opacity: 0;
    font-size: 34px;
    animation: slideInTitle 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    position: relative;
    font-weight: 700;
}.webour_story h2::after {
    background: rgb(190,191,179);
    position: absolute;
    content: '';
    height: 3px;
    transform-origin: left;
    bottom: 0;
    width: 80px;
    animation: expandLine 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 0.5s;
    transform: scaleX(0);
    left: 0;
}.webour_story .webtext_area_wrap {
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
    padding: 40px;
    animation: slideUpFade 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 0.3s;
    opacity: 0;
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(30px);
    position: relative;
    display: flex;
}.webour_story .webtext_area_wrap::before {
    height: 0;
    background: rgb(157,168,129);
    content: '';
    width: 3px;
    animation: expandHeight 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 0.8s;
    position: absolute;
    left: 0;
    top: 0;
}.webour_story .webtext_area_wrap > div {
    width: 100%;
}.webour_story .webtext_area_wrap p {
    font-weight: 600;
    animation: slideInRight 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 0.6s;
    font-size: calc(24px - 2px);
    opacity: 0;
    color: rgb(190,191,179);
    transform: translateX(-15px);
    margin-bottom: 20px;
}.webour_story .webtext_area_wrap div div {
    animation: fadeInText 1s ease forwards 0.9s;
    color: #ffffff;
    font-size: 14px;
    transform: translateY(20px);
    opacity: 0;
    column-count: 1;
    line-height: 1.8;
    font-family: Arial, sans-serif;
}

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

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

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

@keyframes expandHeight {
    to {
        height: 100%;
    }
}

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

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

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

@media screen and (min-width: 768px) {.webour_story {
    padding: 150px 0 130px;
}.webour_story h2 {
    font-size: calc(34px + 0.5rem);
    margin-bottom: 60px;
}.webour_story h2::after {
    width: 120px;
}.webour_story .webtext_area_wrap {
    clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%);
    padding: 60px;
    margin-right: 40px;
    margin-left: 40px;
}.webour_story .webtext_area_wrap::before {
    width: 5px;
}.webour_story .webtext_area_wrap div div {
    column-gap: 40px;
    column-count: 2;
}
}

@media screen and (min-width: 992px) {.webour_story {
    padding: 180px 0 160px;
}.webour_story::after {
    width: 35%;
    right: -2%;
    top: -15%;
    height: 80%;
}.webour_story h2 {
    margin-left: 60px;
}.webour_story .webtext_area_wrap {
    transition: transform 0.5s ease;
    padding: 70px;
    margin-right: 60px;
    transform: perspective(1000px) rotateY(-2deg);
    margin-left: 60px;
}.webour_story .webtext_area_wrap:hover {
    transform: perspective(1000px) rotateY(0deg);
}.webour_story .webtext_area_wrap div div {
    column-count: 2;
    column-gap: 50px;
}
}

@media screen and (min-width: 1200px) {.webour_story .webtext_area_wrap {
    max-width: 90%;
    margin: 0 auto;
}.webour_story .webtext_area_wrap::after {
    width: 200px;
    height: 5px;
    position: absolute;
    bottom: -15px;
    transform: scaleX(0);
    animation: expandWidth 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 1.2s;
    transform-origin: right;
    content: '';
    background: linear-gradient(90deg, transparent, rgb(190,191,179));
    right: 30px;
}
    
    @keyframes expandWidth {
        to {
            transform: scaleX(1);
        }
    }
}

@media (hover: hover) {.webour_story .webtext_area_wrap {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                   box-shadow 0.4s ease;
}.webour_story .webtext_area_wrap:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3), 
                    0 0 0 1px rgba(rgb(190,191,179,0.5), 0.1);
}
}

@media (prefers-reduced-motion: reduce) {.webour_story h2,
    .webour_story h2::after,
    .webour_story .webtext_area_wrap,
    .webour_story .webtext_area_wrap::before,
    .webour_story .webtext_area_wrap p,
    .webour_story .webtext_area_wrap div div,
    .webour_story::after {
    animation: none;
    opacity: 1;
    transform: none;
}.webour_story h2::after,
    .webour_story .webtext_area_wrap::before {
    width: 100%;
    height: 100%;
    transform: none;
}}header {
    background: rgb(230,230,227);
    padding: 1rem 0;
    width: 100%;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    z-index: 100;
    position: relative;
}header::before {
    position: absolute;
    height: 100%;
    content: '';
    width: 100%;
    left: 0;
    background: linear-gradient(to right, 
        rgb(190,191,179,0.5) 0%, 
        transparent 20%, 
        transparent 80%, 
        rgb(157,168,129,0.5) 100%);
    opacity: 0.4;
    top: 0;
    z-index: 0;
}header .container {
    z-index: 1;
    margin: 0;
    padding: 0 2%;
    position: relative;
    max-width: 100%;
    width: 100%;
}header .webheader_main {
    display: grid;
    gap: 1rem;
    grid-template-areas:
        "logo logo logo"
        "left menu right";
    grid-template-columns: 1fr 3fr 1fr;
    align-items: center;
}header .webnav_prime {
    grid-area: logo;
    display: flex;
    text-decoration: none;
    position: relative;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 1rem;
}header .webnav_prime::after {
    content: '';
    transform: translateX(-50%);
    background: linear-gradient(90deg, 
        transparent, 
        rgb(190,191,179), 
        rgb(157,168,129), 
        rgb(190,191,179), 
        transparent);
    bottom: 0;
    width: 50%;
    position: absolute;
    left: 50%;
    height: 2px;
}header .webnav_prime svg {
    transition: all 0.3s ease;
    height: auto;
    width: 160px;
}header .webnav_prime:hover svg {
    transform: translateY(-3px);
    filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.1));
}header .webhead_bar {
    border-radius: 28px;
    grid-area: menu;
    justify-content: center;
    gap: 0.5rem;
    align-items: center;
    padding: 0.6rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
    display: flex;
    background: rgba(255, 255, 255, 0.5);
}header .webnav_top {
    color: #000000;
    font-size: 16px;
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
    text-decoration: none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
    font-weight: 400;
    padding: 0.4rem 0.8rem;
    border-radius: 10px;
    font-family: Arial, sans-serif;
    background: #ffffff;
}header .webnav_top:hover {
    color: #ffffff;
    box-shadow: 0 3px 8px rgb(190,191,179,0.5);
    background: linear-gradient(135deg, rgb(190,191,179), rgb(157,168,129));
    transform: translateY(-2px);
}

@media (max-width: 991px) {header .webnav_prime svg {
    width: 140px;
}header .webhead_bar {
    padding: 0.5rem;
    gap: 0.4rem;
}header .webnav_top {
    font-size: calc(16px - 1px);
    padding: 0.35rem 0.6rem;
}
}

@media (max-width: 767px) {header .webheader_main {
    grid-template-columns: 1fr;
    grid-template-areas:
            "logo"
            "webhead_bar";
}header .webnav_prime {
    padding: 0.4rem;
}header .webnav_prime svg {
    width: 130px;
}header .webhead_bar {
    padding: 0.4rem;
    flex-wrap: wrap;
}header .webnav_top {
    font-size: calc(16px - 1px);
    padding: 0.3rem 0.5rem;
}
}

@media (max-width: 480px) {header {
    padding: 0.8rem 0;
}header .webnav_prime svg {
    width: 120px;
}header .webhead_bar {
    overflow-x: auto;
    flex-wrap: nowrap;
    padding: 0.4rem;
    justify-content: flex-start;
}header .webhead_bar::-webkit-scrollbar {
    height: 2px;
}header .webhead_bar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(190,191,179);
}header .webnav_top {
    white-space: nowrap;
    flex-shrink: 0;
}}footer {
    position: relative;
}footer::before {
    left: 0;
    right: 0;
    background: linear-gradient(90deg, #000000 0%, rgb(190,191,179) 150%);
    position: absolute;
    opacity: 0.92;
    content: '';
    top: 0;
    z-index: 1;
    bottom: 0;
}.webdata_viz {
    z-index: 2;
    font-family: Arial, sans-serif;
    padding: 70px 0;
    position: relative;
    color: #ffffff;
}.webdata_viz .container {
    flex-wrap: wrap;
    gap: 40px;
    display: flex;
}.webdata_viz .company_holder {
    transition: all 0.3s ease;
    padding: 30px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    border-radius: 12px 0 12px 0;
    background: rgba(0, 0, 0, 0.3);
    position: relative;
}.webdata_viz .company_holder:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
}.webdata_viz .company_holder::before {
    position: absolute;
    content: '';
    height: 5px;
    background: rgb(190,191,179);
    top: 0;
    width: 100%;
    left: 0;
}.webdata_viz .company_holder h3 {
    position: relative;
    font-weight: 700;
    margin-bottom: 25px;
    font-size: 35px;
    color: #ffffff;
    display: inline-block;
}.webdata_viz .company_holder h3::after {
    width: 60px;
    height: 3px;
    bottom: -8px;
    content: '';
    left: 0;
    position: absolute;
    background: rgb(157,168,129);
}.webdata_viz .webfooter_classes {
    line-height: 1.6;
    color: #ffffff;
    font-size: 14px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}.webdata_viz .webcookie_ctrl {
    position: relative;
}.webdata_viz .webtop_core {
    gap: 30px;
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
}.webdata_viz .webhead_bar {
    position: relative;
    flex: 0 0 calc(50% - 15px);
}.webdata_viz .webhead_bar h5 {
    position: relative;
    margin-bottom: 20px;
    border-left: 3px solid rgb(190,191,179);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    font-size: 21px;
    padding-left: 15px;
    font-weight: 600;
}.webdata_viz .webhead_bar .webtop_core {
    flex-direction: column;
    gap: 12px;
    display: flex;
}.webdata_viz .webhead_bar .webtop_core a {
    z-index: 1;
    transition: all 0.3s ease;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    color: #ffffff;
    display: inline-block;
    position: relative;
    background: rgba(255, 255, 255, 0.05);
    overflow: hidden;
    font-size: 14px;
    text-decoration: none;
    padding: 8px 15px;
}.webdata_viz .webhead_bar .webtop_core a::before {
    content: '';
    left: 0;
    transition: width 0.3s ease;
    background: rgb(190,191,179,0.5);
    height: 100%;
    top: 0;
    width: 0;
    z-index: -1;
    position: absolute;
}.webdata_viz .webhead_bar .webtop_core a:hover {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    color: #ffffff;
    transform: translateX(5px);
}.webdata_viz .webhead_bar .webtop_core a:hover::before {
    width: 100%;
}.webequity_pledge {
    background: rgba(0, 0, 0, 0.4);
    z-index: 2;
    padding: 20px 0;
    margin-top: 50px;
    position: relative;
}.webequity_pledge .container {
    justify-content: center;
    display: flex;
    align-items: center;
}.webequity_pledge .webmusic_edu {
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    letter-spacing: 0.5px;
}@keyframes gradientAnimation {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

footer::after {
    background: 
        linear-gradient(0deg, transparent 49%, rgba(255, 255, 255, 0.03) 50%, transparent 51%),
        linear-gradient(90deg, transparent 49%, rgba(255, 255, 255, 0.03) 50%, transparent 51%);
    bottom: 0;
    right: 0;
    z-index: 1;
    left: 0;
    content: '';
    background-size: 40px 40px;
    top: 0;
    position: absolute;
}

@media (max-width: 992px) {.webdata_viz .container {
    flex-direction: column;
}
}

@media (max-width: 768px) {.webdata_viz {
    padding: 50px 0;
}.webdata_viz .webhead_bar {
    flex: 0 0 100%;
}
}

@media (max-width: 576px) {.webdata_viz {
    padding: 40px 0;
}.webdata_viz .company_holder h3 {
    font-size: calc(35px * 0.8);
}.webdata_viz .webhead_bar h5 {
    font-size: calc(21px * 0.9);
}.webdata_viz .webhead_bar .webtop_core a,
    .webdata_viz .footer_agreement {
    font-size: calc(14px * 0.95);
}}

.webequity_pledge::before {
    width: 100%;
    left: 0;
    content: '';
    height: 1px;
    position: absolute;
    top: 0;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    opacity: 0.2;
}