.web_copy_notice {
    flex: 0 0 auto;
}

.web_copy_notice {
    color: #ffffff;
    position: relative;
    padding: 4rem 0 2rem;
}

.web_wrapper-capsule {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 100%;
}

.web_educational_rewards::before {
    position: absolute;
    content: '';
    left: 0;
    height: 100%;
    width: 100%;
    top: 0;
    animation: pulse 15s infinite alternate;
    z-index: 1;
    background: 
        radial-gradient(circle at 20% 30%, rgb(175,185,209,0.5) 0%, transparent 10%),
        radial-gradient(circle at 80% 70%, rgb(135,153,182,0.5) 0%, transparent 20%);
}

.web_educational_rewards .web_content_card {
    padding-right: 5rem;
    flex: 0 0 55%;
}

.web_educational_rewards h2::after {
    background: rgb(175,185,209);
    width: 80px;
    left: 0;
    bottom: 0;
    position: absolute;
    content: '';
    border-radius: 10px;
    height: 4px;
}

.web_educational_rewards .text_main_holder > div:hover {
    transform: translateX(10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.web_educational_rewards .text_main_holder svg path {
    stroke-width: 0.5;
    stroke: #ffffff;
    fill: rgb(175,185,209);
}

.web_meet_us::before {
    position: absolute;
    content: "";
    top: 0;
    background: 
        linear-gradient(90deg, rgb(214,217,233) 10px, transparent 10px),
        linear-gradient(90deg, rgba(0, 0, 0, 0.5) 10px, transparent 10px),
        linear-gradient(90deg, transparent 9px, rgba(0, 0, 0, 0.5) 1px, transparent 10px);
    background-size: 20px 100%, 20px 100%, 20px 100%;
    height: 100%;
    opacity: 0.05;
    z-index: 1;
    width: 100%;
    left: 0;
}

.web_meet_us .web_smart_track {
    grid-template-columns: repeat(2, 1fr);
    position: relative;
    gap: 30px;
    display: grid;
}

.web_meet_us .web_learn_guide:last-child {
    border-top-color: rgb(135,153,182);
}

.web_meet_us .web_learn_guide h3 {
    color: #000000;
    font-weight: 600;
    font-size: 21px;
    display: inline-block;
    margin-bottom: 20px;
    position: relative;
}

.web_meet_us .web_learn_guide:hover h3::after {
    width: 100%;
}

.web_meet_us .web_learn_guide::before {
    transition: all 0.3s ease;
    width: 10px;
    content: "";
    border-left: 2px solid rgb(175,185,209);
    height: 10px;
    opacity: 0;
    position: absolute;
    top: -5px;
    border-top: 2px solid rgb(175,185,209);
    left: -5px;
}

.web_meet_us .container::before {
    height: 100px;
    opacity: 0.2;
    border: 15px solid rgb(175,185,209,0.5);
    content: "";
    border-radius: 50%;
    left: -50px;
    position: absolute;
    width: 100px;
    top: -50px;
    z-index: 0;
}

.web_find_contact::after {
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-size: 20px 20px;
    z-index: 0;
    background-position: center center;
    background-image: linear-gradient(rgb(214,217,233) 1px, transparent 1px),
                      linear-gradient(90deg, rgb(214,217,233) 1px, transparent 1px);
    top: 0;
    opacity: 0.06;
    position: absolute;
}

.web_find_contact .web_ask_question:first-child::before {
    position: absolute;
    content: "";
    background: linear-gradient(90deg, rgb(175,185,209), rgb(135,153,182));
    left: 0;
    width: 100%;
    top: 0;
    height: 6px;
}

.web_find_contact h2::after {
    transition: width 0.3s ease;
    content: "";
    height: 2px;
    position: absolute;
    background: rgb(175,185,209);
    bottom: -15px;
    left: 0;
    width: 30px;
}

.web_find_contact .web_get_contact {
    font-size: calc(14px * 1.2);
    margin-bottom: 20px;
    font-weight: 700;
    color: rgb(175,185,209);
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.web_find_contact .web_ask_feedback {
    gap: 10px;
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    display: grid;
}

.web_find_contact .web_ask_question .web_image_stack {
    height: 100%;
    min-height: 100%;
    width: 100%;
    position: relative;
    transition: transform 0.5s ease;
}

.web_find_contact .web_ask_question:hover .web_image_stack {
    transform: scale(1.05);
}

.web_find_contact .web_get_contactform a:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.web_find_contact .web_get_contactform a::before {
    transition: width 0.3s ease;
    top: 0;
    content: "";
    height: 100%;
    background: rgb(175,185,209);
    width: 0;
    position: absolute;
    left: -40px;
}

.web_find_contact svg {
    height: 24px;
    flex-shrink: 0;
    fill: rgb(175,185,209);
    margin-top: 5px;
    transition: transform 0.3s ease;
    width: 24px;
    margin-right: 15px;
}

.web_find_contact .web_ask_question:first-child:hover::after {
    transform: rotate(45deg) scale(1.2);
}

.web_find_contact .web_get_contactform a:nth-child(2) {
    animation-delay: 0.2s;
}

.web_find_contact .web_ask_question:nth-child(2) .web_image_stack::after {
    background: linear-gradient(180deg, transparent 70%, rgba(0, 0, 0, 0.5) 100%);
    inset: 0;
    position: absolute;
    z-index: 1;
    content: "";
}

.web_pricing_row_item .web_price_panel {
    gap: 3rem;
    flex-direction: column;
    display: flex;
}

.web_pricing_row_item .web_learn_fees {
    margin: 0 auto 2rem;
    order: -1;
    opacity: 0;
    animation: fadeUp 0.8s ease-out forwards;
    text-align: center;
    max-width: 800px;
    transform: translateY(20px);
}

.web_pricing_row_item .web_access_plans {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    perspective: 1000px;
    gap: 2rem;
}

.web_pricing_row_item .web_payment_deals:nth-child(2) {
    animation-delay: 0.2s;
}

.web_pricing_row_item .web_payment_deals:nth-child(4) {
    animation-delay: 0.4s;
}

.web_pricing_row_item .web_payment_deals:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    transform: translateZ(30px) scale(1.03);
}

.web_pricing_row_item .web_payment_deals:hover::before {
    transform: scaleX(1);
}

.web_pricing_row_item .web_cert_plans {
    height: 100%;
    flex-direction: column;
    display: flex;
}

.web_pricing_row_item .web_payment_deals:hover .web_program_fees h3 {
    color: rgb(175,185,209);
}

.web_pricing_row_item .web_bundle_offer::after {
    width: 40px;
    position: absolute;
    content: "";
    left: 0;
    bottom: -8px;
    background-color: rgb(135,153,182);
    transition: width 0.3s ease;
    height: 2px;
}

.web_pricing_row_item .web_image_stack {
    position: relative;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    height: 200px;
    width: 100%;
    overflow: hidden;
}

.web_pricing_row_item .web_payment_deals:hover .web_image_stack::after {
    opacity: 0.4;
}

.web_program_overview::before {
    top: -100px;
    opacity: 0.05;
    background: linear-gradient(210deg, rgb(175,185,209), rgb(135,153,182));
    content: "";
    z-index: 0;
    position: absolute;
    height: 300px;
    border-radius: 50%;
    width: 300px;
    transform: skew(-15deg, -15deg);
    right: -100px;
}

.web_program_overview h2::after {
    height: 4px;
    left: 0;
    content: "";
    background: linear-gradient(90deg, rgb(175,185,209), rgb(135,153,182));
    transform-origin: left;
    bottom: 0;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    width: 100px;
    position: absolute;
}

.web_program_overview .web_image_stack:hover {
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15), 0 8px 25px rgba(0, 0, 0, 0.08);
    transform: perspective(1000px) rotateY(-1deg) translateZ(5px);
}

.web_program_overview .description {
    color: #000000;
    position: relative;
    transition: opacity 0.3s ease;
    padding-left: 1.5rem;
    opacity: 0.95;
    margin: 0;
    font-size: 17px;
    line-height: 1.7;
}

.web_program_overview .description:last-of-type {
    padding-top: 1rem;
}

.web_explore_now::before {
    content: "";
    z-index: 1;
    background: repeating-linear-gradient(
        45deg,
        rgb(175,185,209,0.5),
        rgb(175,185,209,0.5) 10px,
        transparent 10px,
        transparent 20px
    );
    transform: translateZ(-10px);
    top: 0;
    height: 100%;
    left: 0;
    opacity: 0.1;
    width: 100%;
    position: absolute;
}

.web_explore_now h6 {
    animation: fadeInUp 0.8s forwards 0.2s ease-out;
    max-width: 800px;
    font-family: Arial, sans-serif;
    font-weight: 600;
    transform: translateZ(10px);
    color: #ffffff;
    line-height: 1.5;
    font-size: calc(22px * 1.2);
    opacity: 0;
    margin-bottom: 2.5rem;
    text-align: center;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    letter-spacing: 0.5px;
}

.web_explore_now .web_support_info::after {
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.4s ease-out;
    bottom: 0;
    background: linear-gradient(
        90deg,
        rgb(175,185,209),
        rgb(135,153,182),
        rgb(175,185,209)
    );
    height: 3px;
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
}

.web_explore_now .web_support_info:hover::after {
    transform-origin: left;
    transform: scaleX(1);
}

.web_instructor_profile {
    position: relative;
    perspective: 1000px;
    overflow: hidden;
    background: linear-gradient(90deg, rgb(214,217,233) 30%, rgb(135,153,182,0.5) 100%);
    padding: 6rem 2rem;
}

.web_instructor_profile .web_client_feedback {
    z-index: 1;
    transform: rotateX(5deg) rotateZ(-1deg);
    transform-style: preserve-3d;
    display: grid;
    gap: 0;
    grid-template-columns: 1fr 1.2fr;
    margin: 0 auto;
    position: relative;
    max-width: 1100px;
}

.web_instructor_profile .web_experiencep_wrap::before {
    top: 50%;
    position: absolute;
    width: 10px;
    content: "";
    background: linear-gradient(to bottom, rgb(175,185,209), rgb(135,153,182));
    left: 0;
    height: 60%;
    transform: translateY(-50%);
}

.web_instructor_profile .web_experiencep_wrap div:nth-child(2) {
    transition: transform 0.5s ease 0.1s;
    color: rgb(135,153,182);
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 2rem;
    transform: translateZ(15px);
}

.web_instructor_profile .web_client_feedback:hover .web_image_stack {
    transform: translateZ(50px) translateX(-20px);
}

.web_instructor_profile .web_client_feedback:hover .name {
    transform: translateZ(40px);
}

.web_ty_banner {
    display: flex;
    background: linear-gradient(135deg, rgb(135,153,182,0.5), rgb(175,185,209,0.5) 70%);
    padding: 5rem 0;
    min-height: 60vh;
    align-items: center;
    perspective: 1000px;
    position: relative;
    overflow: hidden;
}

.web_ty_banner .container {
    margin: 0 auto;
    width: 90%;
    max-width: 1200px;
    z-index: 2;
    position: relative;
}

.web_ty_banner .web_guide_approach {
    padding: 3.5rem;
    border-radius: 3px;
    backdrop-filter: blur(10px);
    transform-style: preserve-3d;
    transform: rotateX(2deg) rotateY(1deg);
    background: linear-gradient(
        to right bottom,
        rgba(255, 255, 255, 0.9),
        rgba(255, 255, 255, 0.7)
    );
    position: relative;
    box-shadow: 
        0 20px 50px rgba(0, 0, 0, 0.1),
        0 2px 5px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(255, 255, 255, 0.2) inset;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.web_ty_banner p {
    font-family: Arial, sans-serif;
    max-width: 95%;
    margin: 0;
    opacity: 0;
    color: #000000;
    transform: translateY(20px);
    font-size: clamp(1rem, 1.2vw, 16px);
    animation: fadeInUp 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.6s;
    line-height: 1.8;
}

.web_ty_banner a::after {
    content: "";
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    height: 1px;
    transform-origin: right;
    background: linear-gradient(
        to right,
        rgb(135,153,182),
        rgb(175,185,209)
    );
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    left: 0;
    bottom: -5px;
}

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

.web_contact h2 {
    font-weight: 700;
    font-size: 34px;
    margin-bottom: 70px;
    color: #ffffff;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 2px;
    text-align: center;
}

.web_contact .web_help_card {
    backdrop-filter: blur(10px);
    border-radius: 29px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    grid-template-columns: 6fr 4fr;
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(0, 0, 0, 0.2);
    display: grid;
}

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

.web_contact input[type="text"] {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(0, 0, 0, 0.2);
    color: #ffffff;
    font-size: 16px;
    position: relative;
    padding: 16px 20px;
    transition: all 0.3s ease;
    border-radius: 10px;
}

.web_contact .web_reach_box input[type="checkbox"] {
    position: relative;
    background: rgba(0, 0, 0, 0.2);
    appearance: none;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 3px;
    cursor: pointer;
    width: 24px;
    margin-top: 2px;
    height: 24px;
}

.web_contact .web_reach_box a:hover {
    color: #ffffff;
}

.web_contact .web_reach_box a:hover::after {
    background: #ffffff;
}

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

.web_contact svg path {
    transition: all 0.3s ease;
    fill: rgb(175,185,209);
}

.web_contact svg:hover {
    fill: #ffffff;
    transform: scale(1.1);
}

.web_contact svg:hover path {
    fill: #ffffff;
}

header .web_head_learning::after {
    position: absolute;
    top: 50%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgb(175,185,209,0.5), transparent);
    width: 100%;
    content: "";
    left: 0;
}

header .web_head_learning .web_header_primary::before,
header .web_head_learning .web_header_primary::after {
    height: 90%;
    border-radius: 20px;
    content: "";
    position: absolute;
    width: 90%;
}

header .web_head_learning .web_header_primary::before {
    transform: scale(0);
    border-left: 2px solid rgb(175,185,209);
    border-top: 2px solid rgb(175,185,209);
    top: -5px;
    transition: transform 0.3s ease;
    left: -5px;
    transform-origin: top left;
}

header .web_head_learning .web_header_wrap::after {
    right: 0;
}

header .web_head_learning .web_header_wrap .web_nav_expert {
    margin: 0;
    padding: 0 15px;
    position: relative;
    transition: transform 0.3s ease;
}

header .web_head_learning .web_header_wrap .web_nav_expert a {
    position: relative;
    padding: 10px 5px;
    font-family: Arial, sans-serif;
    color: #000000;
    display: block;
    font-weight: 600;
    transition: color 0.3s ease;
    text-decoration: none;
    text-align: center;
    font-size: 17px;
}

#web_cookie_alert_modal:checked ~ .web_cookie_warning_dialog {
    opacity: 0;
    visibility: hidden;
}

