.container {
    margin: auto;
    max-width: 100%;
    width: 1102px;
}

svg {
    width: 30px;
    height: 30px;
}

.local-wrapper-segment {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    height: 100%;
}


.local-learning-outcomes {
    font-family: Arial, sans-serif;
    overflow: hidden;
    padding: 80px 0;
    position: relative;
    background: linear-gradient(135deg, #ffffff 0%, rgb(231,218,197) 100%);
}



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

.local-learning-outcomes .local-study-sessions::before {
    left: 0;
    content: "";
    opacity: 0.7;
    top: 0;
    animation: gradientShift 8s linear infinite;
    height: 8px;
    background-size: 200% 100%;
    width: 100%;
    background: linear-gradient(90deg, 
    rgb(195,184,162), 
    rgb(161,149,128), 
    rgb(195,184,162));
    position: absolute;
}

.local-learning-outcomes h3 {
    padding-bottom: 15px;
    font-size: 28px;
    position: relative;
    color: rgb(195,184,162);
    font-weight: 700;
    margin-bottom: 25px;
}

.local-learning-outcomes ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.local-learning-outcomes li:last-child {
    margin-bottom: 0;
}

.local-learning-outcomes li:hover {
    transform: translateX(8px);
}

.local-learning-outcomes li p {
    transition: all 0.3s ease;
    padding: 15px;
    align-items: center;
    box-shadow: 
    3px 3px 10px rgba(0, 0, 0, 0.03),
    -3px -3px 10px rgba(255, 255, 255, 0.8);
    color: #000000;
    border-radius: 10px;
    display: flex;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.3));
    font-size: 15px;
    margin: 0;
    gap: 15px;
}

.local-landing-page {
    align-items: center;
    padding: 2rem;
    display: flex;
    justify-content: center;
    overflow: hidden;
    min-height: 100vh;
    position: relative;
    background: linear-gradient(135deg, rgb(231,218,197), rgb(195,184,162,0.5));
}

.local-landing-page .local-edu-home {
    opacity: 0;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    animation: fadeUp 1s ease-out forwards 0.5s;
    padding: 3rem;
    transform: translateY(20px);
    position: relative;
}

.local-landing-page .local-edu-home > div {
    max-width: 800px;
    position: relative;
    z-index: 1;
    margin: 0 auto;
}

.local-landing-page .local-edu-home p {
    font-size: calc(13px * 1.1);
    margin: 0;
    color: #000000;
    font-weight: 600;
    line-height: 1.6;
}

#local-cookiePopupMessage {
    display: none;
}

.local-cookie-popup-warning {
    border-top: 3px solid rgb(195,184,162);
    width: 100%;
    background: rgb(161,149,128);
    font-family: Arial, sans-serif;
    bottom: 0;
    padding: 20px 0;
    box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.5);
    z-index: 90;
    position: fixed;
}

.local-cookie-popup-warning p {
    line-height: 1.5;
    position: relative;
    color: #ffffff;
    margin: 0;
    font-size: 17px;
}

.local-privacy-cookies {
    white-space: nowrap;
    color: #000000;
    text-align: center;
    background: rgb(195,184,162);
    cursor: pointer;
    flex-shrink: 0;
    border-radius: 10px;
    min-width: 140px;
    line-height: 40px;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    margin-left: 10px;
    border: 2px solid rgb(195,184,162);
    text-decoration: none;
    font-size: 14px;
    padding: 10px 20px;
}

.local-course-highlights::after {
    content: "";
    height: 100%;
    background: radial-gradient(
        circle at 30% 70%,
        rgb(161,149,128,0.5) 0%,
        transparent 50%
    );
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    filter: blur(50px);
    z-index: 1;
}

.local-course-highlights .local-img-container {
    width: 100%;
    z-index: 1;
    transform: scale(1.05);
    filter: saturate(1.2) contrast(1.1);
    left: 0;
    transition: transform 0.7s ease-out, filter 0.7s ease;
    top: 0;
    position: absolute;
    height: 100%;
}

.local-course-highlights .local-master-it {
    padding: 50px;
    transform: translateX(-30px);
    position: relative;
    box-shadow: -15px 15px 30px rgba(0, 0, 0, 0.15);
    max-width: 55%;
    border-radius: 12px 0 0 12px;
    background: rgba(255, 255, 255, 0.85);
    z-index: 4;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    backdrop-filter: blur(10px);
}

