* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}a {
    color: inherit;
    text-decoration: none;
}header,footer {
    width: 100%;
}svg {
    height: 30px;
    width: 30px;
}.zoom_meetVo {
    flex: 0 0 auto;
}.panel-containerOs {
    height: 100%;
    flex-direction: column;
    display: flex;
    min-height: 100%;
}.top_learningXz {
    flex: 1 0 auto;
}html,body {
    min-height: 100%;
    height: 100%;
    color: #000000;
    scroll-behavior: auto;
    font-family: Arial, sans-serif;
}.container {
    margin: auto;
    width: 1208px;
    max-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;
}}
.learning_profitshD {
    position: relative;
    background: linear-gradient(135deg, rgb(230,228,236) 0%, #ffffff 100%);
    overflow: hidden;
    padding: 6rem 0;
}.learning_profitshD::before {
    z-index: 1;
    background: linear-gradient(90deg, rgb(195,190,218,0.5) 0%, transparent 100%);
    top: -100px;
    position: absolute;
    filter: blur(40px);
    content: "";
    transform: rotate(-15deg) translateX(5%);
    left: -10%;
    height: 200px;
    width: 80%;
}.learning_profitshD::after {
    opacity: 0.4;
    height: 50%;
    position: absolute;
    width: 50%;
    content: "";
    z-index: 1;
    bottom: -20%;
    right: -10%;
    background: radial-gradient(circle, rgb(134,134,193,0.5) 0%, transparent 70%);
}.learning_profitshD .container {
    z-index: 2;
    max-width: 1200px;
    padding: 0 2rem;
    margin: 0 auto;
    position: relative;
}.learning_profitshD .training_spaceGu {
    grid-template-columns: 1fr;
    display: grid;
    gap: 3rem;
    align-items: center;
}.learning_profitshD .summary_frameJg {
    backdrop-filter: blur(10px);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    background: rgba(255, 255, 255, 0.8);
    padding: 2.5rem;
}.learning_profitshD .summary_frameJg:hover {
    transform: translateY(0);
}.learning_profitshD h4 {
    padding-bottom: 1rem;
    font-weight: 700;
    color: #000000;
    margin-bottom: 2rem;
    font-size: calc(23px * 1.1);
    line-height: 1.4;
    position: relative;
}.learning_profitshD h4::after {
    height: 3px;
    left: 0;
    background: linear-gradient(90deg, rgb(195,190,218) 0%, rgb(134,134,193) 100%);
    transition: width 0.3s ease;
    content: "";
    width: 80px;
    position: absolute;
    bottom: 0;
}.learning_profitshD .summary_frameJg:hover h4::after {
    width: 120px;
}.learning_profitshD .summary_frameJg > div {
    gap: 1.5rem;
    display: flex;
    flex-direction: column;
}.learning_profitshD ul {
    margin: 0;
    list-style: none;
    padding: 0;
}.learning_profitshD li {
    transition: transform 0.3s ease;
    margin-bottom: 1.25rem;
    position: relative;
}.learning_profitshD li:hover {
    transform: translateX(8px);
}.learning_profitshD li p {
    color: #000000;
    display: flex;
    align-items: flex-start;
    margin: 0;
    line-height: 1.6;
    font-size: 18px;
    gap: 1rem;
}.learning_profitshD li p span:first-child {
    display: flex;
    justify-content: center;
    align-items: center;
}.learning_profitshD li p span:last-child {
    flex: 1;
    padding-top: 0.15rem;
}.learning_profitshD svg {
    filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.1));
    transition: transform 0.3s ease;
    height: 24px;
    width: 24px;
}.learning_profitshD li:hover svg {
    transform: rotate(10deg);
}.learning_profitshD svg path {
    transition: fill 0.3s ease;
    fill: rgb(195,190,218);
}.learning_profitshD li:hover svg path {
    fill: rgb(134,134,193);
}.learning_profitshD .photo_box_wrapsC {
    box-shadow: 25px 25px 50px rgba(0, 0, 0, 0.12);
    transform: perspective(1000px) rotateY(-5deg);
    border-radius: 3px;
    width: 100%;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: auto;
    z-index: 2;
}.learning_profitshD .photo_box_wrapsC:hover {
    transform: perspective(1000px) rotateY(0deg);
}

@media (min-width: 768px) {.learning_profitshD {
    padding: 8rem 0;
}.learning_profitshD .training_spaceGu {
    grid-template-columns: 1.3fr 1fr;
    gap: 4rem;
}.learning_profitshD .summary_frameJg {
    padding: 3rem;
}.learning_profitshD .summary_frameJg > div {
    flex-direction: row;
}.learning_profitshD h4 {
    margin-bottom: 2.5rem;
    font-size: 28px;
}
}

@media (max-width: 767px) {.learning_profitshD {
    padding: 4rem 0;
}.learning_profitshD .container {
    padding: 0 1.5rem;
}.learning_profitshD .summary_frameJg {
    padding: 2rem 1.5rem;
}.learning_profitshD h4 {
    padding-bottom: 0.75rem;
    margin-bottom: 1.5rem;
    font-size: calc(21px * 1.2);
}.learning_profitshD li p {
    font-size: calc(18px * 0.95);
}.learning_profitshD svg {
    width: 20px;
    height: 20px;
}
}

@media (prefers-reduced-motion: reduce) {.learning_profitshD .summary_frameJg,
    .learning_profitshD li,
    .learning_profitshD svg,
    .learning_profitshD .photo_box_wrapsC,
    .learning_profitshD h4::after {
    transition: none;
}.learning_profitshD .summary_frameJg:hover,
    .learning_profitshD li:hover,
    .learning_profitshD li:hover svg,
    .learning_profitshD .photo_box_wrapsC:hover {
    transform: none;
}
}

@media (hover: hover) {.learning_profitshD li {
    position: relative;
    overflow: hidden;
}.learning_profitshD li::before {
    background: linear-gradient(90deg, rgb(195,190,218) 0%, rgb(134,134,193) 100%);
    position: absolute;
    width: 0;
    transition: width 0.3s ease;
    bottom: 0;
    left: 0;
    height: 1px;
    content: '';
}.learning_profitshD li:hover::before {
    width: 100%;
}}.cookie_warning_messageXE {
    z-index: 90;
    border-top: 2px solid rgb(195,190,218);
    background: rgb(230,228,236);
    bottom: 0;
    width: 100%;
    position: fixed;
}#cookieNoticePromptts {
    display: none;
}#cookieNoticePromptts:checked ~ .cookie_warning_messageXE {
    opacity: 0;
    visibility: hidden;
}.cookie_protecteO {
    align-items: center;
    justify-content: space-between;
    display: flex;
    padding: 20px 0;
}.cookie_warning_messageXE h5 {
    margin-bottom: 6px;
    font-size: 22px;
}.cookie_warning_messageXE p {
    font-size: 18px;
}.cookie_allTK {
    margin-right: 10px;
    flex-shrink: 0;
}.cookie_allTK svg, .cookie_allTK svg path, .cookie_allTK img {
    width: 100px;
    height: 100px;
    fill: rgb(195,190,218);
}.data_policySQ {
    line-height: 35px;
    text-decoration: none;
    min-width: 120px;
    cursor: pointer;
    flex-shrink: 0;
    white-space: nowrap;
    border-bottom: 2px solid rgb(195,190,218);
    margin-left: 10px;
    font-size: 24px;
    text-align: center;
    color: rgb(195,190,218);
}.cookie_warning_messageXE p a {
    color: rgb(195,190,218);
    text-decoration: none;
}
@media only screen and (max-width: 1200px) {.cookie_warning_messageXE {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.cookie_allTK {
    display: none;
}.cookie_protecteO {
    justify-content: center;
    flex-direction: column;
    align-items: center;
}.cookie_warning_messageXE h5 {
    text-align: center;
}.cookie_warning_messageXE p {
    text-align: center;
}.cookie_customizeEF {
    margin-bottom: 20px;
}body .panel-containerOs .data_policySQ {
    margin-bottom: 10px;
    margin-left: 0;
}}
.panel-containerOs .cookie_warning_messageXE {
    box-shadow: rgb(134,134,193,0.5) 0px 0px 10px 10px;
    background: rgb(195,190,218);
}.panel-containerOs .cookie_protecteO {
    padding: 40px 0;
    justify-content: space-between;
}.panel-containerOs .data_policySQ {
    border: none;
    font-size: 20px;
    background: #ffffff;
    padding: 10px;
    color: rgb(195,190,218);
    margin-left: 30px;
}.panel-containerOs .cookie_customizeEF {
    text-align: left;
    color: #ffffff;
}.panel-containerOs .cookie_customizeEF h5 {
    font-weight: 700;
}.panel-containerOs .cookie_customizeEF h5, .panel-containerOs .cookie_customizeEF p {
    color: #ffffff;
}.panel-containerOs .cookie_warning_messageXE p a {
    color: rgb(134,134,193);
    text-decoration: underline;
}.reach_usAf {
    background: linear-gradient(120deg, rgb(230,228,236) 0%, rgb(195,190,218,0.5) 30%, rgb(230,228,236) 70%);
    overflow: hidden;
    position: relative;
    padding: 8rem 0;
    z-index: 1;
}.reach_usAf::before {
    content: "";
    width: 100%;
    z-index: -1;
    left: 0;
    position: absolute;
    background: 
        radial-gradient(circle at 75% 25%, rgb(134,134,193,0.5) 0%, transparent 50%),
        linear-gradient(45deg, transparent 48%, rgba(255, 255, 255, 0.03) 50%, transparent 52%) rgb(230,228,236);
    animation: backgroundPulse 15s infinite alternate;
    height: 100%;
    top: 0;
    background-size: 100% 100%, 30px 30px;
}@keyframes backgroundPulse {
    0% {
        opacity: 0.3;
        background-position: 0% 0%, 0px 0px;
    }
    50% {
        opacity: 0.7;
        background-position: 0% 0%, 15px 15px;
    }
    100% {
        opacity: 0.3;
        background-position: 0% 0%, 0px 0px;
    }
}

.reach_usAf::after {
    content: "";
    left: 0;
    z-index: -2;
    bottom: 0;
    position: absolute;
    width: 100%;
    background: 
        linear-gradient(0deg, rgb(195,190,218,0.5) 0%, transparent 100%),
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.02) 10px, rgba(255, 255, 255, 0.02) 20px);
    pointer-events: none;
    height: 300px;
}.reach_usAf .container {
    padding: 0 1.5rem;
    max-width: 1200px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
}.reach_usAf .contact_ustH {
    grid-template-columns: 1fr 1.2fr 1fr;
    gap: 1.5rem;
    grid-template-areas: 
        "info photo details"
        "info photo details";
    display: grid;
    position: relative;
    grid-template-rows: auto auto;
}.reach_usAf .submit_feedbackYT {
    flex-direction: column;
    padding: 0;
    display: flex;
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.05);
    overflow: hidden;
    position: relative;
    border-radius: 0;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.03);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}.reach_usAf .submit_feedbackYT:first-child {
    clip-path: polygon(0 0, 100% 0, 92% 100%, 0% 100%);
    padding: 3rem;
    box-shadow: -10px 10px 30px rgba(0, 0, 0, 0.15);
    grid-area: info;
    border-radius: 22px 0 0 22px;
}.reach_usAf .submit_feedbackYT:nth-child(2) {
    grid-area: photo;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    padding: 0;
    clip-path: polygon(8% 0, 100% 0, 92% 100%, 0% 100%);
    z-index: 3;
    border-radius: 0;
}.reach_usAf .contact_tile.form_eduxD {
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.15);
    clip-path: polygon(8% 0, 100% 0, 100% 100%, 0% 100%);
    padding: 3rem;
    grid-area: details;
    border-radius: 0 22px 22px 0;
}.reach_usAf .submit_feedbackYT h2 {
    font-size: 29px;
    color: #ffffff;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 1rem;
    font-weight: 700;
    margin-bottom: 2rem;
    letter-spacing: 1px;
}.reach_usAf .submit_feedbackYT h2::after {
    background: rgb(195,190,218);
    position: absolute;
    content: "";
    left: 0;
    height: 4px;
    border-radius: 10px;
    bottom: 0;
    width: 50px;
}.reach_usAf .edu_guidetq {
    font-weight: 700;
    margin-bottom: 1.5rem;
    letter-spacing: 0.5px;
    color: rgb(195,190,218);
    font-size: calc(12px * 1.3);
}.reach_usAf .reach_teambU {
    line-height: 1.8;
    color: #000000;
    padding-left: 15px;
    border-left: 2px solid rgb(195,190,218,0.5);
    position: relative;
    margin-bottom: 2rem;
}.reach_usAf .submit_feedbackYT p {
    color: #000000;
    gap: 1rem;
    align-items: center;
    margin-bottom: 1rem;
    display: flex;
    position: relative;
}.reach_usAf .submit_feedbackYT p span {
    font-weight: 600;
    color: #ffffff;
}.reach_usAf .help_formPd {
    background: rgba(0, 0, 0, 0.2);
    padding: 1.5rem;
    border-left: 3px solid rgb(195,190,218);
    margin-top: 2.5rem;
    position: relative;
    border-radius: 10px;
}.reach_usAf .help_formPd::before {
    right: 0;
    width: 5px;
    content: "";
    position: absolute;
    border-radius: 0 10px 10px 0;
    bottom: 0;
    top: 0;
    background: linear-gradient(to bottom, rgb(195,190,218) 0%, transparent 100%);
}.reach_usAf .help_formPd h3 {
    color: #ffffff;
    align-items: center;
    display: flex;
    font-weight: 600;
    margin-bottom: 1.2rem;
    font-size: 20px;
}.reach_usAf .help_formPd h3::before {
    border-radius: 50%;
    height: 15px;
    margin-right: 10px;
    width: 15px;
    animation: pulse 2s infinite;
    content: "";
    border: 2px solid rgb(195,190,218);
    display: inline-block;
}@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgb(195,190,218,0.5);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

