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

a {
    color: inherit;
    text-decoration: none;
}

.facebook_cta {
    flex: 0 0 auto;
}

.facebook_cta {
    padding: 4rem 0 2.5rem;
    position: relative;
    color: #ffffff;
}

.cookieAgreementModal .edu_approve {
    margin-right: 20px;
    transform-origin: center;
    animation: logoScale 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    flex-shrink: 0;
}

.cookieAgreementModal .cookie_necessary h5 {
    color: rgb(149,199,202);
    font-size: 23px;
    margin-bottom: 6px;
}

.cookieAgreementModal .cookies_tech:hover {
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}


#cookieDialogWindow {
    display: none;
}

.contact_box {
    background: linear-gradient(120deg, rgb(198,225,230), rgba(rgb(149,199,202), 0.03));
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}



.contact_box .container {
    padding: 0 30px;
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
}

.contact_box h2 {
    display: inline-block;
    letter-spacing: 1px;
    font-weight: 700;
    left: 50%;
    transform: translateX(-50%);
    perspective: 1000px;
    color: #000000;
    margin-bottom: 15px;
    text-align: center;
    position: relative;
    font-size: 33px;
}

.contact_box .support_card {
    margin-top: 60px;
    overflow: hidden;
    transform-style: preserve-3d;
    background: #ffffff;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
    position: relative;
    perspective: 1000px;
    display: flex;
    border-radius: 16px;
}

.contact_box .snap::before {
    z-index: 1;
    background: linear-gradient(210deg, rgba(rgb(149,199,202), 0.5), rgba(rgb(99,164,171), 0.5));
    content: "";
    position: absolute;
    mix-blend-mode: multiply;
    inset: 0;
}

.contact_box .query_card::before {
    content: "";
    border-radius: 50%;
    right: 0;
    top: 0;
    position: absolute;
    opacity: 0.5;
    z-index: 0;
    width: 500px;
    height: 500px;
    background: 
        radial-gradient(circle, rgba(rgb(149,199,202), 0.03) 0%, transparent 70%);
}