.local-course-highlights .local-main-learn {
    display: inline-block;
    position: relative;
    z-index: 5;
    margin-bottom: 25px;
}

.local-course-highlights .local-main-learn svg:hover {
    transform: scale(1.05) translateY(-5px);
}

.local-course-highlights .local-main-learn:hover::after {
    width: 100%;
}

.local-course-highlights h3::after {
    background: linear-gradient(
        90deg,
        rgb(195,184,162) 0%,
        rgb(161,149,128) 100%
    );
    left: 0;
    content: "";
    height: 2px;
    bottom: 0;
    position: absolute;
    border-radius: 10px;
    width: 70px;
}

.local-gratitudeBox::after {
    width: 150px;
    opacity: 0.05;
    height: 150px;
    position: absolute;
    left: -30px;
    content: "";
    background: linear-gradient(45deg, rgb(161,149,128) 0%, rgb(195,184,162) 100%);
    transform: rotate(30deg);
    bottom: -30px;
    border-radius: 10px;
    z-index: 1;
}

.local-gratitudeBox .local-study-sessions:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(#000000, 0.08);
}

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

.local-gratitudeBox .local-study-sessions > div:first-child::after {
    content: "";
    background: rgb(195,184,162);
    position: absolute;
    transform-origin: left;
    left: 0;
    height: 3px;
    transform: scaleX(1);
    width: 60px;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    bottom: -15px;
}

.local-gratitudeBox a::before {
    width: 100%;
    transform-origin: right;
    background: rgb(195,184,162);
    bottom: 0;
    position: absolute;
    left: 0;
    transform: scaleX(0);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
    height: 1px;
}

header .local-nav-study {
    padding: 1.5rem;
    justify-content: space-between;
    width: 100%;
    overflow: hidden;
    display: flex;
    box-shadow: 0 0 20px 2px rgb(195,184,162,0.5);
    align-items: center;
    left: 0;
    z-index: 99;
    background: linear-gradient(to right, rgb(161,149,128) 0%, rgb(195,184,162,0.5) 100%);
    position: relative;
    border-radius: 0;
}

header .local-nav-study .local-main-learn {
    position: relative;
    overflow: visible;
}

header .local-nav-study .local-main-learn .local-nav-sitebar {
    position: relative;
    display: block;
    transition: all 0.5s ease;
    transform: perspective(800px) rotateY(0deg);
}

header .local-nav-study .local-header-nav {
    perspective: 800px;
    position: relative;
    margin: 0;
    list-style: none;
    display: flex;
    padding: 0;
}

header .local-nav-study .local-top-edu:hover {
    transform: translateZ(20px);
}

header .local-nav-study .local-top-edu a {
    display: block;
    border: 1px solid transparent;
    transition: color 0.3s ease, text-shadow 0.3s ease;
    font-weight: 600;
    font-size: 18px;
    color: #ffffff;
    text-decoration: none;
    position: relative;
    font-family: Arial, sans-serif;
    padding: 0.5rem 1rem;
}

.local-find-us {
    background: linear-gradient(135deg, rgb(231,218,197) 0%, rgba(245, 247, 250, 0.9) 100%);
    font-family: Arial, sans-serif;
    overflow: hidden;
    position: relative;
    padding: 5rem 2rem;
}

.local-find-us h1 {
    font-weight: 700;
    text-align: center;
    position: relative;
    margin-bottom: 2.5rem;
    color: #000000;
    z-index: 10;
    font-size: 44px;
    transform: perspective(1000px) rotateX(2deg);
}

.local-find-us .local-quick-support {
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 
                0 5px 15px rgba(0, 0, 0, 0.03),
                0 0 0 1px rgba(0, 0, 0, 0.02);
    padding: 2.5rem;
    display: grid;
    background: rgba(255, 255, 255, 0.85);
    transform: perspective(1000px) rotateY(-1deg);
    gap: 2.5rem;
    backdrop-filter: blur(10px);
    grid-template-columns: 1fr;
}

.local-find-us h6 {
    margin-bottom: 0.75rem;
    font-weight: 600;
    display: flex;
    font-size: 18px;
    transition: transform 0.3s ease;
    gap: 0.5rem;
    transform: translateX(0);
    align-items: center;
    color: #000000;
}

