* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

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

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

.main-bar-8 {
    flex: 1 0 auto;
}

.main-bar-8 {
    z-index: 1;
    background: rgb(230,226,207);
    position: relative;
    padding-top: 2rem;
}

.opening-board-1 .start-welcome-4::before {
    backdrop-filter: blur(3px);
    height: 100%;
    position: absolute;
    content: "";
    left: 0;
    z-index: 1;
    top: 0;
    background: linear-gradient(135deg, rgb(149,151,147,0.5), rgba(0, 0, 0, 0.5) 80%);
    width: 100%;
}

.opening-board-1 .knowledge-hub-4::after {
    transform: translateX(-10px);
    width: 40%;
    background: rgb(149,151,147);
    content: "";
    bottom: -15px;
    height: 5px;
    transition: width 0.6s ease-out;
    right: 20px;
    position: absolute;
}

.opening-board-1 .knowledge-hub-4 > div:last-child {
    transform: translateY(15px);
}

.opening-board-1 .knowledge-hub-4:hover > div:last-child {
    transform: translateY(10px);
}

.opening-board-1 .knowledge-hub-4:hover .title_style_header::after {
    width: 120px;
}

.opening-board-1 h3 {
    margin-bottom: 1.2rem;
    transition: transform 0.5s ease;
    line-height: 1.4;
    font-size: calc(22px * 1.1);
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    font-weight: 600;
    color: #ffffff;
}

.opening-board-1 .knowledge-hub-4:hover p {
    opacity: 1;
    transform: translateX(5px);
}

footer {
    position: relative;
    z-index: 1;
}

footer {
    background-size: cover !important;
    background-position: center !important;
}

.forum-link-7 .container {
    display: flex;
    position: relative;
    gap: 0;
    flex-wrap: wrap;
}

.forum-link-7 .company_holder {
    margin-bottom: 2rem;
    flex: 0 0 40%;
    position: relative;
    padding: 0 3rem 2rem 0;
}

.forum-link-7 .company_holder h3::after {
    background: rgb(189,193,187);
    bottom: 0;
    box-shadow: 0 0 10px rgb(189,193,187);
    height: 3px;
    content: "";
    left: 0;
    position: absolute;
    width: 80px;
}

.forum-link-7 .main-top-2 {
    display: flex;
    gap: 0;
    flex: 1;
    flex-wrap: wrap;
}

.forum-link-7 .header-start-7 h5 {
    margin: 0 0 1.5rem;
    transform: skewX(-5deg);
    color: #ffffff;
    padding-left: 1rem;
    font-weight: 600;
    position: relative;
    font-size: 24px;
}

.forum-link-7 .header-start-7 .main-top-2 a::before {
    left: -100%;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    top: 0;
    transition: all 0.5s ease;
    position: absolute;
    content: "";
    height: 100%;
}

.footer-disclaimer-6 .container {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
    display: flex;
}

.course-demographic-1 {
    padding: 100px 0;
    background: linear-gradient(135deg, rgb(230,226,207) 0%, rgba(0, 0, 0, 0.5) 100%);
    overflow: hidden;
    position: relative;
}

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

.course-demographic-1 .value-vision-0 {
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 50px;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 3px 10px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    background: rgba(255, 255, 255, 0.08);
    overflow: hidden;
    transform: translateY(0);
    border-radius: 22px;
}



.course-demographic-1 h4 {
    text-align: center;
    font-weight: 700;
    position: relative;
    margin-bottom: 40px;
    font-size: 37px;
    padding-bottom: 15px;
    color: #ffffff;
}

.course-demographic-1 div p {
    position: relative;
    display: flex;
    background: rgba(255, 255, 255, 0.05);
    border-left: 3px solid rgb(189,193,187);
    backdrop-filter: blur(5px);
    transition: all 0.3s ease;
    margin-bottom: 25px;
    font-size: calc(12px + 2px);
    border-radius: 10px;
    color: #ffffff;
    align-items: center;
    padding: 15px 20px;
}

