﻿* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}@keyframes glow_scrollbar { 0% { box-shadow: 0 0 5px rgba(0,0,0,0.2); } 50% { box-shadow: 0 0 15px rgba(0,0,0,0.5); } 100% { box-shadow: 0 0 5px rgba(0,0,0,0.2); } }

::-webkit-scrollbar {
    background: rgb(192,178,151);
    width: 8px;
}::-webkit-scrollbar-track {
    background: rgb(158,145,122,0.5);
    box-shadow: inset 0px 5px 15px 3px rgba(0, 0, 0, 0.8);
    border-radius: 10em;
}::-webkit-scrollbar-thumb {
    transition: all, border-radius 4.6s ease;
    animation: glow_scrollbar 4.7s ease infinite;
    background: rgb(158,145,122,0.5);
    box-shadow: -1px 2px 10px 8px rgba(0, 0, 0, 0.4);
}::-webkit-scrollbar-thumb:hover {
    background: rgb(192,178,151);
}::-webkit-scrollbar-thumb:active {
    background: rgb(158,145,122,0.5);
}::-webkit-scrollbar-corner {
    background: rgb(229,211,185);
    border-radius: 1px;
}* {
    scrollbar-color: rgb(192,178,151) rgb(229,211,185);
    scrollbar-width: none;
}.wrap-structure_mnyGVX {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    height: 100%;
}.nav_learning_jCW6s5 {
    flex: 1 0 auto;
}html,body {
    height: 100%;
    color: #000000;
    font-family: Arial, sans-serif;
    min-height: 100%;
}svg {
    width: 30px;
    height: 30px;
}.container {
    margin: auto;
    width: 1261px;
    max-width: 100%;
}header,footer {
    width: 100%;
}a {
    color: inherit;
    text-decoration: none;
}.review_block_74sJPV {
    flex: 0 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.contact_form_section_VjHuiD {
    padding: 120px 0;
    background: rgb(229,211,185);
    position: relative;
    overflow: hidden;
}.contact_form_section_VjHuiD::before {
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    position: absolute;
    background: linear-gradient(90deg, rgb(192,178,151), rgb(158,145,122));
    height: 5px;
}.contact_form_section_VjHuiD .container {
    position: relative;
    z-index: 1;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
}.contact_form_section_VjHuiD h2 {
    color: #000000;
    position: relative;
    font-family: Arial, sans-serif;
    padding-left: 20px;
    margin-bottom: 60px;
    font-weight: 700;
    text-align: left;
    display: inline-block;
    font-size: 29px;
}.contact_form_section_VjHuiD h2::before {
    top: 0;
    left: 0;
    background: rgb(192,178,151);
    width: 5px;
    content: "";
    height: 100%;
    border-radius: 10px;
    position: absolute;
}.contact_form_section_VjHuiD .inquiry_section_IWoRyT {
    display: grid;
    gap: 60px;
    align-items: center;
    grid-template-columns: 1fr 1fr;
}.contact_form_section_VjHuiD .img_center_align_hbL0xf {
    overflow: hidden;
    box-shadow: -15px 15px 0 rgb(192,178,151,0.5);
    border-radius: 26px;
    position: relative;
    min-height: 500px;
    order: 2;
}.contact_form_section_VjHuiD .support_list_lnk6Vw {
    order: 1;
}.contact_form_section_VjHuiD form {
    background: #ffffff;
    border-radius: 26px;
    padding: 50px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    width: 100%;
}.contact_form_section_VjHuiD form h3 {
    font-family: Arial, sans-serif;
    margin-bottom: 35px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 700;
    font-size: 19px;
    letter-spacing: 1px;
}.contact_form_section_VjHuiD form input[type="text"] {
    transition: all 0.3s ease;
    border: none;
    padding: 18px 25px;
    width: 100%;
    font-size: 17px;
    border-radius: 10px;
    margin-bottom: 25px;
    background: rgb(229,211,185);
    font-family: Arial, sans-serif;
    color: #000000;
}.contact_form_section_VjHuiD form input[type="text"]:focus {
    box-shadow: 0 0 0 2px rgb(192,178,151,0.5);
    outline: none;
    background: #ffffff;
}.contact_form_section_VjHuiD form input[type="text"]::placeholder {
    color: #000000;
    opacity: 0.5;
}.contact_form_section_VjHuiD .request_reach_hW6Ijo {
    margin-bottom: 30px;
    align-items: flex-start;
    display: flex;
}.contact_form_section_VjHuiD .request_reach_hW6Ijo input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.contact_form_section_VjHuiD .request_reach_hW6Ijo label {
    padding-left: 35px;
    color: #000000;
    line-height: 1.5;
    position: relative;
    cursor: pointer;
    font-size: 15px;
}.contact_form_section_VjHuiD .request_reach_hW6Ijo label::before {
    left: 0;
    top: 2px;
    background: rgb(229,211,185);
    transition: all 0.2s ease;
    width: 22px;
    position: absolute;
    height: 22px;
    content: "";
    border-radius: 10px;
}.contact_form_section_VjHuiD .request_reach_hW6Ijo input[type="checkbox"]:checked + label::before {
    background: rgb(192,178,151);
}.contact_form_section_VjHuiD .request_reach_hW6Ijo input[type="checkbox"]:checked + label::after {
    position: absolute;
    transform: rotate(45deg);
    width: 6px;
    top: 6px;
    content: "";
    height: 10px;
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    left: 8px;
}.contact_form_section_VjHuiD .request_reach_hW6Ijo label a {
    color: rgb(192,178,151);
    font-weight: 600;
    transition: all 0.3s ease;
    text-decoration: none;
}.contact_form_section_VjHuiD .request_reach_hW6Ijo label a:hover {
    color: rgb(158,145,122);
}.contact_form_section_VjHuiD form .connect_inquiry_WhfLp9 {
    cursor: pointer;
    font-size: 16px;
    overflow: hidden;
    transition: all 0.3s ease;
    position: relative;
    font-weight: 600;
    display: inline-block;
    border: none;
    border-radius: 10px;
    padding: 18px 40px;
    font-family: Arial, sans-serif;
    color: #ffffff;
    background: #000000;
}.contact_form_section_VjHuiD form .connect_inquiry_WhfLp9:hover {
    transform: translateY(-3px);
    background: rgb(192,178,151);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}.contact_form_section_VjHuiD svg {
    width: 20px;
    fill: rgb(192,178,151);
    height: 20px;
}.contact_form_section_VjHuiD svg path {
    transition: fill 0.3s ease;
    fill: rgb(192,178,151);
}

@media screen and (max-width: 991px) {.contact_form_section_VjHuiD {
    padding: 90px 0;
}.contact_form_section_VjHuiD .inquiry_section_IWoRyT {
    grid-template-columns: 1fr;
    gap: 40px;
}.contact_form_section_VjHuiD .img_center_align_hbL0xf {
    min-height: 400px;
    order: 1;
    max-width: 600px;
    margin: 0 auto;
}.contact_form_section_VjHuiD .support_list_lnk6Vw {
    order: 2;
}.contact_form_section_VjHuiD form {
    margin: 0 auto;
    max-width: 600px;
}
}

@media screen and (max-width: 767px) {.contact_form_section_VjHuiD {
    padding: 70px 0;
}.contact_form_section_VjHuiD h2 {
    margin-bottom: 40px;
    font-size: calc(29px * 0.9);
}.contact_form_section_VjHuiD .img_center_align_hbL0xf {
    box-shadow: -10px 10px 0 rgb(192,178,151,0.5);
    min-height: 300px;
    width: 100%;
}.contact_form_section_VjHuiD form {
    padding: 40px 30px;
}
}

@media screen and (max-width: 576px) {.contact_form_section_VjHuiD {
    padding: 50px 0;
}.contact_form_section_VjHuiD h2 {
    font-size: calc(29px * 0.8);
    margin-bottom: 30px;
}.contact_form_section_VjHuiD .img_center_align_hbL0xf {
    min-height: 250px;
    box-shadow: -8px 8px 0 rgb(192,178,151,0.5);
}.contact_form_section_VjHuiD form {
    padding: 30px 20px;
}.contact_form_section_VjHuiD form h3 {
    font-size: calc(19px * 0.9);
    margin-bottom: 25px;
}.contact_form_section_VjHuiD form input[type="text"] {
    margin-bottom: 20px;
    padding: 15px 20px;
}.contact_form_section_VjHuiD form .connect_inquiry_WhfLp9 {
    width: 100%;
    padding: 15px 20px;
}}.our_team_nSqRcH {
    background: linear-gradient(135deg, rgb(229,211,185) 0%, rgba(245, 245, 250, 0.98) 100%);
    padding: 100px 0;
    overflow: hidden;
    position: relative;
}.our_team_nSqRcH::before {
    opacity: 0.08;
    background-size: 250px 250px;
    z-index: 1;
    width: 100%;
    position: absolute;
    left: 0;
    height: 100%;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(158,145,122,0.5) 0.5%, transparent 5%),
        radial-gradient(circle at 80% 70%, rgb(158,145,122,0.5) 0.5%, transparent 5%),
        radial-gradient(circle at 50% 50%, rgb(158,145,122,0.5) 0.5%, transparent 5%),
        radial-gradient(circle at 30% 80%, rgb(158,145,122,0.5) 0.5%, transparent 5%);
    top: 0;
    content: "";
}.our_team_nSqRcH .container {
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
    z-index: 2;
}.our_team_nSqRcH h1 {
    transform: perspective(1000px) translateZ(0);
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    font-size: 48px;
    text-align: center;
    color: rgb(192,178,151);
    margin-bottom: 50px;
    position: relative;
    font-weight: 700;
}.our_team_nSqRcH h1::after {
    background: linear-gradient(90deg, rgb(192,178,151), rgb(158,145,122));
    height: 3px;
    position: absolute;
    left: 50%;
    border-radius: 10px;
    bottom: -15px;
    content: "";
    width: 80px;
    transform: translateX(-50%);
}.our_team_nSqRcH .skill_lab_zCuWpk {
    position: relative;
}.our_team_nSqRcH .skill_lab_zCuWpk ul {
    padding: 0;
    grid-template-columns: 1fr;
    display: grid;
    list-style: none;
    margin: 0;
    gap: 40px;
}.our_team_nSqRcH .heritage_edu_65gtrF {
    border-radius: 3px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    padding: 40px;
    position: relative;
}.our_team_nSqRcH .heritage_edu_65gtrF::before {
    top: 0;
    transform: scaleX(0);
    width: 100%;
    content: "";
    transform-origin: left;
    background: linear-gradient(90deg, rgb(192,178,151), rgb(158,145,122));
    height: 4px;
    position: absolute;
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    left: 0;
}.our_team_nSqRcH .heritage_edu_65gtrF:hover::before {
    transform: scaleX(1);
}.our_team_nSqRcH .heritage_edu_65gtrF::after {
    height: 200px;
    opacity: 0.1;
    width: 200px;
    position: absolute;
    z-index: 0;
    border-radius: 100%;
    right: -100px;
    background: radial-gradient(circle, rgb(158,145,122,0.5) 0%, transparent 70%);
    bottom: -100px;
    content: "";
}.our_team_nSqRcH .heritage_edu_65gtrF h4 {
    font-weight: 700;
    font-size: calc(19px + 2px);
    color: rgb(192,178,151);
    transition: transform 0.3s ease;
    margin-bottom: 20px;
    position: relative;
    transform: translateX(0);
}.our_team_nSqRcH .heritage_edu_65gtrF:hover h4 {
    transform: translateX(10px);
}.our_team_nSqRcH .heritage_edu_65gtrF h4::after {
    content: "";
    background-color: rgb(158,145,122);
    height: 2px;
    left: 0;
    width: 40px;
    bottom: -10px;
    transition: width 0.3s ease;
    position: absolute;
}.our_team_nSqRcH .heritage_edu_65gtrF:hover h4::after {
    width: 60px;
}.our_team_nSqRcH .heritage_edu_65gtrF div {
    overflow-y: auto;
    color: #000000;
    max-height: 200px;
    padding-right: 10px;
    position: relative;
    font-family: Arial, sans-serif;
    font-size: 13px;
    font-weight: 400;
    z-index: 1;
    line-height: 1.8;
}.our_team_nSqRcH .heritage_edu_65gtrF div::-webkit-scrollbar {
    width: 4px;
}.our_team_nSqRcH .heritage_edu_65gtrF div::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.05);
}.our_team_nSqRcH .heritage_edu_65gtrF div::-webkit-scrollbar-thumb {
    background: rgb(158,145,122,0.5);
    border-radius: 10px;
}.our_team_nSqRcH .heritage_edu_65gtrF:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    transform: translateY(-5px);
}

@media (min-width: 768px) {.our_team_nSqRcH .skill_lab_zCuWpk ul {
    grid-template-columns: repeat(2, 1fr);
}.our_team_nSqRcH h1 {
    margin-bottom: 70px;
    font-size: calc(48px + 4px);
}.our_team_nSqRcH .heritage_edu_65gtrF div {
    max-height: 300px;
}
}

