﻿* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}svg {
    width: 30px;
    height: 30px;
}html,body {
    height: 100%;
    color: #000000;
    font-family: Arial, sans-serif;
    min-height: 100%;
}@keyframes pulse_scrollbar { 0% { opacity: 1; } 50% { opacity: 0.7; } 100% { opacity: 1; } }

::-webkit-scrollbar {
    width: 10px;
}::-webkit-scrollbar-button {
    background: rgb(255, 255, 255, 0.5);
}::-webkit-scrollbar-track {
    background: radial-gradient(ellipse at center, #ffffff 1%, rgb(192,154,154) 34%, rgb(192,154,154,0.5) 81%, rgb(237,222,222) 68%);
    border-radius: 8.9em;
}::-webkit-scrollbar-thumb {
    background: rgb(215,188,188,0.5);
    animation: pulse_scrollbar 2.1s ease 3;
    transition: background, box-shadow, transform 3.9s ease;
    border-radius: 3px;
    box-shadow: -2px -5px 14px 7px rgba(0, 0, 0, 0.8);
}::-webkit-scrollbar-thumb:hover {
    background: #ffffff;
    box-shadow: -1px -5px 12px 3px rgba(0, 0, 0, 0.1);
}::-webkit-scrollbar-corner {
    border-radius: 4px;
}* {
    scrollbar-color: rgb(192,154,154) rgb(192,154,154);
}.policy_links_57 {
    flex: 0 0 auto;
}header,footer {
    width: 100%;
}.container {
    margin: auto;
    width: 1215px;
    max-width: 100%;
}a {
    color: inherit;
    text-decoration: none;
}.main_tutor_62 {
    flex: 1 0 auto;
}.segment-wrapper_04 {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.course_overview_40 {
    background-color: rgb(237,222,222);
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}.course_overview_40::before {
    height: 100%;
    background: linear-gradient(135deg, rgb(215,188,188,0.5) 0%, transparent 50%, rgb(192,154,154,0.5) 100%);
    position: absolute;
    z-index: 1;
    left: 0;
    content: "";
    width: 100%;
    top: 0;
}.course_overview_40::after {
    border-radius: 50%;
    width: 200px;
    background-color: rgb(215,188,188,0.5);
    filter: blur(80px);
    content: "";
    position: absolute;
    animation: floatAnimation 15s infinite alternate ease-in-out;
    height: 200px;
    top: -50px;
    z-index: 0;
    right: -50px;
}.course_overview_40 .program_plan_06 {
    display: flex;
    flex-direction: column;
    z-index: 2;
}.course_overview_40 .text_pod_24 {
    margin: 0 auto 60px;
    position: relative;
    width: 80%;
}.course_overview_40 .text_pod_24::before {
    width: 80px;
    background: linear-gradient(90deg, rgb(215,188,188), rgb(192,154,154));
    border-radius: 10px;
    height: 4px;
    content: "";
    position: absolute;
    top: -20px;
    left: 0;
}.course_overview_40 .text_pod_24 h2 {
    position: relative;
    padding: 15px;
    font-size: 30px;
    color: #000000;
    transform: translateX(0);
    font-weight: 700;
    margin-bottom: 30px;
    border-radius: 10px;
    transition: transform 0.5s ease;
    background-image: repeating-linear-gradient(45deg, rgb(215,188,188,0.5) 0px, rgb(215,188,188,0.5) 2px, transparent 2px, transparent 8px);
}.course_overview_40 .text_pod_24 h2:hover {
    transform: translateX(10px);
}.course_overview_40 .text_pod_24 .description {
    position: relative;
    border-left: 2px solid rgb(215,188,188);
    font-size: 14px;
    padding-left: 20px;
    margin-bottom: 20px;
    color: #000000;
    line-height: 1.7;
}.course_overview_40 .text_pod_24 .description:last-child {
    padding: 30px 40px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    backdrop-filter: blur(5px);
    z-index: 2;
    font-weight: 600;
    margin-top: 30px;
    border-left: none;
}.course_overview_40 .lightbox_img_20 {
    opacity: 0.2;
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    transition: opacity 0.5s ease, transform 0.5s ease;
    z-index: 1;
}.course_overview_40 .program_plan_06:hover .lightbox_img_20 {
    opacity: 0.3;
    transform: scale(1.05);
}.course_overview_40 .lightbox_img_20::before {
    background: linear-gradient(135deg, rgb(215,188,188,0.5) 0%, transparent 80%);
    left: 0;
    position: absolute;
    z-index: 1;
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
}.course_overview_40 .lightbox_img_20::after {
    background: linear-gradient(225deg, rgb(192,154,154,0.5) 0%, transparent 100%);
    position: absolute;
    bottom: 0;
    content: "";
    height: 40%;
    width: 80%;
    z-index: 1;
    right: 0;
}@keyframes floatAnimation {
    0% {
        transform: translate(0, 0) scale(1);
    }
    25% {
        transform: translate(50px, 20px) scale(1.2);
    }
    50% {
        transform: translate(0, 40px) scale(0.8);
    }
    75% {
        transform: translate(-30px, 20px) scale(1.1);
    }
    100% {
        transform: translate(0, 0) scale(1);
    }
}

@keyframes pulseAnimation {
    0% {
        opacity: 0.4;
    }
    50% {
        opacity: 0.7;
    }
    100% {
        opacity: 0.4;
    }
}

.course_overview_40 .program_plan_06::before {
    filter: blur(100px);
    height: 200px;
    z-index: -1;
    content: "";
    bottom: -100px;
    width: 200px;
    position: absolute;
    background-color: rgb(192,154,154,0.5);
    left: -50px;
    border-radius: 50%;
    animation: pulseAnimation 10s infinite ease-in-out;
}.course_overview_40 .program_plan_06::after {
    animation: rotateAnimation 20s infinite linear;
    height: 40px;
    z-index: -1;
    border: 4px solid rgb(215,188,188,0.5);
    top: 40px;
    width: 40px;
    border-radius: 10px;
    right: -20px;
    position: absolute;
    content: "";
}@keyframes rotateAnimation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.course_overview_40 .text_pod_24::after {
    z-index: -1;
    content: "";
    top: -40px;
    border-radius: 50%;
    width: 100px;
    border: 2px dashed rgb(215,188,188,0.5);
    position: absolute;
    animation: rotateAnimation 30s infinite linear reverse;
    right: -60px;
    height: 100px;
}.course_overview_40 .text_pod_24 .description:first-of-type {
    border-left: none;
    padding: 20px;
    overflow: hidden;
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 10px,
        rgb(237,222,222) 10px,
        rgb(237,222,222) 12px
    );
    border-radius: 10px;
    position: relative;
}.course_overview_40 .text_pod_24 .description:first-of-type::after {
    bottom: 0;
    height: 2px;
    width: 100%;
    position: absolute;
    left: 0;
    content: "";
    background: linear-gradient(90deg, rgb(215,188,188), transparent);
}.course_overview_40 .text_pod_24 .description:last-child::before {
    height: 100%;
    z-index: -1;
    filter: brightness(0.5) contrast(1.2);
    width: 100%;
    top: 0;
    background-position: center;
    border-radius: 20px;
    left: 0;
    background-size: cover;
    position: absolute;
    content: "";
}

@media (max-width: 1024px) {.course_overview_40 {
    padding: 80px 0;
}.course_overview_40 .text_pod_24 {
    width: 90%;
}
}

@media (max-width: 768px) {.course_overview_40 {
    padding: 60px 0;
}.course_overview_40 .text_pod_24 {
    width: 100%;
    margin-bottom: 40px;
}.course_overview_40 .text_pod_24 h2 {
    margin-bottom: 20px;
    font-size: calc(30px * 0.9);
}.course_overview_40 .text_pod_24 .description:last-child {
    padding: 25px 30px;
}
}

@media (max-width: 576px) {.course_overview_40 {
    padding: 40px 0;
}.course_overview_40 .text_pod_24 h2 {
    font-size: calc(30px * 0.8);
}.course_overview_40 .text_pod_24 .description {
    font-size: calc(14px * 0.95);
}.course_overview_40 .text_pod_24 .description:last-child {
    padding: 20px;
}.course_overview_40::after,
    .course_overview_40 .program_plan_06::before,
    .course_overview_40 .text_pod_24::after {
    display: none;
}.course_overview_40 .text_pod_24::before {
    width: 60px;
}}

.course_overview_40 .program_plan_06 .text_pod_24 .description strong {
    color: rgb(192,154,154);
    font-weight: 600;
}.course_overview_40 .container::before {
    content: "";
    bottom: -40px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgb(215,188,188,0.5), transparent);
    width: 150%;
    position: absolute;
    left: -25%;
}.course_overview_40 .text_pod_24 h2::after {
    content: "";
    z-index: -1;
    filter: blur(15px);
    top: -15px;
    width: 30px;
    background-color: rgb(215,188,188,0.5);
    height: 30px;
    left: -15px;
    border-radius: 50%;
    position: absolute;
}.opening_page_36 {
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(237,222,222) 0%, rgb(215,188,188,0.5) 100%);
    display: flex;
    z-index: 1;
    min-height: 100vh;
    padding: 5rem 1rem;
    position: relative;
}.opening_page_36::before {
    opacity: 0.05;
    z-index: -1;
    top: 0;
    position: absolute;
    left: 0;
    width: 100%;
    background: repeating-linear-gradient(
    45deg,
    rgb(215,188,188,0.5) 0,
    rgb(215,188,188,0.5) 1px,
    transparent 1px,
    transparent 20px
  );
    content: '';
    height: 100%;
}.opening_page_36::after {
    position: absolute;
    top: -50%;
    z-index: -1;
    content: '';
    right: -50%;
    transform: rotate(-15deg) skewX(30deg);
    height: 100%;
    opacity: 0.05;
    animation: shiftBackground 20s infinite alternate ease-in-out;
    background: rgb(192,154,154);
    width: 100%;
}.opening_page_36 > div {
    perspective: 1000px;
    grid-template-columns: 1fr;
    max-width: 1200px;
    display: grid;
    gap: 3rem;
    width: 100%;
}.opening_page_36 h1.skill_expertise_09 {
    font-weight: 700;
    animation: fadeInTitle 1.2s ease-out forwards;
    margin-bottom: 1.5rem;
    font-size: 48px;
    position: relative;
    color: rgb(215,188,188);
    transform: translateZ(0);
}.opening_page_36 h1.skill_expertise_09::after {
    width: 80px;
    bottom: -10px;
    position: absolute;
    background: linear-gradient(90deg, rgb(192,154,154), rgb(215,188,188));
    transform: scaleX(0);
    content: '';
    height: 4px;
    animation: expandLine 1.5s 0.5s ease-out forwards;
    left: 0;
    transform-origin: left;
}.opening_page_36 p {
    font-size: calc(13px * 1.1);
    transform: translateY(30px);
    max-width: 650px;
    color: #000000;
    opacity: 0;
    line-height: 1.6;
    animation: fadeInUp 1s 0.3s ease-out forwards;
}.opening_page_36 .start_first_50 {
    transform-style: preserve-3d;
    margin-top: 2rem;
    transform: rotateX(5deg) rotateY(-5deg);
    transition: transform 0.5s ease;
    position: relative;
}.opening_page_36 .start_first_50:hover {
    transform: rotateX(0) rotateY(0);
}.opening_page_36 .learn_growth_29 {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), 0 5px 15px rgba(0, 0, 0, 0.1);
    height: 320px;
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 3px;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.6s;
}.opening_page_36 .learn_growth_29::before {
    left: 0;
    content: '';
    width: 100%;
    top: 0;
    position: absolute;
    background: linear-gradient(
    to bottom,
    transparent 0%,
    rgb(215,188,188,0.5) 100%
  );
    height: 100%;
    z-index: 1;
}.opening_page_36 .learn_growth_29::after {
    content: '';
    background: radial-gradient(
    circle at center,
    rgb(192,154,154,0.5) 0%,
    transparent 70%
  );
    opacity: 0;
    width: 120%;
    height: 120%;
    left: -10%;
    position: absolute;
    transition: opacity 0.5s ease;
    top: -10%;
    z-index: 2;
}.opening_page_36 .learn_growth_29:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3), 0 10px 20px rgba(0, 0, 0, 0.2);
    transform: translateY(-10px) scale(1.02);
}.opening_page_36 .learn_growth_29:hover::after {
    opacity: 0.15;
}.opening_page_36 .learn_growth_29 span {
    opacity: 0.9;
    z-index: 3;
    transition: transform 0.5s ease, opacity 0.5s ease;
    bottom: 0;
    left: 0;
    padding: 2rem;
    width: 100%;
    position: absolute;
    transform: translateY(10px);
}.opening_page_36 .learn_growth_29:hover span {
    opacity: 1;
    transform: translateY(0);
}.opening_page_36 .learn_growth_29 h3 {
    font-weight: 600;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    color: #ffffff;
    padding-left: 1rem;
    font-size: calc(22px * 0.95);
    position: relative;
    line-height: 1.4;
}.opening_page_36 .learn_growth_29 h3::before {
    content: '';
    transition: transform 0.5s ease;
    transform: scaleY(0);
    top: 0;
    left: 0;
    width: 3px;
    position: absolute;
    background: rgb(192,154,154);
    transform-origin: bottom;
    height: 100%;
}.opening_page_36 .learn_growth_29:hover h3::before {
    transform: scaleY(1);
}

