* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}.inner-containerXP {
    display: flex;
    height: 100%;
    flex-direction: column;
    min-height: 100%;
}header,footer {
    width: 100%;
}.site_studySq {
    flex: 1 0 auto;
}html,body {
    scroll-snap-type: none;
    color: #000000;
    auto
    scroll-behavior: auto;
    min-height: 100%;
    auto
contain
touch-action: none;
    height: 100%;
    font-family: Arial, sans-serif;
}.container {
    margin: auto;
    width: 1192px;
    max-width: 100%;
}::-webkit-scrollbar {
    height: 10px;
    width: 3px;
}::-webkit-scrollbar-track {
    margin: 2px 0;
    border-radius: 9%;
    background: rgb(175,175,178);
}::-webkit-scrollbar-thumb {
    background: rgb(102,102,105);
    border-radius: 9999px;
}::-webkit-scrollbar-thumb:hover {
    background: #ffffff;
    transform: scale(0.95);
    border-color: rgb(255, 255, 255, 0.5);
}::-webkit-scrollbar-corner {
    border-radius: 3px;
}* {
    scrollbar-color: #ffffff rgb(175,175,178);
    scrollbar-width: thin;
}.testimonialEu {
    flex: 0 0 auto;
}svg {
    height: 30px;
    width: 30px;
}a {
    text-decoration: none;
    color: inherit;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.pricing_offer_boxRg {
    overflow: hidden;
    position: relative;
    padding: 100px 0;
}.pricing_offer_boxRg::before {
    z-index: 1;
    right: 0;
    position: absolute;
    top: 0;
    backdrop-filter: blur(4px);
    content: "";
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
}.pricing_offer_boxRg .container {
    margin: 0 auto;
    max-width: 1320px;
    z-index: 2;
    padding: 0 15px;
    position: relative;
}.pricing_offer_boxRg .training_feeseq {
    align-items: center;
    width: 100%;
    display: flex;
    flex-direction: column;
}.pricing_offer_boxRg h2 {
    animation: fadeSlideUp 0.7s ease forwards;
    font-weight: 700;
    opacity: 0;
    letter-spacing: 1px;
    position: relative;
    margin-bottom: 20px;
    color: #ffffff;
    transform: translateY(20px);
    text-align: center;
    font-size: 36px;
}.pricing_offer_boxRg .price_panelUZ {
    text-align: center;
    color: #ffffff;
    max-width: 700px;
    margin-bottom: 50px;
    line-height: 1.6;
    font-size: 14px;
    transform: translateY(20px);
    opacity: 0;
    animation: fadeSlideUp 0.7s ease forwards 0.2s;
}.pricing_offer_boxRg .study_subYy {
    padding: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 30px;
    display: grid;
    width: 100%;
    list-style: none;
    perspective: 1000px;
}.pricing_offer_boxRg .study_subYy li {
    animation-delay: calc(0.2s + (var(--li-index, 0) * 0.15s));
    opacity: 0;
    animation: fadeSlideUp 0.8s ease forwards;
    transform: translateY(30px);
}.pricing_offer_boxRg .study_subYy li:nth-child(1) {
    --li-index: 1;
}.pricing_offer_boxRg .study_subYy li:nth-child(2) {
    --li-index: 2;
}.pricing_offer_boxRg .study_subYy li:nth-child(3) {
    --li-index: 3;
}.pricing_offer_boxRg .study_subYy li:nth-child(4) {
    --li-index: 4;
}.pricing_offer_boxRg .value_feesjY {
    border: 1px solid rgba(255,255,255,0.15);
    text-decoration: none;
    overflow: hidden;
    background: linear-gradient(145deg, rgba(255,255,255,0.12), rgba(255,255,255,0.05));
    height: 100%;
    backdrop-filter: blur(10px);
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), 
                box-shadow 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
    display: block;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
}.pricing_offer_boxRg .value_feesjY::before {
    position: absolute;
    background: linear-gradient(90deg, rgb(138,138,141), rgb(102,102,105));
    transform-origin: left;
    left: 0;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    top: 0;
    transform: scaleX(0);
    height: 4px;
    content: "";
    width: 100%;
}.pricing_offer_boxRg .value_feesjY:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}.pricing_offer_boxRg .value_feesjY:hover::before {
    transform: scaleX(1);
}.pricing_offer_boxRg .access_plansdq {
    flex-direction: column;
    display: flex;
    padding: 30px;
    height: 100%;
}.pricing_offer_boxRg .bundle_ratewW {
    flex-direction: column;
    height: 100%;
    display: flex;
}.pricing_offer_boxRg .bundle_ratewW h4 {
    color: #ffffff;
    font-size: 21px;
    font-weight: 600;
    margin-top: 0;
    position: relative;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
    padding-bottom: 15px;
}.pricing_offer_boxRg .bundle_ratewW h4::after {
    content: "";
    height: 2px;
    left: 0;
    width: 40px;
    background: rgb(102,102,105);
    bottom: 0;
    position: absolute;
}.pricing_offer_boxRg .bundle_ratewW p {
    color: rgba(255,255,255,0.8);
    margin-bottom: 25px;
    font-size: calc(14px - 2px);
    word-break: break-word;
    line-height: 1.6;
    flex-grow: 1;
    overflow-wrap: break-word;
}.pricing_offer_boxRg .price_optsQy {
    background: linear-gradient(135deg, rgb(138,138,141,0.5), rgb(102,102,105,0.5));
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    font-weight: 700;
    font-size: calc(21px + 4px);
    display: inline-block;
    padding: 10px 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-top: auto;
    position: relative;
    border-radius: 10px;
    align-self: flex-start;
    color: #ffffff;
}.pricing_offer_boxRg .value_feesjY:hover .price_optsQy {
    transform: scale(1.05);
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}

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

@media (max-width: 992px) {.pricing_offer_boxRg {
    padding: 80px 0;
}.pricing_offer_boxRg h2 {
    font-size: calc(36px - 4px);
}.pricing_offer_boxRg .study_subYy {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
}.pricing_offer_boxRg .access_plansdq {
    padding: 25px;
}.pricing_offer_boxRg .price_optsQy {
    font-size: calc(21px + 2px);
}
}

@media (max-width: 768px) {.pricing_offer_boxRg {
    padding: 60px 0;
}.pricing_offer_boxRg h2 {
    margin-bottom: 15px;
    font-size: calc(36px - 6px);
}.pricing_offer_boxRg .price_panelUZ {
    font-size: calc(14px - 1px);
    margin-bottom: 30px;
}.pricing_offer_boxRg .study_subYy {
    max-width: 450px;
    margin: 0 auto;
    grid-template-columns: 1fr;
}.pricing_offer_boxRg .bundle_ratewW p {
    font-size: calc(14px - 3px);
}
}

@media (max-width: 480px) {.pricing_offer_boxRg {
    padding: 50px 0;
}.pricing_offer_boxRg .access_plansdq {
    padding: 20px;
}.pricing_offer_boxRg .bundle_ratewW h4 {
    font-size: calc(21px - 2px);
}.pricing_offer_boxRg .price_optsQy {
    font-size: 21px;
    padding: 8px 15px;
}}.meet_usxC {
    color: #ffffff;
    background-color: rgb(102,102,105,0.5);
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}.meet_usxC::before {
    width: 100%;
    position: absolute;
    background: 
        linear-gradient(90deg, transparent 95%, rgb(138,138,141,0.5) 95%, rgb(138,138,141,0.5) 96%, transparent 96%) 0 0 / 20px 100%,
        linear-gradient(0deg, transparent 95%, rgb(138,138,141,0.5) 95%, rgb(138,138,141,0.5) 96%, transparent 96%) 0 0 / 100% 20px;
    z-index: 1;
    left: 0;
    height: 100%;
    animation: gridGlow 4s infinite alternate;
    content: "";
    top: 0;
}.meet_usxC::after {
    background: 
        repeating-linear-gradient(
            to right,
            transparent,
            transparent 49.5%,
            rgb(138,138,141,0.5) 49.5%,
            rgb(138,138,141,0.5) 50.5%,
            transparent 50.5%,
            transparent 100%
        );
    animation: scanlines 10s linear infinite;
    position: absolute;
    height: 400%;
    opacity: 0.2;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    content: "";
}.meet_usxC .container {
    position: relative;
    z-index: 2;
}.meet_usxC .why_missionWZ {
    grid-template-columns: 1fr 1fr;
    position: relative;
    gap: 40px;
    display: grid;
}.meet_usxC .why_missionWZ h3 {
    text-transform: uppercase;
    letter-spacing: 3px;
    align-items: center;
    display: flex;
    color: rgb(138,138,141);
    margin-bottom: 50px;
    padding-bottom: 20px;
    position: relative;
    grid-column: 1 / -1;
    border-bottom: 1px solid rgb(138,138,141,0.5);
    font-size: 36px;
    font-weight: 700;
}.meet_usxC .why_missionWZ h3::before {
    content: "";
    margin-right: 15px;
    width: 8px;
    background: rgb(138,138,141);
    display: block;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    height: 8px;
    animation: rotate 3s linear infinite;
}.meet_usxC .why_missionWZ h3::after {
    width: 100px;
    content: "";
    position: absolute;
    left: 0;
    background: rgb(138,138,141);
    bottom: -1px;
    animation: scanRight 4s ease-in-out infinite;
    height: 3px;
}.meet_usxC .our_journeyjM {
    border-left: 1px solid rgb(138,138,141,0.5);
    flex-direction: column;
    display: flex;
    position: relative;
    padding-left: 30px;
}.meet_usxC .our_journeyjM::before {
    position: absolute;
    height: 16px;
    top: 0;
    background-color: rgb(138,138,141);
    width: 16px;
    content: "";
    left: -8px;
    animation: blinkSlow 4s infinite alternate;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}.meet_usxC .our_journeyjM span {
    color: rgb(102,102,105);
    border-bottom: 1px dashed rgb(102,102,105,0.5);
    font-size: 22px;
    position: relative;
    margin-bottom: 20px;
    padding: 5px 0;
    width: fit-content;
    font-weight: 600;
}.meet_usxC .our_journeyjM p {
    font-size: 16px;
    line-height: 1.8;
    position: relative;
    color: #ffffff;
    margin-bottom: 30px;
}.meet_usxC .our_journeyjM .image_sectionCD {
    height: 340px;
    position: relative;
    transition: all 0.4s ease;
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
}.meet_usxC .our_journeyjM .image_sectionCD::before {
    background: linear-gradient(135deg, transparent 0%, rgb(138,138,141,0.5) 100%);
    position: absolute;
    content: "";
    inset: 0;
    opacity: 0.5;
    z-index: 1;
}.meet_usxC .our_journeyjM .image_sectionCD::after {
    z-index: 2;
    height: 60px;
    border-top: 2px solid rgb(138,138,141);
    right: 0;
    opacity: 0.8;
    position: absolute;
    content: "";
    width: 60px;
    border-left: 2px solid rgb(138,138,141);
    bottom: 0;
}.meet_usxC .teach_methodjJ {
    position: relative;
    padding-right: 30px;
    border-right: 1px solid rgb(102,102,105,0.5);
    flex-direction: column;
    display: flex;
}.meet_usxC .teach_methodjJ::before {
    height: 16px;
    bottom: 0;
    animation: blinkSlow 4s infinite alternate 1s;
    position: absolute;
    right: -8px;
    background-color: rgb(102,102,105);
    width: 16px;
    content: "";
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}.meet_usxC .teach_methodjJ p {
    position: relative;
    order: 2;
    line-height: 1.8;
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 30px;
}.meet_usxC .teach_methodjJ .why_choosePe {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 15% 100%, 0 85%);
    width: 100%;
    transition: all 0.4s ease;
    position: relative;
    order: 1;
    margin-bottom: 30px;
    height: 340px;
}.meet_usxC .teach_methodjJ .why_choosePe::before {
    background: linear-gradient(135deg, rgb(102,102,105,0.5) 0%, transparent 100%);
    inset: 0;
    opacity: 0.5;
    content: "";
    position: absolute;
    z-index: 1;
}.meet_usxC .teach_methodjJ .why_choosePe::after {
    border-top: 2px solid rgb(102,102,105);
    bottom: 0;
    z-index: 2;
    content: "";
    width: 60px;
    opacity: 0.8;
    height: 60px;
    border-right: 2px solid rgb(102,102,105);
    position: absolute;
    left: 0;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes blinkSlow {
    0%, 90% {
        opacity: 1;
    }
    95% {
        opacity: 0.3;
    }
    100% {
        opacity: 1;
    }
}

@keyframes scanRight {
    0%, 100% {
        left: 0;
        width: 100px;
    }
    45%, 55% {
        left: calc(100% - 100px);
        width: 100px;
    }
    50% {
        left: calc(100% - 100px);
        width: 40px;
    }
}

@keyframes gridGlow {
    0% {
        opacity: 0.1;
    }
    100% {
        opacity: 0.3;
    }
}

@keyframes scanlines {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-75%);
    }
}

