.webwrapper-skeleton {
    min-height: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.webnav_prime {
    flex: 1 0 auto;
}

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

.webdiploma_cta {
    flex: 0 0 auto;
}

.webdiploma_cta {
    padding: 4rem 0 2rem;
    color: #000000;
    position: relative;
}

svg {
    height: 30px;
    width: 30px;
}

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

.webprivacy_hub h1 {
    font-size: 48px;
    font-weight: 700;
    border-bottom: 3px solid rgb(156,156,159);
    color: #000000;
    margin-top: 0;
    padding-bottom: 10px;
    font-family: Arial, sans-serif;
    text-align: center;
    margin-bottom: 30px;
}

.webprivacy_hub h3, .webprivacy_hub h4, .webprivacy_hub h5, .webprivacy_hub h6 {
    margin-top: 30px;
    font-family: Arial, sans-serif;
    color: #000000;
    text-transform: uppercase;
    padding-bottom: 5px;
    font-size: 23px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    font-weight: 600;
    margin-bottom: 15px;
}

.webprivacy_hub section {
    background: #ffffff;
}

.webprivacy_hub p, .webprivacy_hub span, .webprivacy_hub div {
    line-height: 1.8;
    color: #000000;
    margin-bottom: 15px;
    font-family: Arial, sans-serif;
    padding-bottom: 10px;
    font-size: 18px;
}

.webmentorship_profile::before {
    background: rgb(156,156,159,0.5);
    width: 60%;
    border-radius: 30px;
    content: "";
    animation: float 8s ease-in-out infinite;
    transform: rotate(-15deg);
    height: 80%;
    right: -10%;
    top: -10%;
    position: absolute;
    z-index: 1;
}

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

.webmentorship_profile .webopinion_ratings:hover {
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
    transform: rotate(0deg) translateY(-10px);
}

.webmentorship_profile .websnap {
    transform: rotate(4deg);
    transition: transform 0.3s ease;
    border-radius: 30px;
    grid-area: photo;
    height: 200px;
    box-shadow: 10px 10px 0 rgb(156,156,159,0.5);
}

.webmentorship_profile .webopinion_ratings:hover .websnap {
    transform: rotate(0deg) scale(1.05);
}

.webmentorship_profile .webopinion_ratings span:not(.name) {
    font-size: 17px;
    font-style: italic;
    grid-area: job;
    transform: translateX(20px);
    color: #000000;
}

.webmentorship_profile .webemployee_area::before {
    line-height: 1;
    position: absolute;
    content: "";
    left: 10px;
    color: rgb(156,156,159,0.5);
    top: -10px;
    font-family: serif;
    font-size: calc(38px * 2);
}

.webour_info {
    z-index: 1;
    background-color: rgb(193,193,196);
    overflow: hidden;
    position: relative;
    padding: 5rem 0;
}

.webour_info::after {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, transparent 100%);
    z-index: -1;
    left: 0;
    position: absolute;
    height: 100%;
    content: "";
    top: 0;
    width: 100%;
}

.webour_info .container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 15px;
    position: relative;
}

.webour_info .webcontact_faq::before {
    width: 200%;
    z-index: -1;
    height: 200%;
    left: -50%;
    top: -150%;
    transform: rotate(45deg);
    animation: shineEffect 6s infinite;
    content: "";
    transition: all 0.7s ease;
    background: linear-gradient(
        45deg,
        transparent 0%,
        rgba(255, 255, 255, 0.03) 30%,
        rgba(255, 255, 255, 0.07) 50%,
        rgba(255, 255, 255, 0.03) 70%,
        transparent 100%
    );
    position: absolute;
}

.webour_info .webassist_experts::after {
    width: 100%;
    animation: headerUnderline 3s infinite;
    height: 3px;
    background: linear-gradient(90deg, transparent, rgb(156,156,159), transparent);
    content: "";
    left: 0;
    bottom: -10px;
    position: absolute;
}

.webour_info .websnap:hover {
    transform: scale(1.02);
    box-shadow: 0 15px 35px -5px rgba(0, 0, 0, 0.4);
}

.webour_info .websnap::after {
    z-index: 1;
    background: linear-gradient(
        135deg,
        rgba(0, 123, 255, 0.2) 0%,
        transparent 100%
    );
    top: 0;
    position: absolute;
    height: 100%;
    left: 0;
    content: "";
    width: 100%;
}

.webour_info .webget_help::before {
    border-radius: 10px;
    position: absolute;
    left: 0;
    height: 100%;
    width: 5px;
    background: linear-gradient(to bottom, rgb(156,156,159), rgb(120,120,122));
    content: "";
    top: 0;
}

.webour_info .webget_help p:last-child {
    margin-bottom: 0;
}

.webour_info .webget_help p a {
    transition: color 0.3s ease, transform 0.3s ease;
    display: inline-block;
    text-decoration: none;
    color: rgb(156,156,159);
}

.webour_info .webget_help svg {
    stroke-width: 2;
    stroke-linecap: round;
    left: 0;
    stroke-linejoin: round;
    width: 18px;
    fill: none;
    transition: transform 0.3s ease;
    height: 18px;
    position: absolute;
    top: 5px;
}

.webour_info .webget_help p:nth-child(1) svg path {
    animation: drawSVG 1.5s forwards;
    stroke-dasharray: 50;
    stroke-dashoffset: 50;
}

.webour_info .webget_help p:nth-child(3) svg path {
    stroke-dashoffset: 50;
    stroke-dasharray: 50;
    animation: drawSVG 1.5s 0.4s forwards;
}

.webour_info .webtalk_form {
    position: relative;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 2.5rem;
}

.webour_info .websupport_request::before,
.webour_info .websupport_request::after {
    content: "";
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(156,156,159,0.5), transparent);
    width: 30px;
    height: 1px;
    top: 50%;
}

.webour_info .websupport_request::before {
    left: 20%;
}

.webour_info .webreach_section {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    gap: 1rem;
}

.webour_info .websupport_info:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-color: rgba(0, 123, 255, 0.2);
    background: rgba(0, 123, 255, 0.1);
}

.webour_info .websupport_info:hover svg {
    stroke: rgb(120,120,122);
    transform: rotate(15deg);
}

.webtitle_screen {
    position: relative;
    width: 100%;
    overflow: hidden;
    isolation: isolate;
}

