﻿* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
.wrapper-holder-643 {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}
section {
    background-color: rgb(238,222,222);
}
svg {
    width: 30px;
    height: 30px;
}
header,footer {
    width: 100%;
}
.container {
    margin: auto;
    width: 1109px;
    max-width: 100%;
}

.top-pagewrap-847 {
    flex: 1 0 auto;
}
a {
    color: inherit;
    text-decoration: none;
}
html,body {
    min-height: 100%;
    height: 100%;
    font-family: Roboto, sans-serif;
    color: #000000;
}
.footer {
    flex: 0 0 auto;
}
@media only screen and (max-width: 1200px)  {
        .container {
            width: 100%;
            padding: 0 20px;
    }
}
@media only screen and (max-width: 800px)  {
        .container {
            padding: 0 12px;
    }
}.training-specialist-398 {
    padding: 100px 20px;
    background: rgb(195,155,155);
    position: relative;
    overflow: hidden;
}

.training-specialist-398::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgb(219,189,189,0.5) 25%, rgb(195,155,155,0.5) 75%);
    opacity: 0.7;
    z-index: 0;
}

.training-specialist-398 .container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.training-specialist-398 .heritage-edu-093 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-start;
    position: relative;
}

.training-specialist-398 .testimonial-track-614 {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 19px;
    padding: 30px;
    margin: 20px;
    flex: 1 1 calc(33.333% - 40px);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 255, 255, 0.3);
    transition: transform 0.3s, box-shadow 0.3s;
}

.training-specialist-398 .testimonial-track-614:hover {
    box-shadow: 0 20px 40px rgba(0, 255, 255, 0.5);
}

.training-specialist-398 .profile-image-257 {
    width: 100%;
    height: 300px;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 255, 255, 0.5);
    margin-bottom: 20px;
}

.training-specialist-398 .work-expertise-640 {
    padding: 0 20px;
}

.training-specialist-398 .testimonial-track-614 .name {
    font-family: Roboto, sans-serif;
    font-size: 22px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 10px;
    text-shadow: 0 0 5px rgba(0, 255, 255, 0.8);
}

.training-specialist-398 .testimonial-track-614 span {
    font-size: 16px;
    color: rgb(219,189,189);
    font-weight: 400;
    margin-bottom: 15px;
    text-shadow: 0 0 5px rgba(0, 255, 255, 0.8);
}

.training-specialist-398 .testimonial-track-614 .career-skills-028 {
    font-size: 16px;
    font-style: italic;
    color: #ffffff;
    border-left: 4px solid rgb(219,189,189);
    padding-left: 10px;
    margin: 10px 0;
    line-height: 1.5;
    text-shadow: 0 0 5px rgba(0, 255, 255, 0.8);
}

@media only screen and (max-width: 1200px) {
    .training-specialist-398 .heritage-edu-093 {
        flex-direction: column;
        align-items: center;
    }

    .training-specialist-398 {
        padding: 70px 10px;
    }

    .training-specialist-398 .testimonial-track-614 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

@media only screen and (max-width: 800px) {
    .training-specialist-398 .testimonial-track-614 {
        padding: 20px;
    }

    .training-specialist-398 .profile-image-257 {
        height: 200px;
    }

    .training-specialist-398 {
        padding: 50px 5px;
    }
}

.wrapper-holder-643 .training-specialist-398 .heritage-edu-093 {
    justify-content: space-between;
}

.wrapper-holder-643 .training-specialist-398 .testimonial-track-614 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    padding: 20px;
    margin: 20px 0;
}

.wrapper-holder-643 .training-specialist-398 .profile-image-257 {
    width: 200px;
    height: 200px;
    margin-right: 20px;
    flex-shrink: 0;
}

.wrapper-holder-643 .work-expertise-640 {
    width: calc(100% - 240px);
}

.wrapper-holder-643 .training-specialist-398 .testimonial-track-614::before {
    content: "";
    position: absolute;
    top: -10px;
    right: -10px;
    width: 50px;
    height: 50px;
    background: rgb(219,189,189);
    border-radius: 50%;
    box-shadow: 0 0 20px rgb(219,189,189);
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.7;
    }
}

@media only screen and (max-width: 1200px) {
    .wrapper-holder-643 .training-specialist-398 .testimonial-track-614 {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .wrapper-holder-643 .training-specialist-398 .profile-image-257 {
        width: 150px;
        height: 150px;
        margin: 0 0 20px 0;
    }

    .wrapper-holder-643 .work-expertise-640 {
        width: 100%;
    }
}

@media only screen and (max-width: 800px) {
    .wrapper-holder-643 .training-specialist-398 .testimonial-track-614 {
        padding: 10px;
    }

    .wrapper-holder-643 .training-specialist-398 .profile-image-257 {
        width: 100px;
        height: 100px;
    }

    .wrapper-holder-643 .work-expertise-640 {
        padding: 10px;
    }
}
.prospective-students-953 {
    position: relative;
    padding: 120px 0;
    background: rgb(238,222,222);
    overflow: hidden;
}

.prospective-students-953::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, 
        rgb(219,189,189,0.5) 0%,
        transparent 50%,
        rgb(195,155,155,0.5) 100%
    );
    z-index: 1;
}

.prospective-students-953 .container {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 60px;
    align-items: center;
}

.prospective-students-953 .learning-who-214 {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    border-radius: 24px;
    box-shadow: 30px 30px 0 rgb(219,189,189,0.5);
    transition: transform 0.3s ease-in-out;
}

.prospective-students-953 .learning-who-214:hover {
    transform: translate(-10px, -10px);
}

.prospective-students-953 .learning-who-214::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        45deg,
        rgba(0, 0, 0, 0.5) 0%,
        transparent 100%
    );
    border-radius: 24px;
}

.prospective-students-953 .lessons-need-134 {
    padding: 40px;
    background: #ffffff;
    border-radius: 24px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.prospective-students-953 .lessons-need-134 h2 {
    font-size: 34px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 30px;
    position: relative;
}

.prospective-students-953 .lessons-need-134 h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 60px;
    height: 3px;
    background: rgb(219,189,189);
}

