.grid-container37 {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    height: 100%;
}

header,footer {
    width: 100%;
}

header {
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    top: 0;
    position: fixed;
    z-index: 1000;
    background: linear-gradient(120deg, 
        rgb(212,198,199) 0%, 
        rgb(212,198,199,0.5) 100%
    );
    left: 0;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.about_this54 h1:hover::after {
    transform: scaleX(1.5);
}

.about_this54 .student_voice56 {
    position: relative;
}

.about_this54 .impact_facts72 {
    border-left: 4px solid rgb(212,198,199);
    padding: 2.5rem;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08), 0 5px 15px rgba(0, 0, 0, 0.05);
    position: relative;
    transition: transform 0.4s ease-out, box-shadow 0.4s ease-out;
    background: #ffffff;
    transform: translateZ(0);
}

.about_this54 .impact_facts72:hover h4::after {
    width: 80px;
}

.about_this54 .impact_facts72:first-child {
    transform: translateX(-5px) translateZ(0);
}

.about_this54 .impact_facts72:first-child:hover,
.about_this54 .impact_facts72:last-child:hover {
    transform: translateY(-5px) translateZ(0);
}

.secure_safehold12 h3, .secure_safehold12 h4, .secure_safehold12 h5, .secure_safehold12 h6 {
    color: #000000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    font-size: 21px;
    font-weight: 600;
    padding-bottom: 5px;
    margin-bottom: 15px;
    margin-top: 30px;
}

.tySection41::before {
    filter: blur(60px);
    background: rgb(179,161,163,0.5);
    animation: float 15s infinite ease-in-out;
    border-radius: 50%;
    position: absolute;
    top: -50px;
    right: -50px;
    z-index: 0;
    height: 200px;
    content: "";
    width: 200px;
}

.tySection41 .training_experts71::before {
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    background-size: 20px 20px;
    z-index: -1;
    content: "";
    position: absolute;
    opacity: 0.05;
    background: linear-gradient(45deg, transparent 49.5%, rgb(179,161,163,0.5) 49.5%, rgb(179,161,163,0.5) 50.5%, transparent 50.5%);
}

.course_rewards71::before {
    top: 0;
    right: 0;
    opacity: 0.4;
    height: 100%;
    position: absolute;
    background: radial-gradient(circle at top right, rgb(179,161,163,0.5) 0%, transparent 70%);
    width: 60%;
    content: "";
}

.course_rewards71 .img_zoom58:hover {
    box-shadow: 0 25px 40px rgba(0, 0, 0, 0.18);
    transform: translateY(-5px);
}

.course_rewards71 .paragraph_holder64 {
    background: #ffffff;
    padding: 40px 50px;
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    flex: 1;
}

.course_rewards71 li {
    background: linear-gradient(to right, #ffffff, rgb(239,234,235) 120%);
    padding: 15px 20px;
    border-radius: 10px;
    position: relative;
    transition: all 0.3s ease;
}

.course_rewards71 li:hover svg {
    transform: scale(1.1);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.register_now47::after {
    height: 400px;
    bottom: -200px;
    border-radius: 50%;
    z-index: 1;
    left: -200px;
    content: '';
    width: 400px;
    opacity: 0.1;
    border: 40px solid rgb(179,161,163,0.5);
    position: absolute;
}

.register_now47 .container p {
    margin: 0 0 40px 0;
    text-align: center;
    font-weight: 700;
    color: #000000;
    z-index: 5;
    font-size: 28px;
    position: relative;
    line-height: 1.4;
}

.register_now47 .inquiry_links63::before {
    content: '';
    background: rgb(212,198,199);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    transition: transform 0.4s ease;
    z-index: -1;
    position: absolute;
    transform: scaleX(0);
    transform-origin: left;
    top: -2px;
    left: -2px;
}

.contact02 .support_grid56 {
    position: relative;
    display: flex;
    flex-direction: column;
}

.contact02 .request_map38 h3::after {
    position: absolute;
    height: 2px;
    width: 100%;
    background: rgb(179,161,163);
    left: 0;
    content: '';
    bottom: -10px;
}

.contact02 .request_map38 div span {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    color: #ffffff;
}

.contact02 .connect_panel27 h3 {
    font-weight: 700;
    text-align: center;
    grid-column: span 3;
    font-size: 21px;
    color: #000000;
    margin-bottom: 20px;
}

.contact02 .connect_panel27 input[type="text"]:focus,
.contact02 .connect_panel27 input[type="email"]:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgb(179,161,163);
}

.contact02 .connect_panel27 .connect_request07 input[type="checkbox"]:checked::before {
    font-size: 12px;
    left: 50%;
    color: #ffffff;
    position: absolute;
    transform: translate(-50%, -50%);
    content: '✓';
    top: 50%;
}

.contact02 .connect_panel27 .inquiry_links63 {
    border: none;
    border-radius: 10px;
    grid-column: span 1;
    transition: background-color 0.3s ease, transform 0.3s ease;
    color: #ffffff;
    cursor: pointer;
    font-size: 17px;
    height: 55px;
    background-color: rgb(179,161,163);
    font-weight: 600;
}

#cookie_info_panel95 {
    display: none;
}

