a {
    color: inherit;
    text-decoration: none;
}

.local-top-mainbar {
    flex: 1 0 auto;
}

.local-hackathon {
    flex: 0 0 auto;
}

.local-hackathon {
    font-family: Arial, sans-serif;
    z-index: 2;
    position: relative;
    color: #ffffff;
    padding: 80px 0 40px;
}

.local-learning-outcomes::after {
    position: absolute;
    opacity: 0.1;
    animation: movePattern 60s linear infinite;
    width: 100%;
    top: 0;
    background-image: repeating-linear-gradient(
    45deg,
    #ffffff 0px,
    #ffffff 1px,
    transparent 1px,
    transparent 15px
  );
    content: "";
    left: 0;
    height: 100%;
}



.local-learning-outcomes .local-img-container {
    transform-origin: center;
    max-width: 450px;
    box-shadow: 
    10px 10px 30px rgba(0, 0, 0, 0.1),
    -5px -5px 20px rgba(255, 255, 255, 0.6);
    transition: all 0.5s ease;
    flex: 0 0 40%;
    border-radius: 19px;
}

.local-learning-outcomes .local-quote-box {
    flex: 1;
    position: relative;
}

.local-learning-outcomes h3::after {
    bottom: 0;
    width: 60px;
    position: absolute;
    background: linear-gradient(to right, rgb(195,184,162), rgb(161,149,128));
    transition: width 0.3s ease;
    content: "";
    border-radius: 10px;
    left: 0;
    height: 3px;
}

.local-learning-outcomes li::before {
    left: 0;
    width: 3px;
    top: 0;
    background: linear-gradient(to bottom, rgb(195,184,162,0.5), rgb(161,149,128,0.5));
    border-radius: 10px;
    opacity: 0.5;
    position: absolute;
    transition: all 0.3s ease;
    height: 100%;
    content: "";
}

.local-learning-outcomes svg path {
    fill: #ffffff;
    transition: fill 0.3s ease;
}

.local-learning-outcomes li:hover svg {
    background: linear-gradient(135deg, rgb(195,184,162), rgb(161,149,128));
    transform: rotate(10deg);
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.15);
}

.local-landing-page .local-team-bios {
    position: relative;
    margin-bottom: 2rem;
    transform: translateX(-5%);
}

.local-landing-page .local-main-entry::before {
    position: absolute;
    transform: scaleY(0);
    content: "";
    left: -10px;
    height: 100%;
    background: linear-gradient(to bottom, rgb(195,184,162), rgb(161,149,128));
    top: 0;
    animation: slideIn 0.8s ease-out forwards 0.3s;
    transform-origin: top;
    width: 5px;
}

.local-landing-page .local-edu-home > div > div {
    padding: 2rem;
    opacity: 0;
    margin-bottom: 2rem;
    animation: slideInRight 0.8s ease-out forwards 0.7s;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateX(-20px);
}

#local-cookiePopupMessage:checked ~ .local-cookie-popup-warning {
    opacity: 0;
    visibility: hidden;
}

.local-track-settings {
    align-items: center;
    border-radius: 15px;
    gap: 20px;
    padding: 20px 5%;
    display: flex;
    justify-content: space-between;
    background: rgba(0, 0, 0, 0.5);
    border: 2px dashed rgb(195,184,162);
}

.local-cookie-tab {
    flex-shrink: 0;
    background: rgb(195,184,162,0.5);
    border-radius: 15px;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    padding: 10px;
    display: flex;
}

.cookie_button.local-cookie-frame {
    border: 2px solid rgb(161,149,128);
    color: #ffffff;
    background: rgba(0, 0, 0, 0.5);
}

.local-cookie-popup-warning p a:hover {
    color: rgb(161,149,128);
}


.local-course-highlights {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
    background: linear-gradient(120deg, rgb(231,218,197) 0%, rgb(195,184,162,0.5) 25%, rgb(161,149,128,0.5) 75%, rgb(231,218,197) 100%);
}

.local-course-highlights .container {
    z-index: 2;
    position: relative;
}

.local-course-highlights .local-study-sessions {
    align-items: center;
    overflow: hidden;
    position: relative;
    justify-content: flex-end;
    display: flex;
    min-height: 500px;
    border-radius: 0;
}

