﻿* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}.support_ctaN7 {
    flex: 0 0 auto;
}.wrapper-containerdt {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    height: 100%;
}html,body {
    scroll-behavior: auto;
    height: 100%;
    color: #000000;
    font-family: Arial, sans-serif;
    min-height: 100%;
}.nav_coreIy {
    flex: 1 0 auto;
}.container {
    width: 1251px;
    max-width: 100%;
    margin: auto;
}header,footer {
    width: 100%;
}svg {
    height: 30px;
    width: 30px;
}a {
    text-decoration: none;
    color: inherit;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.instructor_profileBR {
    position: relative;
    overflow: hidden;
    padding: 90px 0;
    background: linear-gradient(135deg, rgb(181,196,194) 0%, #f5f7fa 100%);
}.instructor_profileBR::before {
    opacity: 0.4;
    width: 300px;
    animation: float 15s ease-in-out infinite alternate;
    content: "";
    height: 300px;
    filter: blur(60px);
    top: -10%;
    right: -5%;
    background: linear-gradient(45deg, rgb(147,163,159,0.5), rgb(113,129,125,0.5));
    z-index: 0;
    position: absolute;
}.instructor_profileBR::after {
    filter: blur(50px);
    width: 250px;
    height: 250px;
    z-index: 0;
    content: "";
    bottom: -5%;
    left: -5%;
    position: absolute;
    opacity: 0.3;
    background: linear-gradient(225deg, rgb(113,129,125,0.5), rgb(147,163,159,0.5));
    animation: float 18s ease-in-out infinite alternate-reverse;
}.instructor_profileBR .container {
    z-index: 1;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}.instructor_profileBR .learner_quotesMq {
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    background: #ffffff;
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    grid-gap: 30px;
    padding: 40px;
    display: grid;
    grid-template-columns: 1fr;
    transform: perspective(1000px) rotateY(2deg);
}.instructor_profileBR .learner_quotesMq:hover {
    transform: perspective(1000px) rotateY(0deg);
}.instructor_profileBR .learner_quotesMq > div:first-child {
    position: relative;
    margin-bottom: 10px;
}.instructor_profileBR .img_fitJ6 {
    clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);
    height: 120px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    width: 120px;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    border: 3px solid #ffffff;
}.instructor_profileBR .learner_quotesMq:hover .img_fitJ6 {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    transform: scale(1.05) translateY(-5px);
}.instructor_profileBR .name {
    font-size: 21px;
    font-weight: 700;
    color: rgb(147,163,159);
    display: inline-block;
    margin-bottom: 5px;
    position: relative;
}.instructor_profileBR .name::after {
    left: 0;
    position: absolute;
    content: "";
    transition: width 0.3s ease-in-out;
    background: linear-gradient(90deg, rgb(147,163,159), rgb(113,129,125));
    bottom: -4px;
    height: 3px;
    width: 0;
}.instructor_profileBR .learner_quotesMq:hover .name::after {
    width: 100%;
}.instructor_profileBR .learner_quotesMq > div:nth-child(2) > div {
    margin-bottom: 15px;
    font-weight: 600;
    font-size: calc(13px - 1px);
    transition: padding-left 0.3s ease;
    padding-left: 0;
    color: rgb(113,129,125);
    position: relative;
}.instructor_profileBR .learner_quotesMq:hover > div:nth-child(2) > div {
    padding-left: 10px;
}.instructor_profileBR .emp_itemsSI {
    margin: 0;
    border-left: 3px solid rgb(147,163,159);
    font-size: 13px;
    position: relative;
    font-family: Arial, sans-serif;
    color: #000000;
    background: linear-gradient(to right, rgba(245, 247, 250, 0.5), rgba(245, 247, 250, 0));
    line-height: 1.7;
    padding: 20px;
}.instructor_profileBR .emp_itemsSI::before {
    color: rgb(147,163,159,0.5);
    font-family: serif;
    position: absolute;
    top: -15px;
    left: 10px;
    content: "";
    line-height: 1;
    opacity: 0.3;
    font-size: 60px;
}

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

@media (min-width: 992px) {.instructor_profileBR .learner_quotesMq {
    grid-gap: 40px;
    grid-template-columns: 180px 1fr;
    padding: 60px;
}.instructor_profileBR .img_fitJ6 {
    width: 180px;
    height: 180px;
}.instructor_profileBR .name {
    font-size: calc(21px + 2px);
}.instructor_profileBR .emp_itemsSI {
    font-size: calc(13px + 1px);
    padding: 25px;
}
}

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

@keyframes float {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }
    50% {
        transform: translate(15px, 15px) rotate(5deg);
    }
    100% {
        transform: translate(-15px, 10px) rotate(-5deg);
    }
}.course_featuresXl {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(181,196,194) 0%, rgba(245, 247, 251, 0.92) 100%);
    position: relative;
    padding: 120px 0;
}.course_featuresXl::before {
    background: linear-gradient(210deg, rgb(147,163,159,0.5) 0%, transparent 80%);
    pointer-events: none;
    opacity: 0.15;
    z-index: 1;
    transform: rotate(-15deg) skewX(20deg);
    position: absolute;
    height: 70%;
    right: -5%;
    content: "";
    width: 40%;
    top: -10%;
}.course_featuresXl::after {
    opacity: 0.12;
    transform: rotate(10deg) skewX(-15deg);
    left: -5%;
    height: 60%;
    background: linear-gradient(150deg, rgb(113,129,125,0.5) 0%, transparent 90%);
    position: absolute;
    bottom: -10%;
    content: "";
    pointer-events: none;
    width: 50%;
    z-index: 1;
}.course_featuresXl .container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}.course_featuresXl .tech_skillsQ3 {
    gap: 40px;
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
}.course_featuresXl .img_fitJ6 {
    height: 350px;
    transition: transform 0.6s cubic-bezier(0.21, 1.05, 0.81, 1), 
                box-shadow 0.6s cubic-bezier(0.21, 1.05, 0.81, 1);
    position: relative;
    overflow: hidden;
    transform: perspective(1000px) rotateY(3deg) rotateX(1deg);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15), 
                0 5px 20px -5px rgba(0, 0, 0, 0.1);
}.course_featuresXl .img_fitJ6:hover {
    box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.2), 
                0 10px 30px -5px rgba(0, 0, 0, 0.15);
    transform: perspective(1000px) rotateY(0deg) rotateX(0deg) translateY(-10px);
}.course_featuresXl .img_fitJ6::before {
    height: 100%;
    left: 0;
    width: 100%;
    top: 0;
    background: linear-gradient(135deg, 
                transparent 0%, 
                rgba(rgb(147,163,159), 0.05) 50%, 
                rgba(rgb(113,129,125), 0.1) 100%);
    content: "";
    z-index: 1;
    position: absolute;
}.course_featuresXl .img_fitJ6::after {
    background: radial-gradient(ellipse at center, 
                rgba(255, 255, 255, 0.2) 0%, 
                transparent 60%);
    width: 140%;
    pointer-events: none;
    transform: scale(1.2);
    left: -20%;
    z-index: 2;
    transition: opacity 0.8s ease, transform 0.8s ease;
    opacity: 0;
    content: "";
    height: 140%;
    top: -20%;
    position: absolute;
}.course_featuresXl .img_fitJ6:hover::after {
    opacity: 1;
    transform: scale(1);
}.course_featuresXl .text_headertv {
    box-shadow: 0 15px 35px -10px rgba(0, 0, 0, 0.08), 
                0 5px 15px -5px rgba(0, 0, 0, 0.05);
    background: linear-gradient(120deg, 
                rgba(255, 255, 255, 0.95) 0%, 
                rgba(252, 252, 255, 0.98) 100%);
    transition: transform 0.5s cubic-bezier(0.21, 1.05, 0.81, 1);
    border-left: 4px solid rgb(147,163,159);
    position: relative;
    transform: perspective(1000px) rotateY(-1deg) rotateX(1deg);
    padding: 30px;
}.course_featuresXl .text_headertv:hover {
    transform: perspective(1000px) rotateY(0deg) rotateX(0deg) translateY(-5px);
}.course_featuresXl .text_headertv::before {
    opacity: 0.15;
    content: "";
    top: 30px;
    position: absolute;
    background-color: rgb(147,163,159);
    height: 60px;
    transform: rotate(45deg);
    z-index: -1;
    left: -30px;
    width: 60px;
}.course_featuresXl h3 {
    font-weight: 700;
    position: relative;
    font-size: calc(18px * 1.1);
    margin-bottom: 25px;
    transform: translateX(-5px);
    padding-bottom: 15px;
    line-height: 1.4;
    color: #000000;
}.course_featuresXl h3::after {
    height: 3px;
    left: 0;
    background: linear-gradient(90deg, 
                rgb(147,163,159) 0%, 
                rgb(113,129,125) 100%);
    content: "";
    position: absolute;
    bottom: 0;
    transform-origin: left center;
    width: 80px;
    transition: transform 0.4s ease;
}.course_featuresXl .text_headertv:hover h3::after {
    transform: scaleX(1.5);
}.course_featuresXl .description {
    position: relative;
    opacity: 0.95;
    margin-bottom: 25px;
    font-size: 15px;
    color: #000000;
    line-height: 1.7;
}.course_featuresXl p.description {
    display: block;
    overflow-y: auto;
    margin-bottom: 30px;
    scrollbar-width: thin;
    scrollbar-color: rgb(147,163,159,0.5) transparent;
    padding-right: 15px;
    max-height: 250px;
}.course_featuresXl p.description::-webkit-scrollbar {
    width: 4px;
}.course_featuresXl p.description::-webkit-scrollbar-track {
    background: transparent;
}.course_featuresXl p.description::-webkit-scrollbar-thumb {
    border-radius: 13px;
    background-color: rgb(147,163,159,0.5);
}.course_featuresXl span.description {
    display: none;
}

@media (min-width: 768px) {.course_featuresXl .tech_skillsQ3 {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 60px;
}.course_featuresXl .img_fitJ6 {
    height: 450px;
    transform: perspective(1000px) rotateY(5deg) rotateX(2deg);
}.course_featuresXl h3 {
    font-size: 29px;
    margin-bottom: 30px;
}
}

@media (min-width: 992px) {.course_featuresXl {
    padding: 150px 0;
}.course_featuresXl .tech_skillsQ3 {
    gap: 80px;
}.course_featuresXl .img_fitJ6 {
    transform: perspective(1200px) rotateY(8deg) rotateX(3deg);
    height: 500px;
}.course_featuresXl .text_headertv {
    padding: 40px 50px 40px 40px;
    transform: perspective(1200px) rotateY(-2deg) rotateX(1deg);
}.course_featuresXl p.description {
    max-height: 300px;
}
}

@media (min-width: 1200px) {.course_featuresXl .tech_skillsQ3 {
    gap: 100px;
}.course_featuresXl .img_fitJ6 {
    height: 550px;
}.course_featuresXl h3 {
    font-size: calc(29px * 1.1);
}.course_featuresXl .text_headertv {
    padding: 50px 60px 50px 50px;
}.course_featuresXl p.description {
    line-height: 1.8;
    font-size: calc(15px * 1.05);
    max-height: 350px;
}
}