.web_policy_opt {
    padding: 20px 5%;
    justify-content: space-between;
    border-radius: 29px;
    align-items: center;
    background: rgba(0, 0, 0, 0.5);
    gap: 20px;
    display: flex;
    border: 2px dashed rgb(175,185,209);
}

.web_consent_learn svg {
    height: 60px;
    width: 60px;
    fill: rgb(175,185,209);
}

.web_cookie_layer:hover {
    background-color: rgb(135,153,182);
    box-shadow: 0 0 10px rgb(135,153,182);
}

.cookie_button.web_consent_track:hover {
    box-shadow: 0 0 10px rgb(135,153,182);
}

.web_cookie_warning_dialog p a {
    border-bottom: 1px dashed rgb(175,185,209);
    color: rgb(175,185,209);
    transition: color 0.3s ease;
    text-decoration: none;
}

.web_prospective_members::before {
    content: '';
    position: absolute;
    pointer-events: none;
    z-index: 1;
    animation: rotateRings 60s linear infinite;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 150%;
    width: 150%;
    top: 50%;
    background: radial-gradient(
        ellipse at center,
        transparent 0%,
        transparent 30%,
        rgba(rgb(135,153,182,0.5), 0.1) 31%,
        rgba(rgb(135,153,182,0.5), 0.1) 32%,
        transparent 33%,
        transparent 40%,
        rgba(rgb(135,153,182,0.5), 0.05) 41%,
        rgba(rgb(135,153,182,0.5), 0.05) 42%,
        transparent 43%,
        transparent 50%,
        rgba(rgb(175,185,209,0.5), 0.07) 51%,
        rgba(rgb(175,185,209,0.5), 0.07) 52%,
        transparent 53%,
        transparent 70%,
        rgba(rgb(175,185,209,0.5), 0.05) 71%,
        rgba(rgb(175,185,209,0.5), 0.05) 72%,
        transparent 73%
    );
}

