﻿* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}.dtop_navbar {
    flex: 1 0 auto;
}a {
    color: inherit;
    text-decoration: none;
}.Ccheat_sheet {
    flex: 0 0 auto;
}.container {
    width: 1256px;
    max-width: 100%;
    margin: auto;
}svg {
    width: 30px;
    height: 30px;
}header,footer {
    width: 100%;
}html,body {
    color: #000000;
    min-height: 100%;
    font-family: Arial, sans-serif;
    height: 100%;
}.Lwrapper-skeleton {
    height: 100%;
    flex-direction: column;
    min-height: 100%;
    display: flex;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
header {
    position: relative;
    background: linear-gradient(to right, rgb(204,202,190), #ffffff);
    padding: 1.5rem 0;
    z-index: 100;
    box-shadow: 0 5px 15px rgb(174,169,175,0.5);
}header .container {
    margin: 0 auto;
    position: relative;
    padding: 0 1.5rem;
    max-width: 1200px;
}header .btop_head {
    gap: 1.2rem;
    flex-direction: column;
    display: flex;
    align-items: center;
}header .ifirst_expert {
    position: relative;
    margin-bottom: 0.5rem;
    transition: all 0.3s ease;
    border-radius: 10px;
    padding: 0.5rem;
    display: block;
    text-decoration: none;
}header .ifirst_expert::after {
    width: 100%;
    content: '';
    opacity: 0.7;
    height: 2px;
    bottom: -5px;
    left: 0;
    position: absolute;
    background: linear-gradient(to right, transparent, rgb(174,169,175), transparent);
}header .ifirst_expert svg {
    width: 180px;
    transition: transform 0.3s ease;
    height: auto;
}header .ifirst_expert:hover svg {
    transform: scale(1.05);
}header .Osite_navbar {
    display: flex;
    width: 100%;
    justify-content: center;
    background: linear-gradient(to right, rgb(174,169,175,0.5), rgb(132,125,136,0.5));
    flex-wrap: wrap;
    border-radius: 12px;
    gap: 0.5rem;
    padding: 0.8rem;
}header .phead_know {
    padding: 0.6rem 1.2rem;
    text-decoration: none;
    background: #ffffff;
    color: #000000;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    font-size: 15px;
    font-family: Arial, sans-serif;
    font-weight: 400;
    transition: all 0.3s ease;
}header .phead_know:hover {
    box-shadow: 0 4px 8px rgb(174,169,175,0.5);
    color: #ffffff;
    transform: translateY(-2px);
    background: linear-gradient(135deg, rgb(174,169,175), rgb(132,125,136));
}

@media (max-width: 991px) {header {
    padding: 1.2rem 0;
}header .ifirst_expert svg {
    width: 160px;
}header .Osite_navbar {
    padding: 0.7rem;
}header .phead_know {
    padding: 0.5rem 1rem;
    font-size: calc(15px - 1px);
}
}

@media (max-width: 767px) {header {
    padding: 1rem 0;
}header .btop_head {
    gap: 1rem;
}header .ifirst_expert svg {
    width: 140px;
}header .Osite_navbar {
    gap: 0.4rem;
    padding: 0.6rem;
}header .phead_know {
    padding: 0.4rem 0.8rem;
    font-size: calc(15px - 2px);
}
}

@media (max-width: 480px) {header {
    padding: 0.8rem 0;
}header .btop_head {
    gap: 0.8rem;
}header .ifirst_expert svg {
    width: 120px;
}header .Osite_navbar {
    overflow-x: auto;
    justify-content: flex-start;
    flex-wrap: nowrap;
    padding: 0.5rem;
}header .Osite_navbar::-webkit-scrollbar {
    height: 3px;
}header .Osite_navbar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(174,169,175);
}header .phead_know {
    flex-shrink: 0;
    padding: 0.4rem 0.7rem;
    font-size: calc(15px - 2px);
    white-space: nowrap;
}}.Tlearning_process {
    background: linear-gradient(135deg, rgb(204,202,190) 0%, rgb(132,125,136,0.5) 100%);
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
}.Tlearning_process::before {
    width: 35%;
    z-index: 1;
    right: 0;
    height: 100%;
    opacity: 0.8;
    clip-path: polygon(30% 0, 100% 0, 100% 100%, 0% 100%);
    background: linear-gradient(225deg, rgb(174,169,175,0.5) 0%, transparent 70%);
    content: "";
    animation: pulse 8s infinite alternate ease-in-out;
    position: absolute;
    top: 0;
}.Tlearning_process::after {
    width: 100%;
    height: 15px;
    background: linear-gradient(90deg, rgb(174,169,175) 0%, rgb(132,125,136) 50%, rgb(174,169,175) 100%);
    left: 0;
    content: "";
    transform: translateY(5px) scaleX(0.98);
    bottom: 0;
    z-index: 2;
    filter: blur(3px);
    opacity: 0.7;
    position: absolute;
}.Tlearning_process .container {
    transform-origin: center top;
    transform: perspective(1000px) rotateX(1deg);
    position: relative;
    z-index: 3;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 2rem;
}.Tlearning_process .wfounder_vision {
    padding: 3.5rem 3rem;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 3px 10px rgba(0, 0, 0, 0.05);
    border-left: 5px solid rgb(174,169,175);
    position: relative;
    background: #ffffff;
    transform: translateZ(0);
}.Tlearning_process .wfounder_vision::before {
    z-index: -1;
    content: "";
    right: 30px;
    transform: rotate(45deg);
    position: absolute;
    top: -10px;
    height: 40px;
    width: 40px;
    background: rgb(132,125,136);
}.Tlearning_process .wfounder_vision > div {
    position: relative;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.Tlearning_process .wfounder_vision:hover > div {
    transform: translateY(-8px);
}.Tlearning_process h3 {
    color: #000000;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    font-weight: 700;
    font-size: calc(30px * 0.9);
    font-family: Arial, sans-serif;
    letter-spacing: -0.5px;
    position: relative;
}.Tlearning_process h3::after {
    height: l3px;
    background: rgb(174,169,175);
    transition: width 0.3s ease-out;
    content: "";
    bottom: 0;
    left: 0;
    position: absolute;
    transform-origin: left;
    width: 70px;
}.Tlearning_process .wfounder_vision:hover h3::after {
    width: 120px;
}.Tlearning_process p {
    color: #000000;
    line-height: 1.8;
    margin-bottom: 0;
    position: relative;
    font-family: Arial, sans-serif;
    font-size: 15px;
}.Tlearning_process p span {
    padding-left: 1rem;
    border-left: 2px solid rgb(132,125,136,0.5);
    position: relative;
    display: block;
}.Tlearning_process p span::before {
    top: -20px;
    opacity: 0.2;
    font-family: serif;
    content: "";
    font-size: 5rem;
    left: -15px;
    position: absolute;
    color: rgb(132,125,136,0.5);
}

@keyframes pulse {
    0% {
        opacity: 0.6;
        transform: scale(0.98);
    }
    100% {
        opacity: 0.9;
        transform: scale(1.02);
    }
}

@media (max-width: 992px) {.Tlearning_process {
    padding: 5rem 0;
}.Tlearning_process .wfounder_vision {
    padding: 2.5rem 2rem;
}.Tlearning_process h3 {
    font-size: calc(30px * 0.8);
}
}

@media (max-width: 768px) {.Tlearning_process {
    padding: 4rem 0;
}.Tlearning_process::before {
    width: 25%;
}.Tlearning_process .wfounder_vision {
    padding: 2rem 1.5rem;
}.Tlearning_process h3 {
    font-size: calc(23px * 1.2);
    margin-bottom: 1.25rem;
}.Tlearning_process p {
    font-size: calc(15px * 0.95);
}
}

@media (max-width: 576px) {.Tlearning_process {
    padding: 3.5rem 0;
}.Tlearning_process .container {
    transform: perspective(1000px) rotateX(0deg);
    padding: 0 1rem;
}.Tlearning_process .wfounder_vision {
    padding: 1.75rem 1.25rem;
    border-left: 3px solid rgb(174,169,175);
}.Tlearning_process .wfounder_vision::before {
    display: none;
}.Tlearning_process h3 {
    margin-bottom: 1rem;
    font-size: calc(16px * 1.3);
    padding-bottom: 0.75rem;
}.Tlearning_process h3::after {
    width: 50px;
}.Tlearning_process p {
    font-size: calc(15px * 0.9);
    line-height: 1.6;
}.Tlearning_process p span {
    padding-left: 0.75rem;
}.Tlearning_process p span::before {
    left: -10px;
    font-size: 3.5rem;
    top: -15px;
}}.Wleadership_experience {
    background-color: rgb(204,202,190);
    position: relative;
    padding: 5rem 0;
    overflow: hidden;
}.Wleadership_experience::before {
    position: absolute;
    opacity: 0.12;
    background: 
        linear-gradient(135deg, rgb(174,169,175,0.5) 0%, transparent 40%),
        repeating-linear-gradient(45deg, rgb(132,125,136,0.5) 0px, rgb(132,125,136,0.5) 1px, transparent 1px, transparent 10px);
    height: 100%;
    z-index: 1;
    width: 100%;
    top: 0;
    content: "";
    left: 0;
}.Wleadership_experience .container {
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    margin: 0 auto;
    position: relative;
    max-width: 1140px;
    z-index: 2;
    padding: 0 1.5rem;
    transform: perspective(1000px) rotateY(2deg);
}.Wleadership_experience .container:hover {
    transform: perspective(1000px) rotateY(0deg);
}.Wleadership_experience .sstudent_feedback {
    display: grid;
    transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    grid-template-columns: 1fr;
    background: linear-gradient(160deg, rgba(255,255,255,0.92) 0%, rgba(255,255,255,0.98) 100%);
    padding: 2.5rem;
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.05),
        0 5px 15px rgba(0,0,0,0.03),
        0 1px 5px rgba(0,0,0,0.02);
    border-left: 5px solid rgb(174,169,175);
    position: relative;
    gap: 2rem;
    backdrop-filter: blur(10px);
}.Wleadership_experience .sstudent_feedback:hover {
    box-shadow: 
        0 20px 40px rgba(0,0,0,0.08),
        0 8px 20px rgba(0,0,0,0.05),
        0 2px 8px rgba(0,0,0,0.03);
    transform: translateY(-5px);
}.Wleadership_experience .sstudent_feedback::after {
    transform: rotate(15deg);
    width: 80px;
    height: 80px;
    position: absolute;
    content: "";
    transition: all 0.5s ease;
    background: 
        linear-gradient(45deg, transparent 48%, rgb(174,169,175) 48%, rgb(174,169,175) 52%, transparent 52%);
    top: 25px;
    opacity: 0.1;
    right: 25px;
}.Wleadership_experience .sstudent_feedback:hover::after {
    opacity: 0.15;
    transform: rotate(30deg) scale(1.2);
}.Wleadership_experience .gbackground_img {
    overflow: hidden;
    height: 120px;
    border-radius: 10% 30% 50% 70%;
    width: 120px;
    box-shadow: 
        0 10px 25px rgba(0,0,0,0.1),
        0 5px 10px rgba(0,0,0,0.05);
    position: relative;
    transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    z-index: 2;
}.Wleadership_experience .gbackground_img::before {
    z-index: 1;
    transition: opacity 0.4s ease;
    inset: 0;
    background: linear-gradient(to top right, rgb(174,169,175,0.5), transparent 70%);
    position: absolute;
    opacity: 0.5;
    content: "";
}.Wleadership_experience .sstudent_feedback:hover .gbackground_img {
    border-radius: 30% 50% 70% 90%;
    transform: scale(1.05) rotate(-2deg);
}.Wleadership_experience .sstudent_feedback:hover .gbackground_img::before {
    opacity: 0.7;
}.Wleadership_experience .name {
    margin: 0 0 0.5rem;
    position: relative;
    display: inline-block;
    color: #000000;
    font-weight: 700;
    font-size: calc(21px * 1.1);
    transition: transform 0.4s ease;
}.Wleadership_experience .name::after {
    background: rgb(174,169,175);
    position: absolute;
    transition: width 0.4s ease;
    height: 2px;
    bottom: -5px;
    content: "";
    left: 0;
    width: 0;
}.Wleadership_experience .sstudent_feedback:hover .name::after {
    width: 100%;
}.Wleadership_experience .sstudent_feedback > div:nth-child(2) div {
    transition: transform 0.4s ease;
    margin-bottom: 0.8rem;
    color: rgb(132,125,136);
    position: relative;
    letter-spacing: 0.5px;
    font-size: calc(12px * 0.95);
    font-weight: 600;
    transform: translateX(0);
}.Wleadership_experience .sstudent_feedback:hover > div:nth-child(2) div {
    transform: translateX(5px);
}.Wleadership_experience .Nexp_achievements {
    border-left: 1px solid rgb(132,125,136,0.5);
    transition: all 0.4s ease;
    position: relative;
    color: #000000;
    line-height: 1.75;
    margin: 0;
    font-size: 12px;
    padding-left: 1.5rem;
}.Wleadership_experience .Nexp_achievements::before {
    position: absolute;
    color: rgb(174,169,175);
    left: 0.3rem;
    transition: transform 0.5s ease;
    content: "";
    top: -0.5rem;
    opacity: 0.3;
    font-size: 2.5rem;
}.Wleadership_experience .sstudent_feedback:hover .Nexp_achievements::before {
    opacity: 0.5;
    transform: translateY(-5px) rotate(-10deg);
}

@media (min-width: 768px) {.Wleadership_experience {
    padding: 7rem 0;
}.Wleadership_experience .sstudent_feedback {
    grid-template-rows: auto 1fr;
    padding: 3rem;
    row-gap: 1.5rem;
    column-gap: 2.5rem;
    grid-template-columns: auto 1fr;
}.Wleadership_experience .sstudent_feedback > div:first-child {
    display: flex;
    align-items: flex-start;
    grid-row: 1 / 3;
    justify-content: center;
}.Wleadership_experience .sstudent_feedback > div:nth-child(2) {
    align-self: end;
}.Wleadership_experience .gbackground_img {
    height: 180px;
    width: 180px;
}.Wleadership_experience .name {
    margin-bottom: 0.8rem;
    font-size: calc(21px * 1.3);
}.Wleadership_experience .Nexp_achievements {
    font-size: calc(12px * 1.05);
    padding-left: 2rem;
    line-height: 1.8;
}
}

@media (min-width: 992px) {.Wleadership_experience .container {
    transform: perspective(1500px) rotateY(3deg);
}.Wleadership_experience .sstudent_feedback {
    padding: 4rem;
    gap: 3rem;
}.Wleadership_experience .gbackground_img {
    height: 220px;
    width: 220px;
}.Wleadership_experience .Nexp_achievements {
    border-left: none;
    column-gap: 2.5rem;
    padding-left: 0;
    column-count: 2;
}.Wleadership_experience .Nexp_achievements::before {
    font-size: 4rem;
    left: -1rem;
}
}

@media (max-width: 767px) {.Wleadership_experience {
    padding: 4rem 0;
}.Wleadership_experience .container {
    transform: none;
}.Wleadership_experience .sstudent_feedback {
    padding: 2rem;
}.Wleadership_experience .sstudent_feedback > div:first-child {
    display: flex;
    margin-bottom: 1rem;
    justify-content: center;
}.Wleadership_experience .sstudent_feedback > div:nth-child(2) {
    text-align: center;
}.Wleadership_experience .name::after {
    left: 50%;
    transform: translateX(-50%);
}.Wleadership_experience .Nexp_achievements {
    text-align: left;
    padding-left: 1rem;
}}.vtitle_board {
    width: 100%;
    background: rgb(204,202,190);
    overflow: hidden;
    perspective: 1000px;
    position: relative;
    min-height: 100vh;
}.vtitle_board .oedu_title {
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    width: 100%;
    position: relative;
    height: 100%;
    transform-style: preserve-3d;
}.vtitle_board .oedu_start {
    align-items: flex-start;
    overflow: hidden;
    position: relative;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    flex-direction: column;
    width: 100%;
    padding: 5rem;
    height: 100vh;
    justify-content: center;
    display: flex;
    transform-style: preserve-3d;
}.vtitle_board .oedu_start::before {
    left: 0;
    right: 0;
    background: linear-gradient(
    135deg,
    rgba(rgb(174,169,175), 0.92),
    rgba(rgb(132,125,136), 0.85)
  );
    backdrop-filter: blur(8px);
    bottom: 0;
    content: "";
    transform: translateZ(-10px);
    z-index: 1;
    top: 0;
    position: absolute;
}.vtitle_board .oedu_start::after {
    content: "";
    position: absolute;
    height: 110%;
    z-index: 2;
    width: 110%;
    top: -5%;
    pointer-events: none;
    left: -5%;
    transform: translateZ(5px);
    background: linear-gradient(
    45deg,
    rgb(174,169,175,0.5),
    transparent 60%
  );
}.vtitle_board .oedu_start span {
    margin-bottom: 1.5rem;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    opacity: 0.9;
    transform: translateZ(30px);
    display: block;
    transform-origin: left center;
    max-width: 650px;
    position: relative;
    z-index: 10;
}.vtitle_board .oedu_start h3 {
    background: rgba(#000000, 0.3);
    clip-path: polygon(0 0, 100% 0, 98% 100%, 0 100%);
    color: #ffffff;
    font-size: calc(18px * 1.05);
    letter-spacing: 0.01em;
    border-left: 4px solid rgb(132,125,136);
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(5px);
    line-height: 1.4;
    font-weight: 600;
    padding: 1rem 1.5rem;
}.vtitle_board .oedu_start h1 {
    position: relative;
    transform: translateZ(50px);
    transform-origin: left center;
    color: #ffffff;
    max-width: 80%;
    z-index: 10;
    line-height: 1.2;
    text-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
    font-size: 48px;
    font-weight: 700;
    margin: 0.5rem 0 1.5rem;
    letter-spacing: -0.02em;
    transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}.vtitle_board .oedu_start h1::after {
    transform-origin: left bottom;
    content: "";
    left: 0;
    transition: width 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    background: rgb(132,125,136);
    width: 80px;
    height: 5px;
    transform: skewX(-15deg);
    bottom: -15px;
    position: absolute;
}.vtitle_board .oedu_start div {
    transform: translateZ(40px);
    z-index: 10;
    position: relative;
    margin-top: 2rem;
    transition: transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
    opacity: 0.95;
    perspective: 500px;
}.vtitle_board .oedu_start div div {
    max-width: 550px;
    padding: 1.5rem 2rem;
    border-radius: 0 10px 10px 0;
    background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.15),
    rgba(255, 255, 255, 0.05)
  );
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-left: 2px solid rgb(132,125,136);
    margin: 0;
    transform: translateZ(10px) rotateY(-5deg);
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.15);
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.6s ease;
}.vtitle_board .oedu_start p {
    font-weight: 400;
    line-height: 1.6;
    color: #ffffff;
    font-size: calc(17px * 1.15);
    letter-spacing: 0.02em;
    margin: 0;
}.vtitle_board:hover .oedu_start h1::after {
    width: 120px;
}.vtitle_board:hover .oedu_start div div {
    box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.2);
    transform: translateZ(10px) rotateY(-2deg);
}.vtitle_board:hover .oedu_start span {
    transform: translateZ(35px);
}.vtitle_board:hover .oedu_start h1 {
    transform: translateZ(55px);
}