@media (max-width: 767px) {.course_featuresXl {
    padding: 80px 0;
}.course_featuresXl .text_headertv {
    padding: 25px 20px;
}.course_featuresXl h3 {
    font-size: calc(18px * 1.05);
    margin-bottom: 20px;
    padding-bottom: 12px;
}.course_featuresXl .img_fitJ6 {
    height: 250px;
}.course_featuresXl p.description {
    font-size: calc(15px * 0.95);
    line-height: 1.6;
    max-height: 200px;
}}.connectJP {
    font-family: Arial, sans-serif;
    position: relative;
    background: linear-gradient(135deg, rgb(181,196,194) 0%, rgba(240, 245, 255, 0.9) 100%);
    overflow: hidden;
    padding: 4rem 2rem;
    color: #000000;
}.connectJP::before {
    z-index: 1;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: repeating-linear-gradient(45deg, transparent, transparent 20px, rgba(rgb(147,163,159,0.5), 0.03) 20px, rgba(rgb(147,163,159,0.5), 0.03) 40px);
}.connectJP::after {
    position: absolute;
    z-index: 0;
    background: radial-gradient(circle, rgba(rgb(113,129,125,0.5), 0.1) 0%, transparent 70%);
    transform: rotate(-15deg);
    height: 200%;
    content: '';
    top: -50%;
    width: 70%;
    right: -20%;
}.connectJP h1 {
    font-size: 42px;
    margin-bottom: 2.5rem;
    z-index: 2;
    color: rgb(147,163,159);
    text-shadow: 2px 2px 0 rgba(rgb(147,163,159,0.5), 0.1);
    text-align: center;
    position: relative;
    font-weight: 700;
    transform: perspective(1000px) translateZ(5px);
}.connectJP h1::after {
    bottom: -10px;
    transform: translateX(-50%);
    position: absolute;
    content: '';
    width: 80px;
    background: linear-gradient(90deg, transparent, rgb(147,163,159), transparent);
    height: 3px;
    left: 50%;
}.connectJP .container {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
}.connectJP .join_usm3 {
    position: relative;
    padding: 2rem;
    box-shadow: 0 10px 30px rgba(rgba(0, 0, 0, 0.5), 0.05),
                0 1px 4px rgba(rgba(0, 0, 0, 0.5), 0.1);
    gap: 2rem;
    backdrop-filter: blur(5px);
    transition: transform 0.3s ease-out;
    transform-origin: top center;
    display: grid;
    background: rgba(rgb(255, 255, 255, 0.5), 0.8);
    transform: perspective(1000px) rotateX(2deg);
    grid-template-columns: 1fr;
}.connectJP .join_usm3:hover {
    transform: perspective(1000px) rotateX(0deg);
}.connectJP .join_usm3 > div {
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(rgb(147,163,159,0.5), 0.05);
    background: rgba(rgb(255, 255, 255, 0.5), 0.9);
    padding: 1.5rem;
    transition: all 0.3s ease;
    transform: translateY(5px);
}.connectJP .join_usm3 > div:hover {
    background: rgba(rgb(255, 255, 255, 0.5), 1);
    box-shadow: 0 8px 20px rgba(rgb(147,163,159,0.5), 0.1);
    transform: translateY(0);
}.connectJP .join_usm3 > div:first-child {
    padding: 2rem;
    line-height: 1.6;
    color: #000000;
    font-size: 13px;
    position: relative;
    border-left: 3px solid rgb(113,129,125);
}.connectJP .join_usm3 > div:first-child::before {
    font-family: serif;
    top: 0;
    font-size: 4rem;
    line-height: 1;
    content: '"';
    left: 10px;
    color: rgba(rgb(113,129,125,0.5), 0.2);
    position: absolute;
}.connectJP h6 {
    font-size: 16px;
    display: flex;
    color: #000000;
    margin-bottom: 0.5rem;
    text-transform: capitalize;
    align-items: center;
    font-weight: 600;
}.connectJP h6 svg {
    transition: transform 0.3s ease;
    margin-left: 8px;
}.connectJP span {
    display: block;
    margin-left: 1.5rem;
    color: #000000;
    font-size: calc(13px - 1px);
    line-height: 1.5;
}.connectJP .msg_form5p {
    flex-direction: column;
    display: flex;
    gap: 1rem;
}.connectJP .msg_form5p > div {
    margin-bottom: 0.5rem;
}.connectJP .talk_formD5 {
    color: #000000;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    align-items: center;
    font-size: calc(13px - 1px);
    display: flex;
    padding: 0.5rem 0;
    overflow: hidden;
}.connectJP .talk_formD5::before {
    transition: transform 0.3s ease;
    width: 100%;
    transform: translateX(-100%);
    content: '';
    left: 0;
    height: 1px;
    position: absolute;
    bottom: 0;
    background: linear-gradient(to right, rgb(147,163,159), transparent);
}.connectJP .talk_formD5:hover {
    color: rgb(147,163,159);
    transform: translateX(5px);
}.connectJP .talk_formD5:hover::before {
    transform: translateX(0);
}.connectJP .talk_formD5 svg {
    transition: transform 0.3s ease;
    margin-left: 8px;
}.connectJP .talk_formD5:hover svg {
    transform: scale(1.1) rotate(5deg);
}.connectJP svg {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
}.connectJP svg path {
    transition: fill 0.3s ease;
    fill: rgb(113,129,125);
}.connectJP .talk_formD5:hover svg path {
    fill: rgb(147,163,159);
}

@media (min-width: 768px) {.connectJP {
    padding: 6rem 3rem;
}.connectJP .join_usm3 {
    padding: 3rem;
    gap: 2.5rem;
    grid-template-columns: 1fr 1fr;
}.connectJP .join_usm3 > div:first-child {
    grid-column: 1 / -1;
}.connectJP h1 {
    margin-bottom: 3.5rem;
    font-size: calc(42px + 0.5rem);
}.connectJP .msg_form5p {
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}.connectJP .msg_form5p > div {
    flex: 0 0 calc(50% - 1rem);
}
}

@media (min-width: 992px) {.connectJP {
    padding: 8rem 4rem;
}.connectJP .join_usm3 {
    grid-template-columns: 2fr 1fr 1fr;
}.connectJP .join_usm3 > div:first-child {
    grid-row: 1 / span 2;
    grid-column: 1;
}.connectJP .msg_form5p {
    flex-direction: column;
}.connectJP .msg_form5p > div {
    flex: 0 0 100%;
}.connectJP h1::after {
    width: 120px;
}
}

@media (max-width: 767px) {.connectJP {
    padding: 3rem 1.5rem;
}.connectJP h1 {
    font-size: calc(42px - 0.2rem);
}.connectJP .join_usm3 {
    padding: 1.5rem;
    transform: perspective(1000px) rotateX(1deg);
}.connectJP .join_usm3 > div {
    padding: 1.2rem;
}.connectJP span {
    margin-left: 1rem;
}
}

@media (hover: none) {.connectJP .join_usm3,
    .connectJP .join_usm3:hover {
    transform: none;
}.connectJP .join_usm3 > div:hover {
    box-shadow: 0 5px 15px rgba(rgb(147,163,159,0.5), 0.05);
    transform: none;
}.connectJP .talk_formD5:hover {
    transform: none;
}}.contact_panelvz {
    background: linear-gradient(135deg, rgb(181,196,194) 0%, rgba(0, 0, 0, 0.03) 100%);
    padding: 80px 0;
    overflow: hidden;
    position: relative;
}.contact_panelvz::before {
    right: 0;
    content: "";
    background: 
        radial-gradient(circle at 10% 20%, rgba(rgb(147,163,159), 0.05) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgba(rgb(113,129,125), 0.05) 0%, transparent 30%);
    z-index: 0;
    left: 0;
    bottom: 0;
    top: 0;
    position: absolute;
}.contact_panelvz::after {
    height: 100%;
    background-image: 
        linear-gradient(90deg, rgba(rgb(147,163,159), 0.03) 1px, transparent 1px),
        linear-gradient(rgba(rgb(147,163,159), 0.03) 1px, transparent 1px);
    background-size: 20px 20px;
    z-index: 1;
    width: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    content: "";
    top: 0;
    animation: gridMove 20s linear infinite;
}@keyframes gridMove {
    0% { background-position: 0 0; }
    100% { background-position: 20px 20px; }
}

.contact_panelvz .container {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
    padding: 0 20px;
}.contact_panelvz h2 {
    margin-bottom: 50px;
    transform: translateX(-50%);
    left: 50%;
    text-align: center;
    font-size: 29px;
    display: inline-block;
    color: #000000;
    font-weight: 700;
    position: relative;
}.contact_panelvz h2::after {
    position: absolute;
    left: 15%;
    bottom: -15px;
    content: "";
    height: 3px;
    width: 70%;
    background: linear-gradient(90deg, transparent, rgb(147,163,159), transparent);
}.contact_panelvz .feedback_linksDB {
    border-radius: 24px;
    overflow: hidden;
    display: flex;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    transform: translateY(0);
    background: #ffffff;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 
                0 5px 15px rgba(rgb(147,163,159), 0.05);
}.contact_panelvz .feedback_linksDB:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 
                0 10px 20px rgba(rgb(147,163,159), 0.1);
}.contact_panelvz .feedback_linksDB::before {
    height: 100%;
    content: "";
    top: 0;
    left: 0;
    width: 5px;
    position: absolute;
    background: linear-gradient(to bottom, rgb(147,163,159), rgb(113,129,125));
}.contact_panelvz .img_fitJ6 {
    overflow: hidden;
    position: relative;
    width: 45%;
}.contact_panelvz .img_fitJ6::after {
    height: 100%;
    mix-blend-mode: overlay;
    width: 100%;
    background: linear-gradient(135deg, 
                rgba(rgb(147,163,159), 0.3) 0%, 
                rgba(rgb(113,129,125), 0.3) 100%);
    top: 0;
    left: 0;
    position: absolute;
    content: "";
}.contact_panelvz .img_fitJ6::before {
    top: -100px;
    position: absolute;
    width: 150%;
    left: -100px;
    height: 150px;
    background: rgba(255, 255, 255, 0.2);
    transform: rotate(45deg);
    animation: shine 6s infinite;
    z-index: 2;
    content: "";
}@keyframes shine {
    0% { top: -100px; left: -100px; }
    100% { top: 100%; left: 100%; }
}

