.trophy_case31840 {
    flex: 0 0 auto;
}

.trophy_case31840 {
    color: #ffffff;
    font-family: Arial, sans-serif;
    position: relative;
    z-index: 2;
    padding: 80px 0 40px;
}

.segment-wrapper12594 {
    flex-direction: column;
    display: flex;
    min-height: 100%;
    height: 100%;
}

header,footer {
    width: 100%;
}

header {
    margin-top: 0;
    z-index: 100;
    position: relative;
    padding: 0;
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 15px), 
        calc(100% - 15px) 100%, 
        15px 100%, 
        0 calc(100% - 15px)
    );
    overflow: visible;
    background: linear-gradient(120deg, rgb(163,164,162) 0%, rgb(121,122,121) 100%);
}

.thanksBlock46297::after {
    background: rgb(255, 255, 255, 0.5);
    right: -50%;
    filter: blur(100px);
    height: 100%;
    opacity: 0.2;
    animation: glow 10s infinite alternate;
    content: "";
    top: -50%;
    position: absolute;
    width: 100%;
    transform: rotate(45deg);
}

.thanksBlock46297 .container {
    margin: 0 auto;
    padding: 0 2rem;
    z-index: 1;
    position: relative;
    transform-style: preserve-3d;
    max-width: 1200px;
}

.thanksBlock46297 h2::after {
    bottom: -0.5rem;
    content: "";
    opacity: 0.8;
    position: absolute;
    width: 100px;
    transform: translateX(-50%) translateZ(20px);
    height: 3px;
    background: linear-gradient(90deg, rgb(163,164,162), rgb(121,122,121));
    left: 50%;
}

.thanksBlock46297 .edu_promise27463::before {
    left: 0;
    position: absolute;
    content: "";
    background: linear-gradient(135deg, rgb(163,164,162,0.5) 0%, transparent 100%);
    width: 100%;
    opacity: 0.05;
    top: 0;
    height: 100%;
    z-index: -1;
}

.thanksBlock46297 .edu_promise27463:hover {
    box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.15),
    0 5px 15px rgba(0, 0, 0, 0.08),
    0 2px 8px rgba(0, 0, 0, 0.06);
    transform: translateZ(25px) rotateX(0deg);
}

.thanksBlock46297 li {
    padding-left: 0;
    margin-bottom: 0.5rem;
    animation: fadeSlideInDelayed 1.2s ease-out both;
    position: relative;
}

.thanksBlock46297 li:hover::before {
    width: 8px;
    transform: scale(1);
    opacity: 1;
    left: -20px;
    height: 8px;
}

.thanksBlock46297 span {
    display: block;
    line-height: 1.6;
    font-size: clamp(1rem, 2vw, 16px);
    position: relative;
    font-family: Arial, sans-serif;
    transform: translateZ(10px);
    letter-spacing: 0.01em;
    font-weight: 400;
    color: #000000;
}

header .main_navbar50637 {
    align-items: center;
    position: relative;
    padding: 1.2rem 3rem;
    z-index: 5;
    justify-content: space-between;
    display: flex;
}

header .header_primary97024 {
    padding: 0.7rem 1.2rem 0.7rem 1rem;
    margin-right: 2rem;
    clip-path: polygon(
        0 0,
        calc(100% - 10px) 0,
        100% 10px,
        100% 100%,
        10px 100%,
        0 calc(100% - 10px)
    );
    position: relative;
    flex: 0 0 auto;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.15);
}

header .header_primary97024:hover {
    transform: translateY(-3px) scale(1.03);
    background: rgba(255, 255, 255, 0.2);
}

header .nav_top15329 img {
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
    max-height: 40px;
}

header .top_study85194 {
    margin: 0 0.5rem;
    position: relative;
}

header .top_study85194 a {
    justify-content: center;
    overflow: hidden;
    position: relative;
    font-size: 13px;
    font-weight: 600;
    transition: all 0.3s ease;
    padding: 0 1.2rem;
    display: flex;
    color: #ffffff;
    border: 1px solid transparent;
    height: 40px;
    align-items: center;
    background: rgba(255, 255, 255, 0.1);
    clip-path: polygon(
        10px 0,
        calc(100% - 10px) 0,
        100% 10px,
        100% calc(100% - 10px),
        calc(100% - 10px) 100%,
        10px 100%,
        0 calc(100% - 10px),
        0 10px
    );
    text-decoration: none;
}

header .top_study85194:hover::after {
    width: 80%;
}

header .main_navbar50637::before {
    opacity: 0.5;
    border: 2px solid rgba(255, 255, 255, 0.3);
    width: 40px;
    right: 10px;
    border-bottom: none;
    top: 10px;
    border-right: none;
    position: absolute;
    height: 40px;
    content: '';
}

header .head_know68025 {
    position: relative;
    margin-top: -15px;
    padding-top: 2rem;
    background: rgb(200,198,184);
    z-index: 1;
}

.cookie_warning_window57921 {
    padding: 20px;
    width: 100%;
    background: rgb(200,198,184);
    bottom: 0;
    overflow: hidden;
    font-family: Arial, sans-serif;
    z-index: 1050;
    border-top: 3px solid rgb(163,164,162);
    position: fixed;
}

.data_settings61837 {
    flex-shrink: 0;
    margin-right: 20px;
}

#cookiePolicyPrompt67853 {
    display: none;
}

.data_settings61837 svg {
    width: 60px;
    transition: fill 0.3s ease-in-out;
    fill: rgb(163,164,162);
    height: 60px;
}

.cookie_list54236 h5 {
    font-weight: 700;
    color: rgb(163,164,162);
    font-size: 23px;
    margin-bottom: 5px;
}

.learn_cookies26530 {
    text-decoration: none;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
    padding: 10px 20px;
    font-size: 16px;
    margin-left: 10px;
}

.learn_cookies26530 {
    background-color: rgb(163,164,162);
    border: 1px solid rgb(163,164,162);
    color: #ffffff;
}

