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

.lang_learn {
    flex: 0 0 auto;
}

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

header,footer {
    width: 100%;
}

header {
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.08);
    background: linear-gradient(135deg, rgb(166,177,205,0.5) 0%, rgb(209,213,230) 100%);
    z-index: 100;
    overflow: visible;
    margin-top: 0;
    padding: 0;
    position: relative;
}

.privacy_garrison h1, .privacy_garrison h2, .privacy_garrison h3, .privacy_garrison h4, .privacy_garrison h5, .privacy_garrison h6 {
    color: rgb(166,177,205);
    position: relative;
    margin-bottom: 20px;
    z-index: 1;
}

.privacy_garrison h1 {
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 12px;
    letter-spacing: 1px;
    border-bottom: 3px solid rgb(124,131,179);
    font-size: 42px;
}

.privacy_garrison ol {
    counter-reset: item;
}

.privacy_garrison ol li:before {
    position: absolute;
    line-height: 20px;
    height: 20px;
    top: 0;
    background-color: rgb(166,177,205);
    content: counter(item);
    font-size: 15px;
    color: #ffffff;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 0 5px rgb(166,177,205,0.5);
    counter-increment: item;
    width: 20px;
    left: 0;
}

.data_analysis::before {
    width: 100%;
    position: absolute;
    left: 0;
    background: linear-gradient(135deg, transparent 0%, rgb(166,177,205,0.5) 100%);
    top: 0;
    height: 100%;
    z-index: -1;
    content: "";
}

.data_analysis .learn_statistics {
    display: flex;
    z-index: 2;
    position: relative;
    justify-content: center;
    gap: 0;
    flex-wrap: wrap;
    margin-top: 70px;
}

.data_analysis .knowledge_boosters:first-child::before {
    opacity: 0;
}

.data_analysis .knowledge_boosters:hover {
    background: rgba(255, 255, 255, 0.05);
    border-bottom: 3px solid rgb(166,177,205);
    transform: translateY(-10px);
}

.data_analysis .knowledge_boosters span {
    display: block;
    color: #000000;
    font-weight: 400;
    transition: all 0.3s ease;
    font-size: 12px;
}

.data_analysis .statistics_gain::before {
    top: 50%;
    transform: translate(-50%, -50%);
    content: "";
    position: absolute;
    width: 150%;
    background: radial-gradient(ellipse at center, rgb(166,177,205,0.5) 0%, transparent 70%);
    height: 120%;
    left: 50%;
    opacity: 0.3;
    z-index: -1;
}

.data_analysis .benefits_block {
    font-size: 12px;
    color: #000000;
    line-height: 1.8;
}

.data_analysis .knowledge_boosters:hover svg {
    fill: rgb(124,131,179);
    transform: rotateY(180deg);
    opacity: 1;
}

.data_analysis .knowledge_boosters:nth-child(2) h4 {
    --i: 2;
}

.title_greeting {
    justify-content: flex-start;
    padding: 6rem 2rem;
    display: flex;
    min-height: 100vh;
    overflow: hidden;
    position: relative;
    align-items: center;
    width: 100%;
    background: linear-gradient(135deg, rgb(209,213,230) 0%, rgb(124,131,179,0.5) 100%);
}

.title_greeting .course_page h3 {
    max-width: 90%;
    transition: all 0.3s ease;
    position: relative;
    margin-bottom: 1rem;
    padding-left: 1.5rem;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    border-left: 4px solid rgb(166,177,205);
    color: #000000;
}

.title_greeting .course_page .knowledge_experts > div {
    flex-direction: column;
    position: relative;
    display: flex;
    padding: 3rem 2rem;
    z-index: 2;
    justify-content: flex-end;
    min-height: 400px;
}

.title_greeting .course_page .knowledge_experts p::before {
    border-radius: 3px;
    bottom: 0;
    left: 0;
    background: rgb(166,177,205);
    position: absolute;
    content: "";
    top: 0;
    width: 3px;
}

.title_greeting:hover .title_style_header::after {
    width: 120px;
    transition: width 0.4s ease;
}