.webtitle_screen .webmain_welcome::before {
    content: '';
    z-index: 1;
    right: 0;
    top: 0;
    position: absolute;
    background: linear-gradient(135deg, 
        rgb(156,156,159,0.5) 0%, 
        rgba(0,0,0,0.7) 100%);
    bottom: 0;
    left: 0;
}

.webtitle_screen .webcreds_sect {
    z-index: 3;
    position: relative;
    width: 100%;
    animation: fadeInUp 1.2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    max-width: 900px;
    transform: translateY(-2vh);
    padding: 3rem;
}

.webtitle_screen .webcreds_sect:hover::before {
    opacity: 0.25;
    transform: scale(1.08);
}

.webtitle_screen .webcreds_sect::after {
    top: -10px;
    content: '';
    transform-origin: left center;
    transform: scaleX(0);
    left: 0;
    height: 4px;
    animation: lineGrow 1.5s 0.3s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    background: rgb(120,120,122);
    position: absolute;
    width: 120px;
}

.webtitle_screen h1::after {
    transform: scaleX(0);
    content: '';
    bottom: -0.5rem;
    height: 4px;
    transform-origin: left;
    background: rgb(156,156,159);
    left: 0;
    width: 70px;
    position: absolute;
    animation: lineGrow 1s 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

.webtitle_screen h3 {
    font-size: clamp(1.25rem, 3vw, 1.75rem);
    color: #ffffff;
    opacity: 0;
    font-weight: 600;
    margin-bottom: 1.5rem;
    animation: fadeInUp 0.8s 0.4s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    max-width: 90%;
    line-height: 1.4;
    position: relative;
    transform: translateY(15px);
}

.webtitle_screen p::before {
    transform-origin: bottom;
    background: rgb(156,156,159);
    transition: transform 0.4s ease;
    opacity: 0.1;
    width: 100%;
    height: 100%;
    z-index: -1;
    left: 0;
    position: absolute;
    top: 0;
    content: '';
}

header .webmain_teach {
    align-items: center;
    padding: 20px 30px;
    display: flex;
    justify-content: space-between;
    position: relative;
}

header .webmain_teach::before {
    position: absolute;
    background: linear-gradient(to right, transparent, rgb(156,156,159), transparent);
    content: "";
    bottom: 0;
    height: 1px;
    left: 10%;
    width: 80%;
}

header .webmain_teach .webmain_navbar .webhead_skill::before {
    left: -5px;
    right: -5px;
    background: rgba(0, 0, 0, 0.5);
    top: -5px;
    content: "";
    border-radius: 10px;
    position: absolute;
    bottom: -5px;
    transform: scale(0.9);
    transition: transform 0.3s ease, opacity 0.3s ease;
    opacity: 0;
    z-index: -1;
}

header .webmain_teach .webheader_primary .webheader_learn {
    position: relative;
    transform-style: preserve-3d;
    margin: 0;
}

header .webmain_teach .webheader_primary .webheader_learn a::before,
header .webmain_teach .webheader_primary .webheader_learn a::after {
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    pointer-events: none;
    height: 100%;
    position: absolute;
    transition: all 0.3s ease;
}

header .webmain_teach .webheader_primary .webheader_learn a::before {
    transform: translateZ(-1px) rotateX(10deg);
    transform-origin: top center;
    opacity: 0;
    background: linear-gradient(to bottom, rgb(156,156,159,0.5), transparent);
}

header .webmain_teach .webheader_primary .webheader_learn:hover a {
    color: rgb(156,156,159);
    transform: translateZ(10px);
}

header .webmain_teach .webheader_primary .webheader_learn:hover a::after {
    transform: translateZ(-10px) rotateX(-15deg);
}

.websign_up_now {
    isolation: isolate;
    overflow: hidden;
    background: linear-gradient(150deg, rgb(193,193,196) 0%, rgb(156,156,159,0.5) 100%);
    position: relative;
    margin: 0;
    padding: 5rem 2rem;
}



.websign_up_now::after {
    height: 100%;
    position: absolute;
    background-image: 
        radial-gradient(circle at 10% 10%, rgba(rgb(156,156,159), 0.15) 0%, transparent 15%),
        radial-gradient(circle at 90% 90%, rgba(rgb(120,120,122), 0.15) 0%, transparent 15%);
    content: '';
    left: 0;
    width: 100%;
    z-index: 2;
    top: 0;
}

.websign_up_now::after {
    height: 100%;
    background-image: 
        radial-gradient(circle at 10% 10%, rgb(156,156,159) 0%, rgb(156,156,159) 3px, transparent 3px),
        radial-gradient(circle at 90% 10%, rgb(156,156,159) 0%, rgb(156,156,159) 3px, transparent 3px),
        radial-gradient(circle at 10% 90%, rgb(120,120,122) 0%, rgb(120,120,122) 3px, transparent 3px),
        radial-gradient(circle at 90% 90%, rgb(120,120,122) 0%, rgb(120,120,122) 3px, transparent 3px);
    width: 100%;
    background-repeat: no-repeat;
    position: absolute;
    content: '';
    z-index: 3;
    animation: cornerDotsGlow 4s ease-in-out infinite alternate;
    top: 0;
    opacity: 0.8;
    left: 0;
}



.websign_up_now::after {
    height: 3px;
    animation: topBarAnimate 4s ease-in-out infinite;
    background: linear-gradient(90deg, transparent, rgb(156,156,159), transparent);
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    z-index: 3;
}



.websign_up_now .webvision_mission {
    padding: 4rem 3rem;
    border-radius: 25px;
    z-index: 5;
    margin: 0 auto;
    overflow: hidden;
    align-items: center;
    backdrop-filter: blur(10px);
    flex-direction: column;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.15);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    max-width: 1000px;
    display: flex;
    text-align: center;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.websign_up_now .webvision_mission::before,
.websign_up_now .webvision_mission::after {
    width: 40px;
    content: '';
    border-style: solid;
    position: absolute;
    height: 40px;
    border-width: 0;
}

.websign_up_now .webvision_mission::before {
    animation: cornerPulse 3s infinite alternate;
    left: 15px;
    top: 15px;
    border-top-width: 2px;
    border-color: rgb(156,156,159);
    border-left-width: 2px;
}



.websign_up_now .webvision_mission::before {
    content: '';
    height: 100%;
    top: 0;
    background-repeat: no-repeat;
    width: 100%;
    background-size: 15px 2px, 15px 2px, 2px 15px, 2px 15px;
    opacity: 0.7;
    left: 0;
    z-index: -1;
    background-image: 
        linear-gradient(90deg, rgb(156,156,159) 2px, transparent 2px),
        linear-gradient(90deg, rgb(156,156,159) 2px, transparent 2px),
        linear-gradient(0deg, rgb(120,120,122) 2px, transparent 2px),
        linear-gradient(0deg, rgb(120,120,122) 2px, transparent 2px);
    background-position: 0 20px, 0 calc(100% - 20px), 20px 0, calc(100% - 20px) 0;
    position: absolute;
}

.websign_up_now .webcontact_feedback {
    border-radius: 10px;
    color: #ffffff;
    letter-spacing: 2px;
    padding: 1.3rem 3rem;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    justify-content: center;
    z-index: 2;
    border: none;
    background: linear-gradient(135deg, rgb(156,156,159) 0%, rgb(120,120,122) 100%);
    align-items: center;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    text-decoration: none;
    text-transform: uppercase;
    display: inline-flex;
    font-size: 19px;
    overflow: hidden;
    font-weight: 600;
    position: relative;
}

.websign_up_now .webcontact_feedback::after {
    height: 2px;
    transition: opacity 0.4s ease;
    bottom: 7px;
    right: 15px;
    left: 15px;
    content: '';
    position: absolute;
    opacity: 0.5;
    background-image: 
        linear-gradient(90deg, 
            transparent 0%, transparent 20%, 
            rgba(255, 255, 255, 0.5) 20%, rgba(255, 255, 255, 0.5) 40%, 
            transparent 40%, transparent 60%, 
            rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0.5) 80%, 
            transparent 80%, transparent 100%);
}

