header,footer {
    width: 100%;
}

header {
    padding: 0;
    background: linear-gradient(to right, #000000 0%, rgba(0, 0, 0, 0.5) 100%);
    overflow: visible;
    z-index: 100;
    margin-top: 0;
    position: relative;
}

.header_barnd {
    flex: 1 0 auto;
}

.header_barnd {
    background: rgb(204,201,182);
    position: relative;
    z-index: 1;
    margin-top: 0;
    padding-top: 2rem;
}

.collab_spacerX {
    flex: 0 0 auto;
}

.collab_spacerX {
    position: relative;
    color: #ffffff;
    padding: 5rem 0 2rem;
}

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


.title_sectionWh {
    min-height: 100vh;
    position: relative;
    color: #ffffff;
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
}

.title_sectionWh::after {
    clip-path: polygon(50% 0%, 100% 0, 100% 100%, 0 100%);
    background: rgb(164,166,161,0.5);
    animation: float 15s infinite ease-in-out;
    top: -10%;
    width: 70%;
    right: -10%;
    content: "";
    transform: rotate(-15deg);
    z-index: 2;
    position: absolute;
    height: 70%;
}

.title_sectionWh .title_style_header {
    font-size: clamp(2.5rem, 5vw, 47px);
    transform: perspective(1000px) rotateX(2deg);
    font-weight: 700;
    position: relative;
    display: inline-block;
    margin-bottom: 2rem;
    line-height: 1.1;
    padding-bottom: 0.75rem;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    letter-spacing: -0.02em;
}

.title_sectionWh .course_baseqU {
    background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
    margin-left: auto;
    backdrop-filter: blur(8px);
    padding: 2rem;
    max-width: 80%;
    display: flex;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    position: relative;
    gap: 2rem;
    box-shadow: 
    0 20px 40px -10px rgba(0, 0, 0, 0.3),
    inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    flex-direction: column;
}

.title_sectionWh p {
    color: #ffffff;
    line-height: 1.6;
    margin: 0;
    padding-right: 2rem;
    font-size: clamp(1rem, 2vw, 13px);
    font-weight: 400;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    position: relative;
}

.reach_outRJ {
    background: linear-gradient(135deg, rgb(204,201,182) 0%, rgba(16, 22, 47, 0.95) 100%);
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}

.reach_outRJ::after {
    top: 0;
    position: absolute;
    z-index: 0;
    height: 100%;
    width: 100%;
    left: 0;
    opacity: 0.6;
    content: "";
    background: radial-gradient(
        circle at 20% 30%, 
        rgba(rgb(164,166,161), 0.15) 0%, 
        transparent 50%
    ), radial-gradient(
        circle at 80% 70%, 
        rgba(rgb(121,122,120), 0.15) 0%, 
        transparent 50%
    );
}

.reach_outRJ h2 {
    font-size: 38px;
    text-align: center;
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    letter-spacing: 2px;
    margin-bottom: 15px;
    color: #ffffff;
}

.reach_outRJ .help_gridYE {
    gap: 30px;
    grid-template-columns: 1fr 1fr;
    position: relative;
    margin-top: 60px;
    display: grid;
}

.reach_outRJ .help_gridYE::before {
    border: 1px solid rgba(rgb(164,166,161), 0.2);
    border-radius: 10px;
    content: "";
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 100%;
    top: -8px;
    left: -8px;
}

.reach_outRJ .image_wrapXY {
    height: 100%;
    border-radius: 10px;
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    min-height: 550px;
}

.reach_outRJ .image_wrapXY::after {
    right: 20px;
    top: 20px;
    width: 60px;
    position: absolute;
    height: 60px;
    border-right: 2px solid rgba(rgb(164,166,161), 0.6);
    content: "";
    border-top: 2px solid rgba(rgb(164,166,161), 0.6);
    z-index: 2;
}

.reach_outRJ .feedback_sectionFP::before {
    position: absolute;
    left: 20px;
    border-left: 2px solid rgba(rgb(121,122,120), 0.6);
    content: "";
    bottom: 20px;
    border-bottom: 2px solid rgba(rgb(121,122,120), 0.6);
    width: 60px;
    height: 60px;
}

.reach_outRJ form h3::before {
    content: "";
    top: 0;
    border-radius: 10px;
    width: 3px;
    height: 100%;
    left: 0;
    background: rgb(164,166,161);
    position: absolute;
}

.reach_outRJ form input[type="text"]:focus {
    outline: none;
    box-shadow: 0 0 15px rgba(rgb(164,166,161), 0.2);
    background: rgba(255, 255, 255, 0.08);
    border-color: rgb(164,166,161);
}

.reach_outRJ .inquiry_blocklO {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}

.reach_outRJ .inquiry_blocklO label {
    position: relative;
    color: rgba(255, 255, 255, 0.7);
    cursor: pointer;
    font-size: 14px;
    line-height: 1.5;
    padding-left: 35px;
}

.reach_outRJ .inquiry_blocklO input[type="checkbox"]:checked + label::before {
    background: rgb(164,166,161);
    border-color: rgb(164,166,161);
}

.reach_outRJ .inquiry_blocklO input[type="checkbox"]:checked + label::after {
    content: "";
    top: 6px;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    left: 8px;
    width: 6px;
    height: 10px;
    transform: rotate(45deg);
    position: absolute;
}

.reach_outRJ form .reach_paneltk::before {
    content: "";
    background: linear-gradient(45deg, rgb(121,122,120), rgb(164,166,161));
    z-index: -1;
    left: -100%;
    position: absolute;
    height: 100%;
    transition: all 0.4s ease;
    width: 100%;
    top: 0;
}

.reach_outRJ form .reach_paneltk:hover::before {
    left: 0;
}

.reach_outRJ form .reach_paneltk:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.reach_outRJ svg path {
    transition: fill 0.3s ease;
    fill: rgb(164,166,161);
}

.academic_experienceDN::before {
    pointer-events: none;
    opacity: 0.05;
    left: 0;
    content: "";
    z-index: 0;
    position: absolute;
    background-image: 
        linear-gradient(30deg, rgb(164,166,161,0.5) 1px, transparent 1px),
        linear-gradient(120deg, rgb(164,166,161,0.5) 1px, transparent 1px);
    width: 100%;
    top: 0;
    background-size: 60px 60px;
    height: 100%;
}

.academic_experienceDN .success_reviewsCO {
    padding: 40px;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.05), 
                0 5px 20px rgba(0, 0, 0, 0.02);
    border: 1px solid rgba(0, 0, 0, 0.05);
    display: grid;
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
    gap: 35px;
    grid-template-columns: 1fr;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    background: #ffffff;
}