.privacySettingsBanner {
    border-top: 2px solid rgb(166,177,205);
    bottom: 0;
    position: fixed;
    z-index: 90;
    width: 100%;
    background: rgb(209,213,230);
}

.cookies_overview svg, .cookies_overview svg path, .cookies_overview img {
    fill: rgb(166,177,205);
    height: 100px;
    width: 100px;
}

#cookieModalMessage:checked ~ .privacySettingsBanner {
    opacity: 0;
    visibility: hidden;
}

.wrapper-skeleton .cookie_hide {
    text-align: right;
}

.client_experience {
    padding: 7rem 0;
    background: linear-gradient(145deg, rgb(209,213,230) 0%, rgba(0, 0, 0, 0.5) 100%);
    perspective: 1200px;
    position: relative;
    overflow: hidden;
}

.client_experience h2::after {
    bottom: -15px;
    position: absolute;
    height: 4px;
    content: "";
    box-shadow: 0 5px 15px rgb(166,177,205,0.5);
    width: 60%;
    transform: perspective(500px) rotateX(45deg);
    background: rgb(166,177,205);
    left: 20%;
}

.client_experience .client_stories:nth-child(odd) {
    transform: perspective(1000px) rotateY(-5deg) translateZ(10px);
}

.client_experience .client_stories:nth-child(3n+1) {
    transform: perspective(1000px) rotateY(8deg) translateZ(20px);
}

.client_experience .client_stories:hover {
    z-index: 10;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    transform: perspective(1000px) rotateY(0) translateZ(50px) scale(1.05);
}

.client_experience .client_stories p {
    margin: 0.5rem 0;
    font-size: calc(13px + 0.1rem);
    font-weight: 600;
    transition: all 0.3s ease;
    color: #000000;
}

.client_experience .client_stories:hover .description {
    border-left-color: rgb(166,177,205);
    padding-left: 1rem;
}

.lang_learn .company_holder {
    position: relative;
    padding-right: 30px;
    flex: 0 0 30%;
}

.lang_learn .company_holder h3::after {
    left: 0;
    width: 40%;
    content: '';
    bottom: -5px;
    position: absolute;
    transition: width 0.3s ease-in-out;
    background: rgb(166,177,205);
    height: 2px;
}

.lang_learn .template_cta:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    background: rgba(255, 255, 255, 0.12);
    transform: translateY(-2px) translateZ(0);
}

.lang_learn .head_main {
    flex-wrap: wrap;
    justify-content: space-between;
    display: flex;
    gap: 20px;
}

.lang_learn .main_site::before {
    content: '';
    transition: transform 0.6s ease;
    position: absolute;
    z-index: -1;
    background: linear-gradient(135deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    inset: 0;
    transform: translateX(-100%);
}

.lang_learn .main_site .head_main {
    flex-direction: column;
    gap: 12px;
    display: flex;
}

.lang_learn .main_site .head_main a {
    padding-left: 0;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    color: #ffffff;
    font-size: calc(12px * 0.95);
    text-decoration: none;
    opacity: 0.85;
}

.edu_global {
    position: relative;
    backdrop-filter: blur(10px);
    background: rgba(0, 0, 0, 0.5);
    padding: 15px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.edu_global .help_center {
    opacity: 0.8;
    color: #ffffff;
    font-size: 12px;
    transition: opacity 0.3s ease;
    text-align: center;
    letter-spacing: 0.5px;
}

.lang_learn .company_holder h3:hover::before {
    left: 100%;
}

.contact_information {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(209,213,230) 0%, rgb(166,177,205,0.5) 100%);
    padding: 120px 0 80px;
}



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

.contact_information h2 {
    letter-spacing: 2px;
    color: rgb(166,177,205);
    font-size: 28px;
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    margin-bottom: 60px;
    font-family: Arial, sans-serif;
}

.contact_information .request_panel {
    gap: 0;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    grid-template-columns: 1fr 1fr;
    max-width: 1000px;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    border-radius: 24px;
    display: grid;
}

.contact_information form {
    position: relative;
    width: 100%;
}

.contact_information form input[type="text"] {
    padding: 16px 20px 16px 50px;
    font-size: 12px;
    color: #000000;
    width: 100%;
    border-radius: 10px;
    transition: all 0.3s ease;
    background: rgb(209,213,230);
    font-family: Arial, sans-serif;
    margin-bottom: 25px;
    position: relative;
    border: none;
}

.contact_information .request_widget input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}