.future_members96401::before {
    height: 200%;
    position: absolute;
    top: -50%;
    animation: slowRotate 35s linear infinite;
    width: 200%;
    background: radial-gradient(
    circle at 30% 30%,
    rgb(121,122,121,0.5) 0%,
    transparent 50%
  ), radial-gradient(
    circle at 70% 70%,
    rgb(163,164,162,0.5) 0%,
    transparent 45%
  );
    opacity: 0.6;
    z-index: -1;
    content: "";
    left: -50%;
}

.future_members96401 h3 {
    font-size: 30px;
    letter-spacing: 1px;
    margin-bottom: 50px;
    position: relative;
    font-weight: 600;
    color: #000000;
    text-align: center;
}

.future_members96401 ul {
    flex-direction: column;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 25px;
    list-style: none;
}

.future_members96401 ul li {
    transition: all 0.4s ease;
    position: relative;
    padding: 25px;
    box-shadow: 
    0 5px 15px rgba(0, 0, 0, 0.05),
    0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    display: flex;
    border-radius: 11px;
    align-items: center;
    text-align: center;
    flex-direction: column;
    background-color: rgba(255, 255, 255, 0.15);
}

.future_members96401 ul li {
    font-size: 15px;
    font-weight: 300;
    color: #000000;
    line-height: 1.6;
}



.future_members96401 ul li {
    --x: center;
    --y: center;
}

.future_members96401 ul li:hover::before {
    opacity: 1;
}

.future_members96401 ul li svg {
    width: 45px;
    fill: rgb(121,122,121);
    transition: all 0.3s ease;
    margin-bottom: 15px;
    height: 45px;
}

.future_members96401 ul li:hover svg path {
    fill: rgb(163,164,162);
}

.future_members96401 ul li::after {
    content: "";
    bottom: 0;
    top: 0;
    opacity: 0;
    border-radius: 11px;
    background: radial-gradient(
    circle at var(--x, center) var(--y, center),
    rgba(255, 255, 255, 0.15) 0%,
    transparent 60%
  );
    z-index: -1;
    left: 0;
    position: absolute;
    right: 0;
    transition: opacity 0.3s ease;
}

.customer_support57039 .container {
    z-index: 1;
    position: relative;
}

.customer_support57039 .write_experts36427 {
    overflow: hidden;
    position: relative;
    border-radius: 21px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: linear-gradient(135deg, rgb(200,198,184) 0%, transparent 100%);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
    padding: 50px;
}

.customer_support57039 .write_experts36427 h2 {
    position: relative;
    color: rgb(163,164,162);
    font-size: 28px;
    margin-bottom: 20px;
    font-weight: 700;
}

.customer_support57039 .write_experts36427 p:last-of-type {
    padding-left: 30px;
    position: relative;
    margin-bottom: 40px;
}

.customer_support57039 .assist_support69781::before {
    position: absolute;
    top: 0;
    z-index: -1;
    transition: opacity 0.4s ease;
    background: linear-gradient(135deg, rgb(163,164,162,0.5) 0%, rgb(121,122,121,0.5) 100%);
    content: '';
    width: 100%;
    left: 0;
    height: 100%;
    opacity: 0;
}

.customer_support57039 .assist_support69781::after {
    transform: scaleX(0);
    background: rgb(163,164,162);
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    content: '';
    bottom: 0;
    height: 3px;
    left: 0;
    transform-origin: left;
    position: absolute;
    width: 100%;
}

.customer_support57039 .assist_support69781:hover::before {
    opacity: 0.1;
}

.customer_support57039 .assist_support69781 svg {
    stroke: rgb(163,164,162);
    width: 36px;
    stroke-width: 2;
    fill: none;
    margin-bottom: 12px;
    transition: all 0.3s ease;
    height: 36px;
}

.customer_support57039 .assist_support69781:hover span {
    color: rgb(163,164,162);
}

.customer_support57039 .write_experts36427 p:last-of-type svg {
    height: 20px;
    transform: translateY(-50%);
    position: absolute;
    width: 20px;
    fill: none;
    stroke: rgb(163,164,162);
    left: 0;
    top: 50%;
    stroke-width: 2;
}

.user_testimonials45079 h2 {
    text-shadow: 0 2px 3px rgba(0,0,0,0.1);
    margin-bottom: 60px;
    position: relative;
    color: #000000;
    transform-origin: center bottom;
    font-weight: 700;
    transform: perspective(1000px) rotateX(5deg);
    text-align: center;
    font-size: 33px;
}

.user_testimonials45079 h2::after {
    height: 4px;
    bottom: -15px;
    background: linear-gradient(90deg, rgb(163,164,162), rgb(121,122,121));
    position: absolute;
    border-radius: 10px;
    content: "";
    transform: translateX(-50%);
    left: 50%;
    width: 80px;
}

.user_testimonials45079 .client_story81906 {
    grid-template-columns: repeat(1, 1fr);
    display: grid;
    gap: 25px;
}

.user_testimonials45079 .success_quotes80234::before {
    color: rgb(163,164,162,0.5);
    content: "";
    top: -30px;
    z-index: 0;
    line-height: 1;
    font-size: 150px;
    opacity: 0.2;
    right: 20px;
    font-family: Arial, sans-serif;
    position: absolute;
}

.user_testimonials45079 .success_quotes80234::after {
    transition: transform 0.4s ease-out;
    content: "";
    height: 5px;
    width: 100%;
    background: linear-gradient(90deg, rgb(163,164,162), rgb(121,122,121));
    transform: scaleX(0.8);
    position: absolute;
    left: 0;
    bottom: 0;
    transform-origin: center;
}

.user_testimonials45079 .success_quotes80234:hover::after {
    transform: scaleX(1);
}

.user_testimonials45079 .success_quotes80234 h3::before {
    width: 25px;
    background-color: rgb(163,164,162);
    content: "";
    bottom: -5px;
    left: 0;
    transform-origin: left;
    height: 2px;
    transition: width 0.3s ease;
    position: absolute;
}

.user_testimonials45079 .success_quotes80234 div {
    transition: transform 0.3s ease;
    overflow: hidden;
    height: 50px;
    transform: translateZ(0);
    position: relative;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    z-index: 2;
    border-radius: 50%;
    width: 50px;
}

.user_testimonials45079 .success_quotes80234:hover img {
    transform: scale(1.1);
}

footer {
    position: relative;
}

