﻿* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}.grid-container {
    display: flex;
    height: 100%;
    min-height: 100%;
    flex-direction: column;
}html,body {
    height: 100%;
    min-height: 100%;
    scroll-behavior: smooth;
    color: #000000;
    font-family: Arial, sans-serif;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1276px;
}svg {
    width: 30px;
    height: 30px;
}header,footer {
    width: 100%;
}.head_base {
    flex: 1 0 auto;
}a {
    color: inherit;
    text-decoration: none;
}::-webkit-scrollbar {
    width: 9px;
    height: 13px;
}::-webkit-scrollbar-button {
    background: rgb(193,174,188,0.5);
    border-radius: 4px;
}::-webkit-scrollbar-track {
    background: #ffffff;
    border: 1px dotted rgb(145,127,164);
}::-webkit-scrollbar-thumb {
    border-radius: 9999px;
    background: rgb(193,174,188);
    box-shadow: -1px -5px 7px 0px rgba(0, 0, 0, 0.7);
}::-webkit-scrollbar-thumb:hover {
    box-shadow: -3px 3px 6px 8px rgba(0, 0, 0, 0.4);
    background: rgb(193,174,188,0.5);
}.calc_foot {
    flex: 0 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.trackingPolicyPanel {
    position: fixed;
    background: rgb(226,217,224);
    bottom: 0;
    border-top: 2px solid rgb(193,174,188);
    z-index: 90;
    width: 100%;
}.cookie_rules {
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}.trackingPolicyPanel h5 {
    font-size: 22px;
    margin-bottom: 6px;
}.trackingPolicyPanel p {
    font-size: 18px;
}.cookies_tracking {
    flex-shrink: 0;
    margin-right: 10px;
}.cookies_tracking svg, .cookies_tracking svg path, .cookies_tracking img {
    width: 100px;
    height: 100px;
    fill: rgb(193,174,188);
}.manage_cookies {
    cursor: pointer;
    text-decoration: none;
    color: rgb(193,174,188);
    flex-shrink: 0;
    font-size: 24px;
    line-height: 35px;
    min-width: 120px;
    text-align: center;
    white-space: nowrap;
    border-bottom: 2px solid rgb(193,174,188);
    margin-left: 10px;
}.trackingPolicyPanel p a {
    color: rgb(193,174,188);
    text-decoration: none;
}
@media only screen and (max-width: 1200px) {.trackingPolicyPanel {
    padding: 20px;
}}
#alertTrackingUsage {
    display: none;
}#alertTrackingUsage:checked ~ .trackingPolicyPanel {
    visibility: hidden;
    opacity: 0;
}
@media only screen and (max-width: 800px) {.cookies_tracking {
    display: none;
}.cookie_rules {
    justify-content: center;
    flex-direction: column;
    align-items: center;
}.trackingPolicyPanel h5 {
    text-align: center;
}.trackingPolicyPanel p {
    text-align: center;
}.cookie_all {
    margin-bottom: 20px;
}body .grid-container .manage_cookies {
    margin-left: 0;
}}header {
    left: 0;
    top: 0;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.5) 100%);
    backdrop-filter: blur(10px);
    z-index: 100;
    position: fixed;
    transition: all 0.5s ease;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}header::before {
    top: 0;
    opacity: 0.3;
    width: 100%;
    animation: pulse 15s infinite alternate;
    z-index: -1;
    content: "";
    left: 0;
    height: 100%;
    position: absolute;
    background: 
        radial-gradient(circle at 10% 20%, rgb(193,174,188,0.5) 0%, transparent 20%),
        radial-gradient(circle at 90% 80%, rgb(145,127,164,0.5) 0%, transparent 20%);
}header .container {
    padding: 1rem 2rem;
    position: relative;
}header .main_class {
    justify-content: space-between;
    display: flex;
    z-index: 2;
    position: relative;
    align-items: center;
}header .head_pagewrap {
    gap: 2rem;
    align-items: center;
    position: relative;
    display: flex;
}header .head_pagewrap::before {
    z-index: -1;
    background: linear-gradient(90deg, transparent 0%, rgb(193,174,188,0.5) 50%, transparent 100%);
    left: -30px;
    position: absolute;
    transform: skewX(-15deg);
    opacity: 0.1;
    top: -15px;
    content: "";
    height: calc(100% + 30px);
    width: calc(100% + 60px);
    border-radius: 26px;
}header .main_site {
    padding: 0.5rem 0;
    font-size: 13px;
    position: relative;
    color: #ffffff;
    font-weight: 600;
    text-decoration: none;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}header .main_site::before {
    background: linear-gradient(to right, rgb(193,174,188), rgb(145,127,164));
    left: 0;
    height: 2px;
    position: absolute;
    bottom: 0;
    transition: width 0.3s ease;
    width: 0;
    content: "";
}header .main_site:hover {
    color: rgb(193,174,188);
    transform: translateY(-2px);
}header .main_site:hover::before {
    width: 100%;
}header .main_primary {
    z-index: 2;
    display: flex;
    align-items: center;
    text-decoration: none;
    position: relative;
}header .main_primary svg {
    height: 40px;
    width: auto;
    filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.3));
    transition: all 0.3s ease;
}header .main_primary:hover svg {
    transform: scale(1.05);
    filter: drop-shadow(0 0 12px rgb(193,174,188,0.5));
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.2;
    }
    50% {
        opacity: 0.4;
    }
}

@media (max-width: 991px) {header .container {
    padding: 0.8rem 1.5rem;
}header .head_pagewrap {
    gap: 1.5rem;
}header .main_site {
    font-size: calc(13px - 1px);
}
}

@media (max-width: 767px) {header {
    position: relative;
}header .main_class {
    gap: 1rem;
    flex-direction: column-reverse;
    padding: 1rem 0;
}header .main_primary {
    margin-bottom: 0.5rem;
}header .head_pagewrap {
    padding: 0.5rem 0;
    mask-image: linear-gradient(to right, transparent 0%, #000 5%, #000 95%, transparent 100%);
    width: 100%;
    overflow-x: auto;
    justify-content: flex-start;
}header .head_pagewrap::before {
    display: none;
}header .main_site {
    white-space: nowrap;
    background: rgba(255, 255, 255, 0.05);
    padding: 0.5rem 1rem;
    border-radius: 10px;
}header .main_site::before {
    display: none;
}}.prospective_members {
    background-color: #ffffff;
    overflow: hidden;
    padding: 90px 0;
    position: relative;
}.prospective_members::before {
    opacity: 0.03;
    width: 100%;
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
    background: repeating-linear-gradient(
        45deg,
        rgb(193,174,188,0.5) 0,
        rgb(193,174,188,0.5) 1px,
        transparent 1px,
        transparent 30px
    );
    z-index: 1;
    content: '';
}.prospective_members .expert_sessions {
    padding: 0 30px;
    margin: 0 auto;
    z-index: 10;
    max-width: 1100px;
    text-align: center;
    position: relative;
}.prospective_members h3 {
    padding: 0 30px;
    margin-bottom: 50px;
    position: relative;
    color: #000000;
    font-size: 32px;
    display: inline-block;
    font-weight: 700;
}.prospective_members h3::before,
.prospective_members h3::after {
    width: 15px;
    height: 15px;
    content: '';
    background-color: rgb(193,174,188,0.5);
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
    border-radius: 50%;
}.prospective_members h3::before {
    left: 0;
}.prospective_members h3::after {
    right: 0;
}.prospective_members ul {
    flex-wrap: wrap;
    margin: 0;
    justify-content: center;
    list-style: none;
    gap: 25px;
    display: flex;
    padding: 0;
}.prospective_members ul li {
    z-index: 1;
    align-items: center;
    min-width: 280px;
    width: calc(33.333% - 17px);
    position: relative;
    background-color: #ffffff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    display: flex;
    padding: 35px 25px;
    border-radius: 16px;
    gap: 20px;
    transition: all 0.4s ease;
    border: 1px solid rgba(0, 0, 0, 0.05);
    text-align: left;
}.prospective_members ul li::before {
    left: 0;
    border-radius: 16px;
    height: 100%;
    z-index: -1;
    opacity: 0;
    background: linear-gradient(135deg, 
                #ffffff 0%, 
                #ffffff 60%, 
                rgb(226,217,224) 100%);
    width: 100%;
    top: 0;
    transition: opacity 0.4s ease;
    content: '';
    position: absolute;
}.prospective_members ul li:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    border-color: rgba(0, 0, 0, 0.1);
    transform: translateY(-7px) scale(1.03);
}.prospective_members ul li:hover::before {
    opacity: 1;
}.prospective_members ul li svg {
    transition: all 0.4s ease;
    width: 45px;
    position: relative;
    height: 45px;
    flex-shrink: 0;
}.prospective_members ul li:hover svg {
    transform: scale(1.1);
}.prospective_members ul li svg path {
    fill: rgb(193,174,188);
    transition: fill 0.4s ease;
}.prospective_members ul li:hover svg path {
    fill: rgb(145,127,164);
}.prospective_members ul li::after {
    width: 10px;
    background-color: rgb(193,174,188,0.5);
    opacity: 0.5;
    bottom: 15px;
    transition: all 0.4s ease;
    content: '';
    border-radius: 50%;
    position: absolute;
    height: 10px;
    right: 15px;
}.prospective_members ul li:hover::after {
    transform: scale(1.5);
    background-color: rgb(145,127,164,0.5);
}@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.prospective_members ul li {
    animation: slideUp 0.5s ease forwards;
    opacity: 0;
}.prospective_members ul li:nth-child(1) {
    animation-delay: 0.1s;
}.prospective_members ul li:nth-child(2) {
    animation-delay: 0.2s;
}.prospective_members ul li:nth-child(3) {
    animation-delay: 0.3s;
}.prospective_members ul li:nth-child(4) {
    animation-delay: 0.4s;
}.prospective_members ul li:nth-child(5) {
    animation-delay: 0.5s;
}.prospective_members ul li:nth-child(6) {
    animation-delay: 0.6s;
}.prospective_members ul li:nth-child(3n+1) {
    box-shadow: 0 5px 20px rgba(rgb(193,174,188,0.5), 0.1);
}.prospective_members ul li:nth-child(3n+2) {
    box-shadow: 0 5px 20px rgba(rgb(145,127,164,0.5), 0.1);
}

@media (max-width: 992px) {.prospective_members {
    padding: 70px 0;
}.prospective_members h3 {
    margin-bottom: 40px;
}.prospective_members ul li {
    width: calc(50% - 13px);
    padding: 30px 20px;
}
}

@media (max-width: 768px) {.prospective_members ul {
    gap: 20px;
}.prospective_members ul li {
    width: 100%;
    padding: 25px 20px;
}
}

@media (max-width: 576px) {.prospective_members {
    padding: 50px 0;
}.prospective_members h3 {
    padding: 0 20px;
    font-size: calc(32px * 0.85);
    margin-bottom: 30px;
}.prospective_members h3::before,
    .prospective_members h3::after {
    width: 10px;
    height: 10px;
}.prospective_members ul li {
    padding: 20px 15px;
    gap: 15px;
}.prospective_members ul li svg {
    height: 35px;
    width: 35px;
}
}