.prospective-students-953 .study-benefit-785 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.prospective-students-953 .study-benefit-785 div {
    padding: 25px;
    background: linear-gradient(
        135deg,
        rgb(238,222,222) 0%,
        #ffffff 100%
    );
    border-radius: 10px;
    font-size: 18px;
    color: #000000;
    line-height: 1.6;
    transition: transform 0.3s ease;
    border: 1px solid rgb(195,155,155,0.5);
}

.prospective-students-953 .study-benefit-785 div:hover {
    transform: translateY(-5px);
}

.prospective-students-953 .study-benefit-785 div svg {
    width: 24px;
    height: 24px;
    margin-right: 10px;
    fill: rgb(219,189,189);
}

@media (max-width: 1024px) {
    .prospective-students-953 {
        padding: 80px 0;
    }

    .prospective-students-953 .container {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .prospective-students-953 .learning-who-214 {
        max-width: 500px;
        margin: 0 auto;
    }

    .prospective-students-953 .lessons-need-134 {
        padding: 30px;
    }

    .prospective-students-953 .study-benefit-785 {
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .prospective-students-953 {
        padding: 60px 0;
    }

    .prospective-students-953 .lessons-need-134 h2 {
        font-size: calc(34px * 0.9);
    }

    .prospective-students-953 .study-benefit-785 {
        grid-template-columns: 1fr;
    }

    .prospective-students-953 .study-benefit-785 div {
        padding: 20px;
    }
}

@media (max-width: 480px) {
    .prospective-students-953 {
        padding: 40px 0;
    }

    .prospective-students-953 .learning-who-214 {
        box-shadow: 15px 15px 0 rgb(219,189,189,0.5);
    }

    .prospective-students-953 .lessons-need-134 {
        padding: 20px;
    }

    .prospective-students-953 .lessons-need-134 h2 {
        font-size: calc(34px * 0.8);
        margin-bottom: 20px;
    }

    .prospective-students-953 .study-benefit-785 div {
        font-size: calc(18px * 0.9);
    }
}header {
    padding-bottom: 10px;
    background: linear-gradient(135deg, rgb(219,189,189), rgb(195,155,155));
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}
.nav-know-017 {
    border-top: 20px solid rgb(219,189,189);
    border-bottom: 2px solid rgb(219,189,189);
    background: #ffffff;
    border-radius: 0 0 25px 25px;
    overflow: hidden;
}
.nav-know-017 .head-pagebar-240 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
}
.nav-know-017 .head-pagebar-240 .nav-main-917 {
    margin: 10px 0;
    position: relative;
    z-index: 1;
}
.nav-know-017 .head-pagebar-240 .nav-main-917 svg, .nav-know-017 .head-pagebar-240 .nav-main-917 img {
    width: 100px;
    height: 100px;
    fill: rgb(219,189,189);
    transition: transform 0.3s ease;
}
.nav-know-017 .head-pagebar-240 .nav-main-917:hover svg, .nav-know-017 .head-pagebar-240 .nav-main-917:hover img {
    transform: scale(1.1);
}
.nav-know-017 .header-sitebar-143 {
    width: 50%;
    font-size: 23px;
    text-align: center;
    color: rgb(195,155,155);
    font-weight: 600;
    margin-bottom: 20px;
}
.nav-know-017 .site-top-417 {
    display: flex;
    justify-content: center;
    align-items: stretch;
    margin-bottom: -2px;
    margin-top: 20px;
    position: relative;
    z-index: 11;
}
.nav-know-017 .site-top-417 a {
    border: 2px solid transparent;
    border-bottom: 2px solid rgb(219,189,189);
    padding: 10px 16px;
    color: rgb(195,155,155);
    font-weight: 600;
    transition: all 0.3s ease;
    text-align: center;
}
.nav-know-017 .site-top-417 a:hover {
    background: rgb(219,189,189,0.5);
    color: #ffffff;
    border-radius: 10px;
}
@media only screen and (max-width: 800px) {
    .nav-know-017 .header-sitebar-143 {
        width: 100%;
    }
    .nav-know-017 .site-top-417 {
        flex-direction: column;
    }
    .nav-know-017 .site-top-417 a:first-child:after {
        display: none;
    }
    .nav-know-017 .site-top-417 a:first-child {
        border: 2px solid transparent;
        border-bottom: 2px solid rgb(219,189,189);
    }
}.program-structure-673 {
    position: relative;
    background-color: rgb(238,222,222);
    padding: 100px 0;
    overflow: hidden;
}

.program-structure-673::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgb(219,189,189,0.5) 0%, transparent 50%, rgb(195,155,155,0.5) 100%);
    z-index: 1;
}

.program-structure-673::after {
    content: "";
    position: absolute;
    top: -100px;
    right: -100px;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: radial-gradient(circle, rgb(195,155,155,0.5) 0%, transparent 80%);
    z-index: 1;
    animation: rotate 20s linear infinite;
}

.program-structure-673 .container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.program-structure-673 .learn-professional-962 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    position: relative;
}

.program-structure-673 .note-holder-475 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    align-items: center;
}

.program-structure-673 .note-holder-475 h2 {
    grid-column: 1 / -1;
    font-size: 38px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 20px;
    position: relative;
    padding-left: 20px;
    border-left: 4px solid rgb(219,189,189);
}

.program-structure-673 .career-ready-710 {
    font-size: 13px;
    line-height: 1.8;
    color: #000000;
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border-radius: 29px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.program-structure-673 .career-ready-710:first-of-type {
    position: relative;
    overflow: hidden;
}

.program-structure-673 .career-ready-710:first-of-type::before {
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    width: 40px;
    height: 40px;
    background-color: rgb(219,189,189,0.5);
    border-radius: 50%;
    z-index: -1;
}

.program-structure-673 .career-ready-710:last-of-type {
    position: relative;
    overflow: hidden;
}

.program-structure-673 .career-ready-710:last-of-type::before {
    content: "";
    position: absolute;
    bottom: -10px;
    right: -10px;
    width: 40px;
    height: 40px;
    background-color: rgb(195,155,155,0.5);
    border-radius: 50%;
    z-index: -1;
}

.program-structure-673 .career-ready-710:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.program-structure-673 .profile-image-257 {
    margin: 40px 0;
    height: 400px;
    border-radius: 29px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    transform: perspective(1000px) rotateX(2deg);
    transition: transform 0.5s ease;
}

.program-structure-673 .profile-image-257::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.4) 0%, transparent 40%);
    z-index: 1;
}