.trophy_case31840 .container {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 30px;
}

.trophy_case31840 .company_holder {
    position: relative;
    grid-column: 1 / 5;
    z-index: 3;
}

.trophy_case31840 .company_holder h3::after {
    background: rgb(163,164,162);
    left: 0;
    position: absolute;
    bottom: 0;
    content: '';
    height: 4px;
    border-radius: 10px;
    width: 40px;
}

.trophy_case31840 .mentor_cta25906 {
    line-height: 1.6;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    margin-top: 25px;
    transform: translateZ(0);
    backdrop-filter: blur(10px);
    padding: 20px;
    border-left: 4px solid rgb(163,164,162);
    background: rgba(255, 255, 255, 0.1);
    border-radius: 27px;
    font-size: 13px;
}

.trophy_case31840 .head_expert10723 h5 {
    font-size: 22px;
    display: inline-block;
    font-weight: 600;
    color: #ffffff;
    position: relative;
    margin-bottom: 25px;
}

.trophy_case31840 .head_expert10723 h5 {
    letter-spacing: 0.5px;
}

.trophy_case31840 .head_expert10723 .nav_prime62079 {
    display: flex;
    gap: 15px;
    flex-direction: column;
}

.trophy_case31840 .head_expert10723 .nav_prime62079 a {
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 13px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    color: #ffffff;
    padding: 8px 15px;
    z-index: 1;
    position: relative;
    overflow: hidden;
}

.trophy_case31840 .head_expert10723 .nav_prime62079 a:hover::before {
    width: 100%;
    background: rgb(163,164,162,0.5);
}

.rating_stars96712::before {
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    right: 15%;
    opacity: 0.2;
    left: 15%;
    position: absolute;
    content: '';
    top: 0;
    height: 1px;
}

.rating_stars96712 .container {
    justify-content: center;
    display: flex;
    align-items: center;
}

.rating_stars96712 .trust_badge93481 {
    letter-spacing: 0.5px;
    font-size: 16px;
    color: #ffffff;
    opacity: 0.8;
    text-align: center;
}



.trophy_case31840::before {
    animation: gradientShift 5s infinite;
    background-size: 200% 200%;
    width: 100%;
    background: linear-gradient(90deg, rgb(163,164,162), rgb(121,122,121), rgb(163,164,162));
    position: absolute;
    height: 5px;
    content: '';
    left: 0;
    top: 0;
}

.trophy_case31840 .company_holder::before {
    position: absolute;
    height: 100px;
    z-index: -1;
    content: '';
    left: -30px;
    bottom: 0;
    opacity: 0.3;
    background: rgb(121,122,121,0.5);
    filter: blur(40px);
    border-radius: 50%;
    width: 100px;
}

.trophy_case31840 .inclusion50618::before {
    opacity: 0.25;
    content: '';
    position: absolute;
    border-radius: 50%;
    width: 180px;
    z-index: -1;
    bottom: -50px;
    left: 80px;
    background: rgb(121,122,121,0.5);
    filter: blur(70px);
    height: 180px;
}

.company_overview62817 {
    padding: 6rem 0;
    position: relative;
    color: #ffffff;
    overflow: hidden;
}

.company_overview62817::after {
    height: 100%;
    left: 0;
    opacity: 0.05;
    position: absolute;
    background-size: 60px 60px;
    content: "";
    z-index: 2;
    width: 100%;
    top: 0;
    background-image: linear-gradient(30deg, rgb(163,164,162,0.5) 10%, transparent 10.5%),
                     linear-gradient(60deg, rgb(163,164,162,0.5) 25%, transparent 25.5%),
                     linear-gradient(90deg, rgb(121,122,121,0.5) 40%, transparent 40.5%);
    animation: backgroundShift 35s infinite alternate ease-in-out;
}

.company_overview62817:hover h4::after {
    width: 100px;
}

.company_overview62817 .container {
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    max-width: 1140px;
    animation: fadeIn 1s ease-out 0.3s both;
    z-index: 5;
}

.company_overview62817 .text_article16357:hover {
    transform: translateY(-5px);
}

.company_overview62817 .text_article16357::before {
    top: -10px;
    position: absolute;
    right: 20px;
    width: 40px;
    transform: rotate(45deg);
    background: rgb(121,122,121);
    height: 40px;
    content: "";
    opacity: 0.2;
    z-index: -1;
}

.company_overview62817 .text_article16357 h6 {
    margin-bottom: 1.5rem;
    color: rgb(121,122,121);
    position: relative;
    transform: translateX(0);
    animation: slideInLeft 0.7s ease-out 0.5s both;
    font-weight: 700;
    padding-bottom: 0.5rem;
    display: inline-block;
    font-size: calc(19px * 1.3);
}

.company_overview62817 .text_article16357 div {
    line-height: 1.8;
    position: relative;
    animation: fadeIn 1s ease-out 0.8s both;
}

.company_overview62817 .text_article16357 span {
    column-gap: 40px;
    color: #ffffff;
    display: block;
    column-count: 1;
    font-size: 12px;
    opacity: 0.9;
    text-align: justify;
    transition: opacity 0.3s ease;
}

.test_drive24781::before {
    z-index: 1;
    background: radial-gradient(circle at 30% 50%, rgba(255, 255, 255, 0.1) 0%, transparent 60%);
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
}

.test_drive24781 .container {
    display: flex;
    padding: 0 2rem;
    margin: 0 auto;
    align-items: center;
    z-index: 2;
    max-width: 1200px;
    flex-direction: column;
    transform: translateZ(30px);
    position: relative;
}

.test_drive24781 div > span {
    display: inline-block;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: perspective(1000px) rotateX(10deg);
    transform-origin: center bottom;
}

.test_drive24781 div > span:hover {
    transform: perspective(1000px) rotateX(0deg) scale(1.05);
}

.test_drive24781 .feedback_section01243::before {
    top: -10%;
    position: absolute;
    left: -10%;
    content: "";
    width: 120%;
    height: 120%;
    transition: transform 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
    transform: translateX(-100%);
    background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.6), transparent);
}

.test_drive24781 .feedback_section01243:hover {
    color: rgb(121,122,121);
    transform: translateY(-2px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.25);
}