@media (max-width: 1200px) {.vtitle_board .oedu_start {
    padding: 4rem;
}.vtitle_board .oedu_start h1 {
    max-width: 90%;
    font-size: calc(48px * 0.9);
}.vtitle_board .oedu_start h3 {
    font-size: 18px;
}.vtitle_board .oedu_start div div {
    max-width: 500px;
}
}

@media (max-width: 992px) {.vtitle_board .oedu_start {
    align-items: center;
    padding: 3rem;
    justify-content: center;
}.vtitle_board .oedu_start h1 {
    max-width: 100%;
    font-size: calc(48px * 0.8);
    text-align: center;
}.vtitle_board .oedu_start h1::after {
    transform: translateX(-50%) skewX(-15deg);
    left: 50%;
}.vtitle_board .oedu_start span {
    text-align: center;
    align-self: center;
}.vtitle_board .oedu_start h3 {
    font-size: calc(18px * 0.95);
    text-align: center;
}.vtitle_board .oedu_start div {
    align-self: center;
}.vtitle_board .oedu_start div div {
    border-radius: 10px;
    border-left: none;
    border-bottom: 2px solid rgb(132,125,136);
    padding: 1.25rem 1.5rem;
    transform: translateZ(10px);
}.vtitle_board .oedu_start p {
    font-size: calc(17px * 1.05);
    text-align: center;
}.vtitle_board:hover .oedu_start div div {
    transform: translateZ(15px);
}
}

@media (max-width: 768px) {.vtitle_board .oedu_start {
    padding: 2rem;
    height: 100vh;
}.vtitle_board .oedu_start h1 {
    font-size: calc(48px * 0.7);
    line-height: 1.3;
    margin: 1rem 0;
}.vtitle_board .oedu_start h3 {
    clip-path: polygon(0 0, 100% 0, 97% 100%, 0 100%);
    font-size: calc(18px * 0.9);
    padding: 0.75rem 1rem;
}.vtitle_board .oedu_start div {
    margin-top: 1.5rem;
}.vtitle_board .oedu_start div div {
    padding: 1rem 1.25rem;
    max-width: 90%;
}.vtitle_board .oedu_start p {
    font-size: 17px;
}
}

@media (max-width: 576px) {.vtitle_board .oedu_start {
    transform: none !important;
    padding: 1.5rem;
}.vtitle_board .oedu_start span,
  .vtitle_board .oedu_start h1,
  .vtitle_board .oedu_start div {
    max-width: 100%;
    transform: none !important;
}.vtitle_board .oedu_start h1 {
    font-size: calc(48px * 0.6);
}.vtitle_board .oedu_start h3 {
    font-size: calc(18px * 0.85);
    padding: 0.75rem;
    clip-path: polygon(0 0, 100% 0, 96% 100%, 0 100%);
}.vtitle_board .oedu_start div div {
    background: rgba(255, 255, 255, 0.1);
    max-width: 100%;
    padding: 1rem;
}.vtitle_board .oedu_start p {
    font-size: calc(17px * 0.95);
}.vtitle_board:hover .oedu_start h1::after {
    width: 80px;
}
}