.reach_usAf .contact_todaysQ {
    gap: 0.8rem;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
}.reach_usAf .contact_todaysQ span {
    border-radius: 10px;
    font-size: calc(12px * 0.9);
    position: relative;
    transition: all 0.3s ease;
    display: flex;
    padding: 0.6rem 1rem;
    align-items: center;
    color: #000000;
    background: rgba(255, 255, 255, 0.05);
    overflow: hidden;
}.reach_usAf .contact_todaysQ span::before {
    opacity: 0.6;
    left: 0;
    background: rgb(134,134,193);
    height: 100%;
    content: "";
    top: 0;
    width: 3px;
    position: absolute;
}.reach_usAf .contact_todaysQ span:hover {
    transform: translateX(5px);
    background: rgb(195,190,218,0.5);
    color: #ffffff;
}.reach_usAf .submit_feedbackYT .photo_box_wrapsC {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
}.reach_usAf .submit_feedbackYT .photo_box_wrapsC::before {
    z-index: 1;
    background: linear-gradient(135deg, rgb(195,190,218,0.5) 0%, transparent 100%);
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
}.reach_usAf .submit_feedbackYT .photo_box_wrapsC::after {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    position: absolute;
    content: "";
    background: repeating-linear-gradient(45deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05) 5px, transparent 5px, transparent 10px);
}.reach_usAf .form_eduxD {
    justify-content: center;
    display: flex;
    flex-direction: column;
}.reach_usAf .form_eduxD a {
    background: rgba(0, 0, 0, 0.2);
    flex-direction: column;
    padding: 1.5rem;
    transition: all 0.3s ease;
    position: relative;
    margin-bottom: 1.5rem;
    border-radius: 10px;
    border-right: 3px solid rgb(195,190,218);
    text-decoration: none;
    display: flex;
    overflow: hidden;
}.reach_usAf .form_eduxD a::before {
    background: rgb(195,190,218);
    position: absolute;
    transition: all 0.3s ease;
    top: 0;
    width: 3px;
    right: -3px;
    height: 100%;
    content: "";
}.reach_usAf .form_eduxD a::after {
    transition: width 0.3s ease;
    background: linear-gradient(90deg, rgb(195,190,218,0.5) 0%, transparent 100%);
    position: absolute;
    left: 0;
    opacity: 0.1;
    width: 0;
    height: 100%;
    content: "";
    top: 0;
    z-index: -1;
}.reach_usAf .form_eduxD a:hover::after {
    width: 100%;
}.reach_usAf .form_eduxD a:hover {
    transform: translateX(-10px);
}.reach_usAf .form_eduxD a span {
    padding-left: 20px;
    color: #000000;
    font-size: calc(12px * 0.9);
    position: relative;
    margin-bottom: 0.6rem;
}.reach_usAf .form_eduxD a span::before {
    height: 2px;
    left: 0;
    width: 10px;
    transform: translateY(-50%);
    background: rgb(195,190,218);
    position: absolute;
    top: 50%;
    content: "";
}.reach_usAf .form_eduxD a p {
    font-size: calc(12px * 1.1);
    margin-bottom: 0;
    font-weight: 600;
    transition: all 0.3s ease;
    color: #ffffff;
}.reach_usAf .form_eduxD a:hover p {
    color: rgb(195,190,218);
}.reach_usAf svg {
    width: 22px;
    transition: all 0.3s ease;
    height: 22px;
    fill: none;
}.reach_usAf svg path {
    stroke-width: 2;
    transition: all 0.3s ease;
    stroke: rgb(195,190,218);
}.reach_usAf .form_eduxD a:hover svg {
    transform: rotate(10deg) scale(1.2);
}.reach_usAf .form_eduxD a:hover svg path {
    stroke: rgb(134,134,193);
}

@media (max-width: 1024px) {.reach_usAf {
    padding: 6rem 0;
}.reach_usAf .contact_ustH {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: 
            "info info"
            "photo details";
}.reach_usAf .submit_feedbackYT:first-child {
    clip-path: polygon(0 0, 100% 0, 100% 92%, 0% 100%);
    border-radius: 22px 22px 0 0;
}.reach_usAf .submit_feedbackYT:nth-child(2) {
    border-radius: 0 0 0 22px;
    clip-path: polygon(0 8%, 100% 0, 100% 100%, 0% 100%);
}.reach_usAf .contact_tile.form_eduxD {
    border-radius: 0 0 22px 0;
    clip-path: polygon(0 0, 100% 8%, 100% 100%, 0% 100%);
}
}

@media (max-width: 767px) {.reach_usAf {
    padding: 4rem 0;
}.reach_usAf .contact_ustH {
    grid-template-columns: 1fr;
    grid-template-areas: 
            "query_linksOo"
            "photo_box_wrapsC"
            "details";
    grid-template-rows: auto auto auto;
}.reach_usAf .submit_feedbackYT:first-child {
    border-radius: 22px 22px 0 0;
    clip-path: polygon(0 0, 100% 0, 100% 95%, 0% 100%);
}.reach_usAf .submit_feedbackYT:nth-child(2) {
    clip-path: polygon(0 5%, 100% 0, 100% 95%, 0% 100%);
    border-radius: 0;
    min-height: 250px;
}.reach_usAf .contact_tile.form_eduxD {
    border-radius: 0 0 22px 22px;
    clip-path: polygon(0 5%, 100% 0, 100% 100%, 0% 100%);
}.reach_usAf .form_eduxD a {
    margin-bottom: 1rem;
}.reach_usAf .contact_todaysQ {
    grid-template-columns: 1fr;
}
}

