* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}.linkedin_ref {
    flex: 0 0 auto;
}svg {
    width: 30px;
    height: 30px;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1116px;
}header,footer {
    width: 100%;
}.head_master {
    flex: 1 0 auto;
}.container-wrap {
    flex-direction: column;
    display: flex;
    min-height: 100%;
    height: 100%;
}a {
    color: inherit;
    text-decoration: none;
}html,body {
    scroll-behavior: smooth;
    font-family: Arial, sans-serif;
    min-height: 100%;
    color: #000000;
    height: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.contacts {
    padding: 90px 0;
    background: rgb(221,219,221);
    position: relative;
    overflow: hidden;
}.contacts::before {
    z-index: 0;
    background: radial-gradient(at 70% 20%, rgb(180,167,179,0.5) 0%, transparent 60%);
    height: 100%;
    opacity: 0.08;
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
    content: '';
}.contacts .container {
    position: relative;
    z-index: 1;
}.contacts .request_support {
    position: relative;
    flex-direction: column;
    padding: 0;
    display: flex;
}.contacts .request_support h2 {
    margin-bottom: 25px;
    font-size: 34px;
    position: relative;
    display: inline-block;
    font-weight: 700;
    color: rgb(180,167,179);
}.contacts .request_support h2::after {
    width: 50px;
    left: 0;
    height: 3px;
    position: absolute;
    bottom: -10px;
    background: rgb(164,127,158);
    content: '';
}.contacts .request_support p {
    max-width: 90%;
    line-height: 1.8;
    font-size: 17px;
    color: #000000;
    margin-bottom: 40px;
}.contacts .request_support p:last-of-type {
    padding-left: 28px;
    position: relative;
    margin-bottom: 50px;
}.contacts .support_center {
    flex-wrap: wrap;
    gap: 20px;
    display: flex;
}.contacts .reach_us {
    background: #ffffff;
    height: 80px;
    text-decoration: none;
    position: relative;
    display: flex;
    width: 80px;
    transition: all 0.4s ease;
    align-items: center;
    color: rgb(180,167,179);
    z-index: 1;
    border-radius: 50%;
    justify-content: center;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}.contacts .reach_us::before {
    z-index: -1;
    width: 100%;
    left: 0;
    transition: opacity 0.4s ease;
    position: absolute;
    content: '';
    opacity: 0;
    height: 100%;
    background: linear-gradient(135deg, rgb(180,167,179) 0%, rgb(164,127,158) 100%);
    border-radius: 50%;
    top: 0;
}.contacts .reach_us:hover {
    transform: translateY(-5px);
    color: #ffffff;
}.contacts .reach_us:hover::before {
    opacity: 1;
}.contacts .reach_us svg {
    width: 28px;
    stroke: currentColor;
    stroke-width: 2;
    fill: none;
    transition: all 0.3s ease;
    height: 28px;
}.contacts .reach_us:hover svg {
    transform: scale(1.1);
}.contacts .reach_us svg path {
    transition: all 0.3s ease;
}.contacts .request_support p:last-of-type svg {
    stroke-width: 2;
    left: 0;
    width: 20px;
    height: 20px;
    fill: none;
    top: 4px;
    position: absolute;
    stroke: rgb(180,167,179);
}

@media screen and (max-width: 991px) {.contacts {
    padding: 70px 0;
}.contacts .request_support h2 {
    font-size: calc(34px * 0.95);
}.contacts .reach_us {
    height: 70px;
    width: 70px;
}
}

@media screen and (max-width: 767px) {.contacts {
    padding: 60px 0;
}.contacts .request_support h2 {
    font-size: calc(34px * 0.9);
}.contacts .request_support p {
    max-width: 100%;
}.contacts .support_center {
    justify-content: center;
}
}

@media screen and (max-width: 480px) {.contacts {
    padding: 50px 0;
}.contacts .request_support h2 {
    font-size: calc(34px * 0.85);
}.contacts .request_support p {
    font-size: calc(17px * 0.95);
}.contacts .reach_us {
    height: 65px;
    width: 65px;
}.contacts .reach_us svg {
    height: 24px;
    width: 24px;
}}header {
    padding: 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: visible;
    background: rgb(221,219,221);
    z-index: 100;
    margin-top: 0;
}header::before {
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    position: absolute;
    top: 0;
    content: '';
    background: 
        linear-gradient(135deg, transparent 25%, rgba(rgb(180,167,179), 0.03) 25%) 0 0 / 20px 20px,
        linear-gradient(225deg, transparent 25%, rgba(rgb(180,167,179), 0.03) 25%) 0 0 / 20px 20px,
        linear-gradient(315deg, transparent 25%, rgba(rgb(180,167,179), 0.03) 25%) 0 0 / 20px 20px,
        linear-gradient(45deg, transparent 25%, rgba(rgb(180,167,179), 0.03) 25%) 0 0 / 20px 20px;
}header::after {
    transition: transform 0.5s ease;
    transform: scaleX(0.7);
    content: '';
    background: linear-gradient(to right, 
        rgb(180,167,179), 
        rgb(164,127,158), 
        rgb(180,167,179)
    );
    width: 100%;
    height: 5px;
    position: absolute;
    left: 0;
    bottom: 0;
    transform-origin: center;
}header:hover::after {
    transform: scaleX(1);
}header .header_site {
    justify-content: space-between;
    padding: 1.3rem 2.5rem;
    display: flex;
    z-index: 5;
    align-items: center;
    position: relative;
}header .header_base {
    flex: 0 0 auto;
    perspective: 800px;
    margin-right: 2rem;
    position: relative;
}header .header_page {
    display: block;
    transform-style: preserve-3d;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
}header .header_page:hover {
    transform: rotateY(10deg) rotateX(5deg);
}header .header_page::before {
    transform: translateZ(-10px);
    position: absolute;
    background: rgb(180,167,179);
    height: 100%;
    width: 100%;
    opacity: 0.1;
    filter: blur(10px);
    left: 0;
    top: 0;
    content: '';
}header .header_page img {
    transform: translateZ(20px);
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.2));
    max-height: 40px;
}header .site_top {
    transform-style: preserve-3d;
    position: relative;
    perspective: 1000px;
    margin: 0;
    list-style: none;
    padding: 0;
    display: flex;
}header .site_top::before {
    top: 100%;
    position: absolute;
    width: 100%;
    left: 0;
    height: 10px;
    transform: rotateX(90deg);
    content: '';
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.05));
    transform-origin: top;
}header .site_header {
    margin: 0 0.3rem;
    transform-style: preserve-3d;
    position: relative;
}header .site_header a {
    padding: 0.7rem 1.2rem;
    border-radius: 10px;
    color: #000000;
    transition: all 0.4s ease;
    background: #ffffff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    justify-content: center;
    text-decoration: none;
    align-items: center;
    position: relative;
    font-weight: 600;
    font-size: 13px;
    display: flex;
    transform-style: preserve-3d;
    transform: translateZ(0);
}header .site_header a::before {
    transform: translateZ(-5px);
    transition: opacity 0.4s ease;
    top: 0;
    content: '';
    height: 100%;
    border-radius: 10px;
    position: absolute;
    width: 100%;
    background: linear-gradient(135deg, 
        rgb(180,167,179,0.5) 0%, 
        rgb(164,127,158,0.5) 100%
    );
    left: 0;
    opacity: 0;
}header .site_header a:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateZ(15px);
    color: #ffffff;
}header .site_header a:hover::before {
    opacity: 1;
}header .site_header a::after {
    left: 5px;
    bottom: -5px;
    content: '';
    right: 5px;
    transform: translateZ(-10px);
    height: 5px;
    background: rgb(180,167,179);
    opacity: 0;
    transition: all 0.4s ease;
    position: absolute;
}header .site_header a:hover::after {
    bottom: -8px;
    opacity: 0.3;
}header .header_site::before {
    height: 1px;
    background: linear-gradient(to right, 
        transparent, 
        rgb(180,167,179), 
        transparent
    );
    left: 35%;
    top: 0;
    content: '';
    width: 30%;
    position: absolute;
}.head_master {
    position: relative;
    z-index: 1;
    padding-top: 2rem;
    background: #ffffff;
}

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
}

@media (min-width: 1400px) {header .header_site {
    margin: 0 auto;
    max-width: 1320px;
}header .site_header {
    margin: 0 0.5rem;
}header .site_header a {
    padding: 0.7rem 1.5rem;
}
}

@media (max-width: 991px) {header .header_site {
    padding: 1rem 2rem;
    flex-wrap: wrap;
}header .header_base {
    margin-bottom: 0;
    margin-right: 0;
}header .site_top {
    flex-basis: 100%;
    margin-top: 1rem;
    justify-content: flex-end;
}header .site_header a {
    padding: 0.6rem 1rem;
    font-size: calc(13px - 1px);
}
}

@media (max-width: 767px) {header {
    padding: 0;
}header .header_site {
    padding: 0.8rem 1.5rem;
}header .header_base {
    max-width: 140px;
}header .header_page img {
    max-height: 35px;
}header .site_top {
    justify-content: flex-start;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    margin-top: 0.8rem;
    scrollbar-width: thin;
    padding-bottom: 0.5rem;
}header .site_top::-webkit-scrollbar {
    height: 3px;
}header .site_top::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(180,167,179,0.5);
}header .site_header {
    flex: 0 0 auto;
    margin: 0 0.2rem;
}header .site_header a {
    font-size: calc(13px - 2px);
    white-space: nowrap;
    padding: 0.5rem 0.8rem;
}
}

@media (max-width: 479px) {header .header_site {
    padding: 0.7rem 1.2rem;
}header .header_base {
    max-width: 120px;
}header .site_header a {
    font-size: calc(13px - 3px);
    padding: 0.4rem 0.6rem;
}header::after {
    height: 3px;
}
}

