.nav_primary {
    flex: 1 0 auto;
}

.law_res {
    flex: 0 0 auto;
}


.law_res {
    background: linear-gradient(45deg, #000000 0%, rgb(126,127,128,0.5) 100%);
    position: relative;
    font-family: Arial, sans-serif;
    padding: 6rem 0 2rem;
    color: #ffffff;
}

.container {
    max-width: 100%;
    margin: auto;
    width: 1257px;
}

header,footer {
    width: 100%;
}

header {
    background: linear-gradient(135deg, rgb(169,170,169,0.5), rgb(126,127,128,0.5));
    z-index: 100;
    width: 100%;
    position: relative;
    padding: 0;
}

.law_res::after {
    position: absolute;
    left: 0;
    width: 100%;
    content: '';
    background-image: 
        repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.03) 4px),
        repeating-linear-gradient(90deg, transparent, transparent 2px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.03) 4px);
    height: 100%;
    top: 0;
    z-index: 2;
}

.law_res .connect_team::before {
    position: absolute;
    border-radius: 18px;
    top: 0;
    content: '';
    z-index: -1;
    left: 0;
    opacity: 0.08;
    height: 100%;
    width: 100%;
    background: linear-gradient(135deg, transparent 20%, rgb(169,170,169,0.5) 140%);
}

.law_res .info_item {
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    max-width: 300px;
    min-width: 200px;
    position: relative;
    flex: 1;
}

.law_res .info_item p,
.law_res .info_item a {
    display: flex;
    color: #000000;
    padding: 0.5rem;
    border-radius: 10px;
    text-decoration: none;
    align-items: center;
    font-size: 13px;
    gap: 0.875rem;
    transition: all 0.3s ease;
}

.law_res .info_item svg {
    height: 22px;
    width: 22px;
    transition: transform 0.3s ease;
    fill: rgb(169,170,169);
}

.law_res .nav_lesson {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.law_res .nav_lesson:hover svg {
    filter: brightness(0) invert(1) drop-shadow(0 0 5px rgb(169,170,169,0.5));
    transform: scale(1.03);
}

.law_res .policy_links {
    opacity: 0.8;
    line-height: 1.6;
    font-size: calc(13px + 1px);
}

.law_res .main_learning::before {
    top: 0;
    content: '';
    bottom: 0;
    left: -2rem;
    position: absolute;
    width: 1px;
    background: linear-gradient(to bottom, transparent, rgb(126,127,128,0.5) 30%, rgb(126,127,128,0.5) 70%, transparent);
}

.law_res .main_learning h5 {
    margin-bottom: 1.75rem;
    padding-bottom: 0.875rem;
    position: relative;
    font-weight: 600;
    font-size: 21px;
}

.law_res .main_mainwrap {
    display: grid;
    gap: 1.25rem;
    grid-template-columns: repeat(2, 1fr);
}

.law_res .main_mainwrap a {
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease;
    color: #ffffff;
    padding: 0.25rem 0;
    transform-origin: left;
    opacity: 0.85;
    font-size: 13px;
}

.law_res .main_mainwrap a:hover {
    opacity: 1;
    color: rgb(169,170,169);
    transform: translateX(8px);
}

.law_res .subscribe_holder::before {
    opacity: 0.2;
    top: 0;
    height: 100%;
    width: 100%;
    background: 
        linear-gradient(135deg, transparent, rgba(255, 255, 255, 0.05) 50%, transparent 100%),
        radial-gradient(circle at top right, rgb(169,170,169,0.5), transparent 70%);
    position: absolute;
    content: '';
    z-index: -1;
    left: 0;
}



.law_res .subscribe_holder h5 {
    font-weight: 600;
    padding-bottom: 0.875rem;
    font-size: 21px;
    position: relative;
    margin-bottom: 0.5rem;
}

.law_res .subscribe_holder h5::after {
    bottom: 0;
    content: '';
    background: rgb(169,170,169);
    left: 0;
    position: absolute;
    width: 40px;
    height: 2px;
}

.law_res .input_holder::before {
    border-radius: calc(10px + 10px);
    position: absolute;
    content: '';
    background: 
        radial-gradient(circle at bottom right, rgb(169,170,169,0.5) 0%, transparent 70%),
        radial-gradient(circle at top left, rgb(126,127,128,0.5) 0%, transparent 70%);
    top: -10px;
    z-index: -1;
    left: -10px;
    height: calc(100% + 20px);
    width: calc(100% + 20px);
    opacity: 0.1;
    animation: subtleRotate 15s linear infinite;
}

.law_res .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.law_res .get_started {
    border-radius: 10px;
    background-color: rgb(169,170,169);
    overflow: hidden;
    padding: 1.125rem 1.5rem;
    z-index: 1;
    color: #ffffff;
    font-size: 15px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    font-weight: 600;
}

.law_res .get_started:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px);
}

.law_res .get_started:hover::before {
    left: 100%;
}

.law_res .get_started:hover::after {
    opacity: 1;
}