@media (max-width: 1024px) {.meet_usxC {
    padding: 80px 0;
}.meet_usxC .why_missionWZ {
    gap: 30px;
}.meet_usxC .why_missionWZ h3 {
    margin-bottom: 40px;
    letter-spacing: 2px;
}.meet_usxC .our_journeyjM,
    .meet_usxC .teach_methodjJ {
    padding-right: 20px;
    padding-left: 20px;
}.meet_usxC .our_journeyjM .image_sectionCD,
    .meet_usxC .teach_methodjJ .why_choosePe {
    height: 280px;
}
}

@media (max-width: 768px) {.meet_usxC {
    padding: 60px 0;
}.meet_usxC .why_missionWZ {
    grid-template-columns: 1fr;
    gap: 50px;
}.meet_usxC .why_missionWZ h3 {
    letter-spacing: 1px;
    margin-bottom: 30px;
    font-size: calc(36px * 0.85);
}.meet_usxC .our_journeyjM {
    border-left: none;
    border-top: 1px solid rgb(138,138,141,0.5);
    padding-top: 30px;
    padding-left: 0;
}.meet_usxC .our_journeyjM::before {
    top: -8px;
    left: 0;
}.meet_usxC .teach_methodjJ {
    padding-right: 0;
    padding-bottom: 30px;
    border-right: none;
    border-bottom: 1px solid rgb(102,102,105,0.5);
}.meet_usxC .teach_methodjJ::before {
    bottom: -8px;
    right: 0;
}.meet_usxC .our_journeyjM .image_sectionCD,
    .meet_usxC .teach_methodjJ .why_choosePe {
    height: 300px;
}
}

