* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}header,footer {
    width: 100%;
}.mod_toolsM {
    flex: 0 0 auto;
}.container {
    width: 1215px;
    max-width: 100%;
    margin: auto;
}a {
    color: inherit;
    text-decoration: none;
}html,body {
    color: #000000;
    min-height: 100%;
    height: 100%;
    scroll-behavior: auto;
    font-family: Arial, sans-serif;
}svg {
    height: 30px;
    width: 30px;
}.page_navj {
    flex: 1 0 auto;
}.wrapper-capsuleT {
    flex-direction: column;
    min-height: 100%;
    height: 100%;
    display: flex;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.program_detailsn {
    padding: 5rem 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(234,237,239) 0%, rgba(0, 0, 0, 0.5) 100%);
}.program_detailsn::before {
    height: 20vw;
    right: -5%;
    z-index: 1;
    top: -5%;
    transform: rotate(15deg);
    opacity: 0.15;
    width: 20vw;
    content: "";
    background: linear-gradient(225deg, rgb(198,203,212) 0%, transparent 70%);
    position: absolute;
}.program_detailsn::after {
    opacity: 0.1;
    background: linear-gradient(45deg, rgb(161,168,179) 0%, transparent 70%);
    z-index: 1;
    left: -5%;
    transform: rotate(-10deg);
    content: "";
    position: absolute;
    width: 15vw;
    bottom: -5%;
    height: 15vw;
}.program_detailsn .container {
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
    padding: 0 2rem;
}.program_detailsn h2 {
    font-size: 36px;
    max-width: 90%;
    margin-bottom: 3rem;
    color: #000000;
    transform: translateX(-0.5rem);
    line-height: 1.3;
    position: relative;
    font-weight: 700;
}.program_detailsn h2::after {
    height: 0.35rem;
    animation: expandWidth 4s ease-in-out infinite alternate;
    background: rgb(198,203,212);
    width: 6rem;
    left: 0;
    position: absolute;
    bottom: -1rem;
    transform-origin: left center;
    content: "";
}.program_detailsn .training_planm {
    grid-template-columns: 1fr;
    position: relative;
    gap: 2rem;
    display: grid;
}.program_detailsn .img_center_alignW {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.5s ease;
    position: relative;
    box-shadow: 0 15px 25px rgba(0,0,0,0.1);
    transform: translateY(0);
    width: 100%;
    height: 350px;
    clip-path: polygon(0 0, 100% 0, 100% 92%, 93% 100%, 0 100%);
}.program_detailsn .img_center_alignW:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 30px rgba(0,0,0,0.15);
}.program_detailsn .img_center_alignW::before {
    left: 0;
    z-index: 1;
    position: absolute;
    content: "";
    background: linear-gradient(to bottom, transparent 70%, rgba(0,0,0,0.5));
    top: 0;
    width: 100%;
    height: 100%;
}.program_detailsn .text_groupw {
    padding: 0.5rem 0;
    position: relative;
}.program_detailsn .text_groupw::before {
    width: 0.3rem;
    left: -2rem;
    top: 0;
    position: absolute;
    background: rgb(161,168,179);
    height: 100%;
    opacity: 0.5;
    content: "";
}.program_detailsn .description {
    overflow-y: auto;
    margin-bottom: 1.5rem;
    max-height: 300px;
    position: relative;
    line-height: 1.7;
    font-size: 16px;
    color: #000000;
    padding-right: 1rem;
}.program_detailsn .description::-webkit-scrollbar {
    width: 6px;
}.program_detailsn .description::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgb(234,237,239);
}.program_detailsn .description::-webkit-scrollbar-thumb {
    background: rgb(198,203,212,0.5);
    border-radius: 10px;
}.program_detailsn .description::-webkit-scrollbar-thumb:hover {
    background: rgb(198,203,212);
}.program_detailsn .description:first-of-type::first-letter {
    border-radius: 10px;
    color: rgb(198,203,212);
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    background: rgb(234,237,239);
    margin-right: 0.5rem;
    padding: 0.5rem;
    float: left;
}.program_detailsn .description:last-child {
    margin-bottom: 0;
}

@keyframes expandWidth {
  0% {
    width: 6rem;
  }
  50% {
    width: 10rem;
  }
  100% {
    width: 6rem;
  }
}

@media screen and (min-width: 768px) {.program_detailsn {
    padding: 7rem 0;
}.program_detailsn h2 {
    font-size: calc(36px * 1.1);
    max-width: 70%;
}.program_detailsn .training_planm {
    align-items: start;
    gap: 3rem;
    grid-template-columns: 1fr 1fr;
}.program_detailsn .img_center_alignW {
    height: 450px;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 90% 100%, 0 100%);
}.program_detailsn .text_groupw {
    padding: 1rem 0;
}.program_detailsn .description {
    max-height: 450px;
    padding-right: 1.5rem;
}
}

@media screen and (min-width: 992px) {.program_detailsn {
    padding: 8rem 0;
}.program_detailsn h2 {
    font-size: calc(36px * 1.2);
    max-width: 60%;
    margin-bottom: 4rem;
}.program_detailsn .img_center_alignW {
    height: 500px;
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.7s ease;
}.program_detailsn .training_planm {
    gap: 4rem;
}.program_detailsn .text_groupw::before {
    left: -3rem;
    width: 0.4rem;
}.program_detailsn .description {
    max-height: 500px;
    padding-right: 2rem;
    font-size: calc(16px * 1.05);
    line-height: 1.8;
}.program_detailsn .description:first-of-type::first-letter {
    font-size: 2rem;
    padding: 0.7rem;
}
}

@media screen and (min-width: 1200px) {.program_detailsn h2 {
    transform: translateX(-1rem);
}.program_detailsn .training_planm {
    gap: 5rem;
}.program_detailsn .img_center_alignW {
    height: 550px;
    clip-path: polygon(0 0, 100% 0, 100% 80%, 85% 100%, 0 100%);
}.program_detailsn .description {
    max-height: 550px;
}
}

@media (hover: hover) {.program_detailsn .img_center_alignW {
    cursor: pointer;
}
}

@media (prefers-reduced-motion: reduce) {.program_detailsn h2::after {
    animation: none;
}.program_detailsn .img_center_alignW {
    transition: none;
}}footer {
    width: 100%;
    position: relative;
}.mod_toolsM {
    padding: 0 0 30px;
    position: relative;
    font-family: Arial, sans-serif;
    overflow: hidden;
}footer .code_labsk {
    position: relative;
    z-index: 1;
}footer .talk_contactA {
    position: relative;
    justify-content: center;
    padding: 40px 20px;
    margin-bottom: 70px;
    gap: 20px;
    background-color: rgb(161,168,179);
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    display: flex;
    color: #ffffff;
    flex-wrap: wrap;
}footer .talk_contactA::after {
    left: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    position: absolute;
    pointer-events: none;
}footer .info_item {
    max-width: 300px;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    padding: 10px 20px;
    flex: 1 1 200px;
}footer .info_item:hover {
    transform: translateY(-5px);
    background-color: rgba(0, 0, 0, 0.3);
}footer .info_item svg {
    fill: #ffffff;
    width: 22px;
    margin-right: 15px;
    height: 22px;
    flex-shrink: 0;
}footer .info_item p,
footer .info_item a {
    text-decoration: none;
    font-size: 17px;
    color: #ffffff;
}footer .info_item a:hover {
    text-decoration: underline;
}footer .text_main_holder {
    gap: 40px;
    display: grid;
    grid-template-columns: 1fr;
    margin-top: -30px;
    position: relative;
}footer .text_main_holder::before {
    left: 0;
    clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 100%);
    background-color: #ffffff;
    z-index: -1;
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
}footer .nav_masterC {
    padding-top: 60px;
    text-align: center;
}footer .nav_masterC svg {
    width: auto;
    height: 45px;
    margin-bottom: 15px;
}footer .trophy_caseX {
    max-width: 350px;
    font-size: 13px;
    line-height: 1.6;
    margin: 0 auto;
    color: #000000;
    text-align: center;
}footer .head_classM {
    clip-path: polygon(5% 0, 100% 0, 95% 100%, 0% 100%);
    margin: 0 20px;
    background-color: rgb(234,237,239);
    padding: 30px;
    position: relative;
}footer .head_classM h5 {
    font-size: 21px;
    color: #000000;
    margin-bottom: 25px;
    display: inline-block;
    position: relative;
    font-weight: 600;
}footer .head_classM h5::after {
    left: 0;
    background: linear-gradient(90deg, rgb(198,203,212), transparent);
    height: 2px;
    position: absolute;
    content: "";
    bottom: -8px;
    width: 100%;
}footer .main_leadT {
    display: flex;
    gap: 10px 30px;
    flex-wrap: wrap;
    margin-bottom: 25px;
    flex-direction: column;
}footer .main_leadT a {
    padding: 8px 0;
    color: #000000;
    font-size: 17px;
    transition: all 0.3s ease;
    flex: 1 0 calc(50% - 30px);
    position: relative;
    text-decoration: none;
}footer .main_leadT a::after {
    bottom: 0;
    transition: width 0.3s ease;
    content: "";
    left: 0;
    position: absolute;
    width: 0;
    background-color: rgb(198,203,212);
    height: 1px;
}footer .main_leadT a:hover {
    padding-left: 5px;
    color: rgb(198,203,212);
}footer .main_leadT a:hover::after {
    width: 100%;
}footer .subscribe_holder {
    clip-path: polygon(0 0, 95% 0, 100% 100%, 5% 100%);
    margin: 0 20px;
    position: relative;
    background-color: rgb(198,203,212);
    color: #ffffff;
    padding: 30px;
}footer .subscribe_holder::before {
    position: absolute;
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.1) 0%, transparent 50%);
    width: 100%;
    pointer-events: none;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
}footer .subscribe_holder h5 {
    color: #ffffff;
    font-size: 21px;
    margin-bottom: 15px;
    font-weight: 600;
}footer .subscribe_holder p {
    margin-bottom: 25px;
    font-size: 17px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
}footer .input_holder {
    gap: 15px;
    display: flex;
    position: relative;
    flex-direction: column;
}footer .input_holder input[type="email"] {
    font-size: 17px;
    border: none;
    padding: 15px;
    transition: all 0.3s ease;
    border-radius: 10px;
}footer .input_holder input[type="email"]:focus {
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3);
    outline: none;
}footer .upgrade_todayM {
    transition: all 0.3s ease;
    font-weight: 600;
    border-radius: 10px;
    font-size: 14px;
    color: #ffffff;
    border: none;
    cursor: pointer;
    background-color: #000000;
    padding: 15px;
}footer .upgrade_todayM:hover {
    background-color: rgb(161,168,179);
}footer .challenge_ctaD {
    border-top: 1px dashed rgba(0, 0, 0, 0.1);
    margin-top: 60px;
    padding-top: 20px;
}footer .podcast_ctaD {
    font-size: 13px;
    color: #000000;
    text-align: center;
}