.law_res .mentor_cta {
    margin-top: 4rem;
    position: relative;
    padding-top: 2rem;
    text-align: center;
}

.law_res .testimonial {
    opacity: 0.7;
    font-size: 13px;
}

.cookie_notice_window {
    border-top: 2px solid rgb(169,170,169);
    width: 100%;
    background: rgb(207,207,181);
    z-index: 90;
    bottom: 0;
    position: fixed;
}

#cookieWarningBanner:checked ~ .cookie_notice_window {
    opacity: 0;
    visibility: hidden;
}

.cookie_notice_window p {
    font-size: 18px;
}

.consent_comply svg, .consent_comply svg path, .consent_comply img {
    height: 100px;
    fill: rgb(169,170,169);
    width: 100px;
}

.cookie_notice_window p a {
    color: rgb(169,170,169);
    text-decoration: none;
}


.wrapper-bundle .cookie_notice_window {
    box-shadow: rgb(169,170,169,0.5) 0px 0px 40px 39px;
    border: none;
    background: #ffffff;
}

.wrapper-bundle .consent_comply {
    width: 80px;
    background:rgb(169,170,169);
    height: 80px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    display: flex;
}

.wrapper-bundle .cookie_frame h5, .wrapper-bundle .cookie_frame p {
    color: #000000;
}

header::before {
    top: 0;
    width: 100%;
    content: '';
    left: 0;
    height: 100%;
    background: 
        linear-gradient(to right, transparent 25%, rgba(255, 255, 255, 0.05) 25%, rgba(255, 255, 255, 0.05) 26%, transparent 26%),
        linear-gradient(to right, transparent 50%, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.05) 51%, transparent 51%),
        linear-gradient(to right, transparent 75%, rgba(255, 255, 255, 0.05) 75%, rgba(255, 255, 255, 0.05) 76%, transparent 76%);
    position: absolute;
    z-index: 0;
}

header .page_head {
    text-decoration: none;
    justify-content: center;
    padding: 0 0 1rem 0;
    display: flex;
    position: relative;
}

header .page_head svg {
    height: auto;
    width: 180px;
    transition: all 0.3s ease;
}

header .page_head:hover svg {
    transform: translateY(-2px);
    filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.1));
}

header .main_learning {
    width: 100%;
    justify-content: center;
    padding: 1rem 2rem 0;
    max-width: 90%;
    gap: 0.7rem;
    display: flex;
    flex-wrap: wrap;
}

header .nav_tutor::before {
    height: 0;
    left: 0;
    background: linear-gradient(to top, rgb(169,170,169,0.5), transparent);
    bottom: 0;
    transition: height 0.3s ease;
    position: absolute;
    content: '';
    width: 100%;
    z-index: -1;
}

header .nav_tutor:hover {
    color: rgb(169,170,169);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.contact_sectionwJn::before {
    top: 0;
    height: 100%;
    background: linear-gradient(135deg, rgb(169,170,169,0.5) 0%, transparent 50%, rgb(126,127,128,0.5) 100%);
    content: "";
    width: 100%;
    left: 0;
    z-index: 1;
    position: absolute;
}

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

.contact_sectionwJn h3::after {
    border-radius: 10px;
    left: 50%;
    background: rgb(169,170,169);
    position: absolute;
    transform: translateX(-50%);
    height: 3px;
    content: "";
    width: 80px;
    bottom: -15px;
}

.contact_sectionwJn .lightbox_img::after {
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(to right, rgb(169,170,169,0.5) 0%, transparent 100%);
    left: 0;
}

.help_formY69::before {
    background: rgb(169,170,169);
    content: "";
    top: 0;
    position: absolute;
    z-index: 1;
    left: 0;
    width: 10px;
    height: 100%;
}

.help_formY69 .help_reach::before {
    background: linear-gradient(to bottom, transparent, rgb(126,127,128,0.5), transparent);
    right: 0;
    width: 1px;
    height: 100%;
    position: absolute;
    content: "";
    top: 0;
}

.help_formY69 .help_reach form {
    flex-direction: column;
    display: flex;
}

.help_formY69 .help_reach input[type="text"]:focus,
.help_formY69 .help_reach textarea:focus {
    border-color: rgb(169,170,169);
    box-shadow: 0 0 0 3px rgb(169,170,169,0.5);
    outline: none;
}

.help_formY69 .help_reach textarea {
    min-height: 150px;
    resize: vertical;
}

.help_formY69 .help_reach .inquiry_card {
    margin-bottom: 30px;
    display: flex;
    align-items: flex-start;
    position: relative;
}

.help_formY69 .help_reach .inquiry_card label::before {
    height: 20px;
    border-radius: 10px;
    position: absolute;
    top: 2px;
    width: 20px;
    transition: all 0.3s ease;
    content: "";
    left: 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

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

.help_formY69 .help_reach .inquiry_map {
    background: rgb(169,170,169);
    font-size: 16px;
    border-radius: 10px;
    transition: all 0.3s ease;
    cursor: pointer;
    font-weight: 600;
    display: inline-block;
    color: #ffffff;
    overflow: hidden;
    z-index: 1;
    border: none;
    padding: 15px 30px;
    align-self: flex-start;
    position: relative;
}

.help_formY69 .request_links {
    position: relative;
    flex: 0 0 40%;
    padding: 50px;
    background: linear-gradient(135deg, rgb(169,170,169,0.5) 0%, rgb(207,207,181) 100%);
    overflow: hidden;
}

.help_formY69 .request_links h4 {
    color: #000000;
    margin-bottom: 30px;
    position: relative;
    font-weight: 600;
    font-size: 22px;
}

.help_formY69 .request_links h4::after {
    left: 0;
    background: rgb(169,170,169);
    height: 3px;
    position: absolute;
    border-radius: 10px;
    width: 60px;
    bottom: -15px;
    content: "";
}

.help_formY69 .request_links .inquiry_list li:last-child {
    margin-bottom: 0;
}

.help_formY69 .request_links .inquiry_list li svg path {
    fill: rgb(169,170,169);
    transition: all 0.3s ease;
}

.help_formY69 .request_links .inquiry_list li:hover svg path {
    fill: rgb(126,127,128);
}

.help_formY69 .request_links .inquiry_list li a {
    color: #000000;
    text-decoration: none;
    transition: all 0.3s ease;
}

.title_intro .mastery_zone {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
}

.title_intro .learn_first::before {
    height: 100%;
    top: 0;
    width: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, 0.5) 100%);
    z-index: 2;
    left: 0;
    position: absolute;
    backdrop-filter: blur(5px);
    content: '';
}