@media (min-width: 992px) {.our_team_nSqRcH {
    padding: 120px 0;
}.our_team_nSqRcH .heritage_edu_65gtrF {
    padding: 50px;
}.our_team_nSqRcH h1 {
    font-size: calc(48px + 8px);
}.our_team_nSqRcH .heritage_edu_65gtrF div {
    max-height: 350px;
    font-size: calc(13px + 1px);
}.our_team_nSqRcH .container {
    padding: 0 40px;
}
}

@media (max-width: 767px) {.our_team_nSqRcH {
    padding: 70px 0;
}.our_team_nSqRcH h1 {
    font-size: calc(48px - 2px);
    margin-bottom: 40px;
}.our_team_nSqRcH .heritage_edu_65gtrF {
    padding: 30px;
}.our_team_nSqRcH .heritage_edu_65gtrF div {
    line-height: 1.6;
    font-size: calc(13px - 1px);
}
}

@media (hover: hover) {.our_team_nSqRcH h1:hover {
    transform: perspective(1000px) translateZ(10px);
}.our_team_nSqRcH .heritage_edu_65gtrF:hover div::-webkit-scrollbar-thumb {
    background: rgb(158,145,122);
}}.mentorship_experience_Ijzxbh {
    background: linear-gradient(135deg, rgb(229,211,185) 0%, #ffffff 100%);
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
}.mentorship_experience_Ijzxbh::before {
    transform: perspective(1000px) rotateX(5deg);
    opacity: 0.1;
    content: "";
    left: 0;
    background-size: 120px 120px;
    width: 100%;
    top: 0;
    background: 
        linear-gradient(45deg, transparent 49.5%, rgb(192,178,151,0.5) 49.5%, rgb(192,178,151,0.5) 50.5%, transparent 50.5%),
        linear-gradient(-45deg, transparent 49.5%, rgb(158,145,122,0.5) 49.5%, rgb(158,145,122,0.5) 50.5%, transparent 50.5%);
    position: absolute;
    height: 100%;
    z-index: 0;
}.mentorship_experience_Ijzxbh .container {
    margin: 0 auto;
    z-index: 1;
    max-width: 1200px;
    perspective: 1000px;
    transform-style: preserve-3d;
    position: relative;
}.mentorship_experience_Ijzxbh .student_insights_SvZOL7 {
    grid-gap: 2rem;
    transform: perspective(1000px) rotateY(-2deg);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 0 0 1px rgba(0, 0, 0, 0.02);
    padding: 3rem;
    grid-template-columns: 1fr;
    background: #ffffff;
    display: grid;
    position: relative;
}.mentorship_experience_Ijzxbh .student_insights_SvZOL7:hover {
    transform: perspective(1000px) rotateY(0deg);
}.mentorship_experience_Ijzxbh .student_insights_SvZOL7::before {
    top: -10px;
    filter: blur(8px);
    opacity: 0;
    position: absolute;
    z-index: -1;
    left: -10px;
    background: linear-gradient(135deg, rgb(192,178,151,0.5) 0%, rgb(158,145,122,0.5) 100%);
    right: -10px;
    transition: opacity 0.5s ease;
    bottom: -10px;
    content: "";
}.mentorship_experience_Ijzxbh .student_insights_SvZOL7:hover::before {
    opacity: 0.7;
}.mentorship_experience_Ijzxbh .student_insights_SvZOL7 > div:nth-child(1) {
    grid-area: photo;
}.mentorship_experience_Ijzxbh .student_insights_SvZOL7 > div:nth-child(2) {
    grid-area: info;
}.mentorship_experience_Ijzxbh .student_insights_SvZOL7 > div:nth-child(3) {
    grid-area: quote;
}.mentorship_experience_Ijzxbh .img_center_align_hbL0xf {
    height: 240px;
    position: relative;
    clip-path: polygon(0% 15%, 15% 0%, 85% 0%, 100% 15%, 100% 85%, 85% 100%, 15% 100%, 0% 85%);
    overflow: hidden;
    width: 240px;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    transform: translateZ(30px);
}.mentorship_experience_Ijzxbh .student_insights_SvZOL7:hover .img_center_align_hbL0xf {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
    transform: translateZ(50px) scale(1.05);
}.mentorship_experience_Ijzxbh .img_center_align_hbL0xf::after {
    width: 100%;
    top: 0;
    position: absolute;
    content: "";
    left: 0;
    opacity: 0.3;
    height: 100%;
    transition: opacity 0.4s ease;
    background: linear-gradient(135deg, rgb(192,178,151,0.5) 0%, transparent 100%);
}.mentorship_experience_Ijzxbh .student_insights_SvZOL7:hover .img_center_align_hbL0xf::after {
    opacity: 0.5;
}.mentorship_experience_Ijzxbh .name {
    font-weight: 700;
    color: rgb(192,178,151);
    transition: transform 0.3s ease;
    font-size: calc(23px * 1.2);
    margin: 0 0 0.5rem;
    position: relative;
    transform: translateZ(15px);
}.mentorship_experience_Ijzxbh .name::after {
    bottom: -10px;
    position: absolute;
    width: 60px;
    background: rgb(158,145,122);
    transition: transform 0.4s ease-out;
    left: 0;
    transform-origin: left;
    content: "";
    height: 3px;
    transform: scaleX(0.7);
}.mentorship_experience_Ijzxbh .student_insights_SvZOL7:hover .name::after {
    transform: scaleX(1);
}.mentorship_experience_Ijzxbh .student_insights_SvZOL7 > div:nth-child(2) > div {
    font-size: calc(13px * 1.1);
    transform: translateZ(10px);
    position: relative;
    margin-top: 1.5rem;
    font-family: Arial, sans-serif;
    color: rgb(158,145,122);
    font-weight: 600;
}.mentorship_experience_Ijzxbh .work_milestones_AXtahe {
    transform: translateZ(5px);
    font-size: 13px;
    position: relative;
    line-height: 1.8;
    color: #000000;
    font-family: Arial, sans-serif;
    text-align: justify;
}.mentorship_experience_Ijzxbh .work_milestones_AXtahe::before {
    font-family: Georgia, serif;
    font-size: 6rem;
    top: -3.5rem;
    content: "";
    left: -1.5rem;
    opacity: 0.2;
    position: absolute;
    color: rgb(192,178,151,0.5);
    transition: all 0.4s ease;
    transform: translateZ(5px);
}.mentorship_experience_Ijzxbh .student_insights_SvZOL7:hover .work_milestones_AXtahe::before {
    transform: translateZ(15px) translateY(-10px);
    opacity: 0.4;
}

@media (min-width: 768px) {.mentorship_experience_Ijzxbh .student_insights_SvZOL7 {
    padding: 4rem;
    align-items: center;
    grid-template-columns: auto 1fr;
    grid-template-areas:
            "photo info"
            "quote quote";
}.mentorship_experience_Ijzxbh .student_insights_SvZOL7 > div:nth-child(2) {
    padding-left: 2rem;
}.mentorship_experience_Ijzxbh .work_milestones_AXtahe {
    margin-top: 2rem;
}
}

@media (min-width: 992px) {.mentorship_experience_Ijzxbh {
    padding: 8rem 0;
}.mentorship_experience_Ijzxbh .student_insights_SvZOL7 {
    grid-template-columns: auto 1fr;
    grid-template-rows: auto 1fr;
    padding: 5rem;
    grid-template-areas:
            "photo info"
            "photo quote";
}.mentorship_experience_Ijzxbh .work_milestones_AXtahe {
    padding-left: 2rem;
    margin-top: 0;
}.mentorship_experience_Ijzxbh .img_center_align_hbL0xf {
    width: 280px;
    height: 280px;
}
}

@media (max-width: 767px) {.mentorship_experience_Ijzxbh .student_insights_SvZOL7 {
    padding: 2rem;
    grid-template-areas:
            "img_center_align_hbL0xf"
            "feedback_form_jri1qT"
            "work_milestones_AXtahe";
    transform: perspective(1000px) rotateY(0deg);
}.mentorship_experience_Ijzxbh .img_center_align_hbL0xf {
    height: 180px;
    width: 180px;
    margin: 0 auto;
}.mentorship_experience_Ijzxbh .name {
    margin-top: 1.5rem;
    text-align: center;
}.mentorship_experience_Ijzxbh .name::after {
    transform: translateX(-50%) scaleX(0.7);
    left: 50%;
}.mentorship_experience_Ijzxbh .student_insights_SvZOL7:hover .name::after {
    transform: translateX(-50%) scaleX(1);
}.mentorship_experience_Ijzxbh .student_insights_SvZOL7 > div:nth-child(2) > div {
    text-align: center;
    margin-top: 1rem;
}.mentorship_experience_Ijzxbh .work_milestones_AXtahe {
    margin-top: 1.5rem;
    text-align: left;
}}.cookie_popup_advisory_qCYZXk {
    width: 100%;
    position: fixed;
    background: rgb(229,211,185);
    z-index: 90;
    bottom: 0;
    border-top: 2px solid rgb(192,178,151);
}.policy_ack_aWVklP {
    padding: 20px 0;
    align-items: center;
    display: flex;
    justify-content: space-between;
}.cookie_popup_advisory_qCYZXk h5 {
    margin-bottom: 6px;
    font-size: 22px;
}#cookie_modal_popup_dS6ruH {
    display: none;
}#cookie_modal_popup_dS6ruH:checked ~ .cookie_popup_advisory_qCYZXk {
    opacity: 0;
    visibility: hidden;
}.cookie_popup_advisory_qCYZXk p {
    font-size: 18px;
}.data_comply_wuZ7GP {
    flex-shrink: 0;
    margin-right: 10px;
}.data_comply_wuZ7GP svg, .data_comply_wuZ7GP svg path, .data_comply_wuZ7GP img {
    fill: rgb(192,178,151);
    height: 100px;
    width: 100px;
}.cookies_terms_WaPg2M {
    min-width: 120px;
    line-height: 35px;
    white-space: nowrap;
    margin-left: 10px;
    cursor: pointer;
    text-align: center;
    font-size: 24px;
    text-decoration: none;
    flex-shrink: 0;
    border-bottom: 2px solid rgb(192,178,151);
    color: rgb(192,178,151);
}.cookie_popup_advisory_qCYZXk p a {
    color: rgb(192,178,151);
    text-decoration: none;
}
@media only screen and (max-width: 1200px) {.cookie_popup_advisory_qCYZXk {
    padding: 20px;
}}

.wrap-structure_mnyGVX .cookie_popup_advisory_qCYZXk {
    background: rgb(158,145,122);
    padding: 40px 0;
    box-shadow: rgb(158,145,122,0.5) 0px 0px 40px 39px;
    border: none;
}.wrap-structure_mnyGVX .cookies_terms_WaPg2M {
    font-size: 20px;
    background: rgb(192,178,151);
    font-weight: 400;
    color: #ffffff;
    border: none;
    margin-left: 30px;
    padding: 10px;
}.wrap-structure_mnyGVX .data_opt_iwpG1m h5, .wrap-structure_mnyGVX .data_opt_iwpG1m p {
    color: #ffffff;
}
@media only screen and (max-width: 800px) {.data_comply_wuZ7GP {
    display: none;
}.policy_ack_aWVklP {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}.cookie_popup_advisory_qCYZXk h5 {
    text-align: center;
}.cookie_popup_advisory_qCYZXk p {
    text-align: center;
}.data_opt_iwpG1m {
    margin-bottom: 20px;
}body .wrap-structure_mnyGVX .cookies_terms_WaPg2M {
    margin-bottom: 10px;
    margin-left: 0;
}}.get_help_info_Pto1Er {
    position: relative;
    overflow: hidden;
    background: rgb(229,211,185);
    padding: 80px 0;
}.get_help_info_Pto1Er::before {
    left: 0;
    content: '';
    position: absolute;
    height: 100%;
    background: linear-gradient(135deg, rgb(192,178,151,0.5) 0%, transparent 100%);
    width: 100%;
    top: 0;
    z-index: 1;
}.get_help_info_Pto1Er::after {
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    background: radial-gradient(circle at 30% 70%, rgb(158,145,122,0.5) 0%, transparent 70%);
    content: '';
    z-index: 1;
    left: 0;
}.get_help_info_Pto1Er .container {
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 15px;
    position: relative;
}.get_help_info_Pto1Er .assist_form_E7cwYv {
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    flex-direction: column;
    display: flex;
    border-radius: 24px;
    align-items: stretch;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: #ffffff;
    overflow: hidden;
    padding: 40px;
    border: 1px solid rgb(158,145,122,0.5);
}.get_help_info_Pto1Er .assist_form_E7cwYv:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}.get_help_info_Pto1Er .edu_guide_dTAWRV {
    position: relative;
    font-size: 31px;
    margin-bottom: 30px;
    padding-bottom: 15px;
    color: rgb(192,178,151);
    font-weight: 700;
}.get_help_info_Pto1Er .img_center_align_hbL0xf {
    height: 280px;
    margin-bottom: 30px;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s ease;
    position: relative;
    width: 100%;
}.get_help_info_Pto1Er .img_center_align_hbL0xf::before {
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.5) 100%);
    z-index: 1;
    position: absolute;
    top: 0;
}.get_help_info_Pto1Er .img_center_align_hbL0xf::after {
    animation: shine 6s infinite linear;
    top: -50%;
    content: '';
    transform: rotate(30deg);
    z-index: 2;
    height: 200%;
    left: -50%;
    width: 200%;
    position: absolute;
    background: linear-gradient(
        to bottom right,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.3) 50%,
        rgba(255, 255, 255, 0) 100%
    );
}@keyframes shine {
    0% {
        transform: translateX(-100%) rotate(30deg);
    }
    100% {
        transform: translateX(100%) rotate(30deg);
    }
}