@supports not (transform-style: preserve-3d) {header .header_page:hover {
    transform: translateY(-3px);
}header .site_header a:hover {
    transform: translateY(-3px);
}}.course_offering {
    padding: 120px 0;
    overflow: hidden;
    background: rgb(221,219,221);
    position: relative;
}.course_offering::before {
    z-index: 0;
    top: -100px;
    filter: blur(120px);
    left: -100px;
    content: "";
    animation: floatEffect 15s infinite alternate ease-in-out;
    background: rgb(180,167,179,0.5);
    height: 300px;
    opacity: 0.4;
    position: absolute;
    width: 300px;
}.course_offering::after {
    filter: blur(150px);
    animation: floatEffect 18s infinite alternate-reverse ease-in-out;
    width: 350px;
    right: -100px;
    bottom: -100px;
    z-index: 0;
    content: "";
    opacity: 0.3;
    background: rgb(164,127,158,0.5);
    position: absolute;
    height: 350px;
}.course_offering .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 1;
}.course_offering .learn_more {
    background: #ffffff;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    flex-direction: column;
    overflow: hidden;
    display: flex;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.05),
                -20px -20px 60px rgba(255, 255, 255, 0.8);
}.course_offering .learn_more:hover {
    transform: translateY(-10px);
    box-shadow: 25px 25px 70px rgba(0, 0, 0, 0.08),
                -25px -25px 70px rgba(255, 255, 255, 0.9);
}.course_offering .img_caption {
    position: relative;
    width: 100%;
    height: 280px;
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}.course_offering .img_caption::after {
    transition: opacity 0.5s ease;
    position: absolute;
    opacity: 0.7;
    content: "";
    background: linear-gradient(
        135deg,
        rgb(180,167,179,0.5) 0%,
        transparent 100%
    );
    inset: 0;
}.course_offering .learn_more:hover .img_caption {
    transform: scale(1.05);
}.course_offering .learn_more:hover .img_caption::after {
    opacity: 0.5;
}.course_offering .text_element {
    margin: 0 15px;
    background: #ffffff;
    padding: 40px;
    position: relative;
    transform: translateY(-30px);
    box-shadow: 0 -15px 30px rgba(0, 0, 0, 0.05);
}.course_offering .text_element::before {
    left: 20px;
    width: 40px;
    position: absolute;
    height: 4px;
    background: rgb(180,167,179);
    top: -8px;
    content: "";
}.course_offering .text_element h3 {
    font-size: calc(22px * 1.05);
    animation: slideIn 0.7s 0.2s forwards cubic-bezier(0.19, 1, 0.22, 1);
    font-weight: 700;
    font-family: Arial, sans-serif;
    position: relative;
    transform: translateX(-10px);
    color: #000000;
    margin-bottom: 25px;
    opacity: 0;
    line-height: 1.4;
}.course_offering .text_element p.description {
    position: relative;
    margin-bottom: 20px;
    font-weight: 400;
    opacity: 0;
    font-family: Arial, sans-serif;
    line-height: 1.7;
    padding-right: 15px;
    animation: fadeUp 0.7s 0.4s forwards cubic-bezier(0.19, 1, 0.22, 1);
    overflow-y: auto;
    max-height: 200px;
    transform: translateY(10px);
    color: #000000;
    font-size: 12px;
}.course_offering .text_element p.description::-webkit-scrollbar {
    width: 4px;
}.course_offering .text_element p.description::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
}.course_offering .text_element p.description::-webkit-scrollbar-thumb {
    transition: background 0.3s ease;
    background: rgb(180,167,179,0.5);
}.course_offering .text_element p.description::-webkit-scrollbar-thumb:hover {
    background: rgb(180,167,179);
}.course_offering .text_element span.description {
    display: none;
}.course_offering .text_element div {
    position: relative;
}.course_offering .text_element div::after {
    background: linear-gradient(to top, #ffffff 0%, transparent 100%);
    content: "";
    left: 0;
    height: 50px;
    pointer-events: none;
    width: 100%;
    position: absolute;
    bottom: 0;
}

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

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

@keyframes floatEffect {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(40px, 40px);
    }
}

@media (min-width: 768px) {.course_offering .learn_more {
    flex-direction: row;
    max-height: 500px;
    align-items: stretch;
}.course_offering .img_caption {
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
    flex: 0 0 45%;
    height: auto;
}.course_offering .text_element {
    display: flex;
    justify-content: center;
    transform: translateY(0) translateX(-30px);
    flex: 0 0 55%;
    margin: 30px 30px 30px 0;
    flex-direction: column;
}.course_offering .text_element::before {
    width: 4px;
    left: -8px;
    height: 40px;
    top: 20px;
}.course_offering .text_element h3 {
    font-size: 22px;
}.course_offering .text_element p.description {
    max-height: 330px;
}
}

@media (min-width: 992px) {.course_offering .learn_more {
    max-height: 450px;
}.course_offering .img_caption {
    flex: 0 0 40%;
}.course_offering .text_element {
    flex: 0 0 60%;
    padding: 50px;
}.course_offering .text_element h3 {
    margin-bottom: 30px;
    font-size: calc(22px * 1.1);
}.course_offering .text_element p.description {
    line-height: 1.8;
    max-height: 250px;
}
}

@media (min-width: 1200px) {.course_offering {
    padding: 150px 0;
}.course_offering .learn_more {
    max-height: 480px;
}.course_offering .img_caption {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
}.course_offering .text_element {
    padding: 60px;
}.course_offering .text_element h3 {
    font-size: calc(22px * 1.2);
    margin-bottom: 35px;
}.course_offering .text_element p.description {
    max-height: 280px;
}
}

@media (max-width: 767px) {.course_offering {
    padding: 80px 0;
}.course_offering .text_element {
    padding: 30px 25px;
}.course_offering .text_element h3 {
    font-size: calc(18px * 1.2);
    margin-bottom: 20px;
}.course_offering .text_element p.description {
    line-height: 1.6;
    max-height: 180px;
    font-size: calc(12px * 0.95);
}}.plan_deck {
    background: linear-gradient(135deg, rgb(221,219,221) 0%, #ffffff 100%);
    position: relative;
    padding: 6rem 0;
    overflow: hidden;
}.plan_deck::before {
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1;
    background: linear-gradient(45deg, rgb(180,167,179,0.5) 0%, transparent 40%);
    height: 100%;
    width: 100%;
}.plan_deck .container {
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
    z-index: 2;
}.plan_deck .plan_pricing {
    flex-direction: column;
    display: flex;
}.plan_deck .study_cost {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    order: 1;
    margin-bottom: 3rem;
    max-width: 800px;
}.plan_deck .study_cost h2 {
    color: #000000;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 1rem;
    position: relative;
    display: inline-block;
}.plan_deck .study_cost h2::after {
    bottom: -10px;
    transform: translateX(-50%);
    left: 50%;
    background: rgb(180,167,179);
    content: "";
    width: 80px;
    position: absolute;
    height: 3px;
}.plan_deck .plan_fees {
    word-break: break-word;
    margin: 0 auto;
    color: #000000;
    font-size: 18px;
    overflow-wrap: break-word;
    line-height: 1.6;
    max-width: 600px;
}.plan_deck .cost_options {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    margin-top: 2rem;
    order: 2;
}.plan_deck .package_pricing {
    height: 100%;
    text-decoration: none;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    display: block;
    background: #ffffff;
    overflow: hidden;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.5s ease;
    border-radius: 10px;
}.plan_deck .package_pricing:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}.plan_deck .monthly_plan {
    flex-direction: column;
    height: 100%;
    display: flex;
}.plan_deck .price_opts {
    padding: 2rem;
    overflow-wrap: break-word;
    flex-direction: column;
    display: flex;
    z-index: 1;
    flex-grow: 1;
    position: relative;
    word-break: break-word;
}.plan_deck .price_opts::before {
    height: 100%;
    z-index: -1;
    opacity: 0.7;
    position: absolute;
    width: 100%;
    content: "";
    left: 0;
    top: 0;
    background: linear-gradient(135deg, transparent 0%, #ffffff 100%);
}.plan_deck .price_opts h3 {
    padding-bottom: 0.5rem;
    font-weight: 700;
    color: #000000;
    margin-bottom: 1.5rem;
    font-size: calc(23px * 1.2);
    position: relative;
}.plan_deck .price_opts h3::after {
    content: "";
    width: 40px;
    height: 2px;
    background: rgb(164,127,158);
    bottom: 0;
    transition: width 0.3s ease;
    position: absolute;
    left: 0;
}.plan_deck .package_pricing:hover .price_opts h3::after {
    width: 80px;
}.plan_deck .discount_price {
    display: inline-block;
    font-weight: 700;
    color: rgb(180,167,179);
    position: relative;
    margin-bottom: 1.5rem;
    font-size: calc(23px * 1.5);
}.plan_deck .discount_price::before {
    bottom: -5px;
    transition: width 0.3s ease;
    left: 0;
    width: 0;
    background: rgb(180,167,179);
    content: "";
    position: absolute;
    height: 2px;
}.plan_deck .package_pricing:hover .discount_price::before {
    width: 100%;
}.plan_deck .price_opts p {
    font-size: 18px;
    overflow-wrap: break-word;
    line-height: 1.6;
    color: #000000;
    word-break: break-word;
    margin-top: auto;
}.plan_deck .img_caption {
    position: relative;
    transition: transform 0.5s ease;
    height: 200px;
    overflow: hidden;
}.plan_deck .img_caption::after {
    width: 100%;
    height: 100%;
    content: "";
    left: 0;
    background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.4) 100%);
    top: 0;
    position: absolute;
}.plan_deck .package_pricing:hover .img_caption {
    transform: scale(1.05);
}.plan_deck .package_pricing:nth-child(odd) .monthly_plan {
    flex-direction: column-reverse;
}.plan_deck .package_pricing:nth-child(3n+1) {
    border-top: 3px solid rgb(180,167,179);
}.plan_deck .package_pricing:nth-child(3n+2) {
    border-top: 3px solid rgb(164,127,158);
}.plan_deck .package_pricing:nth-child(3n+3) {
    border-top: 3px solid #000000;
}

@media (min-width: 768px) {.plan_deck .plan_pricing {
    align-items: center;
    flex-direction: row;
    gap: 4rem;
}.plan_deck .study_cost {
    flex: 0 0 30%;
    margin-bottom: 0;
    order: 2;
    text-align: left;
}.plan_deck .study_cost h2 {
    text-align: left;
}.plan_deck .study_cost h2::after {
    transform: none;
    left: 0;
}.plan_deck .plan_fees {
    margin: 0;
    text-align: left;
}.plan_deck .cost_options {
    flex: 0 0 65%;
    grid-template-columns: repeat(2, 1fr);
    order: 1;
}
}

@media (min-width: 992px) {.plan_deck .cost_options {
    grid-template-columns: repeat(2, 1fr);
}.plan_deck .package_pricing:nth-child(4n+1) {
    transform: translateY(20px);
}.plan_deck .package_pricing:nth-child(4n+3) {
    transform: translateY(-20px);
}.plan_deck .package_pricing:hover {
    transform: translateY(0) scale(1.02);
}
}