.test_drive24781 .feedback_section01243:hover::before {
    transform: translateX(100%);
}

.test_drive24781 .feedback_section01243:hover span {
    transform: scale(1.05);
}

.test_drive24781 div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.program_information60247::before {
    background-image: 
        radial-gradient(circle at 10% 20%, rgb(163,164,162,0.5) 5%, transparent 10%),
        radial-gradient(circle at 70% 65%, rgb(121,122,121,0.5) 5%, transparent 10%),
        radial-gradient(circle at 40% 80%, rgb(163,164,162,0.5) 4%, transparent 8%),
        radial-gradient(circle at 80% 10%, rgb(121,122,121,0.5) 4%, transparent 8%);
    z-index: 1;
    position: absolute;
    content: "";
    top: 0;
    opacity: 0.6;
    height: 100%;
    width: 100%;
    animation: backgroundPulse 15s infinite alternate;
    left: 0;
}

.program_information60247 .edu_promise27463::before {
    left: 0;
    z-index: -1;
    content: "";
    top: 0;
    opacity: 0.1;
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(135deg, rgb(163,164,162,0.5) 0%, transparent 100%);
}

.program_information60247 .learn_tools67892 {
    position: relative;
    flex: 1 1 55%;
    padding: 40px 50px;
    z-index: 2;
}

.program_information60247 .header_primary97024 {
    transition: transform 0.6s ease;
    display: inline-block;
    margin-bottom: 20px;
    position: relative;
    transform: perspective(1000px) rotateY(0deg);
}

.program_information60247 .header_primary97024 svg path {
    fill: rgb(163,164,162);
    transition: fill 0.3s ease;
}

.program_information60247 .learn_tools67892 h3 {
    transform-style: preserve-3d;
    font-size: 38px;
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    position: relative;
    font-weight: 700;
    margin-bottom: 25px;
}

.program_information60247 .learn_tools67892 p {
    font-size: 14px;
    color: #ffffff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    margin-bottom: 30px;
    max-width: 100%;
    position: relative;
    line-height: 1.7;
}