@media (prefers-reduced-motion: reduce) {.prospective_members ul li {
    opacity: 1;
    animation: none;
}.prospective_members ul li:hover {
    transform: none;
}.prospective_members ul li:hover svg {
    transform: none;
}}.appArea {
    background: linear-gradient(135deg, rgb(145,127,164,0.5) 0%, rgb(193,174,188,0.5) 40%, rgb(226,217,224) 100%);
    padding: 7rem 0;
    perspective: 1000px;
    overflow: hidden;
    position: relative;
}.appArea::before {
    position: absolute;
    width: 200%;
    opacity: 0.2;
    height: 200%;
    background: radial-gradient(circle at center, rgb(193,174,188,0.5) 0%, transparent 70%);
    top: -50%;
    left: -50%;
    content: "";
    animation: rotateGradient 30s infinite linear;
}.appArea::after {
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(145,127,164,0.5) 0%, transparent 8%),
        radial-gradient(circle at 80% 70%, rgb(145,127,164,0.5) 0%, transparent 6%),
        radial-gradient(circle at 40% 80%, rgb(193,174,188,0.5) 0%, transparent 5%),
        radial-gradient(circle at 65% 25%, rgb(193,174,188,0.5) 0%, transparent 7%);
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
}.appArea .container {
    position: relative;
    transform-style: preserve-3d;
    z-index: 2;
}.appArea .expert_sessions {
    display: flex;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.85);
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05);
    gap: 2.5rem;
    overflow: hidden;
    position: relative;
    flex-direction: column;
    padding: 3rem;
    transform: translateZ(0);
}.appArea .expert_sessions::before {
    top: 0;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.2) 50%,
        transparent 100%
    );
    position: absolute;
    width: 100%;
    left: -100%;
    content: "";
    pointer-events: none;
    height: 100%;
    animation: shimmer 4s infinite;
}.appArea .expert_sessions:hover {
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(255, 255, 255, 0.2),
        0 10px 25px rgba(0, 0, 0, 0.08);
    transform: translateZ(20px) scale(1.01);
}.appArea .expert_sessions > div:first-child {
    position: relative;
    opacity: 0;
    animation: slideInLeft 0.8s cubic-bezier(0.23, 1, 0.32, 1) forwards 0.2s;
    transform: translateX(-2rem);
}.appArea .expert_sessions > div:last-child {
    transform: translateY(2rem);
    opacity: 0;
    position: relative;
    animation: slideInUp 0.8s cubic-bezier(0.23, 1, 0.32, 1) forwards 0.5s;
}.appArea h5 {
    font-weight: 700;
    margin-bottom: 1rem;
    letter-spacing: 0.02em;
    display: inline-block;
    color: rgb(193,174,188);
    font-size: calc(23px * 1.1);
    position: relative;
    padding-bottom: 1rem;
}.appArea h5::after {
    background: linear-gradient(90deg, rgb(193,174,188) 0%, rgb(145,127,164) 100%);
    animation: lineGrow 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards 1s;
    left: 0;
    content: "";
    position: absolute;
    height: 3px;
    bottom: 0;
    width: 0;
}.appArea p {
    margin: 0;
    position: relative;
    z-index: 1;
    line-height: 1.7;
    color: #000000;
    transition: color 0.3s ease, transform 0.3s ease;
    font-size: 14px;
}.appArea a {
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    padding: 1.5rem;
    display: block;
    background: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    overflow: hidden;
    backdrop-filter: blur(5px);
    position: relative;
    border-radius: 6px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}.appArea a::before {
    z-index: -1;
    opacity: 0;
    background: linear-gradient(135deg, rgb(193,174,188,0.5) 0%, transparent 100%);
    content: "";
    position: absolute;
    transition: opacity 0.4s ease;
    inset: 0;
}.appArea a:hover {
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}.appArea a:hover::before {
    opacity: 0.15;
}.appArea a:hover p {
    transform: translateY(-3px);
    color: #000000;
}.appArea a::after {
    bottom: 0;
    transform-origin: left;
    background: linear-gradient(90deg, rgb(145,127,164) 0%, rgb(193,174,188) 100%);
    height: 3px;
    width: 100%;
    left: 0;
    content: "";
    position: absolute;
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transform: scaleX(0);
}.appArea a:hover::after {
    transform: scaleX(1);
}

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

@keyframes slideInUp {
    from {
        transform: translateY(2rem);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes lineGrow {
    from {
        width: 0;
    }
    to {
        width: 60%;
    }
}

@keyframes shimmer {
    0% {
        left: -100%;
    }
    20%, 100% {
        left: 100%;
    }
}

@keyframes rotateGradient {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 991px) {.appArea {
    padding: 5rem 0;
}.appArea .expert_sessions {
    gap: 2rem;
    padding: 2.5rem;
}.appArea h5 {
    font-size: 23px;
}.appArea p {
    line-height: 1.6;
    font-size: calc(14px * 0.95);
}
}

@media (max-width: 767px) {.appArea {
    padding: 4rem 0;
}.appArea .expert_sessions {
    gap: 1.5rem;
    padding: 2rem;
}.appArea h5 {
    font-size: calc(23px * 0.9);
}.appArea h5::after {
    height: 2px;
}.appArea a {
    padding: 1.2rem;
}
}

@media (max-width: 575px) {.appArea {
    padding: 3rem 0;
}.appArea .expert_sessions {
    padding: 1.5rem;
    gap: 1.2rem;
}.appArea h5 {
    font-size: calc(23px * 0.85);
    padding-bottom: 0.75rem;
}.appArea p {
    line-height: 1.5;
    font-size: calc(14px * 0.9);
}.appArea a {
    padding: 1rem;
}.appArea a:hover {
    transform: translateY(-3px);
}
}

@media (hover: none) {.appArea .expert_sessions:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1),
                   0 0 0 1px rgba(255, 255, 255, 0.1),
                   0 5px 15px rgba(0, 0, 0, 0.05);
    transform: none;
}.appArea a:hover {
    transform: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}.appArea a:hover p {
    transform: none;
}}.education_history {
    overflow: hidden;
    background: rgb(226,217,224);
    padding: 5rem 2rem;
    perspective: 1000px;
    position: relative;
}.education_history::before {
    content: "";
    width: 100%;
    left: 0;
    filter: blur(60px);
    background: conic-gradient(
        from 45deg at 50% 50%,
        rgb(145,127,164,0.5) 0deg,
        rgb(193,174,188,0.5) 90deg,
        rgb(226,217,224) 180deg,
        rgb(193,174,188,0.5) 270deg,
        rgb(145,127,164,0.5) 360deg
    );
    position: absolute;
    z-index: 1;
    opacity: 0.4;
    top: 0;
    height: 100%;
}.education_history .client_voices {
    flex-direction: row;
    justify-content: space-between;
    z-index: 2;
    align-items: center;
    gap: 0;
    transform-style: preserve-3d;
    position: relative;
    display: flex;
}.education_history .img_wrapper {
    transform: rotateY(10deg) translateZ(50px);
    width: 40%;
    border-radius: 12px;
    position: relative;
    height: 400px;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    filter: saturate(0.8);
    box-shadow: -20px 20px 30px -10px rgba(0, 0, 0, 0.5);
}.education_history .img_wrapper::after {
    position: absolute;
    content: "";
    transition: opacity 0.6s ease;
    left: 0;
    height: 100%;
    border-radius: 12px;
    opacity: 0.4;
    background: linear-gradient(
        135deg,
        transparent 0%,
        rgb(193,174,188,0.5) 100%
    );
    width: 100%;
    top: 0;
}.education_history .img_wrapper:hover {
    filter: saturate(1.2);
    transform: rotateY(0deg) translateZ(70px) scale(1.05);
    box-shadow: -30px 30px 50px -10px rgba(0, 0, 0, 0.5);
}.education_history .img_wrapper:hover::after {
    opacity: 0;
}.education_history .work_tasks {
    width: 60%;
    position: relative;
    background: #ffffff;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    overflow: hidden;
    transform: rotateY(-5deg) translateZ(30px);
    box-shadow: 20px 20px 30px -10px rgba(0, 0, 0, 0.5);
    border-radius: 12px;
    padding: 2.5rem;
}.education_history .work_tasks::before {
    top: -50%;
    left: -50%;
    opacity: 0.1;
    transform: scale(0);
    background: radial-gradient(
        circle at center,
        rgb(145,127,164,0.5) 0%,
        transparent 70%
    );
    content: "";
    transition: transform 0.8s ease;
    height: 200%;
    position: absolute;
    width: 200%;
}.education_history .work_tasks:hover {
    transform: rotateY(0deg) translateZ(50px);
    box-shadow: 30px 30px 50px -10px rgba(0, 0, 0, 0.5);
}.education_history .work_tasks:hover::before {
    transform: scale(1);
}.education_history .name {
    display: inline-block;
    font-weight: 700;
    margin-bottom: 0.5rem;
    position: relative;
    color: rgb(193,174,188);
    font-size: 32px;
}.education_history .name::after {
    left: 0;
    position: absolute;
    width: 0;
    bottom: -5px;
    background: rgb(145,127,164);
    transition: width 0.4s ease-in-out;
    height: 3px;
    content: "";
}.education_history .work_tasks:hover .name::after {
    width: 100%;
}.education_history .work_tasks > div:nth-child(2) {
    letter-spacing: 1px;
    opacity: 0.9;
    font-size: 17px;
    color: rgb(145,127,164);
    margin-bottom: 2rem;
    font-weight: 600;
}.education_history .employee_section {
    font-style: italic;
    font-size: 14px;
    color: #000000;
    font-weight: 400;
    position: relative;
    line-height: 1.7;
    padding-left: 2rem;
    border-left: 3px solid rgb(193,174,188,0.5);
}.education_history .employee_section::before {
    opacity: 0.3;
    font-family: serif;
    left: -10px;
    color: rgb(145,127,164,0.5);
    top: -20px;
    font-size: 5rem;
    content: "";
    position: absolute;
}@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgb(193,174,188,0.5);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

.education_history .img_wrapper:hover {
    animation: pulse 1.5s infinite;
}