.academic_experienceDN .success_reviewsCO {
    animation: fadeInUp 0.8s ease-out forwards;
}

.academic_experienceDN .success_reviewsCO:hover .image_wrapXY {
    transform: translateZ(40px) translateY(-10px);
}

.academic_experienceDN .image_wrapXY::before {
    left: 12px;
    border: 2px solid rgb(164,166,161);
    top: 12px;
    right: -12px;
    transition: all 0.4s ease;
    bottom: -12px;
    content: "";
    z-index: -1;
    opacity: 0.2;
    position: absolute;
}

.academic_experienceDN .name::after {
    transition: transform 0.5s ease;
    bottom: -6px;
    content: "";
    left: 0;
    height: 3px;
    background: rgb(164,166,161);
    transform: scaleX(0.6);
    position: absolute;
    transform-origin: left;
    width: 40px;
}

.academic_experienceDN .success_reviewsCO:hover > div:nth-child(2) div {
    opacity: 1;
    transform: translateX(5px);
}

.academic_experienceDN .job_boxke {
    border-left: 3px solid rgb(164,166,161,0.5);
    position: relative;
    margin: 0;
    font-size: 13px;
    line-height: 1.7;
    padding-left: 25px;
    color: #000000;
}

.prospective_membersTB {
    z-index: 1;
    padding: 6rem 0;
    position: relative;
    background-color: rgb(204,201,182);
    overflow: hidden;
}

