﻿* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}

html,body {
    color: #000000;
    min-height: 100%;
    font-family: Arial, sans-serif;
    height: 100%;
}

.tariff-container-59::before {
    z-index: 1;
    width: 100%;
    content: "";
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background: linear-gradient(135deg, rgb(216,187,187,0.5), rgba(0, 0, 0, 0.5) 90%);
}

.tariff-container-59 .fee-deals-06 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 30px;
}

.tariff-container-59 .monthly-rate-41 {
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
    box-sizing: border-box;
    height: 100%;
    border-left: 3px solid rgb(192,153,153);
    backdrop-filter: blur(10px);
    padding: 40px 30px;
    background: linear-gradient(145deg, rgba(255,255,255,0.1), rgba(255,255,255,0.03));
    border-radius: 10px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.1);
}

.tariff-container-59 .member-plans-68 {
    font-size: calc(21px + 4px);
    border-top: 1px solid rgba(255,255,255,0.1);
    display: block;
    color: #ffffff;
    font-weight: 700;
    margin-top: auto;
    padding: 15px 0 0;
    position: relative;
}

.location-info-80 .container::before,
.location-info-80 .container::after {
    animation: floatElement 15s infinite ease-in-out;
    position: absolute;
    z-index: -1;
    opacity: 0.2;
    border-radius: 10px;
    content: '';
    background: rgb(216,187,187,0.5);
}

.location-info-80 .container::before {
    right: 10%;
    width: 150px;
    top: -75px;
    height: 150px;
    transform: rotate(45deg);
    animation-delay: 0s;
}

.ask-form-34::after {
    bottom: -15px;
    content: '';
    height: 80px;
    opacity: 0.3;
    position: absolute;
    left: -15px;
    animation: rotate 25s linear infinite reverse;
    border: 1px solid rgb(192,153,153,0.5);
    z-index: 0;
    width: 80px;
    border-radius: 50%;
}

.location-info-80 .instant-contact-98 svg path {
    stroke-dasharray: 60;
    stroke-dashoffset: 60;
    animation: draw 1.5s forwards ease-out;
}

.location-info-80 .pic-banner-94 {
    height: 280px;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.location-info-80 .contact-map-64 {
    position: relative;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.7) 100%);
    padding: 40px;
}

.location-info-80 .contact-map-64::after {
    background-image:
        linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
        linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px);
    width: 100%;
    content: '';
    left: 0;
    z-index: -1;
    top: 0;
    background-size: 20px 20px;
    position: absolute;
    height: 100%;
}

.location-info-80 .contact-map-64 p:nth-child(2) svg path {
    animation-delay: 0.2s;
}

.location-info-80 .contact-map-64 p:nth-child(5) svg path {
    animation-delay: 0.5s;
}

.location-info-80 .contact-map-64 p a:hover {
    color: #000000;
    background-position: -100% 0;
}

.location-info-80 .message-panel-12::before {
    background: linear-gradient(to right, rgb(216,187,187,0.5), transparent);
    height: 1px;
    width: 100%;
    top: -1px;
    content: '';
    position: absolute;
    left: 0;
}

.location-info-80 .reach-section-42:hover svg {
    transform: rotate(135deg);
}

.location-info-80 .learn-talk-60 {
    position: relative;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.5) 100%);
    border-radius: 10px;
    padding: 15px 20px 15px 40px;
    align-items: center;
    backdrop-filter: blur(5px);
    font-size: calc(13px - 1px);
    transition: all 0.4s ease;
    display: flex;
    border: 1px solid rgba(0, 0, 0, 0.05);
    overflow: hidden;
    color: #000000;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
}

.get-updates-48::before {
    right: 0;
    background: linear-gradient(45deg, transparent 25%, rgba(255, 255, 255, 0.05) 25%, 
              rgba(255, 255, 255, 0.05) 50%, transparent 50%, transparent 75%, 
              rgba(255, 255, 255, 0.05) 75%, rgba(255, 255, 255, 0.05));
    bottom: 0;
    z-index: -1;
    left: 0;
    opacity: 0.4;
    transform: perspective(1000px) rotateX(10deg);
    top: 0;
    position: absolute;
    content: "";
    background-size: 20px 20px;
}