#cookie_info_panel95:checked ~ .cookie_warning_panel64 {
    opacity: 0;
    visibility: hidden;
}

.course_highlights67 {
    display: flex;
    min-height: 100vh;
    justify-content: center;
    overflow: hidden;
    flex-direction: column;
    background-color: #000000;
    position: relative;
}

.course_highlights67 .skill_tool39:nth-child(odd) {
    mask-image: linear-gradient(to right, transparent 0%, black 15%, black 85%, transparent 100%);
}

.course_highlights67 .container {
    z-index: 10;
    position: relative;
    padding: 0 1rem;
    width: 100%;
    margin: 0 auto;
    max-width: 1200px;
}

.course_highlights67 .study_path48 h3::after {
    bottom: -10px;
    background: rgb(212,198,199);
    height: 2px;
    position: absolute;
    width: 80px;
    content: "";
    left: 50%;
    transform: translateX(-50%);
}

.course_highlights67 .study_path48 .inquiry_links63::before {
    height: 0;
    transition: width 0.6s ease, height 0.6s ease;
    background-color: rgb(212,198,199);
    z-index: -1;
    top: 50%;
    border-radius: 50%;
    width: 0;
    transform: translate(-50%, -50%);
    content: "";
    position: absolute;
    left: 50%;
}

.welcome_board50 .edu_first26::before {
    content: "";
    z-index: -1;
    top: 0;
    position: absolute;
    height: 100%;
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.7) 0%, 
        rgba(0, 0, 0, 0.4) 50%, 
        rgba(0, 0, 0, 0.7) 100%);
    left: 0;
    width: 100%;
    backdrop-filter: blur(3px);
}

.welcome_board50 p {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    padding-left: 1.5rem;
    color: rgb(179,161,163);
    position: relative;
    letter-spacing: 0.5px;
    margin-bottom: 1.5rem;
    font-weight: 600;
    font-size: calc(14px * 1.3);
    line-height: 1.5;
}




.welcome_board50:hover .title_style_header {
    transform: perspective(1000px) rotateX(3deg);
}

.training_specialist13 {
    background: linear-gradient(135deg, rgb(239,234,235), rgb(212,198,199,0.5));
    perspective: 1000px;
    padding: 4rem 0;
    overflow: hidden;
    position: relative;
}

.training_specialist13 .learning_quotes69 {
    gap: 2rem;
    display: grid;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 2.5rem;
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    border-left: 4px solid rgb(212,198,199);
    transform: translateZ(0);
    grid-template-columns: 1fr;
    background: #ffffff;
}

.training_specialist13 .learning_quotes69 {
    grid-template-columns: 320px 1fr;
    padding: 3.5rem;
}

.training_specialist13 .learning_quotes69 > div:nth-child(2) {
    transform: translateZ(10px);
    text-align: center;
}

.training_specialist13 .name::after {
    position: absolute;
    transform: translateX(-50%);
    background: rgb(179,161,163);
    width: 40px;
    height: 3px;
    bottom: -8px;
    left: 50%;
    content: '';
}

.training_specialist13 .experience_block13::after {
    transform: rotate(180deg);
    bottom: -10px;
    right: -10px;
}

header .site_nav81 {
    position: relative;
}

header .site_nav81:before {
    content: '';
    opacity: 0.3;
    bottom: -1px;
    background: linear-gradient(to right, 
        transparent, 
        #ffffff, 
        transparent
    );
    left: 0;
    height: 2px;
    position: absolute;
    width: 100%;
}

header .top_core95 {
    position: relative;
    align-items: center;
    display: flex;
    justify-content: space-between;
}