.course-demographic-1 div p::after {
    background: linear-gradient(90deg, rgb(189,193,187) 0%, transparent 100%);
    height: 1px;
    position: absolute;
    left: 0;
    transition: width 0.5s ease;
    width: 0;
    bottom: 0;
    content: "";
}

.operation-process-7::after {
    opacity: 0.08;
    content: "";
    position: absolute;
    right: -50%;
    transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    filter: blur(30px);
    top: -50%;
    background: linear-gradient(45deg, transparent 65%, rgb(149,151,147,0.5) 100%);
    z-index: 0;
    width: 100%;
    transform: rotate(-15deg) scale(2);
    height: 100%;
}

.operation-process-7:hover h2::after {
    width: 120px;
}

.operation-process-7 .headline-wrap-9 {
    position: relative;
    border-left: 4px solid rgb(189,193,187);
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateZ(10px) translateX(0);
    backdrop-filter: blur(5px);
    box-shadow: 
        0 10px 30px rgba(0,0,0,0.03),
        0 1px 4px rgba(0,0,0,0.02),
        0 20px 25px -5px rgba(0,0,0,0.05);
    background: linear-gradient(to right, rgba(255,255,255,0.97), rgba(255,255,255,0.85));
    padding: 40px;
}

.join-our-mailing-list-0::before {
    background: radial-gradient(circle, rgb(255, 255, 255, 0.5) 0%, transparent 70%);
    z-index: 0;
    top: -10%;
    opacity: 0.2;
    height: 300px;
    content: "";
    width: 300px;
    transform: rotate(-15deg);
    position: absolute;
    right: -5%;
}

.join-our-mailing-list-0 .value-vision-0::before {
    left: 0;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent);
    pointer-events: none;
    top: 0;
    animation: lightSweep 8s ease-in-out infinite;
    width: 100%;
    position: absolute;
    height: 100%;
    content: "";
}

.join-our-mailing-list-0 .input_holder {
    max-width: 500px;
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 1rem;
    position: relative;
}

.join-our-mailing-list-0 input[type="email"]::placeholder {
    color: rgba(255,255,255,0.7);
}

.join-our-mailing-list-0 input[type="email"]:focus {
    box-shadow: 0 0 15px rgba(255,255,255,0.1);
    background: rgba(255,255,255,0.15);
    transform: translateY(-2px);
    border-color: rgb(149,151,147);
}

.join-our-mailing-list-0 .updates-header-9:hover {
    background: rgb(149,151,147);
    transform: translateY(-3px) translateZ(0);
    box-shadow: 0 10px 20px rgba(0,0,0,0.15);
}

.join-our-mailing-list-0 .updates-header-9:hover::before {
    left: 100%;
}

.join-our-mailing-list-0 .updates-header-9:active {
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
    transform: translateY(0) translateZ(0);
}

.course-instructor-4::after {
    z-index: 0;
    top: -50%;
    right: -20%;
    height: 200%;
    content: "";
    width: 70%;
    opacity: 0.08;
    background: linear-gradient(135deg, rgb(189,193,187,0.5) 0%, rgb(149,151,147,0.5) 100%);
    transform: rotate(-15deg);
    position: absolute;
}

.course-instructor-4 .student-reviews-7::before {
    transition: transform 0.3s ease-out;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 5px;
    transform: scaleY(0.95);
    background: linear-gradient(to bottom, rgb(189,193,187) 0%, rgb(149,151,147) 100%);
    transform-origin: left center;
}

.course-instructor-4 .portfolio-image-3::after {
    position: absolute;
    background: linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0.2));
    border-radius: 5px;
    z-index: 1;
    inset: 0;
    content: "";
}

.course-instructor-4 .student-reviews-7:hover .name {
    transform: translateY(-3px);
}