.contact_panelvz .inquiry_linkslT {
    padding: 50px 40px;
    position: relative;
    width: 55%;
}.contact_panelvz .inquiry_linkslT::before {
    height: 200px;
    top: -50px;
    z-index: 0;
    background: radial-gradient(circle, rgba(rgb(147,163,159), 0.05) 0%, transparent 70%);
    border-radius: 50%;
    width: 200px;
    position: absolute;
    right: -50px;
    content: "";
}.contact_panelvz form {
    position: relative;
    z-index: 2;
}.contact_panelvz form h3 {
    position: relative;
    font-weight: 600;
    display: inline-block;
    color: #000000;
    font-size: 24px;
    margin-bottom: 30px;
}.contact_panelvz form h3::after {
    bottom: -10px;
    background: rgb(147,163,159);
    width: 40px;
    left: 0;
    content: "";
    position: absolute;
    height: 2px;
}.contact_panelvz form input[type="text"] {
    margin-bottom: 20px;
    position: relative;
    background: rgba(#ffffff, 0.8);
    font-size: 12px;
    padding: 15px 20px;
    width: 100%;
    font-family: Arial, sans-serif;
    border: 1px solid rgba(#000000, 0.1);
    border-radius: 10px;
    color: #000000;
    transition: all 0.3s ease;
}.contact_panelvz form input[type="text"]:focus {
    outline: none;
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(rgb(147,163,159), 0.1);
    border-color: rgb(147,163,159);
}.contact_panelvz form input[type="text"]::placeholder {
    color: rgba(#000000, 0.5);
    transition: all 0.3s ease;
}.contact_panelvz form input[type="text"]:focus::placeholder {
    opacity: 0.5;
    transform: translateX(5px);
}.contact_panelvz .connect_panelMU {
    position: relative;
    align-items: flex-start;
    margin-bottom: 30px;
    display: flex;
}.contact_panelvz .connect_panelMU input[type="checkbox"] {
    width: 0;
    position: absolute;
    opacity: 0;
    height: 0;
    cursor: pointer;
}.contact_panelvz .connect_panelMU label {
    padding-left: 35px;
    font-size: 12px;
    color: #000000;
    line-height: 1.4;
    position: relative;
    user-select: none;
    cursor: pointer;
}.contact_panelvz .connect_panelMU label::before {
    border-radius: 10px;
    background: rgba(#ffffff, 0.8);
    transition: all 0.3s ease;
    width: 22px;
    height: 22px;
    left: 0;
    border: 1px solid rgba(#000000, 0.2);
    top: 0;
    content: "";
    position: absolute;
}.contact_panelvz .connect_panelMU input[type="checkbox"]:checked + label::before {
    background: rgb(147,163,159);
    border-color: rgb(147,163,159);
}.contact_panelvz .connect_panelMU input[type="checkbox"]:checked + label::after {
    height: 12px;
    width: 6px;
    transform: rotate(45deg);
    content: "";
    top: 4px;
    left: 8px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    position: absolute;
}.contact_panelvz .connect_panelMU label a {
    position: relative;
    transition: all 0.3s ease;
    text-decoration: none;
    color: rgb(147,163,159);
}.contact_panelvz .connect_panelMU label a::after {
    background: rgb(147,163,159);
    left: 0;
    position: absolute;
    content: "";
    transform-origin: left;
    bottom: -2px;
    width: 100%;
    transform: scaleX(0);
    height: 1px;
    transition: transform 0.3s ease;
}.contact_panelvz .connect_panelMU label a:hover {
    color: rgb(113,129,125);
}.contact_panelvz .connect_panelMU label a:hover::after {
    background: rgb(113,129,125);
    transform: scaleX(1);
}.contact_panelvz .feedback_inquiryPB {
    color: #ffffff;
    background: linear-gradient(90deg, rgb(147,163,159), rgb(113,129,125));
    transition: all 0.3s ease;
    cursor: pointer;
    border-radius: 10px;
    font-weight: 600;
    border: none;
    font-size: 16px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    width: 100%;
    padding: 15px 20px;
}.contact_panelvz .feedback_inquiryPB::before {
    top: 0;
    background: linear-gradient(90deg, rgb(113,129,125), rgb(147,163,159));
    transition: opacity 0.3s ease;
    height: 100%;
    position: absolute;
    width: 100%;
    opacity: 0;
    content: "";
    left: 0;
    z-index: -1;
}.contact_panelvz .feedback_inquiryPB:hover::before {
    opacity: 1;
}.contact_panelvz .feedback_inquiryPB:active {
    transform: translateY(2px);
}.contact_panelvz svg {
    transition: fill 0.3s ease;
    fill: rgb(147,163,159);
    width: 20px;
    margin-right: 10px;
    height: 20px;
}.contact_panelvz svg path {
    transition: fill 0.3s ease;
    fill: rgb(147,163,159);
}.contact_panelvz svg:hover,
.contact_panelvz svg:hover path {
    fill: rgb(113,129,125);
}.contact_panelvz form input {
    background: rgb(181,196,194);
}
@media (max-width: 1024px) {.contact_panelvz {
    padding: 60px 0;
}.contact_panelvz .container {
    padding: 0 15px;
}.contact_panelvz h2 {
    margin-bottom: 40px;
}.contact_panelvz .inquiry_linkslT {
    padding: 40px 30px;
}
}

@media (max-width: 768px) {.contact_panelvz {
    padding: 50px 0;
}.contact_panelvz h2 {
    margin-bottom: 30px;
}.contact_panelvz .feedback_linksDB {
    flex-direction: column;
}.contact_panelvz .img_fitJ6 {
    height: 250px;
    width: 100%;
}.contact_panelvz .inquiry_linkslT {
    width: 100%;
    padding: 30px 25px;
}.contact_panelvz form h3 {
    margin-bottom: 25px;
}.contact_panelvz form input[type="text"] {
    padding: 12px 15px;
    margin-bottom: 15px;
}.contact_panelvz .connect_panelMU {
    margin-bottom: 25px;
}.contact_panelvz .feedback_inquiryPB {
    padding: 12px 15px;
}
}

@media (max-width: 480px) {.contact_panelvz {
    padding: 40px 0;
}.contact_panelvz h2 {
    font-size: calc(29px * 0.85);
    margin-bottom: 25px;
}.contact_panelvz .img_fitJ6 {
    height: 200px;
}.contact_panelvz .inquiry_linkslT {
    padding: 25px 20px;
}.contact_panelvz form h3 {
    margin-bottom: 20px;
    font-size: calc(24px * 0.9);
}.contact_panelvz form input[type="text"] {
    padding: 10px 12px;
    margin-bottom: 12px;
}.contact_panelvz .connect_panelMU {
    margin-bottom: 20px;
}.contact_panelvz .connect_panelMU label {
    padding-left: 30px;
    font-size: calc(12px * 0.9);
}.contact_panelvz .connect_panelMU label::before {
    width: 18px;
    height: 18px;
}.contact_panelvz .connect_panelMU input[type="checkbox"]:checked + label::after {
    width: 5px;
    height: 10px;
    left: 6px;
    top: 3px;
}.contact_panelvz .feedback_inquiryPB {
    padding: 10px 12px;
}
}

@media (prefers-reduced-motion: reduce) {.contact_panelvz::after,
    .contact_panelvz .img_fitJ6::before {
    animation: none;
}.contact_panelvz .feedback_linksDB:hover {
    transform: none;
}}footer {
    font-family: Arial, sans-serif;
    position: relative;
    color: #ffffff;
    z-index: 1;
}footer::before {
    animation: gradientShift 15s ease infinite;
    left: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgb(147,163,159,0.5) 50%, rgb(113,129,125,0.5) 100%);
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    backdrop-filter: blur(8px);
    content: "";
    z-index: -1;
}.support_ctaN7 {
    position: relative;
    padding: 4.5rem 0 2rem;
}.support_ctaN7::before {
    left: 0;
    height: 1px;
    right: 0;
    content: "";
    animation: shimmer 8s linear infinite;
    background: linear-gradient(to right, 
                transparent 0%, 
                rgb(147,163,159) 25%, 
                #ffffff 50%, 
                rgb(113,129,125) 75%, 
                transparent 100%);
    top: 0;
    position: absolute;
}.support_ctaN7 .container {
    flex-wrap: wrap;
    z-index: 1;
    justify-content: space-between;
    position: relative;
    display: flex;
}.support_ctaN7 .company_holder {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: rgba(0, 0, 0, 0.5);
    margin-right: 2rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15), 
                inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    flex: 1 1 350px;
    padding: 1.5rem;
    backdrop-filter: blur(15px);
    border-radius: 26px;
    transform: translateY(0);
}.support_ctaN7 .company_holder:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), 
                inset 0 0 0 1px rgba(255, 255, 255, 0.15),
                0 0 20px rgb(147,163,159,0.5);
    transform: translateY(-5px);
}.support_ctaN7 .company_holder h3 {
    font-weight: 700;
    position: relative;
    color: #ffffff;
    margin-bottom: 1.25rem;
    display: inline-block;
    font-size: calc(29px * 0.85);
}.support_ctaN7 .company_holder h3::after {
    background: linear-gradient(to right, rgb(147,163,159), rgb(113,129,125));
    height: 2px;
    left: 0;
    transition: transform 0.5s ease;
    width: 100%;
    transform-origin: left;
    position: absolute;
    content: "";
    transform: scaleX(0.3);
    bottom: -8px;
}.support_ctaN7 .company_holder:hover h3::after {
    transform: scaleX(1);
}.support_ctaN7 .mentor_netzJ {
    line-height: 1.6;
    max-width: 450px;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 1rem;
    font-size: 12px;
}.support_ctaN7 .med_guides8x {
    flex: 1 1 450px;
    position: relative;
}.support_ctaN7 .head_train4k {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
}.support_ctaN7 .med_guides8x .head_train4k {
    justify-content: flex-end;
}.support_ctaN7 .head_siteKe {
    padding: 1.5rem;
    position: relative;
    backdrop-filter: blur(10px);
    flex: 1 1 200px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 26px;
    overflow: hidden;
    transition: all 0.3s ease;
}.support_ctaN7 .head_siteKe h5 {
    display: inline-block;
    font-weight: 600;
    font-size: 21px;
    margin-bottom: 1.25rem;
    color: #ffffff;
    position: relative;
}.support_ctaN7 .head_siteKe h5::before {
    content: "";
    bottom: -6px;
    left: 0;
    background: rgb(147,163,159);
    height: 2px;
    transition: width 0.3s ease;
    width: 40px;
    position: absolute;
}.support_ctaN7 .head_siteKe:hover h5::before {
    width: 100%;
}.support_ctaN7 .head_siteKe .head_train4k {
    display: flex;
    gap: 0.75rem;
    flex-direction: column;
}.support_ctaN7 .head_siteKe a {
    transition: all 0.3s ease;
    padding: 0.25rem 0.5rem;
    position: relative;
    text-decoration: none;
    border-radius: 10px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8);
    z-index: 1;
    display: block;
}.support_ctaN7 .head_siteKe a::before {
    position: absolute;
    content: "";
    bottom: 0;
    height: 1px;
    z-index: -1;
    transition: width 0.3s ease;
    left: 0;
    background: linear-gradient(to right, rgb(147,163,159), rgb(113,129,125));
    width: 0;
}.support_ctaN7 .head_siteKe a:hover {
    transform: translateX(5px);
    color: #ffffff;
}.support_ctaN7 .head_siteKe a:hover::before {
    width: 100%;
}.convertergv {
    background: rgba(0, 0, 0, 0.5);
    position: relative;
    padding: 1.5rem 0;
    backdrop-filter: blur(15px);
    overflow: hidden;
}.convertergv::before {
    content: "";
    right: 0;
    height: 1px;
    left: 0;
    position: absolute;
    top: 0;
    background: linear-gradient(to right, 
                transparent 0%, 
                rgb(113,129,125) 25%, 
                #ffffff 50%, 
                rgb(147,163,159) 75%, 
                transparent 100%);
}.convertergv .container {
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
}.convertergv .testimonialjr {
    backdrop-filter: blur(5px);
    font-size: 14px;
    border-radius: 30px;
    text-align: center;
    transition: all 0.3s ease;
    padding: 0.5rem 1rem;
    position: relative;
    color: rgba(255, 255, 255, 0.7);
    background: rgba(0, 0, 0, 0.1);
}.convertergv .testimonialjr:hover {
    box-shadow: 0 0 15px rgb(147,163,159,0.5);
    color: #ffffff;
    background: rgba(0, 0, 0, 0.2);
}