@media (max-width: 575px) {.reach_usAf {
    padding: 3rem 0;
}.reach_usAf .submit_feedbackYT:first-child,
    .reach_usAf .contact_tile.form_eduxD {
    padding: 2rem 1.5rem;
}.reach_usAf .submit_feedbackYT:first-child {
    clip-path: polygon(0 0, 100% 0, 100% 97%, 0% 100%);
}.reach_usAf .submit_feedbackYT:nth-child(2) {
    min-height: 200px;
    clip-path: polygon(0 3%, 100% 0, 100% 97%, 0% 100%);
}.reach_usAf .contact_tile.form_eduxD {
    clip-path: polygon(0 3%, 100% 0, 100% 100%, 0% 100%);
}.reach_usAf .help_formPd {
    padding: 1rem;
    margin-top: 2rem;
}.reach_usAf .form_eduxD a {
    padding: 1rem;
}}.offer_listju {
    padding: 6rem 0;
    overflow: hidden;
    position: relative;
    background-color: rgb(230,228,236);
}.offer_listju::before {
    height: 100%;
    top: 0;
    pointer-events: none;
    position: absolute;
    width: 100%;
    background: linear-gradient(135deg, rgb(195,190,218,0.5) 0%, transparent 70%);
    z-index: 1;
    left: 0;
    content: "";
}.offer_listju::after {
    right: -5rem;
    height: 20rem;
    position: absolute;
    content: "";
    transform: rotate(-15deg);
    bottom: -5rem;
    pointer-events: none;
    width: 20rem;
    z-index: 1;
    opacity: 0.15;
    background: linear-gradient(225deg, rgb(134,134,193) 0%, transparent 80%);
}.offer_listju .container {
    position: relative;
    padding: 0 2rem;
    max-width: 1400px;
    margin: 0 auto;
    z-index: 2;
}.offer_listju .cert_costZq {
    grid-template-columns: 1fr;
    position: relative;
    gap: 3rem;
    display: grid;
}.offer_listju .plan_tablelb {
    position: relative;
    border-left: 4px solid rgb(195,190,218);
    transform: translateZ(0);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    padding: 2rem;
    background-color: #ffffff;
}.offer_listju .plan_tablelb::before {
    background-color: rgb(195,190,218);
    left: -20px;
    z-index: -1;
    transform: rotate(45deg);
    position: absolute;
    height: 40px;
    width: 40px;
    top: 20px;
    content: "";
}.offer_listju .plan_tablelb h2 {
    font-weight: 700;
    margin-bottom: 1.5rem;
    font-size: 30px;
    transform: perspective(800px) translateZ(30px);
    color: #000000;
    position: relative;
}.offer_listju .plan_tablelb h2::after {
    width: 80px;
    background: linear-gradient(90deg, rgb(195,190,218), rgb(134,134,193));
    height: 3px;
    position: absolute;
    content: "";
    bottom: -10px;
    left: 0;
}.offer_listju .plan_tablelb .learning_feetD {
    font-size: 18px;
    max-width: 80%;
    color: #000000;
    line-height: 1.6;
}.offer_listju .value_dealsNq {
    gap: 2rem;
    display: grid;
    perspective: 1000px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.offer_listju .fee_chartvl {
    transition: all 0.4s ease;
    color: inherit;
    position: relative;
    text-decoration: none;
    display: block;
    transform-style: preserve-3d;
}.offer_listju .fee_chartvl:hover {
    transform: translateY(-10px);
}.offer_listju .learn_feesAa {
    height: 100%;
    display: flex;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s ease;
    transform: translateZ(0);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    background-color: #ffffff;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    flex-direction: column;
}.offer_listju .fee_chartvl:hover .learn_feesAa {
    transform: translateZ(20px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12), 0 0 0 1px rgb(195,190,218,0.5);
}.offer_listju .fee_chartvl:nth-child(odd) .learn_feesAa {
    transform: rotate(-1deg);
}.offer_listju .fee_chartvl:nth-child(even) .learn_feesAa {
    transform: rotate(1deg);
}.offer_listju .fee_chartvl:hover .learn_feesAa {
    transform: rotate(0) translateZ(20px);
}.offer_listju .pricing_packkY {
    overflow-wrap: break-word;
    padding: 2rem;
    position: relative;
    flex-direction: column;
    flex: 1;
    word-break: break-word;
    display: flex;
    z-index: 2;
}.offer_listju .pricing_packkY::before {
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    content: "";
    position: absolute;
    background: linear-gradient(135deg, #ffffff 0%, rgba(255, 255, 255, 0.8) 100%);
    width: 100%;
}.offer_listju .pricing_packkY h3 {
    transition: transform 0.3s ease;
    position: relative;
    margin-bottom: 1rem;
    transform: translateZ(10px);
    font-weight: 600;
    font-size: calc(23px * 1.2);
    color: #000000;
}.offer_listju .fee_chartvl:hover .pricing_packkY h3 {
    transform: translateZ(25px);
}.offer_listju .pricing_packkY h3::after {
    transition: width 0.3s ease;
    width: 40px;
    background: rgb(195,190,218);
    position: absolute;
    content: "";
    bottom: -8px;
    left: 0;
    height: 3px;
}.offer_listju .fee_chartvl:hover .pricing_packkY h3::after {
    width: 60px;
}.offer_listju .pricing_tiersjR {
    transform: translateZ(15px);
    font-weight: 700;
    display: block;
    color: rgb(195,190,218);
    font-size: calc(23px * 1.8);
    margin: 0.5rem 0 1.5rem;
    position: relative;
}.offer_listju .pricing_tiersjR::before {
    position: absolute;
    height: 2px;
    left: 0;
    background: linear-gradient(90deg, rgb(195,190,218,0.5), transparent);
    width: 80px;
    content: "";
    bottom: -8px;
}.offer_listju .pricing_packkY p {
    line-height: 1.6;
    word-break: break-word;
    overflow-wrap: break-word;
    font-size: 18px;
    color: #000000;
    flex: 1;
    margin-top: 1rem;
}.offer_listju .photo_box_wrapsC {
    position: relative;
    transition: transform 0.5s ease;
    overflow: hidden;
    transform: translateZ(0);
    height: 200px;
    width: 100%;
}.offer_listju .fee_chartvl:hover .photo_box_wrapsC {
    transform: scale(1.05) translateZ(0);
}.offer_listju .photo_box_wrapsC::after {
    bottom: 0;
    z-index: 1;
    width: 100%;
    left: 0;
    content: "";
    position: absolute;
    height: 50%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
}.offer_listju .photo_box_wrapsC::before {
    top: 0;
    width: 100%;
    content: "";
    transition: opacity 0.3s ease;
    position: absolute;
    opacity: 0.15;
    z-index: 1;
    background: rgb(195,190,218);
    height: 100%;
    left: 0;
}.offer_listju .fee_chartvl:hover .photo_box_wrapsC::before {
    opacity: 0.05;
}

@media (min-width: 992px) {.offer_listju .cert_costZq {
    gap: 4rem;
    grid-template-columns: 2fr 1fr;
}.offer_listju .plan_tablelb {
    padding: 3rem;
}.offer_listju .value_dealsNq {
    grid-row: 1;
    grid-column: 1;
}.offer_listju .plan_tablelb {
    align-self: start;
    top: 2rem;
    transform: perspective(1000px) rotateY(-5deg) translateZ(0);
    position: sticky;
    grid-row: 1;
    grid-column: 2;
}.offer_listju .plan_tablelb:hover {
    transform: perspective(1000px) rotateY(0) translateZ(30px);
}
}

@media (min-width: 1200px) {.offer_listju .value_dealsNq {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
}.offer_listju .pricing_packkY {
    min-height: 300px;
}
}

@media (max-width: 991px) {.offer_listju {
    padding: 4rem 0;
}.offer_listju .plan_tablelb {
    order: -1;
}.offer_listju .plan_tablelb h2 {
    font-size: calc(30px * 0.9);
}.offer_listju .plan_tablelb .learning_feetD {
    max-width: 100%;
}
}

@media (max-width: 767px) {.offer_listju {
    padding: 3rem 0;
}.offer_listju .container {
    padding: 0 1.5rem;
}.offer_listju .value_dealsNq {
    grid-template-columns: 1fr;
}.offer_listju .plan_tablelb h2 {
    font-size: calc(30px * 0.8);
}.offer_listju .pricing_packkY {
    padding: 1.5rem;
}.offer_listju .pricing_tiersjR {
    font-size: calc(23px * 1.5);
}.offer_listju .photo_box_wrapsC {
    height: 180px;
}
}

@media (max-width: 480px) {.offer_listju .pricing_packkY p {
    font-size: calc(18px * 0.9);
}.offer_listju .pricing_packkY h3 {
    font-size: 23px;
}.offer_listju .pricing_tiersjR {
    font-size: calc(23px * 1.3);
}.offer_listju .photo_box_wrapsC {
    height: 160px;
}}header .top_skillOh {
    left: 0;
    z-index: 100;
    overflow: visible;
    width: 100%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    border-bottom-left-radius: 23px;
    display: flex;
    padding: 1.5rem 2rem;
    justify-content: space-between;
    border-bottom-right-radius: 0;
    position: relative;
    align-items: center;
    background: linear-gradient(135deg, rgb(195,190,218,0.5) 0%, rgb(134,134,193) 100%);
}header .top_skillOh .nav_baseJt {
    transform: skewX(5deg);
    z-index: 2;
    position: relative;
}header .top_skillOh .nav_baseJt .nav_classgN {
    transition: transform 0.3s ease-in-out;
    display: block;
}header .top_skillOh .nav_baseJt .nav_classgN:hover {
    transform: translateY(-8px) rotate(0deg);
}header .top_skillOh .nav_baseJt svg {
    height: auto;
    width: 80px;
}header .top_skillOh .head_studyBD {
    padding: 0;
    display: flex;
    position: relative;
    margin: 0;
    gap: 1rem;
    list-style: none;
}header .top_skillOh .head_studyBD::before {
    width: calc(100% + 40px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    left: -20px;
    top: -10px;
    z-index: -1;
    opacity: 0;
    border-radius: 10px;
    background: linear-gradient(45deg, transparent 0%, rgb(195,190,218,0.5) 100%);
    height: calc(100% + 20px);
    position: absolute;
    content: "";
}header .top_skillOh .head_infoUk {
    transition: transform 0.3s ease;
    position: relative;
}header .top_skillOh .head_infoUk a {
    color: #ffffff;
    font-weight: 600;
    text-decoration: none;
    font-family: Arial, sans-serif;
    font-size: 16px;
    position: relative;
    padding: 0.5rem 1rem;
    display: block;
    transition: color 0.3s ease;
}header .top_skillOh .head_infoUk a::before {
    left: 0;
    position: absolute;
    transform: scaleX(0) rotate(-2deg);
    bottom: 0;
    transform-origin: right;
    background: rgb(134,134,193);
    transition: transform 0.3s ease;
    height: 2px;
    content: "";
    width: 100%;
}header .top_skillOh .head_infoUk a:hover {
    color: rgb(134,134,193);
}header .top_skillOh .head_infoUk a:hover::before {
    transform: scaleX(1) rotate(-2deg);
    transform-origin: left;
}

@media (max-width: 992px) {header .top_skillOh {
    box-sizing: border-box;
    transform: skewX(0);
    margin-left: calc(-50vw + 50%);
    width: 100vw;
    flex-direction: column;
    padding: 1rem;
}header .top_skillOh .nav_baseJt {
    transform: skewX(0);
    margin-bottom: 1rem;
}header .top_skillOh .head_studyBD {
    transform: skewX(0);
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}header .top_skillOh .head_studyBD::before {
    transform: skewX(0);
}header .top_skillOh .head_studyBD:hover::before {
    transform: skewX(0);
}header .top_skillOh .head_infoUk {
    margin: 0.25rem;
}header .top_skillOh .head_infoUk:nth-child(odd),
  header .top_skillOh .head_infoUk:nth-child(even) {
    transform: translateY(0);
}
}

@media (max-width: 576px) {header .top_skillOh {
    padding: 0.75rem;
}header .top_skillOh .head_studyBD {
    flex-direction: column;
    align-items: center;
}header .top_skillOh .head_infoUk {
    width: 100%;
    text-align: center;
}header .top_skillOh .nav_baseJt svg {
    width: 100px;
}}.program_offeringsOU {
    overflow: hidden;
    background: linear-gradient(125deg, rgb(230,228,236) 0%, rgb(195,190,218,0.5) 100%);
    position: relative;
    padding: 100px 0;
}.program_offeringsOU::before {
    position: absolute;
    left: 0;
    opacity: 0.6;
    height: 100%;
    top: 0;
    background: 
        radial-gradient(ellipse at 20% 30%, rgb(195,190,218,0.5) 0%, transparent 70%),
        radial-gradient(circle at 80% 70%, rgb(134,134,193,0.5) 0%, transparent 60%);
    content: "";
    z-index: 1;
    width: 100%;
}.program_offeringsOU::after {
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    animation: shiftBackground 30s linear infinite;
    top: 0;
    opacity: 0.4;
    background-image: 
        repeating-linear-gradient(
            -45deg,
            rgba(255, 255, 255, 0.03),
            rgba(255, 255, 255, 0.03) 1px,
            transparent 1px,
            transparent 10px
        );
    content: "";
}@keyframes shiftBackground {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

.program_offeringsOU .container {
    position: relative;
    z-index: 2;
}.program_offeringsOU .training_spaceGu {
    background: linear-gradient(
        135deg, 
        rgba(255, 255, 255, 0.02), 
        rgba(255, 255, 255, 0.08)
    );
    position: relative;
    display: flex;
    border-radius: 28px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    flex-direction: column;
}.program_offeringsOU .training_spaceGu::before {
    background: 
        linear-gradient(
            135deg,
            transparent,
            rgba(rgb(195,190,218), 0.05)
        );
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1;
    position: absolute;
    width: 100%;
}.program_offeringsOU .photo_box_wrapsC {
    top: 5%;
    z-index: 2;
    width: 45%;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.15);
    right: 3%;
    overflow: hidden;
    animation: morphShape 15s infinite alternate ease-in-out;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    position: absolute;
    height: 440px;
}@keyframes morphShape {
    0% {
        border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    }
    50% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }
    100% {
        border-radius: 40% 60% 50% 50% / 30% 60% 40% 60%;
    }
}

.program_offeringsOU .photo_box_wrapsC::before {
    background: linear-gradient(
        215deg,
        transparent 30%,
        rgb(195,190,218,0.5) 100%
    );
    height: 100%;
    mix-blend-mode: overlay;
    content: "";
    position: absolute;
    left: 0;
    opacity: 0.6;
    top: 0;
    width: 100%;
    z-index: 2;
}.program_offeringsOU .photo_box_wrapsC::after {
    opacity: 0.2;
    background-size: 20px 20px;
    background: 
        linear-gradient(
            rgba(255, 255, 255, 0.1) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.1) 1px,
            transparent 1px
        );
    position: absolute;
    content: "";
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    z-index: 3;
}.program_offeringsOU .learn_nowvC {
    min-height: 400px;
    position: relative;
    display: flex;
    z-index: 3;
    padding: 60px 50% 60px 60px;
    flex-direction: column;
}.program_offeringsOU .nav_baseJt {
    z-index: 4;
    display: inline-block;
    position: relative;
    margin-bottom: 25px;
}.program_offeringsOU .nav_baseJt svg {
    position: relative;
    fill: #ffffff;
    width: 70px;
    height: auto;
    z-index: 2;
}.program_offeringsOU .nav_baseJt svg path {
    stroke: rgb(195,190,218);
    stroke-width: 0.5;
    stroke-dashoffset: 100;
    stroke-dasharray: 100;
}.program_offeringsOU h3 {
    font-size: 38px;
    max-width: 100%;
    position: relative;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
    z-index: 4;
    color: #ffffff;
}.program_offeringsOU h3::after {
    background: linear-gradient(90deg, rgb(195,190,218), rgb(134,134,193));
    width: 60px;
    content: "";
    border-radius: 3px;
    bottom: -10px;
    height: 3px;
    transition: width 0.3s ease;
    position: absolute;
    left: 0;
}.program_offeringsOU .training_spaceGu:hover h3::after {
    width: 120px;
}.program_offeringsOU p {
    color: #000000;
    z-index: 4;
    font-size: 12px;
    margin: 0;
    max-width: 100%;
    line-height: 1.7;
    position: relative;
}.program_offeringsOU .training_spaceGu::after {
    background: rgb(134,134,193,0.5);
    content: "";
    bottom: -50px;
    z-index: 1;
    height: 200px;
    filter: blur(80px);
    position: absolute;
    left: -50px;
    opacity: 0.3;
    width: 200px;
    border-radius: 50%;
}.program_offeringsOU .learn_nowvC::before {
    animation: floatDots 10s infinite alternate ease-in-out;
    background-image: 
        radial-gradient(circle, rgb(195,190,218,0.5) 1px, transparent 1px),
        radial-gradient(circle, rgb(134,134,193,0.5) 1px, transparent 1px);
    height: 90%;
    z-index: 1;
    width: 150px;
    top: 20px;
    content: "";
    opacity: 0.2;
    position: absolute;
    background-position: 0 0, 10px 10px;
    background-size: 20px 20px, 25px 25px;
    right: 48%;
}

@keyframes floatDots {
    0% {
        transform: translateY(0);
        opacity: 0.2;
    }
    100% {
        transform: translateY(-20px);
        opacity: 0.4;
    }
}

@media (max-width: 1199px) {.program_offeringsOU .learn_nowvC {
    padding: 50px 50% 50px 50px;
}.program_offeringsOU .photo_box_wrapsC {
    width: 42%;
    height: 85%;
}
}

@media (max-width: 991px) {.program_offeringsOU {
    padding: 80px 0;
}.program_offeringsOU .training_spaceGu {
    display: flex;
    flex-direction: column;
}.program_offeringsOU .learn_nowvC {
    min-height: auto;
    padding: 220px 40px 50px 40px;
}.program_offeringsOU .photo_box_wrapsC {
    position: absolute;
    left: 10%;
    top: 0;
    width: 80%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 50% 50% / 0 0 100% 100%;
    height: 200px;
}.program_offeringsOU .nav_baseJt {
    position: absolute;
    top: 160px;
    left: 40px;
    margin-bottom: 0;
}.program_offeringsOU h3 {
    font-size: calc(38px * 0.9);
}.program_offeringsOU .learn_nowvC::before {
    display: none;
}
}

@media (max-width: 767px) {.program_offeringsOU {
    padding: 60px 0;
}.program_offeringsOU .learn_nowvC {
    padding: 200px 30px 40px 30px;
}.program_offeringsOU .photo_box_wrapsC {
    height: 180px;
}.program_offeringsOU .nav_baseJt {
    top: 140px;
    left: 30px;
}.program_offeringsOU .nav_baseJt svg {
    width: 60px;
}.program_offeringsOU h3 {
    font-size: calc(38px * 0.8);
}.program_offeringsOU p {
    font-size: calc(12px * 0.95);
}
}

@media (max-width: 480px) {.program_offeringsOU {
    padding: 40px 0;
}.program_offeringsOU .learn_nowvC {
    padding: 180px 25px 30px 25px;
}.program_offeringsOU .photo_box_wrapsC {
    height: 160px;
}.program_offeringsOU .nav_baseJt {
    top: 120px;
    left: 25px;
}.program_offeringsOU .nav_baseJt svg {
    width: 50px;
}.program_offeringsOU h3 {
    font-size: calc(38px * 0.7);
    margin-bottom: 15px;
}.program_offeringsOU p {
    font-size: calc(12px * 0.9);
}}.welcome_pagejY {
    background: linear-gradient(135deg, rgb(230,228,236), rgba(240, 245, 249, 0.92));
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
}.welcome_pagejY::before {
    top: -10%;
    z-index: 0;
    position: absolute;
    width: 40%;
    animation: floatGradient 18s infinite alternate ease-in-out;
    filter: blur(25px);
    transform: rotate(-15deg) skew(5deg);
    content: "";
    height: 75%;
    opacity: 0.3;
    right: -5%;
    background: linear-gradient(145deg, rgb(195,190,218,0.5), rgb(134,134,193,0.5));
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}.welcome_pagejY::after {
    z-index: 0;
    background: linear-gradient(215deg, rgb(134,134,193,0.5), rgb(195,190,218,0.5));
    filter: blur(20px);
    animation: floatGradient 15s infinite alternate-reverse ease-in-out;
    position: absolute;
    left: -2%;
    bottom: -5%;
    border-radius: 70% 30% 30% 70% / 60% 40% 60% 40%;
    transform: rotate(10deg) skew(-5deg);
    opacity: 0.25;
    height: 60%;
    content: "";
    width: 30%;
}.welcome_pagejY h1 {
    font-weight: 700;
    text-align: center;
    z-index: 2;
    transform: translateY(20px);
    letter-spacing: 0.5px;
    font-size: 36px;
    position: relative;
    margin-bottom: 2.5rem;
    opacity: 0;
    color: #000000;
    animation: fadeInUp 0.8s forwards 0.2s ease-out;
}.welcome_pagejY .training_spaceGu {
    display: flex;
    gap: 2.5rem;
    z-index: 1;
    position: relative;
    flex-direction: column;
}.welcome_pagejY .summary_frameJg {
    z-index: 2;
    position: relative;
    padding: 1rem;
}.welcome_pagejY ol {
    list-style: none;
    margin: 0;
    padding: 0;
}.welcome_pagejY li {
    transform: translateY(20px);
    opacity: 0;
    animation: fadeInUp 0.8s forwards ease-out;
    margin-bottom: 2rem;
}.welcome_pagejY li:nth-child(1) {
    animation-delay: 0.4s;
}.welcome_pagejY li:nth-child(2) {
    animation-delay: 0.6s;
}.welcome_pagejY .start_learnAB {
    gap: 1.5rem;
    flex-direction: column;
    display: flex;
    align-items: center;
}.welcome_pagejY svg {
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: 120px;
    height: 120px;
    filter: drop-shadow(0 4px 12px rgba(94, 170, 168, 0.25));
}.welcome_pagejY svg:hover {
    transform: scale(1.05) rotate(2deg);
}.welcome_pagejY svg path {
    transition: fill 0.4s ease;
}.welcome_pagejY svg:hover path {
    fill: rgb(195,190,218);
}.welcome_pagejY svg text {
    transition: fill 0.4s ease;
}.welcome_pagejY svg:hover text {
    fill: #000000;
}.welcome_pagejY .start_learnAB p {
    font-weight: 400;
    color: #000000;
    line-height: 1.6;
    max-width: 540px;
    text-align: center;
    font-size: calc(14px * 1.1);
    margin: 0 auto;
}.welcome_pagejY .query_feedbackXR {
    text-align: center;
    text-decoration: none;
    margin: 0 auto;
    position: relative;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    overflow: hidden;
    border-radius: 10px;
    z-index: 1;
    font-weight: 600;
    color: #ffffff;
    background: linear-gradient(135deg, rgb(195,190,218), rgb(134,134,193));
    transform: translateZ(0);
    display: inline-block;
    padding: 1rem 2rem;
    font-size: 20px;
    box-shadow: 0 10px 25px -5px rgba(94, 170, 168, 0.4);
}.welcome_pagejY .query_feedbackXR::before {
    width: 100%;
    background: linear-gradient(135deg, rgb(134,134,193), rgb(195,190,218));
    position: absolute;
    z-index: -1;
    transition: opacity 0.4s ease;
    content: "";
    height: 100%;
    top: 0;
    opacity: 0;
    left: 0;
}.welcome_pagejY .query_feedbackXR:hover {
    box-shadow: 0 15px 30px -10px rgba(94, 170, 168, 0.5);
    transform: translateY(-5px) scale(1.03);
}.welcome_pagejY .query_feedbackXR:hover::before {
    opacity: 1;
}.welcome_pagejY .query_feedbackXR:active {
    box-shadow: 0 5px 15px -8px rgba(94, 170, 168, 0.6);
    transform: translateY(0) scale(0.98);
}.welcome_pagejY .photo_box_wrapsC {
    transform: translateY(20px);
    opacity: 0;
    height: 300px;
    position: relative;
    border-radius: 10px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    animation: fadeInUp 1s forwards 0.8s ease-out;
    z-index: 1;
}.welcome_pagejY .photo_box_wrapsC::before {
    height: 100%;
    content: "";
    transition: background 0.4s ease;
    width: 100%;
    background: linear-gradient(to bottom, 
        rgba(0, 0, 0, 0.1), 
        rgba(0, 0, 0, 0.3));
    left: 0;
    z-index: 1;
    top: 0;
    position: absolute;
}.welcome_pagejY .photo_box_wrapsC:hover::before {
    background: linear-gradient(to bottom, 
        rgba(94, 170, 168, 0.2), 
        rgba(94, 170, 168, 0.4));
}

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

@keyframes floatGradient {
    0% {
        transform: rotate(-15deg) skew(5deg) translate(0, 0);
    }
    50% {
        transform: rotate(-10deg) skew(3deg) translate(5px, 10px);
    }
    100% {
        transform: rotate(-18deg) skew(7deg) translate(-5px, -10px);
    }
}

@media (min-width: 768px) {.welcome_pagejY {
    padding: 8rem 0;
}.welcome_pagejY h1 {
    margin-bottom: 3.5rem;
    font-size: calc(36px * 1.15);
}.welcome_pagejY .training_spaceGu {
    margin: 0 auto;
    max-width: 1200px;
    align-items: center;
    flex-direction: row;
    padding: 0 2rem;
    gap: 4rem;
}.welcome_pagejY .summary_frameJg {
    flex: 1;
    padding: 2rem;
}.welcome_pagejY .photo_box_wrapsC {
    height: 450px;
    flex: 1;
}.welcome_pagejY .start_learnAB {
    align-items: flex-start;
}.welcome_pagejY .start_learnAB p {
    text-align: left;
    font-size: calc(14px * 1.2);
}.welcome_pagejY svg {
    height: 140px;
    width: 140px;
}.welcome_pagejY .query_feedbackXR {
    margin: 0;
}
}

@media (min-width: 1024px) {.welcome_pagejY h1 {
    font-size: calc(36px * 1.3);
}.welcome_pagejY .training_spaceGu {
    gap: 6rem;
}.welcome_pagejY .photo_box_wrapsC {
    height: 500px;
}.welcome_pagejY svg {
    width: 160px;
    height: 160px;
}.welcome_pagejY .start_learnAB p {
    font-size: calc(14px * 1.3);
    max-width: 600px;
}.welcome_pagejY .query_feedbackXR {
    font-size: calc(20px * 1.1);
    padding: 1.2rem 2.5rem;
}
}

@media (min-width: 1200px) {.welcome_pagejY {
    padding: 10rem 0;
}.welcome_pagejY .training_spaceGu {
    gap: 8rem;
}.welcome_pagejY .photo_box_wrapsC {
    height: 550px;
}
}

@media (max-width: 767px) {.welcome_pagejY .start_learnAB {
    padding: 0 1rem;
}.welcome_pagejY li {
    align-items: center;
    display: flex;
    flex-direction: column;
}.welcome_pagejY .query_feedbackXR {
    max-width: 300px;
    width: 80%;
}}.contact_informationNU {
    overflow: hidden;
    position: relative;
    padding: 100px 0;
    background: linear-gradient(120deg, rgb(230,228,236), rgba(rgb(195,190,218), 0.03));
}.contact_informationNU::before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    background: 
        radial-gradient(circle at 20% 30%, rgba(rgb(195,190,218), 0.05) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(rgb(134,134,193), 0.05) 0%, transparent 50%);
    left: 0;
    z-index: 1;
    top: 0;
}.contact_informationNU::after {
    top: 0;
    background-position: center center;
    background-size: 30px 30px, 30px 30px, 600px 600px, 400px 400px, 300px 300px;
    left: 0;
    background-image: 
        linear-gradient(90deg, rgba(rgb(195,190,218), 0.03) 1px, transparent 1px),
        linear-gradient(rgba(rgb(195,190,218), 0.03) 1px, transparent 1px),
        radial-gradient(circle at 50% 50%, rgba(rgb(134,134,193), 0.05) 0%, transparent 25%),
        radial-gradient(circle at 80% 20%, rgba(rgb(195,190,218), 0.04) 0%, transparent 30%),
        radial-gradient(circle at 20% 80%, rgba(rgb(134,134,193), 0.04) 0%, transparent 30%);
    z-index: 1;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    animation: backgroundShift 30s linear infinite;
}@keyframes backgroundShift {
    0% {
        background-position: 0px 0px, 0px 0px, center center, 80% 20%, 20% 80%;
    }
    100% {
        background-position: 30px 30px, 30px 30px, center center, 85% 15%, 15% 85%;
    }
}