@media (max-width: 767px) {.plan_deck {
    padding: 4rem 0;
}.plan_deck .price_opts {
    padding: 1.5rem;
}.plan_deck .price_opts h3 {
    font-size: 23px;
}.plan_deck .discount_price {
    font-size: 23px;
}.plan_deck .price_opts p {
    font-size: calc(18px * 0.9);
    overflow-y: auto;
    max-height: 150px;
    line-height: 1.5;
}.plan_deck .img_caption {
    height: 150px;
}
}

@media (max-width: 480px) {.plan_deck .cost_options {
    grid-template-columns: 1fr;
}.plan_deck .study_cost h2 {
    font-size: calc(28px * 0.8);
}.plan_deck .plan_fees {
    font-size: calc(18px * 0.9);
}.plan_deck .price_opts p {
    max-height: 120px;
}}.contact_form_section {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(221,219,221) 0%, rgba(16, 22, 47, 0.95) 100%);
    padding: 120px 0;
    position: relative;
}.contact_form_section::before {
    background: 
        linear-gradient(90deg, transparent 0%, rgba(rgb(180,167,179), 0.03) 50%, transparent 100%),
        linear-gradient(180deg, transparent 0%, rgba(rgb(164,127,158), 0.04) 50%, transparent 100%);
    top: 0;
    width: 100%;
    left: 0;
    content: "";
    animation: gridMove 20s linear infinite;
    position: absolute;
    height: 100%;
    background-size: 20px 20px, 20px 20px;
}.contact_form_section::after {
    content: "";
    height: 100%;
    top: 0;
    background: radial-gradient(
        circle at 20% 30%, 
        rgba(rgb(180,167,179), 0.15) 0%, 
        transparent 50%
    ), radial-gradient(
        circle at 80% 70%, 
        rgba(rgb(164,127,158), 0.15) 0%, 
        transparent 50%
    );
    opacity: 0.6;
    left: 0;
    position: absolute;
    z-index: 0;
    width: 100%;
}@keyframes gridMove {
    0% {
        background-position: 0 0, 0 0;
    }
    100% {
        background-position: 40px 0, 0 40px;
    }
}

.contact_form_section .container {
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
}.contact_form_section h2 {
    text-align: center;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    font-family: Arial, sans-serif;
    color: #ffffff;
    position: relative;
    font-size: 34px;
}.contact_form_section h2::after {
    transform: translateX(-50%);
    bottom: -15px;
    width: 80px;
    position: absolute;
    height: 3px;
    border-radius: 1.5px;
    left: 50%;
    content: "";
    background: linear-gradient(90deg, rgb(180,167,179), rgb(164,127,158));
}.contact_form_section .request_feedback {
    grid-template-columns: 1fr 1fr;
    display: grid;
    margin-top: 60px;
    gap: 30px;
    position: relative;
}.contact_form_section .request_feedback::before {
    height: 100%;
    top: -8px;
    position: absolute;
    content: "";
    width: 100%;
    left: -8px;
    z-index: -1;
    border-radius: 28px;
    border: 1px solid rgba(rgb(180,167,179), 0.2);
}.contact_form_section .request_feedback::after {
    z-index: -1;
    width: 100%;
    position: absolute;
    bottom: -8px;
    height: 100%;
    border: 1px solid rgba(rgb(164,127,158), 0.2);
    border-radius: 28px;
    content: "";
    right: -8px;
}.contact_form_section .img_caption {
    overflow: hidden;
    height: 100%;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    min-height: 550px;
    position: relative;
    border-radius: 28px;
}.contact_form_section .img_caption::before {
    z-index: 1;
    background: linear-gradient(to bottom, transparent 40%, rgba(0, 0, 0, 0.6));
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
    position: absolute;
    left: 0;
}.contact_form_section .img_caption::after {
    border-top: 2px solid rgba(rgb(180,167,179), 0.6);
    z-index: 2;
    content: "";
    top: 20px;
    border-right: 2px solid rgba(rgb(180,167,179), 0.6);
    height: 60px;
    position: absolute;
    right: 20px;
    width: 60px;
}.contact_form_section .inquiry_help {
    border-radius: 28px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    padding: 50px;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.03);
}.contact_form_section .inquiry_help::before {
    border-left: 2px solid rgba(rgb(164,127,158), 0.6);
    position: absolute;
    border-bottom: 2px solid rgba(rgb(164,127,158), 0.6);
    left: 20px;
    bottom: 20px;
    content: "";
    width: 60px;
    height: 60px;
}.contact_form_section form {
    width: 100%;
}.contact_form_section form h3 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 30px;
    font-family: Arial, sans-serif;
    padding-left: 20px;
    position: relative;
    color: #ffffff;
}.contact_form_section form h3::before {
    position: absolute;
    top: 0;
    width: 3px;
    content: "";
    height: 100%;
    left: 0;
    background: rgb(180,167,179);
    border-radius: 10px;
}.contact_form_section form input[type="text"] {
    margin-bottom: 25px;
    transition: all 0.3s ease;
    padding: 18px 25px;
    width: 100%;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 16px;
    font-family: Arial, sans-serif;
    color: #ffffff;
}.contact_form_section form input[type="text"]:focus {
    outline: none;
    box-shadow: 0 0 15px rgba(rgb(180,167,179), 0.2);
    border-color: rgb(180,167,179);
    background: rgba(255, 255, 255, 0.08);
}.contact_form_section form input[type="text"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}.contact_form_section .support_block {
    margin-bottom: 30px;
    display: flex;
    align-items: flex-start;
}.contact_form_section .support_block input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.contact_form_section .support_block label {
    padding-left: 35px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.5;
    position: relative;
    font-size: 12px;
    cursor: pointer;
}.contact_form_section .support_block label::before {
    transition: all 0.3s ease;
    position: absolute;
    left: 0;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.05);
    top: 2px;
    height: 22px;
    width: 22px;
    content: "";
    border: 1px solid rgba(255, 255, 255, 0.1);
}.contact_form_section .support_block input[type="checkbox"]:checked + label::before {
    background: rgb(180,167,179);
    border-color: rgb(180,167,179);
}.contact_form_section .support_block input[type="checkbox"]:checked + label::after {
    width: 6px;
    content: "";
    top: 6px;
    transform: rotate(45deg);
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    left: 8px;
    position: absolute;
    height: 10px;
}.contact_form_section .support_block label a {
    text-decoration: none;
    position: relative;
    color: rgb(180,167,179);
    transition: all 0.3s ease;
    font-weight: 600;
}.contact_form_section .support_block label a:hover {
    color: rgb(164,127,158);
}.contact_form_section form .query_message {
    padding: 16px 40px;
    font-weight: 600;
    transition: all 0.4s ease;
    font-size: 16px;
    z-index: 1;
    background: linear-gradient(45deg, rgb(180,167,179), rgb(164,127,158));
    display: inline-block;
    cursor: pointer;
    border: none;
    overflow: hidden;
    border-radius: 10px;
    color: #ffffff;
    font-family: Arial, sans-serif;
    position: relative;
}.contact_form_section form .query_message::before {
    background: linear-gradient(45deg, rgb(164,127,158), rgb(180,167,179));
    width: 100%;
    left: -100%;
    height: 100%;
    position: absolute;
    transition: all 0.4s ease;
    z-index: -1;
    top: 0;
    content: "";
}.contact_form_section form .query_message:hover::before {
    left: 0;
}.contact_form_section form .query_message:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    transform: translateY(-3px);
}.contact_form_section svg {
    width: 22px;
    fill: rgb(180,167,179);
    height: 22px;
}.contact_form_section svg path {
    fill: rgb(180,167,179);
    transition: fill 0.3s ease;
}

@media screen and (max-width: 991px) {.contact_form_section {
    padding: 90px 0;
}.contact_form_section .request_feedback {
    grid-template-columns: 1fr;
    gap: 40px;
}.contact_form_section .img_caption {
    min-height: 400px;
}.contact_form_section .inquiry_help {
    padding: 40px 30px;
}
}

@media screen and (max-width: 767px) {.contact_form_section {
    padding: 70px 0;
}.contact_form_section h2 {
    font-size: calc(34px * 0.9);
}.contact_form_section .img_caption {
    min-height: 350px;
}.contact_form_section .img_caption::after,
    .contact_form_section .inquiry_help::before {
    height: 40px;
    width: 40px;
}
}

@media screen and (max-width: 576px) {.contact_form_section {
    padding: 50px 0;
}.contact_form_section h2 {
    font-size: calc(34px * 0.8);
}.contact_form_section .request_feedback {
    margin-top: 40px;
}.contact_form_section .img_caption {
    min-height: 250px;
}.contact_form_section .inquiry_help {
    padding: 30px 20px;
}.contact_form_section form h3 {
    margin-bottom: 25px;
    font-size: calc(20px * 0.9);
}.contact_form_section form input[type="text"] {
    margin-bottom: 20px;
    padding: 15px 20px;
}.contact_form_section form .query_message {
    width: 100%;
    padding: 15px 20px;
}}.secure_shell {
    height: 100%;
    background-color: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 100%;
    padding: 30px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.5);
}.secure_shell h1 {
    font-size: 47px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    text-align: center;
    font-weight: 700;
    border-bottom: 2px solid rgb(180,167,179);
    color: rgb(180,167,179);
    margin-top: 30px;
    font-family: Arial, sans-serif;
}.secure_shell h2 {
    padding-bottom: 5px;
    color: rgb(164,127,158);
    border-bottom: 1px solid rgb(164,127,158);
    margin-top: 25px;
    font-weight: 600;
    font-family: Arial, sans-serif;
    margin-bottom: 15px;
    text-align: left;
    font-size: 29px;
}.secure_shell h3, .secure_shell h4, .secure_shell h5, .secure_shell h6 {
    font-size: 22px;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #000000;
    font-weight: 400;
    font-family: Arial, sans-serif;
}.secure_shell ul, .secure_shell ol {
    padding-left: 0;
    padding: 10px 0;
    list-style-position: inside;
    font-family: Arial, sans-serif;
    font-size: 17px;
    color: #000000;
    list-style: none;
}.secure_shell li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 20px;
}.secure_shell li::before {
    line-height: 1em;
    position: absolute;
    font-size: 1.2em;
    left: 0;
    content: "•";
    color: rgb(180,167,179);
    top: 0;
}.secure_shell section {
    background: none;
}.secure_shell p, .secure_shell span, .secure_shell div {
    margin-bottom: 15px;
    font-family: Arial, sans-serif;
    color: #000000;
    line-height: 1.5;
    font-size: 17px;
}