.course-instructor-4 .name::after {
    transform: translateX(-50%) scaleX(0.7);
    background: rgb(189,193,187);
    bottom: -6px;
    content: "";
    height: 2px;
    left: 50%;
    width: 40px;
    transition: transform 0.3s ease;
    position: absolute;
}

.course-instructor-4 .work-record-0 {
    line-height: 1.7;
    padding: 1rem 0;
    text-align: center;
    font-size: 13px;
    position: relative;
    color: #000000;
}

.course-instructor-4 .student-reviews-7:hover .work-record-0::before,
.course-instructor-4 .student-reviews-7:hover .work-record-0::after {
    color: rgb(189,193,187);
    opacity: 0.5;
}

.offer-list-8 .container {
    padding: 0 15px;
    margin: 0 auto;
    position: relative;
    max-width: 1320px;
    z-index: 2;
}

.offer-list-8 .monthly-plan-9 {
    transform: translateY(-10px);
    animation: fadeInUp 0.8s ease-out forwards;
    margin: 0 auto;
    max-width: 800px;
    text-align: center;
}

.offer-list-8 .fee-options-5 {
    overflow-wrap: break-word;
    color: #000000;
    margin-bottom: 0;
    margin: 0 auto;
    line-height: 1.7;
    font-size: 15px;
    max-width: 600px;
    word-break: break-word;
}

.offer-list-8 .access-cost-5:nth-child(3) {
    --index: 3;
}

.offer-list-8 .access-cost-5:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.offer-list-8 .basic-rates-2::before {
    position: absolute;
    left: 0;
    width: 100%;
    content: "";
    top: 0;
    height: 5px;
    background: linear-gradient(90deg, rgb(189,193,187), rgb(149,151,147));
}

.offer-list-8 .package-pricing-7 h3::after {
    content: "";
    bottom: -8px;
    background-color: rgb(189,193,187);
    height: 2px;
    left: 0;
    width: 40px;
    transition: width 0.3s ease;
    position: absolute;
}

.offer-list-8 .portfolio-image-3 {
    width: 100%;
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), filter 0.6s ease;
    height: 200px;
}

.offer-list-8 .access-cost-5:hover .portfolio-image-3 {
    transform: scale(1.05);
    filter: brightness(1.05);
}

.privacy-silo-4 h2 {
    border-bottom: 2px solid rgb(189,193,187);
    margin-top: 0;
    padding-bottom: 10px;
    margin-bottom: 25px;
    color: rgb(149,151,147);
    font-size: 34px;
    font-weight: 600;
}

.privacy-silo-4 section {
    padding: 30px;
    width: 100%;
    background: rgb(149,151,147,0.5);
    border-radius: 24px;
}

.company-info-8 {
    color: #ffffff;
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}

.company-info-8 h4 {
    letter-spacing: 3px;
    position: relative;
    font-size: 38px;
    animation: fadeInUp 0.8s 0.2s forwards;
    font-weight: 700;
    transform: translateY(10px);
    z-index: 10;
    opacity: 0;
    margin-bottom: 40px;
    text-transform: uppercase;
    text-align: center;
}

.company-info-8 .headline-wrap-9:hover {
    transform: translateZ(30px) rotateX(0);
}

.company-info-8 .headline-wrap-9::after {
    bottom: 0;
    height: 100px;
    position: absolute;
    clip-path: polygon(0 100%, 0 0, 100% 100%);
    content: "";
    left: 0;
    width: 100px;
    z-index: -1;
    background: rgb(149,151,147,0.5);
}

.company-info-8 h6::after {
    transform: scaleX(0);
    width: 60px;
    transform-origin: left;
    animation: expandWidth 1.2s 1s forwards;
    left: 0;
    position: absolute;
    content: "";
    background: linear-gradient(to right, rgb(149,151,147), transparent);
    height: 3px;
    bottom: 0;
}