.contact_box form input[type="text"]:focus {
    box-shadow: 0 0 0 4px rgba(rgb(149,199,202), 0.1);
    outline: none;
    border-color: rgb(149,199,202);
    background: rgba(#ffffff, 0.9);
}

.contact_box .request_card {
    margin-bottom: 30px;
    display: flex;
    position: relative;
}

.contact_box .request_card label {
    color: #000000;
    line-height: 1.5;
    font-size: 14px;
    position: relative;
    cursor: pointer;
    padding-left: 35px;
}

.contact_box .request_card input[type="checkbox"]:checked + label::after {
    height: 12px;
    transform: rotate(45deg);
    border-width: 0 2px 2px 0;
    left: 8px;
    top: 4px;
    border: solid #ffffff;
    width: 6px;
    content: "";
    position: absolute;
}

.contact_box .connect_grid {
    padding: 16px 40px;
    z-index: 1;
    border: none;
    color: #ffffff;
    overflow: hidden;
    background: rgb(149,199,202);
    transition: all 0.3s ease;
    border-radius: 8px;
    font-size: 16px;
    position: relative;
    letter-spacing: 0.5px;
    cursor: pointer;
    font-weight: 600;
}

.contact_box .connect_grid:hover::after {
    transform: scale(4);
    opacity: 0;
}

.contact_box svg path {
    stroke-width: 2;
    stroke: rgb(149,199,202);
    transition: all 0.3s ease;
}

.contact_box form input {
    border: 1px solid rgb(149,199,202);
}

header .nav_site {
    z-index: 100;
    border-bottom-right-radius: 0;
    overflow: visible;
    left: 0;
    background: linear-gradient(135deg, rgb(149,199,202,0.5) 0%, rgb(99,164,171) 100%);
    border-bottom-left-radius: 29px;
    position: relative;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    align-items: center;
    width: 100%;
    justify-content: space-between;
    padding: 1.5rem 2rem;
    display: flex;
}

header .nav_site .header_pro a {
    font-weight: 600;
    text-decoration: none;
    font-size: 20px;
    position: relative;
    font-family: Arial, sans-serif;
    transition: color 0.3s ease;
    padding: 0.5rem 1rem;
    color: #ffffff;
    display: block;
}

.interested_learners {
    overflow: hidden;
    padding: 100px 0;
    background: linear-gradient(45deg, rgb(198,225,230) 0%, #ffffff 100%);
    position: relative;
}

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

.interested_learners .quick_mastery {
    position: relative;
}

.interested_learners div > div {
    margin-left: 60px;
    flex-direction: column;
    max-width: 800px;
    display: flex;
    position: relative;
}

.interested_learners div > div::before {
    content: "";
    width: 2px;
    height: 100%;
    top: 0;
    background: linear-gradient(to bottom, rgb(149,199,202,0.5), rgb(99,164,171,0.5));
    z-index: 1;
    left: 15px;
    position: absolute;
}

.interested_learners p::after {
    position: absolute;
    transition: all 0.3s ease;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    content: "";
    transform: translateY(-50%);
    border: 3px solid rgb(149,199,202);
    left: -42px;
    z-index: 3;
    top: 50%;
    background: #ffffff;
}

.interested_learners p svg {
    margin-right: 15px;
    flex-shrink: 0;
    height: 24px;
    width: 24px;
    transition: all 0.3s ease;
}

.interested_learners p:nth-child(1) {
    transform: translateX(0);
}

.interested_learners p:nth-child(4) {
    transform: translateX(90px);
}

.interested_learners p:nth-child(1):hover {
    transform: translateX(10px);
}

.interested_learners p:nth-child(4):hover {
    transform: translateX(100px);
}



.interested_learners .quick_mastery > div p {
    opacity: 0;
    animation: slideIn 0.5s ease forwards;
}

.interested_learners .quick_mastery > div p:nth-child(3) {
    opacity: 1;
    animation-name: none;
    animation-delay: 0.3s;
    transform: translateX(60px);
}

.interested_learners .quick_mastery > div p:nth-child(6) {
    opacity: 1;
    animation-delay: 0.6s;
    transform: translateX(150px);
    animation-name: none;
}

.interested_learners .quick_mastery > div p:nth-child(9) {
    transform: translateX(60px);
    opacity: 1;
    animation-delay: 0.6s;
    animation-name: none;
}

.homepage::before {
    height: 100%;
    z-index: 0;
    width: 100%;
    background-size: 40px 40px;
    content: "";
    animation: backgroundShift 30s infinite alternate ease-in-out;
    top: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgba(94,170,168,0.1) 5px, transparent 60px),
        radial-gradient(circle at 80% 70%, rgba(94,170,168,0.1) 10px, transparent 80px),
        linear-gradient(45deg, rgba(94,170,168,0.05) 25%, transparent 25%) 0 0,
        linear-gradient(45deg, rgba(94,170,168,0.05) 25%, transparent 25%) 20px 20px;
    left: 0;
    position: absolute;
}

.homepage .text_display:hover h1 {
    transform: translateX(5px);
}

.homepage .text_display:hover h1::after {
    transform: scaleX(1);
}

.homepage .online_tech p {
    color: #000000;
    font-size: calc(15px * 1.1);
    max-width: 600px;
    position: relative;
    z-index: 2;
    margin-top: 1.5rem;
    line-height: 1.6;
}

.homepage svg path {
    transition: fill 0.3s ease;
    fill: rgb(94,170,168);
}

.homepage ul {
    display: flex;
    list-style: none;
    margin-top: 1rem;
    padding: 0;
}

.homepage .connect_grid:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 
        0 8px 20px -5px rgba(94,170,168,0.6),
        0 4px 10px -2px rgba(0,0,0,0.2);
}

.homepage .connect_grid:hover::before {
    left: 100%;
}

.homepage .snap {
    height: 320px;
    box-shadow: 
        0 20px 40px -20px rgba(0,0,0,0.5),
        0 10px 20px -10px rgba(0,0,0,0.3);
    position: relative;
    animation: slideInRight 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s both;
    border-radius: 10px;
    transition: transform 0.5s ease;
    width: 100%;
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg);
    overflow: hidden;
}

.privacy_barrier h1 {
    grid-column: span 2;
    color: rgb(149,199,202);
    font-size: 48px;
    margin-top: 0;
    text-align: center;
    border-bottom: 2px solid rgb(99,164,171);
    margin-bottom: 20px;
    font-family: Arial, sans-serif;
    font-weight: 700;
    padding-bottom: 10px;
}

.privacy_barrier div {
    padding: 15px;
    margin-bottom: 15px;
    font-size: 16px;
    background: rgb(149,199,202,0.5);
    color: #000000;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.5);
    line-height: 1.8;
    border-radius: 21px;
    font-family: Arial, sans-serif;
}