.program-structure-673 .profile-image-257::after {
    content: "";
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    height: 10px;
    background: rgb(219,189,189);
    filter: blur(10px);
    opacity: 0.7;
    border-radius: 50%;
    animation: glow 4s infinite alternate;
}

.program-structure-673 .profile-image-257:hover {
    transform: perspective(1000px) rotateX(0deg);
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes glow {
    0% {
        opacity: 0.5;
        width: 90%;
    }
    100% {
        opacity: 0.8;
        width: 95%;
    }
}

@media screen and (max-width: 1024px) {
    .program-structure-673 {
        padding: 80px 0;
    }
    
    .program-structure-673 .profile-image-257 {
        height: 350px;
        margin: 30px 0;
    }
}

@media screen and (max-width: 768px) {
    .program-structure-673 {
        padding: 60px 0;
    }
    
    .program-structure-673 .note-holder-475 {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .program-structure-673 .career-ready-710 {
        padding: 25px;
    }
    
    .program-structure-673 .profile-image-257 {
        height: 300px;
        margin: 25px 0;
    }
    
    .program-structure-673 h2 {
        font-size: calc(38px * 0.9);
    }
}

@media screen and (max-width: 480px) {
    .program-structure-673 {
        padding: 40px 0;
    }
    
    .program-structure-673 .learn-professional-962 {
        gap: 30px;
    }
    
    .program-structure-673 .note-holder-475 h2 {
        font-size: calc(38px * 0.8);
        padding-left: 15px;
    }
    
    .program-structure-673 .career-ready-710 {
        padding: 20px;
        font-size: calc(13px * 0.95);
    }
    
    .program-structure-673 .profile-image-257 {
        height: 250px;
        margin: 20px 0;
        transform: perspective(1000px) rotateX(0deg);
    }
}.get-in-touch-610 {
    position: relative;
    padding: 80px 0;
    isolation: isolate;
}

.get-in-touch-610::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: -1;
}

.get-in-touch-610 .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.get-in-touch-610 .help-form-126 {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
}

.get-in-touch-610 .query-message-201 {
    background: rgb(219,189,189);
    padding: 50px 40px;
    position: relative;
}

.get-in-touch-610 .query-message-201::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 25px;
    background: linear-gradient(to left, rgba(0, 0, 0, 0.1), transparent);
}

.get-in-touch-610 .query-message-201 h3 {
    color: #ffffff;
    font-size: 31px;
    font-weight: 700;
    margin-bottom: 35px;
    padding-bottom: 15px;
    border-bottom: 2px solid rgb(195,155,155);
}

.get-in-touch-610 .query-message-201 div {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.get-in-touch-610 .query-message-201 div:last-of-type {
    border-bottom: none;
}

.get-in-touch-610 .query-message-201 div svg {
    width: 22px;
    height: 22px;
    margin-right: 15px;
}

.get-in-touch-610 .query-message-201 div svg path {
    fill: rgb(195,155,155);
}

.get-in-touch-610 .query-message-201 div span {
    color: #ffffff;
    font-size: 18px;
}

.get-in-touch-610 .query-message-201 div span a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s;
}

.get-in-touch-610 .query-message-201 div span a:hover {
    color: rgb(195,155,155);
}

.get-in-touch-610 .feedback-help-967 {
    background-color: rgb(238,222,222);
    padding: 50px 40px;
}

.get-in-touch-610 .feedback-help-967 h3 {
    color: rgb(219,189,189);
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 30px;
    position: relative;
}

.get-in-touch-610 form {
    display: flex;
    flex-direction: column;
}

.get-in-touch-610 form input[type="text"],
.get-in-touch-610 form input[type="email"] {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 20px;
    font-size: 18px;
    color: #000000;
    transition: border-color 0.3s, box-shadow 0.3s;
}

.get-in-touch-610 form input[type="text"]:focus,
.get-in-touch-610 form input[type="email"]:focus {
    border-color: rgb(219,189,189);
    box-shadow: 0 0 0 2px rgba(rgb(219,189,189), 0.1);
    outline: none;
}

.get-in-touch-610 form input::placeholder {
    color: rgba(0, 0, 0, 0.4);
}

.get-in-touch-610 .help-reach-465 {
    margin-bottom: 25px;
    display: flex;
    align-items: flex-start;
}

.get-in-touch-610 .help-reach-465 input[type="checkbox"] {
    margin-top: 4px;
    margin-right: 10px;
    appearance: none;
    width: 18px;
    height: 18px;
    border: 2px solid rgb(219,189,189);
    border-radius: 3px;
    position: relative;
    cursor: pointer;
}

.get-in-touch-610 .help-reach-465 input[type="checkbox"]:checked {
    background-color: rgb(219,189,189);
}

.get-in-touch-610 .help-reach-465 input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.get-in-touch-610 .help-reach-465 label {
    font-size: 12px;
    color: #000000;
    line-height: 1.5;
}

.get-in-touch-610 .help-reach-465 label a {
    color: rgb(219,189,189);
    text-decoration: none;
    font-weight: 600;
}

.get-in-touch-610 .help-reach-465 label a:hover {
    text-decoration: underline;
}

.get-in-touch-610 form .query-feedback-437 {
    background-color: rgb(219,189,189);
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    padding: 15px 25px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    align-self: flex-start;
    transition: background-color 0.3s, transform 0.3s;
}

.get-in-touch-610 form .query-feedback-437:hover {
    background-color: rgb(195,155,155);
    transform: translateY(-3px);
}