.title_intro .learn_front {
    height: 100%;
    animation: carousel-slide 25s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
    display: flex;
    width: calc(100% * var(--slide-count, 5));
}



.title_intro .learn_front {
    --slide-count: 2;
}

.title_intro .text_description {
    position: relative;
    max-width: 800px;
    z-index: 3;
    animation: text-fade 1.5s ease-in-out forwards;
    width: 90%;
    text-align: center;
    background: radial-gradient(circle at center, rgba(0, 0, 0, 0.5) 0%, transparent 70%);
    transform: translateY(20px);
    padding: 2rem;
}

.title_intro .text_description h1::after {
    background: linear-gradient(90deg, transparent, rgb(169,170,169), transparent);
    height: 3px;
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
}

.title_intro .text_description .inquiry_map {
    padding: 0.8rem 2rem;
    background: linear-gradient(135deg, rgb(169,170,169) 0%, rgb(126,127,128) 100%);
    transition: all 0.3s ease;
    font-size: 16px;
    position: relative;
    border-radius: 24px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    display: inline-block;
    font-weight: 600;
    overflow: hidden;
    animation: button-pulse 2s infinite;
    text-decoration: none;
}

.title_intro .text_description .inquiry_map:hover::before {
    left: 100%;
}

.title_intro:has(.edu_trackfast:nth-child(3)) .learn_front {
    --slide-count: 3;
}

.title_intro:has(.edu_trackfast:nth-child(4)) .learn_front {
    --slide-count: 4;
}

.title_intro:has(.edu_trackfast:nth-child(5)) .learn_front {
    --slide-count: 5;
}

.leadership_profile {
    padding: 5rem 2rem;
    background: rgb(207,207,181);
    position: relative;
    overflow: hidden;
}

.leadership_profile::after {
    position: absolute;
    background: rgb(126,127,128,0.5);
    height: 70%;
    bottom: 0;
    width: 40%;
    right: 0;
    opacity: 0.5;
    content: "";
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    z-index: 1;
}

.leadership_profile .lightbox_img {
    filter: grayscale(100%);
    border-radius: 0;
    aspect-ratio: 3/4;
    overflow: hidden;
    position: relative;
    width: 100%;
    transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}

.leadership_profile .lightbox_img:hover {
    transform: scale(1.03);
    filter: grayscale(0%);
}

.leadership_profile .work_milestones {
    flex-direction: column;
    display: flex;
    position: relative;
    padding: 2rem;
    justify-content: center;
}

.leadership_profile .user_quotes:hover .work_milestones::before {
    height: 100%;
}

.leadership_profile .name::after {
    transform: translateX(-101%);
    height: 1px;
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    bottom: 0;
    background: rgb(126,127,128);
    transition: transform 0.6s ease-out 0.2s;
}

.leadership_profile .user_quotes:hover .work_milestones > div:nth-child(2) {
    transform: translateY(0);
    opacity: 1;
}

.leadership_profile .employee_section {
    transform: translateY(20px);
    line-height: 1.8;
    padding: 0 0 0 20px;
    position: relative;
    color: #000000;
    font-size: 16px;
    font-weight: 300;
    transition: all 0.5s ease-out 0.6s;
    opacity: 0;
}

.leadership_profile .employee_section::first-letter {
    color: rgb(169,170,169);
    font-size: 1.5em;
    font-weight: 700;
}

