.container {
    max-width: 100%;
    margin: auto;
    width: 1112px;
}

header,footer {
    width: 100%;
}

header {
    overflow: visible;
    margin-top: 0;
    position: relative;
    padding: 0;
    z-index: 100;
    background: linear-gradient(to right, #000000 0%, rgba(0, 0, 0, 0.5) 100%);
}

.operation-process-8::after {
    width: 300px;
    filter: blur(100px);
    height: 300px;
    background: rgb(217,200,218,0.5);
    position: absolute;
    top: -150px;
    content: "";
    opacity: 0.5;
    animation: pulseGlow 8s ease-in-out infinite alternate;
    right: -150px;
    border-radius: 50%;
}

.operation-process-8 h3 {
    text-align: center;
    width: 100%;
    font-weight: 700;
    margin-bottom: 1rem;
    padding-bottom: 1.5rem;
    position: relative;
    font-size: 35px;
    color: #000000;
    display: inline-block;
}

.operation-process-8 span::before,
.operation-process-8 span::after {
    background: linear-gradient(135deg, rgb(217,200,218,0.5), rgb(185,164,186,0.5));
    z-index: -1;
    border-radius: inherit;
    position: absolute;
    content: "";
    transform-origin: center;
    opacity: 0.5;
}

.operation-process-8 span::before {
    filter: blur(5px);
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    animation: pulse 4s ease-in-out infinite alternate;
}

.future-students-9 h4::after {
    height: 3px;
    transform: translateX(-50%);
    bottom: -1px;
    content: "";
    position: absolute;
    background: linear-gradient(90deg, rgb(217,200,218), rgb(185,164,186));
    left: 50%;
    width: 80px;
}

.future-students-9 div p::before {
    position: absolute;
    background: linear-gradient(90deg, rgba(rgb(217,200,218), 0.1) 0%, transparent 100%);
    left: 0;
    height: 100%;
    content: "";
    width: 0;
    z-index: -1;
    transition: width 0.3s ease;
    top: 0;
}

.future-students-9 div p:hover svg {
    transform: translateY(-50%) scale(1.2) rotate(10deg);
}

.future-students-9 div p:hover svg path {
    fill: rgb(185,164,186);
}

.opening-board-9::before {
    height: 100%;
    left: 0;
    position: absolute;
    z-index: -1;
    width: 100%;
    top: 0;
    background: 
        radial-gradient(circle at 10% 20%, rgba(94,170,168,0.05) 0%, transparent 50%),
        radial-gradient(circle at 90% 80%, rgba(94,170,168,0.08) 0%, transparent 60%);
    content: "";
}

.opening-board-9 ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

.opening-board-9 li {
    margin-bottom: 2rem;
}

.opening-board-9 .skill-plus-8 {
    display: flex;
    text-align: center;
    align-items: center;
    flex-direction: column;
}

.opening-board-9 svg text {
    font-family: Arial, sans-serif;
    font-weight: 700;
}

.opening-board-9 .inquiry-query-5::before {
    content: "";
    top: 0;
    transition: left 0.8s ease;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent);
    z-index: -1;
    width: 100%;
    height: 100%;
    left: -100%;
}

.tyBox-2 {
    padding: 120px 0 80px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(242,231,242) 0%, rgb(185,164,186,0.5) 100%);
    perspective: 1000px;
}

.tyBox-2::before {
    left: 0;
    top: 0;
    position: absolute;
    opacity: 0.07;
    height: 100%;
    width: 100%;
    transform: translateZ(-10px);
    background-image: repeating-linear-gradient(
        45deg,
        rgb(185,164,186,0.5) 0px,
        rgb(185,164,186,0.5) 1px,
        transparent 1px,
        transparent 12px
    );
    z-index: 0;
    content: "";
}

.tyBox-2 ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.tyBox-2 li {
    position: relative;
    padding-left: 30px;
}

.tyBox-2 span {
    display: block;
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 17px;
    line-height: 1.8;
    transition: all 0.3s;
}