@media (max-width: 576px) {.meet_usxC {
    padding: 50px 0;
}.meet_usxC .why_missionWZ {
    gap: 40px;
}.meet_usxC .why_missionWZ h3 {
    padding-bottom: 15px;
    font-size: calc(36px * 0.75);
    margin-bottom: 25px;
    letter-spacing: 1px;
}.meet_usxC .why_missionWZ h3::before {
    width: 6px;
    margin-right: 10px;
    height: 6px;
}.meet_usxC .our_journeyjM {
    padding-top: 20px;
}.meet_usxC .teach_methodjJ {
    padding-bottom: 20px;
}.meet_usxC .our_journeyjM span {
    font-size: calc(22px * 0.9);
}.meet_usxC .our_journeyjM p,
    .meet_usxC .teach_methodjJ p {
    line-height: 1.6;
    font-size: calc(16px * 0.95);
    margin-bottom: 20px;
}.meet_usxC .our_journeyjM .image_sectionCD,
    .meet_usxC .teach_methodjJ .why_choosePe {
    height: 240px;
}.meet_usxC .our_journeyjM .image_sectionCD::after,
    .meet_usxC .teach_methodjJ .why_choosePe::after {
    width: 40px;
    height: 40px;
}}.program_outcomesHL {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(175,175,178) 0%, rgba(245, 247, 250, 0.95) 100%);
    padding: 80px 0;
}.program_outcomesHL::before {
    position: absolute;
    top: 0;
    z-index: 0;
    height: 100%;
    content: "";
    left: 0;
    width: 100%;
    background-image: radial-gradient(circle at 10% 20%, rgba(rgb(138,138,141,0.5), 0.05) 0%, transparent 60%);
}.program_outcomesHL::after {
    filter: blur(40px);
    width: 200px;
    border-radius: 50%;
    position: absolute;
    opacity: 0.1;
    content: "";
    height: 200px;
    right: -50px;
    bottom: -50px;
    z-index: 0;
    background: linear-gradient(225deg, rgb(102,102,105) 0%, transparent 70%);
}.program_outcomesHL .container {
    margin: 0 auto;
    max-width: 1200px;
    z-index: 1;
    padding: 0 20px;
    position: relative;
}.program_outcomesHL .why_missionWZ {
    display: flex;
    position: relative;
    flex-direction: column-reverse;
    gap: 40px;
}.program_outcomesHL .text_podEu {
    padding: 30px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(0);
}.program_outcomesHL .text_podEu:hover {
    transform: translateY(-5px);
}.program_outcomesHL .text_podEu h4 {
    margin-bottom: 30px;
    position: relative;
    font-weight: 700;
    padding-bottom: 15px;
    color: #000000;
    font-size: 20px;
}.program_outcomesHL .text_podEu h4::after {
    left: 0;
    position: absolute;
    width: 60px;
    content: "";
    transform-origin: left center;
    transition: width 0.3s ease-out;
    bottom: 0;
    background: rgb(138,138,141);
    height: 3px;
}.program_outcomesHL .text_podEu:hover h4::after {
    width: 80px;
}.program_outcomesHL .text_podEu > div {
    flex-direction: column;
    display: flex;
    gap: 20px;
}.program_outcomesHL ul {
    margin: 0;
    list-style: none;
    padding: 0;
}.program_outcomesHL li {
    opacity: 0.95;
    transition: all 0.3s ease-out;
    transform: translateX(0);
    margin-bottom: 15px;
}.program_outcomesHL li:hover {
    opacity: 1;
    transform: translateX(5px);
}.program_outcomesHL li p {
    line-height: 1.6;
    gap: 12px;
    font-size: 12px;
    align-items: flex-start;
    font-family: Arial, sans-serif;
    display: flex;
    color: #000000;
    margin: 0;
}.program_outcomesHL li p span:first-child {
    align-items: center;
    margin-top: 3px;
    justify-content: center;
    flex-shrink: 0;
    display: flex;
}.program_outcomesHL svg {
    transform: scale(0.9);
    transition: transform 0.3s ease;
    height: 22px;
    width: 22px;
}.program_outcomesHL li:hover svg {
    transform: scale(1);
}.program_outcomesHL svg path {
    fill: rgb(138,138,141);
    transition: fill 0.3s ease;
}.program_outcomesHL li:hover svg path {
    fill: rgb(102,102,105);
}.program_outcomesHL .image_sectionCD {
    height: auto;
    filter: saturate(1.05);
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    border-radius: 27px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    object-fit: cover;
    width: 100%;
    transform: perspective(1000px) rotateY(0deg);
}.program_outcomesHL .image_sectionCD:hover {
    transform: perspective(1000px) rotateY(3deg) translateZ(20px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

@media (min-width: 768px) {.program_outcomesHL {
    padding: 100px 0;
}.program_outcomesHL .why_missionWZ {
    flex-direction: row;
    gap: 60px;
    align-items: center;
}.program_outcomesHL .text_podEu {
    padding: 40px;
    flex: 1;
}.program_outcomesHL .image_sectionCD {
    max-height: 500px;
    flex: 0.8;
    clip-path: polygon(0% 5%, 95% 0%, 100% 95%, 5% 100%);
}.program_outcomesHL .text_podEu > div {
    flex-direction: row;
    gap: 40px;
}.program_outcomesHL .text_podEu > div > div {
    flex: 1;
}
}

@media (min-width: 992px) {.program_outcomesHL {
    padding: 120px 0;
}.program_outcomesHL .why_missionWZ {
    gap: 80px;
}.program_outcomesHL .text_podEu {
    padding: 50px;
}.program_outcomesHL h4 {
    font-size: calc(20px * 1.1);
}.program_outcomesHL li {
    transform: translateY(30px);
    opacity: 0;
    animation: fadeInUp 0.6s forwards;
}.program_outcomesHL li:nth-child(2) {
    animation-delay: 0.2s;
}.program_outcomesHL li:nth-child(3) {
    animation-delay: 0.4s;
}.program_outcomesHL .image_sectionCD {
    transform: perspective(1200px) rotateY(-5deg) translateZ(0);
    transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}.program_outcomesHL .image_sectionCD:hover {
    transform: perspective(1200px) rotateY(0deg) translateZ(40px);
}
    
    @keyframes fadeInUp {
        from {
            opacity: 0;
            transform: translateY(30px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }
}

@media (min-width: 1200px) {.program_outcomesHL .container {
    padding: 0 40px;
}.program_outcomesHL .why_missionWZ {
    gap: 100px;
}.program_outcomesHL .text_podEu {
    padding: 60px;
}.program_outcomesHL h4 {
    margin-bottom: 40px;
    font-size: calc(20px * 1.2);
}.program_outcomesHL li p {
    font-size: calc(12px * 1.05);
}
}

@media (max-width: 767px) {.program_outcomesHL {
    padding: 60px 0;
}.program_outcomesHL .text_podEu h4 {
    font-size: calc(20px * 0.9);
}.program_outcomesHL li p {
    font-size: calc(12px * 0.95);
}.program_outcomesHL .image_sectionCD {
    max-height: 300px;
    object-position: center;
}}.title_sectionMi {
    position: relative;
    background: rgb(175,175,178);
    overflow: hidden;
    min-height: 100vh;
    width: 100%;
}.title_sectionMi::before {
    position: absolute;
    width: 100%;
    background: 
        radial-gradient(circle at 20% 20%, rgb(138,138,141,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 80%, rgb(102,102,105,0.5) 0%, transparent 40%);
    left: 0;
    height: 100%;
    top: 0;
    content: "";
    z-index: 0;
}.title_sectionMi .why_missionWZ {
    display: grid;
    height: 100vh;
    z-index: 1;
    width: 100%;
    position: relative;
    grid-template-rows: 2fr 1fr;
}.title_sectionMi .start_leadBy {
    width: 100%;
    height: 100%;
    grid-row: 1;
    overflow: hidden;
    position: relative;
}.title_sectionMi .start_leadBy input {
    display: none;
}.title_sectionMi .tech_masterkz {
    transition: none;
    display: flex;
    height: 100%;
}.title_sectionMi .page_entryFZ {
    opacity: 0;
    min-width: 100%;
    transition: opacity 0.5s ease;
    height: 100%;
    position: relative;
}.title_sectionMi .page_entryFZ img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}.title_sectionMi .page_entryFZ::before {
    backdrop-filter: blur(1px);
    inset: 0;
    transition: opacity 0.5s ease;
    opacity: 0.3;
    position: absolute;
    z-index: 1;
    background: rgba(0, 0, 0, 0.5);
    content: "";
}.title_sectionMi .start_leadBy input:nth-child(1):checked ~ .tech_masterkz .page_entryFZ:nth-child(1),
.title_sectionMi .start_leadBy input:nth-child(2):checked ~ .tech_masterkz .page_entryFZ:nth-child(2),
.title_sectionMi .start_leadBy input:nth-child(3):checked ~ .tech_masterkz .page_entryFZ:nth-child(3),
.title_sectionMi .start_leadBy input:nth-child(4):checked ~ .tech_masterkz .page_entryFZ:nth-child(4),
.title_sectionMi .start_leadBy input:nth-child(5):checked ~ .tech_masterkz .page_entryFZ:nth-child(5),
.title_sectionMi .start_leadBy input:nth-child(6):checked ~ .tech_masterkz .page_entryFZ:nth-child(6),
.title_sectionMi .start_leadBy input:nth-child(7):checked ~ .tech_masterkz .page_entryFZ:nth-child(7),
.title_sectionMi .start_leadBy input:nth-child(8):checked ~ .tech_masterkz .page_entryFZ:nth-child(8),
.title_sectionMi .start_leadBy input:nth-child(9):checked ~ .tech_masterkz .page_entryFZ:nth-child(9),
.title_sectionMi .start_leadBy input:nth-child(10):checked ~ .tech_masterkz .page_entryFZ:nth-child(10) {
    z-index: 2;
    opacity: 1;
}.title_sectionMi .start_leadBy input:nth-child(1):checked ~ .tech_masterkz .page_entryFZ:nth-child(1)::before,
.title_sectionMi .start_leadBy input:nth-child(2):checked ~ .tech_masterkz .page_entryFZ:nth-child(2)::before,
.title_sectionMi .start_leadBy input:nth-child(3):checked ~ .tech_masterkz .page_entryFZ:nth-child(3)::before,
.title_sectionMi .start_leadBy input:nth-child(4):checked ~ .tech_masterkz .page_entryFZ:nth-child(4)::before,
.title_sectionMi .start_leadBy input:nth-child(5):checked ~ .tech_masterkz .page_entryFZ:nth-child(5)::before,
.title_sectionMi .start_leadBy input:nth-child(6):checked ~ .tech_masterkz .page_entryFZ:nth-child(6)::before,
.title_sectionMi .start_leadBy input:nth-child(7):checked ~ .tech_masterkz .page_entryFZ:nth-child(7)::before,
.title_sectionMi .start_leadBy input:nth-child(8):checked ~ .tech_masterkz .page_entryFZ:nth-child(8)::before,
.title_sectionMi .start_leadBy input:nth-child(9):checked ~ .tech_masterkz .page_entryFZ:nth-child(9)::before,
.title_sectionMi .start_leadBy input:nth-child(10):checked ~ .tech_masterkz .page_entryFZ:nth-child(10)::before {
    opacity: 0;
}.title_sectionMi .main_welcomeWk {
    left: 50%;
    gap: 15px;
    transform: translateX(-50%);
    display: flex;
    position: absolute;
    bottom: 20px;
    z-index: 10;
}.title_sectionMi .main_welcomeWk label {
    height: 12px;
    border-radius: 50%;
    width: 12px;
    position: relative;
    opacity: 0.5;
    cursor: pointer;
    background: #ffffff;
    transform: scale(1);
    transition: all 0.3s ease;
}.title_sectionMi .start_leadBy input:nth-child(1):checked ~ .main_welcomeWk label:nth-child(1),
.title_sectionMi .start_leadBy input:nth-child(2):checked ~ .main_welcomeWk label:nth-child(2),
.title_sectionMi .start_leadBy input:nth-child(3):checked ~ .main_welcomeWk label:nth-child(3),
.title_sectionMi .start_leadBy input:nth-child(4):checked ~ .main_welcomeWk label:nth-child(4),
.title_sectionMi .start_leadBy input:nth-child(5):checked ~ .main_welcomeWk label:nth-child(5),
.title_sectionMi .start_leadBy input:nth-child(6):checked ~ .main_welcomeWk label:nth-child(6),
.title_sectionMi .start_leadBy input:nth-child(7):checked ~ .main_welcomeWk label:nth-child(7),
.title_sectionMi .start_leadBy input:nth-child(8):checked ~ .main_welcomeWk label:nth-child(8),
.title_sectionMi .start_leadBy input:nth-child(9):checked ~ .main_welcomeWk label:nth-child(9),
.title_sectionMi .start_leadBy input:nth-child(10):checked ~ .main_welcomeWk label:nth-child(10) {
    opacity: 1;
    background: rgb(138,138,141);
    transform: scale(1.3);
}.title_sectionMi .text_podEu {
    display: flex;
    position: relative;
    background: #ffffff;
    z-index: 5;
    align-items: center;
    grid-row: 2;
    overflow: hidden;
}.title_sectionMi .text_podEu::before {
    content: "";
    left: 0;
    height: 5px;
    top: 0;
    background: linear-gradient(to right, rgb(138,138,141), rgb(102,102,105));
    width: 100%;
    position: absolute;
}.title_sectionMi .text_podEu .container {
    position: relative;
    padding: 40px 30px;
    max-width: 1140px;
    margin: 0 auto;
}.title_sectionMi .text_podEu h1 {
    font-weight: 700;
    position: relative;
    display: inline-block;
    color: #000000;
    font-size: 48px;
    margin-bottom: 15px;
}.title_sectionMi .text_podEu h3 {
    color: rgb(102,102,105);
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 20px;
}.title_sectionMi .text_podEu p {
    line-height: 1.7;
    color: #000000;
    margin-bottom: 0;
    max-width: 800px;
    font-size: 16px;
}@keyframes slideInUp {
    from {
        transform: translateY(30px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.title_sectionMi .text_podEu h1,
.title_sectionMi .text_podEu h3,
.title_sectionMi .text_podEu p {
    animation: slideInUp 0.6s forwards;
    opacity: 0;
}.title_sectionMi .text_podEu h1 {
    animation-delay: 0.2s;
}.title_sectionMi .text_podEu h3 {
    animation-delay: 0.4s;
}.title_sectionMi .text_podEu p {
    animation-delay: 0.6s;
}.title_sectionMi .start_leadBy input:nth-child(1):checked ~ .tech_masterkz .page_entryFZ:nth-child(1) img,
.title_sectionMi .start_leadBy input:nth-child(2):checked ~ .tech_masterkz .page_entryFZ:nth-child(2) img,
.title_sectionMi .start_leadBy input:nth-child(3):checked ~ .tech_masterkz .page_entryFZ:nth-child(3) img,
.title_sectionMi .start_leadBy input:nth-child(4):checked ~ .tech_masterkz .page_entryFZ:nth-child(4) img,
.title_sectionMi .start_leadBy input:nth-child(5):checked ~ .tech_masterkz .page_entryFZ:nth-child(5) img,
.title_sectionMi .start_leadBy input:nth-child(6):checked ~ .tech_masterkz .page_entryFZ:nth-child(6) img,
.title_sectionMi .start_leadBy input:nth-child(7):checked ~ .tech_masterkz .page_entryFZ:nth-child(7) img,
.title_sectionMi .start_leadBy input:nth-child(8):checked ~ .tech_masterkz .page_entryFZ:nth-child(8) img,
.title_sectionMi .start_leadBy input:nth-child(9):checked ~ .tech_masterkz .page_entryFZ:nth-child(9) img,
.title_sectionMi .start_leadBy input:nth-child(10):checked ~ .tech_masterkz .page_entryFZ:nth-child(10) img {
    animation: slowZoom 15s infinite alternate;
}

@keyframes slowZoom {
    from { transform: scale(1); }
    to { transform: scale(1.1); }
}

@media (max-width: 1200px) {.title_sectionMi .text_podEu .container {
    max-width: 960px;
}
}

@media (max-width: 992px) {.title_sectionMi .text_podEu .container {
    max-width: 720px;
    padding: 30px 20px;
}.title_sectionMi .text_podEu h1 {
    font-size: calc(48px * 0.9);
}
}

@media (max-width: 768px) {.title_sectionMi .why_missionWZ {
    grid-template-rows: 3fr 2fr;
}.title_sectionMi .text_podEu .container {
    padding: 25px 15px;
    max-width: 540px;
}.title_sectionMi .text_podEu h1 {
    margin-bottom: 10px;
    font-size: calc(48px * 0.8);
}.title_sectionMi .text_podEu h3 {
    margin-bottom: 15px;
    font-size: calc(22px * 0.9);
}.title_sectionMi .main_welcomeWk {
    bottom: 15px;
    gap: 10px;
}
}

@media (max-width: 576px) {.title_sectionMi .text_podEu .container {
    padding: 20px 15px;
}.title_sectionMi .text_podEu h1 {
    font-size: calc(48px * 0.7);
}.title_sectionMi .text_podEu h3 {
    font-size: calc(22px * 0.8);
    margin-bottom: 10px;
}.title_sectionMi .text_podEu p {
    font-size: calc(16px * 0.9);
}.title_sectionMi .main_welcomeWk {
    gap: 8px;
}.title_sectionMi .main_welcomeWk label {
    height: 10px;
    width: 10px;
}}

.title_sectionMi .main_welcomeWk label:hover {
    opacity: 0.8;
    transform: scale(1.2);
}.title_sectionMi .tech_masterkz .page_entryFZ:not(:first-child) {
    position: absolute;
    inset: 0;
}.program_structurega {
    padding: 100px 0;
    background-color: rgb(175,175,178);
    position: relative;
    overflow: hidden;
}.program_structurega::before {
    content: "";
    height: 100%;
    background: repeating-linear-gradient(
    45deg,
    rgb(138,138,141,0.5) 0,
    rgb(138,138,141,0.5) 1px,
    transparent 1px,
    transparent 10px
  );
    z-index: 1;
    position: absolute;
    opacity: 0.1;
    width: 100%;
    left: 0;
    top: 0;
}.program_structurega::after {
    width: 100%;
    content: "";
    background: radial-gradient(
    circle at 80% 20%,
    rgb(102,102,105,0.5) 0%,
    transparent 60%
  );
    right: 0;
    top: 0;
    height: 100%;
    z-index: 1;
    position: absolute;
}.program_structurega .container {
    position: relative;
    padding: 0 20px;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
}.program_structurega .why_missionWZ {
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    position: relative;
    display: grid;
}.program_structurega .why_missionWZ::before {
    top: -80px;
    position: absolute;
    width: 200px;
    content: "";
    z-index: -1;
    left: -120px;
    border-radius: 50%;
    border: 1px solid rgb(138,138,141,0.5);
    animation: rotate 30s linear infinite;
    height: 200px;
}.program_structurega .why_missionWZ::after {
    bottom: -100px;
    position: absolute;
    z-index: -1;
    border-radius: 50%;
    right: -50px;
    height: 300px;
    animation: rotate 40s linear infinite reverse;
    content: "";
    width: 300px;
    border: 2px solid rgb(102,102,105,0.5);
}.program_structurega .skill_planmf {
    transform: translateZ(0);
    border-left: 3px solid rgb(138,138,141);
    backdrop-filter: blur(10px);
    border-radius: 27px;
    padding: 40px;
    background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.05) 0%,
    rgba(255, 255, 255, 0.01) 100%
  );
    justify-content: center;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    display: flex;
    position: relative;
    flex-direction: column;
}.program_structurega .skill_planmf::before {
    border-top: 2px solid rgb(102,102,105,0.5);
    z-index: 1;
    position: absolute;
    height: 60px;
    right: 20px;
    content: "";
    border-right: 2px solid rgb(102,102,105,0.5);
    width: 60px;
    top: 20px;
}.program_structurega .skill_planmf::after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 20px;
    border-bottom: 2px solid rgb(138,138,141,0.5);
    width: 60px;
    height: 60px;
    border-left: 2px solid rgb(138,138,141,0.5);
    bottom: 20px;
}.program_structurega .head_topEL {
    margin-bottom: 30px;
    position: relative;
}.program_structurega .head_topEL::before {
    height: 10px;
    background-color: rgb(138,138,141);
    border-radius: 50%;
    width: 10px;
    top: 50%;
    position: absolute;
    content: "";
    left: -20px;
    transform: translateY(-50%);
}.program_structurega .head_topEL svg {
    height: 60px;
    transition: filter 0.4s ease;
    max-height: 70px;
    width: 60px;
}.program_structurega .head_topEL:hover svg {
    filter: drop-shadow(0 0 8px rgb(138,138,141,0.5));
}.program_structurega .head_topEL svg path {
    transition: fill 0.3s ease;
    fill: rgb(138,138,141);
}.program_structurega .head_topEL:hover svg path {
    fill: rgb(102,102,105);
}.program_structurega h3 {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 33px;
    color: #000000;
    letter-spacing: 1px;
    font-weight: 700;
}.program_structurega h3::after {
    left: 0;
    height: 3px;
    content: "";
    border-radius: 10px;
    position: absolute;
    bottom: 0;
    background: linear-gradient(
    to right,
    rgb(138,138,141) 0%,
    rgb(102,102,105) 100%
  );
    width: 80px;
}.program_structurega p {
    margin-bottom: 0;
    line-height: 1.8;
    color: #000000;
    position: relative;
    font-size: 16px;
}.program_structurega .image_sectionCD {
    overflow: hidden;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    height: 500px;
    min-height: 500px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.2);
    transform: perspective(1000px) rotateY(-5deg);
    border-radius: 27px;
    position: relative;
}.program_structurega .image_sectionCD::before {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
    to bottom right,
    rgb(138,138,141,0.5) 0%,
    transparent 30%,
    transparent 70%,
    rgb(102,102,105,0.5) 100%
  );
    content: "";
    position: absolute;
    z-index: 2;
}.program_structurega .image_sectionCD::after {
    z-index: 3;
    inset: 0;
    content: "";
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 27px;
    position: absolute;
}.program_structurega .image_sectionCD:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(10px);
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes pulse {
  0% {
    opacity: 0.4;
    transform: scale(0.98);
  }
  50% {
    opacity: 0.6;
    transform: scale(1);
  }
  100% {
    opacity: 0.4;
    transform: scale(0.98);
  }
}

@media (max-width: 1199px) {.program_structurega .why_missionWZ {
    gap: 40px;
}.program_structurega .skill_planmf {
    padding: 30px;
}.program_structurega .image_sectionCD {
    min-height: 450px;
}
}

@media (max-width: 991px) {.program_structurega {
    padding: 70px 0;
}.program_structurega .why_missionWZ {
    grid-template-columns: 1fr;
    gap: 40px;
}.program_structurega .skill_planmf {
    order: 2;
}.program_structurega .image_sectionCD {
    order: 1;
    min-height: 400px;
    transform: perspective(1000px) rotateY(0deg);
}.program_structurega .why_missionWZ::before,
  .program_structurega .why_missionWZ::after {
    display: none;
}
}

@media (max-width: 767px) {.program_structurega {
    padding: 50px 0;
}.program_structurega .skill_planmf {
    padding: 25px;
}.program_structurega h3 {
    font-size: calc(33px * 0.9);
    margin-bottom: 15px;
    padding-bottom: 15px;
}.program_structurega .head_topEL {
    margin-bottom: 20px;
}.program_structurega .head_topEL svg {
    max-height: 60px;
}.program_structurega .image_sectionCD {
    min-height: 350px;
}.program_structurega .skill_planmf::before,
  .program_structurega .skill_planmf::after {
    height: 40px;
    width: 40px;
}
}

@media (max-width: 576px) {.program_structurega {
    padding: 40px 0;
}.program_structurega .skill_planmf {
    padding: 20px;
}.program_structurega h3 {
    font-size: calc(33px * 0.8);
}.program_structurega p {
    line-height: 1.7;
    font-size: calc(16px * 0.95);
}.program_structurega .head_topEL {
    margin-bottom: 15px;
}.program_structurega .head_topEL svg {
    max-height: 50px;
}.program_structurega .image_sectionCD {
    min-height: 300px;
}.program_structurega .skill_planmf::before,
  .program_structurega .skill_planmf::after {
    width: 30px;
    height: 30px;
}
}

@media (min-width: 1400px) {.program_structurega .container {
    max-width: 1320px;
}.program_structurega .image_sectionCD {
    min-height: 550px;
}}header .nav_primaryHS {
    position: relative;
    background: linear-gradient(to right, rgb(102,102,105) 0%, rgb(138,138,141,0.5) 100%);
    overflow: hidden;
    left: 0;
    align-items: center;
    border-radius: 0;
    justify-content: space-between;
    padding: 1.5rem;
    display: flex;
    box-shadow: 0 0 20px 2px rgb(138,138,141,0.5);
    width: 100%;
    z-index: 99;
}header .nav_primaryHS::before {
    top: -50%;
    animation: backgroundShift 20s linear infinite;
    height: 200%;
    width: 200%;
    z-index: -1;
    content: "";
    background-size: 15px 15px;
    background: radial-gradient(circle, rgb(102,102,105,0.5) 1%, transparent 10%);
    position: absolute;
    opacity: 0.3;
    left: -50%;
}header .nav_primaryHS::after {
    background-size: 200% 200%;
    position: absolute;
    content: "";
    height: 100%;
    opacity: 0.1;
    background: linear-gradient(45deg, transparent 48%, rgb(102,102,105) 49%, rgb(102,102,105) 51%, transparent 52%);
    width: 100%;
    animation: gradientSlide 5s ease infinite;
    top: 0;
    z-index: -1;
    left: 0;
}header .nav_primaryHS .head_topEL {
    position: relative;
    overflow: visible;
}header .nav_primaryHS .head_topEL::after {
    width: 100%;
    transform-origin: left;
    content: "";
    box-shadow: 0 0 8px 2px rgb(102,102,105);
    transform: scaleX(0);
    animation: neonPulse 3s infinite alternate;
    left: 0;
    position: absolute;
    height: 2px;
    background: rgb(102,102,105);
    bottom: -8px;
}header .nav_primaryHS .head_topEL .main_mentorxg {
    position: relative;
    transition: all 0.5s ease;
    transform: perspective(800px) rotateY(0deg);
    display: block;
}header .nav_primaryHS .head_topEL .main_mentorxg:hover {
    transform: perspective(800px) rotateY(15deg);
}header .nav_primaryHS .head_topEL svg {
    filter: drop-shadow(0 0 5px rgb(102,102,105,0.5));
    height: auto;
    width: 120px;
}header .nav_primaryHS .header_navbarlb {
    margin: 0;
    perspective: 800px;
    padding: 0;
    display: flex;
    position: relative;
    list-style: none;
}header .nav_primaryHS .header_navbarlb::before {
    animation: neonPulse 4s infinite alternate-reverse;
    background: rgb(138,138,141);
    width: 100%;
    transform: scaleX(0.5);
    left: 0;
    top: 105%;
    height: 2px;
    position: absolute;
    box-shadow: 0 0 10px 2px rgb(138,138,141);
    content: "";
}header .nav_primaryHS .nav_knowPf {
    margin: 0 0.5rem;
    transform: translateZ(0);
    position: relative;
    transform-style: preserve-3d;
    transition: transform 0.3s ease;
}header .nav_primaryHS .nav_knowPf:hover {
    transform: translateZ(20px);
}header .nav_primaryHS .nav_knowPf a {
    font-family: Arial, sans-serif;
    position: relative;
    font-weight: 600;
    display: block;
    border: 1px solid transparent;
    padding: 0.5rem 1rem;
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease, text-shadow 0.3s ease;
    font-size: 15px;
}header .nav_primaryHS .nav_knowPf a::before {
    transition: opacity 0.3s ease, transform 0.3s ease;
    height: 100%;
    left: 0;
    position: absolute;
    background: rgb(138,138,141,0.5);
    width: 100%;
    content: "";
    transform: scale(0.9);
    top: 0;
    opacity: 0;
    z-index: -1;
    border-radius: 10px;
}header .nav_primaryHS .nav_knowPf a:hover {
    border: 1px solid rgb(102,102,105,0.5);
    color: rgb(102,102,105);
    text-shadow: 0 0 5px rgb(102,102,105,0.5);
}header .nav_primaryHS .nav_knowPf a:hover::before {
    transform: scale(1);
    opacity: 0.2;
}

@keyframes neonPulse {
  0% {
    opacity: 0.6;
    transform: scaleX(0.5);
  }
  100% {
    opacity: 1;
    transform: scaleX(1);
  }
}

@keyframes backgroundShift {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(50%, 50%);
  }
}

@keyframes gradientSlide {
  0% {
    background-position: 0% 0%;
  }
  50% {
    background-position: 100% 100%;
  }
  100% {
    background-position: 0% 0%;
  }
}

@media (max-width: 992px) {header .nav_primaryHS {
    box-sizing: border-box;
    width: 100vw;
    flex-direction: column;
    margin-left: calc(-50vw + 50%);
    padding: 1rem;
}header .nav_primaryHS .head_topEL {
    margin-bottom: 1.5rem;
}header .nav_primaryHS .header_navbarlb {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
}header .nav_primaryHS .header_navbarlb::before {
    top: auto;
    bottom: -10px;
}header .nav_primaryHS .nav_knowPf {
    margin: 0.25rem 0.5rem;
}
}

@media (max-width: 576px) {header .nav_primaryHS {
    padding: 0.75rem;
}header .nav_primaryHS .header_navbarlb {
    align-items: center;
    flex-direction: column;
}header .nav_primaryHS .nav_knowPf {
    width: 100%;
    text-align: center;
    margin: 0.25rem 0;
}header .nav_primaryHS .head_topEL svg {
    width: 100px;
}header .nav_primaryHS .head_topEL::after {
    width: 80%;
    left: 10%;
}}.analysis_summaryOh {
    overflow: hidden;
    isolation: isolate;
    color: #ffffff;
    padding: 100px 0;
    position: relative;
}.analysis_summaryOh::before {
    z-index: -1;
    backdrop-filter: blur(8px);
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    content: '';
    top: 0;
    left: 0;
    position: absolute;
}.analysis_summaryOh::after {
    content: '';
    background: linear-gradient(45deg, rgb(138,138,141,0.5) 0%, transparent 50%);
    top: 0;
    position: absolute;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}.analysis_summaryOh .container {
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    max-width: 1400px;
}.analysis_summaryOh .statistics_highlightsvQ {
    grid-template-columns: 1fr 2fr;
    align-items: center;
    gap: 50px;
    display: grid;
    position: relative;
    z-index: 1;
}.analysis_summaryOh .knowledge_statisticspC {
    display: inline-block;
    margin-bottom: 25px;
}.analysis_summaryOh .knowledge_statisticspC svg {
    height: 70px;
    fill: rgb(138,138,141);
    width: 70px;
    filter: drop-shadow(0 0 10px rgb(138,138,141,0.5));
}.analysis_summaryOh .knowledge_statisticspC svg path {
    fill: rgb(138,138,141);
    stroke: #ffffff;
    stroke-width: 0.5;
}.analysis_summaryOh .extra_statisticsWm {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 25px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    color: #ffffff;
    text-align: left;
    position: relative;
    padding-bottom: 15px;
}.analysis_summaryOh .extra_statisticsWm::after {
    position: absolute;
    height: 3px;
    background: linear-gradient(to right, rgb(138,138,141), transparent);
    bottom: 0;
    content: '';
    width: 80px;
    left: 0;
}.analysis_summaryOh .statistics_perksmM {
    text-align: left;
    font-size: 13px;
    margin-bottom: 0;
    opacity: 0.9;
    position: relative;
    line-height: 1.7;
    color: #ffffff;
}.analysis_summaryOh .pro_upgradeTu {
    padding-left: 30px;
    gap: 25px;
    position: relative;
    grid-template-rows: repeat(2, 1fr);
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}.analysis_summaryOh .pro_upgradeTu::before {
    left: 0;
    top: 0;
    content: '';
    background: linear-gradient(to bottom, transparent, #ffffff, transparent);
    height: 100%;
    width: 1px;
    position: absolute;
}.analysis_summaryOh .benefits_trackgG {
    display: flex;
    border-radius: 10px;
    position: relative;
    padding: 25px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    align-items: center;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
}.analysis_summaryOh .benefits_trackgG:hover {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.07));
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
}.analysis_summaryOh .statistics_benefitsip {
    flex-shrink: 0;
    margin-right: 20px;
}.analysis_summaryOh .statistics_benefitsip svg {
    height: 40px;
    width: 40px;
    fill: rgb(138,138,141);
    filter: drop-shadow(0 0 5px rgb(138,138,141,0.5));
}.analysis_summaryOh .statistics_benefitsip svg path {
    stroke: #ffffff;
    stroke-width: 0.5;
    fill: rgb(138,138,141);
}.analysis_summaryOh .stat_item_content {
    display: flex;
    flex-direction: column;
}.analysis_summaryOh .benefits_trackgG span {
    margin-bottom: 5px;
    position: relative;
    color: #ffffff;
    font-weight: 700;
    font-size: 23px;
    display: block;
}.analysis_summaryOh .benefits_trackgG p {
    margin: 0;
    opacity: 0.9;
    line-height: 1.3;
    font-size: calc(13px * 0.9);
    color: #ffffff;
}@keyframes float {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(20px, 10px);
    }
    100% {
        transform: translate(-10px, 20px);
    }
}

