* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1103px;
}.wrapper-viewportx {
    min-height: 100%;
    height: 100%;
    flex-direction: column;
    display: flex;
}html,body {
    scroll-behavior: smooth;
    color: #000000;
    height: 100%;
    font-family: Arial, sans-serif;
    min-height: 100%;
}svg {
    width: 30px;
    height: 30px;
}.nav_tutorc {
    flex: 1 0 auto;
}a {
    text-decoration: none;
    color: inherit;
}.diploma_ctam {
    flex: 0 0 auto;
}header,footer {
    width: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.contact_usc {
    padding: 110px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(125deg, rgb(234,224,210) 0%, rgb(234,224,210) 60%, rgb(213,189,166,0.5) 100%);
}.contact_usc::before {
    background: repeating-radial-gradient(
        circle at 80% 50%,
        rgb(213,189,166,0.5),
        rgb(213,189,166,0.5) 1px,
        transparent 1px,
        transparent 15px
    );
    right: 0;
    opacity: 0.05;
    height: 100%;
    top: 0;
    content: "";
    width: 50%;
    position: absolute;
}.contact_usc .container {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    z-index: 1;
    padding: 0 20px;
}.contact_usc h2 {
    margin-bottom: 50px;
    font-size: 30px;
    color: #000000;
    font-weight: 700;
    position: relative;
    text-align: center;
    font-family: Arial, sans-serif;
}.contact_usc h2::before {
    position: absolute;
    width: 60px;
    background: rgb(213,189,166);
    transform: translateX(-50%);
    bottom: -15px;
    left: 50%;
    border-radius: 2px;
    height: 4px;
    content: "";
}.contact_usc .reach_linksv {
    display: grid;
    position: relative;
    align-items: center;
    grid-template-columns: 1fr 450px;
    background: transparent;
    gap: 40px;
}.contact_usc .background_imageM {
    border-radius: 23px;
    transition: transform 0.5s ease;
    overflow: hidden;
    height: 550px;
    position: relative;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    transform: perspective(1000px) rotateY(-5deg);
}.contact_usc .background_imageM:hover {
    transform: perspective(1000px) rotateY(0deg);
}.contact_usc .query_widgetR {
    transition: transform 0.5s ease;
    padding: 50px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    border-radius: 23px;
    background: #ffffff;
    transform: perspective(1000px) rotateY(5deg);
    position: relative;
}.contact_usc .query_widgetR:hover {
    transform: perspective(1000px) rotateY(0deg);
}.contact_usc form {
    width: 100%;
}.contact_usc form h3 {
    font-family: Arial, sans-serif;
    color: #000000;
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 23px;
}.contact_usc form input[type="text"] {
    font-size: 18px;
    border-radius: 10px;
    margin-bottom: 20px;
    width: 100%;
    background: rgb(234,224,210);
    color: #000000;
    transition: all 0.3s ease;
    padding: 16px 20px;
    font-family: Arial, sans-serif;
    border: none;
}.contact_usc form input[type="text"]:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgb(213,189,166);
}.contact_usc form input[type="text"]::placeholder {
    opacity: 0.5;
    color: #000000;
}.contact_usc .request_linksr {
    margin-bottom: 30px;
    align-items: flex-start;
    display: flex;
}.contact_usc .request_linksr input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.contact_usc .request_linksr label {
    cursor: pointer;
    padding-left: 35px;
    line-height: 1.5;
    color: #000000;
    font-size: 13px;
    position: relative;
}.contact_usc .request_linksr label::before {
    top: 2px;
    transition: all 0.3s ease;
    width: 22px;
    left: 0;
    border-radius: 4px;
    content: "";
    background: rgb(234,224,210);
    height: 22px;
    position: absolute;
}.contact_usc .request_linksr input[type="checkbox"]:checked + label::before {
    background: rgb(213,189,166);
}.contact_usc .request_linksr input[type="checkbox"]:checked + label::after {
    height: 10px;
    transform: rotate(45deg);
    width: 6px;
    top: 6px;
    content: "";
    left: 8px;
    position: absolute;
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
}.contact_usc .request_linksr label a {
    text-decoration: none;
    transition: all 0.3s ease;
    color: rgb(213,189,166);
}.contact_usc .request_linksr label a:hover {
    color: rgb(188,156,121);
}.contact_usc form .help_panelm {
    font-size: 17px;
    font-weight: 600;
    font-family: Arial, sans-serif;
    color: #ffffff;
    position: relative;
    cursor: pointer;
    background: rgb(213,189,166);
    padding: 16px 35px;
    overflow: hidden;
    border-radius: 10px;
    transition: all 0.3s ease;
    border: none;
}.contact_usc form .help_panelm::after {
    height: 100%;
    background: rgb(188,156,121);
    position: absolute;
    right: 0;
    content: "";
    transition: width 0.3s ease;
    z-index: 0;
    top: 0;
    width: 0;
}.contact_usc form .help_panelm:hover::after {
    right: auto;
    width: 100%;
    left: 0;
}.contact_usc form .help_panelm span {
    z-index: 1;
    position: relative;
}.contact_usc svg {
    height: 22px;
    width: 22px;
    fill: rgb(213,189,166);
}.contact_usc svg path {
    transition: fill 0.3s ease;
    fill: rgb(213,189,166);
}

@media screen and (max-width: 1100px) {.contact_usc .reach_linksv {
    grid-template-columns: 1fr 400px;
    gap: 30px;
}.contact_usc .background_imageM {
    height: 500px;
}.contact_usc .query_widgetR {
    padding: 40px;
}
}

@media screen and (max-width: 991px) {.contact_usc {
    padding: 80px 0;
}.contact_usc .reach_linksv {
    grid-template-columns: 1fr;
    gap: 40px;
}.contact_usc .background_imageM {
    transform: perspective(1000px) rotateY(0deg);
    height: 400px;
}.contact_usc .query_widgetR {
    transform: perspective(1000px) rotateY(0deg);
}
}

@media screen and (max-width: 767px) {.contact_usc {
    padding: 60px 0;
}.contact_usc h2 {
    margin-bottom: 40px;
}.contact_usc .background_imageM {
    height: 350px;
}
}

@media screen and (max-width: 576px) {.contact_usc {
    padding: 50px 0;
}.contact_usc h2 {
    font-size: calc(30px * 0.85);
}.contact_usc .background_imageM {
    height: 250px;
}.contact_usc .query_widgetR {
    padding: 30px 25px;
}.contact_usc form h3 {
    font-size: calc(23px * 0.9);
}.contact_usc form .help_panelm {
    width: 100%;
}}.diploma_ctam {
    z-index: 1;
    padding: 80px 0 40px;
    position: relative;
    color: #ffffff;
    font-family: Arial, sans-serif;
}@keyframes pulseLine {
    0%, 100% {
        opacity: 0.6;
    }
    50% {
        opacity: 1;
    }
}

.diploma_ctam .container {
    display: flex;
    justify-content: space-between;
    position: relative;
}.diploma_ctam .company_holder {
    flex: 0 0 30%;
    padding-right: 30px;
    position: relative;
}.diploma_ctam .company_holder::after {
    content: '';
    background: linear-gradient(to bottom, transparent, rgb(213,189,166), transparent);
    position: absolute;
    height: 80%;
    width: 1px;
    top: 10%;
    right: 0;
}.diploma_ctam .company_holder h3 {
    margin-bottom: 20px;
    color: #ffffff;
    display: inline-block;
    text-shadow: 0 0 10px rgb(213,189,166,0.5);
    font-size: calc(31px * 0.9);
    font-weight: 700;
    position: relative;
}.diploma_ctam .company_holder h3::after {
    background: rgb(213,189,166);
    bottom: -5px;
    left: 0;
    position: absolute;
    transition: width 0.3s ease-in-out;
    width: 40%;
    content: '';
    height: 2px;
}.diploma_ctam .company_holder h3:hover::after {
    width: 100%;
}.diploma_ctam .scholar_ctaK {
    border-radius: 10px;
    transition: all 0.3s ease;
    backdrop-filter: blur(5px);
    color: #ffffff;
    padding: 15px;
    margin-top: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    line-height: 1.6;
    background: rgba(255, 255, 255, 0.08);
    font-size: 16px;
    transform: translateZ(0);
}.diploma_ctam .scholar_ctaK:hover {
    transform: translateY(-2px) translateZ(0);
    background: rgba(255, 255, 255, 0.12);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}.diploma_ctam .career_helpw {
    flex: 0 0 65%;
    justify-content: space-between;
    display: flex;
    position: relative;
}.diploma_ctam .nav_know9 {
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}.diploma_ctam .nav_guideJ {
    border-radius: 26px;
    backdrop-filter: blur(10px);
    flex: 0 0 45%;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: rgba(255, 255, 255, 0.05);
    overflow: hidden;
    position: relative;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    padding: 20px;
}.diploma_ctam .nav_guideJ::before {
    z-index: -1;
    transform: translateX(-100%);
    content: '';
    transition: transform 0.6s ease;
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, transparent, rgba(255, 255, 255, 0.1), transparent);
}.diploma_ctam .nav_guideJ:hover::before {
    transform: translateX(100%);
}.diploma_ctam .nav_guideJ h5 {
    font-weight: 600;
    padding-bottom: 10px;
    margin-bottom: 20px;
    color: #ffffff;
    position: relative;
    font-size: 22px;
}.diploma_ctam .nav_guideJ h5::after {
    bottom: 0;
    content: '';
    background: rgb(213,189,166);
    position: absolute;
    width: 40px;
    left: 0;
    height: 2px;
    transition: width 0.3s ease, box-shadow 0.3s ease;
}.diploma_ctam .nav_guideJ:hover h5::after {
    width: 70px;
    box-shadow: 0 0 8px rgb(213,189,166), 0 0 16px rgb(213,189,166,0.5);
}.diploma_ctam .nav_guideJ .nav_know9 {
    flex-direction: column;
    display: flex;
    gap: 12px;
}.diploma_ctam .nav_guideJ .nav_know9 a {
    color: #ffffff;
    padding-left: 0;
    opacity: 0.85;
    display: inline-block;
    position: relative;
    font-size: calc(16px * 0.95);
    text-decoration: none;
    transition: all 0.3s ease;
}.diploma_ctam .nav_guideJ .nav_know9 a::before {
    transition: width 0.3s ease, transform 0.3s ease;
    height: 1px;
    background: linear-gradient(90deg, rgb(213,189,166), transparent);
    content: '';
    transform-origin: left;
    width: 0;
    position: absolute;
    bottom: -2px;
    left: 0;
}.diploma_ctam .nav_guideJ .nav_know9 a:hover {
    color: #ffffff;
    padding-left: 5px;
    opacity: 1;
}.diploma_ctam .nav_guideJ .nav_know9 a:hover::before {
    width: 100%;
    box-shadow: 0 0 5px rgb(213,189,166,0.5);
}.footer_classes7 {
    background: rgba(0, 0, 0, 0.5);
    position: relative;
    backdrop-filter: blur(10px);
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding: 15px 0;
}.footer_classes7::before {
    height: 1px;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(90deg, transparent, rgb(213,189,166,0.5), transparent);
    content: '';
    right: 0;
}.footer_classes7 .container {
    display: flex;
    justify-content: center;
    align-items: center;
}.footer_classes7 .module_endC {
    opacity: 0.8;
    transition: opacity 0.3s ease;
    text-align: center;
    font-size: 12px;
    letter-spacing: 0.5px;
    color: #ffffff;
}.footer_classes7 .module_endC:hover {
    opacity: 1;
}