@keyframes gradientShift {
    0%, 100% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
}

@keyframes shimmer {
    0% {
        background-position: -1000px 0;
    }
    100% {
        background-position: 1000px 0;
    }
}

@keyframes pulsate {
    0%, 100% {
        opacity: 0.4;
        transform: scale(1);
    }
    50% {
        opacity: 0.6;
        transform: scale(1.05);
    }
}

@media (max-width: 992px) {.support_ctaN7 {
    padding: 3.5rem 0 2rem;
}.support_ctaN7 .container {
    flex-direction: column;
}.support_ctaN7 .company_holder {
    margin-bottom: 2rem;
    margin-right: 0;
    flex: 1 1 100%;
}.support_ctaN7 .med_guides8x {
    flex: 1 1 100%;
}.support_ctaN7 .med_guides8x .head_train4k {
    justify-content: space-between;
}.support_ctaN7 .head_siteKe {
    flex: 1 1 calc(50% - 1rem);
}
}

@media (max-width: 768px) {.support_ctaN7 {
    padding: 3rem 0 1.5rem;
}.support_ctaN7::before {
    height: 2px;
}.support_ctaN7 .company_holder {
    padding: 1.25rem;
}.support_ctaN7 .head_siteKe {
    margin-bottom: 1rem;
    flex: 1 1 100%;
}.support_ctaN7 .med_guides8x .head_train4k {
    flex-direction: column;
}.convertergv {
    padding: 1.25rem 0;
}.convertergv::before {
    height: 2px;
}
}

@media (max-width: 576px) {.support_ctaN7 {
    padding: 2.5rem 0 1rem;
}.support_ctaN7 .company_holder h3 {
    font-size: calc(29px * 0.75);
}.support_ctaN7 .mentor_netzJ {
    font-size: calc(12px * 0.9);
}.support_ctaN7 .head_siteKe h5 {
    font-size: calc(21px * 0.9);
}.support_ctaN7 .head_siteKe a {
    font-size: calc(12px * 0.9);
}.convertergv .testimonialjr {
    font-size: calc(14px * 0.9);
    padding: 0.4rem 0.8rem;
}}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-30px) scale(1.1);
    }
}

.support_ctaN7 .head_train4k a::after {
    position: absolute;
    transform: translateY(-50%) scale(0);
    width: 4px;
    content: "";
    left: -10px;
    height: 4px;
    background: rgb(147,163,159);
    transition: transform 0.3s ease;
    border-radius: 50%;
    top: 50%;
}.support_ctaN7 .head_train4k a:hover::after {
    transform: translateY(-50%) scale(1);
}.support_ctaN7 .mentor_netzJ::before {
    border: 1px solid transparent;
    transition: width 0.5s ease 0.3s, height 0.5s ease;
    height: 0;
    position: absolute;
    content: "";
    top: -10px;
    left: -10px;
    width: 0;
}.support_ctaN7 .mentor_netzJ::after {
    position: absolute;
    right: -10px;
    border: 1px solid transparent;
    transition: width 0.5s ease 0.3s, height 0.5s ease;
    height: 0;
    width: 0;
    content: "";
    bottom: -10px;
}.support_ctaN7 .company_holder:hover .mentor_netzJ::before {
    border-right-color: rgb(147,163,159,0.5);
    border-top-color: rgb(147,163,159,0.5);
    height: calc(100% + 20px);
    transition: width 0.5s ease, height 0.5s ease 0.3s;
    width: calc(100% + 20px);
}.support_ctaN7 .company_holder:hover .mentor_netzJ::after {
    border-bottom-color: rgb(113,129,125,0.5);
    width: calc(100% + 20px);
    border-left-color: rgb(113,129,125,0.5);
    transition: width 0.5s ease, height 0.5s ease 0.3s;
    height: calc(100% + 20px);
}.course_suitabilityUd {
    background: rgb(181,196,194);
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}.course_suitabilityUd::before {
    top: 0;
    left: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgb(147,163,159,0.5) 0,
        rgb(147,163,159,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    width: 100%;
    content: "";
    opacity: 0.05;
    height: 100%;
    position: absolute;
}.course_suitabilityUd .expert_sessionsIF {
    z-index: 1;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 30px;
}.course_suitabilityUd h3 {
    color: #000000;
    font-size: 32px;
    text-align: center;
    font-weight: 700;
    position: relative;
    margin-bottom: 80px;
    padding-bottom: 20px;
    font-family: Arial, sans-serif;
}.course_suitabilityUd h3::after {
    height: 5px;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    clip-path: polygon(0 0, 100% 0, 80% 100%, 20% 100%);
    position: absolute;
    content: "";
    background: linear-gradient(90deg, rgb(147,163,159), rgb(113,129,125));
}.course_suitabilityUd ul {
    list-style: none;
    display: flex;
    gap: 60px 30px;
    padding: 0;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0;
}.course_suitabilityUd ul li {
    padding: 25px 25px 25px 80px;
    position: relative;
    min-height: 100px;
    transform: perspective(1000px) rotateX(5deg);
    font-size: 15px;
    color: #000000;
    flex: 0 0 calc(33.333% - 20px);
    background: #ffffff;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 3px 10px rgba(0, 0, 0, 0.05);
    font-family: Arial, sans-serif;
    max-width: 350px;
    transition: all 0.4s ease;
    z-index: 1;
}.course_suitabilityUd ul li::before,
.course_suitabilityUd ul li::after {
    transition: all 0.4s ease;
    position: absolute;
    background: #ffffff;
    content: "";
}.course_suitabilityUd ul li::before {
    z-index: -1;
    bottom: 5px;
    top: 5px;
    transform: translateZ(-10px);
    right: 5px;
    border: 1px solid rgb(113,129,125,0.5);
    left: 5px;
}.course_suitabilityUd ul li::after {
    transform: translateZ(-20px);
    opacity: 0.3;
    bottom: 0;
    background: rgb(147,163,159,0.5);
    right: 15px;
    z-index: -2;
    top: 15px;
    left: 15px;
}.course_suitabilityUd ul li:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-10px);
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.15),
        0 5px 15px rgba(0, 0, 0, 0.1);
}.course_suitabilityUd ul li:hover::before {
    transform: translateZ(-15px);
}.course_suitabilityUd ul li:hover::after {
    transform: translateZ(-30px);
}.course_suitabilityUd ul li svg {
    transform: translateY(-50%);
    z-index: 2;
    transition: all 0.4s ease;
    left: 25px;
    width: 40px;
    height: 40px;
    top: 50%;
    position: absolute;
}.course_suitabilityUd ul li:hover svg {
    transform: translateY(-50%) scale(1.1);
}.course_suitabilityUd ul li svg path {
    fill: rgb(147,163,159);
    transition: fill 0.4s ease;
}.course_suitabilityUd ul li:hover svg path {
    fill: rgb(113,129,125);
}.course_suitabilityUd ul li:nth-child(3n+1) {
    transform: perspective(1000px) rotateX(5deg) rotateY(-2deg);
}.course_suitabilityUd ul li:nth-child(3n+2) {
    transform: perspective(1000px) rotateX(5deg);
}.course_suitabilityUd ul li:nth-child(3n) {
    transform: perspective(1000px) rotateX(5deg) rotateY(2deg);
}.course_suitabilityUd ul li:nth-child(3n+1):hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) translateY(-10px);
}.course_suitabilityUd ul li:nth-child(3n+2):hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-10px);
}.course_suitabilityUd ul li:nth-child(3n):hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) translateY(-10px);
}

@media (max-width: 992px) {.course_suitabilityUd {
    padding: 100px 0;
}.course_suitabilityUd h3 {
    font-size: calc(32px * 0.9);
    margin-bottom: 60px;
}.course_suitabilityUd ul {
    gap: 40px 25px;
}.course_suitabilityUd ul li {
    flex: 0 0 calc(50% - 20px);
    padding: 20px 20px 20px 70px;
}.course_suitabilityUd ul li svg {
    width: 35px;
    left: 20px;
    height: 35px;
}
}

@media (max-width: 768px) {.course_suitabilityUd {
    padding: 80px 0;
}.course_suitabilityUd h3 {
    margin-bottom: 50px;
    font-size: calc(32px * 0.8);
}.course_suitabilityUd ul {
    gap: 30px;
}.course_suitabilityUd ul li {
    flex: 0 0 100%;
    max-width: 450px;
}.course_suitabilityUd ul li,
    .course_suitabilityUd ul li:nth-child(3n+1),
    .course_suitabilityUd ul li:nth-child(3n+2),
    .course_suitabilityUd ul li:nth-child(3n) {
    transform: perspective(1000px) rotateX(3deg);
}.course_suitabilityUd ul li:hover,
    .course_suitabilityUd ul li:nth-child(3n+1):hover,
    .course_suitabilityUd ul li:nth-child(3n+2):hover,
    .course_suitabilityUd ul li:nth-child(3n):hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-8px);
}
}

@media (max-width: 480px) {.course_suitabilityUd {
    padding: 60px 0;
}.course_suitabilityUd .expert_sessionsIF {
    padding: 0 20px;
}.course_suitabilityUd h3 {
    font-size: calc(32px * 0.7);
    margin-bottom: 40px;
}.course_suitabilityUd ul {
    gap: 25px;
}.course_suitabilityUd ul li {
    padding: 18px 15px 18px 65px;
}.course_suitabilityUd ul li svg {
    width: 30px;
    left: 18px;
    height: 30px;
}.course_suitabilityUd ul li,
    .course_suitabilityUd ul li:nth-child(3n+1),
    .course_suitabilityUd ul li:nth-child(3n+2),
    .course_suitabilityUd ul li:nth-child(3n) {
    transform: perspective(800px) rotateX(2deg);
}.course_suitabilityUd ul li:hover,
    .course_suitabilityUd ul li:nth-child(3n+1):hover,
    .course_suitabilityUd ul li:nth-child(3n+2):hover,
    .course_suitabilityUd ul li:nth-child(3n):hover {
    transform: perspective(800px) rotateX(0deg) translateY(-5px);
}}.privacy_coverdY {
    background: rgb(113,129,125);
    padding: 50px;
    display: flex;
    color: #ffffff;
    height: auto;
    align-items: center;
    border: 2px solid rgb(147,163,159);
    flex-direction: column;
    width: 100%;
    overflow: hidden;
}.privacy_coverdY h1 {
    text-align: center;
    width: 100%;
    font-size: 38px;
    margin-bottom: 30px;
    font-weight: 700;
    padding-bottom: 10px;
    margin-top: 20px;
    color: rgb(147,163,159);
    border-bottom: 4px solid rgb(113,129,125);
}.privacy_coverdY h2 {
    text-align: left;
    border-bottom: 2px solid rgb(147,163,159);
    width: 100%;
    font-weight: 600;
    font-size: 30px;
    margin-top: 25px;
    color: #ffffff;
    padding-bottom: 5px;
    margin-bottom: 15px;
}.privacy_coverdY ul, .privacy_coverdY ol {
    padding-left: 0;
    list-style-type: none;
    margin: 20px 0;
    width: 100%;
}.privacy_coverdY li {
    padding: 10px 20px;
    font-size: 18px;
    border-left: 4px solid rgb(113,129,125);
    color: #ffffff;
    background: rgb(147,163,159,0.5);
    margin-bottom: 15px;
    border-radius: 10px;
    font-weight: 400;
}.privacy_coverdY section {
    border-radius: 15px;
    margin-bottom: 30px;
    width: 100%;
    background: rgb(113,129,125,0.5);
    padding: 30px;
}.privacy_coverdY p, .privacy_coverdY span, .privacy_coverdY div {
    line-height: 1.8;
    color: #ffffff;
    font-family: Arial, sans-serif;
    font-size: 18px;
    margin-bottom: 20px;
}