@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}footer .input_holder {
    flex-direction: row;
}footer .upgrade_todayM {
    white-space: nowrap;
}footer .nav_masterC {
    padding-top: 80px;
}
}

@media (max-width: 767px) {footer .talk_contactA {
    padding: 30px 15px 50px;
}footer .head_classM, footer .subscribe_holder {
    margin: 0 10px;
    padding: 25px 20px;
}footer .challenge_ctaD {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .talk_contactA {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}footer .head_classM h5, footer .subscribe_holder h5 {
    font-size: calc(21px - 2px);
}footer .main_leadT a {
    flex: 1 0 100%;
}footer .input_holder input[type="email"],
    footer .upgrade_todayM {
    padding: 12px;
}}.attempt_nowV {
    padding: 130px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(234,237,239) 0%, rgb(161,168,179,0.5) 100%);
    overflow: hidden;
}.attempt_nowV::before {
    top: 0;
    left: 0;
    background: radial-gradient(
        ellipse at center,
        rgb(234,237,239) 0%,
        transparent 70%
    );
    width: 100%;
    content: '';
    height: 100%;
    z-index: 1;
    position: absolute;
}.attempt_nowV .study_growthv {
    align-items: center;
    flex-direction: column;
    display: flex;
    position: relative;
    z-index: 10;
}.attempt_nowV .container p {
    line-height: 1.4;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        15px 15px 0 rgb(198,203,212,0.5);
    background: #ffffff;
    max-width: 800px;
    padding: 40px;
    margin: 0 auto 80px;
    font-weight: 700;
    text-align: center;
    color: #000000;
    font-size: 28px;
    clip-path: polygon(
        0% 0%, 
        100% 0%, 
        100% 85%, 
        85% 100%, 
        0% 100%
    );
    z-index: 5;
    position: relative;
}.attempt_nowV .connect_gridi {
    z-index: 5;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    color: #000000;
    background: #ffffff;
    font-weight: 600;
    box-shadow: 
        5px 5px 0 rgb(198,203,212),
        10px 10px 0 rgb(161,168,179,0.5);
    transform-origin: center;
    padding: 20px 50px;
    font-size: 20px;
    text-decoration: none;
    transform: rotate(-2deg);
}.attempt_nowV .connect_gridi:hover {
    transform: rotate(0) scale(1.05);
    box-shadow: 
        8px 8px 0 rgb(198,203,212),
        16px 16px 0 rgb(161,168,179,0.5);
}.attempt_nowV .container p::before {
    content: '';
    position: absolute;
    z-index: -1;
    background: rgb(198,203,212);
    right: -5px;
    width: 40px;
    height: 40px;
    top: -5px;
}.attempt_nowV .connect_gridi::before {
    border: 2px dashed rgb(198,203,212);
    height: 100%;
    top: 5px;
    content: '';
    position: absolute;
    left: 5px;
    transition: all 0.4s ease;
    z-index: -1;
    width: 100%;
}.attempt_nowV .connect_gridi:hover::before {
    left: 8px;
    top: 8px;
}.attempt_nowV::after {
    right: -200px;
    width: 400px;
    content: '';
    transform: rotate(45deg);
    border-radius: 0 50% 50% 50%;
    z-index: 1;
    top: -200px;
    height: 400px;
    position: absolute;
    opacity: 0.1;
    background: rgb(198,203,212,0.5);
}.attempt_nowV .study_growthv::after {
    position: absolute;
    left: -150px;
    background: rgb(161,168,179,0.5);
    z-index: 1;
    width: 300px;
    transform: rotate(-45deg);
    border-radius: 50% 0 50% 50%;
    opacity: 0.1;
    content: '';
    height: 300px;
    bottom: -150px;
}

@media (max-width: 991px) {.attempt_nowV {
    padding: 100px 0;
}.attempt_nowV .container p {
    box-shadow: 
            0 10px 25px rgba(0, 0, 0, 0.1),
            10px 10px 0 rgb(198,203,212,0.5);
    font-size: calc(21px * 1.2);
    margin-bottom: 70px;
    padding: 35px;
}.attempt_nowV .connect_gridi {
    padding: 18px 40px;
}
}

@media (max-width: 767px) {.attempt_nowV {
    padding: 80px 0;
}.attempt_nowV .container p {
    padding: 30px;
    clip-path: polygon(
            0% 0%, 
            100% 0%, 
            100% 90%, 
            90% 100%, 
            0% 100%
        );
    font-size: 21px;
    margin-bottom: 60px;
}.attempt_nowV .connect_gridi {
    transform: rotate(-1deg);
    padding: 15px 35px;
}.attempt_nowV .container p::before {
    height: 30px;
    width: 30px;
}
}

@media (max-width: 480px) {.attempt_nowV {
    padding: 60px 0;
}.attempt_nowV .container p {
    margin-bottom: 50px;
    box-shadow: 
            0 8px 20px rgba(0, 0, 0, 0.1),
            8px 8px 0 rgb(198,203,212,0.5);
    clip-path: polygon(
            0% 0%, 
            100% 0%, 
            100% 95%, 
            95% 100%, 
            0% 100%
        );
    padding: 25px;
    font-size: calc(12px * 1.2);
}.attempt_nowV .connect_gridi {
    box-shadow: 
            3px 3px 0 rgb(198,203,212),
            6px 6px 0 rgb(161,168,179,0.5);
    padding: 12px 30px;
    transform: rotate(0);
    font-size: calc(20px * 0.9);
}.attempt_nowV .connect_gridi::before {
    top: 3px;
    left: 3px;
}.attempt_nowV .connect_gridi:hover {
    transform: scale(1.03);
    box-shadow: 
            5px 5px 0 rgb(198,203,212),
            10px 10px 0 rgb(161,168,179,0.5);
}.attempt_nowV .connect_gridi:hover::before {
    left: 5px;
    top: 5px;
}}header {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    left: 0;
    width: 100%;
    top: 0;
    position: fixed;
    background: rgb(234,237,239);
    z-index: 1000;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}header:before {
    left: 0;
    background: linear-gradient(90deg, 
        rgb(198,203,212) 0%, 
        rgb(161,168,179) 50%, 
        rgb(198,203,212) 100%
    );
    width: 100%;
    content: '';
    position: absolute;
    top: 0;
    height: 5px;
}header:after {
    width: 100%;
    height: 100%;
    background-size: 20px 20px;
    background-color: rgba(0, 0, 0, 0.01);
    position: absolute;
    background: 
        linear-gradient(135deg, rgb(234,237,239) 25%, transparent 25%) -10px 0,
        linear-gradient(225deg, rgb(234,237,239) 25%, transparent 25%) -10px 0,
        linear-gradient(315deg, rgb(234,237,239) 25%, transparent 25%),
        linear-gradient(45deg, rgb(234,237,239) 25%, transparent 25%);
    left: 0;
    bottom: 0;
    opacity: 0.4;
    content: '';
    pointer-events: none;
}header .nav_proR {
    position: relative;
    overflow: hidden;
}header .nav_proR:before {
    content: '';
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(to right, 
        transparent, 
        rgb(198,203,212,0.5),
        transparent
    );
}header .container {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    padding: 15px 25px;
}header .container:before {
    content: '';
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    opacity: 0.7;
    height: 8px;
    width: 8px;
    background: rgb(198,203,212);
    position: absolute;
    left: 10px;
}header .container:after {
    position: absolute;
    height: 8px;
    content: '';
    right: 10px;
    opacity: 0.7;
    top: 50%;
    background: rgb(161,168,179);
    width: 8px;
    transform: translateY(-50%) rotate(45deg);
}header .main_headG {
    align-items: center;
    display: flex;
    position: relative;
    justify-content: space-between;
}header .main_headG:before {
    left: 0;
    opacity: 0.2;
    height: 1px;
    content: '';
    width: 100%;
    bottom: -10px;
    background: linear-gradient(90deg,
        transparent 0%,
        #000000 20%,
        #000000 80%,
        transparent 100%
    );
    position: absolute;
}header .head_classM {
    position: relative;
    gap: 30px;
    display: flex;
    align-items: center;
}header .head_classM:before {
    opacity: 0;
    left: 0;
    bottom: -8px;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: absolute;
    transform-origin: center;
    transform: scaleX(0.9);
    width: 100%;
    content: '';
    background: rgb(198,203,212);
    height: 2px;
}header .head_classM:hover:before {
    transform: scaleX(1);
    opacity: 0.3;
}header .site_navF {
    position: relative;
    text-decoration: none;
    overflow: hidden;
    padding: 8px 2px;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
    color: #000000;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
}header .site_navF:before {
    position: absolute;
    content: '';
    transform: translateX(-101%);
    width: 100%;
    left: 0;
    height: 2px;
    transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    bottom: 0;
    background: rgb(198,203,212);
}header .site_navF:after {
    top: 100%;
    background: rgb(198,203,212);
    transition: all 0.3s ease;
    content: '';
    height: 8px;
    opacity: 0;
    width: 8px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}header .site_navF:hover {
    color: rgb(198,203,212);
}header .site_navF:hover:before {
    transform: translateX(0);
}header .site_navF:hover:after {
    opacity: 1;
    top: calc(100% - 3px);
}header .nav_leadI {
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
    position: relative;
    padding: 5px 12px;
    text-decoration: none;
}header .nav_leadI:before {
    width: 100%;
    top: 0;
    border: 2px solid transparent;
    height: 100%;
    left: 0;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    background: linear-gradient(rgb(234,237,239), rgb(234,237,239)) padding-box,
                linear-gradient(135deg, rgb(198,203,212), rgb(161,168,179)) border-box;
    content: '';
    border-radius: 10px;
    position: absolute;
    opacity: 0;
}header .nav_leadI:after {
    transform: scale(0);
    transition: all 0.4s ease;
    border-radius: 50%;
    content: '';
    top: -5px;
    width: 10px;
    left: -5px;
    height: 10px;
    position: absolute;
    opacity: 0;
    background: linear-gradient(135deg, rgb(198,203,212), rgb(161,168,179));
}header .nav_leadI:hover:before {
    opacity: 1;
}header .nav_leadI:hover:after {
    transform: scale(1);
    opacity: 1;
}header .nav_leadI svg {
    height: 42px;
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    width: auto;
}header .nav_leadI:hover svg {
    transform: scale(1.05);
}