.teaching_process .quick_mastery {
    margin: 0 auto;
    padding: 0 20px;
    z-index: 2;
    display: flex;
    justify-content: flex-start;
    max-width: 1200px;
    position: relative;
}

.teaching_process .text_display p {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.05);
    margin-top: -30px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    position: relative;
    backdrop-filter: blur(15px);
    font-size: 13px;
    padding: 45px;
    line-height: 1.8;
    border-radius: 14px 0 0 14px;
    z-index: 3;
    align-self: flex-end;
    transform: translateX(60px);
}

.teaching_process .text_display h2::before {
    height: 80px;
    position: absolute;
    opacity: 0.1;
    top: -25px;
    background: rgb(149,199,202);
    left: -25px;
    transform: rotate(45deg);
    width: 80px;
    z-index: -1;
    content: '';
}

.teaching_process .text_display p::before {
    width: 15px;
    content: '';
    position: absolute;
    opacity: 0.3;
    height: 70%;
    right: 0;
    background: rgb(99,164,171,0.5);
    top: 15%;
}

.teaching_process .quick_mastery::before {
    height: 250px;
    border-radius: 50%;
    left: -125px;
    filter: blur(80px);
    position: absolute;
    top: -125px;
    animation: pulse-subtle 15s infinite alternate;
    opacity: 0.05;
    width: 250px;
    content: '';
    background: rgb(149,199,202);
}

footer::after {
    position: absolute;
    right: 0;
    background-image: 
        linear-gradient(0deg, transparent 24%, rgb(149,199,202,0.5) 25%, rgb(149,199,202,0.5) 26%, transparent 27%, transparent 74%, rgb(99,164,171,0.5) 75%, rgb(99,164,171,0.5) 76%, transparent 77%, transparent),
        linear-gradient(90deg, transparent 24%, rgb(149,199,202,0.5) 25%, rgb(149,199,202,0.5) 26%, transparent 27%, transparent 74%, rgb(99,164,171,0.5) 75%, rgb(99,164,171,0.5) 76%, transparent 77%, transparent);
    top: 0;
    left: 0;
    content: "";
    bottom: 0;
    opacity: 0.15;
    z-index: -1;
    background-size: 50px 50px;
}

.facebook_cta .company_holder::after {
    height: 1px;
    width: 100%;
    left: 0;
    position: absolute;
    bottom: 0;
    transform: translateY(1px);
    background: linear-gradient(90deg, transparent, rgb(99,164,171), transparent);
    content: "";
}

.facebook_cta .company_holder:hover h3::after {
    width: 100%;
}

.facebook_cta .rating_stars {
    font-size: 13px;
    max-width: 100%;
    color: #ffffff;
    line-height: 1.6;
    opacity: 0.85;
    text-shadow: 0 0 10px #000000;
}

.facebook_cta .header_primary {
    transition: all 0.4s ease;
    min-width: 250px;
    padding: 2rem;
    box-shadow: 
        0 15px 25px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.05);
    border-radius: 24px;
    position: relative;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.08));
    overflow: hidden;
    backdrop-filter: blur(8px);
    flex: 1 1 calc(50% - 1.25rem);
}

.facebook_cta .header_primary h5::after {
    bottom: -8px;
    position: absolute;
    width: 40px;
    border-radius: 10px;
    left: 0;
    transition: width 0.3s ease-out;
    box-shadow: 0 0 10px rgb(99,164,171);
    height: 3px;
    content: "";
    background: linear-gradient(90deg, rgb(99,164,171), rgb(149,199,202));
}

.facebook_cta .header_primary .nav_tutor a::after {
    position: absolute;
    opacity: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
    content: "";
    transition: all 0.3s ease;
    left: 0;
    z-index: -1;
    top: 0;
}

.facebook_cta .header_primary .nav_tutor a:hover::after {
    width: 100%;
    opacity: 0.2;
}

.verify_cta::before {
    top: 0;
    position: absolute;
    opacity: 0.5;
    height: 1px;
    left: 0;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgb(149,199,202), rgb(99,164,171), transparent);
    content: "";
}

.teacher_profile::before {
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
    background: repeating-linear-gradient(45deg, rgb(99,164,171,0.5) 0px, transparent 2px, transparent 10px);
    opacity: 0.1;
    height: 100%;
    top: 0;
    content: "";
}

.teacher_profile .snap::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    opacity: 0.5;
    width: 100%;
    background: linear-gradient(135deg, rgb(149,199,202,0.5), transparent);
    height: 100%;
}