.contact_information .request_widget label::before {
    position: absolute;
    height: 24px;
    width: 24px;
    top: 0;
    content: "";
    border-radius: 10px;
    left: 0;
    background: rgb(209,213,230);
    transition: all 0.3s ease;
}

.contact_information .request_widget label a::after {
    background: rgb(166,177,205);
    content: "";
    left: 0;
    position: absolute;
    bottom: -2px;
    height: 1px;
    transition: width 0.3s ease;
    width: 0;
}

.contact_information form .support_support:hover::before {
    width: 100%;
}

.contact_information form .support_support:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px -10px rgb(166,177,205);
}

.contact_information svg {
    transform: translateY(-50%);
    height: 20px;
    width: 20px;
    top: 50%;
    position: absolute;
    fill: rgb(166,177,205);
    left: 20px;
}

.gratSpot {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(209,213,230) 0%, #ffffff 100%);
    padding: 120px 0;
    position: relative;
}

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

.gratSpot .approach_edu {
    padding: 60px 40px;
    display: grid;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
    grid-template-columns: 1fr;
    background: #ffffff;
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
    gap: 30px;
    backdrop-filter: blur(5px);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.gratSpot h5::before {
    top: 0.4em;
    position: absolute;
    width: 8px;
    background: rgb(166,177,205);
    left: 0;
    transform: rotate(45deg);
    height: 8px;
    content: "";
}

.gratSpot a::before {
    content: "";
    width: 100%;
    transition: transform 0.5s ease;
    transform-origin: left;
    background: linear-gradient(90deg, transparent, rgb(166,177,205,0.5), transparent);
    left: 0;
    height: 2px;
    transform: scaleX(0.7);
    position: absolute;
    bottom: 0;
}

.about_this::after {
    height: 200px;
    content: "";
    top: -100px;
    right: -100px;
    z-index: 0;
    position: absolute;
    border: 1px solid rgb(124,131,179,0.5);
    width: 200px;
    border-radius: 50%;
    animation: rotate 30s infinite linear;
}

.about_this .skill_pro {
    position: relative;
}

.about_this .skill_pro::before {
    height: 50px;
    border: 2px solid rgb(166,177,205,0.5);
    animation: float 6s infinite alternate ease-in-out;
    border-radius: 50%;
    z-index: 0;
    content: "";
    top: -25px;
    width: 50px;
    position: absolute;
    left: -25px;
}

.about_this .skill_lab:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.about_this .skill_lab:hover::before {
    opacity: 0.2;
}

.about_this .skill_lab:nth-child(2) {
    animation-delay: 0.6s;
}

.about_this .skill_lab:nth-child(2)::before {
    transform: rotate(3deg);
    background: linear-gradient(90deg, rgb(124,131,179,0.5) 0%, transparent 100%);
}

.about_this .skill_lab:nth-child(2) h4::after {
    background: rgb(124,131,179);
    animation-delay: 1.4s;
}

.program_overview {
    padding: 140px 0;
    position: relative;
    background: rgb(209,213,230);
    overflow: hidden;
}

.program_overview .container {
    z-index: 2;
    position: relative;
}

.program_overview .textual_box {
    z-index: 3;
    border-radius: 21px;
    margin: -80px auto 0;
    order: 2;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    width: 80%;
    position: relative;
    padding: 40px;
    background: #ffffff;
}

.program_overview .textual_box .description {
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.75;
    font-size: 17px;
    color: #000000;
}

.program_overview .picture_frame {
    order: 1;
    overflow: hidden;
    z-index: 2;
    transform: perspective(1000px) rotateX(5deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    margin: 0 auto;
    transform-origin: bottom;
    width: 100%;
    position: relative;
    height: 500px;
    border-radius: 21px;
}

.program_overview .job_classes::after {
    right: 15%;
    z-index: 1;
    animation: float 6s ease-in-out infinite;
    width: 40px;
    position: absolute;
    background: rgb(124,131,179,0.5);
    border-radius: 10px;
    height: 40px;
    bottom: 50px;
    content: '';
}

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

.pricing_lineup .deal_grid {
    flex-direction: column;
    display: flex;
}

.pricing_lineup .cost_rates {
    margin-bottom: 3.5rem;
    text-align: center;
    order: 1;
    position: relative;
}

.pricing_lineup .learning_packages {
    margin: 0 auto;
    color: #000000;
    font-size: 13px;
    max-width: 800px;
    line-height: 1.6;
}

.pricing_lineup .payment_pricing {
    display: block;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.4s ease;
    overflow: hidden;
    height: 100%;
    position: relative;
    background: #ffffff;
    color: #000000;
    text-decoration: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.pricing_lineup .learning_fee {
    display: flex;
    flex: 1;
    padding: 2rem 1.75rem;
    flex-direction: column;
    position: relative;
}

.pricing_lineup .learning_fee .price_schemes::after {
    left: 0;
    bottom: -0.75rem;
    content: "";
    position: absolute;
    background: rgb(166,177,205,0.5);
    width: 40px;
    height: 2px;
}

.pricing_lineup .picture_frame::after {
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4));
    content: "";
    left: 0;
    position: absolute;
}

header::before {
    opacity: 0.4;
    height: 100%;
    background-image: 
        radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.3) 0%, transparent 8%),
        radial-gradient(circle at 70% 60%, rgba(255, 255, 255, 0.3) 0%, transparent 12%),
        radial-gradient(circle at 40% 80%, rgba(255, 255, 255, 0.3) 0%, transparent 10%),
        radial-gradient(circle at 80% 30%, rgba(255, 255, 255, 0.3) 0%, transparent 15%),
        radial-gradient(circle at 10% 70%, rgba(255, 255, 255, 0.3) 0%, transparent 8%);
    z-index: 0;
    content: '';
    top: 0;
    width: 100%;
    left: 0;
    position: absolute;
}