.analysis_summaryOh .pro_upgradeTu:has(.benefits_trackgG:only-child) {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
}.analysis_summaryOh .pro_upgradeTu:has(.benefits_trackgG:nth-child(2):last-child) {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr;
}.analysis_summaryOh .pro_upgradeTu:has(.benefits_trackgG:nth-child(3):last-child) {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
}.analysis_summaryOh .pro_upgradeTu:has(.benefits_trackgG:nth-child(n+5):last-child) {
    grid-auto-rows: 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(auto-fit, 1fr);
}

@media screen and (max-width: 1100px) {.analysis_summaryOh .statistics_highlightsvQ {
    grid-template-columns: 1fr 1fr;
}.analysis_summaryOh .pro_upgradeTu {
    grid-template-columns: 1fr 1fr;
}
}

@media screen and (max-width: 992px) {.analysis_summaryOh {
    padding: 80px 0;
}.analysis_summaryOh .statistics_highlightsvQ {
    gap: 50px;
    grid-template-columns: 1fr;
}.analysis_summaryOh .extra_statisticsWm {
    text-align: center;
}.analysis_summaryOh .extra_statisticsWm::after {
    background: linear-gradient(to right, transparent, rgb(138,138,141), transparent);
    transform: translateX(-50%);
    left: 50%;
}.analysis_summaryOh .statistics_perksmM {
    text-align: center;
    margin-bottom: 0;
}.analysis_summaryOh .knowledge_statisticspC {
    justify-content: center;
    display: flex;
}.analysis_summaryOh .pro_upgradeTu {
    padding-left: 0;
    grid-template-columns: repeat(2, 1fr);
}.analysis_summaryOh .pro_upgradeTu::before {
    display: none;
}
}

