* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}header,footer {
    width: 100%;
}.cert_displayPB {
    flex: 0 0 auto;
}.framework-wrapFv {
    min-height: 100%;
    display: flex;
    height: 100%;
    flex-direction: column;
}svg {
    height: 30px;
    width: 30px;
}html,body {
    color: #000000;
    auto
contain
    scroll-behavior: auto;
    font-family: Arial, sans-serif;
    height: 100%;
    min-height: 100%;
}.site_infoca {
    flex: 1 0 auto;
}.container {
    max-width: 100%;
    width: 1136px;
    margin: auto;
}a {
    color: inherit;
    text-decoration: none;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.gratHubQz {
    box-shadow: 
        inset 12px 12px 24px rgba(255, 255, 255, 0.8),
        inset -12px -12px 24px rgba(70, 70, 80, 0.05);
    overflow: hidden;
    background: linear-gradient(145deg, rgb(184,181,181), #f8f9fd);
    position: relative;
    padding: 4rem 2rem;
}.gratHubQz::before {
    background: linear-gradient(120deg, rgb(152,148,148,0.5), rgb(121,115,116,0.5));
    z-index: 0;
    filter: blur(80px);
    opacity: 0.2;
    right: -5%;
    width: 40%;
    top: -10%;
    position: absolute;
    pointer-events: none;
    transform: rotate(-15deg);
    height: 70%;
    content: "";
}.gratHubQz::after {
    left: -5%;
    filter: blur(70px);
    background: linear-gradient(220deg, rgb(121,115,116,0.5), rgb(152,148,148,0.5));
    pointer-events: none;
    z-index: 0;
    transform: rotate(20deg);
    content: "";
    width: 30%;
    bottom: -10%;
    position: absolute;
    height: 60%;
    opacity: 0.15;
}.gratHubQz .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    z-index: 2;
}.gratHubQz h2 {
    font-size: 30px;
    text-align: center;
    opacity: 1;
    transform: translateY(0);
    line-height: 1.3;
    margin-bottom: 2.5rem;
    position: relative;
    letter-spacing: -0.02em;
    color: #000000;
    animation: fadeInDown 0.8s ease-out forwards;
    font-weight: 700;
}.gratHubQz h2::after {
    border-radius: 10px;
    transform: translateX(-50%);
    content: "";
    height: 3px;
    bottom: -0.8rem;
    position: absolute;
    width: 80px;
    left: 50%;
    background: linear-gradient(90deg, rgb(152,148,148), rgb(121,115,116));
}.gratHubQz .study_program17 {
    transform: translateY(0);
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
    padding: 2.5rem;
    box-shadow: 
        20px 20px 60px rgba(0, 0, 0, 0.05),
        -20px -20px 60px rgba(255, 255, 255, 0.9),
        inset 4px 4px 20px rgba(255, 255, 255, 0.9),
        inset -4px -4px 10px rgba(0, 0, 0, 0.03);
    background: #ffffff;
    border-radius: 27px;
    position: relative;
    opacity: 0;
}.gratHubQz .study_program17::before {
    content: "";
    width: 100%;
    border-radius: inherit;
    left: 0;
    position: absolute;
    z-index: -1;
    background: 
        radial-gradient(circle at 10% 20%, rgba(rgb(152,148,148,0.5), 0.03) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgba(rgb(121,115,116,0.5), 0.03) 0%, transparent 30%);
    top: 0;
    height: 100%;
}.gratHubQz ul {
    margin: 0;
    list-style: none;
    padding: 0;
}.gratHubQz li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.5rem;
}.gratHubQz li:last-child {
    margin-bottom: 0;
}.gratHubQz li::before {
    background: linear-gradient(135deg, rgb(152,148,148), rgb(121,115,116));
    width: 8px;
    height: 8px;
    transform: scale(0);
    border-radius: 50%;
    content: "";
    top: 0.6rem;
    position: absolute;
    left: 0;
    animation: scaleIn 0.4s ease-out 0.8s forwards;
}.gratHubQz li span {
    transform: translateX(0);
    display: block;
    opacity: 0;
    animation: fadeInRight 0.7s ease-out 0.6s forwards;
    font-weight: 400;
    line-height: 1.7;
    font-family: Arial, sans-serif;
    color: #000000;
    font-size: 16px;
}

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

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

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

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

@media (max-width: 991px) {.gratHubQz {
    padding: 3rem 1.5rem;
}.gratHubQz h2 {
    margin-bottom: 2rem;
    font-size: calc(30px * 0.9);
}.gratHubQz .study_program17 {
    padding: 2rem;
}
}

@media (max-width: 767px) {.gratHubQz {
    padding: 2.5rem 1.25rem;
}.gratHubQz h2 {
    margin-bottom: 1.8rem;
    line-height: 1.4;
    font-size: calc(30px * 0.8);
}.gratHubQz h2::after {
    width: 60px;
}.gratHubQz .study_program17 {
    padding: 1.5rem;
}.gratHubQz li span {
    line-height: 1.6;
    font-size: calc(16px * 0.95);
}
}

@media (max-width: 480px) {.gratHubQz {
    padding: 2rem 1rem;
}.gratHubQz h2 {
    text-align: left;
    font-size: calc(30px * 0.7);
}.gratHubQz h2::after {
    width: 50px;
    transform: none;
    left: 0;
}.gratHubQz .study_program17 {
    padding: 1.25rem;
}.gratHubQz li {
    padding-left: 1.25rem;
}.gratHubQz li::before {
    top: 0.5rem;
    width: 6px;
    height: 6px;
}}.secure_harborE0 {
    border: 1px solid rgba(0, 0, 0, 0.5);
    background-color: #ffffff;
    padding: 40px 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    font-family: Arial, sans-serif;
    color: #000000;
}.secure_harborE0 h1, .secure_harborE0 h2, .secure_harborE0 h3, .secure_harborE0 h4, .secure_harborE0 h5, .secure_harborE0 h6 {
    font-weight: 700;
    color: #000000;
    margin-bottom: 20px;
}.secure_harborE0 h1 {
    border-bottom: 2px solid rgb(152,148,148);
    margin-bottom: 30px;
    padding-bottom: 10px;
    font-size: 42px;
}.secure_harborE0 h2 {
    font-size: 35px;
    margin-bottom: 25px;
    padding-bottom: 8px;
    border-bottom: 2px solid rgb(121,115,116);
}.secure_harborE0 h3 {
    font-size: 1.5em;
    border-bottom: 1px solid #000000;
    padding-bottom: 6px;
    margin-bottom: 20px;
}.secure_harborE0 h4 {
    font-size: 1.25em;
    margin-bottom: 18px;
}.secure_harborE0 h5 {
    margin-bottom: 16px;
    font-size: 23px;
}.secure_harborE0 h6 {
    font-size: 19px;
    margin-bottom: 14px;
}.secure_harborE0 ul, .secure_harborE0 ol {
    list-style: none;
    margin-left: 20px;
    color: #000000;
    padding-left: 20px;
}.secure_harborE0 ul li, .secure_harborE0 ol li {
    position: relative;
    line-height: 1.6;
    margin-bottom: 10px;
    padding-left: 20px;
    font-size: 18px;
}.secure_harborE0 ul li:before {
    position: absolute;
    left: 0;
    font-size: 1.2em;
    content: '•';
    color: rgb(152,148,148);
}.secure_harborE0 p, .secure_harborE0 span, .secure_harborE0 div {
    font-size: 18px;
    color: #000000;
    line-height: 1.8;
    margin-bottom: 20px;
}
@media only screen and (max-width: 800px) {.secure_harborE0 {
    padding: 20px 10px;
}.secure_harborE0 h1 {
    font-size: calc(23px - 10%);
}.secure_harborE0 h2 {
    font-size: calc(23px - 10%);
}.secure_harborE0 p, .secure_harborE0 span, .secure_harborE0 div {
    font-size: calc(18px - 10%);
}}
.secure_harborE0 a {
    color: rgb(152,148,148);
    border-bottom: 1px solid rgb(152,148,148);
    text-decoration: none;
}.secure_harborE0 a:hover {
    border-bottom: 1px solid rgb(121,115,116);
    color: rgb(121,115,116);
}.secure_harborE0 blockquote {
    font-style: italic;
    padding: 15px 20px;
    color: #000000;
    margin: 20px 0;
    border-left: 5px solid rgb(152,148,148);
    background-color: rgb(184,181,181);
}.secure_harborE0 code {
    font-family: monospace;
    padding: 2px 6px;
    background-color: rgb(184,181,181);
    border-radius: 10px;
    color: #000000;
}.secure_harborE0 hr {
    background: rgba(0, 0, 0, 0.5);
    border: 0;
    height: 1px;
    margin: 30px 0;
}.our_team4D {
    z-index: 1;
    position: relative;
    overflow: hidden;
    padding: 120px 0;
    background: rgb(184,181,181);
}.our_team4D::before {
    top: 0;
    left: 0;
    position: absolute;
    bottom: 0;
    z-index: -1;
    background: 
        repeating-linear-gradient(
            -45deg,
            transparent,
            transparent 10px,
            rgb(152,148,148,0.5) 10px,
            rgb(152,148,148,0.5) 11px
        ),
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 10px,
            rgb(121,115,116,0.5) 10px,
            rgb(121,115,116,0.5) 11px
        );
    opacity: 0.05;
    content: "";
    right: 0;
}.our_team4D .container {
    padding: 0 25px;
    z-index: 2;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}.our_team4D h2 {
    letter-spacing: 2px;
    position: relative;
    font-weight: 700;
    text-align: center;
    padding-bottom: 20px;
    text-transform: uppercase;
    color: #000000;
    font-size: 32px;
    margin-bottom: 70px;
}.our_team4D h2::before {
    background: rgb(152,148,148);
    bottom: 0;
    width: 60px;
    left: 50%;
    clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
    content: "";
    transform: translateX(-50%);
    position: absolute;
    height: 5px;
}.our_team4D h2::after {
    animation: float 3s ease-in-out infinite;
    height: 10px;
    bottom: -3px;
    left: 50%;
    content: "";
    position: absolute;
    width: 10px;
    transform: translateX(-50%) rotate(45deg);
    background: rgb(121,115,116);
}@keyframes float {
    0%, 100% {
        transform: translateX(-50%) rotate(45deg) translateY(0);
    }
    50% {
        transform: translateX(-50%) rotate(45deg) translateY(-5px);
    }
}

.our_team4D .knowledge_centermL {
    flex-direction: column;
    display: flex;
    gap: 40px;
}.our_team4D .knowledge_growthHm {
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-top: 4px solid transparent;
    position: relative;
    border-radius: 19px;
    background: #ffffff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    padding: 40px;
}.our_team4D .knowledge_growthHm:nth-child(1) {
    border-top-color: rgb(152,148,148);
}.our_team4D .knowledge_growthHm:nth-child(2) {
    border-top-color: rgb(121,115,116);
}.our_team4D .knowledge_growthHm::before {
    right: -100px;
    transition: all 0.5s ease;
    position: absolute;
    content: "";
    background: linear-gradient(45deg, rgb(152,148,148,0.5), transparent);
    width: 200px;
    border-radius: 50%;
    top: -100px;
    height: 200px;
    opacity: 0.1;
}.our_team4D .knowledge_growthHm:nth-child(2)::before {
    left: -100px;
    top: -100px;
    background: linear-gradient(45deg, rgb(121,115,116,0.5), transparent);
}.our_team4D .knowledge_growthHm:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}.our_team4D .knowledge_growthHm:hover::before {
    transform: scale(1.5);
}.our_team4D .knowledge_growthHm::after {
    height: 5px;
    left: 0;
    bottom: 0;
    width: 100%;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.5), transparent);
    opacity: 0.1;
    content: "";
}.our_team4D .knowledge_growthHm h3 {
    font-weight: 600;
    font-size: 23px;
    position: relative;
    margin-bottom: 20px;
    display: inline-block;
}.our_team4D .knowledge_growthHm:nth-child(1) h3 {
    color: rgb(152,148,148);
}.our_team4D .knowledge_growthHm:nth-child(2) h3 {
    color: rgb(121,115,116);
}.our_team4D .knowledge_growthHm h3::after {
    bottom: -5px;
    height: 2px;
    transition: width 0.4s ease;
    width: 0;
    left: 0;
    position: absolute;
    content: "";
    background: currentColor;
}.our_team4D .knowledge_growthHm:hover h3::after {
    width: 100%;
}.our_team4D .knowledge_growthHm p {
    position: relative;
    line-height: 1.8;
    margin-bottom: 0;
    font-size: 15px;
    z-index: 2;
    color: #000000;
}.our_team4D::after {
    top: 0;
    position: absolute;
    z-index: -1;
    content: "";
    animation: moveDots 100s linear infinite;
    background-size: 60px 60px;
    opacity: 0.2;
    left: 0;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(152,148,148,0.5) 1px, transparent 1px),
        radial-gradient(circle at 80% 70%, rgb(121,115,116,0.5) 1px, transparent 1px);
    width: 100%;
    height: 100%;
}@keyframes moveDots {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 1000px 500px;
    }
}