.local-find-us .local-reach-team {
    position: relative;
    text-decoration: none;
    transform: translateX(0);
    transition: all 0.3s ease;
    gap: 0.5rem;
    display: flex;
    color: #000000;
    padding: 0.5rem 0.75rem;
    font-size: calc(12px * 0.95);
    align-items: center;
    overflow: hidden;
}

.local-find-us .local-reach-team:hover svg {
    transform: scale(1.15);
}

.local-find-us .local-reach-team:hover svg path {
    fill: rgb(195,184,162);
}

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

.local-check-it-out-now .local-query-help {
    border-radius: 0;
    background: #ffffff;
    position: relative;
    z-index: 5;
    border: 2px solid rgb(195,184,162);
    color: rgb(195,184,162);
    justify-self: end;
    font-weight: 600;
    text-decoration: none;
    font-size: 18px;
    transition: all 0.4s ease;
    padding: 18px 40px;
    overflow: hidden;
}

.local-check-it-out-now .container::before {
    bottom: -20px;
    left: 0;
    background: linear-gradient(90deg, rgb(195,184,162) 0%, transparent 100%);
    position: absolute;
    height: 1px;
    content: '';
    width: 100%;
}

.local-contact {
    position: relative;
    background: rgb(231,218,197);
    overflow: hidden;
    padding: 70px 0;
}

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

.local-contact h2::after {
    content: "";
    position: absolute;
    transform: translateX(-50%);
    background: rgb(195,184,162);
    height: 3px;
    left: 50%;
    bottom: -15px;
    width: 60px;
}

.local-contact .local-request-form {
    grid-row: 1;
    background: #ffffff;
    grid-column: 1;
    padding: 50px 40px;
}

.local-contact h3 {
    font-size: 21px;
    color: rgb(195,184,162);
    margin-bottom: 15px;
    font-weight: 600;
}

.local-contact input[type="text"]::placeholder {
    color: #000000;
    opacity: 0.5;
}

.local-contact .local-query-panel {
    margin-top: 10px;
    gap: 10px;
    align-items: flex-start;
    display: flex;
}

.local-contact .local-query-panel input[type="checkbox"]:checked::after {
    top: 50%;
    left: 50%;
    position: absolute;
    content: "✓";
    color: #ffffff;
    font-size: 16px;
    transform: translate(-50%, -50%);
}

.local-contact .local-query-help {
    align-self: flex-start;
    border-radius: 10px;
    border: none;
    background: rgb(195,184,162);
    transition: all 0.3s ease;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    padding: 15px 35px;
    margin-top: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
    font-size: 19px;
}

.local-developer-experience::before {
    position: absolute;
    background: repeating-linear-gradient(45deg, rgb(161,149,128,0.5) 0px, transparent 2px, transparent 10px);
    top: 0;
    width: 100%;
    z-index: 1;
    height: 100%;
    opacity: 0.1;
    content: "";
    left: 0;
}

.local-developer-experience .local-img-container::after {
    top: 0;
    left: 0;
    opacity: 0.5;
    height: 100%;
    content: "";
    background: linear-gradient(135deg, rgb(195,184,162,0.5), transparent);
    width: 100%;
    position: absolute;
}

.local-developer-experience .local-work-overview > div:nth-child(2) {
    font-size: 17px;
    padding-left: 2px;
    margin-bottom: 1.5rem;
    color: rgb(161,149,128);
    font-weight: 600;
}

.local-developer-experience .local-success-opinions:hover .local-img-container {
    transform: scale(1.03);
}

.local-quantitative-data {
    padding: 80px 0;
    isolation: isolate;
    position: relative;
    overflow: hidden;
}

.local-quantitative-data .local-fast-benefits {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 40px;
    display: grid;
}

.local-quantitative-data .local-statistics-elevation svg path {
    fill: rgb(195,184,162);
}

.local-quantitative-data .local-statistics-pro::after {
    background: rgb(195,184,162);
    bottom: -10px;
    height: 4px;
    position: absolute;
    width: 60px;
    left: 0;
    content: "";
}

.local-quantitative-data .local-statistics-boosts {
    display: flex;
    border-radius: 12px;
    position: relative;
    border-left: 4px solid rgb(195,184,162);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.1));
    flex-direction: column;
    padding: 30px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.local-quantitative-data .local-statistics-boosts p {
    line-height: 1.4;
    opacity: 0.7;
    color: #ffffff;
    font-size: 14px;
}