@media (max-width: 991px) {.diploma_ctam {
    padding: 60px 0 30px;
}.diploma_ctam .container {
    flex-direction: column;
}.diploma_ctam .company_holder {
    margin-bottom: 40px;
    flex: 0 0 100%;
    padding-right: 0;
}.diploma_ctam .company_holder::after {
    display: none;
}.diploma_ctam .career_helpw {
    flex: 0 0 100%;
}.diploma_ctam .nav_guideJ {
    margin-bottom: 20px;
    flex: 0 0 calc(50% - 20px);
}
}

@media (max-width: 768px) {.diploma_ctam {
    padding: 40px 0 20px;
}.diploma_ctam .nav_know9 {
    flex-direction: column;
}.diploma_ctam .nav_guideJ {
    margin-bottom: 20px;
    flex: 0 0 100%;
}.diploma_ctam .company_holder h3 {
    font-size: calc(31px * 0.8);
}.diploma_ctam .nav_guideJ h5 {
    font-size: calc(22px * 0.9);
}.footer_classes7 .module_endC {
    font-size: calc(12px * 0.9);
}
}

@media (max-width: 576px) {.diploma_ctam {
    padding: 30px 0 15px;
}.diploma_ctam .company_holder {
    margin-bottom: 30px;
}.diploma_ctam .company_holder h3 {
    font-size: calc(31px * 0.7);
}.diploma_ctam .nav_guideJ h5 {
    font-size: calc(22px * 0.8);
}.footer_classes7 {
    padding: 10px 0;
}.footer_classes7 .module_endC {
    font-size: calc(12px * 0.8);
}}


footer {
    position: relative;
}footer::after {
    left: 0;
    position: absolute;
    content: '';
    z-index: 0;
    right: 0;
    opacity: 0.3;
    top: 0;
    bottom: 0;
    background-image: 
        linear-gradient(0deg, transparent 24%, rgba(255, 255, 255, .05) 25%, rgba(255, 255, 255, .05) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, .05) 75%, rgba(255, 255, 255, .05) 76%, transparent 77%, transparent),
        linear-gradient(90deg, transparent 24%, rgba(255, 255, 255, .05) 25%, rgba(255, 255, 255, .05) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, .05) 75%, rgba(255, 255, 255, .05) 76%, transparent 77%, transparent);
    background-size: 50px 50px;
}.diploma_ctam .company_holder h3 {
    overflow: hidden;
    position: relative;
}.diploma_ctam .company_holder h3::before {
    top: 0;
    left: -100%;
    height: 100%;
    transition: 0.5s;
    pointer-events: none;
    position: absolute;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    content: '';
}.diploma_ctam .company_holder h3:hover::before {
    left: 100%;
}.plan_chooser4 {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}.plan_chooser4::before {
    background: #000000;
    right: 0;
    bottom: 0;
    top: 0;
    left: 0;
    z-index: 1;
    position: absolute;
    content: "";
    opacity: 0.85;
}.plan_chooser4 .container {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    padding: 0 15px;
    z-index: 2;
}.plan_chooser4 .cost_levelsZ {
    text-align: center;
}.plan_chooser4 h2 {
    font-size: 36px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 1.5rem;
    position: relative;
    display: inline-block;
}.plan_chooser4 h2::after {
    width: 80px;
    left: 50%;
    content: "";
    height: 3px;
    background: linear-gradient(90deg, rgb(213,189,166), rgb(188,156,121));
    transform: translateX(-50%);
    bottom: -10px;
    position: absolute;
}.plan_chooser4 .learning_fees6 {
    color: #ffffff;
    font-size: calc(13px * 1.1);
    opacity: 0.9;
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto 3rem;
}.plan_chooser4 .training_sub0 {
    list-style: none;
    padding: 0;
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    perspective: 1000px;
}.plan_chooser4 .training_sub0 li {
    transform-style: preserve-3d;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}.plan_chooser4 .learn_pricingS {
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    text-decoration: none;
    height: 100%;
    border: 1px solid rgba(255,255,255,0.1);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    background: linear-gradient(135deg, rgba(255,255,255,0.1), rgba(255,255,255,0.03));
    backdrop-filter: blur(10px);
    overflow: hidden;
    display: block;
}.plan_chooser4 .learn_pricingS::before {
    transform-origin: left;
    height: 5px;
    background: linear-gradient(90deg, rgb(213,189,166), rgb(188,156,121));
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    transform: scaleX(0);
    content: "";
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}.plan_chooser4 .learn_pricingS:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.3);
}.plan_chooser4 .learn_pricingS:hover::before {
    transform: scaleX(1);
}.plan_chooser4 .fee_options8 {
    padding: 2.5rem 1.5rem;
    display: flex;
    flex-direction: column;
    height: 100%;
}.plan_chooser4 .pricing_levelsb {
    display: flex;
    height: 100%;
    justify-content: space-between;
    color: #ffffff;
    flex-direction: column;
}.plan_chooser4 .pricing_levelsb h4 {
    font-weight: 700;
    display: inline-block;
    font-size: calc(18px * 1.1);
    margin-top: 0;
    margin-bottom: 1.5rem;
    color: #ffffff;
    position: relative;
}.plan_chooser4 .pricing_levelsb h4::after {
    height: 2px;
    background: rgb(213,189,166);
    content: "";
    position: absolute;
    left: 0;
    width: 40px;
    bottom: -8px;
}.plan_chooser4 .pricing_levelsb p {
    overflow-y: auto;
    opacity: 0.85;
    scrollbar-width: thin;
    word-wrap: break-word;
    text-align: left;
    overflow-wrap: break-word;
    scrollbar-color: rgb(213,189,166) rgba(255,255,255,0.1);
    color: #ffffff;
    margin-bottom: 2rem;
    max-height: 200px;
    white-space: normal;
    font-size: 13px;
    line-height: 1.6;
}.plan_chooser4 .pricing_levelsb p::-webkit-scrollbar {
    width: 4px;
}.plan_chooser4 .pricing_levelsb p::-webkit-scrollbar-track {
    background: rgba(255,255,255,0.1);
}.plan_chooser4 .pricing_levelsb p::-webkit-scrollbar-thumb {
    background: rgb(213,189,166);
}.plan_chooser4 .study_ratesU {
    display: inline-block;
    padding: 0.75rem 1.5rem;
    transition: all 0.3s ease;
    font-size: calc(18px * 1.2);
    background: linear-gradient(135deg, rgb(213,189,166), rgb(188,156,121));
    border-radius: 10px;
    color: #ffffff;
    position: relative;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    margin-top: auto;
    align-self: flex-start;
    overflow: hidden;
    font-weight: 700;
}.plan_chooser4 .study_ratesU::before {
    left: -100%;
    height: 100%;
    top: 0;
    content: "";
    width: 100%;
    transition: all 0.8s ease;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
}.plan_chooser4 .learn_pricingS:hover .study_ratesU::before {
    left: 100%;
}

@media (max-width: 992px) {.plan_chooser4 {
    padding: 80px 0;
}.plan_chooser4 .training_sub0 {
    gap: 1.25rem;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}.plan_chooser4 .fee_options8 {
    padding: 2rem 1.25rem;
}
}

@media (max-width: 768px) {.plan_chooser4 {
    padding: 60px 0;
}.plan_chooser4 .training_sub0 {
    max-width: 450px;
    grid-template-columns: 1fr;
    margin: 0 auto;
}.plan_chooser4 h2 {
    font-size: calc(36px * 0.9);
}.plan_chooser4 .learning_fees6 {
    margin-bottom: 2rem;
    font-size: 13px;
}.plan_chooser4 .pricing_levelsb p {
    max-height: 150px;
}
}

@media (max-width: 576px) {.plan_chooser4 {
    padding: 50px 0;
}.plan_chooser4 h2 {
    font-size: calc(36px * 0.8);
}.plan_chooser4 .fee_options8 {
    padding: 1.5rem 1rem;
}.plan_chooser4 .study_ratesU {
    padding: 0.5rem 1rem;
    font-size: 18px;
}
}

@media (hover: none) {.plan_chooser4 .learn_pricingS:hover {
    transform: none;
}}.who_we_are1 {
    position: relative;
    background: rgb(234,224,210);
    overflow: hidden;
    padding: 100px 0;
}.who_we_are1::before {
    content: "";
    position: absolute;
    width: 100%;
    background: linear-gradient(135deg, rgb(213,189,166,0.5) 0%, transparent 50%, rgb(188,156,121,0.5) 100%);
    opacity: 0.15;
    height: 100%;
    top: 0;
    z-index: 1;
    left: 0;
}.who_we_are1 .container {
    z-index: 2;
    position: relative;
}.who_we_are1 .learn_expertsI {
    display: flex;
    position: relative;
    flex-wrap: wrap;
}.who_we_are1 h3 {
    font-weight: 700;
    font-size: 28px;
    text-transform: uppercase;
    width: 100%;
    color: #000000;
    position: relative;
    text-align: center;
    margin-bottom: 60px;
    letter-spacing: 2px;
}.who_we_are1 h3::after {
    height: 3px;
    width: 50px;
    content: "";
    position: absolute;
    left: 50%;
    background: rgb(213,189,166);
    transform: translateX(-50%);
    bottom: -15px;
}.who_we_are1 .study_studio2,
.who_we_are1 .why_choosey {
    position: relative;
    width: calc(50% - 30px);
    margin-bottom: 30px;
}.who_we_are1 .study_studio2 {
    margin-right: 60px;
    padding-right: 30px;
}.who_we_are1 .study_studio2 span {
    position: relative;
    padding-bottom: 10px;
    border-bottom: 2px solid rgb(213,189,166,0.5);
    font-weight: 600;
    color: rgb(213,189,166);
    margin-bottom: 20px;
    font-size: 22px;
    display: inline-block;
}.who_we_are1 .study_studio2 p,
.who_we_are1 .why_choosey p {
    font-size: 12px;
    margin-bottom: 30px;
    line-height: 1.8;
    color: #000000;
}.who_we_are1 .background_imageM,
.who_we_are1 .class_spaceU {
    transition: all 0.4s ease;
    height: 320px;
    overflow: hidden;
    position: relative;
    border-radius: 14px 14px 0 14px;
}.who_we_are1 .background_imageM:hover,
.who_we_are1 .class_spaceU:hover {
    transform: scale(1.02);
}.who_we_are1 .background_imageM::after,
.who_we_are1 .class_spaceU::after {
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    background: linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0.5));
    z-index: 1;
    height: 100%;
    width: 100%;
}.who_we_are1 .background_imageM::before,
.who_we_are1 .class_spaceU::before {
    border-radius: 14px 14px 0 14px;
    content: "";
    height: 100%;
    left: 0;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    border-bottom-color: rgb(213,189,166,0.5);
    border-left-color: rgb(213,189,166,0.5);
    width: 100%;
    z-index: 2;
    opacity: 0;
    border: 8px solid transparent;
    transition: opacity 0.4s ease;
}.who_we_are1 .class_spaceU::before {
    border-bottom-color: rgb(188,156,121,0.5);
    border-left-color: rgb(188,156,121,0.5);
}.who_we_are1 .background_imageM:hover::before,
.who_we_are1 .class_spaceU:hover::before {
    opacity: 1;
}.who_we_are1 .learn_expertsI::before {
    background: linear-gradient(to bottom, rgb(213,189,166,0.5), rgb(188,156,121,0.5));
    left: 50%;
    top: 50%;
    position: absolute;
    height: 70%;
    content: "";
    width: 2px;
    transform: translate(-50%, -50%);
}.who_we_are1 .learn_expertsI::after {
    position: absolute;
    border-radius: 50%;
    top: 50%;
    background: #ffffff;
    border: 2px solid rgb(213,189,166);
    left: 50%;
    height: 20px;
    transform: translate(-50%, -50%);
    width: 20px;
    content: "";
}