.our_team4D .container::before,
.our_team4D .container::after {
    background: linear-gradient(to bottom, rgb(152,148,148,0.5), transparent);
    z-index: -1;
    top: 0;
    position: absolute;
    content: "";
    bottom: 0;
    animation: scanline 3s linear infinite;
    width: 2px;
}.our_team4D .container::before {
    animation-delay: 1s;
    left: 10%;
    height: 50%;
}.our_team4D .container::after {
    height: 70%;
    background: linear-gradient(to bottom, rgb(121,115,116,0.5), transparent);
    right: 10%;
}@keyframes scanline {
    0% {
        transform: translateY(-100%);
        opacity: 0;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        transform: translateY(100%);
        opacity: 0;
    }
}

.our_team4D .knowledge_growthHm:nth-child(1) {
    animation: fadeInUp 0.7s ease-out forwards;
}.our_team4D .knowledge_growthHm:nth-child(2) {
    opacity: 0;
    animation: fadeInUp 0.7s ease-out 0.2s forwards;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 992px) {.our_team4D {
    padding: 90px 0;
}.our_team4D h2 {
    margin-bottom: 50px;
}.our_team4D .knowledge_growthHm {
    padding: 30px;
}
}

@media (max-width: 768px) {.our_team4D {
    padding: 70px 0;
}.our_team4D h2 {
    font-size: calc(32px * 0.9);
    margin-bottom: 40px;
}.our_team4D .knowledge_growthHm {
    padding: 25px;
}.our_team4D .knowledge_growthHm h3 {
    font-size: calc(23px * 0.9);
}
}

@media (max-width: 576px) {.our_team4D {
    padding: 50px 0;
}.our_team4D h2 {
    font-size: calc(32px * 0.8);
    letter-spacing: 1px;
    margin-bottom: 35px;
}.our_team4D h2::before {
    height: 4px;
    width: 40px;
}.our_team4D .knowledge_growthHm {
    padding: 20px;
}.our_team4D .knowledge_growthHm p {
    font-size: calc(15px * 0.95);
    line-height: 1.6;
}.our_team4D .container::before,
    .our_team4D .container::after {
    display: none;
}}.program_informationCr {
    background: rgb(184,181,181);
    position: relative;
    overflow: hidden;
    padding: 8rem 0;
}.program_informationCr::before {
    background: linear-gradient(135deg, rgb(184,181,181) 0%, rgb(152,148,148,0.5) 100%);
    top: 0;
    z-index: 1;
    opacity: 0.6;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    position: absolute;
}.program_informationCr::after {
    top: 0;
    height: 100%;
    position: absolute;
    width: 100%;
    opacity: 0.15;
    left: 0;
    z-index: 1;
    content: "";
    background-image: 
        repeating-linear-gradient(0deg, transparent, transparent 15px, rgb(121,115,116,0.5) 15px, rgb(121,115,116,0.5) 16px),
        repeating-linear-gradient(90deg, transparent, transparent 15px, rgb(152,148,148,0.5) 15px, rgb(152,148,148,0.5) 16px);
    animation: gridShift 30s infinite linear;
    background-size: 4rem 4rem;
}.program_informationCr .container {
    z-index: 3;
    position: relative;
}.program_informationCr .study_program17 {
    gap: 1rem;
    position: relative;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(8, minmax(50px, auto));
    display: grid;
}.program_informationCr .lesson_pathNl {
    z-index: 5;
    grid-column: 1 / 9;
    padding: 3rem;
    position: relative;
    background: #ffffff;
    grid-row: 2 / 8;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
}.program_informationCr .img_backgroundQ0 {
    border-radius: 20px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
    z-index: 3;
    position: relative;
    overflow: hidden;
    clip-path: polygon(0% 15%, 100% 0%, 100% 85%, 0% 100%);
    grid-column: 7 / 13;
    grid-row: 1 / 7;
}.program_informationCr .img_backgroundQ0::before {
    background: linear-gradient(45deg, rgb(152,148,148,0.5) 0%, transparent 70%);
    top: 0;
    z-index: 2;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    position: absolute;
}.program_informationCr .img_backgroundQ0::after {
    height: 70%;
    right: -5px;
    border: 2px solid rgb(121,115,116);
    opacity: 0.6;
    content: "";
    border-radius: 10px;
    position: absolute;
    bottom: -5px;
    clip-path: polygon(100% 0%, 100% 100%, 0% 100%);
    z-index: 1;
    width: 70%;
}.program_informationCr .top_infopm {
    transform: rotate(-5deg);
    width: 5rem;
    border-radius: 50%;
    align-items: center;
    height: 5rem;
    position: absolute;
    top: -2rem;
    transition: transform 0.3s ease-out;
    z-index: 10;
    right: 3rem;
    display: flex;
    background: #ffffff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    justify-content: center;
}.program_informationCr .top_infopm:hover {
    transform: rotate(0deg) scale(1.05);
}.program_informationCr .top_infopm svg {
    width: 3rem;
    transition: all 0.3s ease;
    height: 3rem;
}.program_informationCr .top_infopm:hover svg {
    transform: scale(1.1);
}.program_informationCr .top_infopm svg path {
    fill: rgb(152,148,148);
}.program_informationCr h3 {
    color: #000000;
    padding-left: 1rem;
    font-weight: 700;
    border-left: 4px solid rgb(152,148,148);
    font-size: 38px;
    margin-bottom: 1.5rem;
    position: relative;
    line-height: 1.3;
}.program_informationCr p {
    position: relative;
    line-height: 1.8;
    font-size: 12px;
    margin-bottom: 0;
    color: #000000;
}.program_informationCr .study_program17::before {
    content: "";
    top: -6rem;
    left: -6rem;
    width: 12rem;
    height: 12rem;
    border-radius: 50%;
    background: rgb(152,148,148,0.5);
    z-index: 1;
    animation: moveCircle 20s infinite alternate;
    opacity: 0.6;
    position: absolute;
    filter: blur(100px);
}.program_informationCr .study_program17::after {
    opacity: 0.5;
    border-radius: 50%;
    right: -4rem;
    content: "";
    animation: moveCircle 15s infinite alternate-reverse;
    width: 8rem;
    bottom: -4rem;
    background: rgb(121,115,116,0.5);
    filter: blur(80px);
    position: absolute;
    z-index: 1;
    height: 8rem;
}.program_informationCr .lesson_pathNl::before {
    background: linear-gradient(90deg, rgb(152,148,148) 0%, rgb(121,115,116) 100%);
    height: 5px;
    top: 0;
    width: 100px;
    right: 0;
    position: absolute;
    border-radius: 0 10px 0 10px;
    content: "";
}.program_informationCr .lesson_pathNl::after {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 5px;
    background: linear-gradient(180deg, rgb(152,148,148) 0%, rgb(121,115,116) 100%);
    height: 100px;
    content: "";
    border-radius: 0 0 10px 0;
}

@keyframes gridShift {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 4rem 4rem;
    }
}

@keyframes moveCircle {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(20px, 20px);
    }
    100% {
        transform: translate(-20px, -20px);
    }
}

@media (max-width: 1200px) {.program_informationCr {
    padding: 7rem 0;
}.program_informationCr .study_program17 {
    gap: 0.75rem;
}.program_informationCr .lesson_pathNl {
    padding: 2.5rem;
    grid-column: 1 / 8;
}.program_informationCr .img_backgroundQ0 {
    grid-column: 6 / 13;
}.program_informationCr .top_infopm {
    right: 2rem;
}
}

@media (max-width: 992px) {.program_informationCr {
    padding: 6rem 0;
}.program_informationCr .study_program17 {
    gap: 2rem;
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
}.program_informationCr .lesson_pathNl {
    grid-column: auto;
    padding: 2.5rem;
    grid-row: 2 / 3;
}.program_informationCr .img_backgroundQ0 {
    grid-column: auto;
    height: 350px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 0% 100%);
    grid-row: 1 / 2;
}.program_informationCr .top_infopm {
    bottom: -2rem;
    top: auto;
    right: 3rem;
}.program_informationCr h3 {
    font-size: calc(38px * 0.9);
}
}

@media (max-width: 768px) {.program_informationCr {
    padding: 5rem 0;
}.program_informationCr .lesson_pathNl {
    padding: 2rem;
}.program_informationCr .img_backgroundQ0 {
    height: 300px;
}.program_informationCr .top_infopm {
    bottom: -1.5rem;
    width: 4.5rem;
    right: 2rem;
    height: 4.5rem;
}.program_informationCr .top_infopm svg {
    width: 2.5rem;
    height: 2.5rem;
}.program_informationCr h3 {
    font-size: calc(38px * 0.8);
    margin-bottom: 1.25rem;
}.program_informationCr p {
    font-size: calc(12px * 0.95);
    line-height: 1.7;
}.program_informationCr .lesson_pathNl::before {
    width: 70px;
}.program_informationCr .lesson_pathNl::after {
    height: 70px;
}
}