.connect-form-9::before {
    left: 0;
    content: "";
    background: linear-gradient(45deg, rgb(149,151,147,0.5), rgb(189,193,187,0.5));
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
    top: 0;
}

.connect-form-9 .reach-info-3 {
    overflow: hidden;
    position: relative;
    background-color: rgb(230,226,207);
    padding: 60px 40px;
    width: 40%;
}

.connect-form-9 .reach-info-3 h3 {
    position: relative;
    font-weight: 700;
    font-size: 34px;
    color: #000000;
    margin-bottom: 40px;
}

.connect-form-9 .reach-info-3 div:hover {
    transform: translateX(10px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.connect-form-9 .reach-info-3 div svg path {
    fill: rgb(189,193,187);
}

.connect-form-9 .reach-info-3 div span a {
    color: #000000;
    text-decoration: none;
    transition: color 0.3s ease;
}

.connect-form-9 .request-links-3::before {
    width: 200px;
    background: radial-gradient(circle, rgb(189,193,187,0.5) 0%, transparent 70%);
    content: '';
    bottom: 0;
    opacity: 0.3;
    right: 0;
    height: 200px;
    position: absolute;
}

.connect-form-9 form input::placeholder {
    color: rgba(0, 0, 0, 0.4);
}

.connect-form-9 .help-map-6 {
    align-items: flex-start;
    margin-top: 10px;
    display: flex;
    position: relative;
}

.connect-form-9 .help-map-6 label::before {
    top: 0;
    background: transparent;
    height: 20px;
    left: 0;
    border-radius: 6px;
    content: '';
    width: 20px;
    transition: all 0.3s ease;
    border: 2px solid rgb(189,193,187);
    position: absolute;
}

.connect-form-9 .help-map-6 label a:hover {
    text-decoration: underline;
}

.connect-form-9 form .request-block-1::before {
    content: '';
    width: 100%;
    transform: translateX(-100%);
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    top: 0;
    transition: transform 0.6s ease;
    left: 0;
    position: absolute;
    height: 100%;
}

.connect-form-9 .reach-info-3 div:nth-child(4) {
    animation-delay: 0.5s;
    animation: bounce 5s infinite ease-in-out;
}

.analysis-summary-8::before {
    height: 100%;
    left: 0;
    z-index: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgb(189,193,187,0.5) 0%, transparent 70%),
        radial-gradient(circle at 80% 70%, rgb(149,151,147,0.5) 0%, transparent 70%);
    opacity: 0.15;
    content: "";
    width: 100%;
    position: absolute;
    top: 0;
}

.analysis-summary-8 h3::after {
    position: absolute;
    width: 80px;
    bottom: -15px;
    transform: translateX(-50%);
    background: linear-gradient(to right, rgb(189,193,187), rgb(149,151,147));
    height: 3px;
    content: "";
    left: 50%;
}

.analysis-summary-8 .statistics-growth-3:nth-child(1) {
    --i: 1;
}

.analysis-summary-8 .statistics-growth-3:nth-child(3) {
    --i: 3;
}

.analysis-summary-8 .statistics-growth-3:nth-child(5) {
    --i: 5;
}

.analysis-summary-8 .statistics-growth-3:nth-child(7) {
    --i: 7;
}

.analysis-summary-8 .statistics-growth-3::after {
    z-index: -1;
    opacity: 0.1;
    height: 100px;
    right: -50px;
    content: "";
    background: rgb(189,193,187,0.5);
    position: absolute;
    bottom: -50px;
    width: 100px;
    transition: all 0.5s ease;
    border-radius: 50%;
}

.analysis-summary-8 .statistics-growth-3 span {
    color: #000000;
    font-weight: 600;
    z-index: 2;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    font-size: calc(14px * 1.1);
    text-align: center;
    position: relative;
}

.cookie-warning-notice-0 {
    z-index: 90;
    border-top: 2px solid rgb(189,193,187);
    position: fixed;
    width: 100%;
    bottom: 0;
    background: rgb(230,226,207);
}

.user-tracker-9 {
    white-space: nowrap;
    border-bottom: 2px solid rgb(189,193,187);
    text-align: center;
    color: rgb(189,193,187);
    font-size: 24px;
    cursor: pointer;
    margin-left: 10px;
    line-height: 35px;
    text-decoration: none;
    min-width: 120px;
    flex-shrink: 0;
}

header::after {
    position: absolute;
    content: '';
    opacity: 0.6;
    width: 100%;
    height: 10px;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(189,193,187,0.5), 
        transparent
    );
    left: 0;
    bottom: 0;
}