@keyframes drawBorder {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 300% 0%;
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-5px);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.7;
    }
    50% {
        opacity: 1;
    }
}

@media (max-width: 991px) {header .container {
    padding: 15px 20px;
}header .head_classM {
    gap: 20px;
}header .nav_leadI svg {
    height: 38px;
}
}

@media (max-width: 767px) {header .head_classM {
    transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    gap: 5px;
    right: -100%;
    top: 0;
    max-width: 320px;
    background: rgb(234,237,239);
    box-shadow: -5px 0 25px rgba(0, 0, 0, 0.1);
    z-index: 1001;
    padding: 75px 30px 30px;
    height: 100vh;
    position: fixed;
    width: 80%;
    flex-direction: column;
}header .head_classM:before {
    bottom: auto;
    left: 10%;
    height: 1px;
    width: 80%;
    top: 60px;
}header .menu.active {
    right: 0;
}header .site_navF {
    padding: 14px 5px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    width: 100%;
}header .site_navF:last-child {
    border-bottom: none;
}header .site_navF:after {
    left: 10px;
    transform: translateY(-50%) rotate(45deg);
    top: 50%;
}header .site_navF:hover:after {
    top: 50%;
    left: 5px;
    opacity: 1;
}header .nav_leadI {
    margin: 0 auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 12px 15px;
}header .container:before,
    header .container:after {
    display: none;
}header .nav_leadI svg {
    height: 35px;
}}.customer_experienceX {
    position: relative;
    overflow: hidden;
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(234,237,239) 0%, rgb(161,168,179,0.5) 100%);
}.customer_experienceX::before {
    content: "";
    background-image: radial-gradient(circle at 10% 20%, rgb(198,203,212,0.5) 5%, transparent 60%);
    position: absolute;
    top: 0;
    z-index: 0;
    height: 100%;
    opacity: 0.4;
    width: 100%;
    left: 0;
}.customer_experienceX::after {
    height: 40%;
    z-index: 0;
    right: -5%;
    content: "";
    width: 40%;
    position: absolute;
    bottom: -5%;
    opacity: 0.5;
    background-image: radial-gradient(circle, rgb(161,168,179,0.5) 10%, transparent 70%);
}.customer_experienceX .container {
    padding: 0 1.5rem;
    max-width: 1200px;
    z-index: 1;
    position: relative;
    margin: 0 auto;
}.customer_experienceX h2 {
    color: #000000;
    text-align: center;
    margin-bottom: 3rem;
    transform: translateZ(0);
    font-weight: 700;
    position: relative;
    font-size: 36px;
}.customer_experienceX h2::after {
    bottom: -0.8rem;
    width: 5rem;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    content: "";
    background: linear-gradient(90deg, rgb(198,203,212) 0%, rgb(161,168,179) 100%);
    height: 0.3rem;
}.customer_experienceX .user_voicesO {
    perspective: 1000px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    padding: 0;
    list-style: none;
    gap: 2rem;
}.customer_experienceX .rating_praiset {
    padding: 2rem;
    position: relative;
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), 
                box-shadow 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform-style: preserve-3d;
    z-index: 1;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    background: #ffffff;
}.customer_experienceX .rating_praiset::before {
    transform: scaleX(0);
    width: 100%;
    height: 0.3rem;
    background: linear-gradient(90deg, rgb(198,203,212) 0%, rgb(161,168,179) 100%);
    top: 0;
    left: 0;
    z-index: 2;
    transform-origin: left;
    content: "";
    position: absolute;
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}.customer_experienceX .rating_praiset:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
    transform: translateY(-10px);
}.customer_experienceX .rating_praiset:hover::before {
    transform: scaleX(1);
}.customer_experienceX .rating_praiset div {
    align-items: center;
    display: flex;
    margin-bottom: 1.5rem;
}.customer_experienceX .rating_praiset img {
    border-radius: 50%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    width: 60px;
    transition: transform 0.3s ease;
    object-fit: cover;
    margin-right: 1rem;
    height: 60px;
    border: 3px solid #ffffff;
}.customer_experienceX .rating_praiset:hover img {
    transform: scale(1.05);
}.customer_experienceX .rating_praiset h4 {
    color: #000000;
    font-size: 20px;
    position: relative;
    font-weight: 600;
    margin: 0;
}.customer_experienceX .rating_praiset h4::after {
    background: rgb(198,203,212);
    transition: transform 0.3s ease;
    transform-origin: left;
    content: "";
    position: absolute;
    transform: scaleX(0);
    height: 0.15rem;
    left: 0;
    bottom: -0.5rem;
    width: 2rem;
}.customer_experienceX .rating_praiset:hover h4::after {
    transform: scaleX(1);
}.customer_experienceX .description {
    position: relative;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0;
    color: #000000;
    line-height: 1.6;
}.customer_experienceX .description::before {
    font-size: 5rem;
    font-family: serif;
    color: rgb(198,203,212,0.5);
    top: -1.5rem;
    opacity: 0.2;
    line-height: 1;
    content: "";
    position: absolute;
    left: -0.5rem;
}.customer_experienceX a {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    display: inline-block;
    font-weight: 600;
    overflow: hidden;
    position: relative;
    font-size: 18px;
    padding: 0.8rem 2rem;
    z-index: 1;
    text-decoration: none;
    margin-top: 3rem;
    border-radius: 10px;
    background: linear-gradient(90deg, rgb(198,203,212) 0%, rgb(161,168,179) 100%);
    color: #ffffff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}.customer_experienceX a::before {
    width: 100%;
    top: 0;
    content: "";
    transition: opacity 0.3s ease;
    position: absolute;
    left: 0;
    height: 100%;
    z-index: -1;
    opacity: 0;
    background: linear-gradient(90deg, rgb(161,168,179) 0%, rgb(198,203,212) 100%);
}.customer_experienceX a:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}.customer_experienceX a:hover::before {
    opacity: 1;
}.customer_experienceX .study_growthv {
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media (max-width: 1024px) {.customer_experienceX {
    padding: 4rem 0;
}.customer_experienceX h2 {
    font-size: calc(36px * 0.9);
}.customer_experienceX .user_voicesO {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
}

@media (max-width: 768px) {.customer_experienceX {
    padding: 3rem 0;
}.customer_experienceX h2 {
    margin-bottom: 2rem;
    font-size: calc(36px * 0.8);
}.customer_experienceX h2::after {
    width: 4rem;
}.customer_experienceX .user_voicesO {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 1.5rem;
}.customer_experienceX .rating_praiset {
    padding: 1.5rem;
}
}

@media (max-width: 576px) {.customer_experienceX {
    padding: 2.5rem 0;
}.customer_experienceX h2 {
    margin-bottom: 1.5rem;
    font-size: calc(36px * 0.7);
}.customer_experienceX h2::after {
    width: 3rem;
}.customer_experienceX .user_voicesO {
    grid-template-columns: 1fr;
}.customer_experienceX .rating_praiset {
    padding: 1.2rem;
}.customer_experienceX .rating_praiset div {
    margin-bottom: 1rem;
}.customer_experienceX .rating_praiset img {
    height: 50px;
    width: 50px;
}.customer_experienceX a {
    padding: 0.7rem 1.5rem;
    margin-top: 2rem;
}}

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

.customer_experienceX .rating_praiset:nth-child(1) {
    animation: fadeInUp 0.6s 0.1s both;
}.customer_experienceX .rating_praiset:nth-child(2) {
    animation: fadeInUp 0.6s 0.2s both;
}.customer_experienceX .rating_praiset:nth-child(3) {
    animation: fadeInUp 0.6s 0.3s both;
}.customer_experienceX .rating_praiset:nth-child(4) {
    animation: fadeInUp 0.6s 0.4s both;
}.customer_experienceX .rating_praiset:nth-child(5) {
    animation: fadeInUp 0.6s 0.5s both;
}.customer_experienceX .rating_praiset:nth-child(6) {
    animation: fadeInUp 0.6s 0.6s both;
}.customer_experienceX .rating_praiset:nth-child(7) {
    animation: fadeInUp 0.6s 0.7s both;
}.company_infoO {
    position: relative;
    background: linear-gradient(135deg, rgb(234,237,239) 0%, #ffffff 100%);
    overflow: hidden;
    padding: 6rem 0;
}.company_infoO::before {
    z-index: 1;
    content: "";
    position: absolute;
    animation: floatGradient 15s ease-in-out infinite alternate;
    opacity: 0.15;
    height: 40%;
    filter: blur(60px);
    transform: rotate(-15deg);
    right: -5%;
    width: 40%;
    top: -5%;
    background: linear-gradient(45deg, rgb(198,203,212,0.5) 0%, rgb(198,203,212) 100%);
}.company_infoO::after {
    width: 35%;
    content: "";
    position: absolute;
    filter: blur(70px);
    background: linear-gradient(225deg, rgb(161,168,179) 0%, rgb(161,168,179,0.5) 100%);
    opacity: 0.1;
    animation: floatGradient 18s ease-in-out infinite alternate-reverse;
    left: -5%;
    bottom: -5%;
    transform: rotate(15deg);
    z-index: 1;
    height: 35%;
}.company_infoO .container {
    z-index: 2;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 2rem;
}.company_infoO h1 {
    color: #000000;
    letter-spacing: -0.5px;
    margin-bottom: 3rem;
    transform: translateX(-0.5rem);
    position: relative;
    font-weight: 700;
    font-size: 47px;
    display: inline-block;
}.company_infoO h1::after {
    background: rgb(198,203,212);
    content: "";
    width: 60px;
    position: absolute;
    height: 4px;
    transform-origin: left;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    bottom: -12px;
    left: 0;
    animation: lineReveal 1.2s cubic-bezier(0.23, 1, 0.32, 1) forwards 0.3s;
    transform: scaleX(0);
}.company_infoO .master_classQ {
    position: relative;
}.company_infoO .master_classQ ul {
    gap: 3.5rem;
    margin: 0;
    grid-template-columns: 1fr;
    list-style: none;
    padding: 0;
    display: grid;
}.company_infoO .virtual_studyf {
    border-radius: 2px;
    animation: fadeUp 0.8s cubic-bezier(0.23, 1, 0.32, 1) forwards;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transform: translateY(30px);
    position: relative;
    opacity: 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04), 0 1px 5px rgba(0, 0, 0, 0.03);
    background: #ffffff;
    padding: 2.5rem;
}.company_infoO .virtual_studyf:nth-child(1) {
    animation-delay: 0.2s;
}.company_infoO .virtual_studyf:nth-child(2) {
    animation-delay: 0.4s;
}.company_infoO .virtual_studyf:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08), 0 5px 10px rgba(0, 0, 0, 0.05);
}.company_infoO .virtual_studyf::before {
    content: "";
    transition: height 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    height: 0;
    position: absolute;
    width: 4px;
    left: 0;
    background: linear-gradient(to bottom, rgb(198,203,212), rgb(161,168,179));
    top: 0;
}.company_infoO .virtual_studyf:hover::before {
    height: 100%;
}.company_infoO .virtual_studyf h4 {
    transform: translateX(0);
    display: inline-block;
    font-size: calc(20px * 1.1);
    margin-bottom: 1.5rem;
    color: #000000;
    font-weight: 600;
    position: relative;
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}.company_infoO .virtual_studyf:hover h4 {
    transform: translateX(12px);
    color: rgb(198,203,212);
}.company_infoO .virtual_studyf div {
    line-height: 1.8;
    font-family: Arial, sans-serif;
    max-height: 250px;
    padding-right: 10px;
    font-size: 14px;
    position: relative;
    overflow-y: auto;
    color: #000000;
}.company_infoO .virtual_studyf div::-webkit-scrollbar {
    width: 4px;
}.company_infoO .virtual_studyf div::-webkit-scrollbar-track {
    border-radius: 20px;
    background: rgba(0, 0, 0, 0.05);
}.company_infoO .virtual_studyf div::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background: rgb(198,203,212,0.5);
    transition: background 0.3s ease;
}.company_infoO .virtual_studyf div::-webkit-scrollbar-thumb:hover {
    background: rgb(198,203,212);
}

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

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

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