header .top_header img {
    filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.1));
    max-height: 38px;
}

header .main_site:hover::before {
    border-radius: 40% 60% 30% 70% / 60% 30% 70% 40%;
    opacity: 0.2;
}

header .header_lead a {
    position: relative;
    color: #000000;
    display: flex;
    font-weight: 600;
    z-index: 1;
    overflow: hidden;
    transition: all 0.4s ease;
    text-decoration: none;
    justify-content: center;
    padding: 0.8rem 1.3rem;
    font-size: 16px;
    border-radius: 60% 40% 40% 60% / 40% 50% 50% 60%;
    align-items: center;
    background: rgba(255, 255, 255, 0.1);
}

header .header_lead:hover::after {
    transform: translateX(-50%) scale(1);
}

header .nav_learning::after {
    bottom: -75px;
    content: '';
    width: 150px;
    left: -75px;
    position: absolute;
    border-radius: 50%;
    opacity: 0.1;
    background: radial-gradient(circle, rgb(124,131,179,0.5) 0%, transparent 70%);
    filter: blur(30px);
    height: 150px;
}

.check_it_out_now::after {
    z-index: -1;
    width: 100%;
    right: -50%;
    top: -50%;
    background: radial-gradient(
        circle at center,
        rgba(255,255,255,0.15) 0%,
        transparent 70%
    );
    height: 100%;
    transform: rotate(-15deg);
    content: "";
    position: absolute;
}

.check_it_out_now h6 {
    font-size: calc(22px * 1.2);
    margin-left: auto;
    transform: translateZ(20px);
    font-weight: 600;
    text-shadow: 0 2px 4px rgba(0,0,0,0.1);
    margin-right: auto;
    position: relative;
    text-align: center;
    margin-bottom: 2.5rem;
    line-height: 1.5;
    max-width: 90%;
    transition: transform 0.4s ease-out;
    color: #ffffff;
}