header .head-sitewrap-1:hover {
    box-shadow: inset 0 0 15px rgba(255, 255, 255, 0.7), 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
    border-radius: 60% 40% 30% 70% / 50% 30% 60% 40%;
}

header .nav-sitewrap-6 {
    display: block;
    transition: all 0.4s ease;
    position: relative;
}

header .header-start-7 {
    margin: 0;
    padding: 0;
    display: flex;
    position: relative;
    z-index: 2;
    list-style: none;
}

header .head-primary-7 {
    position: relative;
    margin: 0 0.5rem;
}

header .head-primary-7 a {
    background: rgba(255, 255, 255, 0.1);
    z-index: 1;
    display: flex;
    overflow: hidden;
    align-items: center;
    position: relative;
    color: #000000;
    text-decoration: none;
    font-size: 13px;
    transition: all 0.4s ease;
    justify-content: center;
    padding: 0.8rem 1.3rem;
    font-weight: 600;
    border-radius: 60% 40% 40% 60% / 40% 50% 50% 60%;
}

header .head-primary-7:hover::after {
    transform: translateX(-50%) scale(1);
}

header .header-tutor-7::after {
    content: '';
    position: absolute;
    height: 150px;
    border-radius: 50%;
    left: -75px;
    bottom: -75px;
    background: radial-gradient(circle, rgb(149,151,147,0.5) 0%, transparent 70%);
    opacity: 0.1;
    width: 150px;
    filter: blur(30px);
}

.course-program-info-7 .career-classes-8 {
    animation: carousel-slide 30s cubic-bezier(0.645, 0.045, 0.355, 1) infinite;
    display: flex;
    width: calc(100% * var(--slide-count, 5));
    height: 100%;
}

.course-program-info-7 .skill-path-8:hover::before {
    opacity: 0.4;
}

.course-program-info-7 .skill-path-8:hover img {
    filter: brightness(0.95) contrast(1.05);
    transform: scale(1);
}

.course-program-info-7 .container {
    padding: 4rem 2rem;
    display: flex;
    align-items: center;
    height: 100%;
    z-index: 2;
    position: relative;
    justify-content: flex-end;
    margin: auto;
}

.course-program-info-7 .container {
    padding-bottom: 4rem;
    padding-top: 4rem;
}

.course-program-info-7 .education-flow-9::after {
    height: 1px;
    content: "";
    position: absolute;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgb(189,193,187,0.5) 100%
    );
    right: 0;
    width: 50%;
    bottom: 0;
}

.course-program-info-7 .education-flow-9 h3 {
    font-weight: 700;
    position: relative;
    font-size: 36px;
    display: inline-block;
    margin-bottom: 1.5rem;
    color: #ffffff;
}

.course-program-info-7 .education-flow-9 h3 {
    font-size: calc(36px * 0.8);
    margin-bottom: 1.2rem;
}

.course-program-info-7 .education-flow-9 .request-block-1 {
    box-shadow: 0 4px 15px rgb(189,193,187,0.5);
    padding: 0.85rem 2rem;
    display: inline-block;
    color: #ffffff;
    border-radius: 10px;
    font-size: 16px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-decoration: none;
    overflow: hidden;
    background: linear-gradient(
        45deg,
        rgb(189,193,187) 0%,
        rgb(149,151,147) 100%
    );
    font-weight: 600;
    position: relative;
    z-index: 1;
}