.local-course-highlights .local-img-container::after {
    height: 100%;
    z-index: 3;
    opacity: 0.8;
    content: "";
    left: 0;
    width: 100%;
    background: 
        radial-gradient(
            circle at 75% 25%,
            transparent 0%,
            rgba(0, 0, 0, 0.5) 90%
        );
    position: absolute;
    top: 0;
}

.local-course-highlights .local-master-it::after {
    position: absolute;
    border: 1px solid rgb(195,184,162,0.5);
    content: "";
    opacity: 0.5;
    border-radius: calc(12px - 10px) 0 0 calc(12px - 10px);
    z-index: -1;
    top: 15px;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    left: 15px;
}

.local-course-highlights .local-main-learn svg path {
    fill: rgb(195,184,162);
    transition: fill 0.3s ease;
}

.local-course-highlights h3 {
    position: relative;
    color: #000000;
    padding-bottom: 15px;
    line-height: 1.3;
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 20px;
}

.local-gratitudeBox {
    background: linear-gradient(135deg, rgb(231,218,197) 0%, rgba(rgb(195,184,162), 0.1) 100%);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.local-gratitudeBox:hover::before {
    transform: rotate(55deg) scale(1.1);
}

.local-gratitudeBox .container {
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
    position: relative;
}

.local-gratitudeBox .local-study-sessions {
    gap: 30px;
    position: relative;
    grid-template-columns: 1fr;
    transform: translateY(0);
    box-shadow: 0 8px 32px rgba(#000000, 0.06);
    border-left: 4px solid rgb(195,184,162);
    display: grid;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.5s ease;
    padding: 40px;
    background: #ffffff;
}

.local-gratitudeBox .local-study-sessions:hover > div:first-child::after {
    transform: scaleX(1.5);
}

.local-gratitudeBox p {
    font-size: 18px;
    position: relative;
    transition: transform 0.3s ease;
    margin: 0;
    color: #000000;
    line-height: 1.7;
}

.local-gratitudeBox a:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}

.local-gratitudeBox .local-study-sessions > div:last-child {
    position: relative;
}

.local-gratitudeBox .local-study-sessions:hover > div:last-child::before {
    opacity: 0.5;
    transform: rotate(0);
}

header .local-nav-study::before {
    left: -50%;
    background: radial-gradient(circle, rgb(161,149,128,0.5) 1%, transparent 10%);
    height: 200%;
    position: absolute;
    animation: backgroundShift 20s linear infinite;
    opacity: 0.3;
    z-index: -1;
    width: 200%;
    background-size: 15px 15px;
    content: "";
    top: -50%;
}

header .local-nav-study .local-main-learn::after {
    box-shadow: 0 0 8px 2px rgb(161,149,128);
    position: absolute;
    animation: neonPulse 3s infinite alternate;
    content: "";
    height: 2px;
    transform: scaleX(0);
    transform-origin: left;
    background: rgb(161,149,128);
    bottom: -8px;
    left: 0;
    width: 100%;
}

header .local-nav-study .local-header-nav::before {
    content: "";
    transform: scaleX(0.5);
    background: rgb(195,184,162);
    animation: neonPulse 4s infinite alternate-reverse;
    width: 100%;
    height: 2px;
    left: 0;
    position: absolute;
    top: 105%;
    box-shadow: 0 0 10px 2px rgb(195,184,162);
}

header .local-nav-study .local-top-edu a:hover {
    text-shadow: 0 0 5px rgb(161,149,128,0.5);
    border: 1px solid rgb(161,149,128,0.5);
    color: rgb(161,149,128);
}

header .local-nav-study .local-top-edu a:hover::before {
    opacity: 0.2;
    transform: scale(1);
}

.local-find-us::after {
    content: "";
    z-index: 0;
    background: linear-gradient(45deg, rgb(161,149,128,0.5) 0%, transparent 70%);
    position: absolute;
    animation: float 18s infinite ease-in-out reverse;
    left: -5%;
    bottom: -5%;
    opacity: 0.3;
    transform: rotate(10deg) skewY(-10deg);
    width: 40%;
    height: 60%;
}

.local-find-us .container {
    position: relative;
    z-index: 5;
    margin: 0 auto;
    max-width: 1200px;
}

.local-find-us .local-quick-support:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
                0 10px 20px rgba(0, 0, 0, 0.05),
                0 0 0 1px rgba(0, 0, 0, 0.02);
    transform: perspective(1000px) rotateY(0deg);
}