header .top_core95:after {
    content: '';
    opacity: 0.5;
    position: absolute;
    right: 0;
    top: 50%;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    width: 20px;
    transform: translateY(-50%) translateX(40px);
    height: 20px;
}

header .first_lesson30 {
    position: relative;
    font-size: 17px;
    text-decoration: none;
    padding: 8px 0;
    color: #ffffff;
    font-weight: 400;
    text-transform: uppercase;
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
    font-family: Arial, sans-serif;
}

header .first_lesson30:hover:before {
    left: -20px;
    opacity: 1;
}

header .header_learn92:before {
    left: -10px;
    height: calc(100% + 20px);
    content: '';
    border: 1px solid rgba(255, 255, 255, 0.2);
    position: absolute;
    border-radius: 10px;
    width: calc(100% + 20px);
    top: -10px;
    opacity: 0;
    transition: all 0.3s ease;
}

footer {
    position: relative;
}

.partner_logo26 .company_holder::after {
    content: "";
    background: linear-gradient(to bottom, 
        transparent, 
        rgb(179,161,163,0.5), 
        transparent);
    right: 0;
    height: 60%;
    position: absolute;
    width: 1px;
    top: 20%;
}

.partner_logo26 .reward_sys32 {
    justify-content: flex-end;
    display: flex;
}

.partner_logo26 .nav_mentor14 h5 {
    padding-bottom: 12px;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 25px;
    position: relative;
}

.partner_logo26 .nav_mentor14 .head_mentor71 a:hover {
    padding-left: 12px;
    opacity: 1;
    color: rgb(212,198,199);
}

.lang_learn81 .container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.partner_logo26::after {
    box-shadow: 0 0 40px rgb(212,198,199,0.5);
}

.partner_logo26 .nav_mentor14::before {
    content: "";
    top: 10px;
    opacity: 0.7;
    width: 5px;
    position: absolute;
    background: rgb(212,198,199);
    border-radius: 50%;
    height: 5px;
    left: -15px;
}

.partner_logo26 .nav_mentor14 .head_mentor71 a:hover::after {
    width: 100%;
}

.partner_logo26 .nav_mentor14 .head_mentor71 a:nth-child(odd):hover {
    transform: translateX(2px);
}

.lang_learn81::after {
    height: 1px;
    opacity: 0.3;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(179,161,163,0.5), 
        transparent);
    content: "";
    width: 30%;
    left: 35%;
    bottom: 0;
    position: absolute;
}

.pricing_level48 .skill_offers35 {
    flex-direction: column;
    display: flex;
}

.pricing_level48 .tuition_grid56 {
    order: -1;
    margin-bottom: 3rem;
    position: relative;
}

.pricing_level48 .tuition_grid56 h2::after {
    background: linear-gradient(90deg, rgb(212,198,199), transparent);
    position: absolute;
    bottom: -0.5rem;
    content: "";
    left: 0;
    height: 3px;
    width: 60%;
}

.pricing_level48 .learn_fees70 {
    padding: 2rem;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    flex: 1;
    z-index: 2;
    display: flex;
}

.pricing_level48 .pricing_pack38 {
    font-weight: 700;
    color: rgb(212,198,199);
    position: relative;
    transition: transform 0.3s ease;
    display: block;
    margin-bottom: 1.5rem;
    font-size: calc(19px + 0.5rem);
}

.pricing_level48 .img_zoom58::after {
    opacity: 0.7;
    content: "";
    top: 0;
    transition: opacity 0.3s ease;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.15), transparent);
    position: absolute;
}


@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}



@media (min-width: 1024px) {.about_this54 {
    padding: 10rem 0;
}.about_this54::before {
    background-size: 60px 60px;
}.about_this54 .container {
    padding: 0 4rem;
}.about_this54 h1 {
    font-size: calc(48px * 1.4);
}.about_this54 .impact_facts72 {
    padding: 3.5rem;
}.about_this54 .impact_facts72 h4 {
    margin-bottom: 2rem;
    font-size: calc(19px * 1.2);
}.about_this54 .impact_facts72 h4::after {
    height: 3px;
    bottom: -10px;
}.about_this54 .impact_facts72 div {
    max-height: 450px;
    line-height: 1.9;
    font-size: calc(13px * 1.05);
}.about_this54 .student_voice56 ul {
    gap: 3rem;
}
}



@media (max-width: 991px) {.tySection41 {
    padding: 80px 0;
}.tySection41 h2 {
    font-size: calc(36px * 0.9);
    max-width: 100%;
}.tySection41 .training_experts71 {
    padding: 30px;
}
}