.contact_informationNU .container {
    z-index: 2;
    margin: 0 auto;
    position: relative;
    padding: 0 30px;
    max-width: 1200px;
}.contact_informationNU h2 {
    position: relative;
    left: 50%;
    text-align: center;
    perspective: 1000px;
    font-weight: 700;
    letter-spacing: 1px;
    display: inline-block;
    color: #000000;
    margin-bottom: 15px;
    transform: translateX(-50%);
    font-size: 34px;
}.contact_informationNU h2::before {
    left: 0;
    position: absolute;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgb(195,190,218), transparent);
    content: "";
    height: 2px;
    bottom: -10px;
}.contact_informationNU .support_messageiR {
    margin-top: 60px;
    overflow: hidden;
    transform-style: preserve-3d;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
    background: #ffffff;
    display: flex;
    border-radius: 16px;
    perspective: 1000px;
    position: relative;
}.contact_informationNU .support_messageiR::before {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 3;
    content: "";
    height: 5px;
    background: linear-gradient(90deg, rgb(195,190,218), rgb(134,134,193));
    width: 100%;
}.contact_informationNU .photo_box_wrapsC {
    overflow: hidden;
    transform: translateZ(0);
    flex: 0 0 45%;
    min-height: 500px;
    position: relative;
}.contact_informationNU .photo_box_wrapsC::before {
    position: absolute;
    background: linear-gradient(210deg, rgba(rgb(195,190,218), 0.5), rgba(rgb(134,134,193), 0.5));
    content: "";
    mix-blend-mode: multiply;
    inset: 0;
    z-index: 1;
}.contact_informationNU .photo_box_wrapsC::after {
    animation: shine 6s infinite ease-in-out;
    position: absolute;
    left: -100%;
    height: 300%;
    top: -100%;
    width: 300%;
    content: "";
    z-index: 2;
    background: linear-gradient(45deg, transparent 45%, rgba(255, 255, 255, 0.1) 50%, transparent 55%);
}@keyframes shine {
    0% { transform: translateX(-100%) translateY(-100%) rotate(45deg); }
    30%, 100% { transform: translateX(100%) translateY(100%) rotate(45deg); }
}