@media screen and (min-width: 768px) {.company_infoO {
    padding: 8rem 0;
}.company_infoO h1 {
    font-size: calc(47px * 1.1);
    margin-bottom: 4rem;
}.company_infoO h1::after {
    width: 80px;
    height: 5px;
}.company_infoO .master_classQ ul {
    gap: 2.5rem;
    grid-template-columns: repeat(2, 1fr);
}.company_infoO .virtual_studyf {
    padding: 3rem;
}.company_infoO .virtual_studyf div {
    max-height: 300px;
}
}

@media screen and (min-width: 1200px) {.company_infoO {
    padding: 10rem 0;
}.company_infoO .container {
    padding: 0 3rem;
}.company_infoO h1 {
    font-size: calc(47px * 1.25);
    margin-bottom: 5rem;
}.company_infoO h1::after {
    width: 100px;
}.company_infoO .master_classQ ul {
    gap: 3rem;
}.company_infoO .virtual_studyf {
    padding: 3.5rem;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}.company_infoO .virtual_studyf div {
    max-height: 350px;
}
}

@media (prefers-reduced-motion: reduce) {.company_infoO::before,
    .company_infoO::after {
    animation: none;
}.company_infoO .virtual_studyf,
    .company_infoO h1::after {
    transform: none;
    opacity: 1;
    animation: none;
}.company_infoO .virtual_studyf:hover,
    .company_infoO .virtual_studyf:hover h4 {
    transform: none;
}}.title_openera {
    background: linear-gradient(135deg, rgb(234,237,239) 0%, rgba(0, 0, 0, 0.5) 100%);
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    min-height: 100vh;
    justify-content: center;
}.title_openera::before {
    content: "";
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: 
    radial-gradient(circle at 20% 30%, rgb(198,203,212,0.5) 0%, transparent 40%),
    radial-gradient(circle at 80% 70%, rgb(161,168,179,0.5) 0%, transparent 40%);
    position: absolute;
    top: 0;
    opacity: 0.3;
}.title_openera::after {
    z-index: 0;
    transform: rotate(15deg);
    position: absolute;
    width: 50%;
    content: "";
    background: linear-gradient(45deg, rgb(198,203,212,0.5) 0%, rgb(161,168,179) 100%);
    filter: blur(80px);
    height: 50%;
    top: -10%;
    animation: floatGlow 12s infinite alternate ease-in-out;
    right: -10%;
}.title_openera .main_frontL {
    transform: translateY(-2%);
    width: 90%;
    display: grid;
    max-width: 1200px;
    position: relative;
    grid-gap: 2rem;
    grid-template-columns: 1fr;
    z-index: 2;
}.title_openera .main_frontL > div:first-child {
    animation: slideInLeft 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    position: relative;
    padding: 2rem;
    transform: translateX(-5%);
}.title_openera .main_frontL > div:first-child::before {
    content: "";
    animation: lineGrow 1.5s cubic-bezier(0.34, 1.56, 0.64, 1) forwards 0.5s;
    width: 3px;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(198,203,212);
}.title_openera .main_frontL p {
    font-weight: 600;
    animation: fadeUp 1s ease forwards 0.8s;
    margin: 0;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    line-height: 1.6;
    opacity: 0;
    transform: translateY(20px);
    font-size: calc(15px * 1.2);
    position: relative;
    color: #ffffff;
    max-width: 90%;
}.title_openera .learning_expertsR {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), 0 5px 15px rgba(0, 0, 0, 0.1);
    animation: fadeScale 1.5s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
    position: relative;
    transform: perspective(1000px) rotateY(-2deg) rotateX(1deg);
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    overflow: hidden;
}.title_openera .learning_expertsR:hover {
    transform: perspective(1000px) rotateY(0deg) rotateX(0deg) translateY(-5px);
}.title_openera .learning_expertsR > div {
    flex-direction: column;
    min-height: 450px;
    padding: 2.5rem;
    position: relative;
    display: flex;
    justify-content: space-between;
}.title_openera .learning_expertsR > div::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    background: linear-gradient(to bottom, 
    rgba(0, 0, 0, 0.3) 0%, 
    rgba(0, 0, 0, 0.5) 50%,
    rgba(0, 0, 0, 0.8) 100%);
    top: 0;
    z-index: 1;
}.title_openera .learning_expertsR h3 {
    font-weight: 400;
    max-width: 90%;
    transform: translateY(20px);
    z-index: 2;
    font-size: calc(22px * 1.1);
    animation: fadeUp 1s ease forwards 1.2s;
    color: #ffffff;
    margin-bottom: 2rem;
    line-height: 1.4;
    opacity: 0;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    position: relative;
}.title_openera .learning_expertsR > div > div {
    z-index: 2;
    margin-top: auto;
    position: relative;
}.title_openera .title_style_header {
    opacity: 0;
    color: transparent;
    background-clip: text !important;
    position: relative;
    transform: translateY(30px);
    color: #ffffff;
    animation: fadeUp 1.2s cubic-bezier(0.34, 1.56, 0.64, 1) forwards 1.5s;
    background: linear-gradient(90deg, #ffffff, rgb(198,203,212));
    -webkit-background-clip: text !important;
    margin: 0;
    display: inline-block;
    line-height: 1.2;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
    font-size: 39px;
    font-weight: 700;
}.title_openera .title_style_header::after {
    position: absolute;
    background: rgb(198,203,212);
    width: 0;
    bottom: -10px;
    animation: lineGrowWidth 1.5s cubic-bezier(0.34, 1.56, 0.64, 1) forwards 2s;
    content: "";
    height: 3px;
    left: 0;
}

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

@keyframes lineGrow {
  0% {
    height: 0;
  }
  100% {
    height: 80%;
  }
}

@keyframes lineGrowWidth {
  0% {
    width: 0;
  }
  100% {
    width: 60%;
  }
}

@keyframes fadeScale {
  0% {
    opacity: 0;
    transform: perspective(1000px) rotateY(-2deg) rotateX(1deg) scale(0.95);
  }
  100% {
    opacity: 1;
    transform: perspective(1000px) rotateY(-2deg) rotateX(1deg) scale(1);
  }
}

@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-15%);
  }
  100% {
    opacity: 1;
    transform: translateX(-5%);
  }
}