@media (max-width: 576px) {.program_informationCr {
    padding: 4rem 0;
}.program_informationCr .lesson_pathNl {
    padding: 1.5rem;
}.program_informationCr .img_backgroundQ0 {
    clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 0% 100%);
    height: 250px;
}.program_informationCr .top_infopm {
    right: 1.5rem;
    height: 4rem;
    width: 4rem;
    bottom: -1.25rem;
}.program_informationCr .top_infopm svg {
    width: 2.25rem;
    height: 2.25rem;
}.program_informationCr h3 {
    margin-bottom: 1rem;
    font-size: calc(38px * 0.7);
    padding-left: 0.75rem;
}.program_informationCr p {
    line-height: 1.6;
    font-size: calc(12px * 0.9);
}.program_informationCr .lesson_pathNl::before {
    width: 50px;
}.program_informationCr .lesson_pathNl::after {
    height: 50px;
}.program_informationCr .study_program17::before,
    .program_informationCr .study_program17::after {
    display: none;
}}.pricing_setKt {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}.pricing_setKt::before {
    content: "";
    top: 0;
    left: 0;
    z-index: 1;
    position: absolute;
    width: 100%;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.65) 100%);
    height: 100%;
}.pricing_setKt .container {
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    max-width: 1200px;
}.pricing_setKt .enroll_costdy {
    position: relative;
}.pricing_setKt h2 {
    opacity: 0;
    position: relative;
    transform: translateY(20px);
    margin-bottom: 25px;
    color: #ffffff;
    font-weight: 700;
    animation: fadeSlideUp 0.8s ease-out forwards;
    font-size: calc(29px * 1.1);
    letter-spacing: 0.5px;
    text-align: center;
}.pricing_setKt .value_ratesEN {
    margin: 0 auto 50px;
    overflow-wrap: break-word;
    transform: translateY(20px);
    animation: fadeSlideUp 0.8s ease-out 0.2s forwards;
    color: rgb(255, 255, 255, 0.5);
    word-break: break-word;
    line-height: 1.6;
    font-size: 14px;
    position: relative;
    text-align: center;
    opacity: 0;
    max-width: 700px;
}.pricing_setKt .fee_structureUJ {
    list-style: none;
    display: grid;
    perspective: 1000px;
    gap: 25px;
    padding: 0;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}.pricing_setKt .fee_structureUJ li {
    animation: fadeIn 0.8s ease-out forwards, rotateCard 0.8s ease-out forwards;
    transform: translateZ(0) rotateY(5deg);
    animation-delay: calc(0.2s * var(--li-index, 1));
    transform-style: preserve-3d;
    opacity: 0;
}.pricing_setKt .fee_structureUJ li:nth-child(1) {
    --li-index: 1;
}.pricing_setKt .fee_structureUJ li:nth-child(2) {
    --li-index: 2;
}.pricing_setKt .fee_structureUJ li:nth-child(3) {
    --li-index: 3;
}.pricing_setKt .fee_structureUJ li:nth-child(4) {
    --li-index: 4;
}.pricing_setKt .learning_packagesnE {
    height: 100%;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    text-decoration: none;
    display: block;
}.pricing_setKt .learning_packagesnE:hover {
    transform: translateY(-10px) scale(1.02);
}.pricing_setKt .learning_feesQc {
    box-shadow: 0 15px 30px rgba(0,0,0,0.2), 
                0 5px 15px rgba(0,0,0,0.1),
                inset 0 1px 1px rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.1);
    padding: 30px;
    height: 100%;
    backdrop-filter: blur(10px);
    overflow: hidden;
    position: relative;
    transition: all 0.4s ease;
    background: linear-gradient(145deg, 
        rgba(255,255,255,0.07) 0%, 
        rgba(255,255,255,0.03) 100%);
    -webkit-backdrop-filter: blur(10px);
}.pricing_setKt .learning_packagesnE:hover .learning_feesQc {
    background: linear-gradient(145deg, 
        rgba(rgb(152,148,148), 0.15) 0%, 
        rgba(rgb(152,148,148), 0.05) 100%);
    box-shadow: 0 20px 40px rgba(0,0,0,0.25), 
                0 10px 20px rgba(0,0,0,0.15),
                inset 0 1px 2px rgba(255,255,255,0.15);
}.pricing_setKt .learning_feesQc::before {
    width: 200%;
    transition: opacity 0.6s ease;
    position: absolute;
    pointer-events: none;
    top: -50%;
    content: "";
    background: radial-gradient(
        ellipse at center,
        rgba(255,255,255,0.1) 0%,
        rgba(255,255,255,0) 70%
    );
    height: 200%;
    opacity: 0;
    transform: rotate(30deg);
    left: -50%;
}.pricing_setKt .learning_packagesnE:hover .learning_feesQc::before {
    opacity: 1;
}.pricing_setKt .learn_feesmx {
    height: 100%;
    display: flex;
    flex-direction: column;
}.pricing_setKt .learn_feesmx h4 {
    margin-bottom: 20px;
    margin-top: 0;
    color: #ffffff;
    font-weight: 600;
    transition: transform 0.3s ease;
    position: relative;
    font-size: calc(21px * 1.1);
}.pricing_setKt .learning_packagesnE:hover .learn_feesmx h4 {
    color: rgb(152,148,148);
    transform: translateY(-2px);
}.pricing_setKt .learn_feesmx h4::after {
    transition: transform 0.4s ease;
    left: 0;
    bottom: -10px;
    height: 2px;
    position: absolute;
    width: 50px;
    background: rgb(152,148,148);
    transform-origin: left;
    content: "";
    transform: scaleX(0.7);
}.pricing_setKt .learning_packagesnE:hover .learn_feesmx h4::after {
    transform: scaleX(1);
}.pricing_setKt .learn_feesmx p {
    color: rgb(255, 255, 255, 0.5);
    font-size: calc(14px * 0.9);
    overflow-wrap: break-word;
    margin-bottom: 25px;
    flex-grow: 1;
    white-space: normal;
    line-height: 1.7;
    word-break: break-word;
}.pricing_setKt .promo_costmB {
    font-weight: 700;
    margin-top: auto;
    display: inline-block;
    padding: 10px 0;
    position: relative;
    font-size: calc(21px * 1.4);
    transition: transform 0.3s ease, color 0.3s ease;
    color: #ffffff;
}.pricing_setKt .learning_packagesnE:hover .promo_costmB {
    transform: scale(1.05);
    color: rgb(152,148,148);
}.pricing_setKt .promo_costmB::before {
    position: absolute;
    height: 1px;
    width: 100%;
    left: 0;
    top: 0;
    content: "";
    background: linear-gradient(to right, 
        rgba(255,255,255,0.1) 0%, 
        rgba(255,255,255,0.3) 50%,
        rgba(255,255,255,0.1) 100%);
}

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

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes rotateCard {
    0% {
        transform: translateZ(0) rotateY(5deg);
    }
    100% {
        transform: translateZ(0) rotateY(0);
    }
}

@media (max-width: 1024px) {.pricing_setKt {
    padding: 100px 0;
}.pricing_setKt .fee_structureUJ {
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}.pricing_setKt .learning_feesQc {
    padding: 25px;
}
}

@media (max-width: 768px) {.pricing_setKt {
    padding: 80px 0;
}.pricing_setKt h2 {
    font-size: 29px;
    margin-bottom: 20px;
}.pricing_setKt .value_ratesEN {
    font-size: calc(14px * 0.95);
    margin-bottom: 40px;
}.pricing_setKt .fee_structureUJ {
    grid-template-columns: 1fr;
    margin: 0 auto;
    max-width: 450px;
}.pricing_setKt .learning_feesQc {
    padding: 25px 20px;
}.pricing_setKt .learn_feesmx h4 {
    font-size: 21px;
}.pricing_setKt .learn_feesmx p {
    font-size: calc(14px * 0.85);
}.pricing_setKt .promo_costmB {
    font-size: calc(21px * 1.2);
}
}

@media (max-width: 480px) {.pricing_setKt {
    padding: 60px 0;
}.pricing_setKt h2 {
    font-size: calc(29px * 0.9);
}.pricing_setKt .value_ratesEN {
    font-size: calc(14px * 0.9);
}.pricing_setKt .learning_feesQc {
    padding: 20px 15px;
}.pricing_setKt .learn_feesmx h4 {
    font-size: calc(21px * 0.95);
}.pricing_setKt .learn_feesmx p {
    margin-bottom: 20px;
    line-height: 1.6;
}.pricing_setKt .promo_costmB {
    font-size: calc(21px * 1.1);
}}footer {
    position: relative;
}footer::before {
    right: 0;
    background: linear-gradient(210deg, #000000 0%, rgb(152,148,148) 100%);
    bottom: 0;
    opacity: 0.92;
    position: absolute;
    left: 0;
    z-index: 1;
    top: 0;
    content: '';
}.cert_displayPB {
    color: #ffffff;
    font-family: Arial, sans-serif;
    padding: 90px 0 50px;
    z-index: 2;
    position: relative;
}.cert_displayPB::before {
    width: 100%;
    content: '';
    opacity: 0.1;
    height: 1px;
    top: 0;
    left: 0;
    position: absolute;
    background: linear-gradient(90deg, transparent 0%, #ffffff 50%, transparent 100%);
}.cert_displayPB .container {
    flex-direction: column;
    display: flex;
}.cert_displayPB .company_holder {
    background-size: 200% 200%;
    background: linear-gradient(
        135deg, 
        rgba(255, 255, 255, 0.05) 0%, 
        rgba(255, 255, 255, 0.01) 100%
    );
    backdrop-filter: blur(10px);
    transform: perspective(1000px) rotateX(2deg);
    animation: shiftGradient 15s ease infinite;
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 30px;
    margin-top: 70px;
    order: 2;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border-radius: 14px;
}.cert_displayPB .company_holder h3 {
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
    font-size: 35px;
    position: relative;
    font-weight: 700;
    letter-spacing: 3px;
    color: #ffffff;
}.cert_displayPB .company_holder h3::after {
    height: 3px;
    content: '';
    margin: 15px auto 0;
    border-radius: 3px;
    width: 60px;
    background: rgb(152,148,148);
    display: block;
}.cert_displayPB .vr_labscL {
    margin: 0 auto;
    position: relative;
    max-width: 80%;
    line-height: 1.6;
    font-size: 18px;
    text-align: center;
    padding-top: 15px;
}.cert_displayPB .media_kitFe {
    position: relative;
    order: 1;
}.cert_displayPB .head_lessonsM {
    width: 100%;
    display: flex;
    gap: 60px;
    flex-wrap: wrap;
    margin-bottom: 30px;
    justify-content: space-between;
}.cert_displayPB .header_sitebaraM {
    position: relative;
    border-radius: 10px;
    flex: 1;
    overflow: hidden;
    max-width: calc(50% - 30px);
    transform: translateZ(0);
    background: rgba(255, 255, 255, 0.03);
    transition: transform 0.3s ease;
    min-width: 250px;
    padding: 20px;
}.cert_displayPB .header_sitebaraM:nth-child(odd) {
    transform: perspective(1000px) rotateY(2deg);
}.cert_displayPB .header_sitebaraM:nth-child(even) {
    transform: perspective(1000px) rotateY(-2deg);
}.cert_displayPB .header_sitebaraM:hover {
    transform: perspective(1000px) rotateY(0);
}.cert_displayPB .header_sitebaraM::before {
    z-index: -1;
    content: '';
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(255, 255, 255, 0.05) 100%
    );
    border-radius: 10px;
    position: absolute;
    inset: 0;
}.cert_displayPB .header_sitebaraM h5 {
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 30px;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
    font-size: 24px;
    word-wrap: break-word;
    font-weight: 600;
    color: #ffffff;
}.cert_displayPB .header_sitebaraM h5::before {
    left: 0;
    background: rgb(121,115,116);
    content: '';
    width: 50px;
    position: absolute;
    bottom: -1px;
    height: 1px;
}.cert_displayPB .header_sitebaraM .head_lessonsM {
    flex-direction: column;
    margin: 0;
    padding: 0 10px;
    display: flex;
    gap: 12px;
}.cert_displayPB .header_sitebaraM .head_lessonsM a {
    font-size: 18px;
    align-items: center;
    opacity: 0.8;
    color: #ffffff;
    text-decoration: none;
    word-break: break-word;
    transition: all 0.3s ease;
    white-space: normal;
    display: flex;
}.cert_displayPB .header_sitebaraM .head_lessonsM a::before {
    background: rgb(121,115,116);
    border-radius: 50%;
    height: 6px;
    flex-shrink: 0;
    margin-right: 10px;
    transition: all 0.3s ease;
    opacity: 0;
    min-width: 6px;
    transform: scale(0);
    content: '';
}.cert_displayPB .header_sitebaraM .head_lessonsM a:hover {
    transform: translateX(5px);
    color: #ffffff;
    opacity: 1;
}.cert_displayPB .header_sitebaraM .head_lessonsM a:hover::before {
    transform: scale(1);
    opacity: 1;
}.learn_navD4 {
    padding: 25px 0;
    background: rgba(0, 0, 0, 0.2);
    margin-top: 40px;
    position: relative;
    z-index: 2;
}.learn_navD4::before {
    position: absolute;
    top: 0;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgb(121,115,116,0.5), transparent);
    height: 1px;
    content: '';
    left: 0;
}.learn_navD4 .container {
    text-align: center;
}.learn_navD4 .facebook_ctaP7 {
    font-size: 13px;
    color: #ffffff;
    opacity: 0.7;
}@keyframes floatUp {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-15px);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.5;
    }
    50% {
        opacity: 0.8;
    }
}

@keyframes shiftGradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.cert_displayPB .media_kitFe::before {
    left: -5%;
    filter: blur(100px);
    opacity: 0.1;
    background: rgb(121,115,116);
    border-radius: 50%;
    width: 250px;
    animation: pulse 10s infinite ease-in-out reverse;
    position: absolute;
    content: '';
    height: 250px;
    bottom: -10%;
    z-index: -1;
}footer::after {
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    left: 0;
    pointer-events: none;
    background-image: repeating-linear-gradient(
        0deg,
        rgba(255, 255, 255, 0.03),
        rgba(255, 255, 255, 0.03) 1px,
        transparent 1px,
        transparent 20px
    );
    z-index: 1;
    content: '';
}