.course-program-info-7 .education-flow-9 .request-block-1 {
    padding: 0.75rem 1.75rem;
}

.course-program-info-7 .skill-path-8:nth-child(2) {
    --slide-color: rgb(149,151,147);
}

.course-program-info-7 .skill-path-8:nth-child(5) {
    --slide-color: rgb(189,193,187);
}

.thanksFrame-6 {
    position: relative;
    background: linear-gradient(135deg, rgb(149,151,147,0.5) 0%, rgb(230,226,207) 100%);
    padding: 6rem 0;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
}

.thanksFrame-6::after {
    bottom: 0;
    z-index: 1;
    width: 100%;
    position: absolute;
    content: "";
    background: linear-gradient(to top, rgb(149,151,147,0.5) 0%, transparent 100%);
    opacity: 0.3;
    right: 0;
    height: 30%;
}

.thanksFrame-6 .value-vision-0:hover {
    box-shadow: 16px 16px 32px rgba(0, 0, 0, 0.1), 
                -16px -16px 32px rgba(255, 255, 255, 0.9), 
                inset 2px 2px 5px rgba(255, 255, 255, 0.4), 
                inset -2px -2px 5px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}

.thanksFrame-6 h5 {
    transform: translateZ(0);
    color: #000000;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -0.02em;
    position: relative;
    margin: 0;
    font-size: calc(21px * 1.1);
}

.thanksFrame-6 a:hover {
    transform: translateX(10px);
}

.thanksFrame-6 a::before {
    width: 100%;
    left: -100%;
    position: absolute;
    top: 0;
    background: linear-gradient(90deg, transparent, rgb(255, 255, 255, 0.5), transparent);
    animation: lightSweep 6s infinite ease-in-out;
    content: "";
    height: 100%;
}



@media (max-width: 767px) {.opening-board-1 {
    min-height: 80vh;
}.opening-board-1 .start-welcome-4 {
    min-height: 80vh;
}.opening-board-1 .knowledge-hub-4 {
    padding: 2.5rem 1.5rem;
    width: 95%;
}.opening-board-1 .title_style_header {
    font-size: 42px;
}.opening-board-1 .knowledge-hub-4 > div:first-child,
  .opening-board-1 .knowledge-hub-4 > div:last-child,
  .opening-board-1 .knowledge-hub-4:hover > div:first-child,
  .opening-board-1 .knowledge-hub-4:hover > div:last-child {
    transform: none;
}
}



@media (max-width: 768px) {.forum-link-7 {
    padding: 3.5rem 0 1.5rem;
}.forum-link-7::before {
    height: 10px;
}.forum-link-7 .company_holder h3 {
    font-size: calc(30px - 2px);
}.forum-link-7 .sustain-cta-8 {
    padding: 1.2rem;
    transform: skewX(-3deg);
}.forum-link-7 .header-start-7 h5, 
    .forum-link-7 .header-start-7 .main-top-2 a {
    transform: skewX(-3deg);
}.forum-link-7 .header-start-7 .main-top-2 a:hover {
    transform: skewX(-3deg) translateX(5px);
}.footer-disclaimer-6 {
    clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%);
}.footer-disclaimer-6 .terms-legal-7 {
    transform: skewX(-3deg);
}
}



@media (max-width: 991px) {.course-demographic-1 {
    padding: 80px 0;
}.course-demographic-1 .value-vision-0 {
    padding: 40px 30px;
}.course-demographic-1 h4 {
    font-size: calc(37px - 2px);
    margin-bottom: 30px;
}.course-demographic-1 div p {
    padding: 12px 15px;
    font-size: 12px;
    margin-bottom: 20px;
}
}