.get-updates-48 h3 {
    transform: translateZ(10px);
    font-weight: 600;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 2rem;
    line-height: 1.4;
    max-width: 90%;
    position: relative;
    font-size: calc(19px * 1.1);
    color: #ffffff;
}

.get-updates-48 input[type="email"] {
    font-family: Arial, sans-serif;
    font-size: 13px;
    padding: 1.2rem 1.5rem;
    width: 100%;
    outline: none;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border: none;
    color: #000000;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.9);
}

.get-updates-48 .sub-permission-16::before {
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
    transition: left 0.7s ease;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    left: -100%;
}

.program-structure-68::after {
    background: rgb(192,153,153,0.5);
    transform: rotate(45deg);
    top: -50px;
    position: absolute;
    content: "";
    height: 200px;
    filter: blur(50px);
    width: 200px;
    right: -50px;
    z-index: 0;
}

.program-structure-68 .pic-banner-94 {
    transform: perspective(1000px) rotateX(2deg) rotateY(-2deg);
    width: 100%;
    z-index: 3;
    transition: transform 0.6s ease-out, box-shadow 0.6s ease-out;
    position: relative;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    height: 300px;
    border-radius: 10px;
}

.program-structure-68 .description {
    transition: transform 0.3s ease;
    opacity: 0.95;
    line-height: 1.7;
    transform: translateY(0);
    font-size: calc(13px - 1px);
    margin-bottom: 20px;
    color: #000000;
}

.eng-center-67 .company_holder {
    animation: borderPulse 4s infinite alternate;
    position: relative;
    border-left: 2px solid rgb(216,187,187);
    padding-left: 2rem;
}

.eng-center-67 .vr-labs-64 {
    display: flex;
    justify-content: flex-end;
}

.eng-center-67 .head-guide-15::before {
    height: 40px;
    left: -20px;
    border-top: 1px solid rgb(216,187,187);
    border-left: 1px solid rgb(216,187,187);
    opacity: 0.4;
    width: 40px;
    position: absolute;
    content: "";
    top: -10px;
}

.eng-center-67 .head-guide-15 .head-tutor-51 a:hover {
    color: rgb(216,187,187);
    opacity: 1;
    transform: translateX(5px);
}

.pledge-block-12 {
    padding: 1.5rem 0;
    margin-top: 2rem;
    position: relative;
    background-color: rgba(0, 0, 0, 0.5);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.appPage-54::before {
    opacity: 0.4;
    top: -10%;
    background: linear-gradient(145deg, rgb(192,153,153,0.5) 0%, transparent 80%);
    content: "";
    z-index: 1;
    filter: blur(40px);
    left: -5%;
    width: 40%;
    transform: rotate(-15deg) skew(10deg);
    height: 70%;
    animation: float 12s ease-in-out infinite alternate;
    position: absolute;
}

.appPage-54 .learning-lab-72 {
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    transform: translateY(30px);
    background: #ffffff;
    opacity: 0;
    animation: fadeUp 0.8s 0.4s forwards cubic-bezier(0.19, 1, 0.22, 1);
    overflow: hidden;
    padding: 50px 40px;
    border-radius: 8px;
}

.appPage-54 .learning-lab-72 {
    padding: 30px 20px;
}

.appPage-54 span {
    line-height: 1.8;
    color: #000000;
    font-family: Arial, sans-serif;
    transform: translateY(10px);
    opacity: 0;
    display: block;
    font-weight: 400;
    font-size: 15px;
    animation: fadeUp 0.8s 0.6s forwards cubic-bezier(0.19, 1, 0.22, 1);
}

.appPage-54 span {
    font-size: calc(15px * 0.9);
    line-height: 1.6;
}

.privacy-unit-92 section {
    background: none;
}

.privacy-unit-92 p, .privacy-unit-92 span, .privacy-unit-92 div {
    color: #000000;
    font-family: Arial, sans-serif;
    margin-bottom: 20px;
    line-height: 1.8;
    text-align: left;
    width: 100%;
    font-size: 18px;
}

.our-team-13 h1 {
    position: relative;
    font-size: 38px;
    text-align: left;
    margin-bottom: 60px;
    transform: translateZ(0);
    color: #000000;
    font-weight: 700;
}

.our-team-13 h1:hover::after {
    transform: scaleX(1.5);
}

.our-team-13 .study-studio-59 ul {
    display: grid;
    list-style: none;
    grid-template-columns: 1fr;
    padding: 0;
    gap: 40px;
}

.our-team-13 .mentor-approach-70:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px) translateZ(0);
}

