* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}a {
    color: inherit;
    text-decoration: none;
}header,footer {
    width: 100%;
}svg {
    width: 30px;
    height: 30px;
}.report_abuseNPbf {
    flex: 0 0 auto;
}.head_teachJYzr {
    flex: 1 0 auto;
}.wrapper-paddingqByg {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 100%;
}.container {
    margin: auto;
    width: 1149px;
    max-width: 100%;
}html,body {
    auto
    scroll-behavior: auto;
    scroll-snap-type: none;
    color: #000000;
    font-family: Arial, sans-serif;
    auto
contain
touch-action: none;
    min-height: 100%;
    height: 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;
}}
.homepagezPvu {
    font-family: Arial, sans-serif;
    overflow: hidden;
    width: 100%;
    position: relative;
}.homepagezPvu .course_entrySgZx {
    display: flex;
    position: relative;
    justify-content: center;
    min-height: 100vh;
    align-items: center;
    padding: 2rem;
}.homepagezPvu .course_entrySgZx::before {
    position: absolute;
    background: linear-gradient(145deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.4));
    height: 100%;
    content: "";
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}.homepagezPvu .study_expertsWIzZ {
    backdrop-filter: blur(10px);
    max-width: 1200px;
    padding: 3.5rem;
    position: relative;
    width: 100%;
    background: rgba(255, 255, 255, 0.15);
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    z-index: 2;
    box-shadow: 
    20px 20px 60px rgba(0, 0, 0, 0.3),
    -20px -20px 60px rgba(255, 255, 255, 0.08),
    inset 2px 2px 4px rgba(255, 255, 255, 0.1),
    inset -2px -2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    transform: perspective(1000px) rotateX(2deg);
}.homepagezPvu .study_expertsWIzZ:hover {
    transform: perspective(1000px) rotateX(0deg);
    box-shadow: 
    25px 25px 70px rgba(0, 0, 0, 0.4),
    -25px -25px 70px rgba(255, 255, 255, 0.1),
    inset 3px 3px 6px rgba(255, 255, 255, 0.15),
    inset -3px -3px 6px rgba(0, 0, 0, 0.15);
}.homepagezPvu .study_expertsWIzZ > div:first-child {
    position: relative;
    margin-bottom: 2.5rem;
}.homepagezPvu .study_expertsWIzZ > div:first-child::after {
    left: 0;
    border-radius: 2px;
    background: linear-gradient(90deg, rgb(147,170,184), transparent);
    content: "";
    width: 40%;
    position: absolute;
    bottom: -1.25rem;
    height: 4px;
}.homepagezPvu .title_style_header {
    transform: translateX(-10px);
    color: #ffffff;
    line-height: 1.2;
    margin: 0;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    animation: slideInTitle 0.8s 0.2s forwards cubic-bezier(0.25, 1, 0.5, 1);
    font-size: calc(40px * 1.2);
    opacity: 0;
    font-weight: 700;
}.homepagezPvu h3 {
    color: #ffffff;
    font-weight: 600;
    line-height: 1.4;
    opacity: 0;
    font-size: calc(23px * 1.1);
    transform: translateX(-10px);
    margin: 0 0 1.5rem;
    animation: slideInTitle 0.8s 0.4s forwards cubic-bezier(0.25, 1, 0.5, 1);
}.homepagezPvu p {
    opacity: 0;
    color: #ffffff;
    padding-left: 20px;
    position: relative;
    line-height: 1.6;
    margin: 0;
    animation: slideInTitle 0.8s 0.6s forwards cubic-bezier(0.25, 1, 0.5, 1);
    transform: translateX(-10px);
    font-size: calc(13px * 1.1);
    font-weight: 400;
    max-width: 80%;
}.homepagezPvu p::before {
    height: 8px;
    content: "";
    top: 0.5rem;
    left: 0;
    width: 8px;
    background: rgb(147,170,184);
    position: absolute;
    border-radius: 50%;
    box-shadow: 0 0 10px 2px rgb(147,170,184,0.5);
}

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

@media screen and (min-width: 1400px) {.homepagezPvu .study_expertsWIzZ {
    max-width: 1400px;
    padding: 4.5rem;
}.homepagezPvu .title_style_header {
    font-size: calc(40px * 1.4);
}.homepagezPvu h3 {
    font-size: calc(23px * 1.2);
}.homepagezPvu p {
    font-size: calc(13px * 1.2);
}
}

@media screen and (max-width: 992px) {.homepagezPvu .study_expertsWIzZ {
    padding: 3rem;
}.homepagezPvu .title_style_header {
    font-size: 40px;
}
}

@media screen and (max-width: 768px) {.homepagezPvu .course_entrySgZx {
    padding: 1.5rem;
}.homepagezPvu .study_expertsWIzZ {
    transform: perspective(1000px) rotateX(1deg);
    padding: 2.5rem;
}.homepagezPvu p {
    max-width: 100%;
}
}

@media screen and (max-width: 576px) {.homepagezPvu .course_entrySgZx {
    padding: 1rem;
    min-height: 90vh;
}.homepagezPvu .study_expertsWIzZ {
    box-shadow: 
      10px 10px 30px rgba(0, 0, 0, 0.3),
      -10px -10px 30px rgba(255, 255, 255, 0.05),
      inset 1px 1px 2px rgba(255, 255, 255, 0.1),
      inset -1px -1px 2px rgba(0, 0, 0, 0.1);
    padding: 2rem;
    transform: none;
}.homepagezPvu .title_style_header {
    font-size: calc(38px * 1.1);
}.homepagezPvu h3 {
    margin-bottom: 1rem;
    font-size: 23px;
}.homepagezPvu p {
    font-size: 13px;
}.homepagezPvu .study_expertsWIzZ > div:first-child {
    margin-bottom: 2rem;
}}.contact_boxxOSp {
    background: linear-gradient(
        225deg, 
        rgb(201,208,212) 0%, 
        rgb(89,140,166,0.5) 100%
    );
    overflow: hidden;
    padding: 6rem 0;
    position: relative;
    perspective: 1000px;
}.contact_boxxOSp::before {
    left: 0;
    background: 
        repeating-linear-gradient(
            0deg, 
            rgba(255,255,255,0.02) 0, 
            rgba(255,255,255,0.02) 1px, 
            transparent 1px, 
            transparent 4px
        ),
        repeating-linear-gradient(
            90deg, 
            rgba(255,255,255,0.02) 0, 
            rgba(255,255,255,0.02) 1px, 
            transparent 1px, 
            transparent 4px
        );
    z-index: 1;
    bottom: 0;
    content: '';
    position: absolute;
    pointer-events: none;
    right: 0;
    top: 0;
}.contact_boxxOSp::after {
    z-index: 2;
    width: 200%;
    position: absolute;
    background: radial-gradient(
        circle at center, 
        rgb(147,170,184,0.5) 0%, 
        transparent 70%
    );
    opacity: 0.6;
    left: -50%;
    height: 200%;
    animation: circuit-pulse 10s infinite alternate;
    content: '';
    top: -50%;
}.contact_boxxOSp .container {
    max-width: 1300px;
    padding: 0 1rem;
    margin: 0 auto;
    z-index: 3;
    position: relative;
}.contact_boxxOSp h2 {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 700;
    font-size: 38px;
    margin-bottom: 3rem;
    position: relative;
    color: #ffffff;
}.contact_boxxOSp h2::before,
.contact_boxxOSp h2::after {
    position: absolute;
    content: '';
    bottom: -0.5rem;
    background: linear-gradient(
        to right, 
        transparent, 
        rgb(147,170,184), 
        transparent
    );
    height: 2px;
}.contact_boxxOSp h2::before {
    width: 30%;
    left: 0;
}.contact_boxxOSp h2::after {
    right: 0;
    width: 30%;
}.contact_boxxOSp .help_helpfKNO {
    transition: transform 0.3s ease;
    display: flex;
    border: 1px solid rgb(147,170,184,0.5);
    background: rgb(89,140,166,0.5);
    align-items: stretch;
    transform: rotateX(5deg) scale(0.98);
    border-radius: 13px;
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.2),
        0 5px 15px rgba(0,0,0,0.1);
}.contact_boxxOSp .help_helpfKNO:hover {
    transform: rotateX(0) scale(1);
}.contact_boxxOSp .img_cardZadx {
    overflow: hidden;
    flex: 0 0 40%;
    min-height: 500px;
    position: relative;
}.contact_boxxOSp .img_cardZadx::before {
    top: 0;
    mix-blend-mode: color-dodge;
    width: 100%;
    background: linear-gradient(
        135deg, 
        rgb(147,170,184,0.5) 0%, 
        rgb(89,140,166,0.5) 100%
    );
    left: 0;
    height: 100%;
    content: '';
    position: absolute;
    opacity: 0.7;
}.contact_boxxOSp .inquiry_blocktzvj {
    justify-content: center;
    padding: 4rem 3rem;
    flex: 0 0 60%;
    display: flex;
    position: relative;
    flex-direction: column;
}.contact_boxxOSp .inquiry_blocktzvj::before {
    animation: signal-pulse 2s infinite alternate;
    border-radius: 50%;
    top: 2rem;
    height: 10px;
    position: absolute;
    box-shadow: 0 0 20px rgb(147,170,184);
    width: 10px;
    content: '';
    right: 2rem;
    background: rgb(147,170,184);
}.contact_boxxOSp .inquiry_blocktzvj form {
    width: 100%;
    position: relative;
    margin: 0 auto;
    max-width: 500px;
    z-index: 3;
}.contact_boxxOSp .inquiry_blocktzvj h3 {
    text-align: center;
    margin-bottom: 2rem;
    color: #ffffff;
    letter-spacing: 0.05em;
    font-size: 30px;
    font-weight: 600;
}.contact_boxxOSp .inquiry_blocktzvj input:not([type="checkbox"]):not([type="submit"]) {
    border: 1px solid rgb(147,170,184,0.5);
    background: rgb(89,140,166,0.5);
    transition: all 0.3s ease;
    width: 100%;
    font-size: 15px;
    outline: none;
    color: #ffffff;
    padding: 1rem 1.5rem;
    z-index: 2;
    border-radius: 10px;
    position: relative;
    margin-bottom: 1.5rem;
}.contact_boxxOSp .inquiry_blocktzvj input:not([type="checkbox"]):not([type="submit"])::before {
    opacity: 0;
    left: 0;
    content: '';
    width: 100%;
    position: absolute;
    background: linear-gradient(
        45deg, 
        transparent 0%, 
        rgb(147,170,184,0.5) 100%
    );
    z-index: 1;
    height: 100%;
    transition: opacity 0.3s ease;
    top: 0;
}.contact_boxxOSp .inquiry_blocktzvj input:not([type="checkbox"]):not([type="submit"]):focus {
    border-color: rgb(147,170,184);
    box-shadow: 0 0 15px rgb(147,170,184,0.5);
}.contact_boxxOSp .inquiry_blocktzvj input:not([type="checkbox"]):not([type="submit"]):focus::before {
    opacity: 1;
}.contact_boxxOSp .inquiry_blocktzvj .support_blockvIXS {
    align-items: center;
    margin-bottom: 1.5rem;
    display: flex;
}.contact_boxxOSp .inquiry_blocktzvj .support_blockvIXS input[type="checkbox"] {
    transition: all 0.3s ease;
    appearance: none;
    cursor: pointer;
    border-radius: 10px;
    position: relative;
    background: rgb(89,140,166,0.5);
    margin-right: 1rem;
    width: 22px;
    height: 22px;
    border: 2px solid rgb(147,170,184,0.5);
}.contact_boxxOSp .inquiry_blocktzvj .support_blockvIXS input[type="checkbox"]:checked {
    background: rgb(147,170,184);
    border-color: rgb(147,170,184);
}.contact_boxxOSp .inquiry_blocktzvj .support_blockvIXS input[type="checkbox"]:checked::after {
    color: #ffffff;
    font-size: 0.8rem;
    top: 50%;
    content: '✔';
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
}.contact_boxxOSp .inquiry_blocktzvj .support_blockvIXS label {
    align-items: center;
    display: flex;
    color: #ffffff;
    font-size: 15px;
}.contact_boxxOSp .inquiry_blocktzvj .support_blockvIXS a {
    color: rgb(147,170,184);
    margin-left: 0.3rem;
    transition: color 0.3s ease;
    text-decoration: none;
}.contact_boxxOSp .inquiry_blocktzvj .support_blockvIXS a:hover {
    text-decoration: underline;
}.contact_boxxOSp .inquiry_blocktzvj .help_requestneMq {
    font-weight: 600;
    letter-spacing: 0.1em;
    background: rgb(147,170,184);
    transition: all 0.3s ease;
    padding: 1rem;
    border: none;
    width: 100%;
    font-size: 14px;
    border-radius: 10px;
    overflow: hidden;
    text-transform: uppercase;
    cursor: pointer;
    color: #ffffff;
    position: relative;
}.contact_boxxOSp .inquiry_blocktzvj .help_requestneMq::before {
    left: -100%;
    height: 100%;
    width: 100%;
    content: '';
    transition: all 0.3s ease;
    background: linear-gradient(
        120deg, 
        transparent, 
        rgb(147,170,184,0.5), 
        transparent
    );
    position: absolute;
    top: 0;
}.contact_boxxOSp .inquiry_blocktzvj .help_requestneMq:hover::before {
    left: 100%;
}.contact_boxxOSp .inquiry_blocktzvj .help_requestneMq:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgb(147,170,184,0.5);
}

