* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}a {
    color: inherit;
    text-decoration: none;
}.wrapper-holder-local {
    flex-direction: column;
    height: 100%;
    display: flex;
    min-height: 100%;
}html,body {
    color: #000000;
    min-height: 100%;
    font-family: Arial, sans-serif;
    height: 100%;
}.assign-help-local {
    flex: 0 0 auto;
}.head-pagebar-local {
    flex: 1 0 auto;
}header,footer {
    width: 100%;
}svg {
    height: 30px;
    width: 30px;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1155px;
}

@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
footer {
    position: relative;
    width: 100%;
}footer .assign-help-local {
    padding: 120px 0 30px;
    font-family: Arial, sans-serif;
    color: #ffffff;
    position: relative;
    background: linear-gradient(135deg, rgb(216,197,164), rgb(193,164,118));
}footer .assign-help-local::before {
    height: 100px;
    content: "";
    left: 0;
    width: 100%;
    position: absolute;
    top: 0;
    background: #ffffff;
    opacity: 0.25;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%);
    transform: rotateX(180deg);
}footer .assign-help-local::after {
    bottom: 0;
    background: #ffffff;
    height: 50px;
    opacity: 0.15;
    clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
    left: 0;
    content: "";
    width: 100%;
    position: absolute;
}footer .pledge-block-local {
    z-index: 1;
    position: relative;
}footer .get-contactinfo-local {
    gap: 20px;
    justify-content: center;
    margin-bottom: 60px;
    display: flex;
    flex-wrap: wrap;
}footer .info_item {
    overflow: hidden;
    border-radius: 40px;
    transition: all 0.3s ease;
    padding: 0 25px;
    align-items: center;
    flex: 1 1 200px;
    min-height: 80px;
    height: auto;
    display: flex;
    backdrop-filter: blur(5px);
    position: relative;
    max-width: 300px;
    background-color: rgba(0, 0, 0, 0.5);
}footer .info_item::before {
    position: absolute;
    background: #ffffff;
    left: -100%;
    content: "";
    opacity: 0.1;
    z-index: -1;
    width: 100%;
    animation: waveAnimation 15s linear infinite;
    height: 100%;
}@keyframes waveAnimation {
    0% {
        left: -100%;
    }
    100% {
        left: 100%;
    }
}

footer .info_item:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    background-color: rgb(193,164,118,0.5);
    transform: translateY(-5px);
}footer .info_item svg {
    width: 20px;
    height: 20px;
    fill: #ffffff;
    flex-shrink: 0;
    margin-right: 15px;
}footer .info_item p,
footer .info_item a {
    transition: all 0.3s ease;
    text-decoration: none;
    color: #ffffff;
    font-size: 12px;
}footer .info_item a:hover {
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}footer .text_main_holder {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    gap: 25px;
}footer .header-top-local {
    position: relative;
    margin-bottom: 30px;
    text-align: center;
    flex: 1 1 100%;
}footer .header-top-local svg {
    width: auto;
    height: 50px;
    filter: brightness(0) invert(1);
    margin: 0 auto 20px;
    display: block;
}footer .header-top-local .site-logo {
    width: auto;
    height: 50px;
    filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.2));
    margin: 0 auto 20px;
    display: block;
}footer .help-center-local {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    margin: 0 auto;
    max-width: 500px;
    text-align: center;
    line-height: 1.6;
}footer .top-mainwrap-local,footer .subscribe_holder {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 17px;
    overflow: hidden;
    padding: 30px;
    position: relative;
    flex: 1 1 300px;
    backdrop-filter: blur(5px);
}footer .top-mainwrap-local::before,footer .subscribe_holder::before {
    position: absolute;
    width: 300%;
    opacity: 0.1;
    left: -100%;
    z-index: -1;
    content: "";
    animation: waveAnimation 20s linear infinite;
    height: 100%;
    top: 0;
    background: #ffffff;
}footer .top-mainwrap-local h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
    color: #ffffff;
    font-weight: 600;
    position: relative;
    padding-bottom: 10px;
    display: inline-block;
    font-size: 24px;
}footer .top-mainwrap-local h5::after, footer .subscribe_holder h5::after {
    width: 100%;
    height: 2px;
    left: 0;
    bottom: 0;
    content: "";
    position: absolute;
    background: linear-gradient(90deg, #ffffff, transparent);
}footer .main-primary-local {
    flex-wrap: wrap;
    gap: 10px;
    display: flex;
    margin-bottom: 20px;
}footer .main-primary-local a {
    color: rgba(255, 255, 255, 0.8);
    overflow: hidden;
    text-align: center;
    position: relative;
    flex: 1 1 calc(50% - 10px);
    text-decoration: none;
    font-size: 12px;
    border-radius: 20px;
    transition: all 0.3s ease;
    padding: 8px 15px;
    background-color: rgb(216,197,164,0.5);
}footer .main-primary-local a::before {
    content: "";
    bottom: 0;
    width: 100%;
    height: 2px;
    left: -100%;
    position: absolute;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    transition: left 0.3s ease;
}footer .main-primary-local a:hover {
    transform: translateY(-3px);
    background-color: rgb(193,164,118,0.5);
}footer .main-primary-local a:hover::before {
    left: 0;
}footer .subscribe_holder p {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
    margin-bottom: 25px;
    font-size: 12px;
}footer .input_holder {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 15px;
}footer .input_holder input[type="email"] {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 15px 20px;
    color: #ffffff;
    border: none;
    transition: all 0.3s ease;
    border-radius: 25px;
    font-size: 12px;
}footer .input_holder input[type="email"]:focus {
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.2);
    background-color: rgb(216,197,164,0.5);
    outline: none;
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}footer .sub-settings-local {
    background-color: #ffffff;
    font-size: 19px;
    border: none;
    border-radius: 25px;
    padding: 15px 20px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    font-weight: 600;
    cursor: pointer;
    color: rgb(216,197,164);
}footer .sub-settings-local::after {
    position: absolute;
    content: "";
    height: 100%;
    left: -100%;
    transition: left 0.7s ease;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    top: 0;
    width: 100%;
}footer .sub-settings-local:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background-color: rgb(236,225,206);
    transform: translateY(-3px);
}footer .sub-settings-local:hover::after {
    left: 100%;
}footer .volunteer-local {
    position: relative;
    text-align: center;
    margin-top: 60px;
}footer .hackathon-local {
    padding: 0 30px;
    font-size: 14px;
    display: inline-block;
    position: relative;
    color: rgba(255, 255, 255, 0.7);
}footer .hackathon-local::before,
footer .hackathon-local::after {
    content: "";
    background-color: rgba(255, 255, 255, 0.3);
    position: absolute;
    height: 1px;
    top: 50%;
    width: 20px;
}footer .hackathon-local::before {
    left: 0;
}footer .hackathon-local::after {
    right: 0;
}

@media (min-width: 768px) {footer .header-top-local {
    flex: 1 1 100%;
}footer .top-mainwrap-local, footer .subscribe_holder {
    flex: 1 1 300px;
}footer .input_holder {
    flex-direction: row;
}footer .sub-settings-local {
    white-space: nowrap;
}
}

@media (max-width: 991px) {footer .assign-help-local {
    padding: 100px 0 30px;
}footer .text_main_holder {
    gap: 20px;
}
}

@media (max-width: 767px) {footer .assign-help-local {
    padding: 80px 0 30px;
}footer .assign-help-local::before {
    background-size: 100% 60px;
    height: 60px;
}footer .get-contactinfo-local {
    margin-bottom: 40px;
    gap: 12px;
}footer .info_item {
    height: auto;
    min-height: 0;
    padding: 10px 14px;
    border-radius: 14px;
    overflow: visible;
    flex: 1 1 100%;
    max-width: none;
    align-items: center;
    justify-content: center;
}footer .info_item p,
    footer .info_item a {
    font-size: 11px;
    line-height: 1.35;
    word-break: break-word;
    text-align: center;
}footer .top-mainwrap-local, footer .subscribe_holder {
    padding: 25px 20px;
}footer .volunteer-local {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .assign-help-local {
    padding: 60px 0 20px;
}footer .assign-help-local::before {
    height: 40px;
    background-size: 100% 40px;
}footer .top-mainwrap-local h5, footer .subscribe_holder h5 {
    font-size: calc(24px - 2px);
    margin-bottom: 15px;
}footer .main-primary-local a {
    flex: 1 1 100%;
}footer .input_holder input[type="email"],
    footer .sub-settings-local {
    padding: 12px 15px;
}}.study-process-local {
    position: relative;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgb(193,164,118,0.5) 100%);
    padding: 100px 0;
    overflow: hidden;
}.study-process-local::before {
    left: 0;
    height: 100%;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 15px,
        rgba(255, 255, 255, 0.03) 15px,
        rgba(255, 255, 255, 0.03) 30px
    );
    position: absolute;
    z-index: 1;
    content: '';
    top: 0;
    width: 100%;
}.study-process-local::after {
    content: '';
    right: -50%;
    transform: scale(2);
    z-index: 0;
    position: absolute;
    background: radial-gradient(
        circle at center,
        rgb(216,197,164,0.5) 0%,
        transparent 70%
    );
    width: 100%;
    opacity: 0.7;
    top: -50%;
    animation: pulse 15s infinite alternate ease-in-out;
    height: 100%;
}.study-process-local .learn-legacy-local {
    z-index: 2;
    max-width: 1200px;
    transition: transform 0.5s ease-out;
    transform: perspective(1000px) rotateX(2deg);
    transform-style: preserve-3d;
    padding: 0 30px;
    position: relative;
    margin: 0 auto;
}.study-process-local .learn-legacy-local:hover {
    transform: perspective(1000px) rotateX(0deg);
}.study-process-local h2 {
    font-size: 30px;
    transform: translateZ(30px);
    padding-bottom: 15px;
    letter-spacing: 0.5px;
    font-weight: 700;
    color: #ffffff;
    position: relative;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    margin-bottom: 40px;
}.study-process-local h2::after {
    height: 3px;
    transform: scaleX(1);
    background: rgb(216,197,164);
    content: '';
    width: 80px;
    transform-origin: left center;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}.study-process-local .learn-legacy-local:hover h2::after {
    transform: scaleX(1.5);
}.study-process-local .note-holder-local {
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.05);
    padding: 40px;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    transform: translateZ(20px);
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.1), 
                -20px -20px 60px rgba(255, 255, 255, 0.05);
    border-left: 4px solid rgb(216,197,164);
    position: relative;
}.study-process-local .note-holder-local::before {
    content: '';
    height: 100%;
    width: 100%;
    opacity: 0.1;
    top: 0;
    position: absolute;
    left: 0;
    background: linear-gradient(
        to right,
        rgb(216,197,164,0.5) 0%,
        transparent 100%
    );
    z-index: -1;
}.study-process-local .note-holder-local:hover {
    transform: translateZ(40px) translateX(5px);
    box-shadow: 30px 30px 80px rgba(0, 0, 0, 0.15), 
                -30px -30px 80px rgba(255, 255, 255, 0.07);
}.study-process-local p {
    line-height: 1.8;
    margin: 0;
    color: #ffffff;
    transition: transform 0.3s ease;
    font-size: 14px;
    z-index: 2;
    position: relative;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}.study-process-local p::first-letter {
    color: rgb(216,197,164);
    font-weight: 700;
    font-size: 1.5em;
}.study-process-local .note-holder-local:hover p {
    transform: scale(1.01);
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.5;
        transform: scale(2);
    }
    50% {
        opacity: 0.7;
        transform: scale(2.2);
    }
}

@media (max-width: 991px) {.study-process-local {
    padding: 80px 0;
}.study-process-local h2 {
    font-size: calc(30px * 0.9);
    margin-bottom: 30px;
}.study-process-local .note-holder-local {
    padding: 30px;
}
}

@media (max-width: 767px) {.study-process-local {
    padding: 60px 0;
}.study-process-local .learn-legacy-local {
    padding: 0 20px;
    transform: perspective(800px) rotateX(1deg);
}.study-process-local h2 {
    font-size: calc(30px * 0.8);
    margin-bottom: 25px;
    transform: translateZ(20px);
}.study-process-local .note-holder-local {
    padding: 25px;
    transform: translateZ(15px);
}.study-process-local .note-holder-local:hover {
    transform: translateZ(25px) translateX(3px);
}.study-process-local p {
    line-height: 1.7;
    font-size: calc(14px * 0.95);
}
}