.program_information60247 .pic_wrapper89706::before {
    animation: overlayPulse 8s infinite alternate;
    mix-blend-mode: overlay;
    content: "";
    background: linear-gradient(45deg, rgb(163,164,162,0.5) 0%, transparent 70%);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.academic_expertise54360 {
    position: relative;
    overflow: hidden;
    padding: 7rem 0;
    background: linear-gradient(135deg, rgb(121,122,121,0.5), rgb(163,164,162), rgb(121,122,121));
}

.academic_expertise54360::after {
    background-size: 120px 120px;
    width: 100%;
    animation: constellation-twinkle 8s infinite ease-in-out;
    left: 0;
    background-image: 
        radial-gradient(circle at 20% 20%, rgb(255, 255, 255, 0.5) 1px, transparent 1px),
        radial-gradient(circle at 80% 80%, rgb(255, 255, 255, 0.5) 1px, transparent 1px),
        radial-gradient(circle at 40% 60%, rgb(255, 255, 255, 0.5) 1px, transparent 1px),
        radial-gradient(circle at 60% 30%, rgb(255, 255, 255, 0.5) 1px, transparent 1px);
    opacity: 0.2;
    height: 100%;
    z-index: 1;
    top: 0;
    content: "";
    position: absolute;
}

.academic_expertise54360 .success_quotes80234:hover {
    transform: perspective(1000px) rotateX(0deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 
                0 10px 20px rgba(0, 0, 0, 0.1),
                0 0 0 1px rgba(255, 255, 255, 0.15) inset;
}

.academic_expertise54360 .success_quotes80234 > div:first-child {
    margin: 0 auto;
    height: 150px;
    position: relative;
    width: 150px;
    perspective: 1000px;
}

.academic_expertise54360 .pic_wrapper89706 {
    height: 100%;
    transform: rotate(-5deg);
    overflow: hidden;
    width: 100%;
    box-shadow: 
        0 10px 20px rgba(0, 0, 0, 0.2),
        0 0 0 10px rgba(var(--primary-color-rgb, 120, 80, 200), 0.1);
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), 
                border-radius 0.6s cubic-bezier(0.34, 1.56, 0.64, 1),
                box-shadow 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    animation: float-photo 6s infinite ease-in-out;
    border-radius: 10% 40% 30% 20%;
}

.academic_expertise54360 .name::after {
    content: "";
    bottom: -5px;
    transition: width 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    height: 2px;
    position: absolute;
    background: linear-gradient(to right, rgb(121,122,121), #ffffff, rgb(121,122,121));
    left: 0;
    width: 0;
}

.academic_expertise54360 .success_quotes80234 > div:nth-child(2) > div {
    color: rgb(255, 255, 255, 0.5);
    opacity: 0.9;
    margin-top: 0.5rem;
    font-size: calc(17px - 2px);
    transition: opacity 0.3s ease;
    font-style: italic;
}

.academic_expertise54360 .emp_progress01927::before {
    color: rgb(255, 255, 255, 0.5);
    position: absolute;
    font-size: 5rem;
    top: -2rem;
    left: -1rem;
    font-family: serif;
    transition: transform 0.5s ease, opacity 0.5s ease;
    content: "";
    opacity: 0.2;
}

.academic_expertise54360 .success_quotes80234:hover .emp_progress01927 {
    opacity: 1;
    transform: translateY(-2px);
}

.academic_expertise54360 .success_quotes80234:hover .emp_progress01927::before {
    opacity: 0.3;
    transform: translateY(-5px);
}

.plan_comparison21835 {
    background: linear-gradient(145deg, rgb(200,198,184), #ffffff);
    overflow: hidden;
    padding: 6rem 0;
    position: relative;
}

.plan_comparison21835 .container {
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1320px;
    position: relative;
    z-index: 2;
}

.plan_comparison21835 .premium_cost48193 {
    background: linear-gradient(145deg, #ffffff, rgb(255, 255, 255, 0.5));
    box-shadow: 0 15px 35px rgba(0,0,0,0.05);
    order: 1;
    padding: 2rem;
    animation: fadeInUp 0.8s forwards 0.2s;
    opacity: 0;
    transform: translateY(20px);
    text-align: center;
}

.plan_comparison21835 .premium_cost48193 .program_price98216 {
    color: #000000;
    max-width: 80%;
    margin: 0 auto;
    font-size: 12px;
    line-height: 1.6;
    font-weight: 400;
}

.plan_comparison21835 .cost_breakdown41350 {
    order: 2;
    gap: 2rem;
    display: grid;
    grid-template-columns: 1fr;
}

.plan_comparison21835 .discount_plan36104:nth-child(1) {
    --i: 1;
}

.plan_comparison21835 .discount_plan36104:nth-child(2) {
    --i: 2;
}

.plan_comparison21835 .discount_plan36104:nth-child(3) {
    --i: 3;
}

.plan_comparison21835 .discount_plan36104:nth-child(4) {
    --i: 4;
}

.plan_comparison21835 .plan_details23096 {
    overflow: hidden;
    transition: all 0.4s ease;
    box-shadow: 0 10px 30px rgba(0,0,0,0.07);
    flex-direction: column;
    height: 100%;
    position: relative;
    display: flex;
    background: #ffffff;
}

.plan_comparison21835 .price_grid45739::before {
    right: 0;
    height: 120px;
    transition: opacity 0.4s ease, transform 0.4s ease;
    opacity: 0;
    position: absolute;
    width: 120px;
    background: linear-gradient(135deg, transparent 50%, rgb(163,164,162,0.5) 50%);
    z-index: -1;
    top: 0;
    content: "";
    transform: translate(30px, -30px);
}

.plan_comparison21835 .discount_plan36104:hover h3 {
    color: rgb(163,164,162);
}

.plan_comparison21835 .price_tiers38504::before {
    height: 3px;
    left: 0;
    content: "";
    bottom: -5px;
    background: rgb(121,122,121);
    width: 40px;
    transition: width 0.3s ease;
    position: absolute;
}

.plan_comparison21835 .discount_plan36104 p {
    word-wrap: break-word;
    color: #000000;
    margin-bottom: 0;
    overflow-wrap: break-word;
    line-height: 1.6;
    font-size: 12px;
    -ms-word-break: break-all;
    word-break: break-word;
}

.plan_comparison21835 .discount_plan36104:hover .pic_wrapper89706 {
    transform: scale(1.05);
}

.privacy_zone89730 {
    height: auto;
    align-items: center;
    border: 2px solid rgb(163,164,162);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    color: #ffffff;
    overflow: hidden;
    display: flex;
    font-family: Arial, sans-serif;
    width: 100%;
    flex-direction: column;
    padding: 60px;
}

.privacy_zone89730 h2 {
    margin-top: 40px;
    margin-bottom: 25px;
    text-align: center;
    font-weight: 600;
    width: 100%;
    border-bottom: 2px solid rgb(121,122,121);
    padding-bottom: 10px;
    color: rgb(121,122,121);
    font-size: 29px;
}

.privacy_zone89730 li {
    font-size: 16px;
    margin-bottom: 15px;
    border-left: 3px solid rgb(163,164,162);
    line-height: 1.6;
    padding-left: 20px;
    color: #000000;
    font-weight: 400;
    padding-left: 10px;
    position: relative;
}

.privacy_zone89730 p, .privacy_zone89730 span, .privacy_zone89730 div {
    padding-bottom: 5px;
    line-height: 1.8;
    text-align: center;
    width: 100%;
    margin: 0 auto 15px auto;
    margin-bottom: 15px;
    color: #000000;
    font-size: 16px;
    font-weight: 300;
}

.title_page14826 .edu_promise27463 {
    position: relative;
    max-width: 1200px;
    z-index: 2;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.title_page14826::after {
    position: absolute;
    height: 20px;
    background-size: 40px 40px;
    left: 0;
    background: linear-gradient(to right, rgb(163,164,162) 25%, transparent 25%, transparent 50%, rgb(163,164,162) 50%, rgb(163,164,162) 75%, transparent 75%);
    content: "";
    width: 100%;
    bottom: -10px;
    transform: scaleY(0.5);
    animation: moveStripes 35s linear infinite;
    opacity: 0.3;
}

.title_page14826 h1::after {
    background: rgb(163,164,162);
    left: 0;
    height: 3px;
    transform: scaleX(1);
    bottom: -10px;
    transform-origin: left;
    content: "";
    position: absolute;
    width: 80px;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

.title_page14826 .fast_skill34785 svg {
    height: 75px;
    transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    margin-bottom: 1.5rem;
    width: 75px;
    filter: drop-shadow(0 4px 8px rgba(94,170,168,0.2));
}

.title_page14826 .fast_skill34785 svg path {
    transition: fill 0.3s ease;
    fill: rgb(163,164,162);
}

.title_page14826 .fast_skill34785 p {
    position: relative;
    line-height: 1.6;
    padding-left: 1rem;
    max-width: 600px;
    font-size: clamp(15px, 3vw, calc(15px * 1.2));
    color: #000000;
    margin-bottom: 1.5rem;
}

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

.title_page14826 .feedback_section01243 {
    z-index: 1;
    text-decoration: none;
    color: #ffffff;
    position: relative;
    font-size: 15px;
    border: 2px solid rgb(163,164,162);
    font-weight: 600;
    display: inline-block;
    background: rgb(163,164,162);
    padding: 1rem 2rem;
    transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1);
    box-shadow: 0 4px 15px rgba(94,170,168,0.2);
    overflow: hidden;
}

.title_page14826 .feedback_section01243:hover::before {
    left: 100%;
}

.title_page14826 .pic_wrapper89706 {
    transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    height: 350px;
    position: relative;
    width: 100%;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
}

.title_page14826 .pic_wrapper89706:hover::before {
    opacity: 0.5;
}

.title_page14826 .pic_wrapper89706::after {
    content: "";
    position: absolute;
    top: 0;
    transition: opacity 0.5s ease;
    left: 0;
    z-index: 1;
    opacity: 0;
    height: 100%;
    width: 100%;
}

.education_framework74506::before {
    transform: translateZ(0);
    position: absolute;
    top: 0;
    width: 100%;
    animation: ambientGlow 20s infinite alternate ease-in-out;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(163,164,162,0.5) 0%, transparent 25%),
        radial-gradient(circle at 80% 70%, rgb(121,122,121,0.5) 0%, transparent 30%);
    will-change: transform;
    z-index: 0;
    left: 0;
    height: 100%;
    opacity: 0.15;
    content: "";
}

.education_framework74506 .container {
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1140px;
    z-index: 2;
    position: relative;
}

.education_framework74506 .edu_promise27463 > div {
    padding: 50px 60px;
    transform: translateZ(0);
    width: 100%;
    backdrop-filter: blur(10px);
    border-left: 4px solid rgb(163,164,162);
    background: linear-gradient(to right bottom, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7));
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    border-right: 1px solid rgba(255, 255, 255, 0.6);
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    position: relative;
    box-shadow: 
        0 20px 50px -15px rgba(rgba(0, 0, 0, 0.5), 0.1),
        0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.05);
    border-top: 1px solid rgba(255, 255, 255, 0.6);
    max-width: 900px;
    border-radius: 10px;
}

.education_framework74506 .edu_promise27463 > div:hover h3::after {
    transform: scaleX(1.5);
}

.education_framework74506 p {
    animation: fadeInText 0.8s forwards 0.3s ease-out;
    color: #000000;
    position: relative;
    line-height: 1.8;
    transform: translateY(20px);
    font-size: 17px;
    opacity: 0;
    margin: 0;
    font-family: Arial, sans-serif;
}

.education_framework74506 .edu_promise27463 > div::before {
    transform: translateZ(0);
    content: "";
    background: linear-gradient(135deg, rgb(163,164,162) 0%, rgb(121,122,121) 100%);
    top: 15px;
    position: absolute;
    border-radius: 50%;
    right: 15px;
    z-index: 0;
    height: 40px;
    opacity: 0.15;
    width: 40px;
}

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

.contact_form_box20516 h2 {
    font-size: 38px;
    position: relative;
    margin-bottom: 40px;
    font-weight: 700;
    text-align: center;
    color: rgb(121,122,121);
}

.contact_form_box20516 .support_grid17408 {
    grid-template-columns: 1fr 1fr;
    border-radius: 19px;
    background: #ffffff;
    gap: 0;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    display: grid;
}

.contact_form_box20516 .connect_request97680 {
    padding: 50px 40px;
    grid-row: 1;
    background: #ffffff;
    grid-column: 1;
}

.contact_form_box20516 #contact {
    flex-direction: column;
    display: flex;
    gap: 25px;
}

.contact_form_box20516 input[type="text"] {
    border: 1px solid rgb(200,198,184);
    width: 100%;
    font-size: 15px;
    padding: 15px 20px;
    transition: all 0.3s ease;
    border-radius: 10px;
    color: #000000;
    background: #ffffff;
}

.contact_form_box20516 input[type="text"]::placeholder {
    color: #000000;
    opacity: 0.5;
}

.contact_form_box20516 .help_info04175 input[type="checkbox"] {
    cursor: pointer;
    border: 2px solid rgb(200,198,184);
    appearance: none;
    position: relative;
    height: 24px;
    flex-shrink: 0;
    width: 24px;
    margin-top: 2px;
    border-radius: 10px;
}

.contact_form_box20516 .help_info04175 label {
    line-height: 1.5;
    color: #000000;
    font-size: 15px;
}

.contact_form_box20516 .help_info04175 a {
    transition: all 0.3s ease;
    color: rgb(163,164,162);
    text-decoration: none;
    font-weight: 600;
}

.contact_form_box20516 .feedback_section01243::before {
    width: 100%;
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    position: absolute;
    height: 100%;
    top: 0;
    content: "";
    transition: all 0.6s ease;
}

.contact_form_box20516 .feedback_section01243:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    background: rgb(121,122,121);
    transform: translateY(-3px);
}