.webtraining_method::after {
    bottom: 0;
    right: 0;
    top: 0;
    position: absolute;
    left: 0;
    pointer-events: none;
    z-index: 2;
    content: "";
    background: radial-gradient(ellipse at center, transparent 0%, rgba(0, 0, 0, 0.5) 90%);
}

.webtraining_method .container.webvision_mission > div {
    padding: 40px;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.03);
    position: relative;
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 0 0 1px rgba(255, 255, 255, 0.05);
    transform: perspective(1000px) rotateY(-2deg);
    border-left: 3px solid rgb(120,120,122);
}

.webtraining_method h3 {
    margin-bottom: 25px;
    transform: translateX(10px);
    position: relative;
    letter-spacing: 0.5px;
    color: #ffffff;
    padding-bottom: 15px;
    transition: transform 0.5s ease-out;
    font-weight: 700;
    font-size: 32px;
}

.webtraining_method .container.webvision_mission > div:hover h3 {
    transform: translateX(0);
}

.webtraining_method .container.webvision_mission > div:hover h3::after {
    transform: scaleX(1);
}

.webtraining_method p {
    line-height: 1.8;
    max-width: 95%;
    font-size: 12px;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.9);
    position: relative;
}

.webtraining_method .container.webvision_mission > div:hover p span {
    opacity: 1;
    transform: translateY(0);
}

.webour_background::before {
    height: 100%;
    left: 0;
    background-image: 
        linear-gradient(rgba(0, 0, 0, 0.5) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 0, 0, 0.5) 1px, transparent 1px);
    top: 0;
    position: absolute;
    width: 100%;
    background-size: 30px 30px;
    content: "";
    opacity: 0.15;
}



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

.webour_background h2::before {
    content: "";
    height: 4px;
    background: rgb(156,156,159);
    bottom: -20px;
    width: 60px;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
}

.webour_background h2::after {
    font-size: 0.15em;
    position: absolute;
    content: attr(data-text);
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    letter-spacing: 5px;
    color: rgb(156,156,159);
    top: -0.5em;
}

.webour_background .webvalue_vision:hover {
    border-color: rgb(156,156,159,0.5);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
    background: rgba(255, 255, 255, 0.07);
    transform: translateY(-10px);
}

.webour_background .webvalue_vision:last-child:hover {
    border-color: rgb(120,120,122,0.5);
}

.webour_background .webvalue_vision:last-child::before {
    background: rgb(120,120,122);
}

.webour_background .webvalue_vision:hover::before {
    transform: scaleY(1);
}

.webour_background .webvalue_vision::after {
    opacity: 0.05;
    right: 0;
    width: 100px;
    position: absolute;
    filter: blur(40px);
    border-radius: 50%;
    height: 100px;
    top: 0;
    z-index: -1;
    content: "";
    background: rgb(156,156,159,0.5);
}

.webour_background .webvalue_vision:last-child h3 {
    color: rgb(120,120,122);
}

.webour_background .webvalue_vision h3::before {
    height: 8px;
    background: currentColor;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    margin-right: 15px;
    content: "";
    width: 8px;
}

.webour_background .webvalue_vision:first-child {
    animation: slideUp 0.7s ease forwards;
}



.webour_background .webpro_classes::before {
    background: radial-gradient(circle, rgb(156,156,159,0.5) 0%, transparent 70%);
    position: absolute;
    width: 200px;
    border-radius: 50%;
    content: "";
    z-index: -1;
    transform: translate(-50%, -50%);
    filter: blur(30px);
    left: 50%;
    height: 200px;
    opacity: 0.1;
    top: 50%;
}

.webeducational_yield {
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(193,193,196) 0%, rgba(255,255,255,0.97) 100%);
}

.webeducational_yield::after {
    content: "";
    background: linear-gradient(90deg, rgb(156,156,159) 0%, rgb(120,120,122) 100%);
    height: 6px;
    z-index: 1;
    left: 0;
    position: absolute;
    width: 100%;
    transform-origin: left;
    transform: scaleX(0.97);
    bottom: -2px;
}

.webeducational_yield h5::after {
    width: 60px;
    content: "";
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    bottom: -12px;
    height: 3px;
    background: rgb(156,156,159);
}

.webeducational_yield .webvision_mission {
    background-color: #ffffff;
    border-radius: 4px;
    display: flex;
    transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
    transform: translateY(0);
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
    flex-direction: column;
}

.webeducational_yield .webvision_mission:hover .websnap {
    transform: scale(1.05);
}

.webeducational_yield .webtext_item::before {
    content: "";
    width: 3px;
    top: 0;
    background: linear-gradient(to bottom, rgb(156,156,159), rgb(120,120,122));
    position: absolute;
    left: 0;
    height: 0;
    transition: height 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}

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

.webeducational_yield li p {
    line-height: 1.6;
    color: #000000;
    display: flex;
    font-size: 12px;
    margin: 0;
    align-items: flex-start;
    font-weight: 400;
}