@media (max-width: 480px) {.study-process-local {
    padding: 50px 0;
}.study-process-local .learn-legacy-local {
    transform: perspective(600px) rotateX(0.5deg);
    padding: 0 15px;
}.study-process-local h2 {
    margin-bottom: 20px;
    transform: translateZ(10px);
    font-size: calc(30px * 0.7);
}.study-process-local h2::after {
    height: 2px;
    width: 60px;
}.study-process-local .note-holder-local {
    padding: 20px;
    transform: translateZ(10px);
    border-left-width: 3px;
}.study-process-local .note-holder-local:hover {
    transform: translateZ(15px) translateX(2px);
}.study-process-local p {
    line-height: 1.6;
    font-size: calc(14px * 0.9);
}.study-process-local p::first-letter {
    font-size: 1.3em;
}}.metrics-summary-local {
    overflow: hidden;
    padding: 100px 0;
    position: relative;
    z-index: 1;
    background: rgb(236,225,206);
}.metrics-summary-local::before {
    z-index: -1;
    position: absolute;
    height: 100%;
    filter: blur(60px);
    left: 0;
    background: 
        radial-gradient(circle at 20% 20%, rgb(216,197,164,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 80%, rgb(193,164,118,0.5) 0%, transparent 30%);
    width: 100%;
    top: 0;
    content: "";
}.metrics-summary-local::after {
    width: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
    opacity: 0.03;
    height: 100%;
    content: "";
    background-size: 40px 40px;
    background-image: 
        linear-gradient(90deg, #ffffff 2px, transparent 2px),
        linear-gradient(0deg, #ffffff 2px, transparent 2px);
    left: 0;
}.metrics-summary-local .container {
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    min-height: 480px;
}.metrics-summary-local .statistics-edge-local {
    z-index: 2;
    position: absolute;
    display: flex;
    flex-direction: column;
    width: 350px;
    justify-content: center;
    background: #ffffff;
    transform: translate(-50%, -50%);
    height: 350px;
    top: 50%;
    border-radius: 50%;
    align-items: center;
    text-align: center;
    left: 50%;
    padding: 30px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    box-sizing: border-box;
}.metrics-summary-local .statistics-edge-local::before {
    left: -10px;
    border-radius: 50%;
    right: -10px;
    border: 2px dashed rgb(216,197,164,0.5);
    top: -10px;
    content: "";
    pointer-events: none;
    animation: rotate 60s linear infinite;
    bottom: -10px;
    position: absolute;
}.metrics-summary-local .extra-experts-localc4k {
    position: relative;
    margin: 0 0 15px;
    font-weight: 700;
    color: rgb(216,197,164);
    font-size: 33px;
    line-height: 1.2;
}.metrics-summary-local .extra-experts-localc4k::after {
    background: rgb(193,164,118);
    width: 50px;
    height: 3px;
    border-radius: 2px;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    content: "";
    bottom: -8px;
}.metrics-summary-local .statistics-boosters-local {
    margin: 0 auto;
    line-height: 1.6;
    font-size: 15px;
    color: #000000;
    max-width: 250px;
    overflow-y: auto;
    max-height: 200px;
}.metrics-summary-local .statistics-upgrade-local {
    width: 100%;
    min-height: 420px;
    height: 420px;
    position: relative;
}.metrics-summary-local .statistics-upgrade-local:has(.statistics-plus-local:nth-child(5)) {
    height: 460px;
    min-height: 460px;
}.metrics-summary-local .statistics-upgrade-local:has(.statistics-plus-local:nth-child(7)) {
    height: 520px;
    min-height: 520px;
}.metrics-summary-local .statistics-plus-local {
    justify-content: center;
    position: absolute;
    width: 220px;
    overflow: hidden;
    display: flex;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    background: linear-gradient(145deg, #ffffff, #f5f7fa);
    padding: 30px;
    text-align: center;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    border-radius: 15px;
    align-items: center;
    height: 120px;
    flex-direction: column;
    box-sizing: border-box;
}.metrics-summary-local .statistics-plus-local:nth-child(1) {
    transform: translate(10%, -50%);
    left: 0;
    top: 30%;
}.metrics-summary-local .statistics-plus-local:nth-child(3) {
    transform: translate(10%, -50%);
    left: 0;
    top: 70%;
}.metrics-summary-local .statistics-plus-local:nth-child(2) {
    right: 0;
    top: 30%;
    transform: translate(-10%, -50%);
}.metrics-summary-local .statistics-plus-local:nth-child(4) {
    transform: translate(-10%, -50%);
    right: 0;
    top: 70%;
}.metrics-summary-local .statistics-plus-local:nth-child(5) {
    left: 50%;
    transform: translate(-50%, -50%);
    top: 100%;
    width: 200px;
}.metrics-summary-local .statistics-plus-local:nth-child(6) {
    top: 95%;
    transform: translate(-10%, -50%);
    right: 0;
}.metrics-summary-local .statistics-plus-local:nth-child(7) {
    top: 5%;
    transform: translate(10%, -50%);
    left: 0;
}.metrics-summary-local .statistics-plus-local:nth-child(8) {
    transform: translate(-10%, -50%);
    right: 0;
    top: 5%;
}.metrics-summary-local .statistics-plus-local::before {
    position: absolute;
    width: 6px;
    left: 0;
    top: 0;
    height: 60%;
    border-bottom-left-radius: 15px;
    background: linear-gradient(to bottom, rgb(216,197,164), rgb(193,164,118));
    transition: height 0.4s ease;
    border-top-left-radius: 15px;
    content: "";
}.metrics-summary-local .statistics-plus-local:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}.metrics-summary-local .statistics-plus-local:nth-child(1):hover,
.metrics-summary-local .statistics-plus-local:nth-child(3):hover,
.metrics-summary-local .statistics-plus-local:nth-child(5):hover,
.metrics-summary-local .statistics-plus-local:nth-child(7):hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    transform: translate(5%, -50%);
}.metrics-summary-local .statistics-plus-local:nth-child(2):hover,
.metrics-summary-local .statistics-plus-local:nth-child(4):hover,
.metrics-summary-local .statistics-plus-local:nth-child(6):hover,
.metrics-summary-local .statistics-plus-local:nth-child(8):hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    transform: translate(-5%, -50%);
}.metrics-summary-local .statistics-plus-local:nth-child(5):hover {
    transform: translate(-50%, calc(-50% - 5px));
}.metrics-summary-local .statistics-plus-local:hover::before {
    height: 90%;
}.metrics-summary-local .statistics-plus-local h4 {
    color: rgb(216,197,164);
    font-size: calc(33px + 0.5rem);
    font-weight: 700;
    margin: 0 0 10px;
    line-height: 1.1;
}.metrics-summary-local .statistics-plus-local span {
    max-width: 160px;
    line-height: 1.5;
    color: #000000;
    font-size: 15px;
}.metrics-summary-local svg {
    transition: transform 0.4s ease, fill 0.4s ease;
    right: 20px;
    fill: rgb(193,164,118);
    width: 24px;
    height: 24px;
    bottom: 20px;
    position: absolute;
}.metrics-summary-local svg path {
    fill: inherit;
}.metrics-summary-local .statistics-plus-local:hover svg {
    transform: rotate(15deg) scale(1.2);
    fill: rgb(216,197,164);
}

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

@media (max-width: 992px) {.metrics-summary-local {
    padding: 60px 0 80px;
}.metrics-summary-local .container {
    min-height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2.5rem;
}.metrics-summary-local .statistics-edge-local {
    order: 1;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    margin: 0;
    width: min(100%, 320px);
    height: auto;
    min-height: 300px;
    padding: 24px 20px;
}.metrics-summary-local .statistics-boosters-local {
    max-height: none;
    overflow: visible;
    max-width: 100%;
}.metrics-summary-local .statistics-upgrade-local {
    order: 2;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 0;
    height: auto;
    min-height: auto;
    width: 100%;
}.metrics-summary-local .statistics-plus-local {
    height: 120px;
    position: relative;
    transform: none !important;
    top: auto !important;
    right: auto !important;
    left: auto !important;
    bottom: auto !important;
    width: 100%;
}.metrics-summary-local .statistics-plus-local:hover {
    transform: translateY(-5px) !important;
}.statistics.items-4 .statistics-plus-local,
    .statistics.items-6 .statistics-plus-local,
    .statistics.items-8 .statistics-plus-local {
    top: unset !important;
}
}

@media (max-width: 768px) {.metrics-summary-local {
    padding: 50px 0 60px;
}.metrics-summary-local .statistics-edge-local {
    width: min(100%, 280px);
    min-height: 260px;
    padding: 20px 16px;
}.metrics-summary-local .extra-experts-localc4k {
    font-size: calc(33px - 0.25rem);
}.metrics-summary-local .statistics-boosters-local {
    font-size: calc(15px - 0.1rem);
}.metrics-summary-local .statistics-plus-local {
    height: 140px;
    padding: 20px 16px;
}.metrics-summary-local .statistics-plus-local h4 {
    font-size: 33px;
}
}

@media (max-width: 576px) {.metrics-summary-local {
    padding: 40px 0 50px;
}.metrics-summary-local .statistics-edge-local {
    width: min(100%, 260px);
    min-height: 240px;
}.metrics-summary-local .statistics-upgrade-local {
    grid-template-columns: 1fr;
    gap: 16px;
}.metrics-summary-local .statistics-plus-local {
    height: auto;
    min-height: 120px;
}}.academic-experience-local {
    position: relative;
    overflow: hidden;
    padding: 5rem 2rem;
    background: rgb(236,225,206);
}.academic-experience-local::before {
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    background: linear-gradient(120deg, transparent 30%, rgb(216,197,164,0.5) 100%);
    top: 0;
    left: 0;
    z-index: 1;
}.academic-experience-local::after {
    background: rgb(193,164,118,0.5);
    opacity: 0.5;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    right: 0;
    position: absolute;
    width: 40%;
    height: 70%;
    z-index: 1;
    content: "";
    bottom: 0;
}.academic-experience-local .review-testimonials-local {
    z-index: 2;
    position: relative;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 3rem;
    max-width: 1200px;
}.academic-experience-local .image-frame-local {
    overflow: hidden;
    aspect-ratio: 3/4;
    position: relative;
    transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    width: 100%;
    filter: grayscale(100%);
    border-radius: 0;
}.academic-experience-local .image-frame-local::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1;
    width: 100%;
    background: linear-gradient(180deg, 
        transparent 0%, 
        transparent 70%, 
        rgb(216,197,164,0.5) 100%);
}.academic-experience-local .image-frame-local:hover {
    transform: scale(1.03);
    filter: grayscale(0%);
}.academic-experience-local .experience-log-local {
    justify-content: center;
    flex-direction: column;
    display: flex;
    position: relative;
    padding: 2rem;
}.academic-experience-local .experience-log-local::before {
    width: 2px;
    position: absolute;
    background: rgb(216,197,164);
    top: 0;
    content: "";
    height: 0;
    left: 0;
    transition: height 0.8s ease-out;
}.academic-experience-local .review-testimonials-local:hover .experience-log-local::before {
    height: 100%;
}.academic-experience-local .name {
    margin-bottom: 0.5rem;
    font-size: 42px;
    overflow: hidden;
    position: relative;
    font-weight: 700;
    color: #000000;
}.academic-experience-local .name::after {
    bottom: 0;
    transition: transform 0.6s ease-out 0.2s;
    content: "";
    height: 1px;
    background: rgb(193,164,118);
    left: 0;
    transform: translateX(-101%);
    width: 100%;
    position: absolute;
}.academic-experience-local .review-testimonials-local:hover .name::after {
    transform: translateX(0);
}.academic-experience-local .experience-log-local > div:nth-child(2) {
    color: rgb(193,164,118);
    font-weight: 400;
    font-size: 19px;
    transform: translateY(20px);
    letter-spacing: 3px;
    text-transform: uppercase;
    opacity: 0;
    margin-bottom: 2.5rem;
    transition: all 0.5s ease-out 0.4s;
}.academic-experience-local .review-testimonials-local:hover .experience-log-local > div:nth-child(2) {
    transform: translateY(0);
    opacity: 1;
}.academic-experience-local .exp-details-local {
    color: #000000;
    opacity: 0;
    font-size: 18px;
    position: relative;
    transition: all 0.5s ease-out 0.6s;
    line-height: 1.8;
    transform: translateY(20px);
    font-weight: 300;
    padding: 0 0 0 20px;
}.academic-experience-local .review-testimonials-local:hover .exp-details-local {
    transform: translateY(0);
    opacity: 1;
}.academic-experience-local .exp-details-local::first-letter {
    font-size: 1.5em;
    font-weight: 700;
    color: rgb(216,197,164);
}@keyframes typing {
    from { width: 0 }
    to { width: 100% }
}

@keyframes blink {
    50% { border-color: transparent }
}

.academic-experience-local:hover .name {
    white-space: nowrap;
    overflow: hidden;
    animation: 
        typing 2.5s steps(40, end),
        blink .75s step-end infinite;
}