@keyframes fadeInTitle {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

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

@keyframes expandLine {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

@keyframes shiftBackground {
  0% {
    transform: rotate(-15deg) skewX(30deg) translateX(0);
  }
  100% {
    transform: rotate(-15deg) skewX(30deg) translateX(5%);
  }
}

@media (min-width: 768px) {.opening_page_36 > div {
    gap: 4rem;
    align-items: center;
    grid-template-columns: 1fr 1fr;
}.opening_page_36 h1.skill_expertise_09 {
    font-size: calc(48px * 1.2);
}.opening_page_36 .learn_growth_29 {
    height: 380px;
}.opening_page_36::after {
    width: 120%;
    height: 120%;
}
}

@media (min-width: 1024px) {.opening_page_36 {
    padding: 0;
}.opening_page_36 > div {
    gap: 6rem;
}.opening_page_36 h1.skill_expertise_09 {
    font-size: calc(48px * 1.4);
}.opening_page_36 p {
    font-size: calc(13px * 1.2);
}.opening_page_36 .start_first_50 {
    margin-top: 0;
}.opening_page_36 .learn_growth_29 {
    height: 420px;
}.opening_page_36 .learn_growth_29 h3 {
    font-size: 22px;
}
}

@media (max-width: 767px) {.opening_page_36 {
    padding: 4rem 1rem;
}.opening_page_36 h1.skill_expertise_09 {
    font-size: calc(48px * 0.9);
}.opening_page_36 p {
    font-size: 13px;
}.opening_page_36 .start_first_50 {
    transform: rotateX(3deg) rotateY(-3deg);
}.opening_page_36 .learn_growth_29 {
    height: 280px;
}.opening_page_36 .learn_growth_29 h3 {
    font-size: calc(22px * 0.85);
}
}

@media (max-width: 480px) {.opening_page_36 {
    padding: 3rem 1rem;
}.opening_page_36 h1.skill_expertise_09 {
    font-size: calc(48px * 0.8);
}.opening_page_36 p {
    font-size: calc(13px * 0.9);
}.opening_page_36 .learn_growth_29 {
    height: 240px;
}.opening_page_36 .learn_growth_29 span {
    padding: 1.5rem;
}.opening_page_36 .learn_growth_29 h3 {
    font-size: calc(22px * 0.8);
}}.start_now_28 {
    margin: 0;
    background: linear-gradient(150deg, rgb(237,222,222) 0%, rgb(215,188,188,0.5) 100%);
    padding: 5rem 2rem;
    isolation: isolate;
    position: relative;
    overflow: hidden;
}.start_now_28::before {
    transform-origin: center bottom;
    animation: gridAnimate 30s linear infinite;
    width: 100%;
    position: absolute;
    z-index: 1;
    height: 100%;
    background-size: 30px 30px;
    opacity: 0.7;
    transform: perspective(500px) rotateX(45deg) scale(2);
    left: 0;
    content: '';
    background-image: 
        linear-gradient(30deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px),
        linear-gradient(150deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px);
    top: 0;
}@keyframes gridAnimate {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 30px 30px;
    }
}

.start_now_28::after {
    top: 0;
    background-image: 
        radial-gradient(circle at 10% 10%, rgba(rgb(215,188,188), 0.15) 0%, transparent 15%),
        radial-gradient(circle at 90% 90%, rgba(rgb(192,154,154), 0.15) 0%, transparent 15%);
    position: absolute;
    z-index: 2;
    left: 0;
    height: 100%;
    width: 100%;
    content: '';
}.start_now_28::before {
    animation: scanLines 8s linear infinite;
    content: '';
    background: 
        repeating-linear-gradient(
            180deg,
            transparent,
            transparent 15px,
            rgba(255, 255, 255, 0.03) 15px,
            rgba(255, 255, 255, 0.03) 16px
        );
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}@keyframes scanLines {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 0 100px;
    }
}

.start_now_28 .fast_track_80 {
    border: 1px solid rgba(255, 255, 255, 0.15);
    max-width: 1000px;
    justify-content: center;
    display: flex;
    backdrop-filter: blur(10px);
    text-align: center;
    margin: 0 auto;
    align-items: center;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    flex-direction: column;
    z-index: 5;
    padding: 4rem 3rem;
    border-radius: 17px;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    background: rgba(255, 255, 255, 0.1);
    overflow: hidden;
}.start_now_28 .fast_track_80:hover {
    transform: translateY(-10px);
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(rgb(215,188,188), 0.1);
}.start_now_28 .fast_track_80::before,
.start_now_28 .fast_track_80::after {
    border-style: solid;
    content: '';
    height: 40px;
    border-width: 0;
    position: absolute;
    width: 40px;
}.start_now_28 .fast_track_80::before {
    border-color: rgb(215,188,188);
    border-left-width: 2px;
    top: 15px;
    border-top-width: 2px;
    left: 15px;
    animation: cornerPulse 3s infinite alternate;
}.start_now_28 .fast_track_80::after {
    border-color: rgb(192,154,154);
    bottom: 15px;
    animation: cornerPulse 3s 1.5s infinite alternate;
    border-bottom-width: 2px;
    right: 15px;
    border-right-width: 2px;
}@keyframes cornerPulse {
    0% {
        opacity: 0.5;
        width: 40px;
        height: 40px;
    }
    100% {
        opacity: 1;
        width: 50px;
        height: 50px;
    }
}

.start_now_28 .fast_track_80::before {
    width: 100%;
    background-repeat: no-repeat;
    background-size: 15px 2px, 15px 2px, 2px 15px, 2px 15px;
    height: 100%;
    opacity: 0.7;
    position: absolute;
    background-position: 0 20px, 0 calc(100% - 20px), 20px 0, calc(100% - 20px) 0;
    z-index: -1;
    top: 0;
    left: 0;
    content: '';
    background-image: 
        linear-gradient(90deg, rgb(215,188,188) 2px, transparent 2px),
        linear-gradient(90deg, rgb(215,188,188) 2px, transparent 2px),
        linear-gradient(0deg, rgb(192,154,154) 2px, transparent 2px),
        linear-gradient(0deg, rgb(192,154,154) 2px, transparent 2px);
}.start_now_28 h3 {
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 2.5rem;
    position: relative;
    letter-spacing: 3px;
    font-size: 34px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    color: #ffffff;
    padding: 0 20px 15px;
}.start_now_28 h3::after {
    left: 50%;
    position: absolute;
    width: 50px;
    height: 3px;
    content: '';
    transform: translateX(-50%);
    bottom: -2px;
    opacity: 0.8;
    background: linear-gradient(90deg, rgb(215,188,188), rgb(192,154,154));
}.start_now_28 h3::before {
    bottom: -5px;
    background-image: 
        radial-gradient(circle at 10% 50%, rgb(215,188,188) 0%, rgb(215,188,188) 3px, transparent 3px),
        radial-gradient(circle at 90% 50%, rgb(192,154,154) 0%, rgb(192,154,154) 3px, transparent 3px);
    content: '';
    width: 100%;
    height: 10px;
    position: absolute;
    background-repeat: no-repeat;
    left: 0;
}.start_now_28 .get_contact_35 {
    font-weight: 600;
    text-decoration: none;
    border-radius: 10px;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    text-transform: uppercase;
    font-size: 20px;
    padding: 1.3rem 3rem;
    z-index: 2;
    overflow: hidden;
    color: #ffffff;
    background: linear-gradient(135deg, rgb(215,188,188) 0%, rgb(192,154,154) 100%);
    position: relative;
    align-items: center;
    letter-spacing: 2px;
    display: inline-flex;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    border: none;
    justify-content: center;
}.start_now_28 .get_contact_35::before {
    left: 0;
    top: 0;
    z-index: -1;
    background: linear-gradient(135deg, rgb(192,154,154) 0%, rgb(215,188,188) 100%);
    transition: opacity 0.4s ease;
    width: 100%;
    content: '';
    position: absolute;
    opacity: 0;
    height: 100%;
}.start_now_28 .get_contact_35:hover {
    letter-spacing: 2.5px;
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}.start_now_28 .get_contact_35:hover::before {
    opacity: 1;
}.start_now_28 .get_contact_35::after {
    position: absolute;
    opacity: 0.5;
    bottom: 7px;
    left: 15px;
    content: '';
    height: 2px;
    background-image: 
        linear-gradient(90deg, 
            transparent 0%, transparent 20%, 
            rgba(255, 255, 255, 0.5) 20%, rgba(255, 255, 255, 0.5) 40%, 
            transparent 40%, transparent 60%, 
            rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0.5) 80%, 
            transparent 80%, transparent 100%);
    transition: opacity 0.4s ease;
    right: 15px;
}.start_now_28 .get_contact_35:hover::after {
    opacity: 0.8;
}.start_now_28::before {
    opacity: 0.7;
    background-image: 
        linear-gradient(30deg, transparent 85%, rgba(255, 255, 255, 0.1) 85%, rgba(255, 255, 255, 0.1) 100%),
        linear-gradient(150deg, transparent 85%, rgba(255, 255, 255, 0.1) 85%, rgba(255, 255, 255, 0.1) 100%),
        linear-gradient(270deg, transparent 85%, rgba(255, 255, 255, 0.1) 85%, rgba(255, 255, 255, 0.1) 100%);
    content: '';
    left: 0;
    background-size: 100px 100px;
    top: 0;
    z-index: 2;
    width: 100%;
    position: absolute;
    height: 100%;
}.start_now_28::after {
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    content: '';
    top: 0;
    background-image: 
        radial-gradient(circle at 10% 10%, rgb(215,188,188) 0%, rgb(215,188,188) 3px, transparent 3px),
        radial-gradient(circle at 90% 10%, rgb(215,188,188) 0%, rgb(215,188,188) 3px, transparent 3px),
        radial-gradient(circle at 10% 90%, rgb(192,154,154) 0%, rgb(192,154,154) 3px, transparent 3px),
        radial-gradient(circle at 90% 90%, rgb(192,154,154) 0%, rgb(192,154,154) 3px, transparent 3px);
    background-repeat: no-repeat;
    animation: cornerDotsGlow 4s ease-in-out infinite alternate;
    z-index: 3;
    opacity: 0.8;
}@keyframes cornerDotsGlow {
    0% {
        opacity: 0.5;
        filter: blur(0px);
    }
    100% {
        opacity: 1;
        filter: blur(1px);
    }
}

.start_now_28::after {
    z-index: 3;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, transparent, rgb(215,188,188), transparent);
    left: 0;
    position: absolute;
    animation: topBarAnimate 4s ease-in-out infinite;
    top: 0;
    content: '';
}@keyframes topBarAnimate {
    0%, 100% {
        opacity: 0.3;
        transform: scaleX(0.5);
    }
    50% {
        opacity: 0.8;
        transform: scaleX(1);
    }
}

.start_now_28::before {
    content: '';
    width: 100%;
    bottom: 0;
    animation: bottomBarAnimate 4s ease-in-out infinite reverse;
    z-index: 3;
    left: 0;
    background: linear-gradient(90deg, transparent, rgb(192,154,154), transparent);
    position: absolute;
    height: 3px;
}

@keyframes bottomBarAnimate {
    0%, 100% {
        opacity: 0.3;
        transform: scaleX(0.5);
    }
    50% {
        opacity: 0.8;
        transform: scaleX(1);
    }
}