@media (max-width: 992px) {.education_history .client_voices {
    flex-direction: column;
}.education_history .img_wrapper,
    .education_history .work_tasks {
    width: 100%;
    transform: none;
}.education_history .img_wrapper {
    height: 300px;
    margin-bottom: 2rem;
}.education_history .img_wrapper:hover,
    .education_history .work_tasks:hover {
    transform: translateY(-10px);
}}.contact_us {
    position: relative;
    padding: 100px 0;
}.contact_us::before {
    bottom: 0;
    background-color: rgb(226,217,224);
    z-index: 1;
    content: "";
    right: 0;
    top: 0;
    left: 0;
    position: absolute;
}.contact_us .container {
    position: relative;
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
}.contact_us .feedback_feedback {
    display: flex;
    flex-wrap: wrap;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
}.contact_us .contact_inquiry {
    overflow: hidden;
    background: rgb(193,174,188);
    padding: 60px 40px;
    position: relative;
    width: 40%;
}.contact_us .contact_inquiry::before {
    content: "";
    opacity: 0.3;
    background: rgb(145,127,164);
    border-radius: 50%;
    height: 200px;
    top: -10%;
    right: -10%;
    position: absolute;
    width: 200px;
}.contact_us .contact_inquiry::after {
    position: absolute;
    left: -10%;
    content: "";
    border-radius: 50%;
    opacity: 0.3;
    width: 200px;
    bottom: -10%;
    height: 200px;
    background: rgb(145,127,164);
}.contact_us .contact_inquiry h3 {
    margin-bottom: 40px;
    color: #ffffff;
    font-size: 37px;
    font-weight: 700;
    z-index: 1;
    position: relative;
}.contact_us .contact_inquiry div {
    position: relative;
    z-index: 1;
    border-left: 3px solid #ffffff;
    transition: all 0.3s ease;
    align-items: center;
    display: flex;
    padding-left: 15px;
    margin-bottom: 25px;
}.contact_us .contact_inquiry div:hover {
    transform: translateX(5px);
    border-left-color: rgb(145,127,164);
}.contact_us .contact_inquiry div svg {
    margin-right: 15px;
    height: 24px;
    width: 24px;
}.contact_us .contact_inquiry div svg path {
    fill: #ffffff;
    transition: fill 0.3s ease;
}.contact_us .contact_inquiry div:hover svg path {
    fill: rgb(145,127,164);
}.contact_us .contact_inquiry div span {
    color: #ffffff;
    font-size: 14px;
}.contact_us .contact_inquiry div span a {
    text-decoration: none;
    transition: color 0.3s ease;
    color: #ffffff;
}.contact_us .contact_inquiry div span a:hover {
    color: rgb(145,127,164);
}.contact_us .reach_box {
    width: 60%;
    background: #ffffff;
    padding: 60px 40px;
}.contact_us .reach_box h3 {
    font-weight: 600;
    color: #000000;
    font-size: 23px;
    margin-bottom: 30px;
}.contact_us form {
    display: flex;
    flex-direction: column;
}.contact_us form input[type="text"],
.contact_us form input[type="email"] {
    border: 2px solid #EFEFEF;
    font-size: 14px;
    padding: 15px 20px;
    transition: all 0.3s ease;
    margin-bottom: 20px;
    border-radius: 10px;
}.contact_us form input[type="text"]:focus,
.contact_us form input[type="email"]:focus {
    outline: none;
    border-color: rgb(193,174,188);
}.contact_us form input::placeholder {
    color: #BBBBBB;
}.contact_us .contact_reach {
    display: flex;
    margin-bottom: 25px;
    align-items: flex-start;
}.contact_us .contact_reach input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.contact_us .contact_reach label {
    position: relative;
    cursor: pointer;
    padding-left: 35px;
    line-height: 1.6;
    font-size: 16px;
    color: #000000;
}.contact_us .contact_reach label::before {
    top: 2px;
    height: 20px;
    border-radius: 10px;
    content: "";
    transition: all 0.3s ease;
    position: absolute;
    left: 0;
    border: 2px solid #EFEFEF;
    width: 20px;
}.contact_us .contact_reach input[type="checkbox"]:checked + label::before {
    border-color: rgb(193,174,188);
    background-color: rgb(193,174,188);
}.contact_us .contact_reach input[type="checkbox"]:checked + label::after {
    border: solid white;
    transform: rotate(45deg);
    left: 7px;
    width: 6px;
    position: absolute;
    height: 12px;
    content: "";
    border-width: 0 2px 2px 0;
    top: 4px;
}.contact_us .contact_reach label a {
    transition: all 0.3s ease;
    color: rgb(193,174,188);
    text-decoration: none;
}.contact_us .contact_reach label a:hover {
    text-decoration: underline;
}.contact_us form .connect_card {
    border: none;
    font-size: 18px;
    padding: 15px 30px;
    border-radius: 10px;
    align-self: flex-start;
    background-color: rgb(193,174,188);
    color: #ffffff;
    position: relative;
    overflow: hidden;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}.contact_us form .connect_card::after {
    transition: width 0.3s ease, height 0.3s ease;
    transform: translate3d(-50%, -50%, 0);
    left: 50%;
    width: 0;
    transform-style: flat;
    content: "";
    height: 0;
    border-radius: 100%;
    position: absolute;
    background: rgba(255, 255, 255, 0.2);
    top: 50%;
}.contact_us form .connect_card:hover {
    background-color: rgb(145,127,164);
}.contact_us form .connect_card:active::after {
    height: 200px;
    width: 200px;
}@keyframes slideInLeft {
    from {
        transform: translateX(-20px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.contact_us .contact_inquiry div {
    animation: slideInLeft 0.5s forwards;
    opacity: 0;
}.contact_us .contact_inquiry div:nth-child(2) {
    animation-delay: 0.1s;
}.contact_us .contact_inquiry div:nth-child(3) {
    animation-delay: 0.2s;
}.contact_us .contact_inquiry div:nth-child(4) {
    animation-delay: 0.3s;
}.contact_us .contact_inquiry div:nth-child(5) {
    animation-delay: 0.4s;
}

@media screen and (max-width: 992px) {.contact_us .contact_inquiry,
    .contact_us .reach_box {
    width: 100%;
    padding: 40px 30px;
}.contact_us .contact_inquiry {
    order: 2;
}.contact_us .reach_box {
    order: 1;
}
}

@media screen and (max-width: 576px) {.contact_us {
    padding: 60px 0;
}.contact_us .container {
    width: 90%;
}.contact_us .contact_inquiry,
    .contact_us .reach_box {
    padding: 30px 20px;
}.contact_us .contact_inquiry h3 {
    font-size: calc(37px * 0.8);
}.contact_us form .connect_card {
    width: 100%;
}}.register_now {
    background: linear-gradient(170deg, rgb(193,174,188) 0%, rgb(145,127,164) 100%);
    overflow: hidden;
    z-index: 1;
    padding: 100px 0;
    position: relative;
}.register_now::before {
    content: '';
    transform: perspective(500px) rotateX(60deg);
    width: 100%;
    background-size: 30px 30px;
    background-image: 
        linear-gradient(#ffffff 1px, transparent 1px),
        linear-gradient(to right, #ffffff 1px, transparent 1px);
    top: 0;
    animation: gridMove 20s linear infinite;
    z-index: -1;
    position: absolute;
    transform-origin: center top;
    left: 0;
    height: 100%;
    opacity: 0.05;
}.register_now::after {
    height: 100%;
    animation: colorShift 15s ease-in-out infinite alternate;
    position: absolute;
    width: 100%;
    left: 0;
    filter: blur(60px);
    z-index: -1;
    background: radial-gradient(
        circle at 30% 30%,
        rgb(145,127,164) 0%,
        transparent 50%
    ),
    radial-gradient(
        circle at 70% 70%,
        rgb(193,174,188) 0%,
        transparent 50%
    );
    top: 0;
    opacity: 0.1;
    content: '';
}.register_now .expert_sessions {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1000px;
    z-index: 2;
    flex-direction: column;
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative;
}.register_now .expert_sessions::before {
    top: -100px;
    box-shadow: 0 0 50px rgba(255, 255, 255, 0.1);
    height: 200px;
    content: '';
    border: 1px solid rgba(255, 255, 255, 0.1);
    width: 200px;
    border-radius: 50%;
    position: absolute;
    right: -100px;
    animation: orbitRotate 20s linear infinite;
}.register_now .expert_sessions::after {
    border-radius: 50%;
    bottom: -75px;
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.1);
    animation: orbitRotate 15s linear infinite reverse;
    content: '';
    width: 150px;
    box-shadow: 0 0 50px rgba(255, 255, 255, 0.1);
    height: 150px;
    left: -75px;
}.register_now h3 {
    margin-bottom: 55px;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 3px;
    text-align: center;
    color: #ffffff;
    font-size: 34px;
    text-shadow: 0 0 15px #ffffff;
    animation: textPulse 4s ease-in-out infinite alternate;
    font-weight: 700;
    font-family: Arial, sans-serif;
}.register_now h3::before {
    height: 100%;
    position: absolute;
    content: attr(data-text);
    filter: blur(1px);
    animation: glitchText 3s infinite linear alternate;
    text-shadow: none;
    width: 100%;
    top: 0;
    z-index: -1;
    color: rgb(145,127,164);
    left: -2px;
    opacity: 0.6;
}.register_now h3::after {
    opacity: 0.7;
    position: absolute;
    height: 3px;
    content: '';
    animation: barPulse 2s ease-in-out infinite;
    bottom: -20px;
    background: linear-gradient(
        to right,
        transparent,
        #ffffff,
        transparent
    );
    width: 50px;
    box-shadow: 0 0 10px #ffffff;
    left: 50%;
    transform: translateX(-50%);
}.register_now .query_form {
    font-family: Arial, sans-serif;
    border-radius: 17px;
    overflow: hidden;
    padding: 18px 48px;
    position: relative;
    display: inline-block;
    letter-spacing: 2px;
    border: 2px solid #ffffff;
    z-index: 1;
    background: transparent;
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.2);
    color: #ffffff;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    transition: all 0.4s ease;
    text-decoration: none;
}.register_now .query_form::before {
    height: 100%;
    left: -100%;
    width: 100%;
    top: 0;
    background: #ffffff;
    content: '';
    z-index: -1;
    position: absolute;
    transition: all 0.4s ease;
}.register_now .query_form::after {
    position: absolute;
    opacity: 0;
    background-size: 10px 10px;
    left: 0;
    z-index: -1;
    content: '';
    width: 100%;
    transition: opacity 0.4s ease;
    background: linear-gradient(
        -45deg,
        transparent 25%,
        rgba(255, 255, 255, 0.1) 25%,
        rgba(255, 255, 255, 0.1) 50%,
        transparent 50%,
        transparent 75%,
        rgba(255, 255, 255, 0.1) 75%
    );
    height: 100%;
    animation: patternMove 3s linear infinite;
    top: 0;
}.register_now .query_form:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2), 0 0 20px rgba(255, 255, 255, 0.4);
    transform: translateY(-5px);
    color: rgb(193,174,188);
    border-color: #ffffff;
}.register_now .query_form:hover::before {
    left: 0;
}.register_now .query_form:hover::after {
    opacity: 0.3;
}

@media screen and (max-width: 992px) {.register_now {
    padding: 80px 0;
}.register_now .expert_sessions::before {
    width: 150px;
    top: -75px;
    right: -75px;
    height: 150px;
}.register_now .expert_sessions::after {
    left: -60px;
    height: 120px;
    width: 120px;
    bottom: -60px;
}.register_now h3 {
    margin-bottom: 45px;
    font-size: calc(34px * 0.9);
}.register_now .query_form {
    padding: 16px 42px;
}
}

@media screen and (max-width: 768px) {.register_now {
    padding: 70px 0;
}.register_now .expert_sessions::before {
    height: 100px;
    right: -50px;
    width: 100px;
    top: -50px;
}.register_now .expert_sessions::after {
    width: 80px;
    height: 80px;
    bottom: -40px;
    left: -40px;
}.register_now h3 {
    letter-spacing: 2px;
    margin-bottom: 40px;
    font-size: calc(34px * 0.8);
}.register_now h3::after {
    width: 40px;
    bottom: -15px;
}.register_now .query_form {
    font-size: calc(15px * 0.95);
    padding: 14px 36px;
}
}

@media screen and (max-width: 576px) {.register_now {
    padding: 60px 0;
}.register_now .expert_sessions::before {
    top: -35px;
    width: 70px;
    right: -35px;
    height: 70px;
}.register_now .expert_sessions::after {
    left: -25px;
    height: 50px;
    width: 50px;
    bottom: -25px;
}.register_now h3 {
    letter-spacing: 1px;
    font-size: calc(34px * 0.7);
    margin-bottom: 35px;
}.register_now h3::after {
    bottom: -12px;
    width: 30px;
    height: 2px;
}.register_now .query_form {
    padding: 12px 30px;
    letter-spacing: 1px;
    font-size: calc(15px * 0.9);
}}

@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 0 30px;
    }
}

@keyframes colorShift {
    0% {
        opacity: 0.1;
    }
    50% {
        opacity: 0.2;
    }
    100% {
        opacity: 0.1;
    }
}

@keyframes orbitRotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes textPulse {
    0% {
        text-shadow: 0 0 10px #ffffff;
    }
    50% {
        text-shadow: 0 0 20px #ffffff, 0 0 30px #ffffff;
    }
    100% {
        text-shadow: 0 0 10px #ffffff;
    }
}

@keyframes glitchText {
    0% {
        left: -2px;
        filter: blur(1px);
    }
    25% {
        left: 2px;
        filter: blur(0);
    }
    50% {
        left: -1px;
        filter: blur(1px);
    }
    75% {
        left: 1px;
        filter: blur(0);
    }
    100% {
        left: -2px;
        filter: blur(1px);
    }
}

@keyframes barPulse {
    0%, 100% {
        opacity: 0.7;
        width: 50px;
    }
    50% {
        opacity: 1;
        width: 70px;
    }
}