.teacher_profile .past_work > div:nth-child(2) {
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 1.5rem;
    color: rgb(99,164,171);
    padding-left: 2px;
}

.teacher_profile .opinion_spot:hover .snap {
    transform: scale(1.03);
}

.appCard {
    background: linear-gradient(135deg, rgb(198,225,230) 0%, rgb(149,199,202,0.5) 100%);
    padding: 4rem 0;
    overflow: hidden;
    position: relative;
}

.appCard .container {
    max-width: 1200px;
    z-index: 2;
    position: relative;
    padding: 0 2rem;
    margin: 0 auto;
}

.appCard h2 {
    text-shadow: 0 1px 2px rgba(0,0,0,0.05);
    position: relative;
    margin-bottom: 2.5rem;
    transform: translateX(-10px);
    max-width: 90%;
    animation-delay: 0.3s;
    font-weight: 700;
    opacity: 0;
    animation: slideInTitle 0.8s forwards ease-out;
    line-height: 1.3;
    font-size: 32px;
    color: rgb(149,199,202);
}

.appCard .quick_mastery::before {
    right: 20px;
    bottom: 20px;
    pointer-events: none;
    opacity: 0.1;
    border: 1px solid rgb(149,199,202,0.5);
    position: absolute;
    left: 20px;
    content: "";
    top: 20px;
}

.appCard li span {
    animation: fadeUpIn 0.8s forwards ease-out;
    font-family: Arial, sans-serif;
    position: relative;
    font-size: calc(17px * 1.05);
    color: #000000;
    line-height: 1.7;
    transform: translateY(10px);
    margin-bottom: 1rem;
    display: block;
    opacity: 0;
    animation-delay: 0.8s;
}

.program_overview .text_display {
    position: relative;
    backdrop-filter: blur(10px);
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    max-width: 850px;
    border-radius: 12px;
    z-index: 4;
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
}

.program_overview .snap {
    left: 0;
    z-index: 1;
    width: 100%;
    position: absolute;
    object-fit: cover;
    height: 100%;
    top: 0;
}

.client_opinions::before {
    content: "";
    opacity: 0.4;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    position: absolute;
    background-image: radial-gradient(circle at 20% 30%, rgb(149,199,202,0.5) 0%, transparent 70%);
}

.client_opinions h2 {
    position: relative;
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 60px;
    text-align: left;
    transform-origin: left center;
    color: #000000;
    transform: perspective(1000px) rotateX(0deg) rotateY(-1deg);
    padding-left: 20px;
}

.client_opinions .opinion_spot:hover::after {
    transform: translate(-50%, -50%) scale(1.5);
}

.client_opinions .opinion_spot::after {
    content: "";
    width: 100%;
    left: 0;
    background: radial-gradient(circle at 10% 10%, #ffffff 0%, transparent 70%);
    position: absolute;
    height: 100%;
    transition: transform 1.5s ease-out;
    top: 0;
    opacity: 0.8;
    z-index: 0;
}

.client_opinions .opinion_spot:hover img {
    transform: scale(1.1) rotate(5deg);
}

.client_opinions .opinion_spot h4::after {
    background: linear-gradient(to right, rgb(149,199,202), transparent);
    position: absolute;
    left: 0;
    width: 0;
    height: 2px;
    content: "";
    transition: width 0.4s ease-out;
    bottom: -8px;
}

.client_opinions a {
    border-radius: 10px;
    text-align: center;
    margin-top: 50px;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-decoration: none;
    display: inline-block;
    overflow: hidden;
    font-weight: 600;
    z-index: 2;
    color: #ffffff;
    background: linear-gradient(135deg, rgb(149,199,202), rgb(99,164,171));
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    font-size: 17px;
    padding: 15px 32px;
}

.our_mission .quick_mastery {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
}

.our_mission .principles_list {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    background: #ffffff;
    overflow: hidden;
    border-radius: 24px;
    position: relative;
    min-width: 300px;
    flex: 1;
}



.our_mission .principles_list,
.our_mission .learn_classes {
    display: flex;
    flex-direction: column;
}

.our_mission .learn_classes {
    flex-direction: column;
    background: #ffffff;
    flex: 1;
    position: relative;
    border-radius: 24px;
    display: flex;
    min-width: 300px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.our_mission .snap::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(to bottom, transparent 80%, rgba(0, 0, 0, 0.2) 100%);
}

.our_mission .learn_classes::before {
    background: rgb(149,199,202);
}

.get_support::before {
    position: absolute;
    background: radial-gradient(circle, rgb(149,199,202,0.5) 0%, transparent 70%);
    animation: float 15s infinite ease-in-out;
    opacity: 0.5;
    top: -5%;
    content: "";
    right: -5%;
    width: 30%;
    height: 30%;
}

.get_support .request_info {
    transform: perspective(1000px) rotateY(-2deg);
    position: relative;
    padding: 3.5rem;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 15px 35px rgba(0,0,0,0.08), 0 5px 15px rgba(0,0,0,0.05);
    backdrop-filter: blur(8px);
    background: linear-gradient(145deg, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.7) 100%);
}