@media screen and (max-width: 991px) {.start_now_28 {
    padding: 4.5rem 1.5rem;
}}.cookie_message_popup_82 {
    border-top: 2px solid rgb(215,188,188);
    width: 100%;
    background: rgb(237,222,222);
    position: fixed;
    z-index: 90;
    bottom: 0;
}.cookie_guard_03 {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    align-items: center;
}.cookie_message_popup_82 h5 {
    font-size: 22px;
    margin-bottom: 6px;
}.cookie_message_popup_82 p {
    font-size: 18px;
}.cookie_overlay_59 {
    flex-shrink: 0;
    margin-right: 10px;
}.cookie_overlay_59 svg, .cookie_overlay_59 svg path, .cookie_overlay_59 img {
    height: 100px;
    width: 100px;
    fill: rgb(215,188,188);
}.visitor_privacy_74 {
    font-size: 24px;
    cursor: pointer;
    text-decoration: none;
    min-width: 120px;
    white-space: nowrap;
    text-align: center;
    line-height: 35px;
    border-bottom: 2px solid rgb(215,188,188);
    margin-left: 10px;
    color: rgb(215,188,188);
    flex-shrink: 0;
}.cookie_message_popup_82 p a {
    text-decoration: none;
    color: rgb(215,188,188);
}
@media only screen and (max-width: 1200px) {.cookie_message_popup_82 {
    padding: 20px;
}}
#cookie_info_panel_57 {
    display: none;
}#cookie_info_panel_57:checked ~ .cookie_message_popup_82 {
    opacity: 0;
    visibility: hidden;
}
@media only screen and (max-width: 800px) {.cookie_overlay_59 {
    display: none;
}.cookie_guard_03 {
    align-items: center;
    justify-content: center;
    flex-direction: column;
}.cookie_message_popup_82 h5 {
    text-align: center;
}.cookie_message_popup_82 p {
    text-align: center;
}.user_status_42 {
    margin-bottom: 20px;
}body .segment-wrapper_04 .visitor_privacy_74 {
    margin-left: 0;
}}.client_opinions_09 {
    position: relative;
    background: linear-gradient(180deg, rgb(237,222,222) 0%, #ffffff 100%);
    overflow: hidden;
    padding: 90px 0;
}.client_opinions_09::before {
    top: 0;
    z-index: 1;
    width: 100%;
    content: "";
    background-image: 
        radial-gradient(circle at 80% 20%, rgb(215,188,188,0.5) 0%, transparent 15%),
        radial-gradient(circle at 20% 80%, rgb(192,154,154,0.5) 0%, transparent 15%);
    left: 0;
    opacity: 0.7;
    position: absolute;
    height: 100%;
}.client_opinions_09 .fast_track_80 {
    padding: 0 20px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
    max-width: 1200px;
}.client_opinions_09 h4 {
    position: relative;
    font-size: 31px;
    text-align: center;
    opacity: 1;
    transform: translateY(0);
    animation: fadeInDown 1s ease-out;
    font-weight: 700;
    margin-bottom: 60px;
    letter-spacing: 1px;
    color: #000000;
}@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.client_opinions_09 h4::after {
    transform: translateX(-50%);
    background: rgb(215,188,188);
    left: 50%;
    height: 3px;
    content: "";
    position: absolute;
    border-radius: 10px;
    width: 80px;
    bottom: -15px;
}.client_opinions_09 .feedback_cloud_04 {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
}.client_opinions_09 .feedback_cloud_04::before {
    transform: translateX(-50%);
    position: absolute;
    border-radius: 10px;
    content: "";
    width: 4px;
    top: 0;
    left: 50%;
    z-index: 1;
    bottom: 0;
    background: linear-gradient(to bottom, rgb(215,188,188,0.5), rgb(192,154,154,0.5));
}.client_opinions_09 .edu_quotes_43 {
    clear: both;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
    width: 45%;
    margin-bottom: 60px;
    background: #ffffff;
    position: relative;
    border-radius: 18px;
    transition: all 0.4s ease;
    padding: 30px;
}.client_opinions_09 .edu_quotes_43:nth-child(odd) {
    float: left;
    animation: slideInLeft 0.8s ease-out both;
    animation-delay: calc(0.2s * var(--i, 0));
}.client_opinions_09 .edu_quotes_43:nth-child(even) {
    float: right;
    animation-delay: calc(0.2s * var(--i, 0));
    animation: slideInRight 0.8s ease-out both;
}@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.client_opinions_09 .edu_quotes_43::before {
    border-radius: 50%;
    top: 30px;
    width: 20px;
    position: absolute;
    height: 20px;
    border: 4px solid #ffffff;
    background: rgb(215,188,188);
    transition: all 0.4s ease;
    content: "";
    box-shadow: 0 0 0 4px rgb(215,188,188,0.5);
    z-index: 2;
}.client_opinions_09 .edu_quotes_43:nth-child(odd)::before {
    right: -60px;
}.client_opinions_09 .edu_quotes_43:nth-child(even)::before {
    left: -60px;
}.client_opinions_09 .edu_quotes_43:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}.client_opinions_09 .edu_quotes_43:hover::before {
    box-shadow: 0 0 0 4px rgb(192,154,154,0.5);
    background: rgb(192,154,154);
}.client_opinions_09 .edu_quotes_43::after {
    height: 15px;
    content: "";
    transition: all 0.4s ease;
    top: 32px;
    border-style: solid;
    width: 15px;
    position: absolute;
    border-width: 10px;
}.client_opinions_09 .edu_quotes_43:nth-child(odd)::after {
    border-color: transparent transparent transparent #ffffff;
    right: -20px;
}.client_opinions_09 .edu_quotes_43:nth-child(even)::after {
    border-color: transparent #ffffff transparent transparent;
    left: -20px;
}.client_opinions_09 .lightbox_img_20 {
    height: 70px;
    width: 70px;
    border-radius: 50%;
    margin: 0 auto 15px;
    float: left;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    margin-right: 20px;
    transition: all 0.4s ease;
    border: 3px solid #ffffff;
}.client_opinions_09 .edu_quotes_43:hover .lightbox_img_20 {
    border-color: rgb(215,188,188);
    transform: scale(1.05);
}.client_opinions_09 .edu_quotes_43 span {
    font-weight: 600;
    font-size: 20px;
    transition: all 0.3s ease;
    margin-top: 10px;
    display: block;
    margin-bottom: 5px;
    color: #000000;
}.client_opinions_09 .edu_quotes_43 p {
    transition: all 0.3s ease;
    clear: both;
    font-size: 16px;
    color: #000000;
    line-height: 1.7;
    margin-top: 20px;
    position: relative;
}.client_opinions_09 .edu_quotes_43 p::before {
    position: absolute;
    background: rgb(215,188,188,0.5);
    height: 2px;
    left: 0;
    content: "";
    top: -10px;
    width: 40px;
    transition: all 0.3s ease;
}.client_opinions_09 .edu_quotes_43:hover p::before {
    width: 60px;
    background: rgb(215,188,188);
}

@media (max-width: 1024px) {.client_opinions_09 {
    padding: 70px 0;
}.client_opinions_09 .edu_quotes_43 {
    padding: 25px;
    width: 47%;
}.client_opinions_09 .edu_quotes_43:nth-child(odd)::before {
    right: -50px;
}.client_opinions_09 .edu_quotes_43:nth-child(even)::before {
    left: -50px;
}.client_opinions_09 .lightbox_img_20 {
    width: 60px;
    height: 60px;
}
}

@media (max-width: 768px) {.client_opinions_09 {
    padding: 60px 0;
}.client_opinions_09 h4 {
    font-size: calc(31px * 0.85);
    margin-bottom: 50px;
}.client_opinions_09 .feedback_cloud_04::before {
    left: 20px;
}.client_opinions_09 .edu_quotes_43 {
    width: calc(100% - 60px);
    margin-bottom: 40px;
    float: right;
}.client_opinions_09 .edu_quotes_43:nth-child(odd),
    .client_opinions_09 .edu_quotes_43:nth-child(even) {
    float: right;
    animation: slideInRight 0.8s ease-out both;
}.client_opinions_09 .edu_quotes_43:nth-child(odd)::before,
    .client_opinions_09 .edu_quotes_43:nth-child(even)::before {
    left: -40px;
}.client_opinions_09 .edu_quotes_43:nth-child(odd)::after,
    .client_opinions_09 .edu_quotes_43:nth-child(even)::after {
    border-color: transparent #ffffff transparent transparent;
    left: -20px;
}.client_opinions_09 .lightbox_img_20 {
    margin-right: 15px;
    width: 50px;
    height: 50px;
}.client_opinions_09 .edu_quotes_43 span {
    font-size: calc(20px * 0.9);
}}.company_overview_42 {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}.company_overview_42::before {
    width: 100%;
    content: "";
    top: 0;
    z-index: 1;
    left: 0;
    height: 100%;
    position: absolute;
    background: linear-gradient(135deg, rgb(215,188,188,0.5) 0%, rgb(192,154,154,0.5) 100%);
    backdrop-filter: blur(5px);
}.company_overview_42 .container {
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
}.company_overview_42 .text_pod_24 {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    transform: perspective(1000px) rotateY(2deg);
    position: relative;
    margin-left: auto;
    padding: 60px;
    max-width: 900px;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.85));
}.company_overview_42 .text_pod_24::before {
    content: "";
    z-index: -1;
    position: absolute;
    bottom: 30px;
    border-left: 2px solid rgb(215,188,188);
    transform: translate(10px, 10px);
    transition: transform 0.5s ease;
    right: 30px;
    border-top: 2px solid rgb(215,188,188);
    top: -10px;
    left: -10px;
}.company_overview_42 .text_pod_24:hover {
    transform: perspective(1000px) rotateY(0deg);
}.company_overview_42 .text_pod_24:hover::before {
    transform: translate(0, 0);
}.company_overview_42 h5 {
    color: rgb(215,188,188);
    letter-spacing: 2px;
    font-size: 21px;
    padding-bottom: 10px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 16px;
    display: inline-block;
}.company_overview_42 h5::after {
    background: linear-gradient(to right, rgb(215,188,188), rgb(192,154,154));
    content: "";
    height: 3px;
    position: absolute;
    left: 0;
    transition: transform 0.5s ease;
    width: 100%;
    transform-origin: left;
    bottom: 0;
    transform: scaleX(0.5);
}.company_overview_42 .text_pod_24:hover h5::after {
    transform: scaleX(1);
}.company_overview_42 p {
    margin-bottom: 30px;
    font-family: Arial, sans-serif;
    color: #000000;
    font-size: calc(16px * 1.5);
    font-weight: 400;
}.company_overview_42 p b {
    font-size: calc(16px * 1.8);
    font-weight: 700;
    display: inline-block;
    position: relative;
    color: rgb(192,154,154);
    letter-spacing: 0.5px;
}.company_overview_42 p b::after {
    height: 2px;
    left: 0;
    content: "";
    background: rgb(192,154,154);
    bottom: -5px;
    position: absolute;
    transform-origin: right;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    width: 100%;
    transform: scaleX(0);
}.company_overview_42 .text_pod_24:hover p b::after {
    transform-origin: left;
    transform: scaleX(1);
}.company_overview_42 ol {
    counter-reset: item;
    padding: 0;
    margin: 0;
    list-style-type: none;
}.company_overview_42 ol li {
    padding-left: 20px;
    max-width: 100%;
    font-family: Arial, sans-serif;
    margin-bottom: 20px;
    hyphens: auto;
    color: #000000;
    position: relative;
    text-align: justify;
    overflow-wrap: break-word;
    font-size: 16px;
    line-height: 1.8;
    font-weight: 400;
}.company_overview_42 ol li::before {
    content: "";
    height: 6px;
    border-radius: 50%;
    left: 0;
    transform: translateY(-50%);
    position: absolute;
    top: 12px;
    width: 6px;
    background-color: rgb(192,154,154);
}

@media (hover: hover) {.company_overview_42 .text_pod_24 {
    cursor: default;
}.company_overview_42 .text_pod_24:hover {
    box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.3);
}.company_overview_42 ol li {
    transition: color 0.3s ease;
}.company_overview_42 .text_pod_24:hover ol li {
    color: #000000;
}
}

@media (max-width: 1200px) {.company_overview_42 {
    padding: 90px 0;
}.company_overview_42 .text_pod_24 {
    padding: 50px;
    margin-right: 0;
    margin-left: 0;
}
}

@media (max-width: 992px) {.company_overview_42 {
    padding: 70px 0;
}.company_overview_42 .text_pod_24 {
    transform: perspective(1000px) rotateY(1deg);
    padding: 40px;
}.company_overview_42 p {
    font-size: calc(16px * 1.3);
}.company_overview_42 p b {
    font-size: calc(16px * 1.5);
}
}

@media (max-width: 768px) {.company_overview_42 {
    padding: 60px 0;
}.company_overview_42 .text_pod_24 {
    transform: none;
    padding: 30px;
}.company_overview_42 h5 {
    font-size: calc(21px * 0.9);
}.company_overview_42 p {
    margin-bottom: 20px;
    font-size: calc(16px * 1.2);
}.company_overview_42 p b {
    font-size: calc(16px * 1.4);
}.company_overview_42 ol li {
    font-size: calc(16px * 0.95);
    line-height: 1.7;
}
}