.check_it_out_now .support_support::before {
    position: absolute;
    z-index: -1;
    transition: opacity 0.4s ease;
    content: "";
    top: 0;
    left: 0;
    background: linear-gradient(to right, rgb(124,131,179) 0%, rgb(166,177,205) 100%);
    opacity: 0;
    width: 100%;
    height: 100%;
}

.check_it_out_now .support_support:hover::before {
    opacity: 1;
}

.check_it_out_now .support_support:active {
    box-shadow: 0 8px 16px rgba(0,0,0,0.1), 0 4px 4px rgba(0,0,0,0.05);
    transform: translateY(-2px);
}

.potential_students::after {
    height: 1px;
    left: 0;
    content: "";
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(166,177,205,0.5) 25%, 
        rgb(166,177,205) 50%, 
        rgb(166,177,205,0.5) 75%, 
        transparent 100%
    );
    width: 100%;
    position: absolute;
    bottom: 0;
}

.potential_students h4 {
    padding: 0;
    position: relative;
    margin: 0;
    font-weight: 700;
    line-height: 1.3;
    color: #000000;
    font-size: 31px;
}

.potential_students div {
    gap: 20px;
    display: flex;
    flex-direction: column;
}

.potential_students div p:nth-child(even) {
    transform: translateX(30px);
}

.potential_students div p:nth-child(even):hover {
    transform: translate(30px, -5px);
}

.potential_students div p::before {
    opacity: 0.7;
    transition: width 0.3s ease;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 4px;
    background: linear-gradient(180deg, rgb(166,177,205), rgb(124,131,179));
}

.potential_students div p:hover svg path {
    fill: rgb(124,131,179);
}

.instructor_history::before {
    z-index: -1;
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
    width: 100%;
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.03),
        rgba(255, 255, 255, 0.03) 10px,
        transparent 10px,
        transparent 20px
    );
}

.instructor_history .client_stories::before {
    top: 0;
    right: 0;
    content: "";
    opacity: 0.2;
    z-index: 0;
    width: 150px;
    position: absolute;
    height: 150px;
    background: linear-gradient(135deg, transparent 50%, rgb(124,131,179,0.5) 50%);
}

.instructor_history .picture_frame::after {
    height: 100%;
    z-index: 1;
    top: 0;
    width: 100%;
    content: "";
    position: absolute;
    background: linear-gradient(to bottom, rgba(rgb(166,177,205), 0.1), transparent);
    left: 0;
}

.instructor_history .client_stories:hover .picture_frame {
    transform: translateZ(30px) rotate(0deg);
    box-shadow: 
        0 0 0 3px rgba(255, 255, 255, 0.9),
        0 15px 25px rgba(0, 0, 0, 0.2);
}

.instructor_history .client_stories div:nth-child(2) div {
    margin-top: 0.25rem;
    letter-spacing: 0.5px;
    font-size: calc(17px - 0.1rem);
    font-weight: 600;
    color: rgb(124,131,179);
}

.customer_support {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(209,213,230) 0%, #ffffff 100%);
    padding: 4rem 0;
    position: relative;
}

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

.customer_support .learn_form:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.customer_support h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 60%;
    background: linear-gradient(90deg, rgb(166,177,205) 0%, transparent 100%);
    height: 3px;
}

.customer_support .ask_form {
    transition: color 0.3s ease, transform 0.3s ease;
    position: relative;
    display: flex;
    align-items: center;
    padding-bottom: 0.25rem;
    font-weight: 600;
    gap: 0.5rem;
    text-decoration: none;
    color: #000000;
}

.customer_support svg {
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease;
}

.customer_support .ask_form:hover svg path {
    fill: rgb(166,177,205);
}

.client_experience .user_ratings::-webkit-scrollbar {
    height: 8px;
}

.client_experience .user_ratings::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}

.client_experience .user_ratings::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(166,177,205);
}

.about_this .skill_lab div::-webkit-scrollbar {
    width: 4px;
}

.about_this .skill_lab div::-webkit-scrollbar-track {
    background: #ffffff;
}

.about_this .skill_lab div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(166,177,205,0.5);
}