@keyframes patternMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 10px 10px;
    }
}.newsletter {
    background: linear-gradient(90deg, rgb(226,217,224) 0%, rgba(0, 0, 0, 0.5) 100%);
    overflow: hidden;
    padding: 3rem;
    perspective: 1000px;
    margin: 4rem 0;
    position: relative;
}.newsletter::before {
    background: radial-gradient(circle at 30% 50%, rgb(193,174,188,0.5) 0%, transparent 60%);
    height: 100%;
    z-index: 1;
    width: 100%;
    position: absolute;
    animation: breathe 8s infinite alternate;
    opacity: 0.4;
    left: 0;
    top: 0;
    content: "";
}.newsletter::after {
    height: 50%;
    content: "";
    z-index: 0;
    transform: rotate(-5deg);
    background: linear-gradient(90deg, rgb(145,127,164,0.5) 0%, transparent 100%);
    width: 120%;
    bottom: -30%;
    filter: blur(20px);
    left: -10%;
    position: absolute;
}.newsletter .expert_sessions {
    transition: transform 0.5s ease;
    position: relative;
    transform-style: preserve-3d;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transform: rotateX(5deg);
}.newsletter .expert_sessions:hover {
    transform: rotateX(0deg);
}.newsletter p {
    transform: translateZ(20px);
    color: #ffffff;
    padding-right: 2rem;
    position: relative;
    font-weight: 700;
    flex: 0 0 40%;
    font-family: Arial, sans-serif;
    font-size: 24px;
}.newsletter p::after {
    position: absolute;
    bottom: -10px;
    transform-origin: left;
    left: 0;
    background: rgb(145,127,164);
    transition: transform 0.4s ease;
    content: "";
    transform: scaleX(0.5);
    width: 60px;
    height: 3px;
}.newsletter .expert_sessions:hover p::after {
    transform: scaleX(1);
}.newsletter .input_holder {
    overflow: hidden;
    border-radius: 10px;
    flex: 0 0 60%;
    transform: translateZ(40px);
    display: flex;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    position: relative;
}.newsletter .subscribe_area {
    font-size: 18px;
    font-family: Arial, sans-serif;
    background: #ffffff;
    color: #000000;
    border: none;
    transition: all 0.3s ease;
    padding: 1.2rem 1.5rem;
    flex: 1;
}.newsletter .subscribe_area:focus {
    outline: none;
    background: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0.9));
}.newsletter .subscribe_area::placeholder {
    color: #000000;
    opacity: 0.6;
}.newsletter .join_section {
    position: relative;
    overflow: hidden;
    color: #ffffff;
    transition: all 0.4s ease;
    background: linear-gradient(45deg, rgb(193,174,188) 0%, rgb(145,127,164) 100%);
    cursor: pointer;
    font-family: Arial, sans-serif;
    padding: 0 2rem;
    font-size: 16px;
    font-weight: 600;
    border: none;
}.newsletter .join_section::after {
    left: -50%;
    transform: scale(0.5);
    transition: opacity 0.4s ease;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.3) 0%, transparent 70%);
    top: -50%;
    height: 200%;
    opacity: 0;
    width: 200%;
    position: absolute;
    content: "";
}.newsletter .join_section:hover::after {
    transform: scale(1);
    opacity: 1;
}.newsletter .join_section:hover {
    box-shadow: 0 0 15px rgb(193,174,188,0.5);
    background: linear-gradient(45deg, rgb(145,127,164) 0%, rgb(193,174,188) 100%);
}

@keyframes breathe {
    0% {
        opacity: 0.3;
        transform: scale(1);
    }
    100% {
        opacity: 0.5;
        transform: scale(1.1);
    }
}

@media (max-width: 768px) {.newsletter {
    padding: 2rem 1.5rem;
}.newsletter .expert_sessions {
    align-items: stretch;
    transform: none;
    flex-direction: column;
}.newsletter p {
    padding-right: 0;
    margin-bottom: 1.5rem;
    transform: none;
    flex: none;
}.newsletter .input_holder {
    transform: none;
    flex-direction: column;
    flex: none;
}.newsletter .subscribe_area {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 1rem;
}.newsletter .join_section {
    width: 100%;
    padding: 1rem;
    border-radius: 10px;
}}.program_assets {
    overflow: hidden;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(226,217,224) 0%, rgba(245, 247, 250, 0.95) 100%);
    position: relative;
}.program_assets::before {
    height: 100%;
    z-index: 0;
    top: 0;
    content: "";
    background: radial-gradient(circle at 30% 70%, rgb(145,127,164,0.5) 0%, transparent 40%);
    width: 100%;
    position: absolute;
    left: 0;
}.program_assets::after {
    content: "";
    height: 200px;
    top: -50px;
    transform: rotate(15deg);
    position: absolute;
    right: -50px;
    border: 2px solid rgb(193,174,188,0.5);
    z-index: 0;
    width: 200px;
}.program_assets .container {
    position: relative;
    display: grid;
    z-index: 1;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
    grid-template-columns: 1fr 1.5fr;
    padding: 0 20px;
}.program_assets .img_wrapper {
    width: 100%;
    transform: perspective(1000px) rotateY(-5deg);
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    height: auto;
    box-shadow: 20px 20px 0 rgb(145,127,164,0.5), 
                -10px -10px 0 rgb(193,174,188,0.5);
    object-fit: cover;
}.program_assets .img_wrapper:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-10px);
}.program_assets .expert_sessions {
    justify-content: center;
    flex-direction: column;
    display: flex;
}.program_assets .section_content {
    padding: 20px 0;
    position: relative;
}.program_assets .section_content::before {
    left: -30px;
    transform: translateY(-50%);
    position: absolute;
    width: 3px;
    height: 80%;
    background: linear-gradient(to bottom, rgb(193,174,188), rgb(145,127,164));
    content: "";
    top: 50%;
}.program_assets h1 {
    line-height: 1.3;
    color: #000000;
    transform: translateX(0);
    transition: transform 0.5s ease;
    font-family: Arial, sans-serif;
    font-size: 38px;
    margin-bottom: 30px;
    font-weight: 700;
}.program_assets h1:hover {
    transform: translateX(5px);
}.program_assets ul {
    gap: 20px;
    padding: 0;
    display: grid;
    list-style: none;
    margin: 0;
}.program_assets li {
    transition: transform 0.3s ease-out;
    padding-left: 35px;
    position: relative;
}.program_assets li:hover {
    transform: translateX(10px);
}.program_assets li p {
    align-items: center;
    color: #000000;
    margin: 0;
    font-family: Arial, sans-serif;
    display: flex;
    line-height: 1.6;
    font-size: 18px;
    font-weight: 400;
}.program_assets li:nth-child(odd) {
    background: linear-gradient(to right, rgba(245, 247, 250, 0.5), transparent);
    padding: 12px 15px 12px 35px;
}.program_assets li svg {
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: absolute;
    left: 0;
    transform: translateY(-50%);
    width: 24px;
    top: 50%;
    height: 24px;
}.program_assets li:hover svg {
    transform: translateY(-50%) scale(1.2);
}.program_assets svg path {
    transition: fill 0.3s ease;
    fill: rgb(193,174,188);
}.program_assets li:hover svg path:first-child {
    fill: rgb(145,127,164);
}.program_assets li:nth-child(even) svg path:last-child {
    fill: rgb(145,127,164);
}

@media (max-width: 992px) {.program_assets {
    padding: 80px 0;
}.program_assets .container {
    gap: 30px;
    grid-template-columns: 1fr;
}.program_assets .img_wrapper {
    box-shadow: 15px 15px 0 rgb(145,127,164,0.5), 
                   -8px -8px 0 rgb(193,174,188,0.5);
    margin: 0 auto;
    max-width: 500px;
}.program_assets .section_content::before {
    left: 0;
    top: -20px;
    transform: none;
    height: 3px;
    width: 80px;
}.program_assets h1 {
    margin-bottom: 25px;
    font-size: calc(38px * 0.85);
}
}

@media (max-width: 768px) {.program_assets {
    padding: 60px 0;
}.program_assets::after {
    display: none;
}.program_assets .img_wrapper {
    box-shadow: 10px 10px 0 rgb(145,127,164,0.5), 
                   -5px -5px 0 rgb(193,174,188,0.5);
}.program_assets h1 {
    margin-bottom: 20px;
    font-size: calc(38px * 0.7);
}.program_assets ul {
    gap: 15px;
}.program_assets li p {
    font-size: calc(18px * 0.95);
}
}

@media (max-width: 576px) {.program_assets {
    padding: 40px 0;
}.program_assets .container {
    padding: 0 15px;
    gap: 25px;
}.program_assets .img_wrapper {
    box-shadow: 8px 8px 0 rgb(145,127,164,0.5), 
                   -4px -4px 0 rgb(193,174,188,0.5);
}.program_assets h1 {
    margin-bottom: 15px;
    font-size: calc(38px * 0.6);
}.program_assets li {
    padding-left: 30px;
}.program_assets li:nth-child(odd) {
    padding: 8px 10px 8px 30px;
}.program_assets li svg {
    height: 20px;
    width: 20px;
}.program_assets li p {
    line-height: 1.5;
    font-size: calc(18px * 0.9);
}}.customer_reviews {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, rgb(226,217,224) 0%, rgb(193,174,188,0.5) 100%);
}.customer_reviews::before {
    z-index: 0;
    left: 0;
    opacity: 0.3;
    transform: skewY(-5deg) translateY(-100px);
    height: 200px;
    top: 0;
    content: "";
    right: 0;
    position: absolute;
    background: linear-gradient(to right, rgb(145,127,164,0.5), transparent, rgb(145,127,164,0.5));
}.customer_reviews::after {
    height: 150px;
    position: absolute;
    opacity: 0.3;
    bottom: 0;
    right: 0;
    z-index: 0;
    transform: skewY(3deg) translateY(50px);
    content: "";
    background: linear-gradient(to left, rgb(193,174,188,0.5), transparent, rgb(193,174,188,0.5));
    left: 0;
}.customer_reviews .container {
    position: relative;
    z-index: 1;
}.customer_reviews h2 {
    font-weight: 700;
    margin-bottom: 70px;
    padding-bottom: 20px;
    position: relative;
    text-align: center;
    color: #000000;
    font-size: 36px;
    transform: perspective(500px) rotateX(5deg);
}.customer_reviews h2::after {
    height: 5px;
    border-radius: 10px;
    transform: translateX(-50%);
    left: 50%;
    content: "";
    position: absolute;
    width: 100px;
    bottom: 0;
    background: linear-gradient(to right, rgb(193,174,188), rgb(145,127,164));
}.customer_reviews .client_views {
    align-items: center;
    max-width: 800px;
    flex-direction: column;
    display: flex;
    gap: 70px;
    perspective: 1000px;
    transform-style: preserve-3d;
    margin: 0 auto;
}.customer_reviews .client_voices {
    border-radius: 24px;
    position: relative;
    flex-direction: column;
    z-index: 1;
    padding: 30px;
    transition: all 0.5s ease;
    width: 100%;
    transform: translateZ(0);
    gap: 20px;
    display: flex;
    background: #ffffff;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
}.customer_reviews .client_voices:nth-child(odd) {
    align-self: flex-start;
    transform: translateX(-30px) rotateZ(-1deg);
}.customer_reviews .client_voices:nth-child(even) {
    transform: translateX(30px) rotateZ(1deg);
    align-self: flex-end;
}.customer_reviews .client_voices:hover {
    z-index: 2;
    transform: scale(1.03) rotateZ(0);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5);
}.customer_reviews .client_voices::before {
    position: absolute;
    top: -15px;
    height: 30px;
    transform: rotate(45deg);
    background: #ffffff;
    left: 30px;
    box-shadow: -5px -5px 15px rgba(0, 0, 0, 0.5);
    content: "";
    z-index: -1;
    width: 30px;
}.customer_reviews .client_voices:nth-child(even)::before {
    left: auto;
    right: 30px;
}.customer_reviews .client_voices img {
    object-fit: cover;
    border-radius: 50%;
    transition: all 0.5s ease;
    left: 20px;
    width: 80px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
    height: 80px;
    border: 5px solid #ffffff;
    position: absolute;
    top: -40px;
}.customer_reviews .client_voices:nth-child(even) img {
    right: 20px;
    left: auto;
}.customer_reviews .client_voices:hover img {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
    transform: scale(1.1) translateY(-5px);
}.customer_reviews .client_voices p {
    font-family: Arial, sans-serif;
    margin: 0;
}.customer_reviews .client_voices p:first-of-type {
    position: relative;
    font-size: 19px;
    font-weight: 600;
    margin-left: 100px;
    margin-top: 40px;
    color: #000000;
}.customer_reviews .client_voices:nth-child(even) p:first-of-type {
    margin-left: 0;
    margin-right: 100px;
    text-align: right;
}.customer_reviews .client_voices .description {
    font-size: 16px;
    line-height: 1.7;
    color: #000000;
    position: relative;
    font-weight: 400;
    padding: 20px;
    border-radius: 10px;
    background: linear-gradient(to right, rgb(226,217,224), transparent);
}.customer_reviews .client_voices:nth-child(even) .description {
    background: linear-gradient(to left, rgb(226,217,224), transparent);
}.customer_reviews .client_voices .description::before {
    font-size: 60px;
    color: rgb(193,174,188,0.5);
    content: "";
    line-height: 1;
    position: absolute;
    top: -20px;
    font-weight: 700;
    left: 0;
}.customer_reviews .client_voices:nth-child(even) .description::before {
    left: auto;
    right: 0;
}@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0px);
    }
}