@media (max-width: 1200px) {.who_we_are1 {
    padding: 80px 0;
}.who_we_are1 h3 {
    margin-bottom: 50px;
}.who_we_are1 .study_studio2,
    .who_we_are1 .why_choosey {
    width: calc(50% - 20px);
}.who_we_are1 .study_studio2 {
    margin-right: 40px;
}.who_we_are1 .background_imageM,
    .who_we_are1 .class_spaceU {
    height: 280px;
}
}

@media (max-width: 992px) {.who_we_are1 h3 {
    margin-bottom: 40px;
}.who_we_are1 .study_studio2,
    .who_we_are1 .why_choosey {
    width: 100%;
    margin-right: 0;
    padding-right: 0;
}.who_we_are1 .why_choosey {
    margin-top: 50px;
}.who_we_are1 .learn_expertsI::before,
    .who_we_are1 .learn_expertsI::after {
    display: none;
}
}

@media (max-width: 768px) {.who_we_are1 {
    padding: 60px 0;
}.who_we_are1 h3 {
    font-size: calc(28px * 0.9);
    letter-spacing: 1px;
}.who_we_are1 .study_studio2 span {
    font-size: calc(22px * 0.95);
}.who_we_are1 .background_imageM,
    .who_we_are1 .class_spaceU {
    height: 260px;
}
}

@media (max-width: 576px) {.who_we_are1 {
    padding: 50px 0;
}.who_we_are1 h3 {
    margin-bottom: 35px;
    font-size: calc(28px * 0.85);
}.who_we_are1 .study_studio2 span {
    margin-bottom: 15px;
    font-size: calc(22px * 0.9);
}.who_we_are1 .study_studio2 p,
    .who_we_are1 .why_choosey p {
    margin-bottom: 25px;
    line-height: 1.7;
    font-size: calc(12px * 0.95);
}.who_we_are1 .background_imageM,
    .who_we_are1 .class_spaceU {
    height: 220px;
}.who_we_are1 .background_imageM::before,
    .who_we_are1 .class_spaceU::before {
    border-width: 6px;
}}

.who_we_are1 .why_choosey p {
    position: relative;
    padding-left: 25px;
}.who_we_are1 .why_choosey p::before {
    position: absolute;
    bottom: 5px;
    border-radius: 10px;
    background: rgb(188,156,121,0.5);
    left: 0;
    width: 4px;
    content: "";
    top: 5px;
}.who_we_are1 .study_studio2::after {
    border-left: 3px solid rgb(213,189,166);
    height: 50px;
    border-top: 3px solid rgb(213,189,166);
    top: -10px;
    position: absolute;
    opacity: 0.7;
    left: -10px;
    content: "";
    width: 50px;
}.who_we_are1 .why_choosey::after {
    width: 50px;
    position: absolute;
    height: 50px;
    right: -10px;
    opacity: 0.7;
    border-bottom: 3px solid rgb(188,156,121);
    content: "";
    bottom: -10px;
    border-right: 3px solid rgb(188,156,121);
}.give_it_a_tryJ {
    background: linear-gradient(140deg, rgb(234,224,210) 0%, #ffffff 100%);
    overflow: hidden;
    position: relative;
    padding: 130px 0;
}.give_it_a_tryJ::before {
    left: 0;
    background-image: 
        linear-gradient(to right, rgb(213,189,166,0.5) 1px, transparent 1px),
        linear-gradient(to bottom, rgb(213,189,166,0.5) 1px, transparent 1px);
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    opacity: 0.08;
    background-size: 20px 20px;
    z-index: 1;
    width: 100%;
}.give_it_a_tryJ .learn_expertsI {
    z-index: 10;
    background: #ffffff;
    position: relative;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.07);
    justify-content: space-between;
    align-items: center;
    display: flex;
    flex-direction: row;
    border-radius: 15px;
    padding: 60px;
}.give_it_a_tryJ .learn_expertsI::before {
    background: linear-gradient(45deg, transparent 96%, rgb(213,189,166) 96%, rgb(213,189,166) 100%);
    top: 0;
    content: '';
    width: 100%;
    z-index: -1;
    border-radius: 15px;
    height: 100%;
    position: absolute;
    left: 0;
}.give_it_a_tryJ .container p {
    flex: 0 0 65%;
    position: relative;
    font-size: 35px;
    z-index: 5;
    color: #000000;
    line-height: 1.4;
    font-weight: 700;
    margin: 0;
}.give_it_a_tryJ .help_panelm {
    border-radius: 6px;
    text-decoration: none;
    height: 80px;
    border: 2px solid rgb(213,189,166);
    z-index: 5;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(213,189,166,0.5) 0%, transparent 100%);
    font-size: 14px;
    color: rgb(213,189,166);
    justify-content: center;
    font-weight: 600;
    display: flex;
    transition: all 0.4s ease;
    align-items: center;
    flex: 0 0 30%;
}.give_it_a_tryJ .help_panelm::before {
    z-index: -1;
    transition: transform 0.4s ease;
    top: -2px;
    height: calc(100% + 4px);
    left: -2px;
    transform: translateX(-100%);
    background: rgb(213,189,166);
    width: calc(100% + 4px);
    position: absolute;
    content: '';
}.give_it_a_tryJ .help_panelm:hover {
    box-shadow: 0 10px 30px rgb(213,189,166,0.5);
    color: #ffffff;
}.give_it_a_tryJ .help_panelm:hover::before {
    transform: translateX(0);
}.give_it_a_tryJ::after {
    content: '';
    width: 400px;
    z-index: 1;
    background: radial-gradient(circle, rgb(213,189,166,0.5) 0%, transparent 70%);
    top: -200px;
    right: -200px;
    position: absolute;
    opacity: 0.4;
    height: 400px;
}.give_it_a_tryJ .learn_expertsI::after {
    bottom: -15px;
    border-radius: 50%;
    z-index: 2;
    left: 60px;
    position: absolute;
    border: 2px solid rgb(213,189,166);
    width: 30px;
    height: 30px;
    content: '';
    background: #ffffff;
}

@media (max-width: 991px) {.give_it_a_tryJ {
    padding: 100px 0;
}.give_it_a_tryJ .learn_expertsI {
    padding: 40px;
}.give_it_a_tryJ .container p {
    font-size: calc(18px * 1.2);
}.give_it_a_tryJ .help_panelm {
    height: 70px;
}.give_it_a_tryJ .learn_expertsI::after {
    height: 25px;
    width: 25px;
    left: 40px;
    bottom: -12px;
}
}

@media (max-width: 767px) {.give_it_a_tryJ {
    padding: 80px 0;
}.give_it_a_tryJ .learn_expertsI {
    padding: 30px;
    gap: 40px;
    flex-direction: column;
}.give_it_a_tryJ .container p {
    flex: none;
    width: 100%;
    font-size: 18px;
}.give_it_a_tryJ .help_panelm {
    flex: none;
    width: 100%;
    height: 60px;
}.give_it_a_tryJ .learn_expertsI::after {
    width: 20px;
    height: 20px;
    left: 30px;
    bottom: -10px;
}
}