.web_prospective_members li::after {
    background: radial-gradient(
        circle at center,
        rgba(rgb(135,153,182,0.5), 0.3) 0%,
        transparent 70%
    );
    opacity: 0;
    left: -50%;
    transform: scale(0.5);
    height: 200%;
    top: -50%;
    transition: all 0.5s ease;
    content: '';
    position: absolute;
    pointer-events: none;
    width: 200%;
}

.web_prospective_members li svg path {
    transition: all 0.4s ease;
}

.web_prospective_members li:hover svg path {
    fill: rgb(175,185,209);
}

.web_title_opener::before {
    background-image: 
    radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.1) 0%, transparent 15%),
    radial-gradient(circle at 80% 70%, rgba(255, 255, 255, 0.1) 0%, transparent 20%);
    height: 100%;
    left: 0;
    content: "";
    top: 0;
    z-index: 1;
    position: absolute;
    width: 100%;
}

.web_title_opener p {
    color: #ffffff;
    max-width: 700px;
    line-height: 1.6;
    font-size: calc(16px * 1.2);
    animation: slide-in 0.8s ease-out 0.3s forwards;
    opacity: 0;
    margin-bottom: 2rem;
    transform: translateX(-20px);
}

.web_title_opener .web_skill_sessions::before {
    top: 0;
    position: absolute;
    left: 0;
    z-index: 1;
    background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.8) 100%);
    width: 100%;
    content: "";
    height: 100%;
}