@media (max-width: 480px) {.tySection41 {
    padding: 40px 0;
}.tySection41 h2 {
    font-size: calc(36px * 0.7);
    margin-bottom: 25px;
}.tySection41 .training_experts71 {
    border-left-width: 3px;
    padding: 20px 15px;
}.tySection41 li {
    padding-left: 20px;
}.tySection41 li::before {
    height: 6px;
    width: 6px;
    top: 8px;
}.tySection41 span {
    font-size: calc(16px * 0.9);
    line-height: 1.6;
}}



@media (max-width: 767px) {.register_now47 {
    padding: 90px 0;
}.register_now47 .container {
    padding: 40px;
}.register_now47 .container p {
    font-size: 24px;
    margin-bottom: 30px;
}.register_now47 .container::before,
    .register_now47 .container::after {
    height: 60px;
    width: 60px;
}.register_now47 .inquiry_links63 {
    width: 180px;
    height: 50px;
    line-height: 50px;
}
}



@media screen and (max-width: 767px) {.contact02 {
    padding: 60px 0;
}.contact02 .request_map38 {
    margin-bottom: 30px;
}.contact02 .request_map38 h3 {
    font-size: calc(21px + 2px);
}.contact02 .connect_panel27 {
    padding: 30px 20px;
}.contact02 .connect_panel27 form {
    gap: 15px;
}
}



@media (max-width: 1200px) {.course_highlights67 .study_path48 {
    max-width: 500px;
    padding: 2.5rem;
}
}



@media (max-width: 576px) {.course_highlights67 .container {
    padding: 0 1rem;
}.course_highlights67 .study_path48 {
    max-width: 100%;
    padding: 1.5rem;
}.course_highlights67 .study_path48 h3 {
    font-size: calc(35px * 0.7);
}.course_highlights67 .study_path48 .inquiry_links63 {
    display: block;
    padding: 0.8rem 1.5rem;
    width: 100%;
}.course_highlights67 .skill_tool39 img {
    filter: grayscale(0.2) contrast(1.1);
}
}



@media (orientation: landscape) and (max-height: 600px) {.welcome_board50 {
    height: auto;
    min-height: 100vh;
}.welcome_board50 .history_tl14 {
    padding: 5rem 5% 3rem;
}.welcome_board50 p {
    margin-bottom: 0.5rem;
}.welcome_board50 .title_style_header {
    margin-bottom: 1rem;
}}



@media (min-width: 992px) {.training_specialist13 {
    padding: 8rem 0;
}.training_specialist13 .learning_quotes69 {
    gap: 2rem 4rem;
    grid-template-columns: 280px 1fr;
    padding: 3rem;
}.training_specialist13 .img_zoom58 {
    width: 280px;
    height: 280px;
}.training_specialist13 .name {
    font-size: calc(20px * 1.1);
}.training_specialist13 .learning_quotes69 > div:nth-child(2) > div {
    font-size: 15px;
}.training_specialist13 .experience_block13 {
    font-size: calc(15px * 1.1);
    line-height: 1.9;
}.training_specialist13 .learning_quotes69::before {
    left: -10px;
    content: '';
    position: absolute;
    opacity: 0.15;
    width: calc(100% + 20px);
    transition: opacity 0.5s ease;
    background: linear-gradient(135deg, rgb(179,161,163,0.5), transparent);
    transform: translateZ(-10px);
    z-index: -1;
    height: calc(100% + 20px);
    top: -10px;
}.training_specialist13 .learning_quotes69:hover::before {
    opacity: 0.3;
}
}



@media (max-width: 480px) {.partner_logo26 {
    padding: 40px 0 20px;
}.partner_logo26 .company_holder h3 {
    font-size: calc(38px * 0.8);
}.partner_logo26 .design_res41 {
    font-size: calc(16px * 0.9);
}.lang_learn81 .fellow_prog96 {
    font-size: calc(15px * 0.9);
}}



@media (max-width: 991px) {.partner_logo26 .company_holder h3::before {
    display: none;
}}



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



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



@keyframes split-carousel {
    0%, 18% {
        transform: translateX(0);
    }
    23%, 41% {
        transform: translateX(-20%);
    }
    46%, 64% {
        transform: translateX(-40%);
    }
    69%, 87% {
        transform: translateX(-60%);
    }
    92%, 100% {
        transform: translateX(-80%);
    }
}



@keyframes pulse {
    0%, 100% {
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
}