@media only screen and (max-width: 800px) {.privacy_coverdY {
    padding: 30px 15px;
}.privacy_coverdY h1 {
    font-size: calc(20px - 10px);
}.privacy_coverdY h2 {
    font-size: calc(20px - 8px);
}.privacy_coverdY li {
    padding: 8px 15px;
    font-size: calc(18px - 2px);
}}.gratNotejZ {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(181,196,194) 0%, rgb(147,163,159,0.5) 100%);
    padding: 120px 0 80px;
    position: relative;
}.gratNotejZ::before {
    content: "";
    background: radial-gradient(circle at 70% 30%, rgb(113,129,125,0.5) 0%, transparent 60%);
    width: 100%;
    position: absolute;
    height: 100%;
    z-index: 1;
    left: 0;
    top: 0;
}.gratNotejZ::after {
    width: 200px;
    z-index: 1;
    top: -50px;
    right: -50px;
    border-radius: 50%;
    position: absolute;
    opacity: 0.4;
    animation: rotate 24s linear infinite;
    content: "";
    border: 2px solid rgb(147,163,159,0.5);
    height: 200px;
}.gratNotejZ .container {
    z-index: 2;
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
}.gratNotejZ h2 {
    margin-bottom: 40px;
    max-width: 800px;
    position: relative;
    transform: translateX(-20px);
    color: #000000;
    line-height: 1.3;
    font-size: 37px;
    animation: slideInTitle 1s ease-out forwards 0.3s;
    font-family: Arial, sans-serif;
    opacity: 0;
    font-weight: 700;
}.gratNotejZ h2::after {
    height: 3px;
    position: absolute;
    transform: scaleX(0);
    animation: growLine 1.2s ease-out forwards 0.8s;
    bottom: -15px;
    background: linear-gradient(90deg, rgb(147,163,159) 0%, rgb(113,129,125) 100%);
    content: "";
    width: 80px;
    transform-origin: left;
    left: 0;
}.gratNotejZ .expert_sessionsIF {
    position: relative;
    transition: transform 0.5s ease;
    transform: perspective(1000px) rotateY(-2deg);
    max-width: 900px;
    transform-origin: left center;
    padding: 40px;
    background: #ffffff;
    clip-path: polygon(0 0, 100% 0, 98% 100%, 0% 100%);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.03);
}.gratNotejZ .expert_sessionsIF:hover {
    transform: perspective(1000px) rotateY(0deg);
}.gratNotejZ ul {
    list-style: none;
    margin: 0;
    padding: 0;
}.gratNotejZ li {
    transform: translateY(20px);
    animation: fadeInUp 0.8s ease forwards 1s;
    padding-left: 25px;
    opacity: 0;
    position: relative;
}.gratNotejZ li::before {
    width: 8px;
    top: 8px;
    box-shadow: 0 0 0 rgba(rgb(147,163,159), 0.4);
    border-radius: 50%;
    background: rgb(147,163,159);
    position: absolute;
    content: "";
    animation: pulse 2s infinite;
    left: 0;
    height: 8px;
}.gratNotejZ li span {
    font-family: Arial, sans-serif;
    display: block;
    color: #000000;
    line-height: 1.7;
    font-size: 16px;
}@keyframes slideInTitle {
    0% {
        transform: translateX(-20px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

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

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

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(var(--primary-color-rgb, 33, 150, 243), 0.4);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(var(--primary-color-rgb, 33, 150, 243), 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(var(--primary-color-rgb, 33, 150, 243), 0);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


.gratNotejZ .container::before,
.gratNotejZ .container::after {
    border-radius: 50%;
    background: rgb(147,163,159);
    position: absolute;
    content: "";
    height: 4px;
    width: 4px;
    opacity: 0.7;
}.gratNotejZ .container::before {
    top: 30px;
    box-shadow: 
        30px 50px 0 -1px rgb(113,129,125),
        80px -20px 0 -1px rgb(147,163,159),
        120px 60px 0 -1px rgb(113,129,125),
        200px 40px 0 -1px rgb(147,163,159);
    right: 15%;
}.gratNotejZ .container::after {
    bottom: 60px;
    box-shadow: 
        40px -30px 0 -1px rgb(113,129,125),
        70px 20px 0 -1px rgb(147,163,159),
        120px -40px 0 -1px rgb(113,129,125),
        180px 10px 0 -1px rgb(147,163,159);
    left: 10%;
}

@media screen and (max-width: 992px) {.gratNotejZ {
    padding: 80px 0 60px;
}.gratNotejZ h2 {
    font-size: calc(37px * 0.9);
    max-width: 100%;
}.gratNotejZ .expert_sessionsIF {
    transform: perspective(1000px) rotateY(-1deg);
    padding: 30px;
}
}

@media screen and (max-width: 768px) {.gratNotejZ {
    padding: 60px 0 40px;
}.gratNotejZ h2 {
    margin-bottom: 30px;
    font-size: calc(37px * 0.8);
}.gratNotejZ .expert_sessionsIF {
    padding: 25px;
    clip-path: none;
    transform: none;
}.gratNotejZ li {
    padding-left: 20px;
}.gratNotejZ li::before {
    width: 6px;
    top: 7px;
    height: 6px;
}.gratNotejZ li span {
    font-size: calc(16px * 0.95);
}
}

@media screen and (max-width: 576px) {.gratNotejZ {
    padding: 50px 0 30px;
}.gratNotejZ h2 {
    margin-bottom: 25px;
    font-size: calc(37px * 0.7);
}.gratNotejZ .expert_sessionsIF {
    padding: 20px;
}.gratNotejZ li span {
    font-size: calc(16px * 0.9);
    line-height: 1.6;
}.gratNotejZ h2::after {
    width: 60px;
    bottom: -10px;
    height: 2px;
}}header {
    width: 100%;
    z-index: 99;
    background: linear-gradient(135deg, rgb(181,196,194), #ffffff);
    overflow: visible;
    position: relative;
}header::before {
    width: 100%;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0.3;
    background: 
        radial-gradient(
            circle at 0% 50%,
            transparent 6px,
            rgb(147,163,159,0.5) 6px,
            rgb(147,163,159,0.5) 10px,
            transparent 10px
        ) repeat-x;
    height: 15px;
    position: absolute;
    background-size: 20px 20px;
}header .first_teachdx {
    padding: 25px 30px;
    position: relative;
    justify-content: space-between;
    align-items: center;
    display: flex;
}header .first_teachdx::before,
header .first_teachdx::after {
    position: absolute;
    content: "";
    height: 2px;
    background: linear-gradient(to right, rgb(147,163,159), transparent);
    width: 30%;
}header .first_teachdx::before {
    top: 10px;
    left: 0;
}header .first_teachdx::after {
    right: 0;
    bottom: 10px;
    background: linear-gradient(to left, rgb(113,129,125), transparent);
}header .first_teachdx .site_tops5 {
    z-index: 2;
    position: relative;
}header .first_teachdx .site_tops5::before {
    background: rgb(147,163,159,0.5);
    height: 140%;
    opacity: 0.05;
    border-radius: 60% 40% 50% 30% / 40% 50% 60% 50%;
    content: "";
    transition: transform 0.5s ease-in-out;
    top: -20%;
    left: -20%;
    position: absolute;
    width: 140%;
    z-index: -1;
}header .first_teachdx .site_tops5:hover::before {
    transform: rotate(15deg) scale(1.1);
}header .first_teachdx .site_tops5 .nav_learningz6 {
    display: block;
    transition: transform 0.3s ease;
}header .first_teachdx .site_tops5:hover .nav_learningz6 {
    transform: translateY(-3px);
}header .first_teachdx .site_tops5 .nav_learningz6 svg {
    filter: drop-shadow(0 2px 3px rgba(0,0,0,0.1));
    width: auto;
    height: 45px;
}header .first_teachdx .head_siteKe {
    margin: 0;
    display: flex;
    list-style: none;
    padding: 0;
    position: relative;
}header .first_teachdx .head_siteKe::before {
    background: rgb(113,129,125,0.5);
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    opacity: 0.05;
    top: 0;
    height: 100%;
    left: 0;
    z-index: -1;
    position: absolute;
    content: "";
    width: 100%;
    transition: all 0.5s ease;
}header .first_teachdx .head_siteKe:hover::before {
    opacity: 0.08;
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
}header .first_teachdx .head_siteKe .top_eduyA {
    margin: 0 8px;
    position: relative;
}header .first_teachdx .head_siteKe .top_eduyA a {
    font-family: Arial, sans-serif;
    padding: 10px 15px;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    position: relative;
    color: #000000;
    display: block;
    text-decoration: none;
    font-size: 16px;
    transition: all 0.4s ease;
    font-weight: 600;
    overflow: hidden;
}header .first_teachdx .head_siteKe .top_eduyA a:hover {
    color: #ffffff;
    border-radius: 50% 50% 50% 50% / 50% 50% 50% 50%;
}header .first_teachdx .head_siteKe .top_eduyA a::before {
    position: absolute;
    border-radius: 0% 0% 0% 0% / 0% 0% 0% 0%;
    background: rgb(147,163,159);
    left: 0;
    top: 0;
    z-index: -1;
    transform-origin: right top;
    transition: transform 0.4s ease, border-radius 0.4s ease;
    height: 100%;
    content: "";
    transform: scale(0);
    width: 100%;
}header .first_teachdx .head_siteKe .top_eduyA a:hover::before {
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    transform: scale(1);
}header .first_teachdx .head_siteKe .top_eduyA:nth-child(2n) a::before {
    transform-origin: left bottom;
    background: rgb(113,129,125);
}header .first_teachdx .head_siteKe .top_eduyA:nth-child(2n) a:hover::before {
    border-radius: 70% 30% 30% 70% / 70% 70% 30% 30%;
}header .first_teachdx .head_siteKe .top_eduyA:hover {
    animation: menu-wobble 1s ease;
}

@keyframes menu-wobble {
    0%, 100% {
        transform: translateX(0);
    }
    15% {
        transform: translateX(-3px) rotate(-1deg);
    }
    30% {
        transform: translateX(2px) rotate(1deg);
    }
    45% {
        transform: translateX(-2px) rotate(-0.5deg);
    }
    60% {
        transform: translateX(1px) rotate(0.5deg);
    }
    75% {
        transform: translateX(-1px) rotate(-0.25deg);
    }
}

@media (max-width: 992px) {header .first_teachdx {
    flex-direction: column;
    padding: 20px 15px;
}header .first_teachdx .site_tops5 {
    margin-bottom: 15px;
}header .first_teachdx .head_siteKe {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}header .first_teachdx .head_siteKe .top_eduyA {
    margin: 5px;
}header .first_teachdx .head_siteKe .top_eduyA a {
    font-size: calc(16px - 1px);
    padding: 8px 12px;
}
}

@media (max-width: 767px) {header .first_teachdx {
    padding: 15px 10px;
}header .first_teachdx .site_tops5 .nav_learningz6 svg {
    height: 40px;
}header .first_teachdx .head_siteKe .top_eduyA a {
    font-size: calc(16px - 2px);
    padding: 6px 10px;
}}.experience_trialqv {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transform-style: preserve-3d;
    perspective: 1000px;
    overflow: hidden;
    padding: 4rem 2rem;
    background: linear-gradient(135deg, rgb(147,163,159), rgb(113,129,125));
    position: relative;
}.experience_trialqv::before {
    background: repeating-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.05) 10px,
        transparent 10px,
        transparent 20px
    );
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    pointer-events: none;
    transform: translateZ(-10px);
    height: 100%;
    width: 100%;
}.experience_trialqv::after {
    animation: rotateLightSource 15s infinite linear;
    left: -50%;
    pointer-events: none;
    content: '';
    width: 200%;
    height: 200%;
    top: -50%;
    background: radial-gradient(
        circle at center,
        rgba(255, 255, 255, 0.1) 0%,
        transparent 60%
    );
    mix-blend-mode: overlay;
    position: absolute;
}.experience_trialqv .container {
    max-width: 1140px;
    flex-direction: column;
    display: flex;
    margin: 0 auto;
    transform: translateZ(20px);
    position: relative;
    gap: 2.5rem;
    z-index: 1;
    align-items: center;
}.experience_trialqv h6 {
    position: relative;
    line-height: 1.6;
    text-align: center;
    font-family: Arial, sans-serif;
    text-shadow: 0 2px 4px rgba(0,0,0,0.15);
    margin: 0;
    font-size: 16px;
    backdrop-filter: blur(5px);
    font-weight: 600;
    background: rgba(255, 255, 255, 0.1);
    border-left: 3px solid #ffffff;
    letter-spacing: 0.5px;
    transform: perspective(1000px) rotateX(5deg);
    padding: 0.5rem 1rem;
    color: #ffffff;
    max-width: 800px;
}.experience_trialqv div div {
    justify-content: center;
    perspective: 600px;
    display: flex;
}.experience_trialqv div div span {
    position: relative;
    transition: transform 0.4s cubic-bezier(0.18, 0.89, 0.32, 1.28);
    display: inline-block;
    transform: translateZ(30px);
}.experience_trialqv .feedback_inquiryPB {
    padding: 1rem 2.5rem;
    transform-style: preserve-3d;
    color: rgb(147,163,159);
    position: relative;
    font-weight: 600;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1), 
                0 6px 6px rgba(0, 0, 0, 0.1),
                0 0 0 3px rgba(255, 255, 255, 0.1);
    overflow: hidden;
    background: #ffffff;
    transition: all 0.4s ease;
    font-family: Arial, sans-serif;
    border-radius: 10px;
    text-decoration: none;
    display: inline-block;
    font-size: 17px;
    transform: translateZ(0);
}.experience_trialqv .feedback_inquiryPB::before {
    top: -2px;
    right: -2px;
    opacity: 0;
    left: -2px;
    content: '';
    transform: translateZ(-5px);
    position: absolute;
    z-index: -1;
    bottom: -2px;
    filter: blur(10px);
    background: linear-gradient(45deg, 
        rgb(113,129,125), 
        rgb(147,163,159), 
        rgb(113,129,125));
    transition: opacity 0.4s ease;
}.experience_trialqv .feedback_inquiryPB span {
    display: inline-block;
    z-index: 2;
    transition: transform 0.4s cubic-bezier(0.18, 0.89, 0.32, 1.28);
    position: relative;
}.experience_trialqv .feedback_inquiryPB:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2), 
                0 10px 10px rgba(0, 0, 0, 0.15),
                0 0 0 4px rgba(255, 255, 255, 0.2);
    transform: translateY(-3px) translateZ(10px);
}.experience_trialqv .feedback_inquiryPB:hover::before {
    opacity: 0.7;
}.experience_trialqv .feedback_inquiryPB:hover span {
    transform: scale(1.05);
}.experience_trialqv .feedback_inquiryPB:active {
    transition: all 0.1s ease;
    transform: translateY(0) translateZ(0);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1),
                0 3px 3px rgba(0, 0, 0, 0.1),
                0 0 0 2px rgba(255, 255, 255, 0.1);
}