@media (max-width: 480px) {.give_it_a_tryJ {
    padding: 60px 0;
}.give_it_a_tryJ .learn_expertsI {
    padding: 25px;
    gap: 30px;
}.give_it_a_tryJ .container p {
    font-size: calc(15px * 1.2);
}.give_it_a_tryJ .help_panelm {
    font-size: calc(14px * 0.9);
    height: 50px;
}}.thanks_boxz {
    background: linear-gradient(135deg, rgb(234,224,210) 0%, rgb(213,189,166,0.5) 100%);
    padding: 100px 0;
    overflow: hidden;
    position: relative;
}.thanks_boxz::before {
    background-image: repeating-linear-gradient(0deg, transparent, transparent 20px, rgba(255,255,255,0.03) 20px, rgba(255,255,255,0.03) 40px);
    content: "";
    pointer-events: none;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}.thanks_boxz::after {
    background: radial-gradient(circle, rgb(188,156,121) 0%, transparent 70%);
    filter: blur(50px);
    border-radius: 50%;
    animation: float 15s infinite ease-in-out;
    opacity: 0.2;
    height: 300px;
    content: "";
    width: 300px;
    position: absolute;
    right: -150px;
    top: -150px;
}.thanks_boxz .container {
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
}.thanks_boxz h2 {
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    font-weight: 700;
    letter-spacing: 0.5px;
    line-height: 1.4;
    font-size: 36px;
    transform: perspective(1000px) rotateX(2deg);
    color: rgb(213,189,166);
    font-family: Arial, sans-serif;
    transform-origin: center;
}.thanks_boxz h2::after {
    transform: translateX(-50%);
    left: 50%;
    transition: width 0.3s ease;
    position: absolute;
    bottom: -15px;
    background: linear-gradient(90deg, rgb(213,189,166), rgb(188,156,121));
    content: "";
    height: 3px;
    width: 80px;
}.thanks_boxz .learn_expertsI {
    border-radius: 18px;
    box-shadow: 0 15px 30px rgba(0,0,0,0.1), 
                0 5px 15px rgba(0,0,0,0.05);
    transform: translateY(0);
    background: #ffffff;
    position: relative;
    overflow: hidden;
    padding: 40px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.thanks_boxz .learn_expertsI::before {
    width: 100%;
    height: 6px;
    animation: gradientShift 6s infinite linear;
    background-size: 200% 100%;
    background: linear-gradient(90deg, rgb(213,189,166), rgb(188,156,121), rgb(213,189,166));
    left: 0;
    top: 0;
    position: absolute;
    content: "";
}.thanks_boxz .learn_expertsI:hover {
    transform: translateY(-5px);
}.thanks_boxz .learn_expertsI:hover h2::after {
    width: 120px;
}.thanks_boxz ul {
    list-style: none;
    padding: 0;
    margin: 0;
}.thanks_boxz li {
    position: relative;
    padding-left: 25px;
}.thanks_boxz li::before {
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    content: "";
    height: 10px;
    position: absolute;
    transform: rotate(45deg);
    transition: transform 0.3s ease;
    left: 0;
    background: rgb(188,156,121);
    width: 10px;
    top: 8px;
}.thanks_boxz li:hover::before {
    transform: rotate(225deg) scale(1.2);
}.thanks_boxz span {
    position: relative;
    font-size: calc(15px + 2px);
    font-weight: 400;
    line-height: 1.7;
    display: block;
    font-family: Arial, sans-serif;
    padding: 10px 0;
    color: #000000;
    letter-spacing: 0.3px;
}.thanks_boxz span::after {
    background: linear-gradient(90deg, transparent, rgba(0,0,0,0.05), transparent);
    left: 0;
    height: 1px;
    bottom: 0;
    content: "";
    width: 100%;
    position: absolute;
}

@keyframes gradientShift {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

@keyframes float {
    0% { transform: translate(0, 0); }
    25% { transform: translate(-30px, 30px); }
    50% { transform: translate(0, 60px); }
    75% { transform: translate(30px, 30px); }
    100% { transform: translate(0, 0); }
}

@media (max-width: 1024px) {.thanks_boxz {
    padding: 80px 0;
}.thanks_boxz h2 {
    font-size: calc(36px - 2px);
}.thanks_boxz .learn_expertsI {
    padding: 30px;
}.thanks_boxz span {
    font-size: 15px;
}
}

@media (max-width: 768px) {.thanks_boxz {
    padding: 60px 0;
}.thanks_boxz h2 {
    transform: perspective(1000px) rotateX(1deg);
    font-size: calc(36px - 4px);
}.thanks_boxz .learn_expertsI {
    padding: 25px;
}.thanks_boxz li::before {
    top: 6px;
}.thanks_boxz span {
    font-size: calc(15px - 1px);
    line-height: 1.6;
}
}

@media (max-width: 480px) {.thanks_boxz {
    padding: 40px 0;
}.thanks_boxz h2 {
    font-size: calc(36px - 6px);
    margin-bottom: 30px;
    transform: none;
}.thanks_boxz h2::after {
    bottom: -10px;
    width: 60px;
}.thanks_boxz .learn_expertsI {
    padding: 20px;
}.thanks_boxz li {
    padding-left: 20px;
}.thanks_boxz li::before {
    top: 7px;
    height: 8px;
    width: 8px;
}.thanks_boxz span {
    font-size: calc(15px - 2px);
    line-height: 1.5;
    letter-spacing: 0.2px;
}}.course_programJ {
    overflow: hidden;
    position: relative;
    background: rgb(234,224,210);
    padding: 120px 0;
}.course_programJ::before {
    left: -100px;
    top: -100px;
    background: rgb(213,189,166,0.5);
    height: 300px;
    position: absolute;
    width: 300px;
    content: "";
    z-index: 0;
    filter: blur(120px);
    opacity: 0.4;
    animation: floatEffect 15s infinite alternate ease-in-out;
}.course_programJ::after {
    animation: floatEffect 18s infinite alternate-reverse ease-in-out;
    width: 350px;
    right: -100px;
    background: rgb(188,156,121,0.5);
    z-index: 0;
    opacity: 0.3;
    height: 350px;
    content: "";
    filter: blur(150px);
    position: absolute;
    bottom: -100px;
}.course_programJ .container {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
}.course_programJ .lesson_plana {
    display: flex;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    overflow: hidden;
    position: relative;
    flex-direction: column;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.05),
                -20px -20px 60px rgba(255, 255, 255, 0.8);
    background: #ffffff;
}.course_programJ .lesson_plana:hover {
    box-shadow: 25px 25px 70px rgba(0, 0, 0, 0.08),
                -25px -25px 70px rgba(255, 255, 255, 0.9);
    transform: translateY(-10px);
}.course_programJ .background_imageM {
    height: 280px;
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    width: 100%;
}.course_programJ .background_imageM::after {
    background: linear-gradient(
        135deg,
        rgb(213,189,166,0.5) 0%,
        transparent 100%
    );
    position: absolute;
    transition: opacity 0.5s ease;
    opacity: 0.7;
    inset: 0;
    content: "";
}.course_programJ .lesson_plana:hover .background_imageM {
    transform: scale(1.05);
}.course_programJ .lesson_plana:hover .background_imageM::after {
    opacity: 0.5;
}.course_programJ .text_titleA {
    position: relative;
    padding: 40px;
    background: #ffffff;
    transform: translateY(-30px);
    margin: 0 15px;
    box-shadow: 0 -15px 30px rgba(0, 0, 0, 0.05);
}.course_programJ .text_titleA::before {
    position: absolute;
    height: 4px;
    content: "";
    background: rgb(213,189,166);
    width: 40px;
    top: -8px;
    left: 20px;
}.course_programJ .text_titleA h3 {
    position: relative;
    line-height: 1.4;
    color: #000000;
    animation: slideIn 0.7s 0.2s forwards cubic-bezier(0.19, 1, 0.22, 1);
    font-weight: 700;
    transform: translateX(-10px);
    font-family: Arial, sans-serif;
    margin-bottom: 25px;
    opacity: 0;
    font-size: calc(19px * 1.05);
}.course_programJ .text_titleA p.description {
    transform: translateY(10px);
    max-height: 200px;
    font-size: 18px;
    font-family: Arial, sans-serif;
    padding-right: 15px;
    font-weight: 400;
    margin-bottom: 20px;
    line-height: 1.7;
    animation: fadeUp 0.7s 0.4s forwards cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    opacity: 0;
    overflow-y: auto;
    color: #000000;
}.course_programJ .text_titleA p.description::-webkit-scrollbar {
    width: 4px;
}.course_programJ .text_titleA p.description::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
}.course_programJ .text_titleA p.description::-webkit-scrollbar-thumb {
    transition: background 0.3s ease;
    background: rgb(213,189,166,0.5);
}.course_programJ .text_titleA p.description::-webkit-scrollbar-thumb:hover {
    background: rgb(213,189,166);
}.course_programJ .text_titleA span.description {
    display: none;
}.course_programJ .text_titleA div {
    position: relative;
}.course_programJ .text_titleA div::after {
    content: "";
    left: 0;
    pointer-events: none;
    height: 50px;
    bottom: 0;
    position: absolute;
    width: 100%;
    background: linear-gradient(to top, #ffffff 0%, transparent 100%);
}

@keyframes slideIn {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fadeUp {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes floatEffect {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(40px, 40px);
    }
}

@media (min-width: 768px) {.course_programJ .lesson_plana {
    flex-direction: row;
    align-items: stretch;
    max-height: 500px;
}.course_programJ .background_imageM {
    height: auto;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
    flex: 0 0 45%;
}.course_programJ .text_titleA {
    flex-direction: column;
    transform: translateY(0) translateX(-30px);
    display: flex;
    justify-content: center;
    margin: 30px 30px 30px 0;
    flex: 0 0 55%;
}.course_programJ .text_titleA::before {
    width: 4px;
    left: -8px;
    height: 40px;
    top: 20px;
}.course_programJ .text_titleA h3 {
    font-size: 19px;
}.course_programJ .text_titleA p.description {
    max-height: 330px;
}
}

@media (min-width: 992px) {.course_programJ .lesson_plana {
    max-height: 450px;
}.course_programJ .background_imageM {
    flex: 0 0 40%;
}.course_programJ .text_titleA {
    padding: 50px;
    flex: 0 0 60%;
}.course_programJ .text_titleA h3 {
    font-size: calc(19px * 1.1);
    margin-bottom: 30px;
}.course_programJ .text_titleA p.description {
    max-height: 250px;
    line-height: 1.8;
}
}

@media (min-width: 1200px) {.course_programJ {
    padding: 150px 0;
}.course_programJ .lesson_plana {
    max-height: 480px;
}.course_programJ .background_imageM {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
}.course_programJ .text_titleA {
    padding: 60px;
}.course_programJ .text_titleA h3 {
    font-size: calc(19px * 1.2);
    margin-bottom: 35px;
}.course_programJ .text_titleA p.description {
    max-height: 280px;
}
}

@media (max-width: 767px) {.course_programJ {
    padding: 80px 0;
}.course_programJ .text_titleA {
    padding: 30px 25px;
}.course_programJ .text_titleA h3 {
    font-size: calc(17px * 1.2);
    margin-bottom: 20px;
}.course_programJ .text_titleA p.description {
    line-height: 1.6;
    max-height: 180px;
    font-size: calc(18px * 0.95);
}}.title_boardu {
    position: relative;
    display: flex;
    color: #ffffff;
    justify-content: center;
    overflow: hidden;
    min-height: 100vh;
    align-items: center;
    padding: 2rem;
}.title_boardu::before {
    position: absolute;
    z-index: 1;
    backdrop-filter: blur(3px) saturate(110%);
    left: 0;
    background: linear-gradient(135deg, 
    rgba(0, 0, 0, 0.85) 0%,
    rgba(0, 0, 0, 0.65) 50%,
    rgba(0, 0, 0, 0.5) 100%);
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
}.title_boardu::after {
    left: 0;
    pointer-events: none;
    top: 0;
    width: 100%;
    content: "";
    height: 100%;
    z-index: 2;
    opacity: 0.05;
    position: absolute;
    background-image: repeating-linear-gradient(
    45deg,
    rgb(213,189,166,0.5) 0,
    rgb(213,189,166,0.5) 1px,
    transparent 1px,
    transparent 30px
  );
}.title_boardu > div {
    animation: fadeUp 1.2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    opacity: 1;
    flex-direction: column;
    max-width: 1200px;
    display: flex;
    gap: 3rem;
    width: 100%;
    z-index: 3;
    transform: translateY(0);
    position: relative;
}.title_boardu > div > div:first-child {
    overflow: hidden;
    margin-bottom: 1rem;
    position: relative;
}.title_boardu .title_style_header {
    letter-spacing: -0.02em;
    font-size: clamp(2.5rem, 5vw, 42px);
    color: #ffffff;
    animation: slideInLeft 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    font-weight: 700;
    text-shadow: 0 2px 15px rgba(0, 0, 0, 0.15);
    line-height: 1.2;
    margin: 0;
    position: relative;
    transform-origin: left center;
}.title_boardu .title_style_header::after {
    background: rgb(213,189,166);
    width: 6rem;
    animation: lineExpand 1.2s cubic-bezier(0.25, 1, 0.5, 1) 0.3s forwards;
    transform-origin: left center;
    height: 4px;
    transform: scaleX(0);
    bottom: -0.5rem;
    position: absolute;
    content: "";
    left: 0;
}.title_boardu .edu_titlev {
    display: flex;
    gap: 1.5rem;
    flex-direction: column;
}.title_boardu .who_weareq {
    border-left: 3px solid rgb(213,189,166);
    opacity: 0;
    background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.05) 0%,
    rgba(255, 255, 255, 0.02) 100%
  );
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transform: translateX(-20px);
    padding: 2rem;
    animation: slideInRight 1s cubic-bezier(0.22, 1, 0.36, 1) 0.4s forwards;
}.title_boardu .who_weareq h3 {
    font-weight: 600;
    margin: 0;
    line-height: 1.4;
    color: #ffffff;
    font-size: clamp(1.25rem, 3vw, 22px);
}.title_boardu .edu_titlev > div:last-child {
    animation: fadeUp 1s ease 0.6s forwards;
    opacity: 0;
    position: relative;
    transform: translateY(20px);
    margin-top: 1rem;
}.title_boardu .edu_titlev > div:last-child::before {
    position: absolute;
    height: 2px;
    top: -10px;
    left: 0;
    background-color: rgb(188,156,121);
    content: "";
    width: 30px;
}.title_boardu span p {
    line-height: 1.6;
    font-size: clamp(1rem, 2.5vw, 15px);
    margin: 0;
    position: relative;
    padding-left: 1rem;
    color: #ffffff;
}.title_boardu span p::before {
    top: 50%;
    position: absolute;
    width: 5px;
    background: linear-gradient(to bottom, rgb(213,189,166), rgb(188,156,121));
    height: 70%;
    content: "";
    transform: translateY(-50%);
    opacity: 0.8;
    left: 0;
}

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