footer::before {
    right: 0;
    top: 0;
    opacity: 0.9;
    background: linear-gradient(to right, rgb(185,164,186), rgb(217,200,218));
    content: "";
    bottom: 0;
    z-index: -2;
    position: absolute;
    left: 0;
}

.module-end-9 .container {
    grid-template-columns: repeat(12, 1fr);
    gap: 2rem;
    display: grid;
    position: relative;
}

.module-end-9 .qna-board-7 {
    grid-column: span 7;
}

.module-end-9 .main-nav-5 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}

.module-end-9 .head-prime-7 h5 {
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    font-size: 19px;
    color: #ffffff;
    position: relative;
    padding-bottom: 0.8rem;
    margin: 0 0 1.5rem;
    font-weight: 600;
}

.module-end-9 .head-prime-7 .main-nav-5 a:hover::after {
    opacity: 1;
    transform: translateX(0);
}

.module-end-9::after {
    position: absolute;
    height: 50px;
    top: 2rem;
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    width: 50px;
    right: 2rem;
    content: "";
    border-right: 2px solid rgba(255, 255, 255, 0.2);
}

.pricing-structure-2 {
    background: linear-gradient(135deg, rgb(242,231,242) 0%, #ffffff 100%);
    overflow: hidden;
    position: relative;
    padding: 6rem 0;
}

.pricing-structure-2 .edu-deals-7 {
    order: 1;
    text-align: center;
    max-width: 800px;
    margin-right: auto;
    margin-bottom: 3rem;
    margin-left: auto;
}

.pricing-structure-2 .price-grid-7 {
    margin-top: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    order: 2;
    gap: 2rem;
    display: grid;
}

.pricing-structure-2 .edu-rates-3 {
    position: relative;
    flex-direction: column;
    z-index: 1;
    overflow-wrap: break-word;
    padding: 2rem;
    word-break: break-word;
    display: flex;
    flex-grow: 1;
}

.pricing-structure-2 .edu-rates-3 h3::after {
    content: "";
    left: 0;
    position: absolute;
    height: 2px;
    width: 40px;
    background: rgb(185,164,186);
    transition: width 0.3s ease;
    bottom: 0;
}

.pricing-structure-2 .edu-rates-3 p {
    line-height: 1.6;
    color: #000000;
    margin-top: auto;
    word-break: break-word;
    overflow-wrap: break-word;
    font-size: 17px;
}

.pricing-structure-2 .learning-rates-1:nth-child(3n+1) {
    border-top: 3px solid rgb(217,200,218);
}

.get-in-touch-7 {
    background: linear-gradient(120deg, rgb(242,231,242) 0%, #1a1e2e 100%);
    padding: 90px 0;
    overflow: hidden;
    position: relative;
}

.get-in-touch-7 h2 {
    margin-bottom: 70px;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    color: #ffffff;
    letter-spacing: 2px;
    font-size: 34px;
    font-weight: 700;
}

.get-in-touch-7 .img-strip-8 {
    min-height: 100%;
    position: relative;
}

.get-in-touch-7 .img-strip-8::after {
    background: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(rgb(217,200,218), 0.1) 10px, rgba(rgb(217,200,218), 0.1) 11px);
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 2;
    animation: scanLines 5s linear infinite;
    content: "";
    height: 100%;
}

.get-in-touch-7 input[type="text"] {
    font-size: 16px;
    width: 100%;
    position: relative;
    transition: all 0.3s ease;
    color: #ffffff;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.2);
    padding: 16px 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.get-in-touch-7 .connect-inquiry-0 label {
    color: rgba(255, 255, 255, 0.7);
    font-size: calc(16px - 2px);
    line-height: 1.5;
}

.get-in-touch-7 .connect-inquiry-0 a:hover {
    color: #ffffff;
}

.get-in-touch-7 .inquiry-query-5 {
    transition: all 0.3s ease;
    margin-top: 10px;
    padding: 16px 35px;
    font-size: 14px;
    border-radius: 10px;
    border: none;
    align-self: flex-start;
    background: rgb(217,200,218);
    font-weight: 600;
    color: #ffffff;
    cursor: pointer;
    text-transform: uppercase;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    letter-spacing: 1px;
    position: relative;
    overflow: hidden;
}

header .nav-learning-6 {
    position: relative;
    z-index: 5;
    flex: 0 0 auto;
}

header .nav-sitewrap-0 {
    position: relative;
    z-index: 2;
    align-items: center;
    display: flex;
    text-decoration: none;
    padding: 0.5rem;
    transition: all 0.3s ease;
}

header .head-prime-7 {
    padding: 0;
    z-index: 5;
    display: flex;
    list-style: none;
    margin: 0;
    position: relative;
}

header .first-teach-4 a:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    border-color: rgba(255, 255, 255, 0.1);
    color: rgb(217,200,218);
    transform: translateZ(10px);
    background: rgba(0, 0, 0, 0.2);
}

header .first-teach-4:hover::after {
    opacity: 0.4;
}

header .head-site-5::after {
    opacity: 0.1;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    content: '';
    width: 60%;
    position: absolute;
    left: 20%;
    bottom: 0;
    height: 1px;
}

.stay-informed-6 .container {
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
    position: relative;
}

.stay-informed-6 .skill-pro-3 > div {
    width: 100%;
    padding: 0.5rem;
    position: relative;
    transform: translateZ(20px);
}

.stay-informed-6 .skill-pro-3 > div {
    text-align: center;
}

.stay-informed-6 h4::before {
    left: -1rem;
    top: 50%;
    width: 0.3rem;
    content: "";
    transform-origin: top;
    position: absolute;
    transform: translateY(-50%) scaleY(0);
    height: 70%;
    background: #ffffff;
    animation: lineGrow 1.2s 0.2s forwards cubic-bezier(0.19, 1, 0.22, 1);
}

.stay-informed-6 h4::before {
    transform: translateX(-50%) scaleX(0);
    width: 50px;
    left: 50%;
    top: auto;
    height: 3px;
    bottom: -1rem;
    animation: mobileLineGrow 1.2s 0.2s forwards cubic-bezier(0.19, 1, 0.22, 1);
}

.stay-informed-6 input[type="email"]:focus::placeholder {
    transform: translateX(10px);
    opacity: 0.5;
}

.stay-informed-6 .sub-form-0::before {
    content: "";
    left: 0;
    height: 100%;
    top: 0;
    opacity: 0;
    position: absolute;
    background: linear-gradient(135deg, rgb(185,164,186), rgb(217,200,218));
    width: 100%;
    transition: opacity 0.4s ease;
    z-index: -1;
}

.leadership-experience-7::before {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    content: "";
    height: 100%;
    background: 
    radial-gradient(circle at 20% 30%, rgb(217,200,218,0.5) 0%, transparent 25%),
    radial-gradient(circle at 80% 70%, rgb(185,164,186,0.5) 0%, transparent 30%);
    animation: pulse 20s infinite alternate;
}

.leadership-experience-7 .img-strip-8 {
    height: 280px;
    border-radius: 10px;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 90% 100%, 0 100%);
    box-shadow: 
    10px 10px 20px rgba(0, 0, 0, 0.5),
    -5px -5px 30px rgb(217,200,218,0.5);
    grid-area: photo;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    transform: translateZ(40px);
}