.our_background {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    background: rgb(207,207,181);
}

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

.our_background h2 {
    margin-bottom: 60px;
    text-align: center;
    color: #000000;
    letter-spacing: 1px;
    font-weight: 700;
    position: relative;
    font-size: 30px;
}

.our_background .guide_approach {
    position: relative;
    gap: 30px;
    flex-direction: column;
    display: flex;
}

.our_background .knowledge_growth {
    border-radius: 25px;
    background: rgba(255, 255, 255, 0.02);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    padding: 40px;
    position: relative;
    border-left: 4px solid rgb(169,170,169);
    transition: all 0.3s ease;
    overflow: hidden;
}

.our_background .knowledge_growth::after {
    height: 20px;
    border-radius: 50%;
    width: 20px;
    content: "";
    border: 2px solid rgb(169,170,169,0.5);
    right: 30px;
    position: absolute;
    top: 30px;
    animation: pulse 4s infinite;
}



.our_background .knowledge_growth:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    background: linear-gradient(to right, rgba(rgb(169,170,169,0.5), 0.03), rgba(255, 255, 255, 0.05));
}

.our_background .knowledge_growth:nth-child(2) h3 {
    color: rgb(126,127,128);
}

.our_background .knowledge_growth:hover h3::before {
    width: 100%;
}

.our_background .knowledge_growth p {
    line-height: 1.8;
    padding-left: 0;
    color: #000000;
    position: relative;
    font-size: 16px;
    transition: padding-left 0.3s ease;
}

.our_background .knowledge_growth:last-child {
    opacity: 0;
    transform: translateX(-20px);
    animation: slideIn 0.6s forwards 0.5s;
}

.our_background .container::before,
.our_background .container::after {
    position: absolute;
    width: 200px;
    background: radial-gradient(circle, rgb(169,170,169,0.5) 0%, transparent 70%);
    border-radius: 50%;
    content: "";
    opacity: 0.2;
    z-index: -1;
    height: 200px;
}

.our_background .container::before {
    top: -100px;
    right: -100px;
}

.join_our_mailing_list {
    z-index: 1;
    padding: 4rem 2rem;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(207,207,181) 0%, rgb(126,127,128,0.5) 100%);
    position: relative;
}

.join_our_mailing_list::after {
    z-index: -1;
    animation: float 15s ease-in-out infinite reverse;
    bottom: -10%;
    content: '';
    opacity: 0.15;
    height: 50%;
    filter: blur(15px);
    left: -5%;
    width: 25%;
    background: linear-gradient(45deg, rgb(126,127,128) 0%, rgb(126,127,128,0.5) 90%);
    transform: rotate(15deg) skewX(-10deg);
    position: absolute;
}

.join_our_mailing_list .mastery_zone:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.join_our_mailing_list h3 {
    font-size: clamp(1.5rem, 3vw, 23px);
    font-weight: 600;
    margin: 0 0 1rem;
    padding-left: 1.25rem;
    transform: translateZ(0);
    color: #000000;
    font-family: Arial, sans-serif;
    position: relative;
    line-height: 1.4;
    letter-spacing: -0.01em;
}

.join_our_mailing_list h3::before {
    position: absolute;
    bottom: 0.5rem;
    width: 4px;
    content: '';
    border-radius: 2px;
    transform: scaleY(0.7);
    transition: transform 0.3s ease, opacity 0.3s ease;
    left: 0;
    opacity: 0.8;
    top: 0.5rem;
    background: linear-gradient(to bottom, rgb(169,170,169), rgb(126,127,128));
}

.join_our_mailing_list .join_us {
    font-family: Arial, sans-serif;
    background: #ffffff;
    padding: 0.875rem 1.25rem;
    width: 100%;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03);
    font-size: 12px;
    color: #000000;
    transition: all 0.3s ease;
    border: 2px solid rgba(0, 0, 0, 0.08);
}

.join_our_mailing_list .join_us:focus::placeholder {
    color: rgba(0, 0, 0, 0.2);
}

.join_our_mailing_list .get_started:hover {
    box-shadow: 0 6px 15px rgba(rgb(169,170,169,0.5), 0.3);
    transform: translateY(-2px);
}

.join_our_mailing_list .get_started:active {
    box-shadow: 0 3px 8px rgba(rgb(169,170,169,0.5), 0.2);
    transform: translateY(0);
}

.join_our_mailing_list .get_started::before {
    top: 0;
    position: absolute;
    left: 0;
    height: 100%;
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: transform 0.6s ease;
    content: '';
    width: 100%;
    transform: translateX(-100%);
}