.our-team-13 .mentor-approach-70:hover h4 {
    transform: translateX(5px);
    color: rgb(192,153,153);
}

.our-team-13 .mentor-approach-70 div {
    padding-right: 15px;
    overflow-y: auto;
    max-height: 300px;
    line-height: 1.7;
    color: #000000;
    font-size: 17px;
    opacity: 0.9;
    position: relative;
}

.client-opinions-54::after {
    bottom: 0;
    height: 100%;
    background: linear-gradient(180deg, transparent 50%, rgb(192,153,153,0.5) 100%);
    right: 0;
    content: "";
    clip-path: polygon(0 70%, 100% 90%, 100% 100%, 0 100%);
    position: absolute;
    width: 100%;
}

.client-opinions-54 .opinion-corner-62:nth-child(odd) {
    transform: translateX(-30px);
    align-self: flex-start;
}

.client-opinions-54 .opinion-corner-62::before {
    background: rgb(216,187,187,0.5);
    width: 100%;
    height: 100%;
    transition: all 0.3s ease;
    position: absolute;
    left: 15px;
    top: 15px;
    border-radius: 17px;
    z-index: -1;
    content: "";
}

.client-opinions-54 .opinion-corner-62 .description::before {
    line-height: 1;
    top: 0.5rem;
    position: absolute;
    font-size: 3rem;
    color: rgb(216,187,187,0.5);
    content: "";
    left: 0;
}

.statistical-data-17::after {
    bottom: -10%;
    z-index: 1;
    background: linear-gradient(30deg, rgb(192,153,153,0.5) 0%, transparent 80%);
    position: absolute;
    opacity: 0.15;
    left: -5%;
    width: 35%;
    transform: rotate(15deg);
    height: 70%;
    content: "";
}

.statistical-data-17 ul {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 2rem;
    list-style: none;
    display: grid;
    padding: 0;
    margin: 0;
}

.statistical-data-17 .statistics-elevation-97:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
    border-left: 3px solid rgb(192,153,153);
}

.statistical-data-17 .statistics-elevation-97:hover p {
    transform: scale(1.05);
    transform-origin: left center;
}

.statistical-data-17 .statistics-elevation-97 span::after {
    bottom: 0;
    height: 2px;
    background: linear-gradient(90deg, rgb(216,187,187,0.5), rgb(192,153,153,0.5));
    transition: width 0.4s ease;
    left: 0;
    content: "";
    width: 0;
    position: absolute;
}

.contact-panel-41 {
    padding: 6rem 0;
    background: linear-gradient(
        135deg, 
        rgb(192,153,153,0.5) 0%, 
        rgb(216,187,187,0.5) 100%
    );
    isolation: isolate;
    position: relative;
    overflow: hidden;
}

.contact-panel-41 h2 {
    font-size: 41px;
    letter-spacing: -0.02em;
    color: #ffffff;
    text-align: center;
    font-weight: 700;
    position: relative;
    margin-bottom: 3rem;
    text-transform: uppercase;
}

.contact-panel-41 .pic-banner-94 {
    flex: 0 0 40%;
    position: relative;
    min-height: 500px;
}

.contact-panel-41 .reach-links-91 {
    justify-content: center;
    flex: 0 0 60%;
    display: flex;
    flex-direction: column;
    padding: 4rem 3rem;
}

.contact-panel-41 .reach-links-91 input:not([type="checkbox"]):not([type="submit"]):focus {
    box-shadow: 0 0 15px rgba(rgb(216,187,187), 0.3);
    border-color: rgb(216,187,187);
}

.contact-panel-41 .reach-links-91 .request-links-56 input[type="checkbox"]:checked {
    border-color: rgb(216,187,187);
    background: rgb(216,187,187);
}

.contact-panel-41 .reach-links-91 .request-links-56 a {
    text-decoration: none;
    margin-left: 0.3rem;
    color: rgb(216,187,187);
    transition: color 0.3s ease;
}