.leadership-experience-7 .client-ratings-1:hover > span:not(.name) {
    transform: translateZ(35px) translateY(-5px);
}

.privacy-wrapper-7 h2 {
    margin-bottom: 15px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 28px;
    color: rgb(185,164,186);
}

.privacy-wrapper-7 ol {
    margin-bottom: 20px;
    list-style-type: decimal;
    padding-left: 20px;
}

.privacy-wrapper-7 p {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 20px;
}


.course-program-details-6 {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(242,231,242) 0%, rgba(245, 247, 251, 0.92) 100%);
}

.course-program-details-6 .class-plan-2 {
    grid-template-columns: 1fr;
    position: relative;
    gap: 40px;
    display: grid;
}

.course-program-details-6 .img-strip-8: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-program-details-6 .img-strip-8:hover::after {
    opacity: 1;
    transform: scale(1);
}

.course-program-details-6 .heading-frame-7:hover {
    transform: perspective(1000px) rotateY(0deg) rotateX(0deg) translateY(-5px);
}

.course-program-details-6 h3::after {
    background: linear-gradient(90deg, 
                rgb(217,200,218) 0%, 
                rgb(185,164,186) 100%);
    height: 3px;
    transform-origin: left center;
    width: 80px;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    transition: transform 0.4s ease;
}

