* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}.footer_careers_6540 {
    flex: 0 0 auto;
}header,footer {
    width: 100%;
}.page_head_4528 {
    flex: 1 0 auto;
}.content-wrapper_6954 {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    height: 100%;
}.container {
    max-width: 100%;
    width: 1256px;
    margin: auto;
}a {
    text-decoration: none;
    color: inherit;
}html,body {
    height: 100%;
    min-height: 100%;
    color: #000000;
    font-family: Arial, sans-serif;
    scroll-behavior: smooth;
}svg {
    height: 30px;
    width: 30px;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
header {
    transition: all 0.3s ease;
    width: 100%;
    left: 0;
    border-bottom: 2px solid rgb(201,200,177);
    z-index: 1000;
    background-color: #ffffff;
    position: fixed;
    top: 0;
}header:before {
    background: linear-gradient(90deg, rgb(168,155,153), rgb(125,113,111), rgb(168,155,153));
    width: 100%;
    position: absolute;
    animation: gradientMove 6s infinite linear;
    left: 0;
    top: 0;
    content: '';
    height: 4px;
    background-size: 200% 100%;
}header .nav_page_4903 {
    padding: 0;
    width: 100%;
}header .container {
    margin: 0 auto;
    padding: 20px;
    position: relative;
    max-width: 1200px;
}header .site_nav_2857 {
    align-items: center;
    position: relative;
    display: flex;
    justify-content: space-between;
}header .nav_mainwrap_7319 {
    align-items: center;
    gap: 35px;
    display: flex;
}header .head_pagebar_4836 {
    padding: 5px 0;
    text-decoration: none;
    font-size: 16px;
    font-family: Arial, sans-serif;
    color: #000000;
    position: relative;
    transition: all 0.3s ease;
    font-weight: 600;
}header .head_pagebar_4836:before {
    border-radius: 10px;
    left: -15px;
    background-color: rgb(168,155,153);
    transform: translateY(-50%) scale(0);
    transition: transform 0.3s ease;
    position: absolute;
    content: '';
    top: 50%;
    width: 6px;
    height: 6px;
}header .head_pagebar_4836:after {
    transform-origin: center;
    width: 100%;
    content: '';
    transform: scaleX(0);
    background-color: rgb(168,155,153);
    height: 2px;
    bottom: 0;
    left: 0;
    transition: transform 0.3s ease;
    position: absolute;
}header .head_pagebar_4836:hover {
    color: rgb(168,155,153);
}header .head_pagebar_4836:hover:before {
    transform: translateY(-50%) scale(1);
}header .head_pagebar_4836:hover:after {
    transform: scaleX(1);
}header .first_pagebar_8750 {
    text-decoration: none;
    align-items: center;
    position: relative;
    padding: 5px 10px;
    display: flex;
    transition: all 0.3s ease;
}header .first_pagebar_8750:before {
    left: 0;
    position: absolute;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    width: 100%;
    opacity: 0;
    top: 0;
    transition: opacity 0.3s ease;
    background: linear-gradient(to right, rgb(168,155,153), rgb(125,113,111)) border-box;
    border-radius: 10px;
    content: '';
    height: 100%;
    border: 2px solid transparent;
    mask-composite: exclude;
    -webkit-mask-composite: xor;
}header .first_pagebar_8750:hover:before {
    opacity: 1;
}header .first_pagebar_8750 svg {
    width: auto;
    height: 42px;
    transition: transform 0.3s ease;
}header .first_pagebar_8750:hover svg {
    transform: scale(1.05);
}

@keyframes gradientMove {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 200% 0%;
    }
}

@media (max-width: 991px) {header .container {
    padding: 15px;
}header .nav_mainwrap_7319 {
    gap: 20px;
}header .head_pagebar_4836:before {
    left: -10px;
}header .first_pagebar_8750 svg {
    height: 38px;
}
}