@media only screen and (max-width: 800px) {.secure_shell {
    padding: 20px 10px;
}.secure_shell h1 {
    margin-top: 20px;
    font-size: calc(22px - 4px);
    margin-bottom: 15px;
}.secure_shell h2 {
    margin-bottom: 10px;
    font-size: calc(22px - 4px);
    margin-top: 20px;
}.secure_shell ul, .secure_shell ol {
    padding-left: 10px;
}.secure_shell li {
    padding-left: 15px;
}}.who_we_are {
    z-index: 1;
    position: relative;
    overflow: hidden;
    padding: 100px 0;
}.who_we_are::before {
    content: "";
    top: 0;
    position: absolute;
    z-index: -1;
    width: 100%;
    backdrop-filter: blur(5px);
    background: linear-gradient(135deg, 
        rgb(180,167,179,0.5) 0%, 
        rgba(255, 255, 255, 0.85) 55%, 
        rgb(164,127,158,0.5) 100%);
    left: 0;
    height: 100%;
}.who_we_are .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 2;
    position: relative;
}.who_we_are .text_element {
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
    background: linear-gradient(to right bottom, 
        rgba(255, 255, 255, 0.9), 
        rgba(255, 255, 255, 0.7));
    box-shadow: 
        20px 20px 40px rgba(0, 0, 0, 0.1),
        -10px -10px 30px rgba(255, 255, 255, 0.8),
        inset 5px 5px 10px rgba(255, 255, 255, 0.5),
        inset -5px -5px 15px rgba(0, 0, 0, 0.05);
    padding: 40px;
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}.who_we_are .text_element:hover {
    transform: perspective(1000px) rotateX(0deg);
    box-shadow: 
        25px 25px 50px rgba(0, 0, 0, 0.15),
        -15px -15px 35px rgba(255, 255, 255, 0.9),
        inset 3px 3px 8px rgba(255, 255, 255, 0.6),
        inset -3px -3px 8px rgba(0, 0, 0, 0.03);
}.who_we_are h1 {
    color: rgb(180,167,179);
    transform: translateZ(30px);
    font-weight: 700;
    transition: transform 0.4s ease-out;
    margin-bottom: 30px;
    font-size: 44px;
    position: relative;
    display: inline-block;
}.who_we_are h1::after {
    content: "";
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: scaleX(1);
    background: linear-gradient(90deg, rgb(180,167,179), transparent);
    bottom: -10px;
    transform-origin: left;
    width: 60%;
    position: absolute;
    left: 0;
    height: 4px;
}.who_we_are .text_element:hover h1::after {
    transform: scaleX(1.5);
}.who_we_are ul {
    padding: 0;
    margin: 0;
    list-style: none;
}.who_we_are li {
    margin-bottom: 15px;
    transform: translateY(20px);
    animation: fadeIn 0.8s ease-out forwards;
    opacity: 0;
}.who_we_are li:nth-child(1) {
    animation-delay: 0.3s;
}.who_we_are li:nth-child(2) {
    animation-delay: 0.5s;
}.who_we_are h4 {
    font-size: calc(23px * 1.2);
    color: rgb(164,127,158);
    padding-left: 15px;
    font-weight: 600;
    margin-bottom: 15px;
    display: inline-block;
    position: relative;
}.who_we_are h4::before {
    left: 0;
    background: rgb(180,167,179);
    content: "";
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1),
                -2px -2px 4px rgba(255, 255, 255, 0.8);
    transform: translateY(-50%) rotate(45deg);
    position: absolute;
    top: 50%;
    height: 8px;
    width: 8px;
}.who_we_are span {
    font-weight: 400;
    column-gap: 40px;
    display: block;
    line-height: 1.7;
    text-align: justify;
    column-count: 2;
    color: #000000;
    padding: 5px 0;
    position: relative;
    font-size: 16px;
}.who_we_are span::first-letter {
    font-size: 1.5em;
    color: rgb(180,167,179);
    font-weight: 700;
}

@media (max-width: 992px) {.who_we_are {
    padding: 80px 0;
}.who_we_are .text_element {
    padding: 30px;
    transform: perspective(800px) rotateX(1deg);
}.who_we_are h1 {
    font-size: calc(44px * 0.9);
}.who_we_are span {
    column-count: 1;
}
}

@media (max-width: 768px) {.who_we_are {
    padding: 60px 0;
}.who_we_are .text_element {
    box-shadow: 
            15px 15px 30px rgba(0, 0, 0, 0.1),
            -8px -8px 20px rgba(255, 255, 255, 0.8),
            inset 3px 3px 8px rgba(255, 255, 255, 0.5),
            inset -3px -3px 10px rgba(0, 0, 0, 0.05);
    padding: 25px;
    transform: perspective(600px) rotateX(0.5deg);
}.who_we_are h1 {
    font-size: calc(44px * 0.8);
    margin-bottom: 20px;
}.who_we_are h4 {
    font-size: 23px;
}.who_we_are span {
    font-size: calc(16px * 0.95);
    line-height: 1.6;
}
}

@media (max-width: 576px) {.who_we_are {
    padding: 40px 0;
}.who_we_are .text_element {
    padding: 20px;
    transform: none;
    box-shadow: 
            10px 10px 20px rgba(0, 0, 0, 0.1),
            -5px -5px 15px rgba(255, 255, 255, 0.8),
            inset 2px 2px 5px rgba(255, 255, 255, 0.5),
            inset -2px -2px 5px rgba(0, 0, 0, 0.05);
}.who_we_are h1 {
    font-size: calc(44px * 0.7);
    margin-bottom: 15px;
}.who_we_are h1::after {
    height: 3px;
}.who_we_are h4 {
    font-size: calc(23px * 0.9);
    margin-bottom: 10px;
}.who_we_are span {
    font-size: calc(16px * 0.9);
    line-height: 1.5;
}}

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}.tyPanel {
    position: relative;
    background: linear-gradient(135deg, rgb(221,219,221) 0%, rgb(164,127,158,0.5) 100%);
    overflow: hidden;
    padding: 120px 0;
}.tyPanel::before {
    z-index: 1;
    width: 100%;
    background: 
    radial-gradient(circle at 10% 20%, rgb(180,167,179,0.5) 5%, transparent 60%),
    radial-gradient(circle at 90% 80%, rgb(164,127,158,0.5) 10%, transparent 50%);
    height: 100%;
    position: absolute;
    left: 0;
    content: "";
    top: 0;
    pointer-events: none;
    opacity: 0.4;
}.tyPanel::after {
    right: -50%;
    top: -50%;
    position: absolute;
    filter: blur(80px);
    content: "";
    z-index: 1;
    pointer-events: none;
    height: 90%;
    width: 90%;
    background: rgb(255, 255, 255, 0.5);
    opacity: 0.08;
    transform: rotate(-15deg);
}.tyPanel .container {
    max-width: 1200px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
}.tyPanel .community_team {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
              0 5px 12px rgba(0, 0, 0, 0.05);
    position: relative;
    backdrop-filter: blur(10px);
    border-left: 4px solid rgb(180,167,179);
    padding: 60px 50px;
    animation: slideIn 0.8s cubic-bezier(0.17, 0.67, 0.45, 1.09) forwards;
    transform: perspective(1000px) rotateX(2deg);
    background: #ffffff;
}.tyPanel .community_team::before {
    pointer-events: none;
    content: "";
    border: 1px solid rgb(164,127,158,0.5);
    position: absolute;
    opacity: 0.2;
    transform: scale(0.97);
    transition: transform 0.5s ease;
    bottom: 20px;
    right: 20px;
    left: 20px;
    border-radius: 10px;
    top: 20px;
}.tyPanel .community_team:hover::before {
    transform: scale(1);
}.tyPanel .community_team > div:first-child {
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 25px;
}.tyPanel .community_team > div:first-child::after {
    left: 0;
    position: absolute;
    bottom: 0;
    content: "";
    animation: lineExpand 1s ease-out 0.3s forwards;
    transform-origin: left center;
    background: linear-gradient(90deg, rgb(180,167,179) 0%, rgb(164,127,158) 100%);
    width: 80px;
    height: 3px;
}.tyPanel h5 {
    line-height: 1.4;
    transform: translateY(15px);
    font-size: 24px;
    color: #000000;
    animation: fadeUp 0.7s ease-out 0.2s forwards;
    opacity: 0;
    margin: 0;
    font-weight: 700;
}.tyPanel p {
    color: #000000;
    transform: translateY(15px);
    font-size: 17px;
    line-height: 1.8;
    font-weight: 400;
    animation: fadeUp 0.7s ease-out 0.4s forwards;
    opacity: 0;
    margin: 0;
}.tyPanel a {
    position: relative;
    text-decoration: none;
    transition: transform 0.4s cubic-bezier(0.17, 0.67, 0.45, 1.09);
    color: inherit;
    display: block;
}.tyPanel a:hover {
    transform: translateY(-5px);
}.tyPanel a::after {
    left: 0;
    width: 100%;
    bottom: -8px;
    height: 1px;
    transform-origin: left;
    transform: scaleX(0.3);
    transition: transform 0.5s ease, opacity 0.5s ease;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, rgb(180,167,179,0.5) 0%, transparent 100%);
    opacity: 0;
}.tyPanel a:hover::after {
    transform: scaleX(1);
    opacity: 1;
}

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

@keyframes lineExpand {
  0% {
    transform: scaleX(0.1);
  }
  100% {
    transform: scaleX(1);
  }
}

@keyframes slideIn {
  0% {
    transform: perspective(1000px) translateY(50px) rotateX(8deg);
    opacity: 0;
  }
  100% {
    transform: perspective(1000px) translateY(0) rotateX(2deg);
    opacity: 1;
  }
}

@media (max-width: 992px) {.tyPanel {
    padding: 80px 0;
}.tyPanel .community_team {
    padding: 50px 40px;
}.tyPanel h5 {
    font-size: calc(24px - 2px);
}
}