.course-program-details-6 span.description {
    display: none;
}

.client-opinions-1 .container {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 1;
}

.client-opinions-1 h2::after {
    width: 60px;
    position: absolute;
    height: 3px;
    bottom: -15px;
    transform: translateX(-50%);
    left: 50%;
    background: linear-gradient(90deg, rgb(217,200,218), rgb(185,164,186));
    content: "";
}

.client-opinions-1 .client-ratings-1:nth-child(3n+3) {
    --i: 3;
    transform: translateY(8px) rotate(0deg);
}

.client-opinions-1 .client-ratings-1 div {
    display: flex;
    z-index: 1;
    align-items: center;
    position: relative;
    margin-bottom: 1.5rem;
}

.client-opinions-1 .client-ratings-1:hover img {
    transform: translateY(-5px) scale(1.05);
}

.client-opinions-1 .client-ratings-1 h4::after {
    height: 2px;
    width: 40px;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, rgb(217,200,218), transparent);
    bottom: -8px;
    transition: width 0.3s ease;
    left: 0;
}

.client-opinions-1 a:hover {
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    transform: translateY(-3px);
}

.our-background-9::before {
    background: radial-gradient(circle at 30% 70%, rgb(217,200,218,0.5) 0%, transparent 50%);
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    animation: pulse 15s infinite alternate;
    top: 0;
    left: 0;
    z-index: 1;
}

.our-background-9 .fast-guide-8 {
    transform: translateY(0);
    position: relative;
    transition: all 0.4s ease;
    flex: 0 0 280px;
}

.our-background-9 .fast-guide-8 .img-strip-8 {
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
    width: 280px;
    border-radius: 27px;
    height: 360px;
    transition: all 0.4s ease;
    position: relative;
}

.our-background-9 .history-tl-8::before {
    background: linear-gradient(135deg, transparent 25%, rgba(255, 255, 255, 0.1) 50%, transparent 75%);
    top: 0;
    z-index: -1;
    background-size: 20px 20px;
    position: absolute;
    height: 100%;
    left: 0;
    content: "";
    width: 100%;
}

.our-background-9 .edu-promise-8 svg {
    height: 60px;
    fill: rgb(217,200,218);
    margin-right: 15px;
    filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.2));
    transition: all 0.3s ease;
    width: 60px;
}

#cookieUsageBanner-1 {
    display: none;
}

#cookieUsageBanner-1:checked ~ .cookie-notice-message-9 {
    visibility: hidden;
    opacity: 0;
}

.cookie-notice-message-9 h5 {
    color: rgb(217,200,218);
    font-size: 19px;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: 1.5px;
    font-weight: 700;
}

.track-manage-2 svg {
    height: 60px;
    width: 60px;
    fill: rgb(217,200,218);
}

.cookie_button.privacy-learn-0 {
    border: 2px solid rgb(185,164,186);
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
}

.cookie-notice-message-9 p a:hover {
    color: rgb(185,164,186);
}