.customer_reviews .client_voices:nth-child(3n+1) {
    animation: float 6s ease-in-out infinite;
}.customer_reviews .client_voices:nth-child(3n+2) {
    animation-delay: 1s;
    animation: float 7s ease-in-out infinite;
}.customer_reviews .client_voices:nth-child(3n) {
    animation-delay: 2s;
    animation: float 8s ease-in-out infinite;
}

@media (max-width: 992px) {.customer_reviews {
    padding: 80px 0;
}.customer_reviews .client_voices:nth-child(odd),
    .customer_reviews .client_voices:nth-child(even) {
    width: 90%;
    transform: none;
}.customer_reviews .client_voices:hover {
    transform: scale(1.02);
}
}

@media (max-width: 768px) {.customer_reviews {
    padding: 70px 0;
}.customer_reviews h2 {
    transform: none;
    margin-bottom: 50px;
}.customer_reviews .client_views {
    gap: 80px;
}.customer_reviews .client_voices {
    padding: 25px 20px;
}.customer_reviews .client_voices img {
    height: 60px;
    width: 60px;
    top: -30px;
}.customer_reviews .client_voices p:first-of-type {
    margin-top: 30px;
    font-size: calc(19px * 0.9);
    margin-left: 80px;
}.customer_reviews .client_voices:nth-child(even) p:first-of-type {
    margin-right: 80px;
}.customer_reviews .client_voices .description {
    padding: 15px;
    font-size: calc(16px * 0.95);
}}.who_we_are {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    z-index: 1;
}.who_we_are::before {
    backdrop-filter: blur(8px);
    content: "";
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    bottom: 0;
    right: 0;
}.who_we_are::after {
    height: 200%;
    top: -50%;
    animation: pulse 15s infinite alternate ease-in-out;
    left: -50%;
    background: radial-gradient(circle at center, rgb(193,174,188,0.5) 0%, transparent 70%);
    z-index: -1;
    position: absolute;
    width: 200%;
    opacity: 0.3;
    content: "";
}.who_we_are .container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    padding: 0 30px;
    margin: 0 auto;
}.who_we_are .section_content {
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    background: rgba(255, 255, 255, 0.1);
    transform-style: preserve-3d;
    box-shadow: 
        20px 20px 60px rgba(0, 0, 0, 0.1),
        -20px -20px 60px rgba(255, 255, 255, 0.05),
        inset 5px 5px 15px rgba(255, 255, 255, 0.05),
        inset -5px -5px 15px rgba(0, 0, 0, 0.05);
    padding: 50px;
    backdrop-filter: blur(12px);
    transform: perspective(1000px) rotateX(2deg);
    border: 1px solid rgba(255, 255, 255, 0.1);
}.who_we_are .section_content:hover {
    box-shadow: 
        25px 25px 70px rgba(0, 0, 0, 0.15),
        -25px -25px 70px rgba(255, 255, 255, 0.07),
        inset 6px 6px 18px rgba(255, 255, 255, 0.07),
        inset -6px -6px 18px rgba(0, 0, 0, 0.07);
    transform: perspective(1000px) rotateX(0deg) translateY(-10px);
}.who_we_are h1 {
    color: #ffffff;
    letter-spacing: 3px;
    position: relative;
    font-size: 46px;
    margin-bottom: 30px;
    text-transform: uppercase;
    padding-bottom: 15px;
    display: inline-block;
}.who_we_are h1::after {
    transform-origin: left;
    transform: scaleX(1);
    width: 80px;
    left: 0;
    transition: transform 0.4s ease-out;
    content: "";
    position: absolute;
    background: linear-gradient(90deg, rgb(193,174,188), transparent);
    height: 4px;
    bottom: 0;
}.who_we_are .section_content:hover h1::after {
    transform: scaleX(1.5);
}.who_we_are ul {
    list-style: none;
    padding: 0;
    margin: 0;
}.who_we_are ul li {
    margin-bottom: 20px;
}.who_we_are ul li h4 {
    display: inline-block;
    font-weight: 600;
    transition: transform 0.3s ease;
    font-size: calc(23px * 1.2);
    margin-bottom: 15px;
    position: relative;
    transform: translateX(0);
    letter-spacing: 1px;
    color: rgb(193,174,188);
}.who_we_are ul li h4::before {
    top: 50%;
    position: absolute;
    height: 12px;
    left: -20px;
    width: 12px;
    content: "";
    background: rgb(193,174,188);
    opacity: 0;
    transition: all 0.3s ease;
    transform: translateY(-50%) scale(0);
}.who_we_are .section_content:hover ul li h4 {
    transform: translateX(20px);
}.who_we_are .section_content:hover ul li h4::before {
    transform: translateY(-50%) scale(1);
    opacity: 1;
}.who_we_are ul li span {
    border-left: 3px solid rgb(193,174,188);
    transform: translateY(0);
    padding: 20px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    line-height: 1.8;
    background: rgba(0, 0, 0, 0.2);
    display: block;
    color: #ffffff;
    position: relative;
    opacity: 0.9;
    font-size: 13px;
}.who_we_are ul li span::before {
    transition: opacity 0.5s ease;
    position: absolute;
    left: 0;
    content: "";
    height: 100%;
    background: linear-gradient(135deg, rgb(193,174,188,0.5) 0%, transparent 100%);
    width: 100%;
    top: 0;
    opacity: 0;
}.who_we_are .section_content:hover ul li span {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    opacity: 1;
    transform: translateY(5px);
}.who_we_are .section_content:hover ul li span::before {
    opacity: 0.1;
}

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

@media (max-width: 992px) {.who_we_are {
    padding: 80px 0;
}.who_we_are .section_content {
    transform: perspective(800px) rotateX(1deg);
    padding: 30px;
}.who_we_are h1 {
    font-size: calc(46px * 0.85);
    margin-bottom: 20px;
}
}

@media (max-width: 768px) {.who_we_are {
    padding: 60px 0;
}.who_we_are .section_content {
    transform: none;
    padding: 25px;
}.who_we_are .section_content:hover {
    transform: translateY(-5px);
}.who_we_are h1 {
    letter-spacing: 2px;
    font-size: calc(46px * 0.7);
}.who_we_are ul li h4 {
    font-size: 23px;
}.who_we_are ul li span {
    font-size: calc(13px * 0.9);
    padding: 15px;
}
}

@media (max-width: 576px) {.who_we_are {
    padding: 40px 0;
}.who_we_are .container {
    padding: 0 20px;
}.who_we_are .section_content {
    padding: 20px;
}.who_we_are h1 {
    padding-bottom: 10px;
    letter-spacing: 1px;
    font-size: calc(46px * 0.6);
}.who_we_are h1::after {
    height: 3px;
    width: 60px;
}.who_we_are ul li span {
    line-height: 1.6;
    padding: 12px;
}}.privacy_cover {
    color: #ffffff;
    align-items: center;
    flex-direction: column;
    display: flex;
    height: auto;
    border: 2px solid rgb(193,174,188);
    overflow: hidden;
    width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    font-family: Arial, sans-serif;
    padding: 60px;
}.privacy_cover h1 {
    margin-top: 50px;
    margin-bottom: 30px;
    border-bottom: 3px solid rgb(193,174,188);
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    font-size: 39px;
    width: 100%;
    color: rgb(193,174,188);
    padding-bottom: 10px;
}.privacy_cover h2 {
    border-bottom: 2px solid rgb(145,127,164);
    margin-bottom: 25px;
    color: rgb(145,127,164);
    margin-top: 40px;
    font-weight: 600;
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
    font-size: 36px;
}.privacy_cover h3, .privacy_cover h4, .privacy_cover h5, .privacy_cover h6 {
    text-align: center;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 30px;
    font-size: 23px;
    border-bottom: 1px solid rgb(193,174,188);
    width: 100%;
    padding-bottom: 5px;
    color: rgb(193,174,188);
}.privacy_cover li {
    color: #000000;
    line-height: 1.6;
    font-weight: 400;
    padding-left: 10px;
    padding-left: 20px;
    border-left: 3px solid rgb(193,174,188);
    margin-bottom: 15px;
    position: relative;
    font-size: 15px;
}.privacy_cover section {
    border-radius: 10px;
    text-align: center;
    padding: 30px;
    border: 1px solid rgb(193,174,188);
    width: 100%;
    box-shadow: 0 0 15px rgb(193,174,188,0.5);
    margin-top: 30px;
}.privacy_cover p, .privacy_cover span, .privacy_cover div {
    text-align: center;
    color: #000000;
    line-height: 1.8;
    margin: 0 auto 15px auto;
    margin-bottom: 15px;
    font-size: 15px;
    padding-bottom: 5px;
    width: 100%;
    font-weight: 300;
}

@media only screen and (max-width: 800px) {.privacy_cover {
    padding: 20px 10px;
}.privacy_cover h1 {
    font-size: calc(23px * 0.8);
    width: 100%;
}.privacy_cover h2 {
    font-size: calc(23px * 0.8);
    width: 100%;
}.privacy_cover h3, .privacy_cover h4, .privacy_cover h5, .privacy_cover h6 {
    width: 100%;
    font-size: calc(23px * 0.8);
}.privacy_cover p, .privacy_cover span, .privacy_cover div {
    width: 100%;
    font-size: calc(15px * 0.9);
}.privacy_cover ul, .privacy_cover ol {
    width: 100%;
}.privacy_cover section {
    width: 100%;
}}.education_framework {
    position: relative;
    background: linear-gradient(130deg, rgb(226,217,224) 0%, rgb(145,127,164,0.5) 150%);
    padding: 170px 0 140px;
    overflow: visible;
}.education_framework::before {
    position: absolute;
    opacity: 0.05;
    width: 100%;
    top: 0;
    left: 0;
    content: '';
    background-size: 100% 40px;
    height: 100%;
    background-image: linear-gradient(rgb(193,174,188,0.5) 1px, transparent 1px);
    z-index: 1;
}.education_framework .expert_sessions {
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}.education_framework .section_content {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    position: relative;
    padding: 0;
}.education_framework .section_content h2 {
    font-weight: 700;
    font-size: 33px;
    color: #ffffff;
    align-self: flex-start;
    position: relative;
    border-radius: 25px;
    width: 40%;
    z-index: 4;
    margin: 0;
    padding: 35px 40px;
    backdrop-filter: blur(10px);
    transform: translate(-60px, -40px);
    background: linear-gradient(120deg, rgb(193,174,188,0.5) 0%, rgba(255, 255, 255, 0.1) 100%);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}.education_framework .section_content p {
    width: 60%;
    padding: 40px 50px;
    margin: 0;
    border-radius: 25px;
    font-size: 15px;
    z-index: 3;
    background: rgba(255, 255, 255, 0.05);
    color: #ffffff;
    line-height: 1.8;
    align-self: flex-end;
    backdrop-filter: blur(15px);
    position: relative;
    transform: translate(30px, 40px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
}.education_framework .section_content::before {
    filter: blur(40px);
    height: 65%;
    border-radius: 25px;
    width: 80%;
    z-index: 1;
    left: 10%;
    opacity: 0.15;
    content: '';
    position: absolute;
    background: linear-gradient(140deg, rgb(193,174,188,0.5) 0%, transparent 70%);
    top: 15%;
}.education_framework .section_content::after {
    content: '';
    opacity: 0.1;
    top: 10%;
    position: absolute;
    left: 5%;
    border: 1px solid rgb(193,174,188,0.5);
    width: 90%;
    height: 80%;
    border-radius: 25px;
    z-index: 2;
}.education_framework .section_content h2::before {
    filter: blur(30px);
    width: 120px;
    z-index: -1;
    right: -60px;
    bottom: -60px;
    opacity: 0.05;
    background: rgb(193,174,188);
    content: '';
    height: 120px;
    border-radius: 50%;
    position: absolute;
}.education_framework .section_content h2::after {
    width: 3px;
    background: rgb(193,174,188);
    height: 80px;
    content: '';
    opacity: 0.6;
    z-index: 5;
    position: absolute;
    bottom: -90px;
    right: 40px;
}.education_framework .section_content p::before {
    left: 10%;
    top: 30px;
    content: '';
    width: 80%;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(193,174,188,0.5), transparent);
    opacity: 0.3;
    height: 1px;
}.education_framework .section_content p::after {
    left: 20%;
    bottom: 30px;
    position: absolute;
    content: '';
    width: 60%;
    background: linear-gradient(90deg, transparent, rgb(145,127,164,0.5), transparent);
    opacity: 0.3;
    height: 1px;
}.education_framework::after {
    right: 10%;
    animation: float-morph 20s infinite alternate;
    height: 250px;
    content: '';
    opacity: 0.05;
    background: rgb(193,174,188,0.5);
    z-index: 1;
    bottom: -100px;
    border-radius: 30% 70% 50% 50% / 30% 30% 70% 70%;
    width: 250px;
    position: absolute;
    filter: blur(80px);
}.education_framework .expert_sessions::before {
    content: '';
    position: absolute;
    animation: rotate-scale 25s infinite linear;
    transform-origin: center;
    border: 1px solid rgb(145,127,164,0.5);
    width: 200px;
    height: 200px;
    left: 12%;
    top: -100px;
    opacity: 0.2;
}.education_framework .expert_sessions::after {
    border: 1px dashed rgb(193,174,188,0.5);
    content: '';
    left: 40%;
    height: 180px;
    bottom: -90px;
    animation: rotate-scale 20s infinite linear reverse;
    opacity: 0.15;
    width: 180px;
    transform-origin: center;
    position: absolute;
}@keyframes float-morph {
    0% {
        border-radius: 30% 70% 50% 50% / 30% 30% 70% 70%;
        transform: translate(0, 0);
    }
    50% {
        border-radius: 50% 50% 70% 30% / 60% 40% 30% 70%;
        transform: translate(-30px, -20px);
    }
    100% {
        border-radius: 30% 70% 50% 50% / 30% 30% 70% 70%;
        transform: translate(0, 0);
    }
}