.webeducational_yield li:hover svg {
    transform: rotate(10deg);
}

.webeducational_yield li:hover svg path {
    fill: rgb(120,120,122);
}

.webgratZone {
    padding: 5rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(193,193,196) 0%, rgba(255,255,255,0.95) 100%);
    position: relative;
}

.webgratZone::after {
    top: -10%;
    width: 30%;
    background: linear-gradient(145deg, rgb(156,156,159,0.5), rgb(120,120,122,0.5));
    right: -5%;
    opacity: 0.25;
    filter: blur(70px);
    content: "";
    z-index: 0;
    animation: floatGlow 15s ease-in-out infinite alternate;
    height: 50%;
    position: absolute;
}

.webgratZone .container {
    z-index: 2;
    transform: translateZ(0);
    max-width: 1200px;
    padding: 0 1.5rem;
    margin: 0 auto;
    position: relative;
}

.webgratZone h2 {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: perspective(1000px) translateZ(0);
    font-size: 34px;
    color: #000000;
    margin-bottom: 3rem;
    font-family: Arial, sans-serif;
    line-height: 1.3;
    letter-spacing: -0.01em;
    text-align: center;
    font-weight: 700;
    position: relative;
}

.webgratZone:hover h2::after {
    transform: translateX(-50%) scaleX(1);
}

.webgratZone .webvision_mission::before {
    right: -2px;
    background-size: 200% 100%;
    position: absolute;
    background: linear-gradient(90deg, rgb(156,156,159), rgb(120,120,122), rgb(156,156,159));
    left: -2px;
    height: 5px;
    top: -2px;
    content: "";
    z-index: 1;
    animation: gradientMove 6s linear infinite;
}

.webgratZone .webvision_mission::after {
    bottom: 0;
    height: 30%;
    width: 100%;
    content: "";
    position: absolute;
    left: 0;
    background: linear-gradient(180deg, transparent, rgba(rgb(193,193,196), 0.05));
    z-index: 0;
}

.webgratZone ul {
    margin: 0;
    z-index: 2;
    padding: 0;
    list-style: none;
    position: relative;
}

.webgratZone li::before {
    opacity: 0.3;
    content: "";
    z-index: -1;
    transition: transform 0.6s ease, opacity 0.6s ease;
    height: 2rem;
    transform: scale(0.8);
    position: absolute;
    left: -1rem;
    background-image: radial-gradient(circle, rgb(120,120,122,0.5) 0%, transparent 70%);
    width: 2rem;
    top: -0.5rem;
}

footer {
    z-index: 1;
    position: relative;
}

footer::before {
    opacity: 0.9;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -2;
    content: "";
    top: 0;
    background: linear-gradient(145deg, rgb(193,193,196) 0%, rgb(156,156,159,0.5) 100%);
}

.webdiploma_cta::after {
    left: 0;
    height: 6px;
    width: 100%;
    top: 0;
    content: "";
    position: absolute;
    background: linear-gradient(90deg, rgb(156,156,159), rgb(120,120,122));
}

.webdiploma_cta .company_holder {
    background: #ffffff;
    border-radius: 21px;
    flex: 1 1 400px;
    position: relative;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    padding: 2rem 2.5rem;
}

.webdiploma_cta .company_holder h3 {
    color: rgb(156,156,159);
    letter-spacing: 0.5px;
    font-weight: 700;
    margin: 0 0 1.5rem;
    font-size: 28px;
    position: relative;
}

.webdiploma_cta .webcredit_info {
    font-size: 17px;
    line-height: 1.7;
    border-left: 3px solid rgb(120,120,122);
    color: #000000;
    padding: 1.5rem;
    background: rgb(193,193,196);
    position: relative;
    border-radius: 10px;
}

.webdiploma_cta .webheader_primary {
    overflow: hidden;
    position: relative;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    min-width: 200px;
    flex: 1 1 calc(50% - 1.25rem);
    background: #ffffff;
    border-radius: 21px;
}

.webdiploma_cta .webheader_primary .webnav_top {
    gap: 0;
    display: flex;
    padding: 1rem 0;
    flex-direction: column;
}

.webdiploma_cta .webheader_primary .webnav_top a::before {
    background: rgb(193,193,196);
    left: 0;
    top: 0;
    width: 0;
    position: absolute;
    transition: all 0.3s ease;
    z-index: -1;
    height: 100%;
    content: "";
}

.webdiploma_cta .webheader_primary .webnav_top a:hover {
    padding-left: 2.2rem;
    color: rgb(156,156,159);
}

.webdiploma_cta .webheader_primary .webnav_top a:hover::before {
    width: 100%;
}

.webdiploma_cta .webheader_primary .webnav_top a:hover::after {
    opacity: 1;
}

.webknowl_base::before {
    height: 1px;
    top: 0;
    background: linear-gradient(90deg, transparent, rgb(156,156,159,0.5), transparent);
    content: "";
    position: absolute;
    left: 10%;
    right: 10%;
}