@media (max-width: 992px) {.cert_displayPB {
    padding: 70px 0 40px;
}.cert_displayPB .head_lessonsM {
    gap: 40px;
}.cert_displayPB .company_holder {
    margin-top: 50px;
}
}

@media (max-width: 768px) {.cert_displayPB {
    padding: 50px 0 30px;
}.cert_displayPB .head_lessonsM {
    gap: 30px;
    flex-direction: column;
}.cert_displayPB .header_sitebaraM {
    min-width: 100%;
    max-width: 100%;
}.cert_displayPB .company_holder {
    padding: 20px;
}.cert_displayPB .vr_labscL {
    max-width: 100%;
}
}

@media (max-width: 576px) {.cert_displayPB {
    padding: 40px 0 20px;
}.cert_displayPB .company_holder h3 {
    font-size: calc(35px * 0.8);
}.cert_displayPB .header_sitebaraM h5 {
    font-size: calc(24px * 0.9);
}}.attempt_nowT6 {
    padding: 7rem 0;
    z-index: 1;
    background: linear-gradient(135deg, rgb(121,115,116,0.5), rgb(152,148,148,0.5));
    position: relative;
    overflow: hidden;
}.attempt_nowT6::before {
    background: repeating-linear-gradient(
    -45deg,
    rgba(255, 255, 255, 0.03),
    rgba(255, 255, 255, 0.03) 15px,
    transparent 15px,
    transparent 30px
  );
    left: 0;
    content: "";
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    position: absolute;
}.attempt_nowT6::after {
    position: absolute;
    z-index: -1;
    transform: rotate(35deg);
    top: -50%;
    height: 200%;
    right: -25%;
    background: radial-gradient(
    circle at center,
    rgb(152,148,148,0.5) 0%,
    transparent 70%
  );
    width: 80%;
    content: "";
}.attempt_nowT6 .container {
    transform: perspective(1000px) rotateX(2deg);
    gap: 3rem;
    flex-direction: column;
    margin: 0 auto;
    position: relative;
    align-items: center;
    padding: 0 2rem;
    display: flex;
    max-width: 1200px;
}.attempt_nowT6 h2 {
    font-family: Arial, sans-serif;
    margin: 0 auto;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.2);
    max-width: 900px;
    text-align: center;
    font-size: 29px;
    animation: fadeSlideUp 0.8s ease-out forwards;
    font-weight: 700;
    position: relative;
    color: #000000;
    line-height: 1.4;
}.attempt_nowT6 .study_program17 {
    border-radius: 4px;
    animation: fadeSlideUp 0.8s ease-out 0.2s both;
    padding: 2rem;
    background: linear-gradient(
    to right bottom,
    rgba(255, 255, 255, 0.9),
    rgba(255, 255, 255, 0.5)
  );
    border-top: 1px solid rgba(255, 255, 255, 0.8);
    gap: 2rem;
    position: relative;
    border-left: 1px solid rgba(255, 255, 255, 0.8);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    backdrop-filter: blur(8px);
    display: flex;
    box-shadow: 
    0 10px 30px -5px rgba(0, 0, 0, 0.1),
    0 5px 15px -5px rgba(0, 0, 0, 0.05);
    width: calc(100% - 4rem);
    align-items: center;
    max-width: 600px;
    transform: translateY(0);
    justify-content: center;
}.attempt_nowT6 .study_program17:hover {
    box-shadow: 
    0 15px 35px -5px rgba(0, 0, 0, 0.15),
    0 10px 20px -5px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}.attempt_nowT6 svg {
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    flex-shrink: 0;
    animation: pulse 2s infinite alternate;
    height: 48px;
    width: 48px;
}.attempt_nowT6 .study_program17:hover svg {
    transform: scale(1.15) rotate(10deg);
}.attempt_nowT6 svg path {
    fill: rgb(152,148,148);
    transition: fill 0.3s ease;
}.attempt_nowT6 .study_program17:hover svg path {
    fill: rgb(121,115,116);
}.attempt_nowT6 .study_program17 > div {
    flex-grow: 1;
    display: flex;
    justify-content: center;
}.attempt_nowT6 .feedback_inquiryqm {
    letter-spacing: 0.5px;
    text-align: center;
    overflow: hidden;
    font-size: 14px;
    transition: all 0.3s ease;
    background: linear-gradient(
    135deg,
    rgb(152,148,148),
    rgb(121,115,116)
  );
    position: relative;
    transform: translateZ(0);
    padding: 1rem 2.5rem;
    border-radius: 3px;
    font-weight: 600;
    text-decoration: none;
    color: #ffffff;
    display: inline-block;
    font-family: Arial, sans-serif;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}.attempt_nowT6 .feedback_inquiryqm::before {
    background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
    content: "";
    width: 100%;
    top: 0;
    transition: left 0.7s ease;
    position: absolute;
    height: 100%;
    left: -100%;
}.attempt_nowT6 .feedback_inquiryqm:hover {
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px);
}.attempt_nowT6 .feedback_inquiryqm:hover::before {
    left: 100%;
}.attempt_nowT6 .feedback_inquiryqm:active {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    transform: translateY(1px);
}

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

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.08);
  }
}

@media (max-width: 992px) {.attempt_nowT6 {
    padding: 5rem 0;
}.attempt_nowT6 h2 {
    font-size: calc(29px * 0.9);
}
}

@media (max-width: 768px) {.attempt_nowT6 {
    padding: 4rem 0;
}.attempt_nowT6 h2 {
    font-size: calc(29px * 0.8);
}.attempt_nowT6 .study_program17 {
    padding: 1.5rem;
    flex-direction: column;
    gap: 1.5rem;
}.attempt_nowT6 svg {
    width: 40px;
    height: 40px;
}.attempt_nowT6 .feedback_inquiryqm {
    width: 100%;
    padding: 0.875rem 2rem;
    font-size: calc(14px * 0.9);
}
}

@media (max-width: 576px) {.attempt_nowT6 {
    padding: 3rem 0;
}.attempt_nowT6 h2 {
    font-size: calc(29px * 0.7);
}.attempt_nowT6 .container {
    transform: perspective(1000px) rotateX(1deg);
    padding: 0 1rem;
    gap: 2rem;
}.attempt_nowT6 .study_program17 {
    padding: 1.25rem;
    width: calc(100% - 2rem);
}.attempt_nowT6 svg {
    height: 36px;
    width: 36px;
}.attempt_nowT6 .feedback_inquiryqm {
    padding: 0.75rem 1.75rem;
    font-size: calc(14px * 0.85);
}
}

@media (prefers-reduced-motion: reduce) {.attempt_nowT6 .container,
  .attempt_nowT6 h2,
  .attempt_nowT6 .study_program17,
  .attempt_nowT6 svg,
  .attempt_nowT6 .feedback_inquiryqm::before {
    transition: opacity 0.3s ease;
    animation: none;
}.attempt_nowT6 .study_program17:hover,
  .attempt_nowT6 .feedback_inquiryqm:hover {
    transform: none;
}}.popupPrivacySettingsBP {
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
    z-index: 90;
    position: fixed;
    bottom: 0;
    transition: transform 0.3s ease-in-out;
    padding: 20px 0;
    transform: translateY(100%);
    animation: slideUp 0.5s forwards;
    border-top: 3px solid rgb(121,115,116);
    width: 100%;
    background: rgb(121,115,116);
}@keyframes slideUp {
    to {
        transform: translateY(0);
    }
}
#cookieDialogAlertxX {
    display: none;
}#cookieDialogAlertxX:checked ~ .popupPrivacySettingsBP {
    opacity: 0;
    visibility: hidden;
}.edu_trackRG {
    gap: 20px;
    justify-content: space-between;
    align-items: center;
    padding: 20px 5%;
    display: flex;
}.popupPrivacySettingsBP h5 {
    font-size: 19px;
    color: #ffffff;
    font-weight: 700;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}.popupPrivacySettingsBP p {
    color: #ffffff;
    font-size: 14px;
    font-family: Arial, sans-serif;
    line-height: 1.5;
}.data_controlhf {
    display: flex;
    margin-right: 15px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    filter: drop-shadow(0 0 10px rgb(152,148,148));
}.data_controlhf svg {
    height: 80px;
    transition: transform 0.3s ease-in-out;
    fill: rgb(152,148,148);
    width: 80px;
}.data_controlhf:hover svg {
    transform: scale(1.1);
}.cookie_reviewG1 {
    white-space: nowrap;
    box-shadow: 0 0 15px rgb(152,148,148);
    margin-left: 10px;
    border-radius: 12px;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    text-decoration: none;
    line-height: 40px;
    text-align: center;
    min-width: 140px;
    background: linear-gradient(90deg, rgb(152,148,148), rgb(121,115,116));
    flex-shrink: 0;
    color: #000000;
    padding: 10px 20px;
    font-size: 19px;
}.cookie_reviewG1:hover {
    box-shadow: 0 0 20px rgb(121,115,116);
}.cookie_button.user_alertqc {
    border: 2px solid rgb(121,115,116);
    color: #ffffff;
    background: rgba(0, 0, 0, 0.5);
}.cookie_button.user_alertqc:hover {
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 15px rgb(121,115,116);
}.popupPrivacySettingsBP p a {
    color: rgb(152,148,148);
    text-decoration: none;
    transition: color 0.3s ease;
}.popupPrivacySettingsBP p a:hover {
    color: rgb(121,115,116);
}
@media only screen and (max-width: 1200px) {.popupPrivacySettingsBP {
    padding: 15px 0;
}.edu_trackRG {
    padding: 15px 5%;
}
}
@media only screen and (max-width: 800px) {.data_controlhf {
    display: none;
}.edu_trackRG {
    text-align: center;
    flex-direction: column;
    align-items: center;
}.popupPrivacySettingsBP h5 {
    margin-bottom: 5px;
    font-size: 18px;
}.privacy_ctrlWt {
    margin-bottom: 15px;
}.cookie_reviewG1 {
    margin: 10px 0;
    min-width: 100%;
}}
.get_help_infovW {
    background: linear-gradient(135deg, rgb(184,181,181), rgb(152,148,148,0.5) 80%);
    position: relative;
    padding: 80px 0;
    overflow: hidden;
}.get_help_infovW::before {
    top: 0;
    z-index: 0;
    position: absolute;
    left: 0;
    background: 
        radial-gradient(circle at 10% 10%, rgb(152,148,148,0.5) 0%, transparent 60%),
        radial-gradient(circle at 90% 90%, rgb(121,115,116,0.5) 0%, transparent 60%);
    content: "";
    height: 100%;
    opacity: 0.7;
    width: 100%;
}.get_help_infovW::after {
    opacity: 0.05;
    animation: patternMove 30s linear infinite;
    z-index: 0;
    top: 0;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    height: 100%;
    background-size: 20px 20px;
    width: 100%;
    left: 0;
    position: absolute;
    content: "";
    background-image: 
        linear-gradient(45deg, rgb(184,181,181) 25%, transparent 25%), 
        linear-gradient(-45deg, rgb(184,181,181) 25%, transparent 25%), 
        linear-gradient(45deg, transparent 75%, rgb(184,181,181) 75%), 
        linear-gradient(-45deg, transparent 75%, rgb(184,181,181) 75%);
}@keyframes patternMove {
    0% {
        background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    }
    100% {
        background-position: 100px 100px, 100px 110px, 110px 90px, 90px 100px;
    }
}