@keyframes rotateLightSource {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 768px) {.experience_trialqv {
    padding: 3rem 1.5rem;
}.experience_trialqv h6 {
    transform: perspective(1000px) rotateX(3deg);
    font-size: calc(16px * 0.9);
}.experience_trialqv .feedback_inquiryPB {
    padding: 0.875rem 2rem;
    font-size: calc(17px * 0.9);
}.experience_trialqv .container {
    gap: 2rem;
}
}

@media (max-width: 576px) {.experience_trialqv {
    padding: 2.5rem 1rem;
}.experience_trialqv h6 {
    font-size: calc(16px * 0.85);
    transform: perspective(1000px) rotateX(2deg);
    line-height: 1.5;
    padding: 0.5rem 0.75rem;
}.experience_trialqv .feedback_inquiryPB {
    padding: 0.75rem 1.75rem;
    font-size: calc(17px * 0.85);
}.experience_trialqv .container {
    gap: 1.5rem;
}
}

@media (min-width: 992px) {.experience_trialqv {
    padding: 5rem 2rem;
}.experience_trialqv .container {
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    gap: 3rem;
}.experience_trialqv h6 {
    transform: perspective(1000px) rotateX(5deg) translateZ(10px);
    max-width: 60%;
    flex: 1;
    text-align: left;
}.experience_trialqv div div {
    flex: 0 0 auto;
}.experience_trialqv .feedback_inquiryPB {
    padding: 1.125rem 2.75rem;
}
}

@media (min-width: 1200px) {.experience_trialqv h6 {
    font-size: calc(16px * 1.1);
}.experience_trialqv .feedback_inquiryPB {
    font-size: calc(17px * 1.1);
    padding: 1.25rem 3rem;
}
}

@media (prefers-reduced-motion) {.experience_trialqv::after {
    animation: none;
}.experience_trialqv .feedback_inquiryPB:hover,
    .experience_trialqv .feedback_inquiryPB:active {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: none;
}.experience_trialqv h6,
    .experience_trialqv .container,
    .experience_trialqv div div span {
    transform: none;
}}.pricing_gridB8 {
    overflow: hidden;
    background: rgb(181,196,194);
    position: relative;
    padding: 120px 0;
}.pricing_gridB8::before {
    position: absolute;
    content: "";
    left: 0;
    z-index: 0;
    background: linear-gradient(135deg, 
        rgba(var(--primary-color-rgb), 0.05) 0%, 
        rgba(var(--secondary-color-rgb), 0.03) 100%);
    width: 100%;
    top: 0;
    height: 100%;
}.pricing_gridB8 .container {
    z-index: 1;
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
}.pricing_gridB8 .lesson_ratesVB {
    gap: 60px;
    grid-template-columns: 1fr;
    display: grid;
}.pricing_gridB8 .study_price2i {
    opacity: 0;
    animation: fadeSlideUp 0.8s forwards 0.2s;
    text-align: center;
    max-width: 800px;
    transform: translateY(20px);
    margin: 0 auto;
}.pricing_gridB8 .study_price2i h2 {
    display: inline-block;
    position: relative;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #000000;
}.pricing_gridB8 .study_price2i h2::after {
    left: 50%;
    height: 3px;
    position: absolute;
    width: 80px;
    transform: translateX(-50%);
    content: "";
    background: linear-gradient(90deg, rgb(147,163,159), rgb(113,129,125));
    bottom: -10px;
}.pricing_gridB8 .learning_costGZ {
    color: #000000;
    margin-top: 30px;
    line-height: 1.6;
    font-size: calc(18px + 0.1rem);
}.pricing_gridB8 .rate_schemesSr {
    gap: 30px;
    opacity: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    margin-top: 20px;
    transform: translateY(30px);
    animation: fadeSlideUp 0.8s forwards 0.4s;
}.pricing_gridB8 .fee_dealsQH {
    z-index: 1;
    color: inherit;
    position: relative;
    display: block;
    text-decoration: none;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    will-change: transform;
}.pricing_gridB8 .fee_dealsQH:hover {
    transform: translateY(-10px) scale(1.02);
}.pricing_gridB8 .program_feeslA {
    position: relative;
    background: #ffffff;
    display: flex;
    min-height: 420px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    flex-direction: column;
    overflow: hidden;
    transition: box-shadow 0.4s ease, transform 0.4s ease;
    border-radius: 24px;
}.pricing_gridB8 .fee_dealsQH:hover .program_feeslA {
    box-shadow: 0 20px 40px rgba(var(--primary-color-rgb), 0.15);
}.pricing_gridB8 .fee_dealsQH:nth-child(odd) .program_feeslA::before {
    top: 0;
    content: "";
    position: absolute;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    width: 5px;
    background: rgb(147,163,159);
    height: 100%;
    transform: scaleY(0);
    transform-origin: bottom;
    left: 0;
}.pricing_gridB8 .fee_dealsQH:nth-child(even) .program_feeslA::before {
    transform: scaleY(0);
    transform-origin: bottom;
    width: 5px;
    top: 0;
    background: rgb(113,129,125);
    content: "";
    right: 0;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    height: 100%;
    position: absolute;
}.pricing_gridB8 .fee_dealsQH:hover .program_feeslA::before {
    transform: scaleY(1);
}.pricing_gridB8 .fee_boardsC {
    padding: 40px 30px;
    flex-direction: column;
    position: relative;
    z-index: 1;
    flex: 1;
    display: flex;
}.pricing_gridB8 .fee_boardsC h3 {
    font-size: calc(18px + 0.2rem);
    font-weight: 700;
    color: #000000;
    transition: color 0.3s ease;
    position: relative;
    margin-bottom: 15px;
    display: inline-block;
}.pricing_gridB8 .fee_dealsQH:hover .fee_boardsC h3 {
    color: rgb(147,163,159);
}.pricing_gridB8 .fee_dealsQH:nth-child(even):hover .fee_boardsC h3 {
    color: rgb(113,129,125);
}.pricing_gridB8 .cert_costvg {
    color: rgb(147,163,159);
    padding-bottom: 10px;
    font-weight: 700;
    position: relative;
    font-size: calc(18px + 0.5rem);
    display: inline-block;
    margin: 10px 0 20px;
}.pricing_gridB8 .fee_dealsQH:nth-child(even) .cert_costvg {
    color: rgb(113,129,125);
}.pricing_gridB8 .cert_costvg::after {
    opacity: 0.6;
    height: 3px;
    position: absolute;
    background: currentColor;
    left: 0;
    content: "";
    bottom: 0;
    width: 40px;
}.pricing_gridB8 .fee_boardsC p {
    hyphens: auto;
    margin-top: auto;
    overflow-wrap: break-word;
    line-height: 1.6;
    word-wrap: break-word;
    font-size: 18px;
    color: #000000;
    word-break: break-word;
}.pricing_gridB8 .img_fitJ6 {
    transform-origin: center;
    position: relative;
    width: 100%;
    transition: transform 0.5s ease;
    height: 200px;
}.pricing_gridB8 .fee_dealsQH:hover .img_fitJ6 {
    transform: scale(1.05);
}.pricing_gridB8 .img_fitJ6::after {
    opacity: 0;
    left: 0;
    position: absolute;
    transition: opacity 0.4s ease;
    background: linear-gradient(to top, rgba(0,0,0,0.4), transparent);
    content: "";
    height: 40%;
    bottom: 0;
    width: 100%;
}.pricing_gridB8 .fee_dealsQH:hover .img_fitJ6::after {
    opacity: 1;
}

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