@keyframes floatGlow {
  0% {
    transform: rotate(15deg) translateY(0);
    filter: blur(80px);
  }
  50% {
    filter: blur(100px);
  }
  100% {
    transform: rotate(12deg) translateY(-20px);
    filter: blur(70px);
  }
}

@media (min-width: 768px) {.title_openera .main_frontL {
    grid-template-columns: 0.4fr 0.6fr;
    grid-gap: 3rem;
}.title_openera .main_frontL > div:first-child {
    display: flex;
    align-items: center;
}.title_openera .main_frontL p {
    font-size: calc(15px * 1.3);
}.title_openera .learning_expertsR > div {
    min-height: 500px;
}.title_openera .title_style_header {
    font-size: calc(39px * 1.2);
}.title_openera .learning_expertsR h3 {
    font-size: calc(22px * 1.2);
    max-width: 80%;
}
}

@media (min-width: 992px) {.title_openera .main_frontL {
    grid-template-columns: 0.35fr 0.65fr;
}.title_openera .learning_expertsR {
    transform: perspective(1500px) rotateY(-3deg) rotateX(1deg);
}.title_openera .learning_expertsR:hover {
    transform: perspective(1500px) rotateY(0deg) rotateX(0deg) translateY(-10px);
}.title_openera .learning_expertsR > div {
    padding: 3rem;
    min-height: 550px;
}.title_openera .title_style_header {
    font-size: calc(39px * 1.4);
}
}

@media (max-width: 767px) {.title_openera {
    padding: 4rem 1rem;
}.title_openera .main_frontL > div:first-child {
    padding: 1.5rem;
}.title_openera .learning_expertsR > div {
    min-height: 400px;
    padding: 2rem;
}.title_openera .title_style_header {
    font-size: calc(39px * 0.9);
}.title_openera .learning_expertsR h3 {
    margin-bottom: 1.5rem;
    font-size: 22px;
}
}