@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-40px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(-40px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

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

@media (min-width: 768px) {.title_boardu {
    padding: 3rem;
}.title_boardu > div {
    gap: 4rem;
}.title_boardu .title_style_header::after {
    width: 8rem;
}.title_boardu .edu_titlev {
    display: grid;
    align-items: center;
    gap: 2rem;
    grid-template-columns: 1.5fr 1fr;
}.title_boardu .who_weareq {
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    transform: perspective(1000px) rotateY(-2deg);
    padding: 2.5rem;
}.title_boardu .who_weareq:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(10px);
}.title_boardu .edu_titlev > div:last-child {
    margin-top: 0;
}
}

@media (min-width: 1200px) {.title_boardu {
    padding: 0 5rem;
}.title_boardu > div {
    gap: 5rem;
}.title_boardu .title_style_header {
    margin-left: -2px;
}.title_boardu .title_style_header::after {
    width: 10rem;
}.title_boardu .who_weareq {
    transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    padding: 3rem;
    margin-left: -1rem;
}.title_boardu .who_weareq:hover {
    background: linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.08) 0%,
      rgba(255, 255, 255, 0.03) 100%
    );
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}.title_boardu span p {
    font-size: 15px;
    max-width: 90%;
}
}

@media (max-width: 767px) {.title_boardu {
    min-height: 80vh;
    padding: 2rem 1.5rem;
}.title_boardu .title_style_header {
    font-size: clamp(2rem, 8vw, 38px);
}.title_boardu .who_weareq {
    padding: 1.5rem;
}}.privacy_defensey {
    color: #000000;
    padding: 40px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
    background-color: rgb(234,224,210);
}.privacy_defensey h1 {
    font-size: 40px;
    border-bottom: 2px solid rgb(213,189,166);
    margin-bottom: 20px;
    font-weight: 700;
    color: rgb(213,189,166);
    padding-bottom: 10px;
}.privacy_defensey h2 {
    margin-bottom: 15px;
    font-size: 34px;
    color: rgb(188,156,121);
    font-weight: 600;
    margin-top: 30px;
}.privacy_defensey h3, .privacy_defensey h4, .privacy_defensey h5, .privacy_defensey h6 {
    margin: 10px 0;
}.privacy_defensey ul {
    list-style: none;
    margin-left: 20px;
    padding-left: 20px;
    color: #000000;
}.privacy_defensey li {
    position: relative;
    font-size: 16px;
    margin-bottom: 10px;
}.privacy_defensey li::before {
    font-weight: 700;
    left: -20px;
    content: '→';
    position: absolute;
    color: rgb(213,189,166);
}.privacy_defensey div {
    margin-bottom: 20px;
}.privacy_defensey p {
    line-height: 1.6;
    color: #000000;
    font-size: 16px;
}.privacy_defensey span {
    border-radius: 10px;
    background-color: rgb(213,189,166,0.5);
    padding: 2px 5px;
}.privacy_defensey a {
    color: rgb(213,189,166);
    font-weight: 600;
    transition: color 0.3s;
    text-decoration: none;
}.privacy_defensey a:hover {
    color: rgb(188,156,121);
}
@media only screen and (max-width: 800px) {.privacy_defensey {
    padding: 20px;
}.privacy_defensey h1 {
    font-size: calc(19px * 0.8);
}.privacy_defensey h2 {
    font-size: calc(19px * 0.8);
}.privacy_defensey ul {
    margin-left: 10px;
    padding-left: 10px;
}.privacy_defensey li::before {
    left: -15px;
}.privacy_defensey p {
    font-size: calc(16px * 0.9);
}}.program_outcomes8 {
    overflow: hidden;
    padding: 80px 0;
    background: radial-gradient(circle at 30% 70%, rgb(234,224,210), #ffffff);
    position: relative;
    font-family: Arial, sans-serif;
}.program_outcomes8::before {
    width: 100%;
    background-image: repeating-linear-gradient(
    45deg,
    #ffffff,
    #ffffff 10px,
    transparent 10px,
    transparent 20px
  );
    opacity: 0.05;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    content: "";
}.program_outcomes8::after {
    height: 400px;
    width: 400px;
    content: "";
    animation: pulse 8s infinite alternate;
    border-radius: 50%;
    opacity: 0.3;
    right: -150px;
    background: rgb(213,189,166,0.5);
    filter: blur(80px);
    top: -150px;
    position: absolute;
}@keyframes pulse {
  0% {
    transform: scale(0.95);
    opacity: 0.2;
  }
  100% {
    transform: scale(1.05);
    opacity: 0.4;
  }
}

.program_outcomes8 .container {
    z-index: 2;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}.program_outcomes8 .learn_expertsI {
    align-items: center;
    position: relative;
    overflow: hidden;
    border-radius: 19px;
    background: linear-gradient(to bottom, #ffffff, rgba(255, 255, 255, 0.8));
    box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.1),
    0 0 0 1px rgba(255, 255, 255, 0.3);
    flex-direction: row-reverse;
    display: flex;
}.program_outcomes8 .background_imageM {
    transition: all 0.5s ease;
    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.1);
    transform-origin: right center;
    z-index: 1;
    flex: 0 0 45%;
    position: relative;
    border-radius: 0;
    max-height: 400px;
    object-fit: cover;
}.program_outcomes8 .background_imageM:hover {
    transform: scale(1.03);
}.program_outcomes8 .text_titleA {
    flex: 1;
    position: relative;
    padding: 35px;
}.program_outcomes8 h3 {
    margin-bottom: 25px;
    font-weight: 700;
    color: rgb(213,189,166);
    display: inline-block;
    font-size: 37px;
    position: relative;
}.program_outcomes8 h3::before {
    width: 30px;
    content: "";
    height: 2px;
    background: rgb(188,156,121);
    left: 0;
    position: absolute;
    top: -10px;
}.program_outcomes8 h3::after {
    content: "";
    background: rgb(213,189,166);
    bottom: -10px;
    height: 2px;
    position: absolute;
    left: 20px;
    width: 60px;
}.program_outcomes8 ul {
    padding: 0;
    list-style: none;
    margin: 0;
}.program_outcomes8 li {
    border-left: 3px solid transparent;
    padding-left: 15px;
    transition: all 0.3s ease;
    margin-bottom: 15px;
    position: relative;
}.program_outcomes8 li::before {
    top: 0;
    width: 3px;
    height: 0;
    background: linear-gradient(to bottom, rgb(213,189,166), rgb(188,156,121));
    transition: height 0.3s ease;
    content: "";
    position: absolute;
    left: -3px;
}.program_outcomes8 li:hover {
    border-left-color: rgb(188,156,121,0.5);
    transform: translateX(5px);
}.program_outcomes8 li:hover::before {
    height: 100%;
}.program_outcomes8 li p {
    align-items: center;
    margin: 0;
    font-size: 16px;
    display: flex;
    padding: 10px 0;
    gap: 15px;
    color: #000000;
}.program_outcomes8 svg {
    transition: all 0.3s ease;
    border-radius: 50%;
    background: linear-gradient(to bottom right, rgb(213,189,166,0.5), rgb(188,156,121,0.5));
    width: 22px;
    flex-shrink: 0;
    height: 22px;
    padding: 8px;
}.program_outcomes8 svg path {
    transition: fill 0.3s ease;
    fill: rgb(213,189,166);
}.program_outcomes8 li:hover svg {
    transform: rotate(-15deg);
    background: linear-gradient(to bottom right, rgb(213,189,166), rgb(188,156,121));
}.program_outcomes8 li:hover svg path {
    fill: #ffffff;
}

@media (max-width: 992px) {.program_outcomes8 .learn_expertsI {
    flex-direction: column;
}.program_outcomes8 .background_imageM {
    max-height: 300px;
    flex: 0 0 auto;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    width: 100%;
}.program_outcomes8 .text_titleA {
    padding: 30px;
    width: 100%;
}
}

@media (max-width: 768px) {.program_outcomes8 {
    padding: 60px 0;
}.program_outcomes8 .background_imageM {
    max-height: 250px;
}.program_outcomes8 h3 {
    font-size: calc(37px * 0.9);
}
}