@keyframes circuit-pulse {
    0% {
        transform: rotate(0deg) scale(1);
        opacity: 0.6;
    }
    100% {
        transform: rotate(5deg) scale(1.02);
        opacity: 0.8;
    }
}

@keyframes signal-pulse {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }
    100% {
        transform: scale(1.5);
        opacity: 1;
    }
}

@media screen and (max-width: 1024px) {.contact_boxxOSp .help_helpfKNO {
    transform: none;
    flex-direction: column;
}.contact_boxxOSp .img_cardZadx {
    flex: 0 0 100%;
    min-height: 300px;
}.contact_boxxOSp .inquiry_blocktzvj {
    flex: 0 0 100%;
    padding: 3rem 2rem;
}
}

@media screen and (max-width: 768px) {.contact_boxxOSp {
    padding: 3rem 0;
}.contact_boxxOSp h2 {
    margin-bottom: 2rem;
    font-size: calc(38px * 0.8);
}.contact_boxxOSp .inquiry_blocktzvj h3 {
    font-size: calc(30px * 0.9);
}.contact_boxxOSp .inquiry_blocktzvj input:not([type="checkbox"]):not([type="submit"]) {
    margin-bottom: 1rem;
    padding: 0.8rem 1.2rem;
}.contact_boxxOSp .inquiry_blocktzvj .support_blockvIXS {
    align-items: flex-start;
}.contact_boxxOSp .inquiry_blocktzvj .support_blockvIXS input[type="checkbox"] {
    margin-top: 0.2rem;
}
}

@media screen and (max-width: 480px) {.contact_boxxOSp .help_helpfKNO {
    border-radius: 0;
}.contact_boxxOSp .img_cardZadx {
    min-height: 250px;
}.contact_boxxOSp .inquiry_blocktzvj {
    padding: 2rem 1.5rem;
}}.course_program_infojfDi {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(201,208,212) 0%, #ffffff 65%, rgb(147,170,184,0.5) 100%);
    padding: 6rem 0;
}.course_program_infojfDi::before {
    width: 100%;
    background: radial-gradient(circle at 20% 30%, rgb(89,140,166,0.5) 0%, transparent 60%);
    pointer-events: none;
    z-index: 0;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
}.course_program_infojfDi::after {
    z-index: 0;
    transform: rotate(15deg);
    height: 240px;
    width: 240px;
    position: absolute;
    content: "";
    background: linear-gradient(225deg, rgb(147,170,184) 0%, rgb(89,140,166) 100%);
    right: -20px;
    opacity: 0.07;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    bottom: -20px;
}.course_program_infojfDi .container {
    padding: 0 1.5rem;
    margin: 0 auto;
    z-index: 1;
    position: relative;
    max-width: 1200px;
}.course_program_infojfDi h2 {
    margin-bottom: 3.5rem;
    font-weight: 700;
    position: relative;
    max-width: 85%;
    transform: translateX(-0.5rem);
    color: #000000;
    font-size: 28px;
}.course_program_infojfDi h2::after {
    height: 0.25rem;
    background: linear-gradient(90deg, rgb(147,170,184) 0%, rgb(89,140,166) 100%);
    left: 0;
    position: absolute;
    width: 8rem;
    bottom: -1rem;
    content: "";
}.course_program_infojfDi .future_classRPhx {
    position: relative;
    display: grid;
    gap: 3rem;
    grid-template-columns: 1fr;
}.course_program_infojfDi .img_cardZadx {
    overflow: hidden;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: relative;
    height: 400px;
    border-radius: 0.5rem;
    transform: perspective(1000px) rotateY(-2deg);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}.course_program_infojfDi .img_cardZadx::before {
    z-index: 1;
    position: absolute;
    content: "";
    background: linear-gradient(180deg, transparent 60%, rgba(0, 0, 0, 0.5) 100%);
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
}.course_program_infojfDi .img_cardZadx:hover {
    transform: perspective(1000px) rotateY(0deg);
}.course_program_infojfDi .note_holderDjJP {
    position: relative;
    scrollbar-width: thin;
    max-height: 400px;
    overflow-y: auto;
    padding-right: 1.5rem;
}.course_program_infojfDi .note_holderDjJP::-webkit-scrollbar {
    width: 4px;
}.course_program_infojfDi .note_holderDjJP::-webkit-scrollbar-track {
    background: rgb(255, 255, 255, 0.5);
}.course_program_infojfDi .note_holderDjJP::-webkit-scrollbar-thumb {
    background-color: rgb(147,170,184,0.5);
    border-radius: 10px;
}.course_program_infojfDi .description {
    position: relative;
    font-size: 13px;
    margin-bottom: 1.5rem;
    line-height: 1.8;
    font-family: Arial, sans-serif;
    color: #000000;
}.course_program_infojfDi .description:first-of-type::first-letter {
    line-height: 0.8;
    color: rgb(147,170,184);
    margin-right: 0.1em;
    float: left;
    font-weight: 700;
    padding: 0.1em 0.1em 0 0;
    font-size: 3.5em;
}.course_program_infojfDi .description:last-of-type {
    position: relative;
    padding-left: 1.5rem;
    border-left: 3px solid rgb(89,140,166,0.5);
}

@media (min-width: 768px) {.course_program_infojfDi {
    padding: 8rem 0;
}.course_program_infojfDi h2 {
    margin-bottom: 4rem;
    font-size: calc(28px * 1.1);
    max-width: 75%;
}.course_program_infojfDi h2::after {
    width: 12rem;
}.course_program_infojfDi .future_classRPhx {
    gap: 4rem;
    grid-template-columns: 1fr 1fr;
}.course_program_infojfDi .img_cardZadx {
    height: 500px;
    transform: perspective(1000px) rotateY(-5deg) translateZ(0);
}.course_program_infojfDi .note_holderDjJP {
    max-height: 500px;
}
}

@media (min-width: 992px) {.course_program_infojfDi {
    padding: 10rem 0;
}.course_program_infojfDi::before {
    background: radial-gradient(circle at 20% 30%, rgb(89,140,166,0.5) 0%, transparent 70%);
}.course_program_infojfDi h2 {
    font-size: calc(28px * 1.2);
    max-width: 70%;
}.course_program_infojfDi .future_classRPhx {
    gap: 5rem;
}.course_program_infojfDi .img_cardZadx {
    height: 600px;
    clip-path: polygon(0 0, 100% 5%, 100% 95%, 0% 100%);
}.course_program_infojfDi .note_holderDjJP {
    max-height: 600px;
    padding-top: 2rem;
}.course_program_infojfDi .description {
    line-height: 1.9;
    font-size: calc(13px * 1.05);
}
}

@media (min-width: 1200px) {.course_program_infojfDi .container {
    padding: 0 2rem;
}.course_program_infojfDi h2 {
    font-size: calc(28px * 1.3);
    transform: translateX(-1rem);
    max-width: 65%;
}.course_program_infojfDi .future_classRPhx {
    gap: 6rem;
}.course_program_infojfDi .img_cardZadx {
    transform: perspective(1200px) rotateY(-8deg) translateZ(0);
}.course_program_infojfDi .img_cardZadx:hover {
    transform: perspective(1200px) rotateY(-3deg) translateZ(0) scale(1.02);
}
}