.contact_form_box20516 svg {
    vertical-align: middle;
    fill: rgb(163,164,162);
    height: 22px;
    width: 22px;
    margin-right: 10px;
}


@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}



@media (min-width: 992px) {.thanksBlock46297 {
    padding: 7rem 0;
}.thanksBlock46297 .container {
    display: flex;
    align-items: center;
    flex-direction: column;
}.thanksBlock46297 h2 {
    transform: translateZ(40px);
    max-width: 80%;
}.thanksBlock46297 .edu_promise27463 {
    max-width: 75%;
    transform: translateZ(25px) rotateX(2deg);
    padding: 3.5rem 4rem;
}.thanksBlock46297 .edu_promise27463:hover {
    transform: translateZ(35px) rotateX(0deg);
}.thanksBlock46297 li {
    padding-left: 0.5rem;
}
}



@media (max-width: 480px) {.thanksBlock46297 {
    padding: 3rem 0;
}.thanksBlock46297 .container {
    padding: 0 1.5rem;
}.thanksBlock46297 h2 {
    margin-bottom: 1.5rem;
    font-size: 1.2rem;
}.thanksBlock46297 .edu_promise27463 {
    padding: 1.25rem;
}.thanksBlock46297 span {
    line-height: 1.5;
    font-size: 0.9rem;
}}



@media (max-width: 991px) {header {
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 10px), 
            calc(100% - 10px) 100%, 
            10px 100%, 
            0 calc(100% - 10px)
        );
}header .main_navbar50637 {
    flex-wrap: wrap;
    padding: 1rem 2rem;
}header .header_primary97024 {
    margin-bottom: 0;
    margin-right: 0;
}header .head_expert10723 {
    margin-top: 1rem;
    flex-basis: 100%;
    justify-content: flex-end;
}header .top_study85194 a {
    font-size: calc(13px - 1px);
    height: 35px;
    padding: 0 1rem;
}header .main_navbar50637::before,
    header .main_navbar50637::after {
    display: none;
}.head_know68025 {
    margin-top: -10px;
}
}



@media (max-width: 479px) {header .main_navbar50637 {
    padding: 0.7rem 1.2rem;
}header .header_primary97024 {
    padding: 0.4rem 0.6rem;
    max-width: 120px;
}header .top_study85194 a {
    height: 30px;
    font-size: calc(13px - 3px);
    padding: 0 0.6rem;
}}