@media (max-width: 576px) {.company_overview_42 {
    padding: 40px 0;
}.company_overview_42 .text_pod_24 {
    padding: 25px 20px;
}.company_overview_42 h5 {
    font-size: calc(21px * 0.85);
    margin-bottom: 12px;
}.company_overview_42 .text_pod_24::before {
    display: none;
}.company_overview_42 p {
    margin-bottom: 15px;
    font-size: 16px;
}.company_overview_42 p b {
    font-size: calc(16px * 1.2);
}.company_overview_42 ol li {
    padding-left: 15px;
    line-height: 1.6;
    font-size: calc(16px * 0.9);
}.company_overview_42 ol li::before {
    width: 5px;
    height: 5px;
}}header {
    -webkit-backdrop-filter: blur(10px);
    z-index: 100;
    margin-top: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    background: linear-gradient(135deg, rgb(215,188,188,0.5) 0%, rgb(192,154,154,0.5) 100%);
    padding: 0;
    backdrop-filter: blur(10px);
    position: relative;
}header::before {
    top: 0;
    height: 100%;
    opacity: 0.5;
    background: 
        radial-gradient(circle at 10% 20%, rgb(215,188,188,0.5) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgb(192,154,154,0.5) 0%, transparent 30%);
    position: absolute;
    z-index: -1;
    content: '';
    left: 0;
    width: 100%;
}header .first_teach_48 {
    z-index: 5;
    align-items: center;
    position: relative;
    padding: 1.2rem 2.5rem;
    justify-content: space-between;
    display: flex;
}header .site_navbar_13 {
    -webkit-backdrop-filter: blur(5px);
    padding: 0.8rem 1.2rem;
    position: relative;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 26px;
    transition: all 0.4s ease;
    flex: 0 0 auto;
    backdrop-filter: blur(5px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    z-index: 2;
}header .site_navbar_13:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    background: rgba(255, 255, 255, 0.25);
}header .nav_top_96 {
    display: block;
    transition: all 0.3s ease;
}header .nav_top_96 img {
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    max-height: 40px;
}header .first_lesson_06 {
    list-style: none;
    padding: 0;
    z-index: 2;
    display: flex;
    margin: 0;
    position: relative;
}header .top_wrap_78 {
    margin: 0 0.3rem;
    position: relative;
}header .top_wrap_78 a {
    transition: all 0.3s ease;
    z-index: 1;
    backdrop-filter: blur(5px);
    border-radius: 26px;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    display: block;
    position: relative;
    padding: 0.8rem 1.2rem;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.05);
    font-size: 16px;
    -webkit-backdrop-filter: blur(5px);
}header .top_wrap_78 a:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-3px);
    border-color: rgba(255, 255, 255, 0.2);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}header .top_wrap_78 a::before {
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.1), 
        rgba(255, 255, 255, 0.05)
    );
    height: 100%;
    z-index: -1;
    width: 100%;
    position: absolute;
    top: 0;
    transition: opacity 0.3s ease;
    left: 0;
    opacity: 0;
    content: '';
    border-radius: 26px;
}header .top_wrap_78 a:hover::before {
    opacity: 1;
}header .top_wrap_78::after {
    transition: width 0.3s ease;
    width: 0;
    border-radius: 10px;
    content: '';
    position: absolute;
    height: 3px;
    background: #ffffff;
    left: 50%;
    transform: translateX(-50%);
    bottom: -3px;
    opacity: 0.7;
}header .top_wrap_78:hover::after {
    width: 70%;
}header .first_teach_48::before {
    background: rgb(215,188,188,0.5);
    opacity: 0.5;
    border-radius: 50%;
    width: 100px;
    content: '';
    filter: blur(40px);
    top: -20px;
    right: -20px;
    z-index: -1;
    position: absolute;
    height: 100px;
}header .first_teach_48::after {
    left: -20px;
    bottom: -20px;
    content: '';
    opacity: 0.5;
    z-index: -1;
    background: rgb(192,154,154,0.5);
    filter: blur(30px);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: absolute;
}header .main_tutor_62 {
    background: rgb(237,222,222);
    padding-top: 2rem;
    z-index: 1;
    position: relative;
}@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

header .site_navbar_13::after {
    position: absolute;
    width: 100%;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.1) 0%, transparent 70%);
    transition: all 0.4s ease;
    content: '';
    left: 0;
    height: 20px;
    bottom: -20px;
    opacity: 0.5;
}header .site_navbar_13:hover::after {
    transform: scaleX(0.9);
    opacity: 0.7;
}

@media (min-width: 1400px) {header .first_teach_48 {
    margin: 0 auto;
    max-width: 1320px;
}header .top_wrap_78 {
    margin: 0 0.5rem;
}header .top_wrap_78 a {
    padding: 0.8rem 1.5rem;
}
}

@media (max-width: 991px) {header {
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}header .first_teach_48 {
    padding: 1rem 1.5rem;
    flex-wrap: wrap;
}header .site_navbar_13 {
    border-radius: 10px;
    margin-bottom: 0;
    padding: 0.6rem 1rem;
}header .first_lesson_06 {
    margin-top: 1rem;
    justify-content: flex-end;
    flex-basis: 100%;
}header .top_wrap_78 a {
    font-size: calc(16px - 1px);
    border-radius: 10px;
    padding: 0.6rem 1rem;
}header .first_teach_48::before,
    header .first_teach_48::after {
    display: none;
}
}

@media (max-width: 767px) {header {
    padding: 0;
}header .first_teach_48 {
    padding: 0.8rem 1.2rem;
}header .site_navbar_13 {
    padding: 0.5rem 0.8rem;
    max-width: 140px;
}header .nav_top_96 img {
    max-height: 35px;
}header .first_lesson_06 {
    margin-top: 0.8rem;
    justify-content: flex-start;
    scrollbar-width: thin;
    padding-bottom: 0.5rem;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}header .first_lesson_06::-webkit-scrollbar {
    height: 3px;
}header .first_lesson_06::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.3);
}header .top_wrap_78 {
    flex: 0 0 auto;
    margin: 0 0.15rem;
}header .top_wrap_78 a {
    padding: 0.5rem 0.8rem;
    font-size: calc(16px - 2px);
    white-space: nowrap;
}header .top_wrap_78::after {
    display: none;
}header .site_navbar_13::after {
    display: none;
}
}

@media (max-width: 479px) {header .first_teach_48 {
    padding: 0.7rem 1rem;
}header .site_navbar_13 {
    padding: 0.4rem 0.7rem;
    max-width: 120px;
}header .top_wrap_78 a {
    padding: 0.4rem 0.6rem;
    font-size: calc(16px - 3px);
}}.training_specialist_76 {
    position: relative;
    overflow: hidden;
    background: rgb(237,222,222);
    padding: 5rem 2rem;
}.training_specialist_76::before {
    background: linear-gradient(120deg, transparent 30%, rgb(215,188,188,0.5) 100%);
    height: 100%;
    left: 0;
    content: "";
    width: 100%;
    z-index: 1;
    position: absolute;
    top: 0;
}.training_specialist_76::after {
    background: rgb(192,154,154,0.5);
    right: 0;
    opacity: 0.5;
    z-index: 1;
    height: 70%;
    bottom: 0;
    width: 40%;
    position: absolute;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    content: "";
}.training_specialist_76 .edu_quotes_43 {
    position: relative;
    grid-template-columns: 1fr 1.5fr;
    gap: 3rem;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
}.training_specialist_76 .lightbox_img_20 {
    aspect-ratio: 3/4;
    transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    filter: grayscale(100%);
    width: 100%;
    overflow: hidden;
    border-radius: 0;
    position: relative;
}.training_specialist_76 .lightbox_img_20::before {
    background: linear-gradient(180deg, 
        transparent 0%, 
        transparent 70%, 
        rgb(215,188,188,0.5) 100%);
    left: 0;
    width: 100%;
    z-index: 1;
    height: 100%;
    position: absolute;
    top: 0;
    content: "";
}.training_specialist_76 .lightbox_img_20:hover {
    filter: grayscale(0%);
    transform: scale(1.03);
}.training_specialist_76 .work_timeline_73 {
    padding: 2rem;
    flex-direction: column;
    display: flex;
    position: relative;
    justify-content: center;
}.training_specialist_76 .work_timeline_73::before {
    left: 0;
    width: 2px;
    top: 0;
    height: 0;
    background: rgb(215,188,188);
    position: absolute;
    transition: height 0.8s ease-out;
    content: "";
}.training_specialist_76 .edu_quotes_43:hover .work_timeline_73::before {
    height: 100%;
}.training_specialist_76 .name {
    font-size: 42px;
    color: #000000;
    position: relative;
    margin-bottom: 0.5rem;
    overflow: hidden;
    font-weight: 700;
}.training_specialist_76 .name::after {
    background: rgb(192,154,154);
    left: 0;
    transform: translateX(-101%);
    height: 1px;
    position: absolute;
    width: 100%;
    content: "";
    transition: transform 0.6s ease-out 0.2s;
    bottom: 0;
}.training_specialist_76 .edu_quotes_43:hover .name::after {
    transform: translateX(0);
}.training_specialist_76 .work_timeline_73 > div:nth-child(2) {
    font-size: 18px;
    margin-bottom: 2.5rem;
    transform: translateY(20px);
    opacity: 0;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: rgb(192,154,154);
    font-weight: 400;
    transition: all 0.5s ease-out 0.4s;
}.training_specialist_76 .edu_quotes_43:hover .work_timeline_73 > div:nth-child(2) {
    transform: translateY(0);
    opacity: 1;
}.training_specialist_76 .work_content_86 {
    padding: 0 0 0 20px;
    position: relative;
    transform: translateY(20px);
    color: #000000;
    line-height: 1.8;
    opacity: 0;
    font-size: 12px;
    font-weight: 300;
    transition: all 0.5s ease-out 0.6s;
}.training_specialist_76 .edu_quotes_43:hover .work_content_86 {
    opacity: 1;
    transform: translateY(0);
}.training_specialist_76 .work_content_86::first-letter {
    font-weight: 700;
    font-size: 1.5em;
    color: rgb(215,188,188);
}@keyframes typing {
    from { width: 0 }
    to { width: 100% }
}

@keyframes blink {
    50% { border-color: transparent }
}

.training_specialist_76:hover .name {
    animation: 
        typing 2.5s steps(40, end),
        blink .75s step-end infinite;
    overflow: hidden;
    white-space: nowrap;
}

@media (max-width: 992px) {.training_specialist_76 .edu_quotes_43 {
    grid-template-columns: 1fr;
    gap: 2rem;
}.training_specialist_76 .lightbox_img_20 {
    aspect-ratio: 16/9;
    max-height: 300px;
}.training_specialist_76 .work_timeline_73 {
    padding: 1rem 0;
}.training_specialist_76 .work_timeline_73::before {
    height: 2px;
    width: 0;
    transition: width 0.8s ease-out;
}.training_specialist_76 .edu_quotes_43:hover .work_timeline_73::before {
    width: 100%;
    height: 2px;
}}.contact_panel_34 {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}.contact_panel_34::before {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: rgb(192,154,154,0.5);
    content: '';
    z-index: 1;
}.contact_panel_34 .container {
    position: relative;
    z-index: 2;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 15px;
}.contact_panel_34 .feedback_block_53 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    display: grid;
    gap: 0;
}.contact_panel_34 .inquiry_grid_12 {
    background: #ffffff;
    flex-wrap: wrap;
    border-radius: 0 0 16px 16px;
    grid-row: 2;
    justify-content: space-between;
    padding: 60px 50px;
    display: flex;
}.contact_panel_34 .inquiry_grid_12 h3 {
    margin-bottom: 40px;
    width: 100%;
    position: relative;
    text-align: center;
    font-size: 29px;
    font-weight: 700;
    color: #000000;
}.contact_panel_34 .inquiry_grid_12 h3::after {
    width: 80px;
    bottom: -15px;
    height: 3px;
    position: absolute;
    left: 50%;
    content: '';
    background: rgb(215,188,188);
    transform: translateX(-50%);
}.contact_panel_34 .inquiry_grid_12 div {
    margin-bottom: 30px;
    align-items: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: rgb(237,222,222);
    display: flex;
    border-radius: 10px;
    flex: 0 0 calc(50% - 20px);
    padding: 20px;
}.contact_panel_34 .inquiry_grid_12 div:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}.contact_panel_34 .inquiry_grid_12 svg {
    margin-right: 15px;
    height: 24px;
    width: 24px;
}.contact_panel_34 .inquiry_grid_12 svg path {
    fill: rgb(215,188,188);
}.contact_panel_34 .inquiry_grid_12 span {
    font-size: 13px;
    color: #000000;
}.contact_panel_34 .inquiry_grid_12 a {
    color: rgb(215,188,188);
    text-decoration: none;
    transition: color 0.3s ease;
}.contact_panel_34 .inquiry_grid_12 a:hover {
    color: rgb(192,154,154);
}.contact_panel_34 .help_map_46 {
    overflow: hidden;
    padding: 0;
    border-radius: 16px 16px 0 0;
    grid-row: 1;
    position: relative;
    background: rgb(215,188,188);
}.contact_panel_34 .help_map_46::before {
    border-radius: 50%;
    position: absolute;
    content: '';
    right: -50px;
    height: 150px;
    width: 150px;
    top: -50px;
    opacity: 0.2;
    background: rgb(192,154,154);
}.contact_panel_34 .help_map_46::after {
    bottom: -80px;
    background: rgb(192,154,154);
    content: '';
    left: -80px;
    position: absolute;
    height: 200px;
    border-radius: 50%;
    width: 200px;
    opacity: 0.1;
}.contact_panel_34 form {
    position: relative;
    padding: 60px 50px;
    z-index: 1;
}.contact_panel_34 form h3 {
    color: #ffffff;
    margin-bottom: 40px;
    position: relative;
    text-align: center;
    font-size: 29px;
    font-weight: 700;
}.contact_panel_34 form h3::after {
    height: 3px;
    width: 80px;
    transform: translateX(-50%);
    position: absolute;
    background: #ffffff;
    left: 50%;
    bottom: -15px;
    content: '';
}.contact_panel_34 form input[type="text"],
.contact_panel_34 form input[type="email"] {
    color: #ffffff;
    border-radius: 10px;
    margin-bottom: 20px;
    transition: all 0.3s ease;
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.3);
    font-size: 13px;
    padding: 18px 20px;
    background: rgba(255, 255, 255, 0.1);
}.contact_panel_34 form input[type="text"]:focus,
.contact_panel_34 form input[type="email"]:focus {
    outline: none;
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.5);
}.contact_panel_34 form input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}.contact_panel_34 .message_help_51 {
    margin: 25px 0 30px;
    display: flex;
    align-items: flex-start;
}.contact_panel_34 .message_help_51 input[type="checkbox"] {
    -webkit-appearance: none;
    transition: all 0.3s ease;
    position: relative;
    cursor: pointer;
    margin-right: 15px;
    width: 22px;
    flex-shrink: 0;
    border-radius: 10px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    appearance: none;
    height: 22px;
}.contact_panel_34 .message_help_51 input[type="checkbox"]:checked {
    background-color: #ffffff;
    border-color: #ffffff;
}.contact_panel_34 .message_help_51 input[type="checkbox"]:checked::before {
    border-width: 0 2px 2px 0;
    position: absolute;
    left: 7px;
    content: '';
    top: 4px;
    height: 10px;
    width: 6px;
    transform: rotate(45deg);
    border: solid rgb(215,188,188);
}.contact_panel_34 .message_help_51 label {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
}.contact_panel_34 .message_help_51 a {
    font-weight: 600;
    transition: opacity 0.3s ease;
    color: #ffffff;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.5);
    text-decoration: none;
}.contact_panel_34 .message_help_51 a:hover {
    opacity: 0.8;
    border-bottom-color: #ffffff;
}.contact_panel_34 .query_request_86 {
    cursor: pointer;
    border: none;
    border-radius: 10px;
    transition: all 0.3s ease;
    background: #ffffff;
    font-size: 15px;
    font-weight: 700;
    padding: 18px 20px;
    color: rgb(215,188,188);
    width: 100%;
}.contact_panel_34 .query_request_86:hover {
    background: rgb(237,222,222);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}