.prospective_membersTB::before {
    z-index: -1;
    left: 0;
    content: "";
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgba(#ffffff, 0.3) 0%, transparent 40%),
        radial-gradient(circle at 70% 80%, rgba(#ffffff, 0.2) 0%, transparent 30%),
        radial-gradient(circle at 90% 10%, rgba(#ffffff, 0.2) 0%, transparent 50%);
}

.prospective_membersTB .learn_rootsDp {
    display: flex;
    position: relative;
    padding: 0 2rem;
    align-items: center;
    margin: 0 auto;
    max-width: 1100px;
    flex-direction: column;
}

.prospective_membersTB h3::after {
    position: absolute;
    left: 50%;
    width: 50px;
    transform: translateX(-50%);
    height: 2px;
    bottom: -15px;
    background: rgb(164,166,161);
    content: "";
    opacity: 0.6;
}

.prospective_membersTB li {
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    display: flex;
    background: rgba(#ffffff, 0.08);
    overflow: hidden;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.04),
        0 6px 10px rgba(0, 0, 0, 0.02);
    text-align: center;
    border-radius: 18px;
    flex-direction: column;
    border: 1px solid rgba(#ffffff, 0.1);
    position: relative;
    padding: 2rem;
    align-items: center;
    backdrop-filter: blur(10px);
}

.prospective_membersTB li {
    line-height: 1.6;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
}

.prospective_membersTB li svg {
    fill: rgb(121,122,120);
    width: 50px;
    height: 50px;
    margin-bottom: 1.5rem;
    opacity: 0.9;
    transition: all 0.5s ease;
}

.prospective_membersTB li:hover svg {
    transform: translateY(-3px);
    animation: float 3s infinite ease-in-out;
}

.our_backgroundPd {
    z-index: 1;
    padding: 120px 0 160px;
    position: relative;
    overflow: hidden;
}

.our_backgroundPd::after {
    left: -25%;
    background: #ffffff;
    transform: rotate(-3deg);
    box-shadow: 0 -5px 20px rgba(0,0,0,0.1);
    width: 150%;
    z-index: -1;
    position: absolute;
    bottom: -75px;
    content: "";
    height: 150px;
}

.our_backgroundPd h2 {
    letter-spacing: 2px;
    margin-bottom: 60px;
    display: inline-block;
    position: relative;
    font-weight: 700;
    font-size: clamp(2.5rem, 5vw, 33px);
    transform: translateZ(0);
    text-transform: uppercase;
    color: #ffffff;
}

.our_backgroundPd:hover h2::after {
    transform: scaleX(1.5);
}

.our_backgroundPd .text_card_wrapxu {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), 
                box-shadow 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    border-radius: 3px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.95);
    transform: translateY(0);
    padding: 50px;
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 0 0 1px rgba(rgb(164,166,161), 0.1);
}

.our_backgroundPd .text_card_wrapxu > div {
    position: relative;
    z-index: 2;
}

.our_backgroundPd .text_card_wrapxu p {
    margin-bottom: 20px;
    color: rgb(164,166,161);
    position: relative;
    font-weight: 600;
    font-size: clamp(1.25rem, 3vw, 1.75rem);
    display: inline-block;
}

.our_backgroundPd .text_card_wrapxu:hover p::after {
    transform: scaleX(1);
}

.our_backgroundPd .text_card_wrapxu div div {
    line-height: 1.8;
    color: #000000;
    column-gap: 40px;
    text-align: justify;
    max-width: 100%;
    transform: translateZ(0);
    column-count: 1;
    font-size: 14px;
    opacity: 0.9;
}

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

.data_summaryRe .statistics_upsidesBw {
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    background: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0.9));
    margin-bottom: 50px;
    z-index: 2;
    border-radius: 14px;
    padding: 40px;
    overflow: hidden;
}

.data_summaryRe .statistics_upsidesBw::before {
    content: "";
    height: 100%;
    background: linear-gradient(to bottom, rgb(164,166,161), rgb(121,122,120));
    left: 0;
    top: 0;
    width: 5px;
    position: absolute;
}

.data_summaryRe .statistics_classeszO {
    padding-left: 20px;
    margin: 0;
    line-height: 1.7;
    color: #000000;
    font-size: 17px;
}

.data_summaryRe .study_elevationrx {
    text-align: center;
    justify-content: center;
    border-radius: 10px;
    overflow: hidden;
    flex-direction: column;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    align-items: center;
    display: flex;
    padding: 30px 25px;
    transition: all 0.4s ease;
    position: relative;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.03);
}

.data_summaryRe .study_elevationrx:nth-child(even) h4 {
    color: rgb(121,122,120);
}

.data_summaryRe .study_elevationrx span {
    font-size: calc(17px * 0.9);
    line-height: 1.5;
    transition: all 0.3s ease;
    color: #000000;
}

.data_summaryRe .study_elevationrx:nth-child(even)::after {
    background: linear-gradient(to top, rgb(121,122,120,0.5) 0%, transparent 100%);
}

.data_summaryRe .study_elevationrx:hover::after {
    height: 100%;
}

.data_summaryRe .study_elevationrx:nth-child(even) svg {
    fill: rgb(121,122,120);
}

.data_summaryRe svg path {
    transition: all 0.3s ease;
    fill: rgb(164,166,161);
}

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

.secure_citadelkp h1 {
    font-size: 45px;
    padding-bottom: 10px;
    color: rgb(164,166,161);
    border-bottom: 3px solid rgb(164,166,161);
    margin-bottom: 20px;
    font-weight: 700;
}

.secure_citadelkp h3, .secure_citadelkp h4, .secure_citadelkp h5, .secure_citadelkp h6 {
    color: rgb(164,166,161);
    margin: 20px 0;
}

.secure_citadelkp h3 {
    font-weight: 700;
    font-size: calc(18px - 4px);
}

.secure_citadelkp h6 {
    font-weight: 300;
    font-size: 18px;
}

.secure_citadelkp li {
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 10px;
}

.secure_citadelkp p {
    margin-bottom: 15px;
    line-height: 1.6;
    font-size: 13px;
}

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

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

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

.course_highlightsRT .image_wrapXY {
    height: 300px;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: perspective(1000px) rotateX(2deg);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    width: 100%;
}

.course_highlightsRT .image_wrapXY::after {
    border: 2px solid rgb(121,122,120);
    left: -10px;
    bottom: -10px;
    opacity: 0.5;
    z-index: -1;
    position: absolute;
    transition: transform 0.4s ease-out, opacity 0.4s ease-out;
    height: calc(100% + 20px);
    content: "";
    transform: translate(10px, 10px);
    width: calc(100% + 20px);
}

.course_highlightsRT .text_card_wrapxu::before {
    position: absolute;
    background: linear-gradient(135deg, rgb(121,122,120,0.5) 0%, transparent 70%);
    top: 0;
    height: 100px;
    content: "";
    right: 0;
    z-index: -1;
    width: 100px;
    transform: translate(20px, -20px);
}

.course_highlightsRT h3::after {
    left: 0;
    background: rgb(121,122,120);
    bottom: -8px;
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: scaleX(0);
    position: absolute;
    animation: expandLine 0.6s 0.8s forwards cubic-bezier(0.34, 1.56, 0.64, 1);
    width: 50px;
    content: "";
    transform-origin: left;
    height: 3px;
}

.course_highlightsRT p.description {
    animation: fadeInUp 0.8s 0.4s forwards cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateY(20px);
    opacity: 0;
}

footer::before {
    z-index: -1;
    top: 0;
    content: "";
    opacity: 0.92;
    right: 0;
    left: 0;
    background: linear-gradient(135deg, rgb(164,166,161,0.5) 0%, rgb(121,122,120,0.5) 100%);
    position: absolute;
    bottom: 0;
}

.collab_spacerX .container {
    position: relative;
    flex-wrap: wrap;
    display: flex;
    gap: 0;
}

.collab_spacerX .company_holder {
    margin-bottom: 2rem;
    flex: 0 0 40%;
    padding: 0 3rem 2rem 0;
    position: relative;
}

.collab_spacerX .company_holder h3 {
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 700;
    font-size: 31px;
    padding-bottom: 1rem;
    margin: 0 0 1.5rem;
    letter-spacing: 1px;
    position: relative;
    transform: skewX(-10deg);
}

.collab_spacerX .template_ctauN {
    transform-origin: left top;
    border-left: 3px solid rgb(164,166,161);
    color: #ffffff;
    background: rgba(0, 0, 0, 0.2);
    line-height: 1.6;
    padding: 1.5rem;
    font-size: 14px;
    transform: skewX(-5deg);
}

.collab_spacerX .nav_sectionkX {
    padding: 0 1rem 2rem 1rem;
    position: relative;
    flex: 0 0 50%;
}

.collab_spacerX .nav_sectionkX h5::before {
    top: 0;
    position: absolute;
    left: 0;
    content: "";
    width: 3px;
    transform: skewX(5deg);
    background: rgb(164,166,161);
    bottom: 0;
}

.collab_spacerX .nav_sectionkX .top_headsD a {
    overflow: hidden;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.05);
    transform: skewX(-5deg);
    position: relative;
    transition: all 0.3s ease;
    display: block;
    font-size: 14px;
    color: #ffffff;
    padding: 0.7rem 1rem;
}