@media (max-width: 992px) {.academic-experience-local .review-testimonials-local {
    grid-template-columns: 1fr;
    gap: 2rem;
}.academic-experience-local .image-frame-local {
    aspect-ratio: 16/9;
    max-height: 300px;
}.academic-experience-local .experience-log-local {
    padding: 1rem 0;
}.academic-experience-local .experience-log-local::before {
    transition: width 0.8s ease-out;
    height: 2px;
    width: 0;
}.academic-experience-local .review-testimonials-local:hover .experience-log-local::before {
    height: 2px;
    width: 100%;
}}.customer-experience-local {
    padding: 5rem 0;
    position: relative;
    box-shadow: inset 0 0 50px rgba(rgba(0, 0, 0, 0.5), 0.05);
    overflow: hidden;
    background: linear-gradient(135deg, rgb(236,225,206), rgb(236,225,206) 60%, rgba(rgb(216,197,164,0.5), 0.05));
}.customer-experience-local::before {
    position: absolute;
    background: 
    radial-gradient(circle at 10% 20%, rgba(rgb(216,197,164,0.5), 0.03) 0%, transparent 50%),
    radial-gradient(circle at 90% 80%, rgba(rgb(193,164,118,0.5), 0.03) 0%, transparent 40%);
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 1;
    content: "";
    top: 0;
}.customer-experience-local::after {
    opacity: 0.03;
    position: absolute;
    background: linear-gradient(145deg, rgb(216,197,164) 0%, transparent);
    top: -10%;
    transform: rotate(-15deg) skewX(20deg);
    width: 25%;
    content: "";
    height: 55%;
    right: -5%;
    clip-path: polygon(0 0, 100% 0, 100% 70%, 30% 100%);
    z-index: 0;
}.customer-experience-local .container {
    z-index: 2;
    padding: 0 1.5rem;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}.customer-experience-local h2 {
    font-weight: 700;
    text-align: center;
    position: relative;
    margin-bottom: 3rem;
    color: #000000;
    transform: perspective(1000px) translateZ(0);
    font-size: 30px;
}.customer-experience-local h2::after {
    transform: translateX(-50%);
    left: 50%;
    background: linear-gradient(90deg, transparent, rgb(216,197,164), transparent);
    width: 6rem;
    content: "";
    height: 3px;
    position: absolute;
    bottom: -0.75rem;
}.customer-experience-local .learn-legacy-local {
    perspective: 1200px;
    position: relative;
    overflow: hidden;
}.customer-experience-local .success-quotes-local {
    gap: 1.75rem;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
}.customer-experience-local .review-testimonials-local {
    transition: 
    transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1),
    box-shadow 0.5s ease;
    border-left: 3px solid rgb(216,197,164);
    flex-direction: column;
    position: relative;
    transform: translateZ(0);
    background: #ffffff;
    box-shadow: 
    0 20px 30px -15px rgba(rgba(0, 0, 0, 0.5), 0.1),
    0 10px 20px -10px rgba(rgba(0, 0, 0, 0.5), 0.05);
    padding: 2rem;
    display: flex;
    overflow: hidden;
}.customer-experience-local .review-testimonials-local::before {
    left: 0;
    top: 0;
    z-index: -1;
    height: 100%;
    background: linear-gradient(135deg, rgba(rgb(216,197,164,0.5), 0.03), transparent);
    position: absolute;
    content: "";
    width: 100%;
}.customer-experience-local .review-testimonials-local::after {
    font-family: serif;
    line-height: 1;
    z-index: 0;
    top: 0.5rem;
    right: 1rem;
    color: rgba(rgb(216,197,164,0.5), 0.1);
    position: absolute;
    content: '"';
    font-size: 5rem;
}.customer-experience-local .review-testimonials-local:hover {
    box-shadow: 
    0 30px 40px -20px rgba(rgba(0, 0, 0, 0.5), 0.15),
    0 15px 25px -10px rgba(rgba(0, 0, 0, 0.5), 0.1);
    transform: translateY(-10px) rotateX(2deg) rotateY(-2deg);
}.customer-experience-local .review-testimonials-local h3 {
    margin-bottom: 0.75rem;
    position: relative;
    color: #000000;
    font-weight: 600;
    font-size: calc(18px * 1.1);
    z-index: 2;
}.customer-experience-local .review-testimonials-local h3::after {
    transform-origin: left;
    background: rgb(216,197,164);
    left: 0;
    height: 2px;
    transition: width 0.3s ease;
    bottom: -0.35rem;
    position: absolute;
    width: 2.5rem;
    content: "";
}.customer-experience-local .review-testimonials-local:hover h3::after {
    width: 3.5rem;
}.customer-experience-local .review-testimonials-local .description {
    font-size: 18px;
    position: relative;
    flex-grow: 1;
    color: #000000;
    margin-bottom: 1.5rem;
    line-height: 1.65;
    z-index: 2;
}.customer-experience-local .review-testimonials-local div {
    height: 65px;
    overflow: hidden;
    transform: translateZ(0);
    box-shadow: 0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.1);
    width: 65px;
    margin-top: auto;
    border-radius: 50%;
    position: relative;
}.customer-experience-local .review-testimonials-local div::before {
    inset: 0;
    content: "";
    position: absolute;
    border-radius: 50%;
    border: 2px solid rgba(rgb(216,197,164,0.5), 0.3);
    z-index: 3;
}.customer-experience-local .review-testimonials-local img {
    height: 100%;
    width: 100%;
    transition: transform 0.5s ease;
    object-fit: cover;
}.customer-experience-local .review-testimonials-local:hover img {
    transform: scale(1.1);
}

@media screen and (min-width: 768px) {.customer-experience-local {
    padding: 6rem 0;
}.customer-experience-local::after {
    width: 30%;
    height: 60%;
}.customer-experience-local h2 {
    margin-bottom: 4rem;
}.customer-experience-local .success-quotes-local {
    gap: 2.25rem;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
}.customer-experience-local .review-testimonials-local {
    padding: 2.5rem;
}.customer-experience-local .review-testimonials-local div {
    height: 75px;
    width: 75px;
}
}

@media screen and (min-width: 1200px) {.customer-experience-local {
    padding: 8rem 0;
}.customer-experience-local::after {
    right: -8%;
    height: 70%;
    width: 35%;
    top: -15%;
}.customer-experience-local .success-quotes-local {
    grid-template-columns: repeat(3, 1fr);
}.customer-experience-local .review-testimonials-local {
    transition: 
      transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1),
      box-shadow 0.5s ease;
}.customer-experience-local .review-testimonials-local:nth-child(3n+1) {
    transform: translateZ(10px) rotateY(2deg);
}.customer-experience-local .review-testimonials-local:nth-child(3n+2) {
    transform: translateZ(15px);
}.customer-experience-local .review-testimonials-local:nth-child(3n+3) {
    transform: translateZ(10px) rotateY(-2deg);
}.customer-experience-local .review-testimonials-local:nth-child(3n+1):hover {
    transform: translateY(-10px) translateZ(15px) rotateY(2deg);
}.customer-experience-local .review-testimonials-local:nth-child(3n+2):hover {
    transform: translateY(-10px) translateZ(20px);
}.customer-experience-local .review-testimonials-local:nth-child(3n+3):hover {
    transform: translateY(-10px) translateZ(15px) rotateY(-2deg);
}
}

@media screen and (max-width: 767px) {.customer-experience-local {
    padding: 4rem 0;
}.customer-experience-local h2 {
    margin-bottom: 2.5rem;
    font-size: calc(30px * 0.9);
}.customer-experience-local .success-quotes-local {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.customer-experience-local .review-testimonials-local {
    padding: 1.75rem;
}.customer-experience-local .review-testimonials-local div {
    height: 60px;
    width: 60px;
}
}

@media (prefers-reduced-motion: reduce) {.customer-experience-local .review-testimonials-local,
  .customer-experience-local .review-testimonials-local h3::after,
  .customer-experience-local .review-testimonials-local img {
    transition: none;
}.customer-experience-local .review-testimonials-local:hover {
    transform: none;
}.customer-experience-local .review-testimonials-local:hover h3::after {
    width: 2.5rem;
}.customer-experience-local .review-testimonials-local:hover img {
    transform: none;
}}.privacy-area-local {
    background-color: rgb(236,225,206);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
    border: 1px solid #000000;
    padding: 30px;
}.privacy-area-local h1 {
    color: #000000;
    font-size: 29px;
    margin: 20px 0;
    text-transform: uppercase;
    font-weight: 700;
}.privacy-area-local h2 {
    margin: 15px 0;
    font-size: 24px;
    color: #000000;
    font-weight: 600;
}.privacy-area-local h3, .privacy-area-local h4, .privacy-area-local h5, .privacy-area-local h6 {
    margin: 10px 0;
    color: #000000;
    font-size: 24px;
}.privacy-area-local ul {
    padding-left: 20px;
    color: #000000;
    margin: 15px 0;
    list-style-type: square;
}.privacy-area-local li {
    font-size: 15px;
    line-height: 1.8;
}
@media only screen and (max-width: 800px) {.privacy-area-local {
    padding: 20px;
}.privacy-area-local h1 {
    font-size: 24px;
}.privacy-area-local h2 {
    font-size: 19px;
}.privacy-area-local ul {
    font-size: 15px;
}}
.title-greeting-local {
    align-items: center;
    background: linear-gradient(135deg, rgb(216,197,164,0.5), rgb(193,164,118) 120%);
    min-height: 100vh;
    display: flex;
    overflow: hidden;
    position: relative;
    justify-content: center;
}.title-greeting-local::before {
    width: 100%;
    top: 0;
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    z-index: 1;
    background: repeating-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.03),
        rgba(255, 255, 255, 0.03) 2px,
        transparent 2px,
        transparent 10px
    );
}.title-greeting-local::after {
    background: radial-gradient(
        circle at center,
        rgb(193,164,118) 0%,
        transparent 70%
    );
    filter: blur(50px);
    opacity: 0.2;
    height: 50%;
    animation: floatGlow 15s ease-in-out infinite alternate;
    top: -10%;
    right: -10%;
    width: 50%;
    position: absolute;
    content: "";
}.title-greeting-local .learning-main-local {
    position: relative;
    z-index: 2;
    transform: perspective(1000px) rotateX(2deg);
    display: grid;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    width: 90%;
    grid-template-columns: 1fr;
    padding: 3rem 2rem;
    transition: transform 0.5s ease-out;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    gap: 2.5rem;
    max-width: 1200px;
}.title-greeting-local .learning-main-local:hover {
    transform: perspective(1000px) rotateX(0deg);
}.title-greeting-local .learning-main-local > div:first-child {
    position: relative;
    opacity: 0;
    transform: translateX(-1rem);
    border-left: 3px solid rgb(216,197,164);
    padding-left: 2rem;
    animation: slideIn 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s forwards;
}.title-greeting-local .learning-main-local > div:last-child {
    transform: translateY(1rem);
    justify-content: flex-end;
    animation: slideUp 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s forwards;
    opacity: 0;
    display: flex;
}.title-greeting-local h3 {
    line-height: 1.5;
    margin: 0;
    font-weight: 400;
    letter-spacing: 0.02em;
    position: relative;
    font-size: calc(21px * 0.9);
    color: #ffffff;
}.title-greeting-local h3::after {
    background: linear-gradient(to right, rgb(216,197,164), transparent);
    height: 1px;
    left: 0;
    position: absolute;
    width: 30%;
    content: "";
    bottom: -0.5rem;
}.title-greeting-local .virtual-academy-local {
    background: linear-gradient(
        145deg,
        rgba(255, 255, 255, 0.1),
        rgba(255, 255, 255, 0.03)
    );
    max-width: 600px;
    transition: transform 0.4s ease;
    padding: 2.5rem;
    transform: translateZ(0);
    position: relative;
}.title-greeting-local .virtual-academy-local::before {
    width: 100%;
    content: "";
    left: 0;
    border-bottom: 1px solid rgb(216,197,164);
    top: 0;
    transition: transform 0.3s ease;
    transform: translate(5px, 5px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-right: 1px solid rgb(216,197,164);
    pointer-events: none;
    height: 100%;
    position: absolute;
}.title-greeting-local .virtual-academy-local:hover::before {
    transform: translate(8px, 8px);
}.title-greeting-local h1 {
    font-weight: 700;
    color: #ffffff;
    line-height: 1.2;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    font-size: 40px;
    transform: translateY(0);
    margin: 0 0 1.5rem;
}.title-greeting-local h1::after {
    bottom: -0.5rem;
    transform: scaleX(1);
    transition: transform 0.4s ease;
    width: 40px;
    content: "";
    transform-origin: left;
    background: rgb(216,197,164);
    left: 0;
    height: 3px;
    position: absolute;
}.title-greeting-local .virtual-academy-local:hover h1 {
    transform: translateY(-5px);
}.title-greeting-local .virtual-academy-local:hover h1::after {
    transform: scaleX(1.5);
}.title-greeting-local .virtual-academy-local > div {
    overflow: hidden;
    margin-top: 2rem;
    position: relative;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}.title-greeting-local .virtual-academy-local > div::before {
    content: "";
    top: 0;
    z-index: 1;
    height: 100%;
    left: 0;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.55),
        rgba(0, 0, 0, 0.4) 50%,
        rgba(0, 0, 0, 0.5) 100%
    );
    /* backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px); */
    width: 100%;
    position: absolute;
}.title-greeting-local p {
    padding: 2rem;
    color: #ffffff;
    line-height: 1.6;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    font-size: calc(17px * 1.1);
    margin: 0;
    z-index: 2;
    position: relative;
    background: rgba(0, 0, 0, 0.08);
    /* backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px); */
}

@keyframes floatGlow {
    0% {
        transform: translate(0, 0) scale(1);
        opacity: 0.2;
    }
    50% {
        transform: translate(-5%, 5%) scale(1.1);
        opacity: 0.3;
    }
    100% {
        transform: translate(5%, -5%) scale(0.95);
        opacity: 0.2;
    }
}

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