.local-find-us .local-quick-support > div::before {
    width: 3px;
    transform: scaleY(0.95) translateX(-50%);
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
    background: linear-gradient(to bottom, rgb(195,184,162) 0%, rgb(161,149,128) 100%);
    content: "";
}

.local-find-us .local-edu-form {
    display: flex;
    gap: 1rem;
    margin-top: 0.5rem;
    flex-direction: column;
}

.local-find-us .local-reach-team:hover {
    color: rgb(195,184,162);
    transform: translateX(5px);
}

.local-find-us .local-reach-team:hover::before {
    transform: scaleX(1);
}

.local-find-us svg {
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease, fill 0.3s ease;
    flex-shrink: 0;
}

.local-find-us svg path {
    transition: fill 0.3s ease;
    fill: #000000;
}

.local-check-it-out-now::before {
    top: -10%;
    background: rgb(195,184,162);
    opacity: 0.05;
    transform: rotate(-10deg);
    content: '';
    right: -10%;
    width: 60%;
    position: absolute;
    height: 120%;
    z-index: 1;
}

.local-check-it-out-now .container p {
    margin: 0;
    position: relative;
    border-left: 5px solid rgb(195,184,162);
    color: #000000;
    line-height: 1.4;
    font-weight: 700;
    z-index: 5;
    padding-left: 25px;
    font-size: 35px;
}

.local-check-it-out-now .local-query-help:hover {
    color: #ffffff;
}

.local-check-it-out-now .local-query-help:hover::before {
    transform: translate(-50%, -50%) scale(1);
}

.local-check-it-out-now .local-study-sessions::before {
    width: 100%;
    z-index: -1;
    left: 0;
    background: 
        radial-gradient(circle at 20% 80%, rgb(195,184,162,0.5) 0%, transparent 60%),
        radial-gradient(circle at 80% 20%, rgb(161,149,128,0.5) 0%, transparent 60%);
    top: 0;
    content: '';
    opacity: 0.1;
    position: absolute;
    height: 100%;
}

.local-contact h2 {
    position: relative;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 40px;
    color: rgb(161,149,128);
    text-align: center;
}

.local-contact .local-help-block {
    overflow: hidden;
    border-radius: 10px;
    grid-template-columns: 1fr 1fr;
    background: #ffffff;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
    display: grid;
    gap: 0;
}

.local-contact #contact {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.local-contact input[type="text"]:focus {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    border-color: rgb(195,184,162);
    outline: none;
}

.local-contact .local-query-panel input[type="checkbox"] {
    height: 24px;
    margin-top: 2px;
    flex-shrink: 0;
    border-radius: 10px;
    width: 24px;
    position: relative;
    cursor: pointer;
    appearance: none;
    border: 2px solid rgb(231,218,197);
}

.local-contact .local-query-panel a {
    color: rgb(195,184,162);
    transition: all 0.3s ease;
    font-weight: 600;
    text-decoration: none;
}