@media (min-width: 992px) {.contact_panel_34 form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}.contact_panel_34 form h3 {
    grid-column: span 2;
}.contact_panel_34 .message_help_51 {
    grid-column: span 2;
}.contact_panel_34 .query_request_86 {
    grid-column: span 2;
}
}

@media (max-width: 992px) {.contact_panel_34 {
    padding: 90px 0;
}.contact_panel_34 .help_map_46,
    .contact_panel_34 .inquiry_grid_12 {
    padding: 50px 40px;
}
}

@media (max-width: 768px) {.contact_panel_34 {
    padding: 70px 0;
}.contact_panel_34 .inquiry_grid_12 div {
    flex: 0 0 100%;
}.contact_panel_34 .help_map_46,
    .contact_panel_34 .inquiry_grid_12 {
    padding: 40px 30px;
}.contact_panel_34 .inquiry_grid_12 h3,
    .contact_panel_34 form h3 {
    margin-bottom: 35px;
    font-size: calc(29px * 0.9);
}
}

@media (max-width: 576px) {.contact_panel_34 {
    padding: 50px 0;
}.contact_panel_34 .help_map_46,
    .contact_panel_34 .inquiry_grid_12 {
    padding: 30px 25px;
}.contact_panel_34 .inquiry_grid_12 h3,
    .contact_panel_34 form h3 {
    font-size: calc(29px * 0.85);
    margin-bottom: 30px;
}.contact_panel_34 form input[type="text"],
    .contact_panel_34 form input[type="email"] {
    padding: 15px;
}}.tyNote_28 {
    position: relative;
    padding: 5rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(237,222,222) 0%, rgba(255,255,255,0.95) 100%);
}.tyNote_28::before {
    width: 100%;
    z-index: 0;
    position: absolute;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    height: 100%;
    left: 0;
    top: 0;
    content: "";
    background-image: 
        linear-gradient(45deg, rgba(rgb(215,188,188,0.5), 0.05) 25%, transparent 25%), 
        linear-gradient(-45deg, rgba(rgb(215,188,188,0.5), 0.05) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgba(rgb(215,188,188,0.5), 0.05) 75%),
        linear-gradient(-45deg, transparent 75%, rgba(rgb(215,188,188,0.5), 0.05) 75%);
    animation: patternShift 60s linear infinite;
    background-size: 20px 20px;
}.tyNote_28::after {
    top: -10%;
    right: -5%;
    animation: floatGlow 15s ease-in-out infinite alternate;
    z-index: 0;
    position: absolute;
    background: linear-gradient(145deg, rgb(215,188,188,0.5), rgb(192,154,154,0.5));
    filter: blur(70px);
    height: 50%;
    width: 30%;
    content: "";
    opacity: 0.25;
}.tyNote_28 .container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    transform: translateZ(0);
    padding: 0 1.5rem;
}.tyNote_28 h2 {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    font-family: Arial, sans-serif;
    font-size: 28px;
    color: #000000;
    letter-spacing: -0.01em;
    font-weight: 700;
    transform: perspective(1000px) translateZ(0);
    line-height: 1.3;
    position: relative;
    text-align: center;
    margin-bottom: 3rem;
}.tyNote_28 h2::after {
    width: 6rem;
    transform: translateX(-50%) scaleX(0.8);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    background: linear-gradient(90deg, rgb(215,188,188), rgb(192,154,154));
    content: "";
    box-shadow: 0 2px 10px rgba(rgb(215,188,188,0.5), 0.2);
    position: absolute;
    bottom: -1rem;
    height: 3px;
    left: 50%;
}.tyNote_28:hover h2::after {
    transform: translateX(-50%) scaleX(1);
}.tyNote_28 .fast_track_80 {
    overflow: hidden;
    border-radius: 8px;
    transform: translateY(0);
    padding: 3rem 2.5rem;
    border: 1px solid rgba(rgba(0, 0, 0, 0.5), 0.08);
    position: relative;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), 
                box-shadow 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 
        0 10px 30px -10px rgba(rgba(0, 0, 0, 0.5), 0.1),
        0 1px 4px rgba(rgba(0, 0, 0, 0.5), 0.05);
    background: #ffffff;
}.tyNote_28 .fast_track_80::before {
    z-index: 1;
    animation: gradientMove 6s linear infinite;
    left: -2px;
    position: absolute;
    height: 5px;
    content: "";
    background-size: 200% 100%;
    top: -2px;
    right: -2px;
    background: linear-gradient(90deg, rgb(215,188,188), rgb(192,154,154), rgb(215,188,188));
}.tyNote_28 .fast_track_80::after {
    position: absolute;
    z-index: 0;
    left: 0;
    content: "";
    background: linear-gradient(180deg, transparent, rgba(rgb(237,222,222), 0.05));
    bottom: 0;
    width: 100%;
    height: 30%;
}.tyNote_28:hover .fast_track_80 {
    transform: translateY(-5px);
    box-shadow: 
        0 20px 40px -15px rgba(rgba(0, 0, 0, 0.5), 0.15),
        0 1px 6px rgba(rgba(0, 0, 0, 0.5), 0.07);
}.tyNote_28 ul {
    list-style: none;
    margin: 0;
    z-index: 2;
    position: relative;
    padding: 0;
}.tyNote_28 li {
    z-index: 2;
    position: relative;
}.tyNote_28 li::before {
    background-image: radial-gradient(circle, rgb(192,154,154,0.5) 0%, transparent 70%);
    transition: transform 0.6s ease, opacity 0.6s ease;
    position: absolute;
    z-index: -1;
    height: 2rem;
    top: -0.5rem;
    left: -1rem;
    width: 2rem;
    opacity: 0.3;
    transform: scale(0.8);
    content: "";
}.tyNote_28:hover li::before {
    opacity: 0.5;
    transform: scale(1.2);
}.tyNote_28 span {
    font-size: 13px;
    padding: 0.5rem 0;
    display: block;
    position: relative;
    font-family: Arial, sans-serif;
    line-height: 1.7;
    transition: color 0.3s ease;
    color: #000000;
}.tyNote_28 span::first-letter {
    font-weight: 600;
    color: rgb(215,188,188);
    font-size: 1.5em;
}

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

@keyframes floatGlow {
    0% { transform: translateY(0) rotate(0); opacity: 0.25; }
    50% { transform: translateY(-15px) rotate(5deg); opacity: 0.35; }
    100% { transform: translateY(10px) rotate(-3deg); opacity: 0.25; }
}

@keyframes patternShift {
    0% { background-position: 0 0, 0 10px, 10px -10px, -10px 0px; }
    100% { background-position: 100px 100px, 100px 110px, 110px 90px, 90px 100px; }
}

@media (max-width: 991px) {.tyNote_28 {
    padding: 4rem 0;
}.tyNote_28 h2 {
    font-size: calc(28px * 0.9);
    margin-bottom: 2.5rem;
}.tyNote_28 .fast_track_80 {
    padding: 2.5rem 2rem;
}
}

@media (max-width: 767px) {.tyNote_28 {
    padding: 3.5rem 0;
}.tyNote_28 h2 {
    line-height: 1.4;
    margin-bottom: 2rem;
    font-size: calc(28px * 0.8);
}.tyNote_28 h2::after {
    bottom: -0.8rem;
    width: 5rem;
}.tyNote_28 .fast_track_80 {
    padding: 2rem 1.5rem;
}.tyNote_28 span {
    font-size: calc(13px * 0.95);
    line-height: 1.6;
}
}

@media (max-width: 575px) {.tyNote_28 {
    padding: 3rem 0;
}.tyNote_28 h2 {
    margin-bottom: 1.8rem;
    font-size: calc(28px * 0.7);
}.tyNote_28 h2::after {
    width: 4rem;
}.tyNote_28 .fast_track_80 {
    padding: 1.5rem 1.25rem;
}.tyNote_28 span {
    font-size: calc(13px * 0.9);
    line-height: 1.5;
}.tyNote_28 li::before {
    left: -0.5rem;
    top: -0.3rem;
    width: 1.5rem;
    height: 1.5rem;
}}footer {
    width: 100%;
    position: relative;
}footer .policy_links_57 {
    box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.1);
    background: linear-gradient(135deg, #000000 0%, rgb(215,188,188) 100%);
    z-index: 1;
    padding: 80px 0 30px;
    position: relative;
}footer .policy_links_57::before {
    opacity: 0.05;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
    top: 0;
    content: '';
    height: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0.5) 10px,
        transparent 10px,
        transparent 20px
    );
}footer .policy_links_57::after {
    content: '';
    background: linear-gradient(90deg, 
        rgb(215,188,188) 0%, 
        rgb(192,154,154) 50%, 
        rgb(215,188,188) 100%);
    height: 3px;
    top: 0;
    left: 0;
    width: 100%;
    animation: glowBorder 3s infinite linear;
    position: absolute;
}@keyframes glowBorder {
    0% {
        opacity: 0.3;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.3;
    }
}

footer .policy_links_57 .container {
    z-index: 2;
    position: relative;
}footer .eco_foot_45 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
}footer .reach_experts_09 {
    margin-bottom: 30px;
    flex-wrap: wrap;
    justify-content: space-between;
    display: flex;
    padding-bottom: 30px;
    gap: 30px;
    position: relative;
}footer .reach_experts_09::after {
    height: 1px;
    content: '';
    left: 0;
    position: absolute;
    bottom: 0;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(192,154,154,0.5) 50%, 
        transparent 100%);
    width: 100%;
}footer .info_item {
    min-width: 200px;
    border-radius: 10px;
    margin-bottom: 15px;
    transition: all 0.3s ease;
    padding: 15px;
    flex: 1;
    transform: translateY(0);
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(5px);
}footer .info_item:hover {
    background: rgba(255, 255, 255, 0.05);
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}footer .info_item p,
footer .info_item a {
    align-items: center;
    font-family: Arial, sans-serif;
    gap: 10px;
    transition: color 0.3s ease;
    font-size: 18px;
    color: #ffffff;
    font-weight: 400;
    text-decoration: none;
    display: flex;
}footer .info_item svg {
    transition: transform 0.3s ease;
    flex-shrink: 0;
    height: 20px;
    fill: rgb(192,154,154);
    width: 20px;
}footer .info_item:hover svg {
    transform: scale(1.2);
}footer .info_item:hover a,
footer .info_item:hover p {
    color: rgb(192,154,154);
}footer .text_main_holder {
    gap: 40px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 40px;
}footer .site_navbar_13 {
    align-items: flex-start;
    flex-direction: column;
    display: flex;
    gap: 20px;
}footer .site_navbar_13 svg {
    filter: drop-shadow(0 0 5px rgb(215,188,188,0.5));
    max-width: 160px;
    height: auto;
}footer .faculty_info_73 {
    line-height: 1.5;
    font-size: 14px;
    max-width: 300px;
    opacity: 0.7;
    color: #ffffff;
    font-weight: 300;
}footer .first_lesson_06 {
    gap: 20px;
    flex-direction: column;
    display: flex;
}footer .first_lesson_06 h5 {
    font-size: 21px;
    font-weight: 700;
    padding-bottom: 15px;
    margin-bottom: 5px;
    position: relative;
    color: #ffffff;
}footer .first_lesson_06 h5::after {
    height: 3px;
    width: 50px;
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 10px;
    content: '';
    background: rgb(192,154,154);
}footer .header_main_62 {
    display: flex;
    margin-bottom: 20px;
    flex-direction: column;
    gap: 15px;
}footer .header_main_62 a {
    transition: all 0.3s ease;
    padding-left: 15px;
    text-decoration: none;
    color: #ffffff;
    position: relative;
    opacity: 0.8;
    font-size: 18px;
}footer .header_main_62 a::before {
    transition: all 0.3s ease;
    position: absolute;
    border-radius: 50%;
    opacity: 0.7;
    width: 6px;
    transform: translateY(-50%);
    content: '';
    background: rgb(192,154,154);
    top: 50%;
    left: 0;
    height: 6px;
}footer .header_main_62 a:hover {
    color: rgb(192,154,154);
    opacity: 1;
    transform: translateX(5px);
}footer .header_main_62 a:hover::before {
    box-shadow: 0 0 10px rgb(192,154,154);
    width: 8px;
    height: 8px;
    opacity: 1;
}footer .subscribe_holder {
    padding: 25px;
    gap: 15px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    flex-direction: column;
    transition: all 0.5s ease;
    transform: perspective(1000px) rotateY(-5deg);
    display: flex;
    background: rgba(0, 0, 0, 0.2);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    border-radius: 12px;
}footer .subscribe_holder:hover {
    transform: perspective(1000px) rotateY(0deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}footer .subscribe_holder h5 {
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 21px;
    color: #ffffff;
}footer .subscribe_holder p {
    margin-bottom: 20px;
    opacity: 0.8;
    color: #ffffff;
    font-size: 18px;
    line-height: 1.6;
}footer .input_holder {
    flex-direction: column;
    position: relative;
    gap: 15px;
    display: flex;
}footer .input_holder input[type="email"] {
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 14px 15px;
    color: #ffffff;
    width: 100%;
    border-radius: 10px;
    outline: none;
    font-size: 18px;
    transition: all 0.3s ease;
    background: rgba(0, 0, 0, 0.2);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}footer .input_holder input[type="email"]:focus {
    border-color: rgb(192,154,154);
    box-shadow: 0 0 15px rgb(192,154,154,0.5);
}footer .email_input_box_71 {
    transition: all 0.3s ease;
    border: none;
    color: #ffffff;
    position: relative;
    border-radius: 10px;
    text-transform: uppercase;
    background: linear-gradient(45deg, rgb(192,154,154) 0%, rgb(215,188,188) 100%);
    overflow: hidden;
    letter-spacing: 1px;
    cursor: pointer;
    padding: 12px 24px;
    font-weight: 600;
    font-size: 14px;
}footer .email_input_box_71::before {
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.2), 
        transparent);
    content: '';
    transition: 0.6s;
    height: 100%;
    width: 100%;
    left: -100%;
    position: absolute;
    top: 0;
}footer .email_input_box_71:hover::before {
    left: 100%;
}footer .email_input_box_71:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    transform: translateY(-2px);
}footer .discount_cta_61 {
    position: relative;
    text-align: center;
    padding-top: 30px;
}footer .discount_cta_61::before {
    height: 1px;
    width: 100%;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(192,154,154,0.5) 50%, 
        transparent 100%);
    left: 0;
    position: absolute;
    top: 0;
    content: '';
}footer .grant_info_92 {
    color: #ffffff;
    opacity: 0.7;
    font-size: 15px;
    font-weight: 300;
}