.get_support svg {
    margin-left: 10px;
    transition: transform 0.3s ease;
}

.get_support svg:hover {
    transform: scale(1.1);
}

.get_support svg:hover path {
    fill: rgb(99,164,171);
}

.get_support .ask_for_help li:hover {
    transform: translateX(5px);
}

.get_support .edu_askus {
    font-size: 13px;
    font-weight: 600;
    transition: color 0.3s ease;
    display: flex;
    text-decoration: none;
    align-items: center;
    color: #000000;
}



@media (max-width: 768px) {.contact_box {
    padding: 60px 0;
}.contact_box .support_card {
    flex-direction: column;
    margin-top: 40px;
}.contact_box .snap {
    min-height: 300px;
    width: 100%;
}.contact_box .query_card {
    padding: 40px 30px;
    width: 100%;
}.contact_box form h3 {
    margin-bottom: 30px;
}.contact_box form input[type="text"] {
    margin-bottom: 20px;
    padding: 15px 20px;
}.contact_box .request_card {
    margin-bottom: 25px;
}.contact_box .connect_grid {
    width: 100%;
    padding: 14px 30px;
}
}



@media (max-width: 576px) {header .nav_site {
    padding: 0.75rem;
}header .nav_site .header_primary {
    align-items: center;
    flex-direction: column;
}header .nav_site .header_pro {
    width: 100%;
    text-align: center;
}header .nav_site .header_mainbar svg {
    width: 100px;
}}




@media (max-width: 991px) {.interested_learners {
    padding: 80px 0;
}.interested_learners h4 {
    margin-bottom: 50px;
    font-size: calc(28px * 0.9);
}.interested_learners div > div {
    margin-left: 40px;
}.interested_learners p {
    margin-bottom: 25px;
    padding: 18px 20px;
}.interested_learners p:nth-child(1) {
    transform: translateX(0);
}.interested_learners p:nth-child(2) {
    transform: translateX(20px);
}.interested_learners p:nth-child(3) {
    transform: translateX(40px);
}.interested_learners p:nth-child(4) {
    transform: translateX(60px);
}.interested_learners p:nth-child(5) {
    transform: translateX(80px);
}.interested_learners p:nth-child(6) {
    transform: translateX(100px);
}.interested_learners p:nth-child(7) {
    transform: translateX(120px);
}.interested_learners p:nth-child(8) {
    transform: translateX(140px);
}.interested_learners p:nth-child(9) {
    transform: translateX(160px);
}.interested_learners p:nth-child(10) {
    transform: translateX(180px);
}.interested_learners p:nth-child(1):hover {
    transform: translateX(5px);
}.interested_learners p:nth-child(2):hover {
    transform: translateX(25px);
}.interested_learners p:nth-child(3):hover {
    transform: translateX(45px);
}.interested_learners p:nth-child(4):hover {
    transform: translateX(65px);
}.interested_learners p:nth-child(5):hover {
    transform: translateX(85px);
}.interested_learners p:nth-child(6):hover {
    transform: translateX(105px);
}.interested_learners p:nth-child(7):hover {
    transform: translateX(125px);
}.interested_learners p:nth-child(8):hover {
    transform: translateX(145px);
}.interested_learners p:nth-child(9):hover {
    transform: translateX(165px);
}.interested_learners p:nth-child(10):hover {
    transform: translateX(185px);
}
}



@media screen and (max-width: 992px) {.teaching_process {
    padding: 150px 0 120px;
}.teaching_process .text_display {
    width: 75%;
}.teaching_process .text_display h2 {
    transform: translateX(-40px) translateY(15px);
    padding: 35px;
}.teaching_process .text_display p {
    padding: 35px;
    transform: translateX(30px);
}.teaching_process .text_display::before {
    right: -100px;
    top: -100px;
    height: 200px;
    width: 200px;
}.teaching_process .text_display::after {
    width: 150px;
    bottom: -75px;
    left: -75px;
    height: 150px;
}.teaching_process .quick_mastery::after {
    left: 20%;
}
}