.web_title_opener .web_skill_sessions h3 {
    position: relative;
    padding-left: 1rem;
    font-size: calc(18px * 1.1);
    line-height: 1.5;
    color: #ffffff;
    margin: 0;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    font-weight: 600;
}

footer::after {
    background-image: 
        radial-gradient(circle at 25% 25%, rgb(135,153,182) 1px, transparent 1px),
        radial-gradient(circle at 75% 75%, rgb(135,153,182) 1px, transparent 1px),
        radial-gradient(circle at 25% 75%, rgb(135,153,182) 1px, transparent 1px),
        radial-gradient(circle at 75% 25%, rgb(135,153,182) 1px, transparent 1px);
    z-index: -1;
    top: 0;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    opacity: 0.1;
    background-size: 50px 50px;
}

.web_copy_notice .company_holder h3 {
    font-size: 31px;
    background: rgb(135,153,182);
    border-top-left-radius: 28px;
    padding: 1.5rem 2rem;
    color: #ffffff;
    margin: 0;
    font-weight: 700;
    position: relative;
    border-top-right-radius: 28px;
}

.web_copy_notice .company_holder h3::after {
    width: 10px;
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
    height: 10px;
    right: 15px;
    background: #ffffff;
    content: "";
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.3);
    border-radius: 50%;
}