@media (max-width: 992px) {footer .policy_links_57 {
    padding: 60px 0 30px;
}footer .text_main_holder {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}footer .subscribe_holder {
    grid-column: span 2;
    transform: perspective(1000px) rotateY(0deg);
}footer .reach_experts_09 {
    gap: 20px;
}footer .info_item {
    min-width: 180px;
}
}

@media (max-width: 768px) {footer .policy_links_57 {
    padding: 50px 0 30px;
}footer .text_main_holder {
    grid-template-columns: 1fr;
    gap: 40px;
}footer .subscribe_holder {
    grid-column: span 1;
}footer .first_lesson_06 {
    gap: 15px;
}footer .reach_experts_09 {
    gap: 15px;
    flex-direction: column;
}footer .info_item {
    margin-bottom: 0;
    width: 100%;
}footer .input_holder {
    flex-direction: column;
}footer .email_input_box_71 {
    width: 100%;
}
}

@media (max-width: 576px) {footer .policy_links_57 {
    padding: 40px 0 30px;
}footer .site_navbar_13 {
    text-align: center;
    align-items: center;
    margin: 0 auto;
}footer .faculty_info_73 {
    text-align: center;
    margin: 0 auto;
}footer .first_lesson_06 h5 {
    text-align: center;
}footer .first_lesson_06 h5::after {
    transform: translateX(-50%);
    left: 50%;
}footer .header_main_62 {
    align-items: center;
}footer .header_main_62 a {
    text-align: center;
}footer .subscribe_holder {
    padding: 20px;
    text-align: center;
}footer .subscribe_holder h5,
    footer .subscribe_holder p {
    text-align: center;
}}.pricing_shelf_57 {
    position: relative;
    background-color: rgb(237,222,222);
    overflow: hidden;
    padding: 5rem 0;
}.pricing_shelf_57::before {
    position: absolute;
    opacity: 0.07;
    width: 12rem;
    background: linear-gradient(135deg, rgb(215,188,188), rgb(192,154,154));
    transform: rotate(15deg);
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    content: "";
    right: -3rem;
    height: 12rem;
    top: -3rem;
}.pricing_shelf_57::after {
    width: 18rem;
    left: -5rem;
    bottom: -5rem;
    height: 18rem;
    background: linear-gradient(45deg, rgb(192,154,154), rgb(215,188,188,0.5));
    content: "";
    z-index: 0;
    opacity: 0.05;
    position: absolute;
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    transform: rotate(-10deg);
}.pricing_shelf_57 .container {
    margin: 0 auto;
    padding: 0 1.5rem;
    position: relative;
    z-index: 1;
    max-width: 1200px;
}.pricing_shelf_57 .study_cost_43 {
    display: flex;
    flex-direction: column;
}.pricing_shelf_57 .access_cost_19 {
    margin-bottom: 3rem;
    order: -1;
    position: relative;
}.pricing_shelf_57 .access_cost_19 h2 {
    margin-bottom: 1rem;
    font-size: 31px;
    display: inline-block;
    color: #000000;
    font-weight: 700;
    position: relative;
}.pricing_shelf_57 .access_cost_19 h2::after {
    background: linear-gradient(90deg, rgb(215,188,188), transparent);
    width: 60%;
    height: 3px;
    content: "";
    left: 0;
    position: absolute;
    bottom: -0.5rem;
}.pricing_shelf_57 .cost_levels_80 {
    color: #000000;
    font-size: 16px;
    margin-bottom: 1rem;
    line-height: 1.6;
    max-width: 800px;
}.pricing_shelf_57 .cost_fee_46 {
    width: 100%;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    display: grid;
    gap: 1.5rem;
}.pricing_shelf_57 .learn_fees_21 {
    color: #000000;
    z-index: 2;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.5s ease;
}.pricing_shelf_57 .cost_summary_10 {
    height: 100%;
    border: 1px solid rgba(0,0,0,0.06);
    overflow: hidden;
    flex-direction: column;
    box-shadow: 0 8px 24px rgba(0,0,0,0.05);
    display: flex;
    min-height: 480px;
    background-color: #ffffff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    transform: translateY(0);
    position: relative;
}.pricing_shelf_57 .learn_fees_21:hover .cost_summary_10 {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.1);
}.pricing_shelf_57 .value_plan_20 {
    display: flex;
    overflow: hidden;
    flex: 1;
    position: relative;
    z-index: 2;
    flex-direction: column;
    padding: 2rem;
}.pricing_shelf_57 .value_plan_20 h3 {
    font-size: calc(20px + 0.1rem);
    font-weight: 600;
    display: inline-block;
    position: relative;
    margin-bottom: 0.5rem;
    color: #000000;
    transition: color 0.3s ease;
}.pricing_shelf_57 .learn_fees_21:hover .value_plan_20 h3 {
    color: rgb(215,188,188);
}.pricing_shelf_57 .price_panel_19 {
    transition: transform 0.3s ease;
    margin-bottom: 1.5rem;
    font-weight: 700;
    position: relative;
    font-size: calc(20px + 0.5rem);
    display: block;
    color: rgb(215,188,188);
}.pricing_shelf_57 .price_panel_19::before {
    transform-origin: left;
    bottom: -0.75rem;
    transform: scaleX(1);
    position: absolute;
    left: 0;
    background-color: rgb(215,188,188,0.5);
    height: 2px;
    transition: transform 0.4s ease;
    width: 3rem;
    content: "";
}.pricing_shelf_57 .learn_fees_21:hover .price_panel_19::before {
    transform: scaleX(1.5);
}.pricing_shelf_57 .value_plan_20 p {
    margin-bottom: 1.5rem;
    flex-grow: 1;
    overflow-wrap: break-word;
    font-size: calc(16px - 0.1rem);
    color: #000000;
    word-break: break-word;
    line-height: 1.6;
}.pricing_shelf_57 .lightbox_img_20 {
    transition: transform 0.6s ease;
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 180px;
}.pricing_shelf_57 .lightbox_img_20::after {
    right: 0;
    position: absolute;
    background: linear-gradient(to top, rgba(0,0,0,0.15), transparent);
    opacity: 0.7;
    transition: opacity 0.3s ease;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
}.pricing_shelf_57 .learn_fees_21:hover .lightbox_img_20 {
    transform: scale(1.03);
}.pricing_shelf_57 .learn_fees_21:hover .lightbox_img_20::after {
    opacity: 0.4;
}.pricing_shelf_57 .cost_summary_10::before {
    left: 0;
    top: 0;
    background: linear-gradient(90deg, rgb(215,188,188), rgb(192,154,154));
    transform: scaleX(0);
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    width: 100%;
    content: "";
    height: 5px;
    transform-origin: left;
    position: absolute;
}.pricing_shelf_57 .learn_fees_21:hover .cost_summary_10::before {
    transform: scaleX(1);
}

@media (min-width: 768px) {.pricing_shelf_57 .study_cost_43 {
    flex-direction: row;
    gap: 2rem;
    align-items: flex-start;
}.pricing_shelf_57 .access_cost_19 {
    padding-top: 2rem;
    flex: 0 0 30%;
    margin-bottom: 0;
    order: 0;
}.pricing_shelf_57 .cost_fee_46 {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    flex: 0 0 70%;
}.pricing_shelf_57 .cost_summary_10 {
    border-radius: 0.25rem;
}
}

@media (max-width: 767px) {.pricing_shelf_57 {
    padding: 3rem 0;
}.pricing_shelf_57 .cost_fee_46 {
    grid-template-columns: 1fr;
    margin: 0 auto;
    max-width: 500px;
}.pricing_shelf_57 .access_cost_19 h2 {
    display: block;
    text-align: center;
}.pricing_shelf_57 .access_cost_19 h2::after {
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
}.pricing_shelf_57 .cost_levels_80 {
    text-align: center;
}.pricing_shelf_57 .cost_summary_10 {
    min-height: auto;
}.pricing_shelf_57 .value_plan_20 {
    padding: 1.5rem;
}.pricing_shelf_57 .lightbox_img_20 {
    height: 160px;
}
}

@media (min-width: 1024px) {.pricing_shelf_57 .cost_fee_46 {
    grid-template-columns: repeat(2, 1fr);
}.pricing_shelf_57 .learn_fees_21:nth-child(odd) {
    transform: translateY(1.5rem);
}
}

@media (min-width: 1200px) {.pricing_shelf_57 .access_cost_19 {
    padding-top: 4rem;
}.pricing_shelf_57 .learn_fees_21:hover {
    z-index: 5;
}.pricing_shelf_57 .cost_fee_46 {
    column-gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 2.5rem;
}
}