@media (max-width: 576px) {.program_outcomes8 {
    padding: 40px 0;
}.program_outcomes8 .background_imageM {
    max-height: 200px;
}.program_outcomes8 .text_titleA {
    padding: 25px 20px;
}.program_outcomes8 h3 {
    font-size: calc(37px * 0.85);
}.program_outcomes8 li {
    margin-bottom: 10px;
}.program_outcomes8 li p {
    font-size: calc(16px * 0.9);
    padding: 8px 0;
    gap: 10px;
}.program_outcomes8 svg {
    padding: 6px;
    width: 18px;
    height: 18px;
}}header {
    left: 0;
    top: 0;
    position: fixed;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: 1000;
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
    backdrop-filter: blur(20px);
    background: rgb(213,189,166,0.5);
}header:before {
    pointer-events: none;
    animation: shimmer 8s infinite linear;
    content: '';
    height: 100%;
    top: 0;
    width: 100%;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.1) 25%,
        rgba(255, 255, 255, 0.05) 50%,
        transparent 75%
    );
    left: 0;
    position: absolute;
}header:after {
    position: absolute;
    opacity: 0.8;
    background: linear-gradient(
        90deg,
        rgb(188,156,121) 0%,
        rgb(213,189,166) 50%,
        rgb(188,156,121) 100%
    );
    left: 0;
    content: '';
    width: 100%;
    height: 3px;
    bottom: 0;
    filter: blur(1px);
}header .head_coreU {
    position: relative;
    overflow: hidden;
}header .head_coreU:before {
    top: 0;
    mix-blend-mode: overlay;
    width: 100%;
    position: absolute;
    pointer-events: none;
    background: 
        radial-gradient(circle at 10% 20%, rgb(213,189,166,0.5) 0%, transparent 40%),
        radial-gradient(circle at 90% 80%, rgb(188,156,121,0.5) 0%, transparent 40%);
    left: 0;
    opacity: 0.15;
    height: 100%;
    content: '';
}header .container {
    padding: 16px 25px;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}header .container:before {
    height: 1px;
    bottom: -1px;
    left: 0;
    content: '';
    width: 100%;
    position: absolute;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
    opacity: 0.5;
}header .site_studyo {
    justify-content: space-between;
    display: flex;
    align-items: center;
    position: relative;
}header .nav_guideJ {
    display: flex;
    gap: 35px;
    position: relative;
    align-items: center;
}header .nav_guideJ:before {
    opacity: 0;
    position: absolute;
    transition: all 0.4s ease;
    height: 35px;
    transform: translateY(-50%) scaleX(0.8);
    content: '';
    left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    width: 100%;
    top: 50%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}header .nav_guideJ:hover:before {
    transform: translateY(-50%) scaleX(1);
    opacity: 1;
}header .top_primaryZ {
    font-weight: 400;
    transition: all 0.3s ease;
    text-decoration: none;
    letter-spacing: 1px;
    padding: 5px 0;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    font-size: 12px;
    color: #ffffff;
    position: relative;
}header .top_primaryZ:before {
    transform: scaleX(0);
    bottom: 0;
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    left: 0;
    position: absolute;
    content: '';
    transform-origin: right;
    background: linear-gradient(
        90deg,
        transparent,
        #ffffff,
        transparent
    );
    width: 100%;
    height: 1px;
}header .top_primaryZ:after {
    opacity: 0;
    transform: scaleY(0);
    background: linear-gradient(
        180deg,
        transparent,
        rgb(213,189,166,0.5),
        transparent
    );
    transition: all 0.3s ease;
    z-index: -1;
    content: '';
    height: 100%;
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
}header .top_primaryZ:hover {
    color: #ffffff;
    text-shadow: 0 0 5px #ffffff;
}header .top_primaryZ:hover:before {
    transform-origin: left;
    transform: scaleX(1);
}header .top_primaryZ:hover:after {
    transform: scaleY(1);
    opacity: 0.15;
}header .first_lesson1 {
    padding: 5px;
    text-decoration: none;
    position: relative;
    align-items: center;
    transition: all 0.4s ease;
    display: flex;
}header .first_lesson1:before {
    transition: opacity 0.5s ease;
    background: radial-gradient(
        circle,
        rgb(213,189,166,0.5) 0%,
        transparent 70%
    );
    height: calc(100% + 20px);
    position: absolute;
    z-index: -1;
    left: -10px;
    opacity: 0;
    content: '';
    width: calc(100% + 20px);
    top: -10px;
}header .first_lesson1:after {
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    transition: all 0.3s ease;
    content: '';
    top: 0;
    border-image: linear-gradient(
        to right,
        transparent,
        rgb(213,189,166),
        transparent
    ) 1;
    border: 1px solid transparent;
    width: 100%;
}header .first_lesson1:hover:before {
    animation: pulse 2s infinite;
    opacity: 0.15;
}header .first_lesson1:hover:after {
    opacity: 0.7;
}header .first_lesson1 svg {
    height: 45px;
    width: auto;
    filter: drop-shadow(0 0 3px rgb(213,189,166,0.5));
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}header .first_lesson1:hover svg {
    filter: drop-shadow(0 0 5px rgb(213,189,166));
    transform: scale(1.05);
}

@keyframes shimmer {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.15;
    }
    50% {
        opacity: 0.3;
    }
}

@keyframes glowEffect {
    0%, 100% {
        opacity: 0.7;
        filter: blur(1px);
    }
    50% {
        opacity: 1;
        filter: blur(1.5px);
    }
}

@media (max-width: 991px) {header .container {
    padding: 14px 20px;
}header .nav_guideJ {
    gap: 20px;
}header .first_lesson1 svg {
    height: 38px;
}
}

@media (max-width: 767px) {header .nav_guideJ {
    max-width: 320px;
    position: fixed;
    width: 80%;
    box-shadow: -5px 0 25px rgba(0, 0, 0, 0.2);
    height: 100vh;
    gap: 20px;
    top: 0;
    transition: right 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    right: -100%;
    background: rgb(213,189,166);
    flex-direction: column;
    padding: 80px 30px 30px;
    backdrop-filter: blur(15px);
    background: linear-gradient(
            135deg,
            rgb(213,189,166) 0%,
            rgb(213,189,166,0.5) 100%
        );
    z-index: 1001;
    -webkit-backdrop-filter: blur(15px);
}header .nav_guideJ:before {
    display: none;
}header .menu.active {
    right: 0;
}header .top_primaryZ {
    width: 100%;
    padding: 12px 5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}header .top_primaryZ:last-child {
    border-bottom: none;
}header .first_lesson1 {
    margin: 0 auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 12px 15px;
}header .first_lesson1 svg {
    height: 35px;
}}.data_overviewr {
    color: #ffffff;
    overflow: hidden;
    padding: 130px 0 160px;
    isolation: isolate;
    position: relative;
}.data_overviewr::before {
    background-color: #000000;
    content: '';
    top: 0;
    left: 0;
    z-index: -3;
    height: 100%;
    opacity: 0.92;
    width: 100%;
    position: absolute;
}.data_overviewr::after {
    background: radial-gradient(ellipse at bottom right, rgb(213,189,166,0.5) 0%, transparent 60%),
                radial-gradient(ellipse at top left, rgb(188,156,121,0.5) 0%, transparent 60%);
    left: 0;
    z-index: -2;
    height: 100%;
    content: '';
    top: 0;
    opacity: 0.4;
    width: 100%;
    position: absolute;
}.data_overviewr .container {
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    max-width: 1400px;
}.data_overviewr .statistics_classesc {
    position: relative;
    flex-direction: column;
    z-index: 1;
    display: flex;
}.data_overviewr .class_gainsy {
    z-index: 2;
    position: relative;
}.data_overviewr .class_gainsy svg {
    height: 100px;
    filter: drop-shadow(0 0 15px rgb(213,189,166,0.5));
    width: 100px;
    fill: rgb(213,189,166);
}.data_overviewr .class_gainsy svg path {
    stroke: #ffffff;
    stroke-width: 0.5;
    fill: rgb(213,189,166);
}.data_overviewr .statistics_plusesg {
    position: relative;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    padding-bottom: 20px;
    font-size: 35px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
}.data_overviewr .statistics_plusesg::after {
    content: '';
    bottom: 0;
    background: linear-gradient(to right, rgb(213,189,166), rgb(188,156,121));
    left: 0;
    position: absolute;
    width: 60px;
    border-radius: 3px;
    height: 3px;
}.data_overviewr .benefits_trackX {
    color: #ffffff;
    font-size: 17px;
    max-width: 90%;
    opacity: 0.9;
    margin-bottom: 0;
    line-height: 1.7;
    position: relative;
}.data_overviewr .expert_upgradeQ {
    z-index: 2;
    display: flex;
    position: relative;
    flex-wrap: wrap;
}.data_overviewr .pro_extra5 {
    padding: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin: 10px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    min-width: 220px;
    position: relative;
    transform: translateY(0);
    flex: 1 1 calc(25% - 20px);
    overflow: hidden;
    border-radius: 30px 30px 30px 0;
    backdrop-filter: blur(5px);
    transition: all 0.4s ease;
}.data_overviewr .pro_extra5:nth-child(even) {
    border-radius: 30px 30px 0 30px;
}.data_overviewr .pro_extra5:hover {
    transform: translateY(-10px);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}.data_overviewr .pro_extra5::before {
    opacity: 0.2;
    height: 100px;
    border-radius: 50%;
    width: 100px;
    content: '';
    right: -50px;
    background: linear-gradient(to right, rgb(213,189,166,0.5), transparent);
    transition: all 0.4s ease;
    top: -50px;
    position: absolute;
}.data_overviewr .pro_extra5:hover::before {
    transform: scale(1.2);
    opacity: 0.4;
}.data_overviewr .statistics_advantagey {
    margin-bottom: 20px;
}.data_overviewr .statistics_advantagey svg {
    height: 40px;
    filter: drop-shadow(0 0 5px rgb(213,189,166,0.5));
    fill: rgb(213,189,166);
    width: 40px;
}.data_overviewr .statistics_advantagey svg path {
    stroke: #ffffff;
    stroke-width: 0.5;
    fill: rgb(213,189,166);
}.data_overviewr .pro_extra5 span {
    position: relative;
    margin-bottom: 10px;
    font-weight: 700;
    color: #ffffff;
    font-size: 22px;
    display: block;
}.data_overviewr .pro_extra5 p {
    margin: 0;
    line-height: 1.4;
    font-size: calc(17px * 0.9);
    opacity: 0.9;
    color: #ffffff;
}.data_overviewr .expert_upgradeQ::after {
    content: '';
    border-radius: 50%;
    opacity: 0.05;
    background: rgb(213,189,166,0.5);
    left: -10%;
    position: absolute;
    width: 120%;
    height: 120px;
}.data_overviewr .expert_upgradeQ::after {
    top: -70px;
    background: rgb(188,156,121,0.5);
}

@media screen and (max-width: 992px) {.data_overviewr {
    padding: 100px 0 120px;
}.data_overviewr .statistics_plusesg {
    text-align: center;
}.data_overviewr .statistics_plusesg::after {
    transform: translateX(-50%);
    left: 50%;
}.data_overviewr .benefits_trackX {
    max-width: 100%;
    text-align: center;
}
}

@media screen and (max-width: 768px) {.data_overviewr {
    padding: 80px 0 100px;
}.data_overviewr .class_gainsy svg {
    height: 80px;
    width: 80px;
}.data_overviewr .statistics_plusesg {
    font-size: calc(35px * 0.9);
    margin-bottom: 15px;
    padding-bottom: 15px;
}.data_overviewr .benefits_trackX {
    font-size: calc(17px * 0.95);
}.data_overviewr .pro_extra5 {
    flex: 1 1 calc(50% - 20px);
    min-width: 200px;
}
}