@keyframes rotate-scale {
    0% {
        transform: rotate(0deg) scale(1);
    }
    50% {
        transform: rotate(180deg) scale(1.1);
    }
    100% {
        transform: rotate(360deg) scale(1);
    }
}

.education_framework .expert_sessions::before {
    clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
}.education_framework .expert_sessions::after {
    clip-path: polygon(50% 0, 83% 12%, 100% 43%, 94% 78%, 68% 100%, 32% 100%, 6% 78%, 0% 43%, 17% 12%);
}

@media screen and (max-width: 1200px) {.education_framework .section_content h2 {
    transform: translate(-40px, -30px);
    width: 45%;
}.education_framework .section_content p {
    width: 65%;
    transform: translate(20px, 30px);
}.education_framework .expert_sessions::before,
    .education_framework .expert_sessions::after {
    height: 160px;
    width: 160px;
}
}

@media screen and (max-width: 992px) {.education_framework {
    padding: 140px 0 120px;
}.education_framework .section_content h2 {
    padding: 30px 35px;
    width: 50%;
    transform: translate(-30px, -25px);
}.education_framework .section_content p {
    padding: 35px 40px;
    width: 70%;
    transform: translate(15px, 25px);
}.education_framework .section_content h2::after {
    height: 60px;
    bottom: -70px;
}.education_framework .expert_sessions::before {
    height: 140px;
    width: 140px;
    top: -70px;
}.education_framework .expert_sessions::after {
    width: 140px;
    height: 140px;
    bottom: -70px;
}
}

@media screen and (max-width: 768px) {.education_framework {
    overflow: hidden;
    padding: 120px 0 100px;
}.education_framework .section_content {
    flex-direction: column;
}.education_framework .section_content h2 {
    margin-bottom: 40px;
    transform: none;
    width: 100%;
    font-size: calc(33px * 0.9);
    padding: 25px 30px;
}.education_framework .section_content p {
    width: 100%;
    transform: none;
}.education_framework .section_content::before,
    .education_framework .section_content::after {
    display: none;
}.education_framework .section_content h2::after {
    right: 50%;
    height: 40px;
    bottom: -50px;
}.education_framework .expert_sessions::before,
    .education_framework .expert_sessions::after,
    .education_framework::after {
    display: none;
}
}

@media screen and (max-width: 480px) {.education_framework {
    padding: 100px 0 80px;
}.education_framework .section_content h2 {
    padding: 20px 25px;
    font-size: calc(33px * 0.8);
    margin-bottom: 30px;
}.education_framework .section_content p {
    font-size: calc(15px * 0.9);
    padding: 25px 30px;
}.education_framework .section_content h2::after {
    height: 30px;
    bottom: -40px;
}}.price_offering {
    padding: 100px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(226,217,224) 0%, rgb(193,174,188,0.5) 100%);
    overflow: hidden;
}.price_offering::before {
    position: absolute;
    width: 100%;
    background: radial-gradient(circle at 30% 70%, rgb(145,127,164,0.5) 0%, transparent 60%);
    left: 0;
    top: 0;
    z-index: 0;
    content: "";
    pointer-events: none;
    height: 100%;
}.price_offering .container {
    position: relative;
    z-index: 1;
    padding: 0 15px;
    margin: 0 auto;
    max-width: 1320px;
}.price_offering .plan_matrix {
    display: flex;
    position: relative;
    gap: 60px;
    flex-direction: column-reverse;
}.price_offering .skill_plans {
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform: perspective(1000px) rotateX(0deg);
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 90%);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    padding: 30px;
    border-left: 3px solid rgb(193,174,188);
    backdrop-filter: blur(10px);
    position: relative;
    max-width: 100%;
}.price_offering .skill_plans:hover {
    transform: perspective(1000px) rotateX(2deg);
}.price_offering .skill_plans h2 {
    transform: translateZ(0);
    letter-spacing: -0.02em;
    color: transparent;
    line-height: 1.3;
    margin-bottom: 20px;
    -webkit-background-clip: text !important;
    background: linear-gradient(90deg, rgb(193,174,188), rgb(145,127,164));
    font-weight: 700;
    background-clip: text !important;
    font-size: 34px;
}.price_offering .skill_plans .pricing_options {
    word-break: break-word;
    max-width: 700px;
    font-size: 18px;
    color: #000000;
    line-height: 1.6;
    margin-bottom: 0;
    overflow-wrap: break-word;
}.price_offering .pay_plans {
    grid-template-columns: 1fr;
    gap: 30px;
    display: grid;
    position: relative;
}.price_offering .trial_offers {
    display: block;
    text-decoration: none;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    transform: translateY(0);
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}.price_offering .trial_offers:hover {
    z-index: 5;
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}.price_offering .study_packages {
    overflow: hidden;
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 95%);
    display: flex;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.06);
    height: 100%;
    flex-direction: column;
}.price_offering .study_packages::before {
    position: absolute;
    top: 0;
    transition: transform 0.4s ease-out;
    height: 5px;
    width: 100%;
    left: 0;
    background: linear-gradient(90deg, rgb(193,174,188), rgb(145,127,164));
    transform: scaleX(0.8);
    content: "";
    transform-origin: left;
}.price_offering .trial_offers:hover .study_packages::before {
    transform: scaleX(1);
}.price_offering .pricing_schemes {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 30px;
    z-index: 1;
    position: relative;
}.price_offering .pricing_schemes h3 {
    transition: transform 0.3s ease;
    color: #000000;
    font-weight: 700;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
    transform-origin: left;
    white-space: nowrap;
    margin-bottom: 15px;
    font-size: calc(23px + 2px);
}.price_offering .trial_offers:hover .pricing_schemes h3 {
    transform: translateX(5px) scale(1.03);
    color: rgb(193,174,188);
}.price_offering .cost_fee {
    display: inline-block;
    font-size: calc(23px + 4px);
    color: rgb(145,127,164);
    font-weight: 700;
    position: relative;
    margin-bottom: 20px;
}.price_offering .cost_fee::after {
    width: 50px;
    content: "";
    position: absolute;
    left: 0;
    height: 3px;
    transform: scaleX(0.5);
    transform-origin: left;
    background: rgb(193,174,188);
    bottom: -5px;
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}.price_offering .trial_offers:hover .cost_fee::after {
    transform: scaleX(1);
}.price_offering .pricing_schemes p {
    overflow: hidden;
    color: #000000;
    font-size: 18px;
    flex: 1;
    line-height: 1.6;
    word-break: break-word;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow-wrap: break-word;
    margin-bottom: 0;
    display: -webkit-box;
}.price_offering .img_wrapper {
    position: relative;
    height: 200px;
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    overflow: hidden;
}.price_offering .img_wrapper::after {
    pointer-events: none;
    background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.3) 100%);
    left: 0;
    height: 100%;
    top: 0;
    position: absolute;
    content: "";
    width: 100%;
}.price_offering .trial_offers:hover .img_wrapper {
    transform: scale(1.05);
}

@media (min-width: 768px) {.price_offering .pay_plans {
    grid-template-columns: repeat(2, 1fr);
}.price_offering .skill_plans {
    padding: 40px;
}.price_offering .pricing_schemes {
    padding: 30px 35px;
}.price_offering .img_wrapper {
    height: 240px;
}
}

@media (min-width: 992px) {.price_offering .plan_matrix {
    flex-direction: row;
    align-items: stretch;
    gap: 40px;
}.price_offering .skill_plans {
    display: flex;
    width: 30%;
    justify-content: center;
    padding: 50px 40px;
    flex-direction: column;
}.price_offering .pay_plans {
    grid-template-columns: repeat(2, 1fr);
    width: 70%;
}.price_offering .pricing_schemes {
    padding: 30px;
}.price_offering .pricing_schemes p {
    -webkit-line-clamp: 6;
}
}

@media (min-width: 1200px) {.price_offering {
    padding: 120px 0;
}.price_offering .pay_plans {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}.price_offering .skill_plans h2 {
    font-size: calc(34px + 4px);
}.price_offering .pricing_schemes h3 {
    font-size: calc(23px + 4px);
}.price_offering .cost_fee {
    font-size: calc(23px + 8px);
}.price_offering .img_wrapper {
    height: 280px;
}
}

@media (min-width: 1400px) {.price_offering .pay_plans {
    grid-template-columns: repeat(2, 1fr);
}.price_offering .pricing_schemes p {
    -webkit-line-clamp: 7;
}
}