.get_help_infovW .container {
    z-index: 1;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    padding: 0 20px;
}.get_help_infovW .send_messageYN {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}.get_help_infovW .course_ask2S {
    backdrop-filter: blur(10px);
    overflow: hidden;
    position: relative;
    background: rgba(255, 255, 255, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 40px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 23px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}.get_help_infovW .course_ask2S::before {
    content: "";
    position: absolute;
    height: 5px;
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(90deg, rgb(152,148,148), rgb(121,115,116));
    opacity: 0.8;
}.get_help_infovW .course_ask2S::after {
    transform: translate(30%, 30%);
    opacity: 0.2;
    bottom: 0;
    right: 0;
    position: absolute;
    width: 100px;
    content: "";
    height: 100px;
    border-radius: 50%;
    background: linear-gradient(135deg, transparent, rgb(152,148,148,0.5));
}.get_help_infovW .course_ask2S:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}.get_help_infovW h2 {
    color: rgb(121,115,116);
    position: relative;
    font-weight: 700;
    margin-bottom: 25px;
    font-size: 37px;
}.get_help_infovW h2::after {
    content: "";
    width: 60px;
    border-radius: 10px;
    background: rgb(152,148,148);
    bottom: -10px;
    position: absolute;
    left: 0;
    height: 3px;
}.get_help_infovW h3 {
    color: rgb(121,115,116);
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 600;
}.get_help_infovW p {
    margin-bottom: 15px;
    font-size: 13px;
    color: #000000;
    line-height: 1.6;
}.get_help_infovW .reach_teamHR {
    font-size: calc(13px * 1.1);
    color: rgb(121,115,116);
    margin-bottom: 20px;
    font-weight: 600;
}.get_help_infovW .edu_inputnt {
    margin-bottom: 25px;
}.get_help_infovW .feedback_formEH {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}.get_help_infovW .quick_helpCp {
    flex-wrap: wrap;
    gap: 10px;
    display: flex;
}.get_help_infovW .quick_helpCp span {
    display: inline-block;
    transition: background 0.3s ease;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    color: #ffffff;
    padding: 8px 15px;
    font-size: calc(13px * 0.9);
}.get_help_infovW .quick_helpCp span:hover {
    background: rgb(152,148,148,0.5);
}.get_help_infovW .course_ask2S .img_backgroundQ0 {
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 23px;
    overflow: hidden;
}.get_help_infovW .course_ask2S .img_backgroundQ0::after {
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0.5));
    position: absolute;
    content: "";
    width: 100%;
}.get_help_infovW .join_conversation3c {
    gap: 25px;
    display: flex;
    flex-direction: column;
}.get_help_infovW .join_conversation3c a {
    transition: all 0.3s ease;
    border-radius: 10px;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    display: flex;
    background: rgba(255, 255, 255, 0.05);
    padding: 15px 20px;
    text-decoration: none;
}.get_help_infovW .join_conversation3c a::before {
    background: rgb(152,148,148);
    width: 5px;
    transition: width 0.3s ease;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px 0 0 10px;
}.get_help_infovW .join_conversation3c a:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateX(5px);
}.get_help_infovW .join_conversation3c a:hover::before {
    width: 7px;
}.get_help_infovW .join_conversation3c a span {
    font-size: calc(13px * 0.9);
    color: rgb(121,115,116);
    font-weight: 600;
    margin-bottom: 5px;
}.get_help_infovW .join_conversation3c a p {
    font-size: 13px;
    color: #ffffff;
    font-weight: 400;
    margin: 0;
}.get_help_infovW svg {
    width: 24px;
    height: 24px;
    margin-right: 15px;
    vertical-align: middle;
    fill: rgb(152,148,148);
}.get_help_infovW svg path {
    fill: rgb(152,148,148);
    transition: fill 0.3s ease;
}.get_help_infovW .join_conversation3c a:hover svg,
.get_help_infovW .join_conversation3c a:hover svg path {
    fill: rgb(121,115,116);
}

@media (max-width: 992px) {.get_help_infovW {
    padding: 60px 0;
}.get_help_infovW .send_messageYN {
    grid-template-columns: 1fr 1fr;
}.get_help_infovW .course_ask2S:last-child {
    grid-column: span 2;
}.get_help_infovW .course_ask2S {
    padding: 30px;
}
}

@media (max-width: 768px) {.get_help_infovW {
    padding: 50px 0;
}.get_help_infovW .send_messageYN {
    grid-template-columns: 1fr;
}.get_help_infovW .course_ask2S {
    grid-column: span 1 !important;
}.get_help_infovW h2 {
    font-size: calc(37px * 0.9);
}.get_help_infovW .course_ask2S .img_backgroundQ0 {
    height: 300px;
}.get_help_infovW .join_conversation3c {
    gap: 15px;
}.get_help_infovW .join_conversation3c a {
    padding: 12px 15px;
}
}

@media (max-width: 576px) {.get_help_infovW {
    padding: 40px 0;
}.get_help_infovW .course_ask2S {
    padding: 25px 20px;
}.get_help_infovW h2 {
    font-size: calc(37px * 0.8);
}.get_help_infovW p {
    font-size: calc(13px * 0.95);
}.get_help_infovW .quick_helpCp {
    flex-direction: column;
    gap: 8px;
}.get_help_infovW .quick_helpCp span {
    width: 100%;
}.get_help_infovW .course_ask2S .img_backgroundQ0 {
    height: 250px;
}}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }
    50% {
        transform: scale(1.05);
        opacity: 0.9;
    }
    100% {
        transform: scale(1);
        opacity: 0.7;
    }
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0px);
    }
}