@media (max-width: 767px) {.course_program_infojfDi {
    padding: 4rem 0;
}.course_program_infojfDi h2 {
    max-width: 100%;
    margin-bottom: 2.5rem;
    font-size: calc(28px * 0.9);
}.course_program_infojfDi h2::after {
    height: 0.2rem;
    width: 6rem;
}.course_program_infojfDi .img_cardZadx {
    height: 300px;
}.course_program_infojfDi .note_holderDjJP {
    max-height: 350px;
}.course_program_infojfDi .description {
    font-size: calc(13px * 0.95);
    line-height: 1.7;
}}.privacy_panelftKo {
    padding: 4rem 1.5rem;
    overflow: hidden;
    color: #000000;
    font-family: Arial, sans-serif;
    background: linear-gradient(165deg, rgb(201,208,212) 0%, #ffffff 100%);
    position: relative;
}.privacy_panelftKo::before {
    height: 100%;
    opacity: 0.05;
    position: absolute;
    top: 0;
    content: "";
    z-index: 0;
    width: 100%;
    left: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgb(147,170,184,0.5) 0,
        rgb(147,170,184,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
}.privacy_panelftKo .container {
    z-index: 1;
    max-width: 1140px;
    margin: 0 auto;
    transform: translateZ(0);
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    padding: 3.5rem 2.5rem;
}.privacy_panelftKo h1 {
    line-height: 1.2;
    font-weight: 700;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(0);
    padding-bottom: 1rem;
    position: relative;
    margin: 0 0 2rem;
    font-size: 47px;
    color: rgb(147,170,184);
}.privacy_panelftKo h1::after {
    bottom: 0;
    content: "";
    height: 3px;
    position: absolute;
    width: 80px;
    left: 0;
    transition: width 0.4s ease-out;
    background: linear-gradient(90deg, rgb(147,170,184) 0%, rgb(89,140,166) 100%);
}.privacy_panelftKo:hover h1::after {
    width: 120px;
}.privacy_panelftKo h2 {
    font-weight: 600;
    margin: 2.5rem 0 1.2rem;
    color: rgb(89,140,166);
    padding-left: 1rem;
    font-size: 38px;
    position: relative;
}.privacy_panelftKo h2::before {
    top: 0;
    transform: scaleY(0.8);
    left: 0;
    width: 4px;
    height: 100%;
    position: absolute;
    background: rgb(147,170,184);
    transition: transform 0.3s ease;
    content: "";
    border-radius: 2px;
}.privacy_panelftKo h2:hover::before {
    transform: scaleY(1);
}.privacy_panelftKo h3 {
    margin: 2.2rem 0 1rem;
    font-size: calc(38px * 0.85);
    font-weight: 600;
    color: #000000;
    padding-left: 1.5rem;
    position: relative;
}.privacy_panelftKo h3::before {
    top: 50%;
    position: absolute;
    height: 2px;
    left: 0;
    background: rgb(89,140,166);
    transform: translateY(-50%);
    content: "";
    width: 12px;
}.privacy_panelftKo h4 {
    position: relative;
    font-weight: 400;
    color: #000000;
    margin: 2rem 0 0.8rem;
    font-size: calc(38px * 0.7);
    padding-left: 1.5rem;
}.privacy_panelftKo h4::before {
    top: 50%;
    content: "→";
    transform: translateY(-50%);
    color: rgb(147,170,184);
    font-size: 0.9em;
    left: 0;
    position: absolute;
}.privacy_panelftKo p {
    line-height: 1.7;
    margin-bottom: 1.5rem;
    opacity: 0.9;
    transition: opacity 0.3s ease;
    max-width: 92%;
    font-size: 12px;
    color: #000000;
}.privacy_panelftKo p:hover {
    opacity: 1;
}.privacy_panelftKo p strong {
    position: relative;
    color: #000000;
    font-weight: 600;
    z-index: 1;
}.privacy_panelftKo p strong::after {
    transition: transform 0.3s ease;
    width: 100%;
    transform: scaleX(0.95);
    left: 0;
    height: 30%;
    transform-origin: left;
    content: "";
    position: absolute;
    background-color: rgb(147,170,184,0.5);
    z-index: -1;
    bottom: 0;
}.privacy_panelftKo p strong:hover::after {
    transform: scaleX(1);
}.privacy_panelftKo ul {
    position: relative;
    list-style: none;
    padding: 0.5rem 0 1rem 1.5rem;
    margin: 1.5rem 0;
}.privacy_panelftKo ul::before {
    position: absolute;
    background: linear-gradient(180deg, rgb(147,170,184) 0%, rgb(147,170,184,0.5) 100%);
    border-radius: 1.5px;
    content: "";
    top: 0;
    width: 3px;
    left: 0;
    bottom: 0;
}.privacy_panelftKo li {
    font-size: 12px;
    padding-left: 1.5rem;
    line-height: 1.7;
    transition: transform 0.3s ease;
    position: relative;
    margin-bottom: 1rem;
    color: #000000;
}.privacy_panelftKo li::before {
    content: "";
    left: 0;
    width: 8px;
    transition: background 0.3s ease;
    position: absolute;
    height: 8px;
    transform: translateY(-50%);
    border-radius: 50%;
    top: 0.75em;
    background: rgb(89,140,166);
}.privacy_panelftKo li:hover {
    transform: translateX(3px);
}.privacy_panelftKo li:hover::before {
    background: rgb(147,170,184);
}.privacy_panelftKo span {
    transition: all 0.3s ease;
    display: block;
    line-height: 1.65;
    opacity: 0.85;
    padding: 1rem 1.5rem;
    border-left: 3px solid rgb(89,140,166);
    background-color: rgba(rgb(89,140,166,0.5), 0.07);
    font-size: calc(12px * 0.95);
    margin-bottom: 2rem;
    color: #000000;
}.privacy_panelftKo span:hover {
    background-color: rgba(rgb(89,140,166,0.5), 0.1);
    opacity: 1;
}

@media screen and (max-width: 992px) {.privacy_panelftKo {
    padding: 3rem 1rem;
}.privacy_panelftKo .container {
    padding: 2.5rem 2rem;
}.privacy_panelftKo h1 {
    font-size: calc(47px * 0.9);
}.privacy_panelftKo h2 {
    font-size: calc(38px * 0.9);
}.privacy_panelftKo p {
    max-width: 100%;
}
}

@media screen and (max-width: 768px) {.privacy_panelftKo {
    padding: 2.5rem 0.75rem;
}.privacy_panelftKo .container {
    padding: 2rem 1.5rem;
}.privacy_panelftKo h1 {
    font-size: calc(47px * 0.8);
    margin-bottom: 1.5rem;
}.privacy_panelftKo h2 {
    margin: 2rem 0 1rem;
    font-size: calc(38px * 0.8);
}.privacy_panelftKo h3 {
    font-size: calc(38px * 0.7);
}.privacy_panelftKo h4 {
    font-size: calc(38px * 0.6);
}.privacy_panelftKo p, 
    .privacy_panelftKo li {
    font-size: calc(12px * 0.95);
}.privacy_panelftKo span {
    padding: 0.75rem 1rem;
    font-size: calc(12px * 0.9);
}
}

@media screen and (max-width: 576px) {.privacy_panelftKo {
    padding: 2rem 0.5rem;
}.privacy_panelftKo .container {
    padding: 1.5rem 1.25rem;
}.privacy_panelftKo h1 {
    font-size: calc(47px * 0.7);
    padding-bottom: 0.75rem;
}.privacy_panelftKo h1::after {
    height: 2px;
    width: 60px;
}.privacy_panelftKo:hover h1::after {
    width: 90px;
}.privacy_panelftKo h2 {
    padding-left: 0.75rem;
    font-size: calc(38px * 0.7);
}.privacy_panelftKo h2::before {
    width: 3px;
}.privacy_panelftKo h3, 
    .privacy_panelftKo h4 {
    padding-left: 1.25rem;
}.privacy_panelftKo ul {
    padding-left: 1rem;
}.privacy_panelftKo li {
    padding-left: 1.25rem;
}.privacy_panelftKo li::before {
    height: 6px;
    width: 6px;
}.privacy_panelftKo span {
    padding: 0.75rem 0.75rem;
    border-left: 2px solid rgb(89,140,166);
}}header {
    z-index: 100;
    padding: 1.2rem 0;
    position: relative;
    background: rgb(201,208,212);
}header::before {
    background: linear-gradient(135deg, 
        rgb(147,170,184,0.5) 0%, 
        transparent 50%, 
        rgb(89,140,166,0.5) 100%);
    top: 0;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    content: '';
}header .container {
    position: relative;
    padding: 0 1.5rem;
    max-width: 1200px;
    z-index: 1;
    margin: 0 auto;
}header .header_mainHLaD {
    padding: 1rem;
    border-radius: 16px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    background: #ffffff;
    align-items: center;
    gap: 1rem;
}header .top_baseVkTK {
    margin-bottom: 0.5rem;
    padding: 0.5rem 1rem;
    justify-content: center;
    text-decoration: none;
    position: relative;
    display: flex;
}header .top_baseVkTK::before {
    bottom: 0;
    background: linear-gradient(to right, 
        transparent, 
        rgb(147,170,184,0.5), 
        rgb(89,140,166,0.5), 
        rgb(147,170,184,0.5), 
        transparent);
    width: 100%;
    position: absolute;
    content: '';
    height: 1px;
    left: 0;
}header .top_baseVkTK svg {
    height: auto;
    width: 160px;
    transition: all 0.3s ease;
}header .top_baseVkTK:hover svg {
    transform: translateY(-2px);
    filter: drop-shadow(0 2px 4px rgb(147,170,184,0.5));
}header .nav_learnzdGU {
    border-radius: 10px;
    background: rgb(201,208,212);
    justify-content: center;
    gap: 0.4rem;
    padding: 0.6rem;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}header .main_baseXlBj {
    overflow: hidden;
    color: #000000;
    font-weight: 400;
    font-size: 17px;
    padding: 0.5rem 1rem;
    font-family: Arial, sans-serif;
    z-index: 1;
    position: relative;
    transition: all 0.3s ease;
    text-decoration: none;
    border-radius: 10px;
}header .main_baseXlBj::before {
    opacity: 0;
    background: linear-gradient(135deg, rgb(147,170,184), rgb(89,140,166));
    position: absolute;
    transition: opacity 0.3s ease;
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}header .main_baseXlBj:hover {
    color: #ffffff;
}header .main_baseXlBj:hover::before {
    opacity: 1;
}header .main_baseXlBj::after {
    transform-origin: left;
    bottom: 0;
    height: 2px;
    background: linear-gradient(to right, rgb(147,170,184), rgb(89,140,166));
    position: absolute;
    transition: transform 0.3s ease;
    transform: scaleX(0);
    content: '';
    width: 100%;
    left: 0;
}header .main_baseXlBj:hover::after {
    transform: scaleX(1);
}

@media (max-width: 991px) {header {
    padding: 1rem 0;
}header .header_mainHLaD {
    padding: 0.8rem;
    gap: 0.8rem;
}header .top_baseVkTK svg {
    width: 140px;
}header .nav_learnzdGU {
    padding: 0.5rem;
}header .main_baseXlBj {
    font-size: calc(17px - 1px);
    padding: 0.4rem 0.8rem;
}
}

@media (max-width: 767px) {header {
    padding: 0.8rem 0;
}header .header_mainHLaD {
    padding: 0.7rem;
    gap: 0.7rem;
}header .top_baseVkTK svg {
    width: 120px;
}header .nav_learnzdGU {
    gap: 0.3rem;
    padding: 0.4rem;
}header .main_baseXlBj {
    font-size: calc(17px - 2px);
    padding: 0.3rem 0.7rem;
}
}

@media (max-width: 480px) {header {
    padding: 0.7rem 0;
}header .header_mainHLaD {
    padding: 0.6rem;
    gap: 0.6rem;
}header .top_baseVkTK svg {
    width: 110px;
}header .nav_learnzdGU {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 0.4rem;
    justify-content: flex-start;
}header .nav_learnzdGU::-webkit-scrollbar {
    height: 2px;
}header .nav_learnzdGU::-webkit-scrollbar-thumb {
    background: rgb(147,170,184);
    border-radius: 10px;
}header .main_baseXlBj {
    flex-shrink: 0;
    white-space: nowrap;
}}.education_historyNzSE {
    background: linear-gradient(135deg, rgb(201,208,212) 0%, #f5f7fa 100%);
    position: relative;
    overflow: hidden;
    padding: 90px 0;
}.education_historyNzSE::before {
    opacity: 0.4;
    top: -10%;
    animation: float 15s ease-in-out infinite alternate;
    z-index: 0;
    position: absolute;
    background: linear-gradient(45deg, rgb(147,170,184,0.5), rgb(89,140,166,0.5));
    filter: blur(60px);
    content: "";
    right: -5%;
    height: 300px;
    width: 300px;
}.education_historyNzSE::after {
    content: "";
    height: 250px;
    opacity: 0.3;
    bottom: -5%;
    animation: float 18s ease-in-out infinite alternate-reverse;
    position: absolute;
    filter: blur(50px);
    z-index: 0;
    background: linear-gradient(225deg, rgb(89,140,166,0.5), rgb(147,170,184,0.5));
    width: 250px;
    left: -5%;
}.education_historyNzSE .container {
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 1;
}.education_historyNzSE .learner_storiesYXPz {
    grid-template-columns: 1fr;
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    transform: perspective(1000px) rotateY(2deg);
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    display: grid;
    grid-gap: 30px;
    background: #ffffff;
    padding: 40px;
}.education_historyNzSE .learner_storiesYXPz:hover {
    transform: perspective(1000px) rotateY(0deg);
}.education_historyNzSE .learner_storiesYXPz > div:first-child {
    position: relative;
    margin-bottom: 10px;
}.education_historyNzSE .img_cardZadx {
    width: 120px;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    height: 120px;
    clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);
    border: 3px solid #ffffff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}.education_historyNzSE .learner_storiesYXPz:hover .img_cardZadx {
    transform: scale(1.05) translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}.education_historyNzSE .name {
    font-size: 18px;
    margin-bottom: 5px;
    position: relative;
    color: rgb(147,170,184);
    display: inline-block;
    font-weight: 700;
}.education_historyNzSE .name::after {
    content: "";
    bottom: -4px;
    background: linear-gradient(90deg, rgb(147,170,184), rgb(89,140,166));
    position: absolute;
    width: 0;
    transition: width 0.3s ease-in-out;
    height: 3px;
    left: 0;
}.education_historyNzSE .learner_storiesYXPz:hover .name::after {
    width: 100%;
}.education_historyNzSE .learner_storiesYXPz > div:nth-child(2) > div {
    position: relative;
    transition: padding-left 0.3s ease;
    margin-bottom: 15px;
    padding-left: 0;
    font-weight: 600;
    color: rgb(89,140,166);
    font-size: calc(15px - 1px);
}.education_historyNzSE .learner_storiesYXPz:hover > div:nth-child(2) > div {
    padding-left: 10px;
}.education_historyNzSE .emp_tasksWwcK {
    padding: 20px;
    font-size: 15px;
    margin: 0;
    color: #000000;
    background: linear-gradient(to right, rgba(245, 247, 250, 0.5), rgba(245, 247, 250, 0));
    position: relative;
    line-height: 1.7;
    border-left: 3px solid rgb(147,170,184);
    font-family: Arial, sans-serif;
}.education_historyNzSE .emp_tasksWwcK::before {
    font-family: serif;
    top: -15px;
    opacity: 0.3;
    position: absolute;
    line-height: 1;
    color: rgb(147,170,184,0.5);
    left: 10px;
    font-size: 60px;
    content: "";
}

@media (min-width: 768px) {.education_historyNzSE {
    padding: 120px 0;
}.education_historyNzSE .learner_storiesYXPz {
    grid-template-columns: 150px 1fr;
    padding: 50px;
    grid-template-rows: auto 1fr;
}.education_historyNzSE .learner_storiesYXPz > div:first-child {
    margin-bottom: 0;
    grid-row: 1 / span 2;
}.education_historyNzSE .img_cardZadx {
    width: 150px;
    height: 150px;
}.education_historyNzSE .learner_storiesYXPz > div:nth-child(2) {
    align-self: end;
}.education_historyNzSE .learner_storiesYXPz > div:nth-child(3) {
    grid-row: 2;
    grid-column: 2;
}
}

@media (min-width: 992px) {.education_historyNzSE .learner_storiesYXPz {
    padding: 60px;
    grid-template-columns: 180px 1fr;
    grid-gap: 40px;
}.education_historyNzSE .img_cardZadx {
    height: 180px;
    width: 180px;
}.education_historyNzSE .name {
    font-size: calc(18px + 2px);
}.education_historyNzSE .emp_tasksWwcK {
    padding: 25px;
    font-size: calc(15px + 1px);
}
}

@media (max-width: 767px) {.education_historyNzSE {
    padding: 60px 0;
}.education_historyNzSE .learner_storiesYXPz {
    padding: 30px;
    text-align: center;
}.education_historyNzSE .img_cardZadx {
    margin: 0 auto 20px;
}.education_historyNzSE .name::after {
    left: 50%;
    transform: translateX(-50%);
}.education_historyNzSE .learner_storiesYXPz:hover > div:nth-child(2) > div {
    padding-left: 0;
}.education_historyNzSE .emp_tasksWwcK {
    padding: 15px;
    text-align: left;
}}

@keyframes float {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }
    50% {
        transform: translate(15px, 15px) rotate(5deg);
    }
    100% {
        transform: translate(-15px, 10px) rotate(-5deg);
    }
}.statistical_reportRSUe {
    padding: 120px 0;
    position: relative;
    color: #ffffff;
    overflow: hidden;
}.statistical_reportRSUe::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    opacity: 0.15;
    height: 100%;
    background-color: rgb(147,170,184);
    width: 100%;
}.statistical_reportRSUe::after {
    left: 0;
    top: 0;
    height: 100%;
    z-index: 2;
    opacity: 0.1;
    content: "";
    background-image: 
        radial-gradient(circle at 10% 20%, rgb(147,170,184) 0%, transparent 50%),
        radial-gradient(circle at 90% 80%, rgb(89,140,166) 0%, transparent 50%);
    position: absolute;
    width: 100%;
}.statistical_reportRSUe .container {
    max-width: 1400px;
    position: relative;
    z-index: 5;
    padding: 0;
    margin: 0 auto;
}.statistical_reportRSUe .fast_gainWimB {
    grid-template-columns: 350px 1fr;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    display: grid;
    height: 600px;
}.statistical_reportRSUe .expert_statisticstYxB {
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgb(147,170,184), rgb(89,140,166));
    display: flex;
    position: relative;
    grid-column: 1;
    overflow: hidden;
    padding: 20px;
}.statistical_reportRSUe .expert_statisticstYxB::before {
    background: repeating-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.1),
        rgba(255, 255, 255, 0.1) 2px,
        transparent 2px,
        transparent 10px
    );
    width: 200%;
    left: -50%;
    height: 200%;
    animation: movePattern 20s linear infinite;
    top: -50%;
    content: "";
    position: absolute;
}@keyframes movePattern {
    0% { transform: rotate(0) scale(1); }
    100% { transform: rotate(360deg) scale(1.2); }
}