@media (hover: hover) {.price_offering .trial_offers {
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}.price_offering .trial_offers:hover {
    transform: translateY(-10px) scale(1.02);
}}footer {
    position: relative;
    width: 100%;
}.calc_foot {
    padding: 80px 0 30px;
    position: relative;
    font-family: Arial, sans-serif;
    background-color: #ffffff;
    color: #000000;
}.calc_foot::before {
    bottom: 0;
    background-image: repeating-linear-gradient(
        to right,
        rgb(193,174,188),
        rgb(193,174,188) 10px,
        transparent 10px,
        transparent 20px
    );
    left: 0;
    height: 1px;
    content: "";
    width: 100%;
    position: absolute;
}footer .webinar_cta {
    z-index: 1;
    position: relative;
}footer .connect_block {
    flex-wrap: wrap;
    height: 100px;
    margin-bottom: 70px;
    justify-content: space-between;
    position: relative;
    display: flex;
    overflow: hidden;
}footer .info_item {
    position: relative;
    align-items: center;
    display: flex;
    transition: all 0.5s ease;
    margin-right: 1px;
    flex: 1;
    height: 100px;
    min-width: 250px;
    cursor: pointer;
    padding: 0 25px;
    overflow: hidden;
    background-color: rgb(145,127,164);
}footer .info_item:last-child {
    margin-right: 0;
}footer .info_item:hover {
    flex: 1.5;
    background-color: rgb(193,174,188);
}footer .info_item::after {
    top: 0;
    right: 0;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.1);
    content: "";
    height: 100%;
    position: absolute;
}footer .info_item:last-child::after {
    display: none;
}footer .info_item svg {
    width: 24px;
    flex-shrink: 0;
    position: relative;
    z-index: 2;
    fill: #ffffff;
    margin-right: 15px;
    height: 24px;
}footer .info_item p,
footer .info_item a {
    z-index: 2;
    position: relative;
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-decoration: none;
    max-width: 100%;
    color: #ffffff;
    overflow: hidden;
}footer .info_item::before {
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    left: 0;
    content: "";
    transition: opacity 0.5s ease;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 100%);
    position: absolute;
}footer .info_item:hover::before {
    opacity: 1;
}footer .text_main_holder {
    -webkit-overflow-scrolling: touch;
    margin: 0 -20px;
    display: flex;
    -ms-overflow-style: none;
    overflow-x: auto;
    padding: 0 20px;
    flex-wrap: nowrap;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    gap: 0;
}footer .text_main_holder::-webkit-scrollbar {
    display: none;
}footer .nav_primary, footer .head_pagewrap, footer .subscribe_holder {
    border-radius: 19px;
    max-width: 500px;
    flex: 0 0 100%;
    margin-right: 30px;
    height: 450px;
    transition: all 0.4s ease;
    position: relative;
    min-width: 280px;
    padding: 30px;
    scroll-snap-align: start;
}footer .nav_primary {
    justify-content: center;
    align-items: center;
    display: flex;
    text-align: center;
    flex-direction: column;
    background-color: rgb(226,217,224);
}footer .nav_primary svg {
    width: auto;
    height: 50px;
    margin-bottom: 30px;
}footer .pledge_block {
    line-height: 1.6;
    color: #000000;
    font-size: 15px;
    max-width: 300px;
}footer .head_pagewrap {
    display: flex;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(145,127,164,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(193,174,188,0.5) 0%, transparent 40%);
    justify-content: center;
    position: relative;
    color: #ffffff;
    overflow: hidden;
    flex-direction: column;
    background-color: rgb(145,127,164);
}footer .head_pagewrap::after {
    right: 0;
    position: absolute;
    background-image: 
        linear-gradient(45deg, transparent 92%, rgba(255, 255, 255, 0.05) 93%, transparent 94%),
        linear-gradient(135deg, transparent 92%, rgba(255, 255, 255, 0.05) 93%, transparent 94%);
    opacity: 0.3;
    background-size: 30px 30px;
    bottom: 0;
    left: 0;
    top: 0;
    pointer-events: none;
    content: "";
}footer .head_pagewrap h5 {
    display: inline-block;
    font-size: 19px;
    letter-spacing: 1px;
    margin-bottom: 30px;
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
}footer .head_pagewrap h5::after {
    content: "";
    width: 30px;
    left: 0;
    position: absolute;
    height: 2px;
    background-color: rgb(193,174,188);
    bottom: -10px;
}footer .head_bar {
    margin-bottom: 20px;
    height: auto;
    position: relative;
    max-height: 280px;
    overflow: hidden;
}footer .head_bar a {
    transition: all 0.3s ease;
    padding: 10px 0;
    display: block;
    text-decoration: none;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}footer .head_bar a:hover {
    padding-left: 10px;
    color: #ffffff;
    border-bottom-color: rgb(193,174,188);
}footer .subscribe_holder {
    flex-direction: column;
    justify-content: center;
    color: #ffffff;
    display: flex;
    background-color: rgb(193,174,188);
}footer .subscribe_holder h5 {
    letter-spacing: 1px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 19px;
}footer .subscribe_holder p {
    font-size: 12px;
    margin-bottom: 30px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
}footer .input_holder {
    display: flex;
    gap: 15px;
    flex-direction: column;
}footer .input_holder input[type="email"] {
    padding: 15px;
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    border: none;
    font-size: 12px;
    transition: all 0.3s ease;
}footer .input_holder input[type="email"]:focus {
    background-color: rgba(255, 255, 255, 0.2);
    outline: none;
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}footer .join_section {
    text-align: center;
    padding: 15px;
    background-color: rgb(145,127,164);
    font-weight: 600;
    color: #ffffff;
    border-radius: 10px;
    transition: all 0.3s ease;
    font-size: 20px;
    cursor: pointer;
    border: none;
}footer .join_section:hover {
    background-color: rgb(145,127,164,0.5);
}footer .ar_tools {
    padding-top: 20px;
    position: relative;
    margin-top: 40px;
}footer .ar_tools::before {
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.5), transparent);
    height: 1px;
    left: 20%;
    position: absolute;
    content: "";
    right: 20%;
}footer .pitch_comp {
    text-align: center;
    font-size: 15px;
    color: #000000;
}

@media (min-width: 992px) {footer .text_main_holder {
    padding: 0;
    flex-wrap: wrap;
    overflow-x: visible;
    margin: 0;
    scroll-snap-type: none;
    gap: 30px;
}footer .nav_primary, footer .head_pagewrap, footer .subscribe_holder {
    flex: 1;
    height: 500px;
    min-width: 0;
    margin-right: 0;
}
}

@media (max-width: 991px) {footer .info_item {
    min-width: 200px;
}footer .nav_primary::before,
    footer .head_pagewrap::before,
    footer .subscribe_holder::before {
    font-size: 3rem;
}
}

@media (max-width: 767px) {footer .calc_foot {
    padding: 60px 0 30px;
}footer .connect_block {
    flex-direction: column;
    height: auto;
    margin-bottom: 40px;
}footer .info_item {
    margin-bottom: 1px;
    width: 100%;
    margin-right: 0;
}footer .info_item:hover {
    padding-left: 35px;
    flex: 1;
}footer .nav_primary, footer .head_pagewrap, footer .subscribe_holder {
    padding: 25px 20px;
    min-height: 350px;
    height: auto;
}
}

@media (max-width: 576px) {footer .calc_foot {
    padding: 50px 0 20px;
}footer .nav_primary::before,
    footer .head_pagewrap::before,
    footer .subscribe_holder::before {
    left: 15px;
    top: 15px;
    font-size: 2rem;
}footer .head_bar {
    max-height: 220px;
    height: auto;
}footer .nav_primary, footer .head_pagewrap, footer .subscribe_holder {
    padding: 20px 15px;
    min-height: 300px;
}footer .head_pagewrap h5, footer .subscribe_holder h5 {
    margin-bottom: 15px;
    font-size: calc(19px - 2px);
}footer .subscribe_holder p {
    margin-bottom: 20px;
}footer .input_holder input[type="email"],
    footer .join_section {
    padding: 12px;
}}.title_portal {
    padding: 5rem 1.5rem;
    background: linear-gradient(135deg, rgb(226,217,224) 0%, #ffffff 100%);
    overflow: hidden;
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.5);
    position: relative;
}.title_portal::before {
    right: 0;
    background: linear-gradient(90deg, rgb(193,174,188) 0%, rgb(145,127,164) 100%);
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 5px;
    z-index: 1;
}.title_portal::after {
    left: 0;
    z-index: -1;
    height: 40%;
    width: 100%;
    content: "";
    background: radial-gradient(circle at bottom right, rgb(193,174,188,0.5) 0%, transparent 70%);
    position: absolute;
    bottom: 0;
}.title_portal h1 {
    font-size: calc(22px * 1.2);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    letter-spacing: 1px;
    transform: translateY(0);
    text-align: center;
    margin-bottom: 2.5rem;
    font-weight: 700;
    color: rgb(193,174,188);
}.title_portal h1::after {
    background: rgb(145,127,164);
    bottom: -10px;
    border-radius: 10px;
    left: 50%;
    width: 80px;
    content: "";
    position: absolute;
    height: 3px;
    transform: translateX(-50%);
}.title_portal .expert_sessions {
    z-index: 1;
    position: relative;
    flex-direction: column;
    gap: 2.5rem;
    display: flex;
}.title_portal .section_content {
    border-radius: 16px;
    order: 2;
    background: #ffffff;
    transform: translateY(0);
    box-shadow: 12px 12px 24px rgba(0, 0, 0, 0.08), -12px -12px 24px #ffffff;
    transition: transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1.4);
    padding: 2rem;
}.title_portal .section_content:hover {
    transform: translateY(-5px);
}.title_portal ol {
    list-style: none;
    margin: 0;
    padding: 0;
}.title_portal li {
    margin-bottom: 1.5rem;
}.title_portal .course_base {
    display: flex;
    text-align: center;
    align-items: center;
    flex-direction: column;
}.title_portal .course_base svg {
    margin-bottom: 1.5rem;
    transition: transform 0.5s ease, filter 0.5s ease;
    height: 120px;
    filter: drop-shadow(0px 5px 10px rgba(94, 170, 168, 0.2));
    width: 120px;
}.title_portal .course_base svg:hover {
    transform: translateY(-5px) rotate(2deg);
    filter: drop-shadow(0px 8px 15px rgba(94, 170, 168, 0.3));
}.title_portal .course_base svg path {
    transition: fill 0.3s ease;
}.title_portal .course_base svg:hover path {
    fill: rgb(193,174,188);
}.title_portal .course_base svg text {
    font-family: Arial, sans-serif;
    transition: fill 0.3s ease;
}.title_portal .course_base svg:hover text {
    fill: #000000;
}.title_portal .course_base p {
    color: #000000;
    margin-bottom: 1.5rem;
    margin-left: auto;
    line-height: 1.6;
    font-size: 17px;
    position: relative;
    max-width: 40ch;
    margin-right: auto;
}.title_portal .connect_card {
    padding: 0.8rem 2rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: inline-block;
    background: linear-gradient(135deg, rgb(193,174,188) 0%, rgb(145,127,164) 100%);
    text-decoration: none;
    z-index: 1;
    font-size: 15px;
    box-shadow: 0 6px 15px -5px rgb(193,174,188,0.5);
    border-radius: 10px;
    letter-spacing: 0.5px;
    font-weight: 600;
    overflow: hidden;
    color: #ffffff;
    position: relative;
}.title_portal .connect_card::before {
    height: 100%;
    left: 0;
    transition: opacity 0.3s ease;
    content: "";
    opacity: 0;
    background: linear-gradient(135deg, rgb(145,127,164) 0%, rgb(193,174,188) 100%);
    width: 100%;
    top: 0;
    position: absolute;
    z-index: -1;
}.title_portal .connect_card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px -7px rgb(193,174,188,0.5);
}.title_portal .connect_card:hover::before {
    opacity: 1;
}.title_portal .img_wrapper {
    order: 1;
    overflow: hidden;
    box-shadow: 12px 12px 24px rgba(0, 0, 0, 0.12), -12px -12px 24px rgba(255, 255, 255, 0.8);
    border-radius: 16px;
    position: relative;
    height: 350px;
}.title_portal .img_wrapper::before {
    width: 100%;
    content: "";
    position: absolute;
    top: 0;
    z-index: 1;
    height: 100%;
    left: 0;
    background: linear-gradient(135deg, rgb(193,174,188,0.5) 0%, transparent 75%);
}.title_portal .img_wrapper::after {
    height: 30%;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 1;
    left: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
    content: "";
}

@media (min-width: 768px) {.title_portal {
    padding: 6rem 3rem;
}.title_portal h1 {
    margin-bottom: 3rem;
    font-size: calc(30px * 0.9);
}.title_portal .expert_sessions {
    gap: 3rem;
    align-items: center;
    flex-direction: row;
}.title_portal .section_content {
    padding: 2.5rem;
    flex: 1;
    order: 1;
}.title_portal .img_wrapper {
    height: 450px;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    flex: 1;
    order: 2;
    transform: perspective(1000px) rotateY(-5deg);
}.title_portal .img_wrapper:hover {
    transform: perspective(1000px) rotateY(0deg);
}.title_portal .course_base {
    text-align: left;
    align-items: flex-start;
}.title_portal .course_base svg {
    width: 150px;
    height: 150px;
}.title_portal .course_base p {
    max-width: 45ch;
    margin-left: 0;
    margin-right: 0;
}
}