.contact-panel-41 .reach-links-91 .query-block-57:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}

.academic-experience-57::before {
    height: 200%;
    z-index: 0;
    background: conic-gradient(from 225deg at 50% 50%, transparent 0deg, rgb(216,187,187,0.5) 120deg, transparent 180deg, rgb(192,153,153,0.5) 260deg, transparent 360deg);
    content: "";
    position: absolute;
    top: -50%;
    opacity: 0.2;
    left: -10%;
    width: 200%;
    animation: rotate 20s linear infinite;
}

.academic-experience-57 .name + span {
    transform: translateZ(5px);
    padding-left: 1rem;
    opacity: 0.8;
    letter-spacing: 1px;
    color: #000000;
    font-weight: 600;
    grid-area: name;
    font-size: 18px;
    margin-top: 2rem;
    text-transform: uppercase;
    align-self: end;
}

.academic-experience-57 .opinion-corner-62:hover .emp-milestones-93 {
    transform: translateZ(25px);
}

.attempt-now-64::before {
    opacity: 0.4;
    background: 
        linear-gradient(90deg, transparent 98%, rgb(216,187,187,0.5) 98%),
        linear-gradient(0deg, transparent 98%, rgb(216,187,187,0.5) 98%);
    content: '';
    width: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
    background-size: 30px 30px;
}

.attempt-now-64 .query-block-57::after {
    border-left: none;
    right: -8px;
    border-top: none;
    bottom: -8px;
}

.attempt-now-64 .query-block-57:hover::after {
    bottom: 0;
    right: 0;
}

.attempt-now-64 .learning-lab-72::after {
    border-radius: 50%;
    content: '';
    bottom: -100px;
    position: absolute;
    filter: blur(40px);
    right: -100px;
    opacity: 0.2;
    z-index: -1;
    width: 200px;
    background: rgb(192,153,153,0.5);
    height: 200px;
}

header .header-pro-84::before {
    left: -5px;
    position: absolute;
    opacity: 0.1;
    transition: all 0.3s ease;
    right: -5px;
    bottom: -5px;
    top: -5px;
    transform: skew(-5deg);
    border: 2px solid #ffffff;
    z-index: -1;
    content: '';
}

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

header .nav-site-06 a::before {
    right: -2px;
    transition: opacity 0.3s ease;
    background: #ffffff;
    position: absolute;
    left: -2px;
    opacity: 0;
    bottom: -2px;
    top: -2px;
    transform: scale(0.9);
    content: '';
    z-index: -1;
}

header .top-primary-06::before {
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.3), 
        transparent
    );
    content: '';
    width: 100%;
    top: 0;
    position: absolute;
    left: 0;
    height: 1px;
}

.user-default-09 {
    align-items: center;
    margin: auto;
    justify-content: space-between;
    max-width: 1200px;
    flex-wrap: nowrap;
    display: flex;
    padding: 0 20px;
}

.consent-panel-67 svg, .consent-panel-67 svg path {
    fill: rgb(216,187,187);
    width: 80px;
    height: 80px;
}

.user-choices-04:hover {
    border: 2px solid #ffffff;
}

.wrapper-section-62 .user-choices-04 {
    border: none;
    font-size: 19px;
    font-weight: 600;
    margin-left: 0;
    color: #ffffff;
    background: rgb(216,187,187);
    border-radius: 10px;
}

.learning-profits-16::after {
    opacity: 0.05;
    background: linear-gradient(220deg, rgb(192,153,153), rgb(216,187,187,0.5));
    height: 400px;
    left: -100px;
    content: "";
    position: absolute;
    z-index: 0;
    width: 400px;
    bottom: -100px;
    border-radius: 50%;
}

.learning-profits-16 .text-container-35:hover h4::after {
    transform: scaleX(1);
}

.learning-profits-16 .text-container-35 > div {
    flex-wrap: wrap;
    gap: 20px;
    display: flex;
}

.learning-profits-16 li {
    transform: translateY(0);
    margin-bottom: 20px;
    transition: transform 0.3s ease;
    position: relative;
}

.learning-profits-16 li p span:last-child {
    font-size: 17px;
    line-height: 1.6;
    color: #000000;
}

.learning-profits-16 li:hover svg {
    transform: scale(1.1);
}