.webknowl_base .webtrade_mark {
    font-size: 12px;
    color: #000000;
    font-weight: 400;
    padding: 0.8rem 2rem;
    text-align: center;
    background: #ffffff;
    border-radius: 50px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.webcourse_suitability::after {
    background-size: 60px 60px;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: 
        linear-gradient(45deg, transparent 48%, rgb(156,156,159,0.5) 49%, transparent 51%),
        linear-gradient(135deg, transparent 48%, rgb(120,120,122,0.5) 49%, transparent 51%);
    position: absolute;
    left: 0;
    opacity: 0.05;
    content: '';
}

.webcourse_suitability h3 {
    display: inline-block;
    position: relative;
    font-size: 32px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 70px;
    padding: 0 20px;
}

.webcourse_suitability h3::after {
    right: -60px;
}

.webcourse_suitability ul {
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

.webcourse_suitability ul li::before {
    opacity: 0;
    top: 0;
    position: absolute;
    content: '';
    width: 100%;
    height: 5px;
    left: 0;
    background: linear-gradient(90deg, rgb(156,156,159), rgb(120,120,122));
    transition: opacity 0.4s ease;
}

.webcourse_suitability ul li::after {
    opacity: 0.1;
    left: -50px;
    content: '';
    z-index: -1;
    transition: all 0.6s ease;
    border-radius: 50%;
    height: 100px;
    background: rgb(156,156,159,0.5);
    position: absolute;
    bottom: -50px;
    width: 100px;
}

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

.webcourse_suitability ul li:hover::after {
    opacity: 0.05;
    transform: scale(6);
}

.webcourse_suitability ul li svg {
    position: relative;
    flex-shrink: 0;
    width: 50px;
    transition: all 0.5s ease;
    height: 50px;
}

.webcourse_suitability ul li:hover svg path {
    fill: rgb(120,120,122);
}

.webcourse_suitability ul li:nth-child(2) {
    animation-delay: 0.25s;
}

.webcourse_suitability ul li:nth-child(4) {
    animation-delay: 0.55s;
}

.webcourse_suitability ul li:nth-child(6) {
    animation-delay: 0.85s;
}

.webcourse_suitability ul li:nth-child(3n+2) {
    animation: slideInBottom 0.6s forwards, floatingAnimation 8s ease-in-out infinite 1s reverse;
    animation-delay: 0.25s, 3s;
}

.webcookie_warning_window {
    padding: 15px 20px;
    border-top: 3px solid rgb(156,156,159);
    background: rgb(120,120,122);
    position: fixed;
    bottom: 0;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
    z-index: 90;
    width: 100%;
}

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

.webcookie_list {
    max-width: 600px;
    flex-direction: column;
    display: flex;
    justify-content: center;
}

.webcookie_warning_window p {
    line-height: 1.5;
    color: #000000;
    font-size: 14px;
}

.webcookie_show:hover {
    border-color: rgb(156,156,159,0.5);
    background: rgb(156,156,159,0.5);
}

.webcookie_warning_window p a {
    border-bottom: 2px solid rgb(156,156,159);
    color: rgb(156,156,159);
    text-decoration: none;
}

.webcookie_warning_window p a:hover {
    color: rgb(120,120,122);
    border-bottom-color: rgb(120,120,122);
}

.webcourse_summary {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(193,193,196) 0%, rgba(245, 245, 245, 0.9) 100%);
    position: relative;
    padding: 120px 0;
}

.webcourse_summary::after {
    height: 300px;
    content: "";
    position: absolute;
    bottom: -50px;
    pointer-events: none;
    width: 300px;
    z-index: 0;
    transform: rotate(-15deg);
    border: 4px solid rgb(120,120,122,0.5);
    right: -50px;
}

.webcourse_summary .weblearn_network {
    opacity: 0;
    flex-direction: column;
    gap: 40px;
    display: flex;
    animation: fadeInUp 0.8s ease-out forwards;
    transform: translateY(30px);
}

.webcourse_summary .websnap::before {
    background: linear-gradient(to bottom, transparent 60%, rgb(156,156,159,0.5) 100%);
    left: 0;
    top: 0;
    height: 100%;
    position: absolute;
    content: "";
    width: 100%;
    z-index: 1;
}

.webcourse_summary .webtext_item {
    transform: translateY(20px);
    position: relative;
    background: #ffffff;
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.1);
    transition: transform 0.4s ease-out, box-shadow 0.4s ease-out;
    padding: 30px;
}

.webcourse_summary .webtext_item:hover::before {
    height: 100%;
}

.webcourse_summary h3 {
    transition: transform 0.4s ease-out;
    color: #000000;
    padding-bottom: 15px;
    position: relative;
    font-size: 34px;
    margin-bottom: 25px;
    transform: translateX(0);
    font-weight: 700;
}

.webcourse_summary .webtext_item:hover h3 {
    transform: translateX(15px);
}

.webcourse_summary .webtext_item:hover h3::after {
    width: 120px;
}

.webcourse_summary span.description {
    display: none;
}

.webcourse_summary .weblearn_network:hover .websnap {
    transform: translateX(0) scale(1.02);
    box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.25);
}

.webplan_array::before {
    position: absolute;
    z-index: 0;
    top: -10%;
    height: 120%;
    width: 110%;
    transform: rotate(-3deg);
    content: "";
    left: -5%;
    background: linear-gradient(135deg, 
        rgba(var(--secondary-color-rgb), 0.03) 0%,
        rgba(var(--secondary-color-rgb), 0.01) 40%, 
        rgba(var(--primary-color-rgb), 0.02) 60%, 
        rgba(var(--primary-color-rgb), 0.05) 100%);
}

.webplan_array .webpromo_cost:hover h2 {
    transform: translateY(-5px);
}

.webplan_array .webcost_card {
    max-width: 700px;
    line-height: 1.6;
    color: #000000;
    margin: 0 auto;
    position: relative;
    font-size: 17px;
}

.webplan_array .webcost_card::after {
    transform: translateX(-50%) scaleX(0.7);
    width: 100px;
    content: "";
    transition: transform 0.5s ease;
    left: 50%;
    bottom: -15px;
    background: linear-gradient(90deg, rgb(120,120,122), rgb(156,156,159));
    height: 3px;
    position: absolute;
}

.webplan_array .webfee_choices {
    overflow: hidden;
    z-index: 1;
    border-radius: 11px;
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), 
                box-shadow 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform-style: preserve-3d;
    text-decoration: none;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    perspective: 1000px;
    background-color: #ffffff;
    position: relative;
    display: block;
}

.webplan_array .webfee_choices:hover::before {
    transform: scaleX(1);
}

.webplan_array .weblearn_offers {
    flex-direction: column;
    height: 100%;
    display: flex;
}

.webplan_array .webedu_deals::before {
    background: linear-gradient(135deg, 
        rgba(var(--white-color-rgb), 0.7) 0%, 
        rgba(var(--white-color-rgb), 1) 60%);
    left: 0;
    width: 100%;
    z-index: -1;
    position: absolute;
    content: "";
    top: 0;
    height: 100%;
}

.webplan_array .webfee_choices:hover .webedu_deals h3 {
    transform: translateX(5px);
}

.webplan_array .webannual_fee::before {
    height: 2px;
    position: absolute;
    width: 100%;
    transform-origin: left;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: scaleX(0.3);
    left: 0;
    bottom: 0;
    background: linear-gradient(90deg, rgb(120,120,122), rgb(156,156,159));
    content: "";
}

.webplan_array .webedu_deals p {
    hyphens: auto;
    margin-bottom: 0;
    color: #000000;
    font-size: 17px;
    overflow-wrap: break-word;
    line-height: 1.6;
    word-wrap: break-word;
    flex-grow: 1;
    max-width: 100%;
}

.webplan_array .websnap::after {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 1;
    top: 0;
    height: 100%;
    background: linear-gradient(0deg, 
        rgba(var(--dark-color-rgb), 0.4) 0%, 
        rgba(var(--dark-color-rgb), 0) 40%);
    content: "";
}