@keyframes slideUp {
    0% {
        transform: translateY(1rem);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@media screen and (min-width: 768px) {.title-greeting-local .learning-main-local {
    padding: 4rem 3rem;
    align-items: center;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 3rem;
}.title-greeting-local h1 {
    font-size: calc(40px * 1.1);
}.title-greeting-local h3 {
    font-size: 21px;
}.title-greeting-local .learning-main-local > div:first-child {
    padding-left: 3rem;
}
}

@media screen and (min-width: 992px) {.title-greeting-local .learning-main-local {
    gap: 4rem;
    padding: 5rem;
    grid-template-columns: 0.7fr 1.3fr;
}.title-greeting-local .virtual-academy-local {
    padding: 3rem;
}.title-greeting-local h1 {
    margin-bottom: 2rem;
    font-size: calc(40px * 1.2);
}.title-greeting-local p {
    padding: 2.5rem;
    font-size: calc(17px * 1.2);
}
}

@media screen and (max-width: 767px) {.title-greeting-local {
    padding: 2rem 0;
}.title-greeting-local .learning-main-local {
    padding: 2rem 1.5rem;
}.title-greeting-local h1 {
    font-size: calc(40px * 0.9);
}.title-greeting-local h3 {
    font-size: calc(21px * 0.8);
}.title-greeting-local p {
    padding: 1.5rem;
    font-size: 17px;
}.title-greeting-local .virtual-academy-local {
    padding: 1.5rem;
}}.company-info-local {
    overflow: hidden;
    position: relative;
    isolation: isolate;
    padding: 120px 0;
}.company-info-local:before {
    width: 100%;
    left: 0;
    content: "";
    position: absolute;
    top: 0;
    z-index: -1;
    height: 100%;
    opacity: 0.92;
    background: linear-gradient(135deg, rgb(216,197,164,0.5), rgb(193,164,118,0.5));
}.company-info-local:after {
    content: "";
    pointer-events: none;
    right: -20%;
    position: absolute;
    height: 200%;
    transform: rotate(-15deg);
    opacity: 0.05;
    background: rgb(193,164,118);
    clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
    top: -50%;
    width: 80%;
    z-index: -1;
}.company-info-local .container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
    perspective: 1000px;
    z-index: 2;
}.company-info-local .note-holder-local {
    transform-style: preserve-3d;
    box-shadow: 12px 12px 24px rgba(0, 0, 0, 0.1),
                -12px -12px 24px rgba(255, 255, 255, 0.6),
                inset 2px 2px 4px rgba(255, 255, 255, 0.7),
                inset -2px -2px 4px rgba(0, 0, 0, 0.05);
    position: relative;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transform: rotateX(2deg) rotateY(-1deg);
    padding: 40px;
    background: rgba(255, 255, 255, 0.95);
}.company-info-local .note-holder-local:hover {
    transform: rotateX(0deg) rotateY(0deg) translateZ(10px);
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.12),
                -15px -15px 30px rgba(255, 255, 255, 0.7),
                inset 2px 2px 4px rgba(255, 255, 255, 0.8),
                inset -2px -2px 4px rgba(0, 0, 0, 0.06);
}.company-info-local .note-holder-local:before {
    transition: opacity 0.4s ease-out;
    filter: blur(20px);
    background: linear-gradient(45deg, transparent 20%, rgb(193,164,118,0.5) 100%);
    top: -10px;
    position: absolute;
    opacity: 0.3;
    z-index: -1;
    bottom: -10px;
    content: "";
    right: -10px;
    left: -10px;
}.company-info-local .note-holder-local:hover:before {
    opacity: 0.5;
}.company-info-local .note-holder-local > div:first-child {
    position: relative;
    margin-bottom: 20px;
}.company-info-local .note-holder-local > div:first-child:before {
    height: 40px;
    background: rgb(216,197,164);
    content: "";
    clip-path: polygon(0 0, 100% 20%, 100% 80%, 0 100%);
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    left: -20px;
    width: 8px;
}.company-info-local h5 {
    margin: 0;
    color: rgb(216,197,164);
    padding-bottom: 8px;
    position: relative;
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 19px;
    letter-spacing: 2px;
}.company-info-local h5:after {
    height: 2px;
    content: "";
    width: 60%;
    bottom: 0;
    background: rgb(193,164,118);
    transform-origin: left center;
    left: 0;
    position: absolute;
    transition: width 0.3s ease-out;
}.company-info-local .note-holder-local:hover h5:after {
    width: 100%;
}.company-info-local .note-holder-local > div:nth-child(2) {
    margin-bottom: 25px;
}.company-info-local .note-holder-local > div:nth-child(2) p {
    font-weight: 600;
    font-size: calc(13px * 1.3);
    color: #000000;
    display: inline-block;
    position: relative;
    margin: 0;
}.company-info-local .note-holder-local > div:nth-child(2) p b {
    -webkit-background-clip: text !important;
    background-clip: text !important;
    background: linear-gradient(135deg, rgb(216,197,164), rgb(193,164,118));
    position: relative;
    color: transparent;
}.company-info-local ol {
    margin: 0;
    counter-reset: item;
    list-style-position: inside;
    padding: 0 0 0 2px;
}.company-info-local ol li {
    font-family: Arial, sans-serif;
    margin-bottom: 10px;
    columns: 1;
    list-style: none;
    font-size: 13px;
    line-height: 1.7;
    text-align: justify;
    color: #000000;
    position: relative;
    counter-increment: item;
    column-gap: 40px;
}.company-info-local ol li:before {
    content: "";
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1),
                -2px -2px 4px rgba(255, 255, 255, 0.5);
    height: 6px;
    vertical-align: middle;
    width: 6px;
    transform: rotate(45deg);
    margin-right: 12px;
    display: inline-block;
    background: rgb(193,164,118);
}.company-info-local .note-holder-local:after {
    mix-blend-mode: overlay;
    height: 180px;
    bottom: -15px;
    opacity: 0.1;
    background: linear-gradient(135deg, rgb(216,197,164,0.5), rgb(193,164,118,0.5));
    content: "";
    border-radius: 50%;
    width: 180px;
    right: -15px;
    position: absolute;
    z-index: -1;
}

@media (min-width: 768px) {.company-info-local {
    padding: 150px 0;
}.company-info-local .note-holder-local {
    padding: 60px;
}.company-info-local ol li {
    columns: 2;
}.company-info-local h5 {
    font-size: calc(19px * 1.2);
}.company-info-local .note-holder-local > div:nth-child(2) p {
    font-size: calc(13px * 1.5);
}
}

@media (min-width: 992px) {.company-info-local .note-holder-local {
    padding: 70px;
    margin: 0 60px;
}.company-info-local .note-holder-local:before {
    left: -15px;
    top: -15px;
    bottom: -15px;
    right: -15px;
}.company-info-local ol li {
    line-height: 1.8;
    font-size: calc(13px * 1.05);
}.company-info-local .note-holder-local > div:first-child:before {
    left: -30px;
    height: 50px;
}
}

@media (max-width: 767px) {.company-info-local {
    padding: 80px 0;
}.company-info-local .note-holder-local {
    padding: 30px;
    transform: none;
}.company-info-local h5 {
    font-size: calc(19px * 0.9);
}.company-info-local .note-holder-local > div:nth-child(2) p {
    font-size: calc(13px * 1.1);
}.company-info-local ol li {
    font-size: calc(13px * 0.95);
    line-height: 1.6;
}.company-info-local .note-holder-local > div:first-child:before {
    left: -15px;
    height: 30px;
}}.course-highlights-local {
    display: flex;
    overflow: hidden;
    min-height: 100vh;
    flex-direction: column;
    position: relative;
    background: rgb(236,225,206);
}.course-highlights-local .skill-route-local {
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    z-index: 1;
    position: absolute;
}.course-highlights-local .skill-route-local::after {
    content: "";
    z-index: 2;
    top: 0;
    width: 100%;
    left: 0;
    background: radial-gradient(
        circle at center,
        transparent 30%,
        rgb(236,225,206) 90%
    );
    height: 100%;
    position: absolute;
}.course-highlights-local .skill-academy-local {
    height: 100%;
    animation: carousel-zoom 25s ease-in-out infinite;
    width: 100%;
    display: flex;
}.course-highlights-local .skill-route-local:hover .skill-academy-local {
    animation-play-state: paused;
}.course-highlights-local .program-plan-local {
    flex-shrink: 0;
    width: 100%;
    position: relative;
    height: 100%;
}.course-highlights-local .program-plan-local img {
    object-fit: cover;
    transform-origin: center;
    width: 100%;
    height: 100%;
    filter: brightness(0.9) saturate(1.2);
}.course-highlights-local .container {
    width: 100%;
    height: 100%;
    justify-content: center;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 3;
    padding: 2rem;
}.course-highlights-local .learn-legacy-local {
    width: 100%;
    max-width: 800px;
    position: relative;
}.course-highlights-local .program-flow-local {
    transform: perspective(1000px) rotateX(0deg);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    border-radius: 10px;
    padding: 3rem;
    backdrop-filter: blur(10px);
    position: relative;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05), 
                0 5px 10px rgba(0, 0, 0, 0.05);
    text-align: center;
}.course-highlights-local .program-flow-local:hover {
    transform: perspective(1000px) rotateX(2deg);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 
                0 5px 15px rgba(0, 0, 0, 0.05);
}.course-highlights-local .program-flow-local::before {
    border: 1px solid rgb(216,197,164);
    pointer-events: none;
    border-radius: 10px;
    content: "";
    right: 20px;
    position: absolute;
    left: 20px;
    opacity: 0.3;
    top: 20px;
    bottom: 20px;
}.course-highlights-local .program-flow-local h3 {
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: rgb(216,197,164);
    position: relative;
    font-size: 33px;
    display: inline-block;
}.course-highlights-local .program-flow-local h3::after {
    width: 80px;
    left: 50%;
    height: 2px;
    position: absolute;
    bottom: -10px;
    transform: translateX(-50%);
    content: "";
    background: rgb(216,197,164);
}.course-highlights-local .program-flow-local p {
    margin: 0 auto 2rem;
    font-size: 16px;
    max-width: 90%;
    color: #000000;
    line-height: 1.7;
}.course-highlights-local .program-flow-local .help-panel-local {
    border-radius: 10px;
    position: relative;
    background: rgb(216,197,164);
    overflow: hidden;
    font-size: 16px;
    font-weight: 600;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    color: #ffffff;
    display: inline-block;
    z-index: 1;
    text-decoration: none;
    padding: 0.9rem 2.5rem;
}.course-highlights-local .program-flow-local .help-panel-local::before {
    width: 120%;
    z-index: -1;
    transform: skewX(-25deg) translateX(-100%);
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
    content: "";
    top: 0;
    height: 100%;
    left: -10%;
    transition: all 0.6s ease;
    position: absolute;
}.course-highlights-local .program-flow-local .help-panel-local:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    transform: translateY(-3px);
}.course-highlights-local .program-flow-local .help-panel-local:hover::before {
    transform: skewX(-25deg) translateX(100%);
}

@keyframes carousel-zoom {
    0%, 20% {
        transform: scale(1);
    }
    25%, 45% {
        transform: scale(1.1) translateX(-5%);
    }
    50%, 70% {
        transform: scale(1) translateY(3%);
    }
    75%, 95% {
        transform: scale(1.05) translateX(5%);
    }
    100% {
        transform: scale(1);
    }
}

@media (min-width: 768px) and (max-width: 991px) {.course-highlights-local .skill-route-local::after {
    background: radial-gradient(
            circle at center,
            transparent 20%,
            rgb(236,225,206) 85%
        );
}.course-highlights-local .skill-academy-local {
    animation-duration: 20s;
}.course-highlights-local .learn-legacy-local {
    max-width: 600px;
}.course-highlights-local .program-flow-local {
    padding: 2.5rem;
}.course-highlights-local .program-flow-local h3 {
    font-size: calc(33px * 0.9);
}.course-highlights-local .program-flow-local p {
    max-width: 95%;
}
}