.web_copy_notice .web_trade_mark::after {
    position: absolute;
    bottom: 2rem;
    opacity: 0.6;
    right: -10px;
    background: rgb(135,153,182);
    content: "";
    border-radius: 50%;
    height: 20px;
    width: 20px;
}

.web_copy_notice .web_header_wrap::before {
    top: 0;
    bottom: 0;
    border-radius: 28px;
    background-image: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.05) 10px, rgba(255, 255, 255, 0.05) 20px);
    right: 0;
    left: 0;
    z-index: -1;
    content: "";
    position: absolute;
}

.web_copy_notice .web_header_wrap .web_top_pagebar a {
    display: block;
    border-radius: 10px;
    font-size: 14px;
    color: #ffffff;
    text-decoration: none;
    padding: 0.8rem 1rem 0.8rem 2rem;
    transition: all 0.3s ease;
    position: relative;
}

.web_copy_notice .web_header_wrap .web_top_pagebar a:hover::before {
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.1);
}

.web_teach_supp .container {
    display: flex;
    justify-content: center;
    position: relative;
    align-items: center;
}

.web_teach_supp .container::after {
    right: 15%;
}

.web_teach_supp .web_skill_test {
    display: inline-block;
    padding: 0.5rem 2rem;
    text-align: center;
    border-radius: 30px;
    color: #ffffff;
    position: relative;
    background: rgb(175,185,209);
    font-size: 14px;
}