.webstatistical_summary::before {
    z-index: -1;
    width: 120%;
    top: -10%;
    height: 120%;
    content: "";
    animation: subtleShift 60s linear infinite;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(rgb(156,156,159,0.5), 0.02) 10px,
        rgba(rgb(156,156,159,0.5), 0.02) 20px
    );
    left: -10%;
    position: absolute;
}

.webstatistical_summary h3::after {
    height: 0.25rem;
    bottom: -0.8rem;
    animation: lineExpand 1s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.4s;
    width: 3.5rem;
    position: absolute;
    background: rgb(156,156,159);
    content: "";
    transform-origin: left;
    left: 0;
}

.webstatistical_summary .container > div {
    position: relative;
}

.webstatistical_summary .webtop_statistics {
    position: relative;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: 1;
    flex-direction: column;
    overflow: hidden;
    justify-content: center;
    padding: 2rem 1.5rem;
    display: flex;
    background: #ffffff;
    box-shadow: 0 10px 20px rgba(rgba(0, 0, 0, 0.5), 0.05);
    transform: translateZ(0);
}

.webstatistical_summary .webtop_statistics::after {
    position: absolute;
    right: 0;
    height: 100%;
    z-index: -1;
    content: "";
    background: linear-gradient(135deg, transparent 40%, rgba(rgb(120,120,122,0.5), 0.06) 100%);
    bottom: 0;
    transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    width: 70%;
}

.webstatistical_summary .webtop_statistics:hover::after {
    transform: translateX(5px);
}

.webstatistical_summary .webtop_statistics:nth-child(odd):hover {
    transform: translateY(2px) translateZ(0);
}

.webstatistical_summary .webtop_statistics:hover span {
    transform: translateX(5px);
}

.webstatistical_summary .webtop_statistics p {
    color: rgb(156,156,159);
    font-weight: 700;
    display: inline-block;
    position: relative;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    margin: 0;
    font-size: calc(38px * 1.1);
}

.webstatistical_summary .webtop_statistics:hover p {
    transform: translateY(-2px);
}

.webstatistical_summary .webtop_statistics:hover p::before {
    transform: scaleX(1);
}

.webconnect_form {
    position: relative;
    background: rgb(193,193,196);
    overflow: hidden;
    padding: 100px 0;
}

.webconnect_form::after {
    z-index: 1;
    opacity: 0.07;
    width: 100%;
    top: 0;
    position: absolute;
    background-size: 30px 30px;
    background-image: 
        linear-gradient(rgb(120,120,122,0.5) 1px, transparent 1px),
        linear-gradient(90deg, rgb(120,120,122,0.5) 1px, transparent 1px);
    content: "";
    left: 0;
    height: 100%;
}

.webconnect_form h2 {
    color: #000000;
    display: inline-block;
    transform: translateX(-50%);
    text-align: center;
    left: 50%;
    font-size: 38px;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-weight: 700;
}

.webconnect_form .websupport_grid {
    position: relative;
    background: #ffffff;
    border-radius: 0;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
    display: flex;
    margin-top: 50px;
}

.webconnect_form .websnap::before {
    z-index: 1;
    inset: 0;
    background: linear-gradient(
        135deg, 
        rgba(rgb(156,156,159), 0.4), 
        rgba(rgb(120,120,122), 0.4)
    );
    content: "";
    position: absolute;
}

.webconnect_form .websupport_panel::after {
    background: rgb(120,120,122,0.5);
    bottom: -50px;
    height: 100px;
    width: 100px;
    left: -50px;
    border-radius: 0;
    position: absolute;
    content: "";
    transform: rotate(45deg);
    z-index: 0;
}

.webconnect_form form h3 {
    margin-bottom: 40px;
    font-weight: 600;
    color: #000000;
    position: relative;
    display: inline-block;
    font-size: 19px;
}

.webconnect_form form input[type="text"] {
    border: none;
    padding: 20px 25px;
    margin-bottom: 25px;
    transition: all 0.3s ease;
    width: 100%;
    border-bottom: 2px solid rgb(193,193,196);
    color: #000000;
    font-size: 14px;
    background: transparent;
}

.webconnect_form .websupport_form {
    margin-bottom: 40px;
    position: relative;
}

.webconnect_form .websupport_form label {
    line-height: 1.5;
    padding-left: 35px;
    font-size: 16px;
    cursor: pointer;
    position: relative;
    color: #000000;
}

.webconnect_form .websupport_form input[type="checkbox"]:checked + label::before {
    border-color: rgb(156,156,159);
    background: rgb(156,156,159);
}

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

.webconnect_form .websupport_form label a:hover {
    color: rgb(120,120,122);
}

.webconnect_form .websupport_form label a:hover::after {
    transform: scaleX(0);
    background: rgb(120,120,122);
}

.webconnect_form .webquery_inquiry {
    overflow: hidden;
    width: auto;
    clip-path: polygon(
        0 0,
        100% 0,
        100% 70%,
        90% 100%,
        0 100%
    );
    display: inline-block;
    z-index: 1;
    padding: 18px 40px;
    position: relative;
    background: rgb(156,156,159);
    cursor: pointer;
    color: #ffffff;
    font-weight: 600;
    font-size: 18px;
    transition: all 0.3s ease;
    border: none;
}

.webconnect_form svg path {
    stroke: rgb(156,156,159);
    transition: all 0.3s ease;
    fill: none;
}

::-webkit-scrollbar {
    width: 1rem;
    padding: 4px;
}

::-webkit-scrollbar-button {
    background: rgb(255, 255, 255, 0.5);
    width: 11px;
    border-radius: 7px;
    height: 0px;
}

::-webkit-scrollbar-track {
    border-radius: 6.6rem;
    background: rgb(156,156,159,0.5);
}

::-webkit-scrollbar-thumb {
    transition: all 1s ease;
    border-radius: 19.9vw;
    box-shadow: -4px -5px 4px 6px rgba(0, 0, 0, 0.6);
    background: rgb(156,156,159,0.5);
    border: 2px ridge rgb(193,193,196);
}

::-webkit-scrollbar-thumb:hover {
    background: rgb(120,120,122,0.5);
    box-shadow: -4px -1px 14px 0px rgba(0, 0, 0, 0.6);
}

::-webkit-scrollbar-thumb:active {
    box-shadow: inset -1px 1px 6px 2px rgba(0, 0, 0, 0.3);
    background: rgb(255, 255, 255, 0.5);
}