.contact_informationNU .help_sectionjh {
    position: relative;
    flex: 0 0 55%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.95));
    padding: 60px 50px;
    backdrop-filter: blur(10px);
}.contact_informationNU .help_sectionjh::before {
    position: absolute;
    width: 500px;
    z-index: 0;
    top: 0;
    content: "";
    border-radius: 50%;
    height: 500px;
    opacity: 0.5;
    right: 0;
    background: 
        radial-gradient(circle, rgba(rgb(195,190,218), 0.03) 0%, transparent 70%);
}.contact_informationNU form {
    z-index: 3;
    position: relative;
}.contact_informationNU form h3 {
    color: #000000;
    font-weight: 600;
    position: relative;
    margin-bottom: 35px;
    letter-spacing: 0.5px;
    font-size: 20px;
}.contact_informationNU form h3::after {
    background: rgb(195,190,218);
    width: 30px;
    position: absolute;
    left: 0;
    height: 2px;
    bottom: -15px;
    content: "";
}.contact_informationNU form input[type="text"] {
    border: 1px solid rgba(rgb(195,190,218), 0.1);
    backdrop-filter: blur(5px);
    border-radius: 8px;
    width: 100%;
    font-size: 14px;
    padding: 18px 25px;
    transition: all 0.3s ease;
    margin-bottom: 25px;
    color: #000000;
    background: rgba(rgb(230,228,236), 0.5);
}.contact_informationNU form input[type="text"]:focus {
    background: rgba(#ffffff, 0.9);
    border-color: rgb(195,190,218);
    box-shadow: 0 0 0 4px rgba(rgb(195,190,218), 0.1);
    outline: none;
}.contact_informationNU form input[type="text"]::placeholder {
    transition: all 0.3s ease;
    color: rgba(#000000, 0.5);
}.contact_informationNU form input[type="text"]:focus::placeholder {
    opacity: 0.7;
    transform: translateX(5px);
}.contact_informationNU .message_feedbackho {
    margin-bottom: 30px;
    display: flex;
    position: relative;
}.contact_informationNU .message_feedbackho input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.contact_informationNU .message_feedbackho label {
    cursor: pointer;
    position: relative;
    color: #000000;
    line-height: 1.5;
    font-size: 16px;
    padding-left: 35px;
}.contact_informationNU .message_feedbackho label::before {
    transition: all 0.3s ease;
    content: "";
    border-radius: 4px;
    left: 0;
    border: 1px solid rgba(rgb(195,190,218), 0.3);
    width: 22px;
    position: absolute;
    background: rgba(#ffffff, 0.6);
    height: 22px;
    top: 0;
}.contact_informationNU .message_feedbackho input[type="checkbox"]:checked + label::before {
    border-color: rgb(195,190,218);
    background: rgb(195,190,218);
}.contact_informationNU .message_feedbackho input[type="checkbox"]:checked + label::after {
    top: 4px;
    content: "";
    border-width: 0 2px 2px 0;
    position: absolute;
    left: 8px;
    height: 12px;
    transform: rotate(45deg);
    border: solid #ffffff;
    width: 6px;
}.contact_informationNU .message_feedbackho label a {
    transition: all 0.3s ease;
    font-weight: 600;
    text-decoration: none;
    color: rgb(195,190,218);
    position: relative;
}.contact_informationNU .message_feedbackho label a::after {
    transform-origin: right;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -2px;
    transition: transform 0.3s ease;
    transform: scaleX(0);
    background: rgb(195,190,218);
    content: "";
    width: 100%;
}.contact_informationNU .message_feedbackho label a:hover {
    color: rgb(134,134,193);
}.contact_informationNU .message_feedbackho label a:hover::after {
    transform: scaleX(1);
    background: rgb(134,134,193);
    transform-origin: left;
}.contact_informationNU .query_feedbackXR {
    background: rgb(195,190,218);
    cursor: pointer;
    padding: 16px 40px;
    transition: all 0.3s ease;
    border: none;
    letter-spacing: 0.5px;
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}.contact_informationNU .query_feedbackXR::before {
    top: 0;
    transition: opacity 0.3s ease;
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    z-index: -1;
    background: linear-gradient(45deg, rgb(195,190,218), rgb(134,134,193));
    left: 0;
    content: "";
}.contact_informationNU .query_feedbackXR:hover::before {
    opacity: 1;
}.contact_informationNU .query_feedbackXR::after {
    top: -50%;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    content: "";
    transition: all 0.5s ease;
    z-index: -1;
    transform: scale(0);
    height: 50px;
    position: absolute;
    width: 50px;
    left: -10px;
}.contact_informationNU .query_feedbackXR:hover::after {
    transform: scale(4);
    opacity: 0;
}.contact_informationNU svg {
    transition: all 0.3s ease;
    stroke: rgb(195,190,218);
    height: 22px;
    filter: drop-shadow(0 2px 2px rgba(rgb(195,190,218), 0.3));
    width: 22px;
    stroke-width: 2;
    fill: none;
}.contact_informationNU svg path {
    stroke: rgb(195,190,218);
    stroke-width: 2;
    transition: all 0.3s ease;
}.contact_informationNU svg:hover,
.contact_informationNU svg:hover path {
    stroke: rgb(134,134,193);
    transform: translateY(-2px);
}.contact_informationNU form input {
    border: 1px solid rgb(195,190,218);
}

@media (max-width: 1024px) {.contact_informationNU {
    padding: 80px 0;
}.contact_informationNU .support_messageiR {
    margin-top: 50px;
}.contact_informationNU .photo_box_wrapsC {
    min-height: 450px;
}.contact_informationNU .help_sectionjh {
    padding: 50px 40px;
}
}

@media (max-width: 768px) {.contact_informationNU {
    padding: 60px 0;
}.contact_informationNU .support_messageiR {
    flex-direction: column;
    margin-top: 40px;
}.contact_informationNU .photo_box_wrapsC {
    min-height: 300px;
    width: 100%;
}.contact_informationNU .help_sectionjh {
    width: 100%;
    padding: 40px 30px;
}.contact_informationNU form h3 {
    margin-bottom: 30px;
}.contact_informationNU form input[type="text"] {
    padding: 15px 20px;
    margin-bottom: 20px;
}.contact_informationNU .message_feedbackho {
    margin-bottom: 25px;
}.contact_informationNU .query_feedbackXR {
    padding: 14px 30px;
    width: 100%;
}
}

@media (max-width: 480px) {.contact_informationNU {
    padding: 50px 0;
}.contact_informationNU h2 {
    font-size: calc(34px * 0.85);
}.contact_informationNU .support_messageiR {
    margin-top: 30px;
    border-radius: 12px;
}.contact_informationNU .photo_box_wrapsC {
    min-height: 220px;
}.contact_informationNU .help_sectionjh {
    padding: 30px 20px;
}.contact_informationNU form h3 {
    font-size: calc(20px * 0.9);
    margin-bottom: 25px;
}.contact_informationNU form input[type="text"] {
    padding: 12px 15px;
    margin-bottom: 15px;
}.contact_informationNU .message_feedbackho {
    margin-bottom: 20px;
}.contact_informationNU .message_feedbackho label {
    font-size: calc(16px * 0.9);
}.contact_informationNU .query_feedbackXR {
    padding: 12px 20px;
}}.about_thisIC {
    background: rgb(195,190,218);
    z-index: 1;
    overflow: hidden;
    position: relative;
    padding: 100px 0;
}.about_thisIC::before {
    z-index: -1;
    height: 100%;
    content: "";
    width: 100%;
    background: 
        linear-gradient(0deg, rgb(195,190,218) 30%, transparent 70%),
        linear-gradient(90deg, rgb(195,190,218) 0%, transparent 50%, rgb(195,190,218) 100%),
        repeating-linear-gradient(90deg, transparent, transparent 20px, rgba(255, 255, 255, 0.03) 20px, rgba(255, 255, 255, 0.03) 40px);
    top: 0;
    left: 0;
    position: absolute;
}.about_thisIC::after {
    z-index: -1;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
    content: "";
    position: absolute;
    background: radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.1) 0%, transparent 60%);
}.about_thisIC .container {
    padding: 0 20px;
    z-index: 2;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}.about_thisIC .training_spaceGu {
    gap: 40px;
    grid-template-columns: 1fr 1fr;
    border-radius: 10px;
    padding: 60px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    position: relative;
    background: rgb(230,228,236);
    display: grid;
    grid-template-areas: 
        "text photo"
        "logo photo";
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
}.about_thisIC .training_spaceGu::before {
    width: 1px;
    height: 100%;
    content: "";
    background: linear-gradient(to bottom, transparent, rgb(195,190,218,0.5), transparent);
    top: 0;
    position: absolute;
    left: 50%;
}.about_thisIC .training_spaceGu::after {
    bottom: 0;
    content: "";
    left: 0;
    height: 4px;
    width: 100%;
    position: absolute;
    background: linear-gradient(90deg, rgb(195,190,218), rgb(134,134,193), rgb(195,190,218));
}.about_thisIC .expert_studyuL {
    padding-left: 40px;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    grid-area: photo;
}.about_thisIC .expert_studyuL .photo_box_wrapsC {
    margin-bottom: 40px;
    position: relative;
    border-radius: 10px;
    height: 350px;
    border: 5px solid rgb(195,190,218);
    width: 280px;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}.about_thisIC .expert_learningscT {
    text-align: center;
    background: rgb(134,134,193);
    padding: 20px 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    max-width: 280px;
    width: 100%;
}.about_thisIC .quick_trainingjh {
    color: #ffffff;
    font-size: 21px;
    margin: 0 0 10px 0;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
}.about_thisIC .story_tlrG {
    color: #ffffff;
    margin: 0;
    font-weight: 300;
    opacity: 0.9;
    font-size: 13px;
}.about_thisIC .summary_frameJg {
    justify-content: center;
    grid-area: text;
    flex-direction: column;
    display: flex;
}.about_thisIC h2 {
    position: relative;
    text-transform: uppercase;
    font-size: 32px;
    margin: 0 0 25px 0;
    font-weight: 700;
    color: #000000;
    letter-spacing: 1px;
}.about_thisIC h2::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 80px;
    height: 3px;
    background: rgb(195,190,218);
    content: "";
}.about_thisIC p {
    margin: 0;
    font-size: 13px;
    color: #000000;
    line-height: 1.8;
}.about_thisIC .knowledge_studiood {
    border-top: 1px solid rgba(rgb(195,190,218), 0.1);
    margin-bottom: 20px;
    grid-area: logo;
    display: flex;
    padding-top: 20px;
    align-items: center;
}.about_thisIC .knowledge_studiood svg {
    height: 60px;
    margin-right: 20px;
    fill: rgb(195,190,218);
    width: 60px;
}.about_thisIC .knowledge_studiood svg path {
    fill: rgb(195,190,218);
}