.web_teach_supp .web_skill_test::after {
    left: 100%;
    margin-left: 15px;
}

.web_data_overview {
    position: relative;
    padding: 7rem 0;
    overflow: hidden;
    background: rgb(214,217,233);
}

.web_data_overview::after {
    background: repeating-linear-gradient(
        45deg,
        rgb(135,153,182,0.5) 0,
        rgb(135,153,182,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    width: 100%;
    opacity: 0.07;
    top: 0;
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    z-index: 0;
}

.web_data_overview .web_statistics_expertise:nth-child(even) {
    border-radius: 15px 0 0 15px;
    border-right: 3px solid rgb(135,153,182);
    text-align: right;
    border-left: none;
    background: linear-gradient(to left, rgb(135,153,182,0.5) 0%, transparent 100%);
    transform: translateX(1.5rem) translateZ(0);
}

.web_data_overview .web_statistics_expertise h4 {
    font-size: calc(32px * 1.3);
    margin: 0 0 0.5rem 0;
    font-weight: 700;
    color: rgb(175,185,209);
    line-height: 1;
}

.web_data_overview .web_fast_statistics::before {
    background: linear-gradient(to bottom, rgb(175,185,209) 0%, rgb(135,153,182) 100%);
    position: absolute;
    height: 100%;
    border-radius: 10px;
    content: "";
    left: 0;
    top: 0;
    width: 5px;
}

.web_data_overview svg {
    fill: rgb(175,185,209);
    height: 24px;
    width: 24px;
    transition: transform 0.3s ease;
    margin-bottom: 0.5rem;
}

.web_data_overview .web_statistics_expertise:hover svg {
    transform: rotateY(180deg);
}

.web_secure_lodge h2 {
    margin-bottom: 15px;
    margin-top: 30px;
    font-size: 35px;
    font-weight: 600;
    color: rgb(135,153,182);
}

.web_secure_lodge ol {
    list-style-type: decimal;
    margin-left: 20px;
}

.web_secure_lodge section {
    margin-top: 20px;
    margin-bottom: 20px;
}

.web_secure_lodge div {
    margin-bottom: 20px;
}



@media (max-width: 992px) {.web_educational_rewards .web_guide_approach {
    flex-direction: column;
}.web_educational_rewards .web_image_stack {
    flex: 0 0 100%;
    transform: perspective(1000px) rotateY(0);
    margin-bottom: 3rem;
    height: 400px;
}.web_educational_rewards .web_content_card {
    flex: 0 0 100%;
    padding-right: 0;
}
}



@media screen and (max-width: 768px) {.web_meet_us {
    padding: 60px 0;
}.web_meet_us h2 {
    font-size: calc(28px * 0.9);
}.web_meet_us .web_learn_guide {
    padding: 30px;
}.web_meet_us .web_learn_guide h3 {
    font-size: calc(21px * 0.9);
    margin-bottom: 15px;
}
}



@media (max-width: 992px) {.web_find_contact {
    padding: 70px 0;
}.web_find_contact .web_quick_help {
    grid-template-columns: 1fr 1fr;
}.web_find_contact .web_ask_question:last-child {
    grid-column: span 2;
}
}



@media (max-width: 576px) {.web_find_contact {
    padding: 40px 0;
}.web_find_contact .web_ask_question:first-child,
    .web_find_contact .web_get_contactform {
    padding: 30px 20px;
}.web_find_contact .web_ask_question .web_image_stack {
    height: 220px;
}.web_find_contact .web_ask_feedback {
    grid-template-columns: 1fr 1fr;
}}



@media (min-width: 992px) {.web_pricing_row_item .web_access_plans {
    grid-template-columns: repeat(2, 1fr);
}
}



@media (max-width: 767px) {.web_pricing_row_item .web_payment_deals {
    margin: 0 auto;
    max-width: 400px;
}.web_pricing_row_item .web_learn_fees h2 {
    font-size: calc(30px * 0.9);
}.web_pricing_row_item .web_fee_package {
    font-size: calc(14px * 0.95);
}}



@media (min-width: 992px) {.web_program_overview {
    padding: 10rem 0;
}.web_program_overview .container {
    padding: 0 3rem;
}.web_program_overview h2 {
    max-width: 65%;
    margin-bottom: 4rem;
    font-size: calc(29px * 1.2);
}.web_program_overview .web_training_guide {
    gap: 5rem;
}.web_program_overview .web_image_stack {
    transform: perspective(1200px) rotateY(-3deg) translateZ(0);
    height: 600px;
}.web_program_overview .web_content_card {
    padding-right: 2rem;
}.web_program_overview h2::after {
    width: 150px;
}.web_program_overview .description {
    font-size: calc(17px * 1.05);
    line-height: 1.8;
}
}



@media (max-width: 767px) {.web_explore_now {
    padding: 3rem 0;
}.web_explore_now h6 {
    margin-bottom: 1.8rem;
    max-width: 90%;
    font-size: 22px;
}.web_explore_now .web_support_info {
    padding: 0.7rem 2rem;
}
}



@media screen and (max-width: 991px) {.web_instructor_profile .web_client_feedback {
    transform: none;
    grid-template-columns: 1fr;
}.web_instructor_profile .web_image_stack {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    margin-bottom: -2rem;
    height: 350px;
    transform: none;
}.web_instructor_profile .web_experiencep_wrap {
    padding: 3rem 2rem 2rem;
    transform: none;
    z-index: 3;
    margin-left: 0;
}.web_instructor_profile .web_experiencep_wrap::before {
    width: 50%;
    top: 0;
    left: 50%;
    height: 5px;
    transform: translateX(-50%);
}.web_instructor_profile .web_client_feedback:hover .web_image_stack,
    .web_instructor_profile .web_client_feedback:hover .web_experiencep_wrap,
    .web_instructor_profile .web_client_feedback:hover .name,
    .web_instructor_profile .web_client_feedback:hover .web_experiencep_wrap div:nth-child(2),
    .web_instructor_profile .web_client_feedback:hover .web_exp_card {
    transform: none;
}}



@media (min-width: 993px) {header .web_head_learning {
    grid-template-rows: auto auto;
    padding: 15px 30px;
    grid-template-columns: 1fr;
}header .web_head_learning .web_header_wrap {
    padding: 20px 10px 10px;
}
}



@media (max-width: 767px) {header .web_head_learning .web_header_wrap {
    flex-wrap: wrap;
    justify-content: center;
}header .web_head_learning .web_header_wrap .web_nav_expert {
    margin: 3px 0;
}header .web_head_learning .web_header_wrap .web_nav_expert:not(:last-child)::after {
    display: none;
}}



@media (max-width: 991px) {.web_prospective_members {
    padding: 4rem 0;
}.web_prospective_members ul {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.web_prospective_members h3 {
    font-size: calc(29px * 0.9);
}.web_prospective_members li {
    padding: 1.5rem 1.8rem;
}
}



@media (min-width: 768px) {.web_title_opener {
    padding: 4rem 2rem;
}.web_title_opener > div {
    align-items: center;
    gap: 4rem;
    flex-direction: row;
}.web_title_opener > div > div:first-child {
    flex: 1;
}.web_title_opener .web_learn_begin {
    margin-top: 0;
    flex: 1.2;
}.web_title_opener .web_fast_knowledge {
    font-size: calc(41px * 1.3);
}.web_title_opener .web_skill_sessions {
    height: 450px;
}
}



@media (max-width: 480px) {.web_title_opener {
    padding: 2rem 1rem;
}.web_title_opener .web_fast_knowledge {
    font-size: calc(41px * 0.9);
}.web_title_opener p {
    font-size: calc(16px * 0.9);
}.web_title_opener .web_skill_sessions {
    height: 300px;
}.web_title_opener .web_skill_sessions span {
    padding: 1.5rem;
}.web_title_opener .web_skill_sessions h3 {
    font-size: calc(18px * 0.9);
}}



@media (max-width: 576px) {.web_copy_notice {
    padding: 2.5rem 0 0.8rem;
}.web_copy_notice .web_header_wrap {
    flex: 1 1 100%;
    min-width: 100%;
}.web_copy_notice .web_top_pagebar {
    gap: 1rem;
}.web_copy_notice .web_header_wrap .web_top_pagebar a {
    padding: 0.7rem 1rem 0.7rem 1.8rem;
}.web_copy_notice .web_header_wrap .web_top_pagebar a::before {
    left: 0.6rem;
}.web_teach_supp {
    padding: 1.5rem 0;
    margin-top: 1.5rem;
}.web_teach_supp .web_skill_test::before,
    .web_teach_supp .web_skill_test::after {
    display: none;
}
}



@media (max-width: 768px) {.web_data_overview {
    padding: 4rem 0;
}.web_data_overview .web_advantage_statistics {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.web_data_overview .web_statistics_expertise {
    max-width: 100%;
    border-left: 5px solid rgb(175,185,209);
}.web_data_overview .web_statistics_expertise:nth-child(even) {
    transform: translateX(0);
    border-left: 5px solid rgb(135,153,182);
    border-radius: 0 15px 15px 0;
    text-align: left;
    border-right: none;
    background: linear-gradient(to right, rgb(135,153,182,0.5) 0%, transparent 100%);
}.web_data_overview .web_statistics_expertise:nth-child(even):hover {
    transform: scale(1.05) translateZ(0);
}.web_data_overview .web_statistics_expertise:nth-child(even) svg {
    margin-left: 0;
}.web_data_overview .web_statistics_expertise h4 {
    font-size: calc(32px * 1.1);
}.web_data_overview .web_statistics_expertise span {
    font-size: calc(17px * 0.9);
}.web_data_overview .web_fast_statistics {
    padding-top: 2rem;
}.web_data_overview .web_smart_statistics {
    margin-bottom: 1.5rem;
    font-size: calc(32px * 0.9);
}.web_data_overview .web_mentor_statistics {
    line-height: 1.7;
    font-size: calc(17px * 0.9);
}
}



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



@keyframes glow {
    0%, 100% {
        opacity: 0.15;
        transform: translateZ(-5px) rotate(45deg) scale(1);
    }
    50% {
        opacity: 0.25;
        transform: translateZ(-5px) rotate(45deg) scale(1.1);
    }
}



@keyframes rotateRings {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}



@keyframes fade-up {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