@media (max-width: 767px) {.course-highlights-local {
    min-height: auto;
    padding: 4rem 0;
}.course-highlights-local .skill-route-local {
    z-index: 0;
    position: fixed;
}.course-highlights-local .skill-route-local::after {
    background: radial-gradient(
            circle at center,
            transparent 0%,
            rgb(236,225,206) 70%
        );
}.course-highlights-local .skill-academy-local {
    animation-duration: 15s;
}.course-highlights-local .learn-legacy-local {
    max-width: 100%;
}.course-highlights-local .program-flow-local {
    padding: 2rem 1.5rem;
}.course-highlights-local .program-flow-local::before {
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
}.course-highlights-local .program-flow-local h3 {
    font-size: 24px;
}.course-highlights-local .program-flow-local h3::after {
    width: 60px;
}.course-highlights-local .program-flow-local p {
    line-height: 1.6;
    font-size: calc(16px * 0.9);
    margin-bottom: 1.5rem;
    max-width: 100%;
}.course-highlights-local .program-flow-local .help-panel-local {
    padding: 0.8rem 1.5rem;
    width: 100%;
}}.tyFrame-local {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(236,225,206) 0%, rgb(193,164,118,0.5) 100%);
    padding: 6rem 0;
    perspective: 1000px;
    position: relative;
}.tyFrame-local::before {
    opacity: 0.7;
    background: radial-gradient(ellipse at center, rgb(216,197,164,0.5) 0%, transparent 70%);
    animation: floatGradient 15s ease-in-out infinite alternate;
    z-index: 1;
    right: -5%;
    width: 60%;
    height: 70%;
    top: -10%;
    position: absolute;
    content: "";
    transform: rotate(-15deg);
}.tyFrame-local::after {
    bottom: -5%;
    width: 70%;
    z-index: 1;
    transform: rotate(10deg);
    background: radial-gradient(ellipse at center, rgb(193,164,118,0.5) 0%, transparent 70%);
    height: 60%;
    animation: floatGradient 18s ease-in-out infinite alternate-reverse;
    position: absolute;
    content: "";
    opacity: 0.5;
    left: -10%;
}.tyFrame-local .container {
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
    z-index: 5;
}.tyFrame-local .learn-legacy-local {
    transform-style: preserve-3d;
    transform: rotateX(5deg);
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(255, 255, 255, 0.1);
    display: flex;
    background: rgba(255, 255, 255, 0.95);
    padding: 3rem;
    position: relative;
    flex-direction: column;
}.tyFrame-local .learn-legacy-local:hover {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.15),
        0 10px 20px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.2);
    transform: rotateX(0deg) translateY(-5px);
}.tyFrame-local .learn-legacy-local > div:first-child {
    transform: translateZ(30px);
    position: relative;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    margin-bottom: 2rem;
}.tyFrame-local .learn-legacy-local:hover > div:first-child {
    transform: translateZ(40px);
}.tyFrame-local .learn-legacy-local > div:first-child::before {
    content: "";
    top: -10px;
    position: absolute;
    border-radius: 10px;
    left: -20px;
    width: 60px;
    background: rgb(216,197,164);
    transform: rotate(25deg);
    opacity: 0.1;
    z-index: -1;
    height: 60px;
}.tyFrame-local .learn-legacy-local > div:first-child::after {
    opacity: 0.2;
    height: 10px;
    right: 30px;
    content: "";
    width: 70px;
    bottom: -15px;
    position: absolute;
    background: rgb(193,164,118);
    transform: skewX(-20deg);
}.tyFrame-local h5 {
    font-weight: 700;
    position: relative;
    color: #000000;
    padding-bottom: 1rem;
    font-size: 19px;
    line-height: 1.4;
    margin: 0;
    transition: transform 0.5s ease;
    transform: translateX(0);
}.tyFrame-local h5::after {
    width: 0;
    transition: width 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    height: 3px;
    bottom: 0;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, rgb(216,197,164) 0%, rgb(193,164,118) 100%);
    left: 0;
}.tyFrame-local .learn-legacy-local:hover h5::after {
    width: 80px;
}.tyFrame-local .learn-legacy-local > div:last-child {
    position: relative;
    overflow: hidden;
    transform: translateZ(15px);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}.tyFrame-local .learn-legacy-local:hover > div:last-child {
    transform: translateZ(25px);
}.tyFrame-local a {
    transition: transform 0.5s ease;
    text-decoration: none;
    overflow: hidden;
    position: relative;
    display: block;
}.tyFrame-local a::before {
    background: rgb(216,197,164);
    position: absolute;
    left: 0;
    z-index: -1;
    opacity: 0;
    height: 100%;
    transform: scaleX(0);
    width: 100%;
    transform-origin: left;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s ease;
    content: "";
    top: 0;
}.tyFrame-local a:hover::before {
    opacity: 0.05;
    transform: scaleX(1);
}.tyFrame-local p {
    margin: 0;
    transition: transform 0.4s ease, color 0.3s ease;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
    position: relative;
    color: #000000;
    transform: translateY(0);
    font-family: Arial, sans-serif;
}.tyFrame-local a:hover p {
    transform: translateY(-2px);
    color: #000000;
}

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

@media screen and (min-width: 768px) {.tyFrame-local {
    padding: 8rem 0;
}.tyFrame-local .learn-legacy-local {
    margin: 0 auto;
    padding: 4rem;
    max-width: 90%;
}.tyFrame-local h5 {
    line-height: 1.3;
    font-size: calc(19px * 1.2);
}.tyFrame-local p {
    line-height: 1.7;
    font-size: calc(14px * 1.1);
}.tyFrame-local .learn-legacy-local > div:first-child {
    margin-bottom: 2.5rem;
}
}

@media screen and (min-width: 992px) {.tyFrame-local {
    padding: 10rem 0;
}.tyFrame-local .learn-legacy-local {
    max-width: 80%;
    gap: 3rem;
    display: grid;
    align-items: center;
    padding: 5rem;
    grid-template-columns: 1fr 1fr;
}.tyFrame-local .learn-legacy-local > div:first-child {
    margin-bottom: 0;
}.tyFrame-local h5 {
    font-size: calc(19px * 1.3);
}.tyFrame-local h5::after {
    width: 0;
}.tyFrame-local .learn-legacy-local:hover h5::after {
    width: 120px;
}
}