@media (prefers-reduced-motion) {.vtitle_board .oedu_start,
  .vtitle_board .oedu_start span,
  .vtitle_board .oedu_start h1,
  .vtitle_board .oedu_start div,
  .vtitle_board .oedu_start div div {
    transition: none;
    transform: none !important;
}.vtitle_board:hover .oedu_start span,
  .vtitle_board:hover .oedu_start h1,
  .vtitle_board:hover .oedu_start div div {
    transform: none !important;
}}footer {
    position: relative;
    z-index: 1;
}footer::before {
    opacity: 0.95;
    top: 0;
    bottom: 0;
    background: rgb(174,169,175);
    content: "";
    position: absolute;
    left: 0;
    z-index: -2;
    right: 0;
}footer::after {
    opacity: 0.1;
    content: "";
    left: 0;
    position: absolute;
    z-index: -1;
    background-size: 50px 50px;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: 
        radial-gradient(circle at 25% 25%, rgb(132,125,136) 1px, transparent 1px),
        radial-gradient(circle at 75% 75%, rgb(132,125,136) 1px, transparent 1px),
        radial-gradient(circle at 25% 75%, rgb(132,125,136) 1px, transparent 1px),
        radial-gradient(circle at 75% 25%, rgb(132,125,136) 1px, transparent 1px);
}.Ccheat_sheet {
    color: #ffffff;
    padding: 4rem 0 2rem;
    position: relative;
}.Ccheat_sheet::before {
    left: 0;
    content: "";
    width: 100%;
    background: rgb(132,125,136);
    position: absolute;
    top: 0;
    height: 3px;
}.Ccheat_sheet::after {
    background-repeat: repeat-x;
    width: 100%;
    content: "";
    opacity: 0.5;
    height: 8px;
    top: 3px;
    left: 0;
    position: absolute;
    background-image: 
        linear-gradient(90deg, 
            rgb(132,125,136) 0px, rgb(132,125,136) 10px,
            transparent 10px, transparent 15px,
            rgb(132,125,136) 15px, rgb(132,125,136) 30px,
            transparent 30px, transparent 35px,
            rgb(132,125,136) 35px, rgb(132,125,136) 40px,
            transparent 40px, transparent 60px,
            rgb(132,125,136) 60px, rgb(132,125,136) 70px,
            transparent 70px, transparent 80px,
            rgb(132,125,136) 80px, rgb(132,125,136) 90px,
            transparent 90px, transparent 110px,
            rgb(132,125,136) 110px, rgb(132,125,136) 120px,
            transparent 120px, transparent 140px
        );
}.Ccheat_sheet .container {
    gap: 3rem;
    display: flex;
    position: relative;
    flex-wrap: wrap;
}.Ccheat_sheet .company_holder {
    padding: 0;
    border-radius: 20px;
    position: relative;
    flex: 1 1 400px;
}.Ccheat_sheet .company_holder::before {
    position: absolute;
    height: 100%;
    background-size: 50px 50px;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    background-image:
        linear-gradient(0deg, transparent 24px, rgb(132,125,136) 25px, rgb(132,125,136) 26px, transparent 27px, transparent 49px),
        linear-gradient(90deg, transparent 24px, rgb(132,125,136) 25px, rgb(132,125,136) 26px, transparent 27px, transparent 49px);
    border-radius: 20px;
    opacity: 0.1;
}.Ccheat_sheet .company_holder h3 {
    font-size: 31px;
    border-top-left-radius: 20px;
    font-weight: 700;
    background: rgb(132,125,136);
    margin: 0;
    padding: 1.5rem 2rem;
    position: relative;
    color: #ffffff;
    border-top-right-radius: 20px;
}.Ccheat_sheet .company_holder h3::after {
    height: 10px;
    transform: translateY(-50%);
    top: 50%;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    background: #ffffff;
    right: 15px;
    width: 10px;
    content: "";
    position: absolute;
}.Ccheat_sheet .Sreport_abuse {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    line-height: 1.6;
    position: relative;
    padding: 2rem;
    font-size: 17px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}.Ccheat_sheet .Sreport_abuse::before {
    height: 20px;
    opacity: 0.6;
    width: 20px;
    content: "";
    left: -10px;
    border-radius: 50%;
    top: 2rem;
    position: absolute;
    background: rgb(132,125,136);
}.Ccheat_sheet .Sreport_abuse::after {
    height: 20px;
    content: "";
    bottom: 2rem;
    opacity: 0.6;
    right: -10px;
    position: absolute;
    background: rgb(132,125,136);
    border-radius: 50%;
    width: 20px;
}.Ccheat_sheet .Ufund_cta {
    flex: 1 1 calc(100% - 450px);
    min-width: 400px;
}.Ccheat_sheet .qmain_navbar {
    gap: 3rem;
    display: flex;
    flex-wrap: wrap;
}.Ccheat_sheet .Osite_navbar {
    min-width: 200px;
    overflow: hidden;
    flex: 1 1 calc(50% - 1.5rem);
    border-radius: 20px;
    position: relative;
}.Ccheat_sheet .Osite_navbar::before {
    z-index: -1;
    left: 0;
    bottom: 0;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 20px;
    background-image: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.05) 10px, rgba(255, 255, 255, 0.05) 20px);
}.Ccheat_sheet .Osite_navbar h5 {
    font-weight: 600;
    font-size: 19px;
    align-items: center;
    margin: 0;
    display: flex;
    position: relative;
    padding: 1rem 1.5rem;
    background: rgb(132,125,136);
    color: #ffffff;
}.Ccheat_sheet .Osite_navbar h5::before {
    background: #ffffff;
    content: "";
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
    width: 8px;
    height: 8px;
}.Ccheat_sheet .Osite_navbar h5::after {
    transform: translateY(-50%);
    content: "";
    background: #ffffff;
    height: 6px;
    top: 50%;
    width: 6px;
    position: absolute;
    border-radius: 50%;
    right: 15px;
}.Ccheat_sheet .Osite_navbar .qmain_navbar {
    padding: 1.5rem;
    gap: 2px;
    background: rgba(255, 255, 255, 0.05);
    flex-direction: column;
    display: flex;
}.Ccheat_sheet .Osite_navbar .qmain_navbar a {
    padding: 0.8rem 1rem 0.8rem 2rem;
    transition: all 0.3s ease;
    text-decoration: none;
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 17px;
    border-radius: 10px;
}.Ccheat_sheet .Osite_navbar .qmain_navbar a::before {
    position: absolute;
    transform: translateY(-50%);
    content: "";
    background: rgb(132,125,136);
    height: 6px;
    width: 6px;
    left: 0.7rem;
    top: 50%;
    border-radius: 50%;
    transition: all 0.3s ease;
}.Ccheat_sheet .Osite_navbar .qmain_navbar a:hover {
    background: rgba(255, 255, 255, 0.1);
}.Ccheat_sheet .Osite_navbar .qmain_navbar a:hover::before {
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.1);
    background: #ffffff;
}.onetiquette {
    padding: 2rem 0;
    background: rgb(132,125,136);
    margin-top: 2.5rem;
    position: relative;
}.onetiquette::before {
    width: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: -5px;
    background-repeat: repeat-x;
    background-image: 
        linear-gradient(90deg, 
            transparent 0px, transparent 20px,
            rgb(174,169,175) 20px, rgb(174,169,175) 40px,
            transparent 40px, transparent 60px,
            rgb(174,169,175) 60px, rgb(174,169,175) 80px,
            transparent 80px, transparent 100px,
            rgb(174,169,175) 100px, rgb(174,169,175) 120px
        );
    height: 5px;
}.onetiquette .container {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
}.onetiquette .container::before,
.onetiquette .container::after {
    width: 15px;
    transform: translateY(-50%);
    content: "";
    height: 15px;
    border-radius: 50%;
    position: absolute;
    background: rgb(174,169,175);
    top: 50%;
}.onetiquette .container::before {
    left: 15%;
}.onetiquette .container::after {
    right: 15%;
}.onetiquette .Ihonor_cta {
    text-align: center;
    background: rgb(174,169,175);
    border-radius: 30px;
    color: #ffffff;
    padding: 0.5rem 2rem;
    position: relative;
    font-size: 14px;
    display: inline-block;
}.onetiquette .Ihonor_cta::before,
.onetiquette .Ihonor_cta::after {
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
    width: 50px;
    height: 1px;
    content: "";
    background: rgb(174,169,175);
}.onetiquette .Ihonor_cta::before {
    margin-right: 15px;
    right: 100%;
}.onetiquette .Ihonor_cta::after {
    margin-left: 15px;
    left: 100%;
}

@media (max-width: 1200px) {.Ccheat_sheet .container {
    gap: 2rem;
}.Ccheat_sheet .company_holder {
    flex: 1 1 350px;
}.Ccheat_sheet .Ufund_cta {
    min-width: 350px;
    flex: 1 1 calc(100% - 400px);
}.Ccheat_sheet .qmain_navbar {
    gap: 2rem;
}.onetiquette .container::before {
    left: 5%;
}.onetiquette .container::after {
    right: 5%;
}
}

@media (max-width: 992px) {.Ccheat_sheet {
    padding: 3.5rem 0 1.5rem;
}.Ccheat_sheet .container {
    gap: 2.5rem;
    flex-direction: column;
}.Ccheat_sheet .company_holder,
    .Ccheat_sheet .Ufund_cta {
    min-width: 100%;
    flex: 1 1 100%;
}.Ccheat_sheet .Osite_navbar {
    flex: 1 1 calc(50% - 1.5rem);
    min-width: 200px;
}.onetiquette .container::before,
    .onetiquette .container::after {
    display: none;
}
}

@media (max-width: 768px) {.Ccheat_sheet {
    padding: 3rem 0 1rem;
}.Ccheat_sheet .qmain_navbar {
    gap: 1.5rem;
}.Ccheat_sheet .company_holder h3 {
    padding: 1.2rem 1.5rem;
    font-size: calc(31px - 2px);
}.Ccheat_sheet .Sreport_abuse {
    padding: 1.5rem;
}.Ccheat_sheet .Sreport_abuse::before,
    .Ccheat_sheet .Sreport_abuse::after {
    display: none;
}.onetiquette {
    margin-top: 2rem;
}.onetiquette .Ihonor_cta::before,
    .onetiquette .Ihonor_cta::after {
    width: 30px;
}
}

@media (max-width: 576px) {.Ccheat_sheet {
    padding: 2.5rem 0 0.8rem;
}.Ccheat_sheet .Osite_navbar {
    min-width: 100%;
    flex: 1 1 100%;
}.Ccheat_sheet .qmain_navbar {
    gap: 1rem;
}.Ccheat_sheet .Osite_navbar .qmain_navbar a {
    padding: 0.7rem 1rem 0.7rem 1.8rem;
}.Ccheat_sheet .Osite_navbar .qmain_navbar a::before {
    left: 0.6rem;
}.onetiquette {
    margin-top: 1.5rem;
    padding: 1.5rem 0;
}.onetiquette .Ihonor_cta::before,
    .onetiquette .Ihonor_cta::after {
    display: none;
}
}

@media (max-width: 420px) {.Ccheat_sheet::after {
    height: 5px;
    background-size: 100px 5px;
}.Ccheat_sheet .company_holder h3::after,
    .Ccheat_sheet .Osite_navbar h5::before,
    .Ccheat_sheet .Osite_navbar h5::after {
    display: none;
}.Ccheat_sheet .Osite_navbar h5 {
    padding: 0.8rem 1rem;
}.Ccheat_sheet .Osite_navbar .qmain_navbar {
    padding: 1rem;
}.onetiquette .Ihonor_cta {
    padding: 0.4rem 1.5rem;
    width: 90%;
}}.imetrics_summary {
    overflow: hidden;
    perspective: 1000px;
    background: linear-gradient(135deg, rgb(204,202,190) 0%, rgb(132,125,136,0.5) 100%);
    padding: 5rem 2rem;
    position: relative;
}.imetrics_summary::before {
    left: 0;
    height: 100%;
    opacity: 0.05;
    pointer-events: none;
    top: 0;
    width: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgb(174,169,175,0.5) 0px,
        transparent 2px,
        transparent 10px,
        rgb(174,169,175,0.5) 12px
    );
    position: absolute;
    z-index: 1;
    content: "";
}.imetrics_summary::after {
    pointer-events: none;
    content: "";
    position: absolute;
    z-index: 0;
    transform: rotate(15deg);
    width: 70%;
    background: linear-gradient(to bottom right, rgb(174,169,175,0.5) 0%, transparent 70%);
    top: -50%;
    right: -20%;
    height: 200%;
}.imetrics_summary .container {
    position: relative;
    transform-style: preserve-3d;
    max-width: 1400px;
    margin: 0 auto;
    z-index: 2;
}.imetrics_summary ul {
    margin-bottom: 4rem;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    list-style: none;
    display: grid;
    gap: 2.5rem;
    padding: 0;
    margin: 0;
    transform-style: preserve-3d;
}.imetrics_summary .Bsuccess_statistics {
    transform: translateZ(0);
    position: relative;
    transform-style: preserve-3d;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}.imetrics_summary .Bsuccess_statistics:hover {
    transform: translateZ(20px) scale(1.02);
}.imetrics_summary .Bsuccess_statistics div {
    overflow: hidden;
    padding: 2.5rem 1.5rem;
    align-items: center;
    transition: all 0.4s ease;
    flex-direction: column;
    border-radius: 10px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    text-align: center;
    position: relative;
    z-index: 2;
    justify-content: center;
    display: flex;
    background: #ffffff;
    height: 100%;
}.imetrics_summary .Bsuccess_statistics div::before {
    background: linear-gradient(90deg, rgb(174,169,175) 0%, rgb(132,125,136) 100%);
    top: 0;
    height: 5px;
    width: 100%;
    content: "";
    left: 0;
    z-index: 1;
    position: absolute;
}.imetrics_summary .Bsuccess_statistics div::after {
    content: "";
    z-index: -1;
    position: absolute;
    opacity: 0.1;
    background: linear-gradient(135deg, transparent 50%, rgb(132,125,136,0.5) 100%);
    right: 0;
    height: 40%;
    bottom: 0;
    width: 50%;
    transition: all 0.4s ease;
}.imetrics_summary .Bsuccess_statistics:hover div::after {
    height: 50%;
    width: 60%;
    opacity: 0.15;
}.imetrics_summary .Bsuccess_statistics p {
    position: relative;
    line-height: 1;
    font-size: calc(38px * 1.5);
    transition: transform 0.3s ease;
    color: rgb(174,169,175);
    font-weight: 700;
    margin: 0 0 0.5rem;
}.imetrics_summary .Bsuccess_statistics:hover p {
    transform: translateY(-5px);
}.imetrics_summary .Bsuccess_statistics p::after {
    left: 50%;
    width: 40px;
    height: 3px;
    background: rgb(132,125,136);
    content: "";
    bottom: -10px;
    opacity: 0.7;
    position: absolute;
    transition: width 0.3s ease;
    transform: translateX(-50%);
}.imetrics_summary .Bsuccess_statistics:hover p::after {
    width: 60px;
}.imetrics_summary .Bsuccess_statistics span {
    position: relative;
    font-weight: 600;
    transition: all 0.3s ease;
    margin-top: 1rem;
    font-size: 18px;
    z-index: 2;
    display: block;
    color: #000000;
}.imetrics_summary h4 {
    letter-spacing: 0.5px;
    color: #000000;
    margin: 0;
    padding-bottom: 1rem;
    position: relative;
    font-size: 19px;
    transform: translateZ(30px);
    text-align: center;
    font-weight: 700;
}.imetrics_summary h4::before {
    position: absolute;
    width: 80px;
    height: 3px;
    bottom: 0;
    left: 50%;
    content: "";
    background: rgb(174,169,175);
    transform: translateX(-50%);
}