@media (min-width: 992px) {.title_portal {
    padding: 8rem 5rem;
}.title_portal .expert_sessions {
    gap: 5rem;
}.title_portal .img_wrapper {
    height: 500px;
}.title_portal .section_content {
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.05), -20px -20px 40px #ffffff;
}.title_portal h1 {
    font-size: 30px;
}.title_portal h1::after {
    width: 100px;
}.title_portal .course_base svg {
    width: 180px;
    height: 180px;
}
}

@media (min-width: 1200px) {.title_portal {
    padding: 10rem 8rem;
}.title_portal .expert_sessions {
    gap: 8rem;
}.title_portal .img_wrapper {
    height: 550px;
}.title_portal .section_content {
    padding: 3rem;
}.title_portal .course_base p {
    max-width: 50ch;
    font-size: calc(17px * 1.1);
}
}

@media (prefers-reduced-motion: reduce) {.title_portal *,
    .title_portal *::before,
    .title_portal *::after {
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
}}.program_information {
    overflow: hidden;
    position: relative;
    padding: 7rem 0;
    background: linear-gradient(150deg, rgb(193,174,188,0.5) 0%, rgb(226,217,224) 50%, rgb(145,127,164,0.5) 100%);
}.program_information::before {
    z-index: 0;
    opacity: 0.6;
    left: -25%;
    filter: blur(60px);
    position: absolute;
    width: 150%;
    animation: pulseBackground 20s ease-in-out infinite alternate;
    background: 
        radial-gradient(ellipse at 30% 40%, rgb(193,174,188,0.5) 0%, transparent 60%),
        radial-gradient(circle at 70% 60%, rgb(145,127,164,0.5) 0%, transparent 50%);
    content: "";
    transform-origin: center;
    top: -25%;
    height: 150%;
}.program_information::after {
    left: 0;
    z-index: 1;
    animation: gridMove 30s linear infinite;
    background-image: 
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    height: 100%;
    top: 0;
    position: absolute;
    width: 100%;
    content: "";
    background-size: 20px 20px;
}.program_information .container {
    z-index: 2;
    position: relative;
}.program_information .expert_sessions {
    min-height: 550px;
    display: grid;
    grid-template-rows: repeat(12, minmax(30px, auto));
    grid-template-columns: repeat(12, 1fr);
    position: relative;
    gap: 15px;
}.program_information .education_path {
    grid-row: 3 / 11;
    grid-column: 1 / 8;
    padding: 2.5rem;
    position: relative;
    background: rgba(255, 255, 255, 0.07);
    backdrop-filter: blur(10px);
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    transform: translateZ(0);
    box-shadow: 
        0 15px 25px rgba(0, 0, 0, 0.05),
        0 5px 10px rgba(0, 0, 0, 0.03);
    transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    border-radius: 11px;
    z-index: 5;
}.program_information .education_path::before {
    left: 0;
    opacity: 0.15;
    position: absolute;
    width: 100%;
    background: 
        radial-gradient(circle at 90% 10%, rgb(193,174,188,0.5) 0%, transparent 80%),
        radial-gradient(circle at 10% 90%, rgb(145,127,164,0.5) 0%, transparent 80%);
    top: 0;
    z-index: -1;
    height: 100%;
    content: "";
    border-radius: 11px;
}.program_information .education_path::after {
    background: linear-gradient(to right, rgb(193,174,188) 0%, transparent 100%);
    left: 50%;
    width: 80%;
    filter: blur(1px);
    position: absolute;
    bottom: -10px;
    transform: translateX(-50%);
    content: "";
    height: 1px;
}.program_information .nav_primary {
    position: relative;
    height: 110px;
    transform-style: preserve-3d;
    width: 110px;
    margin-bottom: 1.5rem;
    transition: all 0.5s ease;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}.program_information .nav_primary::before {
    z-index: -1;
    position: absolute;
    inset: -4px;
    border-radius: 33% 67% 67% 33% / 33% 33% 67% 67%;
    background: conic-gradient(
        from 0deg, 
        rgb(193,174,188) 0%, 
        rgb(145,127,164) 50%, 
        rgb(193,174,188) 100%
    );
    animation: rotateConic 10s linear infinite;
    content: "";
}.program_information .nav_primary::after {
    position: absolute;
    inset: 6px;
    background: rgb(226,217,224);
    z-index: -1;
    content: "";
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}.program_information .nav_primary svg {
    left: 50%;
    z-index: 1;
    filter: drop-shadow(0 0 10px rgb(193,174,188,0.5));
    width: 60px;
    animation: floatLogo 6s ease-in-out infinite;
    position: absolute;
    height: 60px;
    transform: translate(-50%, -50%);
    top: 50%;
}.program_information .nav_primary svg path {
    transition: fill 0.3s ease;
    fill: rgb(193,174,188);
}.program_information h3 {
    font-weight: 700;
    font-size: 34px;
    margin-bottom: 1.5rem;
    transform: perspective(1000px) rotateX(2deg);
    line-height: 1.3;
    transform-origin: left bottom;
    text-shadow: 0 0 20px rgb(193,174,188,0.5);
    position: relative;
    color: #ffffff;
    padding-right: 2rem;
}.program_information h3::before {
    left: 0;
    position: absolute;
    height: 3px;
    transform-origin: left;
    background: rgb(193,174,188);
    bottom: -8px;
    animation: lineExpand 1.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    width: 60px;
    content: "";
}.program_information p {
    color: #ffffff;
    font-size: 16px;
    position: relative;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    max-width: 100%;
    margin-bottom: 0;
    line-height: 1.8;
    transform: perspective(1000px) rotateX(1deg);
    transform-origin: left bottom;
}.program_information .img_wrapper {
    animation: morphShape 20s ease-in-out infinite alternate;
    position: relative;
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    height: 500px;
    grid-row: 1 / 13;
    box-shadow: 
        20px 20px 60px rgba(0, 0, 0, 0.1),
        10px 10px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    grid-column: 5 / 13;
    transform: perspective(1000px) rotateY(-5deg) rotateX(5deg);
    overflow: hidden;
    z-index: 4;
}.program_information .img_wrapper::before {
    opacity: 0.6;
    mix-blend-mode: overlay;
    background: 
        linear-gradient(135deg, transparent 0%, rgb(193,174,188,0.5) 100%),
        radial-gradient(circle at 30% 70%, rgb(145,127,164,0.5) 0%, transparent 70%);
    position: absolute;
    z-index: 1;
    content: "";
    inset: 0;
}.program_information .img_wrapper::after {
    mix-blend-mode: multiply;
    z-index: 1;
    width: 150%;
    opacity: 0.2;
    top: -25%;
    background: radial-gradient(
        circle at center,
        transparent 30%,
        rgb(226,217,224) 100%
    );
    position: absolute;
    animation: pulseOverlay 15s ease-in-out infinite;
    left: -25%;
    height: 150%;
    content: "";
}.program_information .expert_sessions:hover .img_wrapper {
    transform: perspective(1000px) rotateY(-8deg) rotateX(8deg) scale(1.03);
    box-shadow: 
        30px 30px 80px rgba(0, 0, 0, 0.15),
        15px 15px 30px rgba(0, 0, 0, 0.1);
}.program_information .expert_sessions:hover .education_path {
    box-shadow: 
        0 25px 35px rgba(0, 0, 0, 0.08),
        0 10px 20px rgba(0, 0, 0, 0.05);
    transform: translateZ(20px) translateX(10px);
}.program_information .expert_sessions:hover .nav_primary {
    transform: rotate(5deg) scale(1.05);
}.program_information .expert_sessions:hover .nav_primary svg path {
    fill: rgb(145,127,164);
}

@keyframes pulseBackground {
    0%, 100% {
        opacity: 0.6;
        transform: scale(1);
    }
    50% {
        opacity: 0.8;
        transform: scale(1.05);
    }
}

@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 40px 40px;
    }
}

@keyframes rotateConic {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes floatLogo {
    0%, 100% {
        transform: translate(-50%, -50%);
    }
    50% {
        transform: translate(-50%, -55%);
    }
}

@keyframes lineExpand {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

@keyframes morphShape {
    0% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }
    25% {
        border-radius: 40% 60% 70% 30% / 40% 40% 60% 60%;
    }
    50% {
        border-radius: 60% 40% 40% 60% / 50% 60% 40% 50%;
    }
    75% {
        border-radius: 40% 60% 30% 70% / 60% 30% 70% 40%;
    }
    100% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }
}

@keyframes pulseOverlay {
    0%, 100% {
        opacity: 0.2;
        transform: scale(1);
    }
    50% {
        opacity: 0.3;
        transform: scale(1.1);
    }
}

@media (max-width: 1200px) {.program_information .expert_sessions {
    min-height: 500px;
}.program_information .education_path {
    padding: 2.2rem;
    grid-column: 1 / 8;
}.program_information h3 {
    font-size: calc(34px * 0.9);
}.program_information .nav_primary {
    width: 100px;
    height: 100px;
}.program_information .nav_primary svg {
    height: 55px;
    width: 55px;
}
}

@media (max-width: 992px) {.program_information {
    padding: 5rem 0;
}.program_information .expert_sessions {
    grid-template-rows: auto auto;
    gap: 10px;
    min-height: auto;
    grid-template-columns: 1fr;
}.program_information .education_path {
    margin-top: -80px;
    grid-column: 1 / -1;
    grid-row: 2 / 3;
    z-index: 5;
    padding: 2.5rem;
}.program_information .img_wrapper {
    height: 350px;
    grid-row: 1 / 2;
    border-radius: 40% 60% 60% 40% / 30% 40% 60% 70%;
    grid-column: 1 / -1;
}.program_information .nav_primary {
    margin-left: auto;
    margin-right: auto;
}.program_information h3 {
    text-align: center;
    padding-right: 0;
}.program_information h3::before {
    animation: lineCenterExpand 1.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    left: 50%;
    transform: translateX(-50%) scaleX(0);
}.program_information p {
    text-align: center;
}.program_information .expert_sessions:hover .img_wrapper {
    transform: perspective(1000px) rotateX(-5deg) scale(1.03);
}.program_information .expert_sessions:hover .education_path {
    transform: translateZ(10px) translateY(-15px);
}
}

@keyframes lineCenterExpand {
    0% {
        transform: translateX(-50%) scaleX(0);
    }
    100% {
        transform: translateX(-50%) scaleX(1);
    }
}

@media (max-width: 768px) {.program_information {
    padding: 4rem 0;
}.program_information .img_wrapper {
    height: 300px;
}.program_information .education_path {
    padding: 2rem;
    margin-top: -60px;
}.program_information .nav_primary {
    width: 90px;
    height: 90px;
    margin-bottom: 1.3rem;
}.program_information .nav_primary svg {
    height: 50px;
    width: 50px;
}.program_information h3 {
    margin-bottom: 1.3rem;
    font-size: calc(34px * 0.8);
}.program_information p {
    line-height: 1.7;
    font-size: calc(16px * 0.95);
}
}

@media (max-width: 576px) {.program_information {
    padding: 3rem 0;
}.program_information .img_wrapper {
    border-radius: 30% 70% 70% 30% / 30% 40% 60% 70%;
    height: 250px;
}.program_information .education_path {
    margin-top: -50px;
    padding: 1.8rem 1.5rem;
}.program_information .nav_primary {
    width: 80px;
    height: 80px;
    margin-bottom: 1.2rem;
}.program_information .nav_primary svg {
    height: 45px;
    width: 45px;
}.program_information h3 {
    font-size: calc(34px * 0.7);
    margin-bottom: 1.2rem;
}.program_information h3::before {
    height: 2px;
    width: 50px;
}.program_information p {
    font-size: calc(16px * 0.9);
    line-height: 1.6;
}
}