@media screen and (max-width: 767px) {.tyFrame-local {
    padding: 4rem 0;
}.tyFrame-local .learn-legacy-local {
    transform: rotateX(2deg);
    padding: 2rem;
}.tyFrame-local h5 {
    font-size: 19px;
}.tyFrame-local p {
    font-size: 14px;
    line-height: 1.6;
}.tyFrame-local .learn-legacy-local > div:first-child {
    margin-bottom: 1.5rem;
}.tyFrame-local .learn-legacy-local:hover > div:first-child {
    transform: translateZ(20px);
}.tyFrame-local .learn-legacy-local:hover > div:last-child {
    transform: translateZ(10px);
}}.give-it-a-try-local {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(193,164,118), rgb(216,197,164,0.5));
    z-index: 1;
    position: relative;
    padding: 6rem 0;
}.give-it-a-try-local::before {
    width: 100%;
    top: 0;
    content: "";
    background: radial-gradient(circle at 70% 30%, rgba(255,255,255,0.15) 0%, transparent 60%);
    height: 100%;
    z-index: -1;
    left: 0;
    position: absolute;
}.give-it-a-try-local::after {
    right: -5%;
    height: 40%;
    filter: blur(40px);
    background: radial-gradient(circle, rgb(193,164,118,0.5) 0%, transparent 70%);
    width: 40%;
    content: "";
    position: absolute;
    z-index: -1;
    bottom: -10%;
    animation: orbitalGlow 15s infinite alternate ease-in-out;
}.give-it-a-try-local .container {
    flex-direction: column;
    padding: 0 2rem;
    z-index: 2;
    max-width: 1200px;
    align-items: center;
    margin: 0 auto;
    position: relative;
    display: flex;
}.give-it-a-try-local h2 {
    line-height: 1.3;
    font-weight: 600;
    color: #ffffff;
    transform: perspective(1000px) translateZ(20px);
    text-align: center;
    font-size: 34px;
    position: relative;
    font-family: Arial, sans-serif;
    margin-bottom: 3rem;
    letter-spacing: 0.02em;
    max-width: 800px;
    text-shadow: 0 2px 15px rgba(0,0,0,0.15);
}.give-it-a-try-local .learn-legacy-local {
    backdrop-filter: blur(10px);
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.15);
    display: flex;
    transform-style: preserve-3d;
    padding: 2.5rem;
    transition: transform 0.5s ease-out;
    border-radius: 17px;
    align-items: center;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    justify-content: center;
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
}.give-it-a-try-local .learn-legacy-local::before {
    bottom: -5px;
    background: linear-gradient(45deg, rgb(216,197,164), transparent, rgb(193,164,118), transparent);
    left: -5px;
    top: -5px;
    z-index: -1;
    opacity: 0.5;
    animation: borderGlow 4s infinite alternate;
    right: -5px;
    content: "";
    border-radius: calc(17px + 5px);
    position: absolute;
    filter: blur(10px);
}.give-it-a-try-local .learn-legacy-local:hover {
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.give-it-a-try-local svg {
    height: 42px;
    width: 42px;
    filter: drop-shadow(0 4px 6px rgba(0,0,0,0.1));
    transform: translateZ(10px) rotate(-5deg);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    margin-right: 2rem;
}.give-it-a-try-local svg:hover {
    transform: translateZ(20px) rotate(0deg) scale(1.1);
}.give-it-a-try-local svg path {
    fill: #ffffff;
    transition: fill 0.3s ease;
}.give-it-a-try-local .learn-legacy-local:hover svg path {
    fill: #ffffff;
    filter: drop-shadow(0 0 5px rgb(255, 255, 255, 0.5));
}.give-it-a-try-local .learn-legacy-local div {
    align-items: center;
    display: flex;
    transform: translateZ(15px);
}.give-it-a-try-local .help-panel-local {
    transform: translateZ(10px);
    font-size: 20px;
    padding: 0.9rem 2.2rem;
    position: relative;
    text-decoration: none;
    background: linear-gradient(135deg, rgb(216,197,164), rgb(193,164,118));
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-radius: 10px;
    letter-spacing: 0.03em;
    display: inline-block;
    color: #ffffff;
    overflow: hidden;
    font-weight: 600;
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
    font-family: Arial, sans-serif;
    text-align: center;
}.give-it-a-try-local .help-panel-local::before {
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    content: "";
    width: 100%;
    left: -100%;
    height: 100%;
    top: 0;
    transition: all 0.6s ease;
    position: absolute;
}.give-it-a-try-local .help-panel-local:hover {
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
    transform: translateZ(30px) scale(1.05);
    background: linear-gradient(135deg, rgb(193,164,118), rgb(216,197,164));
}.give-it-a-try-local .help-panel-local:hover::before {
    left: 100%;
}.give-it-a-try-local .help-panel-local:active {
    transform: translateZ(5px) scale(0.98);
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

@keyframes orbitalGlow {
    0% {
        opacity: 0.4;
        transform: translateX(0) translateY(0);
    }
    50% {
        opacity: 0.6;
        transform: translateX(-5%) translateY(5%);
    }
    100% {
        opacity: 0.4;
        transform: translateX(5%) translateY(-5%);
    }
}

@keyframes borderGlow {
    0% {
        opacity: 0.4;
        filter: blur(10px);
    }
    50% {
        opacity: 0.6;
        filter: blur(15px);
    }
    100% {
        opacity: 0.4;
        filter: blur(10px);
    }
}

@media (max-width: 991px) {.give-it-a-try-local {
    padding: 5rem 0;
}.give-it-a-try-local h2 {
    margin-bottom: 2.5rem;
    font-size: calc(34px * 0.9);
}.give-it-a-try-local .learn-legacy-local {
    padding: 2rem;
}
}

@media (max-width: 767px) {.give-it-a-try-local {
    padding: 4rem 0;
}.give-it-a-try-local h2 {
    font-size: calc(34px * 0.8);
    margin-bottom: 2rem;
}.give-it-a-try-local .learn-legacy-local {
    flex-direction: column;
    padding: 1.8rem;
}.give-it-a-try-local svg {
    margin-bottom: 1.5rem;
    margin-right: 0;
}.give-it-a-try-local .help-panel-local {
    padding: 0.8rem 1.8rem;
}
}

@media (max-width: 575px) {.give-it-a-try-local {
    padding: 3rem 0;
}.give-it-a-try-local h2 {
    font-size: calc(34px * 0.7);
    letter-spacing: 0.01em;
}.give-it-a-try-local .learn-legacy-local {
    padding: 1.5rem;
    width: 90%;
}.give-it-a-try-local svg {
    width: 36px;
    height: 36px;
    margin-bottom: 1.2rem;
}.give-it-a-try-local .help-panel-local {
    font-size: calc(20px * 0.9);
    padding: 0.7rem 1.5rem;
}}.course-beneficiaries-local {
    position: relative;
    background-color: rgb(236,225,206);
    overflow: hidden;
    padding: 6rem 0;
}.course-beneficiaries-local::before {
    position: absolute;
    top: 0;
    z-index: 1;
    background: 
        radial-gradient(circle at 20% 20%, #ffffff 0%, transparent 25%),
        radial-gradient(circle at 80% 80%, rgb(193,164,118,0.5) 0%, transparent 30%),
        radial-gradient(circle at 50% 50%, rgb(216,197,164,0.5) 0%, transparent 40%);
    opacity: 0.2;
    content: '';
    left: 0;
    width: 100%;
    height: 100%;
}.course-beneficiaries-local::after {
    width: 100%;
    top: 0;
    opacity: 0.1;
    height: 100%;
    background: linear-gradient(135deg, #ffffff 0%, transparent 100%);
    z-index: 1;
    position: absolute;
    left: 0;
    content: '';
}.course-beneficiaries-local .learn-legacy-local {
    margin: 0 auto;
    padding: 0 2rem;
    z-index: 2;
    max-width: 1200px;
    position: relative;
}.course-beneficiaries-local h3 {
    font-weight: 300;
    position: relative;
    font-size: 45px;
    margin-bottom: 4rem;
    color: rgb(216,197,164);
    text-align: center;
    letter-spacing: 2px;
}.course-beneficiaries-local h3::after {
    width: 80px;
    background: linear-gradient(90deg, transparent, rgb(216,197,164), transparent);
    opacity: 0.8;
    bottom: -15px;
    left: 50%;
    content: '';
    position: absolute;
    height: 3px;
    transform: translateX(-50%);
    border-radius: 50px;
}.course-beneficiaries-local ul {
    list-style-type: none;
    grid-template-columns: repeat(2, 1fr);
    margin: 0;
    gap: 2.5rem;
    padding: 0;
    display: grid;
}.course-beneficiaries-local li {
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.05),
        0 5px 15px rgba(0, 0, 0, 0.02);
    backdrop-filter: blur(10px);
    display: flex;
    background-color: rgba(255, 255, 255, 0.9);
    flex-direction: column;
    position: relative;
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    overflow: hidden;
    border-radius: 14px;
    text-align: center;
    align-items: center;
    padding: 2.5rem 2rem;
}.course-beneficiaries-local li::before {
    position: absolute;
    width: 100%;
    content: '';
    top: 0;
    transition: opacity 0.5s ease;
    opacity: 0.1;
    z-index: -1;
    background: 
        radial-gradient(circle at 90% 10%, rgb(216,197,164,0.5) 0%, transparent 30%),
        radial-gradient(circle at 10% 90%, rgb(193,164,118,0.5) 0%, transparent 30%);
    left: 0;
    height: 100%;
}.course-beneficiaries-local li::after {
    content: '';
    left: -50%;
    width: 200%;
    top: -50%;
    position: absolute;
    transform: scale(0.8);
    opacity: 0;
    background: radial-gradient(circle at center, rgba(255, 255, 255, 0.8) 0%, transparent 60%);
    z-index: -1;
    transition: all 0.5s ease;
    height: 200%;
}.course-beneficiaries-local li:hover {
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.1),
        0 10px 25px rgba(0, 0, 0, 0.05);
    border-color: rgb(216,197,164,0.5);
    transform: translateY(-10px);
}.course-beneficiaries-local li:hover::before {
    opacity: 0.2;
}.course-beneficiaries-local li:hover::after {
    transform: scale(1);
    opacity: 0.1;
}.course-beneficiaries-local li svg {
    margin-bottom: 1.5rem;
    animation: float 8s ease-in-out infinite;
    height: 70px;
    filter: drop-shadow(0 3px 6px rgb(193,164,118,0.5));
    fill: rgb(193,164,118);
    width: 70px;
    transition: all 0.5s ease;
}.course-beneficiaries-local li:hover svg {
    transform: translateY(-5px);
    fill: rgb(216,197,164);
    filter: drop-shadow(0 8px 15px rgb(216,197,164,0.5));
}.course-beneficiaries-local li svg path {
    transition: all 0.5s ease;
}.course-beneficiaries-local li:hover svg path {
    fill: rgb(216,197,164);
}.course-beneficiaries-local li {
    color: #000000;
    font-size: calc(17px * 1.1);
    line-height: 1.7;
    margin-top: 1rem;
    font-weight: 300;
}.course-beneficiaries-local li:nth-child(1) {
    animation-delay: 0s;
}.course-beneficiaries-local li:nth-child(2) {
    animation-delay: 0.3s;
}.course-beneficiaries-local li:nth-child(3) {
    animation-delay: 0.6s;
}.course-beneficiaries-local li:nth-child(4) {
    animation-delay: 0.9s;
}

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

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

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

@media (max-width: 991px) {.course-beneficiaries-local {
    padding: 5rem 0;
}.course-beneficiaries-local h3 {
    margin-bottom: 3rem;
    font-size: calc(45px * 0.8);
}.course-beneficiaries-local ul {
    gap: 2rem;
}.course-beneficiaries-local li {
    padding: 2rem 1.5rem;
}.course-beneficiaries-local li svg {
    height: 60px;
    width: 60px;
    margin-bottom: 1.2rem;
}
}

@media (max-width: 767px) {.course-beneficiaries-local {
    padding: 4rem 0;
}.course-beneficiaries-local h3 {
    font-size: calc(45px * 0.7);
    margin-bottom: 2.5rem;
    letter-spacing: 1px;
}.course-beneficiaries-local ul {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.course-beneficiaries-local li {
    padding: 1.8rem 1.2rem;
}.course-beneficiaries-local li svg {
    width: 50px;
    height: 50px;
    margin-bottom: 1rem;
}}.contact-local {
    z-index: 1;
    overflow: hidden;
    background: linear-gradient(180deg, rgb(236,225,206) 0%, rgb(193,164,118,0.5) 100%);
    position: relative;
    padding: 120px 0;
}.contact-local::before {
    height: 100%;
    top: 0;
    content: '';
    background: linear-gradient(0deg, transparent 40%, rgba(0,0,0,0.05) 60%, transparent 80%);
    animation: scanlines 10s linear infinite;
    width: 100%;
    left: 0;
    pointer-events: none;
    background-size: 100% 15px;
    position: absolute;
    z-index: 0;
}.contact-local::after {
    background: 
        radial-gradient(1px at 30% 20%, rgb(216,197,164,0.5) 0%, transparent 50%),
        radial-gradient(1px at 70% 40%, rgb(193,164,118,0.5) 0%, transparent 50%),
        radial-gradient(1px at 40% 60%, rgb(216,197,164,0.5) 0%, transparent 50%),
        radial-gradient(1px at 60% 80%, rgb(193,164,118,0.5) 0%, transparent 50%);
    pointer-events: none;
    content: '';
    opacity: 0.4;
    background-size: 150px 150px, 200px 200px, 100px 100px, 250px 250px;
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    top: 0;
}.contact-local .image-frame-local {
    width: 100%;
    z-index: 0;
    left: 0;
    position: absolute;
    top: 0;
    height: 100%;
    mix-blend-mode: overlay;
    opacity: 0.08;
    filter: grayscale(100%) contrast(150%);
}.contact-local .container {
    margin: 0 auto;
    position: relative;
    z-index: 2;
    max-width: 1200px;
    padding: 0 20px;
}.contact-local h3 {
    color: #000000;
    font-size: 29px;
    text-transform: uppercase;
    position: relative;
    font-weight: 700;
    text-align: center;
    font-family: Arial, sans-serif;
    margin-bottom: 60px;
    letter-spacing: 3px;
    perspective: 800px;
}.contact-local h3::before {
    left: 50%;
    transform: translateX(-50%);
    color: rgb(193,164,118,0.5);
    font-size: calc(29px - 10px);
    opacity: 0.4;
    position: absolute;
    content: attr(id);
    top: -10px;
    letter-spacing: 5px;
}.contact-local h3::after {
    width: 100px;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(216,197,164), transparent);
    content: '';
    bottom: -15px;
    transform: translateX(-50%);
    left: 50%;
    height: 1px;
}.contact-local .inquiry-query-local {
    box-shadow: 
        0 20px 50px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(0, 0, 0, 0.05),
        0 0 20px rgb(216,197,164,0.5) inset;
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: grid;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.95);
    transform-style: preserve-3d;
    grid-template-columns: 1.5fr 1fr;
    border-radius: 16px;
    overflow: hidden;
    transform: perspective(1000px) rotateX(0deg);
    position: relative;
    transition: transform 0.5s ease;
}.contact-local .inquiry-query-local:hover {
    transform: perspective(1000px) rotateX(2deg);
}.contact-local .inquiry-query-local::before {
    bottom: -2px;
    animation: border-flow 6s linear infinite;
    right: -2px;
    content: '';
    z-index: -1;
    top: -2px;
    background: linear-gradient(45deg, 
        rgb(216,197,164,0.5), 
        transparent, 
        rgb(193,164,118,0.5), 
        transparent);
    left: -2px;
    position: absolute;
    border-radius: calc(16px + 2px);
}.contact-local .inquiry-query-local::after {
    top: 0;
    pointer-events: none;
    content: '';
    background-size: 20px 20px;
    background: 
        linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255,255,255,0.03) 1px, transparent 1px);
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}.contact-local .query-message-local {
    position: relative;
    overflow: hidden;
    background: #ffffff;
    padding: 60px;
}.contact-local .query-message-local::before {
    width: 100%;
    content: '';
    top: 0;
    position: absolute;
    height: 3px;
    left: 0;
    background: linear-gradient(90deg, 
        rgb(216,197,164), 
        rgb(193,164,118));
}.contact-local .query-message-local::after {
    background: linear-gradient(90deg, 
        transparent, 
        rgba(0, 0, 0, 0.01));
    height: 100%;
    top: 0;
    right: 0;
    pointer-events: none;
    content: '';
    width: 50%;
    position: absolute;
}.contact-local .query-message-local #contact {
    z-index: 2;
    position: relative;
}.contact-local .query-message-local h3 {
    text-align: left;
    letter-spacing: 2px;
    font-size: 24px;
    margin-bottom: 40px;
    color: #000000;
    font-weight: 600;
    text-transform: uppercase;
}.contact-local .query-message-local h3::before {
    display: none;
}.contact-local .query-message-local h3::after {
    height: 2px;
    width: 50px;
    background: rgb(216,197,164);
    transform: none;
    left: 0;
}.contact-local .query-message-local input[type="text"],
.contact-local .query-message-local input[type="tel"],
.contact-local .query-message-local input[type="email"],
.contact-local .query-message-local textarea {
    border-radius: 0;
    border: none;
    width: 100%;
    box-shadow: none;
    background-color: transparent;
    margin-bottom: 25px;
    color: #000000;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 20px 25px;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    font-size: 15px;
}.contact-local .query-message-local input[type="text"]::placeholder,
.contact-local .query-message-local input[type="tel"]::placeholder,
.contact-local .query-message-local input[type="email"]::placeholder,
.contact-local .query-message-local textarea::placeholder {
    color: #000000;
    transition: opacity 0.3s ease;
    opacity: 0.6;
}.contact-local .query-message-local input[type="text"]:focus::placeholder,
.contact-local .query-message-local input[type="tel"]:focus::placeholder,
.contact-local .query-message-local input[type="email"]:focus::placeholder,
.contact-local .query-message-local textarea:focus::placeholder {
    opacity: 0.3;
}.contact-local .query-message-local input[type="text"]:focus,
.contact-local .query-message-local input[type="tel"]:focus,
.contact-local .query-message-local input[type="email"]:focus,
.contact-local .query-message-local textarea:focus {
    outline: none;
    border-bottom-color: rgb(216,197,164);
    background-color: rgba(0, 0, 0, 0.01);
}.contact-local .query-message-local textarea {
    transition: height 0.3s ease;
    min-height: 150px;
    resize: vertical;
    overflow: hidden;
}.contact-local .query-message-local .feedback-support-local {
    margin-bottom: 30px;
    align-items: flex-start;
    display: flex;
}.contact-local .query-message-local .feedback-support-local input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.contact-local .query-message-local .feedback-support-local label {
    color: #000000;
    position: relative;
    line-height: 1.6;
    font-size: calc(15px - 2px);
    padding-left: 40px;
    cursor: pointer;
}.contact-local .query-message-local .feedback-support-local label::before {
    background-color: transparent;
    position: absolute;
    left: 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
    content: '';
    width: 25px;
    height: 25px;
    transition: all 0.3s ease;
    top: 0;
}.contact-local .query-message-local .feedback-support-local label::after {
    width: 7px;
    position: absolute;
    transform: rotate(45deg) scale(0);
    transition: all 0.3s ease;
    left: 9px;
    height: 12px;
    opacity: 0;
    content: '';
    top: 5px;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
}.contact-local .query-message-local .feedback-support-local input[type="checkbox"]:checked + label::before {
    background-color: rgb(216,197,164);
    border-color: rgb(216,197,164);
}.contact-local .query-message-local .feedback-support-local input[type="checkbox"]:checked + label::after {
    transform: rotate(45deg) scale(1);
    opacity: 1;
}.contact-local .query-message-local .feedback-support-local a {
    border-bottom: 1px solid transparent;
    padding-bottom: 2px;
    transition: color 0.3s ease;
    color: rgb(216,197,164);
    font-weight: 600;
    text-decoration: none;
}.contact-local .query-message-local .feedback-support-local a:hover {
    color: rgb(193,164,118);
    border-bottom-color: rgb(193,164,118);
}.contact-local .query-message-local .help-panel-local {
    padding: 18px 40px;
    font-weight: 600;
    background-color: transparent;
    z-index: 1;
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 14px;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    text-transform: uppercase;
    letter-spacing: 2px;
    overflow: hidden;
    color: #000000;
    border: 1px solid rgb(216,197,164);
}.contact-local .query-message-local .help-panel-local::before {
    background: rgb(216,197,164);
    content: '';
    height: 100%;
    position: absolute;
    transform: scaleX(0);
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    transform-origin: right;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
}.contact-local .query-message-local .help-panel-local:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}.contact-local .connect-inquiry-local {
    position: relative;
    overflow: hidden;
    padding: 60px;
    background: linear-gradient(135deg, rgb(216,197,164) 0%, rgb(193,164,118) 100%);
}.contact-local .connect-inquiry-local::before {
    top: 0;
    content: '';
    position: absolute;
    width: 100%;
    z-index: 0;
    background: 
        linear-gradient(45deg, rgba(0,0,0,0.2) 25%, transparent 25%) -10px 0,
        linear-gradient(135deg, rgba(0,0,0,0.2) 25%, transparent 25%) -10px 0,
        linear-gradient(45deg, transparent 75%, rgba(0,0,0,0.2) 75%) -10px 0,
        linear-gradient(135deg, transparent 75%, rgba(0,0,0,0.2) 75%) -10px 0;
    height: 100%;
    opacity: 0.1;
    left: 0;
    background-size: 20px 20px;
}.contact-local .connect-inquiry-local::after {
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 60%);
    height: 200%;
    position: absolute;
    width: 200%;
    top: -50%;
    animation: pulse-light 10s infinite;
    content: '';
    left: -50%;
    z-index: 0;
}.contact-local .connect-inquiry-local h4 {
    color: #ffffff;
    letter-spacing: 2px;
    font-size: 24px;
    z-index: 1;
    position: relative;
    font-weight: 600;
    margin-bottom: 40px;
    text-transform: uppercase;
}.contact-local .connect-inquiry-local h4::after {
    height: 2px;
    left: 0;
    background: #ffffff;
    width: 50px;
    position: absolute;
    bottom: -10px;
    content: '';
}.contact-local .connect-inquiry-local .reach-info-local {
    z-index: 1;
    padding: 0;
    list-style: none;
    margin: 0;
    position: relative;
}.contact-local .connect-inquiry-local .reach-info-local li {
    margin-bottom: 30px;
    padding: 15px 0;
    transition: transform 0.3s ease;
    position: relative;
    align-items: flex-start;
    display: flex;
}.contact-local .connect-inquiry-local .reach-info-local li:hover {
    transform: translateX(10px);
}.contact-local .connect-inquiry-local .reach-info-local li::before {
    left: 0;
    width: 0;
    background: rgba(255, 255, 255, 0.3);
    content: '';
    top: 0;
    height: 1px;
    transition: width 0.3s ease;
    position: absolute;
}.contact-local .connect-inquiry-local .reach-info-local li:hover::before {
    width: 100%;
}.contact-local .connect-inquiry-local .reach-info-local li::after {
    bottom: 0;
    content: '';
    right: 0;
    position: absolute;
    background: rgba(255, 255, 255, 0.3);
    height: 1px;
    width: 0;
    transition: width 0.3s ease;
}.contact-local .connect-inquiry-local .reach-info-local li:hover::after {
    width: 100%;
}.contact-local .connect-inquiry-local .reach-info-local li svg {
    flex-shrink: 0;
    margin-right: 20px;
    width: 24px;
    height: 24px;
}.contact-local .connect-inquiry-local .reach-info-local li svg path {
    transition: fill 0.3s ease;
    fill: #ffffff;
}.contact-local .connect-inquiry-local .reach-info-local li span {
    font-size: 15px;
    line-height: 1.5;
    color: #ffffff;
}.contact-local .connect-inquiry-local .reach-info-local li a {
    transition: all 0.3s ease;
    color: #ffffff;
    position: relative;
    text-decoration: none;
}.contact-local .connect-inquiry-local .reach-info-local li a::before {
    position: absolute;
    content: '';
    height: 1px;
    left: 0;
    width: 100%;
    transform-origin: right;
    transform: scaleX(0);
    transition: transform 0.3s ease;
    background: #ffffff;
    bottom: -2px;
}.contact-local .connect-inquiry-local .reach-info-local li a:hover {
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
}.contact-local .connect-inquiry-local .reach-info-local li a:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}

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