@media (max-width: 991px) {.operation-process-7 {
    padding: 90px 0;
}.operation-process-7 h2 {
    font-size: calc(37px * 0.9);
    margin-bottom: 30px;
}.operation-process-7 .headline-wrap-9 {
    padding: 35px;
}
}



@media (max-width: 480px) {.operation-process-7 {
    padding: 60px 0;
}.operation-process-7 .value-vision-0 {
    padding: 0 15px;
}.operation-process-7 h2 {
    margin-bottom: 20px;
    font-size: calc(37px * 0.8);
    padding-bottom: 12px;
}.operation-process-7 .headline-wrap-9 {
    padding: 25px 20px;
    border-left: 3px solid rgb(189,193,187);
}.operation-process-7 .headline-wrap-9::before {
    height: 20px;
    top: -10px;
    width: 20px;
    left: 20px;
}.operation-process-7 p {
    font-size: calc(16px * 0.9);
    line-height: 1.5;
}}



@media (max-width: 767px) {.join-our-mailing-list-0 .value-vision-0 {
    padding: 2.5rem 1.5rem;
}.join-our-mailing-list-0 h4 {
    font-size: calc(22px * 1.1);
}.join-our-mailing-list-0 input[type="email"],
    .join-our-mailing-list-0 .updates-header-9 {
    padding: 0.8rem 1.2rem;
}
}



@media (min-width: 992px) {.course-instructor-4 .student-reviews-7 {
    padding: 3.5rem 4rem;
    gap: 3rem;
}.course-instructor-4 .portfolio-image-3 {
    height: 180px;
    width: 180px;
}.course-instructor-4 .work-record-0 {
    font-size: calc(13px * 1.05);
    line-height: 1.8;
}.course-instructor-4 .student-reviews-7::before {
    width: 10px;
}
}



@media (max-width: 767px) {.course-instructor-4 .student-reviews-7 > div:first-child {
    margin-bottom: 1rem;
}.course-instructor-4 .student-reviews-7 > div:nth-child(2) {
    margin-bottom: 1.5rem;
}}



@media (min-width: 768px) {.offer-list-8 .fee-pricing-6 {
    grid-template-columns: repeat(2, 1fr);
}.offer-list-8 .package-pricing-7 {
    padding: 40px;
}.offer-list-8 .portfolio-image-3 {
    height: 220px;
}
}



@media (max-width: 767px) {.offer-list-8 {
    padding: 80px 0;
}.offer-list-8 .package-pricing-7 {
    padding: 30px 20px;
}.offer-list-8 .premium-grid-6 {
    font-size: 19px;
    padding: 6px 12px;
}.offer-list-8 .portfolio-image-3 {
    height: 180px;
}
}



@media only screen and (max-width: 800px) {.privacy-silo-4 {
    padding: 30px 15px;
    grid-template-columns: 1fr;
}.privacy-silo-4 h1 {
    font-size: calc(24px - 10px);
}.privacy-silo-4 h2 {
    font-size: calc(24px - 8px);
}.privacy-silo-4 li {
    font-size: calc(12px - 2px);
    padding: 8px 15px;
}}



@media (max-width: 767px) {.company-info-8 {
    padding: 80px 0;
}.company-info-8 h4 {
    margin-bottom: 25px;
    font-size: calc(19px + 2px);
}.company-info-8 .headline-wrap-9 {
    border-left-width: 3px;
    padding: 30px 20px;
}.company-info-8 h6 {
    padding-bottom: 8px;
    margin-bottom: 20px;
    font-size: 16px;
}.company-info-8 h6::after {
    height: 2px;
    width: 40px;
}.company-info-8 span {
    font-size: calc(13px - 1px);
    line-height: 1.6;
}}