@media (max-width: 768px) {.tyPanel {
    padding: 60px 0;
}.tyPanel .community_team {
    transform: perspective(1000px) rotateX(1deg);
    padding: 40px 30px;
}.tyPanel .community_team::before {
    left: 15px;
    bottom: 15px;
    right: 15px;
    top: 15px;
}.tyPanel .community_team > div:first-child {
    padding-bottom: 20px;
    margin-bottom: 25px;
}.tyPanel h5 {
    font-size: calc(24px - 4px);
}.tyPanel p {
    font-size: calc(17px - 1px);
    line-height: 1.7;
}
}

@media (max-width: 576px) {.tyPanel {
    padding: 50px 0;
}.tyPanel .community_team {
    border-left: 3px solid rgb(180,167,179);
    transform: none;
    padding: 30px 20px;
}.tyPanel .community_team::before {
    display: none;
}.tyPanel .community_team > div:first-child {
    padding-bottom: 15px;
    margin-bottom: 20px;
}.tyPanel .community_team > div:first-child::after {
    width: 60px;
    height: 2px;
}.tyPanel h5 {
    font-size: calc(24px - 6px);
}.tyPanel p {
    line-height: 1.6;
    font-size: calc(17px - 2px);
}}.leadership_profile {
    position: relative;
    background-color: rgb(221,219,221);
    overflow: hidden;
    padding: 4rem 0;
}.leadership_profile::before {
    width: 40%;
    position: absolute;
    z-index: 0;
    right: -5%;
    content: "";
    height: 40%;
    transform: rotate(15deg);
    opacity: 0.07;
    filter: blur(20px);
    top: -5%;
    background: linear-gradient(135deg, rgb(180,167,179,0.5), rgb(180,167,179));
}.leadership_profile::after {
    transform: rotate(-15deg);
    z-index: 0;
    filter: blur(20px);
    opacity: 0.07;
    left: -5%;
    bottom: -5%;
    width: 40%;
    height: 40%;
    position: absolute;
    background: linear-gradient(225deg, rgb(164,127,158), rgb(164,127,158,0.5));
    content: "";
}.leadership_profile .container {
    margin: 0 auto;
    position: relative;
    padding: 0 1.5rem;
    z-index: 2;
    max-width: 1200px;
}.leadership_profile .user_voices {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275),
                box-shadow 0.5s ease;
    border-left: 4px solid rgb(180,167,179);
    grid-template-columns: 1fr;
    position: relative;
    padding: 2.5rem;
    gap: 2rem;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05), 
                0 1px 4px rgba(0,0,0,0.03),
                0 20px 40px rgba(rgb(180,167,179,0.5), 0.04);
    display: grid;
    background: linear-gradient(165deg, rgba(255,255,255,0.95) 0%, rgba(255,255,255,0.85) 100%);
}.leadership_profile .user_voices:hover {
    box-shadow: 0 15px 35px rgba(0,0,0,0.08), 
                0 3px 8px rgba(0,0,0,0.05),
                0 25px 50px rgba(rgb(180,167,179,0.5), 0.06);
    transform: translateY(-5px);
}.leadership_profile .user_voices::before {
    width: 80px;
    border-radius: 10px;
    opacity: 0.05;
    z-index: -1;
    position: absolute;
    content: "";
    right: 1.5rem;
    transform: rotate(15deg);
    top: 1.5rem;
    height: 80px;
    background: rgb(180,167,179,0.5);
}.leadership_profile .user_voices > div:first-child {
    justify-self: center;
}.leadership_profile .img_caption {
    width: 170px;
    position: relative;
    overflow: hidden;
    border-radius: 2px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1),
                box-shadow 0.5s ease;
    transform: perspective(800px) rotateY(5deg);
    height: 170px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}.leadership_profile .user_voices:hover .img_caption {
    transform: perspective(800px) rotateY(-2deg) translateY(-5px);
    box-shadow: 15px 15px 30px rgba(0,0,0,0.15);
}.leadership_profile .img_caption::before {
    z-index: 1;
    position: absolute;
    content: "";
    inset: 0;
    background: linear-gradient(
        135deg,
        rgba(rgb(180,167,179,0.5), 0.2) 0%,
        transparent 40%,
        transparent 60%,
        rgba(rgb(164,127,158,0.5), 0.2) 100%
    );
}.leadership_profile .img_caption::after {
    left: -50%;
    background: linear-gradient(
        135deg,
        transparent 0%,
        rgba(255,255,255,0) 30%,
        rgba(255,255,255,0.2) 50%,
        rgba(255,255,255,0) 70%,
        transparent 100%
    );
    top: -50%;
    transition: transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
    height: 200%;
    width: 200%;
    opacity: 0;
    content: "";
    position: absolute;
    z-index: 2;
    transform: rotate(25deg);
}.leadership_profile .user_voices:hover .img_caption::after {
    transform: rotate(25deg) translate(50%, 50%);
    opacity: 1;
}.leadership_profile .name {
    color: #000000;
    position: relative;
    display: inline-block;
    font-weight: 700;
    font-size: 18px;
    margin: 0 0 0.75rem;
    letter-spacing: 0.03em;
}.leadership_profile .name::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    transform: scaleX(0.8);
    width: 2.5rem;
    height: 3px;
    background: linear-gradient(to right, rgb(180,167,179), rgb(180,167,179,0.5));
    transition: transform 0.35s ease;
    transform-origin: left center;
}.leadership_profile .user_voices:hover .name::after {
    transform: scaleX(1);
}.leadership_profile .user_voices > div:nth-child(2) > div {
    font-weight: 600;
    opacity: 0.85;
    letter-spacing: 0.02em;
    font-size: calc(17px * 0.95);
    color: rgba(0, 0, 0, 0.5);
    padding-left: 0.5rem;
    position: relative;
    margin-bottom: 1rem;
    transition: color 0.3s ease, opacity 0.3s ease;
}.leadership_profile .user_voices:hover > div:nth-child(2) > div {
    color: rgb(180,167,179);
    opacity: 1;
}.leadership_profile .user_voices > div:nth-child(2) > div::before {
    content: "";
    left: 0;
    opacity: 0.75;
    height: 0.8em;
    position: absolute;
    top: 0.4em;
    background-color: rgb(164,127,158);
    width: 3px;
    transition: height 0.3s ease, top 0.3s ease;
}.leadership_profile .user_voices:hover > div:nth-child(2) > div::before {
    top: 0.2em;
    height: 1.2em;
}.leadership_profile .experience_log {
    position: relative;
    margin: 0;
    transition: border-color 0.3s ease;
    font-size: 17px;
    line-height: 1.7;
    border-left: 2px solid rgba(rgb(180,167,179,0.5), 0.3);
    color: #000000;
    padding-left: 1rem;
}.leadership_profile .user_voices:hover .experience_log {
    border-left-color: rgb(180,167,179);
}.leadership_profile .experience_log::before {
    line-height: 1;
    opacity: 0.15;
    font-size: 4rem;
    position: absolute;
    color: rgb(180,167,179,0.5);
    content: "";
    top: -1.5rem;
    left: -0.5rem;
}

@media (min-width: 768px) {.leadership_profile {
    padding: 6rem 0;
}.leadership_profile .user_voices {
    gap: 2rem 3rem;
    grid-template-columns: auto 1fr;
    padding: 3rem;
    grid-template-rows: auto 1fr;
}.leadership_profile .user_voices > div:first-child {
    grid-row: 1 / 3;
    justify-self: start;
}.leadership_profile .img_caption {
    width: 220px;
    height: 280px;
}.leadership_profile .name {
    margin: 0 0 1rem;
    font-size: calc(18px * 1.1);
}.leadership_profile .experience_log {
    padding-left: 1.5rem;
    line-height: 1.75;
    font-size: calc(17px * 1.05);
}
}

@media (min-width: 992px) {.leadership_profile {
    padding: 8rem 0;
}.leadership_profile .user_voices {
    border-left-width: 6px;
    gap: 2.5rem 4rem;
    max-width: 90%;
    padding: 4rem;
    margin: 0 auto;
}.leadership_profile .img_caption {
    height: 320px;
    width: 240px;
}.leadership_profile .user_voices > div:nth-child(2) > div {
    font-size: calc(17px * 1);
}.leadership_profile .experience_log {
    font-size: calc(17px * 1.1);
    line-height: 1.8;
}
}

@media (max-width: 767px) {.leadership_profile .user_voices {
    padding: 2rem;
}.leadership_profile .img_caption {
    height: 140px;
    width: 140px;
    margin-bottom: 1rem;
}.leadership_profile .name {
    font-size: calc(18px * 0.95);
}.leadership_profile .user_voices > div:nth-child(2) > div {
    font-size: calc(17px * 0.9);
}.leadership_profile .experience_log {
    font-size: calc(17px * 0.95);
    line-height: 1.6;
    padding-left: 0.75rem;
}
}