.local-contact .local-query-help:hover {
    transform: translateY(-3px);
    background: rgb(161,149,128);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.local-contact .local-query-help:hover::before {
    left: 100%;
}

.local-contact svg {
    height: 22px;
    vertical-align: middle;
    fill: rgb(195,184,162);
    width: 22px;
    margin-right: 10px;
}

.local-developer-experience .local-success-opinions {
    padding: 0;
    align-items: center;
    max-width: 1200px;
    overflow: hidden;
    border-radius: 20px;
    position: relative;
    gap: 4rem;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    z-index: 2;
    margin: 0 auto;
    display: flex;
    background: #ffffff;
}

.local-developer-experience .local-work-overview {
    width: 60%;
    position: relative;
    padding: 3rem;
}

.local-developer-experience .name::after {
    transition: width 0.3s ease;
    position: absolute;
    background: rgb(195,184,162);
    bottom: -8px;
    content: "";
    height: 3px;
    left: 0;
    width: 50%;
}

.local-developer-experience .local-career-record::before {
    color: rgb(195,184,162,0.5);
    position: absolute;
    content: "";
    top: -2rem;
    opacity: 0.4;
    font-size: 4rem;
    left: -1rem;
}

.local-quantitative-data .container {
    z-index: 3;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
}

.local-quantitative-data .local-statistics-elevation {
    margin-bottom: 30px;
    display: block;
}

.local-quantitative-data .local-statistics-pro {
    line-height: 1.2;
    font-size: 28px;
    position: relative;
    color: #ffffff;
    display: inline-block;
    margin-bottom: 20px;
    font-weight: 700;
}

.local-quantitative-data .local-statistics-gain {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    gap: 30px;
}

.local-quantitative-data .local-program-statistics {
    justify-content: center;
    width: 40px;
    display: flex;
    position: absolute;
    top: 20px;
    right: 20px;
    align-items: center;
    height: 40px;
}

.local-quantitative-data .local-statistics-boosts span {
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 5px;
    line-height: 1;
    font-size: 2.5rem;
    display: block;
}

.local-quantitative-data .local-statistics-boosts:nth-child(3) {
    border-left-color: rgb(195,184,162);
}

.local-quantitative-data .local-statistics-boosts:nth-child(odd) .local-program-statistics svg,
.local-quantitative-data .local-statistics-boosts:nth-child(odd) .local-program-statistics svg path {
    fill: rgb(161,149,128);
}

.local-about-this::before {
    position: absolute;
    background: linear-gradient(45deg, rgb(195,184,162,0.5) 0%, transparent 70%);
    width: 300px;
    content: "";
    filter: blur(70px);
    transform: rotate(15deg);
    height: 300px;
    animation: float 15s infinite ease-in-out;
    right: -50px;
    top: -50px;
    opacity: 0.5;
    z-index: 0;
}

.local-about-this h1::before {
    height: 4px;
    position: absolute;
    left: 0;
    content: "";
    width: 120px;
    animation: scaleIn 1.2s 0.6s forwards cubic-bezier(0.25, 1, 0.5, 1);
    bottom: -15px;
    background: linear-gradient(90deg, rgb(195,184,162) 0%, rgb(161,149,128) 100%);
    transform: scaleX(0);
    transform-origin: left;
}

.local-about-this .local-study-learn {
    background: rgba(255, 255, 255, 0.9);
    opacity: 0;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    transform: translateY(30px);
    padding: 40px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 
                0 5px 15px rgba(0, 0, 0, 0.03);
    position: relative;
    animation: fadeUp 1s 0.4s forwards cubic-bezier(0.25, 1, 0.5, 1);
}

.local-about-this .local-study-learn:hover h4 {
    transform: translateX(10px);
    color: rgb(195,184,162);
}

.local-about-this .local-study-learn:hover h4::after {
    width: 80px;
}

.local-about-this .local-study-learn:hover div {
    opacity: 1;
}

.local-offer-deck::before {
    filter: blur(60px);
    opacity: 0.5;
    content: "";
    right: -5%;
    transform: rotate(-15deg);
    width: 35%;
    background: linear-gradient(135deg, rgb(195,184,162,0.5), rgb(161,149,128,0.5));
    position: absolute;
    height: 50%;
    top: -10%;
    z-index: 1;
}

.local-offer-deck .container {
    margin: 0 auto;
    z-index: 2;
    position: relative;
    padding: 0 20px;
    max-width: 1400px;
}

.local-offer-deck .local-premium-grid {
    flex-direction: column;
    display: flex;
}

.local-offer-deck .local-indv-cost h2::after {
    transform: translateX(-50%);
    background: linear-gradient(to right, rgb(195,184,162), rgb(161,149,128));
    width: 80px;
    height: 3px;
    position: absolute;
    content: "";
    left: 50%;
    bottom: -10px;
}

.local-offer-deck .local-value-plan {
    transform: translateY(0);
    display: block;
    text-decoration: none;
    color: inherit;
    transition: transform var(--card-transition);
    height: 100%;
}

.local-offer-deck .local-study-cost::before {
    transition: transform 0.5s ease;
    position: absolute;
    width: 100%;
    content: "";
    background: var(--card-border);
    transform-origin: left;
    top: 0;
    transform: scaleX(0);
    left: 0;
    height: 5px;
}

.local-offer-deck .local-value-plan:hover .local-plan-fees h3 {
    color: var(--card-accent);
}

.local-offer-deck .local-price-view::after {
    position: absolute;
    content: "";
    background-color: var(--card-accent);
    transition: width 0.3s ease;
    bottom: -10px;
    height: 2px;
    left: 0;
    width: 40px;
}

.local-offer-deck .local-img-container::after {
    opacity: 0;
    right: 0;
    position: absolute;
    transition: opacity 0.4s ease;
    bottom: 0;
    top: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.3), transparent);
    left: 0;
    content: "";
}