.local-quantitative-data .local-statistics-boosts:nth-child(4) {
    border-left-color: rgb(161,149,128);
}

.local-quantitative-data .local-statistics-boosts::after {
    background: linear-gradient(90deg, rgb(195,184,162,0.5), transparent);
    width: 100%;
    left: 0;
    bottom: 0;
    position: absolute;
    content: "";
    height: 1px;
}

.local-about-this::after {
    background: linear-gradient(225deg, rgb(161,149,128,0.5) 0%, transparent 70%);
    left: -80px;
    z-index: 0;
    content: "";
    transform: rotate(-20deg);
    filter: blur(90px);
    opacity: 0.4;
    position: absolute;
    animation: float 18s infinite ease-in-out reverse;
    bottom: -80px;
    height: 400px;
    width: 400px;
}

.local-about-this .local-belief-core {
    position: relative;
}

.local-about-this .local-belief-core::before {
    opacity: 0.1;
    left: 50%;
    position: absolute;
    content: "";
    width: 500px;
    background: radial-gradient(circle, rgb(161,149,128,0.5) 0%, transparent 70%);
    z-index: -1;
    transform: translate(-50%, -50%);
    filter: blur(50px);
    top: 50%;
    height: 500px;
}

.local-about-this .local-study-learn:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
                0 10px 20px rgba(0, 0, 0, 0.05);
    transform: translateY(-5px);
}

.local-about-this .local-study-learn:hover::before {
    height: 100%;
}

.local-about-this .local-study-learn h4 {
    transition: transform 0.4s ease;
    color: #000000;
    font-size: calc(22px + 2px);
    transform: translateX(0);
    padding-bottom: 15px;
    margin-bottom: 20px;
    position: relative;
    font-weight: 600;
}

.local-about-this .local-study-learn div {
    color: #000000;
    margin: 0;
    opacity: 0.9;
    overflow-y: auto;
    font-weight: 400;
    transition: opacity 0.3s ease;
    font-size: 14px;
    height: 250px;
    line-height: 1.8;
    padding-right: 15px;
}

.local-offer-deck::after {
    z-index: 1;
    opacity: 0.4;
    height: 40%;
    background: linear-gradient(225deg, rgb(161,149,128,0.5), rgb(195,184,162,0.5));
    left: -5%;
    content: "";
    width: 30%;
    bottom: -10%;
    position: absolute;
    transform: rotate(15deg);
    filter: blur(50px);
}

.local-offer-deck .local-indv-cost h2 {
    position: relative;
    color: #000000;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 34px;
    display: inline-block;
}

.local-offer-deck .local-pricing-pack {
    display: grid;
    width: 100%;
    gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}

.local-offer-deck .local-value-plan:hover {
    transform: translateY(-10px);
}

.local-offer-deck .local-value-plan:hover .local-study-cost {
    box-shadow: var(--card-hover-shadow);
}

.local-offer-deck .local-value-plan:hover .local-study-cost::before {
    transform: scaleX(1);
}

.local-offer-deck .local-plan-fees {
    flex-grow: 1;
    flex-direction: column;
    padding: 35px 30px;
    z-index: 1;
    display: flex;
    position: relative;
}

.local-offer-deck .local-price-view {
    font-size: calc(24px + 6px);
    display: inline-block;
    color: var(--card-accent);
    margin-bottom: 20px;
    position: relative;
    font-weight: 700;
}