.get_help_info_Pto1Er .join_conversation_3QtJlj {
    border-radius: 24px;
    padding: 30px;
    border: 1px solid rgb(158,145,122,0.5);
    position: relative;
    background: rgb(229,211,185);
}.get_help_info_Pto1Er .join_conversation_3QtJlj::before {
    opacity: 0.05;
    background: linear-gradient(135deg, rgb(192,178,151,0.5) 0%, transparent 100%);
    position: absolute;
    content: '';
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    border-radius: 24px;
    z-index: -1;
}.get_help_info_Pto1Er .join_conversation_3QtJlj p {
    padding-left: 30px;
    display: flex;
    margin-bottom: 20px;
    color: #000000;
    font-size: 16px;
    position: relative;
    align-items: flex-start;
}.get_help_info_Pto1Er .join_conversation_3QtJlj p::before {
    border-radius: 50%;
    transition: transform 0.3s ease, background 0.3s ease;
    top: 0px;
    justify-content: center;
    align-items: center;
    height: 24px;
    background: rgb(192,178,151,0.5);
    width: 24px;
    display: flex;
    content: '';
    position: absolute;
    left: -3px;
}.get_help_info_Pto1Er .join_conversation_3QtJlj p:hover::before {
    transform: scale(1.2);
    background-color: rgb(192,178,151);
}.get_help_info_Pto1Er .join_conversation_3QtJlj p span {
    padding-bottom: 2px;
    position: relative;
    display: inline-block;
}.get_help_info_Pto1Er .join_conversation_3QtJlj p span::after {
    content: '';
    background: rgb(192,178,151);
    transition: width 0.3s ease;
    width: 0;
    position: absolute;
    bottom: 0;
    height: 1px;
    left: 0;
}.get_help_info_Pto1Er .join_conversation_3QtJlj p:hover span::after {
    width: 100%;
}.get_help_info_Pto1Er .join_conversation_3QtJlj p span a {
    transition: color 0.3s ease;
    text-decoration: none;
    color: rgb(158,145,122);
}.get_help_info_Pto1Er .join_conversation_3QtJlj p span a:hover {
    color: rgb(192,178,151);
}.get_help_info_Pto1Er .join_conversation_3QtJlj p svg {
    left: 0;
    height: 18px;
    top: 3px;
    width: 18px;
    position: absolute;
    transition: transform 0.3s ease, fill 0.3s ease;
    fill: rgb(192,178,151);
}.get_help_info_Pto1Er .join_conversation_3QtJlj p:hover svg {
    transform: scale(1.2);
    fill: rgb(158,145,122);
}.get_help_info_Pto1Er .join_conversation_3QtJlj p svg path {
    fill: inherit;
    transition: fill 0.3s ease;
}.get_help_info_Pto1Er .contact_links_ohV1NF {
    border-top: 1px solid rgb(158,145,122,0.5);
    margin-top: 30px;
    padding-top: 20px;
}.get_help_info_Pto1Er .write_page_GitSV1 {
    margin-bottom: 20px;
    color: rgb(192,178,151);
    font-size: 21px;
    position: relative;
    font-weight: 600;
    padding-left: 30px;
}.get_help_info_Pto1Er .write_page_GitSV1::before {
    transition: transform 0.3s ease;
    position: absolute;
    width: 20px;
    height: 20px;
    transform: translateY(-50%);
    content: '';
    border-radius: 50%;
    top: 50%;
    left: 0;
    background: rgb(192,178,151,0.5);
}.get_help_info_Pto1Er .write_page_GitSV1:hover::before {
    transform: translateY(-50%) scale(1.2);
}.get_help_info_Pto1Er .write_page_GitSV1 svg {
    width: 20px;
    top: 50%;
    position: absolute;
    fill: rgb(192,178,151);
    transform: translateY(-50%);
    height: 20px;
    left: 0;
    transition: transform 0.3s ease, fill 0.3s ease;
}.get_help_info_Pto1Er .write_page_GitSV1:hover svg {
    transform: translateY(-50%) scale(1.2);
    fill: rgb(158,145,122);
}.get_help_info_Pto1Er .write_page_GitSV1 svg path {
    fill: inherit;
    transition: fill 0.3s ease;
}.get_help_info_Pto1Er .message_request_3cf56V {
    gap: 15px;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    display: grid;
}.get_help_info_Pto1Er .learn_faq_9GOBDz {
    overflow: hidden;
    font-size: 16px;
    position: relative;
    padding: 10px 15px;
    transition: transform 0.3s ease, background 0.3s ease;
    background: rgb(158,145,122,0.5);
    color: #000000;
    border-radius: 10px;
}.get_help_info_Pto1Er .learn_faq_9GOBDz::before {
    position: absolute;
    transition: width 0.3s ease;
    background: rgb(192,178,151);
    top: 0;
    width: 4px;
    content: '';
    height: 100%;
    left: 0;
}.get_help_info_Pto1Er .learn_faq_9GOBDz:hover {
    background: rgb(158,145,122);
    transform: translateX(5px);
}.get_help_info_Pto1Er .learn_faq_9GOBDz:hover::before {
    width: 8px;
}.get_help_info_Pto1Er .learn_faq_9GOBDz svg {
    height: 14px;
    margin-right: 5px;
    vertical-align: middle;
    width: 14px;
    transition: transform 0.3s ease, fill 0.3s ease;
    fill: rgb(192,178,151);
}.get_help_info_Pto1Er .learn_faq_9GOBDz:hover svg {
    fill: #ffffff;
    transform: rotate(15deg);
}.get_help_info_Pto1Er .learn_faq_9GOBDz svg path {
    fill: inherit;
    transition: fill 0.3s ease;
}@keyframes pulse {
    0% {
        opacity: 0.5;
        transform: scale(1);
    }
    50% {
        opacity: 0.8;
        transform: scale(1.05);
    }
    100% {
        opacity: 0.5;
        transform: scale(1);
    }
}

.get_help_info_Pto1Er .container::before {
    top: -100px;
    right: -100px;
    border-radius: 50%;
    background-image: linear-gradient(
        45deg,
        rgb(158,145,122,0.5) 25%,
        transparent 25%,
        transparent 50%,
        rgb(158,145,122,0.5) 50%,
        rgb(158,145,122,0.5) 75%,
        transparent 75%,
        transparent
    );
    animation: pulse 10s infinite linear;
    opacity: 0.2;
    content: '';
    height: 300px;
    background-size: 15px 15px;
    position: absolute;
    z-index: -1;
    width: 300px;
}.get_help_info_Pto1Er .container::after {
    animation: pulse 15s infinite linear;
    width: 200px;
    border-radius: 50%;
    z-index: -1;
    background-size: 10px 10px;
    left: -50px;
    opacity: 0.1;
    content: '';
    bottom: -50px;
    position: absolute;
    background-image: linear-gradient(
        45deg,
        rgb(192,178,151,0.5) 25%,
        transparent 25%,
        transparent 50%,
        rgb(192,178,151,0.5) 50%,
        rgb(192,178,151,0.5) 75%,
        transparent 75%,
        transparent
    );
    height: 200px;
}

@keyframes moveGradient {
    0% {
        background-position: 0% 0%, 100% 100%;
    }
    50% {
        background-position: 100% 0%, 0% 100%;
    }
    100% {
        background-position: 0% 0%, 100% 100%;
    }
}

@media (min-width: 992px) {.get_help_info_Pto1Er .assist_form_E7cwYv {
    flex-direction: row;
    gap: 40px;
}.get_help_info_Pto1Er .img_center_align_hbL0xf {
    margin-bottom: 0;
    height: 350px;
    flex: 0 0 350px;
}.get_help_info_Pto1Er .join_conversation_3QtJlj {
    flex: 1;
}.get_help_info_Pto1Er .message_request_3cf56V {
    grid-template-columns: repeat(3, 1fr);
}
}

@media (min-width: 768px) and (max-width: 991px) {.get_help_info_Pto1Er {
    padding: 60px 0;
}.get_help_info_Pto1Er .assist_form_E7cwYv {
    padding: 30px;
}.get_help_info_Pto1Er .edu_guide_dTAWRV {
    margin-bottom: 25px;
    font-size: 21px;
}.get_help_info_Pto1Er .img_center_align_hbL0xf {
    height: 240px;
}.get_help_info_Pto1Er .join_conversation_3QtJlj {
    padding: 25px;
}.get_help_info_Pto1Er .message_request_3cf56V {
    grid-template-columns: repeat(2, 1fr);
}.get_help_info_Pto1Er .join_conversation_3QtJlj p svg {
    width: 16px;
    height: 16px;
}.get_help_info_Pto1Er .write_page_GitSV1 svg {
    height: 18px;
    width: 18px;
}
}

@media (max-width: 767px) {.get_help_info_Pto1Er {
    padding: 40px 0;
}.get_help_info_Pto1Er .assist_form_E7cwYv {
    padding: 20px;
}.get_help_info_Pto1Er .edu_guide_dTAWRV {
    margin-bottom: 20px;
    font-size: 20px;
}.get_help_info_Pto1Er .img_center_align_hbL0xf {
    height: 200px;
}.get_help_info_Pto1Er .join_conversation_3QtJlj {
    padding: 20px;
}.get_help_info_Pto1Er .join_conversation_3QtJlj p {
    font-size: 16px;
    margin-bottom: 15px;
}.get_help_info_Pto1Er .write_page_GitSV1 {
    font-size: 20px;
}.get_help_info_Pto1Er .message_request_3cf56V {
    grid-template-columns: 1fr;
}.get_help_info_Pto1Er .join_conversation_3QtJlj p svg {
    top: 4px;
    height: 15px;
    width: 15px;
}.get_help_info_Pto1Er .write_page_GitSV1 svg {
    width: 16px;
    height: 16px;
}.get_help_info_Pto1Er .learn_faq_9GOBDz svg {
    height: 12px;
    width: 12px;
}}.course_program_description_4GRa3k {
    padding: 8rem 0;
    background: rgb(229,211,185);
    overflow: hidden;
    position: relative;
}.course_program_description_4GRa3k::before {
    left: 0;
    background: linear-gradient(135deg, rgb(229,211,185) 0%, rgb(192,178,151,0.5) 100%);
    opacity: 0.6;
    z-index: 1;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
}.course_program_description_4GRa3k::after {
    background-image: 
        repeating-linear-gradient(0deg, transparent, transparent 15px, rgb(158,145,122,0.5) 15px, rgb(158,145,122,0.5) 16px),
        repeating-linear-gradient(90deg, transparent, transparent 15px, rgb(192,178,151,0.5) 15px, rgb(192,178,151,0.5) 16px);
    top: 0;
    height: 100%;
    animation: gridShift 30s infinite linear;
    width: 100%;
    position: absolute;
    opacity: 0.15;
    background-size: 4rem 4rem;
    left: 0;
    content: "";
    z-index: 1;
}.course_program_description_4GRa3k .container {
    z-index: 3;
    position: relative;
}.course_program_description_4GRa3k .class_track_x0DX7v {
    grid-template-columns: repeat(12, 1fr);
    display: grid;
    position: relative;
    grid-template-rows: repeat(8, minmax(50px, auto));
    gap: 1rem;
}.course_program_description_4GRa3k .knowledge_base_3EAR79 {
    grid-column: 1 / 9;
    z-index: 5;
    border-radius: 28px;
    background: #ffffff;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    grid-row: 2 / 8;
    position: relative;
    padding: 3rem;
}.course_program_description_4GRa3k .img_center_align_hbL0xf {
    grid-column: 7 / 13;
    overflow: hidden;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
    clip-path: polygon(0% 15%, 100% 0%, 100% 85%, 0% 100%);
    z-index: 3;
    border-radius: 28px;
    position: relative;
    grid-row: 1 / 7;
}.course_program_description_4GRa3k .img_center_align_hbL0xf::before {
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    z-index: 2;
    background: linear-gradient(45deg, rgb(192,178,151,0.5) 0%, transparent 70%);
    left: 0;
}.course_program_description_4GRa3k .img_center_align_hbL0xf::after {
    z-index: 1;
    position: absolute;
    clip-path: polygon(100% 0%, 100% 100%, 0% 100%);
    content: "";
    width: 70%;
    bottom: -5px;
    height: 70%;
    opacity: 0.6;
    border-radius: 10px;
    right: -5px;
    border: 2px solid rgb(158,145,122);
}.course_program_description_4GRa3k .page_top_jiNUGR {
    position: absolute;
    align-items: center;
    transform: rotate(-5deg);
    border-radius: 50%;
    transition: transform 0.3s ease-out;
    background: #ffffff;
    top: -2rem;
    display: flex;
    justify-content: center;
    height: 5rem;
    width: 5rem;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    z-index: 10;
    right: 3rem;
}.course_program_description_4GRa3k .page_top_jiNUGR:hover {
    transform: rotate(0deg) scale(1.05);
}.course_program_description_4GRa3k .page_top_jiNUGR svg {
    width: 3rem;
    transition: all 0.3s ease;
    height: 3rem;
}.course_program_description_4GRa3k .page_top_jiNUGR:hover svg {
    transform: scale(1.1);
}.course_program_description_4GRa3k .page_top_jiNUGR svg path {
    fill: rgb(192,178,151);
}.course_program_description_4GRa3k h3 {
    line-height: 1.3;
    margin-bottom: 1.5rem;
    font-weight: 700;
    position: relative;
    font-size: 34px;
    padding-left: 1rem;
    border-left: 4px solid rgb(192,178,151);
    color: #000000;
}.course_program_description_4GRa3k p {
    position: relative;
    line-height: 1.8;
    margin-bottom: 0;
    color: #000000;
    font-size: 18px;
}.course_program_description_4GRa3k .class_track_x0DX7v::before {
    background: rgb(192,178,151,0.5);
    filter: blur(100px);
    top: -6rem;
    width: 12rem;
    opacity: 0.6;
    content: "";
    left: -6rem;
    position: absolute;
    height: 12rem;
    border-radius: 50%;
    animation: moveCircle 20s infinite alternate;
    z-index: 1;
}.course_program_description_4GRa3k .class_track_x0DX7v::after {
    filter: blur(80px);
    opacity: 0.5;
    bottom: -4rem;
    background: rgb(158,145,122,0.5);
    border-radius: 50%;
    z-index: 1;
    animation: moveCircle 15s infinite alternate-reverse;
    width: 8rem;
    right: -4rem;
    height: 8rem;
    content: "";
    position: absolute;
}.course_program_description_4GRa3k .knowledge_base_3EAR79::before {
    top: 0;
    border-radius: 0 10px 0 10px;
    background: linear-gradient(90deg, rgb(192,178,151) 0%, rgb(158,145,122) 100%);
    content: "";
    position: absolute;
    right: 0;
    width: 100px;
    height: 5px;
}.course_program_description_4GRa3k .knowledge_base_3EAR79::after {
    width: 5px;
    position: absolute;
    bottom: 0;
    height: 100px;
    background: linear-gradient(180deg, rgb(192,178,151) 0%, rgb(158,145,122) 100%);
    content: "";
    border-radius: 0 0 10px 0;
    right: 0;
}