@media screen and (max-width: 576px) {.data_overviewr {
    padding: 60px 0 80px;
}.data_overviewr .class_gainsy svg {
    width: 70px;
    height: 70px;
}.data_overviewr .statistics_plusesg {
    font-size: calc(35px * 0.8);
}.data_overviewr .pro_extra5 {
    flex: 1 1 100%;
    margin: 7px 0;
}.data_overviewr .pro_extra5 span {
    font-size: calc(22px * 0.95);
}}

.data_overviewr .pro_extra5::after {
    opacity: 0.2;
    bottom: -15px;
    left: -15px;
    position: absolute;
    width: 30px;
    transition: all 0.4s ease;
    content: '';
    border-radius: 50%;
    background: linear-gradient(to right, rgb(188,156,121,0.5), transparent);
    height: 30px;
}.data_overviewr .pro_extra5:hover::after {
    transform: scale(1.2);
    opacity: 0.4;
}.data_overviewr .pro_extra5:nth-child(1) {
    transform: rotate(-2deg);
}.data_overviewr .pro_extra5:nth-child(2) {
    transform: rotate(1deg);
}.data_overviewr .pro_extra5:nth-child(3) {
    transform: rotate(-1deg);
}.data_overviewr .pro_extra5:nth-child(4) {
    transform: rotate(2deg);
}.data_overviewr .pro_extra5:hover {
    transform: translateY(-10px) rotate(0deg);
}.data_overviewr .stat_item_inner {
    transform: rotate(0deg);
}.client_testimonialsP {
    position: relative;
    padding: 90px 0;
    background: linear-gradient(180deg, rgb(234,224,210) 0%, #ffffff 100%);
    overflow: hidden;
}.client_testimonialsP::before {
    opacity: 0.7;
    background-image: 
        radial-gradient(circle at 80% 20%, rgb(213,189,166,0.5) 0%, transparent 15%),
        radial-gradient(circle at 20% 80%, rgb(188,156,121,0.5) 0%, transparent 15%);
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    content: "";
    top: 0;
    z-index: 1;
}.client_testimonialsP .learn_expertsI {
    z-index: 2;
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
}.client_testimonialsP h4 {
    text-align: center;
    letter-spacing: 1px;
    opacity: 1;
    position: relative;
    font-weight: 700;
    transform: translateY(0);
    margin-bottom: 60px;
    animation: fadeInDown 1s ease-out;
    font-size: 33px;
    color: #000000;
}@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.client_testimonialsP h4::after {
    position: absolute;
    height: 3px;
    border-radius: 10px;
    content: "";
    transform: translateX(-50%);
    left: 50%;
    bottom: -15px;
    background: rgb(213,189,166);
    width: 80px;
}.client_testimonialsP .feedback_stories4 {
    max-width: 900px;
    position: relative;
    margin: 0 auto;
}.client_testimonialsP .feedback_stories4::before {
    content: "";
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 4px;
    top: 0;
    z-index: 1;
    border-radius: 10px;
    background: linear-gradient(to bottom, rgb(213,189,166,0.5), rgb(188,156,121,0.5));
    bottom: 0;
}.client_testimonialsP .learner_testimonialss {
    clear: both;
    width: 45%;
    position: relative;
    background: #ffffff;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
    border-radius: 21px;
    padding: 30px;
    transition: all 0.4s ease;
    margin-bottom: 60px;
}.client_testimonialsP .learner_testimonialss:nth-child(odd) {
    animation: slideInLeft 0.8s ease-out both;
    animation-delay: calc(0.2s * var(--i, 0));
    float: left;
}.client_testimonialsP .learner_testimonialss:nth-child(even) {
    animation: slideInRight 0.8s ease-out both;
    float: right;
    animation-delay: calc(0.2s * var(--i, 0));
}@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.client_testimonialsP .learner_testimonialss::before {
    background: rgb(213,189,166);
    top: 30px;
    z-index: 2;
    width: 20px;
    position: absolute;
    box-shadow: 0 0 0 4px rgb(213,189,166,0.5);
    transition: all 0.4s ease;
    border: 4px solid #ffffff;
    height: 20px;
    border-radius: 50%;
    content: "";
}.client_testimonialsP .learner_testimonialss:nth-child(odd)::before {
    right: -60px;
}.client_testimonialsP .learner_testimonialss:nth-child(even)::before {
    left: -60px;
}.client_testimonialsP .learner_testimonialss:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}.client_testimonialsP .learner_testimonialss:hover::before {
    background: rgb(188,156,121);
    box-shadow: 0 0 0 4px rgb(188,156,121,0.5);
}.client_testimonialsP .learner_testimonialss::after {
    transition: all 0.4s ease;
    content: "";
    height: 15px;
    position: absolute;
    width: 15px;
    top: 32px;
    border-style: solid;
    border-width: 10px;
}.client_testimonialsP .learner_testimonialss:nth-child(odd)::after {
    border-color: transparent transparent transparent #ffffff;
    right: -20px;
}.client_testimonialsP .learner_testimonialss:nth-child(even)::after {
    border-color: transparent #ffffff transparent transparent;
    left: -20px;
}.client_testimonialsP .background_imageM {
    margin-right: 20px;
    transition: all 0.4s ease;
    margin: 0 auto 15px;
    border-radius: 50%;
    height: 70px;
    float: left;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    width: 70px;
    border: 3px solid #ffffff;
}.client_testimonialsP .learner_testimonialss:hover .background_imageM {
    border-color: rgb(213,189,166);
    transform: scale(1.05);
}.client_testimonialsP .learner_testimonialss span {
    margin-top: 10px;
    font-size: 18px;
    color: #000000;
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
    transition: all 0.3s ease;
}.client_testimonialsP .learner_testimonialss p {
    margin-top: 20px;
    clear: both;
    line-height: 1.7;
    position: relative;
    font-size: 14px;
    color: #000000;
    transition: all 0.3s ease;
}.client_testimonialsP .learner_testimonialss p::before {
    width: 40px;
    content: "";
    left: 0;
    background: rgb(213,189,166,0.5);
    transition: all 0.3s ease;
    position: absolute;
    height: 2px;
    top: -10px;
}.client_testimonialsP .learner_testimonialss:hover p::before {
    background: rgb(213,189,166);
    width: 60px;
}

@media (max-width: 1024px) {.client_testimonialsP {
    padding: 70px 0;
}.client_testimonialsP .learner_testimonialss {
    width: 47%;
    padding: 25px;
}.client_testimonialsP .learner_testimonialss:nth-child(odd)::before {
    right: -50px;
}.client_testimonialsP .learner_testimonialss:nth-child(even)::before {
    left: -50px;
}.client_testimonialsP .background_imageM {
    width: 60px;
    height: 60px;
}
}

@media (max-width: 768px) {.client_testimonialsP {
    padding: 60px 0;
}.client_testimonialsP h4 {
    font-size: calc(33px * 0.85);
    margin-bottom: 50px;
}.client_testimonialsP .feedback_stories4::before {
    left: 20px;
}.client_testimonialsP .learner_testimonialss {
    width: calc(100% - 60px);
    margin-bottom: 40px;
    float: right;
}.client_testimonialsP .learner_testimonialss:nth-child(odd),
    .client_testimonialsP .learner_testimonialss:nth-child(even) {
    float: right;
    animation: slideInRight 0.8s ease-out both;
}.client_testimonialsP .learner_testimonialss:nth-child(odd)::before,
    .client_testimonialsP .learner_testimonialss:nth-child(even)::before {
    left: -40px;
}.client_testimonialsP .learner_testimonialss:nth-child(odd)::after,
    .client_testimonialsP .learner_testimonialss:nth-child(even)::after {
    left: -20px;
    border-color: transparent #ffffff transparent transparent;
}.client_testimonialsP .background_imageM {
    margin-right: 15px;
    height: 50px;
    width: 50px;
}.client_testimonialsP .learner_testimonialss span {
    font-size: calc(18px * 0.9);
}}.education_experiencei {
    padding: 4rem 0;
    perspective: 1000px;
    position: relative;
    background: linear-gradient(135deg, rgb(234,224,210), rgb(213,189,166,0.5));
    overflow: hidden;
}.education_experiencei::before {
    z-index: 1;
    pointer-events: none;
    position: absolute;
    background: radial-gradient(ellipse at center, rgb(188,156,121,0.5) 0%, transparent 70%);
    opacity: 0.4;
    height: 200%;
    top: -50%;
    width: 200%;
    left: -50%;
    content: '';
    transform: rotate(-15deg);
}.education_experiencei::after {
    background: radial-gradient(circle at top right, rgb(213,189,166,0.5) 0%, transparent 60%);
    top: 0;
    opacity: 0.5;
    z-index: 1;
    position: absolute;
    pointer-events: none;
    height: 100%;
    content: '';
    width: 100%;
    right: 0;
}.education_experiencei .container {
    padding: 0 1.5rem;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
    transform-style: preserve-3d;
    position: relative;
}.education_experiencei .learner_testimonialss {
    grid-template-columns: 1fr;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    gap: 2rem;
    border-left: 4px solid rgb(213,189,166);
    transform: translateZ(0);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    display: grid;
    position: relative;
    background: #ffffff;
    padding: 2.5rem;
}.education_experiencei .learner_testimonialss:hover {
    transform: translateZ(20px);
}.education_experiencei .learner_testimonialss > div:nth-child(1) {
    display: flex;
    justify-content: center;
    align-items: center;
}.education_experiencei .background_imageM {
    width: 180px;
    border-radius: 10px;
    transform: rotate(-3deg) translateZ(30px);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    height: 180px;
    position: relative;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}.education_experiencei .background_imageM::after {
    background: linear-gradient(45deg, rgb(213,189,166,0.5), transparent);
    content: '';
    top: 0;
    left: 0;
    mix-blend-mode: overlay;
    opacity: 0.7;
    height: 100%;
    position: absolute;
    width: 100%;
}.education_experiencei .learner_testimonialss:hover .background_imageM {
    transform: rotate(0deg) translateZ(40px) scale(1.05);
}.education_experiencei .learner_testimonialss > div:nth-child(2) {
    text-align: center;
    transform: translateZ(10px);
}.education_experiencei .name {
    position: relative;
    font-weight: 700;
    margin-bottom: 0.5rem;
    letter-spacing: 0.03em;
    color: rgb(213,189,166);
    font-size: 23px;
    display: inline-block;
}.education_experiencei .name::after {
    bottom: -8px;
    height: 3px;
    transform: translateX(-50%);
    width: 40px;
    background: rgb(188,156,121);
    position: absolute;
    content: '';
    left: 50%;
}.education_experiencei .learner_testimonialss > div:nth-child(2) > div {
    margin-top: 1rem;
    color: #000000;
    font-size: calc(14px * 0.95);
    letter-spacing: 0.02em;
    font-weight: 600;
}.education_experiencei .learner_testimonialss > div:nth-child(3) {
    position: relative;
    transform: translateZ(5px);
}.education_experiencei .exp_viewK {
    position: relative;
    line-height: 1.7;
    color: #000000;
    padding: 0 1rem;
    font-size: 14px;
}.education_experiencei .exp_viewK::before,
.education_experiencei .exp_viewK::after {
    height: 25px;
    position: absolute;
    opacity: 0.15;
    width: 25px;
    background-size: contain;
    content: '';
    background-repeat: no-repeat;
}.education_experiencei .exp_viewK::before {
    top: -10px;
    left: -10px;
}.education_experiencei .exp_viewK::after {
    bottom: -10px;
    right: -10px;
    transform: rotate(180deg);
}