@media screen and (max-width: 992px) {.about_thisIC {
    padding: 80px 0;
}.about_thisIC .training_spaceGu {
    grid-template-columns: 1fr;
    gap: 30px;
    grid-template-areas: 
            "photo_box_wrapsC"
            "text"
            "logo";
    padding: 40px 30px;
}.about_thisIC .training_spaceGu::before {
    height: 1px;
    width: 100%;
    background: linear-gradient(to right, transparent, rgb(195,190,218,0.5), transparent);
    top: 50%;
    left: 0;
}.about_thisIC .expert_studyuL {
    padding-bottom: 30px;
    padding-left: 0;
    border-bottom: 1px solid rgba(rgb(195,190,218), 0.1);
}.about_thisIC .summary_frameJg {
    text-align: center;
}.about_thisIC h2::after {
    transform: translateX(-50%);
    left: 50%;
}.about_thisIC .knowledge_studiood {
    border-top: none;
    justify-content: center;
    padding-top: 0;
}
}

@media screen and (max-width: 767px) {.about_thisIC {
    padding: 60px 0;
}.about_thisIC .training_spaceGu {
    padding: 30px 20px;
    gap: 25px;
}.about_thisIC .expert_studyuL .photo_box_wrapsC {
    width: 220px;
    height: 280px;
    margin-bottom: 30px;
}.about_thisIC .expert_learningscT {
    padding: 15px 20px;
    max-width: 220px;
}.about_thisIC h2 {
    font-size: calc(32px * 0.85);
}
}

@media screen and (max-width: 480px) {.about_thisIC {
    padding: 40px 0;
}.about_thisIC .training_spaceGu {
    padding: 25px 15px;
    gap: 20px;
}.about_thisIC .expert_studyuL .photo_box_wrapsC {
    height: 230px;
    border-width: 3px;
    width: 180px;
    margin-bottom: 25px;
}.about_thisIC .expert_learningscT {
    padding: 12px 15px;
    max-width: 180px;
}.about_thisIC .quick_trainingjh {
    font-size: calc(21px * 0.9);
}.about_thisIC .story_tlrG {
    font-size: calc(13px * 0.9);
}.about_thisIC .knowledge_studiood svg {
    width: 45px;
    margin-right: 15px;
    height: 45px;
}.about_thisIC h2 {
    margin-bottom: 20px;
    font-size: calc(32px * 0.7);
}.about_thisIC p {
    font-size: calc(13px * 0.9);
}}.study_methodzQ {
    overflow: hidden;
    min-height: 75vh;
    perspective: 1200px;
    background: rgb(230,228,236);
    position: relative;
}.study_methodzQ::before {
    content: "";
    left: 0;
    z-index: 1;
    top: 0;
    position: absolute;
    background: 
        linear-gradient(30deg, transparent 40%, rgb(195,190,218,0.5) 70%, transparent 90%),
        linear-gradient(150deg, transparent 40%, rgb(134,134,193,0.5) 70%, transparent 90%);
    opacity: 0.5;
    height: 100%;
    width: 100%;
}.study_methodzQ::after {
    top: 0;
    width: 100%;
    background-size: 40px 40px;
    animation: gridMove 60s linear infinite;
    background-image: linear-gradient(
        #ffffff 2px, 
        transparent 2px
    ), linear-gradient(
        90deg, 
        #ffffff 2px, 
        transparent 2px
    );
    left: 0;
    z-index: 1;
    transform: rotateX(60deg) rotateZ(45deg);
    content: "";
    position: absolute;
    height: 100%;
    opacity: 0.1;
}.study_methodzQ .container {
    position: relative;
    gap: 3rem;
    margin: 0 auto;
    grid-template-columns: 1fr;
    max-width: 1200px;
    padding: 5rem 2rem;
    display: grid;
    z-index: 5;
}.study_methodzQ .training_spaceGu {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 4rem;
    position: relative;
    perspective: 1000px;
}.study_methodzQ h3 {
    transition: transform 0.5s ease;
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.1);
    max-width: 80%;
    position: relative;
    font-weight: 700;
    color: rgb(195,190,218);
    border-radius: 10px;
    padding: 2rem 3rem;
    background: #ffffff;
    text-align: center;
    font-size: 31px;
    transform: rotateX(10deg) rotateY(-10deg);
    z-index: 2;
}.study_methodzQ h3::before {
    right: 0;
    transform-origin: top left;
    transform: translateX(100%) skewY(45deg);
    content: "";
    position: absolute;
    width: 10px;
    bottom: 0;
    top: 0;
    background: rgb(195,190,218);
}.study_methodzQ h3::after {
    transform: translateY(100%) skewX(45deg);
    right: 0;
    bottom: 0;
    left: 0;
    background: rgb(195,190,218,0.5);
    content: "";
    height: 10px;
    transform-origin: bottom left;
    position: absolute;
}.study_methodzQ span {
    line-height: 1.7;
    position: relative;
    color: #000000;
    z-index: 1;
    text-align: center;
    max-width: 80%;
    transform: rotateX(10deg) rotateY(-10deg);
    border-radius: 10px;
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    font-size: 13px;
    transition: transform 0.5s ease;
    padding: 2rem 3rem;
}.study_methodzQ span::before {
    top: 0;
    right: 0;
    transform-origin: top left;
    content: "";
    transform: translateX(100%) skewY(45deg);
    background: rgb(134,134,193);
    bottom: 0;
    position: absolute;
    width: 10px;
}.study_methodzQ span::after {
    left: 0;
    transform: translateY(100%) skewX(45deg);
    transform-origin: bottom left;
    content: "";
    height: 10px;
    bottom: 0;
    background: rgb(134,134,193,0.5);
    right: 0;
    position: absolute;
}

@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 40px 40px;
    }
}

@media (min-width: 992px) {.study_methodzQ .training_spaceGu:hover h3 {
    transform: rotateX(5deg) rotateY(-5deg) translateZ(20px);
}.study_methodzQ .training_spaceGu:hover span {
    transform: rotateX(5deg) rotateY(-5deg) translateZ(20px);
}
}

@media (max-width: 992px) {.study_methodzQ {
    min-height: 65vh;
}.study_methodzQ .container {
    padding: 4rem 1.5rem;
}.study_methodzQ .training_spaceGu {
    gap: 3rem;
}.study_methodzQ h3 {
    max-width: 90%;
    font-size: calc(31px * 0.9);
    padding: 1.8rem 2.5rem;
}.study_methodzQ span {
    max-width: 90%;
    padding: 1.8rem 2.5rem;
    font-size: calc(13px * 0.95);
}
}

@media (max-width: 768px) {.study_methodzQ {
    min-height: 55vh;
}.study_methodzQ .container {
    padding: 3rem 1.2rem;
}.study_methodzQ .training_spaceGu {
    gap: 2.5rem;
}.study_methodzQ h3 {
    font-size: calc(31px * 0.8);
    padding: 1.5rem 2rem;
    max-width: 100%;
    transform: rotateX(5deg) rotateY(-5deg);
}.study_methodzQ span {
    font-size: calc(13px * 0.9);
    transform: rotateX(5deg) rotateY(-5deg);
    max-width: 100%;
    padding: 1.5rem 2rem;
}.study_methodzQ h3::before,
    .study_methodzQ span::before {
    width: 7px;
}.study_methodzQ h3::after,
    .study_methodzQ span::after {
    height: 7px;
}
}

@media (max-width: 576px) {.study_methodzQ {
    min-height: 45vh;
}.study_methodzQ .container {
    padding: 2.5rem 1rem;
}.study_methodzQ .training_spaceGu {
    gap: 2rem;
}.study_methodzQ h3 {
    font-size: calc(31px * 0.7);
    padding: 1.2rem 1.5rem;
    transform: none;
}.study_methodzQ span {
    padding: 1.2rem 1.5rem;
    font-size: calc(13px * 0.85);
    transform: none;
}.study_methodzQ h3::before,
    .study_methodzQ h3::after,
    .study_methodzQ span::before,
    .study_methodzQ span::after {
    display: none;
}}.audience_profileZu {
    position: relative;
    overflow: hidden;
    padding: 5rem 2rem;
    background: linear-gradient(135deg, rgb(230,228,236) 0%, rgb(195,190,218,0.5) 100%);
}.audience_profileZu::before {
    content: "";
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    width: 500px;
    border-radius: 50%;
    left: 50%;
    border: 2px solid rgba(255, 255, 255, 0.1);
    z-index: 1;
    animation: rotate 20s linear infinite;
    height: 500px;
}.audience_profileZu::after {
    transform: translate(-50%, -50%);
    position: absolute;
    height: 800px;
    animation: rotate-reverse 30s linear infinite;
    width: 800px;
    border: 4px dotted rgb(195,190,218,0.5);
    z-index: 1;
    content: "";
    left: 50%;
    top: 50%;
    border-radius: 50%;
}@keyframes rotate {
    from { transform: translate(-50%, -50%) rotate(0deg); }
    to { transform: translate(-50%, -50%) rotate(360deg); }
}

@keyframes rotate-reverse {
    from { transform: translate(-50%, -50%) rotate(360deg); }
    to { transform: translate(-50%, -50%) rotate(0deg); }
}

.audience_profileZu .training_spaceGu {
    margin: 0 auto;
    z-index: 5;
    border-radius: 23px;
    padding: 2rem;
    max-width: 1200px;
    position: relative;
}.audience_profileZu .training_spaceGu::before {
    position: absolute;
    height: 300px;
    transform: translate(-50%, -50%);
    z-index: -1;
    background: radial-gradient(circle, rgb(134,134,193,0.5) 0%, transparent 70%);
    filter: blur(50px);
    border-radius: 50%;
    animation: pulse 8s ease-in-out infinite alternate;
    content: "";
    left: 50%;
    top: 50%;
    width: 300px;
}@keyframes pulse {
    0% { opacity: 0.3; transform: translate(-50%, -50%) scale(0.8); }
    100% { opacity: 0.7; transform: translate(-50%, -50%) scale(1.2); }
}

.audience_profileZu h3 {
    position: relative;
    font-size: 37px;
    margin-bottom: 4rem;
    color: #ffffff;
    font-weight: 700;
    z-index: 10;
    text-align: center;
}.audience_profileZu h3::after {
    height: 3px;
    position: absolute;
    background: rgb(195,190,218);
    border-radius: 50px;
    transform: translateX(-50%);
    box-shadow: 0 0 15px rgb(195,190,218);
    animation: glow 3s infinite alternate;
    width: 150px;
    left: 50%;
    bottom: -15px;
    content: "";
}@keyframes glow {
    0% { box-shadow: 0 0 5px rgb(195,190,218); }
    100% { box-shadow: 0 0 20px rgb(195,190,218), 0 0 40px rgb(195,190,218,0.5); }
}

.audience_profileZu ul {
    display: grid;
    padding: 0;
    grid-template-columns: repeat(2, 1fr);
    list-style: none;
    gap: 2.5rem;
    margin: 0;
    position: relative;
}.audience_profileZu li {
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.4s ease;
    overflow: hidden;
    position: relative;
    font-size: 14px;
    border-radius: 50px;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.2);
    padding: 1.5rem 2rem;
    display: flex;
    backdrop-filter: blur(10px);
}.audience_profileZu li::before {
    z-index: -1;
    background: linear-gradient(135deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    top: 0;
    height: 100%;
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
}.audience_profileZu li::after {
    opacity: 0;
    content: "";
    z-index: 0;
    transform: rotate(20deg) translateX(-150px);
    height: 150%;
    width: 50px;
    background: rgba(255, 255, 255, 0.2);
    animation: data-stream 5s infinite;
    position: absolute;
    animation-delay: calc(var(--i, 0) * 1s);
}.audience_profileZu li:nth-child(1) {
    --i: 0;
}.audience_profileZu li:nth-child(2) {
    --i: 1;
}.audience_profileZu li:nth-child(3) {
    --i: 2;
}.audience_profileZu li:nth-child(4) {
    --i: 3;
}.audience_profileZu li:nth-child(5) {
    --i: 4;
}.audience_profileZu li:nth-child(6) {
    --i: 5;
}.audience_profileZu li:nth-child(7) {
    --i: 6;
}.audience_profileZu li:nth-child(8) {
    --i: 7;
}.audience_profileZu li:nth-child(9) {
    --i: 8;
}.audience_profileZu li:nth-child(10) {
    --i: 9;
}@keyframes data-stream {
    0% { transform: rotate(20deg) translateX(-150px); opacity: 0; }
    20% { opacity: 0.5; }
    100% { transform: rotate(20deg) translateX(500px); opacity: 0; }
}

.audience_profileZu li:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    border-color: rgb(134,134,193);
    transform: translateY(-5px);
}.audience_profileZu svg {
    height: 30px;
    z-index: 2;
    width: 30px;
    position: relative;
    margin-right: 1.5rem;
    transition: all 0.4s ease;
}.audience_profileZu svg path {
    fill: rgb(134,134,193);
    transition: all 0.4s ease;
}.audience_profileZu li:hover svg {
    transform: rotate(15deg);
}.audience_profileZu li:hover svg path {
    fill: rgb(195,190,218);
}