.local-privacy-parapet::after {
    background-image: 
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    content: "";
    top: 0;
    background-size: 20px 20px;
    width: 100%;
    position: absolute;
    left: 0;
    z-index: -1;
    height: 100%;
}

.local-privacy-parapet h1:hover::after {
    width: 120px;
}

.local-privacy-parapet h2 {
    transition: transform 0.35s ease-out;
    font-size: 35px;
    position: relative;
    transform: translateX(0);
    margin: 3rem 0 1.5rem;
    padding-left: 1.2rem;
    font-weight: 600;
    color: rgb(161,149,128);
}

.local-privacy-parapet h3::before {
    content: "";
    background: rgb(161,149,128,0.5);
    width: 6px;
    height: 70%;
    transform: translateY(-50%);
    left: 0;
    position: absolute;
    top: 50%;
}

.local-privacy-parapet p {
    color: #000000;
    margin-bottom: 1.5rem;
    transition: transform 0.35s ease;
    max-width: 90%;
    transform: translateZ(0);
    padding: 0.5rem 0;
    line-height: 1.8;
    font-size: 14px;
    position: relative;
}

.local-privacy-parapet ul {
    padding-left: 1.5rem;
    position: relative;
    list-style: none;
    margin: 1.5rem 0 2rem;
}

.local-privacy-parapet li {
    line-height: 1.7;
    font-size: calc(14px * 0.97);
    color: #000000;
    padding: 0.8rem 0 0.8rem 2rem;
    position: relative;
    margin-bottom: 0.5rem;
    transition: transform 0.3s ease;
}

.local-privacy-parapet span {
    transform: translateZ(0);
    display: block;
    border-left: 3px solid rgb(161,149,128);
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
    padding: 1rem 1.5rem;
    color: #000000;
    font-size: calc(14px * 0.95);
    line-height: 1.75;
    margin-bottom: 1.5rem;
    background-color: rgba(255, 255, 255, 0.6);
}

.local-hackathon .company_holder h3::after {
    position: absolute;
    background: rgb(195,184,162);
    width: 40px;
    left: 0;
    height: 4px;
    border-radius: 10px;
    content: '';
    bottom: 0;
}

.local-hackathon .local-site-core {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px;
    display: grid;
}

.local-hackathon .local-header-nav h5 {
    font-size: 18px;
    margin-bottom: 25px;
    font-weight: 600;
    position: relative;
    display: inline-block;
    color: #ffffff;
}

.local-hackathon .local-header-nav h5 {
    letter-spacing: 0.5px;
}

.local-hackathon .local-header-nav .local-site-core a {
    font-size: 16px;
    text-decoration: none;
    position: relative;
    z-index: 1;
    padding: 8px 15px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s ease;
    color: #ffffff;
}

.local-license-cta::before {
    top: 0;
    opacity: 0.2;
    height: 1px;
    content: '';
    position: absolute;
    right: 15%;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    left: 15%;
}



footer::after {
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(255, 255, 255, 0.02) 10px,
        rgba(255, 255, 255, 0.02) 20px
    );
    top: 0;
    left: 0;
    content: '';
    z-index: 1;
    right: 0;
    bottom: 0;
    position: absolute;
}

.local-hackathon .company_holder::before {
    border-radius: 50%;
    filter: blur(40px);
    left: -30px;
    position: absolute;
    height: 100px;
    z-index: -1;
    background: rgb(161,149,128,0.5);
    content: '';
    opacity: 0.3;
    width: 100px;
    bottom: 0;
}

.local-hackathon .local-header-nav h5::after {
    content: '';
    height: 2px;
    left: 0;
    bottom: -5px;
    position: absolute;
    width: 30px;
    background: rgb(161,149,128);
}

.local-potential-enrollees::after {
    background: 
        repeating-linear-gradient(
            45deg,
            rgb(195,184,162,0.5) 0,
            rgb(195,184,162,0.5) 1px,
            transparent 1px,
            transparent 20px
        ),
        repeating-linear-gradient(
            -45deg,
            rgb(161,149,128,0.5) 0,
            rgb(161,149,128,0.5) 1px,
            transparent 1px,
            transparent 20px
        );
    position: absolute;
    width: 100%;
    opacity: 0.1;
    content: "";
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0;
}