@media screen and (max-width: 768px) {.analysis_summaryOh {
    padding: 60px 0;
}.analysis_summaryOh .extra_statisticsWm {
    margin-bottom: 20px;
    font-size: calc(32px * 0.9);
}.analysis_summaryOh .statistics_perksmM {
    font-size: calc(13px * 0.95);
}.analysis_summaryOh .pro_upgradeTu {
    gap: 20px;
}.analysis_summaryOh .benefits_trackgG {
    padding: 20px;
}.analysis_summaryOh .benefits_trackgG span {
    font-size: calc(23px * 0.9);
}.analysis_summaryOh .benefits_trackgG p {
    font-size: calc(13px * 0.85);
}
}

@media screen and (max-width: 576px) {.analysis_summaryOh {
    padding: 50px 0;
}.analysis_summaryOh .statistics_highlightsvQ {
    gap: 40px;
}.analysis_summaryOh .pro_upgradeTu {
    gap: 15px;
    grid-template-columns: 1fr;
}.analysis_summaryOh .knowledge_statisticspC svg {
    height: 60px;
    width: 60px;
}.analysis_summaryOh .extra_statisticsWm {
    margin-bottom: 15px;
    padding-bottom: 10px;
}.analysis_summaryOh .extra_statisticsWm::after {
    width: 60px;
}.analysis_summaryOh .statistics_benefitsip svg {
    height: 35px;
    width: 35px;
}}