@media (min-width: 992px) {.imetrics_summary {
    padding: 7rem 3rem;
}.imetrics_summary ul {
    gap: 2rem;
    grid-template-columns: repeat(4, 1fr);
}.imetrics_summary h4 {
    font-size: calc(19px * 1.2);
}.imetrics_summary .Bsuccess_statistics p {
    font-size: calc(48px * 1.2);
}
}

@media (min-width: 768px) and (max-width: 991px) {.imetrics_summary ul {
    grid-template-columns: repeat(3, 1fr);
}
}

@media (min-width: 576px) and (max-width: 767px) {.imetrics_summary ul {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 575px) {.imetrics_summary {
    padding: 4rem 1.5rem;
}.imetrics_summary ul {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.imetrics_summary .Bsuccess_statistics div {
    padding: 2rem 1rem;
}.imetrics_summary .Bsuccess_statistics p {
    font-size: 38px;
}.imetrics_summary h4 {
    font-size: 17px;
}
}

@media (prefers-reduced-motion: reduce) {.imetrics_summary .Bsuccess_statistics,
    .imetrics_summary .Bsuccess_statistics:hover,
    .imetrics_summary .Bsuccess_statistics p,
    .imetrics_summary .Bsuccess_statistics:hover p,
    .imetrics_summary .Bsuccess_statistics div::after,
    .imetrics_summary .Bsuccess_statistics:hover div::after,
    .imetrics_summary .Bsuccess_statistics p::after,
    .imetrics_summary .Bsuccess_statistics:hover p::after {
    transition: none;
    transform: none;
}}.upricing_matrix {
    --card-hover-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
    background-color: var(--pricing-bg);
    --card-border: linear-gradient(135deg, rgb(174,169,175), rgb(132,125,136));
    --card-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    --card-accent: rgb(174,169,175);
    padding: 120px 0 80px;
    --card-transition: 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    --pricing-bg: #f5f7fa;
    overflow: hidden;
    --card-bg: #ffffff;
    position: relative;
}.upricing_matrix::before {
    z-index: 1;
    top: -10%;
    position: absolute;
    height: 50%;
    filter: blur(60px);
    opacity: 0.5;
    width: 35%;
    right: -5%;
    background: linear-gradient(135deg, rgb(174,169,175,0.5), rgb(132,125,136,0.5));
    content: "";
    transform: rotate(-15deg);
}.upricing_matrix::after {
    content: "";
    height: 40%;
    position: absolute;
    width: 30%;
    bottom: -10%;
    left: -5%;
    transform: rotate(15deg);
    opacity: 0.4;
    filter: blur(50px);
    z-index: 1;
    background: linear-gradient(225deg, rgb(132,125,136,0.5), rgb(174,169,175,0.5));
}.upricing_matrix .container {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding: 0 20px;
}.upricing_matrix .dprice_tiers {
    flex-direction: column;
    display: flex;
}.upricing_matrix .udiscount_plan {
    text-align: center;
    margin-bottom: 60px;
    margin-right: auto;
    margin-left: auto;
    max-width: 800px;
    order: -1;
}.upricing_matrix .udiscount_plan h2 {
    margin-bottom: 20px;
    position: relative;
    color: #000000;
    font-size: 38px;
    display: inline-block;
    font-weight: 700;
}.upricing_matrix .udiscount_plan h2::after {
    bottom: -10px;
    left: 50%;
    content: "";
    background: linear-gradient(to right, rgb(174,169,175), rgb(132,125,136));
    height: 3px;
    transform: translateX(-50%);
    width: 80px;
    position: absolute;
}.upricing_matrix .Vskill_plans {
    word-wrap: break-word;
    color: #000000;
    white-space: normal;
    margin: 0 auto;
    line-height: 1.6;
    font-size: calc(14px + 2px);
    overflow-wrap: break-word;
    max-width: 700px;
}.upricing_matrix .Lfee_options {
    gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    width: 100%;
    display: grid;
}.upricing_matrix .Bprice_plan {
    color: inherit;
    transform: translateY(0);
    text-decoration: none;
    transition: transform var(--card-transition);
    display: block;
    height: 100%;
}.upricing_matrix .Bprice_plan:hover {
    transform: translateY(-10px);
}.upricing_matrix .xcost_deals {
    box-shadow: var(--card-shadow);
    border-radius: 10px;
    background-color: var(--card-bg);
    position: relative;
    overflow: hidden;
    display: flex;
    height: 100%;
    transition: box-shadow var(--card-transition);
    flex-direction: column;
}.upricing_matrix .Bprice_plan:hover .xcost_deals {
    box-shadow: var(--card-hover-shadow);
}.upricing_matrix .xcost_deals::before {
    left: 0;
    top: 0;
    width: 100%;
    position: absolute;
    transition: transform 0.5s ease;
    height: 5px;
    transform: scaleX(0);
    transform-origin: left;
    background: var(--card-border);
    content: "";
}.upricing_matrix .Bprice_plan:hover .xcost_deals::before {
    transform: scaleX(1);
}.upricing_matrix .Klearn_price {
    flex-direction: column;
    position: relative;
    flex-grow: 1;
    z-index: 1;
    padding: 35px 30px;
    display: flex;
}.upricing_matrix .Klearn_price h3 {
    color: #000000;
    position: relative;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: calc(21px + 2px);
    display: inline-block;
    transition: color 0.3s ease;
}.upricing_matrix .Bprice_plan:hover .Klearn_price h3 {
    color: var(--card-accent);
}.upricing_matrix .vplan_fees {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
    font-size: calc(21px + 6px);
    color: var(--card-accent);
    font-weight: 700;
}.upricing_matrix .vplan_fees::after {
    transition: width 0.3s ease;
    bottom: -10px;
    content: "";
    width: 40px;
    position: absolute;
    background-color: var(--card-accent);
    left: 0;
    height: 2px;
}.upricing_matrix .Bprice_plan:hover .vplan_fees::after {
    width: 60px;
}.upricing_matrix .Klearn_price p {
    word-wrap: break-word;
    line-height: 1.6;
    hyphens: auto;
    margin-top: 15px;
    overflow-wrap: break-word;
    font-size: 14px;
    color: #000000;
    white-space: normal;
    flex-grow: 1;
}.upricing_matrix .gbackground_img {
    height: 200px;
    position: relative;
    overflow: hidden;
    width: 100%;
    transition: transform 0.6s ease;
}.upricing_matrix .gbackground_img::after {
    background: linear-gradient(to top, rgba(0,0,0,0.3), transparent);
    opacity: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    content: "";
    left: 0;
    transition: opacity 0.4s ease;
    top: 0;
}.upricing_matrix .Bprice_plan:hover .gbackground_img::after {
    opacity: 1;
}.upricing_matrix .Bprice_plan:hover .gbackground_img {
    transform: scale(1.05);
}

@media (min-width: 992px) {.upricing_matrix .dprice_tiers {
    gap: 60px;
    flex-direction: row;
    align-items: center;
}.upricing_matrix .udiscount_plan {
    width: 30%;
    text-align: left;
    order: 0;
    margin: 0;
}.upricing_matrix .udiscount_plan h2 {
    text-align: left;
    display: block;
}.upricing_matrix .udiscount_plan h2::after {
    left: 0;
    transform: none;
}.upricing_matrix .Vskill_plans {
    margin: 0;
    text-align: left;
}.upricing_matrix .Lfee_options {
    width: 70%;
}
}

@media (max-width: 991px) {.upricing_matrix {
    padding: 80px 0 60px;
}.upricing_matrix .Lfee_options {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}
}

@media (max-width: 767px) {.upricing_matrix {
    padding: 60px 0 40px;
}.upricing_matrix .udiscount_plan {
    margin-bottom: 40px;
}.upricing_matrix .Lfee_options {
    grid-template-columns: 1fr;
    margin: 0 auto;
    max-width: 450px;
}.upricing_matrix .Klearn_price {
    padding: 25px 20px;
}.upricing_matrix .Klearn_price h3 {
    font-size: 21px;
}.upricing_matrix .vplan_fees {
    font-size: calc(21px + 2px);
}.upricing_matrix .Klearn_price p {
    font-size: calc(14px - 1px);
}.upricing_matrix .gbackground_img {
    height: 180px;
}
}

@media (max-width: 480px) {.upricing_matrix {
    padding: 50px 0 30px;
}.upricing_matrix .udiscount_plan h2 {
    font-size: calc(38px - 4px);
}.upricing_matrix .Vskill_plans {
    font-size: 14px;
}.upricing_matrix .Klearn_price {
    padding: 20px 15px;
}.upricing_matrix .gbackground_img {
    height: 160px;
}}.Ulearning_outcomes {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(204,202,190), #ffffff 80%);
    padding: 120px 0;
    position: relative;
}.Ulearning_outcomes::before {
    left: 0;
    position: absolute;
    background: 
        radial-gradient(circle at 10% 20%, rgb(132,125,136,0.5) 0.5%, transparent 8%),
        radial-gradient(circle at 90% 70%, rgb(174,169,175,0.5) 0.8%, transparent 10%);
    width: 100%;
    height: 100%;
    top: 0;
    pointer-events: none;
    z-index: 0;
    content: '';
}.Ulearning_outcomes .container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 15px;
    z-index: 1;
    position: relative;
}.Ulearning_outcomes .wfounder_vision {
    position: relative;
    align-items: center;
    gap: 60px;
    display: grid;
    grid-template-columns: 1fr 0.8fr;
}.Ulearning_outcomes .rinsight_box {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(-10px);
    position: relative;
    background: #ffffff;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    padding: 40px;
}.Ulearning_outcomes .rinsight_box:hover {
    transform: translateY(-15px);
}.Ulearning_outcomes .rinsight_box::before {
    background: linear-gradient(90deg, rgb(174,169,175), rgb(132,125,136));
    content: '';
    left: 0;
    position: absolute;
    height: 5px;
    top: -5px;
    width: 60%;
}.Ulearning_outcomes h4 {
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 1.4;
    color: #000000;
    position: relative;
    font-size: calc(22px * 1.1);
}.Ulearning_outcomes h4::after {
    left: 0;
    height: 3px;
    content: '';
    bottom: -12px;
    background: rgb(174,169,175);
    width: 40px;
    position: absolute;
}.Ulearning_outcomes .rinsight_box > div {
    flex-wrap: wrap;
    display: flex;
    margin-top: 25px;
    gap: 20px;
}.Ulearning_outcomes ul {
    flex: 1;
    padding: 0;
    list-style: none;
    margin: 0;
    min-width: 280px;
}.Ulearning_outcomes li {
    margin-bottom: 20px;
    transition: transform 0.3s ease-out;
    transform: translateX(0);
}.Ulearning_outcomes li:hover {
    transform: translateX(5px);
}.Ulearning_outcomes li p {
    gap: 15px;
    align-items: flex-start;
    margin: 0;
    line-height: 1.6;
    color: #000000;
    font-size: 13px;
    display: flex;
}.Ulearning_outcomes li p span:first-child {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    padding: 8px;
    align-items: center;
    flex-shrink: 0;
    justify-content: center;
    background: linear-gradient(135deg, rgb(174,169,175,0.5), rgb(132,125,136,0.5));
    transform: translateY(-2px);
    display: flex;
}.Ulearning_outcomes li:hover p span:first-child {
    transform: translateY(-2px) scale(1.05);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}.Ulearning_outcomes svg {
    transition: transform 0.3s ease;
    height: 24px;
    width: 24px;
}.Ulearning_outcomes li:hover svg {
    transform: rotate(5deg);
}.Ulearning_outcomes svg path {
    transition: fill 0.3s ease;
    fill: rgb(174,169,175);
}.Ulearning_outcomes li:hover svg path {
    fill: rgb(132,125,136);
}.Ulearning_outcomes .gbackground_img {
    border-radius: 4px;
    transform: perspective(1000px) rotateY(-5deg);
    z-index: 2;
    object-fit: cover;
    position: relative;
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.6s ease;
    box-shadow: 25px 25px 50px rgba(0, 0, 0, 0.15);
    height: auto;
    aspect-ratio: 4/3;
    width: 100%;
}.Ulearning_outcomes .gbackground_img:hover {
    transform: perspective(1000px) rotateY(-2deg) translateY(-5px);
    box-shadow: 30px 30px 60px rgba(0, 0, 0, 0.18);
}.Ulearning_outcomes .wfounder_vision::after {
    position: absolute;
    background: linear-gradient(135deg, rgb(174,169,175,0.5), rgb(132,125,136,0.5));
    height: 80%;
    right: -5%;
    width: 45%;
    z-index: 1;
    top: -5%;
    content: '';
    clip-path: polygon(0 0, 100% 20%, 90% 100%, 10% 80%);
}

@media (max-width: 1200px) {.Ulearning_outcomes {
    padding: 100px 0;
}.Ulearning_outcomes .wfounder_vision {
    gap: 40px;
}.Ulearning_outcomes .rinsight_box {
    padding: 35px;
}.Ulearning_outcomes h4 {
    font-size: 22px;
}
}

@media (max-width: 991px) {.Ulearning_outcomes {
    padding: 80px 0;
}.Ulearning_outcomes .wfounder_vision {
    gap: 50px;
    grid-template-columns: 1fr;
}.Ulearning_outcomes .gbackground_img {
    margin: 0 auto;
    max-width: 80%;
    transform: perspective(1000px) rotateY(0);
}.Ulearning_outcomes .gbackground_img:hover {
    transform: perspective(1000px) translateY(-5px);
}.Ulearning_outcomes .wfounder_vision::after {
    top: auto;
    height: 40%;
    right: 0;
    width: 70%;
    bottom: 0;
}
}

@media (max-width: 767px) {.Ulearning_outcomes {
    padding: 60px 0;
}.Ulearning_outcomes .rinsight_box {
    padding: 30px 25px;
}.Ulearning_outcomes .rinsight_box > div {
    flex-direction: column;
    gap: 10px;
}.Ulearning_outcomes ul {
    width: 100%;
}.Ulearning_outcomes h4 {
    font-size: calc(17px * 1.2);
}.Ulearning_outcomes .gbackground_img {
    max-width: 100%;
}.Ulearning_outcomes li p {
    gap: 12px;
}.Ulearning_outcomes li p span:first-child {
    height: 34px;
    width: 34px;
}
}

@media (max-width: 576px) {.Ulearning_outcomes {
    padding: 50px 0;
}.Ulearning_outcomes h4 {
    font-size: 17px;
}.Ulearning_outcomes .wfounder_vision {
    gap: 40px;
}.Ulearning_outcomes li {
    margin-bottom: 15px;
}.Ulearning_outcomes li p {
    font-size: calc(13px * 0.95);
}.Ulearning_outcomes li p span:first-child {
    width: 30px;
    height: 30px;
}.Ulearning_outcomes svg {
    width: 20px;
    height: 20px;
}}.Zcontact_box {
    overflow: hidden;
    position: relative;
    padding: 6rem 0;
    background: linear-gradient(
        -45deg, 
        rgb(204,202,190) 0%, 
        rgb(132,125,136,0.5) 100%
    );
}.Zcontact_box .container {
    padding: 0 1rem;
    margin: 0 auto;
    max-width: 1400px;
}.Zcontact_box .ifeedback_info {
    background: rgb(132,125,136,0.5);
    overflow: hidden;
    border-radius: 11px;
    display: flex;
    box-shadow: 0 25px 50px rgb(174,169,175,0.5);
    align-items: stretch;
    position: relative;
}.Zcontact_box .gbackground_img {
    transform: skew(-10deg);
    z-index: 2;
    position: relative;
    min-height: 600px;
    flex: 0 0 45%;
    margin-left: -5%;
}.Zcontact_box .gbackground_img::before {
    content: '';
    position: absolute;
    top: 0;
    z-index: 1;
    height: 100%;
    background: linear-gradient(
        135deg, 
        rgb(174,169,175,0.5) 0%, 
        rgb(132,125,136,0.5) 100%
    );
    width: 120%;
    opacity: 0.7;
    left: 0;
    transform: skew(10deg);
}.Zcontact_box .Aconnect_panel {
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 4rem 3rem 4rem 10%;
    z-index: 3;
    flex: 0 0 55%;
}.Zcontact_box h2 {
    margin-bottom: 2.5rem;
    position: relative;
    color: #ffffff;
    padding-left: 2rem;
    text-align: left;
    font-weight: 700;
    font-size: 38px;
}.Zcontact_box h2::before {
    width: 1rem;
    transform: translateY(-50%);
    height: 1rem;
    background: rgb(174,169,175);
    position: absolute;
    box-shadow: 0 0 15px rgb(174,169,175,0.5);
    border-radius: 50%;
    left: 0;
    content: '';
    top: 50%;
}.Zcontact_box .Aconnect_panel h3 {
    padding-bottom: 1rem;
    color: #ffffff;
    font-size: 28px;
    position: relative;
    font-weight: 600;
    margin-bottom: 2rem;
}.Zcontact_box .Aconnect_panel h3::after {
    bottom: 0;
    height: 3px;
    width: 50px;
    content: '';
    position: absolute;
    left: 0;
    background: rgb(174,169,175);
}.Zcontact_box .Aconnect_panel form {
    gap: 1.5rem;
    display: grid;
}.Zcontact_box .Aconnect_panel input:not([type="checkbox"]):not([type="submit"]) {
    color: #ffffff;
    background: rgb(132,125,136,0.5);
    transition: all 0.3s ease;
    border: 1px solid rgb(174,169,175,0.5);
    padding: 1rem 1.5rem;
    border-radius: 10px;
    font-size: 18px;
    position: relative;
    outline: none;
    width: 100%;
}.Zcontact_box .Aconnect_panel input:not([type="checkbox"]):not([type="submit"])::after {
    bottom: -2px;
    height: 2px;
    content: '';
    transition: width 0.3s ease;
    width: 0;
    background: rgb(174,169,175);
    position: absolute;
    left: 0;
}.Zcontact_box .Aconnect_panel input:not([type="checkbox"]):not([type="submit"]):focus {
    border-color: rgb(174,169,175);
    box-shadow: 0 0 15px rgb(174,169,175,0.5);
}.Zcontact_box .Aconnect_panel input:not([type="checkbox"]):not([type="submit"]):focus::after {
    width: 100%;
}.Zcontact_box .Aconnect_panel .xquery_block {
    gap: 1rem;
    display: flex;
    align-items: center;
}.Zcontact_box .Aconnect_panel .xquery_block input[type="checkbox"] {
    appearance: none;
    height: 22px;
    position: relative;
    border-radius: 10px;
    width: 22px;
    cursor: pointer;
    background: rgb(132,125,136,0.5);
    transition: all 0.3s ease;
    border: 2px solid rgb(174,169,175,0.5);
}.Zcontact_box .Aconnect_panel .xquery_block input[type="checkbox"]:checked {
    background: rgb(174,169,175);
    border-color: rgb(174,169,175);
}.Zcontact_box .Aconnect_panel .xquery_block input[type="checkbox"]:checked::after {
    font-size: 0.8rem;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    color: #ffffff;
    content: '✔';
    left: 50%;
}.Zcontact_box .Aconnect_panel .xquery_block label {
    color: #ffffff;
    align-items: center;
    display: flex;
    font-size: 18px;
}.Zcontact_box .Aconnect_panel .xquery_block a {
    text-decoration: none;
    margin-left: 0.3rem;
    color: rgb(174,169,175);
    transition: color 0.3s ease;
}.Zcontact_box .Aconnect_panel .xquery_block a:hover {
    text-decoration: underline;
}.Zcontact_box .Aconnect_panel .orequest_help {
    border-radius: 10px;
    font-size: 20px;
    cursor: pointer;
    font-weight: 600;
    color: #ffffff;
    padding: 1rem;
    background: rgb(174,169,175);
    overflow: hidden;
    transition: all 0.3s ease;
    width: 100%;
    text-transform: uppercase;
    border: none;
    position: relative;
}.Zcontact_box .Aconnect_panel .orequest_help::before {
    left: -50%;
    opacity: 0;
    transition: all 0.5s ease;
    height: 200%;
    width: 200%;
    top: -50%;
    background: linear-gradient(
        135deg, 
        transparent, 
        rgb(174,169,175,0.5), 
        transparent
    );
    transform: rotate(-45deg);
    content: '';
    position: absolute;
}.Zcontact_box .Aconnect_panel .orequest_help:hover::before {
    opacity: 1;
}.Zcontact_box .Aconnect_panel .orequest_help:hover {
    box-shadow: 0 10px 20px rgb(174,169,175,0.5);
    transform: translateY(-3px);
}

@media screen and (max-width: 1200px) {.Zcontact_box .gbackground_img {
    margin-left: -3%;
}
}

@media screen and (max-width: 1024px) {.Zcontact_box .ifeedback_info {
    flex-direction: column;
}.Zcontact_box .gbackground_img {
    flex: 0 0 100%;
    min-height: 300px;
    margin-left: 0;
    transform: none;
}.Zcontact_box .gbackground_img::before {
    transform: none;
    width: 100%;
}.Zcontact_box .Aconnect_panel {
    padding: 3rem 2rem;
    flex: 0 0 100%;
}
}

@media screen and (max-width: 768px) {.Zcontact_box {
    padding: 3rem 0;
}.Zcontact_box h2 {
    padding-left: 1.5rem;
    font-size: calc(38px * 0.8);
    margin-bottom: 1.5rem;
}.Zcontact_box h2::before {
    width: 0.8rem;
    height: 0.8rem;
}.Zcontact_box .Aconnect_panel h3 {
    font-size: calc(28px * 0.9);
    margin-bottom: 1.5rem;
}.Zcontact_box .Aconnect_panel input:not([type="checkbox"]):not([type="submit"]) {
    padding: 0.8rem 1.2rem;
}
}

@media screen and (max-width: 480px) {.Zcontact_box .ifeedback_info {
    border-radius: 0;
}.Zcontact_box .Aconnect_panel {
    padding: 2rem 1.5rem;
}}.Pprivacy_corner {
    border: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    padding: 40px;
    background-color: rgb(204,202,190);
}.Pprivacy_corner::before {
    content: '';
    background-color: rgb(174,169,175);
    height: 120px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    top: 0;
    width: 120px;
    border-radius: 50%;
    z-index: -1;
}.Pprivacy_corner h1 {
    font-family: Arial, sans-serif;
    font-weight: 700;
    font-size: calc(20px * 1.2);
    position: relative;
    margin-bottom: 20px;
    color: #000000;
}.Pprivacy_corner h1::after {
    height: 3px;
    content: '';
    left: 0;
    position: absolute;
    background-color: rgb(174,169,175);
    bottom: -8px;
    width: 40%;
}.Pprivacy_corner h2 {
    color: rgb(132,125,136);
    font-size: calc(20px * 1.2);
    margin-bottom: 15px;
    font-family: Arial, sans-serif;
    font-weight: 700;
}.Pprivacy_corner h3, .Pprivacy_corner h4, .Pprivacy_corner h5, .Pprivacy_corner h6 {
    margin: 1rem 0;
}.Pprivacy_corner ul {
    margin: 20px 0;
    list-style-type: none;
    padding: 0;
}.Pprivacy_corner li {
    color: #000000;
    font-family: Arial, sans-serif;
    line-height: 1.6;
    padding-left: 20px;
    font-size: 15px;
    position: relative;
}.Pprivacy_corner li::before {
    content: "\2022";
    color: rgb(174,169,175);
    position: absolute;
    left: 0;
}
@media only screen and (max-width: 800px) {.Pprivacy_corner {
    padding: 30px;
}.Pprivacy_corner h1 {
    font-size: 37px;
}.Pprivacy_corner h2 {
    font-size: 20px;
}.Pprivacy_corner li {
    font-size: 15px;
}}.CcookieWarningContainer {
    width: 100%;
    bottom: 0;
    position: fixed;
    padding: 15px 20px;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
    z-index: 90;
    border-top: 3px solid rgb(174,169,175);
    background: rgb(132,125,136);
}.rconsent_comply {
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    align-items: center;
}.fcookie_overlay {
    margin-right: 20px;
    flex-shrink: 0;
}.fcookie_overlay svg {
    fill: rgb(174,169,175);
    height: 50px;
    width: 50px;
}.jprivacy_opt {
    display: flex;
    justify-content: center;
    flex-direction: column;
    max-width: 600px;
}.CcookieWarningContainer h5 {
    font-size: 24px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 10px;
}.CcookieWarningContainer p {
    color: #000000;
    line-height: 1.5;
    font-size: 18px;
}.Ronline_tracking {
    cursor: pointer;
    text-align: center;
    min-width: 150px;
    color: #ffffff;
    border-radius: 10px;
    transition: none;
    background: rgb(174,169,175);
    flex-shrink: 0;
    font-size: 17px;
    padding: 10px 20px;
    margin-left: 10px;
    text-decoration: none;
    border: 2px solid rgb(174,169,175);
}.Ronline_tracking:hover {
    background: rgb(174,169,175,0.5);
    border-color: rgb(174,169,175,0.5);
}.CcookieWarningContainer p a {
    border-bottom: 2px solid rgb(174,169,175);
    text-decoration: none;
    color: rgb(174,169,175);
}.CcookieWarningContainer p a:hover {
    color: rgb(132,125,136);
    border-bottom-color: rgb(132,125,136);
}
@media only screen and (max-width: 1200px) {.CcookieWarningContainer {
    padding: 15px;
}
}
@media only screen and (max-width: 800px) {.fcookie_overlay {
    display: none;
}.rconsent_comply {
    justify-content: center;
    align-items: center;
    flex-direction: column;
}.CcookieWarningContainer h5, .CcookieWarningContainer p {
    text-align: center;
}.jprivacy_opt {
    margin-bottom: 15px;
}.Ronline_tracking {
    margin-top: 10px;
    margin-left: 0;
}}
#RcookiePromptAlert {
    display: none;
}#RcookiePromptAlert:checked ~ .CcookieWarningContainer {
    visibility: hidden;
    opacity: 0;
}.xcustomer_support {
    overflow: hidden;
    background: rgb(204,202,190);
    position: relative;
    padding: 100px 0;
}.xcustomer_support::before {
    z-index: 1;
    left: 0;
    background: 
    linear-gradient(45deg, rgb(174,169,175,0.5) 25%, transparent 25%) -50px 0,
    linear-gradient(45deg, transparent 25%, rgb(132,125,136,0.5) 25%, rgb(132,125,136,0.5) 50%, transparent 50%, transparent 75%, rgb(132,125,136,0.5) 75%, rgb(132,125,136,0.5)) -50px 0;
    position: absolute;
    background-size: 100px 100px;
    top: 0;
    height: 100%;
    width: 100%;
    animation: backgroundMove 60s linear infinite;
    opacity: 0.03;
    content: "";
}.xcustomer_support::after {
    animation: scanline 4s linear infinite;
    bottom: 0;
    background: linear-gradient(90deg, transparent, rgb(174,169,175), rgb(132,125,136), transparent);
    content: "";
    width: 100%;
    left: 0;
    position: absolute;
    height: 1px;
}.xcustomer_support .container {
    position: relative;
    z-index: 2;
}.xcustomer_support .fassist_experts {
    background: #ffffff;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transform-style: preserve-3d;
    overflow: hidden;
    border-radius: 28px;
    position: relative;
    padding: 60px 50px;
    box-shadow: 0 20px 70px -10px rgba(0, 0, 0, 0.1),
              0 5px 20px -5px rgba(0, 0, 0, 0.05);
    perspective: 1000px;
}.xcustomer_support .fassist_experts::before {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    position: absolute;
    opacity: 0.05;
    background: 
    radial-gradient(circle at 20% 20%, rgb(174,169,175,0.5) 0%, transparent 50%),
    radial-gradient(circle at 80% 80%, rgb(132,125,136,0.5) 0%, transparent 50%);
    content: "";
}.xcustomer_support .fassist_experts::after {
    left: 0;
    z-index: 1;
    height: 5px;
    position: absolute;
    content: "";
    width: 100%;
    top: 0;
    background: linear-gradient(90deg, rgb(174,169,175), rgb(132,125,136));
}.xcustomer_support h2 {
    font-size: 33px;
    letter-spacing: 0.5px;
    color: #000000;
    margin-bottom: 35px;
    font-weight: 700;
    padding-left: 20px;
    position: relative;
}.xcustomer_support h2::before {
    background: rgb(174,169,175);
    transform: translateY(-50%) rotate(45deg);
    left: 0;
    height: 10px;
    border-radius: 2px;
    box-shadow: 0 0 15px rgb(174,169,175);
    content: "";
    animation: pulse 3s infinite;
    position: absolute;
    top: 50%;
    width: 10px;
}.xcustomer_support h2::after {
    height: 2px;
    background: linear-gradient(to right, rgb(174,169,175), transparent);
    left: 0;
    bottom: -10px;
    position: absolute;
    content: "";
    width: 100px;
}.xcustomer_support p {
    font-weight: 400;
    color: #000000;
    line-height: 1.8;
    font-size: 14px;
    position: relative;
    margin-bottom: 30px;
}.xcustomer_support p:last-of-type {
    display: flex;
    margin-bottom: 50px;
    transition: all 0.3s ease;
    border-left: 3px solid rgb(174,169,175);
    align-items: center;
    padding: 15px 20px;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.02);
}.xcustomer_support p:last-of-type:hover {
    transform: translateX(5px);
    background: rgba(0, 0, 0, 0.04);
}.xcustomer_support p svg {
    transition: all 0.3s ease;
    fill: rgb(174,169,175);
    margin-right: 15px;
    filter: drop-shadow(0 0 2px rgb(174,169,175,0.5));
    height: 24px;
    width: 24px;
}.xcustomer_support p:hover svg {
    transform: scale(1.1);
}.xcustomer_support p svg path {
    transition: fill 0.3s ease;
    fill: rgb(174,169,175);
}.xcustomer_support .scourse_info {
    flex-wrap: wrap;
    display: flex;
    position: relative;
    padding-top: 20px;
    gap: 30px;
}.xcustomer_support .scourse_info::before {
    position: absolute;
    width: 100%;
    background: linear-gradient(to right, rgb(132,125,136,0.5), transparent);
    top: 0;
    left: 0;
    height: 1px;
    content: "";
}.xcustomer_support .lrequest_support {
    height: 70px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: 70px;
    overflow: hidden;
    z-index: 1;
    align-items: center;
    border-radius: 15px;
    position: relative;
    background: #ffffff;
    display: flex;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    justify-content: center;
}.xcustomer_support .lrequest_support::before {
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    z-index: -1;
    height: 100%;
    top: 0;
    transition: opacity 0.4s ease;
    opacity: 0;
    background: 
    linear-gradient(45deg, rgb(174,169,175,0.5), transparent 70%),
    linear-gradient(135deg, transparent 70%, rgb(132,125,136,0.5));
}.xcustomer_support .lrequest_support::after {
    top: -2px;
    transition: opacity 0.4s ease;
    background-size: 200% 200%;
    content: "";
    animation: gradient-animation 6s linear infinite;
    opacity: 0;
    right: -2px;
    border-radius: 17px;
    background: linear-gradient(45deg, rgb(174,169,175), rgb(132,125,136), rgb(174,169,175));
    bottom: -2px;
    left: -2px;
    z-index: -2;
    position: absolute;
}.xcustomer_support .lrequest_support svg {
    width: 30px;
    height: 30px;
    fill: rgb(174,169,175);
    transition: all 0.4s ease;
}.xcustomer_support .lrequest_support svg path {
    fill: rgb(174,169,175);
    transition: fill 0.4s ease;
}.xcustomer_support .lrequest_support:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    transform: translateY(-10px) scale(1.05);
}.xcustomer_support .lrequest_support:hover::before {
    opacity: 0.2;
}.xcustomer_support .lrequest_support:hover::after {
    opacity: 1;
}.xcustomer_support .lrequest_support:hover svg {
    fill: rgb(174,169,175);
    transform: scale(1.1);
}.xcustomer_support .lrequest_support:hover svg path {
    fill: rgb(174,169,175);
}.xcustomer_support .lrequest_support span {
    opacity: 0;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: ripple 1s linear infinite;
    background: rgb(174,169,175);
    pointer-events: none;
    position: absolute;
}