.collab_spacerX .nav_sectionkX .top_headsD a:hover::before {
    left: 100%;
}

.law_resiC {
    position: relative;
    background: rgba(0, 0, 0, 0.15);
    margin-top: 2rem;
    padding: 1.5rem 0;
    clip-path: polygon(0 0, 100% 0, 98% 100%, 2% 100%);
}

.law_resiC .pitch_compiQ {
    transform: skewX(-5deg);
    color: #ffffff;
    width: 100%;
    font-size: 12px;
    text-align: center;
}

.cookie_screenln {
    justify-content: space-between;
    align-items: center;
    display: flex;
    padding: 20px 0;
}

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

.data_guardbe svg, .data_guardbe svg path, .data_guardbe img {
    height: 100px;
    width: 100px;
    fill: rgb(164,166,161);
}

.cookieWarningContainerkn p a {
    color: rgb(164,166,161);
    text-decoration: none;
}


#policyPopupWindowUS {
    display: none;
}

#policyPopupWindowUS:checked ~ .cookieWarningContainerkn {
    opacity: 0;
    visibility: hidden;
}

.service_contactNb::before {
    z-index: 0;
    background: radial-gradient(circle at 25% 25%, rgb(164,166,161,0.5) 0%, transparent 50%);
    position: absolute;
    height: 100%;
    content: '';
    left: 0;
    opacity: 0.15;
    top: 0;
    width: 100%;
}

.service_contactNb .container {
    position: relative;
    z-index: 1;
}

.service_contactNb .quick_answersPv {
    gap: 0;
    display: grid;
    grid-template-columns: 2fr 1fr;
    position: relative;
}

.service_contactNb .ask_supportmw:nth-child(1) {
    background: transparent;
    padding: 0 4rem 0 0;
}

.service_contactNb .ask_supportmw:nth-child(1) h2::before {
    left: 0;
    width: 60px;
    top: -20px;
    position: absolute;
    content: '';
    background: rgb(121,122,120);
    height: 8px;
}

.service_contactNb .get_assistancemb::after {
    width: 100%;
    height: 1px;
    bottom: -10px;
    background: rgb(121,122,120,0.5);
    left: 0;
    position: absolute;
    content: '';
}

.service_contactNb .ask_supportmw > p {
    position: relative;
    color: #000000;
    display: flex;
    font-size: 13px;
    align-items: center;
    margin-bottom: 1rem;
    padding-left: 30px;
}

.service_contactNb .ask_supportmw > p svg path {
    fill: rgb(164,166,161);
}

.service_contactNb .ask_supportmw > p span {
    font-weight: 600;
    margin-left: 0.25rem;
}