@media (min-width: 768px) {.pricing_gridB8 .lesson_ratesVB {
    grid-template-columns: 1fr;
}.pricing_gridB8 .rate_schemesSr {
    gap: 40px;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
}
}

@media (min-width: 992px) {.pricing_gridB8 {
    padding: 150px 0;
}.pricing_gridB8 .lesson_ratesVB {
    gap: 80px;
    grid-template-columns: 1fr;
}.pricing_gridB8 .rate_schemesSr {
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}.pricing_gridB8 .program_feeslA {
    min-height: 480px;
}
}

@media (min-width: 1200px) {.pricing_gridB8 .rate_schemesSr {
    gap: 40px;
}
}

@media (max-width: 767px) {.pricing_gridB8 {
    padding: 80px 0;
}.pricing_gridB8 .study_price2i h2 {
    font-size: calc(32px - 0.4rem);
}.pricing_gridB8 .learning_costGZ {
    font-size: 18px;
}.pricing_gridB8 .fee_boardsC {
    padding: 30px 20px;
}.pricing_gridB8 .program_feeslA {
    min-height: 400px;
}.pricing_gridB8 .img_fitJ6 {
    height: 160px;
}
}

@media (max-width: 480px) {.pricing_gridB8 {
    padding: 60px 0;
}.pricing_gridB8 .lesson_ratesVB {
    gap: 40px;
}.pricing_gridB8 .rate_schemesSr {
    gap: 25px;
}.pricing_gridB8 .fee_boardsC h3 {
    font-size: 18px;
}.pricing_gridB8 .cert_costvg {
    font-size: 18px;
}.pricing_gridB8 .fee_boardsC p {
    font-size: calc(18px - 0.1rem);
}}.education_framework10 {
    background: linear-gradient(135deg, rgb(181,196,194) 0%, rgb(113,129,125,0.5) 100%);
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}.education_framework10::before {
    opacity: 0.7;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
    background: radial-gradient(circle at 70% 30%, rgb(147,163,159,0.5) 0%, transparent 60%);
    transform: translateZ(0);
    position: absolute;
    height: 100%;
    content: "";
}.education_framework10::after {
    bottom: 0;
    z-index: 1;
    transform: translateZ(0);
    content: "";
    background: linear-gradient(225deg, rgb(113,129,125) 0%, transparent 70%);
    width: 300px;
    position: absolute;
    right: 0;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    height: 300px;
    opacity: 0.15;
}.education_framework10 .container {
    position: relative;
    max-width: 1140px;
    padding: 0 20px;
    z-index: 2;
    margin: 0 auto;
}.education_framework10 .expert_sessionsIF {
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transform: perspective(1000px) rotateX(2deg);
    transform-style: preserve-3d;
    display: grid;
    gap: 2rem;
    grid-template-columns: 1fr;
    position: relative;
}.education_framework10 .expert_sessionsIF:hover {
    transform: perspective(1000px) rotateX(0deg);
}.education_framework10 .expert_sessionsIF > div {
    position: relative;
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    backdrop-filter: blur(10px);
    border-radius: 10px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 3px 10px rgba(0, 0, 0, 0.05);
    padding: calc(2rem + 1vw);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.7) 100%);
    overflow: hidden;
}.education_framework10 .expert_sessionsIF > div::before {
    width: 6px;
    height: 100%;
    top: 0;
    background: linear-gradient(to bottom, rgb(147,163,159), rgb(113,129,125));
    content: "";
    left: 0;
    position: absolute;
    transform: translateZ(0);
}.education_framework10 .expert_sessionsIF > div:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 0 5px 15px rgba(0, 0, 0, 0.08);
}.education_framework10 h3 {
    position: relative;
    padding-left: 20px;
    line-height: 1.4;
    font-size: calc(19px + 0.2vw);
    font-weight: 700;
    transform: translateZ(0);
    margin-bottom: calc(1rem + 0.5vw);
    color: #000000;
}.education_framework10 h3::after {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    left: 20px;
    position: absolute;
    width: 60px;
    transform-origin: left center;
    content: "";
    background: rgb(147,163,159);
    height: 3px;
    transform: scaleX(1);
    bottom: -10px;
}.education_framework10 .expert_sessionsIF > div:hover h3::after {
    transform: scaleX(1.5);
}.education_framework10 p {
    font-size: 17px;
    line-height: 1.8;
    padding-left: 20px;
    transition: opacity 0.3s ease;
    margin-bottom: 0;
    position: relative;
    opacity: 0.9;
    color: #000000;
    z-index: 2;
}.education_framework10 p span {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    padding-bottom: 10px;
    position: relative;
    display: block;
}.education_framework10 .expert_sessionsIF > div:hover p span {
    transform: translateX(5px);
}

@media (min-width: 768px) {.education_framework10 {
    padding: 150px 0;
}.education_framework10 .expert_sessionsIF {
    gap: 3rem;
    grid-template-columns: 1fr;
}.education_framework10 h3 {
    font-size: calc(29px - 0.5rem);
}.education_framework10 p {
    font-size: calc(17px + 0.1rem);
    max-width: 90%;
}.education_framework10 .expert_sessionsIF > div::before {
    width: 8px;
}
}

@media (min-width: 992px) {.education_framework10 {
    padding: 180px 0;
}.education_framework10 .expert_sessionsIF {
    margin: 0 auto;
    max-width: 85%;
}.education_framework10 .expert_sessionsIF > div {
    padding: calc(3rem + 1vw);
}.education_framework10 h3 {
    margin-bottom: calc(1.5rem + 0.5vw);
}.education_framework10 p {
    padding-left: 25px;
    max-width: 85%;
}.education_framework10 .expert_sessionsIF > div::before {
    width: 10px;
}
}

@media (max-width: 767px) {.education_framework10 {
    padding: 80px 0;
}.education_framework10 .expert_sessionsIF {
    transform: none;
}.education_framework10 .expert_sessionsIF > div {
    padding: 1.5rem;
}.education_framework10 h3 {
    padding-left: 15px;
    font-size: calc(19px - 0.1rem);
}.education_framework10 p {
    font-size: calc(17px - 0.05rem);
    padding-left: 15px;
}.education_framework10 .expert_sessionsIF > div::before {
    width: 4px;
}.education_framework10 h3::after {
    width: 40px;
    left: 15px;
}}.our_storys8 {
    position: relative;
    background: linear-gradient(135deg, rgb(181,196,194) 0%, rgb(113,129,125,0.5) 100%);
    overflow: hidden;
    padding: 6rem 0;
}.our_storys8::before {
    content: "";
    width: 100%;
    z-index: 1;
    top: 0;
    position: absolute;
    height: 100%;
    background-size: 40px 40px;
    left: 0;
    background-position: 0 0, 0 20px, 20px -20px, -20px 0px;
    opacity: 0.03;
    background-image: 
        linear-gradient(45deg, rgb(147,163,159,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(147,163,159,0.5) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(147,163,159,0.5) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(147,163,159,0.5) 75%);
}.our_storys8 .container {
    position: relative;
    max-width: 1200px;
    z-index: 2;
    transform-origin: center top;
    margin: 0 auto;
    padding: 0 2rem;
    transform: perspective(1000px) rotateX(2deg);
}.our_storys8 h1 {
    transform: translateZ(0);
    letter-spacing: -0.02em;
    font-size: 38px;
    color: #000000;
    display: inline-block;
    position: relative;
    margin-bottom: 3rem;
    font-weight: 700;
}.our_storys8 h1::after {
    content: "";
    position: absolute;
    height: 4px;
    left: 0;
    transform-origin: left center;
    background: linear-gradient(90deg, rgb(147,163,159) 0%, transparent 100%);
    bottom: -10px;
    width: 60%;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}.our_storys8 h1:hover::after {
    transform: scaleX(1.5);
}.our_storys8 .study_tracksC2 {
    position: relative;
}.our_storys8 .study_tracksC2 ul {
    gap: 3rem;
    padding: 0;
    grid-template-columns: 1fr;
    margin: 0;
    display: grid;
    list-style: none;
}.our_storys8 .knowledge_sessionsDG {
    transform: translateZ(0);
    transition: transform 0.4s ease-out, box-shadow 0.4s ease-out;
    padding: 2.5rem;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08), 0 5px 15px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    border-left: 4px solid rgb(147,163,159);
}.our_storys8 .knowledge_sessionsDG:hover {
    transform: translateY(-5px) translateZ(0);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12), 0 8px 20px rgba(0, 0, 0, 0.08);
}.our_storys8 .knowledge_sessionsDG::before {
    content: "";
    width: 25%;
    top: 0;
    right: 0;
    position: absolute;
    background: linear-gradient(90deg, transparent 0%, rgb(113,129,125) 100%);
    height: 3px;
}.our_storys8 .knowledge_sessionsDG h4 {
    display: inline-block;
    font-weight: 600;
    color: #000000;
    margin-bottom: 1.5rem;
    margin-top: 0;
    font-size: calc(23px + 0.2rem);
    position: relative;
}.our_storys8 .knowledge_sessionsDG h4::after {
    height: 2px;
    left: 0;
    position: absolute;
    bottom: -8px;
    width: 40px;
    content: "";
    background-color: rgb(147,163,159);
    transition: width 0.3s ease;
}.our_storys8 .knowledge_sessionsDG:hover h4::after {
    width: 80px;
}.our_storys8 .knowledge_sessionsDG div {
    position: relative;
    line-height: 1.8;
    color: #000000;
    max-height: 300px;
    padding-right: 10px;
    overflow-y: auto;
    font-family: Arial, sans-serif;
    font-size: 12px;
}.our_storys8 .knowledge_sessionsDG div::-webkit-scrollbar {
    width: 4px;
}.our_storys8 .knowledge_sessionsDG div::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
}.our_storys8 .knowledge_sessionsDG div::-webkit-scrollbar-thumb {
    background: rgb(147,163,159,0.5);
    border-radius: 10px;
}.our_storys8 .knowledge_sessionsDG:first-child {
    transform: translateX(-5px) translateZ(0);
}.our_storys8 .knowledge_sessionsDG:last-child {
    transform: translateX(5px) translateZ(0);
}.our_storys8 .knowledge_sessionsDG:first-child:hover,
.our_storys8 .knowledge_sessionsDG:last-child:hover {
    transform: translateY(-5px) translateZ(0);
}