@keyframes gridShift {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 4rem 4rem;
    }
}

@keyframes moveCircle {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(20px, 20px);
    }
    100% {
        transform: translate(-20px, -20px);
    }
}

@media (max-width: 1200px) {.course_program_description_4GRa3k {
    padding: 7rem 0;
}.course_program_description_4GRa3k .class_track_x0DX7v {
    gap: 0.75rem;
}.course_program_description_4GRa3k .knowledge_base_3EAR79 {
    grid-column: 1 / 8;
    padding: 2.5rem;
}.course_program_description_4GRa3k .img_center_align_hbL0xf {
    grid-column: 6 / 13;
}.course_program_description_4GRa3k .page_top_jiNUGR {
    right: 2rem;
}
}

@media (max-width: 992px) {.course_program_description_4GRa3k {
    padding: 6rem 0;
}.course_program_description_4GRa3k .class_track_x0DX7v {
    gap: 2rem;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
}.course_program_description_4GRa3k .knowledge_base_3EAR79 {
    padding: 2.5rem;
    grid-column: auto;
    grid-row: 2 / 3;
}.course_program_description_4GRa3k .img_center_align_hbL0xf {
    grid-row: 1 / 2;
    height: 350px;
    grid-column: auto;
    clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 0% 100%);
}.course_program_description_4GRa3k .page_top_jiNUGR {
    top: auto;
    bottom: -2rem;
    right: 3rem;
}.course_program_description_4GRa3k h3 {
    font-size: calc(34px * 0.9);
}
}

@media (max-width: 768px) {.course_program_description_4GRa3k {
    padding: 5rem 0;
}.course_program_description_4GRa3k .knowledge_base_3EAR79 {
    padding: 2rem;
}.course_program_description_4GRa3k .img_center_align_hbL0xf {
    height: 300px;
}.course_program_description_4GRa3k .page_top_jiNUGR {
    height: 4.5rem;
    right: 2rem;
    bottom: -1.5rem;
    width: 4.5rem;
}.course_program_description_4GRa3k .page_top_jiNUGR svg {
    width: 2.5rem;
    height: 2.5rem;
}.course_program_description_4GRa3k h3 {
    font-size: calc(34px * 0.8);
    margin-bottom: 1.25rem;
}.course_program_description_4GRa3k p {
    font-size: calc(18px * 0.95);
    line-height: 1.7;
}.course_program_description_4GRa3k .knowledge_base_3EAR79::before {
    width: 70px;
}.course_program_description_4GRa3k .knowledge_base_3EAR79::after {
    height: 70px;
}
}

@media (max-width: 576px) {.course_program_description_4GRa3k {
    padding: 4rem 0;
}.course_program_description_4GRa3k .knowledge_base_3EAR79 {
    padding: 1.5rem;
}.course_program_description_4GRa3k .img_center_align_hbL0xf {
    height: 250px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 0% 100%);
}.course_program_description_4GRa3k .page_top_jiNUGR {
    width: 4rem;
    bottom: -1.25rem;
    right: 1.5rem;
    height: 4rem;
}.course_program_description_4GRa3k .page_top_jiNUGR svg {
    width: 2.25rem;
    height: 2.25rem;
}.course_program_description_4GRa3k h3 {
    padding-left: 0.75rem;
    font-size: calc(34px * 0.7);
    margin-bottom: 1rem;
}.course_program_description_4GRa3k p {
    line-height: 1.6;
    font-size: calc(18px * 0.9);
}.course_program_description_4GRa3k .knowledge_base_3EAR79::before {
    width: 50px;
}.course_program_description_4GRa3k .knowledge_base_3EAR79::after {
    height: 50px;
}.course_program_description_4GRa3k .class_track_x0DX7v::before,
    .course_program_description_4GRa3k .class_track_x0DX7v::after {
    display: none;
}}.pricing_structure_IqLxCR {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
}.pricing_structure_IqLxCR::before {
    background: linear-gradient(145deg, rgba(21, 27, 45, 0.92), rgba(15, 18, 35, 0.97));
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1;
    right: 0;
    content: "";
}.pricing_structure_IqLxCR .container {
    position: relative;
    margin: 0 auto;
    z-index: 2;
    padding: 0 20px;
    max-width: 1200px;
}.pricing_structure_IqLxCR .pricing_rates_zQ1xR8 {
    position: relative;
}.pricing_structure_IqLxCR h2 {
    transform: translateY(20px);
    text-align: center;
    color: #ffffff;
    font-weight: 700;
    position: relative;
    margin-bottom: 20px;
    animation: fadeSlideUp 0.8s 0.2s forwards ease-out;
    font-size: 35px;
    opacity: 0;
}.pricing_structure_IqLxCR .fee_schemes_TZU17a {
    line-height: 1.6;
    color: rgb(255, 255, 255, 0.5);
    text-align: center;
    transform: translateY(20px);
    opacity: 0;
    word-break: break-word;
    margin: 0 auto 50px;
    font-size: 12px;
    animation: fadeSlideUp 0.8s 0.4s forwards ease-out;
    overflow-wrap: break-word;
    max-width: 700px;
}.pricing_structure_IqLxCR .bundle_rate_lerPuU {
    display: grid;
    margin: 0;
    gap: 30px;
    padding: 0;
    list-style: none;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.pricing_structure_IqLxCR .bundle_rate_lerPuU li {
    perspective: 1000px;
    transform-style: preserve-3d;
    animation: fadeSlideUp 0.8s calc(0.6s + var(--i, 0) * 0.15s) forwards ease-out;
    opacity: 0;
    transform: translateY(30px);
}.pricing_structure_IqLxCR .bundle_rate_lerPuU li:nth-child(1) {
    --i: 0;
}.pricing_structure_IqLxCR .bundle_rate_lerPuU li:nth-child(2) {
    --i: 1;
}.pricing_structure_IqLxCR .bundle_rate_lerPuU li:nth-child(3) {
    --i: 2;
}.pricing_structure_IqLxCR .bundle_rate_lerPuU li:nth-child(4) {
    --i: 3;
}.pricing_structure_IqLxCR .plan_cost_bqBHdU {
    height: 100%;
    transform-style: preserve-3d;
    will-change: transform;
    display: block;
    text-decoration: none;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.pricing_structure_IqLxCR .plan_cost_bqBHdU:hover {
    transform: translateY(-10px) rotateX(2deg) rotateY(-2deg);
}.pricing_structure_IqLxCR .skill_pricing_CO79fy {
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15), 0 4px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border-radius: 10px;
    padding: 30px;
    height: 100%;
    position: relative;
    flex-direction: column;
    transition: all 0.4s ease;
    display: flex;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
}.pricing_structure_IqLxCR .plan_cost_bqBHdU:hover .skill_pricing_CO79fy {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25), 0 8px 15px rgba(0, 0, 0, 0.15), 0 0 15px rgba(rgb(192,178,151,0.5), 0.15);
    border-color: rgba(rgb(192,178,151,0.5), 0.3);
}.pricing_structure_IqLxCR .skill_pricing_CO79fy::before {
    content: "";
    top: -50%;
    z-index: -1;
    left: -50%;
    width: 200%;
    transform: rotate(45deg);
    position: absolute;
    height: 200%;
    background: radial-gradient(circle at center, transparent 60%, rgba(rgb(158,145,122,0.5), 0.1) 100%);
    transition: opacity 0.8s ease;
    opacity: 0;
}.pricing_structure_IqLxCR .plan_cost_bqBHdU:hover .skill_pricing_CO79fy::before {
    opacity: 1;
}.pricing_structure_IqLxCR .bundle_price_rDhuyO {
    display: flex;
    z-index: 1;
    position: relative;
    height: 100%;
    flex-direction: column;
}.pricing_structure_IqLxCR .bundle_price_rDhuyO h4 {
    margin-bottom: 15px;
    color: #ffffff;
    margin-top: 0;
    font-weight: 600;
    position: relative;
    font-size: calc(21px * 1.1);
}.pricing_structure_IqLxCR .bundle_price_rDhuyO h4::after {
    display: block;
    content: "";
    margin-top: 10px;
    transition: transform 0.4s ease;
    height: 3px;
    transform-origin: left;
    background: linear-gradient(90deg, rgb(192,178,151), rgba(rgb(192,178,151,0.5), 0.5));
    width: 50px;
    transform: scaleX(0.7);
}.pricing_structure_IqLxCR .plan_cost_bqBHdU:hover .bundle_price_rDhuyO h4::after {
    transform: scaleX(1);
}.pricing_structure_IqLxCR .bundle_price_rDhuyO p {
    color: rgba(255, 255, 255, 0.75);
    flex-grow: 1;
    overflow-y: auto;
    padding-right: 5px;
    font-size: calc(12px * 0.95);
    overflow-wrap: break-word;
    margin-bottom: 25px;
    line-height: 1.6;
    scrollbar-color: rgba(rgb(192,178,151,0.5), 0.5) rgba(255, 255, 255, 0.05);
    max-height: 250px;
    scrollbar-width: thin;
    word-break: break-word;
}.pricing_structure_IqLxCR .bundle_price_rDhuyO p::-webkit-scrollbar {
    width: 4px;
}.pricing_structure_IqLxCR .bundle_price_rDhuyO p::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
}.pricing_structure_IqLxCR .bundle_price_rDhuyO p::-webkit-scrollbar-thumb {
    background: rgba(rgb(192,178,151,0.5), 0.5);
    border-radius: 10px;
}.pricing_structure_IqLxCR .learning_deals_jsrMQ7 {
    display: inline-block;
    background-clip: text !important;
    padding: 5px 0;
    font-size: calc(21px * 1.3);
    align-self: flex-start;
    position: relative;
    background: linear-gradient(135deg, rgb(192,178,151), rgb(158,145,122));
    font-weight: 700;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text !important;
    color: #ffffff;
}.pricing_structure_IqLxCR .learning_deals_jsrMQ7::before {
    width: 100%;
    left: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(192,178,151), transparent);
    content: "";
    bottom: 0;
    height: 1px;
}

@keyframes fadeSlideUp {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 1200px) {.pricing_structure_IqLxCR {
    padding: 80px 0;
}.pricing_structure_IqLxCR .bundle_rate_lerPuU {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 25px;
}
}

@media (max-width: 992px) {.pricing_structure_IqLxCR h2 {
    font-size: calc(35px * 0.9);
}.pricing_structure_IqLxCR .fee_schemes_TZU17a {
    font-size: calc(12px * 0.95);
    margin-bottom: 40px;
}.pricing_structure_IqLxCR .skill_pricing_CO79fy {
    padding: 25px;
}.pricing_structure_IqLxCR .bundle_price_rDhuyO h4 {
    font-size: calc(21px * 1);
}.pricing_structure_IqLxCR .learning_deals_jsrMQ7 {
    font-size: calc(21px * 1.2);
}
}

@media (max-width: 768px) {.pricing_structure_IqLxCR {
    padding: 60px 0;
}.pricing_structure_IqLxCR .bundle_rate_lerPuU {
    max-width: 450px;
    margin: 0 auto;
    grid-template-columns: 1fr;
}.pricing_structure_IqLxCR .bundle_price_rDhuyO p {
    max-height: 150px;
    font-size: calc(12px * 0.9);
}
}