@media (max-width: 991px) {.analysis-summary-8 {
    padding: 80px 0;
}.analysis-summary-8 h3 {
    font-size: calc(38px * 0.9);
    margin-bottom: 40px;
}.analysis-summary-8 ul {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}.analysis-summary-8 .statistics-growth-3 {
    padding: 25px 20px;
}.analysis-summary-8 .statistics-growth-3 p {
    font-size: calc(38px * 1.3);
}
}


@media only screen and (max-width: 1200px) {.cookie-warning-notice-0 {
    padding: 20px;
}
}


@media only screen and (max-width: 800px) {.user-safety-3 {
    display: none;
}.cookies-tech-1 {
    align-items: center;
    justify-content: center;
    flex-direction: column;
}.cookie-warning-notice-0 h5 {
    text-align: center;
}.cookie-warning-notice-0 p {
    text-align: center;
}.learn-prefs-0 {
    margin-bottom: 20px;
}body .segment-wrapper-8 .user-tracker-9 {
    margin-left: 0;
}}



@media (max-width: 479px) {header .header-tutor-7 {
    padding: 0.7rem 1.2rem;
}header .head-sitewrap-1 {
    padding: 0.5rem;
    max-width: 120px;
}header .head-primary-7 a {
    padding: 0.4rem 0.6rem;
    font-size: calc(13px - 3px);
}}



@media (max-width: 992px) {.course-program-info-7 .container {
    padding: 3rem 1.5rem;
    justify-content: center;
}.course-program-info-7 .value-vision-0 {
    max-width: 540px;
    margin-right: 0;
}.course-program-info-7 .education-flow-9 {
    padding: 2.5rem;
}.course-program-info-7 .education-flow-9 h3 {
    font-size: calc(36px * 0.9);
}
}



@media (max-width: 1200px) {.thanksFrame-6 .value-vision-0 {
    padding: 3rem;
}.thanksFrame-6 h5 {
    font-size: 21px;
}
}



@media (max-width: 992px) {.thanksFrame-6 {
    padding: 5rem 0;
}.thanksFrame-6 .value-vision-0 {
    padding: 2.5rem;
    transform: perspective(1000px) rotateX(1deg);
}.thanksFrame-6 h5::before {
    width: 60px;
    height: 60px;
    left: -1.5rem;
    top: -1rem;
}
}



@media (prefers-reduced-motion: reduce) {.thanksFrame-6 .value-vision-0,
    .thanksFrame-6 .value-vision-0:hover,
    .thanksFrame-6 a:hover {
    transition: none;
    transform: none;
}.thanksFrame-6::before,
    .thanksFrame-6 a::before {
    animation: none;
}.thanksFrame-6 .value-vision-0 > div:first-child::after {
    width: 100px;
    animation: none;
}.thanksFrame-6 h5::before {
    animation: none;
    transform: scale(1);
}
}



@keyframes lightSweep {
    0% {
        opacity: 0;
        transform: translateX(-100%) skewX(-15deg);
    }
    20% {
        opacity: 0.3;
    }
    60% {
        opacity: 0;
    }
    100% {
        opacity: 0;
        transform: translateX(100%) skewX(-15deg);
    }
}



@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}



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

@keyframes carousel-slide {
    0% {
        transform: translateX(0);
    }
    16% {
        transform: translateX(0);
    }
    20% {
        transform: translateX(calc(-100% / var(--slide-count, 5)));
    }
    36% {
        transform: translateX(calc(-100% / var(--slide-count, 5)));
    }
    40% {
        transform: translateX(calc(-200% / var(--slide-count, 5)));
    }
    56% {
        transform: translateX(calc(-200% / var(--slide-count, 5)));
    }
    60% {
        transform: translateX(calc(-300% / var(--slide-count, 5)));
    }
    76% {
        transform: translateX(calc(-300% / var(--slide-count, 5)));
    }
    80% {
        transform: translateX(calc(-400% / var(--slide-count, 5)));
    }
    96% {
        transform: translateX(calc(-400% / var(--slide-count, 5)));
    }
    100% {
        transform: translateX(0);
    }
}