@media (max-width: 480px) {.title_openera {
    padding: 3rem 1rem;
}.title_openera .main_frontL {
    width: 95%;
}.title_openera .main_frontL > div:first-child {
    padding: 1rem;
}.title_openera .main_frontL p {
    font-size: 15px;
    max-width: 100%;
}.title_openera .learning_expertsR > div {
    padding: 1.5rem;
    min-height: 350px;
}.title_openera .title_style_header {
    font-size: calc(31px * 0.9);
}.title_openera .learning_expertsR h3 {
    font-size: calc(17px * 1.1);
    max-width: 100%;
}}.contact_panelJ {
    position: relative;
    padding: 0;
}.contact_panelJ::before {
    opacity: 0.92;
    background-color: rgb(234,237,239);
    top: 0;
    content: '';
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
}.contact_panelJ .container {
    padding: 0;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}.contact_panelJ .reach_boxZ {
    display: flex;
    position: relative;
}.contact_panelJ .feedback_cardW {
    justify-content: center;
    flex-direction: column;
    color: #ffffff;
    width: 40%;
    display: flex;
    padding: 80px 50px;
    background-color: rgb(198,203,212);
}.contact_panelJ .feedback_cardW h3 {
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 50px;
    font-size: 38px;
    position: relative;
}.contact_panelJ .feedback_cardW h3::after {
    height: 3px;
    position: absolute;
    background: #ffffff;
    width: 60px;
    content: '';
    left: 0;
    bottom: -15px;
}.contact_panelJ .feedback_cardW div {
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}.contact_panelJ .feedback_cardW div:last-child {
    border-bottom: none;
}.contact_panelJ .feedback_cardW svg {
    width: 25px;
    height: 25px;
    margin-right: 20px;
}.contact_panelJ .feedback_cardW svg path {
    fill: #ffffff;
}.contact_panelJ .feedback_cardW span {
    color: #ffffff;
    font-size: 17px;
}.contact_panelJ .feedback_cardW a {
    color: #ffffff;
    text-decoration: none;
    transition: opacity 0.3s ease;
}.contact_panelJ .feedback_cardW a:hover {
    opacity: 0.8;
}.contact_panelJ .help_gridM {
    padding: 100px 50px 100px 100px;
    width: 60%;
    background-color: #ffffff;
    align-items: center;
    display: flex;
}.contact_panelJ form {
    width: 100%;
}.contact_panelJ form h3 {
    font-weight: 700;
    font-size: 38px;
    margin-bottom: 40px;
    position: relative;
    color: #000000;
}.contact_panelJ form h3::after {
    height: 3px;
    width: 60px;
    background: rgb(198,203,212);
    position: absolute;
    content: '';
    bottom: -15px;
    left: 0;
}.contact_panelJ form input[type="text"],
.contact_panelJ form input[type="email"] {
    font-size: 17px;
    transition: all 0.3s ease;
    color: #000000;
    background: transparent;
    width: 100%;
    border: none;
    padding: 15px 0;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 25px;
}.contact_panelJ form input[type="text"]:focus,
.contact_panelJ form input[type="email"]:focus {
    border-bottom-color: rgb(198,203,212);
    outline: none;
}.contact_panelJ form input::placeholder {
    color: #9e9e9e;
}.contact_panelJ .inquiry_sectionQ {
    margin: 30px 0;
    align-items: flex-start;
    display: flex;
}.contact_panelJ .inquiry_sectionQ input[type="checkbox"] {
    width: 20px;
    transition: all 0.3s ease;
    flex-shrink: 0;
    appearance: none;
    margin-right: 15px;
    border: 1px solid #e0e0e0;
    -webkit-appearance: none;
    height: 20px;
    position: relative;
    background: transparent;
    cursor: pointer;
}.contact_panelJ .inquiry_sectionQ input[type="checkbox"]:checked {
    background-color: rgb(198,203,212);
    border-color: rgb(198,203,212);
}.contact_panelJ .inquiry_sectionQ input[type="checkbox"]:checked::before {
    left: 6px;
    position: absolute;
    content: '';
    border: solid white;
    top: 2px;
    height: 10px;
    width: 6px;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}.contact_panelJ .inquiry_sectionQ label {
    font-size: 15px;
    line-height: 1.6;
    color: #000000;
}.contact_panelJ .inquiry_sectionQ a {
    text-decoration: none;
    color: rgb(198,203,212);
    transition: color 0.3s ease;
    font-weight: 600;
}.contact_panelJ .inquiry_sectionQ a:hover {
    color: rgb(161,168,179);
}.contact_panelJ .connect_gridi {
    transition: all 0.3s ease;
    display: inline-block;
    z-index: 1;
    border: none;
    cursor: pointer;
    font-size: 18px;
    background: rgb(198,203,212);
    padding: 15px 40px;
    font-weight: 600;
    position: relative;
    color: #ffffff;
    overflow: hidden;
}.contact_panelJ .connect_gridi::after {
    content: '';
    height: 100%;
    z-index: -1;
    background: rgb(161,168,179);
    width: 100%;
    position: absolute;
    left: 0;
    transform: scaleX(0);
    top: 0;
    transform-origin: right;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.contact_panelJ .connect_gridi:hover::after {
    transform-origin: left;
    transform: scaleX(1);
}

@media (max-width: 1024px) {.contact_panelJ .feedback_cardW {
    padding: 60px 30px;
}.contact_panelJ .help_gridM {
    padding: 80px 40px 80px 70px;
}
}

@media (max-width: 768px) {.contact_panelJ .reach_boxZ {
    flex-direction: column;
}.contact_panelJ .feedback_cardW {
    clip-path: none;
    padding: 50px 30px;
    width: 100%;
}.contact_panelJ .help_gridM {
    padding: 50px 30px;
    width: 100%;
}.contact_panelJ .feedback_cardW h3,
    .contact_panelJ form h3 {
    margin-bottom: 30px;
    font-size: calc(38px * 0.9);
}
}

@media (max-width: 576px) {.contact_panelJ .feedback_cardW,
    .contact_panelJ .help_gridM {
    padding: 40px 25px;
}.contact_panelJ .feedback_cardW h3,
    .contact_panelJ form h3 {
    font-size: calc(38px * 0.8);
    margin-bottom: 25px;
}.contact_panelJ .feedback_cardW div {
    margin-bottom: 20px;
}.contact_panelJ .connect_gridi {
    width: 100%;
    padding: 15px 20px;
}}.teaching_historyG {
    background: linear-gradient(135deg, rgb(234,237,239) 0%, #ffffff 100%);
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}.teaching_historyG::before {
    content: "";
    height: 400px;
    background: rgb(198,203,212,0.5);
    filter: blur(120px);
    right: -100px;
    width: 400px;
    top: -100px;
    z-index: 0;
    position: absolute;
}.teaching_historyG::after {
    position: absolute;
    z-index: 0;
    height: 300px;
    background: rgb(161,168,179,0.5);
    left: -50px;
    bottom: -50px;
    width: 300px;
    filter: blur(100px);
    content: "";
}.teaching_historyG .container {
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 1;
    max-width: 1200px;
}.teaching_historyG .rating_praiset {
    background: rgba(255, 255, 255, 0.9);
    gap: 30px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
              0 4px 8px rgba(0, 0, 0, 0.04);
    padding: 40px;
    transform: perspective(1000px) rotateY(2deg);
    backdrop-filter: blur(10px);
    transform-style: preserve-3d;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    display: grid;
    position: relative;
    grid-template-columns: 1fr;
}.teaching_historyG .rating_praiset:hover {
    transform: perspective(1000px) rotateY(0deg);
}.teaching_historyG .rating_praiset > div:first-child {
    justify-content: center;
    align-items: center;
    display: flex;
}.teaching_historyG .rating_praiset .img_center_alignW {
    width: 180px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    position: relative;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    height: 180px;
}.teaching_historyG .rating_praiset:hover .img_center_alignW {
    transform: translateZ(20px) scale(1.05);
}.teaching_historyG .rating_praiset .img_center_alignW::before {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(
    45deg,
    transparent 60%,
    rgb(198,203,212,0.5) 100%
  );
    content: "";
}.teaching_historyG .rating_praiset > div:nth-child(2) {
    transform: translateZ(10px);
    text-align: center;
}.teaching_historyG .rating_praiset .name {
    margin-bottom: 10px;
    font-weight: 700;
    color: rgb(198,203,212);
    display: inline-block;
    font-size: calc(21px * 1.1);
    position: relative;
}.teaching_historyG .rating_praiset .name::after {
    position: absolute;
    height: 2px;
    background: rgb(161,168,179);
    transform: translateX(-50%);
    content: "";
    width: 80px;
    bottom: -8px;
    left: 50%;
}.teaching_historyG .rating_praiset > div:nth-child(2) > div {
    font-style: italic;
    font-weight: 600;
    margin-top: 15px;
    color: #000000;
    font-size: calc(16px * 0.95);
}.teaching_historyG .rating_praiset > div:nth-child(3) {
    position: relative;
}.teaching_historyG .rating_praiset .emp_expx {
    position: relative;
    padding: 20px 0;
    font-size: 16px;
    transform: translateZ(5px);
    line-height: 1.7;
    color: #000000;
    margin: 0;
}.teaching_historyG .rating_praiset .emp_expx::before,
.teaching_historyG .rating_praiset .emp_expx::after {
    position: absolute;
    line-height: 1;
    font-family: Georgia, serif;
    content: "";
    font-size: 80px;
    color: rgb(198,203,212,0.5);
}.teaching_historyG .rating_praiset .emp_expx::before {
    top: -20px;
    left: -15px;
}.teaching_historyG .rating_praiset .emp_expx::after {
    right: -15px;
    content: "";
    bottom: -60px;
}

@media (min-width: 768px) {.teaching_historyG .rating_praiset {
    grid-template-columns: 220px 1fr;
    padding: 50px;
    grid-template-rows: auto 1fr;
    gap: 30px 40px;
}.teaching_historyG .rating_praiset > div:first-child {
    grid-row: span 2;
}.teaching_historyG .rating_praiset > div:nth-child(2) {
    text-align: left;
    align-self: end;
}.teaching_historyG .rating_praiset .name::after {
    transform: none;
    left: 0;
}.teaching_historyG .rating_praiset .emp_expx {
    border-left: 3px solid rgb(161,168,179,0.5);
    padding: 10px 0 10px 30px;
}
}

@media (min-width: 992px) {.teaching_historyG {
    padding: 140px 0;
}.teaching_historyG .rating_praiset {
    grid-template-columns: 260px 1fr;
    padding: 60px;
    gap: 40px 60px;
}.teaching_historyG .rating_praiset .img_center_alignW {
    width: 220px;
    height: 220px;
}.teaching_historyG .rating_praiset .name {
    font-size: calc(21px * 1.2);
}.teaching_historyG .rating_praiset .emp_expx {
    line-height: 1.8;
    font-size: calc(16px * 1.05);
}
}

@media (max-width: 767px) {.teaching_historyG {
    padding: 80px 0;
}.teaching_historyG .rating_praiset {
    padding: 30px 25px;
}.teaching_historyG .rating_praiset .img_center_alignW {
    height: 150px;
    width: 150px;
}.teaching_historyG .rating_praiset .emp_expx {
    line-height: 1.6;
    font-size: calc(16px * 0.95);
}.teaching_historyG .rating_praiset .emp_expx::before,
  .teaching_historyG .rating_praiset .emp_expx::after {
    font-size: 60px;
}
}

@media (max-width: 480px) {.teaching_historyG {
    padding: 60px 0;
}.teaching_historyG .rating_praiset {
    padding: 25px 20px;
    gap: 20px;
}.teaching_historyG .rating_praiset .img_center_alignW {
    width: 120px;
    height: 120px;
}.teaching_historyG .rating_praiset .name {
    font-size: 21px;
}.teaching_historyG .rating_praiset > div:nth-child(2) > div {
    font-size: calc(16px * 0.9);
}}.future_attendeesJ {
    overflow: hidden;
    padding: 100px 0;
    position: relative;
    background: rgb(234,237,239);
}.future_attendeesJ::before {
    z-index: 0;
    left: 0;
    background: linear-gradient(
        135deg,
        transparent 20px,
        rgb(198,203,212,0.5) 20px,
        rgb(198,203,212,0.5) 22px,
        transparent 22px
    ),
    linear-gradient(
        225deg,
        transparent 20px,
        rgb(161,168,179,0.5) 20px,
        rgb(161,168,179,0.5) 22px,
        transparent 22px
    );
    content: "";
    background-size: 60px 60px;
    position: absolute;
    width: 100%;
    opacity: 0.15;
    top: 0;
    height: 100%;
}.future_attendeesJ::after {
    background: 
        linear-gradient(90deg, transparent 47%, rgb(198,203,212,0.5) 47%, rgb(198,203,212,0.5) 53%, transparent 53%),
        linear-gradient(0deg, transparent 47%, rgb(161,168,179,0.5) 47%, rgb(161,168,179,0.5) 53%, transparent 53%);
    background-size: 40px 40px;
    height: 100%;
    filter: blur(1px);
    width: 100%;
    content: "";
    position: absolute;
    top: 0;
    z-index: 0;
    opacity: 0.1;
    left: 0;
}.future_attendeesJ .study_growthv {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 30px;
    position: relative;
    z-index: 1;
}.future_attendeesJ h3 {
    position: relative;
    display: inline-block;
    text-align: center;
    left: 50%;
    font-weight: 700;
    box-shadow: 0 10px 25px -10px rgb(198,203,212,0.5);
    transform: translateX(-50%);
    margin-bottom: 80px;
    color: #000000;
    padding: 0 20px 20px;
    font-size: 35px;
    font-family: Arial, sans-serif;
}.future_attendeesJ h3::before {
    bottom: 0;
    left: 0;
    position: absolute;
    height: 3px;
    width: 100%;
    content: "";
    background: linear-gradient(90deg, 
        rgb(198,203,212),
        rgb(161,168,179),
        rgb(198,203,212)
    );
}.future_attendeesJ h3::after {
    content: "";
    background: rgb(198,203,212);
    transform: translateX(-50%);
    position: absolute;
    box-shadow: 0 0 15px rgb(198,203,212,0.5);
    left: 50%;
    width: 12px;
    animation: pulseCircle 2s infinite;
    height: 12px;
    bottom: -6px;
    border-radius: 50%;
}.future_attendeesJ ul {
    padding: 0;
    list-style: none;
    margin: 0;
    gap: 30px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}.future_attendeesJ ul li {
    border-top: 1px solid rgb(161,168,179,0.5);
    color: #000000;
    padding: 25px 25px 25px 70px;
    font-family: Arial, sans-serif;
    position: relative;
    font-size: 17px;
    transition: all 0.4s ease;
    background: #ffffff;
    border-right: 1px solid rgb(161,168,179,0.5);
    box-shadow: 
        10px 10px 20px rgba(0, 0, 0, 0.05),
        -10px -10px 20px rgba(255, 255, 255, 0.5);
    border-left: 3px solid rgb(198,203,212);
    border-bottom: 3px solid rgb(161,168,179);
}.future_attendeesJ ul li::before {
    height: 10px;
    width: 10px;
    left: -5px;
    position: absolute;
    top: -5px;
    background: rgb(198,203,212);
    content: "";
    border-radius: 50%;
}.future_attendeesJ ul li::after {
    bottom: -5px;
    border-radius: 50%;
    right: -5px;
    content: "";
    background: rgb(161,168,179);
    height: 10px;
    position: absolute;
    width: 10px;
}.future_attendeesJ ul li:hover {
    transform: translateY(-5px);
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.1),
        -15px -15px 30px rgba(255, 255, 255, 0.6);
    border-bottom: 3px solid rgb(198,203,212);
    border-left: 3px solid rgb(161,168,179);
}.future_attendeesJ ul li svg {
    left: 20px;
    transform: translateY(-50%);
    top: 50%;
    height: 35px;
    width: 35px;
    transition: all 0.4s ease;
    position: absolute;
}.future_attendeesJ ul li:hover svg {
    transform: translateY(-50%) scale(1.2);
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
}.future_attendeesJ ul li svg path {
    transition: fill 0.4s ease;
    fill: rgb(198,203,212);
}.future_attendeesJ ul li:hover svg path {
    fill: rgb(161,168,179);
}.future_attendeesJ ul::before {
    width: 100%;
    height: 100%;
    opacity: 0.3;
    content: "";
    position: absolute;
    left: 0;
    z-index: -1;
    background-size: 30px 30px;
    top: 0;
    background-image: 
        linear-gradient(45deg, transparent 97%, rgb(198,203,212,0.5) 97%),
        linear-gradient(135deg, transparent 97%, rgb(161,168,179,0.5) 97%);
    pointer-events: none;
}@keyframes pulseCircle {
    0%, 100% {
        box-shadow: 0 0 10px rgb(198,203,212,0.5);
    }
    50% {
        box-shadow: 0 0 20px rgb(198,203,212);
    }
}

.future_attendeesJ ul li:nth-child(odd) {
    animation: lightsOn 3s infinite alternate;
}.future_attendeesJ ul li:nth-child(even) {
    animation: lightsOn 5s infinite alternate-reverse;
}

@keyframes lightsOn {
    0% {
        box-shadow: 
            10px 10px 20px rgba(0, 0, 0, 0.05),
            -10px -10px 20px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 
            10px 10px 20px rgba(0, 0, 0, 0.05),
            -10px -10px 20px rgba(255, 255, 255, 0.5),
            0 0 15px rgb(198,203,212,0.5);
    }
}

@media (max-width: 992px) {.future_attendeesJ {
    padding: 80px 0;
}.future_attendeesJ ul {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
}.future_attendeesJ h3 {
    font-size: calc(35px * 0.9);
    margin-bottom: 60px;
}
}

@media (max-width: 768px) {.future_attendeesJ {
    padding: 60px 0;
}.future_attendeesJ ul {
    grid-template-columns: 1fr;
    gap: 20px;
}.future_attendeesJ ul li {
    padding: 20px 20px 20px 65px;
}.future_attendeesJ h3 {
    font-size: calc(35px * 0.8);
    margin-bottom: 40px;
}
}

@media (max-width: 480px) {.future_attendeesJ {
    padding: 50px 0;
}.future_attendeesJ .study_growthv {
    padding: 0 15px;
}.future_attendeesJ h3 {
    margin-bottom: 35px;
    font-size: calc(35px * 0.7);
}.future_attendeesJ ul li {
    padding: 18px 15px 18px 60px;
}.future_attendeesJ ul li svg {
    width: 30px;
    left: 15px;
    height: 30px;
}}.privacy_containerj {
    position: relative;
    color: #000000;
    font-family: Arial, sans-serif;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
    padding: 2rem;
    background-color: rgb(234,237,239);
    border: 2px solid rgba(0, 0, 0, 0.5);
    margin: 2rem;
}.privacy_containerj::before {
    border-radius: 13px;
    content: '';
    left: -10px;
    position: absolute;
    border: 1px dashed rgb(198,203,212);
    bottom: -10px;
    pointer-events: none;
    top: -10px;
    right: -10px;
}.privacy_containerj::after {
    height: 50px;
    position: absolute;
    content: '';
    border-radius: 50%;
    z-index: -1;
    top: 10px;
    right: 10px;
    width: 50px;
    background-color: rgb(198,203,212,0.5);
}.privacy_containerj h1 {
    font-weight: 700;
    margin-bottom: 1.5rem;
    position: relative;
    font-size: 38px;
    color: rgb(198,203,212);
    border-left: 5px solid rgb(198,203,212);
    padding-left: 1rem;
}.privacy_containerj h2 {
    border-left: 4px solid rgb(161,168,179);
    position: relative;
    padding-left: 1rem;
    color: rgb(161,168,179);
    font-size: 29px;
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-weight: 600;
}.privacy_containerj h3, .privacy_containerj h4, .privacy_containerj h5, .privacy_containerj h6 {
    margin: 1rem 0;
    font-size: 24px;
}.privacy_containerj ul,
.privacy_containerj ol {
    padding-left: 2rem;
    margin: 1.5rem 0;
    list-style-position: inside;
}.privacy_containerj ul {
    list-style-type: square;
}.privacy_containerj ol {
    list-style-type: decimal;
}.privacy_containerj li {
    line-height: 1.6;
    margin-bottom: 0.5rem;
    position: relative;
    font-size: 12px;
}.privacy_containerj li::before {
    content: '';
    border-radius: 50%;
    position: absolute;
    left: -1.5rem;
    background-color: rgb(198,203,212);
    top: 0.5rem;
    width: 0.5rem;
    height: 0.5rem;
}.privacy_containerj p {
    font-size: 12px;
    line-height: 1.8;
    margin-bottom: 1rem;
    border-left: 4px solid rgba(0, 0, 0, 0.5);
    padding-left: 1rem;
}.privacy_containerj span {
    background-color: rgb(198,203,212,0.5);
    border-radius: 10px;
    font-weight: 700;
    padding: 0.2rem 0.4rem;
    color: rgb(161,168,179);
}.privacy_containerj > div {
    padding: 1rem;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    margin-bottom: 1.5rem;
    position: relative;
}.privacy_containerj > div::before {
    border-radius: 10px;
    pointer-events: none;
    position: absolute;
    left: -5px;
    top: -5px;
    right: -5px;
    border: 1px dotted rgb(198,203,212);
    content: '';
    bottom: -5px;
}
@media only screen and (max-width: 800px) {.privacy_containerj {
    margin: 1rem auto;
    padding: 1rem;
}.privacy_containerj h1 {
    font-size: calc(24px - 0.5rem);
    padding-left: 0.5rem;
    border-left-width: 3px;
}.privacy_containerj h1::before {
    height: 5px;
    width: 5px;
    top: -5px;
}.privacy_containerj h2 {
    padding-left: 0.5rem;
    font-size: calc(24px - 0.5rem);
    border-left-width: 3px;
}.privacy_containerj h2::before {
    top: -4px;
    width: 4px;
    height: 4px;
}.privacy_containerj p,
    .privacy_containerj li {
    font-size: calc(12px - 0.2rem);
}.privacy_containerj > div {
    padding: 0.5rem;
}.privacy_containerj > div::before {
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
}}.trackingNoticeModalv {
    border-top: 2px solid rgb(198,203,212);
    padding: 20px 0;
    bottom: 0;
    background: rgb(161,168,179);
    transition: all 0.3s ease-in-out;
    position: fixed;
    z-index: 90;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 20px 0px;
    width: 100%;
}.cookie_controlX {
    padding: 20px 30px;
    display: flex;
    align-items: center;
    max-width: 1200px;
    justify-content: space-between;
    margin: auto;
    flex-wrap: wrap;
}.trackingNoticeModalv h5 {
    transition: color 0.3s ease-in-out;
    margin-bottom: 6px;
    color: #ffffff;
    font-weight: 700;
    font-size: 19px;
}.trackingNoticeModalv p {
    color: #ffffff;
    font-size: 16px;
    max-width: 500px;
}.track_eduh {
    flex-shrink: 0;
    margin-right: 20px;
}.track_eduh svg, .track_eduh svg path {
    width: 80px;
    transition: transform 0.3s ease-in-out;
    fill: rgb(198,203,212);
    height: 80px;
}.track_eduh:hover svg {
    transform: rotate(10deg);
}.cookie_verifyY {
    text-decoration: none;
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
    box-shadow: rgb(198,203,212,0.5) 0px 4px 10px 0px;
    line-height: 35px;
    color: #ffffff;
    background: rgb(198,203,212);
    border-radius: 17px;
    margin-left: 20px;
    cursor: pointer;
    font-size: 17px;
    padding: 10px 20px;
}.cookie_button.cookie_gater {
    background: rgb(198,203,212);
}.cookie_button.learn_cookiesb {
    background: rgb(161,168,179);
}.cookie_verifyY:hover {
    transform: scale(1.05);
    box-shadow: rgb(198,203,212,0.5) 0px 6px 15px 0px;
}.trackingNoticeModalv p a {
    font-weight: 600;
    color: rgb(198,203,212);
    text-decoration: none;
    transition: color 0.3s ease-in-out;
}.trackingNoticeModalv p a:hover {
    color: rgb(161,168,179);
}.wrapper-capsuleT .trackingNoticeModalv {
    border: none;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 40px 39px;
    padding: 40px 0;
    background: rgb(161,168,179);
}.wrapper-capsuleT .cookie_verifyY {
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
    border: none;
    background: rgb(198,203,212);
    font-weight: 400;
    margin-left: 30px;
    border-radius: 10px;
    padding: 10px;
    color: #ffffff;
    font-size: 17px;
}.wrapper-capsuleT .data_guardi h5, .wrapper-capsuleT .data_guardi p {
    color: #ffffff;
}
@media only screen and (max-width: 1200px) {.trackingNoticeModalv {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.track_eduh {
    display: none;
}.cookie_controlX {
    align-items: center;
    justify-content: center;
    flex-direction: column;
}.trackingNoticeModalv h5 {
    text-align: center;
}.trackingNoticeModalv p {
    text-align: center;
}.data_guardi {
    margin-bottom: 20px;
    text-align: center;
}.cookie_verifyY {
    margin-left: 0;
    max-width: 300px;
    margin-top: 10px;
    width: 100%;
}}
#cookiePolicyMessageX {
    display: none;
}#cookiePolicyMessageX:checked ~ .trackingNoticeModalv {
    visibility: hidden;
    opacity: 0;
}.pricing_zonef {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}.pricing_zonef::before {
    content: "";
    left: 0;
    position: absolute;
    background: linear-gradient(145deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.65) 100%);
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}.pricing_zonef .container {
    padding: 0 15px;
    margin: 0 auto;
    position: relative;
    max-width: 1320px;
    z-index: 2;
}.pricing_zonef .skill_offersK {
    align-items: center;
    display: flex;
    flex-direction: column;
}.pricing_zonef h2 {
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
    transform: translateY(20px);
    color: #ffffff;
    animation: fadeInUp 0.8s ease-out forwards;
    font-size: 29px;
    opacity: 0;
}.pricing_zonef .learn_offersq {
    font-size: 12px;
    margin-bottom: 50px;
    opacity: 0;
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
    max-width: 800px;
    text-align: center;
    color: rgb(255, 255, 255, 0.5);
    transform: translateY(20px);
}.pricing_zonef .cost_summaryx {
    display: grid;
    gap: 30px;
    width: 100%;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    list-style: none;
    padding: 0;
}.pricing_zonef .cost_summaryx li {
    animation: fadeInUp 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    opacity: 0;
    transform: translateY(30px);
    animation-delay: calc(0.3s + (0.15s * var(--li-index, 0)));
}.pricing_zonef .cost_summaryx li:nth-child(1) {
    --li-index: 0;
}.pricing_zonef .cost_summaryx li:nth-child(2) {
    --li-index: 1;
}.pricing_zonef .cost_summaryx li:nth-child(3) {
    --li-index: 2;
}.pricing_zonef .cost_summaryx li:nth-child(4) {
    --li-index: 3;
}.pricing_zonef .learn_subk {
    will-change: transform;
    text-decoration: none;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    display: block;
    height: 100%;
    transform: perspective(1000px) rotateX(0deg);
}.pricing_zonef .learn_subk:hover {
    transform: perspective(1000px) rotateX(5deg) translateY(-10px);
}.pricing_zonef .cost_schemesJ {
    overflow: hidden;
    border-radius: 8px;
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    border: 1px solid rgba(255,255,255,0.1);
    background: linear-gradient(135deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.03) 100%);
    position: relative;
    height: 100%;
    transition: all 0.4s ease;
}.pricing_zonef .learn_subk:hover .cost_schemesJ {
    box-shadow: 0 20px 40px rgba(0,0,0,0.3), 0 0 15px rgba(rgb(198,203,212,0.5), 0.5);
    border-color: rgba(255,255,255,0.2);
}.pricing_zonef .cost_schemesJ::before {
    transform: rotate(-45deg);
    transition: all 0.6s ease;
    position: absolute;
    opacity: 0.1;
    background: linear-gradient(135deg, rgb(198,203,212,0.5) 0%, transparent 70%);
    height: 50%;
    left: -10%;
    top: -10%;
    width: 40%;
    content: "";
}.pricing_zonef .learn_subk:hover .cost_schemesJ::before {
    opacity: 0.15;
    transform: rotate(-45deg) translateY(-20%);
}.pricing_zonef .cost_cardE {
    padding: 35px 30px;
    box-sizing: border-box;
    display: flex;
    height: 100%;
    min-height: 280px;
    flex-direction: column;
}.pricing_zonef .cost_cardE h4 {
    margin-bottom: 20px;
    font-size: calc(18px * 1.1);
    color: #ffffff;
    font-weight: 600;
    position: relative;
    padding-bottom: 15px;
    margin-top: 0;
}.pricing_zonef .cost_cardE h4::after {
    content: "";
    width: 40px;
    background: rgb(198,203,212);
    height: 3px;
    position: absolute;
    transition: width 0.4s ease;
    bottom: 0;
    left: 0;
}.pricing_zonef .learn_subk:hover .cost_cardE h4::after {
    width: 60px;
}.pricing_zonef .cost_cardE p {
    flex-grow: 1;
    font-size: calc(12px * 0.9);
    word-wrap: break-word;
    hyphens: auto;
    overflow-wrap: break-word;
    line-height: 1.7;
    white-space: normal;
    color: rgb(255, 255, 255, 0.5);
    margin-bottom: 25px;
}.pricing_zonef .package_pricingt {
    transition: all 0.3s ease;
    display: inline-block;
    background: rgba(255,255,255,0.05);
    position: relative;
    font-weight: 700;
    border-radius: 4px;
    align-self: flex-start;
    color: rgb(198,203,212);
    padding: 10px 20px;
    font-size: calc(18px * 1.2);
    overflow: hidden;
}.pricing_zonef .package_pricingt::before {
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent);
    transition: left 0.7s ease;
    width: 100%;
    top: 0;
    content: "";
    left: -100%;
    position: absolute;
}.pricing_zonef .learn_subk:hover .package_pricingt::before {
    left: 100%;
}

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

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