.about_this .skill_lab:nth-child(2) div::-webkit-scrollbar-thumb {
    background: rgb(124,131,179,0.5);
}



@media (min-width: 768px) {.title_greeting {
    padding: 8rem 4rem;
}.title_greeting .course_page > div {
    gap: 3rem;
    align-items: center;
    grid-template-columns: 1fr 2fr;
}.title_greeting .course_page h3 {
    font-size: calc(20px * 1.1);
    padding-left: 2rem;
    margin-bottom: 0;
}.title_greeting .course_page .knowledge_experts {
    min-height: 450px;
}.title_greeting .course_page .knowledge_experts > div {
    padding: 4rem 3rem;
}.title_greeting .title_style_header {
    font-size: calc(46px * 1.2);
}
}


@media only screen and (max-width: 1200px) {.privacySettingsBanner {
    padding: 20px;
}
}


@media only screen and (max-width: 800px) {.cookies_overview {
    display: none;
}.manage_cookies {
    justify-content: center;
    flex-direction: column;
    align-items: center;
}.privacySettingsBanner h5 {
    text-align: center;
}.privacySettingsBanner p {
    text-align: center;
}.cookie_hide {
    margin-bottom: 20px;
}body .wrapper-skeleton .track_settings {
    margin-left: 0;
}}



@media (max-width: 767px) {.client_experience {
    padding: 5rem 0;
}.client_experience h2 {
    margin-bottom: 2.5rem;
    font-size: calc(35px - 0.2rem);
}.client_experience .user_ratings {
    gap: 1.5rem;
}.client_experience .client_stories {
    flex: 0 0 250px;
    padding: 1.5rem;
    transform: perspective(800px) rotateY(3deg) !important;
}.client_experience .client_stories:hover {
    transform: perspective(800px) rotateY(0) translateZ(20px) scale(1.03) !important;
}.client_experience .client_stories img {
    height: 60px;
    width: 60px;
}}



@media screen and (max-width: 768px) {.contact_information {
    padding: 80px 0 60px;
}.contact_information .request_panel {
    grid-template-columns: 1fr;
}.contact_information .picture_frame {
    order: 1;
    min-height: 300px;
    clip-path: none;
}.contact_information .request_map {
    order: 2;
    padding: 40px 30px;
}.contact_information .request_map::before {
    right: 0;
    height: 6px;
    width: 100%;
    background: linear-gradient(to right, rgb(166,177,205), rgb(124,131,179));
    top: 0;
}.contact_information h2 {
    margin-bottom: 40px;
}
}



@media screen and (max-width: 767px) {.gratSpot {
    padding: 80px 0;
}.gratSpot .approach_edu {
    padding: 40px 25px;
}.gratSpot h5 {
    font-size: calc(24px * 0.95);
}.gratSpot p {
    font-size: calc(16px * 0.95);
}.gratSpot a {
    padding: 15px;
}
}



@media (min-width: 768px) {.about_this {
    padding: 7rem 0;
}.about_this ul {
    grid-template-columns: repeat(2, 1fr);
}.about_this h1 {
    font-size: calc(47px * 1.1);
    margin-left: 2rem;
}.about_this .skill_lab {
    padding: 3rem;
}.about_this .skill_lab div {
    max-height: 350px;
}
}



@media (min-width: 992px) {.program_overview .textual_box::before {
    position: absolute;
    top: 0;
    height: 3px;
    transform: translateY(130px) rotate(90deg);
    width: 200px;
    left: -160px;
    background: linear-gradient(to right, transparent, rgb(166,177,205,0.5), transparent);
    content: '';
    z-index: 1;
}.program_overview .textual_box::after {
    transform: translateY(130px) rotate(90deg);
    content: '';
    width: 200px;
    z-index: 1;
    right: -160px;
    top: 0;
    background: linear-gradient(to right, transparent, rgb(124,131,179,0.5), transparent);
    position: absolute;
    height: 3px;
}
}