@media (max-width: 768px) {.webmentorship_profile {
    padding: 60px 0;
}.webmentorship_profile .webopinion_ratings {
    padding: 30px 20px;
    grid-template-areas: 
            "websnap"
            "name"
            "webemp_back"
            "webemployee_area";
    grid-template-columns: 1fr;
}.webmentorship_profile .websnap {
    margin: 0 auto;
    height: 180px;
    width: 80%;
}.webmentorship_profile .name,
    .webmentorship_profile .webopinion_ratings span:not(.name) {
    text-align: center;
    transform: translateX(0);
}.webmentorship_profile .webemployee_area {
    padding: 15px;
}}



@media (max-width: 767px) {.webour_info {
    padding: 3rem 0;
}.webour_info .webcontact_faq {
    padding: 2rem;
}.webour_info .webget_help {
    padding: 1.5rem;
}.webour_info .webassist_experts {
    font-size: calc(37px - 4px);
}.webour_info .websupport_request {
    font-size: calc(24px - 2px);
}.webour_info .webreach_section {
    gap: 0.8rem;
    grid-template-columns: 1fr;
}.webour_info .webget_help svg {
    width: 16px;
    height: 16px;
}}



@media (max-width: 991px) {.webtitle_screen .webmain_welcome {
    padding: 3rem 1.5rem;
}.webtitle_screen .webcreds_sect {
    padding: 2.5rem 2rem;
}.webtitle_screen .webcreds_sect::before {
    clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
}
}



@media (max-width: 480px) {.webtitle_screen .webmain_welcome {
    padding: 1.5rem 1rem;
}.webtitle_screen .webcreds_sect {
    padding: 1.5rem 1rem;
}.webtitle_screen .webcreds_sect::before {
    clip-path: polygon(0 2%, 100% 0, 100% 98%, 0 100%);
}.webtitle_screen h1::after {
    height: 3px;
    width: 50px;
}.webtitle_screen .webcreds_sect::after {
    height: 3px;
    width: 80px;
}}



@media (max-width: 767px) {header .webmain_teach .webheader_primary .webheader_learn a {
    padding: 8px 12px;
    font-size: calc(14px - 2px);
}}



@media screen and (max-width: 991px) {.websign_up_now {
    padding: 4.5rem 1.5rem;
}}



@media (min-width: 768px) {.webtraining_method {
    padding: 120px 0;
}.webtraining_method .container.webvision_mission > div {
    padding: 60px;
    clip-path: polygon(0 0, 100% 0, 96% 100%, 0% 100%);
    margin-left: 80px;
}.webtraining_method h3 {
    margin-bottom: 35px;
    font-size: calc(32px * 1.1);
}.webtraining_method p {
    font-size: calc(12px * 1.05);
    padding-left: 20px;
    max-width: 85%;
}.webtraining_method .container.webvision_mission > div::before {
    right: 30px;
    width: 100px;
    top: 30px;
    height: 100px;
}
}



@media (max-width: 480px) {.webtraining_method {
    padding: 50px 0;
}.webtraining_method .container.webvision_mission > div {
    padding: 25px 15px;
}.webtraining_method h3 {
    margin-bottom: 15px;
    font-size: calc(32px * 0.8);
}.webtraining_method p {
    font-size: calc(12px * 0.95);
}}



@media (max-width: 768px) {.webour_background {
    padding: 80px 0 60px;
}.webour_background h2 {
    font-size: calc(48px * 0.8);
    margin-bottom: 50px;
}.webour_background .webpro_classes {
    gap: 40px;
    grid-template-columns: 1fr;
}.webour_background .webvalue_vision {
    padding: 30px;
}.webour_background .webvalue_vision:last-child {
    animation-delay: 0.1s;
}
}



@media (prefers-reduced-motion: reduce) {.webour_background::after {
    animation: none;
}.webour_background .webvalue_vision,
    .webour_background .webvalue_vision::before {
    transition: none;
}.webour_background .webvalue_vision:hover {
    transform: none;
}.webour_background .webvalue_vision:first-child,
    .webour_background .webvalue_vision:last-child {
    transform: none;
    opacity: 1;
    animation: none;
}
}



@media (min-width: 992px) {.webeducational_yield {
    padding: 8rem 0;
}.webeducational_yield h5 {
    margin-bottom: 4rem;
    font-size: calc(19px * 1.1);
}.webeducational_yield .webtext_item {
    padding: 3.5rem;
}.webeducational_yield ul {
    column-gap: 2rem;
    columns: 2;
}.webeducational_yield li {
    break-inside: avoid;
}
}



@media (max-width: 480px) {.webeducational_yield h5 {
    font-size: calc(19px * 0.8);
}.webeducational_yield .websnap {
    height: 180px;
}.webeducational_yield .webtext_item {
    padding: 1.5rem 1.2rem;
}.webeducational_yield li {
    padding-left: 34px;
}.webeducational_yield li svg {
    width: 22px;
    height: 22px;
}
}



@media (max-width: 991px) {.webgratZone {
    padding: 4rem 0;
}.webgratZone h2 {
    font-size: calc(34px * 0.9);
    margin-bottom: 2.5rem;
}.webgratZone .webvision_mission {
    padding: 2.5rem 2rem;
}
}



@media (max-width: 767px) {.webgratZone {
    padding: 3.5rem 0;
}.webgratZone h2 {
    line-height: 1.4;
    margin-bottom: 2rem;
    font-size: calc(34px * 0.8);
}.webgratZone h2::after {
    width: 5rem;
    bottom: -0.8rem;
}.webgratZone .webvision_mission {
    padding: 2rem 1.5rem;
}.webgratZone span {
    font-size: calc(13px * 0.95);
    line-height: 1.6;
}
}



@media (max-width: 1200px) {.webdiploma_cta .container {
    gap: 2rem;
}.webdiploma_cta .company_holder {
    flex: 1 1 360px;
}.webdiploma_cta .webchrome_ext {
    flex: 1 1 calc(100% - 400px);
    min-width: 360px;
}.webdiploma_cta .webnav_top {
    gap: 2rem;
}
}



@media (max-width: 768px) {.webdiploma_cta {
    padding: 3rem 0 1.5rem;
}.webdiploma_cta .webnav_top {
    gap: 1.5rem;
}.webdiploma_cta .company_holder {
    padding: 2rem;
}.webdiploma_cta .company_holder h3 {
    font-size: calc(28px - 2px);
}.webknowl_base {
    margin-top: 2rem;
}
}