.service_contactNb .edu_askuscK h3 {
    font-weight: 700;
    text-transform: uppercase;
    color: rgb(164,166,161);
    margin-bottom: 1.5rem;
    font-size: 24px;
    letter-spacing: 1px;
}

.service_contactNb .message_usEK span {
    border-radius: 10px;
    padding: 0.5rem 1rem;
    border-left: 3px solid rgb(121,122,120);
    font-weight: 600;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    font-size: 13px;
    background: #ffffff;
    transition: all 0.3s ease;
    color: #000000;
}

.service_contactNb .ask_supportmw .image_wrapXY {
    border-radius: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.service_contactNb .send_requestQv a {
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
    padding-left: 40px;
    transition: all 0.3s ease;
    text-decoration: none;
    position: relative;
}

.service_contactNb .send_requestQv a:hover svg {
    transform: scale(1.2);
}

.service_contactNb .send_requestQv svg path {
    fill: #ffffff;
}

.service_contactNb .send_requestQv a span {
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 5px;
    color: rgba(255, 255, 255, 0.7);
    font-size: calc(13px * 0.85);
}

.service_contactNb .send_requestQv a:hover p::after {
    width: 100%;
}

.pricing_tableim {
    padding: 100px 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.pricing_tableim::before {
    content: "";
    background: linear-gradient(135deg, 
        rgba(22, 28, 45, 0.85) 0%,
        rgba(22, 28, 45, 0.75) 50%, 
        rgba(22, 28, 45, 0.9) 100%);
    z-index: -1;
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

.pricing_tableim h2::after {
    content: "";
    width: 80px;
    position: absolute;
    height: 4px;
    transform: translateX(-50%);
    left: 50%;
    bottom: -12px;
    background: linear-gradient(90deg, rgb(164,166,161), rgb(121,122,120));
    border-radius: 10px;
}

.pricing_tableim .skill_plansEQ {
    margin: 0;
    gap: 30px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    list-style: none;
    padding: 0;
    perspective: 1000px;
}

.pricing_tableim .pricing_offerslv {
    isolation: isolate;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15), 
                0 8px 15px rgba(0, 0, 0, 0.1),
                0 1px 0 rgba(255, 255, 255, 0.1) inset;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background-color: rgba(255, 255, 255, 0.03);
    transition: all 0.4s ease;
    position: relative;
    height: 100%;
    text-decoration: none;
    backdrop-filter: blur(10px);
    display: block;
    overflow: hidden;
}

.pricing_tableim .cost_breakdownPs {
    display: flex;
    position: relative;
    box-sizing: border-box;
    height: 100%;
    z-index: 1;
    padding: 35px 30px;
    flex-direction: column;
}

.pricing_tableim .price_gridRn {
    display: flex;
    flex: 1;
    flex-direction: column;
}

.pricing_tableim .price_gridRn h4::after {
    transition: width 0.3s ease;
    bottom: 0;
    width: 40px;
    content: "";
    background: rgb(121,122,120);
    height: 3px;
    left: 0;
    position: absolute;
}

.pricing_tableim .price_gridRn p {
    hyphens: auto;
    overflow-wrap: break-word;
    margin: 0 0 30px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 13px;
    word-wrap: break-word;
    line-height: 1.6;
    flex: 1;
}

.pricing_tableim .pricing_offerslv:hover .study_costsci {
    transform: scale(1.05);
    background: rgba(rgb(164,166,161,0.5), 0.2);
}

.thanksPanelNl {
    padding: 120px 0 100px;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(204,201,182) 0%, rgba(245, 247, 250, 0.95) 100%);
}

.thanksPanelNl::after {
    left: -30px;
    height: 250px;
    background: linear-gradient(225deg, rgb(164,166,161,0.5) 0%, rgb(121,122,120,0.5) 80%);
    bottom: -30px;
    filter: blur(60px);
    position: absolute;
    width: 250px;
    content: "";
    animation: float 18s ease-in-out infinite reverse;
    opacity: 0.3;
    z-index: 1;
}

.thanksPanelNl h2::after {
    bottom: -12px;
    content: "";
    left: 0;
    height: 3px;
    transform: scaleX(0);
    width: 80px;
    position: absolute;
    animation: expandLine 0.6s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.4s;
    background: linear-gradient(90deg, rgb(164,166,161) 0%, rgb(121,122,120) 100%);
    transform-origin: left center;
}

.thanksPanelNl .learn_rootsDp::before {
    top: 0;
    transform: scaleY(0);
    animation: expandHeight 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.6s;
    position: absolute;
    left: 0;
    content: "";
    height: 100%;
    width: 6px;
    transform-origin: top center;
    background: linear-gradient(to bottom, rgb(121,122,120), rgb(164,166,161));
}

.thanksPanelNl li::before {
    left: 0;
    position: absolute;
    width: 10px;
    content: "";
    transform: scale(0);
    top: 8px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgb(164,166,161) 0%, rgb(121,122,120) 100%);
    height: 10px;
    animation: popIn 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) forwards 1s;
}