.learning-profits-16 svg path {
    transition: fill 0.3s ease;
    fill: rgb(216,187,187);
}

.learning-profits-16 .learning-lab-72:hover .pic-banner-94 {
    transform: perspective(1000px) rotateY(0deg);
}

.greeting-page-23 {
    justify-content: center;
    width: 100%;
    position: relative;
    align-items: center;
    min-height: 100vh;
    background-color: rgb(236,221,221);
    display: flex;
    overflow: hidden;
}

.greeting-page-23 .our-journey-18 {
    backdrop-filter: blur(8px);
    background: linear-gradient(
    120deg,
    rgba(255,255,255,0.1),
    rgba(255,255,255,0.05)
  );
    position: relative;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transform-origin: center bottom;
    padding: 3rem;
    box-shadow: 
    0 20px 40px rgba(0,0,0,0.2),
    0 4px 12px rgba(0,0,0,0.15),
    inset 0 1px 1px rgba(255,255,255,0.1);
    transform: perspective(1000px) rotateX(2deg);
    max-width: 1200px;
    width: 85%;
    z-index: 3;
}

.greeting-page-23 .title_style_header::after {
    transform: scaleX(0);
    animation: lineExpand 1.2s forwards 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    bottom: 0;
    height: 4px;
    width: 6rem;
    background: linear-gradient(90deg, 
    rgb(216,187,187) 0%, 
    rgb(192,153,153) 100%);
    transform-origin: left center;
    content: "";
    left: 0;
}


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



@media (max-width: 767px) {.tariff-container-59 {
    padding: 80px 0;
}.tariff-container-59 .fee-deals-06 {
    grid-template-columns: 1fr;
}.tariff-container-59 h2 {
    font-size: calc(37px - 2px);
}.tariff-container-59 .value-plan-83 {
    font-size: calc(17px - 1px);
    margin-bottom: 30px;
}.tariff-container-59 .learn-fees-97 p {
    overflow-y: auto;
    padding-right: 10px;
    max-height: 300px;
    font-size: calc(17px - 3px);
}.tariff-container-59 .learn-fees-97 p::-webkit-scrollbar {
    width: 3px;
}.tariff-container-59 .learn-fees-97 p::-webkit-scrollbar-thumb {
    background: rgb(192,153,153);
}
}



@media (max-width: 768px) {.get-updates-48 {
    padding: 3rem 1.5rem;
}.get-updates-48 .learning-lab-72 {
    transform: perspective(1000px) rotateY(0deg);
    padding: 2rem 1.5rem;
}.get-updates-48 h3 {
    margin-bottom: 1.5rem;
    font-size: 19px;
    max-width: 100%;
}.get-updates-48 .input_holder {
    gap: 1rem;
    flex-direction: column;
}.get-updates-48 input[type="email"] {
    padding: 1rem;
}.get-updates-48 .sub-permission-16 {
    padding: 1rem;
    width: 100%;
}
}



@media (min-width: 1200px) {.get-updates-48 .learning-lab-72 {
    max-width: 90%;
    margin: 0 auto;
}.get-updates-48 h3 {
    font-size: calc(19px * 1.2);
    max-width: 80%;
}}



@media (max-width: 767px) {.program-structure-68 {
    padding: 80px 0;
}.program-structure-68 h2 {
    margin-bottom: 40px;
    font-size: calc(37px - 0.2rem);
}.program-structure-68 .pic-banner-94 {
    height: 250px;
}.program-structure-68 .text-container-35 {
    padding: 25px 20px;
}.program-structure-68 .description {
    line-height: 1.6;
    font-size: calc(13px - 2px);
}}



@media screen and (max-width: 768px) {.eng-center-67 {
    padding: 3rem 0 2rem;
}.eng-center-67 .head-tutor-51 {
    flex-direction: column;
    gap: 2rem;
}.eng-center-67 .head-guide-15::before,
    .eng-center-67 .head-guide-15::after {
    display: none;
}.eng-center-67 .head-guide-15 {
    margin-bottom: 1.5rem;
}.pledge-block-12 {
    padding: 1rem 0;
}
}