@keyframes reveal {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.get-in-touch-610 .query-message-201 h3 {
    animation: reveal 0.6s ease forwards;
}

.get-in-touch-610 .query-message-201 div {
    opacity: 0;
    animation: reveal 0.6s ease forwards;
}

.get-in-touch-610 .query-message-201 div:nth-child(2) {
    animation-delay: 0.2s;
}

.get-in-touch-610 .query-message-201 div:nth-child(3) {
    animation-delay: 0.4s;
}

.get-in-touch-610 .query-message-201 div:nth-child(4) {
    animation-delay: 0.6s;
}

.get-in-touch-610 .query-message-201 div:nth-child(5) {
    animation-delay: 0.8s;
}

@media screen and (max-width: 992px) {
    .get-in-touch-610 .help-form-126 {
        grid-template-columns: 1fr;
    }
    
    .get-in-touch-610 .query-message-201 {
        padding: 40px 30px;
    }
    
    .get-in-touch-610 .feedback-help-967 {
        padding: 40px 30px;
    }
    
    .get-in-touch-610 .query-message-201::after {
        display: none;
    }
}

@media screen and (max-width: 576px) {
    .get-in-touch-610 {
        padding: 50px 0;
    }
    
    .get-in-touch-610 .query-message-201,
    .get-in-touch-610 .feedback-help-967 {
        padding: 30px 20px;
    }
    
    .get-in-touch-610 .query-message-201 h3 {
        font-size: calc(31px * 0.8);
        margin-bottom: 25px;
    }
    
    .get-in-touch-610 form input[type="text"],
    .get-in-touch-610 form input[type="email"] {
        padding: 12px;
    }
    
    .get-in-touch-610 form .query-feedback-437 {
        width: 100%;
        padding: 12px;
    }
}.opening-page-082 {
    position: relative;
    width: 100%;
    min-height: 100vh;
    overflow: hidden;
    background: rgb(219,189,189);
}

.opening-page-082::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        repeating-linear-gradient(
            45deg,
            rgb(219,189,189) 0px,
            rgb(219,189,189) 10px,
            rgb(219,189,189,0.5) 10px,
            rgb(219,189,189,0.5) 20px
        );
    opacity: 0.1;
    z-index: 0;
}

.opening-page-082 .heritage-edu-093 {
    position: relative;
    width: 100%;
    height: 100vh;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.opening-page-082 .tech-track-250 {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.opening-page-082 .tech-track-250 input {
    display: none;
}

.opening-page-082 .tech-master-314 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.opening-page-082 .edu-open-283 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateY(100%);
    opacity: 0;
    transition: transform 0.7s ease-in-out, opacity 0.7s ease-in-out;
    z-index: 1;
}

.opening-page-082 .edu-open-283 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.9) contrast(1.05);
}

.opening-page-082 .tech-track-250 input:nth-child(1):checked ~ .tech-master-314 .edu-open-283:nth-child(1),
.opening-page-082 .tech-track-250 input:nth-child(2):checked ~ .tech-master-314 .edu-open-283:nth-child(2),
.opening-page-082 .tech-track-250 input:nth-child(3):checked ~ .tech-master-314 .edu-open-283:nth-child(3),
.opening-page-082 .tech-track-250 input:nth-child(4):checked ~ .tech-master-314 .edu-open-283:nth-child(4),
.opening-page-082 .tech-track-250 input:nth-child(5):checked ~ .tech-master-314 .edu-open-283:nth-child(5),
.opening-page-082 .tech-track-250 input:nth-child(6):checked ~ .tech-master-314 .edu-open-283:nth-child(6),
.opening-page-082 .tech-track-250 input:nth-child(7):checked ~ .tech-master-314 .edu-open-283:nth-child(7),
.opening-page-082 .tech-track-250 input:nth-child(8):checked ~ .tech-master-314 .edu-open-283:nth-child(8),
.opening-page-082 .tech-track-250 input:nth-child(9):checked ~ .tech-master-314 .edu-open-283:nth-child(9),
.opening-page-082 .tech-track-250 input:nth-child(10):checked ~ .tech-master-314 .edu-open-283:nth-child(10) {
    transform: translateY(0);
    opacity: 1;
    z-index: 2;
}

.opening-page-082 .skill-upfast-850 {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 25px;
    z-index: 10;
}

.opening-page-082 .skill-upfast-850 label {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    transform-origin: center;
}

.opening-page-082 .skill-upfast-850 label::before {
    content: "";
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%) scaleX(0);
    width: 0;
    height: 2px;
    background: #ffffff;
    transition: all 0.3s ease;
    transform-origin: right;
}

.opening-page-082 .tech-track-250 input:nth-child(1):checked ~ .skill-upfast-850 label:nth-child(1)::before,
.opening-page-082 .tech-track-250 input:nth-child(2):checked ~ .skill-upfast-850 label:nth-child(2)::before,
.opening-page-082 .tech-track-250 input:nth-child(3):checked ~ .skill-upfast-850 label:nth-child(3)::before,
.opening-page-082 .tech-track-250 input:nth-child(4):checked ~ .skill-upfast-850 label:nth-child(4)::before,
.opening-page-082 .tech-track-250 input:nth-child(5):checked ~ .skill-upfast-850 label:nth-child(5)::before,
.opening-page-082 .tech-track-250 input:nth-child(6):checked ~ .skill-upfast-850 label:nth-child(6)::before,
.opening-page-082 .tech-track-250 input:nth-child(7):checked ~ .skill-upfast-850 label:nth-child(7)::before,
.opening-page-082 .tech-track-250 input:nth-child(8):checked ~ .skill-upfast-850 label:nth-child(8)::before,
.opening-page-082 .tech-track-250 input:nth-child(9):checked ~ .skill-upfast-850 label:nth-child(9)::before,
.opening-page-082 .tech-track-250 input:nth-child(10):checked ~ .skill-upfast-850 label:nth-child(10)::before {
    width: 20px;
    transform: translateY(-50%) scaleX(1);
}