@media (max-width: 480px) {.pricing_structure_IqLxCR {
    padding: 50px 0;
}.pricing_structure_IqLxCR h2 {
    font-size: calc(35px * 0.8);
}.pricing_structure_IqLxCR .fee_schemes_TZU17a {
    margin-bottom: 30px;
    font-size: calc(12px * 0.9);
}.pricing_structure_IqLxCR .skill_pricing_CO79fy {
    padding: 20px;
}.pricing_structure_IqLxCR .bundle_price_rDhuyO h4 {
    font-size: calc(21px * 0.95);
    margin-bottom: 10px;
}.pricing_structure_IqLxCR .learning_deals_jsrMQ7 {
    font-size: calc(21px * 1.1);
}}.statistical_details_ehUaXs {
    position: relative;
    padding: 120px 0;
    background-color: rgb(229,211,185);
    overflow: hidden;
}.statistical_details_ehUaXs::before {
    opacity: 0.6;
    height: 100%;
    top: 0;
    left: 0;
    background: 
        radial-gradient(circle at 10% 90%, rgb(192,178,151,0.5) 0%, transparent 40%),
        radial-gradient(circle at 90% 10%, rgb(158,145,122,0.5) 0%, transparent 40%);
    content: "";
    width: 100%;
    z-index: 1;
    position: absolute;
}.statistical_details_ehUaXs .container {
    align-items: center;
    position: relative;
    z-index: 2;
    flex-direction: column;
    display: flex;
}.statistical_details_ehUaXs .growth_track_HjQcKx {
    margin-bottom: 80px;
    text-align: center;
    padding: 0 20px;
    max-width: 600px;
    position: relative;
}.statistical_details_ehUaXs .growth_track_HjQcKx::before {
    height: 30px;
    transform: translateX(-50%);
    bottom: -40px;
    left: 50%;
    content: "";
    background-color: rgb(192,178,151);
    position: absolute;
    width: 2px;
}.statistical_details_ehUaXs .growth_track_HjQcKx::after {
    content: "";
    bottom: -40px;
    height: 10px;
    background-color: rgb(192,178,151);
    width: 10px;
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
    border-radius: 50%;
}.statistical_details_ehUaXs .expert_benefits_lf08Yu {
    font-size: 33px;
    position: relative;
    display: inline-block;
    margin-bottom: 25px;
    color: #000000;
    padding-bottom: 15px;
    font-weight: 700;
}.statistical_details_ehUaXs .expert_benefits_lf08Yu::after {
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(192,178,151), transparent);
    width: 80%;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    height: 3px;
}.statistical_details_ehUaXs .fast_statistics_3op6x1 {
    font-size: 15px;
    line-height: 1.7;
    color: #000000;
}.statistical_details_ehUaXs .edu_wins_9XopCv {
    justify-content: center;
    width: 100%;
    display: flex;
    position: relative;
}.statistical_details_ehUaXs .statistics_elevation_01cLCX {
    width: 25%;
    height: 330px;
    transform-style: preserve-3d;
    background-color: transparent;
    position: relative;
    z-index: 3;
    perspective: 1000px;
}.statistical_details_ehUaXs .statistics_elevation_01cLCX:nth-child(even) {
    margin-top: 60px;
}.statistical_details_ehUaXs .statistics_elevation_01cLCX::before {
    border-radius: 17px;
    transform: translateZ(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    top: 0;
    height: 100%;
    background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0.8) 100%);
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    z-index: -1;
}.statistical_details_ehUaXs .statistics_elevation_01cLCX::after {
    content: "";
    left: 15px;
    bottom: 15px;
    border-radius: calc(17px - 15px);
    position: absolute;
    z-index: -1;
    border: 2px dashed rgb(192,178,151,0.5);
    opacity: 0.5;
    right: 15px;
    top: 15px;
}.statistical_details_ehUaXs .statistics_elevation_01cLCX h4 {
    transform: translate(-50%, -50%);
    top: 50%;
    transition: all 0.3s ease;
    text-shadow: 2px 2px 0 rgba(255, 255, 255, 0.5);
    position: absolute;
    z-index: 3;
    font-size: 4rem;
    color: #000000;
    left: 50%;
    font-weight: 700;
}.statistical_details_ehUaXs .statistics_elevation_01cLCX:hover h4 {
    transform: translate(-50%, -50%) scale(1.1);
    color: rgb(192,178,151);
}.statistical_details_ehUaXs .statistics_elevation_01cLCX span {
    font-size: 15px;
    left: 0;
    padding: 0 20px;
    font-weight: 600;
    transition: all 0.3s ease;
    width: 100%;
    text-align: center;
    z-index: 3;
    bottom: 40px;
    color: #000000;
    position: absolute;
}.statistical_details_ehUaXs .statistics_elevation_01cLCX:hover span {
    transform: translateY(-10px);
}.statistical_details_ehUaXs svg {
    width: 40px;
    position: absolute;
    top: 40px;
    opacity: 0.7;
    transform: translateX(-50%);
    z-index: 2;
    height: 40px;
    left: 50%;
}.statistical_details_ehUaXs svg path {
    fill: rgb(192,178,151);
}

@media (max-width: 1200px) {.statistical_details_ehUaXs .statistics_elevation_01cLCX {
    margin: 0 10px;
    width: calc(25% - 20px);
    height: 300px;
}.statistical_details_ehUaXs .statistics_elevation_01cLCX h4 {
    font-size: 3.5rem;
}
}

@media (max-width: 992px) {.statistical_details_ehUaXs {
    padding: 90px 0;
}.statistical_details_ehUaXs .growth_track_HjQcKx {
    margin-bottom: 60px;
}.statistical_details_ehUaXs .edu_wins_9XopCv {
    flex-wrap: wrap;
}.statistical_details_ehUaXs .statistics_elevation_01cLCX {
    width: calc(50% - 20px);
    height: 260px;
    margin: 10px !important;
}.statistical_details_ehUaXs .statistics_elevation_01cLCX h4 {
    font-size: 3rem;
}.statistical_details_ehUaXs .statistics_elevation_01cLCX:nth-child(even) {
    margin-top: 0;
}
}

@media (max-width: 767px) {.statistical_details_ehUaXs {
    padding: 70px 0;
}.statistical_details_ehUaXs .growth_track_HjQcKx {
    margin-bottom: 50px;
}.statistical_details_ehUaXs .expert_benefits_lf08Yu {
    font-size: calc(33px * 0.9);
}.statistical_details_ehUaXs .statistics_elevation_01cLCX {
    height: 240px;
}.statistical_details_ehUaXs .statistics_elevation_01cLCX h4 {
    font-size: 2.8rem;
}.statistical_details_ehUaXs .statistics_elevation_01cLCX span {
    font-size: calc(15px * 0.9);
    bottom: 30px;
}.statistical_details_ehUaXs svg {
    top: 30px;
    height: 30px;
    width: 30px;
}
}

@media (max-width: 576px) {.statistical_details_ehUaXs {
    padding: 60px 0;
}.statistical_details_ehUaXs .growth_track_HjQcKx {
    margin-bottom: 40px;
}.statistical_details_ehUaXs .edu_wins_9XopCv {
    align-items: center;
    flex-direction: column;
}.statistical_details_ehUaXs .statistics_elevation_01cLCX {
    margin: 10px 0 !important;
    max-width: 300px;
    width: 90%;
    height: 200px;
}.statistical_details_ehUaXs .statistics_elevation_01cLCX h4 {
    font-size: 2.5rem;
}.statistical_details_ehUaXs .statistics_elevation_01cLCX 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;
    }
}.secure_cove_hLD5WY {
    padding: 2em;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    color: #000000;
    background-color: rgb(229,211,185);
    font-family: Arial, sans-serif;
}.secure_cove_hLD5WY h1 {
    text-align: center;
    margin-bottom: 1em;
    font-size: 43px;
    font-weight: 700;
    color: rgb(192,178,151);
}.secure_cove_hLD5WY h2 {
    color: rgb(158,145,122);
    margin-bottom: 0.75em;
    font-size: 34px;
    font-weight: 600;
}.secure_cove_hLD5WY h3,
.secure_cove_hLD5WY h4,
.secure_cove_hLD5WY h5,
.secure_cove_hLD5WY h6 {
    margin-bottom: 0.5em;
}.secure_cove_hLD5WY h3 {
    font-size: calc(21px - 0.2em);
    font-weight: 400;
    color: rgb(192,178,151);
}.secure_cove_hLD5WY h4 {
    color: rgb(158,145,122);
    font-size: calc(21px - 0.4em);
    font-weight: 400;
}.secure_cove_hLD5WY h5 {
    font-size: 21px;
    font-weight: 300;
    color: #000000;
}.secure_cove_hLD5WY h6 {
    font-size: 17px;
    font-weight: 300;
    color: rgba(0, 0, 0, 0.5);
}.secure_cove_hLD5WY ul {
    padding-left: 1.5em;
    margin-bottom: 1em;
    list-style-type: disc;
}.secure_cove_hLD5WY ol {
    margin-bottom: 1em;
    padding-left: 1.5em;
    list-style-type: decimal;
}.secure_cove_hLD5WY li {
    font-size: 16px;
    margin-bottom: 0.5em;
}.secure_cove_hLD5WY p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 1em;
}.secure_cove_hLD5WY span {
    font-weight: 600;
    color: rgb(192,178,151);
}.secure_cove_hLD5WY div {
    margin-bottom: 1em;
}
@media only screen and (max-width: 800px) {.secure_cove_hLD5WY {
    border-radius: 10px;
    padding: 1em;
}.secure_cove_hLD5WY h1 {
    font-size: calc(21px - 0.5em);
}.secure_cove_hLD5WY h2 {
    font-size: calc(21px - 0.4em);
}.secure_cove_hLD5WY p,
    .secure_cove_hLD5WY li {
    font-size: calc(16px - 0.2em);
}}
.secure_cove_hLD5WY h1::after {
    background-color: rgb(192,178,151);
    display: block;
    content: "";
    border-radius: 10px;
    height: 4px;
    width: 60px;
    margin: 0.5em auto 0;
}.secure_cove_hLD5WY h2::after {
    background-color: rgb(158,145,122);
    height: 3px;
    margin: 0.5em auto 0;
    display: block;
    content: "";
    border-radius: 10px;
    width: 40px;
}.secure_cove_hLD5WY ul li::before {
    color: rgb(192,178,151);
    content: "•";
    width: 1em;
    margin-left: -1em;
    font-weight: 700;
    display: inline-block;
}.secure_cove_hLD5WY ol li::before {
    color: rgb(158,145,122);
    font-weight: 700;
}.secure_cove_hLD5WY a {
    text-decoration: underline;
    color: rgb(192,178,151);
}.secure_cove_hLD5WY a:hover {
    text-decoration: none;
    color: rgb(158,145,122);
}.secure_cove_hLD5WY blockquote {
    border-left: 5px solid rgb(192,178,151);
    padding: 1em;
    font-style: italic;
    margin: 1em 0;
    background-color: rgb(192,178,151,0.5);
}.training_structure_YH7N0v {
    background: rgb(229,211,185);
    z-index: 1;
    position: relative;
    padding: 100px 20px;
    overflow: hidden;
}.training_structure_YH7N0v::before {
    animation: bg-shift 20s linear infinite;
    left: 0;
    position: absolute;
    opacity: 0.3;
    z-index: -1;
    content: "";
    top: 0;
    height: 100%;
    width: 100%;
    background: repeating-linear-gradient(
        120deg,
        rgb(192,178,151,0.5) 0%,
        transparent 10%,
        rgb(158,145,122,0.5) 20%,
        transparent 30%,
        rgb(192,178,151,0.5) 40%
    );
}.training_structure_YH7N0v::after {
    top: 0;
    position: absolute;
    content: "";
    z-index: -1;
    filter: blur(60px);
    width: 100%;
    height: 100%;
    left: 0;
    animation: glow-pulse 8s ease-in-out infinite alternate;
    background: radial-gradient(
        circle at 30% 50%,
        rgb(158,145,122,0.5) 0%,
        transparent 60%
    );
}.training_structure_YH7N0v .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}.training_structure_YH7N0v .class_track_x0DX7v {
    perspective: 1000px;
    align-items: center;
    position: relative;
    display: flex;
    flex-direction: column;
    transform-style: preserve-3d;
    justify-content: center;
    padding: 40px;
}.training_structure_YH7N0v .class_track_x0DX7v::before {
    position: absolute;
    z-index: -1;
    animation: border-flow 6s linear infinite;
    left: -5px;
    content: "";
    bottom: -5px;
    top: -5px;
    right: -5px;
    background: linear-gradient(
        45deg,
        transparent 40%,
        rgb(192,178,151,0.5) 45%,
        rgb(158,145,122) 50%,
        rgb(192,178,151,0.5) 55%,
        transparent 60%
    );
    background-size: 300% 300%;
    filter: blur(2px);
    border-radius: 24px;
}.training_structure_YH7N0v .class_track_x0DX7v::after {
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(255, 255, 255, 0.05) 40%,
        rgba(255, 255, 255, 0.2) 50%,
        rgba(255, 255, 255, 0.05) 60%,
        rgba(255, 255, 255, 0.1) 100%
    );
    z-index: -1;
    animation: holographic-shimmer 4s ease-in-out infinite alternate;
    inset: 0;
    position: absolute;
    backdrop-filter: blur(10px);
    border-radius: 24px;
    content: "";
}.training_structure_YH7N0v h3 {
    animation: title-float 5s ease-in-out infinite alternate;
    text-transform: uppercase;
    margin-bottom: 40px;
    color: #000000;
    text-align: center;
    font-weight: 700;
    transform: translateZ(30px);
    position: relative;
    font-size: 31px;
    z-index: 2;
    letter-spacing: 2px;
}.training_structure_YH7N0v h3::before {
    transform: translateX(-50%);
    border-radius: 10px;
    height: 3px;
    width: 60px;
    opacity: 0.8;
    content: "";
    top: 110%;
    left: 50%;
    background: linear-gradient(
        90deg,
        rgb(192,178,151) 0%,
        rgb(158,145,122) 100%
    );
    animation: underline-pulse 3s ease-in-out infinite;
    position: absolute;
}.training_structure_YH7N0v h3::after {
    position: absolute;
    top: 0;
    animation: text-glow 3s ease-in-out infinite alternate;
    color: rgb(192,178,151);
    z-index: -1;
    left: 0;
    opacity: 0.7;
    content: attr(data-text);
    filter: blur(4px);
}.training_structure_YH7N0v span {
    position: relative;
    transform: translateZ(10px);
    text-align: center;
    font-size: 13px;
    max-width: 800px;
    line-height: 1.8;
    color: #000000;
    z-index: 2;
    animation: text-float 7s ease-in-out infinite alternate;
}.training_structure_YH7N0v span::before {
    content: "";
    position: absolute;
    left: 10px;
    width: 100%;
    z-index: -1;
    height: 100%;
    top: 10px;
    opacity: 0.2;
    background: rgb(192,178,151,0.5);
    filter: blur(20px);
    animation: shadow-dance 8s ease-in-out infinite alternate;
}