header::after {
    animation: gradientSlide 5s linear infinite;
    width: 100%;
    background-size: 200% auto;
    bottom: 0;
    background: linear-gradient(90deg, 
        rgb(164,166,161) 0%,
        rgb(121,122,120) 50%,
        rgb(164,166,161) 100%
    );
    position: absolute;
    content: '';
    left: 0;
    height: 4px;
}

header .head_topQO {
    position: relative;
    z-index: 5;
    flex: 0 0 auto;
}

header .head_barnT {
    transition: all 0.3s ease;
    z-index: 2;
    position: relative;
    display: flex;
    text-decoration: none;
    padding: 0.5rem;
    align-items: center;
}

header .head_topQO::before {
    bottom: -8px;
    transform: skew(-3deg);
    transition: all 0.3s ease;
    opacity: 0.3;
    position: absolute;
    top: -8px;
    content: '';
    left: -8px;
    right: -8px;
    border-radius: 10px;
    border: 1px solid rgb(164,166,161);
}

header .head_sectionXD {
    perspective: 800px;
    position: relative;
    margin: 0 0.3rem;
}

header .head_sectionXD a::before {
    bottom: 5px;
    width: 80%;
    opacity: 0.7;
    height: 1px;
    content: '';
    transition: transform 0.3s ease;
    left: 10%;
    background: rgb(164,166,161);
    transform: scaleX(0);
    position: absolute;
}

header .head_sectionXD a:hover {
    background: rgba(0, 0, 0, 0.2);
    color: rgb(164,166,161);
    border-color: rgba(255, 255, 255, 0.1);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transform: translateZ(10px);
}

header .head_sectionXD:hover::after {
    opacity: 0.4;
}

header .head_masterVl::before {
    top: 0;
    content: '';
    background: linear-gradient(90deg, transparent, rgb(164,166,161), transparent);
    position: absolute;
    width: 30%;
    height: 1px;
    left: 35%;
}

::-webkit-scrollbar {
    height: 15px;
    width: 7px;
    padding: 3px;
}

::-webkit-scrollbar-track {
    border-radius: 10.9em;
    background: rgb(121,122,120,0.5);
}

::-webkit-scrollbar-track:active {
    background: rgb(255, 255, 255, 0.5);
}

::-webkit-scrollbar-thumb {
    border: 2px dotted rgb(121,122,120);
    transition: transform 1.5s linear;
    border-radius: 9999px;
    background: #ffffff;
}

::-webkit-scrollbar-thumb:hover {
    transform: translateX(2px);
    background: rgb(121,122,120);
    border-color: rgb(164,166,161);
}

.course_highlightsRT .description::-webkit-scrollbar {
    width: 4px;
}

.course_highlightsRT .description::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.05);
}

.course_highlightsRT .description::-webkit-scrollbar-thumb {
    background: rgb(164,166,161,0.5);
    border-radius: 10px;
}



@media (max-width: 576px) {.title_sectionWh {
    padding: 2rem 1rem;
}.title_sectionWh > div {
    width: 100%;
}.title_sectionWh .course_baseqU {
    gap: 1.5rem;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    padding: 1.25rem;
}.title_sectionWh .title_style_header::after {
    width: 60%;
}.title_sectionWh .academy_rootshi h3 {
    padding-left: 1.2rem;
}.title_sectionWh p {
    padding-right: 0;
}}



@media screen and (max-width: 576px) {.reach_outRJ {
    padding: 50px 0;
}.reach_outRJ h2 {
    font-size: calc(38px * 0.8);
}.reach_outRJ .help_gridYE {
    margin-top: 40px;
}.reach_outRJ .image_wrapXY {
    min-height: 250px;
}.reach_outRJ .feedback_sectionFP {
    padding: 30px 20px;
}.reach_outRJ form h3 {
    font-size: calc(19px * 0.9);
    margin-bottom: 25px;
}.reach_outRJ form input[type="text"] {
    padding: 15px 20px;
    margin-bottom: 20px;
}.reach_outRJ form .reach_paneltk {
    padding: 15px 20px;
    width: 100%;
}}



@media (min-width: 992px) {.academic_experienceDN {
    padding: 150px 0;
}.academic_experienceDN .success_reviewsCO {
    padding: 60px;
    grid-template-columns: auto 250px 1fr;
    gap: 50px;
}.academic_experienceDN .success_reviewsCO > div:first-child {
    grid-row: 1;
}.academic_experienceDN .success_reviewsCO > div:nth-child(2) {
    padding-top: 20px;
    grid-row: 1;
}.academic_experienceDN .job_boxke {
    grid-row: 2;
    padding-left: 40px;
    grid-column: 1 / 4;
    font-size: calc(13px + 1px);
}.academic_experienceDN .image_wrapXY {
    width: 240px;
    height: 280px;
}
}



@media (max-width: 1200px) {.prospective_membersTB ul {
    grid-template-columns: repeat(2, 1fr);
}
}