.analysis_summaryOh .benefits_trackgG::before {
    background: linear-gradient(135deg, transparent, rgb(138,138,141,0.5));
    opacity: 0;
    right: 0;
    transition: opacity 0.3s ease;
    height: 40px;
    width: 40px;
    content: '';
    top: 0;
    border-top-right-radius: 10px;
    position: absolute;
}.analysis_summaryOh .benefits_trackgG:hover::before {
    opacity: 1;
}.analysis_summaryOh .benefits_trackgG::after {
    opacity: 0;
    bottom: 0;
    width: 30px;
    left: 0;
    position: absolute;
    content: '';
    border-bottom-left-radius: 10px;
    background: linear-gradient(315deg, rgb(102,102,105,0.5), transparent);
    transition: opacity 0.3s ease;
    height: 30px;
}.analysis_summaryOh .benefits_trackgG:hover::after {
    opacity: 1;
}.secure_vaultingTn {
    font-family: Arial, sans-serif;
    background-color: #ffffff;
    gap: 1.5rem;
    padding: 2rem;
    display: flex;
    color: #000000;
    border: 1px solid rgb(138,138,141);
    flex-direction: column;
}.secure_vaultingTn h1, .secure_vaultingTn h2 {
    color: rgb(138,138,141);
    letter-spacing: 0.05em;
    margin-bottom: 0.75rem;
    text-transform: uppercase;
}.secure_vaultingTn h1 {
    padding-left: 0.5rem;
    border-left: 4px solid rgb(102,102,105);
    font-size: 48px;
    font-weight: 700;
}.secure_vaultingTn h2 {
    padding-left: 0.5rem;
    font-weight: 600;
    font-size: 37px;
    border-left: 3px solid rgb(102,102,105,0.5);
}.secure_vaultingTn ul {
    flex-direction: column;
    padding-left: 0;
    margin: 0;
    gap: 0.5rem;
    display: flex;
    list-style: none;
}.secure_vaultingTn ul li {
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding: 0.5rem;
    font-weight: 400;
    background-color: rgb(102,102,105,0.5);
    font-size: 14px;
}.secure_vaultingTn ul li::before {
    margin-right: 0.75rem;
    width: 10px;
    border-radius: 50%;
    height: 10px;
    background-color: rgb(138,138,141);
    content: '';
}.secure_vaultingTn p, .secure_vaultingTn span {
    margin-bottom: 1rem;
    color: #000000;
    line-height: 1.5;
    font-size: 14px;
}.secure_vaultingTn div {
    gap: 1rem;
    display: flex;
    flex-direction: column;
}.secure_vaultingTn section {
    display: flex;
    gap: 1rem;
    flex-direction: column;
}
@media only screen and (max-width: 800px) {.secure_vaultingTn {
    border-radius: 10px;
    gap: 1rem;
    padding: 1.5rem;
}.secure_vaultingTn h1 {
    font-size: calc(19px * 0.9);
}.secure_vaultingTn h2 {
    font-size: calc(19px * 0.9);
}.secure_vaultingTn ul {
    gap: 0.75rem;
}.secure_vaultingTn ul li {
    padding: 0.75rem;
}.secure_vaultingTn ul li::before {
    width: 8px;
    height: 8px;
}}.ty_contentJb {
    background: linear-gradient(135deg, rgb(138,138,141,0.5), rgb(102,102,105,0.5));
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}.ty_contentJb::before {
    height: 100%;
    z-index: 1;
    left: 0;
    pointer-events: none;
    background-image: 
        radial-gradient(circle at 20% 30%, rgba(255,255,255,0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(255,255,255,0.1) 0%, transparent 40%);
    position: absolute;
    top: 0;
    width: 100%;
    content: "";
}.ty_contentJb::after {
    transform: rotate(35deg) scale(2);
    top: -50%;
    height: 100%;
    z-index: 0;
    position: absolute;
    animation: shimmer 8s infinite linear;
    content: "";
    background: linear-gradient(45deg, transparent, rgb(138,138,141,0.5), transparent);
    pointer-events: none;
    width: 100%;
    right: -50%;
}.ty_contentJb .container {
    z-index: 2;
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}.ty_contentJb .why_missionWZ {
    background: rgba(255, 255, 255, 0.92);
    position: relative;
    gap: 40px;
    transform: perspective(1000px) rotateX(2deg);
    flex-direction: column;
    backdrop-filter: blur(10px);
    box-shadow: 
        0 20px 40px rgba(0,0,0,0.1),
        0 0 0 1px rgba(255,255,255,0.15),
        inset 0 0 20px rgba(rgb(138,138,141),0.05);
    padding: 60px 50px;
    display: flex;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.ty_contentJb .why_missionWZ:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 
        0 25px 50px rgba(0,0,0,0.15),
        0 0 0 1px rgba(255,255,255,0.2),
        inset 0 0 30px rgba(rgb(138,138,141),0.08);
}.ty_contentJb .why_missionWZ::before {
    position: absolute;
    content: "";
    z-index: -1;
    top: -10px;
    filter: blur(10px);
    opacity: 0.4;
    right: 20px;
    height: 10px;
    left: 20px;
    background: rgb(138,138,141);
}.ty_contentJb .why_missionWZ > div:first-child {
    padding-bottom: 30px;
    position: relative;
}.ty_contentJb .why_missionWZ > div:first-child::after {
    height: 3px;
    position: absolute;
    transition: transform 0.4s ease;
    width: 80px;
    background: linear-gradient(90deg, rgb(138,138,141), rgb(102,102,105));
    bottom: 0;
    transform-origin: left center;
    left: 0;
    content: "";
}.ty_contentJb .why_missionWZ:hover > div:first-child::after {
    transform: scaleX(1.5);
}.ty_contentJb h5 {
    margin: 0 0 15px;
    color: #000000;
    line-height: 1.4;
    font-size: 24px;
    z-index: 2;
    font-weight: 700;
    letter-spacing: -0.01em;
    position: relative;
    font-family: Arial, sans-serif;
}.ty_contentJb h5::before {
    transition: transform 0.3s ease;
    content: "";
    transform: translateY(-50%) rotate(45deg);
    width: 10px;
    background: rgb(138,138,141);
    left: -20px;
    position: absolute;
    height: 10px;
    top: 50%;
    opacity: 0.8;
}.ty_contentJb .why_missionWZ:hover h5::before {
    transform: translateY(-50%) rotate(135deg);
}.ty_contentJb a {
    transition: transform 0.3s ease;
    display: block;
    text-decoration: none;
}.ty_contentJb a:hover {
    transform: translateX(5px);
}.ty_contentJb p {
    transition: color 0.3s ease;
    position: relative;
    z-index: 2;
    font-size: 17px;
    font-weight: 400;
    color: #000000;
    line-height: 1.8;
    margin: 0;
    font-family: Arial, sans-serif;
}.ty_contentJb a:hover p {
    color: rgb(138,138,141);
}

@keyframes shimmer {
    0% { transform: rotate(35deg) translateX(-30%) scale(2); }
    100% { transform: rotate(35deg) translateX(30%) scale(2); }
}

@media (min-width: 992px) {.ty_contentJb .why_missionWZ {
    padding: 80px 70px;
    flex-direction: row;
    align-items: center;
}.ty_contentJb .why_missionWZ > div:first-child {
    flex: 0 0 40%;
    padding-bottom: 0;
    padding-right: 50px;
}.ty_contentJb .why_missionWZ > div:first-child::after {
    width: 3px;
    left: auto;
    top: 50%;
    height: 80px;
    right: 0;
    transform-origin: center top;
    bottom: auto;
}.ty_contentJb .why_missionWZ:hover > div:first-child::after {
    transform: scaleY(1.5);
}.ty_contentJb h5 {
    font-size: calc(24px * 1.1);
    margin-bottom: 0;
}.ty_contentJb h5::before {
    height: 15px;
    width: 15px;
    left: -30px;
}.ty_contentJb a:hover {
    transform: translateX(10px);
}
}

@media (max-width: 991px) {.ty_contentJb {
    padding: 80px 0;
}.ty_contentJb .why_missionWZ {
    padding: 50px 35px;
}.ty_contentJb h5 {
    font-size: calc(24px * 0.95);
}
}

@media (max-width: 767px) {.ty_contentJb {
    padding: 60px 0;
}.ty_contentJb .why_missionWZ {
    gap: 30px;
    padding: 40px 25px;
}.ty_contentJb h5 {
    font-size: calc(24px * 0.9);
}.ty_contentJb p {
    font-size: calc(17px * 0.95);
    line-height: 1.7;
}.ty_contentJb .why_missionWZ > div:first-child {
    padding-bottom: 20px;
}
}

@media (max-width: 480px) {.ty_contentJb {
    padding: 50px 0;
}.ty_contentJb .why_missionWZ {
    padding: 30px 20px;
    gap: 25px;
}.ty_contentJb h5 {
    font-size: calc(24px * 0.85);
}.ty_contentJb p {
    font-size: calc(17px * 0.9);
    line-height: 1.6;
}.ty_contentJb .why_missionWZ > div:first-child {
    padding-bottom: 15px;
}.ty_contentJb .why_missionWZ > div:first-child::after {
    width: 60px;
}}.cookieNotificationBannerJu {
    z-index: 90;
    transition: transform 0.5s ease-in-out;
    position: fixed;
    border-top: 3px solid rgb(102,102,105);
    bottom: 0;
    animation: slideUp 0.5s forwards;
    font-family: Arial, sans-serif;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
    padding: 20px 0;
    background: rgb(102,102,105);
    width: 100%;
    transform: translateY(100%);
}@keyframes slideUp {
    to {
        transform: translateY(0);
    }
}
.cookie_necessarysd {
    gap: 20px;
    padding: 20px 5%;
    justify-content: space-between;
    display: flex;
    align-items: center;
}.cookieNotificationBannerJu h5 {
    font-size: 23px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
    color: #ffffff;
}.cookieNotificationBannerJu p {
    font-size: 17px;
    margin: 0;
    line-height: 1.5;
    color: #ffffff;
}.web_trackingWp {
    display: flex;
    justify-content: center;
    flex-shrink: 0;
    filter: drop-shadow(0 0 10px rgb(138,138,141));
    align-items: center;
    margin-right: 15px;
}.web_trackingWp svg {
    transition: transform 0.3s ease-in-out;
    fill: rgb(138,138,141);
    height: 80px;
    width: 80px;
}.web_trackingWp:hover svg {
    transform: scale(1.1);
}.tracking_policyBc {
    flex-shrink: 0;
    text-align: center;
    line-height: 40px;
    background: linear-gradient(90deg, rgb(138,138,141), rgb(102,102,105));
    min-width: 140px;
    box-shadow: 0 0 15px rgb(138,138,141);
    cursor: pointer;
    margin-left: 10px;
    border-radius: 25px;
    font-size: 14px;
    white-space: nowrap;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    text-decoration: none;
    padding: 10px 20px;
    color: #000000;
}.tracking_policyBc:hover {
    box-shadow: 0 0 20px rgb(102,102,105);
}.cookie_button.learn_cookiesqT:hover {
    box-shadow: 0 0 15px rgb(102,102,105);
}.cookieNotificationBannerJu p a {
    transition: color 0.3s ease;
    color: rgb(138,138,141);
    text-decoration: none;
}.cookieNotificationBannerJu p a:hover {
    color: rgb(102,102,105);
}#cookieNoticeBoardGh {
    display: none;
}#cookieNoticeBoardGh:checked ~ .cookieNotificationBannerJu {
    opacity: 0;
    visibility: hidden;
}
@media only screen and (max-width: 1200px) {.cookieNotificationBannerJu {
    padding: 15px 0;
}.cookie_necessarysd {
    padding: 15px 5%;
}
}
@media only screen and (max-width: 800px) {.web_trackingWp {
    display: none;
}.cookie_necessarysd {
    flex-direction: column;
    text-align: center;
    align-items: center;
}.cookieNotificationBannerJu h5 {
    margin-bottom: 5px;
    font-size: 16px;
}.cookie_noneIS {
    margin-bottom: 15px;
}.tracking_policyBc {
    margin: 10px 0;
    min-width: 100%;
}}
footer {
    z-index: 1;
    position: relative;
}footer::before {
    position: absolute;
    content: "";
    background: linear-gradient(145deg, rgba(0, 0, 0, 0.5) 0%, rgb(138,138,141,0.5) 35%, rgb(102,102,105,0.5) 70%, rgba(0, 0, 0, 0.5) 100%);
    bottom: 0;
    background-size: 300% 300%;
    animation: gradientFlow 20s ease infinite;
    left: 0;
    opacity: 0.75;
    z-index: -1;
    top: 0;
    right: 0;
}footer::after {
    background-image: 
        linear-gradient(0deg, transparent 24%, rgb(138,138,141,0.5) 25%, rgb(138,138,141,0.5) 26%, transparent 27%, transparent 74%, rgb(102,102,105,0.5) 75%, rgb(102,102,105,0.5) 76%, transparent 77%, transparent),
        linear-gradient(90deg, transparent 24%, rgb(138,138,141,0.5) 25%, rgb(138,138,141,0.5) 26%, transparent 27%, transparent 74%, rgb(102,102,105,0.5) 75%, rgb(102,102,105,0.5) 76%, transparent 77%, transparent);
    top: 0;
    z-index: -1;
    content: "";
    left: 0;
    opacity: 0.15;
    background-size: 50px 50px;
    position: absolute;
    bottom: 0;
    right: 0;
}.testimonialEu {
    position: relative;
    color: #ffffff;
    padding: 4rem 0 2.5rem;
}.testimonialEu::before {
    background: linear-gradient(90deg, transparent, rgb(138,138,141), rgb(102,102,105), transparent);
    opacity: 0.8;
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    top: 0;
    box-shadow: 0 0 20px rgb(138,138,141,0.5);
}.testimonialEu .container {
    flex-wrap: wrap;
    position: relative;
    display: flex;
    gap: 3rem;
    justify-content: space-between;
}.testimonialEu .company_holder {
    padding: 2rem;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.08));
    flex: 1 1 350px;
    overflow: hidden;
    transition: all 0.4s ease;
    border-radius: 16px;
    position: relative;
    box-shadow: 
        0 15px 25px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(8px);
}.testimonialEu .company_holder::before {
    width: 200%;
    left: -50%;
    top: 0;
    position: absolute;
    transform: translateY(-1px);
    background: linear-gradient(90deg, transparent, rgb(138,138,141), transparent);
    height: 1px;
    content: "";
}.testimonialEu .company_holder::after {
    position: absolute;
    transform: translateY(1px);
    height: 1px;
    background: linear-gradient(90deg, transparent, rgb(102,102,105), transparent);
    width: 100%;
    left: 0;
    bottom: 0;
    content: "";
}.testimonialEu .company_holder:hover {
    box-shadow: 
        0 20px 30px rgba(0, 0, 0, 0.25),
        0 0 0 1px rgba(255, 255, 255, 0.07),
        0 0 20px rgb(138,138,141,0.5);
    transform: translateY(-5px);
}.testimonialEu .company_holder h3 {
    margin: 0 0 1.5rem;
    display: inline-block;
    font-size: 36px;
    font-weight: 700;
    text-shadow: 0 0 15px rgb(138,138,141,0.5);
    letter-spacing: 1px;
    color: #ffffff;
    position: relative;
}.testimonialEu .company_holder h3::after {
    box-shadow: 0 0 10px rgb(138,138,141);
    width: 50px;
    position: absolute;
    left: 0;
    content: "";
    transition: width 0.3s ease-out;
    bottom: -8px;
    height: 3px;
    background: linear-gradient(90deg, rgb(138,138,141), rgb(102,102,105));
    border-radius: 10px;
}.testimonialEu .company_holder:hover h3::after {
    width: 100%;
}.testimonialEu .footer_classesie {
    text-shadow: 0 0 10px #000000;
    font-size: 15px;
    line-height: 1.6;
    color: #ffffff;
    max-width: 100%;
    opacity: 0.85;
}.testimonialEu .student_aidjU {
    flex: 1 1 calc(100% - 450px);
    min-width: 400px;
}.testimonialEu .top_wrapMV {
    flex-wrap: wrap;
    display: flex;
    gap: 2.5rem;
}.testimonialEu .header_navbarlb {
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.08));
    border-radius: 16px;
    transition: all 0.4s ease;
    flex: 1 1 calc(50% - 1.25rem);
    backdrop-filter: blur(8px);
    padding: 2rem;
    overflow: hidden;
    box-shadow: 
        0 15px 25px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.05);
    position: relative;
    min-width: 250px;
}.testimonialEu .header_navbarlb::before {
    content: "";
    height: 1px;
    top: 0;
    width: 200%;
    transform: translateY(-1px);
    left: -50%;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(102,102,105), transparent);
}.testimonialEu .header_navbarlb::after {
    transform: translateY(1px);
    height: 1px;
    content: "";
    bottom: 0;
    left: 0;
    background: linear-gradient(90deg, transparent, rgb(138,138,141), transparent);
    width: 100%;
    position: absolute;
}.testimonialEu .header_navbarlb:hover {
    transform: translateY(-5px);
    box-shadow: 
        0 20px 30px rgba(0, 0, 0, 0.25),
        0 0 0 1px rgba(255, 255, 255, 0.07),
        0 0 20px rgb(102,102,105,0.5);
}.testimonialEu .header_navbarlb h5 {
    letter-spacing: 0.5px;
    margin: 0 0 1.5rem;
    font-size: 21px;
    font-weight: 600;
    display: inline-block;
    color: #ffffff;
    position: relative;
    text-shadow: 0 0 15px rgb(102,102,105,0.5);
}.testimonialEu .header_navbarlb h5::after {
    left: 0;
    border-radius: 10px;
    transition: width 0.3s ease-out;
    content: "";
    bottom: -8px;
    height: 3px;
    width: 40px;
    position: absolute;
    box-shadow: 0 0 10px rgb(102,102,105);
    background: linear-gradient(90deg, rgb(102,102,105), rgb(138,138,141));
}.testimonialEu .header_navbarlb:hover h5::after {
    width: 100%;
}.testimonialEu .header_navbarlb .top_wrapMV {
    flex-direction: column;
    display: flex;
    gap: 1rem;
}.testimonialEu .header_navbarlb .top_wrapMV a {
    text-shadow: 0 0 5px #000000;
    font-size: 15px;
    text-decoration: none;
    z-index: 1;
    position: relative;
    border-radius: 10px;
    padding: 0.5rem 1rem;
    transition: all 0.3s ease;
    opacity: 0.8;
    display: block;
    color: #ffffff;
}.testimonialEu .header_navbarlb .top_wrapMV a::before {
    opacity: 0.5;
    transition: all 0.3s ease;
    position: absolute;
    width: 3px;
    background: linear-gradient(180deg, rgb(138,138,141), rgb(102,102,105));
    border-radius: 10px;
    top: 0;
    left: 0;
    content: "";
    z-index: -1;
    height: 100%;
}.testimonialEu .header_navbarlb .top_wrapMV a::after {
    content: "";
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    transition: all 0.3s ease;
    opacity: 0;
    position: absolute;
    z-index: -1;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
}.testimonialEu .header_navbarlb .top_wrapMV a:hover {
    text-shadow: 0 0 10px rgb(102,102,105,0.5);
    padding-left: 1.5rem;
    opacity: 1;
    color: #ffffff;
}.testimonialEu .header_navbarlb .top_wrapMV a:hover::before {
    width: 5px;
    box-shadow: 0 0 10px rgb(138,138,141);
    opacity: 1;
}.testimonialEu .header_navbarlb .top_wrapMV a:hover::after {
    width: 100%;
    opacity: 0.2;
}.equity_infoCo {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(0, 0, 0, 0.5);
    padding: 2rem 0;
    margin-top: 2rem;
    position: relative;
}.equity_infoCo::before {
    top: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgb(138,138,141), rgb(102,102,105), transparent);
    left: 0;
    width: 100%;
    content: "";
    opacity: 0.5;
    position: absolute;
}.equity_infoCo .container {
    display: flex;
    justify-content: center;
    align-items: center;
}.equity_infoCo .access_helpGy {
    opacity: 0.7;
    position: relative;
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
    text-align: center;
    text-shadow: 0 0 5px #000000;
    color: #ffffff;
    font-size: 14px;
}.equity_infoCo .access_helpGy:hover {
    text-shadow: 0 0 8px rgb(102,102,105,0.5);
    opacity: 1;
}