@media (hover: none) {.leadership_profile .user_voices {
    transform: none !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05), 
                    0 1px 4px rgba(0,0,0,0.03),
                    0 20px 40px rgba(rgb(180,167,179,0.5), 0.04) !important;
}.leadership_profile .img_caption {
    transform: none !important;
}.leadership_profile .img_caption::after {
    display: none;
}.leadership_profile .name::after {
    transform: scaleX(1);
}}.greeting_page {
    position: relative;
    padding: 0;
    overflow: hidden;
    min-height: 100vh;
    font-family: Arial, sans-serif;
    margin: 0;
}.greeting_page .learn_lead {
    position: relative;
    align-items: center;
    width: 100%;
    height: 100vh;
    justify-content: flex-start;
    display: flex;
}.greeting_page .learn_lead::before {
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    animation: gradientShift 15s infinite alternate;
    top: 0;
    height: 100%;
    background: linear-gradient(
    135deg,
    rgb(180,167,179,0.5) 0%,
    rgba(30, 60, 114, 0.75) 50%,
    rgb(164,127,158,0.5) 100%
  );
    backdrop-filter: blur(5px);
    z-index: 1;
}.greeting_page .learn_lead::after {
    top: 0;
    height: 100%;
    content: "";
    background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(rgb(164,127,158), 0.2) 100%
  );
    right: 0;
    position: absolute;
    z-index: 2;
    clip-path: polygon(30% 0, 100% 0, 100% 100%, 0% 100%);
    width: 35%;
}.greeting_page .virtual_training {
    z-index: 3;
    position: relative;
    padding: calc(2rem + 3vw);
    max-width: 85%;
    animation: fadeInUp 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    margin-left: calc(1rem + 3vw);
    transform: translateY(-2vh);
}.greeting_page .virtual_training > div {
    overflow: hidden;
    position: relative;
}.greeting_page .virtual_training > div:nth-child(1) {
    animation: slideInLeft 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s forwards;
    opacity: 0;
    transform: translateX(-2rem);
    margin-bottom: 1.5rem;
}.greeting_page .virtual_training > div:nth-child(2) {
    opacity: 0;
    margin-bottom: 2rem;
    animation: slideInLeft 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s forwards;
    transform: translateX(-2rem);
}.greeting_page .virtual_training > div:nth-child(3) {
    opacity: 0;
    animation: slideInLeft 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.9s forwards;
    transform: translateX(-2rem);
}.greeting_page p {
    font-weight: 600;
    display: inline-block;
    transform: skewX(-5deg);
    color: #ffffff;
    letter-spacing: 0.05em;
    margin: 0;
    padding: 0.75rem 1.5rem;
    background: linear-gradient(90deg, rgb(180,167,179,0.5), transparent);
    font-size: calc(15px + 0.1rem);
    border-left: 3px solid rgb(164,127,158);
}.greeting_page .title_style_header {
    padding: 0.5rem 0;
    font-weight: 700;
    display: inline-block;
    color: #ffffff;
    line-height: 1.2;
    margin: 0;
    font-size: calc(41px * 1.2);
    position: relative;
}.greeting_page .title_style_header::after {
    width: 100%;
    background: linear-gradient(
    90deg,
    rgb(164,127,158) 0%,
    transparent 100%
  );
    content: "";
    position: absolute;
    height: 3px;
    transform-origin: left;
    transform: scaleX(0);
    left: 0;
    animation: lineGrow 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.2s forwards;
    bottom: 0;
}.greeting_page h3 {
    background: linear-gradient(
    90deg,
    rgba(rgb(180,167,179), 0.3),
    transparent
  );
    line-height: 1.5;
    margin: 0;
    border-radius: 0 10px 10px 0;
    color: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    max-width: 85%;
    font-weight: 400;
    font-size: calc(20px * 1.1);
    backdrop-filter: blur(5px);
    padding: 1rem 1.5rem;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes lineGrow {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}

@keyframes gradientShift {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@media (max-width: 1200px) {.greeting_page .virtual_training {
    max-width: 90%;
}.greeting_page .title_style_header {
    font-size: calc(41px * 1.1);
}.greeting_page h3 {
    max-width: 90%;
    font-size: 20px;
}
}

@media (max-width: 992px) {.greeting_page .virtual_training {
    padding: calc(1.5rem + 2vw);
    max-width: 95%;
}.greeting_page .title_style_header {
    font-size: 41px;
}.greeting_page h3 {
    max-width: 95%;
}.greeting_page .learn_lead::after {
    width: 25%;
}
}

@media (max-width: 768px) {.greeting_page .virtual_training {
    margin-left: calc(0.5rem + 2vw);
    padding: calc(1rem + 2vw);
}.greeting_page .title_style_header {
    font-size: calc(30px * 1.1);
}.greeting_page p {
    font-size: 15px;
}.greeting_page h3 {
    padding: 0.75rem 1rem;
    font-size: calc(20px * 1.1);
}.greeting_page .learn_lead::after {
    display: none;
}
}

@media (max-width: 576px) {.greeting_page .virtual_training {
    margin-left: 1rem;
    max-width: 100%;
    padding: 1rem;
}.greeting_page .title_style_header {
    font-size: 30px;
}.greeting_page p {
    padding: 0.5rem 1rem;
}.greeting_page h3 {
    padding: 0.5rem 0.75rem;
    font-size: 20px;
}}.client_experience {
    position: relative;
    background: linear-gradient(135deg, rgb(221,219,221) 0%, rgba(rgb(180,167,179,0.5), 0.05) 100%);
    overflow: hidden;
    padding: 120px 0;
}.client_experience::before {
    filter: blur(50px);
    right: -5%;
    height: 300px;
    opacity: 0.1;
    background: radial-gradient(circle, rgb(180,167,179) 0%, rgba(rgb(180,167,179,0.5), 0) 70%);
    top: -10%;
    width: 300px;
    content: "";
    z-index: 0;
    position: absolute;
    transform: rotate(-15deg);
}.client_experience::after {
    width: 250px;
    position: absolute;
    filter: blur(40px);
    left: -5%;
    height: 250px;
    opacity: 0.1;
    background: radial-gradient(circle, rgb(164,127,158) 0%, rgba(rgb(164,127,158,0.5), 0) 70%);
    bottom: -10%;
    z-index: 0;
    content: "";
}.client_experience .container {
    position: relative;
    z-index: 1;
}.client_experience h2 {
    line-height: 1.4;
    color: #000000;
    max-width: 800px;
    position: relative;
    margin-right: auto;
    font-weight: 700;
    text-align: center;
    margin-bottom: 60px;
    margin-left: auto;
    font-size: 34px;
}.client_experience h2::after {
    width: 80px;
    content: "";
    left: 50%;
    position: absolute;
    transform: translateX(-50%) skewX(-20deg);
    height: 4px;
    bottom: -20px;
    background: rgb(180,167,179);
}.client_experience .client_sentiments {
    margin: 0;
    list-style: none;
    gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    padding: 0;
    display: grid;
}.client_experience .user_voices {
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), 
                box-shadow 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    z-index: 1;
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 15px), 
        calc(100% - 15px) 100%, 
        0 100%
    );
    background: #ffffff;
    box-shadow: 0 15px 35px -10px rgba(rgba(0, 0, 0, 0.5), 0.08);
    padding: 30px;
    position: relative;
}.client_experience .user_voices::before {
    font-size: calc(42px * 2);
    z-index: -1;
    position: absolute;
    font-weight: 700;
    content: "";
    line-height: 1;
    color: rgba(rgb(180,167,179,0.5), 0.1);
    right: 20px;
    top: 10px;
}.client_experience .user_voices:hover {
    box-shadow: 0 20px 40px -10px rgba(rgba(0, 0, 0, 0.5), 0.12);
    transform: translateY(-8px);
}.client_experience .user_voices div {
    align-items: center;
    display: flex;
    margin-bottom: 20px;
}.client_experience .user_voices img {
    border: 3px solid #ffffff;
    border-radius: 50%;
    margin-right: 15px;
    height: 60px;
    transition: transform 0.4s ease-out;
    width: 60px;
    object-fit: cover;
    box-shadow: 0 5px 15px -5px rgba(rgb(180,167,179,0.5), 0.3);
}.client_experience .user_voices:hover img {
    transform: scale(1.05);
}.client_experience .user_voices h4 {
    font-weight: 600;
    font-size: 19px;
    color: #000000;
    position: relative;
    margin: 0;
}.client_experience .user_voices h4::after {
    position: absolute;
    transition: transform 0.3s ease-out 0.1s;
    bottom: -8px;
    content: "";
    left: 0;
    transform: scaleX(0);
    width: 40px;
    background: rgb(180,167,179);
    transform-origin: left;
    height: 3px;
}.client_experience .user_voices:hover h4::after {
    transform: scaleX(1);
}.client_experience .description {
    margin: 0;
    z-index: 1;
    font-size: 12px;
    line-height: 1.7;
    color: #000000;
    position: relative;
}.client_experience .description::before {
    transition: transform 0.3s ease-out;
    opacity: 0.1;
    height: 30px;
    transform: rotate(45deg) scale(0);
    width: 30px;
    background: linear-gradient(135deg, rgb(164,127,158) 0%, rgba(rgb(164,127,158,0.5), 0.2) 100%);
    left: -15px;
    border-radius: 10px;
    z-index: -1;
    position: absolute;
    content: "";
    top: -10px;
}.client_experience .user_voices:hover .description::before {
    transform: rotate(45deg) scale(1);
}.client_experience a {
    margin-left: auto;
    clip-path: polygon(
        10px 0, 
        100% 0, 
        100% calc(100% - 10px), 
        calc(100% - 10px) 100%, 
        0 100%, 
        0 10px
    );
    z-index: 1;
    text-align: center;
    overflow: hidden;
    margin-top: 50px;
    display: inline-block;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    font-size: 19px;
    position: relative;
    padding: 15px 35px;
    background: linear-gradient(135deg, rgb(180,167,179) 0%, rgba(rgb(180,167,179,0.5), 0.8) 100%);
    text-decoration: none;
    font-weight: 600;
    border: none;
    margin-right: auto;
    color: #ffffff;
}.client_experience a::before {
    width: 100%;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    z-index: -1;
    left: -100%;
    transition: left 0.5s ease;
    position: absolute;
    top: 0;
    height: 100%;
}.client_experience a:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px -5px rgba(rgb(180,167,179,0.5), 0.4);
}.client_experience a:hover::before {
    left: 100%;
}