@media (max-width: 1200px) {.cookie_list54236 h5 {
    font-size: calc(23px - 2px);
}.cookie_list54236 p {
    font-size: calc(14px - 2px);
}.learn_cookies26530 {
    font-size: calc(16px - 2px);
    padding: 8px 16px;
}
}


@media (max-width: 800px) {.edu_approve34206 {
    align-items: center;
    flex-direction: column;
}.data_settings61837 {
    margin-bottom: 15px;
}.cookie_list54236 {
    margin-bottom: 20px;
    text-align: center;
}.learn_cookies26530 {
    margin-top: 10px;
    width: 100%;
    margin-left: 0;
}}



@media screen and (max-width: 992px) {.future_members96401 {
    padding: 70px 15px;
}.future_members96401 .edu_promise27463 {
    padding: 40px 30px;
}.future_members96401 h3 {
    font-size: calc(30px * 0.9);
    margin-bottom: 40px;
}.future_members96401 ul {
    gap: 20px;
}
}



@media (hover: hover) {.future_members96401 ul li:hover {
    --x: calc(1100%);
    --y: calc(100%);
}
}



@media screen and (min-width: 1200px) {.future_members96401 ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    display: grid;
}}



@media screen and (max-width: 991px) {.customer_support57039 {
    padding: 80px 0;
}.customer_support57039 .write_experts36427 {
    padding: 40px;
}.customer_support57039 .assist_support69781 {
    height: 100px;
    width: 100px;
}
}



@media screen and (max-width: 480px) {.customer_support57039 {
    padding: 50px 0;
}.customer_support57039 .write_experts36427 {
    padding: 25px 20px;
}.customer_support57039 .write_experts36427 h2 {
    font-size: calc(28px * 0.85);
}.customer_support57039 .assist_support69781 {
    width: 80px;
    height: 80px;
}.customer_support57039 .assist_support69781 svg {
    height: 28px;
    margin-bottom: 6px;
    width: 28px;
}.customer_support57039 .assist_support69781 span {
    font-size: calc(16px * 0.8);
}}



@media (min-width: 768px) {.user_testimonials45079 {
    padding: 100px 0;
}.user_testimonials45079 .client_story81906 {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}.user_testimonials45079 .success_quotes80234 {
    padding: 35px 30px 30px;
}
}



@media (min-width: 1200px) {.user_testimonials45079 .client_story81906 {
    grid-template-columns: repeat(4, 1fr);
}.user_testimonials45079 h2::after {
    width: 100px;
}.user_testimonials45079 .container.edu_promise27463 {
    padding: 0;
}
}



@media (hover: none) {.user_testimonials45079 .success_quotes80234:hover {
    transform: translateY(0);
}.user_testimonials45079 .success_quotes80234::after {
    transform: scaleX(1);
}}



@media (max-width: 992px) {.trophy_case31840 .container {
    grid-template-columns: repeat(1, 1fr);
}.trophy_case31840 .company_holder {
    margin-bottom: 40px;
    grid-column: 1 / -1;
}.trophy_case31840 .inclusion50618 {
    grid-column: 1 / -1;
}.trophy_case31840 .nav_prime62079 {
    grid-template-columns: repeat(2, 1fr);
}
}



@media (min-width: 768px) {.company_overview62817 {
    padding: 8rem 0;
}.company_overview62817 h4 {
    margin-bottom: 3.5rem;
    font-size: calc(20px * 1.4);
}.company_overview62817 .text_article16357 {
    padding: 4rem;
    border-left-width: 6px;
}.company_overview62817 .text_article16357 span {
    column-count: 2;
}
}



@media (max-width: 767px) {.company_overview62817 {
    padding: 4rem 0;
}.company_overview62817 h4 {
    margin-bottom: 2rem;
    font-size: 20px;
}.company_overview62817 .text_article16357 {
    padding: 2rem;
}.company_overview62817 .text_article16357 h6 {
    margin-bottom: 1rem;
    font-size: 19px;
}.company_overview62817 .text_article16357 span {
    font-size: calc(12px * 0.95);
    line-height: 1.7;
}
}



@media (max-width: 1200px) {.test_drive24781 {
    padding: 6rem 0;
}.test_drive24781 h6 {
    max-width: 700px;
    font-size: calc(19px * 1.15);
}
}



@media (max-width: 992px) {.test_drive24781 {
    padding: 5rem 0;
}.test_drive24781 h6 {
    margin-bottom: 2.5rem;
    max-width: 600px;
    font-size: 19px;
}
}



@media (max-width: 768px) {.test_drive24781 {
    padding: 4rem 0;
}.test_drive24781 .container {
    padding: 0 1.5rem;
}.test_drive24781 h6 {
    margin-bottom: 2rem;
    font-size: calc(19px * 0.95);
    max-width: 100%;
}.test_drive24781 .feedback_section01243 {
    padding: 0.9rem 2rem;
}
}



@media (max-width: 375px) {.test_drive24781 {
    padding: 3rem 0;
}.test_drive24781 h6 {
    margin-bottom: 1.5rem;
    font-size: calc(19px * 0.85);
}.test_drive24781 .feedback_section01243 {
    padding: 0.75rem 1.6rem;
    font-size: calc(18px * 0.9);
}
}



@media (hover: hover) {.program_information60247 .edu_promise27463:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 
                    0 12px 20px rgba(0, 0, 0, 0.5), 
                    0 0 0 1px rgb(163,164,162);
}.program_information60247 .pic_wrapper89706:hover {
    transform: rotateY(-5deg) translateZ(10px);
}
}



@media screen and (max-width: 768px) {.program_information60247 {
    padding: 50px 0;
}.program_information60247 .edu_promise27463 {
    flex-direction: column-reverse;
}.program_information60247 .learn_tools67892 {
    flex: 1 1 100%;
    padding: 30px 25px;
}.program_information60247 .pic_wrapper89706 {
    width: 100%;
    flex: 1 1 100%;
    min-height: 300px;
}.program_information60247 .learn_tools67892 h3 {
    margin-bottom: 20px;
    font-size: calc(38px * 0.8);
}.program_information60247 .learn_tools67892 p {
    margin-bottom: 20px;
}.program_information60247 .header_primary97024 {
    margin-bottom: 15px;
}.program_information60247 .header_primary97024 svg {
    width: 90px;
}.program_information60247 .learn_tools67892 h3::after {
    width: 60px;
    bottom: -10px;
    height: 2px;
}
}