@keyframes gradientFlow {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@media (max-width: 1200px) {.testimonialEu .container {
    gap: 2rem;
}.testimonialEu .company_holder {
    flex: 1 1 320px;
}.testimonialEu .student_aidjU {
    flex: 1 1 calc(100% - 370px);
    min-width: 320px;
}
}

@media (max-width: 992px) {.testimonialEu {
    padding: 3.5rem 0 2rem;
}.testimonialEu .container {
    gap: 2rem;
    flex-direction: column;
}.testimonialEu .company_holder,
    .testimonialEu .student_aidjU {
    min-width: 100%;
    flex: 1 1 100%;
}.testimonialEu .header_navbarlb {
    flex: 0 1 calc(50% - 1.25rem);
    min-width: 220px;
}
}

@media (max-width: 768px) {.testimonialEu {
    padding: 3rem 0 1.5rem;
}.testimonialEu .company_holder,
    .testimonialEu .header_navbarlb {
    padding: 1.5rem;
}.testimonialEu .top_wrapMV {
    gap: 1.5rem;
}.testimonialEu .company_holder h3 {
    font-size: calc(36px - 2px);
}.testimonialEu .header_navbarlb h5 {
    font-size: calc(21px - 1px);
}.testimonialEu .company_holder:hover,
    .testimonialEu .header_navbarlb:hover {
    transform: translateY(-3px);
}
}

@media (max-width: 576px) {.testimonialEu {
    padding: 2.5rem 0 1rem;
}.testimonialEu .top_wrapMV {
    gap: 1rem;
}.testimonialEu .header_navbarlb {
    flex: 1 1 100%;
    min-width: 100%;
}.testimonialEu .header_navbarlb .top_wrapMV a {
    padding: 0.4rem 0.8rem;
}.testimonialEu .header_navbarlb .top_wrapMV a:hover {
    padding-left: 1.2rem;
}.equity_infoCo {
    padding: 1.5rem 0;
    margin-top: 1.5rem;
}.testimonialEu .company_holder:hover,
    .testimonialEu .header_navbarlb:hover {
    transform: translateY(-2px);
}}.customer_commentsrm {
    position: relative;
    overflow: hidden;
    background: rgb(175,175,178);
    padding: 100px 0;
}.customer_commentsrm::before {
    z-index: 0;
    top: 0;
    width: 100%;
    position: absolute;
    content: "";
    background-image: 
        repeating-linear-gradient(45deg, 
            rgb(138,138,141,0.5) 0px, 
            rgb(138,138,141,0.5) 2px, 
            transparent 2px, 
            transparent 10px);
    height: 100%;
    opacity: 0.2;
    left: 0;
}.customer_commentsrm .container {
    position: relative;
    max-width: 1000px;
    z-index: 1;
}.customer_commentsrm h2 {
    color: #000000;
    font-size: 36px;
    writing-mode: vertical-lr;
    margin-bottom: 70px;
    padding-right: 50px;
    position: relative;
    height: 100%;
    float: left;
    transform: rotate(180deg);
    font-weight: 700;
}.customer_commentsrm h2::after {
    right: 30px;
    background: rgb(138,138,141);
    top: 0;
    position: absolute;
    content: "";
    height: 100%;
    width: 4px;
}.customer_commentsrm .testimonial_highlightsLg {
    align-items: flex-start;
    margin-left: 80px;
    flex-direction: column;
    display: flex;
    gap: 70px;
}.customer_commentsrm .user_reviewssk {
    width: 100%;
    transform: translateZ(0);
    align-items: center;
    transition: transform 0.5s ease;
    display: flex;
    max-width: 700px;
    position: relative;
}.customer_commentsrm .user_reviewssk:nth-child(odd) {
    align-self: flex-start;
}.customer_commentsrm .user_reviewssk:nth-child(even) {
    flex-direction: row-reverse;
    align-self: flex-end;
}.customer_commentsrm .user_reviewssk:hover {
    transform: translateZ(30px);
}.customer_commentsrm .user_reviewssk img {
    object-fit: cover;
    height: 120px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    transition: all 0.4s ease;
    border-radius: 50%;
    width: 120px;
    border: 5px solid #ffffff;
    z-index: 2;
}.customer_commentsrm .user_reviewssk:hover img {
    transform: scale(1.1);
}.customer_commentsrm .user_reviewssk p {
    margin: 0;
}.customer_commentsrm .user_reviewssk:nth-child(odd) p,
.customer_commentsrm .user_reviewssk:nth-child(odd) .description {
    padding-left: 30px;
}.customer_commentsrm .user_reviewssk:nth-child(even) p,
.customer_commentsrm .user_reviewssk:nth-child(even) .description {
    text-align: right;
    padding-right: 30px;
}.customer_commentsrm .user_reviewssk p:first-of-type {
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 18px;
    color: #000000;
}.customer_commentsrm .user_reviewssk .description {
    font-size: 16px;
    color: #000000;
    background: #ffffff;
    font-weight: 400;
    border-radius: 21px;
    position: relative;
    padding: 20px;
    max-width: 500px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}.customer_commentsrm .user_reviewssk:nth-child(odd) .description::before {
    left: -15px;
    background: #ffffff;
    top: 30px;
    z-index: -1;
    transform: rotate(45deg);
    content: "";
    height: 30px;
    width: 30px;
    position: absolute;
}.customer_commentsrm .user_reviewssk:nth-child(even) .description::before {
    content: "";
    position: absolute;
    width: 30px;
    background: #ffffff;
    height: 30px;
    top: 30px;
    right: -15px;
    transform: rotate(45deg);
    z-index: -1;
}.customer_commentsrm .user_reviewssk:nth-child(3n+1) .description {
    border-top: 4px solid rgb(138,138,141);
}.customer_commentsrm .user_reviewssk:nth-child(3n+2) .description {
    border-top: 4px solid rgb(102,102,105);
}.customer_commentsrm .user_reviewssk:nth-child(3n+3) .description {
    border-top: 4px solid #000000;
}

@media (max-width: 991px) {.customer_commentsrm {
    padding: 80px 0;
}.customer_commentsrm h2 {
    transform: none;
    margin-bottom: 50px;
    float: none;
    writing-mode: horizontal-tb;
    text-align: center;
    padding-right: 0;
}.customer_commentsrm h2::after {
    right: auto;
    transform: translateX(-50%);
    width: 80px;
    top: auto;
    bottom: -15px;
    left: 50%;
    height: 4px;
}.customer_commentsrm .testimonial_highlightsLg {
    margin-left: 0;
    gap: 50px;
}
}

@media (max-width: 767px) {.customer_commentsrm {
    padding: 60px 0;
}.customer_commentsrm .user_reviewssk,
    .customer_commentsrm .user_reviewssk:nth-child(even),
    .customer_commentsrm .user_reviewssk:nth-child(odd) {
    align-self: center;
    align-items: center;
    flex-direction: column;
}.customer_commentsrm .user_reviewssk img {
    margin-bottom: 15px;
    width: 100px;
    height: 100px;
}.customer_commentsrm .user_reviewssk p:first-of-type,
    .customer_commentsrm .user_reviewssk:nth-child(even) p:first-of-type,
    .customer_commentsrm .user_reviewssk:nth-child(odd) p:first-of-type {
    text-align: center;
    padding: 0;
}.customer_commentsrm .user_reviewssk .description,
    .customer_commentsrm .user_reviewssk:nth-child(even) .description,
    .customer_commentsrm .user_reviewssk:nth-child(odd) .description {
    width: 100%;
    text-align: center;
    padding: 15px;
    max-width: none;
}.customer_commentsrm .user_reviewssk:nth-child(odd) .description::before,
    .customer_commentsrm .user_reviewssk:nth-child(even) .description::before {
    display: none;
}}.contact_form_boxOf {
    padding: 120px 0;
    z-index: 1;
    position: relative;
    background: rgb(175,175,178);
    overflow: hidden;
}.contact_form_boxOf::before {
    position: absolute;
    width: 100%;
    z-index: 0;
    top: 0;
    opacity: 0.5;
    background: 
        repeating-radial-gradient(
            circle at 0% 0%,
            transparent 0,
            transparent 40px,
            rgba(0, 0, 0, 0.03) 40px,
            rgba(0, 0, 0, 0.03) 80px
        ),
        repeating-radial-gradient(
            circle at 100% 100%,
            transparent 0,
            transparent 40px,
            rgba(0, 0, 0, 0.03) 40px,
            rgba(0, 0, 0, 0.03) 80px
        );
    background-blend-mode: multiply;
    left: 0;
    height: 100%;
    content: '';
}.contact_form_boxOf .image_sectionCD {
    height: 100%;
    width: 100%;
    opacity: 0.07;
    top: 0;
    position: absolute;
    z-index: 0;
    left: 0;
    filter: contrast(1.2) saturate(0.8);
}.contact_form_boxOf .container {
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
    position: relative;
    padding: 0 20px;
}.contact_form_boxOf h3 {
    margin-bottom: 70px;
    color: #000000;
    text-align: center;
    letter-spacing: 1px;
    font-size: 37px;
    font-family: Arial, sans-serif;
    position: relative;
    font-weight: 300;
}.contact_form_boxOf .request_gridLC {
    display: flex;
    flex-wrap: wrap;
    border-radius: 30px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.07);
    position: relative;
    overflow: hidden;
}.contact_form_boxOf .connect_panelfK {
    z-index: 1;
    flex: 1 1 55%;
    background: #ffffff;
    position: relative;
    display: flex;
    justify-content: center;
    padding: 80px;
    flex-direction: column;
}.contact_form_boxOf .connect_panelfK::before {
    position: absolute;
    left: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgba(0, 0, 0, 0.01) 0, transparent 100px),
        radial-gradient(circle at 70% 65%, rgba(0, 0, 0, 0.01) 0, transparent 100px);
    z-index: -1;
    top: 0;
    height: 100%;
    width: 100%;
    content: '';
}.contact_form_boxOf .connect_panelfK #contact {
    width: 100%;
    margin: 0 auto;
    max-width: 500px;
}.contact_form_boxOf .connect_panelfK h3 {
    text-align: center;
    font-weight: 300;
    font-size: 18px;
    color: #000000;
    margin-bottom: 40px;
}.contact_form_boxOf .connect_panelfK input[type="text"],
.contact_form_boxOf .connect_panelfK textarea {
    font-size: 12px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.03);
    padding: 20px 25px;
    border-radius: 50px;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    margin-bottom: 30px;
    color: #000000;
    border: none;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05);
}.contact_form_boxOf .connect_panelfK textarea {
    height: 150px;
    border-radius: 25px;
    resize: vertical;
    padding-top: 25px;
}.contact_form_boxOf .connect_panelfK input[type="text"]:focus,
.contact_form_boxOf .connect_panelfK textarea:focus {
    outline: none;
    background-color: rgba(0, 0, 0, 0.015);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 0 0 3px rgb(138,138,141,0.5);
}.contact_form_boxOf .connect_panelfK .message_feedbackDS {
    margin-bottom: 30px;
    align-items: flex-start;
    justify-content: center;
    display: flex;
}.contact_form_boxOf .connect_panelfK .message_feedbackDS input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.contact_form_boxOf .connect_panelfK .message_feedbackDS label {
    position: relative;
    padding-left: 35px;
    color: #000000;
    font-size: calc(12px - 2px);
    cursor: pointer;
    line-height: 1.5;
}.contact_form_boxOf .connect_panelfK .message_feedbackDS label::before {
    top: 2px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    position: absolute;
    height: 22px;
    border-radius: 50%;
    background-color: transparent;
    content: '';
    width: 22px;
    transition: all 0.3s ease;
    left: 0;
}.contact_form_boxOf .connect_panelfK .message_feedbackDS input[type="checkbox"]:checked + label::before {
    background-color: rgb(138,138,141);
    border-color: rgb(138,138,141);
}.contact_form_boxOf .connect_panelfK .message_feedbackDS input[type="checkbox"]:checked + label::after {
    border-left: 2px solid #ffffff;
    position: absolute;
    transform: rotate(-45deg);
    border-bottom: 2px solid #ffffff;
    content: '';
    left: 7px;
    width: 8px;
    top: 10px;
    height: 5px;
}.contact_form_boxOf .connect_panelfK .message_feedbackDS a {
    text-decoration: none;
    color: rgb(138,138,141);
    transition: color 0.3s ease;
    font-weight: 600;
}.contact_form_boxOf .connect_panelfK .message_feedbackDS a:hover {
    color: rgb(102,102,105);
}.contact_form_boxOf .connect_panelfK .message_supportjQ {
    border-radius: 50px;
    display: block;
    background: rgb(138,138,141);
    overflow: hidden;
    transition: all 0.3s ease;
    margin: 0 auto;
    font-size: 16px;
    color: #ffffff;
    position: relative;
    border: none;
    padding: 18px;
    font-weight: 400;
    cursor: pointer;
}.contact_form_boxOf .connect_panelfK .message_supportjQ::before {
    transition: all 0.6s ease;
    width: 100%;
    left: -100%;
    top: 0;
    position: absolute;
    content: '';
    background: linear-gradient(
        90deg, 
        rgba(255, 255, 255, 0), 
        rgba(255, 255, 255, 0.2), 
        rgba(255, 255, 255, 0)
    );
    height: 100%;
}.contact_form_boxOf .connect_panelfK .message_supportjQ:hover {
    box-shadow: 0 5px 15px rgb(138,138,141,0.5);
    transform: translateY(-2px);
    background: rgb(102,102,105);
}.contact_form_boxOf .connect_panelfK .message_supportjQ:hover::before {
    left: 100%;
}.contact_form_boxOf .feedback_requestHs {
    background: linear-gradient(135deg, rgb(138,138,141) 0%, rgb(102,102,105) 100%);
    display: flex;
    flex: 1 1 45%;
    position: relative;
    justify-content: center;
    flex-direction: column;
    padding: 80px 60px;
    overflow: hidden;
}.contact_form_boxOf .feedback_requestHs::before {
    top: -50%;
    left: -50%;
    opacity: 0.7;
    background-size: 250px 250px;
    width: 200%;
    background: 
        radial-gradient(
            circle at center,
            transparent 0,
            transparent 100px,
            rgba(255, 255, 255, 0.03) 100px,
            rgba(255, 255, 255, 0.03) 150px,
            transparent 150px,
            transparent
        );
    z-index: 0;
    height: 200%;
    position: absolute;
    content: '';
}.contact_form_boxOf .feedback_requestHs h4 {
    z-index: 1;
    margin-bottom: 50px;
    font-size: 18px;
    font-weight: 300;
    color: #ffffff;
    position: relative;
    text-align: center;
}.contact_form_boxOf .feedback_requestHs .reach_gridoK {
    list-style: none;
    z-index: 1;
    max-width: 300px;
    padding: 0;
    margin: 0 auto;
    position: relative;
}.contact_form_boxOf .feedback_requestHs .reach_gridoK li {
    transition: transform 0.3s ease;
    position: relative;
    margin-bottom: 35px;
    align-items: center;
    display: flex;
}.contact_form_boxOf .feedback_requestHs .reach_gridoK li:last-child {
    margin-bottom: 0;
}.contact_form_boxOf .feedback_requestHs .reach_gridoK li:hover {
    transform: translateX(5px);
}.contact_form_boxOf .feedback_requestHs .reach_gridoK li svg {
    flex-shrink: 0;
    opacity: 0.9;
    margin-right: 20px;
    height: 22px;
    width: 22px;
}.contact_form_boxOf .feedback_requestHs .reach_gridoK li svg path {
    transition: fill 0.3s ease;
    fill: #ffffff;
}.contact_form_boxOf .feedback_requestHs .reach_gridoK li span {
    color: #ffffff;
    line-height: 1.5;
    font-size: 12px;
    position: relative;
}.contact_form_boxOf .feedback_requestHs .reach_gridoK li span::after {
    background: rgba(255, 255, 255, 0.3);
    content: '';
    position: absolute;
    bottom: -8px;
    width: 0;
    height: 1px;
    transition: width 0.3s ease;
    left: 0;
}.contact_form_boxOf .feedback_requestHs .reach_gridoK li:hover span::after {
    width: 100%;
}.contact_form_boxOf .feedback_requestHs .reach_gridoK li a {
    color: #ffffff;
    transition: all 0.3s ease;
    text-decoration: none;
}.contact_form_boxOf .feedback_requestHs .reach_gridoK li a:hover {
    opacity: 0.8;
}