@media (max-width: 1200px) {.client_experience {
    padding: 100px 0;
}.client_experience .client_sentiments {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
}

@media (max-width: 992px) {.client_experience {
    padding: 80px 0;
}.client_experience h2 {
    font-size: calc(34px * 0.9);
    margin-bottom: 50px;
}.client_experience .client_sentiments {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}.client_experience .user_voices {
    padding: 25px;
}
}

@media (max-width: 768px) {.client_experience {
    padding: 70px 0;
}.client_experience h2 {
    margin-bottom: 40px;
    font-size: calc(34px * 0.85);
}.client_experience .client_sentiments {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
}.client_experience .user_voices {
    padding: 25px 20px;
}.client_experience .user_voices img {
    height: 50px;
    width: 50px;
}.client_experience a {
    margin-top: 40px;
    padding: 12px 30px;
}
}

@media (max-width: 576px) {.client_experience {
    padding: 60px 0;
}.client_experience h2 {
    font-size: calc(34px * 0.8);
    margin-bottom: 35px;
}.client_experience h2::after {
    width: 60px;
    bottom: -15px;
}.client_experience .user_voices {
    padding: 20px 15px;
}.client_experience .user_voices div {
    margin-bottom: 15px;
}.client_experience .user_voices img {
    margin-right: 10px;
    width: 45px;
    height: 45px;
}.client_experience a {
    padding: 10px 25px;
    width: 100%;
    margin-top: 30px;
}}.try_immediately {
    padding: 5rem 2rem;
    z-index: 1;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    background: linear-gradient(135deg, rgb(164,127,158) 0%, rgb(180,167,179) 100%);
    overflow: hidden;
    position: relative;
}.try_immediately::before {
    transform: rotate(25deg);
    position: absolute;
    content: "";
    left: -20%;
    top: -50%;
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.03));
    height: 200%;
    z-index: -1;
    width: 80%;
}.try_immediately::after {
    animation: pulse 8s infinite alternate ease-in-out;
    content: "";
    height: 250px;
    z-index: -1;
    bottom: -50px;
    position: absolute;
    right: -50px;
    width: 250px;
    background: radial-gradient(circle, rgb(180,167,179,0.5) 0%, transparent 70%);
    border-radius: 50%;
}.try_immediately .container {
    margin: 0 auto;
    align-items: center;
    z-index: 2;
    display: flex;
    transform-origin: center center;
    transform: perspective(1000px) rotateX(2deg);
    max-width: 1140px;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    flex-direction: column;
    justify-content: center;
}.try_immediately .container:hover {
    transform: perspective(1000px) rotateX(0deg);
}.try_immediately h6 {
    font-family: Arial, sans-serif;
    font-weight: 700;
    position: relative;
    line-height: 1.5;
    text-align: center;
    animation: fadeInUp 0.8s ease-out;
    color: #ffffff;
    letter-spacing: 0.5px;
    margin-bottom: 2.5rem;
    max-width: 80%;
    font-size: calc(20px * 1.2);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}.try_immediately h6::after {
    background: #ffffff;
    width: 80px;
    transform: translateX(-50%);
    bottom: -15px;
    content: "";
    opacity: 0.7;
    height: 3px;
    left: 50%;
    position: absolute;
}.try_immediately div div {
    display: flex;
    justify-content: center;
    animation: fadeInUp 0.8s ease-out 0.2s backwards;
}.try_immediately div div span {
    margin-top: 10px;
    transition: transform 0.3s ease;
    display: inline-block;
    position: relative;
}.try_immediately div div span:hover {
    transform: translateY(-5px);
}.try_immediately .query_message {
    align-items: center;
    color: rgb(164,127,158);
    border-radius: 10px;
    font-size: 14px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    padding: 1rem 2.5rem;
    overflow: hidden;
    background: #ffffff;
    position: relative;
    justify-content: center;
    font-family: Arial, sans-serif;
    font-weight: 600;
    display: inline-flex;
    z-index: 1;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1), 0 4px 6px rgba(0, 0, 0, 0.08);
    text-decoration: none;
}.try_immediately .query_message::before {
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.4s ease;
    background: linear-gradient(to right, rgb(164,127,158), rgb(180,167,179));
    content: "";
    transform-origin: right;
    left: 0;
    z-index: -1;
    height: 100%;
    position: absolute;
    top: 0;
    transform: scaleX(0);
    width: 100%;
    opacity: 0;
}.try_immediately .query_message:hover {
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.15), 0 8px 10px rgba(0, 0, 0, 0.12);
}.try_immediately .query_message:hover::before {
    transform: scaleX(1);
    transform-origin: left;
    opacity: 1;
}.try_immediately .query_message span {
    z-index: 2;
    position: relative;
    transition: transform 0.3s ease;
}.try_immediately .query_message:hover span {
    transform: translateX(5px);
}

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

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.6;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.4;
    }
}

@media (max-width: 991px) {.try_immediately {
    padding: 4rem 1.5rem;
}.try_immediately h6 {
    font-size: calc(20px * 1.1);
    max-width: 90%;
}.try_immediately .query_message {
    padding: 0.9rem 2.2rem;
}
}

@media (max-width: 767px) {.try_immediately {
    padding: 3.5rem 1rem;
}.try_immediately h6 {
    font-size: 20px;
    max-width: 100%;
    margin-bottom: 2rem;
}.try_immediately h6::after {
    width: 60px;
    bottom: -12px;
}.try_immediately .query_message {
    padding: 0.8rem 1.8rem;
    font-size: calc(14px * 0.95);
}.try_immediately::before {
    width: 100%;
    left: -30%;
}
}

@media (max-width: 575px) {.try_immediately {
    padding: 3rem 0.8rem;
}.try_immediately .container {
    transform: perspective(1000px) rotateX(1deg);
}.try_immediately h6 {
    line-height: 1.4;
    font-size: calc(20px * 0.9);
    margin-bottom: 1.8rem;
}.try_immediately h6::after {
    width: 50px;
    bottom: -10px;
    height: 2px;
}.try_immediately .query_message {
    font-size: calc(14px * 0.9);
    padding: 0.7rem 1.5rem;
}}footer {
    position: relative;
    width: 100%;
}footer .linkedin_ref {
    background: linear-gradient(135deg, #000000 0%, rgb(180,167,179) 100%);
    z-index: 1;
    position: relative;
    padding: 80px 0 30px;
    box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.1);
}footer .linkedin_ref::before {
    z-index: -1;
    position: absolute;
    left: 0;
    width: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0.5) 10px,
        transparent 10px,
        transparent 20px
    );
    height: 100%;
    opacity: 0.05;
    top: 0;
    content: '';
}footer .linkedin_ref::after {
    background: linear-gradient(90deg, 
        rgb(180,167,179) 0%, 
        rgb(164,127,158) 50%, 
        rgb(180,167,179) 100%);
    animation: glowBorder 3s infinite linear;
    position: absolute;
    width: 100%;
    height: 3px;
    left: 0;
    top: 0;
    content: '';
}@keyframes glowBorder {
    0% {
        opacity: 0.3;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.3;
    }
}

footer .linkedin_ref .container {
    position: relative;
    z-index: 2;
}footer .ar_tools {
    gap: 40px;
    display: grid;
    grid-template-columns: 1fr;
}footer .reach_contact {
    padding-bottom: 30px;
    margin-bottom: 30px;
    gap: 30px;
    display: flex;
    position: relative;
    flex-wrap: wrap;
    justify-content: space-between;
}footer .reach_contact::after {
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(164,127,158,0.5) 50%, 
        transparent 100%);
    bottom: 0;
    height: 1px;
    width: 100%;
    content: '';
    left: 0;
    position: absolute;
}footer .info_item {
    transition: all 0.3s ease;
    flex: 1;
    min-width: 200px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 15px;
    transform: translateY(0);
    margin-bottom: 15px;
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(5px);
}footer .info_item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.05);
}footer .info_item p,
footer .info_item a {
    display: flex;
    font-size: 18px;
    font-family: Arial, sans-serif;
    text-decoration: none;
    gap: 10px;
    font-weight: 400;
    transition: color 0.3s ease;
    align-items: center;
    color: #ffffff;
}footer .info_item svg {
    flex-shrink: 0;
    width: 20px;
    fill: rgb(164,127,158);
    height: 20px;
    transition: transform 0.3s ease;
}footer .info_item:hover svg {
    transform: scale(1.2);
}footer .info_item:hover a,
footer .info_item:hover p {
    color: rgb(164,127,158);
}footer .text_main_holder {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
    margin-bottom: 40px;
}footer .header_base {
    gap: 20px;
    flex-direction: column;
    display: flex;
    align-items: flex-start;
}footer .header_base svg {
    height: auto;
    max-width: 160px;
    filter: drop-shadow(0 0 5px rgb(180,167,179,0.5));
}footer .diploma_cta {
    max-width: 300px;
    font-weight: 300;
    opacity: 0.7;
    color: #ffffff;
    line-height: 1.5;
    font-size: 14px;
}footer .site_top {
    flex-direction: column;
    gap: 20px;
    display: flex;
}footer .site_top h5 {
    padding-bottom: 15px;
    margin-bottom: 5px;
    color: #ffffff;
    font-weight: 700;
    font-size: 23px;
    position: relative;
}footer .site_top h5::after {
    width: 50px;
    height: 3px;
    bottom: 0;
    left: 0;
    position: absolute;
    border-radius: 10px;
    background: rgb(164,127,158);
    content: '';
}footer .head_primary {
    gap: 15px;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}footer .head_primary a {
    font-size: 18px;
    padding-left: 15px;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    color: #ffffff;
    opacity: 0.8;
}footer .head_primary a::before {
    opacity: 0.7;
    width: 6px;
    left: 0;
    background: rgb(164,127,158);
    transform: translateY(-50%);
    height: 6px;
    top: 50%;
    border-radius: 50%;
    position: absolute;
    content: '';
    transition: all 0.3s ease;
}footer .head_primary a:hover {
    opacity: 1;
    transform: translateX(5px);
    color: rgb(164,127,158);
}footer .head_primary a:hover::before {
    box-shadow: 0 0 10px rgb(164,127,158);
    width: 8px;
    height: 8px;
    opacity: 1;
}footer .subscribe_holder {
    display: flex;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    padding: 25px;
    border-radius: 14px;
    flex-direction: column;
    border: 1px solid rgba(255, 255, 255, 0.05);
    transform: perspective(1000px) rotateY(-5deg);
    transition: all 0.5s ease;
    gap: 15px;
    background: rgba(0, 0, 0, 0.2);
}footer .subscribe_holder:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    transform: perspective(1000px) rotateY(0deg);
}footer .subscribe_holder h5 {
    font-size: 23px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 5px;
}footer .subscribe_holder p {
    font-size: 18px;
    line-height: 1.6;
    color: #ffffff;
    opacity: 0.8;
    margin-bottom: 20px;
}footer .input_holder {
    display: flex;
    flex-direction: column;
    gap: 15px;
    position: relative;
}footer .input_holder input[type="email"] {
    outline: none;
    color: #ffffff;
    padding: 14px 15px;
    transition: all 0.3s ease;
    width: 100%;
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 18px;
    border-radius: 10px;
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}footer .input_holder input[type="email"]:focus {
    border-color: rgb(164,127,158);
    box-shadow: 0 0 15px rgb(164,127,158,0.5);
}footer .subscribe_alert {
    border: none;
    background: linear-gradient(45deg, rgb(164,127,158) 0%, rgb(180,167,179) 100%);
    text-transform: uppercase;
    color: #ffffff;
    border-radius: 10px;
    position: relative;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    overflow: hidden;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 12px 24px;
}footer .subscribe_alert::before {
    position: absolute;
    width: 100%;
    content: '';
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.2), 
        transparent);
    transition: 0.6s;
    height: 100%;
    top: 0;
    left: -100%;
}footer .subscribe_alert:hover::before {
    left: 100%;
}footer .subscribe_alert:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    transform: translateY(-2px);
}footer .inclusion {
    position: relative;
    padding-top: 30px;
    text-align: center;
}footer .inclusion::before {
    top: 0;
    height: 1px;
    content: '';
    width: 100%;
    left: 0;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(164,127,158,0.5) 50%, 
        transparent 100%);
    position: absolute;
}footer .event_cal {
    color: #ffffff;
    font-size: 14px;
    opacity: 0.7;
    font-weight: 300;
}