.statistical_reportRSUe .expert_statisticstYxB svg {
    fill: #ffffff;
    z-index: 1;
    width: 120px;
    position: relative;
    height: 120px;
}.statistical_reportRSUe .expert_statisticstYxB svg path {
    fill: #ffffff;
}.statistical_reportRSUe .statistics_perksuThD {
    font-weight: 700;
    max-width: 250px;
    font-size: 28px;
    letter-spacing: 2px;
    margin: 0;
    text-transform: uppercase;
    top: 40px;
    z-index: 1;
    position: absolute;
    left: 40px;
}.statistical_reportRSUe .boost_statisticsnDHC {
    left: 40px;
    position: absolute;
    z-index: 1;
    font-size: 17px;
    bottom: 40px;
    max-width: 270px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
}.statistical_reportRSUe .knowledge_boostersteWh {
    background: linear-gradient(135deg, rgb(147,170,184,0.5) 0%, rgb(89,140,166,0.5) 100%);
    grid-column: 2;
    position: relative;
    flex-direction: column;
    overflow: hidden;
    display: flex;
}.statistical_reportRSUe .knowledge_boostersteWh::before {
    height: 100%;
    left: 0;
    background: 
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px) 0 0 / 20px 20px,
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px) 0 0 / 20px 20px;
    content: "";
    z-index: 0;
    width: 100%;
    position: absolute;
    top: 0;
}.statistical_reportRSUe .edu_statisticshVOP {
    position: relative;
    display: flex;
    height: 20%;
    transition: all 0.3s ease;
    padding: 0 40px 0 40px;
    align-items: center;
}.statistical_reportRSUe .edu_statisticshVOP:hover {
    background: rgba(255, 255, 255, 0.15);
}.statistical_reportRSUe .edu_statisticshVOP::after {
    bottom: 0;
    left: 40px;
    right: 40px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    height: 1px;
    content: "";
    position: absolute;
}.statistical_reportRSUe .edu_statisticshVOP:last-child::after {
    display: none;
}.statistical_reportRSUe .career_benefitsJVGx {
    background: rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
    height: 80px;
    margin-right: 30px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    display: flex;
    flex: 0 0 80px;
}.statistical_reportRSUe .edu_statisticshVOP:hover .career_benefitsJVGx {
    transform: scale(1.1);
    background: rgba(255, 255, 255, 0.3);
}.statistical_reportRSUe .career_benefitsJVGx svg {
    width: 40px;
    height: 40px;
    fill: rgb(147,170,184);
}.statistical_reportRSUe .career_benefitsJVGx svg path {
    fill: rgb(147,170,184);
}.statistical_reportRSUe .edu_statisticshVOP:nth-child(even) .career_benefitsJVGx svg,
.statistical_reportRSUe .edu_statisticshVOP:nth-child(even) .career_benefitsJVGx svg path {
    fill: rgb(89,140,166);
}.statistical_reportRSUe .edu_statisticshVOP span {
    font-size: calc(28px * 1.3);
    font-weight: 700;
    margin-right: 20px;
    min-width: 100px;
}.statistical_reportRSUe .edu_statisticshVOP p {
    flex: 1;
    font-size: 17px;
    margin: 0;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.7);
}

@media screen and (max-width: 1200px) {.statistical_reportRSUe .fast_gainWimB {
    height: 550px;
    grid-template-columns: 300px 1fr;
}.statistical_reportRSUe .statistics_perksuThD {
    top: 30px;
    max-width: 240px;
    left: 30px;
    font-size: 28px;
}.statistical_reportRSUe .boost_statisticsnDHC {
    max-width: 240px;
    bottom: 30px;
    left: 30px;
}.statistical_reportRSUe .expert_statisticstYxB svg {
    width: 100px;
    height: 100px;
}.statistical_reportRSUe .edu_statisticshVOP {
    padding: 0 30px;
}.statistical_reportRSUe .edu_statisticshVOP::after {
    right: 30px;
    left: 30px;
}.statistical_reportRSUe .career_benefitsJVGx {
    height: 70px;
    margin-right: 25px;
    flex: 0 0 70px;
}.statistical_reportRSUe .career_benefitsJVGx svg {
    width: 35px;
    height: 35px;
}.statistical_reportRSUe .edu_statisticshVOP span {
    min-width: 90px;
    font-size: calc(28px * 1.2);
}
}

@media screen and (max-width: 992px) {.statistical_reportRSUe {
    padding: 80px 0;
}.statistical_reportRSUe .fast_gainWimB {
    grid-template-rows: auto 1fr;
    grid-template-columns: 1fr;
    height: auto;
}.statistical_reportRSUe .expert_statisticstYxB {
    height: 200px;
    grid-row: 1;
    padding: 30px;
}.statistical_reportRSUe .statistics_perksuThD {
    text-align: center;
    font-size: 28px;
    top: auto;
    margin-bottom: 15px;
    position: relative;
    max-width: 100%;
    left: auto;
}.statistical_reportRSUe .boost_statisticsnDHC {
    position: relative;
    left: auto;
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
    bottom: auto;
}.statistical_reportRSUe .expert_statisticstYxB svg {
    opacity: 0.2;
    transform: translateY(-50%);
    right: 30px;
    top: 50%;
    width: 150px;
    height: 150px;
    position: absolute;
}.statistical_reportRSUe .knowledge_boostersteWh {
    grid-row: 2;
}.statistical_reportRSUe .edu_statisticshVOP {
    padding: 20px 30px;
    height: auto;
}
}

@media screen and (max-width: 768px) {.statistical_reportRSUe {
    padding: 60px 0;
}.statistical_reportRSUe .expert_statisticstYxB {
    height: 180px;
    padding: 20px;
}.statistical_reportRSUe .statistics_perksuThD {
    font-size: calc(28px * 0.9);
}.statistical_reportRSUe .boost_statisticsnDHC {
    font-size: calc(17px * 0.95);
    max-width: 400px;
}.statistical_reportRSUe .expert_statisticstYxB svg {
    right: 20px;
    height: 120px;
    width: 120px;
}.statistical_reportRSUe .edu_statisticshVOP {
    align-items: flex-start;
    padding: 15px 20px;
    text-align: left;
    flex-direction: column;
}.statistical_reportRSUe .career_benefitsJVGx {
    margin: 0 0 15px 0;
    height: 60px;
    flex: 0 0 60px;
}.statistical_reportRSUe .career_benefitsJVGx svg {
    height: 30px;
    width: 30px;
}.statistical_reportRSUe .edu_statisticshVOP span {
    font-size: calc(28px * 1.1);
    margin: 0 0 10px 0;
}.statistical_reportRSUe .edu_statisticshVOP p {
    font-size: calc(17px * 0.9);
}.statistical_reportRSUe .edu_statisticshVOP::after {
    left: 20px;
    right: 20px;
}
}

@media screen and (max-width: 576px) {.statistical_reportRSUe .expert_statisticstYxB {
    height: 160px;
}.statistical_reportRSUe .statistics_perksuThD {
    font-size: calc(28px * 0.8);
}.statistical_reportRSUe .boost_statisticsnDHC {
    font-size: calc(17px * 0.9);
}.statistical_reportRSUe .expert_statisticstYxB svg {
    width: 100px;
    height: 100px;
}.statistical_reportRSUe .career_benefitsJVGx {
    height: 50px;
    flex: 0 0 50px;
}.statistical_reportRSUe .career_benefitsJVGx svg {
    height: 25px;
    width: 25px;
}}.get_updatesZLjI {
    position: relative;
    overflow: hidden;
    font-family: Arial, sans-serif;
    padding: 6rem 2rem;
    background: rgb(201,208,212);
}.get_updatesZLjI::before {
    z-index: 0;
    height: 100%;
    width: 100%;
    background: 
        linear-gradient(0deg, transparent 40%, rgb(147,170,184,0.5) 100%),
        repeating-linear-gradient(-45deg, rgb(89,140,166,0.5) 0, rgb(89,140,166,0.5) 2px, transparent 2px, transparent 8px);
    animation: movePattern 20s linear infinite;
    top: 0;
    left: 0;
    content: "";
    position: absolute;
}.get_updatesZLjI .guide_approachRbFA {
    position: relative;
    max-width: 1200px;
    z-index: 1;
    display: flex;
    margin: 0 auto;
    transform-style: preserve-3d;
    perspective: 1000px;
    justify-content: center;
}.get_updatesZLjI .inquiry_messagebxBt {
    padding: 0;
    transform: translateZ(0);
    display: flex;
    position: relative;
    max-width: 500px;
    align-items: flex-start;
    width: 90%;
    flex-direction: column;
}.get_updatesZLjI h3 {
    text-align: center;
    padding: 1.5rem 2rem;
    background: #ffffff;
    position: relative;
    width: 80%;
    font-weight: 700;
    box-shadow: 0 -15px 25px rgba(0, 0, 0, 0.1);
    z-index: 3;
    align-self: center;
    border-radius: 21px 21px 0 0;
    transform: translateY(0) translateZ(30px);
    color: #000000;
    font-size: 37px;
    margin-bottom: 2rem;
}.get_updatesZLjI h3::after {
    content: "";
    height: 20px;
    width: 100%;
    bottom: -20px;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    background: #ffffff;
    left: 0;
    position: absolute;
}.get_updatesZLjI .input_holder {
    transform: translateY(-3rem) translateZ(0);
    display: flex;
    border-radius: 21px;
    flex-direction: column;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
    background: rgb(89,140,166,0.5);
    padding: 4rem 2rem 2rem;
    z-index: 2;
    width: 100%;
    position: relative;
}.get_updatesZLjI input[type="email"] {
    margin-bottom: 1.5rem;
    font-size: 15px;
    border: none;
    box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.1);
    color: #000000;
    width: 100%;
    transition: all 0.3s ease;
    border-radius: 10px;
    padding: 1.5rem;
    background: #ffffff;
}.get_updatesZLjI input[type="email"]:focus {
    box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.1), 0 0 0 2px rgb(147,170,184,0.5);
    outline: none;
    transform: scale(1.02);
}.get_updatesZLjI input[type="email"]::placeholder {
    color: #000000;
    opacity: 0.7;
}.get_updatesZLjI .news_labelQbKN {
    z-index: 1;
    padding: 1.2rem;
    cursor: pointer;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    background: rgb(147,170,184);
    border: none;
    transform: translateY(50%) translateZ(20px);
    color: #ffffff;
    position: relative;
    width: 80%;
    transition: all 0.3s ease;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    align-self: center;
}.get_updatesZLjI .news_labelQbKN:hover {
    background: linear-gradient(to right, rgb(147,170,184), rgb(89,140,166));
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
    transform: translateY(40%) translateZ(30px) scale(1.05);
}.get_updatesZLjI .news_labelQbKN::before {
    width: 100%;
    border-radius: 10px;
    position: absolute;
    height: 100%;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s ease;
    left: 0;
    content: "";
    top: 0;
    background: linear-gradient(to right, rgb(147,170,184), rgb(89,140,166));
}.get_updatesZLjI .news_labelQbKN:hover::before {
    opacity: 1;
}