@media (max-width: 992px) {.prospective_membersTB {
    padding: 5rem 0;
}.prospective_membersTB h3 {
    font-size: calc(38px * 0.9);
    margin-bottom: 3.5rem;
}
}



@media (max-width: 480px) {.prospective_membersTB {
    padding: 3rem 0;
}.prospective_membersTB .learn_rootsDp {
    padding: 0 1rem;
}.prospective_membersTB h3 {
    font-size: calc(38px * 0.7);
    margin-bottom: 2.5rem;
}.prospective_membersTB li {
    padding: 1.25rem;
}.prospective_membersTB li svg {
    height: 40px;
    width: 40px;
    margin-bottom: 1rem;
}}



@media (min-width: 992px) {.our_backgroundPd {
    padding: 150px 0 200px;
}.our_backgroundPd .text_card_wrapxu {
    padding: 60px 70px;
}.our_backgroundPd .text_card_wrapxu div div {
    column-count: 2;
}
}



@media (max-width: 480px) {.our_backgroundPd {
    padding: 60px 0 100px;
}.our_backgroundPd .text_card_wrapxu {
    padding: 25px 20px;
}.our_backgroundPd h2 {
    margin-bottom: 30px;
    font-size: 2rem;
}.our_backgroundPd h2::after {
    width: 50px;
    bottom: -8px;
}.our_backgroundPd .text_card_wrapxu p {
    font-size: 1.125rem;
}
}



@media (hover: hover) {.our_backgroundPd .text_card_wrapxu::after {
    opacity: 0;
    top: 0;
    content: "";
    left: 0;
    width: 100%;
    pointer-events: none;
    z-index: 1;
    position: absolute;
    height: 100%;
    transition: opacity 0.5s ease;
    background: linear-gradient(135deg, 
            rgba(rgb(164,166,161,0.5), 0.05) 0%,
            rgba(rgb(164,166,161,0.5), 0) 50%);
}.our_backgroundPd .text_card_wrapxu:hover::after {
    opacity: 1;
}}



@media (max-width: 576px) {.data_summaryRe {
    padding: 50px 0;
}.data_summaryRe .statistics_gainsFZ {
    gap: 15px;
    grid-template-columns: 1fr;
}.data_summaryRe .study_elevationrx {
    padding: 20px 15px;
}.data_summaryRe .study_elevationrx h4 {
    font-size: 1.8rem;
}.data_summaryRe .study_elevationrx span {
    font-size: calc(17px * 0.85);
}.data_summaryRe .statistics_benefitns {
    font-size: calc(35px * 0.7);
}}


@media only screen and (max-width: 800px) {.secure_citadelkp {
    padding: 20px;
    border-radius: 10px;
}.secure_citadelkp h1 {
    font-size: calc(18px - 10px);
}.secure_citadelkp h2 {
    font-size: calc(18px - 8px);
}.secure_citadelkp ul, .secure_citadelkp ol {
    padding-left: 15px;
}.secure_citadelkp li {
    font-size: calc(13px - 2px);
}}



@media (min-width: 992px) {.course_highlightsRT {
    padding: 8rem 0;
}.course_highlightsRT .class_pathhA {
    gap: 5rem;
}.course_highlightsRT .image_wrapXY {
    height: 500px;
}.course_highlightsRT h3 {
    margin-bottom: 2rem;
    font-size: calc(24px * 1.4);
}.course_highlightsRT h3::after {
    width: 70px;
}.course_highlightsRT .description {
    max-height: 350px;
}.course_highlightsRT .text_card_wrapxu {
    padding: 3rem;
}.course_highlightsRT .text_card_wrapxu::before {
    height: 150px;
    width: 150px;
}
}



@media (max-width: 1200px) {.collab_spacerX .company_holder {
    padding-right: 2rem;
    flex: 0 0 35%;
}.collab_spacerX .referral_proggX {
    flex: 0 0 65%;
}
}



@media (max-width: 992px) {.collab_spacerX {
    padding: 4rem 0 2rem;
}.collab_spacerX .container {
    flex-direction: column;
}.collab_spacerX .company_holder {
    flex: 0 0 100%;
    padding-right: 0;
    margin-bottom: 3rem;
}.collab_spacerX .company_holder::after {
    display: none;
}.collab_spacerX .referral_proggX {
    flex: 0 0 100%;
}.collab_spacerX .nav_sectionkX {
    padding-bottom: 1.5rem;
}
}



@media (max-width: 576px) {.collab_spacerX {
    padding: 3rem 0 1rem;
}.collab_spacerX::before {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
}.collab_spacerX .nav_sectionkX {
    padding: 0 0 2rem 0;
    flex: 0 0 100%;
}.collab_spacerX .company_holder {
    margin-bottom: 2rem;
}.collab_spacerX .nav_sectionkX .top_headsD a {
    padding: 0.6rem 0.8rem;
}.collab_spacerX .nav_sectionkX .top_headsD a:hover {
    padding-left: 1.2rem;
}.law_resiC {
    margin-top: 1rem;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
}
}


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