@media (max-width: 767px) {header .nav_mainwrap_7319 {
    width: 100%;
    flex-direction: column;
    max-height: 0;
    position: absolute;
    gap: 0;
    overflow: hidden;
    border-bottom: 3px solid rgb(168,155,153);
    transition: max-height 0.4s ease;
    background-color: #ffffff;
    left: 0;
    z-index: 1001;
    top: 100%;
    padding: 0;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}header .menu.active {
    max-height: 400px;
}header .head_pagebar_4836 {
    padding: 12px 20px;
    width: 100%;
    border-bottom: 1px solid rgb(201,200,177);
}header .head_pagebar_4836:last-child {
    border-bottom: none;
}header .head_pagebar_4836:before {
    left: 5px;
}header .site_nav_2857 {
    padding: 5px 0;
}header .first_pagebar_8750 {
    margin: 0 auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 12px 10px;
}header .first_pagebar_8750 svg {
    height: 32px;
}}.privacy_gate_8531 {
    position: relative;
    overflow: hidden;
    padding: 5rem 0;
    background-color: var(--section-bg-color, #f8f9fa);
}.privacy_gate_8531::before {
    content: "";
    left: 0;
    background: linear-gradient(135deg, rgba(245, 245, 250, 0.7) 0%, rgba(240, 242, 247, 0.4) 100%);
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
}.privacy_gate_8531::after {
    right: -5%;
    transform: rotate(-15deg);
    position: absolute;
    height: 70%;
    z-index: 0;
    top: -10%;
    clip-path: polygon(0 15%, 100% 0, 85% 100%, 0 85%);
    content: "";
    width: 40%;
    background: linear-gradient(145deg, var(--primary-color_opacity, rgba(65, 84, 241, 0.05)), var(--secondary-color_opacity, rgba(70, 90, 250, 0.08)));
}.privacy_gate_8531 .container {
    z-index: 1;
    transform: translateZ(0);
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    max-width: 1140px;
}.privacy_gate_8531 h1 {
    position: relative;
    font-weight: var(--font-weight-bold, 700);
    font-size: var(--h1-font-size, 2.5rem);
    letter-spacing: -0.02em;
    margin-bottom: 2rem;
    transform: translateX(-10px);
    color: var(--dark-color, #252525);
}.privacy_gate_8531 h1::after {
    width: 80px;
    position: absolute;
    transform-origin: left center;
    left: 0;
    bottom: -12px;
    background: linear-gradient(90deg, var(--primary-color, #4154f1), var(--secondary-color, #4655fa));
    content: "";
    animation: scaleWidth 0.8s ease-out forwards;
    height: 4px;
}@keyframes scaleWidth {
    from { transform: scaleX(0); }
    to { transform: scaleX(1); }
}

.privacy_gate_8531 h2 {
    margin: 3rem 0 1.5rem;
    border-left: 3px solid var(--primary-color, #4154f1);
    position: relative;
    font-weight: var(--font-weight-semibold, 600);
    color: var(--dark-color, #252525);
    padding-left: 16px;
    font-size: var(--h2-font-size, 1.8rem);
}.privacy_gate_8531 h3 {
    border-left: 2px solid var(--secondary-color, #4655fa);
    color: var(--dark-color, #252525);
    position: relative;
    padding-left: 14px;
    font-weight: var(--font-weight-semibold, 600);
    font-size: calc(var(--h2-font-size, 1.8rem) * 0.85);
    margin: 2.5rem 0 1.25rem;
}.privacy_gate_8531 h4 {
    font-weight: var(--font-weight-semibold, 600);
    position: relative;
    color: var(--dark-color, #252525);
    font-size: calc(var(--h2-font-size, 1.8rem) * 0.75);
    margin: 2rem 0 1rem;
    padding-left: 12px;
    border-left: 1px solid var(--secondary-color, #4655fa);
}.privacy_gate_8531 p {
    margin-bottom: 1.5rem;
    transform: translateZ(0);
    color: var(--p-color, #444444);
    position: relative;
    line-height: 1.7;
    font-size: var(--p-font-size, 1rem);
    max-width: 90%;
}.privacy_gate_8531 strong {
    color: var(--dark-color, #252525);
    position: relative;
    display: inline-block;
    font-weight: var(--font-weight-semibold, 600);
}.privacy_gate_8531 strong::after {
    height: 2px;
    background-color: var(--primary-color_opacity, rgba(65, 84, 241, 0.2));
    width: 100%;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
}.privacy_gate_8531 ul {
    position: relative;
    padding-left: 20px;
    margin: 1.5rem 0 2rem 1rem;
}.privacy_gate_8531 ul::before {
    position: absolute;
    width: 3px;
    left: -20px;
    background: linear-gradient(to bottom, var(--primary-color_opacity, rgba(65, 84, 241, 0.2)), transparent);
    border-radius: var(--border-radius-small, 3px);
    top: 0;
    content: "";
    height: 100%;
}.privacy_gate_8531 li {
    line-height: 1.6;
    font-size: var(--p-font-size, 1rem);
    color: var(--p-color, #444444);
    padding-left: 8px;
    margin-bottom: 1rem;
    position: relative;
}.privacy_gate_8531 li::before {
    transform: rotate(45deg);
    width: 8px;
    left: -18px;
    border-radius: 1px;
    position: absolute;
    background-color: var(--primary-color, #4154f1);
    top: 0.7em;
    height: 8px;
    content: "";
}.privacy_gate_8531 span {
    padding: 0.5rem 0 1.5rem;
    font-size: var(--p-font-size, 1rem);
    position: relative;
    padding: 1.5rem;
    color: var(--p-color, #444444);
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.03);
    background: linear-gradient(to right, var(--white-color, #ffffff), rgba(248, 249, 250, 0.8));
    margin-bottom: 1.5rem;
    display: block;
    border-left: 1px solid var(--primary-color_opacity, rgba(65, 84, 241, 0.2));
    line-height: 1.7;
    transform: translateX(8px);
}

@media (min-width: 992px) {.privacy_gate_8531 {
    padding: 6rem 0;
}.privacy_gate_8531 .container {
    padding: 0 40px;
}.privacy_gate_8531 h1 {
    transform: translateX(-15px);
    font-size: calc(var(--h1-font-size, 2.5rem) * 1.1);
    margin-bottom: 3rem;
}.privacy_gate_8531 h1::after {
    bottom: -15px;
    height: 5px;
    width: 120px;
}.privacy_gate_8531 h2 {
    margin: 4rem 0 2rem;
    font-size: calc(var(--h2-font-size, 1.8rem) * 1.05);
    padding-left: 20px;
}.privacy_gate_8531 p {
    max-width: 85%;
    font-size: calc(var(--p-font-size, 1rem) * 1.05);
    line-height: 1.75;
}.privacy_gate_8531 ul {
    margin: 2rem 0 2.5rem 2rem;
}.privacy_gate_8531 li {
    font-size: calc(var(--p-font-size, 1rem) * 1.05);
    margin-bottom: 1.2rem;
}.privacy_gate_8531 span {
    padding: 2rem;
    transition: transform 0.3s ease;
    transform: translateX(15px);
    font-size: calc(var(--p-font-size, 1rem) * 1.05);
}.privacy_gate_8531 span:hover {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    transform: translateX(10px);
}
}

@media (max-width: 767px) {.privacy_gate_8531 {
    padding: 3rem 0;
}.privacy_gate_8531::after {
    width: 70%;
    right: -25%;
    height: 40%;
    top: -5%;
}.privacy_gate_8531 .container {
    padding: 0 15px;
}.privacy_gate_8531 h1 {
    transform: translateX(-5px);
    font-size: calc(var(--h1-font-size, 2.5rem) * 0.85);
    margin-bottom: 1.5rem;
}.privacy_gate_8531 h1::after {
    width: 60px;
}.privacy_gate_8531 h2 {
    font-size: calc(var(--h2-font-size, 1.8rem) * 0.9);
    margin: 2.5rem 0 1.25rem;
}.privacy_gate_8531 h3 {
    font-size: calc(var(--h2-font-size, 1.8rem) * 0.75);
}.privacy_gate_8531 h4 {
    font-size: calc(var(--h2-font-size, 1.8rem) * 0.65);
}.privacy_gate_8531 p {
    max-width: 100%;
    font-size: calc(var(--p-font-size, 1rem) * 0.95);
}.privacy_gate_8531 ul {
    margin: 1.25rem 0 1.75rem 0.5rem;
}.privacy_gate_8531 li {
    font-size: calc(var(--p-font-size, 1rem) * 0.95);
    margin-bottom: 0.8rem;
}.privacy_gate_8531 span {
    transform: translateX(0);
    padding: 1rem;
    font-size: calc(var(--p-font-size, 1rem) * 0.95);
}
}

@media (max-width: 480px) {.privacy_gate_8531 {
    padding: 2rem 0;
}.privacy_gate_8531 h1 {
    font-size: calc(var(--h1-font-size, 2.5rem) * 0.7);
}.privacy_gate_8531 h2 {
    margin: 2rem 0 1rem;
    padding-left: 12px;
    font-size: calc(var(--h2-font-size, 1.8rem) * 0.8);
}.privacy_gate_8531 h3 {
    font-size: calc(var(--h2-font-size, 1.8rem) * 0.65);
    padding-left: 10px;
}.privacy_gate_8531 h4 {
    padding-left: 8px;
    font-size: calc(var(--h2-font-size, 1.8rem) * 0.55);
}.privacy_gate_8531 p, .privacy_gate_8531 li, .privacy_gate_8531 span {
    line-height: 1.6;
    font-size: calc(var(--p-font-size, 1rem) * 0.9);
}.privacy_gate_8531 span {
    padding: 0.875rem;
}}footer {
    position: relative;
}footer::before {
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    content: '';
    position: absolute;
    z-index: 1;
    background: linear-gradient(45deg, rgb(125,113,111,0.5) 0%, rgb(168,155,153,0.5) 100%);
}.footer_careers_6540 {
    color: #ffffff;
    z-index: 2;
    padding: 80px 0 40px;
    position: relative;
    font-family: Arial, sans-serif;
}.footer_careers_6540 .container {
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 30px;
    display: grid;
}.footer_careers_6540 .company_holder {
    grid-column: 1 / 5;
    z-index: 3;
    position: relative;
}.footer_careers_6540 .company_holder h3 {
    position: relative;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 20px;
    display: inline-block;
    padding-bottom: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 36px;
}.footer_careers_6540 .company_holder h3::after {
    height: 4px;
    left: 0;
    bottom: 0;
    border-radius: 10px;
    content: '';
    width: 40px;
    background: rgb(168,155,153);
    position: absolute;
}.footer_careers_6540 .footer_edu_2874 {
    padding: 20px;
    border-left: 4px solid rgb(168,155,153);
    backdrop-filter: blur(10px);
    margin-top: 25px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.1);
    transform: translateZ(0);
    line-height: 1.6;
    font-size: 17px;
}.footer_careers_6540 .enroll_info_5817 {
    grid-column: 5 / 13;
    position: relative;
}.footer_careers_6540 .site_study_9034 {
    grid-gap: 40px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}.footer_careers_6540 .nav_mainwrap_7319 {
    position: relative;
}.footer_careers_6540 .nav_mainwrap_7319 h5 {
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 25px;
    font-size: 21px;
    position: relative;
    display: inline-block;
}.footer_careers_6540 .nav_mainwrap_7319 h5::before {
    width: 8px;
    position: absolute;
    left: -15px;
    transform: translateY(-50%);
    height: 8px;
    background: rgb(168,155,153);
    top: 50%;
    content: '';
    border-radius: 50%;
}.footer_careers_6540 .nav_mainwrap_7319 .site_study_9034 {
    display: flex;
    gap: 15px;
    flex-direction: column;
}.footer_careers_6540 .nav_mainwrap_7319 .site_study_9034 a {
    overflow: hidden;
    font-size: 17px;
    text-decoration: none;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.05);
    z-index: 1;
    padding: 8px 15px;
    position: relative;
    transition: all 0.3s ease;
    border-radius: 10px;
}.footer_careers_6540 .nav_mainwrap_7319 .site_study_9034 a::before {
    position: absolute;
    height: 100%;
    z-index: -1;
    left: 0;
    background: rgb(168,155,153);
    width: 3px;
    transition: all 0.3s ease;
    top: 0;
    content: '';
}.footer_careers_6540 .nav_mainwrap_7319 .site_study_9034 a:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateX(5px);
}.footer_careers_6540 .nav_mainwrap_7319 .site_study_9034 a:hover::before {
    background: rgb(168,155,153,0.5);
    width: 100%;
}.contest_info_7632 {
    padding: 20px 0;
    position: relative;
    background: rgba(0, 0, 0, 0.3);
    z-index: 2;
    margin-top: 60px;
}.contest_info_7632::before {
    left: 15%;
    right: 15%;
    opacity: 0.2;
    top: 0;
    content: '';
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    position: absolute;
    height: 1px;
}.contest_info_7632 .container {
    justify-content: center;
    display: flex;
    align-items: center;
}.contest_info_7632 .quiz_links_4291 {
    text-align: center;
    color: #ffffff;
    letter-spacing: 0.5px;
    opacity: 0.8;
    font-size: 16px;
}@keyframes floatAnimation {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

footer::after {
    content: '';
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(255, 255, 255, 0.02) 10px,
        rgba(255, 255, 255, 0.02) 20px
    );
    top: 0;
    left: 0;
    position: absolute;
    bottom: 0;
    z-index: 1;
    right: 0;
}

@media (max-width: 992px) {.footer_careers_6540 .container {
    grid-template-columns: repeat(1, 1fr);
}.footer_careers_6540 .company_holder {
    margin-bottom: 40px;
    grid-column: 1 / -1;
}.footer_careers_6540 .enroll_info_5817 {
    grid-column: 1 / -1;
}.footer_careers_6540 .site_study_9034 {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 768px) {.footer_careers_6540 {
    padding: 60px 0 30px;
}.footer_careers_6540 .site_study_9034 {
    grid-gap: 30px;
    grid-template-columns: repeat(1, 1fr);
}.footer_careers_6540 .nav_mainwrap_7319 {
    padding: 0;
}}

@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.footer_careers_6540::before {
    width: 100%;
    position: absolute;
    background-size: 200% 200%;
    content: '';
    background: linear-gradient(90deg, rgb(168,155,153), rgb(125,113,111), rgb(168,155,153));
    animation: gradientShift 5s infinite;
    top: 0;
    height: 5px;
    left: 0;
}.footer_careers_6540 .company_holder::after {
    background: rgb(168,155,153,0.5);
    right: -50px;
    top: 40px;
    opacity: 0.4;
    filter: blur(60px);
    z-index: -1;
    content: '';
    position: absolute;
    border-radius: 50%;
    width: 150px;
    height: 150px;
}.footer_careers_6540 .company_holder::before {
    position: absolute;
    border-radius: 50%;
    opacity: 0.3;
    filter: blur(40px);
    left: -30px;
    z-index: -1;
    width: 100px;
    bottom: 0;
    background: rgb(125,113,111,0.5);
    height: 100px;
    content: '';
}.footer_careers_6540 .enroll_info_5817::after {
    filter: blur(50px);
    border-radius: 50%;
    z-index: -1;
    background: rgb(168,155,153,0.5);
    right: 100px;
    width: 120px;
    opacity: 0.2;
    content: '';
    position: absolute;
    top: -20px;
    height: 120px;
}.footer_careers_6540 .enroll_info_5817::before {
    position: absolute;
    z-index: -1;
    width: 180px;
    filter: blur(70px);
    content: '';
    left: 80px;
    opacity: 0.25;
    bottom: -50px;
    border-radius: 50%;
    height: 180px;
    background: rgb(125,113,111,0.5);
}@keyframes borderPulse {
    0%, 100% {
        border-color: rgba(255, 255, 255, 0.1);
    }
    50% {
        border-color: rgba(255, 255, 255, 0.3);
    }
}

.footer_careers_6540 .nav_mainwrap_7319 {
    padding-top: 20px;
    animation: borderPulse 4s infinite;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}.footer_careers_6540 .nav_mainwrap_7319 h5 {
    letter-spacing: 0.5px;
}.footer_careers_6540 .nav_mainwrap_7319 h5::after {
    content: '';
    width: 30px;
    position: absolute;
    left: 0;
    background: rgb(125,113,111);
    bottom: -5px;
    height: 2px;
}@keyframes movingGradient {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

.contest_info_7632 {
    animation: movingGradient 10s ease infinite;
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.6) 0%, 
        rgba(0, 0, 0, 0.3) 50%, 
        rgba(0, 0, 0, 0.6) 100%);
    background-size: 200% 200%;
}.contact_4283 {
    overflow: hidden;
    position: relative;
    background: linear-gradient(125deg, rgb(201,200,177) 0%, rgb(201,200,177) 60%, rgb(168,155,153,0.5) 100%);
    padding: 110px 0;
}.contact_4283::before {
    top: 0;
    opacity: 0.05;
    content: "";
    position: absolute;
    right: 0;
    height: 100%;
    background: repeating-radial-gradient(
        circle at 80% 50%,
        rgb(168,155,153,0.5),
        rgb(168,155,153,0.5) 1px,
        transparent 1px,
        transparent 15px
    );
    width: 50%;
}.contact_4283 .container {
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
    z-index: 1;
    margin: 0 auto;
}.contact_4283 h2 {
    text-align: center;
    color: #000000;
    position: relative;
    margin-bottom: 50px;
    font-weight: 700;
    font-family: Arial, sans-serif;
    font-size: 29px;
}.contact_4283 h2::before {
    border-radius: 2px;
    transform: translateX(-50%);
    content: "";
    width: 60px;
    left: 50%;
    background: rgb(168,155,153);
    position: absolute;
    height: 4px;
    bottom: -15px;
}.contact_4283 .support_section_8914 {
    background: transparent;
    grid-template-columns: 1fr 450px;
    position: relative;
    align-items: center;
    gap: 40px;
    display: grid;
}.contact_4283 .img_overlay_box_8710 {
    border-radius: 28px;
    overflow: hidden;
    height: 550px;
    transition: transform 0.5s ease;
    position: relative;
    transform: perspective(1000px) rotateY(-5deg);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
}.contact_4283 .img_overlay_box_8710:hover {
    transform: perspective(1000px) rotateY(0deg);
}.contact_4283 .contact_query_7650 {
    position: relative;
    border-radius: 28px;
    padding: 50px;
    transform: perspective(1000px) rotateY(5deg);
    background: #ffffff;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    transition: transform 0.5s ease;
}.contact_4283 .contact_query_7650:hover {
    transform: perspective(1000px) rotateY(0deg);
}.contact_4283 form {
    width: 100%;
}.contact_4283 form h3 {
    color: #000000;
    font-family: Arial, sans-serif;
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 600;
}.contact_4283 form input[type="text"] {
    margin-bottom: 20px;
    padding: 16px 20px;
    transition: all 0.3s ease;
    border-radius: 10px;
    background: rgb(201,200,177);
    color: #000000;
    font-size: 18px;
    font-family: Arial, sans-serif;
    width: 100%;
    border: none;
}.contact_4283 form input[type="text"]:focus {
    box-shadow: 0 0 0 2px rgb(168,155,153);
    outline: none;
}.contact_4283 form input[type="text"]::placeholder {
    opacity: 0.5;
    color: #000000;
}.contact_4283 .connect_widget_3547 {
    display: flex;
    margin-bottom: 30px;
    align-items: flex-start;
}.contact_4283 .connect_widget_3547 input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.contact_4283 .connect_widget_3547 label {
    position: relative;
    font-size: 15px;
    color: #000000;
    line-height: 1.5;
    cursor: pointer;
    padding-left: 35px;
}.contact_4283 .connect_widget_3547 label::before {
    background: rgb(201,200,177);
    position: absolute;
    left: 0;
    content: "";
    border-radius: 4px;
    width: 22px;
    top: 2px;
    transition: all 0.3s ease;
    height: 22px;
}.contact_4283 .connect_widget_3547 input[type="checkbox"]:checked + label::before {
    background: rgb(168,155,153);
}.contact_4283 .connect_widget_3547 input[type="checkbox"]:checked + label::after {
    position: absolute;
    left: 8px;
    width: 6px;
    border-bottom: 2px solid #ffffff;
    top: 6px;
    height: 10px;
    transform: rotate(45deg);
    border-right: 2px solid #ffffff;
    content: "";
}.contact_4283 .connect_widget_3547 label a {
    text-decoration: none;
    transition: all 0.3s ease;
    color: rgb(168,155,153);
}.contact_4283 .connect_widget_3547 label a:hover {
    color: rgb(125,113,111);
}.contact_4283 form .help_feedback_2879 {
    padding: 16px 35px;
    background: rgb(168,155,153);
    cursor: pointer;
    border-radius: 10px;
    overflow: hidden;
    font-family: Arial, sans-serif;
    border: none;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    position: relative;
    transition: all 0.3s ease;
}.contact_4283 form .help_feedback_2879::after {
    z-index: 0;
    transition: width 0.3s ease;
    position: absolute;
    top: 0;
    right: 0;
    background: rgb(125,113,111);
    content: "";
    width: 0;
    height: 100%;
}.contact_4283 form .help_feedback_2879:hover::after {
    width: 100%;
    right: auto;
    left: 0;
}.contact_4283 form .help_feedback_2879 span {
    position: relative;
    z-index: 1;
}.contact_4283 svg {
    fill: rgb(168,155,153);
    height: 22px;
    width: 22px;
}.contact_4283 svg path {
    fill: rgb(168,155,153);
    transition: fill 0.3s ease;
}

@media screen and (max-width: 1100px) {.contact_4283 .support_section_8914 {
    grid-template-columns: 1fr 400px;
    gap: 30px;
}.contact_4283 .img_overlay_box_8710 {
    height: 500px;
}.contact_4283 .contact_query_7650 {
    padding: 40px;
}
}

@media screen and (max-width: 991px) {.contact_4283 {
    padding: 80px 0;
}.contact_4283 .support_section_8914 {
    gap: 40px;
    grid-template-columns: 1fr;
}.contact_4283 .img_overlay_box_8710 {
    height: 400px;
    transform: perspective(1000px) rotateY(0deg);
}.contact_4283 .contact_query_7650 {
    transform: perspective(1000px) rotateY(0deg);
}
}

@media screen and (max-width: 767px) {.contact_4283 {
    padding: 60px 0;
}.contact_4283 h2 {
    margin-bottom: 40px;
}.contact_4283 .img_overlay_box_8710 {
    height: 350px;
}
}

@media screen and (max-width: 576px) {.contact_4283 {
    padding: 50px 0;
}.contact_4283 h2 {
    font-size: calc(29px * 0.85);
}.contact_4283 .img_overlay_box_8710 {
    height: 250px;
}.contact_4283 .contact_query_7650 {
    padding: 30px 25px;
}.contact_4283 form h3 {
    font-size: calc(18px * 0.9);
}.contact_4283 form .help_feedback_2879 {
    width: 100%;
}}.primary_page_1235 {
    display: flex;
    overflow: hidden;
    align-items: center;
    position: relative;
    justify-content: center;
    background: rgb(201,200,177);
    min-height: 100vh;
    padding: 2rem;
}.primary_page_1235::before {
    background: linear-gradient(135deg, rgb(168,155,153,0.5) 0%, rgb(125,113,111,0.5) 100%);
    top: 0;
    opacity: 0.15;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
}.primary_page_1235::after {
    transform: scale(2);
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at center, rgb(168,155,153,0.5) 0%, transparent 70%);
    opacity: 0.1;
    top: -50%;
    right: -50%;
    content: "";
}.primary_page_1235 .course_first_8751 {
    z-index: 2;
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    box-shadow: 
    20px 20px 60px rgba(0,0,0,0.08), 
    -10px -10px 30px rgba(255,255,255,0.05),
    inset 5px 5px 10px rgba(255,255,255,0.05),
    inset -5px -5px 10px rgba(0,0,0,0.02);
    padding: 2.5rem;
    transform: perspective(1000px) rotateX(2deg);
    width: 90%;
    background: linear-gradient(145deg, rgba(255,255,255,0.12), rgba(255,255,255,0.05));
    max-width: 1200px;
    position: relative;
}.primary_page_1235 .course_first_8751:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 
    25px 25px 70px rgba(0,0,0,0.12), 
    -12px -12px 35px rgba(255,255,255,0.08),
    inset 5px 5px 10px rgba(255,255,255,0.08),
    inset -5px -5px 10px rgba(0,0,0,0.04);
}.primary_page_1235 .course_first_8751 > div:first-child {
    padding-left: 1.5rem;
    opacity: 0;
    margin-bottom: 2rem;
    animation: slideInLeft 0.7s 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
    position: relative;
    border-left: 4px solid rgb(168,155,153);
    transform: translateX(-10px);
}.primary_page_1235 .course_first_8751 > div:first-child p {
    color: #000000;
    letter-spacing: 0.5px;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.2);
    margin: 0;
    line-height: 1.6;
    font-weight: 400;
    font-size: calc(18px * 1.1);
    font-family: Arial, sans-serif;
}.primary_page_1235 .learn_training_0723 {
    margin-top: 3rem;
    transform: translateY(20px);
    animation: slideInUp 0.7s 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
    position: relative;
    opacity: 0;
}.primary_page_1235 .learn_training_0723 > div {
    overflow: hidden;
    box-shadow: 
    10px 10px 30px rgba(0,0,0,0.15), 
    -5px -5px 20px rgba(255,255,255,0.1),
    inset 1px 1px 2px rgba(255,255,255,0.05);
    position: relative;
    border-radius: 18px;
}.primary_page_1235 .learn_training_0723 > div::before {
    position: absolute;
    background: linear-gradient(
    to bottom,
    rgba(0,0,0,0.4) 0%,
    rgba(0,0,0,0.7) 100%
  );
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
    left: 0;
    z-index: 1;
}.primary_page_1235 .learn_training_0723 > div::after {
    mix-blend-mode: overlay;
    top: -10%;
    height: 120%;
    width: 120%;
    opacity: 0.7;
    left: -10%;
    position: absolute;
    content: "";
    z-index: 2;
    background: radial-gradient(
    ellipse at top right,
    rgb(168,155,153,0.5) 0%,
    transparent 70%
  );
    pointer-events: none;
}.primary_page_1235 .learn_training_0723 h3 {
    margin: 0;
    animation: fadeIn 0.7s 0.6s ease-out forwards;
    color: #ffffff;
    z-index: 3;
    opacity: 0;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
    position: relative;
    font-weight: 400;
    font-size: calc(23px * 0.9);
    padding: 2rem 2rem 1rem;
    transform: translateY(10px);
    line-height: 1.5;
}.primary_page_1235 .learn_training_0723 > div > div {
    background: linear-gradient(
    to bottom,
    rgba(255,255,255,0.05) 0%,
    rgba(255,255,255,0.15) 100%
  );
    position: relative;
    padding: 2rem;
    margin-top: 1rem;
    z-index: 3;
    backdrop-filter: blur(5px);
}.primary_page_1235 .learn_training_0723 > div > div > div {
    padding: 2rem;
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    box-shadow: 
    5px 5px 15px rgba(0,0,0,0.1), 
    -5px -5px 15px rgba(255,255,255,0.05),
    inset 1px 1px 2px rgba(255,255,255,0.05),
    inset -1px -1px 2px rgba(0,0,0,0.05);
    background: linear-gradient(145deg, rgba(255,255,255,0.15), rgba(255,255,255,0.05));
    transform: perspective(500px) rotateX(3deg);
    position: relative;
}.primary_page_1235 .learn_training_0723 > div > div > div:hover {
    transform: perspective(500px) rotateX(0deg) translateY(-5px);
    box-shadow: 
    8px 8px 20px rgba(0,0,0,0.15), 
    -5px -5px 15px rgba(255,255,255,0.08),
    inset 1px 1px 2px rgba(255,255,255,0.08),
    inset -1px -1px 2px rgba(0,0,0,0.08);
}.primary_page_1235 .title_style_header {
    font-family: Arial, sans-serif;
    font-weight: 700;
    position: relative;
    letter-spacing: 1px;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.3);
    text-align: center;
    animation: slideInUp 0.7s 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
    color: #ffffff;
    font-size: calc(38px * 0.9);
    margin: 0;
    opacity: 0;
    line-height: 1.3;
    transform: translateY(20px);
}.primary_page_1235 .title_style_header::after {
    transform: translateX(-50%);
    border-radius: 10px;
    width: 80px;
    content: "";
    left: 50%;
    background: linear-gradient(to right, rgb(168,155,153), rgb(125,113,111));
    height: 4px;
    bottom: -15px;
    position: absolute;
}

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

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

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

@media screen and (max-width: 992px) {.primary_page_1235 {
    padding: 1.5rem;
}.primary_page_1235 .course_first_8751 {
    padding: 2rem 1.5rem;
    width: 95%;
}.primary_page_1235 .title_style_header {
    font-size: calc(32px * 1.1);
}.primary_page_1235 .learn_training_0723 h3 {
    padding: 1.5rem 1.5rem 1rem;
    font-size: 23px;
}
}

@media screen and (max-width: 768px) {.primary_page_1235 {
    padding: 4rem 1rem;
    min-height: auto;
}.primary_page_1235 .course_first_8751 {
    padding: 1.5rem 1.25rem;
    transform: perspective(800px) rotateX(1deg);
}.primary_page_1235 .course_first_8751 > div:first-child {
    margin-bottom: 1.5rem;
}.primary_page_1235 .course_first_8751 > div:first-child p {
    font-size: 18px;
}.primary_page_1235 .learn_training_0723 > div > div {
    padding: 1.5rem 1rem;
}.primary_page_1235 .learn_training_0723 > div > div > div {
    padding: 1.5rem 1rem;
}.primary_page_1235 .title_style_header {
    font-size: calc(32px * 0.95);
}.primary_page_1235 .title_style_header::after {
    bottom: -12px;
    width: 60px;
    height: 3px;
}.primary_page_1235 .learn_training_0723 h3 {
    font-size: calc(18px * 1.1);
    padding: 1.5rem 1.25rem 0.75rem;
}
}

@media screen and (max-width: 576px) {.primary_page_1235 {
    padding: 3rem 0.75rem;
}.primary_page_1235 .course_first_8751 {
    transform: none;
    width: 100%;
    padding: 1.25rem 1rem;
}.primary_page_1235 .course_first_8751 > div:first-child {
    padding-left: 1rem;
    border-left-width: 3px;
}.primary_page_1235 .learn_training_0723 {
    margin-top: 2rem;
}.primary_page_1235 .learn_training_0723 > div > div {
    padding: 1.25rem 0.75rem;
}.primary_page_1235 .learn_training_0723 > div > div > div {
    transform: none;
    padding: 1.25rem 0.75rem;
}.primary_page_1235 .title_style_header {
    font-size: calc(32px * 0.85);
}.primary_page_1235 .title_style_header::after {
    width: 50px;
    height: 3px;
    bottom: -10px;
}.primary_page_1235 .learn_training_0723 h3 {
    padding: 1.25rem 1rem 0.75rem;
    font-size: 18px;
}}.course_offering_9183 {
    padding: 100px 0;
    position: relative;
    background: linear-gradient(215deg, rgb(201,200,177) 0%, rgba(0, 0, 0, 0.5) 50%, rgb(168,155,153,0.5) 90%);
    overflow: hidden;
}.course_offering_9183::before {
    opacity: 0.03;
    background-size: 40px 40px;
    height: 100%;
    top: 0;
    left: 0;
    animation: gridFlow 20s linear infinite;
    z-index: 1;
    background-image: 
        linear-gradient(transparent 0%, transparent 49%, #ffffff 49%, #ffffff 51%, transparent 51%, transparent 100%),
        linear-gradient(90deg, transparent 0%, transparent 49%, #ffffff 49%, #ffffff 51%, transparent 51%, transparent 100%);
    content: "";
    position: absolute;
    width: 100%;
}.course_offering_9183::after {
    opacity: 0.4;
    left: -50%;
    position: absolute;
    width: 200%;
    content: "";
    z-index: 1;
    background: radial-gradient(circle at center, transparent 30%, rgba(0, 0, 0, 0.5) 90%);
    height: 200%;
    animation: rotateBg 60s linear infinite;
    top: -50%;
}.course_offering_9183 .container {
    position: relative;
    z-index: 3;
}.course_offering_9183 .expert_classes_3874 {
    position: relative;
    align-items: center;
    min-height: 500px;
    justify-content: center;
    display: flex;
}.course_offering_9183 .img_overlay_box_8710 {
    z-index: 1;
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
    transform: scale(1);
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}.course_offering_9183 .img_overlay_box_8710::before {
    bottom: 0;
    z-index: 2;
    mix-blend-mode: multiply;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0.85;
    transition: opacity 0.5s ease;
    background: linear-gradient(
        145deg,
        transparent 0%,
        rgb(168,155,153,0.5) 100%
    );
    left: 0;
}.course_offering_9183 .img_overlay_box_8710::after {
    right: 0;
    opacity: 0.7;
    top: 0;
    background: 
        radial-gradient(circle at 75% 25%, transparent 0%, rgba(0, 0, 0, 0.5) 90%),
        linear-gradient(to bottom, transparent 30%, #000000 100%);
    bottom: 0;
    position: absolute;
    content: "";
    left: 0;
    z-index: 3;
}.course_offering_9183 .expert_classes_3874:hover .img_overlay_box_8710 {
    transform: scale(1.03);
}.course_offering_9183 .expert_classes_3874:hover .img_overlay_box_8710::before {
    opacity: 0.6;
}.course_offering_9183 .learn_career_6509 {
    z-index: 4;
    position: relative;
    background: transparent;
    width: 70%;
    padding-top: 60px;
    padding-bottom: 60px;
}.course_offering_9183 .main_page_6510 {
    right: 10%;
    transform-style: preserve-3d;
    display: flex;
    justify-content: center;
    height: 110px;
    perspective: 1000px;
    align-items: center;
    animation: floatLogo 6s ease-in-out infinite;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.2),
        0 0 0 15px rgb(125,113,111,0.5);
    position: absolute;
    width: 110px;
    top: -30px;
    border-radius: 43% 57% 63% 37% / 41% 65% 35% 59%;
    background: #ffffff;
    z-index: 5;
}.course_offering_9183 .main_page_6510::before {
    content: "";
    z-index: -1;
    background: linear-gradient(
        45deg,
        rgb(168,155,153,0.5),
        rgb(125,113,111,0.5),
        rgb(168,155,153,0.5)
    );
    filter: blur(10px);
    position: absolute;
    opacity: 0.3;
    animation: rotateBorderGradient 10s linear infinite;
    inset: -5px;
    border-radius: inherit;
}.course_offering_9183 .main_page_6510 svg {
    transition: all 0.4s ease;
    height: 60%;
    width: 60%;
    transform-style: preserve-3d;
    transform: translateZ(20px);
    fill: rgb(168,155,153);
}.course_offering_9183 .main_page_6510:hover svg {
    fill: rgb(125,113,111);
    transform: translateZ(30px) scale(1.1);
}.course_offering_9183 .main_page_6510 svg path {
    stroke: #000000;
    transition: all 0.4s ease;
    stroke-width: 0.5;
}.course_offering_9183 .main_page_6510:hover svg path {
    stroke: rgb(168,155,153);
    stroke-width: 1;
}.course_offering_9183 .learn_career_6509 h3 {
    border-radius: 10px;
    backdrop-filter: blur(10px);
    transform: translateZ(0);
    font-weight: 700;
    margin-bottom: 30px;
    font-size: 36px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    color: #ffffff;
    border-left: 4px solid rgb(168,155,153);
    display: inline-block;
    position: relative;
    padding: 15px 25px;
    box-shadow: 
        10px 10px 20px rgba(0, 0, 0, 0.5),
        inset 0 0 0 1px rgb(168,155,153,0.5);
    background: linear-gradient(
        135deg,
        rgb(168,155,153,0.5) 0%,
        rgba(0, 0, 0, 0.5) 100%
    );
}.course_offering_9183 .learn_career_6509 h3::after {
    background: rgb(168,155,153);
    height: 4px;
    position: absolute;
    bottom: -10px;
    z-index: 1;
    width: 40px;
    left: 25px;
    content: "";
    border-radius: 10px;
}.course_offering_9183 .learn_career_6509 p {
    padding: 25px 30px;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.5),
        inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    text-shadow: 0 1px 3px #000000;
    border-radius: 29px;
    max-width: 600px;
    font-size: 17px;
    color: #ffffff;
    position: relative;
    line-height: 1.8;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(255, 255, 255, 0.05) 100%
    );
    backdrop-filter: blur(5px);
    font-weight: 400;
    margin: 0 auto;
}.course_offering_9183 .learn_career_6509 p::first-letter {
    line-height: 0.8;
    margin-top: 5px;
    margin-right: 10px;
    float: left;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    font-size: 2.5em;
    color: rgb(168,155,153);
    font-weight: 700;
}

@keyframes gridFlow {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 40px 40px;
    }
}

@keyframes rotateBg {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes floatLogo {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }
    25% {
        transform: translateY(-15px) rotate(-5deg);
    }
    75% {
        transform: translateY(10px) rotate(5deg);
    }
}

@keyframes rotateBorderGradient {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media screen and (max-width: 1200px) {.course_offering_9183 .learn_career_6509 {
    width: 80%;
}.course_offering_9183 .main_page_6510 {
    height: 100px;
    right: 5%;
    width: 100px;
}
}

@media screen and (max-width: 992px) {.course_offering_9183 {
    padding: 80px 0;
}.course_offering_9183 .expert_classes_3874 {
    min-height: 450px;
}.course_offering_9183 .learn_career_6509 {
    padding-bottom: 50px;
    padding-top: 50px;
    width: 85%;
}.course_offering_9183 .main_page_6510 {
    height: 90px;
    top: -25px;
    width: 90px;
}.course_offering_9183 .learn_career_6509 h3 {
    padding: 12px 20px;
    font-size: calc(36px * 0.9);
}.course_offering_9183 .learn_career_6509 p {
    font-size: calc(17px * 0.95);
    padding: 20px 25px;
}
}

@media screen and (max-width: 768px) {.course_offering_9183 {
    padding: 60px 0;
}.course_offering_9183 .expert_classes_3874 {
    padding-bottom: 40px;
    display: block;
    min-height: auto;
}.course_offering_9183 .img_overlay_box_8710 {
    margin-bottom: -40px;
    position: relative;
    height: 300px;
}.course_offering_9183 .learn_career_6509 {
    padding-top: 60px;
    padding-bottom: 0;
    width: 100%;
}.course_offering_9183 .main_page_6510 {
    right: auto;
    height: 80px;
    left: 20px;
    width: 80px;
    top: -30px;
}.course_offering_9183 .learn_career_6509 h3 {
    margin-top: 20px;
    box-sizing: border-box;
    font-size: calc(36px * 0.8);
    width: calc(100% - 30px);
    display: block;
}.course_offering_9183 .learn_career_6509 p {
    margin: 30px auto 0;
    box-sizing: border-box;
    width: calc(100% - 30px);
}
}

@media screen and (max-width: 576px) {.course_offering_9183 {
    padding: 40px 0;
}.course_offering_9183 .img_overlay_box_8710 {
    margin-bottom: -30px;
    height: 250px;
}.course_offering_9183 .main_page_6510 {
    left: 15px;
    width: 70px;
    top: -25px;
    height: 70px;
}.course_offering_9183 .learn_career_6509 h3 {
    font-size: calc(36px * 0.7);
    padding: 10px 15px;
    margin-top: 15px;
}.course_offering_9183 .learn_career_6509 p {
    padding: 15px 20px;
    font-size: calc(17px * 0.9);
    margin-top: 20px;
}.course_offering_9183 .learn_career_6509 h3::after {
    height: 3px;
    bottom: -8px;
    width: 30px;
    left: 15px;
}}.cookie_overlay_panel_2456 {
    z-index: 90;
    width: 100%;
    bottom: 0;
    position: fixed;
    background: rgb(125,113,111);
    box-shadow: 0 -10px 30px rgb(168,155,153,0.5);
    animation: slideIn 0.5s ease-in-out;
    border-top: 2px solid rgb(168,155,153);
}@keyframes slideIn {
    from {
        bottom: -100px;
        opacity: 0;
    }
    to {
        bottom: 0;
        opacity: 1;
    }
}
.web_tracking_8425 {
    padding: 20px 5%;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    background: linear-gradient(135deg, rgb(125,113,111) 0%, rgba(0, 0, 0, 0.5) 100%);
    box-shadow: 0 0 20px rgb(168,155,153,0.5);
    display: flex;
}.cookie_comply_6318 {
    background: rgba(0, 0, 0, 0.5);
    padding: 10px;
    flex-shrink: 0;
    box-shadow: 0 0 15px rgb(168,155,153);
    border-radius: 13px;
    overflow: hidden;
    margin-right: 20px;
}.cookie_comply_6318 svg, .cookie_comply_6318 svg path {
    width: 60px;
    transition: transform 0.3s ease;
    height: 60px;
    fill: rgb(168,155,153);
}.cookie_comply_6318:hover svg {
    transform: rotate(20deg);
}.privacy_switch_0692 {
    color: #ffffff;
    flex: 1;
    min-width: 300px;
}.privacy_switch_0692 h5 {
    color: rgb(168,155,153);
    font-size: 20px;
    margin-bottom: 10px;
    text-shadow: 0 0 10px rgb(168,155,153);
    font-weight: 700;
}.privacy_switch_0692 p {
    margin-bottom: 0;
    color: #ffffff;
    font-size: 15px;
    text-shadow: 0 0 5px rgb(168,155,153,0.5);
}.visitor_privacy_7920 {
    white-space: nowrap;
    color: #000000;
    margin-left: 10px;
    border-radius: 10px;
    text-decoration: none;
    padding: 12px 25px;
    font-size: 20px;
    cursor: pointer;
    transition: background 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 0 10px rgb(168,155,153,0.5);
    background: rgb(168,155,153);
}.visitor_privacy_7920:hover {
    background: rgb(125,113,111);
    box-shadow: 0 0 20px rgb(125,113,111,0.5);
}.cookie_overlay_panel_2456 p a {
    text-decoration: underline;
    transition: color 0.3s ease;
    color: rgb(168,155,153);
}.cookie_overlay_panel_2456 p a:hover {
    color: rgb(125,113,111);
}#trackingAlertPopup_4089 {
    display: none;
}#trackingAlertPopup_4089:checked ~ .cookie_overlay_panel_2456 {
    visibility: hidden;
    opacity: 0;
}
@media only screen and (max-width: 1200px) {.cookie_overlay_panel_2456 {
    padding: 20px;
}.web_tracking_8425 {
    padding: 20px 2%;
}
}
@media only screen and (max-width: 800px) {.cookie_comply_6318 {
    display: none;
}.web_tracking_8425 {
    justify-content: center;
    align-items: center;
    flex-direction: column;
}.privacy_switch_0692 {
    margin-bottom: 20px;
    text-align: center;
}.cookie_overlay_panel_2456 h5, .cookie_overlay_panel_2456 p {
    text-align: center;
}.visitor_privacy_7920 {
    width: 100%;
    text-align: center;
    margin-left: 0;
    margin-top: 10px;
}}
.tariff_package_9346 {
    color: #ffffff;
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}.tariff_package_9346::before {
    width: 100%;
    left: 0;
    position: absolute;
    z-index: 1;
    background: linear-gradient(135deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.6) 100%);
    top: 0;
    content: '';
    height: 100%;
}.tariff_package_9346 .container {
    max-width: 1200px;
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    z-index: 2;
}.tariff_package_9346 .rate_choice_7316 {
    position: relative;
}.tariff_package_9346 h2 {
    text-align: center;
    -webkit-background-clip: text !important;
    background: linear-gradient(90deg, rgb(168,155,153) 0%, rgb(125,113,111) 100%);
    animation: titleFloat 6s ease-in-out infinite;
    transform: translateY(0);
    font-weight: 700;
    font-size: 37px;
    margin-bottom: 25px;
    background-clip: text !important;
    position: relative;
    color: transparent;
}.tariff_package_9346 h2::after {
    left: 50%;
    content: '';
    bottom: -10px;
    position: absolute;
    background: rgb(125,113,111);
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
}.tariff_package_9346 .premium_grid_1635 {
    line-height: 1.6;
    text-align: center;
    opacity: 0.9;
    margin: 0 auto 50px;
    max-width: 700px;
    font-size: calc(12px + 2px);
    color: #ffffff;
}.tariff_package_9346 .tuition_plans_6842 {
    margin: 0;
    gap: 30px;
    padding: 0;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    list-style: none;
    display: grid;
}.tariff_package_9346 .tuition_plans_6842 li {
    position: relative;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}.tariff_package_9346 .tuition_plans_6842 li:hover {
    transform: translateY(-10px);
    z-index: 3;
}.tariff_package_9346 .value_plan_2598 {
    height: 100%;
    text-decoration: none;
    overflow: hidden;
    color: #ffffff;
    display: block;
    position: relative;
}.tariff_package_9346 .discount_grid_8670 {
    background: linear-gradient(145deg, rgba(41, 41, 41, 0.8) 0%, rgba(25, 25, 25, 0.9) 100%);
    height: 100%;
    backdrop-filter: blur(10px);
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3), 0 5px 15px rgba(0, 0, 0, 0.2);
    -webkit-backdrop-filter: blur(10px);
    transition: all 0.4s ease;
    padding: 35px 30px;
}.tariff_package_9346 .discount_grid_8670::before {
    width: 100%;
    height: 5px;
    transition: transform 0.5s ease;
    content: '';
    transform: scaleX(0);
    top: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(168,155,153), rgb(125,113,111));
    transform-origin: left;
    left: 0;
}.tariff_package_9346 .value_plan_2598:hover .discount_grid_8670::before {
    transform: scaleX(1);
}.tariff_package_9346 .discount_grid_8670::after {
    height: 60px;
    background: linear-gradient(135deg, transparent 50%, rgb(125,113,111,0.5) 50%);
    position: absolute;
    bottom: 0;
    opacity: 0;
    content: '';
    transition: opacity 0.5s ease;
    right: 0;
    width: 60px;
}.tariff_package_9346 .value_plan_2598:hover .discount_grid_8670::after {
    opacity: 1;
}.tariff_package_9346 .group_rates_2851 {
    z-index: 2;
    position: relative;
}.tariff_package_9346 .group_rates_2851 h4 {
    margin: 0 0 20px;
    color: #ffffff;
    position: relative;
    display: inline-block;
    font-weight: 700;
    font-size: calc(24px + 2px);
}.tariff_package_9346 .group_rates_2851 h4::after {
    height: 2px;
    width: 40px;
    transition: width 0.4s ease;
    bottom: -8px;
    left: 0;
    content: '';
    background: rgb(168,155,153);
    position: absolute;
}.tariff_package_9346 .value_plan_2598:hover .group_rates_2851 h4::after {
    width: 100%;
}.tariff_package_9346 .group_rates_2851 p {
    overflow-wrap: break-word;
    word-break: break-word;
    max-height: 200px;
    margin: 0 0 30px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 12px;
    overflow-y: auto;
    padding-right: 5px;
    line-height: 1.6;
}.tariff_package_9346 .group_rates_2851 p::-webkit-scrollbar {
    width: 4px;
}.tariff_package_9346 .group_rates_2851 p::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
}.tariff_package_9346 .group_rates_2851 p::-webkit-scrollbar-thumb {
    background: rgb(168,155,153,0.5);
}.tariff_package_9346 .deal_grid_8460 {
    margin-top: 15px;
    display: block;
    padding: 10px 0;
    font-size: calc(24px + 4px);
    position: relative;
    font-weight: 700;
    color: #ffffff;
}.tariff_package_9346 .deal_grid_8460::before {
    content: '';
    background: rgba(255, 255, 255, 0.2);
    top: 0;
    width: 40px;
    height: 1px;
    left: 0;
    position: absolute;
}

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

@media (max-width: 991px) {.tariff_package_9346 {
    padding: 80px 0;
}.tariff_package_9346 .tuition_plans_6842 {
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}.tariff_package_9346 .discount_grid_8670 {
    padding: 25px 20px;
}.tariff_package_9346 .group_rates_2851 p {
    max-height: 150px;
    font-size: calc(12px - 1px);
}.tariff_package_9346 .deal_grid_8460 {
    font-size: calc(24px + 2px);
}
}

@media (max-width: 767px) {.tariff_package_9346 {
    padding: 60px 0;
}.tariff_package_9346 h2 {
    font-size: calc(37px - 4px);
}.tariff_package_9346 .premium_grid_1635 {
    margin-bottom: 30px;
    font-size: 12px;
}.tariff_package_9346 .tuition_plans_6842 {
    grid-template-columns: 1fr;
    max-width: 450px;
    margin: 0 auto;
}.tariff_package_9346 .group_rates_2851 h4 {
    font-size: 24px;
}.tariff_package_9346 .deal_grid_8460 {
    font-size: 24px;
}
}

@media (max-width: 480px) {.tariff_package_9346 {
    padding: 50px 0;
}.tariff_package_9346 h2 {
    font-size: calc(37px - 8px);
}.tariff_package_9346 .premium_grid_1635 {
    font-size: calc(12px - 2px);
}.tariff_package_9346 .discount_grid_8670 {
    padding: 20px 15px;
}.tariff_package_9346 .group_rates_2851 p {
    font-size: calc(12px - 2px);
}}.our_team_6072 {
    position: relative;
    background: linear-gradient(135deg, rgb(201,200,177) 0%, #ffffff 50%, rgb(201,200,177) 100%);
    padding: 6rem 0 8rem;
    overflow: hidden;
}.our_team_6072::before {
    transform: rotate(-15deg) skewX(15deg);
    content: "";
    top: -10%;
    right: -5%;
    z-index: 1;
    position: absolute;
    width: 40%;
    opacity: 0.15;
    background: linear-gradient(160deg, rgb(168,155,153,0.5) 0%, transparent 80%);
    height: 70%;
}.our_team_6072::after {
    position: absolute;
    bottom: -10%;
    height: 70%;
    content: "";
    width: 40%;
    transform: rotate(15deg) skewY(-10deg);
    z-index: 1;
    background: linear-gradient(200deg, rgb(125,113,111,0.5) 0%, transparent 80%);
    opacity: 0.12;
    left: -5%;
}.our_team_6072 .container {
    z-index: 2;
    max-width: 1200px;
    position: relative;
    padding: 0 2rem;
    margin: 0 auto;
}.our_team_6072 h1 {
    transform: translateX(1rem);
    font-weight: 700;
    position: relative;
    display: inline-block;
    font-size: 38px;
    margin-bottom: 3.5rem;
    color: #000000;
}.our_team_6072 h1::after {
    position: absolute;
    animation: slideIn 0.8s ease-out forwards;
    transform-origin: left;
    content: "";
    height: 4px;
    background: linear-gradient(90deg, rgb(168,155,153) 0%, rgb(125,113,111) 100%);
    bottom: -0.5rem;
    width: 40%;
    left: -1rem;
}.our_team_6072 .skill_program_4089 {
    position: relative;
}.our_team_6072 .skill_program_4089 ul {
    list-style: none;
    display: grid;
    padding: 0;
    grid-template-columns: 1fr;
    margin: 0;
    gap: 3rem;
}.our_team_6072 .ethos_block_2689 {
    overflow: hidden;
    background: #ffffff;
    transform: translateY(0);
    position: relative;
    padding: 2.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 
                0 1px 4px rgba(0, 0, 0, 0.03),
                0 20px 40px -20px rgba(0, 0, 0, 0.15);
    transition: transform 0.4s cubic-bezier(0.21, 0.61, 0.35, 1), 
                box-shadow 0.4s cubic-bezier(0.21, 0.61, 0.35, 1);
}.our_team_6072 .ethos_block_2689:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08), 
                0 3px 8px rgba(0, 0, 0, 0.03),
                0 30px 50px -25px rgba(0, 0, 0, 0.15);
}.our_team_6072 .ethos_block_2689::before {
    top: 0;
    width: 4px;
    left: 0;
    background: linear-gradient(to bottom, rgb(168,155,153), rgb(125,113,111));
    content: "";
    height: 0;
    animation: slideDown 0.6s 0.3s ease-out forwards;
    position: absolute;
}.our_team_6072 .ethos_block_2689:nth-child(2)::before {
    animation-delay: 0.5s;
}.our_team_6072 .ethos_block_2689 h4 {
    animation: fadeUp 0.5s 0.3s ease-out forwards;
    margin-bottom: 1.5rem;
    color: rgb(168,155,153);
    font-size: calc(23px + 0.1rem);
    margin-top: 0;
    font-weight: 600;
    opacity: 0;
    position: relative;
    transform: translateY(10px);
}.our_team_6072 .ethos_block_2689:nth-child(2) h4 {
    animation-delay: 0.5s;
}.our_team_6072 .ethos_block_2689 div {
    line-height: 1.7;
    transform: translateY(10px);
    font-family: Arial, sans-serif;
    animation: fadeUp 0.5s 0.6s ease-out forwards;
    font-size: 13px;
    opacity: 0;
    color: #000000;
}.our_team_6072 .ethos_block_2689:nth-child(2) div {
    animation-delay: 0.8s;
}

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

@keyframes slideDown {
    0% {
        height: 0;
    }
    100% {
        height: 100%;
    }
}

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

@media (min-width: 768px) {.our_team_6072 {
    padding: 8rem 0 10rem;
}.our_team_6072 h1 {
    margin-bottom: 4.5rem;
    font-size: calc(38px * 1.2);
}.our_team_6072 h1::after {
    height: 5px;
}.our_team_6072 .skill_program_4089 ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
}.our_team_6072 .ethos_block_2689 {
    padding: 3rem;
}.our_team_6072 .ethos_block_2689::before {
    width: 6px;
}
}

@media (min-width: 992px) {.our_team_6072 {
    padding: 10rem 0 12rem;
}.our_team_6072 .container {
    padding: 0 3rem;
}.our_team_6072 h1 {
    margin-bottom: 5.5rem;
    font-size: calc(38px * 1.4);
    transform: translateX(2rem);
}.our_team_6072 h1::after {
    width: 60%;
    height: 6px;
    left: -2rem;
}.our_team_6072 .skill_program_4089 ul {
    gap: 3.5rem;
}.our_team_6072 .ethos_block_2689 {
    padding: 3.5rem;
    transition: transform 0.5s cubic-bezier(0.21, 0.61, 0.35, 1),
                    box-shadow 0.5s cubic-bezier(0.21, 0.61, 0.35, 1);
}.our_team_6072 .ethos_block_2689:hover {
    transform: translateY(-8px);
}.our_team_6072 .ethos_block_2689 h4 {
    margin-bottom: 2rem;
    font-size: calc(23px + 0.2rem);
}.our_team_6072 .ethos_block_2689 div {
    line-height: 1.8;
}
}

@media (min-width: 1200px) {.our_team_6072 .skill_program_4089 ul {
    gap: 4rem;
}.our_team_6072 .ethos_block_2689 {
    padding: 4rem;
}.our_team_6072 .ethos_block_2689:first-child {
    transform: translateY(2rem);
}.our_team_6072 .ethos_block_2689:first-child:hover {
    transform: translateY(-3px);
}.our_team_6072 .ethos_block_2689:nth-child(2) {
    transform: translateY(-2rem);
}.our_team_6072 .ethos_block_2689:nth-child(2):hover {
    transform: translateY(-10px);
}
}

@media (max-width: 767px) {.our_team_6072 {
    padding: 4rem 0 6rem;
}.our_team_6072 .container {
    padding: 0 1.5rem;
}.our_team_6072 h1 {
    font-size: calc(38px * 0.9);
    margin-bottom: 2.5rem;
}.our_team_6072 .ethos_block_2689 {
    padding: 2rem;
    margin-bottom: 1.5rem;
}.our_team_6072 .ethos_block_2689 h4 {
    margin-bottom: 1rem;
    font-size: 23px;
}.our_team_6072 .ethos_block_2689 div {
    font-size: calc(13px * 0.95);
    line-height: 1.6;
}}.get_updates_2537 {
    position: relative;
    padding: 80px 0;
    background: linear-gradient(135deg, rgb(168,155,153,0.5), rgb(201,200,177));
    overflow: hidden;
}.get_updates_2537::before {
    position: absolute;
    z-index: 1;
    background-image: repeating-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.03) 0px,
        rgba(255, 255, 255, 0.03) 1px,
        transparent 1px,
        transparent 10px
    );
    width: 100%;
    height: 100%;
    left: 0;
    content: "";
    top: 0;
}.get_updates_2537::after {
    height: 200px;
    border-radius: 50%;
    position: absolute;
    top: -50px;
    content: "";
    width: 200px;
    background: rgb(168,155,153);
    filter: blur(40px);
    right: -50px;
    z-index: 0;
    opacity: 0.1;
}.get_updates_2537 .container {
    margin: 0 auto;
    z-index: 2;
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
}.get_updates_2537 .expert_classes_3874 {
    border-left: 3px solid rgb(168,155,153);
    position: relative;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 
                0 5px 15px rgba(0, 0, 0, 0.03);
    padding: 50px;
    transform: perspective(1000px) rotateX(1deg);
}.get_updates_2537 .expert_classes_3874::before {
    background: linear-gradient(
        to right,
        rgb(168,155,153,0.5) 0%,
        transparent 10%
    );
    top: 0;
    left: 0;
    content: "";
    z-index: -1;
    position: absolute;
    height: 100%;
    opacity: 0.2;
    width: 100%;
}.get_updates_2537 h3 {
    margin-bottom: 25px;
    transform: translateY(0);
    position: relative;
    font-size: calc(22px * 1.1);
    line-height: 1.4;
    font-weight: 600;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    color: #000000;
}.get_updates_2537 h3::after {
    transform: scaleX(1);
    position: absolute;
    background: rgb(168,155,153);
    left: 0;
    transform-origin: left;
    content: "";
    transition: transform 0.5s ease;
    width: 80px;
    bottom: -10px;
    height: 2px;
}.get_updates_2537 .expert_classes_3874:hover h3 {
    transform: translateY(-5px);
}.get_updates_2537 .expert_classes_3874:hover h3::after {
    transform: scaleX(1.5);
}.get_updates_2537 .input_holder {
    margin-top: 30px;
    position: relative;
    flex-direction: row;
    max-width: 600px;
    align-items: stretch;
    display: flex;
    gap: 15px;
}.get_updates_2537 .input_holder > div {
    flex: 1;
    position: relative;
}.get_updates_2537 .input_holder input[type="email"] {
    background: #ffffff;
    width: 100%;
    outline: none;
    border-bottom: 2px solid rgb(168,155,153);
    padding: 10px 20px;
    font-size: 16px;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    color: #000000;
    border: 1px solid rgba(0, 0, 0, 0.1);
    height: 55px;
}.get_updates_2537 .input_holder input[type="email"]:focus {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(var(--primary-color-rgb), 0.1);
    border-color: rgb(168,155,153);
}.get_updates_2537 .input_holder input[type="email"]::placeholder {
    transition: opacity 0.3s ease, transform 0.3s ease;
    color: rgba(0, 0, 0, 0.4);
}.get_updates_2537 .input_holder input[type="email"]:focus::placeholder {
    transform: translateX(5px);
    opacity: 0.6;
}.get_updates_2537 .input_holder .news_signup_form_5743 {
    border: none;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    display: flex;
    position: relative;
    font-weight: 600;
    align-items: center;
    height: 55px;
    min-width: 150px;
    color: #ffffff;
    overflow: hidden;
    font-size: 18px;
    padding: 0 25px;
    justify-content: center;
    background: rgb(168,155,153);
}.get_updates_2537 .input_holder .news_signup_form_5743::before {
    top: 0;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    position: absolute;
    transition: left 0.7s ease;
    content: "";
    left: -100%;
    height: 100%;
    width: 100%;
}.get_updates_2537 .input_holder .news_signup_form_5743:hover {
    background: rgb(125,113,111);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}.get_updates_2537 .input_holder .news_signup_form_5743:hover::before {
    left: 100%;
}.get_updates_2537 .input_holder .news_signup_form_5743:active {
    transform: translateY(1px);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {.get_updates_2537 {
    padding: 60px 0;
}.get_updates_2537 .expert_classes_3874 {
    transform: perspective(1000px) rotateX(0deg);
    padding: 30px;
}.get_updates_2537 h3 {
    font-size: 19px;
    margin-bottom: 20px;
}.get_updates_2537 .input_holder {
    flex-direction: column;
    gap: 10px;
}.get_updates_2537 .input_holder input[type="email"],
    .get_updates_2537 .input_holder .news_signup_form_5743 {
    height: 50px;
}.get_updates_2537 .input_holder .news_signup_form_5743 {
    min-width: unset;
    width: 100%;
}
}

@media (max-width: 480px) {.get_updates_2537 {
    padding: 40px 0;
}.get_updates_2537 .expert_classes_3874 {
    padding: 25px 20px;
}.get_updates_2537 h3 {
    font-size: calc(19px * 0.9);
}.get_updates_2537 .input_holder {
    margin-top: 20px;
}.get_updates_2537 .input_holder input[type="email"],
    .get_updates_2537 .input_holder .news_signup_form_5743 {
    font-size: calc(16px * 0.9);
    height: 45px;
}
}

@media (hover: none) {.get_updates_2537 .expert_classes_3874:hover h3 {
    transform: none;
}.get_updates_2537 .expert_classes_3874:hover h3::after {
    transform: scaleX(1);
}
}

@media (prefers-reduced-motion) {.get_updates_2537 .expert_classes_3874,
    .get_updates_2537 h3,
    .get_updates_2537 h3::after,
    .get_updates_2537 .input_holder input[type="email"],
    .get_updates_2537 .input_holder .news_signup_form_5743,
    .get_updates_2537 .input_holder .news_signup_form_5743::before {
    transition: none;
}}.instructor_profile_9104 {
    position: relative;
    background: linear-gradient(170deg, rgb(201,200,177), #ffffff);
    padding: 100px 0;
    overflow: hidden;
}.instructor_profile_9104::before {
    border-radius: 50%;
    height: 500px;
    position: absolute;
    opacity: 0.1;
    width: 500px;
    right: -200px;
    content: "";
    top: -200px;
    background-color: rgb(168,155,153,0.5);
}.instructor_profile_9104 .container {
    margin: 0 auto;
    max-width: 1140px;
    padding: 0 15px;
    position: relative;
}.instructor_profile_9104 .opinion_sharing_9483 {
    display: flex;
    max-width: 800px;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
    flex-direction: column;
    position: relative;
    border-radius: 27px;
    margin: 0 auto;
    padding: 50px;
    background-color: #ffffff;
}.instructor_profile_9104 .opinion_sharing_9483:hover {
    transform: translateY(-10px);
}.instructor_profile_9104 .opinion_sharing_9483::before {
    z-index: -1;
    width: 30px;
    transform: rotate(45deg);
    left: 50px;
    background-color: rgb(125,113,111);
    content: "";
    top: -15px;
    position: absolute;
    height: 30px;
}.instructor_profile_9104 .opinion_sharing_9483::after {
    z-index: -1;
    right: 50px;
    background-color: rgb(168,155,153);
    position: absolute;
    width: 30px;
    bottom: -15px;
    height: 30px;
    content: "";
    transform: rotate(45deg);
}.instructor_profile_9104 .img_overlay_box_8710 {
    height: 120px;
    border: 4px solid #ffffff;
    width: 120px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    transition: transform 0.3s ease;
    overflow: hidden;
    margin-bottom: 30px;
    position: relative;
    align-self: center;
}.instructor_profile_9104 .opinion_sharing_9483:hover .img_overlay_box_8710 {
    transform: scale(1.05);
}.instructor_profile_9104 .img_overlay_box_8710::before {
    content: "";
    inset: 0;
    transition: opacity 0.3s ease;
    opacity: 0;
    background: linear-gradient(45deg, transparent 40%, rgb(168,155,153,0.5));
    position: absolute;
}.instructor_profile_9104 .opinion_sharing_9483:hover .img_overlay_box_8710::before {
    opacity: 1;
}.instructor_profile_9104 .emp_tasks_9102 {
    padding: 20px 30px;
    color: #000000;
    background-color: rgb(201,200,177);
    position: relative;
    line-height: 1.8;
    margin: 25px 0 0;
    order: 3;
    border-radius: 27px;
    font-size: 12px;
}.instructor_profile_9104 .emp_tasks_9102::before {
    top: -10px;
    left: 30px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid rgb(201,200,177);
    position: absolute;
    content: "";
}.instructor_profile_9104 .name {
    order: 1;
    color: #000000;
    position: relative;
    font-weight: 700;
    font-size: 24px;
    text-align: center;
    display: block;
    margin: 5px 0;
    padding-bottom: 10px;
}.instructor_profile_9104 .name::after {
    transition: width 0.3s ease;
    transform: translateX(-50%);
    height: 2px;
    background-color: rgb(168,155,153);
    bottom: 0;
    left: 50%;
    width: 40px;
    position: absolute;
    content: "";
}.instructor_profile_9104 .opinion_sharing_9483:hover .name::after {
    width: 80px;
}.instructor_profile_9104 span:not(.name) {
    margin-bottom: 15px;
    text-transform: uppercase;
    order: 2;
    letter-spacing: 1px;
    color: rgb(125,113,111);
    font-weight: 600;
    font-size: calc(12px * 0.9);
    text-align: center;
}

@media (min-width: 768px) {.instructor_profile_9104 .opinion_sharing_9483 {
    display: grid;
    gap: 10px 30px;
    align-items: center;
    grid-template-columns: auto 1fr;
    grid-template-areas: 
            "photo name"
            "photo job"
            "quote quote";
}.instructor_profile_9104 .img_overlay_box_8710 {
    height: 180px;
    grid-area: photo;
    width: 180px;
    align-self: start;
    margin-bottom: 0;
}.instructor_profile_9104 .name {
    text-align: left;
    grid-area: name;
    font-size: 38px;
}.instructor_profile_9104 .name::after {
    left: 0;
    transform: none;
}.instructor_profile_9104 span:not(.name) {
    margin-bottom: 0;
    grid-area: job;
    text-align: left;
}.instructor_profile_9104 .emp_tasks_9102 {
    grid-area: quote;
    margin-top: 30px;
}
}

@media (max-width: 768px) {.instructor_profile_9104 {
    padding: 70px 0;
}.instructor_profile_9104 .opinion_sharing_9483 {
    padding: 40px 30px;
}
}

@media (max-width: 576px) {.instructor_profile_9104 {
    padding: 50px 0;
}.instructor_profile_9104 .opinion_sharing_9483 {
    padding: 30px 20px;
}.instructor_profile_9104 .emp_tasks_9102 {
    margin-top: 20px;
    padding: 15px 20px;
}}.contact_8502 {
    position: relative;
    background-color: rgb(168,155,153);
    padding: 5rem 0;
    overflow: hidden;
}.contact_8502::before {
    background: radial-gradient(ellipse at center, rgb(125,113,111) 0%, transparent 70%);
    position: absolute;
    right: -50%;
    opacity: 0.1;
    height: 100%;
    top: -50%;
    width: 100%;
    border-radius: 50%;
    content: "";
    z-index: 1;
}.contact_8502::after {
    width: 80%;
    content: "";
    position: absolute;
    bottom: -30%;
    border-radius: 50%;
    background: radial-gradient(ellipse at center, rgb(125,113,111) 0%, transparent 70%);
    left: -20%;
    z-index: 1;
    opacity: 0.1;
    height: 80%;
}.contact_8502 .container {
    z-index: 10;
    position: relative;
}.contact_8502 .get_in_touch_2184 {
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    backdrop-filter: blur(10px);
    border-radius: 30px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
    background-color: rgba(255, 255, 255, 0.05);
    padding: 3rem;
}.contact_8502 .get_in_touch_2184 h2 {
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    letter-spacing: 2px;
    font-size: 29px;
}.contact_8502 .get_in_touch_2184 p {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 2rem;
    font-size: 12px;
    line-height: 1.7;
}.contact_8502 .get_in_touch_2184 p:last-of-type {
    border-radius: 10px;
    margin-bottom: 2.5rem;
    align-items: center;
    padding: 1rem 1.5rem;
    background-color: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    display: flex;
}.contact_8502 .get_in_touch_2184 p:last-of-type svg {
    width: 20px;
    height: 20px;
    fill: rgb(125,113,111);
    margin-right: 15px;
}.contact_8502 .get_in_touch_2184 p:last-of-type svg path {
    fill: rgb(125,113,111);
}.contact_8502 .edu_guide_0791 {
    gap: 1rem;
    display: flex;
    justify-content: center;
}.contact_8502 .contact_us_9154 {
    font-size: 0;
    border: 1px solid rgba(255, 255, 255, 0.2);
    overflow: hidden;
    justify-content: center;
    position: relative;
    transition: all 0.3s ease;
    color: transparent;
    background-color: rgba(255, 255, 255, 0.1);
    width: 60px;
    display: flex;
    border-radius: 50%;
    height: 60px;
    align-items: center;
}.contact_8502 .contact_us_9154::before {
    background: rgb(125,113,111);
    content: "";
    bottom: 0;
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
    transform: scale(0);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-radius: 50%;
    right: 0;
}.contact_8502 .contact_us_9154::after {
    font-weight: 400;
    color: #ffffff;
    transform: translateX(-50%);
    transition: opacity 0.3s ease;
    content: attr(title);
    white-space: nowrap;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 70px;
    font-size: 15px;
}.contact_8502 .contact_us_9154:hover::after {
    opacity: 1;
}.contact_8502 .contact_us_9154:hover {
    border-color: transparent;
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}.contact_8502 .contact_us_9154:hover::before {
    transform: scale(1);
}.contact_8502 .contact_us_9154 svg {
    position: relative;
    width: 22px;
    z-index: 2;
    fill: #ffffff;
    height: 22px;
    transition: transform 0.3s ease;
}.contact_8502 .contact_us_9154:hover svg {
    transform: scale(1.2);
}.contact_8502 .contact_us_9154 svg path {
    fill: #ffffff;
}

@media (max-width: 991px) {.contact_8502 {
    padding: 4rem 0;
}.contact_8502 .get_in_touch_2184 {
    padding: 2.5rem;
}.contact_8502 .get_in_touch_2184 h2 {
    font-size: calc(29px * 0.9);
}
}

@media (max-width: 767px) {.contact_8502 {
    padding: 3rem 0;
}.contact_8502 .get_in_touch_2184 {
    padding: 2rem 1.5rem;
}.contact_8502 .edu_guide_0791 {
    justify-content: center;
    flex-wrap: wrap;
}.contact_8502 .contact_us_9154 {
    margin-bottom: 2rem;
}}.tyNote_5736 {
    padding: 6rem 0;
    position: relative;
    isolation: isolate;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(201,200,177) 0%, rgb(125,113,111,0.5) 100%);
}.tyNote_5736::before {
    top: 0;
    width: 100%;
    position: absolute;
    height: 100%;
    z-index: -1;
    opacity: 0.15;
    animation: patternShift 30s linear infinite;
    background: repeating-linear-gradient(
        -45deg,
        rgb(125,113,111,0.5) 0px,
        rgb(125,113,111,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    left: 0;
    content: "";
}.tyNote_5736::after {
    z-index: -1;
    position: absolute;
    background: rgb(168,155,153,0.5);
    bottom: -50px;
    filter: blur(80px);
    width: 250px;
    height: 250px;
    opacity: 0.3;
    right: -50px;
    content: "";
}.tyNote_5736 .container {
    max-width: 1200px;
    perspective: 1000px;
    margin: 0 auto;
    padding: 0 20px;
    transform-style: preserve-3d;
    position: relative;
}.tyNote_5736 h2 {
    font-weight: 700;
    color: #000000;
    font-family: Arial, sans-serif;
    position: relative;
    margin-bottom: 2.5rem;
    transform: translateZ(20px);
    animation: slideInTitle 0.8s ease-out forwards;
    font-size: 30px;
    text-align: center;
    line-height: 1.3;
}.tyNote_5736 h2::after {
    width: 100px;
    animation: expandWidth 1s ease-out 0.8s forwards;
    left: 50%;
    background: linear-gradient(to right, rgb(168,155,153), rgb(125,113,111));
    position: absolute;
    content: "";
    height: 4px;
    transform: translateX(-50%);
    bottom: -15px;
}.tyNote_5736 .expert_classes_3874 {
    position: relative;
    background: #ffffff;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    padding: 2.5rem;
    transform: translateZ(10px) rotateX(2deg);
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08),
                0 30px 60px rgba(0, 0, 0, 0.05),
                0 0 0 1px rgba(0, 0, 0, 0.02);
}.tyNote_5736 .expert_classes_3874::before {
    top: 0;
    background: linear-gradient(90deg, rgb(168,155,153), rgb(125,113,111));
    height: 6px;
    left: 0;
    animation: gradientShift 8s ease infinite;
    position: absolute;
    width: 100%;
    content: "";
}.tyNote_5736 .expert_classes_3874 ul {
    list-style: none;
    margin: 0;
    padding: 0;
}.tyNote_5736 .expert_classes_3874 li {
    position: relative;
    opacity: 0;
    animation: fadeIn 1s ease-out 0.5s forwards;
    padding: 0;
}.tyNote_5736 .expert_classes_3874 span {
    line-height: 1.7;
    position: relative;
    font-size: calc(14px * 1.1);
    font-family: Arial, sans-serif;
    display: block;
    color: #000000;
    text-align: center;
}.tyNote_5736 .expert_classes_3874:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1),
                0 35px 65px rgba(0, 0, 0, 0.07),
                0 0 0 1px rgba(0, 0, 0, 0.03);
    transform: translateZ(15px) rotateX(0deg);
}

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