@keyframes movePattern {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

@media (min-width: 768px) {.get_updatesZLjI {
    padding: 8rem 3rem;
}.get_updatesZLjI h3 {
    width: 70%;
}.get_updatesZLjI .input_holder {
    padding: 5rem 3rem 3rem;
}.get_updatesZLjI .news_labelQbKN {
    width: 60%;
}
}

@media (max-width: 767px) {.get_updatesZLjI {
    padding: 5rem 1.5rem;
}.get_updatesZLjI h3 {
    padding: 1.2rem 1.5rem;
    width: 90%;
    font-size: 18px;
}.get_updatesZLjI .inquiry_messagebxBt {
    width: 100%;
}.get_updatesZLjI .input_holder {
    padding: 3rem 1.5rem 2rem;
}.get_updatesZLjI input[type="email"] {
    padding: 1.2rem;
}.get_updatesZLjI .news_labelQbKN {
    padding: 1rem;
    width: 90%;
}}.info_hubOZiz {
    isolation: isolate;
    overflow: hidden;
    background: rgb(201,208,212);
    padding: 100px 0;
    position: relative;
}.info_hubOZiz::before {
    top: 0;
    left: 0;
    transform: skewY(-5deg);
    z-index: -1;
    background: 
        linear-gradient(0deg, transparent 50%, rgb(147,170,184,0.5) 50%) 0 0 / 40px 40px,
        linear-gradient(90deg, transparent 50%, rgb(147,170,184,0.5) 50%) 0 0 / 40px 40px;
    height: 100%;
    opacity: 0.15;
    content: "";
    width: 100%;
    position: absolute;
}.info_hubOZiz::after {
    z-index: -2;
    height: 80%;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    content: "";
    opacity: 0.1;
    top: -20%;
    filter: blur(80px);
    position: absolute;
    background: rgb(89,140,166,0.5);
    animation: blobMovement 20s ease-in-out infinite alternate;
    width: 60%;
    right: -10%;
}@keyframes blobMovement {
    0% {
        border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
        transform: rotate(0deg);
    }
    50% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
        transform: rotate(180deg);
    }
    100% {
        border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
        transform: rotate(360deg);
    }
}
.info_hubOZiz .container {
    z-index: 1;
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
}.info_hubOZiz .instant_requestzTjx {
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
    border-radius: 14px;
    position: relative;
    display: grid;
    gap: 40px;
    grid-template-columns: 1fr 1fr;
    background: #ffffff;
    overflow: hidden;
}.info_hubOZiz .instant_requestzTjx::before {
    width: 100%;
    left: 0;
    content: "";
    height: 5px;
    position: absolute;
    background: linear-gradient(90deg, rgb(147,170,184), rgb(89,140,166));
    z-index: 1;
    top: 0;
}.info_hubOZiz .instant_requestzTjx::after {
    left: 0;
    opacity: 0.05;
    z-index: 0;
    content: "";
    width: 100%;
    bottom: 0;
    position: absolute;
    background: radial-gradient(circle at bottom right, rgb(147,170,184,0.5) 0%, transparent 60%);
    height: 100%;
}.info_hubOZiz h3 {
    grid-column: 1 / -1;
    font-size: 34px;
    position: relative;
    font-weight: 700;
    border-left: 4px solid rgb(89,140,166);
    color: rgb(147,170,184);
    margin: 40px 40px 20px;
    padding-left: 18px;
}.info_hubOZiz h3 svg {
    fill: rgb(147,170,184);
    margin-right: 10px;
    filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.1));
    vertical-align: middle;
    stroke-width: 0.5;
    height: 28px;
    stroke: rgb(89,140,166);
    animation: pulseIcon 3s ease-in-out infinite;
    width: 28px;
    transform-origin: center;
}@keyframes pulseIcon {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.8;
    }
}
.info_hubOZiz h3 svg path {
    transition: all 0.3s ease;
    fill-opacity: 0.9;
}.info_hubOZiz .reach_teamDfoh {
    position: relative;
    line-height: 1.8;
    font-size: 16px;
    grid-column: 1 / -1;
    margin: 0 40px 30px;
    color: #000000;
}.info_hubOZiz .query_formEtSk {
    z-index: 2;
    padding: 0 40px 40px;
    flex-direction: column;
    grid-column: span 2;
    position: relative;
    display: flex;
    gap: 20px;
}.info_hubOZiz .query_formEtSk::before {
    width: 50px;
    content: "";
    height: 3px;
    border-radius: 10px;
    top: -10px;
    background: rgb(147,170,184);
    position: absolute;
    left: 40px;
}.info_hubOZiz .query_formEtSk span {
    display: flex;
    background: rgb(201,208,212);
    overflow: hidden;
    align-items: center;
    padding: 15px 20px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
    border-radius: 10px;
    position: relative;
}.info_hubOZiz .query_formEtSk span::before {
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0.7;
    transition: width 0.3s ease;
    width: 3px;
    height: 100%;
    content: "";
    background: linear-gradient(to bottom, rgb(147,170,184), rgb(89,140,166));
}.info_hubOZiz .query_formEtSk span:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    transform: translateX(8px);
}.info_hubOZiz .query_formEtSk span:hover::before {
    width: 5px;
}.info_hubOZiz .query_formEtSk span svg {
    fill: rgb(147,170,184);
    margin: 0 12px;
    flex-shrink: 0;
    filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.1));
    width: 22px;
    height: 22px;
    transition: all 0.3s ease;
    stroke-width: 0.8;
    stroke: rgb(147,170,184);
}.info_hubOZiz .query_formEtSk span:hover svg {
    transform: translateY(-2px) scale(1.1);
    fill: rgb(89,140,166);
}.info_hubOZiz .query_formEtSk span svg path {
    transition: all 0.5s ease;
    stroke-dasharray: 100;
    stroke-dashoffset: 0;
}.info_hubOZiz .query_formEtSk span:hover svg path {
    stroke-dashoffset: 100;
}.info_hubOZiz .query_formEtSk span p {
    margin: 0;
    font-weight: 600;
    color: #000000;
    flex: 1;
}.info_hubOZiz .query_formEtSk span span {
    padding: 0;
    background: transparent;
    box-shadow: none;
    margin-left: 5px;
    display: inline;
    color: rgb(147,170,184);
    font-weight: 400;
    border-radius: 0;
}.info_hubOZiz .query_formEtSk span span::before {
    display: none;
}.info_hubOZiz .query_formEtSk span span a {
    position: relative;
    display: inline-flex;
    text-decoration: none;
    color: rgb(147,170,184);
    transition: all 0.3s ease;
    align-items: center;
}.info_hubOZiz .query_formEtSk span span a svg {
    stroke: rgb(147,170,184);
    opacity: 0.8;
    fill: rgb(147,170,184);
    height: 16px;
    width: 16px;
    margin-right: 5px;
    stroke-width: 0.5;
    transition: all 0.3s ease;
}.info_hubOZiz .query_formEtSk span span a:hover svg {
    transform: rotate(15deg);
    opacity: 1;
    stroke: rgb(89,140,166);
    fill: rgb(89,140,166);
}.info_hubOZiz .query_formEtSk span span a::after {
    content: "";
    bottom: -2px;
    transition: width 0.3s ease;
    width: 0;
    left: 0;
    height: 1px;
    background: rgb(147,170,184);
    position: absolute;
}.info_hubOZiz .query_formEtSk span span a:hover {
    color: rgb(89,140,166);
}.info_hubOZiz .query_formEtSk span span a:hover::after {
    background: rgb(89,140,166);
    width: 100%;
}.info_hubOZiz .inquire_nowEDUa {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
    grid-row: 3 / 4;
    border-radius: 10px;
    position: relative;
    padding: 30px;
    background: linear-gradient(145deg, rgb(201,208,212), rgba(255, 255, 255, 0.9));
    overflow: hidden;
    grid-column: 2 / 3;
}.info_hubOZiz .inquire_nowEDUa::before {
    height: 4px;
    top: 0;
    width: 100%;
    opacity: 0.8;
    background: rgb(89,140,166);
    content: "";
    left: 0;
    position: absolute;
}.info_hubOZiz .inquire_nowEDUa::after {
    width: 30px;
    content: "";
    opacity: 0.3;
    top: 0;
    right: 0;
    position: absolute;
    background: rgb(89,140,166,0.5);
    height: 30px;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
}.info_hubOZiz .inquire_nowEDUa h4 {
    font-weight: 600;
    align-items: center;
    color: rgb(147,170,184);
    position: relative;
    display: inline-flex;
    font-size: 18px;
    margin-bottom: 20px;
}.info_hubOZiz .inquire_nowEDUa h4 svg {
    fill: rgb(89,140,166);
    stroke: rgb(147,170,184);
    width: 24px;
    height: 24px;
    animation: clockRotate 8s linear infinite;
    margin-right: 8px;
    stroke-width: 0.5;
}@keyframes clockRotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.info_hubOZiz .inquire_nowEDUa h4 svg path {
    transition: all 0.3s ease;
}.info_hubOZiz .inquire_nowEDUa h4::after {
    background: rgb(147,170,184);
    bottom: -5px;
    content: "";
    position: absolute;
    left: 0;
    transition: width 0.3s ease;
    height: 2px;
    width: 30px;
}.info_hubOZiz .inquire_nowEDUa:hover h4::after {
    width: 100%;
}.info_hubOZiz .inquire_nowEDUa span {
    align-items: center;
    transition: all 0.3s ease;
    display: flex;
    color: #000000;
    padding: 8px;
    font-size: 16px;
    margin-bottom: 10px;
    border-bottom: 1px dashed rgb(147,170,184,0.5);
}.info_hubOZiz .inquire_nowEDUa span svg {
    stroke: rgb(201,208,212);
    margin-right: 10px;
    fill: rgb(147,170,184);
    height: 18px;
    stroke-width: 0.5;
    transform-origin: center;
    width: 18px;
    transition: all 0.3s ease;
    opacity: 0.7;
}.info_hubOZiz .inquire_nowEDUa span:hover svg {
    opacity: 1;
    fill: rgb(89,140,166);
    transform: rotate(10deg) scale(1.1);
}.info_hubOZiz .inquire_nowEDUa span svg path {
    transition: all 0.3s ease;
    fill-opacity: 0.8;
}.info_hubOZiz .inquire_nowEDUa span:hover svg path {
    fill-opacity: 1;
}.info_hubOZiz .inquire_nowEDUa span:last-child {
    border-bottom: none;
}.info_hubOZiz .inquire_nowEDUa span:hover {
    transform: translateX(8px);
    color: rgb(147,170,184);
}
@media (max-width: 991px) {.info_hubOZiz {
    padding: 70px 0;
}.info_hubOZiz .instant_requestzTjx {
    grid-template-columns: 1fr;
    gap: 20px;
}.info_hubOZiz h3 {
    margin: 30px 30px 15px;
    font-size: calc(34px - 0.2rem);
}.info_hubOZiz h3 svg {
    height: 24px;
    width: 24px;
}.info_hubOZiz .reach_teamDfoh {
    margin: 0 30px 25px;
}.info_hubOZiz .query_formEtSk {
    padding: 0 30px 20px;
}.info_hubOZiz .query_formEtSk span svg {
    height: 20px;
    margin-right: 10px;
    width: 20px;
}.info_hubOZiz .inquire_nowEDUa {
    grid-row: auto;
    margin: 0 30px 30px;
    grid-column: 1 / 2;
}.info_hubOZiz .inquire_nowEDUa h4 svg {
    width: 22px;
    height: 22px;
}.info_hubOZiz .inquire_nowEDUa span svg {
    width: 16px;
    height: 16px;
}
}
@media (max-width: 767px) {.info_hubOZiz {
    padding: 50px 0;
}.info_hubOZiz .instant_requestzTjx {
    gap: 15px;
}.info_hubOZiz h3 {
    margin: 25px 25px 15px;
    font-size: calc(34px - 0.3rem);
}.info_hubOZiz h3 svg {
    height: 22px;
    margin-right: 8px;
    width: 22px;
}.info_hubOZiz .reach_teamDfoh {
    margin: 0 25px 20px;
}.info_hubOZiz .query_formEtSk {
    padding: 0 25px 15px;
}.info_hubOZiz .query_formEtSk::before {
    left: 25px;
}.info_hubOZiz .inquire_nowEDUa {
    margin: 0 25px 25px;
    padding: 25px;
}.info_hubOZiz .inquire_nowEDUa h4 svg {
    height: 20px;
    width: 20px;
}
}
@media (max-width: 480px) {.info_hubOZiz {
    padding: 40px 0;
}.info_hubOZiz .container {
    padding: 0 15px;
}.info_hubOZiz .instant_requestzTjx {
    gap: 10px;
}.info_hubOZiz h3 {
    margin: 20px 20px 15px;
    font-size: calc(34px - 0.4rem);
}.info_hubOZiz h3 svg {
    width: 20px;
    height: 20px;
    margin-right: 6px;
}.info_hubOZiz .reach_teamDfoh {
    margin: 0 20px 20px;
}.info_hubOZiz .query_formEtSk {
    padding: 0 20px 15px;
}.info_hubOZiz .query_formEtSk::before {
    left: 20px;
}.info_hubOZiz .query_formEtSk span {
    padding: 12px 15px;
}.info_hubOZiz .query_formEtSk span svg {
    margin-right: 8px;
    width: 18px;
    height: 18px;
}.info_hubOZiz .query_formEtSk span span a svg {
    height: 14px;
    margin-right: 4px;
    width: 14px;
}.info_hubOZiz .inquire_nowEDUa {
    margin: 0 20px 20px;
    padding: 20px;
}.info_hubOZiz .inquire_nowEDUa span {
    padding: 6px 0;
}.info_hubOZiz .inquire_nowEDUa h4 svg {
    margin-right: 6px;
    width: 18px;
    height: 18px;
}.info_hubOZiz .inquire_nowEDUa span svg {
    margin-right: 8px;
    width: 14px;
    height: 14px;
}}.instructional_approachlhPp {
    background: linear-gradient(135deg, rgb(201,208,212) 0%, rgba(245, 247, 252, 0.97) 100%);
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}.instructional_approachlhPp::before {
    background-size: 20px 20px;
    top: 0;
    position: absolute;
    z-index: 1;
    width: 100%;
    content: "";
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    pointer-events: none;
    left: 0;
    height: 100%;
    background-image: 
        linear-gradient(45deg, rgba(var(--primary-color-rgb), 0.03) 25%, transparent 25%),
        linear-gradient(-45deg, rgba(var(--primary-color-rgb), 0.03) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgba(var(--primary-color-rgb), 0.03) 75%),
        linear-gradient(-45deg, transparent 75%, rgba(var(--primary-color-rgb), 0.03) 75%);
}.instructional_approachlhPp::after {
    position: absolute;
    height: 70%;
    z-index: 0;
    top: -5%;
    right: -10%;
    width: 40%;
    transform: rotate(-15deg) skewX(15deg);
    content: "";
    filter: blur(20px);
    animation: floatBackground 15s ease-in-out infinite alternate;
    background: linear-gradient(145deg, rgba(var(--primary-color-rgb), 0.15) 0%, rgba(var(--secondary-color-rgb), 0.07) 100%);
}.instructional_approachlhPp .guide_approachRbFA {
    max-width: 1200px;
    z-index: 5;
    padding: 0 30px;
    position: relative;
    margin: 0 auto;
    transform: perspective(1000px) rotateX(2deg);
}.instructional_approachlhPp h2 {
    transform: translateX(-5px);
    position: relative;
    color: #000000;
    padding-bottom: 15px;
    opacity: 0;
    margin-bottom: 40px;
    animation: slideInTitle 0.8s 0.2s forwards cubic-bezier(0.17, 0.67, 0.28, 1.12);
    font-weight: 700;
    font-size: 36px;
}.instructional_approachlhPp h2::before {
    background: linear-gradient(90deg, rgb(147,170,184) 0%, rgb(89,140,166) 100%);
    width: 0;
    bottom: 0;
    height: 3px;
    content: "";
    left: 0;
    animation: growLine 1.2s 0.7s forwards cubic-bezier(0.17, 0.67, 0.28, 1.12);
    position: absolute;
}.instructional_approachlhPp h2::after {
    content: "";
    bottom: -15px;
    border-radius: 10px;
    z-index: -1;
    position: absolute;
    background: linear-gradient(135deg, rgb(147,170,184,0.5) 0%, transparent 70%);
    width: 40px;
    height: 40px;
    left: 0;
    transform: rotate(45deg) translateX(25px);
    opacity: 0.5;
}.instructional_approachlhPp .note_holderDjJP {
    backdrop-filter: blur(10px);
    animation: slideInContent 1s 0.5s forwards cubic-bezier(0.17, 0.67, 0.28, 1.12);
    transition: transform 0.5s ease;
    transform: translateY(20px) translateX(5px) rotate(-1deg);
    opacity: 0;
    padding: 35px 40px;
    border-left: 4px solid rgb(147,170,184);
    position: relative;
    box-shadow: 
        -15px 15px 30px rgba(var(--dark-color-rgb), 0.05),
        5px -5px 30px rgba(var(--dark-color-rgb), 0.02);
    background: rgba(var(--white-color-rgb), 0.95);
    margin-left: 20px;
}.instructional_approachlhPp .note_holderDjJP:hover {
    transform: translateY(0) translateX(0) rotate(0) scale(1.01);
    box-shadow: 
        -20px 20px 40px rgba(var(--dark-color-rgb), 0.07),
        10px -10px 40px rgba(var(--dark-color-rgb), 0.03);
}.instructional_approachlhPp .note_holderDjJP::before {
    left: -20px;
    opacity: 0.2;
    height: 40px;
    border-radius: 0 50% 50% 50%;
    background: linear-gradient(135deg, rgb(89,140,166) 0%, transparent 100%);
    top: 20px;
    position: absolute;
    content: "";
    width: 40px;
    z-index: -1;
}.instructional_approachlhPp .note_holderDjJP::after {
    content: "";
    position: absolute;
    width: 70%;
    background: linear-gradient(90deg, transparent 0%, rgba(var(--dark-color-rgb), 0.06) 100%);
    right: 30px;
    bottom: -10px;
    z-index: -2;
    filter: blur(5px);
    height: 10px;
}.instructional_approachlhPp p {
    animation: fadeInText 1s 0.9s forwards ease-out;
    line-height: 1.8;
    font-size: 17px;
    opacity: 0;
    color: #000000;
    transform: translateY(10px);
    margin: 0;
}.instructional_approachlhPp p::first-letter {
    color: rgb(147,170,184);
    font-size: 1.2em;
    font-weight: 600;
}

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