.contact-6::before {
    left: 0;
    width: 100%;
    opacity: 0.15;
    height: 100%;
    content: '';
    background: repeating-linear-gradient(
        45deg,
        rgb(217,200,218,0.5) 0,
        rgb(217,200,218,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    z-index: 0;
    top: 0;
    position: absolute;
}

.contact-6 .quick-reach-5:nth-child(1)::before {
    top: -100px;
    background: rgb(185,164,186,0.5);
    position: absolute;
    filter: blur(80px);
    border-radius: 50%;
    z-index: -1;
    content: '';
    left: -100px;
    width: 200px;
    height: 200px;
}

.contact-6 .quick-reach-5:nth-child(3)::before {
    content: '';
    top: 0;
    background: rgb(185,164,186);
    z-index: 1;
    position: absolute;
    left: 0;
    width: 100%;
    height: 5px;
}

.contact-6 .msg-info-8 {
    line-height: 1.7;
    font-size: 15px;
    color: #ffffff;
    opacity: 0.9;
    margin-bottom: 2rem;
}

.contact-6 .write-page-7 {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.contact-6 .write-page-7 span:hover {
    border-color: rgb(185,164,186);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}

.contact-6 .contact-form-3 a {
    padding: 1.5rem;
    background: rgba(0, 0, 0, 0.5);
    gap: 0.75rem;
    border-radius: 10px;
    display: flex;
    position: relative;
    text-decoration: none;
    flex-direction: column;
    transition: all 0.3s ease;
    overflow: hidden;
    border-bottom: 3px solid rgb(185,164,186);
}

.contact-6 .contact-form-3 a p {
    font-size: 15px;
    color: #ffffff;
    font-weight: 600;
    margin: 0;
}

.contact-6 .contact-form-3 a:hover svg path {
    fill: #ffffff;
}



@media (max-width: 992px) {.operation-process-8 {
    padding: 5rem 1.5rem;
}.operation-process-8::before {
    background-size: 30px 30px;
}.operation-process-8 h3 {
    font-size: calc(35px * 0.9);
}.operation-process-8 .skill-pro-3::before {
    left: -70px;
    top: -30px;
    width: 150px;
    height: 150px;
}.operation-process-8 .skill-pro-3::after {
    bottom: -70px;
    right: -30px;
    height: 150px;
    width: 150px;
}
}



@media (max-width: 767px) {.future-students-9 {
    padding: 80px 0;
}.future-students-9 h4 {
    font-size: calc(36px - 4px);
    padding: 20px;
}.future-students-9 div {
    padding: 25px 20px;
}.future-students-9 div p {
    flex: 1 1 100%;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    padding: 15px 15px 15px 50px;
    margin-bottom: 12px;
}.future-students-9 div p svg {
    width: 20px;
    left: 15px;
    height: 20px;
}
}



@media (max-width: 767px) {.opening-board-9 .inquiry-query-5 {
    max-width: 300px;
    width: 100%;
    display: block;
    margin: 0 auto;
}}



@media (max-width: 991px) {.tyBox-2 {
    padding: 80px 0 60px;
}.tyBox-2 h2 {
    margin-bottom: 30px;
    font-size: calc(32px * 0.9);
}.tyBox-2 .skill-pro-3 {
    padding: 30px;
}.tyBox-2 h2::after {
    width: 100px;
}
}



@media (max-width: 992px) {.module-end-9 {
    padding: 4rem 0 2rem;
}.module-end-9 .container {
    grid-template-columns: 1fr;
}.module-end-9 .company_holder,
    .module-end-9 .qna-board-7 {
    grid-column: span 12;
}.module-end-9 .company_holder {
    margin-bottom: 2rem;
}.module-end-9::after,
    .module-end-9 .company_holder::before,
    .module-end-9 .company_holder::after,
    .module-end-9 .qna-board-7::after {
    display: none;
}
}



@media (min-width: 992px) {.pricing-structure-2 .price-grid-7 {
    grid-template-columns: repeat(2, 1fr);
}.pricing-structure-2 .learning-rates-1:nth-child(4n+1) {
    transform: translateY(20px);
}.pricing-structure-2 .learning-rates-1:nth-child(4n+3) {
    transform: translateY(-20px);
}.pricing-structure-2 .learning-rates-1:hover {
    transform: translateY(0) scale(1.02);
}
}



@media (max-width: 992px) {.get-in-touch-7 {
    padding: 70px 0;
}.get-in-touch-7 .request-info-9 {
    grid-template-columns: 1fr;
}.get-in-touch-7 .img-strip-8 {
    min-height: 300px;
}.get-in-touch-7 .reach-feedback-6 {
    padding: 40px 30px 50px;
}
}



@media (max-width: 767px) {header {
    padding: 0;
}header .head-site-5 {
    padding: 0.8rem 1.2rem;
}header .nav-learning-6 {
    max-width: 130px;
}header .nav-learning-6::before {
    display: none;
}header .head-prime-7 {
    padding-bottom: 0.5rem;
    -webkit-overflow-scrolling: touch;
    margin-top: 0.8rem;
    justify-content: flex-start;
    overflow-x: auto;
    scrollbar-width: thin;
}header .head-prime-7::-webkit-scrollbar {
    height: 2px;
}header .head-prime-7::-webkit-scrollbar-thumb {
    background: rgb(217,200,218);
    border-radius: 10px;
}header .first-teach-4 {
    margin: 0 0.1rem;
    flex: 0 0 auto;
}header .first-teach-4 a {
    font-size: calc(18px - 2px);
    white-space: nowrap;
    padding: 0.5rem 0.7rem;
    letter-spacing: 0;
}header .first-teach-4 a::before {
    bottom: 3px;
}header::after {
    height: 2px;
}
}



@media (min-width: 768px) {.course-program-details-6 .class-plan-2 {
    align-items: center;
    gap: 60px;
    grid-template-columns: 1fr 1fr;
}.course-program-details-6 .img-strip-8 {
    height: 450px;
    transform: perspective(1000px) rotateY(5deg) rotateX(2deg);
}.course-program-details-6 h3 {
    margin-bottom: 30px;
    font-size: 37px;
}
}



@media (max-width: 767px) {.course-program-details-6 {
    padding: 80px 0;
}.course-program-details-6 .heading-frame-7 {
    padding: 25px 20px;
}.course-program-details-6 h3 {
    padding-bottom: 12px;
    margin-bottom: 20px;
    font-size: calc(22px * 1.05);
}.course-program-details-6 .img-strip-8 {
    height: 250px;
}.course-program-details-6 p.description {
    max-height: 200px;
    line-height: 1.6;
    font-size: calc(15px * 0.95);
}}



@media (max-width: 576px) {.client-opinions-1 {
    padding: 3rem 0;
}.client-opinions-1 h2 {
    font-size: calc(30px * 0.7);
    margin-bottom: 2rem;
}.client-opinions-1 .edu-ratings-5 {
    gap: 1.5rem;
}.client-opinions-1 .client-ratings-1 {
    padding: 1.5rem;
}.client-opinions-1 .client-ratings-1::before {
    font-size: 90px;
}.client-opinions-1 .client-ratings-1 img {
    margin-right: 1rem;
    width: 50px;
    height: 50px;
}.client-opinions-1 .description {
    font-size: calc(18px * 0.95);
}}


@media only screen and (max-width: 1200px) {.cookie-notice-message-9 {
    padding: 15px 0;
}.data-consent-2 {
    padding: 15px 5%;
}.track-manage-2 {
    display: none;
}.data-consent-2 {
    flex-direction: column;
    text-align: center;
    align-items: center;
}.cookie-notice-message-9 h5 {
    margin-bottom: 10px;
    font-size: 22px;
}.digital-tracking-7 {
    margin-bottom: 15px;
}.cookies-tracking-8 {
    margin: 10px 0;
    min-width: 100%;
}}



@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 40px 40px;
    }
}



@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-30px);
    }
}



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



@keyframes float {
    0%, 100% {
        transform: rotate(15deg) translateY(0);
    }
    50% {
        transform: rotate(20deg) translateY(-10px);
    }
}

@keyframes gradientSlide {
    0% { background-position: 0% center; }
    100% { background-position: 200% center; }
}



@keyframes lineExpand {
    0% {
        transform: scaleX(0.7);
        opacity: 0;
    }
    100% {
        transform: scaleX(1);
        opacity: 1;
    }
}



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

@keyframes float {
    0%, 100% {
        transform: translateY(0) scale(1);
        opacity: 0.4;
    }
    50% {
        transform: translateY(100px) scale(1.1);
        opacity: 0.6;
    }
}