@media (max-width: 1200px) {.audience_profileZu::before {
    width: 400px;
    height: 400px;
}.audience_profileZu::after {
    height: 600px;
    width: 600px;
}
}

@media (max-width: 992px) {.audience_profileZu {
    padding: 4rem 1.5rem;
}.audience_profileZu ul {
    gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
}.audience_profileZu li {
    padding: 1.25rem 1.5rem;
}
}

@media (max-width: 768px) {.audience_profileZu {
    padding: 3.5rem 1.5rem;
}.audience_profileZu ul {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.audience_profileZu::before {
    width: 300px;
    height: 300px;
}.audience_profileZu::after {
    height: 450px;
    width: 450px;
}.audience_profileZu h3 {
    font-size: calc(37px * 0.9);
}
}

@media (max-width: 576px) {.audience_profileZu {
    padding: 3rem 1rem;
}.audience_profileZu .training_spaceGu {
    padding: 1.5rem 1rem;
}.audience_profileZu h3 {
    margin-bottom: 3rem;
    font-size: calc(37px * 0.8);
}.audience_profileZu li {
    padding: 1rem 1.25rem;
}.audience_profileZu svg {
    width: 25px;
    margin-right: 1rem;
    height: 25px;
}}footer {
    position: relative;
    z-index: 1;
}footer::before {
    content: "";
    left: 0;
    background: linear-gradient(145deg, rgb(230,228,236) 0%, rgb(195,190,218,0.5) 100%);
    z-index: -2;
    right: 0;
    bottom: 0;
    opacity: 0.9;
    top: 0;
    position: absolute;
}footer::after {
    content: "";
    right: 0;
    position: absolute;
    left: 0;
    z-index: -1;
    bottom: 0;
    top: 0;
    background-image: 
        repeating-linear-gradient(0deg, rgb(195,190,218,0.5), rgb(195,190,218,0.5) 1px, transparent 1px, transparent 20px),
        repeating-linear-gradient(90deg, rgb(195,190,218,0.5), rgb(195,190,218,0.5) 1px, transparent 1px, transparent 20px);
    opacity: 0.1;
}.zoom_meetVo {
    position: relative;
    padding: 4rem 0 2rem;
    color: #000000;
}.zoom_meetVo::after {
    content: "";
    width: 100%;
    height: 6px;
    background: linear-gradient(90deg, rgb(195,190,218), rgb(134,134,193));
    top: 0;
    left: 0;
    position: absolute;
}.zoom_meetVo .container {
    flex-wrap: wrap;
    gap: 3rem;
    position: relative;
    display: flex;
}.zoom_meetVo .company_holder {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    flex: 1 1 400px;
    padding: 2rem 2.5rem;
    position: relative;
    background: #ffffff;
    border-radius: 25px;
}.zoom_meetVo .company_holder::before {
    left: 0;
    height: 5px;
    border-top-right-radius: 25px;
    top: 0;
    position: absolute;
    background: rgb(195,190,218);
    border-top-left-radius: 25px;
    content: "";
    width: 100%;
}.zoom_meetVo .company_holder h3 {
    font-weight: 700;
    font-size: 33px;
    color: rgb(195,190,218);
    letter-spacing: 0.5px;
    margin: 0 0 1.5rem;
    position: relative;
}.zoom_meetVo .company_holder h3::after {
    content: "";
    bottom: -0.5rem;
    height: 3px;
    left: 0;
    width: 80px;
    background: rgb(134,134,193);
    position: absolute;
}.zoom_meetVo .media_kitaG {
    position: relative;
    border-radius: 10px;
    color: #000000;
    background: rgb(230,228,236);
    line-height: 1.7;
    font-size: 13px;
    padding: 1.5rem;
    border-left: 3px solid rgb(134,134,193);
}.zoom_meetVo .trust_badgezA {
    flex: 1 1 calc(100% - 450px);
    min-width: 400px;
}.zoom_meetVo .head_primaryBx {
    flex-wrap: wrap;
    display: flex;
    gap: 2.5rem;
}.zoom_meetVo .head_studyBD {
    min-width: 200px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    position: relative;
    flex: 1 1 calc(50% - 1.25rem);
    border-radius: 25px;
    background: #ffffff;
    overflow: hidden;
}.zoom_meetVo .head_studyBD h5 {
    position: relative;
    margin: 0;
    background: rgb(134,134,193);
    font-weight: 600;
    font-size: 18px;
    padding: 1rem 1.5rem;
    color: #ffffff;
}.zoom_meetVo .head_studyBD .head_primaryBx {
    flex-direction: column;
    display: flex;
    padding: 1rem 0;
    gap: 0;
}.zoom_meetVo .head_studyBD .head_primaryBx a {
    font-size: 13px;
    display: flex;
    position: relative;
    padding: 0.8rem 1.5rem;
    color: #000000;
    text-decoration: none;
    align-items: center;
    transition: all 0.3s ease;
}.zoom_meetVo .head_studyBD .head_primaryBx a::before {
    left: 0;
    background: rgb(230,228,236);
    position: absolute;
    width: 0;
    top: 0;
    content: "";
    height: 100%;
    z-index: -1;
    transition: all 0.3s ease;
}.zoom_meetVo .head_studyBD .head_primaryBx a::after {
    opacity: 0;
    content: "";
    left: 1.5rem;
    transition: all 0.3s ease;
    border-radius: 50%;
    position: absolute;
    height: 5px;
    background: rgb(134,134,193);
    transform: translateY(-50%);
    top: 50%;
    width: 5px;
}.zoom_meetVo .head_studyBD .head_primaryBx a:hover {
    padding-left: 2.2rem;
    color: rgb(195,190,218);
}.zoom_meetVo .head_studyBD .head_primaryBx a:hover::before {
    width: 100%;
}.zoom_meetVo .head_studyBD .head_primaryBx a:hover::after {
    opacity: 1;
}.diversityLN {
    margin-top: 3rem;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
    padding: 2rem 0;
    background: rgb(230,228,236);
}.diversityLN::before {
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(195,190,218,0.5), transparent);
    right: 10%;
    left: 10%;
    height: 1px;
    top: 0;
    content: "";
}.diversityLN .container {
    display: flex;
    align-items: center;
    justify-content: center;
}.diversityLN .cookie_ctrltg {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    text-align: center;
    padding: 0.8rem 2rem;
    border-radius: 50px;
    font-size: 16px;
    color: #000000;
    background: #ffffff;
    font-weight: 400;
}

@media (max-width: 1200px) {.zoom_meetVo .container {
    gap: 2rem;
}.zoom_meetVo .company_holder {
    flex: 1 1 360px;
}.zoom_meetVo .trust_badgezA {
    min-width: 360px;
    flex: 1 1 calc(100% - 400px);
}.zoom_meetVo .head_primaryBx {
    gap: 2rem;
}
}

@media (max-width: 992px) {.zoom_meetVo {
    padding: 3.5rem 0 2rem;
}.zoom_meetVo .container {
    gap: 2.5rem;
    flex-direction: column;
}.zoom_meetVo .company_holder,
    .zoom_meetVo .trust_badgezA {
    min-width: 100%;
    flex: 1 1 100%;
}.zoom_meetVo .head_studyBD {
    min-width: 200px;
    flex: 1 1 calc(50% - 1rem);
}
}

@media (max-width: 768px) {.zoom_meetVo {
    padding: 3rem 0 1.5rem;
}.zoom_meetVo .head_primaryBx {
    gap: 1.5rem;
}.zoom_meetVo .company_holder {
    padding: 2rem;
}.zoom_meetVo .company_holder h3 {
    font-size: calc(33px - 2px);
}.diversityLN {
    margin-top: 2rem;
}
}

@media (max-width: 576px) {.zoom_meetVo {
    padding: 2.5rem 0 1rem;
}.zoom_meetVo .container {
    gap: 1.5rem;
}.zoom_meetVo .head_studyBD {
    min-width: 100%;
    flex: 1 1 100%;
}.zoom_meetVo .head_primaryBx {
    gap: 1rem;
}.zoom_meetVo .company_holder {
    padding: 1.5rem;
}.zoom_meetVo .media_kitaG {
    padding: 1.2rem;
}.diversityLN {
    padding: 1.5rem 0;
    margin-top: 1.5rem;
}
}

@media (max-width: 420px) {.zoom_meetVo .company_holder h3::after {
    width: 50px;
}.zoom_meetVo .head_studyBD .head_primaryBx a:hover {
    padding-left: 2rem;
}.diversityLN .cookie_ctrltg {
    width: 90%;
    padding: 0.7rem 1.5rem;
}}.leadership_profileru {
    overflow: hidden;
    padding: 8rem 0;
    background: linear-gradient(160deg, rgb(230,228,236) 0%, #000000 100%);
    position: relative;
    min-height: 700px;
}.leadership_profileru::before {
    content: "";
    position: absolute;
    animation: breatheGlow 15s ease-in-out infinite alternate;
    z-index: 1;
    left: 0;
    background: 
        radial-gradient(circle at 80% 20%, rgb(195,190,218,0.5) 0%, transparent 35%),
        radial-gradient(circle at 20% 80%, rgb(134,134,193,0.5) 0%, transparent 35%);
    width: 100%;
    top: 0;
    height: 100%;
    filter: blur(70px);
    opacity: 0.4;
}.leadership_profileru .container {
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
    padding: 0 2rem;
    position: relative;
}.leadership_profileru .user_quotesES {
    display: grid;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    grid-template-rows: auto 1fr;
    grid-template-columns: 1.2fr 0.8fr;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.3) 100%);
    padding: 3rem;
    position: relative;
    gap: 30px;
    min-height: 580px;
    overflow: hidden;
    border-radius: 23px;
    backdrop-filter: blur(15px);
}.leadership_profileru .user_quotesES::before {
    position: absolute;
    left: 0;
    width: 100%;
    background-size: 200% 200%;
    animation: shimmerEffect 10s ease-in-out infinite;
    top: 0;
    opacity: 0.2;
    z-index: -1;
    content: "";
    height: 100%;
    background: linear-gradient(135deg, transparent, rgb(195,190,218,0.5), transparent);
}.leadership_profileru .photo_box_wrapsC {
    grid-row: 1 / span 2;
    transform: scale(1) rotate(0deg);
    position: relative;
    filter: contrast(1.1) brightness(1.05);
    grid-column: 2;
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.4);
    transition: all 0.7s cubic-bezier(0.2, 1, 0.3, 1);
    border-radius: 23px;
    height: 100%;
    z-index: 3;
}.leadership_profileru .user_quotesES:hover .photo_box_wrapsC {
    transform: scale(1.05) rotate(2deg);
    box-shadow: 30px 30px 60px rgba(0, 0, 0, 0.5);
}.leadership_profileru .photo_box_wrapsC::before {
    width: 100%;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    box-sizing: border-box;
    border-radius: inherit;
    content: "";
}.leadership_profileru .name {
    transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
    z-index: 4;
    font-weight: 700;
    font-size: 35px;
    transform: translateX(0);
    margin: 0;
    position: relative;
    grid-row: 1;
    color: #ffffff;
    grid-column: 1;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}.leadership_profileru .user_quotesES:hover .name {
    transform: translateX(10px);
}.leadership_profileru .name::after {
    transition: width 0.6s ease;
    height: 3px;
    bottom: -10px;
    width: 0;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, rgb(195,190,218), rgb(134,134,193));
    left: 0;
}.leadership_profileru .user_quotesES:hover .name::after {
    width: 120px;
}.leadership_profileru .user_quotesES span:not(.name) {
    margin-top: 4rem;
    backdrop-filter: blur(10px);
    padding: 0.7rem 1.5rem;
    background: rgba(0, 0, 0, 0.2);
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
    grid-row: 1;
    z-index: 3;
    grid-column: 1;
    color: rgb(134,134,193);
    font-weight: 600;
    width: max-content;
    transform: translateX(0);
    font-size: 22px;
    border-radius: 10px;
    transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
}.leadership_profileru .user_quotesES:hover span:not(.name) {
    background: rgba(0, 0, 0, 0.3);
    transform: translateX(10px);
}.leadership_profileru .work_backgroundTK {
    border-radius: 23px;
    position: relative;
    color: #ffffff;
    font-size: 18px;
    z-index: 2;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    grid-column: 1;
    transition: all 0.7s cubic-bezier(0.2, 1, 0.3, 1);
    backdrop-filter: blur(10px);
    grid-row: 2;
    border-left: 4px solid rgb(134,134,193);
    transform: translateY(0);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.2) 100%);
    padding: 2rem;
    line-height: 1.8;
}.leadership_profileru .user_quotesES:hover .work_backgroundTK {
    transform: translateY(-10px);
    box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.4);
}.leadership_profileru .work_backgroundTK::before {
    height: 100%;
    position: absolute;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    left: 0;
    width: 100%;
    content: "";
    top: 0;
    background-size: 200% 200%;
    animation: shimmerEffect 5s ease-in-out infinite;
    z-index: -1;
}.leadership_profileru .container::after {
    border-radius: 50%;
    content: "";
    width: 400px;
    bottom: -200px;
    opacity: 0.2;
    z-index: -1;
    animation: rotateGlow 25s linear infinite;
    position: absolute;
    left: -200px;
    background: conic-gradient(from 135deg, rgb(195,190,218,0.5) 0%, rgb(134,134,193,0.5) 50%, rgb(195,190,218,0.5) 100%);
    filter: blur(80px);
    height: 400px;
}