@keyframes expandWidth {
    from {
        width: 0;
    }
    to {
        width: 100px;
    }
}

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

@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

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

@media (max-width: 1024px) {.tyNote_5736 {
    padding: 5rem 0;
}.tyNote_5736 h2 {
    margin-bottom: 2rem;
    font-size: calc(30px * 0.9);
}.tyNote_5736 .expert_classes_3874 {
    padding: 2rem;
}
}

@media (max-width: 768px) {.tyNote_5736 {
    padding: 4rem 0;
}.tyNote_5736 h2 {
    margin-bottom: 1.8rem;
    font-size: calc(30px * 0.8);
}.tyNote_5736 .expert_classes_3874 {
    padding: 1.8rem;
    transform: translateZ(5px) rotateX(1deg);
}.tyNote_5736 .expert_classes_3874 span {
    font-size: 14px;
    line-height: 1.6;
}
}

@media (max-width: 576px) {.tyNote_5736 {
    padding: 3rem 0;
}.tyNote_5736 h2 {
    font-size: calc(30px * 0.7);
    margin-bottom: 1.5rem;
}.tyNote_5736 h2::after {
    height: 3px;
    bottom: -10px;
}.tyNote_5736 .expert_classes_3874 {
    padding: 1.5rem;
    transform: translateZ(0) rotateX(0deg);
}.tyNote_5736 .expert_classes_3874::before {
    height: 4px;
}.tyNote_5736 .expert_classes_3874 span {
    line-height: 1.5;
    font-size: calc(14px * 0.95);
}
}

@media (prefers-reduced-motion) {.tyNote_5736 h2,
    .tyNote_5736 h2::after,
    .tyNote_5736 .expert_classes_3874,
    .tyNote_5736 .expert_classes_3874::before,
    .tyNote_5736 .expert_classes_3874 li {
    animation: none;
    transition: none;
}.tyNote_5736 .expert_classes_3874:hover {
    transform: none;
}.tyNote_5736::before {
    animation: none;
}
}