@media (max-width: 420px) {.webdiploma_cta .company_holder h3::after {
    width: 50px;
}.webdiploma_cta .webheader_primary .webnav_top a:hover {
    padding-left: 2rem;
}.webknowl_base .webtrade_mark {
    width: 90%;
    padding: 0.7rem 1.5rem;
}}



@media (max-width: 992px) {.webcourse_suitability {
    padding: 90px 0;
}.webcourse_suitability h3 {
    margin-bottom: 60px;
}.webcourse_suitability h3::before,
    .webcourse_suitability h3::after {
    width: 30px;
}.webcourse_suitability h3::before {
    left: -40px;
}.webcourse_suitability h3::after {
    right: -40px;
}.webcourse_suitability ul {
    gap: 30px;
}.webcourse_suitability ul li {
    padding: 35px 25px;
    width: calc(50% - 15px);
}
}



@media (prefers-reduced-motion: reduce) {.webcourse_suitability ul li {
    animation: none;
    opacity: 1;
}.webcourse_suitability ul li:hover {
    transform: none;
}.webcourse_suitability ul li:hover svg {
    transform: none;
}}


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


@media only screen and (max-width: 800px) {.webedu_track {
    display: none;
}.webedu_cookie {
    align-items: center;
    justify-content: center;
    flex-direction: column;
}.webcookie_warning_window h5, .webcookie_warning_window p {
    text-align: center;
}.webcookie_list {
    margin-bottom: 15px;
}.webcookie_show {
    margin-left: 0;
    margin-top: 10px;
}}



@media (min-width: 992px) {.webcourse_summary {
    padding: 150px 0;
}.webcourse_summary .weblearn_network {
    gap: 80px;
}.webcourse_summary .websnap {
    height: 520px;
}.webcourse_summary .webtext_item {
    padding: 50px;
}.webcourse_summary h3 {
    margin-bottom: 30px;
    font-size: calc(34px * 1.1);
}
}



@media (max-width: 767px) {.webcourse_summary {
    padding: 80px 0;
}.webcourse_summary h3 {
    font-size: calc(34px * 0.85);
}.webcourse_summary p.description {
    font-size: calc(12px * 0.95);
}.webcourse_summary .webtext_item {
    padding: 25px 20px;
}
}



@media (min-width: 992px) {.webplan_array .webplan_fee {
    align-items: center;
    gap: 60px;
    flex-direction: row;
}.webplan_array .webpromo_cost {
    order: 2;
    text-align: left;
    margin-bottom: 0;
    flex: 0 0 30%;
}.webplan_array .webpricing_levels {
    order: 1;
    grid-template-columns: repeat(2, 1fr);
    flex: 0 0 65%;
}.webplan_array .webcost_card::after {
    left: 0;
    transform: translateX(0) scaleX(0.7);
}.webplan_array .webpromo_cost:hover .webcost_card::after {
    transform: translateX(0) scaleX(1);
}
}



@media screen and (max-width: 992px) {.webstatistical_summary {
    padding: 4rem 1rem;
}.webstatistical_summary h3 {
    font-size: calc(38px * 0.9);
    margin-bottom: 2.5rem;
}.webstatistical_summary ul {
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}.webstatistical_summary .webtop_statistics {
    padding: 1.75rem 1.25rem;
}.webstatistical_summary .webtop_statistics p {
    font-size: calc(38px * 0.95);
}
}



@media screen and (max-width: 576px) {.webstatistical_summary {
    padding: 3rem 0.75rem;
}.webstatistical_summary h3 {
    margin-bottom: 1.75rem;
    font-size: calc(38px * 0.8);
}.webstatistical_summary ul {
    grid-template-columns: 1fr;
    gap: 1rem;
}.webstatistical_summary .webtop_statistics {
    padding: 1.25rem 1rem;
}.webstatistical_summary .webtop_statistics:nth-child(odd) {
    transform: translateY(0) translateZ(0);
}.webstatistical_summary .webtop_statistics:nth-child(odd):hover {
    transform: translateY(-5px) translateZ(0);
}.webstatistical_summary .webtop_statistics p {
    font-size: calc(38px * 0.8);
}.webstatistical_summary .webtop_statistics span {
    font-size: calc(14px * 0.85);
}}



@media (max-width: 480px) {.webconnect_form {
    padding: 50px 0;
}.webconnect_form h2 {
    font-size: calc(38px * 0.85);
}.webconnect_form .websupport_grid {
    margin-top: 30px;
}.webconnect_form .websnap {
    min-height: 200px;
}.webconnect_form .websupport_panel {
    padding: 30px 20px;
}.webconnect_form form h3 {
    margin-bottom: 25px;
    font-size: calc(19px * 0.9);
}.webconnect_form form input[type="text"] {
    margin-bottom: 15px;
    padding: 12px 15px;
}.webconnect_form .websupport_form {
    margin-bottom: 25px;
}.webconnect_form .websupport_form label {
    font-size: calc(16px * 0.9);
}.webconnect_form .webquery_inquiry {
    padding: 12px 25px;
}
}



@keyframes ambientGlow {
    0% {
        opacity: 0.5;
        background-position: 0% 0%;
    }
    50% {
        opacity: 0.7;
    }
    100% {
        opacity: 0.5;
        background-position: 100% 100%;
    }
}



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



@keyframes lineGrow {
    from {
        transform: scaleX(0);
    }
    to {
        transform: scaleX(1);
    }
}

@keyframes gridAnimate {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 30px 30px;
    }
}

@keyframes cornerPulse {
    0% {
        opacity: 0.5;
        width: 40px;
        height: 40px;
    }
    100% {
        opacity: 1;
        width: 50px;
        height: 50px;
    }
}

@keyframes topBarAnimate {
    0%, 100% {
        opacity: 0.3;
        transform: scaleX(0.5);
    }
    50% {
        opacity: 0.8;
        transform: scaleX(1);
    }
}



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

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



@keyframes patternShift {
    0% { background-position: 0 0, 0 10px, 10px -10px, -10px 0px; }
    100% { background-position: 100px 100px, 100px 110px, 110px 90px, 90px 100px; }
}

@keyframes floatingAnimation {
    0% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-15px) rotate(2deg);
    }
    100% {
        transform: translateY(0) rotate(0deg);
    }
}



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



@keyframes lineExpand {
    from {
        transform: scaleX(0);
    }
    to {
        transform: scaleX(1);
    }
}



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



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