.local-offer-deck .local-img-container {
    height: 200px;
    transition: transform 0.6s ease;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.local-offer-deck .local-value-plan:hover .local-img-container::after {
    opacity: 1;
}

.local-privacy-parapet {
    color: #000000;
    padding: 5rem 2rem;
    background: linear-gradient(135deg, rgb(231,218,197) 0%, rgba(245, 245, 250, 0.95) 100%);
    font-family: Arial, sans-serif;
    position: relative;
    overflow: hidden;
}

.local-privacy-parapet .container {
    transform: translateZ(0);
    max-width: 1140px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
}

.local-privacy-parapet h1::after {
    position: absolute;
    left: 0;
    transform-origin: left;
    width: 80px;
    transition: width 0.4s ease-out;
    background: linear-gradient(90deg, rgb(195,184,162), rgb(161,149,128,0.5));
    height: 4px;
    bottom: 0;
    content: "";
}

.local-privacy-parapet h2:hover {
    transform: translateX(5px);
}

.local-privacy-parapet h3 {
    padding-left: 1rem;
    font-weight: 600;
    font-size: calc(35px * 0.85);
    margin: 2.5rem 0 1.2rem;
    position: relative;
    color: #000000;
}

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

.local-privacy-parapet p strong::after {
    transform-origin: right;
    width: 100%;
    transform: scaleX(0);
    bottom: 0;
    left: 0;
    transition: transform 0.35s ease-out;
    position: absolute;
    background: rgb(195,184,162,0.5);
    height: 1px;
    content: "";
}

.local-privacy-parapet li::before {
    opacity: 0.8;
    content: "";
    border: 2px solid rgb(195,184,162);
    height: 10px;
    left: 0;
    transform: rotate(45deg);
    transition: all 0.3s ease;
    top: 1.2rem;
    width: 10px;
    position: absolute;
}

footer {
    position: relative;
}

footer::before {
    z-index: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    content: '';
    background: linear-gradient(45deg, rgb(161,149,128,0.5) 0%, rgb(195,184,162,0.5) 100%);
    left: 0;
    right: 0;
}

.local-hackathon .company_holder {
    position: relative;
    grid-column: 1 / 5;
    z-index: 3;
}

.local-hackathon .local-music-edu {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-left: 4px solid rgb(195,184,162);
    background: rgba(255, 255, 255, 0.1);
    line-height: 1.6;
    margin-top: 25px;
    transform: translateZ(0);
    padding: 20px;
    border-radius: 10px;
    backdrop-filter: blur(10px);
    font-size: 16px;
}

.local-hackathon .local-header-nav h5::before {
    width: 8px;
    border-radius: 50%;
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
    height: 8px;
    background: rgb(195,184,162);
    content: '';
    left: -15px;
}

.local-hackathon .local-header-nav .local-site-core a::before {
    transition: all 0.3s ease;
    height: 100%;
    left: 0;
    background: rgb(195,184,162);
    content: '';
    width: 3px;
    top: 0;
    position: absolute;
    z-index: -1;
}

.local-license-cta {
    z-index: 2;
    background: rgba(0, 0, 0, 0.3);
    padding: 20px 0;
    position: relative;
    margin-top: 60px;
}



.local-license-cta {
    background-size: 200% 200%;
    animation: movingGradient 10s ease infinite;
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.6) 0%, 
        rgba(0, 0, 0, 0.3) 50%, 
        rgba(0, 0, 0, 0.6) 100%);
}

.local-hackathon .company_holder::after {
    position: absolute;
    background: rgb(195,184,162,0.5);
    content: '';
    z-index: -1;
    width: 150px;
    opacity: 0.4;
    height: 150px;
    border-radius: 50%;
    filter: blur(60px);
    top: 40px;
    right: -50px;
}

.local-hackathon .local-glossary::before {
    position: absolute;
    bottom: -50px;
    opacity: 0.25;
    content: '';
    background: rgb(161,149,128,0.5);
    left: 80px;
    z-index: -1;
    height: 180px;
    filter: blur(70px);
    width: 180px;
    border-radius: 50%;
}

.local-potential-enrollees::before {
    opacity: 0.5;
    width: 100%;
    left: 0;
    background-image: 
        radial-gradient(circle at 75% 25%, rgb(195,184,162,0.5) 0%, transparent 50%),
        radial-gradient(circle at 25% 75%, rgb(161,149,128,0.5) 0%, transparent 50%);
    position: absolute;
    z-index: 0;
    height: 100%;
    top: 0;
    content: "";
}

.local-potential-enrollees .local-study-sessions:hover {
    transform: translateY(-10px);
}