@keyframes growLine {
    0% {
        width: 0;
    }
    100% {
        width: 80px;
    }
}

@keyframes slideInContent {
    0% {
        transform: translateY(50px) translateX(5px) rotate(-1deg);
        opacity: 0;
    }
    100% {
        transform: translateY(0) translateX(0) rotate(0);
        opacity: 1;
    }
}

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

@keyframes floatBackground {
    0% {
        transform: rotate(-15deg) skewX(15deg) translate(0, 0);
    }
    100% {
        transform: rotate(-12deg) skewX(12deg) translate(15px, 15px);
    }
}

@media (max-width: 1100px) {.instructional_approachlhPp {
    padding: 100px 0;
}.instructional_approachlhPp h2 {
    margin-bottom: 30px;
    font-size: calc(36px * 0.9);
}.instructional_approachlhPp .note_holderDjJP {
    padding: 30px 35px;
}
}

@media (max-width: 767px) {.instructional_approachlhPp {
    padding: 80px 0;
}.instructional_approachlhPp::after {
    right: -20%;
    top: -10%;
    height: 40%;
    width: 60%;
}.instructional_approachlhPp .guide_approachRbFA {
    padding: 0 20px;
    transform: perspective(1000px) rotateX(1deg);
}.instructional_approachlhPp h2 {
    margin-bottom: 25px;
    font-size: calc(36px * 0.85);
}.instructional_approachlhPp .note_holderDjJP {
    padding: 25px 20px;
    margin-left: 10px;
}.instructional_approachlhPp p {
    line-height: 1.7;
    font-size: calc(17px * 0.95);
}
}

@media (max-width: 480px) {.instructional_approachlhPp {
    padding: 60px 0;
}.instructional_approachlhPp .guide_approachRbFA {
    transform: none;
    padding: 0 15px;
}.instructional_approachlhPp h2 {
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: calc(36px * 0.75);
}.instructional_approachlhPp h2::before {
    height: 2px;
}.instructional_approachlhPp .note_holderDjJP {
    border-left-width: 3px;
    padding: 20px 15px;
    margin-left: 0;
}.instructional_approachlhPp .note_holderDjJP::before {
    height: 20px;
    left: -10px;
    width: 20px;
    top: 10px;
}.instructional_approachlhPp p {
    line-height: 1.6;
    font-size: calc(17px * 0.9);
}}.our_teamvMiU {
    background: rgb(201,208,212);
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}.our_teamvMiU::before {
    opacity: 0.35;
    position: absolute;
    content: "";
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    background: linear-gradient(135deg, rgb(147,170,184,0.5) 0%, transparent 50%);
    left: 0;
}.our_teamvMiU::after {
    right: 0;
    background: radial-gradient(circle at 70% 30%, rgb(89,140,166,0.5) 0%, transparent 70%);
    z-index: 1;
    height: 100%;
    width: 60%;
    position: absolute;
    top: 0;
    content: "";
}.our_teamvMiU .container {
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    max-width: 1200px;
    z-index: 2;
}.our_teamvMiU .guide_approachRbFA {
    display: flex;
    align-items: center;
    gap: 60px;
    position: relative;
    flex-direction: row-reverse;
}.our_teamvMiU .guide_approachRbFA::before {
    z-index: -1;
    border-radius: 50%;
    right: -100px;
    animation: pulse 8s infinite alternate;
    background: rgb(147,170,184,0.5);
    height: 200px;
    position: absolute;
    content: "";
    width: 200px;
    top: -80px;
    filter: blur(80px);
}.our_teamvMiU .guide_approachRbFA::after {
    background: rgb(89,140,166,0.5);
    border-radius: 50%;
    height: 150px;
    content: "";
    left: -70px;
    position: absolute;
    bottom: -50px;
    z-index: -1;
    filter: blur(60px);
    animation: pulse 6s infinite alternate-reverse;
    width: 150px;
}@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.6;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.8;
    }
    100% {
        transform: scale(1);
        opacity: 0.6;
    }
}

.our_teamvMiU .skill_programtZRe {
    transition: transform 0.6s ease;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
    transform: perspective(1000px) rotateY(5deg);
    flex: 0 0 35%;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.1);
}.our_teamvMiU .skill_programtZRe:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-10px);
}.our_teamvMiU .skill_programtZRe::before {
    animation: border-pulse 4s infinite alternate;
    content: "";
    top: -10px;
    right: -10px;
    position: absolute;
    left: -10px;
    bottom: -10px;
    z-index: -1;
    border: 1px solid rgb(89,140,166,0.5);
    border-radius: 12px;
}@keyframes border-pulse {
    0% {
        transform: scale(1);
        opacity: 0.3;
    }
    100% {
        transform: scale(1.05);
        opacity: 0.7;
    }
}

.our_teamvMiU .img_cardZadx {
    height: 380px;
    overflow: hidden;
    position: relative;
}.our_teamvMiU .img_cardZadx::after {
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 50%;
    background: linear-gradient(to top, #000000, transparent);
    content: "";
    left: 0;
    z-index: 1;
}.our_teamvMiU .why_trustNcQG {
    padding: 20px 25px;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.1);
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}.our_teamvMiU .learn_trackIzfd {
    font-weight: 700;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    font-size: calc(22px - 2px);
    margin: 0 0 8px;
}.our_teamvMiU .study_proFaQr {
    color: #ffffff;
    font-weight: 300;
    opacity: 0.9;
    font-size: 13px;
    margin: 0;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}.our_teamvMiU .note_holderDjJP {
    flex: 1;
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(5px);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.05);
    padding: 40px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}.our_teamvMiU .note_holderDjJP::before {
    opacity: 0.15;
    content: "";
    position: absolute;
    z-index: -1;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(135deg, rgb(147,170,184,0.5) 0%, transparent 100%);
}.our_teamvMiU .note_holderDjJP::after {
    animation: float 15s infinite linear;
    opacity: 0.8;
    z-index: -1;
    position: absolute;
    height: 200px;
    background: radial-gradient(circle, rgb(89,140,166,0.5) 0%, transparent 70%);
    right: -50%;
    content: "";
    top: -50%;
    width: 200px;
}@keyframes float {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }
    50% {
        transform: translate(-30px, 30px) rotate(180deg);
    }
    100% {
        transform: translate(0, 0) rotate(360deg);
    }
}

.our_teamvMiU .knowledge_learningiKNw {
    gap: 15px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
}.our_teamvMiU .knowledge_learningiKNw svg {
    height: 48px;
    width: 48px;
    transition: transform 0.4s ease, filter 0.4s ease;
    fill: rgb(147,170,184);
    filter: drop-shadow(0 2px 10px rgb(147,170,184,0.5));
}.our_teamvMiU .knowledge_learningiKNw:hover svg {
    transform: scale(1.1) rotate(5deg);
    filter: drop-shadow(0 5px 15px rgb(147,170,184));
}.our_teamvMiU .knowledge_learningiKNw svg path {
    transition: fill 0.3s ease;
}.our_teamvMiU .knowledge_learningiKNw:hover svg path {
    fill: rgb(89,140,166);
}.our_teamvMiU .knowledge_learningiKNw {
    text-transform: uppercase;
    font-size: calc(22px - 1px);
    font-weight: 600;
    letter-spacing: 1px;
    color: rgb(147,170,184);
}.our_teamvMiU h2 {
    position: relative;
    font-size: 33px;
    margin: 0 0 25px;
    color: #000000;
    font-weight: 700;
    padding-bottom: 15px;
}.our_teamvMiU h2::after {
    height: 3px;
    position: absolute;
    width: 80px;
    border-radius: 10px;
    content: "";
    bottom: 0;
    left: 0;
    background: rgb(147,170,184);
}.our_teamvMiU p {
    line-height: 1.8;
    z-index: 2;
    margin: 0;
    font-size: 13px;
    position: relative;
    color: #000000;
}

@media (max-width: 1024px) {.our_teamvMiU {
    padding: 90px 0;
}.our_teamvMiU .guide_approachRbFA {
    gap: 40px;
}.our_teamvMiU .skill_programtZRe {
    flex: 0 0 40%;
}.our_teamvMiU .img_cardZadx {
    height: 350px;
}.our_teamvMiU .note_holderDjJP {
    padding: 30px;
}
}

@media (max-width: 768px) {.our_teamvMiU {
    padding: 70px 0;
}.our_teamvMiU .guide_approachRbFA {
    flex-direction: column;
    gap: 50px;
}.our_teamvMiU .skill_programtZRe {
    margin: 0 auto;
    transform: perspective(1000px) rotateY(0);
    width: 80%;
    max-width: 350px;
}.our_teamvMiU .skill_programtZRe:hover {
    transform: perspective(1000px) rotateY(0) translateY(-5px);
}.our_teamvMiU .img_cardZadx {
    height: 320px;
}.our_teamvMiU .note_holderDjJP {
    padding: 30px 25px;
    width: 100%;
}.our_teamvMiU h2 {
    font-size: calc(33px - 4px);
}
}