@keyframes ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0.5;
  }
  100% {
    width: 200px;
    height: 200px;
    opacity: 0;
  }
}

@keyframes scanline {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}

@keyframes pulse {
  0%, 100% {
    transform: translateY(-50%) rotate(45deg) scale(1);
    box-shadow: 0 0 15px rgb(174,169,175);
  }
  50% {
    transform: translateY(-50%) rotate(45deg) scale(1.2);
    box-shadow: 0 0 30px rgb(174,169,175);
  }
}

@keyframes gradient-animation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes backgroundMove {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 1000px 0;
  }
}

@media (max-width: 992px) {.xcustomer_support {
    padding: 70px 0;
}.xcustomer_support .fassist_experts {
    padding: 45px 35px;
}.xcustomer_support h2 {
    font-size: calc(33px * 0.9);
}.xcustomer_support .scourse_info {
    gap: 20px;
}.xcustomer_support .lrequest_support {
    width: 65px;
    height: 65px;
}.xcustomer_support .lrequest_support svg {
    height: 26px;
    width: 26px;
}
}

@media (max-width: 768px) {.xcustomer_support {
    padding: 60px 0;
}.xcustomer_support .fassist_experts {
    padding: 40px 30px;
}.xcustomer_support h2 {
    margin-bottom: 25px;
    font-size: calc(33px * 0.85);
}.xcustomer_support p {
    margin-bottom: 25px;
    font-size: calc(14px * 0.95);
}.xcustomer_support p:last-of-type {
    padding: 12px 15px;
}.xcustomer_support p svg {
    margin-right: 12px;
    width: 22px;
    height: 22px;
}.xcustomer_support .scourse_info {
    gap: 15px;
    justify-content: center;
}.xcustomer_support .lrequest_support {
    border-radius: 12px;
    height: 60px;
    width: 60px;
}.xcustomer_support .lrequest_support svg {
    height: 24px;
    width: 24px;
}.xcustomer_support .lrequest_support:hover {
    border-radius: 15px;
}
}