@keyframes bg-shift {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

@keyframes glow-pulse {
    0%, 100% {
        opacity: 0.4;
        transform: scale(1);
    }
    50% {
        opacity: 0.7;
        transform: scale(1.2);
    }
}

@keyframes border-flow {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}

@keyframes holographic-shimmer {
    0% {
        opacity: 0.5;
        transform: rotate(0deg) scale(1);
    }
    100% {
        opacity: 0.8;
        transform: rotate(0.5deg) scale(1.02);
    }
}

@keyframes title-float {
    0%, 100% {
        transform: translateZ(30px) rotateX(0deg);
    }
    50% {
        transform: translateZ(40px) rotateX(2deg);
    }
}

@keyframes text-float {
    0%, 100% {
        transform: translateZ(10px) translateY(0);
    }
    50% {
        transform: translateZ(20px) translateY(-5px);
    }
}

@keyframes underline-pulse {
    0%, 100% {
        width: 60px;
        opacity: 0.8;
    }
    50% {
        width: 120px;
        opacity: 1;
    }
}

@keyframes text-glow {
    0% {
        filter: blur(4px);
        opacity: 0.5;
        transform: translateX(-3px) translateY(-3px);
    }
    100% {
        filter: blur(7px);
        opacity: 0.8;
        transform: translateX(3px) translateY(3px);
    }
}

@keyframes shadow-dance {
    0% {
        top: 10px;
        left: 10px;
        filter: blur(20px);
    }
    100% {
        top: -10px;
        left: -10px;
        filter: blur(15px);
    }
}

@media (max-width: 991px) {.training_structure_YH7N0v {
    padding: 80px 15px;
}.training_structure_YH7N0v h3 {
    margin-bottom: 30px;
    font-size: calc(31px - 4px);
}.training_structure_YH7N0v span {
    font-size: calc(13px - 1px);
}.training_structure_YH7N0v .class_track_x0DX7v {
    padding: 30px;
}
}

@media (max-width: 767px) {.training_structure_YH7N0v {
    padding: 60px 15px;
}.training_structure_YH7N0v h3 {
    margin-bottom: 25px;
    font-size: calc(31px - 6px);
}.training_structure_YH7N0v span {
    line-height: 1.6;
}.training_structure_YH7N0v .class_track_x0DX7v {
    padding: 25px 20px;
}.training_structure_YH7N0v h3::before {
    width: 50px;
}
    
    @keyframes underline-pulse {
        0%, 100% {
            width: 50px;
        }
        50% {
            width: 80px;
        }
    }
}

@media (max-width: 479px) {.training_structure_YH7N0v {
    padding: 40px 10px;
}.training_structure_YH7N0v h3 {
    margin-bottom: 20px;
    letter-spacing: 1px;
    font-size: calc(31px - 8px);
}.training_structure_YH7N0v span {
    font-size: calc(13px - 2px);
}.training_structure_YH7N0v .class_track_x0DX7v {
    padding: 20px 15px;
}.training_structure_YH7N0v h3::before {
    width: 40px;
    height: 2px;
}@keyframes underline-pulse {
        0%, 100% {
            width: 40px;
        }
        50% {
            width: 60px;
        }
    }
}header {
    overflow: visible;
    z-index: 99;
    position: relative;
    background: rgb(229,211,185);
    width: 100%;
}header::before {
    left: 0;
    opacity: 0.15;
    position: absolute;
    width: 100%;
    top: 0;
    background: linear-gradient(90deg, rgb(192,178,151,0.5) 0%, transparent 50%, rgb(192,178,151,0.5) 100%);
    content: "";
    height: 100%;
    z-index: -1;
}header .top_mainbar_XRoxBW {
    padding: 20px;
    position: relative;
    gap: 15px;
    grid-template-rows: auto auto;
    display: grid;
    grid-template-columns: 1fr;
}header .top_mainbar_XRoxBW::after {
    content: "";
    left: 0;
    top: 50%;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(192,178,151,0.5), transparent);
    width: 100%;
    height: 1px;
}header .top_mainbar_XRoxBW .page_top_jiNUGR {
    justify-self: center;
    z-index: 10;
    padding: 5px 20px 15px;
    position: relative;
}header .top_mainbar_XRoxBW .page_top_jiNUGR::before,
header .top_mainbar_XRoxBW .page_top_jiNUGR::after {
    position: absolute;
    content: "";
    border-radius: 12px;
    width: 90%;
    height: 90%;
}header .top_mainbar_XRoxBW .page_top_jiNUGR::before {
    transition: transform 0.3s ease;
    left: -5px;
    border-left: 2px solid rgb(192,178,151);
    transform-origin: top left;
    border-top: 2px solid rgb(192,178,151);
    top: -5px;
    transform: scale(0);
}header .top_mainbar_XRoxBW .page_top_jiNUGR::after {
    border-bottom: 2px solid rgb(158,145,122);
    bottom: -5px;
    border-right: 2px solid rgb(158,145,122);
    transform-origin: bottom right;
    transition: transform 0.3s ease;
    transform: scale(0);
    right: -5px;
}header .top_mainbar_XRoxBW .page_top_jiNUGR:hover::before,
header .top_mainbar_XRoxBW .page_top_jiNUGR:hover::after {
    transform: scale(1);
}header .top_mainbar_XRoxBW .page_top_jiNUGR .nav_class_uEWOaK {
    transition: transform 0.3s ease;
    display: block;
}header .top_mainbar_XRoxBW .page_top_jiNUGR .nav_class_uEWOaK svg {
    width: auto;
    height: 60px;
}header .top_mainbar_XRoxBW .main_pro_xtGcbl {
    justify-content: center;
    padding: 20px 0 10px;
    display: flex;
    margin: 0;
    background: linear-gradient(180deg, transparent, rgb(158,145,122) 15%, rgba(0, 0, 0, 0.5) 85%, transparent 50%);
    position: relative;
    list-style: none;
    flex-wrap: wrap;
}header .top_mainbar_XRoxBW .main_pro_xtGcbl::before,
header .top_mainbar_XRoxBW .main_pro_xtGcbl::after {
    position: absolute;
    background: rgb(192,178,151,0.5);
    width: 2px;
    top: 15%;
    height: 70%;
    content: "";
}header .top_mainbar_XRoxBW .main_pro_xtGcbl::before {
    left: 0;
}header .top_mainbar_XRoxBW .main_pro_xtGcbl::after {
    right: 0;
}header .top_mainbar_XRoxBW .main_pro_xtGcbl .main_mainwrap_o2GYVS {
    margin: 0;
    transition: transform 0.3s ease;
    position: relative;
    padding: 0 15px;
}header .top_mainbar_XRoxBW .main_pro_xtGcbl .main_mainwrap_o2GYVS:not(:last-child)::after {
    content: "";
    right: 0;
    background: rgb(158,145,122,0.5);
    top: 20%;
    height: 60%;
    width: 1px;
    position: absolute;
}header .top_mainbar_XRoxBW .main_pro_xtGcbl .main_mainwrap_o2GYVS:hover {
    transform: translateY(-3px);
}header .top_mainbar_XRoxBW .main_pro_xtGcbl .main_mainwrap_o2GYVS a {
    font-size: 16px;
    color: #000000;
    padding: 10px 5px;
    position: relative;
    font-weight: 600;
    text-decoration: none;
    display: block;
    font-family: Arial, sans-serif;
    transition: color 0.3s ease;
    text-align: center;
}header .top_mainbar_XRoxBW .main_pro_xtGcbl .main_mainwrap_o2GYVS a:hover {
    color: rgb(192,178,151);
}header .top_mainbar_XRoxBW .main_pro_xtGcbl .main_mainwrap_o2GYVS a::before {
    background: rgb(158,145,122);
    content: "";
    transform: scaleX(0);
    bottom: 5px;
    position: absolute;
    height: 2px;
    transition: transform 0.3s ease;
    width: 100%;
    left: 0;
}header .top_mainbar_XRoxBW .main_pro_xtGcbl .main_mainwrap_o2GYVS a:hover::before {
    transform: scaleX(1);
}

@media (min-width: 993px) {header .top_mainbar_XRoxBW {
    padding: 15px 30px;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
}header .top_mainbar_XRoxBW .main_pro_xtGcbl {
    padding: 20px 10px 10px;
}
}

@media (max-width: 992px) {header .top_mainbar_XRoxBW {
    padding: 15px;
    grid-template-rows: auto auto;
    gap: 10px;
}header .top_mainbar_XRoxBW .page_top_jiNUGR {
    padding: 5px 10px;
}header .top_mainbar_XRoxBW .page_top_jiNUGR .nav_class_uEWOaK svg {
    height: 45px;
}header .top_mainbar_XRoxBW .main_pro_xtGcbl {
    padding: 15px 0 10px;
}header .top_mainbar_XRoxBW .main_pro_xtGcbl .main_mainwrap_o2GYVS {
    padding: 0 10px;
}header .top_mainbar_XRoxBW .main_pro_xtGcbl .main_mainwrap_o2GYVS a {
    padding: 8px 3px;
    font-size: calc(16px - 1px);
}
}