.opening-page-082 .tech-track-250 input:nth-child(1):checked ~ .skill-upfast-850 label:nth-child(1),
.opening-page-082 .tech-track-250 input:nth-child(2):checked ~ .skill-upfast-850 label:nth-child(2),
.opening-page-082 .tech-track-250 input:nth-child(3):checked ~ .skill-upfast-850 label:nth-child(3),
.opening-page-082 .tech-track-250 input:nth-child(4):checked ~ .skill-upfast-850 label:nth-child(4),
.opening-page-082 .tech-track-250 input:nth-child(5):checked ~ .skill-upfast-850 label:nth-child(5),
.opening-page-082 .tech-track-250 input:nth-child(6):checked ~ .skill-upfast-850 label:nth-child(6),
.opening-page-082 .tech-track-250 input:nth-child(7):checked ~ .skill-upfast-850 label:nth-child(7),
.opening-page-082 .tech-track-250 input:nth-child(8):checked ~ .skill-upfast-850 label:nth-child(8),
.opening-page-082 .tech-track-250 input:nth-child(9):checked ~ .skill-upfast-850 label:nth-child(9),
.opening-page-082 .tech-track-250 input:nth-child(10):checked ~ .skill-upfast-850 label:nth-child(10) {
    background: #ffffff;
    transform: scale(1.4);
}

.opening-page-082 .note-holder-475 {
    position: absolute;
    bottom: 15%;
    left: 10%;
    width: 45%;
    max-width: 600px;
    z-index: 10;
    backdrop-filter: blur(10px);
    padding: 40px;
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.5) 0%,
        rgb(219,189,189,0.5) 100%
    );
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    border: 1px solid rgb(195,155,155,0.5);
    transform: translateY(30px);
    opacity: 0;
    animation: slideUp 0.8s ease forwards 0.3s;
}

@keyframes slideUp {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.opening-page-082 .note-holder-475 .container {
    width: 100%;
    padding: 0;
}

.opening-page-082 .note-holder-475 h2 {
    color: #ffffff;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 15px;
    text-shadow: 0 2px 5px #000000;
}

.opening-page-082 .note-holder-475 h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background: rgb(195,155,155);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}

.opening-page-082 .note-holder-475 h3 {
    color: rgb(195,155,155);
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
    text-shadow: 0 2px 4px #000000;
}

.opening-page-082 .note-holder-475 p {
    color: #ffffff;
    font-size: 14px;
    line-height: 1.6;
    opacity: 0.9;
    margin-bottom: 0;
    text-shadow: 0 1px 3px #000000;
}

.opening-page-082 .edu-open-283::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, 
        transparent 30%, 
        rgb(219,189,189,0.5) 70%, 
        rgba(0, 0, 0, 0.5) 100%
    );
    z-index: 1;
}

.opening-page-082 .skill-upfast-850 label:hover {
    transform: scale(1.2);
}

.opening-page-082 .note-holder-475::before,
.opening-page-082 .note-holder-475::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    border-color: rgb(195,155,155);
    border-style: solid;
}

.opening-page-082 .note-holder-475::before {
    top: 15px;
    left: 15px;
    border-width: 3px 0 0 3px;
}

.opening-page-082 .note-holder-475::after {
    bottom: 15px;
    right: 15px;
    border-width: 0 3px 3px 0;
}

@media (max-width: 1200px) {
    .opening-page-082 .note-holder-475 {
        width: 50%;
    }
}

@media (max-width: 992px) {
    .opening-page-082 .note-holder-475 {
        width: 60%;
        max-width: none;
        left: 8%;
        padding: 30px;
    }
    
    .opening-page-082 .note-holder-475 h2 {
        font-size: calc(30px * 0.9);
    }
    
    .opening-page-082 .skill-upfast-850 {
        right: 20px;
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .opening-page-082 .note-holder-475 {
        width: 80%;
        max-width: none;
        left: 50%;
        transform: translateX(-50%) translateY(30px);
        bottom: 10%;
        padding: 25px;
    }
    
    .opening-page-082 .note-holder-475 h2 {
        font-size: calc(30px * 0.8);
        padding-bottom: 10px;
        margin-bottom: 15px;
    }
    
    .opening-page-082 .note-holder-475 h3 {
        font-size: calc(22px * 0.9);
        margin-bottom: 15px;
    }
    
    .opening-page-082 .skill-upfast-850 {
        right: auto;
        left: 20px;
        gap: 15px;
    }
    
    @keyframes slideUp {
        to {
            transform: translateX(-50%) translateY(0);
            opacity: 1;
        }
    }
}

@media (max-width: 576px) {
    .opening-page-082 .note-holder-475 {
        width: 90%;
        padding: 20px;
        bottom: 8%;
    }
    
    .opening-page-082 .note-holder-475 h2 {
        font-size: calc(30px * 0.7);
        margin-bottom: 10px;
    }
    
    .opening-page-082 .note-holder-475 h3 {
        font-size: calc(22px * 0.8);
        margin-bottom: 10px;
    }
    
    .opening-page-082 .note-holder-475 p {
        font-size: calc(14px * 0.9);
        line-height: 1.5;
    }
    
    .opening-page-082 .note-holder-475::before,
    .opening-page-082 .note-holder-475::after {
        width: 20px;
        height: 20px;
    }
    
    .opening-page-082 .skill-upfast-850 {
        left: 15px;
        gap: 12px;
    }
}

.opening-page-082 .tech-track-250 input:checked ~ .tech-master-314 .edu-open-283 img {
    animation: kenBurns 10s ease infinite alternate;
}

@keyframes kenBurns {
    from { transform: scale(1); }
    to { transform: scale(1.1) rotate(1deg); }
}.who-we-are-509 {
    position: relative;
    background: rgb(219,189,189);
    padding: 100px 0;
    overflow: hidden;
    z-index: 1;
}

.who-we-are-509::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        linear-gradient(0deg, rgb(219,189,189) 30%, transparent 70%),
        linear-gradient(90deg, rgb(219,189,189) 0%, transparent 50%, rgb(219,189,189) 100%),
        repeating-linear-gradient(90deg, transparent, transparent 20px, rgba(255, 255, 255, 0.03) 20px, rgba(255, 255, 255, 0.03) 40px);
    z-index: -1;
}

.who-we-are-509::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.1) 0%, transparent 60%);
    z-index: -1;
}

.who-we-are-509 .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 2;
}

.who-we-are-509 .heritage-edu-093 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: 
        "text photo"
        "logo photo";
    gap: 40px;
    background: rgb(238,222,222);
    border-radius: 10px;
    padding: 60px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    overflow: hidden;
}

.who-we-are-509 .heritage-edu-093::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    background: linear-gradient(to bottom, transparent, rgb(219,189,189,0.5), transparent);
}