@media (max-width: 576px) {.xcustomer_support {
    padding: 50px 0;
}.xcustomer_support .fassist_experts {
    padding: 35px 25px;
}.xcustomer_support h2 {
    padding-left: 15px;
    font-size: calc(33px * 0.8);
}.xcustomer_support h2::before {
    width: 8px;
    height: 8px;
}.xcustomer_support p {
    font-size: calc(14px * 0.9);
}.xcustomer_support p:last-of-type {
    padding: 10px 12px;
}.xcustomer_support p svg {
    margin-right: 10px;
    width: 20px;
    height: 20px;
}.xcustomer_support .scourse_info {
    gap: 12px;
    justify-content: space-around;
}.xcustomer_support .lrequest_support {
    height: 55px;
    width: 55px;
    border-radius: 10px;
}.xcustomer_support .lrequest_support svg {
    height: 22px;
    width: 22px;
}.xcustomer_support .lrequest_support:hover {
    border-radius: 12px;
}}.Dsign_up_now {
    overflow: hidden;
    position: relative;
    padding: 130px 0;
    background: linear-gradient(135deg, rgb(132,125,136,0.5) 0%, rgb(204,202,190) 100%);
}.Dsign_up_now::before {
    z-index: 1;
    height: 100%;
    position: absolute;
    width: 100%;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    background: 
        linear-gradient(45deg, rgb(204,202,190) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(204,202,190) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(204,202,190) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(204,202,190) 75%);
    left: 0;
    opacity: 0.03;
    background-size: 20px 20px;
    top: 0;
    content: '';
}.Dsign_up_now .wfounder_vision {
    gap: 30px;
    z-index: 10;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    position: relative;
}.Dsign_up_now .container p {
    font-size: 31px;
    padding: 50px;
    margin: 0;
    background: #ffffff;
    position: relative;
    transform: perspective(1000px) rotateX(2deg) rotateY(-2deg) translateZ(0);
    border-radius: 21px;
    font-weight: 700;
    line-height: 1.4;
    color: #000000;
    transition: transform 0.5s ease;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.08),
        0 0 0 1px rgba(0, 0, 0, 0.01);
    z-index: 5;
}.Dsign_up_now .orequest_help {
    transform: perspective(1000px) rotateX(2deg) rotateY(2deg) translateZ(0);
    display: flex;
    font-size: 16px;
    overflow: hidden;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(0, 0, 0, 0.01);
    z-index: 5;
    transition: all 0.5s ease;
    padding: 50px;
    border-radius: 21px;
    font-weight: 600;
    align-items: center;
    position: relative;
    color: #ffffff;
    text-decoration: none;
    justify-content: center;
    background: rgb(174,169,175);
}.Dsign_up_now .orequest_help::before {
    background: radial-gradient(circle, rgb(132,125,136) 0%, transparent 60%);
    position: absolute;
    left: -50%;
    transition: opacity 0.5s ease;
    opacity: 0;
    z-index: -1;
    content: '';
    height: 200%;
    width: 200%;
    top: -50%;
}.Dsign_up_now .container p:hover,
.Dsign_up_now .orequest_help:hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) translateZ(30px);
}.Dsign_up_now .orequest_help:hover {
    box-shadow: 
        0 15px 40px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(0, 0, 0, 0.02);
}.Dsign_up_now .orequest_help:hover::before {
    opacity: 0.3;
    animation: pulse-bg 3s infinite;
}.Dsign_up_now::after {
    bottom: -50px;
    position: absolute;
    width: 300px;
    opacity: 0.3;
    content: '';
    z-index: 1;
    height: 300px;
    background: linear-gradient(
        45deg,
        rgb(174,169,175,0.5),
        rgb(132,125,136,0.5)
    );
    border-radius: 50%;
    right: -50px;
    filter: blur(80px);
}