@media (min-width: 768px) {.education_experiencei {
    padding: 6rem 0;
}.education_experiencei .learner_testimonialss {
    gap: 2rem 3rem;
    grid-template-columns: 220px 1fr;
    grid-template-rows: auto 1fr;
}.education_experiencei .learner_testimonialss > div:nth-child(1) {
    align-items: flex-start;
    grid-row: span 2;
    padding-top: 1rem;
}.education_experiencei .learner_testimonialss > div:nth-child(2) {
    text-align: left;
}.education_experiencei .name::after {
    left: 0;
    transform: none;
}.education_experiencei .background_imageM {
    transform: rotate(-2deg) translateZ(30px);
    width: 220px;
    height: 220px;
}.education_experiencei .exp_viewK {
    padding: 0;
    line-height: 1.8;
    font-size: calc(14px * 1.05);
}
}

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

@media (min-width: 1200px) {.education_experiencei .container {
    padding: 0 2rem;
}.education_experiencei .learner_testimonialss {
    padding: 3.5rem;
    grid-template-columns: 320px 1fr;
}.education_experiencei .background_imageM {
    height: 320px;
    width: 320px;
}@keyframes constellationPulse {
        0%, 100% { opacity: 0.4; }
        50% { opacity: 0.7; }
    }
    
    .education_experiencei::before {
    animation: constellationPulse 8s infinite ease-in-out;
}@keyframes orbitalShift {
        0% { transform: rotate(-15deg); }
        50% { transform: rotate(-10deg); }
        100% { transform: rotate(-15deg); }
    }
    
    .education_experiencei::before {
    animation: orbitalShift 20s infinite ease-in-out, constellationPulse 8s infinite ease-in-out;
}}.modalDataProtectiond {
    transition: all 0.3s ease-in-out;
    z-index: 1050;
    font-family: Arial, sans-serif;
    padding: 15px 20px;
    border-top: 3px solid rgb(213,189,166);
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.1);
    position: fixed;
    width: 100%;
    background: #ffffff;
    bottom: 0;
}.cookie_necessaryM {
    align-items: center;
    flex-wrap: nowrap;
    justify-content: space-between;
    display: flex;
}.privacy_switchW {
    margin-right: 15px;
    flex-shrink: 0;
}.privacy_switchW svg {
    height: 50px;
    width: 50px;
    transition: fill 0.3s ease-in-out;
    fill: rgb(213,189,166);
}.consent_learnM {
    flex-grow: 1;
    margin-right: 15px;
}.consent_learnM h5 {
    font-size: 24px;
    color: rgb(213,189,166);
    font-weight: 700;
    margin-bottom: 5px;
}.consent_learnM p {
    color: #000000;
    margin-bottom: 0;
    font-size: 14px;
}.visitor_privacyl {
    user-select: none;
    text-align: center;
    white-space: nowrap;
    line-height: 1.5;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    font-size: 16px;
    border-radius: 10px;
    text-decoration: none;
    border: 1px solid transparent;
    vertical-align: middle;
    padding: 0.375rem 0.75rem;
    margin-left: 10px;
}.cookie_button.data_approveh {
    background-color: rgb(213,189,166);
    border-color: rgb(213,189,166);
    color: #ffffff;
}#consentNoticePanelK {
    display: none;
}#consentNoticePanelK:checked ~ .modalDataProtectiond {
    visibility: hidden;
    opacity: 0;
}.cookie_button.data_approveh:hover {
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.5);
}.cookie_button.tracking_policyM {
    color: #000000;
    background-color: rgb(188,156,121);
    border-color: rgb(188,156,121);
}.cookie_button.tracking_policyM:hover {
    color: #ffffff;
    border-color: rgb(213,189,166);
    background-color: rgb(213,189,166);
}.modalDataProtectiond p a {
    color: rgb(213,189,166);
    text-decoration: underline;
}.modalDataProtectiond p a:hover {
    color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 1200px) {.consent_learnM h5 {
    font-size: calc(24px - 2px);
}.consent_learnM p {
    font-size: calc(14px - 2px);
}.visitor_privacyl {
    font-size: calc(16px - 2px);
}
}
@media (max-width: 800px) {.cookie_necessaryM {
    align-items: center;
    flex-direction: column;
}.privacy_switchW {
    margin-bottom: 10px;
}.consent_learnM {
    margin-bottom: 15px;
    text-align: center;
}.visitor_privacyl {
    margin-left: 0;
    width: 100%;
    margin-top: 10px;
}}
.get_support5 {
    background: rgb(234,224,210);
    overflow: hidden;
    padding: 80px 0;
    position: relative;
}.get_support5::before {
    animation: gradientShift 15s ease infinite alternate;
    width: 100%;
    content: "";
    position: absolute;
    top: 0;
    z-index: 0;
    left: 0;
    background: 
        linear-gradient(120deg, rgb(213,189,166,0.5) 0%, transparent 70%),
        radial-gradient(circle at 80% 20%, rgb(188,156,121,0.5) 0%, transparent 50%),
        radial-gradient(circle at 20% 80%, rgb(213,189,166,0.5) 0%, transparent 50%);
    opacity: 0.4;
    height: 100%;
}.get_support5::after {
    background: 
        radial-gradient(circle at 70% 60%, rgb(188,156,121,0.5) 0%, transparent 60%),
        radial-gradient(circle at 30% 30%, rgb(213,189,166,0.5) 0%, transparent 60%);
    z-index: 0;
    animation: gradientFloat 20s ease-in-out infinite alternate-reverse;
    width: 100%;
    opacity: 0.3;
    height: 100%;
    content: "";
    left: 0;
    top: 0;
    position: absolute;
}@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@keyframes gradientFloat {
    0% {
        transform: translateY(0) scale(1);
        opacity: 0.2;
    }
    50% {
        transform: translateY(-10px) scale(1.05);
        opacity: 0.3;
    }
    100% {
        transform: translateY(0) scale(1);
        opacity: 0.2;
    }
}

.get_support5 .container {
    max-width: 1200px;
    z-index: 1;
    position: relative;
    margin: 0 auto;
}.get_support5 .quick_requestG {
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
    border-radius: 24px;
    padding: 50px;
    position: relative;
    background: #ffffff;
    overflow: hidden;
}.get_support5 .quick_requestG h2 {
    display: flex;
    text-align: center;
    justify-content: center;
    font-size: 37px;
    color: #000000;
    position: relative;
    align-items: center;
    font-weight: 700;
    margin-bottom: 30px;
}.get_support5 .quick_requestG h2::before,
.get_support5 .quick_requestG h2::after {
    width: 80px;
    height: 1px;
    margin: 0 15px;
    content: "";
    background: rgb(213,189,166);
}.get_support5 .quick_requestG > p {
    color: #000000;
    text-align: center;
    line-height: 1.6;
    max-width: 80%;
    font-size: 16px;
    margin: 0 auto 40px;
}.get_support5 .quick_requestG > p:last-of-type {
    border: 1px solid rgba(0, 0, 0, 0.05);
    padding: 15px 25px;
    justify-content: center;
    border-radius: 10px;
    font-weight: 400;
    background: #ffffff;
    color: #000000;
    align-items: center;
    max-width: fit-content;
    margin: 0 auto 60px;
    display: flex;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}.get_support5 .quick_requestG > p:last-of-type svg {
    margin-right: 12px;
    height: 20px;
    width: 20px;
}.get_support5 .quick_requestG > p:last-of-type svg path {
    fill: rgb(213,189,166);
}.get_support5 .chat_formZ {
    gap: 30px;
    display: flex;
    justify-content: center;
}.get_support5 .message_cardM {
    width: 70px;
    background: #ffffff;
    justify-content: center;
    position: relative;
    text-decoration: none;
    border-radius: 16px;
    display: flex;
    border: 1px solid rgb(213,189,166,0.5);
    height: 70px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    align-items: center;
}.get_support5 .message_cardM:hover {
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.12);
    background: rgb(213,189,166,0.5);
    transform: translateY(-5px);
}.get_support5 .message_cardM svg {
    height: 28px;
    transition: transform 0.3s ease;
    width: 28px;
}.get_support5 .message_cardM svg path {
    transition: fill 0.3s ease;
    fill: rgb(213,189,166);
}.get_support5 .message_cardM:hover svg {
    transform: scale(1.1);
}

@media (max-width: 992px) {.get_support5 .quick_requestG {
    padding: 40px 30px;
}.get_support5 .quick_requestG > p {
    max-width: 90%;
    margin-bottom: 30px;
}.get_support5 .quick_requestG > p:last-of-type {
    margin-bottom: 50px;
}.get_support5 .message_cardM {
    height: 65px;
    width: 65px;
}
}

@media (max-width: 768px) {.get_support5 {
    padding: 60px 0;
}.get_support5 .quick_requestG {
    padding: 35px 25px;
}.get_support5 .quick_requestG h2 {
    font-size: calc(37px - 4px);
}.get_support5 .quick_requestG h2::before,
    .get_support5 .quick_requestG h2::after {
    width: 50px;
}.get_support5 .quick_requestG > p {
    font-size: calc(16px - 1px);
    max-width: 100%;
}.get_support5 .quick_requestG > p:last-of-type {
    margin-bottom: 40px;
}
}

@media (max-width: 576px) {.get_support5 {
    padding: 40px 0;
}.get_support5 .quick_requestG {
    padding: 30px 20px;
}.get_support5 .quick_requestG h2 {
    font-size: calc(37px - 6px);
}.get_support5 .quick_requestG h2::before,
    .get_support5 .quick_requestG h2::after {
    margin: 0 10px;
    width: 30px;
}.get_support5 .quick_requestG > p {
    font-size: calc(16px - 2px);
}.get_support5 .quick_requestG > p:last-of-type {
    padding: 12px 15px;
    margin-bottom: 35px;
    font-size: calc(16px - 2px);
}.get_support5 .chat_formZ {
    gap: 15px;
}.get_support5 .message_cardM {
    width: 55px;
    height: 55px;
}.get_support5 .message_cardM svg {
    height: 22px;
    width: 22px;
}
}