.who-we-are-509 .heritage-edu-093::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, rgb(219,189,189), rgb(195,155,155), rgb(219,189,189));
}

.who-we-are-509 .knowledge-zone-208 {
    grid-area: photo;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-left: 40px;
}

.who-we-are-509 .knowledge-zone-208 .profile-image-257 {
    width: 280px;
    height: 350px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    border: 5px solid rgb(219,189,189);
    margin-bottom: 40px;
}

.who-we-are-509 .learn-history-387 {
    background: rgb(195,155,155);
    padding: 20px 30px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 280px;
}

.who-we-are-509 .history-tl-021 {
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.who-we-are-509 .learn-studio-037 {
    color: #ffffff;
    font-size: 12px;
    font-weight: 300;
    margin: 0;
    opacity: 0.9;
}

.who-we-are-509 .note-holder-475 {
    grid-area: text;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.who-we-are-509 h2 {
    color: #000000;
    font-size: 36px;
    font-weight: 700;
    margin: 0 0 25px 0;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.who-we-are-509 h2::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 80px;
    height: 3px;
    background: rgb(219,189,189);
}

.who-we-are-509 p {
    color: #000000;
    font-size: 12px;
    line-height: 1.8;
    margin: 0;
}

.who-we-are-509 .master-track-280 {
    grid-area: logo;
    display: flex;
    align-items: center;
    padding-top: 20px;
    margin-bottom: 20px;
    border-top: 1px solid rgba(rgb(219,189,189), 0.1);
}

.who-we-are-509 .master-track-280 svg {
    width: 60px;
    height: 60px;
    margin-right: 20px;
    fill: rgb(219,189,189);
}

.who-we-are-509 .master-track-280 svg path {
    fill: rgb(219,189,189);
}

@media screen and (max-width: 992px) {
    .who-we-are-509 {
        padding: 80px 0;
    }
    
    .who-we-are-509 .heritage-edu-093 {
        grid-template-columns: 1fr;
        grid-template-areas: 
            "profile-image-257"
            "text"
            "logo";
        gap: 30px;
        padding: 40px 30px;
    }
    
    .who-we-are-509 .heritage-edu-093::before {
        left: 0;
        top: 50%;
        width: 100%;
        height: 1px;
        background: linear-gradient(to right, transparent, rgb(219,189,189,0.5), transparent);
    }
    
    .who-we-are-509 .knowledge-zone-208 {
        padding-left: 0;
        padding-bottom: 30px;
        border-bottom: 1px solid rgba(rgb(219,189,189), 0.1);
    }
    
    .who-we-are-509 .note-holder-475 {
        text-align: center;
    }
    
    .who-we-are-509 h2::after {
        left: 50%;
        transform: translateX(-50%);
    }
    
    .who-we-are-509 .master-track-280 {
        justify-content: center;
        padding-top: 0;
        border-top: none;
    }
}

@media screen and (max-width: 767px) {
    .who-we-are-509 {
        padding: 60px 0;
    }
    
    .who-we-are-509 .heritage-edu-093 {
        padding: 30px 20px;
        gap: 25px;
    }
    
    .who-we-are-509 .knowledge-zone-208 .profile-image-257 {
        width: 220px;
        height: 280px;
        margin-bottom: 30px;
    }
    
    .who-we-are-509 .learn-history-387 {
        padding: 15px 20px;
        max-width: 220px;
    }
    
    .who-we-are-509 h2 {
        font-size: calc(36px * 0.85);
    }
}

@media screen and (max-width: 480px) {
    .who-we-are-509 {
        padding: 40px 0;
    }
    
    .who-we-are-509 .heritage-edu-093 {
        padding: 25px 15px;
        gap: 20px;
    }
    
    .who-we-are-509 .knowledge-zone-208 .profile-image-257 {
        width: 180px;
        height: 230px;
        margin-bottom: 25px;
        border-width: 3px;
    }
    
    .who-we-are-509 .learn-history-387 {
        padding: 12px 15px;
        max-width: 180px;
    }
    
    .who-we-are-509 .history-tl-021 {
        font-size: calc(22px * 0.9);
    }
    
    .who-we-are-509 .learn-studio-037 {
        font-size: calc(12px * 0.9);
    }
    
    .who-we-are-509 .master-track-280 svg {
        width: 45px;
        height: 45px;
        margin-right: 15px;
    }
    
    .who-we-are-509 h2 {
        font-size: calc(36px * 0.7);
        margin-bottom: 20px;
    }
    
    .who-we-are-509 p {
        font-size: calc(12px * 0.9);
    }
}.privacy-preserve-623 {
    background-color: #ffffff;
    color: #000000;
    font-family: Roboto, sans-serif;
    padding: 2rem;
    border: 1px solid rgb(219,189,189);
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
.privacy-preserve-623 h1, .privacy-preserve-623 h2 {
    margin-bottom: 0.75rem;
    color: rgb(219,189,189);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.privacy-preserve-623 h1 {
    font-size: 40px;
    font-weight: 700;
    border-left: 4px solid rgb(195,155,155);
    padding-left: 0.5rem;
}
.privacy-preserve-623 h2 {
    font-size: 32px;
    font-weight: 600;
    border-left: 3px solid rgb(195,155,155,0.5);
    padding-left: 0.5rem;
}
.privacy-preserve-623 ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.privacy-preserve-623 ul li {
    font-size: 12px;
    font-weight: 400;
    padding: 0.5rem;
    background-color: rgb(195,155,155,0.5);
    border-radius: 10px;
    display: flex;
    align-items: center;
}
.privacy-preserve-623 ul li::before {
    content: '';
    width: 10px;
    height: 10px;
    background-color: rgb(219,189,189);
    border-radius: 50%;
    margin-right: 0.75rem;
}
.privacy-preserve-623 p, .privacy-preserve-623 span {
    font-size: 12px;
    line-height: 1.5;
    color: #000000;
    margin-bottom: 1rem;
}
.privacy-preserve-623 div {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.privacy-preserve-623 section {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
@media only screen and (max-width: 800px) {
    .privacy-preserve-623 {
        padding: 1.5rem;
        border-radius: 10px;
        gap: 1rem;
    }
    .privacy-preserve-623 h1 {
        font-size: calc(18px * 0.9);
    }
    .privacy-preserve-623 h2 {
        font-size: calc(18px * 0.9);
    }
    .privacy-preserve-623 ul {
        gap: 0.75rem;
    }
    .privacy-preserve-623 ul li {
        padding: 0.75rem;
    }
    .privacy-preserve-623 ul li::before {
        width: 8px;
        height: 8px;
    }
}.learning-process-108 {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: rgb(238,222,222);
}

.learning-process-108 .work-how-083 {
    position: relative;
    min-height: 520px;
    padding: 4rem 1.5rem;
}

.learning-process-108 .work-how-083::before {
    content: '';
    position: absolute;
    inset: 0;
    background: 
        linear-gradient(135deg, 
            #000000 0%,
            transparent 50%,
            rgb(219,189,189,0.5) 100%
        ),
        repeating-radial-gradient(
            circle at 20% 50%,
            transparent 0,
            transparent 5px,
            rgb(195,155,155,0.5) 6px,
            transparent 7px
        );
    z-index: 1;
}

.learning-process-108 .container {
    position: relative;
    z-index: 3;
    max-width: 1140px;
    margin: 0 auto;
}

.learning-process-108 .note-holder-475 {
    position: relative;
    max-width: 670px;
    margin-left: auto;
    background: rgba(255, 255, 255, 0.98);
    padding: 3.5rem 3rem;
    border-radius: 13px 0 0 13px;
    box-shadow: 
        -20px 20px 40px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.1);
    transform: perspective(1500px) rotateY(5deg);
    transform-style: preserve-3d;
    transition: transform 0.4s ease;
}

.learning-process-108 .note-holder-475::before {
    content: '';
    position: absolute;
    top: 2rem;
    right: -2px;
    height: calc(100% - 4rem);
    width: 4px;
    background: linear-gradient(
        to bottom,
        rgb(219,189,189),
        rgb(195,155,155)
    );
    transform: translateZ(-1px);
}

.learning-process-108 .note-holder-475::after {
    content: '';
    position: absolute;
    inset: 0;
    background: 
        linear-gradient(45deg, transparent 48%, rgb(195,155,155,0.5) 49%, transparent 51%) 0 0/15px 15px,
        linear-gradient(-45deg, transparent 48%, rgb(195,155,155,0.5) 49%, transparent 51%) 0 0/15px 15px;
    opacity: 0.05;
    border-radius: inherit;
}

.learning-process-108 .note-holder-475:hover {
    transform: perspective(1500px) rotateY(2deg);
}

.learning-process-108 .note-holder-475 h4 {
    color: rgb(219,189,189);
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.learning-process-108 .note-holder-475 h4::before {
    content: '';
    width: 3px;
    height: 100%;
    background: rgb(195,155,155);
    border-radius: 10px;
}

.learning-process-108 .note-holder-475 p {
    color: #000000;
    font-size: 16px;
    line-height: 1.85;
    margin-bottom: 1.25rem;
    font-family: Roboto, sans-serif;
    font-weight: 400;
}

@media (max-width: 991px) {
    .learning-process-108 .work-how-083 {
        min-height: 480px;
    }

    .learning-process-108 .note-holder-475 {
        max-width: 580px;
        padding: 2.5rem;
    }
}

@media (max-width: 767px) {
    .learning-process-108 .work-how-083 {
        min-height: 420px;
        padding: 3rem 1rem;
    }

    .learning-process-108 .note-holder-475 {
        max-width: 100%;
        padding: 2rem;
        transform: none;
        border-radius: 13px;
    }

    .learning-process-108 .note-holder-475:hover {
        transform: none;
    }

    .learning-process-108 .note-holder-475 h4 {
        font-size: calc(32px * 0.85);
    }

    .learning-process-108 .note-holder-475 p {
        font-size: calc(16px * 0.95);
    }
}footer {
    width: 100%;
    position: relative;
    z-index: 1;
}

.footer {
    background: linear-gradient(135deg, #000000, rgb(195,155,155));
    position: relative;
    padding: 80px 0 30px;
    color: #ffffff;
    font-family: Roboto, sans-serif;
}

.footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 10% 20%, rgb(195,155,155,0.5) 0%, transparent 50%);
    pointer-events: none;
}

.footer::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, transparent 40%, rgb(219,189,189,0.5) 70%, transparent 100%);
    animation: shiftGradient 15s infinite linear;
    pointer-events: none;
}

@keyframes shiftGradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.footer .container {
    position: relative;
    z-index: 2;
}

.carbon-cta-786 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
}

.ask-form-159 {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 25px;
    border-radius: 11px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(8px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transform: translateY(0);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ask-form-159:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
}

.info_item {
    flex: 1 1 220px;
    display: flex;
    align-items: center;
}

.info_item svg {
    width: 20px;
    height: 20px;
    margin-right: 12px;
    fill: rgb(219,189,189);
    filter: drop-shadow(0 0 3px rgb(219,189,189,0.5));
    transition: transform 0.3s ease;
}

.info_item:hover svg {
    transform: scale(1.1);
}

.info_item p, .info_item a {
    color: #ffffff;
    font-size: 18px;
    text-decoration: none;
    font-weight: 400;
    display: flex;
    align-items: center;
    transition: color 0.3s ease;
}

.info_item a:hover {
    color: rgb(219,189,189);
    text-shadow: 0 0 8px rgb(219,189,189,0.5);
}

.text_main_holder {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    margin-top: 20px;
}

.nav-main-917 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
}

.nav-main-917 svg {
    height: 50px;
    width: auto;
    margin-bottom: 10px;
    filter: drop-shadow(0 0 5px rgb(219,189,189,0.5));
    transition: filter 0.3s ease;
}

.nav-main-917:hover svg {
    filter: drop-shadow(0 0 8px rgb(219,189,189));
}

.contact-edu-603 {
    font-size: 12px;
    color: #ffffff;
    opacity: 0.8;
    line-height: 1.5;
    max-width: 300px;
}

.header-main-376 {
    position: relative;
    padding: 25px;
    border-radius: 11px;
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: box-shadow 0.3s ease;
}

.header-main-376:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.header-main-376::before {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(45deg, rgb(219,189,189), transparent, rgb(195,155,155), transparent);
    z-index: -1;
    border-radius: calc(11px + 2px);
    opacity: 0;
    transition: opacity 0.5s ease;
}

.header-main-376:hover::before {
    opacity: 0.7;
    animation: borderRotate 6s linear infinite;
}

@keyframes borderRotate {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 300% 0%;
    }
}

.header-main-376 h5 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
}