@media (prefers-reduced-motion: reduce) {.pricing_shelf_57 .learn_fees_21,
    .pricing_shelf_57 .cost_summary_10,
    .pricing_shelf_57 .lightbox_img_20,
    .pricing_shelf_57 .price_panel_19::before,
    .pricing_shelf_57 .cost_summary_10::before {
    transition: none;
}}.privacy_refuge_24 {
    padding: 4rem 1.5rem;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(237,222,222), rgba(245, 245, 250, 0.98));
    position: relative;
}.privacy_refuge_24::before {
    opacity: 0.15;
    width: 100%;
    top: 0;
    pointer-events: none;
    position: absolute;
    background: radial-gradient(circle at 90% 10%, rgb(215,188,188,0.5), transparent 60%),
              radial-gradient(circle at 10% 90%, rgb(192,154,154,0.5), transparent 60%);
    z-index: 0;
    content: "";
    height: 100%;
    left: 0;
}.privacy_refuge_24::after {
    z-index: 0;
    background: radial-gradient(circle, rgb(215,188,188,0.5) 10%, transparent 70%);
    top: -20px;
    right: -20px;
    width: 200px;
    transform: rotate(-15deg);
    position: absolute;
    opacity: 0.1;
    content: "";
    pointer-events: none;
    height: 200px;
}.privacy_refuge_24 .container {
    z-index: 1;
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 
              0 1px 4px rgba(0, 0, 0, 0.03),
              0 20px 40px rgba(rgb(215,188,188,0.5), 0.03);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.95));
    max-width: 1140px;
    margin: 0 auto;
    padding: 3rem;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    transform: perspective(1000px) rotateY(0.5deg);
}.privacy_refuge_24 .container:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08), 
              0 1px 4px rgba(0, 0, 0, 0.03),
              0 25px 50px rgba(rgb(215,188,188,0.5), 0.05);
    transform: perspective(1000px) rotateY(0deg) translateY(-5px);
}.privacy_refuge_24 h1 {
    font-size: 46px;
    transform: translateX(-5px);
    padding-bottom: 1rem;
    font-weight: 700;
    border-bottom: 2px solid rgba(rgb(215,188,188,0.5), 0.1);
    color: rgb(215,188,188);
    position: relative;
    margin-bottom: 1.5rem;
}.privacy_refuge_24 h1::after {
    content: "";
    left: 0;
    background: rgb(215,188,188);
    bottom: -2px;
    transition: width 0.5s ease;
    height: 2px;
    position: absolute;
    width: 70px;
}.privacy_refuge_24 h2 {
    margin: 2.5rem 0 1rem;
    color: #000000;
    border-left: 3px solid rgb(192,154,154);
    font-size: 36px;
    position: relative;
    font-weight: 600;
    padding-left: 15px;
}.privacy_refuge_24 h3 {
    font-size: calc(36px * 0.8);
    padding-left: 12px;
    font-weight: 600;
    border-left: 2px solid rgb(192,154,154,0.5);
    margin: 2rem 0 1rem;
    position: relative;
    color: #000000;
}.privacy_refuge_24 h4 {
    padding-left: 10px;
    color: #000000;
    position: relative;
    margin: 1.75rem 0 0.75rem;
    font-size: calc(36px * 0.65);
    border-left: 1px solid rgb(192,154,154,0.5);
    font-weight: 600;
}.privacy_refuge_24 p {
    line-height: 1.8;
    max-width: 95%;
    font-size: 12px;
    margin-bottom: 1.5rem;
    position: relative;
    transition: transform 0.3s ease;
    color: #000000;
}.privacy_refuge_24 p:hover {
    transform: translateX(5px);
}.privacy_refuge_24 p strong {
    font-weight: 600;
    position: relative;
    color: rgb(215,188,188);
    display: inline-block;
}.privacy_refuge_24 p strong::after {
    bottom: -2px;
    background: rgb(215,188,188,0.5);
    transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    transform-origin: left;
    height: 1px;
    width: 100%;
    transform: scaleX(0);
    position: absolute;
    left: 0;
    content: "";
}.privacy_refuge_24 p:hover strong::after {
    transform: scaleX(1);
}.privacy_refuge_24 ul {
    position: relative;
    list-style: none;
    padding-left: 1.5rem;
    margin: 1.5rem 0 2rem;
}.privacy_refuge_24 ul::before {
    background: linear-gradient(to bottom, rgb(192,154,154,0.5), rgba(rgb(192,154,154,0.5), 0.2));
    top: 0;
    width: 2px;
    bottom: 0;
    position: absolute;
    content: "";
    left: 0;
}.privacy_refuge_24 li {
    margin-bottom: 1rem;
    position: relative;
    font-size: 12px;
    transition: transform 0.3s ease;
    padding-left: 1.5rem;
    color: #000000;
    line-height: 1.7;
}.privacy_refuge_24 li:hover {
    transform: translateX(5px);
}.privacy_refuge_24 li::before {
    border-radius: 50%;
    position: absolute;
    background: rgb(192,154,154);
    width: 8px;
    content: "";
    transition: transform 0.3s ease, background-color 0.3s ease;
    left: 0;
    height: 8px;
    top: 10px;
}.privacy_refuge_24 li:hover::before {
    background: rgb(215,188,188);
    transform: scale(1.3);
}.privacy_refuge_24 span {
    transition: all 0.3s ease;
    font-size: 12px;
    margin-bottom: 1.5rem;
    border-left: 1px dashed rgb(192,154,154,0.5);
    color: #000000;
    display: block;
    line-height: 1.8;
    padding-left: 1rem;
}.privacy_refuge_24 span:hover {
    transform: translateX(5px);
    border-left-color: rgb(215,188,188);
    background: linear-gradient(to right, rgba(rgb(215,188,188,0.5), 0.05), transparent);
}

@media (max-width: 1200px) {.privacy_refuge_24 .container {
    padding: 2.5rem;
    max-width: 960px;
}.privacy_refuge_24 h1 {
    font-size: calc(46px * 0.9);
}.privacy_refuge_24 h2 {
    font-size: calc(36px * 0.9);
}
}

@media (max-width: 992px) {.privacy_refuge_24 {
    padding: 3rem 1.25rem;
}.privacy_refuge_24 .container {
    padding: 2rem;
    max-width: 720px;
    transform: perspective(1000px) rotateY(0deg);
}.privacy_refuge_24 h1 {
    margin-bottom: 1.25rem;
}.privacy_refuge_24 p, 
  .privacy_refuge_24 li, 
  .privacy_refuge_24 span {
    font-size: calc(12px * 0.95);
}
}

@media (max-width: 768px) {.privacy_refuge_24 {
    padding: 2.5rem 1rem;
}.privacy_refuge_24 .container {
    max-width: 540px;
    padding: 1.75rem;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}.privacy_refuge_24 h1 {
    font-size: calc(46px * 0.8);
    transform: translateX(0);
}.privacy_refuge_24 h2 {
    margin: 2rem 0 0.75rem;
    font-size: calc(36px * 0.85);
}.privacy_refuge_24 h3 {
    font-size: calc(36px * 0.7);
}.privacy_refuge_24 h4 {
    font-size: calc(36px * 0.6);
}.privacy_refuge_24 p, 
  .privacy_refuge_24 li {
    max-width: 100%;
}.privacy_refuge_24 p:hover,
  .privacy_refuge_24 li:hover,
  .privacy_refuge_24 span:hover {
    transform: translateX(0);
}
}

@media (max-width: 576px) {.privacy_refuge_24 {
    padding: 2rem 0.75rem;
}.privacy_refuge_24 .container {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    padding: 1.5rem;
}.privacy_refuge_24 h1 {
    padding-bottom: 0.75rem;
    font-size: calc(46px * 0.7);
}.privacy_refuge_24 h2 {
    padding-left: 10px;
    font-size: calc(36px * 0.75);
}.privacy_refuge_24 h3 {
    padding-left: 8px;
    font-size: calc(36px * 0.65);
}.privacy_refuge_24 h4 {
    font-size: calc(36px * 0.55);
    padding-left: 6px;
}.privacy_refuge_24 ul {
    padding-left: 0.75rem;
}.privacy_refuge_24 li {
    padding-left: 1.25rem;
}.privacy_refuge_24 p, 
  .privacy_refuge_24 li, 
  .privacy_refuge_24 span {
    line-height: 1.6;
    font-size: calc(12px * 0.9);
}.privacy_refuge_24 span {
    padding-left: 0.75rem;
}}.training_benefits_53 {
    background: linear-gradient(135deg, rgba(rgb(192,154,154,0.5), 0.03) 0%, rgba(rgb(215,188,188,0.5), 0.07) 100%);
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}.training_benefits_53::before {
    background: linear-gradient(45deg, rgb(215,188,188), rgb(192,154,154));
    z-index: 0;
    width: 300px;
    opacity: 0.05;
    position: absolute;
    left: -100px;
    height: 300px;
    content: "";
    animation: float 15s ease-in-out infinite alternate;
    top: -50px;
    border-radius: 40% 60% 70% 30% / 40% 50% 50% 60%;
}.training_benefits_53::after {
    opacity: 0.05;
    content: "";
    width: 200px;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    right: -50px;
    z-index: 0;
    bottom: -50px;
    height: 200px;
    animation: float 18s ease-in-out infinite alternate-reverse;
    background: linear-gradient(135deg, rgb(192,154,154), rgb(215,188,188));
    position: absolute;
}.training_benefits_53 .container {
    grid-template-columns: 1fr 1.5fr;
    gap: 60px;
    position: relative;
    z-index: 1;
    display: grid;
    align-items: center;
    perspective: 1000px;
}.training_benefits_53 .lightbox_img_20 {
    box-shadow: 
        20px 20px 60px rgba(rgba(0, 0, 0, 0.5), 0.12),
        -5px -5px 30px rgba(rgb(255, 255, 255, 0.5), 0.8);
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    object-fit: cover;
    z-index: 2;
    transform: rotateY(-5deg) translateZ(20px);
    height: auto;
    width: 100%;
    position: relative;
    border-radius: 2px;
}.training_benefits_53 .lightbox_img_20:hover {
    transform: rotateY(0deg) translateZ(30px) scale(1.02);
}.training_benefits_53 .fast_track_80 {
    position: relative;
    z-index: 2;
    transform: translateZ(0);
}.training_benefits_53 .text_pod_24 {
    position: relative;
    padding: 20px 0 20px 30px;
}.training_benefits_53 .text_pod_24::before {
    left: 0;
    top: 0;
    position: absolute;
    animation: grow 3s ease-out forwards;
    transform-origin: top;
    width: 3px;
    transform: scaleY(0.95);
    background: linear-gradient(to bottom, rgb(215,188,188), rgb(192,154,154));
    height: 100%;
    content: "";
}.training_benefits_53 h1 {
    position: relative;
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 44px;
    transition: transform 0.5s ease-out;
    color: #000000;
    line-height: 1.3;
    transform: translateX(0);
}.training_benefits_53 h1::after {
    transform: scaleX(0.7);
    left: 0;
    bottom: -10px;
    transition: transform 0.5s ease-out;
    transform-origin: left;
    position: absolute;
    height: 3px;
    width: 80px;
    background: rgb(215,188,188);
    content: "";
}.training_benefits_53 .text_pod_24:hover h1 {
    transform: translateX(5px);
}.training_benefits_53 .text_pod_24:hover h1::after {
    transform: scaleX(1);
}.training_benefits_53 ul {
    margin: 0;
    gap: 20px;
    display: grid;
    padding: 0;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    list-style: none;
}.training_benefits_53 li {
    padding: 16px 20px;
    backdrop-filter: blur(10px);
    box-shadow: 
        0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.05),
        0 1px 3px rgba(rgba(0, 0, 0, 0.5), 0.1);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    background: rgba(rgb(255, 255, 255, 0.5), 0.7);
    transform: translateY(0);
    border-radius: 4px;
    position: relative;
}.training_benefits_53 li:hover {
    box-shadow: 
        0 10px 25px rgba(rgba(0, 0, 0, 0.5), 0.07),
        0 2px 5px rgba(rgba(0, 0, 0, 0.5), 0.1);
    transform: translateY(-5px);
}.training_benefits_53 li p {
    display: flex;
    line-height: 1.6;
    margin: 0;
    font-size: 16px;
    color: #000000;
    gap: 15px;
    align-items: center;
}.training_benefits_53 svg {
    flex-shrink: 0;
    transition: transform 0.3s ease;
    height: 24px;
    width: 24px;
}.training_benefits_53 li:hover svg {
    transform: scale(1.1) translateY(-2px);
}.training_benefits_53 svg path {
    fill: rgb(215,188,188);
    transition: fill 0.3s ease;
}.training_benefits_53 li:hover svg path {
    fill: rgb(192,154,154);
}

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

@keyframes grow {
    from {
        transform: scaleY(0);
    }
    to {
        transform: scaleY(0.95);
    }
}

@media screen and (max-width: 1200px) {.training_benefits_53 {
    padding: 100px 0;
}.training_benefits_53 .container {
    padding: 0 30px;
}.training_benefits_53 h1 {
    font-size: calc(44px * 0.9);
}
}

@media screen and (max-width: 992px) {.training_benefits_53 .container {
    gap: 40px;
    grid-template-columns: 1fr;
}.training_benefits_53 .lightbox_img_20 {
    max-width: 80%;
    margin: 0 auto;
    transform: rotateY(-3deg) translateZ(10px);
}.training_benefits_53 ul {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}.training_benefits_53 h1 {
    margin-bottom: 40px;
    text-align: center;
}.training_benefits_53 h1::after {
    transform: translateX(-50%) scaleX(0.7);
    left: 50%;
}.training_benefits_53 .text_pod_24 {
    padding: 20px 0;
}.training_benefits_53 .text_pod_24::before {
    height: 3px;
    top: 0;
    width: 100%;
    transform: scaleX(0.95);
}.training_benefits_53 .text_pod_24:hover h1 {
    transform: translateY(-5px);
}.training_benefits_53 .text_pod_24:hover h1::after {
    transform: translateX(-50%) scaleX(1);
}
}

@media screen and (max-width: 768px) {.training_benefits_53 {
    padding: 80px 0;
}.training_benefits_53 .lightbox_img_20 {
    max-width: 100%;
}.training_benefits_53 h1 {
    line-height: 1.4;
    font-size: calc(44px * 0.8);
}.training_benefits_53 li {
    padding: 15px;
}.training_benefits_53 li p {
    font-size: calc(16px * 0.95);
}
}