@media (max-width: 576px) {.our_teamvMiU {
    padding: 60px 0;
}.our_teamvMiU::before,
    .our_teamvMiU::after {
    opacity: 0.25;
}.our_teamvMiU .skill_programtZRe {
    width: 100%;
}.our_teamvMiU .img_cardZadx {
    height: 280px;
}.our_teamvMiU .why_trustNcQG {
    padding: 15px 20px;
}.our_teamvMiU .learn_trackIzfd {
    font-size: calc(22px + 1px);
}.our_teamvMiU .note_holderDjJP {
    padding: 25px 20px;
}.our_teamvMiU .knowledge_learningiKNw svg {
    width: 40px;
    height: 40px;
}.our_teamvMiU .knowledge_learningiKNw {
    margin-bottom: 20px;
    font-size: 13px;
}.our_teamvMiU h2 {
    padding-bottom: 12px;
    font-size: calc(33px - 6px);
    margin-bottom: 20px;
}.our_teamvMiU h2::after {
    width: 60px;
    height: 2px;
}.our_teamvMiU p {
    font-size: calc(13px - 1px);
    line-height: 1.7;
}}.offer_cardBPhU {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    color: #ffffff;
}.offer_cardBPhU::before {
    content: "";
    height: 100%;
    top: 0;
    z-index: 1;
    width: 100%;
    left: 0;
    position: absolute;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.7) 100%);
}.offer_cardBPhU .container {
    z-index: 2;
    margin: 0 auto;
    position: relative;
    padding: 0 15px;
    max-width: 1200px;
}.offer_cardBPhU .package_ratesImTZ {
    position: relative;
}.offer_cardBPhU h2 {
    position: relative;
    font-size: calc(38px * 1.2);
    margin-bottom: 20px;
    font-weight: 700;
    animation: fadeInUp 0.8s forwards 0.3s;
    color: #ffffff;
    opacity: 0;
    text-align: center;
    transform: translateY(10px);
}.offer_cardBPhU .fee_planOVSJ {
    text-align: center;
    color: rgb(255, 255, 255, 0.5);
    font-size: calc(15px * 1.1);
    max-width: 700px;
    margin: 0 auto 40px;
    transform: translateY(10px);
    opacity: 0;
    animation: fadeInUp 0.8s forwards 0.5s;
    line-height: 1.6;
}.offer_cardBPhU .payment_plansCQI {
    margin: 0;
    list-style: none;
    padding: 0;
    gap: 30px;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    display: grid;
}.offer_cardBPhU .payment_plansCQI li {
    animation-delay: calc(0.6s + (0.15s * var(--i, 0)));
    height: 100%;
    animation: fadeInUp 0.8s forwards;
    transform: translateY(20px);
    opacity: 0;
}.offer_cardBPhU .payment_plansCQI li:nth-child(1) {
    --i: 1;
}.offer_cardBPhU .payment_plansCQI li:nth-child(2) {
    --i: 2;
}.offer_cardBPhU .payment_plansCQI li:nth-child(3) {
    --i: 3;
}.offer_cardBPhU .payment_plansCQI li:nth-child(4) {
    --i: 4;
}.offer_cardBPhU .learning_costdynT {
    height: 100%;
    display: block;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-decoration: none;
    color: inherit;
}.offer_cardBPhU .learning_costdynT:hover {
    transform: translateY(-10px);
}.offer_cardBPhU .class_dealsUcuJ {
    border: 1px solid rgba(255,255,255,0.1);
    background: linear-gradient(145deg, 
        rgba(255,255,255,0.03) 0%, 
        rgba(255,255,255,0.08) 100%);
    overflow: hidden;
    position: relative;
    transition: all 0.4s ease;
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    border-radius: 3px;
    border-left: 3px solid rgb(147,170,184);
    height: 100%;
    padding: 30px;
}.offer_cardBPhU .learning_costdynT:hover .class_dealsUcuJ {
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
    background: linear-gradient(145deg, 
        rgba(255,255,255,0.05) 0%, 
        rgba(255,255,255,0.1) 100%);
}.offer_cardBPhU .class_dealsUcuJ::before {
    background: linear-gradient(to right, 
        rgb(147,170,184), 
        rgb(89,140,166));
    position: absolute;
    transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    left: 0;
    top: 0;
    height: 5px;
    width: 100%;
    transform: scaleX(0);
    content: "";
    transform-origin: left;
}.offer_cardBPhU .learning_costdynT:hover .class_dealsUcuJ::before {
    transform: scaleX(1);
}.offer_cardBPhU .payment_pricingGfAE {
    display: flex;
    flex-direction: column;
    height: 100%;
}.offer_cardBPhU .payment_pricingGfAE h4 {
    font-weight: 700;
    font-size: calc(22px * 1.1);
    margin: 0 0 20px;
    padding-bottom: 15px;
    color: #ffffff;
    position: relative;
}.offer_cardBPhU .payment_pricingGfAE h4::after {
    left: 0;
    height: 3px;
    width: 40px;
    bottom: 0;
    transition: width 0.4s ease;
    content: "";
    background: rgb(147,170,184);
    position: absolute;
}.offer_cardBPhU .learning_costdynT:hover .payment_pricingGfAE h4::after {
    width: 60px;
}.offer_cardBPhU .payment_pricingGfAE p {
    line-height: 1.6;
    color: rgb(255, 255, 255, 0.5);
    word-break: break-word;
    overflow-wrap: break-word;
    margin: 0 0 25px;
    font-size: 15px;
    flex-grow: 1;
}.offer_cardBPhU .fee_structCMdX {
    margin-top: auto;
    font-size: calc(22px * 1.2);
    color: rgb(89,140,166);
    font-weight: 700;
    transition: color 0.3s ease;
    border-top: 1px solid rgba(255,255,255,0.1);
    display: block;
    position: relative;
    padding-top: 15px;
}.offer_cardBPhU .learning_costdynT:hover .fee_structCMdX {
    color: rgb(147,170,184);
}

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

@media (max-width: 991px) {.offer_cardBPhU {
    padding: 80px 0;
}.offer_cardBPhU h2 {
    font-size: 38px;
}.offer_cardBPhU .fee_planOVSJ {
    margin-bottom: 30px;
    font-size: 15px;
}.offer_cardBPhU .payment_plansCQI {
    gap: 20px;
}.offer_cardBPhU .class_dealsUcuJ {
    padding: 25px;
}
}

@media (max-width: 767px) {.offer_cardBPhU {
    padding: 60px 0;
}.offer_cardBPhU .payment_plansCQI {
    grid-template-columns: 1fr;
    margin: 0 auto;
    max-width: 500px;
}.offer_cardBPhU .payment_pricingGfAE h4 {
    font-size: 22px;
}.offer_cardBPhU .fee_structCMdX {
    font-size: 22px;
}
}

@media (max-width: 480px) {.offer_cardBPhU {
    padding: 50px 0;
}.offer_cardBPhU h2 {
    font-size: calc(38px * 0.9);
}.offer_cardBPhU .fee_planOVSJ {
    font-size: calc(15px * 0.9);
}.offer_cardBPhU .class_dealsUcuJ {
    padding: 20px;
}}.cookieWarningMessageEjzF {
    border-radius: 23px;
    overflow: hidden;
    font-family: Arial, sans-serif;
    bottom: 20px;
    background: #ffffff;
    transform: translateX(-50%);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    z-index: 1050;
    max-width: 500px;
    width: 90%;
    position: fixed;
    left: 50%;
}.track_manageEMGX {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
}.cookie_userWlqO {
    margin-bottom: 20px;
}.cookie_userWlqO svg, .cookie_userWlqO svg path, .cookie_userWlqO img {
    width: 60px;
    fill: rgb(147,170,184);
    height: 60px;
}.cookieWarningMessageEjzF h5 {
    color: rgb(147,170,184);
    font-size: 20px;
    margin-bottom: 10px;
    text-align: center;
    font-weight: 700;
}.cookieWarningMessageEjzF p {
    text-align: center;
    font-size: 18px;
    color: #000000;
    margin-bottom: 20px;
}.track_alertPhwB {
    margin: 5px;
    width: calc(50% - 10px);
    display: inline-block;
    padding: 10px 20px;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    text-decoration: none;
    transition: background 0.3s ease-in-out;
    color: #ffffff;
    font-size: 20px;
    background: rgb(147,170,184);
    text-align: center;
}.track_alertPhwB:hover {
    background: rgb(89,140,166);
}.cookie_button.cookie_disclaimerTUJK {
    background: rgb(89,140,166);
}.cookie_button.cookie_disclaimerTUJK:hover {
    background: rgb(89,140,166,0.5);
}.cookieWarningMessageEjzF p a {
    color: rgb(147,170,184);
    text-decoration: none;
    transition: color 0.3s ease-in-out;
}.cookieWarningMessageEjzF p a:hover {
    color: rgb(89,140,166);
}#trackingAlertPopupmjiu {
    display: none;
}#trackingAlertPopupmjiu:checked ~ .cookieWarningMessageEjzF {
    opacity: 0;
    visibility: hidden;
}.appAreahzwN {
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(147,170,184,0.5) 0%, rgb(201,208,212) 40%, rgb(89,140,166,0.5) 100%);
}.appAreahzwN::before {
    background: radial-gradient(circle at 75% 25%, rgb(255, 255, 255, 0.5) 0%, transparent 60%);
    opacity: 0.5;
    width: 100%;
    content: "";
    position: absolute;
    animation: pulse 8s infinite alternate ease-in-out;
    left: 0;
    height: 100%;
    top: 0;
    z-index: 1;
}.appAreahzwN::after {
    top: -25%;
    z-index: 0;
    height: 150%;
    animation: patternShift 20s infinite linear;
    background: repeating-linear-gradient(45deg, rgb(147,170,184,0.5) 0px, transparent 2px, transparent 10px);
    transform: rotate(-5deg);
    position: absolute;
    content: "";
    opacity: 0.04;
    width: 150%;
    left: -25%;
}.appAreahzwN .container {
    padding: 0 20px;
    max-width: 1140px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
}.appAreahzwN h2 {
    position: relative;
    animation: fadeUpIn 0.8s 0.2s forwards ease-out;
    margin-bottom: 3rem;
    transform: translateY(20px);
    font-weight: 700;
    font-family: Arial, sans-serif;
    text-align: center;
    color: #000000;
    font-size: 36px;
    opacity: 0;
}.appAreahzwN h2::after {
    background: linear-gradient(90deg, rgb(147,170,184), rgb(89,140,166));
    left: 50%;
    transform: translateX(-50%) scaleX(0);
    height: 4px;
    position: absolute;
    animation: expandLine 1.2s 0.6s forwards cubic-bezier(0.19, 1, 0.22, 1);
    bottom: -15px;
    width: 80px;
    content: "";
}.appAreahzwN .guide_approachRbFA {
    transform-origin: center top;
    position: relative;
    box-shadow: 0 15px 40px -10px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s;
    animation: fadeIn 1s 0.5s both ease-out;
    padding: 3rem;
    transform: perspective(1000px) rotateX(2deg);
    border-radius: 10px;
    background: #ffffff;
}.appAreahzwN .guide_approachRbFA::before {
    left: 50%;
    position: absolute;
    border-radius: 10px;
    content: "";
    z-index: -1;
    opacity: 0.3;
    top: -8px;
    background: linear-gradient(180deg, rgb(147,170,184,0.5) 0%, transparent 80%);
    filter: blur(12px);
    width: 95%;
    transform: translateX(-50%);
    height: 100%;
}.appAreahzwN .guide_approachRbFA:hover {
    transform: perspective(1000px) rotateX(0deg);
}.appAreahzwN ul {
    margin: 0;
    list-style: none;
    padding: 0;
    position: relative;
}.appAreahzwN ul::before {
    height: 0;
    top: 0;
    background: linear-gradient(to bottom, rgb(147,170,184), rgb(89,140,166));
    width: 4px;
    animation: growHeight 1.5s 1s forwards ease-in-out;
    content: "";
    left: -20px;
    position: absolute;
}.appAreahzwN li {
    transform: translateX(20px);
    position: relative;
    animation: slideIn 0.8s 0.8s forwards cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0;
    padding-left: 0;
}.appAreahzwN li::before {
    height: 32px;
    top: -5px;
    box-shadow: 0 5px 15px -5px rgb(89,140,166,0.5);
    transform: scale(0);
    background: linear-gradient(135deg, rgb(89,140,166) 0%, rgb(147,170,184) 100%);
    content: "";
    opacity: 0;
    width: 32px;
    left: -40px;
    position: absolute;
    animation: popIn 0.4s 1.2s forwards cubic-bezier(0.25, 1.8, 0.5, 1);
    border-radius: 50%;
}.appAreahzwN li span {
    font-size: 12px;
    position: relative;
    opacity: 0;
    line-height: 1.7;
    letter-spacing: 0.01em;
    display: block;
    animation: fadeIn 1s 1.2s forwards ease-out;
    color: #000000;
    font-family: Arial, sans-serif;
}.appAreahzwN li span::first-letter {
    font-size: 1.4em;
    font-weight: 700;
    color: rgb(147,170,184);
}

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