.local-potential-enrollees h4 {
    padding: 35px 30px;
    color: #ffffff;
    text-align: center;
    margin: 0;
    position: relative;
    background: linear-gradient(120deg, rgb(195,184,162) 0%, rgb(161,149,128) 100%);
    font-size: 33px;
    font-weight: 700;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.local-potential-enrollees div p {
    margin-bottom: 20px;
    position: relative;
    font-weight: 400;
    border: 1px solid rgba(0, 0, 0, 0.05);
    line-height: 1.6;
    font-size: 13px;
    z-index: 1;
    color: #000000;
    transition: all 0.3s ease;
    padding: 20px;
    align-items: center;
    background: #ffffff;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.03);
    display: flex;
    border-radius: 10px;
}

.local-potential-enrollees div p:hover::before {
    width: 8px;
}

.local-potential-enrollees div p svg {
    width: 28px;
    margin-right: 18px;
    transition: all 0.3s ease;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    min-width: 28px;
    height: 28px;
}


@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}



@media (max-width: 992px) {.local-learning-outcomes {
    padding: 60px 0;
}.local-learning-outcomes .local-study-sessions {
    flex-direction: column;
    padding: 30px;
}.local-learning-outcomes .local-img-container {
    max-width: 450px;
    flex: 0 0 auto;
    width: 100%;
    margin: 0 auto;
}
}



@media (max-width: 768px) {.local-landing-page .local-team-bios {
    transform: translateX(0);
}.local-landing-page .local-edu-home {
    padding: 1.5rem;
}.local-landing-page .local-edu-home > div > div {
    padding: 1.25rem;
}.local-landing-page .local-edu-home p {
    font-size: 13px;
}.local-landing-page .local-edu-home h3 {
    font-size: calc(19px * 1.1);
    padding: 1rem;
}
}


@media only screen and (max-width: 1200px) {.local-cookie-popup-warning {
    padding: 15px 0;
}.local-track-settings {
    padding: 15px 5%;
}.local-cookie-tab {
    display: none;
}.local-track-settings {
    text-align: center;
    flex-direction: column;
    align-items: center;
}.local-cookie-popup-warning h5 {
    font-size: 21px;
    margin-bottom: 10px;
}.local-visitor-privacy {
    margin-bottom: 15px;
}.local-privacy-cookies {
    margin: 10px 0;
    min-width: 100%;
}}



@media (min-width: 768px) {.local-gratitudeBox {
    padding: 100px 0;
}.local-gratitudeBox .local-study-sessions {
    padding: 60px;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
}.local-gratitudeBox h5 {
    margin-bottom: 15px;
    font-size: calc(19px * 1.1);
}.local-gratitudeBox p {
    font-size: calc(18px * 1.05);
}.local-gratitudeBox .local-study-sessions > div:first-child::after {
    width: 80px;
    bottom: -20px;
}
}



@media (max-width: 480px) {.local-gratitudeBox {
    padding: 40px 0;
}.local-gratitudeBox .local-study-sessions {
    gap: 20px;
    padding: 25px 20px;
    grid-template-columns: 1fr;
}.local-gratitudeBox h5 {
    font-size: calc(19px * 0.85);
}.local-gratitudeBox p {
    font-size: calc(18px * 0.95);
}.local-gratitudeBox .local-study-sessions > div:first-child::after {
    width: 50px;
    bottom: -10px;
}
}



@media (min-width: 768px) {.local-find-us {
    padding: 6rem 3rem;
}.local-find-us h1 {
    margin-bottom: 3.5rem;
    font-size: calc(44px * 1.1);
}.local-find-us .local-quick-support {
    padding: 3rem;
    transform: perspective(1500px) rotateY(-2deg);
    grid-template-columns: 1fr 1fr;
}.local-find-us .local-quick-support > div:first-child {
    grid-column: span 2;
}.local-find-us .local-quick-support > div:first-child > div {
    font-size: 1.15rem;
    max-width: 90%;
}.local-find-us h6 {
    font-size: calc(18px * 1.05);
}.local-find-us span {
    font-size: 12px;
}.local-find-us .local-reach-team {
    font-size: 12px;
}.local-find-us svg {
    height: 22px;
    width: 22px;
}
}



@media (max-width: 767px) {.local-check-it-out-now {
    padding: 70px 0;
}.local-check-it-out-now .container {
    gap: 40px;
    grid-template-columns: 1fr;
}.local-check-it-out-now .container p {
    border-left-width: 4px;
    padding-left: 15px;
    font-size: 21px;
}.local-check-it-out-now .local-query-help {
    justify-self: start;
    padding: 14px 30px;
}.local-check-it-out-now .container::before {
    width: 70%;
}
}