@keyframes border-flow {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@keyframes pulse-light {
    0%, 100% {
        transform: translate(0, 0);
        opacity: 0.5;
    }
    25% {
        transform: translate(10%, 10%);
        opacity: 0.3;
    }
    50% {
        transform: translate(0%, 20%);
        opacity: 0.5;
    }
    75% {
        transform: translate(-10%, 10%);
        opacity: 0.3;
    }
}

@media (max-width: 992px) {.contact-local {
    padding: 80px 0;
}.contact-local .container {
    padding: 0 20px;
}.contact-local .inquiry-query-local {
    grid-template-columns: 1fr;
}.contact-local .query-message-local,
    .contact-local .connect-inquiry-local {
    padding: 40px;
}
}

@media (max-width: 768px) {.contact-local {
    padding: 60px 0;
}.contact-local h3 {
    font-size: calc(29px - 4px);
    margin-bottom: 40px;
}.contact-local .query-message-local h3,
    .contact-local .connect-inquiry-local h4 {
    font-size: calc(24px - 2px);
    margin-bottom: 30px;
}.contact-local .query-message-local input[type="text"],
    .contact-local .query-message-local input[type="tel"],
    .contact-local .query-message-local input[type="email"],
    .contact-local .query-message-local textarea {
    margin-bottom: 20px;
    padding: 15px 20px;
}.contact-local .query-message-local .help-panel-local {
    padding: 15px 30px;
}
}

@media (max-width: 576px) {.contact-local {
    padding: 40px 0;
}.contact-local .query-message-local,
    .contact-local .connect-inquiry-local {
    padding: 30px 20px;
}.contact-local h3 {
    letter-spacing: 2px;
    font-size: calc(29px - 6px);
}.contact-local .query-message-local .feedback-support-local label {
    font-size: calc(15px - 3px);
}}header {
    width: 100%;
    background: linear-gradient(to bottom, rgb(236,225,206), rgba(0, 0, 0, 0.5));
    position: relative;
    z-index: 99;
    overflow: visible;
}header::before {
    height: 100%;
    width: 100%;
    top: 0;
    position: absolute;
    opacity: 0.1;
    content: "";
    background-image: repeating-linear-gradient(
        -45deg,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0.5) 1px,
        transparent 1px,
        transparent 6px
    );
    left: 0;
}header .head-skill-local {
    padding: 20px 30px;
    justify-content: space-between;
    align-items: center;
    display: flex;
    position: relative;
}header .head-skill-local::before {
    position: absolute;
    background: linear-gradient(to right, transparent, rgb(216,197,164), transparent);
    left: 10%;
    bottom: 0;
    width: 80%;
    height: 1px;
    content: "";
}header .head-skill-local .header-top-local {
    position: relative;
    margin-right: 40px;
    z-index: 2;
}header .head-skill-local .header-top-local .top-class-local {
    padding: 5px;
    position: relative;
    display: block;
}header .head-skill-local .header-top-local .top-class-local::before {
    transition: transform 0.3s ease, opacity 0.3s ease;
    transform: scale(0.9);
    content: "";
    opacity: 0;
    border-radius: 10px;
    right: -5px;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
    top: -5px;
    position: absolute;
    bottom: -5px;
    left: -5px;
}header .head-skill-local .header-top-local .top-class-local:hover::before {
    transform: scale(1);
    opacity: 0.1;
}header .head-skill-local .header-top-local .top-class-local svg,
header .head-skill-local .header-top-local .top-class-local .site-logo {
    height: 45px;
    width: auto;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}header .head-skill-local .header-top-local .top-class-local .site-logo {
    display: block;
}header .head-skill-local .top-mainwrap-local {
    padding: 0;
    list-style: none;
    perspective: 1000px;
    margin: 0;
    display: flex;
}header .head-skill-local .top-mainwrap-local .nav-info-local {
    transform-style: preserve-3d;
    position: relative;
    margin: 0;
}header .head-skill-local .top-mainwrap-local .nav-info-local a {
    letter-spacing: 0.5px;
    transform-style: preserve-3d;
    text-decoration: none;
    display: block;
    position: relative;
    font-size: 18px;
    background: linear-gradient(to bottom, transparent, transparent);
    text-transform: uppercase;
    color: #000000;
    padding: 12px 20px;
    font-family: Arial, sans-serif;
    transition: color 0.3s ease, transform 0.3s ease;
    font-weight: 600;
}header .head-skill-local .top-mainwrap-local .nav-info-local a::before,
header .head-skill-local .top-mainwrap-local .nav-info-local a::after {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    content: "";
    position: absolute;
    transition: all 0.3s ease;
    pointer-events: none;
}header .head-skill-local .top-mainwrap-local .nav-info-local a::before {
    opacity: 0;
    transform-origin: top center;
    transform: translateZ(-1px) rotateX(10deg);
    background: linear-gradient(to bottom, rgb(216,197,164,0.5), transparent);
}header .head-skill-local .top-mainwrap-local .nav-info-local a::after {
    background: linear-gradient(to top, rgb(193,164,118,0.5), transparent);
    opacity: 0;
    transform: translateZ(-2px) rotateX(-10deg);
    transform-origin: bottom center;
}header .head-skill-local .top-mainwrap-local .nav-info-local:hover a {
    transform: translateZ(10px);
    color: rgb(216,197,164);
}header .head-skill-local .top-mainwrap-local .nav-info-local:hover a::before,
header .head-skill-local .top-mainwrap-local .nav-info-local:hover a::after {
    opacity: 0.1;
}header .head-skill-local .top-mainwrap-local .nav-info-local:hover a::before {
    transform: translateZ(-5px) rotateX(15deg);
}header .head-skill-local .top-mainwrap-local .nav-info-local:hover a::after {
    transform: translateZ(-10px) rotateX(-15deg);
}

.nav-toggle-checkbox {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}.nav-toggle-btn {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    padding: 9px;
    z-index: 101;
    border: none;
    background: rgba(255, 255, 255, 0.35);
    border-radius: 8px;
}.nav-toggle-btn span,
.nav-toggle-btn::before,
.nav-toggle-btn::after {
    content: "";
    display: block;
    height: 3px;
    width: 100%;
    background: #000000;
    border-radius: 2px;
    transition: transform 0.3s ease, opacity 0.3s ease;
}.nav-toggle-checkbox:checked ~ .header-top-local .nav-toggle-btn span {
    opacity: 0;
}.nav-toggle-checkbox:checked ~ .header-top-local .nav-toggle-btn::before {
    transform: translateY(9px) rotate(45deg);
}.nav-toggle-checkbox:checked ~ .header-top-local .nav-toggle-btn::after {
    transform: translateY(-9px) rotate(-45deg);
}@media (max-width: 992px) {header .head-skill-local {
    padding: 12px 15px;
    flex-direction: column;
    align-items: stretch;
}header .head-skill-local .header-top-local {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}.nav-toggle-btn {
    display: flex;
    flex-shrink: 0;
}header .head-skill-local .top-mainwrap-local {
    display: none;
    flex-direction: column;
    justify-content: flex-start;
    perspective: none;
    width: 100%;
    margin-top: 10px;
    background: rgba(255, 255, 255, 0.92);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}.nav-toggle-checkbox:checked ~ .top-mainwrap-local {
    display: flex;
}header .head-skill-local .top-mainwrap-local .nav-info-local {
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}header .head-skill-local .top-mainwrap-local .nav-info-local:last-child {
    border-bottom: none;
}header .head-skill-local .top-mainwrap-local .nav-info-local a {
    transform-style: flat;
    padding: 14px 18px;
    font-size: calc(18px - 1px);
}header .head-skill-local .top-mainwrap-local .nav-info-local:hover a {
    transform: none;
    background: rgba(216, 197, 164, 0.25);
}header .head-skill-local .top-mainwrap-local .nav-info-local a::before,
    header .head-skill-local .top-mainwrap-local .nav-info-local a::after {
    display: none;
}
}

@media (max-width: 767px) {header .head-skill-local .top-mainwrap-local .nav-info-local a {
    padding: 8px 12px;
    font-size: calc(18px - 2px);
}}.plan-shelf-local {
    position: relative;
    background: linear-gradient(135deg, rgb(236,225,206) 0%, #ffffff 100%);
    padding: 6rem 0;
    overflow: hidden;
}.plan-shelf-local::before {
    width: 100%;
    z-index: 1;
    height: 100%;
    left: 0;
    background: linear-gradient(45deg, rgb(216,197,164,0.5) 0%, transparent 40%);
    position: absolute;
    content: "";
    top: 0;
}.plan-shelf-local .container {
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
}.plan-shelf-local .edu-packages-local {
    flex-direction: column;
    display: flex;
}.plan-shelf-local .package-rates-local {
    margin-left: auto;
    order: 1;
    margin-right: auto;
    margin-bottom: 3rem;
    text-align: center;
    max-width: 800px;
}.plan-shelf-local .package-rates-local h2 {
    color: #000000;
    font-weight: 700;
    margin-bottom: 1rem;
    position: relative;
    display: inline-block;
    font-size: 31px;
}.plan-shelf-local .package-rates-local h2::after {
    transform: translateX(-50%);
    left: 50%;
    content: "";
    position: absolute;
    background: rgb(216,197,164);
    bottom: -10px;
    height: 3px;
    width: 80px;
}.plan-shelf-local .rate-list-local {
    line-height: 1.6;
    word-break: break-word;
    margin: 0 auto;
    overflow-wrap: break-word;
    color: #000000;
    max-width: 600px;
    font-size: 12px;
}.plan-shelf-local .discount-plan-local {
    display: grid;
    order: 2;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}.plan-shelf-local .training-fees-local {
    display: block;
    position: relative;
    text-decoration: none;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.5s ease;
    background: #ffffff;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    height: 100%;
}.plan-shelf-local .training-fees-local:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px) scale(1.02);
}.plan-shelf-local .access-rates-local {
    display: flex;
    flex-direction: column;
    height: 100%;
}.plan-shelf-local .learning-plan-local {
    padding: 2rem;
    overflow-wrap: break-word;
    display: flex;
    z-index: 1;
    flex-grow: 1;
    word-break: break-word;
    position: relative;
    flex-direction: column;
}.plan-shelf-local .learning-plan-local::before {
    height: 100%;
    content: "";
    background: linear-gradient(135deg, transparent 0%, #ffffff 100%);
    z-index: -1;
    opacity: 0.7;
    left: 0;
    width: 100%;
    position: absolute;
    top: 0;
}.plan-shelf-local .learning-plan-local h3 {
    color: #000000;
    margin-bottom: 1.5rem;
    font-weight: 700;
    position: relative;
    font-size: calc(18px * 1.2);
    padding-bottom: 0.5rem;
}.plan-shelf-local .learning-plan-local h3::after {
    transition: width 0.3s ease;
    position: absolute;
    left: 0;
    background: rgb(193,164,118);
    content: "";
    width: 40px;
    height: 2px;
    bottom: 0;
}.plan-shelf-local .training-fees-local:hover .learning-plan-local h3::after {
    width: 80px;
}.plan-shelf-local .cost-card-local {
    font-size: calc(18px * 1.5);
    margin-bottom: 1.5rem;
    position: relative;
    color: rgb(216,197,164);
    display: inline-block;
    font-weight: 700;
}.plan-shelf-local .cost-card-local::before {
    height: 2px;
    transition: width 0.3s ease;
    position: absolute;
    left: 0;
    content: "";
    bottom: -5px;
    background: rgb(216,197,164);
    width: 0;
}.plan-shelf-local .training-fees-local:hover .cost-card-local::before {
    width: 100%;
}.plan-shelf-local .learning-plan-local p {
    word-break: break-word;
    line-height: 1.6;
    margin-top: auto;
    color: #000000;
    font-size: 12px;
    overflow-wrap: break-word;
}.plan-shelf-local .image-frame-local {
    overflow: hidden;
    position: relative;
    transition: transform 0.5s ease;
    height: 200px;
}.plan-shelf-local .image-frame-local::after {
    height: 100%;
    top: 0;
    position: absolute;
    width: 100%;
    left: 0;
    background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.4) 100%);
    content: "";
}.plan-shelf-local .training-fees-local:hover .image-frame-local {
    transform: scale(1.05);
}.plan-shelf-local .training-fees-local:nth-child(odd) .access-rates-local {
    flex-direction: column-reverse;
}.plan-shelf-local .training-fees-local:nth-child(3n+1) {
    border-top: 3px solid rgb(216,197,164);
}.plan-shelf-local .training-fees-local:nth-child(3n+2) {
    border-top: 3px solid rgb(193,164,118);
}.plan-shelf-local .training-fees-local:nth-child(3n+3) {
    border-top: 3px solid #000000;
}