@keyframes breatheGlow {
    0%, 100% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.5;
    }
}

@keyframes shimmerEffect {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}

@keyframes rotateGlow {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 992px) {.leadership_profileru .user_quotesES {
    gap: 20px;
    grid-template-rows: auto auto auto;
    padding: 2rem;
    grid-template-columns: 1fr;
}.leadership_profileru .photo_box_wrapsC {
    grid-row: 1;
    grid-column: 1;
    height: 350px;
}.leadership_profileru .name {
    grid-row: 2;
    margin: 0;
    grid-column: 1;
}.leadership_profileru .user_quotesES span:not(.name) {
    margin-top: 3.5rem;
    grid-row: 2;
    grid-column: 1;
}.leadership_profileru .work_backgroundTK {
    grid-row: 3;
    grid-column: 1;
}.leadership_profileru .user_quotesES:hover .name,
    .leadership_profileru .user_quotesES:hover span:not(.name) {
    transform: translateY(-5px);
}
}

@media (max-width: 576px) {.leadership_profileru {
    padding: 5rem 0;
}.leadership_profileru .user_quotesES {
    padding: 1.5rem;
}.leadership_profileru .photo_box_wrapsC {
    height: 250px;
}.leadership_profileru .name {
    font-size: 22px;
}.leadership_profileru .user_quotesES span:not(.name) {
    margin-top: 3rem;
    padding: 0.6rem 1rem;
    font-size: 18px;
}.leadership_profileru .work_backgroundTK {
    line-height: 1.6;
    padding: 1.5rem;
    font-size: calc(18px * 0.9);
}}.secure_fortificationqr {
    color: #000000;
    padding: 20px;
    font-family: Arial, sans-serif;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    background-color: rgb(230,228,236);
    line-height: 1.6;
}.secure_fortificationqr h1, .secure_fortificationqr h2, .secure_fortificationqr h3, .secure_fortificationqr h4, .secure_fortificationqr h5, .secure_fortificationqr h6 {
    margin-bottom: 20px;
    color: rgb(195,190,218);
    font-weight: 700;
}.secure_fortificationqr h1 {
    font-size: 38px;
}.secure_fortificationqr h2 {
    font-size: 38px;
}.secure_fortificationqr h3 {
    font-size: calc(19px - 4px);
}.secure_fortificationqr h4 {
    font-size: calc(19px - 8px);
}.secure_fortificationqr h5 {
    font-weight: 600;
    font-size: 19px;
}.secure_fortificationqr h6 {
    font-size: 16px;
    font-weight: 300;
}.secure_fortificationqr ul, .secure_fortificationqr ol {
    margin-left: 20px;
    padding-left: 20px;
    list-style-position: inside;
}.secure_fortificationqr li {
    padding-left: 10px;
    border-left: 3px solid rgb(134,134,193);
    margin-bottom: 10px;
}.secure_fortificationqr li::marker {
    color: rgb(134,134,193);
}.secure_fortificationqr section {
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 40px;
    background-color: rgb(230,228,236);
}.secure_fortificationqr p, .secure_fortificationqr span {
    color: #000000;
    margin-bottom: 15px;
    font-size: 17px;
}
@media only screen and (max-width: 800px) {.secure_fortificationqr {
    padding: 15px;
}.secure_fortificationqr h1 {
    font-size: calc(19px - 6px);
}.secure_fortificationqr h2 {
    font-size: calc(19px - 5px);
}.secure_fortificationqr ul, .secure_fortificationqr ol {
    padding-left: 10px;
    margin-left: 10px;
}.secure_fortificationqr li {
    margin-bottom: 8px;
}.secure_fortificationqr p, .secure_fortificationqr span {
    font-size: calc(17px - 2px);
}}
.appPageiN {
    overflow: hidden;
    position: relative;
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(230,228,236), rgb(230,228,236) 60%, rgba(rgb(195,190,218,0.5), 0.1));
}.appPageiN::before {
    top: -20%;
    position: absolute;
    width: 60%;
    right: -10%;
    background: linear-gradient(145deg, rgba(rgb(134,134,193,0.5), 0.08), rgba(rgb(134,134,193,0.5), 0.03));
    content: "";
    z-index: 0;
    height: 80%;
    filter: blur(20px);
    transform: rotate(-15deg) skewX(15deg);
}.appPageiN::after {
    left: -5%;
    background: linear-gradient(210deg, rgba(rgb(195,190,218,0.5), 0.09), transparent);
    height: 40%;
    position: absolute;
    z-index: 0;
    bottom: -10%;
    content: "";
    width: 50%;
    transform: rotate(10deg) skewX(-10deg);
}.appPageiN .container {
    position: relative;
    z-index: 2;
    padding: 0 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
}.appPageiN .training_spaceGu {
    display: grid;
    gap: 2.5rem;
    box-shadow: 
        0 20px 50px -15px rgba(rgba(0, 0, 0, 0.5), 0.12),
        0 30px 70px -25px rgba(rgba(0, 0, 0, 0.5), 0.1),
        0 2px 5px rgba(rgb(195,190,218,0.5), 0.05),
        0 0 0 1px rgba(rgb(195,190,218,0.5), 0.08);
    background: linear-gradient(170deg, 
        rgba(rgb(255, 255, 255, 0.5), 0.95), 
        rgba(rgb(255, 255, 255, 0.5), 0.85)
    );
    backdrop-filter: blur(10px);
    transform: perspective(1000px) rotateX(2deg);
    grid-template-columns: 1fr;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 3rem;
}.appPageiN .training_spaceGu:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 
        0 25px 55px -15px rgba(rgba(0, 0, 0, 0.5), 0.15),
        0 35px 75px -25px rgba(rgba(0, 0, 0, 0.5), 0.12),
        0 2px 5px rgba(rgb(195,190,218,0.5), 0.08),
        0 0 0 1px rgba(rgb(195,190,218,0.5), 0.1);
}.appPageiN .training_spaceGu > div:first-child {
    position: relative;
    transform: translateX(-1rem);
}.appPageiN .training_spaceGu > div:first-child::before {
    top: 50%;
    height: 60%;
    transform: translateY(-50%);
    background: linear-gradient(to bottom, rgb(195,190,218), rgb(134,134,193));
    content: "";
    width: 4px;
    position: absolute;
    left: -2rem;
}.appPageiN h5 {
    line-height: 1.4;
    font-weight: 700;
    margin: 0;
    font-size: 23px;
    color: #000000;
    display: inline-block;
    position: relative;
}.appPageiN h5::after {
    bottom: -0.5rem;
    width: 40%;
    left: 0;
    background: linear-gradient(90deg, rgb(134,134,193), transparent);
    content: "";
    height: 3px;
    position: absolute;
}.appPageiN .training_spaceGu > div:last-child {
    padding-left: 1.5rem;
    position: relative;
    border-left: 1px solid rgba(rgb(134,134,193,0.5), 0.2);
}.appPageiN a {
    display: block;
    transition: transform 0.3s ease;
    position: relative;
    text-decoration: none;
    overflow: hidden;
}.appPageiN a:hover {
    transform: translateX(5px);
}.appPageiN a::before {
    width: 100%;
    transform-origin: left;
    content: "";
    transition: opacity 0.4s ease, transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transform: scaleX(0.8) translateX(-10%);
    z-index: -1;
    background: linear-gradient(90deg, 
        rgba(rgb(195,190,218,0.5), 0.03), 
        rgba(rgb(134,134,193,0.5), 0.05)
    );
    height: 100%;
}.appPageiN a:hover::before {
    opacity: 1;
    transform: scaleX(1) translateX(0);
}.appPageiN p {
    color: #000000;
    transition: color 0.3s ease;
    font-weight: 400;
    line-height: 1.7;
    font-size: 15px;
    margin: 0;
}.appPageiN a:hover p {
    color: #000000;
}

@media (min-width: 768px) {.appPageiN {
    padding: 7rem 0;
}.appPageiN .training_spaceGu {
    grid-template-columns: 1fr 1.5fr;
    padding: 4rem;
    align-items: center;
    gap: 3rem;
}.appPageiN .training_spaceGu > div:first-child {
    transform: translateX(0);
}.appPageiN .training_spaceGu > div:last-child {
    padding-left: 3rem;
    border-left: 2px solid rgba(rgb(134,134,193,0.5), 0.15);
}.appPageiN h5 {
    font-size: calc(23px * 1.1);
}.appPageiN p {
    font-size: calc(15px * 1.05);
}
}

@media (min-width: 992px) {.appPageiN {
    padding: 9rem 0;
}.appPageiN .container {
    padding: 0 2rem;
}.appPageiN .training_spaceGu {
    padding: 5rem;
    gap: 4rem;
    grid-template-columns: 1fr 1.8fr;
}.appPageiN h5 {
    font-size: calc(23px * 1.2);
}.appPageiN h5::after {
    height: 4px;
    width: 50%;
}.appPageiN .training_spaceGu > div:last-child {
    padding-left: 4rem;
}.appPageiN a {
    padding: 1rem 0;
}
}

@media (max-width: 767px) {.appPageiN {
    padding: 4rem 0;
}.appPageiN .training_spaceGu {
    gap: 2rem;
    padding: 2rem;
}.appPageiN h5 {
    font-size: calc(23px * 0.9);
}.appPageiN p {
    font-size: calc(15px * 0.95);
}.appPageiN .training_spaceGu > div:last-child {
    padding-left: 1rem;
}
}

@media (max-width: 480px) {.appPageiN {
    padding: 3rem 0;
}.appPageiN .training_spaceGu {
    padding: 1.5rem;
    gap: 1.5rem;
}.appPageiN .training_spaceGu > div:first-child::before {
    left: -1.5rem;
    height: 50%;
}.appPageiN h5 {
    font-size: calc(23px * 0.85);
}.appPageiN p {
    font-size: calc(15px * 0.9);
}.appPageiN .training_spaceGu > div:last-child {
    padding-left: 0.75rem;
}
}