.header-main-376 h5::after {
    content: "";
    position: absolute;
    width: 50px;
    height: 2px;
    background: rgb(219,189,189);
    bottom: -1px;
    left: 0;
    transition: width 0.3s ease;
}

.header-main-376:hover h5::after {
    width: 100px;
}

.site-main-583 {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 25px;
}

.site-main-583 a {
    color: #ffffff;
    text-decoration: none;
    font-size: calc(18px - 1px);
    font-weight: 400;
    position: relative;
    padding-left: 15px;
    transition: color 0.3s ease, padding-left 0.3s ease;
}

.site-main-583 a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: rgb(219,189,189);
    transform: translateY(-50%) scale(0.8);
    opacity: 0.7;
    transition: transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease;
}

.site-main-583 a:hover {
    color: rgb(219,189,189);
    padding-left: 20px;
}

.site-main-583 a:hover::before {
    transform: translateY(-50%) scale(1);
    opacity: 1;
    background-color: rgb(219,189,189);
    box-shadow: 0 0 5px rgb(219,189,189), 0 0 10px rgb(219,189,189,0.5);
}

.subscribe_holder {
    position: relative;
    padding: 30px;
    border-radius: 11px;
    background: linear-gradient(135deg, rgb(195,155,155,0.5), #000000);
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.subscribe_holder::before {
    content: "";
    position: absolute;
    width: 200%;
    height: 200%;
    top: -50%;
    left: -50%;
    background: radial-gradient(circle, transparent 20%, #000000 70%);
    animation: pulseBackground 10s infinite ease-in-out;
    z-index: -1;
}

@keyframes pulseBackground {
    0% {
        transform: scale(1);
        opacity: 0.5;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.8;
    }
    100% {
        transform: scale(1);
        opacity: 0.5;
    }
}

.subscribe_holder h5 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}

.subscribe_holder h5::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, rgb(219,189,189), transparent);
}