@media (max-width: 768px) {.appPage-54 {
    padding: 80px 0 60px;
}.appPage-54 h2 {
    font-size: calc(36px * 0.8);
    margin-bottom: 35px;
}.appPage-54 h2::after {
    width: 60px;
    bottom: -12px;
}.appPage-54 .learning-lab-72 {
    padding: 35px 30px;
}.appPage-54 span {
    font-size: calc(15px * 0.95);
    line-height: 1.7;
}
}



@media (min-width: 1200px) {.our-team-13 {
    padding: 180px 0;
}.our-team-13 .container {
    padding: 0 30px;
}.our-team-13 h1 {
    font-size: calc(38px * 1.3);
}.our-team-13 .study-studio-59 ul {
    gap: 40px;
}.our-team-13 .mentor-approach-70 {
    padding: 60px;
}.our-team-13 .mentor-approach-70 div {
    max-height: 450px;
}
}



@media screen and (min-width: 992px) {.statistical-data-17 ul {
    grid-template-columns: repeat(4, 1fr);
}.statistical-data-17 .statistics-elevation-97 {
    display: flex;
    align-items: center;
    min-height: 180px;
}.statistical-data-17 .statistics-elevation-97:first-child {
    transform: translateY(-15px);
}.statistical-data-17 .statistics-elevation-97:last-child {
    transform: translateY(15px);
}.statistical-data-17 .statistics-elevation-97:first-child:hover,
    .statistical-data-17 .statistics-elevation-97:last-child:hover {
    transform: translateY(-6px);
}
}



@media screen and (max-width: 768px) {.contact-panel-41 {
    padding: 3rem 0;
}.contact-panel-41 h2 {
    font-size: calc(41px * 0.8);
    margin-bottom: 2rem;
}.contact-panel-41 .reach-links-91 h3 {
    font-size: calc(32px * 0.9);
}.contact-panel-41 .reach-links-91 input:not([type="checkbox"]):not([type="submit"]) {
    padding: 0.8rem 1.2rem;
    margin-bottom: 1rem;
}.contact-panel-41 .reach-links-91 .request-links-56 {
    align-items: flex-start;
}.contact-panel-41 .reach-links-91 .request-links-56 input[type="checkbox"] {
    margin-top: 0.2rem;
}
}



@media (max-width: 767px) {.attempt-now-64 {
    padding: 70px 0;
}.attempt-now-64 .learning-lab-72 {
    gap: 40px;
    flex-direction: column;
}.attempt-now-64 .container p {
    text-align: left;
    flex: none;
    width: 100%;
    margin-bottom: 10px;
    padding: 0 20px;
    font-size: 20px;
}.attempt-now-64 .query-block-57 {
    width: 80%;
    height: 60px;
    flex: none;
}
}



@media (max-width: 479px) {header .top-primary-06 {
    padding: 0.7rem 1.2rem;
}header .header-pro-84 {
    max-width: 120px;
}header .nav-site-06 a {
    height: 30px;
    padding: 0 0.6rem;
    font-size: calc(13px - 3px);
}}



@media (max-width: 768px) {.learning-profits-16 {
    padding: 60px 0;
}.learning-profits-16 .text-container-35::before {
    height: 50%;
    left: -15px;
}.learning-profits-16 h4 {
    font-size: calc(36px * 0.75);
}.learning-profits-16 li p {
    padding: 15px;
}.learning-profits-16 li p span:first-child {
    height: 35px;
    width: 35px;
}.learning-profits-16 svg {
    height: 20px;
    width: 20px;
}
}



@media (max-width: 992px) {.greeting-page-23 .our-journey-18 {
    width: 90%;
    padding: 2.5rem;
    transform: perspective(800px) rotateX(1deg);
}.greeting-page-23 .title_style_header {
    font-size: clamp(2rem, 6vw, 2.5rem);
}.greeting-page-23 h3 {
    max-width: 100%;
    font-size: calc(24px * 0.9);
}
}

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

@keyframes floatElement {
    0%, 100% {
        transform: translateY(0) rotate(45deg);
    }
    50% {
        transform: translateY(-20px) rotate(55deg);
    }
}



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



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



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



@keyframes growDown {
  0% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(1);
  }
}



@keyframes subtle-pulse {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }
    100% {
        transform: scale(1.05);
        opacity: 0.9;
    }
}



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