@keyframes pulse-bg {
    0%, 100% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.5;
    }
}

@media (max-width: 991px) {.Dsign_up_now {
    padding: 90px 0;
}.Dsign_up_now .container p {
    padding: 40px;
    font-size: calc(24px * 1.2);
}.Dsign_up_now .orequest_help {
    padding: 40px;
}
}

@media (max-width: 767px) {.Dsign_up_now {
    padding: 70px 0;
}.Dsign_up_now .wfounder_vision {
    grid-template-columns: 1fr;
}.Dsign_up_now .container p {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) translateZ(0);
    padding: 30px;
    font-size: 24px;
}.Dsign_up_now .orequest_help {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) translateZ(0);
    padding: 25px;
}.Dsign_up_now .container p:hover,
    .Dsign_up_now .orequest_help:hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) translateZ(10px);
}
}

@media (max-width: 480px) {.Dsign_up_now {
    padding: 50px 0;
}.Dsign_up_now .container p {
    padding: 25px 20px;
    font-size: calc(12px * 1.2);
}.Dsign_up_now .orequest_help {
    font-size: calc(16px * 0.9);
    padding: 20px;
}}.Ncompany_overview {
    color: #ffffff;
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}.Ncompany_overview::before {
    height: 100%;
    background: linear-gradient(135deg, rgb(174,169,175,0.5), rgba(0, 0, 0, 0.5) 80%);
    position: absolute;
    left: 0;
    z-index: 1;
    top: 0;
    width: 100%;
    content: "";
}.Ncompany_overview .container {
    position: relative;
    padding: 0 20px;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
}.Ncompany_overview .rinsight_box {
    gap: 30px;
    position: relative;
    transform: translateY(20px);
    grid-template-columns: 1fr;
    animation: fadeInUp 0.8s ease-out forwards;
    opacity: 0;
    display: grid;
}.Ncompany_overview .rinsight_box > div:first-child {
    position: relative;
    display: inline-block;
}.Ncompany_overview .rinsight_box > div:first-child::after {
    content: "";
    width: 60px;
    animation: lineGrow 0.6s 0.8s ease-out forwards;
    position: absolute;
    transform-origin: left;
    bottom: -10px;
    left: 0;
    height: 3px;
    transform: scaleX(0);
    background: rgb(132,125,136);
}.Ncompany_overview h5 {
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    font-size: 19px;
    color: rgb(132,125,136);
    letter-spacing: 2px;
}.Ncompany_overview div p {
    position: relative;
    display: inline-block;
    line-height: 1.2;
    margin: 0 0 15px;
    font-size: calc(28px * 0.9);
    font-weight: 700;
}.Ncompany_overview div p b {
    position: relative;
    font-weight: 700;
    z-index: 1;
    display: inline-block;
}.Ncompany_overview div p b::before {
    position: absolute;
    height: 8px;
    background: rgb(174,169,175,0.5);
    transform: skewX(-15deg);
    bottom: 0;
    content: "";
    width: calc(100% + 10px);
    left: -5px;
    z-index: -1;
}.Ncompany_overview ol {
    counter-reset: section;
    padding: 0;
    margin: 0;
    position: relative;
    list-style: none;
}.Ncompany_overview ol li {
    line-height: 1.8;
    backdrop-filter: blur(10px);
    font-size: 17px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    padding: 30px;
    border-left: 4px solid rgb(132,125,136);
    position: relative;
    transform: translateX(-10px);
    transition: transform 0.3s ease-out;
    background: rgba(255, 255, 255, 0.1);
}.Ncompany_overview ol li:hover {
    transform: translateX(0);
}.Ncompany_overview ol li::before {
    left: 0;
    width: 100%;
    z-index: -1;
    opacity: 0;
    background: linear-gradient(90deg, rgb(174,169,175,0.5) 0%, transparent 100%);
    top: 0;
    transition: opacity 0.3s ease;
    position: absolute;
    content: "";
    height: 100%;
}.Ncompany_overview ol li:hover::before {
    opacity: 0.3;
}

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

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


@media screen and (min-width: 768px) {.Ncompany_overview {
    padding: 150px 0;
}.Ncompany_overview .rinsight_box {
    grid-template-columns: 1fr 2fr;
    align-items: start;
}.Ncompany_overview .rinsight_box > div:first-child,
    .Ncompany_overview .rinsight_box > div:nth-child(2) {
    grid-column: 1;
}.Ncompany_overview .rinsight_box > ol {
    margin-top: 20px;
    grid-column: 1 / -1;
}.Ncompany_overview ol li {
    column-count: 2;
    padding: 40px;
    column-gap: 40px;
}
}

@media screen and (min-width: 992px) {.Ncompany_overview {
    padding: 180px 0;
}.Ncompany_overview::after {
    opacity: 0.6;
    border: 2px solid rgb(132,125,136,0.5);
    border-radius: 10px;
    transform: rotate(15deg);
    content: "";
    z-index: 1;
    right: -50px;
    top: -50px;
    position: absolute;
    height: 300px;
    width: 300px;
}.Ncompany_overview .rinsight_box {
    gap: 60px;
    grid-template-columns: 1fr 3fr;
}.Ncompany_overview ol li {
    padding: 50px;
    font-size: calc(17px * 1.05);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.05));
    column-count: 3;
    column-gap: 50px;
}
}