.get_help_infovW .course_ask2S:first-child {
    animation: float 6s ease-in-out infinite;
}.get_help_infovW .course_ask2S:nth-child(2) {
    animation: float 8s ease-in-out infinite;
}.get_help_infovW .course_ask2S:last-child {
    animation: float 7s ease-in-out infinite;
}.get_help_infovW .join_conversation3c a::after {
    position: absolute;
    height: 100%;
    top: 0;
    width: 30%;
    animation: shine 3s infinite;
    left: -100%;
    background: linear-gradient(
        to right,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    content: "";
}@keyframes shine {
    0% {
        left: -100%;
    }
    20% {
        left: 100%;
    }
    100% {
        left: 100%;
    }
}

.get_help_infovW .course_ask2S:hover h2::after {
    transition: width 0.3s ease;
    width: 80px;
}.get_help_infovW .quick_helpCp span:nth-child(odd) {
    transform: translateY(-3px);
}.get_help_infovW .quick_helpCp span:nth-child(even) {
    transform: translateY(3px);
}.training_methodSY {
    font-family: Arial, sans-serif;
    padding: 120px 0;
    position: relative;
    background: linear-gradient(135deg, rgba(#000000, 0.03) 0%, rgba(rgb(152,148,148), 0.05) 100%);
    overflow: hidden;
}.training_methodSY::before {
    position: absolute;
    height: 100%;
    background-size: 20px 20px;
    top: 0;
    background-image: 
        linear-gradient(45deg, rgba(rgb(152,148,148), 0.02) 25%, transparent 25%),
        linear-gradient(-45deg, rgba(rgb(152,148,148), 0.02) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgba(rgb(152,148,148), 0.02) 75%),
        linear-gradient(-45deg, transparent 75%, rgba(rgb(152,148,148), 0.02) 75%);
    content: '';
    z-index: 1;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    width: 100%;
    left: 0;
}.training_methodSY::after {
    opacity: 0.1;
    background: linear-gradient(135deg, rgb(152,148,148) 0%, rgb(121,115,116) 100%);
    z-index: 0;
    filter: blur(30px);
    height: 150px;
    bottom: -30px;
    content: '';
    right: -30px;
    width: 150px;
    position: absolute;
    border-radius: 50%;
}.training_methodSY .study_program17 {
    padding: 0 30px;
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: 2;
}.training_methodSY .study_program17:hover {
    transform: perspective(1000px) rotateX(0deg);
}.training_methodSY h2 {
    transform: translateZ(20px);
    margin-bottom: 40px;
    letter-spacing: -0.02em;
    font-size: 37px;
    font-weight: 700;
    text-align: left;
    position: relative;
    color: #000000;
}.training_methodSY h2::after {
    content: '';
    box-shadow: 0 2px 10px rgba(rgb(152,148,148), 0.2);
    border-radius: 10px;
    background: linear-gradient(to right, rgb(152,148,148), rgb(121,115,116));
    transform-origin: left center;
    width: 80px;
    left: 0;
    height: 4px;
    position: absolute;
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform: scaleX(1);
    bottom: -10px;
}.training_methodSY .study_program17:hover h2::after {
    transform: scaleX(1.5);
}.training_methodSY .text_displayfq {
    transform: translateZ(0);
    box-shadow: 
        15px 15px 30px rgba(#000000, 0.05),
        -15px -15px 30px rgba(#ffffff, 0.8),
        inset 3px 3px 6px rgba(#ffffff, 0.7),
        inset -3px -3px 6px rgba(#000000, 0.05);
    overflow: hidden;
    transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    padding: 40px;
    border-radius: calc(22px / 2);
    position: relative;
    background: #ffffff;
}.training_methodSY .text_displayfq::before {
    background: linear-gradient(90deg, rgb(152,148,148), rgb(121,115,116));
    top: 0;
    content: '';
    z-index: 1;
    position: absolute;
    left: 0;
    opacity: 0.8;
    width: 100%;
    height: 4px;
}.training_methodSY .text_displayfq::after {
    width: 40%;
    bottom: 0;
    position: absolute;
    content: '';
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    z-index: 0;
    right: 0;
    background: linear-gradient(135deg, transparent 0%, rgba(rgb(152,148,148), 0.03) 100%);
    height: 50%;
}.training_methodSY .study_program17:hover .text_displayfq {
    transform: translateY(-5px) translateZ(0);
    box-shadow: 
        20px 20px 40px rgba(#000000, 0.08),
        -20px -20px 40px rgba(#ffffff, 0.9),
        inset 3px 3px 6px rgba(#ffffff, 0.7),
        inset -3px -3px 6px rgba(#000000, 0.05);
}.training_methodSY p {
    line-height: 1.75;
    z-index: 2;
    position: relative;
    font-size: 13px;
    transition: transform 0.3s ease;
    margin: 0;
    color: #000000;
}.training_methodSY .study_program17:hover p {
    transform: scale(1.01);
}

@media (max-width: 991px) {.training_methodSY {
    padding: 90px 0;
}.training_methodSY .study_program17 {
    padding: 0 25px;
    transform: perspective(1000px) rotateX(1deg);
}.training_methodSY h2 {
    margin-bottom: 35px;
    font-size: calc(37px * 0.9);
}.training_methodSY .text_displayfq {
    padding: 35px;
}
}

@media (max-width: 767px) {.training_methodSY {
    padding: 70px 0;
}.training_methodSY .study_program17 {
    padding: 0 20px;
    transform: none;
}.training_methodSY h2 {
    font-size: calc(37px * 0.8);
    margin-bottom: 30px;
}.training_methodSY h2::after {
    width: 60px;
    height: 3px;
}.training_methodSY .text_displayfq {
    box-shadow: 
            10px 10px 20px rgba(#000000, 0.05),
            -10px -10px 20px rgba(#ffffff, 0.8),
            inset 2px 2px 4px rgba(#ffffff, 0.7),
            inset -2px -2px 4px rgba(#000000, 0.05);
    padding: 30px;
}.training_methodSY .study_program17:hover .text_displayfq {
    transform: translateY(-3px) translateZ(0);
    box-shadow: 
            15px 15px 30px rgba(#000000, 0.08),
            -15px -15px 30px rgba(#ffffff, 0.9),
            inset 2px 2px 4px rgba(#ffffff, 0.7),
            inset -2px -2px 4px rgba(#000000, 0.05);
}.training_methodSY p {
    line-height: 1.7;
    font-size: calc(13px * 0.95);
}
}

@media (max-width: 480px) {.training_methodSY {
    padding: 50px 0;
}.training_methodSY .study_program17 {
    padding: 0 15px;
}.training_methodSY h2 {
    font-size: calc(37px * 0.7);
    margin-bottom: 25px;
}.training_methodSY h2::after {
    height: 3px;
    width: 50px;
}.training_methodSY .text_displayfq {
    padding: 25px 20px;
}.training_methodSY p {
    line-height: 1.6;
    font-size: calc(13px * 0.9);
}}.title_boardw9 {
    background: linear-gradient(135deg, rgb(184,181,181) 0%, rgba(0, 0, 0, 0.5) 100%);
    display: flex;
    justify-content: center;
    min-height: 100vh;
    position: relative;
    align-items: center;
    overflow: hidden;
}.title_boardw9::before {
    opacity: 0.3;
    position: absolute;
    top: 0;
    background: 
    radial-gradient(circle at 20% 30%, rgb(152,148,148,0.5) 0%, transparent 40%),
    radial-gradient(circle at 80% 70%, rgb(121,115,116,0.5) 0%, transparent 40%);
    content: "";
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}.title_boardw9::after {
    animation: floatGlow 12s infinite alternate ease-in-out;
    width: 50%;
    position: absolute;
    right: -10%;
    transform: rotate(15deg);
    height: 50%;
    filter: blur(80px);
    top: -10%;
    z-index: 0;
    content: "";
    background: linear-gradient(45deg, rgb(152,148,148,0.5) 0%, rgb(121,115,116) 100%);
}.title_boardw9 .learn_skillsproKb {
    transform: translateY(-2%);
    display: grid;
    z-index: 2;
    grid-gap: 2rem;
    position: relative;
    grid-template-columns: 1fr;
    max-width: 1200px;
    width: 90%;
}.title_boardw9 .learn_skillsproKb > div:first-child {
    transform: translateX(-5%);
    animation: slideInLeft 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    padding: 2rem;
    position: relative;
}.title_boardw9 .learn_skillsproKb > div:first-child::before {
    content: "";
    top: 0;
    position: absolute;
    left: 0;
    height: 0;
    background: rgb(152,148,148);
    animation: lineGrow 1.5s cubic-bezier(0.34, 1.56, 0.64, 1) forwards 0.5s;
    width: 3px;
}.title_boardw9 .learn_skillsproKb p {
    color: #ffffff;
    position: relative;
    opacity: 0;
    max-width: 90%;
    transform: translateY(20px);
    line-height: 1.6;
    font-weight: 600;
    animation: fadeUp 1s ease forwards 0.8s;
    margin: 0;
    font-size: calc(14px * 1.2);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}.title_boardw9 .impact_numberskd {
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), 0 5px 15px rgba(0, 0, 0, 0.1);
    position: relative;
    animation: fadeScale 1.5s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
    transform: perspective(1000px) rotateY(-2deg) rotateX(1deg);
    overflow: hidden;
}.title_boardw9 .impact_numberskd:hover {
    transform: perspective(1000px) rotateY(0deg) rotateX(0deg) translateY(-5px);
}.title_boardw9 .impact_numberskd > div {
    flex-direction: column;
    position: relative;
    display: flex;
    min-height: 450px;
    justify-content: space-between;
    padding: 2.5rem;
}.title_boardw9 .impact_numberskd > div::before {
    top: 0;
    width: 100%;
    position: absolute;
    z-index: 1;
    height: 100%;
    left: 0;
    background: linear-gradient(to bottom, 
    rgba(0, 0, 0, 0.3) 0%, 
    rgba(0, 0, 0, 0.5) 50%,
    rgba(0, 0, 0, 0.8) 100%);
    content: "";
}.title_boardw9 .impact_numberskd h3 {
    position: relative;
    font-weight: 400;
    opacity: 0;
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    z-index: 2;
    line-height: 1.4;
    font-size: calc(20px * 1.1);
    transform: translateY(20px);
    animation: fadeUp 1s ease forwards 1.2s;
    margin-bottom: 2rem;
    max-width: 90%;
}.title_boardw9 .impact_numberskd > div > div {
    margin-top: auto;
    position: relative;
    z-index: 2;
}.title_boardw9 .title_style_header {
    transform: translateY(30px);
    margin: 0;
    animation: fadeUp 1.2s cubic-bezier(0.34, 1.56, 0.64, 1) forwards 1.5s;
    font-size: 46px;
    background-clip: text !important;
    background: linear-gradient(90deg, #ffffff, rgb(152,148,148));
    display: inline-block;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
    opacity: 0;
    -webkit-background-clip: text !important;
    line-height: 1.2;
    font-weight: 700;
    color: transparent;
    color: #ffffff;
    position: relative;
}.title_boardw9 .title_style_header::after {
    content: "";
    position: absolute;
    background: rgb(152,148,148);
    animation: lineGrowWidth 1.5s cubic-bezier(0.34, 1.56, 0.64, 1) forwards 2s;
    width: 0;
    bottom: -10px;
    left: 0;
    height: 3px;
}

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

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

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

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

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

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

@media (min-width: 768px) {.title_boardw9 .learn_skillsproKb {
    grid-gap: 3rem;
    grid-template-columns: 0.4fr 0.6fr;
}.title_boardw9 .learn_skillsproKb > div:first-child {
    align-items: center;
    display: flex;
}.title_boardw9 .learn_skillsproKb p {
    font-size: calc(14px * 1.3);
}.title_boardw9 .impact_numberskd > div {
    min-height: 500px;
}.title_boardw9 .title_style_header {
    font-size: calc(46px * 1.2);
}.title_boardw9 .impact_numberskd h3 {
    max-width: 80%;
    font-size: calc(20px * 1.2);
}
}

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

@media (max-width: 767px) {.title_boardw9 {
    padding: 4rem 1rem;
}.title_boardw9 .learn_skillsproKb > div:first-child {
    padding: 1.5rem;
}.title_boardw9 .impact_numberskd > div {
    padding: 2rem;
    min-height: 400px;
}.title_boardw9 .title_style_header {
    font-size: calc(46px * 0.9);
}.title_boardw9 .impact_numberskd h3 {
    font-size: 20px;
    margin-bottom: 1.5rem;
}
}

@media (max-width: 480px) {.title_boardw9 {
    padding: 3rem 1rem;
}.title_boardw9 .learn_skillsproKb {
    width: 95%;
}.title_boardw9 .learn_skillsproKb > div:first-child {
    padding: 1rem;
}.title_boardw9 .learn_skillsproKb p {
    max-width: 100%;
    font-size: 14px;
}.title_boardw9 .impact_numberskd > div {
    min-height: 350px;
    padding: 1.5rem;
}.title_boardw9 .title_style_header {
    font-size: calc(29px * 0.9);
}.title_boardw9 .impact_numberskd h3 {
    max-width: 100%;
    font-size: calc(16px * 1.1);
}}.instructor_profileOx {
    overflow: hidden;
    padding: 5rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(184,181,181) 0%, #ffffff 100%);
}.instructor_profileOx::before {
    top: -10%;
    background: linear-gradient(45deg, rgb(121,115,116,0.5) 0%, rgb(152,148,148,0.5) 100%);
    height: 80%;
    right: -5%;
    z-index: 0;
    width: 30%;
    filter: blur(40px);
    opacity: 0.4;
    transform: rotate(-15deg);
    content: "";
    position: absolute;
}.instructor_profileOx::after {
    bottom: -10%;
    z-index: 0;
    position: absolute;
    width: 40%;
    transform: rotate(10deg);
    filter: blur(50px);
    content: "";
    background: linear-gradient(-45deg, rgb(152,148,148,0.5) 0%, rgb(121,115,116,0.5) 100%);
    height: 70%;
    left: -5%;
    opacity: 0.3;
}.instructor_profileOx .container {
    position: relative;
    margin: 0 auto;
    z-index: 1;
    padding: 0 1.5rem;
    max-width: 1200px;
}.instructor_profileOx .client_viewsNI {
    padding: 2rem;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    grid-template-columns: 1fr;
    transform: perspective(1000px) rotateY(-2deg);
    gap: 2rem;
    display: grid;
    border-left: 4px solid rgb(121,115,116);
}.instructor_profileOx .client_viewsNI:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 
                0 10px 20px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateY(0deg) translateY(-5px);
}.instructor_profileOx .img_backgroundQ0 {
    transform: rotate(-3deg);
    height: 180px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    position: relative;
    width: 180px;
    margin: 0 auto;
    transition: all 0.4s ease-out;
}.instructor_profileOx .img_backgroundQ0:hover {
    transform: rotate(0deg) scale(1.03);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}.instructor_profileOx .img_backgroundQ0::after {
    bottom: 10px;
    pointer-events: none;
    right: 10px;
    position: absolute;
    border-radius: 5px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    top: 10px;
    left: 10px;
    content: "";
}.instructor_profileOx .name {
    color: #000000;
    position: relative;
    display: inline-block;
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 0.5rem;
}.instructor_profileOx .name::after {
    left: 0;
    position: absolute;
    bottom: -5px;
    background: linear-gradient(90deg, rgb(121,115,116) 0%, transparent 100%);
    height: 3px;
    width: 40%;
    content: "";
    transition: width 0.3s ease;
}.instructor_profileOx .client_viewsNI:hover .name::after {
    width: 70%;
}.instructor_profileOx .exp_detailslH {
    line-height: 1.7;
    margin: 0;
    position: relative;
    font-size: 17px;
    border-left: 2px solid rgb(121,115,116,0.5);
    color: #000000;
    padding-left: 1.5rem;
}.instructor_profileOx .exp_detailslH::before {
    font-size: 5rem;
    color: rgb(121,115,116,0.5);
    top: -20px;
    position: absolute;
    left: -10px;
    font-family: serif;
    content: "";
    opacity: 0.3;
}

@media (min-width: 768px) {.instructor_profileOx {
    padding: 7rem 0;
}.instructor_profileOx .client_viewsNI {
    grid-template-columns: 220px 1fr;
    gap: 2.5rem;
    grid-template-rows: auto 1fr;
    padding: 3rem;
}.instructor_profileOx .client_viewsNI > div:nth-child(1) {
    grid-row: 1 / 3;
}.instructor_profileOx .img_backgroundQ0 {
    width: 220px;
    height: 280px;
    margin: 0;
}.instructor_profileOx .exp_detailslH {
    font-size: calc(17px + 0.1rem);
    padding-left: 2rem;
}
}

@media (min-width: 992px) {.instructor_profileOx .client_viewsNI {
    padding: 4rem;
    grid-template-columns: 300px 1fr;
    gap: 3rem;
}.instructor_profileOx .img_backgroundQ0 {
    height: 350px;
    width: 280px;
}.instructor_profileOx .name {
    font-size: calc(23px + 0.2rem);
}.instructor_profileOx .exp_detailslH {
    font-size: calc(17px + 0.2rem);
    line-height: 1.8;
    padding-left: 2.5rem;
}
}

@media (min-width: 1200px) {.instructor_profileOx .container {
    padding: 0 2rem;
}.instructor_profileOx .client_viewsNI {
    padding: 5rem;
    transform: perspective(1500px) rotateY(-3deg);
    grid-template-columns: 350px 1fr;
    gap: 4rem;
}.instructor_profileOx .img_backgroundQ0 {
    width: 320px;
    height: 400px;
}
}

@media (max-width: 767px) {.instructor_profileOx .client_viewsNI > div:nth-child(2) {
    text-align: center;
}.instructor_profileOx .name::after {
    left: 50%;
    transform: translateX(-50%);
}.instructor_profileOx .exp_detailslH {
    text-align: left;
    padding: 1.5rem;
}}header {
    z-index: 100;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding: 0;
    position: relative;
    background: rgb(184,181,181);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    margin-top: 0;
}header::before {
    background: linear-gradient(90deg, 
        transparent 0%,
        rgba(rgb(152,148,148), 0.03) 25%, 
        rgba(rgb(152,148,148), 0.05) 50%,
        rgba(rgb(152,148,148), 0.03) 75%,
        transparent 100%
    );
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
    content: '';
    height: 100%;
}header .main_guidegs {
    justify-content: space-between;
    padding: 1.2rem 2rem;
    display: flex;
    position: relative;
    align-items: center;
    z-index: 2;
}header .top_infopm {
    position: relative;
    margin-right: 2rem;
    max-width: 180px;
    flex: 0 0 auto;
}header .first_classBH {
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    display: block;
    position: relative;
}header .first_classBH:hover {
    transform: translateY(-3px);
}header .first_classBH img {
    filter: brightness(1.03);
    height: auto;
    max-width: 100%;
    display: block;
}header .first_classBH::before {
    border-radius: 10px;
    transform: scaleX(0.7);
    content: '';
    position: absolute;
    opacity: 0;
    width: 100%;
    left: 0;
    transition: all 0.3s ease;
    background: rgb(152,148,148);
    height: 10px;
    bottom: -15px;
}header .first_classBH:hover::before {
    transform: scaleX(1);
    opacity: 0.7;
}header .header_sitebaraM {
    flex-wrap: nowrap;
    list-style: none;
    display: flex;
    position: relative;
    margin: 0;
    padding: 0;
}header .header_sitebaraM::after {
    height: 1px;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(152,148,148,0.5), 
        transparent
    );
    content: '';
    left: 0;
    width: 100%;
    position: absolute;
    bottom: -15px;
}header .main_trainjO {
    position: relative;
    margin: 0;
}header .main_trainjO a {
    padding: 1rem 1.2rem;
    color: #000000;
    position: relative;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    display: block;
    transition: all 0.3s ease;
    overflow: hidden;
}header .main_trainjO a::before {
    background: rgb(152,148,148);
    bottom: 0;
    content: '';
    transform: translateX(-100%);
    position: absolute;
    left: 0;
    transition: transform 0.3s ease;
    height: 3px;
    width: 100%;
}header .main_trainjO a:hover {
    color: rgb(152,148,148);
}header .main_trainjO a:hover::before {
    transform: translateX(0);
}header .main_trainjO a::after {
    border-radius: 10px;
    left: 0;
    content: '';
    background: rgb(152,148,148,0.5);
    height: 100%;
    pointer-events: none;
    top: 0;
    transform: scale(0.8);
    width: 100%;
    transition: all 0.3s ease;
    z-index: -1;
    opacity: 0;
    position: absolute;
}header .main_trainjO a:hover::after {
    opacity: 0.15;
    transform: scale(1);
}header .main_guidegs::before {
    top: 0;
    height: 100%;
    right: 0;
    content: '';
    background: linear-gradient(-90deg, rgb(184,181,181), transparent);
    z-index: -1;
    position: absolute;
    width: 30%;
}header .main_guidegs::after {
    height: 100%;
    background: linear-gradient(90deg, rgb(184,181,181), transparent);
    left: 0;
    z-index: -1;
    top: 0;
    position: absolute;
    content: '';
    width: 30%;
}header .site_infoca {
    padding-top: 2rem;
    background: #ffffff;
    position: relative;
    z-index: 1;
}

@media (min-width: 1400px) {header .main_guidegs {
    max-width: 1300px;
    margin: 0 auto;
}header .main_trainjO a {
    padding: 1rem 1.5rem;
}
}

@media (max-width: 991px) {header .main_guidegs {
    padding: 1rem;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
}header .top_infopm {
    margin-right: 0;
    margin-bottom: 0;
}header .header_sitebaraM {
    margin-top: 0;
    padding-top: 1rem;
    flex-wrap: wrap;
    justify-content: flex-end;
    flex-basis: 100%;
}header .main_trainjO {
    margin-bottom: 0.5rem;
}header .main_trainjO a {
    padding: 0.7rem 1rem;
    font-size: calc(14px - 1px);
}
}

@media (max-width: 767px) {header {
    margin-top: 0;
}header .main_guidegs {
    padding: 1rem 1.5rem;
}header .top_infopm {
    flex: 0 0 auto;
    max-width: 150px;
}header .header_sitebaraM {
    justify-content: flex-start;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    flex-wrap: nowrap;
    padding: 0.5rem 0;
    margin-top: 0.5rem;
    overflow-x: auto;
    padding-bottom: 0.5rem;
}header .header_sitebaraM::-webkit-scrollbar {
    height: 3px;
}header .header_sitebaraM::-webkit-scrollbar-thumb {
    background: rgb(152,148,148,0.5);
    border-radius: 10px;
}header .main_trainjO {
    flex: 0 0 auto;
}header .main_trainjO a {
    padding: 0.6rem 0.8rem;
    font-size: calc(14px - 2px);
    white-space: nowrap;
}header .header_sitebaraM::after {
    bottom: 0;
}header .first_classBH::before {
    display: none;
}}.potential_learnersvb {
    position: relative;
    padding: 120px 0;
    background: linear-gradient(180deg, rgb(184,181,181) 0%, #ffffff 100%);
    overflow: hidden;
}.potential_learnersvb::before {
    width: 100%;
    left: 0;
    position: absolute;
    top: 0;
    height: 100%;
    content: "";
    opacity: 0.05;
    z-index: 1;
    background: linear-gradient(135deg, rgb(152,148,148,0.5) 25%, transparent 25%) -50px 0,
                linear-gradient(225deg, rgb(152,148,148,0.5) 25%, transparent 25%) -50px 0,
                linear-gradient(315deg, rgb(152,148,148,0.5) 25%, transparent 25%),
                linear-gradient(45deg, rgb(152,148,148,0.5) 25%, transparent 25%);
    background-size: 100px 100px;
}.potential_learnersvb .container {
    padding: 0 15px;
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}.potential_learnersvb .study_program17 {
    position: relative;
    perspective: 1000px;
}.potential_learnersvb h4 {
    display: inline-block;
    padding-bottom: 15px;
    font-weight: 700;
    font-size: 29px;
    margin-bottom: 80px;
    color: #000000;
    position: relative;
    left: 50%;
    text-align: center;
    transform: translateX(-50%);
}.potential_learnersvb h4::before {
    content: "";
    border-radius: 3px;
    width: 50%;
    height: 3px;
    left: 25%;
    background: rgb(152,148,148);
    bottom: 0;
    position: absolute;
}.potential_learnersvb h4::after {
    bottom: 10px;
    left: 15%;
    width: 70%;
    content: "";
    position: absolute;
    background: rgb(121,115,116,0.5);
    border-radius: 1px;
    height: 1px;
}.potential_learnersvb div > div {
    perspective: 1000px;
    display: grid;
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}.potential_learnersvb p {
    border-radius: 10px;
    color: #000000;
    transition: all 0.4s cubic-bezier(0.17, 0.67, 0.83, 0.67);
    font-size: 17px;
    display: flex;
    background: #ffffff;
    align-items: flex-start;
    position: relative;
    transform: translateZ(0) rotateX(0) rotateY(0);
    padding: 25px;
    z-index: 1;
    transform-style: preserve-3d;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}.potential_learnersvb p:nth-child(odd) {
    animation: float1 5s ease-in-out infinite;
}.potential_learnersvb p:nth-child(even) {
    animation: float2 6s ease-in-out infinite;
}@keyframes float1 {
    0%, 100% {
        transform: translateZ(20px) translateY(0);
    }
    50% {
        transform: translateZ(40px) translateY(-15px);
    }
}

@keyframes float2 {
    0%, 100% {
        transform: translateZ(30px) translateY(0);
    }
    50% {
        transform: translateZ(50px) translateY(-20px);
    }
}

.potential_learnersvb p::before {
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s ease;
    content: "";
    border-radius: 10px;
    left: 0;
    position: absolute;
    background: linear-gradient(135deg, #ffffff 0%, rgb(184,181,181) 100%);
    top: 0;
    height: 100%;
    width: 100%;
}.potential_learnersvb p:hover {
    transform: translateZ(60px) rotateX(5deg) rotateY(5deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}.potential_learnersvb p:hover::before {
    opacity: 1;
}.potential_learnersvb p svg {
    transform: translateZ(10px);
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
    height: 28px;
    width: 28px;
    flex-shrink: 0;
    margin-right: 15px;
    transition: all 0.3s ease;
}.potential_learnersvb p svg path {
    transition: fill 0.3s ease;
    fill: rgb(152,148,148);
}.potential_learnersvb p:hover svg {
    transform: translateZ(30px) scale(1.2);
}.potential_learnersvb p:hover svg path {
    fill: rgb(121,115,116);
}.potential_learnersvb p span {
    transform: translateZ(5px);
}.potential_learnersvb::after {
    height: 200px;
    content: "";
    background: linear-gradient(to top, #ffffff, transparent);
    z-index: 1;
    pointer-events: none;
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px) translateZ(0);
    }
    to {
        opacity: 1;
        transform: translateY(0) translateZ(0);
    }
}


@media (max-width: 991px) {.potential_learnersvb {
    padding: 100px 0;
}.potential_learnersvb h4 {
    font-size: calc(29px * 0.9);
    margin-bottom: 60px;
}.potential_learnersvb div > div {
    gap: 30px;
}.potential_learnersvb p {
    padding: 20px;
}
    
    @keyframes float1 {
        0%, 100% {
            transform: translateZ(10px) translateY(0);
        }
        50% {
            transform: translateZ(20px) translateY(-10px);
        }
    }
    
    @keyframes float2 {
        0%, 100% {
            transform: translateZ(15px) translateY(0);
        }
        50% {
            transform: translateZ(25px) translateY(-12px);
        }
    }
}

@media (max-width: 768px) {.potential_learnersvb {
    padding: 80px 0;
}.potential_learnersvb h4 {
    margin-bottom: 50px;
    font-size: calc(29px * 0.8);
}.potential_learnersvb div > div {
    gap: 25px;
    grid-template-columns: 1fr;
}.potential_learnersvb p {
    padding: 18px;
}.potential_learnersvb p svg {
    margin-right: 12px;
    height: 24px;
    width: 24px;
}.potential_learnersvb p:nth-child(odd),
    .potential_learnersvb p:nth-child(even) {
    animation: none;
    transform: none;
}.potential_learnersvb p:hover {
    transform: translateY(-5px);
}.potential_learnersvb p:hover svg {
    transform: scale(1.2);
}.potential_learnersvb::after {
    height: 100px;
}
}

@media (max-width: 576px) {.potential_learnersvb {
    padding: 60px 0;
}.potential_learnersvb h4 {
    font-size: calc(29px * 0.7);
    margin-bottom: 40px;
}.potential_learnersvb h4::before {
    height: 2px;
}.potential_learnersvb h4::after {
    bottom: 8px;
}.potential_learnersvb div > div {
    gap: 20px;
}.potential_learnersvb p {
    font-size: calc(17px * 0.9);
    padding: 15px;
}.potential_learnersvb p svg {
    height: 20px;
    width: 20px;
    margin-right: 10px;
}}.get_in_touchtj {
    overflow: hidden;
    background: rgb(184,181,181);
    padding: 100px 0;
    position: relative;
}.get_in_touchtj::before {
    opacity: 0.07;
    z-index: 1;
    left: 0;
    height: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgb(152,148,148,0.5) 0,
        rgb(152,148,148,0.5) 1px,
        transparent 1px,
        transparent 30px
    );
    position: absolute;
    width: 100%;
    top: 0;
    content: "";
}.get_in_touchtj::after {
    opacity: 0.07;
    height: 100%;
    z-index: 1;
    background-size: 30px 30px;
    left: 0;
    position: absolute;
    top: 0;
    content: "";
    background-image: 
        linear-gradient(rgb(121,115,116,0.5) 1px, transparent 1px),
        linear-gradient(90deg, rgb(121,115,116,0.5) 1px, transparent 1px);
    width: 100%;
}.get_in_touchtj .container {
    position: relative;
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
    padding: 0 30px;
}.get_in_touchtj h2 {
    position: relative;
    font-weight: 700;
    font-size: 30px;
    padding-bottom: 20px;
    color: #000000;
    margin-bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    display: inline-block;
}.get_in_touchtj h2::before {
    width: 80px;
    position: absolute;
    bottom: 0;
    height: 4px;
    left: calc(50% - 40px);
    background: rgb(152,148,148);
    content: "";
}.get_in_touchtj h2::after {
    content: "";
    position: absolute;
    width: 30px;
    left: calc(50% - 15px);
    bottom: 0;
    background: rgb(121,115,116);
    height: 4px;
}.get_in_touchtj .help_panelp1 {
    border-radius: 0;
    position: relative;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    margin-top: 50px;
    overflow: hidden;
    display: flex;
}.get_in_touchtj .img_backgroundQ0 {
    flex: 0 0 45%;
    position: relative;
    min-height: 550px;
}.get_in_touchtj .img_backgroundQ0::before {
    content: "";
    background: linear-gradient(
        135deg, 
        rgba(rgb(152,148,148), 0.4), 
        rgba(rgb(121,115,116), 0.4)
    );
    inset: 0;
    position: absolute;
    z-index: 1;
}.get_in_touchtj .message_queryQz {
    justify-content: center;
    padding: 60px;
    flex: 0 0 55%;
    display: flex;
    position: relative;
    flex-direction: column;
}.get_in_touchtj .message_queryQz::before {
    width: 150px;
    right: -75px;
    position: absolute;
    content: "";
    border-radius: 50%;
    height: 150px;
    z-index: 0;
    top: -75px;
    border: 30px solid rgb(152,148,148,0.5);
}.get_in_touchtj .message_queryQz::after {
    left: -50px;
    width: 100px;
    background: rgb(121,115,116,0.5);
    border-radius: 0;
    height: 100px;
    bottom: -50px;
    position: absolute;
    content: "";
    z-index: 0;
    transform: rotate(45deg);
}.get_in_touchtj form {
    position: relative;
    z-index: 2;
}.get_in_touchtj form h3 {
    color: #000000;
    position: relative;
    font-size: 23px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 40px;
}.get_in_touchtj form h3::after {
    position: absolute;
    bottom: -15px;
    width: 50%;
    height: 2px;
    content: "";
    left: 0;
    background: rgb(152,148,148);
}.get_in_touchtj form input[type="text"] {
    width: 100%;
    padding: 20px 25px;
    margin-bottom: 25px;
    font-size: 15px;
    transition: all 0.3s ease;
    background: transparent;
    border: none;
    border-bottom: 2px solid rgb(184,181,181);
    color: #000000;
}.get_in_touchtj form input[type="text"]:focus {
    border-bottom-color: rgb(152,148,148);
    outline: none;
}.get_in_touchtj form input[type="text"]::placeholder {
    transition: all 0.3s ease;
    color: rgba(#000000, 0.5);
}.get_in_touchtj form input[type="text"]:focus::placeholder {
    opacity: 0;
    transform: translateY(-10px);
}.get_in_touchtj .query_panelgI {
    position: relative;
    margin-bottom: 40px;
}.get_in_touchtj .query_panelgI input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.get_in_touchtj .query_panelgI label {
    padding-left: 35px;
    position: relative;
    font-size: 15px;
    color: #000000;
    cursor: pointer;
    line-height: 1.5;
}.get_in_touchtj .query_panelgI label::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    border: 2px solid rgb(184,181,181);
    transition: all 0.3s ease;
    width: 22px;
    background: transparent;
    height: 22px;
}.get_in_touchtj .query_panelgI input[type="checkbox"]:checked + label::before {
    background: rgb(152,148,148);
    border-color: rgb(152,148,148);
}.get_in_touchtj .query_panelgI input[type="checkbox"]:checked + label::after {
    top: 4px;
    content: "";
    position: absolute;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    width: 6px;
    height: 12px;
    border: solid #ffffff;
    left: 8px;
}.get_in_touchtj .query_panelgI label a {
    text-decoration: none;
    color: rgb(152,148,148);
    position: relative;
    transition: all 0.3s ease;
    font-weight: 600;
}.get_in_touchtj .query_panelgI label a::after {
    transform: scaleX(1);
    bottom: -1px;
    height: 1px;
    left: 0;
    width: 100%;
    transition: transform 0.3s ease;
    background: rgb(152,148,148);
    transform-origin: left;
    content: "";
    position: absolute;
}.get_in_touchtj .query_panelgI label a:hover {
    color: rgb(121,115,116);
}.get_in_touchtj .query_panelgI label a:hover::after {
    transform: scaleX(0);
    background: rgb(121,115,116);
}.get_in_touchtj .feedback_inquiryqm {
    display: inline-block;
    border: none;
    font-weight: 600;
    padding: 18px 40px;
    transition: all 0.3s ease;
    cursor: pointer;
    font-size: 15px;
    clip-path: polygon(
        0 0,
        100% 0,
        100% 70%,
        90% 100%,
        0 100%
    );
    z-index: 1;
    background: rgb(152,148,148);
    color: #ffffff;
    width: auto;
    overflow: hidden;
    position: relative;
}.get_in_touchtj .feedback_inquiryqm::before {
    position: absolute;
    content: "";
    width: 0;
    left: -10px;
    transform: skewX(-25deg);
    transition: width 0.5s ease;
    z-index: -1;
    height: 100%;
    background: rgb(121,115,116);
    top: 0;
}.get_in_touchtj .feedback_inquiryqm:hover::before {
    width: 150%;
}.get_in_touchtj svg {
    transition: all 0.3s ease;
    height: 24px;
    fill: none;
    stroke: rgb(152,148,148);
    width: 24px;
    stroke-width: 2;
}.get_in_touchtj svg path {
    fill: none;
    transition: all 0.3s ease;
    stroke: rgb(152,148,148);
}.get_in_touchtj svg:hover,
.get_in_touchtj svg:hover path {
    stroke: rgb(121,115,116);
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-15px);
    }
    100% {
        transform: translateY(0px);
    }
}

@media (max-width: 1024px) {.get_in_touchtj {
    padding: 80px 0;
}.get_in_touchtj .img_backgroundQ0 {
    min-height: 500px;
}.get_in_touchtj .message_queryQz {
    padding: 50px 40px;
}
}

@media (max-width: 768px) {.get_in_touchtj {
    padding: 60px 0;
}.get_in_touchtj .help_panelp1 {
    flex-direction: column;
}.get_in_touchtj .img_backgroundQ0 {
    min-height: 300px;
    width: 100%;
}.get_in_touchtj .message_queryQz {
    width: 100%;
    padding: 40px 30px;
}.get_in_touchtj form h3 {
    margin-bottom: 30px;
}.get_in_touchtj form input[type="text"] {
    padding: 15px 20px;
    margin-bottom: 20px;
}.get_in_touchtj .query_panelgI {
    margin-bottom: 30px;
}.get_in_touchtj .feedback_inquiryqm {
    padding: 15px 30px;
    width: 100%;
}
}

@media (max-width: 480px) {.get_in_touchtj {
    padding: 50px 0;
}.get_in_touchtj h2 {
    font-size: calc(30px * 0.85);
}.get_in_touchtj .help_panelp1 {
    margin-top: 30px;
}.get_in_touchtj .img_backgroundQ0 {
    min-height: 200px;
}.get_in_touchtj .message_queryQz {
    padding: 30px 20px;
}.get_in_touchtj form h3 {
    margin-bottom: 25px;
    font-size: calc(23px * 0.9);
}.get_in_touchtj form input[type="text"] {
    padding: 12px 15px;
    margin-bottom: 15px;
}.get_in_touchtj .query_panelgI {
    margin-bottom: 25px;
}.get_in_touchtj .query_panelgI label {
    font-size: calc(15px * 0.9);
}.get_in_touchtj .feedback_inquiryqm {
    padding: 12px 25px;
}}.learning_profitskn {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(184,181,181) 0%, rgba(245, 248, 251, 0.9) 100%);
    padding: 7rem 0;
}.learning_profitskn::before {
    background-image: 
        linear-gradient(45deg, rgba(240, 245, 255, 0.3) 25%, transparent 25%),
        linear-gradient(-45deg, rgba(240, 245, 255, 0.3) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgba(240, 245, 255, 0.3) 75%),
        linear-gradient(-45deg, transparent 75%, rgba(240, 245, 255, 0.3) 75%);
    height: 100%;
    z-index: 0;
    background-size: 20px 20px;
    position: absolute;
    left: 0;
    content: "";
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    opacity: 0.3;
    width: 100%;
    top: 0;
}.learning_profitskn .container {
    z-index: 1;
    padding: 0 15px;
    max-width: 1320px;
    position: relative;
    margin: 0 auto;
}.learning_profitskn .study_program17 {
    display: flex;
    gap: 2.5rem;
    flex-direction: column-reverse;
    position: relative;
}.learning_profitskn .text_displayfq {
    border-left: 4px solid rgb(152,148,148);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 2.5rem;
    background: #ffffff;
    transform: translateY(0);
}.learning_profitskn .text_displayfq:hover {
    transform: translateY(-5px);
}.learning_profitskn h4 {
    font-family: Arial, sans-serif;
    margin-bottom: 2rem;
    line-height: 1.4;
    color: #000000;
    position: relative;
    padding-bottom: 1rem;
    font-weight: 700;
    font-size: calc(18px * 1.15);
}.learning_profitskn h4::after {
    bottom: 0;
    left: 0;
    background: rgb(152,148,148);
    width: 60px;
    border-radius: 10px;
    content: "";
    position: absolute;
    height: 3px;
}.learning_profitskn .text_displayfq > div {
    margin-bottom: 1.5rem;
}.learning_profitskn ul {
    margin: 0;
    padding: 0;
    list-style: none;
}.learning_profitskn li {
    margin-bottom: 1.25rem;
    transition: transform 0.4s ease;
    transform: translateX(0);
}.learning_profitskn li:hover {
    transform: translateX(8px);
}.learning_profitskn li p {
    margin: 0;
    font-size: 16px;
    align-items: flex-start;
    gap: 1rem;
    color: #000000;
    display: flex;
    line-height: 1.6;
}.learning_profitskn li p span:first-child {
    flex-shrink: 0;
    margin-top: 0.2rem;
}.learning_profitskn li p span:last-child {
    flex-grow: 1;
}.learning_profitskn svg {
    transition: transform 0.3s ease-out;
    transform: scale(1);
    width: 22px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    height: 22px;
}.learning_profitskn li:hover svg {
    transform: scale(1.15);
}.learning_profitskn svg path {
    transition: fill 0.3s ease;
    fill: rgb(152,148,148);
}.learning_profitskn li:hover svg path {
    fill: rgb(121,115,116);
}.learning_profitskn .img_backgroundQ0 {
    object-fit: cover;
    transform: perspective(1000px) rotateY(0);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12);
    height: auto;
    width: 100%;
    border-radius: 18px;
    transition: transform 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
}.learning_profitskn .study_program17:hover .img_backgroundQ0 {
    transform: perspective(1000px) rotateY(3deg);
}

@media (min-width: 768px) {.learning_profitskn .study_program17 {
    flex-direction: row;
    align-items: center;
}.learning_profitskn .text_displayfq {
    flex: 1;
    z-index: 2;
    padding: 3rem;
    margin-right: -4rem;
}.learning_profitskn .img_backgroundQ0 {
    clip-path: polygon(8% 0, 100% 0, 100% 100%, 0 100%);
    flex: 1;
    margin-left: auto;
    max-width: 50%;
}.learning_profitskn .text_displayfq > div {
    display: flex;
    gap: 2rem;
}.learning_profitskn .text_displayfq > div > ul {
    flex: 1;
}
}

@media (min-width: 992px) {.learning_profitskn {
    padding: 9rem 0;
}.learning_profitskn h4 {
    font-size: calc(18px * 1.3);
}.learning_profitskn .text_displayfq {
    margin-right: -6rem;
    padding: 4rem;
}.learning_profitskn .img_backgroundQ0 {
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
}.learning_profitskn li p {
    font-size: calc(16px * 1.05);
}
}

@media (min-width: 1200px) {.learning_profitskn h4 {
    max-width: 90%;
    font-size: calc(18px * 1.4);
}.learning_profitskn .text_displayfq {
    padding: 4.5rem;
    margin-right: -8rem;
}.learning_profitskn svg {
    width: 24px;
    height: 24px;
}.learning_profitskn .img_backgroundQ0 {
    clip-path: polygon(12% 0, 100% 0, 100% 100%, 0 100%);
}
}

@media (max-width: 767px) {.learning_profitskn {
    padding: 5rem 0;
}.learning_profitskn .text_displayfq > div:first-of-type ul {
    margin-bottom: 0;
}.learning_profitskn .img_backgroundQ0 {
    object-position: center;
    max-height: 360px;
}
}