@media (max-width: 992px) {footer .linkedin_ref {
    padding: 60px 0 30px;
}footer .text_main_holder {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}footer .subscribe_holder {
    transform: perspective(1000px) rotateY(0deg);
    grid-column: span 2;
}footer .reach_contact {
    gap: 20px;
}footer .info_item {
    min-width: 180px;
}
}

@media (max-width: 768px) {footer .linkedin_ref {
    padding: 50px 0 30px;
}footer .text_main_holder {
    gap: 40px;
    grid-template-columns: 1fr;
}footer .subscribe_holder {
    grid-column: span 1;
}footer .site_top {
    gap: 15px;
}footer .reach_contact {
    flex-direction: column;
    gap: 15px;
}footer .info_item {
    width: 100%;
    margin-bottom: 0;
}footer .input_holder {
    flex-direction: column;
}footer .subscribe_alert {
    width: 100%;
}
}

@media (max-width: 576px) {footer .linkedin_ref {
    padding: 40px 0 30px;
}footer .header_base {
    text-align: center;
    align-items: center;
    margin: 0 auto;
}footer .diploma_cta {
    text-align: center;
    margin: 0 auto;
}footer .site_top h5 {
    text-align: center;
}footer .site_top h5::after {
    left: 50%;
    transform: translateX(-50%);
}footer .head_primary {
    align-items: center;
}footer .head_primary a {
    text-align: center;
}footer .subscribe_holder {
    padding: 20px;
    text-align: center;
}footer .subscribe_holder h5,
    footer .subscribe_holder p {
    text-align: center;
}}.study_process {
    padding: 8rem 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(170deg, rgb(221,219,221) 60%, rgb(180,167,179,0.5) 100%);
}.study_process::before {
    opacity: 0.15;
    background-size: 30px 30px;
    top: 0;
    animation: gridPulse 8s ease-in-out infinite alternate;
    z-index: 1;
    position: absolute;
    height: 100%;
    left: 0;
    width: 100%;
    content: "";
    background-image: 
        linear-gradient(rgb(164,127,158,0.5) 1px, transparent 1px),
        linear-gradient(90deg, rgb(164,127,158,0.5) 1px, transparent 1px);
}.study_process::after {
    content: "";
    filter: blur(60px);
    opacity: 0.4;
    top: -10%;
    animation: glowMove 15s ease-in-out infinite alternate;
    position: absolute;
    background: 
        radial-gradient(circle at 20% 30%, rgb(180,167,179,0.5) 0%, transparent 25%),
        radial-gradient(circle at 80% 70%, rgb(164,127,158,0.5) 0%, transparent 25%);
    width: 120%;
    height: 120%;
    z-index: 0;
    left: -10%;
}.study_process .community_team {
    position: relative;
    grid-template-columns: 1fr;
    gap: 3rem;
    z-index: 2;
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    transition: transform 0.5s ease;
}.study_process h3 {
    letter-spacing: 3px;
    position: relative;
    margin: 0;
    font-size: 31px;
    text-transform: uppercase;
    animation: circuitConnect 1.5s ease-out forwards;
    font-weight: 700;
    padding: 0 2rem;
    text-align: center;
    color: #000000;
}.study_process h3::before,
.study_process h3::after {
    content: "";
    position: absolute;
    left: 20%;
    height: 1px;
    width: 60%;
    background: linear-gradient(90deg, transparent, rgb(180,167,179), transparent);
    animation: lineGlow 3s ease-in-out infinite alternate;
}.study_process h3::before {
    top: -15px;
}.study_process h3::after {
    bottom: -15px;
}.study_process span {
    padding: 3rem;
    z-index: 2;
    line-height: 1.8;
    animation: moduleInitialize 1s ease-out forwards;
    display: flex;
    justify-content: center;
    position: relative;
    text-align: center;
    font-size: 18px;
    color: #000000;
    align-items: center;
}.study_process span::before {
    right: 0;
    position: absolute;
    content: "";
    left: 0;
    clip-path: polygon(
        0 5%, 
        5% 0, 
        95% 0, 
        100% 5%, 
        100% 95%, 
        95% 100%, 
        5% 100%, 
        0 95%
    );
    z-index: -1;
    top: 0;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    bottom: 0;
}.study_process span::after {
    opacity: 0.6;
    bottom: 4px;
    right: 4px;
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.5) 0%, 
        rgba(255, 255, 255, 0) 50%,
        rgba(255, 255, 255, 0.2) 100%
    );
    content: "";
    left: 4px;
    position: absolute;
    top: 4px;
    z-index: -1;
    clip-path: polygon(
        0 5%, 
        5% 0, 
        95% 0, 
        100% 5%, 
        100% 95%, 
        95% 100%, 
        5% 100%, 
        0 95%
    );
}.study_process .community_team::before {
    background: linear-gradient(to bottom, rgb(180,167,179), rgb(164,127,158));
    top: calc(3rem + 20px);
    left: calc(50% - 1.5px);
    height: 50px;
    width: 3px;
    content: "";
    position: absolute;
    z-index: 1;
}.study_process .community_team::after {
    z-index: 1;
    box-shadow: 
        0 0 15px rgb(180,167,179,0.5),
        0 0 30px rgb(180,167,179,0.5);
    border-radius: 50%;
    background: linear-gradient(135deg, rgb(180,167,179), rgb(164,127,158));
    left: calc(50% - 8px);
    animation: pulseNode 3s ease-in-out infinite;
    position: absolute;
    height: 16px;
    content: "";
    width: 16px;
    top: calc(3rem + 70px);
}

@keyframes gridPulse {
    0%, 100% {
        opacity: 0.1;
        background-size: 30px 30px;
    }
    50% {
        opacity: 0.2;
        background-size: 32px 32px;
    }
}

@keyframes glowMove {
    0% {
        transform: translateX(-5%) translateY(-5%);
    }
    100% {
        transform: translateX(5%) translateY(5%);
    }
}

@keyframes circuitConnect {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes moduleInitialize {
    0% {
        opacity: 0;
        transform: scale(0.95);
    }
    50% {
        opacity: 0.7;
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes lineGlow {
    0%, 100% {
        opacity: 0.5;
        box-shadow: 0 0 5px rgb(180,167,179,0.5);
    }
    50% {
        opacity: 1;
        box-shadow: 0 0 12px rgb(180,167,179);
    }
}

@keyframes pulseNode {
    0%, 100% {
        transform: scale(1);
        box-shadow: 
            0 0 15px rgb(180,167,179,0.5),
            0 0 30px rgb(180,167,179,0.5);
    }
    50% {
        transform: scale(1.2);
        box-shadow: 
            0 0 20px rgb(180,167,179),
            0 0 40px rgb(180,167,179,0.5);
    }
}

@media (max-width: 992px) {.study_process {
    padding: 6rem 1.5rem;
}.study_process h3 {
    font-size: calc(31px * 0.9);
    letter-spacing: 2px;
    padding: 0 1.5rem;
}.study_process span {
    padding: 2.5rem;
}.study_process .community_team::before {
    height: 40px;
}.study_process .community_team::after {
    top: calc(3rem + 60px);
}
}

@media (max-width: 768px) {.study_process {
    padding: 4rem 1rem;
}.study_process::before {
    background-size: 20px 20px;
}.study_process h3 {
    letter-spacing: 1px;
    font-size: calc(31px * 0.8);
    padding: 0 1rem;
}.study_process span {
    padding: 2rem;
    font-size: calc(18px * 0.95);
}.study_process .community_team::before {
    height: 30px;
}.study_process .community_team::after {
    height: 12px;
    top: calc(3rem + 50px);
    width: 12px;
    left: calc(50% - 6px);
}}.cookieAlertPromptPanel {
    background: rgb(221,219,221);
    z-index: 90;
    bottom: 0;
    width: 100%;
    border-top: 2px solid rgb(180,167,179);
    position: fixed;
}.consent_learn {
    align-items: center;
    justify-content: space-between;
    display: flex;
    padding: 20px 0;
}.cookieAlertPromptPanel h5 {
    margin-bottom: 6px;
    font-size: 22px;
}#cookie_modal_panel {
    display: none;
}#cookie_modal_panel:checked ~ .cookieAlertPromptPanel {
    visibility: hidden;
    opacity: 0;
}.cookieAlertPromptPanel p {
    font-size: 18px;
}.accept_cookies {
    margin-right: 10px;
    flex-shrink: 0;
}.accept_cookies svg, .accept_cookies svg path, .accept_cookies img {
    fill: rgb(180,167,179);
    height: 100px;
    width: 100px;
}.cookie_ack {
    flex-shrink: 0;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    min-width: 120px;
    margin-left: 10px;
    color: rgb(180,167,179);
    line-height: 35px;
    white-space: nowrap;
    border-bottom: 2px solid rgb(180,167,179);
    font-size: 24px;
}.cookieAlertPromptPanel p a {
    color: rgb(180,167,179);
    text-decoration: none;
}
@media only screen and (max-width: 1200px) {.cookieAlertPromptPanel {
    padding: 20px;
}}

.container-wrap .cookieAlertPromptPanel {
    background: rgb(164,127,158);
    padding: 40px 0;
    border: none;
    box-shadow: rgb(164,127,158,0.5) 0px 0px 40px 39px;
}.container-wrap .cookie_ack {
    color: #ffffff;
    padding: 10px;
    font-size: 20px;
    font-weight: 400;
    border: none;
    background: rgb(180,167,179);
    margin-left: 30px;
}.container-wrap .cookie_screen h5, .container-wrap .cookie_screen p {
    color: #ffffff;
}
@media only screen and (max-width: 800px) {.accept_cookies {
    display: none;
}.consent_learn {
    flex-direction: column;
    align-items: center;
    justify-content: center;
}.cookieAlertPromptPanel h5 {
    text-align: center;
}.cookieAlertPromptPanel p {
    text-align: center;
}.cookie_screen {
    margin-bottom: 20px;
}body .container-wrap .cookie_ack {
    margin-left: 0;
    margin-bottom: 10px;
}
}