@media (max-width: 768px) {.local-contact {
    padding: 50px 0;
}.local-contact h2 {
    font-size: calc(36px - 4px);
    margin-bottom: 30px;
}.local-contact .local-request-form {
    padding: 30px 25px;
}.local-contact .local-img-container {
    min-height: 250px;
}
}



@media (max-width: 576px) {.local-developer-experience {
    padding: 3rem 1rem;
}.local-developer-experience .local-img-container {
    height: 280px;
}.local-developer-experience .local-work-overview {
    padding: 0 1.5rem 1.5rem;
}.local-developer-experience .name {
    font-size: calc(37px * 0.85);
}.local-developer-experience .local-career-record {
    font-size: calc(17px * 0.95);
}}



@media screen and (min-width: 993px) {.local-quantitative-data .local-fast-benefits > div:first-child {
    order: 2;
}.local-quantitative-data .local-fast-benefits > div:last-child {
    order: 1;
}}



@media screen and (max-width: 576px) {.local-quantitative-data {
    padding: 40px 0;
}.local-quantitative-data .local-fast-benefits {
    gap: 30px;
}.local-quantitative-data .local-statistics-pro {
    font-size: calc(28px * 0.85);
}.local-quantitative-data .local-fast-gain {
    font-size: calc(14px * 0.95);
    margin-bottom: 30px;
}.local-quantitative-data .local-statistics-boosts {
    padding: 20px 15px;
}.local-quantitative-data .local-program-statistics {
    right: 15px;
    height: 30px;
    top: 15px;
    width: 30px;
}.local-quantitative-data .local-statistics-boosts span {
    font-size: 1.8rem;
}.local-quantitative-data .local-statistics-boosts p {
    font-size: calc(14px * 0.9);
}}



@media (min-width: 992px) {.local-offer-deck .local-premium-grid {
    align-items: center;
    flex-direction: row;
    gap: 60px;
}.local-offer-deck .local-indv-cost {
    text-align: left;
    width: 30%;
    margin: 0;
    order: 0;
}.local-offer-deck .local-indv-cost h2 {
    display: block;
    text-align: left;
}.local-offer-deck .local-indv-cost h2::after {
    transform: none;
    left: 0;
}.local-offer-deck .local-fee-board {
    text-align: left;
    margin: 0;
}.local-offer-deck .local-pricing-pack {
    width: 70%;
}
}



@media (min-width: 992px) {.local-privacy-parapet {
    padding: 7rem 3rem;
}.local-privacy-parapet h1 {
    font-size: calc(43px * 1.3);
    margin-bottom: 3rem;
}.local-privacy-parapet p {
    max-width: 80%;
}.local-privacy-parapet h2 {
    padding-left: 1.5rem;
}.local-privacy-parapet h2::before {
    width: 10px;
}.local-privacy-parapet span {
    max-width: calc(100% - 6rem);
    margin-left: 3rem;
}
}



@media (max-width: 992px) {.local-hackathon .container {
    grid-template-columns: repeat(1, 1fr);
}.local-hackathon .company_holder {
    margin-bottom: 40px;
    grid-column: 1 / -1;
}.local-hackathon .local-glossary {
    grid-column: 1 / -1;
}.local-hackathon .local-site-core {
    grid-template-columns: repeat(2, 1fr);
}
}



@media (max-width: 768px) {.local-hackathon {
    padding: 60px 0 30px;
}.local-hackathon .local-site-core {
    grid-gap: 30px;
    grid-template-columns: repeat(1, 1fr);
}.local-hackathon .local-header-nav {
    padding: 0;
}}



@media (max-width: 479px) {.local-potential-enrollees {
    padding: 40px 0;
}.local-potential-enrollees h4 {
    font-size: calc(33px - 6px);
    padding: 20px 15px;
}.local-potential-enrollees div {
    padding: 20px 15px;
}.local-potential-enrollees div p {
    font-size: calc(13px - 1px);
    margin-bottom: 10px;
    padding: 10px 12px;
}.local-potential-enrollees div p svg {
    min-width: 18px;
    width: 18px;
    height: 18px;
    margin-right: 10px;
}
}



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



@keyframes neonPulse {
  0% {
    opacity: 0.6;
    transform: scaleX(0.5);
  }
  100% {
    opacity: 1;
    transform: scaleX(1);
  }
}



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

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

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