@media (min-width: 768px) {.our_storys8 {
    padding: 8rem 0;
}.our_storys8 .study_tracksC2 ul {
    gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
}.our_storys8 h1 {
    font-size: calc(38px * 1.2);
    margin-bottom: 4rem;
}.our_storys8 h1::after {
    bottom: -15px;
    height: 6px;
}.our_storys8 .knowledge_sessionsDG {
    padding: 3rem;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}.our_storys8 .knowledge_sessionsDG:first-child {
    transform: translateY(20px) translateZ(0);
}.our_storys8 .knowledge_sessionsDG:last-child {
    transform: translateY(-20px) translateZ(0);
}.our_storys8 .knowledge_sessionsDG:first-child:hover,
    .our_storys8 .knowledge_sessionsDG:last-child:hover {
    transform: translateY(0) translateZ(0) scale(1.02);
}.our_storys8 .knowledge_sessionsDG::before {
    height: 4px;
    width: 35%;
}.our_storys8 .knowledge_sessionsDG div {
    max-height: 400px;
}
}

@media (min-width: 1024px) {.our_storys8 {
    padding: 10rem 0;
}.our_storys8::before {
    background-size: 60px 60px;
}.our_storys8 .container {
    padding: 0 4rem;
}.our_storys8 h1 {
    font-size: calc(38px * 1.4);
}.our_storys8 .knowledge_sessionsDG {
    padding: 3.5rem;
}.our_storys8 .knowledge_sessionsDG h4 {
    margin-bottom: 2rem;
    font-size: calc(23px * 1.2);
}.our_storys8 .knowledge_sessionsDG h4::after {
    height: 3px;
    bottom: -10px;
}.our_storys8 .knowledge_sessionsDG div {
    max-height: 450px;
    font-size: calc(12px * 1.05);
    line-height: 1.9;
}.our_storys8 .study_tracksC2 ul {
    gap: 3rem;
}
}

@media (min-width: 1440px) {.our_storys8 .container {
    max-width: 1400px;
}.our_storys8 h1 {
    margin-bottom: 5rem;
}.our_storys8 .knowledge_sessionsDG {
    padding: 4rem;
}.our_storys8 .knowledge_sessionsDG div {
    max-height: 500px;
}
}

@media (max-width: 767px) {.our_storys8 {
    padding: 4rem 0;
}.our_storys8 .container {
    transform: perspective(1000px) rotateX(0deg);
    padding: 0 1.5rem;
}.our_storys8 h1 {
    margin-bottom: 2rem;
    font-size: calc(38px * 0.9);
}.our_storys8 .knowledge_sessionsDG {
    margin-bottom: 2rem;
    padding: 1.5rem;
}.our_storys8 .knowledge_sessionsDG h4 {
    margin-bottom: 1rem;
    font-size: 23px;
}.our_storys8 .knowledge_sessionsDG div {
    line-height: 1.6;
    font-size: calc(12px * 0.95);
    max-height: 250px;
}.our_storys8 .knowledge_sessionsDG:first-child,
    .our_storys8 .knowledge_sessionsDG:last-child {
    transform: none;
}}.greeting_pageLN {
    align-items: center;
    width: 100%;
    display: flex;
    background: linear-gradient(135deg, #000000, rgb(147,163,159,0.5));
    position: relative;
    min-height: 100vh;
    overflow: hidden;
}.greeting_pageLN .img_fitJ6 {
    z-index: 1;
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    height: 100%;
    top: 0;
    position: absolute;
    opacity: 0.85;
    left: 0;
}.greeting_pageLN .img_fitJ6::after {
    background: linear-gradient(
        135deg,
        rgba(94, 170, 168, 0.4),
        rgba(0, 0, 40, 0.7)
    );
    left: 0;
    width: 100%;
    top: 0;
    content: '';
    position: absolute;
    mix-blend-mode: multiply;
    height: 100%;
}.greeting_pageLN .expert_sessionsIF {
    transform: translateY(2vh);
    gap: 2rem;
    position: relative;
    width: 90%;
    grid-template-columns: 1fr;
    padding: 3rem;
    margin: 0 auto;
    display: grid;
    max-width: 1200px;
    z-index: 2;
}.greeting_pageLN h1 {
    font-size: clamp(2rem, 5vw, 41px);
    margin-bottom: 1rem;
    position: relative;
    font-weight: 700;
    opacity: 0;
    color: #ffffff;
    animation: slideIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.2s;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    transform: translateX(-50px);
}.greeting_pageLN h1::after {
    left: 0;
    transform-origin: left;
    background: rgb(113,129,125);
    width: 80px;
    content: '';
    height: 4px;
    bottom: -10px;
    animation: scaleIn 1s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.8s;
    transform: scaleX(0);
    position: absolute;
}.greeting_pageLN .text_headertv {
    opacity: 0;
    backdrop-filter: blur(10px);
    position: relative;
    padding: 2rem;
    background: rgba(255, 255, 255, 0.05);
    transform: translateY(30px);
    animation: fadeUp 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.4s;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    border-left: 3px solid rgb(113,129,125);
}.greeting_pageLN .text_headertv::before {
    background: linear-gradient(135deg, rgba(94, 170, 168, 0.05), transparent);
    content: '';
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}.greeting_pageLN p {
    font-weight: 400;
    line-height: 1.6;
    color: #ffffff;
    max-width: 600px;
    font-size: clamp(1rem, 3vw, 1.2rem);
    margin-bottom: 2rem;
}.greeting_pageLN .page_baseax {
    margin: 1.5rem 0;
    display: flex;
    justify-content: center;
}.greeting_pageLN svg {
    width: 120px;
    height: 120px;
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: translateY(0);
}.greeting_pageLN .page_baseax:hover svg {
    transform: translateY(-10px) scale(1.05);
}.greeting_pageLN svg path {
    transition: fill 0.3s ease;
    fill: rgb(94, 170, 168);
}.greeting_pageLN .page_baseax:hover svg path {
    fill: rgb(113,129,125);
}.greeting_pageLN svg text {
    transition: fill 0.3s ease;
    font-family: Arial, sans-serif;
}.greeting_pageLN .page_baseax:hover svg text {
    fill: #ffffff;
}.greeting_pageLN h6 {
    text-align: left;
    margin-top: 2rem;
}.greeting_pageLN .feedback_inquiryPB {
    text-decoration: none;
    color: #ffffff;
    font-weight: 600;
    border: 2px solid rgb(113,129,125);
    background: rgb(113,129,125);
    font-size: 15px;
    padding: 0.8rem 2rem;
    overflow: hidden;
    position: relative;
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    z-index: 1;
    display: inline-block;
}.greeting_pageLN .feedback_inquiryPB::before {
    top: 0;
    transition: left 0.6s ease;
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    left: -100%;
}.greeting_pageLN .feedback_inquiryPB:hover {
    box-shadow: 0 10px 20px rgba(94, 170, 168, 0.3);
    transform: translateY(-3px);
    background: transparent;
    color: rgb(113,129,125);
}.greeting_pageLN .feedback_inquiryPB:hover::before {
    left: 100%;
}

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

@keyframes scaleIn {
    to {
        transform: scaleX(1);
    }
}

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

@media (min-width: 768px) {.greeting_pageLN .expert_sessionsIF {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    padding: 4rem;
    align-items: center;
}.greeting_pageLN h1 {
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    grid-column: 1 / -1;
}.greeting_pageLN .text_headertv {
    padding: 2.5rem;
}.greeting_pageLN p {
    font-size: clamp(1.1rem, 2vw, 1.3rem);
}.greeting_pageLN svg {
    height: 150px;
    width: 150px;
}
}

@media (min-width: 1024px) {.greeting_pageLN .img_fitJ6 {
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 85%);
}.greeting_pageLN .expert_sessionsIF {
    grid-template-columns: 1.5fr 1fr;
    padding: 0 4rem;
}.greeting_pageLN h1 {
    font-size: clamp(3rem, 5vw, 4rem);
    grid-column: 1 / 2;
    margin-bottom: 2rem;
}.greeting_pageLN h1::after {
    width: 120px;
    height: 5px;
}.greeting_pageLN .text_headertv {
    transform: translateX(2rem);
}.greeting_pageLN svg {
    height: 180px;
    width: 180px;
}
}

@media (max-width: 767px) {.greeting_pageLN {
    min-height: 90vh;
}.greeting_pageLN .expert_sessionsIF {
    padding: 2rem;
}.greeting_pageLN .text_headertv {
    padding: 1.5rem;
}.greeting_pageLN svg {
    height: 100px;
    width: 100px;
}}.privacySettingsModalNu {
    border-top: 1px solid rgb(147,163,159);
    padding: 20px 0;
    width: 100%;
    background-color: rgb(181,196,194);
    animation: fadeInUp 0.5s ease-out;
    bottom: 0;
    position: fixed;
    z-index: 1000;
    box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.1);
}.privacySettingsModalNu .manage_cookies39 {
    margin-right: 20px;
    flex-shrink: 0;
    animation: logoScale 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    transform-origin: center;
}.privacySettingsModalNu .manage_cookies39 svg {
    height: 60px;
    fill: rgb(147,163,159);
    width: 60px;
}@keyframes logoScale {
    0% {
        transform: scale(0);
    }
    80% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
.privacySettingsModalNu .cookie_edug0 {
    flex-grow: 1;
}.privacySettingsModalNu .cookie_edug0 h5 {
    font-size: 20px;
    margin-bottom: 6px;
    color: rgb(147,163,159);
}.privacySettingsModalNu .cookie_edug0 p {
    line-height: 1.5;
    font-size: 12px;
    color: #000000;
    margin: 0;
}.privacySettingsModalNu .web_cookies1e {
    border-radius: 5px;
    margin-top: 20px;
    padding: 10px 20px;
    display: inline-block;
    color: #ffffff;
    background-color: rgb(147,163,159);
    margin-right: 15px;
    text-decoration: none;
    font-size: 19px;
    transition: transform 0.3s, box-shadow 0.3s;
}.privacySettingsModalNu .web_cookies1e:hover {
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}.privacySettingsModalNu .web_cookies1e:active {
    box-shadow: none;
    transform: translateY(1px);
}
@media (max-width: 768px) {.privacySettingsModalNu .manage_cookies39 {
    margin-bottom: 15px;
    margin-right: 0;
}.privacySettingsModalNu .web_cookies1e {
    margin-left: 0;
    text-align: center;
    width: 48%;
}}
#cookieDialogNoticeYe {
    display: none;
}#cookieDialogNoticeYe:checked ~ .privacySettingsModalNu {
    visibility: hidden;
    opacity: 0;
}