@media screen and (max-width: 767px) {.Ncompany_overview {
    padding: 80px 0;
}.Ncompany_overview h5 {
    font-size: calc(19px * 0.9);
}.Ncompany_overview div p {
    font-size: calc(28px * 0.7);
}.Ncompany_overview ol li {
    line-height: 1.6;
    padding: 25px 20px;
    font-size: calc(17px * 0.9);
}}.Oprogram_structure {
    overflow: hidden;
    position: relative;
    background: rgb(204,202,190);
    padding: 90px 0;
    z-index: 1;
}.Oprogram_structure::before {
    background: 
        linear-gradient(135deg, rgb(174,169,175,0.5) 0%, transparent 70%),
        linear-gradient(225deg, rgb(132,125,136,0.5) 0%, transparent 70%);
    z-index: -1;
    height: 100%;
    opacity: 0.25;
    left: 0;
    width: 100%;
    position: absolute;
    top: 0;
    content: "";
}.Oprogram_structure::after {
    top: 0;
    position: absolute;
    z-index: -1;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    opacity: 0.2;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(174,169,175,0.5) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgb(132,125,136,0.5) 0%, transparent 40%);
}.Oprogram_structure .container {
    z-index: 2;
    padding: 0 15px;
    margin: 0 auto;
    max-width: 1000px;
    position: relative;
}.Oprogram_structure .wfounder_vision {
    gap: 40px;
    position: relative;
    display: flex;
    flex-direction: column;
}.Oprogram_structure .gbackground_img {
    transform: translateZ(0);
    height: 450px;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.6s;
    position: relative;
    z-index: 1;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    border-radius: 15px;
}.Oprogram_structure .gbackground_img:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.2);
}.Oprogram_structure .gbackground_img::before {
    z-index: 1;
    background: linear-gradient(to bottom, 
                transparent 70%, 
                rgb(174,169,175,0.5) 100%);
    content: "";
    opacity: 0.7;
    inset: 0;
    position: absolute;
}.Oprogram_structure .gbackground_img::after {
    opacity: 0.05;
    inset: 0;
    z-index: 1;
    position: absolute;
    content: "";
    background: 
        repeating-linear-gradient(
            -45deg, 
            transparent, 
            transparent 20px, 
            rgb(174,169,175,0.5) 20px, 
            rgb(174,169,175,0.5) 21px
        );
}.Oprogram_structure .kskill_plan {
    padding: 40px;
    position: relative;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    background: #ffffff;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    z-index: 1;
    border-radius: 15px;
}.Oprogram_structure .kskill_plan:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}.Oprogram_structure .kskill_plan::before {
    top: 0;
    content: "";
    height: 5px;
    border-radius: 15px 15px 0 0;
    background: linear-gradient(90deg, 
                rgb(174,169,175), 
                rgb(132,125,136));
    width: 100%;
    position: absolute;
    left: 0;
}.Oprogram_structure .kskill_plan::after {
    position: absolute;
    border-radius: 0 0 50% 50%;
    left: 5%;
    background: #ffffff;
    z-index: -1;
    width: 90%;
    content: "";
    height: 10px;
    bottom: -5px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}.Oprogram_structure .hhead_sitebar {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    background: rgb(204,202,190);
    position: relative;
    margin-bottom: 25px;
    align-items: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: inline-flex;
    justify-content: center;
    padding: 15px;
    border-radius: 10px;
}.Oprogram_structure .hhead_sitebar:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px) rotate(5deg);
}.Oprogram_structure .hhead_sitebar::after {
    opacity: 0.5;
    border-radius: 10px;
    inset: 0;
    border: 1px dashed rgb(174,169,175,0.5);
    position: absolute;
    content: "";
}.Oprogram_structure .hhead_sitebar svg {
    width: 80px;
    height: auto;
    transition: transform 0.3s ease;
}.Oprogram_structure .hhead_sitebar:hover svg {
    transform: scale(1.05);
}.Oprogram_structure .hhead_sitebar svg path {
    transition: fill 0.3s ease;
    fill: rgb(174,169,175);
}.Oprogram_structure .hhead_sitebar:hover svg path {
    fill: rgb(132,125,136);
}.Oprogram_structure .kskill_plan h3 {
    padding-bottom: 15px;
    font-weight: 700;
    font-size: 34px;
    color: #000000;
    position: relative;
    margin-bottom: 20px;
    font-family: Arial, sans-serif;
}.Oprogram_structure .kskill_plan h3::after {
    bottom: 0;
    width: 50px;
    transition: width 0.4s ease;
    height: 3px;
    content: "";
    position: absolute;
    left: 0;
    background: rgb(174,169,175);
}.Oprogram_structure .kskill_plan:hover h3::after {
    width: 100px;
}.Oprogram_structure .kskill_plan p {
    font-size: 14px;
    position: relative;
    line-height: 1.8;
    font-family: Arial, sans-serif;
    color: #000000;
    font-weight: 400;
    margin-bottom: 0;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

@keyframes shine {
    0% {
        background-position: -200% center;
    }
    100% {
        background-position: 200% center;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {.Oprogram_structure {
    padding: 80px 0;
}.Oprogram_structure .gbackground_img {
    height: 400px;
}.Oprogram_structure .kskill_plan {
    padding: 35px;
}
}

@media (min-width: 768px) and (max-width: 991px) {.Oprogram_structure {
    padding: 70px 0;
}.Oprogram_structure .gbackground_img {
    height: 350px;
}.Oprogram_structure .kskill_plan {
    padding: 30px;
}.Oprogram_structure .hhead_sitebar {
    padding: 12px;
}.Oprogram_structure .hhead_sitebar svg {
    width: 70px;
}
}

@media (max-width: 767px) {.Oprogram_structure {
    padding: 60px 0;
}.Oprogram_structure .wfounder_vision {
    gap: 30px;
}.Oprogram_structure .gbackground_img {
    height: 300px;
}.Oprogram_structure .kskill_plan {
    padding: 25px;
}.Oprogram_structure .hhead_sitebar {
    padding: 10px;
    margin-bottom: 20px;
}.Oprogram_structure .hhead_sitebar svg {
    width: 60px;
}.Oprogram_structure .kskill_plan h3 {
    margin-bottom: 15px;
    padding-bottom: 12px;
    font-size: calc(34px * 0.9);
}
}

@media (max-width: 576px) {.Oprogram_structure {
    padding: 50px 0;
}.Oprogram_structure .wfounder_vision {
    gap: 25px;
}.Oprogram_structure .gbackground_img {
    height: 250px;
}.Oprogram_structure .kskill_plan {
    padding: 20px;
}.Oprogram_structure .hhead_sitebar {
    margin-bottom: 15px;
    padding: 8px;
}.Oprogram_structure .hhead_sitebar svg {
    width: 50px;
}.Oprogram_structure .kskill_plan h3 {
    margin-bottom: 12px;
    padding-bottom: 10px;
    font-size: calc(34px * 0.8);
}}.uprospective_members {
    background: linear-gradient(135deg, #ffffff 0%, rgb(204,202,190) 100%);
    position: relative;
    overflow: hidden;
    padding: 110px 0;
}.uprospective_members::before {
    width: 100%;
    opacity: 0.4;
    top: 0;
    left: 0;
    background: 
        linear-gradient(90deg, transparent 98%, rgb(132,125,136,0.5) 98%, rgb(132,125,136,0.5) 100%),
        linear-gradient(0deg, transparent 98%, rgb(132,125,136,0.5) 98%, rgb(132,125,136,0.5) 100%);
    position: absolute;
    background-size: 30px 30px;
    content: "";
    height: 100%;
    z-index: 1;
}.uprospective_members .container {
    padding: 0 15px;
    position: relative;
    margin: 0 auto;
    max-width: 1140px;
    z-index: 2;
}.uprospective_members .wfounder_vision {
    position: relative;
}.uprospective_members h4 {
    left: 50%;
    font-size: 32px;
    padding: 15px 30px;
    display: inline-block;
    border: 2px solid rgb(174,169,175);
    position: relative;
    background: #ffffff;
    box-shadow: 5px 5px 0 rgb(174,169,175,0.5);
    color: #000000;
    border-radius: 10px;
    transform: translateX(-50%);
    font-weight: 700;
    margin-bottom: 60px;
}.uprospective_members div > div {
    position: relative;
    flex-wrap: wrap;
    display: flex;
    gap: 50px;
    justify-content: center;
}.uprospective_members div > div::before {
    left: 0;
    height: 2px;
    top: 50%;
    background: linear-gradient(90deg, transparent, rgb(174,169,175,0.5), transparent);
    position: absolute;
    width: 100%;
    z-index: -1;
    content: "";
}.uprospective_members div > div::after {
    background: linear-gradient(180deg, transparent, rgb(132,125,136,0.5), transparent);
    z-index: -1;
    width: 2px;
    content: "";
    height: 100%;
    left: 50%;
    top: 0;
    position: absolute;
}.uprospective_members p {
    background: #ffffff;
    color: #000000;
    transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    padding: 20px;
    position: relative;
    display: flex;
    font-size: 17px;
    z-index: 1;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    width: calc(33.333% - 50px);
    align-items: center;
    justify-content: flex-start;
    margin: 0;
    border: 1px solid rgb(204,202,190);
}.uprospective_members p::before {
    left: 0;
    background: linear-gradient(135deg, transparent 0%, rgb(174,169,175,0.5) 300%);
    border-radius: 10px;
    opacity: 0;
    content: "";
    transition: opacity 0.4s ease;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
}.uprospective_members p::after {
    transition: all 0.3s ease;
    top: -10px;
    content: "";
    height: 20px;
    border-radius: 50%;
    left: -10px;
    width: 20px;
    position: absolute;
    background: #ffffff;
    border: 1px solid rgb(174,169,175);
}.uprospective_members p:hover {
    border-color: rgb(174,169,175,0.5);
    transform: translateY(-10px);
}.uprospective_members p:hover::before {
    opacity: 0.2;
}.uprospective_members p:hover::after {
    transform: scale(1.5);
    background: rgb(174,169,175);
}.uprospective_members p svg {
    margin-right: 15px;
    transition: all 0.3s ease;
    flex-shrink: 0;
    height: 26px;
    width: 26px;
}.uprospective_members p svg path {
    transition: fill 0.3s ease;
    fill: rgb(174,169,175);
}.uprospective_members p:hover svg {
    transform: rotate(15deg);
}.uprospective_members p:hover svg path {
    fill: rgb(132,125,136);
}@keyframes circuitPath {
    0% {
        stroke-dashoffset: 1000;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

.uprospective_members::after {
    background-position: bottom right;
    bottom: 0;
    right: 0;
    height: 300px;
    background-repeat: no-repeat;
    opacity: 0.3;
    width: 300px;
    content: "";
    z-index: 1;
    position: absolute;
}@keyframes fadeInScale {
    from {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.uprospective_members .wfounder_vision > div p {
    opacity: 0;
    animation: fadeInScale 0.5s ease forwards;
}.uprospective_members .wfounder_vision > div p:nth-child(1) {
    animation-delay: 0.1s;
}.uprospective_members .wfounder_vision > div p:nth-child(2) {
    animation-delay: 0.2s;
}.uprospective_members .wfounder_vision > div p:nth-child(3) {
    animation-delay: 0.3s;
}.uprospective_members .wfounder_vision > div p:nth-child(4) {
    animation-delay: 0.4s;
}.uprospective_members .wfounder_vision > div p:nth-child(5) {
    animation-delay: 0.5s;
}.uprospective_members .wfounder_vision > div p:nth-child(6) {
    animation-delay: 0.6s;
}

@media (max-width: 991px) {.uprospective_members {
    padding: 90px 0;
}.uprospective_members h4 {
    font-size: calc(32px * 0.9);
    padding: 12px 25px;
    margin-bottom: 50px;
}.uprospective_members div > div {
    gap: 30px;
}.uprospective_members p {
    padding: 18px;
    width: calc(50% - 30px);
}.uprospective_members p svg {
    width: 24px;
    height: 24px;
    margin-right: 12px;
}.uprospective_members::after {
    height: 200px;
    width: 200px;
}
}

@media (max-width: 768px) {.uprospective_members {
    padding: 70px 0;
}.uprospective_members h4 {
    font-size: calc(32px * 0.8);
    margin-bottom: 40px;
    padding: 10px 20px;
    box-shadow: 3px 3px 0 rgb(174,169,175,0.5);
}.uprospective_members div > div {
    gap: 25px;
}.uprospective_members div > div::before,
    .uprospective_members div > div::after {
    opacity: 0.4;
}.uprospective_members p {
    padding: 15px;
    width: 100%;
    font-size: calc(17px * 0.95);
}
}

@media (max-width: 576px) {.uprospective_members {
    padding: 60px 0;
}.uprospective_members h4 {
    box-shadow: 2px 2px 0 rgb(174,169,175,0.5);
    font-size: calc(32px * 0.7);
    padding: 8px 16px;
    border-width: 1px;
    margin-bottom: 35px;
}.uprospective_members div > div {
    gap: 20px;
}.uprospective_members p {
    font-size: calc(17px * 0.9);
    padding: 12px;
}.uprospective_members p svg {
    margin-right: 10px;
    width: 20px;
    height: 20px;
}.uprospective_members p::after {
    height: 12px;
    top: -5px;
    width: 12px;
    left: -5px;
}.uprospective_members::after {
    width: 100px;
    height: 100px;
}}.DthankYouDiv {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(204,202,190) 0%, rgb(132,125,136,0.5) 100%);
    position: relative;
    padding: 4rem 0;
}.DthankYouDiv::before {
    z-index: 1;
    width: 100%;
    background: radial-gradient(circle at 75% 25%, rgb(174,169,175,0.5) 0%, transparent 50%);
    position: absolute;
    left: 0;
    height: 100%;
    content: "";
    pointer-events: none;
    top: 0;
}.DthankYouDiv::after {
    right: -5rem;
    width: 15rem;
    transform: rotate(-15deg);
    bottom: -5rem;
    position: absolute;
    height: 15rem;
    z-index: 0;
    opacity: 0.15;
    content: "";
    background: linear-gradient(225deg, rgb(132,125,136) 0%, transparent 70%);
}.DthankYouDiv .container {
    max-width: 1200px;
    padding: 0 1.5rem;
    z-index: 2;
    margin: 0 auto;
    position: relative;
}.DthankYouDiv .wfounder_vision {
    animation: slide-in 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    position: relative;
    transform: translateX(-20px);
    display: flex;
    flex-direction: column;
    opacity: 0;
    gap: 2.5rem;
}.DthankYouDiv .wfounder_vision > div:first-child {
    transform: perspective(1000px) rotateX(0deg);
    position: relative;
    transition: transform 0.5s ease;
}.DthankYouDiv .wfounder_vision > div:first-child::before {
    top: 50%;
    height: 50%;
    transform: translateY(-50%);
    content: "";
    background: rgb(174,169,175);
    position: absolute;
    width: 0.5rem;
    left: -2rem;
}.DthankYouDiv .wfounder_vision > div:last-child {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 
                0 1px 4px rgba(0, 0, 0, 0.1), 
                0 20px 40px -20px rgba(0, 0, 0, 0.15);
    transform: translateY(15px);
    background: rgba(255, 255, 255, 0.9);
    position: relative;
    backdrop-filter: blur(10px);
    opacity: 0;
    padding: 2.5rem;
    animation: fade-up 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.3s forwards;
}.DthankYouDiv .wfounder_vision > div:last-child::after {
    transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
    animation: line-grow 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.8s forwards;
    transform: scaleX(0);
    left: 0;
    height: 4px;
    width: 100%;
    background: linear-gradient(90deg, rgb(174,169,175), rgb(132,125,136));
    transform-origin: left;
    content: "";
    position: absolute;
    bottom: 0;
}.DthankYouDiv h5 {
    transform: translateY(0);
    margin: 0;
    line-height: 1.4;
    color: #000000;
    font-size: 21px;
    padding-left: 1rem;
    position: relative;
    transition: transform 0.4s ease;
    font-weight: 700;
}.DthankYouDiv p {
    font-size: 14px;
    margin: 0;
    color: #000000;
    position: relative;
    line-height: 1.8;
    font-family: Arial, sans-serif;
}.DthankYouDiv a {
    display: block;
    text-decoration: none;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.DthankYouDiv a:hover {
    transform: translateY(-5px);
}.DthankYouDiv a:hover p {
    color: rgb(174,169,175);
}.DthankYouDiv a:focus {
    box-shadow: 0 0 0 3px rgb(174,169,175,0.5);
    outline: none;
}

@keyframes slide-in {
    0% {
        transform: translateX(-20px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

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

@keyframes line-grow {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

@media (min-width: 768px) {.DthankYouDiv {
    padding: 6rem 0;
}.DthankYouDiv .wfounder_vision {
    gap: 3.5rem;
}.DthankYouDiv .wfounder_vision > div:first-child::before {
    width: 0.6rem;
    height: 70%;
}.DthankYouDiv h5 {
    font-size: calc(21px * 1.2);
    padding-left: 1.5rem;
}.DthankYouDiv .wfounder_vision > div:last-child {
    padding: 3rem;
    margin-left: 3rem;
    max-width: 90%;
}
}

@media (min-width: 992px) {.DthankYouDiv {
    padding: 8rem 0;
}.DthankYouDiv .container {
    padding: 0 2rem;
}.DthankYouDiv .wfounder_vision {
    gap: 4rem;
}.DthankYouDiv .wfounder_vision > div:first-child {
    padding-left: 2rem;
}.DthankYouDiv .wfounder_vision > div:first-child::before {
    width: 0.7rem;
    left: 0;
}.DthankYouDiv h5 {
    font-size: calc(21px * 1.4);
    padding-left: 2rem;
}.DthankYouDiv .wfounder_vision > div:last-child {
    max-width: 80%;
    padding: 4rem;
    margin-left: 6rem;
}.DthankYouDiv p {
    line-height: 1.9;
    font-size: calc(14px * 1.1);
}
}

@media (min-width: 1200px) {.DthankYouDiv .wfounder_vision > div:last-child {
    margin-left: 8rem;
    padding: 4.5rem;
    max-width: 75%;
}.DthankYouDiv h5 {
    font-size: calc(21px * 1.5);
}
}

@media (max-width: 767px) {.DthankYouDiv {
    padding: 3rem 0;
}.DthankYouDiv .wfounder_vision > div:first-child::before {
    width: 0.4rem;
    left: -1rem;
}.DthankYouDiv h5 {
    padding-left: 0.75rem;
    font-size: calc(21px * 0.9);
}.DthankYouDiv .wfounder_vision > div:last-child {
    padding: 1.75rem;
}
}