@media (max-width: 1200px) {.facebook_cta .container {
    gap: 2rem;
}.facebook_cta .company_holder {
    flex: 1 1 320px;
}.facebook_cta .support_cta {
    min-width: 320px;
    flex: 1 1 calc(100% - 370px);
}
}



@media (max-width: 768px) {.facebook_cta {
    padding: 3rem 0 1.5rem;
}.facebook_cta .company_holder,
    .facebook_cta .header_primary {
    padding: 1.5rem;
}.facebook_cta .nav_tutor {
    gap: 1.5rem;
}.facebook_cta .company_holder h3 {
    font-size: calc(38px - 2px);
}.facebook_cta .header_primary h5 {
    font-size: calc(24px - 1px);
}.facebook_cta .company_holder:hover,
    .facebook_cta .header_primary:hover {
    transform: translateY(-3px);
}
}



@media (max-width: 576px) {.teacher_profile {
    padding: 3rem 1rem;
}.teacher_profile .snap {
    height: 280px;
}.teacher_profile .past_work {
    padding: 0 1.5rem 1.5rem;
}.teacher_profile .name {
    font-size: calc(38px * 0.85);
}.teacher_profile .work_view {
    font-size: calc(16px * 0.95);
}}



@media (max-width: 768px) {.appCard h2 {
    font-size: calc(32px * 0.8);
    margin-bottom: 2rem;
}.appCard .quick_mastery {
    padding: 1.75rem;
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 15px), 
            calc(100% - 15px) 100%, 
            0 100%
        );
}.appCard li span {
    font-size: 17px;
}.appCard::after {
    height: 200px;
    right: -10%;
    width: 200px;
    top: -5%;
}
}


@media (max-width: 480px) {.program_overview {
    padding: 50px 0;
}.program_overview .text_display {
    padding: 20px;
}.program_overview .text_display h2 {
    margin-bottom: 15px;
    font-size: calc(29px * 0.8);
    padding-bottom: 10px;
}.program_overview .text_display .description {
    font-size: calc(17px * 0.9);
    line-height: 1.5;
}}



@media (max-width: 480px) {.client_opinions {
    padding: 50px 0 30px;
}.client_opinions h2 {
    font-size: calc(30px * 0.7);
    margin-bottom: 25px;
}.client_opinions .opinion_spot {
    padding: 20px;
}.client_opinions .opinion_spot > div {
    margin-bottom: 15px;
}.client_opinions .opinion_spot img {
    width: 50px;
    height: 50px;
}.client_opinions .description {
    font-size: calc(14px * 0.95);
}.client_opinions a {
    width: 100%;
    padding: 12px 20px;
}}



@media (max-width: 576px) {.our_mission {
    padding: 50px 0;
}.our_mission h3 {
    padding-left: 15px;
    font-size: calc(34px * 0.8);
    margin-bottom: 20px;
}.our_mission .principles_list span {
    padding: 10px 15px;
    font-size: calc(20px * 0.9);
}.our_mission .principles_list p,
    .our_mission .learn_classes p {
    font-size: calc(17px * 0.95);
    padding: 15px;
}.our_mission .snap,
    .our_mission .founders_team {
    height: 200px;
    margin: 0 15px 15px;
}
}



@media (max-width: 767px) {.get_support {
    padding: 4rem 0;
}.get_support .request_info {
    padding: 2rem;
    transform: perspective(1000px) rotateY(-1deg);
}.get_support h3 {
    font-size: calc(37px * 0.9);
    margin-bottom: 1.5rem;
}.get_support p {
    font-size: calc(13px * 0.95);
}.get_support .edu_askus {
    font-size: calc(13px * 0.95);
}
}

@keyframes backgroundShift {
    0% {
        background-position: 0px 0px, 0px 0px, center center, 80% 20%, 20% 80%;
    }
    100% {
        background-position: 30px 30px, 30px 30px, center center, 85% 15%, 15% 85%;
    }
}



@keyframes slideInRight {
    0% {
        transform: translateX(50px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}



@keyframes pulse-subtle {
    0%, 100% {
        opacity: 0.05;
        transform: scale(1);
    }
    50% {
        opacity: 0.08;
        transform: scale(1.1);
    }
}



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



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