@media (max-width: 992px) {.pricing_zonef {
    padding: 80px 0;
}.pricing_zonef h2 {
    font-size: calc(29px * 0.9);
}.pricing_zonef .cost_summaryx {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}.pricing_zonef .cost_cardE {
    padding: 25px 20px;
}
}

@media (max-width: 768px) {.pricing_zonef {
    padding: 70px 0;
}.pricing_zonef h2 {
    font-size: calc(29px * 0.8);
    margin-bottom: 15px;
}.pricing_zonef .learn_offersq {
    font-size: calc(12px * 0.95);
    margin-bottom: 35px;
}.pricing_zonef .cost_summaryx {
    max-width: 450px;
    grid-template-columns: 1fr;
    margin: 0 auto;
}.pricing_zonef .cost_cardE {
    min-height: auto;
}
}

@media (max-width: 576px) {.pricing_zonef {
    padding: 60px 0;
}.pricing_zonef h2 {
    font-size: calc(29px * 0.7);
}.pricing_zonef .learn_offersq {
    font-size: calc(12px * 0.9);
}.pricing_zonef .cost_cardE {
    padding: 20px 15px;
}.pricing_zonef .cost_cardE h4 {
    font-size: 18px;
}.pricing_zonef .cost_cardE p {
    font-size: calc(12px * 0.85);
}.pricing_zonef .package_pricingt {
    font-size: 18px;
    padding: 8px 15px;
}}.gratDivp {
    background: linear-gradient(145deg, rgb(161,168,179,0.5), rgb(198,203,212,0.5));
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 6rem 0;
}.gratDivp::before {
    animation: float 20s infinite alternate ease-in-out;
    width: 70%;
    height: 70%;
    position: absolute;
    top: -10%;
    right: -10%;
    transform: rotate(25deg);
    background: radial-gradient(circle at center, #ffffff 0%, transparent 70%);
    opacity: 0.07;
    z-index: -1;
    content: "";
}.gratDivp::after {
    left: -5%;
    height: 50%;
    bottom: -5%;
    z-index: -1;
    position: absolute;
    content: "";
    background: radial-gradient(circle at center, #ffffff 0%, transparent 70%);
    opacity: 0.05;
    width: 50%;
    animation: float 15s infinite alternate-reverse ease-in-out;
    transform: rotate(-15deg);
}.gratDivp .container {
    margin: 0 auto;
    position: relative;
    padding: 0 15px;
    max-width: 1140px;
}.gratDivp .study_growthv {
    gap: 2.5rem;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    display: grid;
    position: relative;
    transform-style: preserve-3d;
    grid-template-columns: 1fr;
    transform: perspective(1000px) rotateX(2deg);
}.gratDivp .study_growthv:hover {
    transform: perspective(1000px) rotateX(0deg);
}.gratDivp .study_growthv > div:first-child {
    position: relative;
    padding: 2.5rem;
    background: #ffffff;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05),
                0 5px 15px rgba(0, 0, 0, 0.03);
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    z-index: 2;
    clip-path: polygon(0 0, 100% 0, 98% 100%, 2% 100%);
}.gratDivp .study_growthv > div:first-child::before {
    right: 0;
    background: linear-gradient(90deg, rgb(198,203,212), rgb(161,168,179));
    z-index: 3;
    height: 5px;
    transform-origin: left;
    content: "";
    position: absolute;
    left: 0;
    transition: transform 0.7s ease;
    transform: scaleX(0);
    top: 0;
}.gratDivp .study_growthv:hover > div:first-child::before {
    transform: scaleX(1);
}.gratDivp .study_growthv > div:last-child {
    padding: 2.5rem 3rem;
    position: relative;
    background: linear-gradient(to right bottom, 
                rgba(255, 255, 255, 0.9),
                rgba(255, 255, 255, 0.7));
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    backdrop-filter: blur(10px);
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05),
                0 5px 15px rgba(0, 0, 0, 0.02);
}.gratDivp .study_growthv:hover > div:last-child {
    transform: translateY(0);
}.gratDivp h5 {
    line-height: 1.4;
    font-size: 21px;
    position: relative;
    font-weight: 700;
    color: rgb(198,203,212);
    display: inline-block;
    margin: 0;
}.gratDivp h5::after {
    left: 0;
    content: "";
    position: absolute;
    bottom: -10px;
    transition: width 0.4s ease;
    width: 60px;
    height: 3px;
    background: rgb(161,168,179);
}.gratDivp .study_growthv:hover h5::after {
    width: 100%;
}.gratDivp a {
    position: relative;
    text-decoration: none;
    display: block;
    transition: all 0.3s ease;
}.gratDivp a:hover {
    transform: translateX(5px);
}.gratDivp p {
    font-size: 17px;
    margin: 0;
    line-height: 1.8;
    color: #000000;
    position: relative;
}.gratDivp a::before {
    top: 0.5rem;
    transition: all 0.3s ease;
    width: 0.5rem;
    position: absolute;
    height: 0.5rem;
    left: -1.5rem;
    opacity: 0;
    background: rgb(161,168,179);
    content: "";
}.gratDivp a:hover::before {
    opacity: 1;
}

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

@media (min-width: 768px) {.gratDivp {
    padding: 8rem 0;
}.gratDivp .study_growthv {
    gap: 0;
    grid-template-columns: 1fr 1.2fr;
}.gratDivp .study_growthv > div:first-child {
    transform: translateX(5%);
    z-index: 2;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
}.gratDivp .study_growthv > div:last-child {
    margin-left: -5%;
    z-index: 1;
    transform: translateY(25px);
    padding-left: 10%;
}.gratDivp .study_growthv:hover > div:last-child {
    transform: translateY(15px);
}.gratDivp h5 {
    font-size: calc(21px * 1.1);
}.gratDivp p {
    font-size: calc(17px * 1.05);
}
}

@media (min-width: 992px) {.gratDivp {
    padding: 10rem 0;
}.gratDivp .study_growthv {
    grid-template-columns: 0.9fr 1.3fr;
}.gratDivp .study_growthv > div:first-child {
    padding: 3rem;
    transform: translateX(10%);
}.gratDivp .study_growthv > div:last-child {
    padding-left: 15%;
    transform: translateY(35px);
    margin-left: -10%;
}.gratDivp .study_growthv:hover > div:last-child {
    transform: translateY(25px);
}.gratDivp h5 {
    font-size: calc(21px * 1.2);
}
}

@media (max-width: 767px) {.gratDivp {
    padding: 4rem 0;
}.gratDivp .study_growthv > div:first-child,
    .gratDivp .study_growthv > div:last-child {
    padding: 2rem;
}.gratDivp h5 {
    font-size: calc(21px * 0.9);
}.gratDivp p {
    font-size: calc(17px * 0.95);
}
}