@media (min-width: 992px) {.academic_expertise54360 {
    padding: 9rem 0;
}.academic_expertise54360 .success_quotes80234 {
    grid-template-columns: auto 1.5fr 3fr;
    padding: 5rem;
    gap: 4rem;
}.academic_expertise54360 .success_quotes80234 > div:first-child {
    height: 220px;
    width: 220px;
}.academic_expertise54360 .name {
    font-size: calc(22px + 2px);
}.academic_expertise54360 .emp_progress01927 {
    line-height: 1.8;
    font-size: calc(17px + 1px);
}
}



@media (min-width: 768px) {.plan_comparison21835 .cost_breakdown41350 {
    grid-template-columns: repeat(2, 1fr);
}.plan_comparison21835 .premium_cost48193 {
    padding: 3rem;
}.plan_comparison21835 .price_grid45739 {
    padding: 2.8rem 2.2rem;
}
}



@media (min-width: 1200px) {.plan_comparison21835 .cost_breakdown41350 {
    gap: 2.5rem;
    grid-template-columns: repeat(2, 1fr);
}.plan_comparison21835 .price_grid45739 {
    padding: 3rem 2.5rem;
}.plan_comparison21835 .premium_cost48193 h2 {
    font-size: calc(31px + 0.3rem);
}
}



@media (max-width: 767px) {.plan_comparison21835 {
    padding: 4rem 0;
}.plan_comparison21835 .premium_cost48193 h2 {
    font-size: calc(31px - 0.2rem);
}.plan_comparison21835 .premium_cost48193 .program_price98216 {
    font-size: calc(12px - 0.1rem);
    max-width: 100%;
}.plan_comparison21835 .discount_plan36104 h3 {
    font-size: 23px;
}.plan_comparison21835 .price_tiers38504 {
    font-size: calc(18px + 0.5rem);
}.plan_comparison21835 .pic_wrapper89706 {
    height: 160px;
}}



@media (min-width: 768px) {.title_page14826 .edu_promise27463 {
    flex-direction: row;
    align-items: center;
    gap: 3rem;
}.title_page14826 .text_article16357 {
    flex: 1;
    padding-right: 2rem;
}.title_page14826 .pic_wrapper89706 {
    flex: 1;
    height: 450px;
    clip-path: polygon(0 0, 100% 5%, 95% 100%, 0% 95%);
    transform: perspective(1000px) rotateY(-5deg);
}.title_page14826 .pic_wrapper89706:hover {
    transform: perspective(1000px) rotateY(0deg);
}.title_page14826 h1 {
    font-size: 42px;
}
}



@media (max-width: 767px) {.title_page14826 {
    padding: 3rem 1rem;
}.title_page14826 .edu_promise27463 {
    gap: 2rem;
}.title_page14826 h1 {
    margin-bottom: 1rem;
}.title_page14826 .fast_skill34785 {
    margin: 1.5rem 0;
}.title_page14826 .fast_skill34785 svg {
    width: 60px;
    height: 60px;
}.title_page14826 .feedback_section01243 {
    padding: 0.8rem 1.5rem;
    font-size: calc(15px * 0.9);
}}



@media (max-width: 768px) {.education_framework74506 {
    padding: 70px 0;
}.education_framework74506 .edu_promise27463 > div {
    padding: 35px 30px;
}.education_framework74506 h3 {
    margin-bottom: 20px;
    padding-bottom: 12px;
    font-size: calc(31px * 0.7);
}.education_framework74506 h3::after {
    width: 60px;
}.education_framework74506::before,
    .education_framework74506::after {
    opacity: 0.1;
}
}



@media (max-width: 992px) {.contact_form_box20516 .support_grid17408 {
    grid-template-columns: 1fr;
}.contact_form_box20516 .pic_wrapper89706 {
    grid-row: 1;
    min-height: 300px;
    border-radius: 0;
    border-top-left-radius: 19px;
    grid-column: 1;
    border-top-right-radius: 19px;
}.contact_form_box20516 .connect_request97680 {
    grid-row: 2;
    grid-column: 1;
    padding: 40px 30px;
}
}



@media (max-width: 576px) {.contact_form_box20516 {
    padding: 40px 0;
}.contact_form_box20516 .container {
    padding: 0 15px;
}.contact_form_box20516 h2::after {
    width: 40px;
}.contact_form_box20516 .connect_request97680 {
    padding: 25px 20px;
}.contact_form_box20516 #contact {
    gap: 20px;
}.contact_form_box20516 .feedback_section01243 {
    width: 100%;
    padding: 14px 20px;
}.contact_form_box20516 .pic_wrapper89706 {
    min-height: 200px;
}
}



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



@keyframes glow {
  0%, 100% {
    opacity: 0.2;
    filter: blur(100px);
  }
  50% {
    opacity: 0.3;
    filter: blur(120px);
  }
}



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

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

@keyframes borderPulse {
    0%, 100% {
        border-color: rgba(255, 255, 255, 0.1);
    }
    50% {
        border-color: rgba(255, 255, 255, 0.3);
    }
}



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



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



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



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



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



@keyframes orbital-pulse {
    0% {
        transform: scale(1) rotate(0deg);
        opacity: 0.7;
    }
    50% {
        transform: scale(1.1) rotate(3deg);
        opacity: 0.9;
    }
    100% {
        transform: scale(1) rotate(0deg);
        opacity: 0.7;
    }
}



@keyframes float-photo {
    0%, 100% {
        transform: rotate(-5deg) translateY(0);
    }
    50% {
        transform: rotate(-3deg) translateY(-5px);
    }
}



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



@keyframes ambientGlow {
    0% {
        opacity: 0.15;
        transform: scale(1) rotate(0deg);
    }
    100% {
        opacity: 0.25;
        transform: scale(1.1) rotate(5deg);
    }
}