@keyframes expandLine {
    from {
        transform: translateX(-50%) scaleX(0);
    }
    to {
        transform: translateX(-50%) scaleX(1);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

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

@keyframes growHeight {
    from {
        height: 0;
    }
    to {
        height: 100%;
    }
}

@keyframes popIn {
    from {
        opacity: 0;
        transform: scale(0);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.5;
        transform: scale(1);
    }
    50% {
        opacity: 0.7;
        transform: scale(1.05);
    }
}

@keyframes patternShift {
    from {
        transform: rotate(-5deg) translateX(0);
    }
    to {
        transform: rotate(-5deg) translateX(100px);
    }
}

@media (max-width: 992px) {.appAreahzwN {
    padding: 5rem 0;
}.appAreahzwN h2 {
    margin-bottom: 2.5rem;
    font-size: calc(36px * 0.9);
}.appAreahzwN .guide_approachRbFA {
    padding: 2.5rem;
}
}

@media (max-width: 768px) {.appAreahzwN {
    padding: 4rem 0;
}.appAreahzwN h2 {
    font-size: calc(36px * 0.8);
    margin-bottom: 2rem;
    line-height: 1.4;
}.appAreahzwN .guide_approachRbFA {
    transform: perspective(1000px) rotateX(1deg);
    padding: 2rem;
}.appAreahzwN ul::before {
    left: -15px;
}.appAreahzwN li::before {
    width: 24px;
    left: -30px;
    height: 24px;
}
}

@media (max-width: 576px) {.appAreahzwN {
    padding: 3rem 0;
}.appAreahzwN h2 {
    font-size: calc(36px * 0.7);
    margin-bottom: 1.5rem;
}.appAreahzwN .guide_approachRbFA {
    padding: 1.5rem;
    transform: none;
}.appAreahzwN ul::before {
    left: -12px;
}.appAreahzwN li::before {
    left: -25px;
    top: -2px;
    height: 20px;
    width: 20px;
}.appAreahzwN li span {
    font-size: calc(12px * 0.95);
    line-height: 1.6;
}}.future_membersktym {
    background: rgb(201,208,212);
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}.future_membersktym::before {
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.05;
    background: repeating-linear-gradient(
        -45deg,
        rgb(147,170,184,0.5) 0,
        rgb(147,170,184,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    position: absolute;
    width: 100%;
    content: "";
}.future_membersktym .guide_approachRbFA {
    margin: 0 auto;
    z-index: 1;
    position: relative;
    padding: 0 30px;
    max-width: 1200px;
}.future_membersktym h3 {
    font-weight: 700;
    position: relative;
    font-family: Arial, sans-serif;
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 80px;
    font-size: 34px;
    color: #000000;
}.future_membersktym h3::after {
    transform: translateX(-50%);
    clip-path: polygon(0 0, 100% 0, 80% 100%, 20% 100%);
    position: absolute;
    content: "";
    height: 5px;
    bottom: 0;
    background: linear-gradient(90deg, rgb(147,170,184), rgb(89,140,166));
    left: 50%;
    width: 80px;
}.future_membersktym ul {
    display: flex;
    margin: 0;
    list-style: none;
    gap: 60px 30px;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0;
}.future_membersktym ul li {
    flex: 0 0 calc(33.333% - 20px);
    font-size: 18px;
    position: relative;
    transition: all 0.4s ease;
    color: #000000;
    max-width: 350px;
    z-index: 1;
    font-family: Arial, sans-serif;
    padding: 25px 25px 25px 80px;
    background: #ffffff;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 3px 10px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateX(5deg);
    min-height: 100px;
}.future_membersktym ul li::before,
.future_membersktym ul li::after {
    background: #ffffff;
    content: "";
    position: absolute;
    transition: all 0.4s ease;
}.future_membersktym ul li::before {
    left: 5px;
    top: 5px;
    border: 1px solid rgb(89,140,166,0.5);
    right: 5px;
    transform: translateZ(-10px);
    bottom: 5px;
    z-index: -1;
}.future_membersktym ul li::after {
    opacity: 0.3;
    z-index: -2;
    right: 15px;
    bottom: 0;
    top: 15px;
    background: rgb(147,170,184,0.5);
    left: 15px;
    transform: translateZ(-20px);
}.future_membersktym ul li:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-10px);
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.15),
        0 5px 15px rgba(0, 0, 0, 0.1);
}.future_membersktym ul li:hover::before {
    transform: translateZ(-15px);
}.future_membersktym ul li:hover::after {
    transform: translateZ(-30px);
}.future_membersktym ul li svg {
    left: 25px;
    transform: translateY(-50%);
    height: 40px;
    transition: all 0.4s ease;
    top: 50%;
    z-index: 2;
    position: absolute;
    width: 40px;
}.future_membersktym ul li:hover svg {
    transform: translateY(-50%) scale(1.1);
}.future_membersktym ul li svg path {
    fill: rgb(147,170,184);
    transition: fill 0.4s ease;
}.future_membersktym ul li:hover svg path {
    fill: rgb(89,140,166);
}.future_membersktym ul li:nth-child(3n+1) {
    transform: perspective(1000px) rotateX(5deg) rotateY(-2deg);
}.future_membersktym ul li:nth-child(3n+2) {
    transform: perspective(1000px) rotateX(5deg);
}.future_membersktym ul li:nth-child(3n) {
    transform: perspective(1000px) rotateX(5deg) rotateY(2deg);
}.future_membersktym ul li:nth-child(3n+1):hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) translateY(-10px);
}.future_membersktym ul li:nth-child(3n+2):hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-10px);
}.future_membersktym ul li:nth-child(3n):hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) translateY(-10px);
}

@media (max-width: 992px) {.future_membersktym {
    padding: 100px 0;
}.future_membersktym h3 {
    margin-bottom: 60px;
    font-size: calc(34px * 0.9);
}.future_membersktym ul {
    gap: 40px 25px;
}.future_membersktym ul li {
    padding: 20px 20px 20px 70px;
    flex: 0 0 calc(50% - 20px);
}.future_membersktym ul li svg {
    height: 35px;
    left: 20px;
    width: 35px;
}
}

@media (max-width: 768px) {.future_membersktym {
    padding: 80px 0;
}.future_membersktym h3 {
    font-size: calc(34px * 0.8);
    margin-bottom: 50px;
}.future_membersktym ul {
    gap: 30px;
}.future_membersktym ul li {
    max-width: 450px;
    flex: 0 0 100%;
}.future_membersktym ul li,
    .future_membersktym ul li:nth-child(3n+1),
    .future_membersktym ul li:nth-child(3n+2),
    .future_membersktym ul li:nth-child(3n) {
    transform: perspective(1000px) rotateX(3deg);
}.future_membersktym ul li:hover,
    .future_membersktym ul li:nth-child(3n+1):hover,
    .future_membersktym ul li:nth-child(3n+2):hover,
    .future_membersktym ul li:nth-child(3n):hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-8px);
}
}

@media (max-width: 480px) {.future_membersktym {
    padding: 60px 0;
}.future_membersktym .guide_approachRbFA {
    padding: 0 20px;
}.future_membersktym h3 {
    font-size: calc(34px * 0.7);
    margin-bottom: 40px;
}.future_membersktym ul {
    gap: 25px;
}.future_membersktym ul li {
    padding: 18px 15px 18px 65px;
}.future_membersktym ul li svg {
    width: 30px;
    height: 30px;
    left: 18px;
}.future_membersktym ul li,
    .future_membersktym ul li:nth-child(3n+1),
    .future_membersktym ul li:nth-child(3n+2),
    .future_membersktym ul li:nth-child(3n) {
    transform: perspective(800px) rotateX(2deg);
}.future_membersktym ul li:hover,
    .future_membersktym ul li:nth-child(3n+1):hover,
    .future_membersktym ul li:nth-child(3n+2):hover,
    .future_membersktym ul li:nth-child(3n):hover {
    transform: perspective(800px) rotateX(0deg) translateY(-5px);
}}footer {
    position: relative;
}footer::before {
    position: absolute;
    z-index: 1;
    opacity: 0.92;
    left: 0;
    bottom: 0;
    top: 0;
    content: '';
    right: 0;
    background: linear-gradient(90deg, #000000 0%, rgb(147,170,184) 150%);
}.report_abuseNPbf {
    position: relative;
    color: #ffffff;
    z-index: 2;
    font-family: Arial, sans-serif;
    padding: 70px 0;
}.report_abuseNPbf .container {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}.report_abuseNPbf .company_holder {
    padding: 30px;
    transition: all 0.3s ease;
    background: rgba(0, 0, 0, 0.3);
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    border-radius: 12px 0 12px 0;
}.report_abuseNPbf .company_holder:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
    transform: translateY(-5px);
}.report_abuseNPbf .company_holder::before {
    width: 100%;
    content: '';
    background: rgb(147,170,184);
    position: absolute;
    height: 5px;
    left: 0;
    top: 0;
}.report_abuseNPbf .company_holder h3 {
    font-weight: 700;
    display: inline-block;
    margin-bottom: 25px;
    position: relative;
    color: #ffffff;
    font-size: 34px;
}.report_abuseNPbf .company_holder h3::after {
    left: 0;
    content: '';
    height: 3px;
    width: 60px;
    background: rgb(89,140,166);
    bottom: -8px;
    position: absolute;
}.report_abuseNPbf .idea_pooliOmz {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    line-height: 1.6;
    color: #ffffff;
    font-size: 14px;
}.report_abuseNPbf .play_marketjDvY {
    position: relative;
}.report_abuseNPbf .nav_mainbarKaSI {
    flex-wrap: wrap;
    justify-content: space-between;
    display: flex;
    gap: 30px;
}.report_abuseNPbf .nav_learnzdGU {
    flex: 0 0 calc(50% - 15px);
    position: relative;
}.report_abuseNPbf .nav_learnzdGU h5 {
    position: relative;
    border-left: 3px solid rgb(147,170,184);
    margin-bottom: 20px;
    padding-left: 15px;
    font-size: 19px;
    color: #ffffff;
    font-weight: 600;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}.report_abuseNPbf .nav_learnzdGU .nav_mainbarKaSI {
    gap: 12px;
    display: flex;
    flex-direction: column;
}.report_abuseNPbf .nav_learnzdGU .nav_mainbarKaSI a {
    border-radius: 4px;
    overflow: hidden;
    z-index: 1;
    background: rgba(255, 255, 255, 0.05);
    display: inline-block;
    transition: all 0.3s ease;
    position: relative;
    padding: 8px 15px;
    text-decoration: none;
    color: #ffffff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    font-size: 14px;
}.report_abuseNPbf .nav_learnzdGU .nav_mainbarKaSI a::before {
    height: 100%;
    transition: width 0.3s ease;
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    z-index: -1;
    width: 0;
    background: rgb(147,170,184,0.5);
}.report_abuseNPbf .nav_learnzdGU .nav_mainbarKaSI a:hover {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    transform: translateX(5px);
    color: #ffffff;
}.report_abuseNPbf .nav_learnzdGU .nav_mainbarKaSI a:hover::before {
    width: 100%;
}.level_uplnTc {
    position: relative;
    padding: 20px 0;
    margin-top: 50px;
    background: rgba(0, 0, 0, 0.4);
    z-index: 2;
}.level_uplnTc .container {
    align-items: center;
    justify-content: center;
    display: flex;
}.level_uplnTc .code_labsQdsU {
    color: #ffffff;
    letter-spacing: 0.5px;
    font-size: 14px;
    text-align: center;
}@keyframes gradientAnimation {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

footer::after {
    top: 0;
    z-index: 1;
    bottom: 0;
    left: 0;
    content: '';
    right: 0;
    position: absolute;
    background-size: 40px 40px;
    background: 
        linear-gradient(0deg, transparent 49%, rgba(255, 255, 255, 0.03) 50%, transparent 51%),
        linear-gradient(90deg, transparent 49%, rgba(255, 255, 255, 0.03) 50%, transparent 51%);
}

@media (max-width: 992px) {.report_abuseNPbf .container {
    flex-direction: column;
}
}

@media (max-width: 768px) {.report_abuseNPbf {
    padding: 50px 0;
}.report_abuseNPbf .nav_learnzdGU {
    flex: 0 0 100%;
}
}

@media (max-width: 576px) {.report_abuseNPbf {
    padding: 40px 0;
}.report_abuseNPbf .company_holder h3 {
    font-size: calc(34px * 0.8);
}.report_abuseNPbf .nav_learnzdGU h5 {
    font-size: calc(19px * 0.9);
}.report_abuseNPbf .nav_learnzdGU .nav_mainbarKaSI a,
    .report_abuseNPbf .footer_agreement {
    font-size: calc(14px * 0.95);
}}

.level_uplnTc::before {
    top: 0;
    opacity: 0.2;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    height: 1px;
    width: 100%;
    position: absolute;
    content: '';
    left: 0;
}