@media screen and (max-width: 576px) {.training_benefits_53 {
    padding: 60px 0;
}.training_benefits_53 .container {
    padding: 0 20px;
    gap: 30px;
}.training_benefits_53 h1 {
    font-size: calc(44px * 0.7);
    margin-bottom: 30px;
}.training_benefits_53 ul {
    grid-template-columns: 1fr;
    gap: 15px;
}.training_benefits_53 svg {
    width: 20px;
    height: 20px;
}.training_benefits_53 li p {
    font-size: calc(16px * 0.9);
    gap: 10px;
}}.statistics_information_17 {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
    background-color: rgb(237,222,222);
}.statistics_information_17::before {
    z-index: 1;
    content: "";
    position: absolute;
    height: 100%;
    opacity: 0.6;
    left: 0;
    width: 100%;
    background: 
        radial-gradient(circle at 10% 90%, rgb(215,188,188,0.5) 0%, transparent 40%),
        radial-gradient(circle at 90% 10%, rgb(192,154,154,0.5) 0%, transparent 40%);
    top: 0;
}.statistics_information_17 .container {
    flex-direction: column;
    position: relative;
    align-items: center;
    display: flex;
    z-index: 2;
}.statistics_information_17 .gain_study_09 {
    padding: 0 20px;
    margin-bottom: 80px;
    position: relative;
    max-width: 600px;
    text-align: center;
}.statistics_information_17 .gain_study_09::before {
    background-color: rgb(215,188,188);
    width: 2px;
    content: "";
    bottom: -40px;
    height: 30px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
}.statistics_information_17 .gain_study_09::after {
    border-radius: 50%;
    position: absolute;
    transform: translateX(-50%);
    height: 10px;
    bottom: -40px;
    left: 50%;
    width: 10px;
    content: "";
    background-color: rgb(215,188,188);
}.statistics_information_17 .growth_track_06 {
    font-weight: 700;
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 25px;
    color: #000000;
    display: inline-block;
    font-size: 32px;
}.statistics_information_17 .growth_track_06::after {
    background: linear-gradient(90deg, transparent, rgb(215,188,188), transparent);
    content: "";
    left: 50%;
    bottom: 0;
    width: 80%;
    position: absolute;
    transform: translateX(-50%);
    height: 3px;
}.statistics_information_17 .advantage_statistics_10 {
    font-size: 16px;
    line-height: 1.7;
    color: #000000;
}.statistics_information_17 .career_benefits_10 {
    display: flex;
    position: relative;
    justify-content: center;
    width: 100%;
}.statistics_information_17 .statistics_highlights_60 {
    background-color: transparent;
    height: 330px;
    transform-style: preserve-3d;
    perspective: 1000px;
    z-index: 3;
    width: 25%;
    position: relative;
}.statistics_information_17 .statistics_highlights_60:nth-child(even) {
    margin-top: 60px;
}.statistics_information_17 .statistics_highlights_60::before {
    z-index: -1;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transform: translateZ(-10px);
    content: "";
    position: absolute;
    background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0.8) 100%);
    top: 0;
    border-radius: 17px;
    width: 100%;
    height: 100%;
    left: 0;
}.statistics_information_17 .statistics_highlights_60::after {
    opacity: 0.5;
    border: 2px dashed rgb(215,188,188,0.5);
    border-radius: calc(17px - 15px);
    right: 15px;
    z-index: -1;
    content: "";
    bottom: 15px;
    left: 15px;
    position: absolute;
    top: 15px;
}.statistics_information_17 .statistics_highlights_60 h4 {
    left: 50%;
    position: absolute;
    z-index: 3;
    transform: translate(-50%, -50%);
    text-shadow: 2px 2px 0 rgba(255, 255, 255, 0.5);
    color: #000000;
    transition: all 0.3s ease;
    font-size: 4rem;
    top: 50%;
    font-weight: 700;
}.statistics_information_17 .statistics_highlights_60:hover h4 {
    transform: translate(-50%, -50%) scale(1.1);
    color: rgb(215,188,188);
}.statistics_information_17 .statistics_highlights_60 span {
    transition: all 0.3s ease;
    font-size: 16px;
    left: 0;
    text-align: center;
    padding: 0 20px;
    font-weight: 600;
    width: 100%;
    position: absolute;
    bottom: 40px;
    color: #000000;
    z-index: 3;
}.statistics_information_17 .statistics_highlights_60:hover span {
    transform: translateY(-10px);
}.statistics_information_17 svg {
    transform: translateX(-50%);
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    opacity: 0.7;
    z-index: 2;
    top: 40px;
}.statistics_information_17 svg path {
    fill: rgb(215,188,188);
}

@media (max-width: 1200px) {.statistics_information_17 .statistics_highlights_60 {
    margin: 0 10px;
    height: 300px;
    width: calc(25% - 20px);
}.statistics_information_17 .statistics_highlights_60 h4 {
    font-size: 3.5rem;
}
}

@media (max-width: 992px) {.statistics_information_17 {
    padding: 90px 0;
}.statistics_information_17 .gain_study_09 {
    margin-bottom: 60px;
}.statistics_information_17 .career_benefits_10 {
    flex-wrap: wrap;
}.statistics_information_17 .statistics_highlights_60 {
    margin: 10px !important;
    width: calc(50% - 20px);
    height: 260px;
}.statistics_information_17 .statistics_highlights_60 h4 {
    font-size: 3rem;
}.statistics_information_17 .statistics_highlights_60:nth-child(even) {
    margin-top: 0;
}
}

@media (max-width: 767px) {.statistics_information_17 {
    padding: 70px 0;
}.statistics_information_17 .gain_study_09 {
    margin-bottom: 50px;
}.statistics_information_17 .growth_track_06 {
    font-size: calc(32px * 0.9);
}.statistics_information_17 .statistics_highlights_60 {
    height: 240px;
}.statistics_information_17 .statistics_highlights_60 h4 {
    font-size: 2.8rem;
}.statistics_information_17 .statistics_highlights_60 span {
    bottom: 30px;
    font-size: calc(16px * 0.9);
}.statistics_information_17 svg {
    height: 30px;
    width: 30px;
    top: 30px;
}
}

@media (max-width: 576px) {.statistics_information_17 {
    padding: 60px 0;
}.statistics_information_17 .gain_study_09 {
    margin-bottom: 40px;
}.statistics_information_17 .career_benefits_10 {
    flex-direction: column;
    align-items: center;
}.statistics_information_17 .statistics_highlights_60 {
    margin: 10px 0 !important;
    max-width: 300px;
    width: 90%;
    height: 200px;
}.statistics_information_17 .statistics_highlights_60 h4 {
    font-size: 2.5rem;
}.statistics_information_17 .statistics_highlights_60 span {
    bottom: 25px;
}}

@keyframes float {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(-15px) rotate(2deg);
    }
    100% {
        transform: translateY(0px) rotate(0deg);
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.8;
    }
    50% {
        transform: scale(1.1);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 0.8;
    }
}.learning_system_82 {
    background: linear-gradient(150deg, rgb(237,222,222) 0%, rgba(0, 0, 0, 0.5) 100%);
    overflow: visible;
    position: relative;
    padding: 170px 0;
}.learning_system_82::before {
    height: 100%;
    content: '';
    top: 0;
    z-index: 1;
    left: 0;
    position: absolute;
    width: 100%;
    opacity: 0.15;
    background: 
        radial-gradient(circle at 15% 20%, rgb(215,188,188,0.5) 0%, transparent 40%),
        radial-gradient(circle at 85% 80%, rgb(192,154,154,0.5) 0%, transparent 40%);
}.learning_system_82 .fast_track_80 {
    z-index: 2;
    align-items: center;
    margin: 0 auto;
    justify-content: center;
    max-width: 1200px;
    position: relative;
    padding: 0 20px;
    display: flex;
}.learning_system_82 .text_pod_24 {
    flex-direction: column;
    position: relative;
    width: 80%;
    display: flex;
    align-items: center;
}.learning_system_82 .text_pod_24 h2 {
    text-transform: uppercase;
    font-size: 32px;
    margin-bottom: 100px;
    text-align: center;
    color: #ffffff;
    position: relative;
    z-index: 4;
    padding: 0;
    letter-spacing: 2px;
    font-weight: 700;
}.learning_system_82 .text_pod_24 p {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
    z-index: 3;
    backdrop-filter: blur(15px);
    background: rgba(255, 255, 255, 0.05);
    position: relative;
    line-height: 1.8;
    padding: 60px;
    color: #ffffff;
    max-width: 80%;
    font-size: 12px;
}.learning_system_82 .text_pod_24::before {
    opacity: 0.05;
    top: 50px;
    position: absolute;
    transform: skewY(-3deg);
    left: 5%;
    background: rgb(215,188,188,0.5);
    height: 100%;
    width: 90%;
    z-index: 1;
    content: '';
}.learning_system_82 .text_pod_24::after {
    background: rgb(192,154,154,0.5);
    left: 2.5%;
    content: '';
    transform: skewY(-6deg);
    width: 95%;
    opacity: 0.05;
    z-index: 0;
    position: absolute;
    top: 25px;
    height: 100%;
}.learning_system_82 .text_pod_24 h2::before {
    left: -25%;
    content: '';
    z-index: 5;
    width: 150%;
    height: 2px;
    bottom: -30px;
    position: absolute;
    opacity: 0.6;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(215,188,188,0.5) 20%, 
        rgb(215,188,188) 50%, 
        rgb(215,188,188,0.5) 80%, 
        transparent 100%
    );
}.learning_system_82 .text_pod_24 h2::after {
    bottom: -50px;
    transform: rotate(45deg);
    z-index: 6;
    background: rgb(215,188,188);
    animation: pulse-rotate 8s infinite linear;
    content: '';
    height: 30px;
    position: absolute;
    box-shadow: 0 0 20px rgb(215,188,188);
    left: 50%;
    opacity: 0.7;
    margin-left: -15px;
    width: 30px;
}.learning_system_82 .text_pod_24 p::before {
    border: 1px solid rgba(255, 255, 255, 0.1);
    height: 100%;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    position: absolute;
}.learning_system_82 .text_pod_24 p::after {
    position: absolute;
    left: -10%;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(192,154,154,0.5) 20%, 
        rgb(192,154,154) 50%, 
        rgb(192,154,154,0.5) 80%, 
        transparent 100%
    );
    z-index: 5;
    height: 1px;
    bottom: -50px;
    content: '';
    opacity: 0.4;
    width: 120%;
}.learning_system_82::after {
    position: absolute;
    width: 100%;
    background: linear-gradient(to bottom, rgb(237,222,222), transparent);
    z-index: 0;
    content: '';
    top: -100px;
    height: 200px;
    left: 0;
}.learning_system_82 .fast_track_80::before {
    border-radius: 50%;
    background: rgb(215,188,188);
    height: 350px;
    z-index: 0;
    filter: blur(100px);
    right: -175px;
    width: 350px;
    position: absolute;
    top: -175px;
    content: '';
    opacity: 0.03;
}.learning_system_82 .fast_track_80::after {
    height: 300px;
    border-radius: 50%;
    width: 300px;
    position: absolute;
    background: rgb(192,154,154);
    bottom: -150px;
    left: -150px;
    z-index: 0;
    filter: blur(80px);
    opacity: 0.03;
    content: '';
}@keyframes pulse-rotate {
    0% {
        transform: rotate(45deg) scale(1);
        opacity: 0.7;
    }
    50% {
        transform: rotate(225deg) scale(1.2);
        opacity: 0.9;
    }
    100% {
        transform: rotate(405deg) scale(1);
        opacity: 0.7;
    }
}

.learning_system_82 .text_pod_24 p {
    position: relative;
    overflow: hidden;
}.learning_system_82 .text_pod_24 p span {
    position: relative;
    z-index: 2;
}.learning_system_82 .text_pod_24 p::before {
    opacity: 0.3;
    left: -50%;
    position: absolute;
    z-index: 0;
    width: 200%;
    top: -50%;
    animation: rotate-slow 30s linear infinite;
    background: radial-gradient(circle at center, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
    height: 200%;
    content: '';
}@keyframes rotate-slow {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.learning_system_82 .layer-element {
    top: -30px;
    height: 150px;
    z-index: 1;
    animation: float-layer 15s infinite alternate;
    border: 2px solid rgb(215,188,188,0.5);
    right: -30px;
    opacity: 0.1;
    transform: rotate(15deg);
    width: 150px;
    position: absolute;
}.learning_system_82 .layer-element::before {
    position: absolute;
    opacity: 0.2;
    content: '';
    width: 50%;
    left: 25%;
    top: 25%;
    height: 50%;
    background: rgb(215,188,188);
}

@keyframes float-layer {
    0% {
        transform: rotate(15deg) translateY(0);
    }
    100% {
        transform: rotate(20deg) translateY(-20px);
    }
}

@media screen and (max-width: 1200px) {.learning_system_82 .text_pod_24 {
    width: 90%;
}.learning_system_82 .text_pod_24 p {
    padding: 50px;
    max-width: 90%;
}.learning_system_82 .layer-element {
    height: 120px;
    width: 120px;
}
}

@media screen and (max-width: 992px) {.learning_system_82 {
    padding: 140px 0;
}.learning_system_82 .text_pod_24 {
    width: 100%;
}.learning_system_82 .text_pod_24 h2 {
    margin-bottom: 80px;
}.learning_system_82 .text_pod_24 p {
    max-width: 95%;
    padding: 40px;
}.learning_system_82 .layer-element {
    height: 100px;
    width: 100px;
}
}

@media screen and (max-width: 768px) {.learning_system_82 {
    padding: 120px 0;
    overflow: hidden;
}.learning_system_82 .text_pod_24 h2 {
    font-size: calc(32px * 0.9);
    margin-bottom: 60px;
}.learning_system_82 .text_pod_24 p {
    max-width: 100%;
    padding: 30px;
    font-size: calc(12px * 0.95);
}.learning_system_82 .text_pod_24 h2::after {
    height: 25px;
    bottom: -40px;
    width: 25px;
    margin-left: -12.5px;
}.learning_system_82 .layer-element {
    display: none;
}
}

@media screen and (max-width: 480px) {.learning_system_82 {
    padding: 100px 0;
}.learning_system_82 .text_pod_24 h2 {
    font-size: calc(32px * 0.8);
    letter-spacing: 1px;
    margin-bottom: 50px;
}.learning_system_82 .text_pod_24 p {
    font-size: calc(12px * 0.9);
    padding: 25px;
}.learning_system_82 .text_pod_24 h2::before {
    bottom: -20px;
}.learning_system_82 .text_pod_24 h2::after {
    bottom: -35px;
    width: 20px;
    margin-left: -10px;
    height: 20px;
}.learning_system_82 .text_pod_24 p::after {
    bottom: -30px;
}
}