.local-potential-enrollees h4::before {
    top: 0;
    opacity: 0.5;
    position: absolute;
    left: 0;
    width: 100%;
    background: 
        radial-gradient(circle at 20% 50%, rgba(255, 255, 255, 0.2) 0%, transparent 25%),
        radial-gradient(circle at 80% 50%, rgba(255, 255, 255, 0.2) 0%, transparent 25%);
    content: "";
    height: 100%;
}

.local-potential-enrollees div p::after {
    position: absolute;
    transition: opacity 0.3s ease;
    background: linear-gradient(90deg, 
        rgba(rgb(195,184,162), 0.05) 0%, 
        rgba(rgb(161,149,128), 0.05) 100%
    );
    width: 100%;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    opacity: 0;
    z-index: -1;
}

.local-potential-enrollees div p svg path {
    fill: rgb(195,184,162);
    transition: fill 0.3s ease;
}

.local-about-this .local-study-learn div::-webkit-scrollbar {
    background-color: rgba(0, 0, 0, 0.05);
    width: 6px;
}

.local-about-this .local-study-learn div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(161,149,128,0.5);
}




@media (max-width: 992px) {.local-landing-page {
    padding: 1.5rem;
}.local-landing-page .local-edu-home {
    padding: 2rem;
}.local-landing-page .local-main-entry {
    font-size: clamp(1.8rem, 4.5vw, 38px);
}.local-landing-page .local-edu-home > div > div {
    padding: 1.5rem;
}.local-landing-page .local-edu-home h3 {
    font-size: 19px;
    padding: 1.25rem;
}
}



@media (max-width: 576px) {.local-landing-page {
    min-height: initial;
    padding-bottom: 4rem;
    padding-top: 4rem;
    padding: 1rem;
}.local-landing-page .local-main-entry {
    font-size: calc(38px * 0.9);
}.local-landing-page .local-edu-home {
    padding: 1rem;
}.local-landing-page .local-edu-home > div > div {
    margin-bottom: 1rem;
    padding: 1rem;
}.local-landing-page .local-edu-home h3 {
    padding: 0.875rem;
    font-size: 19px;
}
}



@media (max-width: 1200px) {.local-course-highlights .local-master-it {
    max-width: 65%;
}
}



@media (max-width: 768px) {.local-course-highlights {
    padding: 60px 0;
}.local-course-highlights .local-img-container {
    height: 250px;
}.local-course-highlights .local-master-it {
    padding: 30px 25px;
}.local-course-highlights h3 {
    font-size: calc(32px * 0.9);
}.local-course-highlights p {
    font-size: calc(16px * 0.95);
}.local-course-highlights .local-main-learn svg {
    height: 50px;
}}



@media (max-width: 767px) {.local-gratitudeBox {
    padding: 60px 0;
}.local-gratitudeBox .local-study-sessions {
    padding: 30px;
}.local-gratitudeBox h5 {
    font-size: calc(19px * 0.9);
}.local-gratitudeBox::before,
  .local-gratitudeBox::after {
    height: 100px;
    width: 100px;
}
}



@media (max-width: 992px) {header .local-nav-study {
    margin-left: calc(-50vw + 50%);
    padding: 1rem;
    box-sizing: border-box;
    flex-direction: column;
    width: 100vw;
}header .local-nav-study .local-main-learn {
    margin-bottom: 1.5rem;
}header .local-nav-study .local-header-nav {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
}header .local-nav-study .local-header-nav::before {
    bottom: -10px;
    top: auto;
}header .local-nav-study .local-top-edu {
    margin: 0.25rem 0.5rem;
}
}



@media (min-width: 992px) {.local-find-us {
    padding: 7rem 4rem;
}.local-find-us .local-quick-support {
    grid-template-columns: 2fr 1fr 1fr;
    transform: perspective(2000px) rotateY(-3deg);
    gap: 3rem;
}.local-find-us .local-quick-support > div:first-child {
    grid-column: 1;
}.local-find-us .local-edu-form {
    gap: 1.25rem;
}.local-find-us h1::after {
    width: 100px;
}
}