@media (min-width: 992px) {.pricing_lineup .deal_grid {
    flex-direction: row;
}.pricing_lineup .cost_rates {
    justify-content: center;
    flex: 0 0 30%;
    display: flex;
    flex-direction: column;
    order: 2;
    margin-bottom: 0;
    padding-left: 3rem;
    text-align: left;
}.pricing_lineup .cost_rates h2 {
    margin-bottom: 2rem;
    text-align: left;
}.pricing_lineup .cost_rates h2::after {
    width: 40%;
    left: 0;
    transform: none;
}.pricing_lineup .learning_packages {
    margin: 0;
    text-align: left;
}.pricing_lineup .enroll_cost {
    flex: 0 0 70%;
    grid-template-columns: repeat(2, 1fr);
    order: 1;
}
}



@media (max-width: 991px) {header .nav_learning {
    flex-wrap: wrap;
    padding: 1rem 2rem;
}header .nav_pro {
    margin-bottom: 0;
    margin-right: 0;
    padding: 0.7rem;
}header .main_site {
    justify-content: flex-end;
    flex-basis: 100%;
    margin-top: 1rem;
}header .header_lead a {
    padding: 0.6rem 1rem;
    font-size: calc(16px - 1px);
}header .main_site::before {
    display: none;
}
}



@media (min-width: 992px) {.check_it_out_now {
    padding: 8rem 4rem;
}.check_it_out_now::after {
    width: 150%;
    height: 150%;
}.check_it_out_now h6 {
    max-width: 70%;
    margin-bottom: 3.5rem;
    font-size: calc(22px * 1.5);
}.check_it_out_now .container div {
    margin-top: 2rem;
}.check_it_out_now .support_support {
    font-size: calc(14px * 1.1);
    padding: 1.1rem 3.5rem;
}
}



@media (max-width: 767px) {.check_it_out_now {
    padding: 4rem 1.5rem;
}.check_it_out_now h6 {
    font-size: 22px;
    margin-bottom: 2rem;
}.check_it_out_now .support_support {
    padding: 0.8rem 2rem;
}
}



@media (max-width: 767px) {.potential_students {
    padding: 70px 0;
}.potential_students .approach_edu {
    gap: 40px;
    grid-template-columns: 1fr;
}.potential_students h4 {
    font-size: calc(31px - 2px);
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
}.potential_students h4::before {
    transform: translateX(-50%);
    left: 50%;
}.potential_students h4::after {
    width: 100px;
    transform: translateX(-50%);
    left: 50%;
}.potential_students div p:nth-child(even) {
    transform: translateX(0);
}.potential_students div p:nth-child(even):hover {
    transform: translateY(-5px);
}
}



@media (max-width: 767px) {.instructor_history {
    padding: 4rem 0;
}.instructor_history .client_stories {
    padding: 2rem;
}.instructor_history .picture_frame {
    margin-bottom: 1rem;
}
}



@media (max-width: 575px) {.instructor_history .client_stories {
    transform: none;
    padding: 1.5rem;
}.instructor_history .picture_frame {
    width: 100px;
    height: 100px;
}.instructor_history .exp_list {
    line-height: 1.6;
    font-size: calc(17px - 0.1rem);
}
}



@media (min-width: 768px) {.customer_support {
    padding: 6rem 0;
}.customer_support .learn_form {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    border-radius: 8px;
}.customer_support h3 {
    font-size: calc(32px * 1.2);
    grid-column: 1 / -1;
}.customer_support .support_center {
    grid-column: 2;
    grid-row: 2 / 4;
    margin-top: 0;
    align-self: start;
}
}



@media (max-width: 480px) {.customer_support .learn_form {
    padding: 1.5rem;
}.customer_support h3 {
    font-size: calc(32px * 0.85);
}.customer_support p {
    font-size: calc(17px * 0.95);
}.customer_support .support_center {
    margin-top: 1rem;
}
}

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



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



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



@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.5;
    }
    100% {
        transform: scale(1);
        opacity: 0.7;
    }
}



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



@keyframes buttonContainer {
    0% {
        opacity: 0;
        transform: translateZ(30px) scale(0.9);
    }
    100% {
        opacity: 1;
        transform: translateZ(30px) scale(1);
    }
}