@media only screen and (max-width: 800px) {.data_guardbe {
    display: none;
}.cookie_screenln {
    align-items: center;
    flex-direction: column;
    justify-content: center;
}.cookieWarningContainerkn h5 {
    text-align: center;
}.cookieWarningContainerkn p {
    text-align: center;
}.cookie_complZE {
    margin-bottom: 20px;
}body .wrapper-holderaw .privacy_optoV {
    margin-left: 0;
}}



@media (max-width: 992px) {.service_contactNb {
    padding: 80px 0 350px;
    background: linear-gradient(to bottom, rgb(204,201,182) 65%, rgb(164,166,161) 65%);
}.service_contactNb .quick_answersPv {
    grid-template-columns: 1fr;
}.service_contactNb .ask_supportmw:nth-child(1) {
    padding-right: 0;
    margin-bottom: 3rem;
}.service_contactNb .ask_supportmw:nth-child(2) {
    top: auto;
    bottom: 200px;
    grid-row: auto;
    grid-column: auto;
    left: 0;
    right: 0;
    height: 300px;
    position: static;
}.service_contactNb .contact_tile.send_requestQv {
    grid-column: auto;
    margin-top: 250px;
}
}



@media (min-width: 1200px) {.pricing_tableim .skill_plansEQ {
    grid-template-columns: repeat(4, 1fr);
}.pricing_tableim .cost_breakdownPs {
    padding: 40px 35px;
}.pricing_tableim h2 {
    font-size: calc(35px + 4px);
}
}



@media (min-width: 992px) and (max-width: 1199px) {.pricing_tableim .skill_plansEQ {
    grid-template-columns: repeat(3, 1fr);
}.pricing_tableim .cost_breakdownPs {
    padding: 35px 30px;
}
}



@media (min-width: 768px) and (max-width: 991px) {.pricing_tableim .skill_plansEQ {
    grid-template-columns: repeat(2, 1fr);
}.pricing_tableim .price_gridRn p {
    font-size: calc(13px - 1px);
    margin-bottom: 25px;
}.pricing_tableim .cost_breakdownPs {
    padding: 30px 25px;
}
}



@media (max-width: 480px) {.pricing_tableim {
    padding: 50px 0;
}.pricing_tableim .cost_breakdownPs {
    padding: 25px 20px;
}.pricing_tableim h2::after {
    width: 60px;
    height: 3px;
}.pricing_tableim .study_costsci {
    padding: 8px 16px;
}}



@media (max-width: 991px) {.thanksPanelNl {
    padding: 90px 0 70px;
}.thanksPanelNl h2 {
    font-size: calc(33px * 0.9);
    margin-bottom: 35px;
}.thanksPanelNl .learn_rootsDp {
    padding: 40px 35px;
}.thanksPanelNl h2::after {
    width: 70px;
}
}



@media (max-width: 575px) {.thanksPanelNl {
    padding: 60px 0 40px;
}.thanksPanelNl h2 {
    margin-bottom: 25px;
    font-size: calc(33px * 0.7);
}.thanksPanelNl .learn_rootsDp {
    padding: 30px 20px;
}.thanksPanelNl li {
    padding-left: 20px;
}.thanksPanelNl li::before {
    top: 9px;
    height: 8px;
    width: 8px;
}.thanksPanelNl h2::after {
    width: 50px;
}
}



@media (min-width: 1400px) {header .head_masterVl {
    max-width: 1300px;
    margin: 0 auto;
}header .head_sectionXD {
    margin: 0 0.5rem;
}header .head_sectionXD a {
    padding: 0.8rem 1.5rem;
}
}



@media (max-width: 991px) {header {
    padding: 0;
}header .head_masterVl {
    flex-wrap: wrap;
    padding: 1rem 1.5rem;
    flex-direction: row;
    justify-content: space-between;
}header .head_topQO {
    margin-bottom: 0;
}header .nav_sectionkX {
    justify-content: center;
    flex: 1 0 100%;
    margin-top: 1rem;
}header .head_sectionXD {
    margin: 0 0.2rem;
}header .head_sectionXD a {
    font-size: calc(13px - 1px);
    padding: 0.6rem 0.8rem;
}header .head_topQO::before {
    right: -5px;
    left: -5px;
    bottom: -5px;
    top: -5px;
}
}



@media (max-width: 479px) {header .head_masterVl {
    padding: 0.7rem 1rem;
}header .head_topQO {
    max-width: 110px;
}header .head_sectionXD a {
    font-size: calc(13px - 3px);
    padding: 0.4rem 0.6rem;
}
}



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



@keyframes pulse {
  0%, 100% {
    transform: rotate(45deg) scale(1);
  }
  50% {
    transform: rotate(45deg) scale(1.2);
  }
}



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



@keyframes cloudMove {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 10% 10%;
    }
}



@keyframes expandLine {
    to {
        transform: scaleX(1);
    }
}



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



@keyframes expandLine {
    to {
        transform: scaleX(1);
    }
}



@keyframes popIn {
    0% {
        transform: scale(0);
    }
    70% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

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