.subscribe_holder p {
    color: #ffffff;
    opacity: 0.9;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.6;
}

.input_holder {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.input_holder input[type="email"] {
    width: 100%;
    padding: 14px 16px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.05);
    color: #ffffff;
    font-size: 18px;
    transition: all 0.3s ease;
}

.input_holder input[type="email"]:focus {
    outline: none;
    border-color: rgb(219,189,189);
    box-shadow: 0 0 10px rgb(219,189,189,0.5);
    background: rgba(255, 255, 255, 0.1);
}

.input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.sub-codes-206 {
    display: inline-block;
    padding: 14px 24px;
    border-radius: 10px;
    background: rgb(219,189,189);
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.sub-codes-206::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.7s ease;
}

.sub-codes-206:hover {
    background: rgb(195,155,155);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.sub-codes-206:hover::before {
    left: 100%;
}

.project-ref-501 {
    margin-top: 50px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.discount-cta-395 {
    text-align: center;
    color: #ffffff;
    opacity: 0.7;
    font-size: 12px;
    letter-spacing: 0.5px;
}

@media (min-width: 768px) {
    .info_item {
        flex: 1 1 60px;
    }
    .text_main_holder {
        grid-template-columns: 1fr 1fr;
    }

    .input_holder {
        flex-direction: row;
    }

    .sub-codes-206 {
        white-space: nowrap;
    }
}

@media (min-width: 992px) {
    .carbon-cta-786 {
        grid-template-columns: 1fr;
    }

    .text_main_holder {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 30px;
    }

    .ask-form-159 {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
    }

    .info_item {
        flex: 0 1 auto;
    }
}

@media (max-width: 767px) {
    .footer {
        padding: 60px 0 30px;
    }

    .ask-form-159 {
        flex-direction: column;
        gap: 15px;
        padding: 20px;
    }

    .info_item {
        width: 100%;
    }

    .header-main-376, .subscribe_holder {
        padding: 20px;
    }

    .subscribe_holder h5, .header-main-376 h5 {
        font-size: calc(20px - 2px);
    }

    .subscribe_holder p, .site-main-583 a {
        font-size: calc(18px - 2px);
    }

    .project-ref-501 {
        margin-top: 30px;
    }
}

@media (max-width: 576px) {
    .footer {
        padding: 40px 0 20px;
    }

    .ask-form-159, .header-main-376, .subscribe_holder {
        padding: 15px;
    }

    .input_holder input[type="email"], .sub-codes-206 {
        padding: 12px;
    }

    .nav-main-917 svg {
        height: 40px;
    }

    .contact-edu-603 {
        font-size: calc(12px - 1px);
    }
}.ty-block-031 {
    background: linear-gradient(145deg, #ffffff 0%, rgb(195,155,155,0.5) 100%);
    padding: 4rem 2rem;
    text-align: center;
}
.ty-block-031 .container {
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem;
    position: relative;
}
.ty-block-031 h2 {
    font-family: Roboto, sans-serif;
    font-size: 38px;
    font-weight: 700;
    color: rgb(219,189,189);
    margin-bottom: 1rem;
    background: linear-gradient(145deg, rgb(219,189,189) 0%, rgb(195,155,155) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.ty-block-031 p {
    font-family: Roboto, sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    line-height: 1.6;
    margin-bottom: 2rem;
    background: linear-gradient(145deg, rgba(0, 0, 0, 0.5) 0%, rgb(195,155,155,0.5) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 800px) {
    .ty-block-031 {
        padding: 2rem 1rem;
    }
    .ty-block-031 .container {
        padding: 1.5rem;
    }
    .ty-block-031 h2 {
        font-size: 21px;
    }
    .ty-block-031 p {
        font-size: 19px;
    }
}