@media (max-width: 991px) {.local-check-it-out-now {
    padding: 90px 0;
}.local-check-it-out-now .container {
    gap: 30px;
}.local-check-it-out-now .container p {
    padding-left: 20px;
    font-size: calc(21px * 1.2);
}.local-check-it-out-now .local-query-help {
    padding: 15px 35px;
}
}



@media (max-width: 992px) {.local-contact .local-help-block {
    grid-template-columns: 1fr;
}.local-contact .local-img-container {
    border-top-right-radius: 10px;
    grid-row: 1;
    border-radius: 0;
    min-height: 300px;
    grid-column: 1;
    border-top-left-radius: 10px;
}.local-contact .local-request-form {
    grid-row: 2;
    grid-column: 1;
    padding: 40px 30px;
}
}



@media (max-width: 992px) {.local-developer-experience .local-success-opinions {
    flex-direction: column;
    gap: 2rem;
}.local-developer-experience .local-img-container {
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    height: 350px;
}.local-developer-experience .local-work-overview {
    padding: 0 2rem 2rem;
    width: 100%;
}
}



@media screen and (max-width: 768px) {.local-quantitative-data {
    padding: 60px 0;
}.local-quantitative-data .local-statistics-gain {
    gap: 20px;
    grid-template-columns: 1fr;
}.local-quantitative-data .local-statistics-boosts {
    padding: 20px;
}.local-quantitative-data .local-statistics-boosts span {
    font-size: 2rem;
}
}



@media (min-width: 768px) {.local-about-this {
    padding: 150px 0 120px;
}.local-about-this h1 {
    font-size: calc(44px + 10px);
    margin-bottom: 80px;
}.local-about-this .local-belief-core ul {
    grid-template-columns: 1fr 1fr;
}.local-about-this .local-study-learn {
    padding: 50px;
}.local-about-this .local-study-learn div {
    height: 300px;
}.local-about-this .local-study-learn:first-child {
    transform: translateY(40px) rotate(-1deg);
    z-index: 2;
}.local-about-this .local-study-learn:last-child {
    transform: translateY(20px) rotate(1deg);
    z-index: 1;
}.local-about-this .local-study-learn:first-child:hover,
    .local-about-this .local-study-learn:last-child:hover {
    transform: translateY(-5px) rotate(0);
    z-index: 3;
}
}



@media (max-width: 991px) {.local-offer-deck {
    padding: 80px 0 60px;
}.local-offer-deck .local-pricing-pack {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 25px;
}
}



@media (max-width: 480px) {.local-offer-deck {
    padding: 50px 0 30px;
}.local-offer-deck .local-indv-cost h2 {
    font-size: calc(34px - 4px);
}.local-offer-deck .local-fee-board {
    font-size: 14px;
}.local-offer-deck .local-plan-fees {
    padding: 20px 15px;
}.local-offer-deck .local-img-container {
    height: 160px;
}}



@media (max-width: 991px) {.local-privacy-parapet h1 {
    font-size: calc(43px * 1.1);
}.local-privacy-parapet h2 {
    font-size: calc(35px * 0.95);
}.local-privacy-parapet p, .local-privacy-parapet span {
    max-width: 100%;
}
}



@media (max-width: 480px) {.local-privacy-parapet {
    padding: 3rem 1rem;
}.local-privacy-parapet h1 {
    font-size: calc(43px * 0.9);
}.local-privacy-parapet h2 {
    font-size: calc(35px * 0.9);
}.local-privacy-parapet h3 {
    font-size: calc(24px * 1.1);
}.local-privacy-parapet h4 {
    font-size: 24px;
}.local-privacy-parapet p, .local-privacy-parapet li, .local-privacy-parapet span {
    line-height: 1.6;
    font-size: calc(14px * 0.95);
}}



@media (max-width: 991px) {.local-potential-enrollees {
    padding: 80px 0;
}.local-potential-enrollees h4 {
    padding: 30px 25px;
    font-size: calc(33px - 2px);
}.local-potential-enrollees div {
    padding: 30px;
}.local-potential-enrollees div p {
    padding: 15px;
    margin-bottom: 15px;
}.local-potential-enrollees div p svg {
    width: 24px;
    min-width: 24px;
    height: 24px;
    margin-right: 15px;
}
}

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



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



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



@keyframes backgroundShift {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(50%, 50%);
  }
}



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



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



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



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