@media (max-width: 767px) {header .top_mainbar_XRoxBW .main_pro_xtGcbl {
    justify-content: center;
    flex-wrap: wrap;
}header .top_mainbar_XRoxBW .main_pro_xtGcbl .main_mainwrap_o2GYVS {
    margin: 3px 0;
}header .top_mainbar_XRoxBW .main_pro_xtGcbl .main_mainwrap_o2GYVS:not(:last-child)::after {
    display: none;
}}footer {
    position: relative;
}footer::before {
    z-index: 1;
    left: 0;
    content: '';
    top: 0;
    right: 0;
    position: absolute;
    background: linear-gradient(45deg, rgb(158,145,122,0.5) 0%, rgb(192,178,151,0.5) 100%);
    bottom: 0;
}.review_block_74sJPV {
    z-index: 2;
    padding: 80px 0 40px;
    color: #ffffff;
    position: relative;
    font-family: Arial, sans-serif;
}.review_block_74sJPV .container {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 30px;
}.review_block_74sJPV .company_holder {
    z-index: 3;
    position: relative;
    grid-column: 1 / 5;
}.review_block_74sJPV .company_holder h3 {
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 10px;
    letter-spacing: 1px;
    position: relative;
    text-transform: uppercase;
    display: inline-block;
    font-size: 35px;
    color: #ffffff;
}.review_block_74sJPV .company_holder h3::after {
    bottom: 0;
    height: 4px;
    width: 40px;
    border-radius: 10px;
    background: rgb(192,178,151);
    position: absolute;
    content: '';
    left: 0;
}.review_block_74sJPV .footnote_ref_uUJ8CG {
    backdrop-filter: blur(10px);
    font-size: 13px;
    border-radius: 22px;
    margin-top: 25px;
    background: rgba(255, 255, 255, 0.1);
    line-height: 1.6;
    padding: 20px;
    border-left: 4px solid rgb(192,178,151);
    transform: translateZ(0);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}.review_block_74sJPV .access_cta_whFDiz {
    position: relative;
    grid-column: 5 / 13;
}.review_block_74sJPV .nav_primary_IP5ubm {
    display: grid;
    grid-gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}.review_block_74sJPV .main_pro_xtGcbl {
    position: relative;
}.review_block_74sJPV .main_pro_xtGcbl h5 {
    position: relative;
    font-weight: 600;
    display: inline-block;
    color: #ffffff;
    margin-bottom: 25px;
    font-size: 24px;
}.review_block_74sJPV .main_pro_xtGcbl h5::before {
    border-radius: 50%;
    transform: translateY(-50%);
    content: '';
    position: absolute;
    top: 50%;
    left: -15px;
    background: rgb(192,178,151);
    width: 8px;
    height: 8px;
}.review_block_74sJPV .main_pro_xtGcbl .nav_primary_IP5ubm {
    gap: 15px;
    display: flex;
    flex-direction: column;
}.review_block_74sJPV .main_pro_xtGcbl .nav_primary_IP5ubm a {
    overflow: hidden;
    text-decoration: none;
    padding: 8px 15px;
    position: relative;
    transition: all 0.3s ease;
    border-radius: 10px;
    color: #ffffff;
    z-index: 1;
    font-size: 13px;
    background: rgba(255, 255, 255, 0.05);
}.review_block_74sJPV .main_pro_xtGcbl .nav_primary_IP5ubm a::before {
    position: absolute;
    background: rgb(192,178,151);
    content: '';
    z-index: -1;
    transition: all 0.3s ease;
    top: 0;
    width: 3px;
    height: 100%;
    left: 0;
}.review_block_74sJPV .main_pro_xtGcbl .nav_primary_IP5ubm a:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateX(5px);
}.review_block_74sJPV .main_pro_xtGcbl .nav_primary_IP5ubm a:hover::before {
    background: rgb(192,178,151,0.5);
    width: 100%;
}.challenge_cta_KhtSel {
    margin-top: 60px;
    position: relative;
    padding: 20px 0;
    z-index: 2;
    background: rgba(0, 0, 0, 0.3);
}.challenge_cta_KhtSel::before {
    opacity: 0.2;
    right: 15%;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    content: '';
    left: 15%;
    position: absolute;
    top: 0;
    height: 1px;
}.challenge_cta_KhtSel .container {
    justify-content: center;
    align-items: center;
    display: flex;
}.challenge_cta_KhtSel .math_tools_g0q3XZ {
    font-size: 14px;
    letter-spacing: 0.5px;
    color: #ffffff;
    text-align: center;
    opacity: 0.8;
}@keyframes floatAnimation {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

footer::after {
    top: 0;
    z-index: 1;
    position: absolute;
    right: 0;
    left: 0;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(255, 255, 255, 0.02) 10px,
        rgba(255, 255, 255, 0.02) 20px
    );
    bottom: 0;
    content: '';
}

@media (max-width: 992px) {.review_block_74sJPV .container {
    grid-template-columns: repeat(1, 1fr);
}.review_block_74sJPV .company_holder {
    grid-column: 1 / -1;
    margin-bottom: 40px;
}.review_block_74sJPV .access_cta_whFDiz {
    grid-column: 1 / -1;
}.review_block_74sJPV .nav_primary_IP5ubm {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 768px) {.review_block_74sJPV {
    padding: 60px 0 30px;
}.review_block_74sJPV .nav_primary_IP5ubm {
    grid-gap: 30px;
    grid-template-columns: repeat(1, 1fr);
}.review_block_74sJPV .main_pro_xtGcbl {
    padding: 0;
}}

@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.review_block_74sJPV::before {
    top: 0;
    position: absolute;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, rgb(192,178,151), rgb(158,145,122), rgb(192,178,151));
    animation: gradientShift 5s infinite;
    content: '';
    background-size: 200% 200%;
    left: 0;
}.review_block_74sJPV .company_holder::after {
    right: -50px;
    filter: blur(60px);
    top: 40px;
    opacity: 0.4;
    width: 150px;
    border-radius: 50%;
    position: absolute;
    content: '';
    background: rgb(192,178,151,0.5);
    z-index: -1;
    height: 150px;
}.review_block_74sJPV .company_holder::before {
    content: '';
    bottom: 0;
    width: 100px;
    left: -30px;
    height: 100px;
    z-index: -1;
    background: rgb(158,145,122,0.5);
    filter: blur(40px);
    border-radius: 50%;
    opacity: 0.3;
    position: absolute;
}.review_block_74sJPV .access_cta_whFDiz::after {
    opacity: 0.2;
    border-radius: 50%;
    background: rgb(192,178,151,0.5);
    z-index: -1;
    filter: blur(50px);
    position: absolute;
    width: 120px;
    height: 120px;
    content: '';
    top: -20px;
    right: 100px;
}.review_block_74sJPV .access_cta_whFDiz::before {
    border-radius: 50%;
    filter: blur(70px);
    width: 180px;
    opacity: 0.25;
    background: rgb(158,145,122,0.5);
    bottom: -50px;
    height: 180px;
    left: 80px;
    position: absolute;
    z-index: -1;
    content: '';
}@keyframes borderPulse {
    0%, 100% {
        border-color: rgba(255, 255, 255, 0.1);
    }
    50% {
        border-color: rgba(255, 255, 255, 0.3);
    }
}

.review_block_74sJPV .main_pro_xtGcbl {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    animation: borderPulse 4s infinite;
    padding-top: 20px;
}.review_block_74sJPV .main_pro_xtGcbl h5 {
    letter-spacing: 0.5px;
}.review_block_74sJPV .main_pro_xtGcbl h5::after {
    background: rgb(158,145,122);
    width: 30px;
    content: '';
    bottom: -5px;
    left: 0;
    position: absolute;
    height: 2px;
}@keyframes movingGradient {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

.challenge_cta_KhtSel {
    background-size: 200% 200%;
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.6) 0%, 
        rgba(0, 0, 0, 0.3) 50%, 
        rgba(0, 0, 0, 0.6) 100%);
    animation: movingGradient 10s ease infinite;
}.appWrap_jiA0It {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(158,145,122,0.5) 0%, rgb(192,178,151,0.5) 100%);
    position: relative;
    padding: 5rem 2rem;
}.appWrap_jiA0It::before {
    z-index: 1;
    content: "";
    position: absolute;
    right: -5%;
    pointer-events: none;
    background: linear-gradient(120deg, rgb(158,145,122) 0%, rgb(192,178,151) 100%);
    opacity: 0.1;
    top: -10%;
    height: 70%;
    transform: rotate(-15deg) skew(10deg);
    clip-path: polygon(0 0, 100% 0, 80% 100%, 20% 100%);
    width: 50%;
    animation: float 12s ease-in-out infinite;
}.appWrap_jiA0It::after {
    height: 60%;
    clip-path: polygon(20% 0, 100% 20%, 80% 100%, 0 80%);
    bottom: -5%;
    z-index: 1;
    content: "";
    position: absolute;
    animation: float 15s ease-in-out infinite reverse;
    opacity: 0.08;
    pointer-events: none;
    left: -5%;
    transform: rotate(10deg) skew(-5deg);
    width: 40%;
    background: linear-gradient(210deg, rgb(192,178,151) 0%, rgb(158,145,122) 100%);
}.appWrap_jiA0It .container {
    margin: 0 auto;
    position: relative;
    flex-direction: column;
    max-width: 1200px;
    align-items: flex-start;
    display: flex;
    z-index: 2;
}.appWrap_jiA0It h2 {
    font-size: 29px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 2.5rem;
    transform: translateX(-10px);
    position: relative;
    max-width: 90%;
    opacity: 0;
    line-height: 1.3;
    font-family: Arial, sans-serif;
    animation: slideIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}.appWrap_jiA0It h2::after {
    background: linear-gradient(90deg, rgb(192,178,151) 0%, rgb(158,145,122) 100%);
    transform: scaleX(0);
    height: 4px;
    position: absolute;
    width: 120px;
    bottom: -15px;
    animation: expandLine 1.2s 0.4s cubic-bezier(0.17, 0.67, 0.43, 0.99) forwards;
    content: "";
    left: 0;
    transform-origin: left;
}.appWrap_jiA0It .class_track_x0DX7v {
    padding: 3rem;
    border: 1px solid rgba(0, 0, 0, 0.06);
    animation: riseUp 1s 0.6s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    opacity: 0;
    width: 100%;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.04), 0 5px 15px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    transform: translateY(20px);
    position: relative;
}.appWrap_jiA0It .class_track_x0DX7v::before {
    right: 0;
    left: 0;
    transform: scaleX(0);
    content: "";
    transform-origin: left;
    top: 0;
    height: 5px;
    position: absolute;
    background: linear-gradient(90deg, rgb(158,145,122) 0%, rgb(192,178,151) 100%);
    animation: expandLine 1.5s 1s cubic-bezier(0.17, 0.67, 0.43, 0.99) forwards;
}.appWrap_jiA0It ul {
    padding: 0;
    list-style: none;
    margin: 0;
}.appWrap_jiA0It li {
    position: relative;
    padding-left: 1.5rem;
}.appWrap_jiA0It li::before {
    transform: rotate(45deg) scale(0);
    background: rgb(158,145,122);
    opacity: 0;
    animation: popIn 0.5s 1.4s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
    content: "";
    position: absolute;
    top: 0.5rem;
    height: 8px;
    left: 0;
    width: 8px;
}.appWrap_jiA0It span {
    line-height: 1.7;
    display: block;
    opacity: 0;
    transform: translateY(15px);
    color: #000000;
    animation: fadeIn 1s 1.2s ease-out forwards;
    font-family: Arial, sans-serif;
    font-size: 18px;
}