@media (min-width: 768px) {.plan-shelf-local .edu-packages-local {
    align-items: center;
    flex-direction: row;
    gap: 4rem;
}.plan-shelf-local .package-rates-local {
    order: 2;
    margin-bottom: 0;
    flex: 0 0 30%;
    text-align: left;
}.plan-shelf-local .package-rates-local h2 {
    text-align: left;
}.plan-shelf-local .package-rates-local h2::after {
    left: 0;
    transform: none;
}.plan-shelf-local .rate-list-local {
    margin: 0;
    text-align: left;
}.plan-shelf-local .discount-plan-local {
    flex: 0 0 65%;
    order: 1;
    grid-template-columns: repeat(2, 1fr);
}
}

@media (min-width: 992px) {.plan-shelf-local .discount-plan-local {
    grid-template-columns: repeat(2, 1fr);
}.plan-shelf-local .training-fees-local:nth-child(4n+1) {
    transform: translateY(20px);
}.plan-shelf-local .training-fees-local:nth-child(4n+3) {
    transform: translateY(-20px);
}.plan-shelf-local .training-fees-local:hover {
    transform: translateY(0) scale(1.02);
}
}

@media (max-width: 767px) {.plan-shelf-local {
    padding: 3rem 0;
    overflow: visible;
}.plan-shelf-local .edu-packages-local {
    gap: 2rem;
}.plan-shelf-local .package-rates-local {
    margin-bottom: 2rem;
    max-width: 100%;
    padding: 0 4px;
}.plan-shelf-local .package-rates-local h2 {
    font-size: calc(31px * 0.85);
    display: block;
    word-break: break-word;
}.plan-shelf-local .rate-list-local {
    font-size: calc(12px * 0.95);
    line-height: 1.55;
    max-width: 100%;
}.plan-shelf-local .discount-plan-local {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin-top: 0;
}.plan-shelf-local .training-fees-local {
    height: auto;
    overflow: visible;
}.plan-shelf-local .access-rates-local {
    height: auto;
    flex-direction: column;
}.plan-shelf-local .training-fees-local:nth-child(odd) .access-rates-local {
    flex-direction: column;
}.plan-shelf-local .learning-plan-local {
    padding: 1.25rem 1rem;
    flex-grow: 0;
    min-height: 0;
}.plan-shelf-local .learning-plan-local h3 {
    font-size: 18px;
    margin-bottom: 1rem;
}.plan-shelf-local .cost-card-local {
    font-size: 18px;
    margin-bottom: 1rem;
}.plan-shelf-local .learning-plan-local p {
    max-height: none;
    overflow: visible;
    font-size: 12px;
    line-height: 1.55;
    margin-top: 0;
    word-break: break-word;
    overflow-wrap: anywhere;
}.plan-shelf-local .image-frame-local {
    height: 140px;
    flex-shrink: 0;
}
}

@media (max-width: 480px) {.plan-shelf-local {
    padding: 2.5rem 0;
}.plan-shelf-local .discount-plan-local {
    grid-template-columns: 1fr;
    gap: 1.25rem;
}.plan-shelf-local .package-rates-local h2 {
    font-size: calc(31px * 0.75);
}.plan-shelf-local .rate-list-local {
    font-size: 11.5px;
    line-height: 1.5;
}.plan-shelf-local .learning-plan-local {
    padding: 1rem 0.875rem;
}.plan-shelf-local .learning-plan-local p {
    max-height: none;
    overflow: visible;
    font-size: 11.5px;
    line-height: 1.5;
}.plan-shelf-local .image-frame-local {
    height: 120px;
}}#cookieTermsNotice-local {
    display: none;
}#cookieTermsNotice-local:checked ~ .cookie-warning-dialog-local {
    visibility: hidden;
    opacity: 0;
}.cookie-warning-dialog-local {
    width: 100%;
    background: rgb(193,164,118);
    font-family: Arial, sans-serif;
    padding: 20px 0;
    position: fixed;
    box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.5);
    bottom: 0;
    z-index: 90;
    border-top: 3px solid rgb(216,197,164);
}.cookie-tab-local {
    justify-content: space-between;
    background: rgba(0, 0, 0, 0.5);
    align-items: center;
    border: 2px dashed rgb(216,197,164);
    gap: 20px;
    padding: 20px 5%;
    display: flex;
    border-radius: 11px;
}.cookie-warning-dialog-local h5 {
    letter-spacing: 1.5px;
    font-weight: 700;
    color: rgb(216,197,164);
    text-transform: uppercase;
    font-size: 21px;
    margin: 0;
}.cookie-warning-dialog-local p {
    margin: 0;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.5;
    position: relative;
}.cookie-box-local {
    border-radius: 11px;
    padding: 10px;
    justify-content: center;
    background: rgb(216,197,164,0.5);
    align-items: center;
    display: flex;
    margin-right: 20px;
    flex-shrink: 0;
}.cookie-box-local svg {
    height: 60px;
    width: 60px;
    fill: rgb(216,197,164);
}.track-accept-local {
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    padding: 10px 20px;
    min-width: 140px;
    background: rgb(216,197,164);
    border-radius: 10px;
    text-decoration: none;
    color: #000000;
    cursor: pointer;
    text-align: center;
    flex-shrink: 0;
    border: 2px solid rgb(216,197,164);
    margin-left: 10px;
    line-height: 40px;
    font-size: 18px;
    white-space: nowrap;
}.track-accept-local:hover {
    box-shadow: 0 0 10px rgb(193,164,118);
    background-color: rgb(193,164,118);
}.cookie_button.user-safety-local {
    color: #ffffff;
    border: 2px solid rgb(193,164,118);
    background: rgba(0, 0, 0, 0.5);
}.cookie_button.user-safety-local:hover {
    box-shadow: 0 0 10px rgb(193,164,118);
}.cookie-warning-dialog-local p a {
    border-bottom: 1px dashed rgb(216,197,164);
    transition: color 0.3s ease;
    text-decoration: none;
    color: rgb(216,197,164);
}.cookie-warning-dialog-local p a:hover {
    color: rgb(193,164,118);
}
@media only screen and (max-width: 1200px) {.cookie-warning-dialog-local {
    padding: 15px 0;
}.cookie-tab-local {
    padding: 15px 5%;
}.cookie-box-local {
    display: none;
}.cookie-tab-local {
    text-align: center;
    flex-direction: column;
    align-items: center;
}.cookie-warning-dialog-local h5 {
    font-size: 22px;
    margin-bottom: 10px;
}.cookie-compl-local {
    margin-bottom: 15px;
}.track-accept-local {
    min-width: 100%;
    margin: 10px 0;
}
}

h1, h2, h3, h4, h5, h6 {word-break: break-word;}

.form-phone-error {
    display: block;
    color: #c0392b;
    font-size: 13px;
    margin: -18px 0 18px;
    padding-left: 5px;
}

footer .get-contactinfo-local .info_item p {
    margin: 0;
    line-height: 1.5;
    width: 100%;
}

footer .get-contactinfo-local .info_item p a {
    color: #ffffff;
    text-decoration: underline;
}

footer .get-contactinfo-local .info_item p a:hover {
    color: rgba(255, 255, 255, 0.85);
}

.contact-local .connect-inquiry-local .reach-info-local li p {
    flex: 1;
    line-height: 1.5;
    margin: 0;
}

@media (max-width: 768px) {
    footer .input_holder {
        flex-direction: column;
        align-items: stretch;
    }

    footer .input_holder input[type="email"] {
        width: 100%;
        margin-bottom: 10px;
    }

    footer .sub-settings-local {
        width: 100%;
    }

    .contact-local .query-message-local .feedback-support-local {
        flex-wrap: wrap;
    }

    .contact-local .query-message-local .feedback-support-local label {
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    header .head-skill-local .header-top-local .top-class-local .site-logo {
        height: 38px;
    }

    footer .get-contactinfo-local {
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
    }

    footer .info_item {
        width: 100%;
        max-width: none;
        padding: 8px 12px;
        border-radius: 12px;
    }

    footer .info_item p,
    footer .info_item a {
        font-size: 10.5px;
        line-height: 1.3;
    }
}

.about-company-local {
    background: linear-gradient(180deg, rgb(236, 225, 206) 0%, #ffffff 55%);
    padding: 4rem 0 5rem;
}

.about-company-local .about-hero-local {
    text-align: center;
    max-width: 820px;
    margin: 0 auto 3.5rem;
}

.about-company-local .about-hero-local h1 {
    font-size: 2.2rem;
    margin-bottom: 1rem;
    color: #000000;
    line-height: 1.25;
}

.about-company-local .about-hero-local p {
    font-size: 1.05rem;
    line-height: 1.75;
    color: rgba(0, 0, 0, 0.82);
}

.about-company-local .about-split-local {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
    align-items: center;
    margin-bottom: 4rem;
}

.about-company-local .about-photo-local {
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
    min-height: 320px;
}

.about-company-local .about-photo-local img {
    width: 100%;
    height: 100%;
    min-height: 320px;
    object-fit: cover;
    display: block;
}

.about-company-local .about-story-local h2 {
    font-size: 1.6rem;
    margin-bottom: 1rem;
    color: rgb(193, 164, 118);
}

.about-company-local .about-story-local p {
    line-height: 1.75;
    margin-bottom: 1rem;
}

.about-company-local .about-values-local {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin-bottom: 4rem;
}

.about-company-local .about-value-card-local {
    background: #ffffff;
    border: 1px solid rgba(193, 164, 118, 0.35);
    border-radius: 16px;
    padding: 1.75rem 1.5rem;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.about-company-local .about-value-card-local h3 {
    font-size: 1.15rem;
    margin-bottom: 0.75rem;
    color: rgb(193, 164, 118);
}

.about-company-local .about-value-card-local p {
    line-height: 1.65;
    font-size: 0.98rem;
}

.about-company-local .about-banner-local {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 4rem;
    min-height: 360px;
}

.about-company-local .about-banner-local img {
    width: 100%;
    height: 100%;
    min-height: 360px;
    object-fit: cover;
    display: block;
}

.about-company-local .about-banner-caption-local {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 2rem 2.25rem;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.72), transparent);
    color: #ffffff;
}

.about-company-local .about-banner-caption-local h2 {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}

.about-company-local .about-banner-caption-local p {
    max-width: 640px;
    line-height: 1.6;
}

.about-company-local .about-timeline-local {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin-bottom: 3rem;
}

.about-company-local .about-timeline-local h2 {
    font-size: 1.6rem;
    margin-bottom: 1rem;
    color: rgb(193, 164, 118);
}

.about-company-local .about-milestones-local {
    list-style: none;
    padding: 0;
    margin: 0;
}

.about-company-local .about-milestones-local li {
    position: relative;
    padding: 0 0 1.25rem 1.5rem;
    margin-bottom: 0.5rem;
    border-left: 2px solid rgb(216, 197, 164);
    line-height: 1.65;
}

.about-company-local .about-milestones-local li strong {
    display: block;
    color: rgb(193, 164, 118);
    margin-bottom: 0.25rem;
}

.about-company-local .about-cta-local {
    text-align: center;
    padding: 2.5rem 1.5rem;
    border-radius: 18px;
    background: linear-gradient(135deg, rgb(216, 197, 164), rgb(193, 164, 118));
}

.about-company-local .about-cta-local h2 {
    color: #ffffff;
    margin-bottom: 0.75rem;
    font-size: 1.5rem;
}

.about-company-local .about-cta-local p {
    color: rgba(255, 255, 255, 0.92);
    margin-bottom: 1.25rem;
    line-height: 1.6;
}

.about-company-local .about-cta-local a {
    display: inline-block;
    padding: 0.85rem 1.75rem;
    background: #ffffff;
    color: #000000;
    border-radius: 8px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.about-company-local .about-cta-local a:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

@media (max-width: 992px) {
    .about-company-local .about-split-local,
    .about-company-local .about-timeline-local,
    .about-company-local .about-values-local {
        grid-template-columns: 1fr;
    }

    .about-company-local .about-hero-local h1 {
        font-size: 1.85rem;
    }
}

@media (max-width: 576px) {
    .about-company-local {
        padding: 2.5rem 0 3.5rem;
    }

    .about-company-local .about-banner-caption-local {
        padding: 1.25rem 1rem;
    }

    .about-company-local .about-banner-local,
    .about-company-local .about-banner-local img {
        min-height: 260px;
    }
}