@media (max-width: 992px) {.contact_form_boxOf {
    padding: 80px 0;
}.contact_form_boxOf .request_gridLC {
    flex-direction: column;
}.contact_form_boxOf .connect_panelfK,
    .contact_form_boxOf .feedback_requestHs {
    padding: 60px 40px;
    flex: 1 1 100%;
}
}

@media (max-width: 768px) {.contact_form_boxOf {
    padding: 60px 0;
}.contact_form_boxOf h3 {
    font-size: calc(37px - 4px);
    margin-bottom: 50px;
}.contact_form_boxOf .connect_panelfK h3,
    .contact_form_boxOf .feedback_requestHs h4 {
    margin-bottom: 30px;
    font-size: calc(18px - 2px);
}.contact_form_boxOf .connect_panelfK input[type="text"],
    .contact_form_boxOf .connect_panelfK textarea {
    margin-bottom: 20px;
    padding: 16px 20px;
}.contact_form_boxOf .connect_panelfK textarea {
    height: 120px;
}.contact_form_boxOf .connect_panelfK .message_supportjQ {
    padding: 16px;
}.contact_form_boxOf .feedback_requestHs .reach_gridoK li {
    margin-bottom: 25px;
}
}

@media (max-width: 576px) {.contact_form_boxOf {
    padding: 50px 0;
}.contact_form_boxOf .connect_panelfK,
    .contact_form_boxOf .feedback_requestHs {
    padding: 40px 25px;
}.contact_form_boxOf h3 {
    font-size: calc(37px - 6px);
}.contact_form_boxOf .connect_panelfK .message_feedbackDS label {
    font-size: calc(12px - 3px);
}.contact_form_boxOf .request_gridLC {
    border-radius: 20px;
}.contact_form_boxOf .connect_panelfK input[type="text"],
    .contact_form_boxOf .connect_panelfK textarea {
    border-radius: 25px;
}.contact_form_boxOf .connect_panelfK textarea {
    border-radius: 20px;
}}.academic_expertisegR {
    background: linear-gradient(135deg, #000000 0%, rgb(175,175,178) 100%);
    position: relative;
    padding: 140px 0;
    overflow: hidden;
}.academic_expertisegR::before {
    height: 100%;
    mix-blend-mode: screen;
    left: 0;
    background: 
    radial-gradient(circle at 25% 25%, rgb(138,138,141,0.5) 0%, transparent 40%),
    radial-gradient(circle at 75% 75%, rgb(102,102,105,0.5) 0%, transparent 40%);
    width: 100%;
    top: 0;
    content: "";
    animation: morphBackground 15s infinite alternate ease-in-out;
    position: absolute;
}.academic_expertisegR .container {
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
}.academic_expertisegR .user_reviewssk {
    grid-template-columns: 35% 1fr;
    grid-template-areas:
    "photo name"
    "photo job"
    "quote quote";
    display: grid;
    grid-template-rows: auto auto 1fr;
    position: relative;
    gap: 20px 40px;
}.academic_expertisegR .image_sectionCD {
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    z-index: 3;
    box-shadow: 
    20px 20px 30px rgba(0, 0, 0, 0.5),
    -10px -10px 30px rgb(138,138,141,0.5);
    clip-path: polygon(0 0, 100% 10%, 90% 100%, 0 90%);
    position: relative;
    border-radius: 26px;
    height: 420px;
    grid-area: photo;
    transform: perspective(1000px) rotateY(-8deg);
}.academic_expertisegR .image_sectionCD::before {
    background: linear-gradient(135deg, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
    mix-blend-mode: multiply;
    inset: 0;
    content: "";
    position: absolute;
    border-radius: 26px;
}.academic_expertisegR .user_reviewssk:hover .image_sectionCD {
    transform: perspective(1000px) rotateY(-4deg) translateZ(20px);
}.academic_expertisegR .name {
    align-self: end;
    margin: 0;
    transform-origin: left center;
    font-size: 38px;
    color: #ffffff;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transform: perspective(1000px) rotateY(5deg);
    position: relative;
    grid-area: name;
    padding-left: 20px;
    font-weight: 700;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}.academic_expertisegR .name::after {
    content: "";
    height: 4px;
    bottom: -8px;
    transition: transform 0.5s ease;
    background: rgb(138,138,141);
    position: absolute;
    transform-origin: left;
    width: 60px;
    left: 20px;
    transform: scaleX(0.6);
}.academic_expertisegR .user_reviewssk:hover .name {
    transform: perspective(1000px) rotateY(2deg) translateZ(15px);
}.academic_expertisegR .user_reviewssk:hover .name::after {
    transform: scaleX(1);
}.academic_expertisegR .user_reviewssk > span:not(.name) {
    transform-origin: left center;
    font-size: 18px;
    letter-spacing: 1px;
    transform: perspective(1000px) rotateY(5deg);
    margin-top: 5px;
    grid-area: job;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    color: rgb(102,102,105);
    text-transform: uppercase;
    font-weight: 600;
    padding-left: 20px;
}.academic_expertisegR .user_reviewssk:hover > span:not(.name) {
    transform: perspective(1000px) rotateY(2deg) translateZ(10px);
}.academic_expertisegR .job_profileBU {
    line-height: 1.7;
    color: #ffffff;
    border-radius: 26px;
    border-left: 4px solid rgb(138,138,141);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
    grid-area: quote;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    padding: 35px;
    font-weight: 300;
    margin: 30px 0 0;
    font-size: 17px;
    z-index: 2;
    position: relative;
    transform: translateY(0);
}.academic_expertisegR .job_profileBU::before {
    left: 25px;
    top: -15px;
    content: "";
    font-size: calc(38px * 2);
    opacity: 0.7;
    position: absolute;
    color: rgb(138,138,141);
}.academic_expertisegR .user_reviewssk:hover .job_profileBU {
    transform: translateY(-10px);
}

@keyframes morphBackground {
  0%, 100% {
    opacity: 0.7;
    transform: scale(1) rotate(0deg);
  }
  50% {
    opacity: 0.5;
    transform: scale(1.1) rotate(5deg);
  }
}

@media (max-width: 992px) {.academic_expertisegR {
    padding: 80px 0;
}.academic_expertisegR .user_reviewssk {
    grid-template-rows: auto auto auto auto;
    grid-template-areas:
      "image_sectionCD"
      "name"
      "work_expertiseZl"
      "job_profileBU";
    gap: 15px;
    grid-template-columns: 1fr;
}.academic_expertisegR .image_sectionCD {
    height: 320px;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
    margin: 0 auto;
    max-width: 320px;
    transform: none;
}.academic_expertisegR .name,
  .academic_expertisegR .user_reviewssk > span:not(.name) {
    transform: none;
    padding-left: 0;
    text-align: center;
}.academic_expertisegR .name::after {
    left: 50%;
    transform: translateX(-50%) scaleX(0.6);
}.academic_expertisegR .user_reviewssk:hover .name::after {
    transform: translateX(-50%) scaleX(1);
}.academic_expertisegR .job_profileBU {
    margin-top: 20px;
}.academic_expertisegR .user_reviewssk:hover .image_sectionCD,
  .academic_expertisegR .user_reviewssk:hover .name,
  .academic_expertisegR .user_reviewssk:hover > span:not(.name),
  .academic_expertisegR .user_reviewssk:hover .job_profileBU {
    transform: none;
}
}

@media (max-width: 576px) {.academic_expertisegR {
    padding: 60px 0;
}.academic_expertisegR .image_sectionCD {
    height: 250px;
    max-width: 250px;
}.academic_expertisegR .name {
    font-size: 18px;
}.academic_expertisegR .job_profileBU {
    padding: 25px 20px;
    font-size: calc(17px * 0.95);
}
}