@keyframes slideIn {
    0% {
        transform: translateX(-10px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes riseUp {
    0% {
        transform: translateY(20px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes expandLine {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(15px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes popIn {
    0% {
        transform: rotate(45deg) scale(0);
        opacity: 0;
    }
    70% {
        transform: rotate(45deg) scale(1.2);
        opacity: 1;
    }
    100% {
        transform: rotate(45deg) scale(1);
        opacity: 1;
    }
}

@keyframes float {
    0% {
        transform: rotate(-15deg) skew(10deg) translateY(0);
    }
    50% {
        transform: rotate(-13deg) skew(12deg) translateY(-15px);
    }
    100% {
        transform: rotate(-15deg) skew(10deg) translateY(0);
    }
}

@media (max-width: 991px) {.appWrap_jiA0It {
    padding: 4rem 1.5rem;
}.appWrap_jiA0It h2 {
    font-size: calc(29px * 0.9);
    max-width: 100%;
}.appWrap_jiA0It .class_track_x0DX7v {
    padding: 2.5rem 2rem;
}
}

@media (max-width: 767px) {.appWrap_jiA0It {
    padding: 3.5rem 1.25rem;
}.appWrap_jiA0It h2 {
    margin-bottom: 2rem;
    font-size: calc(29px * 0.8);
}.appWrap_jiA0It h2::after {
    width: 100px;
    height: 3px;
}.appWrap_jiA0It .class_track_x0DX7v {
    padding: 2rem 1.5rem;
}.appWrap_jiA0It span {
    font-size: calc(18px * 0.95);
    line-height: 1.6;
}
}

@media (max-width: 480px) {.appWrap_jiA0It {
    padding: 3rem 1rem;
}.appWrap_jiA0It h2 {
    margin-bottom: 1.5rem;
    font-size: calc(29px * 0.7);
}.appWrap_jiA0It h2::after {
    bottom: -10px;
    width: 80px;
    height: 3px;
}.appWrap_jiA0It .class_track_x0DX7v {
    padding: 1.5rem 1.25rem;
}.appWrap_jiA0It li {
    padding-left: 1.25rem;
}.appWrap_jiA0It li::before {
    width: 6px;
    height: 6px;
}.appWrap_jiA0It span {
    font-size: calc(18px * 0.9);
    line-height: 1.5;
}}.target_audience_vmLxT5 {
    background: rgb(229,211,185);
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}.target_audience_vmLxT5::before {
    background: radial-gradient(circle at 30% 40%, rgb(192,178,151,0.5) 0%, transparent 35%),
                radial-gradient(circle at 70% 60%, rgb(158,145,122,0.5) 0%, transparent 35%);
    position: absolute;
    width: 100%;
    content: "";
    opacity: 0.3;
    left: 0;
    height: 100%;
    top: 0;
}.target_audience_vmLxT5 .class_track_x0DX7v {
    max-width: 1200px;
    padding: 0 30px;
    position: relative;
    margin: 0 auto;
    z-index: 1;
}.target_audience_vmLxT5 h3 {
    font-weight: 700;
    text-align: center;
    font-size: 31px;
    display: inline-block;
    position: relative;
    transform: translateX(-50%);
    color: #000000;
    left: 50%;
    font-family: Arial, sans-serif;
    margin-bottom: 70px;
}.target_audience_vmLxT5 h3::before {
    position: absolute;
    left: -30px;
    height: 100px;
    width: 100px;
    content: "";
    border-radius: 50%;
    top: -20px;
    z-index: -1;
    border: 2px solid rgb(192,178,151,0.5);
}.target_audience_vmLxT5 h3::after {
    border-radius: 50%;
    height: 60px;
    border: 2px solid rgb(158,145,122,0.5);
    z-index: -1;
    bottom: -15px;
    position: absolute;
    width: 60px;
    content: "";
    right: -20px;
}.target_audience_vmLxT5 ul {
    display: grid;
    list-style: none;
    justify-items: center;
    grid-template-rows: repeat(2, 1fr);
    margin: 0;
    padding: 0;
    grid-template-columns: repeat(4, 1fr);
    gap: 50px;
}.target_audience_vmLxT5 ul li {
    height: 220px;
    z-index: 2;
    overflow: hidden;
    flex-direction: column;
    justify-content: flex-start;
    transition: all 0.4s ease;
    font-size: 18px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    font-family: Arial, sans-serif;
    display: flex;
    position: relative;
    align-items: center;
    border-radius: 50%;
    color: #000000;
    width: 220px;
    text-align: center;
    padding: 0;
}.target_audience_vmLxT5 ul li::before {
    width: 100%;
    transition: opacity 0.4s ease;
    border-radius: 50%;
    opacity: 0;
    height: 100%;
    z-index: -1;
    background: linear-gradient(135deg, rgb(192,178,151), rgb(158,145,122));
    position: absolute;
    left: 0;
    top: 0;
    content: "";
}.target_audience_vmLxT5 ul li::after {
    left: -10px;
    position: absolute;
    content: "";
    width: calc(100% + 20px);
    top: -10px;
    border: 2px dashed rgb(192,178,151,0.5);
    height: calc(100% + 20px);
    border-radius: 50%;
    z-index: -2;
    transition: all 0.4s ease;
    opacity: 0.5;
}.target_audience_vmLxT5 ul li:hover {
    color: #ffffff;
    transform: scale(1.05);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}.target_audience_vmLxT5 ul li:hover::before {
    opacity: 1;
}.target_audience_vmLxT5 ul li:hover::after {
    opacity: 0.7;
    border-color: rgb(158,145,122);
    transform: scale(1.1) rotate(15deg);
}.target_audience_vmLxT5 ul li svg {
    width: 40px;
    height: 40px;
    margin-top: 45px;
    margin-bottom: 20px;
    transition: all 0.4s ease;
    flex-shrink: 0;
}.target_audience_vmLxT5 ul li:hover svg {
    filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.2));
    transform: scale(1.1);
}.target_audience_vmLxT5 ul li svg path {
    fill: rgb(192,178,151);
    transition: fill 0.4s ease;
}.target_audience_vmLxT5 ul li:hover svg path {
    fill: #ffffff;
}.target_audience_vmLxT5 ul li > span {
    max-width: 100%;
    overflow: hidden;
    max-height: 100px;
    padding: 0 30px;
    display: block;
}

@media (max-width: 1200px) {.target_audience_vmLxT5 ul {
    gap: 40px;
}.target_audience_vmLxT5 ul li {
    height: 200px;
    width: 200px;
}
}

@media (max-width: 992px) {.target_audience_vmLxT5 {
    padding: 100px 0;
}.target_audience_vmLxT5 h3 {
    margin-bottom: 60px;
    font-size: calc(31px * 0.9);
}.target_audience_vmLxT5 ul {
    gap: 35px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 1fr);
}.target_audience_vmLxT5 ul li {
    height: 220px;
    width: 220px;
}.target_audience_vmLxT5 ul li svg {
    margin-top: 45px;
}
}

@media (max-width: 768px) {.target_audience_vmLxT5 {
    padding: 80px 0;
}.target_audience_vmLxT5 h3 {
    margin-bottom: 50px;
    font-size: calc(31px * 0.8);
}.target_audience_vmLxT5 ul {
    gap: 30px;
}.target_audience_vmLxT5 ul li {
    width: 200px;
    height: 200px;
}.target_audience_vmLxT5 ul li svg {
    height: 35px;
    margin-top: 40px;
    width: 35px;
}
}

@media (max-width: 580px) {.target_audience_vmLxT5 {
    padding: 60px 0;
}.target_audience_vmLxT5 .class_track_x0DX7v {
    padding: 0 20px;
}.target_audience_vmLxT5 h3 {
    font-size: calc(31px * 0.7);
    margin-bottom: 40px;
}.target_audience_vmLxT5 ul {
    grid-template-columns: 1fr;
    gap: 25px;
}.target_audience_vmLxT5 ul li {
    height: 220px;
    width: 220px;
}
}

@media (max-width: 480px) {.target_audience_vmLxT5 ul li {
    height: 200px;
    width: 200px;
}.target_audience_vmLxT5 ul li svg {
    margin-bottom: 15px;
    width: 30px;
    margin-top: 35px;
    height: 30px;
}.target_audience_vmLxT5 ul li > span {
    padding: 0 20px;
}}.title_page_SIOG3N {
    background: linear-gradient(135deg, rgb(229,211,185), rgb(158,145,122,0.5), rgb(192,178,151,0.5) 80%);
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    width: 100%;
}.title_page_SIOG3N::before {
    pointer-events: none;
    background-size: 60px 60px, 40px 40px;
    animation: starfield 100s linear infinite;
    position: absolute;
    opacity: 0.7;
    z-index: 1;
    content: "";
    background: radial-gradient(circle at 70% 30%, rgba(255,255,255,0.1) 1px, transparent 6px),
              radial-gradient(circle at 30% 70%, rgba(255,255,255,0.08) 1px, transparent 4px);
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
}.title_page_SIOG3N::after {
    background: radial-gradient(ellipse at center, rgba(rgb(158,145,122), 0.15) 0%, transparent 70%);
    content: "";
    z-index: 0;
    top: -50%;
    transform: rotate(-15deg);
    height: 200%;
    width: 200%;
    left: -50%;
    pointer-events: none;
    position: absolute;
}.title_page_SIOG3N .start_front_seLU2P {
    padding: 4rem 2rem;
    height: 100%;
    z-index: 2;
    align-items: center;
    width: 100%;
    position: relative;
    justify-content: center;
    display: flex;
}.title_page_SIOG3N .start_front_seLU2P > div {
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
    max-width: 1200px;
    width: 100%;
}.title_page_SIOG3N .start_front_seLU2P > div > div:first-child {
    position: relative;
    transform: translateZ(20px);
    margin-bottom: 3rem;
}.title_page_SIOG3N .start_front_seLU2P h3 {
    background: rgba(255, 255, 255, 0.85);
    transform: translateX(-1rem);
    letter-spacing: 0.02em;
    margin: 0 0 1rem 2rem;
    padding: 1.5rem 2rem;
    backdrop-filter: blur(5px);
    max-width: 80%;
    font-family: Arial, sans-serif;
    position: relative;
    font-weight: 600;
    box-shadow: 0 15px 25px -10px rgba(0, 0, 0, 0.1);
    color: #000000;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    line-height: 1.5;
    font-size: calc(18px * 0.95);
}.title_page_SIOG3N .start_front_seLU2P h3::before {
    width: 4px;
    height: 100%;
    left: 0;
    transition: transform 0.3s ease-out;
    transform-origin: center;
    top: 0;
    position: absolute;
    background: rgb(192,178,151);
    content: "";
    transform: scaleY(0.7);
}.title_page_SIOG3N .skill_pro_qN3rVz {
    box-shadow: 0 20px 50px -25px rgba(0, 0, 0, 0.3);
    position: relative;
    transform: translateY(0);
    height: 65vh;
    width: 100%;
    overflow: hidden;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.5s ease;
}.title_page_SIOG3N .skill_pro_qN3rVz::before {
    top: 0;
    width: 100%;
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.7), transparent 40%, rgba(0, 0, 0, 0.2));
    content: "";
    height: 100%;
    position: absolute;
    left: 0;
    z-index: 1;
}.title_page_SIOG3N .skill_pro_qN3rVz::after {
    content: "";
    height: 50%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    width: 100%;
    z-index: 1;
    left: 0;
    position: absolute;
    bottom: 0;
}.title_page_SIOG3N .skill_pro_qN3rVz > div {
    transform: translateY(0);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    left: 0;
    bottom: 0;
    z-index: 2;
    padding: 3rem;
    width: 100%;
    position: absolute;
}.title_page_SIOG3N .skill_pro_qN3rVz p {
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), background 0.3s ease;
    font-family: Arial, sans-serif;
    backdrop-filter: blur(8px);
    font-weight: 400;
    padding: 0.75rem 1.5rem;
    max-width: 80%;
    margin: 0 0 1.5rem;
    font-size: calc(12px * 1.1);
    line-height: 1.6;
    color: #ffffff;
    transform: translateX(0);
    position: relative;
    overflow: hidden;
    background: rgba(rgb(158,145,122), 0.15);
}.title_page_SIOG3N .skill_pro_qN3rVz p::before {
    content: "";
    width: 3px;
    height: 100%;
    transform-origin: bottom;
    top: 0;
    transition: transform 0.3s ease;
    position: absolute;
    transform: scaleY(0.8);
    background: rgb(192,178,151);
    left: 0;
}.title_page_SIOG3N .title_style_header {
    position: relative;
    margin: 0;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    font-size: 48px;
    letter-spacing: -0.02em;
    transform: translateY(0);
    color: #ffffff;
    font-family: Arial, sans-serif;
    font-weight: 700;
    line-height: 1.2;
}.title_page_SIOG3N .title_style_header::after {
    background: rgb(192,178,151);
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    left: 0;
    width: 8rem;
    height: 4px;
    content: "";
    position: absolute;
    bottom: -1rem;
    transform: scaleX(0.8);
    transform-origin: left;
}.title_page_SIOG3N:hover .start_front_seLU2P h3 {
    transform: translateX(0);
}.title_page_SIOG3N:hover .start_front_seLU2P h3::before {
    transform: scaleY(1);
}.title_page_SIOG3N:hover .skill_pro_qN3rVz {
    box-shadow: 0 30px 60px -20px rgba(0, 0, 0, 0.4);
    transform: translateY(-10px);
}.title_page_SIOG3N:hover .skill_pro_qN3rVz > div {
    transform: translateY(-10px);
}.title_page_SIOG3N:hover .skill_pro_qN3rVz p {
    transform: translateX(10px);
    background: rgba(rgb(158,145,122), 0.25);
}.title_page_SIOG3N:hover .skill_pro_qN3rVz p::before {
    transform: scaleY(1);
}.title_page_SIOG3N:hover .title_style_header {
    transform: translateY(-5px);
}.title_page_SIOG3N:hover .title_style_header::after {
    transform: scaleX(1);
}

@keyframes starfield {
  0% {
    background-position: 0 0, 0 0;
  }
  100% {
    background-position: 1000px 1000px, -1000px -1000px;
  }
}

@media (max-width: 991px) {.title_page_SIOG3N .start_front_seLU2P {
    padding: 3rem 1.5rem;
}.title_page_SIOG3N .start_front_seLU2P h3 {
    font-size: calc(18px * 0.85);
    padding: 1.25rem 1.5rem;
    margin: 0 0 1rem 1rem;
    max-width: 90%;
}.title_page_SIOG3N .skill_pro_qN3rVz {
    height: 55vh;
}.title_page_SIOG3N .skill_pro_qN3rVz > div {
    padding: 2rem;
}.title_page_SIOG3N .skill_pro_qN3rVz p {
    max-width: 90%;
    margin: 0 0 1.25rem;
    font-size: 12px;
}.title_page_SIOG3N .title_style_header {
    font-size: calc(48px * 0.9);
}
}

@media (max-width: 767px) {.title_page_SIOG3N .start_front_seLU2P {
    padding: 2.5rem 1rem;
}.title_page_SIOG3N .start_front_seLU2P > div {
    transform: perspective(800px) rotateX(1deg);
}.title_page_SIOG3N .start_front_seLU2P h3 {
    font-size: calc(22px * 1.1);
    margin: 0 0 1rem 0;
    max-width: 100%;
    padding: 1rem;
}.title_page_SIOG3N .skill_pro_qN3rVz {
    height: 50vh;
}.title_page_SIOG3N .skill_pro_qN3rVz > div {
    padding: 1.5rem;
}.title_page_SIOG3N .skill_pro_qN3rVz p {
    max-width: 100%;
    padding: 0.5rem 1rem;
    font-size: calc(12px * 0.9);
    margin: 0 0 1rem;
}.title_page_SIOG3N .title_style_header {
    font-size: calc(37px * 1.1);
}.title_page_SIOG3N .title_style_header::after {
    width: 6rem;
    bottom: -0.75rem;
    height: 3px;
}
}

@media (max-width: 480px) {.title_page_SIOG3N .start_front_seLU2P {
    padding: 2rem 0.75rem;
}.title_page_SIOG3N .start_front_seLU2P > div {
    transform: none;
}.title_page_SIOG3N .start_front_seLU2P > div > div:first-child {
    margin-bottom: 2rem;
}.title_page_SIOG3N .start_front_seLU2P h3 {
    line-height: 1.4;
    padding: 0.75rem;
    font-size: 22px;
}.title_page_SIOG3N .skill_pro_qN3rVz {
    height: 45vh;
}.title_page_SIOG3N .skill_pro_qN3rVz > div {
    padding: 1.25rem;
}.title_page_SIOG3N .skill_pro_qN3rVz p {
    font-size: calc(12px * 0.85);
    padding: 0.5rem 0.75rem;
    line-height: 1.5;
}.title_page_SIOG3N .title_style_header {
    font-size: 37px;
}
}