.user_reviews::before {
    background: 
        radial-gradient(circle at 20% 30%, rgb(169,170,169,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(126,127,128,0.5) 0%, transparent 40%);
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    position: absolute;
    opacity: 0.5;
    z-index: 0;
    top: 0;
}

.user_reviews .mastery_zone {
    max-width: 1300px;
    padding: 0;
    z-index: 1;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}

.user_reviews h4::before {
    background: linear-gradient(90deg, rgb(169,170,169), rgb(126,127,128));
    transform: translateX(-50%);
    bottom: -20px;
    content: "";
    width: 100px;
    height: 8px;
    position: absolute;
    left: 50%;
    border-radius: 10px;
}

.user_reviews .learner_voices {
    display: flex;
    animation: scrollReviews 60s linear infinite;
    width: max-content;
    position: relative;
    padding: 20px 0;
}

.user_reviews .user_quotes:hover {
    z-index: 2;
    transform: translateY(-15px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.user_reviews .user_quotes::before {
    content: "";
    border-radius: inherit;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.user_reviews .user_quotes:hover::after {
    opacity: 0.3;
    transform: scale(1.2);
}

.user_reviews .lightbox_img {
    border: 5px solid #ffffff;
    margin-bottom: 25px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    width: 110px;
    transition: all 0.4s ease;
    height: 110px;
    position: relative;
    border-radius: 50%;
}

.user_reviews .user_quotes span {
    color: #000000;
    font-size: calc(13px * 1.2);
    font-weight: 600;
    text-align: center;
    margin-bottom: 15px;
    position: relative;
    transition: all 0.3s ease;
}

.user_reviews .user_quotes:hover span {
    color: rgb(169,170,169);
}

.user_reviews .user_quotes:hover span::after {
    width: 60px;
    opacity: 1;
}

.user_reviews .user_quotes:nth-child(3n+1) {
    background: linear-gradient(to bottom, #ffffff, rgba(rgb(169,170,169,0.5), 0.05));
}

.user_reviews .user_quotes:nth-child(3n+2) {
    background: linear-gradient(to bottom, #ffffff, rgba(rgb(126,127,128,0.5), 0.05));
}

.user_reviews .user_quotes:nth-child(3n+3) {
    background: linear-gradient(to bottom, #ffffff, rgba(rgb(169,170,169,0.5), 0.03));
}

.privacy_haven {
    color: #000000;
    overflow: hidden;
    height: auto;
    width: 100%;
    transition: background-color 0.3s, box-shadow 0.3s;
    padding: 40px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
    font-family: Arial, sans-serif;
}

.privacy_haven h3, .privacy_haven h4, .privacy_haven h5, .privacy_haven h6 {
    font-size: 18px;
    margin-top: 25px;
    margin-bottom: 15px;
    color: rgb(169,170,169);
    font-weight: 600;
}

.privacy_haven li {
    font-size: 15px;
    color: #000000;
    font-weight: 400;
    margin-bottom: 15px;
    line-height: 1.6;
}

.privacy_haven p, .privacy_haven span, .privacy_haven div {
    font-size: 15px;
    font-weight: 300;
    line-height: 1.8;
    margin-bottom: 10px;
    color: #000000;
}

.plan_showcase::after {
    position: absolute;
    border-radius: 30% 70% 50% 50% / 30% 30% 70% 70%;
    opacity: 0.5;
    filter: blur(25px);
    z-index: 1;
    background: linear-gradient(135deg, rgb(126,127,128,0.5), transparent);
    width: 300px;
    bottom: -100px;
    animation: float 18s ease-in-out infinite alternate-reverse;
    height: 300px;
    left: -50px;
    content: '';
}

.plan_showcase .pricing_card {
    display: flex;
    flex-direction: column;
}

.plan_showcase .rate_plans h2 {
    margin-bottom: 1rem;
    font-weight: 700;
    position: relative;
    color: #000000;
    font-size: 38px;
    display: inline-block;
}

.plan_showcase .group_plans {
    font-size: 18px;
    line-height: 1.6;
    max-width: 700px;
    color: #000000;
    margin: 1.5rem auto 0;
}

.plan_showcase .edu_rates {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    margin-top: 2rem;
}

.plan_showcase .promo_rates:nth-child(2) {
    animation-delay: 0.5s;
}

.plan_showcase .promo_rates:nth-child(3) {
    animation-delay: 0.6s;
}

.plan_showcase .promo_rates:nth-child(4) {
    animation-delay: 0.7s;
}

.plan_showcase .cert_cost {
    height: 100%;
    transition: all 0.4s ease;
    flex-direction: column;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.06), 
                0 5px 15px rgba(0, 0, 0, 0.04);
    display: flex;
    background: linear-gradient(140deg, #ffffff, #f8f9fa);
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}

.plan_showcase .fee_board h3 {
    margin-bottom: 1rem;
    position: relative;
    font-weight: 700;
    font-size: calc(20px + 2px);
    transition: color 0.3s ease;
    color: #000000;
}

.plan_showcase .price_tiers::after {
    transition: width 0.3s ease;
    height: 2px;
    left: 0;
    bottom: 0;
    content: '';
    width: 40px;
    background: rgb(169,170,169,0.5);
    position: absolute;
}

.plan_showcase .lightbox_img {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 200px;
    transition: all 0.5s ease;
}

.plan_showcase .lightbox_img::after {
    bottom: 0;
    transition: opacity 0.4s ease;
    top: 0;
    opacity: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.3), transparent);
    left: 0;
    content: '';
    right: 0;
    position: absolute;
}

.thanksFocus::before {
    background-size: 20px 20px;
    height: 100%;
    z-index: 0;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    background-image: 
        linear-gradient(45deg, rgba(rgb(169,170,169,0.5), 0.05) 25%, transparent 25%), 
        linear-gradient(-45deg, rgba(rgb(169,170,169,0.5), 0.05) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgba(rgb(169,170,169,0.5), 0.05) 75%),
        linear-gradient(-45deg, transparent 75%, rgba(rgb(169,170,169,0.5), 0.05) 75%);
    top: 0;
    position: absolute;
    content: "";
    animation: patternShift 60s linear infinite;
    left: 0;
    width: 100%;
}

.thanksFocus h2::after {
    position: absolute;
    transform: translateX(-50%) scaleX(0.8);
    width: 6rem;
    content: "";
    box-shadow: 0 2px 10px rgba(rgb(169,170,169,0.5), 0.2);
    background: linear-gradient(90deg, rgb(169,170,169), rgb(126,127,128));
    height: 3px;
    left: 50%;
    bottom: -1rem;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.thanksFocus .mastery_zone::before {
    left: -2px;
    animation: gradientMove 6s linear infinite;
    background-size: 200% 100%;
    position: absolute;
    height: 5px;
    top: -2px;
    content: "";
    background: linear-gradient(90deg, rgb(169,170,169), rgb(126,127,128), rgb(169,170,169));
    z-index: 1;
    right: -2px;
}

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

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

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

.program_offerings {
    overflow: hidden;
    background: linear-gradient(125deg, rgb(207,207,181) 0%, rgb(169,170,169,0.5) 100%);
    padding: 100px 0;
    position: relative;
}

.program_offerings::after {
    animation: shiftBackground 30s linear infinite;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    content: "";
    background-image: 
        repeating-linear-gradient(
            -45deg,
            rgba(255, 255, 255, 0.03),
            rgba(255, 255, 255, 0.03) 1px,
            transparent 1px,
            transparent 10px
        );
    opacity: 0.4;
    left: 0;
}

.program_offerings .mastery_zone::before {
    height: 100%;
    position: absolute;
    left: 0;
    background: 
        linear-gradient(
            135deg,
            transparent,
            rgba(rgb(169,170,169), 0.05)
        );
    content: "";
    top: 0;
    z-index: 1;
    width: 100%;
}



.program_offerings .lightbox_img::before {
    width: 100%;
    opacity: 0.6;
    height: 100%;
    left: 0;
    top: 0;
    content: "";
    mix-blend-mode: overlay;
    z-index: 2;
    position: absolute;
    background: linear-gradient(
        215deg,
        transparent 30%,
        rgb(169,170,169,0.5) 100%
    );
}

.program_offerings .skill_up {
    position: relative;
    min-height: 400px;
    z-index: 3;
    padding: 60px 50% 60px 60px;
    display: flex;
    flex-direction: column;
}

.program_offerings .nav_lesson {
    z-index: 4;
    margin-bottom: 25px;
    position: relative;
    display: inline-block;
}

.program_offerings .nav_lesson svg {
    z-index: 2;
    width: 70px;
    height: auto;
    fill: #ffffff;
    position: relative;
}

.program_offerings h3 {
    font-size: 35px;
    z-index: 4;
    position: relative;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    max-width: 100%;
    margin-bottom: 20px;
}

.program_offerings .mastery_zone:hover h3::after {
    width: 120px;
}

.program_offerings p {
    font-size: 17px;
    line-height: 1.7;
    position: relative;
    color: #000000;
    margin: 0;
    max-width: 100%;
    z-index: 4;
}

.program_offerings .skill_up::before {
    animation: floatDots 10s infinite alternate ease-in-out;
    z-index: 1;
    background-position: 0 0, 10px 10px;
    height: 90%;
    right: 48%;
    opacity: 0.2;
    background-image: 
        radial-gradient(circle, rgb(169,170,169,0.5) 1px, transparent 1px),
        radial-gradient(circle, rgb(126,127,128,0.5) 1px, transparent 1px);
    top: 20px;
    width: 150px;
    background-size: 20px 20px, 25px 25px;
    position: absolute;
    content: "";
}



@media (max-width: 991px) {.law_res {
    padding: 5rem 0 2rem;
}.law_res .connect_team {
    justify-content: center;
    flex-wrap: wrap;
}.law_res .info_item {
    width: calc(50% - 2rem);
    max-width: none;
    flex: 0 0 auto;
}.law_res .info_item:not(:last-child)::after {
    display: none;
}.law_res .text_main_holder {
    gap: 3rem;
    grid-template-columns: 1fr;
}.law_res .main_learning::before, 
    .law_res .main_learning::after {
    display: none;
}.law_res .nav_lesson {
    align-items: center;
    text-align: center;
}.law_res .main_learning h5, 
    .law_res .subscribe_holder h5 {
    text-align: center;
}.law_res .main_learning h5::after, 
    .law_res .subscribe_holder h5::after {
    left: 50%;
    transform: translateX(-50%);
}.law_res .main_mainwrap {
    grid-template-columns: repeat(3, 1fr);
}.law_res .input_holder {
    margin: 0 auto;
    max-width: 400px;
}
}


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


@media only screen and (max-width: 800px) {.consent_comply {
    display: none;
}.privacy_switch {
    justify-content: center;
    flex-direction: column;
    align-items: center;
}.cookie_notice_window h5 {
    text-align: center;
}.cookie_notice_window p {
    text-align: center;
}.cookie_frame {
    margin-bottom: 20px;
}body .wrapper-bundle .cookie_screen {
    margin-bottom: 10px;
    margin-left: 0;
}}



@media (max-width: 767px) {header .header_master {
    padding: 1rem 0;
    margin: 0.6rem 0;
}header .page_head {
    padding: 0 0 0.7rem 0;
}header .page_head svg {
    width: 140px;
}header .main_learning {
    padding: 0.7rem 1rem 0;
    gap: 0.5rem;
    max-width: 95%;
}header .nav_tutor {
    font-size: calc(17px - 1px);
    padding: 0.5rem 1rem;
}
}



@media screen and (max-width: 992px) {.contact_sectionwJn {
    padding: 80px 0;
}.help_formY69 {
    flex-direction: column;
}.help_formY69 .help_reach,
    .help_formY69 .request_links {
    width: 100%;
    flex: 0 0 100%;
}.help_formY69 .help_reach::before {
    height: 1px;
    bottom: 0;
    width: 100%;
    right: 0;
    background: linear-gradient(to right, transparent, rgb(126,127,128,0.5), transparent);
    top: auto;
}
}



@media screen and (max-width: 480px) {.contact_sectionwJn {
    padding: 40px 0;
}.help_formY69 .help_reach,
    .help_formY69 .request_links {
    padding: 20px;
}.help_formY69 .request_links .inquiry_list li {
    flex-direction: column;
}.help_formY69 .request_links .inquiry_list li svg {
    margin-bottom: 10px;
}}



@media (max-width: 1200px) {.title_intro {
    height: 90vh;
}.title_intro .text_description {
    max-width: 700px;
}.title_intro .text_description h1 {
    font-size: calc(43px * 0.9);
}
}



@media (max-width: 768px) {.title_intro {
    height: 70vh;
}.title_intro .learn_first::before {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 40%, rgba(0, 0, 0, 0.6) 100%);
}.title_intro .text_description {
    max-width: 90%;
    padding: 1.2rem;
}.title_intro .text_description h1 {
    margin-bottom: 1rem;
}.title_intro .text_description p {
    margin-bottom: 1.8rem;
    font-size: calc(15px * 0.95);
}.title_intro .text_description .inquiry_map {
    padding: 0.7rem 1.8rem;
}
}



@media (max-width: 420px) {.title_intro {
    height: 50vh;
    min-height: 450px;
}.title_intro .text_description h1 {
    font-size: calc(43px * 0.8);
}.title_intro .text_description p {
    margin-bottom: 1.2rem;
    font-size: calc(15px * 0.85);
}
}



@media (max-height: 600px) {.title_intro {
    height: auto;
    min-height: 450px;
}.title_intro .text_description {
    padding: 2rem 1rem;
}
}



@media (max-width: 992px) {.leadership_profile .user_quotes {
    grid-template-columns: 1fr;
    gap: 2rem;
}.leadership_profile .lightbox_img {
    aspect-ratio: 16/9;
    max-height: 300px;
}.leadership_profile .work_milestones {
    padding: 1rem 0;
}.leadership_profile .work_milestones::before {
    transition: width 0.8s ease-out;
    height: 2px;
    width: 0;
}.leadership_profile .user_quotes:hover .work_milestones::before {
    height: 2px;
    width: 100%;
}}



@media (max-width: 576px) {.our_background {
    padding: 40px 0;
}.our_background h2 {
    margin-bottom: 30px;
    font-size: calc(30px * 0.8);
}.our_background .knowledge_growth {
    border-left-width: 3px;
    padding: 20px;
}.our_background .knowledge_growth::after {
    top: 20px;
    height: 15px;
    width: 15px;
    right: 20px;
}.our_background .knowledge_growth p {
    font-size: calc(16px * 0.95);
    line-height: 1.6;
}.our_background .container::before,
    .our_background .container::after {
    width: 150px;
    height: 150px;
}}



@media (min-width: 992px) {.join_our_mailing_list {
    padding: 6rem 2rem;
}.join_our_mailing_list .mastery_zone {
    grid-template-columns: 1.8fr 1fr;
    padding: 4rem;
}.join_our_mailing_list h3 {
    font-size: 23px;
}.join_our_mailing_list .join_us {
    padding: 1rem 1.5rem;
}.join_our_mailing_list .get_started {
    padding: 1rem 2rem;
}
}



@media (max-width: 1200px) {.user_reviews {
    padding: 90px 0;
}.user_reviews .user_quotes {
    height: 380px;
    width: 280px;
    padding: 25px;
}.user_reviews .lightbox_img {
    height: 90px;
    width: 90px;
}
}



@media (max-width: 768px) {.user_reviews {
    padding: 60px 0;
}.user_reviews .mastery_zone {
    overflow: visible;
    padding: 0 20px;
}.user_reviews .learner_voices {
    flex-direction: column;
    width: 100%;
    animation: none;
}.user_reviews .user_quotes {
    min-height: 200px;
    height: auto;
    margin: 0 0 30px;
    width: 100%;
    padding: 25px;
}.user_reviews .user_quotes:last-child {
    margin-bottom: 0;
}.user_reviews .user_quotes:nth-child(even),
    .user_reviews .user_quotes:nth-child(odd) {
    margin-top: 0;
}.user_reviews .user_quotes::after {
    width: 40px;
    height: 40px;
}.user_reviews .lightbox_img {
    margin-bottom: 15px;
    width: 80px;
    height: 80px;
}.user_reviews .user_quotes p {
    margin-top: 10px;
}}



@media (min-width: 992px) {.plan_showcase .pricing_card {
    flex-direction: row-reverse;
}.plan_showcase .rate_plans {
    text-align: left;
    width: 35%;
    flex-direction: column;
    display: flex;
    justify-content: center;
    padding-right: 3rem;
}.plan_showcase .rate_plans h2 {
    text-align: left;
}.plan_showcase .rate_plans h2::after {
    transform: none;
    left: 0;
}.plan_showcase .group_plans {
    margin: 1.5rem 0 0;
}.plan_showcase .edu_rates {
    gap: 2rem;
    margin-top: 0;
    grid-template-columns: repeat(2, 1fr);
    width: 65%;
}
}



@media (hover: none) {.plan_showcase .promo_rates:hover {
    transform: none;
}.plan_showcase .promo_rates:hover .cert_cost {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.06), 
                    0 5px 15px rgba(0, 0, 0, 0.04);
}.plan_showcase .promo_rates:hover .lightbox_img::after {
    opacity: 0;
}.plan_showcase .promo_rates:hover .price_tiers::after {
    width: 40px;
}}



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



@media (max-width: 1199px) {.program_offerings .skill_up {
    padding: 50px 50% 50px 50px;
}.program_offerings .lightbox_img {
    width: 42%;
    height: 85%;
}
}



@media (max-width: 991px) {.program_offerings {
    padding: 80px 0;
}.program_offerings .mastery_zone {
    display: flex;
    flex-direction: column;
}.program_offerings .skill_up {
    padding: 220px 40px 50px 40px;
    min-height: auto;
}.program_offerings .lightbox_img {
    width: 80%;
    height: 200px;
    top: 0;
    border-radius: 0 0 50% 50% / 0 0 100% 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    left: 10%;
    position: absolute;
}.program_offerings .nav_lesson {
    left: 40px;
    position: absolute;
    top: 160px;
    margin-bottom: 0;
}.program_offerings h3 {
    font-size: calc(35px * 0.9);
}.program_offerings .skill_up::before {
    display: none;
}
}

@keyframes pulseGlow {
    0% {
        opacity: 0.1;
        transform: scale(0.8);
    }
    100% {
        opacity: 0.3;
        transform: scale(1.2);
    }
}

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



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



@keyframes carousel-slide {
    0%, 16% {
        transform: translateX(0);
    }
    20%, 36% {
        transform: translateX(calc(-100% / var(--slide-count, 5)));
    }
    40%, 56% {
        transform: translateX(calc(-200% / var(--slide-count, 5)));
    }
    60%, 76% {
        transform: translateX(calc(-300% / var(--slide-count, 5)));
    }
    80%, 96% {
        transform: translateX(calc(-400% / var(--slide-count, 5)));
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes typing {
    from { width: 0 }
    to { width: 100% }
}



@keyframes blink {
    50% { border-color: transparent }
}

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



@keyframes float {
    0%, 100% {
        transform: translate(0, 0) rotate(-15deg) skewX(15deg);
    }
    50% {
        transform: translate(5%, 5%) rotate(-15deg) skewX(15deg);
    }
}



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



@keyframes gradientMove {
    0% { background-position: 0 0; }
    100% { background-position: 200% 0; }
}



@keyframes floatGlow {
    0% { transform: translateY(0) rotate(0); opacity: 0.25; }
    50% { transform: translateY(-15px) rotate(5deg); opacity: 0.35; }
    100% { transform: translateY(10px) rotate(-3deg); opacity: 0.25; }
}

@keyframes morphShape {
    0% {
        border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    }
    50% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }
    100% {
        border-radius: 40% 60% 50% 50% / 30% 60% 40% 60%;
    }
}

